@import "fonts.css";
@import "common-class.css";
body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  color: #fff;
  background:#0a0a0a;
}
h2{
    font-size: 60px;
}
h3{
    font-size: 50px;
}
.dblock{
  display:none;
}
#menu {
  display: none;
}
.mm-current {
  display: block !important;
}
#mobile-contact-bar {
  display: none;
}
/*************side area**********/
.mini-right-nav li{
  margin: 0px 0 2px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li a{
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #0a0a0a;
}
.mini-right-nav li.whtasapp-nav a{
  background-color: #58c04d;
}
.mini-right-nav span {
  font-family: 'MundialLight';
  font-size:15px;
  bottom: 0;
  letter-spacing: 0.5px;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;  
}
.mini-right-nav span:after{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 60px);
  content: '';
  background-color:#0a0a0a;
  height: 60px;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1; 
}
.mini-right-nav li.whtasapp-nav span{
  background-color: #58c04d;
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px 0 35px;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
  color:#fff;
}
.mini-right-nav img{
  width: 20px;
  position: relative;
  z-index: 1;
}
.mini-right-nav{
  position: fixed;
  top: 39%;
  z-index: 999;
  right: 0px;
}
/**************header************/
.header-area{
  position: sticky;
  top: 0;
  background-color: black;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 0;
  /*-webkit-transition: all 1.5s;
  transition: all 1.5s;*/
}
.header-area:before{
  background-image: url(../images/header-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 243px;
  z-index: -1;
}
/*.header-area.stiky{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #1c1c1c;
  z-index: 99;
  padding: 30px 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}*/

.header-area.stiky:before{
  display: none;
}
.header-area.stiky:after {
  display: none;
}
.desktop-nav{
  padding: 0;
}
.desktop-nav .nav-item{
  font-size: 15px;
  font-family: 'MundialRegular';
  padding-left: 60px;
  text-transform: uppercase;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.header-bovag{
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
/*****************banner***************/
.banner-sec{
  position: relative;
}
.banner-sec:after{
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 243px;
  z-index: 1;
}
.banner-content{
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  bottom: -20px;
}
.banner-sec h1{
  margin: 8px 0 30px;
}
.banner-content h4{
  color: #fff;
  letter-spacing: 1px;
}
.each-block{
  border-radius: 6px;
  overflow: hidden;
}
.block-heading{
  position: absolute;
  bottom: 30px;
  left: 0;
  padding-left: 30px;
}
/**************product*********/
.product-sec{
  padding: 4% 0 6%;
}
.sec-heading h2{
  border-bottom: 3px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.sec-heading p{
  margin-right: 14%;
}
.product-slider{
  margin-top: 100px;
}
.product-dtl{
  padding: 20px 0;
}
.product-dtl h4 {
  height:90px;
  word-break: break-word;
}
.product-dtl h5{
  font-size: 20px;
  color: #828282;
  font-family: 'MundialLight';
  margin-top: 10px;
}
/**************middle sec*************/
.each-middle-block{
  position: relative;
  padding-top: 50px;
}
.middle-slider-image {
  position: relative;
  overflow: hidden;
}
.each-middle-block:hover .middle-slider-image img {
  transform: scale(1.5);
  -webkit-transition: .8s;
  transition: .8s;
}
.middle-slider-image img {
  width: 100%;
  -webkit-transition: .8s;
  transition: .8s;
}
.middle-block-wrap{
  position: relative;
  margin-top: 20px;
}
.middle-block-heading {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  top: 0;
  padding: 100px 50px 50px;
}
.middle-block-content {
  position: absolute;
  bottom: 100%;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  z-index: 1;
  background-color: rgba(10,10,10,0.67);
}
.middle-block-content img{
  width: 10px;
}
.middle-block-content span{
  float: right;
}
.each-middle-block:hover .middle-block-heading {
  top: 100%;
  transform: translateY(0);
}
.each-middle-block:hover .middle-block-content {
  bottom: 0;
  height: 100%;
}
.middle-block-content .text-box {
  position: absolute;
  left: 0;
  width: 100%;
  /*top: 50%;
  transform: translateY(-50%);*/
  height: 100%;
  padding: 0 50px;
}
.each-middle-block .txt-btn {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 0 50px;
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  font-size: 15px;
  font-family: 'MundialRegular';
  color: #fff;
}
.middle-block-content h2{
  color: #fff;
}
.middle-block-content p{
  margin: 35% 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.col-lg-5{
    margin-bottom: 65px;
}
/*****************content sec*************/
.content-sec{
  padding: 11% 0;
}
.content-wrap{
  padding: 0 12%;
}
.content-wrap .common-btn{
  margin-top: 60px;
}
.content-wrap h2{
  padding-bottom: 60px;
  margin-bottom: 70px;
}
/****footer sec****/
.footer-sec {
  padding: 30px 0px;
}
.footer-wrapper {
  padding: 0px 35px;
}
.footer-info-wrap{
  max-width: 850px;
  width: 100%;
  margin-left: auto;
}
.footer-info-wrap h6 {
  margin-bottom: 20px;
  color: #9b9b9b;
  letter-spacing: 1px;
}
.footer-info-wrap p{
  letter-spacing: normal;
}
.footer-info-wrap .float-right td span{
  color: #9b9b9b;
}
.footer-info-wrap td{
  padding-right: 60px;
}
.divider {
  border-top: 3px solid #fff;
  margin: 40px 0px;
}
.footer-brand-image img {
  margin-right: 10px;
}
.footer-social img {
  width: 24px;
}
.footer-social a{
  margin-right: 22px;
}
.footer-social a, .footer-social a:hover {
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.footer-social a:hover{
  opacity: 0.5;
}
/*****************for mobile menu*************/
#menu.mm-menu {
  background: #0a0a0a;
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
  background-color: rgba(255,255,255,0.2);
}

/***********************************************contact page************************************************************/
.contact-banner-sec {
  position: relative;
}
.contact-banner-sec .banner-content h1, h4 {
  text-transform: none;
}
.contact-banner-sec .banner-content h4 {
  margin-top: 16px;
}
.contact-banner-text {
  display: inline-block;
  position: relative;
}
.contact-banner-text::after {
  position: absolute;
  bottom: 0px;
  left: -120px;
  width: calc(100% + 185px);
  height: calc(100% + 25px);
  content: '';
  background-color: #0a0a0a;
  z-index: -1;
} 
.contact-banner-sec .banner-content {
  bottom: -110px;
}
.banner-divider {
  border-top: 3px solid #fff;
  margin-top: 60px;
}
/****contact form****/
.contact-form-sec {
  padding: 180px 0px 65px;
}
.contact-form-wrapper {
  max-width: 1430px;
  margin: 0 auto;
}
.contact-form-sec .form-styl {
  resize: none;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  font-family: 'NunitoSansBold';
  color: #fff;
  font-size: 16px;
  padding: 27px 20px;
  margin-bottom: 30px;
}
.contact-form-sec .form-styl:focus {
  box-shadow: none;
  background-color: transparent;
  color: #fff;
}
.contact-form-sec .form-styl:placeholder {
  color: #0a0a0a;
}
.contact-form-sec .form-styl:-ms-input-placeholder {
  color: #0a0a0a;
  opacity: 1;
}
.contact-form-sec .form-styl::placeholder {
  color: #0a0a0a;
  opacity: 1;
}
.contact-form-sec form label {
  font-family: 'NunitoSansBold';
  font-size: 16px;
  margin-bottom: 15px;
  color: #fff;
  text-transform: uppercase;
}
.contact-form-sec form textarea {
  /*padding: 30px 20px !important;*/
}
.contact-form-sec .form-styl.foto_upload{
  padding-top: 0;
  padding-bottom: 0;
  height: 58px;
  line-height: 58px;
}
/****map****/
.contact-map-sec {
  height: 465px;
  margin-bottom: 70px;
}
/**time call***/
.contact-timecall-sec {
  padding: 65px 0px 45px;
}
.contact-timecall-area img {
  width: 40px;
  margin-right: 40px;
  margin-top: -35px;
}
.contact-timecall-area p {
  display: inline-block;
  margin-right: 0px;
}
.contact-timecall-area table {
  width: 100%;
}
.contact-timecall-area table td p {
  font-size: 17px;
  font-family: 'NunitoSansRegular';
}

/***********************************************diensten list****************************************************/
.diensten-list-top-btn-sec {
  padding: 145px 0px 45px;
}
.diensten-list-top-btn-left {
  max-width: 730px;
  width: 100%;
}

.diensten-list-sec{
  padding: 135px 0px 50px;
}
.each-listview {
  margin-bottom: 5%;
}

/***********************************************verhurr*******************************************************/
.inner-pg-header {
    position: sticky;
    top: 0;
    background-color: black;
}
.verhurr-top-sec {
  padding: 80px 0px 0px 0px;
}
.verhurr-top-sec .common-btn {
  margin-top: 0px;
}
.verhurr-top-sec .sec-heading h2 {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.verhurr-top-sec .sec-heading {
  position: relative;
}
.verhurr-top-sec .sec-heading p {
  margin-right: 0px;
  padding-bottom: 55px;
  padding-top: 55px;
  margin-top: 60px;
  padding-right: 14%;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
/**filter sec****/
.verhurr-filter-sec {
  padding: 70px 0px 45px;
}
.verhurr-filter-wrapper {
  max-width: 725px;
  margin-left: auto;
}
.select-box-heading h4 {
  font-size: 22px;
}
.verhurr-filter-sec .select-style {
  width: 100%;
  border: 2px solid #fff;
  border-radius: 5px;
  height: 55px;
  line-height: 53px;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/down-arrow-white.png) #0a0a0a no-repeat 92% center/10px;
  color: #fff;
  padding: 0 20px;
}
/***verhurr product**/
.verhurr-product-sec {
  padding-bottom: 130px;
}
.verhurr-product-sec .product-dtl span {
  font-size: 25px;
  font-family: 'MundialLight';
  color: #fff;
}
.verhurr-product-sec .product-dtl h4{
  height: auto;
}
.verhurr-product-sec .product-dtl span img {
  width: 15px;
  margin: 0px 10px;
}
.verhurr-product-sec .product-dtl h4 {
  text-transform: initial;
}
.verhurr-product-sec .each-product {
  margin-bottom: 70px;
}

/***********************************verhurr detail **********************************************/
/*************Verhuur-detail-header**********/
.verhuur-dtl-header::after, .verhuur-dtl-header::before {
  display: none;
}
/************* Verhuur-detail-product **********/
.product-sec.verhuur-detail-product {
  padding: 20px 0 0;
}
.verhuur-detail-product .common-wrapper .row {
  position: relative;
}
.verhuur-detail-product .details-page-pagination a {
  text-transform: uppercase;
}
.details-page-pagination {
  text-transform: uppercase;
}
.verhuur-detail-product .row a.common-btn {
  position: relative;
  right: -15px;
}
/**************Verhuur-detail-list**********/
.verhuur-detail-list {
  padding: 90px 0 30px;
}
.verhuur-detail-list .common-wrapper {
  position: relative;
}
.verhuur-detail-list .common-wrapper::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #fff;
  bottom: 0;
  left: 65px;
  right: 65px;
  top: calc(100% + 40px);
}
.verhuur-detail-list h1 {
  text-transform: uppercase;
}
.verhuur-detail-list h4 {
  font-size: 30px;
  margin-bottom: 45px;
  text-transform: uppercase;
}
.verhuur-detail-list .top-list-wrapper {
  max-width: 380px;
  width: 100%;
  margin-bottom: 60px;
}
.verhuur-detail-list .bottom-list-wrapper {
  max-width: 530px;
  width: 100%;
  margin-bottom: 60px;
}
.verhuur-detail-list li {
  font-family: 'MundialLight';
  font-size: 15px;
  margin-bottom: 15px;
  color: #7f7f7f;
  position: relative;
  display: inline-block;
  width: 100%;
}
.verhuur-detail-list li span {
  color: #fff;
}
.verhuur-detail-list .top-list-wrapper span {
  float: right;
  width: 50%;
}
.verhuur-detail-list .bottom-list-wrapper span {
  float: right;
  width: 33%;
}
.verhuur-detail-list .bottom-list-wrapper h6 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.verhuur-detail-list .right-img img {
  object-fit: cover;
}
/****form***/
.verhurr-form-sec {
  position: relative;
  padding: 130px 0px 118px;
}
.verhurr-form-sec h3 {
  font-size: 50px;
  margin-bottom: 100px;
}
.verhurr-form-sec .common-wrapper::after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #fff;
  bottom: 0;
  left: 65px;
  right: 65px;
}
.inner-footer {
  padding-top: 123px;
}
/*********************************overons**********************************/
.overons-top-sec {
  padding: 190px 0px 150px;
}
.overons-top-sec table {
  width: 100%;
}
.overons-top-sec table td {
  width: 50%;
  vertical-align: top;
  padding: 0px 70px;
}
/**member***/
.overons-member-sec h3 {
  text-transform: uppercase;
  margin-top: 55px;
  letter-spacing: 2px;
}
.overons-member-sec h3 span {
  font-family: 'MundialRegular';
}
.member-name {
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.member-name h3 {
  font-size: 50px;
  margin-bottom: 5px;
}
.member-name h6 {
  font-size: 14px;
}
.member-name-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.member-name-wrap>h3 {
    font-size: 18px !important;
    color: white;
}
.each-member-img {
  position: relative;
  overflow: hidden;
}
.each-member-img:hover .member-name {
  bottom: 0;
  height: 100%;
}
.overons-member-slider-control {
  height: 56px;
  width: 196px;
  z-index: 2;
  background: #0a0a0a;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 56px;
}
.overons-member-sec .swiper-pagination{
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.overons-member-sec .swiper-pagination-bullet {
  background: #fff;
  width: 4px;
  opacity: 1;
  height: 4px;
  margin: 0 3px;
}
.overons-member-sec .common-arrow{
  width: auto;
  height: auto;
  background: transparent;
  top: 45%;
}
.overons-member-sec .swiper-button-prev{
  left: 35px;
}
.overons-member-sec .swiper-button-next{
  right: 35px;
}
.overons-member-sec .common-arrow img {
  width: 15px;
  height: 15px;
}

/****counter*****/
.overons-counter-sec {
  padding: 70px 0px 100px 0px;
}
.each-counter {
  margin-bottom: 55px;
}
.each-counter h2 {
  font-size: 60px;
}
.each-counter h3 {
  text-transform: uppercase;
  font-size: 50px;
}
.overons-counter-sec .col-md-6:nth-child(even) .each-counter {
  padding-left: 150px;
}
.counter-divider {
  border-top: 3px solid #fff;
  margin-bottom: 70px;
}
.overons-counter-wrap {
  max-width: 1320px;
  margin: 0 auto;
  margin-right: 65px;
}
/*****gallery sec****/
.overons-gallery-sec {
  position: relative;
  padding-bottom: 100px;
}
.overons-gallery-sec .each-middle-block{
  padding: 0;
}
.overons-gal-slider-control {
  height: 56px;
  width: 196px;
  z-index: 2;
  background: #0a0a0a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  line-height: 56px;
}
.overons-gallery-sec .swiper-pagination{
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.overons-gallery-sec .swiper-pagination-bullet {
  background: #fff;
  width: 4px;
  opacity: 1;
  height: 4px;
  margin: 0 3px;
}
.overons-gallery-sec .common-arrow{
  width: auto;
  height: auto;
  background: transparent;
  top: 45%;
}
.overons-gallery-sec .swiper-button-prev{
  left: 35px;
}
.overons-gallery-sec .swiper-button-next{
  right: 35px;
}
.overons-gallery-sec .common-arrow img {
  width: 15px;
  height: 15px;
}
.overons-gallery-sec .middle-slider-image::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background-color: #000;
  opacity: 0.25;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
.overons-gallery-sec .middle-slider-image:hover::after {
 opacity: 0;
 transition:all 0.5s;
-webkit-transition:all 0.5s;
}
/*****************************diensten-dtl************************************/
/*****diensten-detail-btn-sec*****/
.diensten-detail-btn-sec {
  position: relative;
}
.diensten-detail-btn-sec .content-wrap{
  text-align: right;
}
.diensten-detail-btn-sec .content-wrap a{
  position: absolute;
  right: 45px;
  top: 20px;
}
/*****dienstendetail-contact*****/
.content-sec.dienstendetail-contact {
  padding: 75px 0 0;
}
.dienstendetail-contact .content-wrap h2 {
  margin-bottom: 0;
}
.content-sec.dienstendetail-contact p:not(:last-child) {
  margin-bottom: 30px;
}
.dienstendetail-contact .top-divider {
  border-top: 3px solid #fff;
  margin-bottom: 50px;
}
.dienstendetail-contact .bottom-divider {
  border-top: 3px solid #fff;
  margin-top: 50px;
}
.dienstendetail-contact .left-image {
  padding: 15px 0;
}
.diensten-dtl-form-sec {
  padding-top: 110px;
}

/*****middle-sec Dienstendetail-bttom*****/
.middle-sec.dienstendetail-bttom {
  padding-bottom: 70px;
}
.dienstendetail-bttom  h3 {
  text-transform: uppercase;
}
.dienstendetail-bttom .each-middle-block {
  padding-top: 0px;
}
.dienstendetail-bttom .middle-block-heading, .dienstendetail-bttom .middle-block-content .text-box{
  padding-top: 40px;
}
/*****************************************aanbod-dtl****************************************/
.aanbod-dtl-top-sec {
  padding: 40px 0;
}
.aanbod-dtl-form-sec .common-wrapper::after {
  display: none;
}
.aanbod-dtl-product-sec {
  padding: 50px 0px 120px;
}
.aanbod-dtl-product-sec .each-product h4 {
    text-transform: initial;
}
.aanbod-dtl-product-sec .each-product {
  position: relative;
}
.aanbod-dtl-product-sec .each-product .product-new h4 {
  font-size: 22px;
}
.aanbod-dtl-product-sec .each-product .product-new {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0a0a0a;
  padding: 15px 20px;
}
.aanbod-dtl-top-heading h3 {
  font-size: 50px;
  letter-spacing: 3px;
}
.aanbod-dtl-top-heading h4 {
  font-size: 30px;
  letter-spacing: 2px;
  word-break: break-word;
}
.aanbod-dtl-small-slider-area {
  margin-top: 45px;
}
.aanbod-top-slider-divider {
  border-top: 2px solid #fff;
  width: 92%;
  margin-top: 45px;
}
.aanbod-dtl-gallery-top .swiper-slide-next {
  position: relative;
}
.aanbod-dtl-gallery-top .swiper-slide-next::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(10, 10, 10, 0.66);
}
.aanbod-dtl-gallery-top .swiper-button-next::after, .aanbod-top-slide .swiper-button-next::after {
  display: none;
}
.aanbod-dtl-gallery-top .swiper-button-prev::after, .aanbod-top-slide .swiper-button-prev::after {
  display: none;
}
.aanbod-dtl-gallery-top .swiper-button-next img, .aanbod-dtl-gallery-top .swiper-button-prev img, 
.aanbod-top-slide .swiper-button-prev img, .aanbod-top-slide .swiper-button-next img {
  width: 25px;
}
.aanbod-dtl-gallery-top .swiper-button-next {
  right: 13%;
}
.aanbod-dtl-gallery-top .swiper-button-prev {
  left: 13%;
  display: none;
}
.aanbod-dtl-small-slider-area .swiper-button-prev{
  left: 0;
}
.aanbod-dtl-small-slider-area .swiper-button-next{
  right: 0;
}
.aanbod-dtl-small-slider-area .common-arrow{
  width: 40px;
  height: 40px;
}
.aanbod-dtl-small-slider-area .common-arrow img {
  width: 12px;
  height: 12px;
}
.aanbod-dtl-top-sec .calculator_iframe{
  height: 670px;
  border-radius: 5px;
}
.aanbod-dtl-top-sec .calculator_iframe_new{
  height: 419px;
  border-radius: 5px;
}
.aanbod-dtl-top-sec .price-block h6{
  line-height: 23px;
}
.aanbod-dtl-top-sec .price-block h6 span{
  color: #efd757;
}
.aanbod-dtl-top-sec span.price{
  font-size: 21px;
}
/*****tab start*******/
.tab-top-area {
  border-bottom: 2px solid #fff;
}
.tab-heading li {
  font-family: 'MundialRegular';
  font-size: 15px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.75px;
  margin-right: 25px;
  border-bottom: 1px solid #0a0a0a;
  line-height: 35px;
  cursor: pointer;
}
.tab-heading li.active {
  border-color: #fff;
}
.tab-common-heading h3 {
  font-size: 50px;
  letter-spacing: 3px;
  margin-bottom: 80px;
}
.each-tab-content {
  margin: 75px 0px 125px;
}
.kenmerken-tab ul li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-family: 'MundialLight';
  font-size: 15px;
  padding-bottom: 10px;
}
.kenmerken-tab ul li:nth-child(odd) {
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  background-position: left top 6px;
  padding-left: 20px;
  background-size: 7px;
  color: #7f7f7f;
}
.right-btn-area {
  text-align: right;
}
.share-area img {
  width: 25px;
  margin-right: 60px;
}
.contact-btn .common-btn {
  text-transform: none;
  display: block;
  margin-bottom: 15px;
  max-width: 425px;
  margin-left: auto;
}
.contact-btn>a:nth-child(2) {
    background-color: #58c04e
}
.contact-btn>a:nth-child(2):hover {
    background-color: white;
}
.contact-btn {
  text-align: right;
  margin-top: 180px;
}
.omschr-img-area {
  margin-top: 140px;
}
.tab_hedaing {
  padding-bottom: 20px;
}
.tab_hedaing h6  {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 28px;
}
.bullet-panel {
  margin-bottom: 20px;
}
.bullet-panel ul li {
  padding-left: 20px;
  position: relative;
  font-family: 'MundialRegular';
  font-size: 15px;
  padding-bottom: 10px;
}
.bullet-panel li:after {
  padding-left: 15px;
  background-size: 7px;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
}
/*****************************************aanbod-list************************************/
/*****Aanbodlistview-filter-sec****/
.aanbodlistview-filter-sec {
  padding: 50px 0 0;
}
.aanbodlistview-filter-sec .filter-wrap{
  max-width: 1070px;
  width: 100%;
}
.aanbodlistview-filter-sec .select-style {
  width: 100%;
  height: 69px;
  line-height: 67px;
  background-color: transparent;
  color: #fff;
  border: 2px solid #595959;
  border-radius: 6px;
  font-family: 'MundialRegular';
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  background: url(../images/down-arrow-white.png) no-repeat 92% center/12px;
  padding: 0 20px;
  text-transform: uppercase;
}
.aanbodlistview-filter-sec option{
  background-color: #0a0a0a;
}
/*.aanbodlistview-filter-sec .select-style:focus,
.aanbodlistview-filter-sec  .select-style:active {
  background-color: #0a0a0a;
  color: #fff;
  font-family: 'MundialRegular';
  font-size: 16px;
}*/

/*****Aanbodlistview-poduct-sec****/
.product-sec.aanbodlistview-product-sec {
  padding: 0 0 0;
}
.aanbodlistview-product-sec .each-product {
  position: relative;
  margin-bottom: 75px;
}
.aanbodlistview-product-sec .each-product .product-tag {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #0a0a0a;
  padding: 15px 20px;
}
.aanbodlistview-product-sec .product-tag h5 {
  font-family: 'MundialRegular';
  font-size: 22px;
  color: #fff;
}
/*****aanbodlistview-content-sec****/
.content-sec.aanbodlistview-content-sec {
  padding: 0 0 165px;
}
/***************************bedankt***************************/
.bedankt-sec .banner-content h4 {
  text-transform: uppercase;
}
.banner-sec.bedankt-sec:after {
  background-image: url('../images/dark-bg.png');
  height: 800px;
}
.bedankt-sec .banner-content {
  bottom: 260px;
}

/* loader start */
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}
/* loader end */

/* Cookie start */
.cookie_div{
  position: fixed;
  bottom: 0;
  z-index: 999999;
  width: 100%;
  padding: 0px 0;
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.cookie_div a{
  color:#38b6be;
  font-size: 10pt;
  font-weight:bold;
  margin-left:8px;
  font-family: 'Calibri';
}
.cookie_div button{
  color:#3c935c;
  background:#dbffe8;
  font-weight: bold;
  border: 0;
  padding: 10px 25px;
  margin:5px 0;
  cursor: pointer;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
  background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
/* Cookie end */

/* Morgen Footer start */
.morgeninternet-footer {
  background: #000000;
  width: 100%;
  height: 50px;
  display: block;
  text-align: center;
  transition: 0.3s all;
}
.morgeninternet-footer:hover {
  background: #202020;
  transition: 0.3s all;
}
.morgeninternet-footer > img {
  height: 30px;
  padding-top: 15px;
}
/* Morgen Footer end */

/* Aanbod dtl page start */
.kenteken_np{
  background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding: 4px 0 6px 30px;
}

.star_icon h4{
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-top: 15px;
  margin-bottom: 15px;
  color: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon p{
  font-family: 'futura_lt_btlight';
  font-size: 16px;
  color: #0c0c0c;;
  padding-bottom: 6px;
  word-break: break-word;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
/* Aanbod dtl page end */

/* Aanbod tab form start */
.form-1{
  display: none;
  background:#000000;
  position: relative;
  padding: 100px 0;
  margin-top: 30px;;
}
.form-2{
  background:#000000;
  position: relative;
}
/* Aanbod tab form end */

.calculator_iframe {
    border: 0;
    width: 100%;
    height: 900px;
}
.calculator_iframe_new {
    border: 0;
    width: 100%;
    height: 900px;
}

/***************pop up*************/
.modal-area .modal-dialog{
    max-width: 70%;
    margin-top: 10%;
}
.modal-area .col-lg-5{
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
	margin-bottom: 0;
}
.modal-area .modal-content{
    border:0;
    border-radius: 0;
}
.modal-area .col-lg-7{
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.pop-up-image img{
    height: 100%;
    object-fit: cover;
}
.popup-content{
    padding: 10% 8% 8%;
} 
.popup-content h3{
	color: #1c1c1c;
}
.popup-content p{
	color: #1c1c1c;
}
.popup-content .common-btn{
    max-width: 330px;
    background-color: #1c1c1c;
    color: #fff;
    border: 2px solid #1c1c1c;
}
.popup-content .common-btn:hover{
    background: transparent;   
	border: 2px solid #1c1c1c;
    color: #1c1c1c;
}
.popup-content h3{
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.popup-content h3:after{
    width: 25px;
    height: 5px;
    content: '';
    background: #1c1c1c;
    position: absolute;
    bottom: 0;
    left: 0;
}
.popup-content a{
    margin-top: 60px;
}
.close-img{
    position: absolute;
    top: 25px;
    right: 25px;
    border: 2px solid #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.close-img img{
    width: 15px;
    margin-top: -4px;
}
.photo_upload{
	background-color: #fff !important;
	color: #62666a;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: .375rem .75rem;
	font-size: 1rem;
}
.tab-form .form-styl{
  padding: 20px;
  height: auto;
}
.tab-form .form-styl.photo_upload{
  background-color: transparent !important;
}
.tab-form .form-styl:placeholder {
  color: #fff;
  opacity: 1;
}
.tab-form .form-styl:-ms-input-placeholder {
 color: #fff;
  opacity: 1;
}
.tab-form .form-styl::placeholder {
  color: #fff;
  opacity: 1;
}
@media(max-width:991px){
  .tab-form .form-styl{
      padding: 12px;
  }
}