@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/********************side bar***************/
.right-link {
    position: fixed;
    right: 0px;
    z-index: 3;
    top: 25%;
}
.go_to_cal{   font-family: 'NunitoSansBold';  color: #4dbf4b;  font-size: 18px;}
.go_to_cal:hover {color: #4dbf4b;} 
.common-styl a {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #172849;
}
.common-styl {
    background: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 30px 0 0px 30px;
    padding: 0px 20px;
    margin-right: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    max-width: 220px;
    right: -160px !important;
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.10);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.10);
    box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.10);
}
.common-styl:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 0px !important;
}
.common-styl img {
    margin-right:15px;
    width: 30px;
}

/**********************header*******************/
.page-wrapper{
    width: calc(100% - 110px);
    margin-left: auto;
    position: relative;
}
.sidebar{
    width: 110px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 45px;
    border-right: 1px solid #e6e6e6;
}
/******************************* Header Css*****************************/
.header-area{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding-left: 50px;
    padding-top: 50px;
}
.nav-menu ul{
    text-align: center;
    margin-top: 20px;
}
.nav-menu li{
    font-family: 'NunitoSansRegular';
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-right: 65px;
    letter-spacing: 0.5px;
}
.nav-menu li:last-child{
    margin-right: 0;
}
.nav-menu li a{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.nav-menu li a:hover{
    color: #b50915;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu-bar{
    width: 25px;
    margin: auto;
}
.menu-bar:after, 
.menu-bar:before, 
.menu-bar div {
  background-color: #1c1c1c;
  border-radius: 0px;
  content: '';
  display: block;
  height: 1px;
  margin: 6px 0;
  transition: all .2s ease-in-out;
}
.menu-wrapper{
    /*position: absolute;*/
    position: fixed;
    top: 0;
    /*width: 100%;*/
    width: calc(100% - 110px);
    z-index: 99;
    right: 0;
    /*height: 100%;*/
}
.menu-top-logo{
	position: absolute;
    padding-top: 50px;
    padding-left: 50px;
    z-index: 9;
}
/*******************menu items******************/
.common-menu-cover{
    background-color: #f6f6f6;
    display: none;
    position: relative;
    z-index: 9;
    /*height: 100%;*/
}
.menu-items ul{
    padding: 250px 50px 50px;
}
.menu-items li{
   font-family: 'NunitoSansBold';
    font-size: 30px;
    padding-bottom: 35px;
}
.menu-items li a{
    color: #1c1c1c;
}
.menu-right-image{
    height: 70vh;
}
.menu-right-image img{
    height: 100%;
    object-fit: cover;
}
.menu-bottom-area{
    background-color: #172849;
    padding: 60px 80px;
    height: 30vh;
}
.menu-bottom-area h3{
    color: #fff;
    font-family: 'NunitoSansBold';
    line-height: 40px;
    margin-bottom: 30px;
}
.menu-items .col-lg-6:last-child ul li{
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.menu-items .col-lg-6:last-child ul li a{
    opacity: 0.5;
}
.side-logo-area{
    position: absolute;
    top: 0;
    right: 0;
}
.close-image{
    display: none;
}
.close-image img{
    width: 16px;
}
.menu.active .close-image{
    display: block;
}
.menu.active .menu-bar{
    display: none;
}
.search-icon {
    margin: 30px 0;
}
.search-icon .loupe-img{
    transform: rotate(85deg);
    width: 22px;
}
.search-area, .pandemic-info{
    padding-top: 250px;
    padding-left: 50px;
}
.search-icon.active .close-image, .virus-icon.active .close-image{
    display: block;
}
.search-icon.active .loupe-img, .virus-icon.active .virus-img{
    display: none;
}
.search-area .form-styl {
    resize: none;
    background-color: transparent;
    border-radius: 0px;
    border: 0;
    font-family: 'NunitoSansRegular';
    color: #c0c0c0;
    font-size:30px;
}
.search-area .form-styl:placeholder {
    color: #c0c0c0;
    opacity: 1;
}
.search-area .form-styl:-ms-input-placeholder {
    color: #c0c0c0;
    opacity: 1;
}
.search-area .form-styl::placeholder {
    color: #c0c0c0;
    opacity: 1;
}
.search-area .form-styl{
    border-bottom: 2px solid #e0e0e0;
    height: auto;
    padding: 0 0 20px;
    background-color: transparent;
}
.search-area .form-styl:focus{
    background-color: transparent;
     border-bottom: 2px solid #e0e0e0;
     box-shadow: none;
}
.zoek-form-wrap{
    max-width: 490px;
    width: 100%;
    position: relative;
}
.submit-btn{
    border: 0;
    top: -15px;
    right: 0;
    padding: 0;
    width: 63px;
    height: 63px;
    background: #172849;
    border-radius: 100%;
    position: absolute;
}
.submit-btn img{
    width: 20px;
}
.virus-icon .virus-img{
    width: 26px;
}
.pandemic-info p{
    margin-top: 30px;
}
.pandemic-info{
    max-width: 820px;
    width: 100%;
}
/********************banner******************/
.banner-sec{
    background-color: #f6f6f6;
    position: relative;
}
.banner-sec .col-lg-3{
    position: static;
}
.banner-content{
    padding-left: 50px;
    position: relative;
    z-index: 1;
    top: -80px;
}
.banner-btn-part{
    position: absolute;
    bottom: 0;
   /* width: calc(28% + 160px);*/
    width: 37%;
    background: #172849;
    padding-left: 50px;
    padding: 70px 70px 70px 50px;
    z-index: 2;
}
.banner-btn-part .arrow-right{
    float: right;
    margin-top: -30px;
}
.banner-btn-part .txt-btn{
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.banner-sec .col-lg-9{
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
}
.banner-sec .col-lg-3{
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}
/************************product*******************/
.product-sec{
    padding-top:120px;
    padding-bottom: 150px;
}
.product-sec .sec-heading{
    margin-bottom: 70px;
}
.product-content h4, .product-content h6{
    color: #4c4c4c;
}
.product-content h6{
    font-size: 14px;
    margin-top: 10px;
}
.product-content {
    padding: 25px 30px;
    border:1px solid #ebebeb;
    border-top: 0;
}
.divider{
    border-top: 1px solid #ebebeb;
    margin: 20px 0;
}
.product-content table{
    width: 100%;
}
.product-content td{
    font-size: 14px;
    color: #4c4c4c;
    font-family: 'NunitoSansLight';
}
.product-content td:nth-child(2){
    font-family: 'NunitoSansExtraBold';
}
.product-content p span{
    margin: 0 15px;
}
.product-slider{
    position: relative;
    padding-right: 15px;
}
.product-sec .swiper-button-prev{
    left: -75px;
} 
.product-sec .swiper-button-next{
    right: -75px;
}
.each-product{
    margin-bottom: 10px;
}
/******************middle slider**************/
.middle-slider{
    position: relative;
    overflow: hidden;
}
.middle-slider .col-lg-7{
    padding-left: 10px;
}
.left-content h2{
    position: relative;
    padding-top: 34px;
}
.left-content h2:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 4px;
    background-color: #fff;
    content: '';
}
.left-content h2, .left-content p, .each-right-slide-txt h4{
    color: #fff;
}
.left-content p{
    margin:25px 0 70px;
    text-align: justify;
}
.left-content{
    padding: 30px 100px 30px 80px;
}
.middle-slider-bg{
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #182849;
    height: 100%;
}
.middle-slider-wrapper{
    padding: 150px 0;
}
.right-slider{
    padding-right: 10px;
    position: relative;
}
.right-slider .common-arrow, .dtl-bottom-car-slider .common-arrow{
    transform: translateY(0);
    top: -80px;
}
.right-slider .swiper-button-prev{
    left:20px;
}
.right-slider .swiper-button-next{
    right: auto;
    left: 80px;
}
.each-right-slide{
    position: relative;
}
.each-right-slide-txt{
    position: absolute;
    bottom: 25px;
    left: 50px;
}
.each-right-slide-txt h4{
     font-family: 'NunitoSansBold';
}
.right-slider{
    margin-right: -50px;
}
/********************bottom sec***************/
.bottom-content{
    background-color: #fff;
    width: calc(100% + 55%);
    position: relative;
    z-index: 1;
    margin-top: 160px;
    padding: 120px 30% 80px 0;
}
.bottom-content p{
    margin-bottom: 60px;
}
.bottom-content-wrap{
    padding-left: 80px;
}
/***************************footer*********************/
.footer-area{
    background-color: #172849;
    position: relative;
}
.footer-area h4{
    color: #fff;
    font-family: 'NunitoSansRegular';
}
.each-footer-content p{
    line-height: 34px;
    margin-top: 40px;
    white-space: nowrap;
    letter-spacing: 0.2px;
}
.each-footer-content p a, .each-footer-content p{
    color: rgb(255,255,255,0.5);
}
.each-footer-content p a:hover{
    color: #fff;
}
.each-footer-content{
    padding: 140px 0 120px;
}
.each-footer-content{
    position: relative;
    padding-left: 135px;
}
.each-footer-content.opening-time{
    padding-left: 160px;
}
.each-footer-content:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height:100%;
    content: '';
    background-color: #fff;
    opacity: 0.3;
}
.footer-area .col-lg-4{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.footer-area .col-lg-8 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.copyright-panel{
   padding: 30px 70px;
   border-top: 1px solid rgba(255,255,255,0.30);
}
.footer-logo{
    margin: auto ;
    display: table;
    background: #fff;
    padding: 45px;
    border-radius: 20px;
}
.footer-brand{
    padding-right: 70px;
}
/*****************aanbod****************/
.inner-banner .banner-content{
    top: -30px;
}
.inner-banner .banner-content h2{
    line-height: 54px;
}
.filter-sec{
    background-color: #172849;
    padding:40px 0 30px;
    margin-top: -206px;
    position: relative;
}
.filter-sec h2{
    color: #fff;
}
.select-wrap{
    max-width: 850px;
    width: 100%;
}
.select-style {
    width: 100%;
    background: url(../images/drop.svg) no-repeat 75% center/8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    height: 58px;
    line-height: 56px;
    border-radius: 0;
    background-color: #172849;
    border: 2px solid rgba(239,239,239,0.20);
}
.each-select-box{
    margin-bottom: 10px;
}
.each-select-box .common-btn{
    padding: 0 30px;
    text-align: left;
    max-width: 100%;
}
.each-select-box .common-btn img{
    width: 12px;
}
.each-select-box .common-btn span{
    float: right;
    margin-top: -5px;
    margin-right: 17%;
}
.each-select-box .common-btn:hover{
    background-color: #fff;
    color: #1c1c1c;
}
.aanbod-product .col-md-8 h6{
    height: 35px;
}
.aanbod-product h6{
    font-family: 'NunitoSansRegular';
}
.aanbod-product h6 span{
    font-family: 'NunitoSansExtraBold';
}
.aanbod-product .each-product{
    margin-bottom: 40px;
}
.aanbod-content .txt-btn{
    font-size: 24px;
}
.aanbod-content h2, .aanbod-content p{
    color: #fff;
}
.aanbod-content h2{
    position: relative;
    padding-top: 25px;
}
.aanbod-content h2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 4px;
    background-color: #fff;
    content: '';
}
.aanbod-content p{
    margin: 25px 0 50px;
}
.aanbod-product .col-lg-8{
    padding-bottom: 40px;
}
.aanbod-content{
    max-width: 640px;
    width: 100%;
    padding-left: 80px;
}
.aanbod-product{
    padding-top: 70px;
    padding-bottom: 70px;
}
/*******************diensten list******************/
.inner-banner p{
    margin-top: 60px;
    margin-right: 70px;
    line-height: 26px;
}
.gallery-sec{
    padding: 90px 0 100px 50px;
}
.each-gallery{
    position: relative;
    cursor: pointer;
}
.each-gallery h3{
    color: #fff;
    font-size: 36px;
    font-family: 'NunitoSansBold';
    position: relative;
    padding-top: 25px;
}
.each-gallery h3:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 4px;
    background-color: #fff;
    content: '';
}
.gallery-content{
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 0px 40px;
    transition: all 0.5s;
    background: rgba(23,40,73,0.5);
    padding: 50px 100px 50px 70px;
    bottom: 0;
}
.each-gallery:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #172849;
    opacity: 0;
    transition: all 0.5s;
}
.gallery-content p{
    color: #fff;
   font-size: 0;
   line-height: 0;
    /*transform: translate3d(0, 15px, 0);
    transition: 0.4s 0.15s opacity, 0.4s 0.15s transform;*/
}
.each-gallery:hover .gallery-content p, .gallery-slide a:hover .gallery-content p{
    opacity: 1;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    text-align: justify;
    /*transform: translate3d(0, 0, 0);
    transition: 0.4s opacity, 0.4s transform;*/
}
.each-gallery:hover .gallery-content, .gallery-slide a:hover .gallery-content{
    position: absolute;
    transition: all 0.5s;
    bottom: 35px;
    background-color: transparent;
}
.each-gallery:hover:after, .gallery-slide a:hover .each-gallery:after{
    opacity: 0.5;
    transition: all 0.5s;
}
.each-gallery-btn .txt-btn{
    color: #172849;
    font-size: 24px;
}
.each-gallery-btn{
    padding: 45px 0 15px 70px;
}
.each-gallery-btn .arrow-right{
    border: 1px solid rgba(23,40,73,0.50);
}
.each-gallery-btn .txt-btn:hover .arrow-right, .gallery-slide a:hover .arrow-right{
    background-color: #172849;
    border: 1px solid #172849;
}
.each-gallery-btn .txt-btn:hover .arrow-right img, .gallery-slide a:hover .arrow-right img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.arrow-control{
    width: 190px;
    padding: 0 70px;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.arrow-control .common-arrow{
    top: 0;
    transform: translateY(0);
     position: relative;
}
.arrow-control .swiper-button-prev{
    left: 0px;
}
.arrow-control .swiper-button-next{
    right: auto;
    left: 30px;
}
.pagination-wrapper{
    max-width: 680px;
    width: 100%;
    margin-left: auto;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.pagination-wrapper .swiper-pagination{
    position: relative;
    background: #d9d9d9;
    height: 3px;
}
.pagination-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #d0cece;
    height: 8px;
    top: -2px;
}
.gallery-slide{
    margin-top: 50px;
}
/********************diensten dtl********************/
.back-btn .banner-btn-part{
    position: relative;
    width: 37%;
}
.diensten-top-sec{
    padding-top: 180px;
    background-color: #fff;
}
.diensten-top-sec h2{
    line-height: 62px;
}
.diensten-top-sec p{
    margin: 50px 0 0;
}
.diensten-top-heading {
    padding-top: 90px;
    padding-left: 50px;
    position: relative;
    z-index: 1;
}
.diensten-top-content{
    max-width: 75%;
    width: 100%;
    padding-right: 140px;
    margin-left: auto;
}
.diensten-top-sec{
    position: relative;
}
.diensten-top-sec:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 100%;
    background-color: #f6f6f6;
    content: '';
}
.diensten-middle-sec .col-lg-5{
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}
.diensten-middle-sec .col-lg-7{
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
}
.diensten-middle-sec .bottom-content{
    margin-top: 0;
    background-color: #fff;
    width: 70%;
    padding: 160px 160px 160px 0;
    margin: 130px 0 130px -90px;
}
.diensten-middle-sec .bottom-content p{
    margin-bottom: 0;
}
.diensten-middle-sec .bottom-right{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.diensten-middle-sec .bottom-right img{
    display: none;
}
.diensten-middle-sec{
    position: relative;
}
.form-styl {
    resize: none;
    background-color:#fff;
    border-radius: 0;
    border:0px;
    padding: 25px;
}
.contact-form-sec .form-group {
    margin-bottom: 30px;
}
.contact-form-sec .txt-btn{
    margin-top:12px;
    font-size: 24px;
    color: #272727;
    cursor: pointer;
    background-color: transparent;
}
.contact-form-sec .common-txt-btn .arrow-right{
    border: 1px solid #172849;
    background-color: #172849;
}
.contact-form-sec .common-txt-btn .arrow-right img{
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.contact-form-sec .common-txt-btn:hover  .arrow-right{
    border: 1px solid #1c1c1c;
    background-color: #1c1c1c;
}
.form-styl:focus {
    box-shadow: none;
    background-color:#fff;
    color:#272727;
}
.form-styl:placeholder {
    color: #272727;
}
.form-styl:-ms-input-placeholder {
    color: #272727;
}
.form-styl::placeholder {
    color: #272727;
}
.contact-form-sec{
    background-color: #f6f6f6;
    padding: 100px 0 80px;
}
.contact-form-sec label, .form-styl{
    font-family: 'NunitoSansRegular';
    color: #272727;
    font-size:16px;
}
.contact-form-sec label{
    margin-bottom: 20px;
}
.contact-form-sec textarea.form-control {
    height: 175px;
}
.contact-form-sec h2{
    margin-bottom: 70px;
    color: #272727;
    font-family: 'NunitoSansRegular';
}
.diensten-dtl-slider .middle-slider-bg{
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
/*********************contact*******************/
.contact-map-sec .each-banner-image{
    height: 800px;
}
.contact-btm-area.diensten-middle-sec .bottom-content{
    padding-bottom: 60px;
}
.contact-btm-area .bottom-content .text-right{
    margin-top: 40px;
}
.each-info h2{
    font-family: 'NunitoSansRegular';
}
.contact-dtl-sec{
    padding: 120px 0 150px;
}
.contact-dtl-sec table{
    width: 100%;
    margin-top: 70px;
    border-top: 1px solid #d9d9d9;
}
.contact-dtl-sec td{
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    color: #1c1c1c;
    display: inline-block;
}
.contact-dtl-sec td a{
    color: #1c1c1c;
}
.contact-dtl-sec td:nth-child(even){
     float: right;
     text-align: right;
}
.contact-dtl-sec tr{
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.each-info .arrow-right{
    float: right;
}
.each-info .common-txt-btn{
    font-size: 24px;
}
.contact-dtl-sec .second-table{
    margin-top: 0;
}
.contact-dtl-sec .second-table tr:last-child td{
    width: 100%;
}
.contact-dtl-sec .col-lg-6:nth-child(1) tr:last-child{
    border-bottom: 0;
}
.contact-dtl-sec .col-lg-6:nth-child(odd) .each-info{
    padding-right: 60px;
}
.contact-dtl-sec .col-lg-6:nth-child(even) .each-info{
    padding-left: 60px;
}
.contact-btm-area .col-lg-5{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.contact-btm-area .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
} 
/********************overons****************/
.overons-top-content{
    background-color: #f6f6f6;
    padding-left: 80px;
}
.overons-left-image{
    position: relative;
    top: 80px;
}
.content-wrapper h2{
    margin-bottom: 60px;
}
.content-wrapper{
    max-width: 75%;
    width: 100%;
    padding: 200px 0 170px 80px;
}
.overons-middle-area .bottom-content{
    margin-top: 0;
}
.overons-middle-area .bottom-content p{
    margin-top: 80px;
}
.counter-sec{
    padding: 170px 100px;
}
.each-count-box span{
    border: 2px solid #e9e9e9;
    width: 96px;
    height: 96px;
    margin-right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
    color: #1c1c1c;
    letter-spacing: 0.5px;
}
.each-count-box h4{
    color: #1c1c1c;
    display: inline-block;
}
.counter-sec .col-lg-3:nth-child(2) .each-count-box{
    padding-left: 20px;
}
.counter-sec .col-lg-3:nth-child(3) .each-count-box{
    padding-left: 10px;
}
.overons-gallery-slider .left-content p{
    margin-bottom: 0;
}
/********************aanbod dtl**************/
.aanbod-dtl-slider h3{
     font-family: 'NunitoSansLight';
}
.aanbod-dtl-slider .arrow-right img{
    transform: rotate(180deg);
}
.aanbod-dtl-slider .common-arrow{
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 55px;
    height: 55px;
    background-color: #f6f6f6;
    z-index: 1;
}
.aanbod-dtl-slider .swiper-button-prev {
    left: auto;
    right: 55px;
}
.aanbod-dtl-slider .swiper-button-next {
    right: 0;
}
.aanbod-dtl-slider .swiper-pagination{
    right: 140px;
    left: auto;
    text-align: right;
}
.aanbod-dtl-slider .swiper-pagination-bullet{
    border-radius: 0;
    background: #fff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
}
.aanbod-dtl-slider .swiper-pagination-bullet-active{
    background: #172849;
    opacity: 1;
}
.aanbod-dtl-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}
.aanbod-dtl-icons{
    background-color: #f6f6f6;
}
.aanbod-dtl-icons .col-lg-2{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.each-icon{
    height: 240px;
    position: relative;
}
.each-icon h4{
    color: #1c1c1c;
	font-size: 20px;
}
.each-icon h6{
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    opacity: 0.5;
    margin-top: 10px;
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
}
.each-icon img{
    width: 50px;
}
.icon-cover{
    height: 80px;
}
.each-icon-wrap{
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
}
.dtl-icons-wrap{
    max-width: 90%;
    width: 100%;
    margin: auto;
}
/*********tab**************/
.aanbod-detail-tab-sec .col-lg-3{
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}
.aanbod-detail-tab-sec .col-lg-9{
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
}
.aanbod-detail-tab-sec .tab-sec span{
    position: absolute;
    left: 35px;
}
.aanbod-detail-tab-sec .nav-tabs {
    border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec{
    background-color: #192d52;
    padding-top: 90px;
    padding-left: 100px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
    border:0;
    font-size: 24px;
    display: block;
    width: 100%;
    font-family: 'NunitoSansSemiBold';
    padding-bottom: 40px;
    letter-spacing: 0.5px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border: none;
    padding:0;
    display: inline-block;
    color: rgba(255,255,255,0.5);
    border-bottom: 2px solid transparent;
    padding-bottom: 15px;
    background-color: transparent;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
    font-family: 'NunitoSansExtraBold';
    border-bottom: 2px solid #fff;
   color: #fff;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.aanbod-detail-tab-sec .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-detail-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position:relative;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content{
    position: relative;
    padding: 100px;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansSemiBold';
}
.bullet-panel{
    margin-bottom:20px;
}
.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: #1c1c1c;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .contact-form-sec {
    background-color: #fff;
    padding: 0;
}
.aanbod-detail-tab-sec .contact-form-sec .form-styl{
    background-color: #f4f4f4;
}
.aanbod-detail-tab-sec .contact-form-sec .form-styl.foto_upload{
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
}
.related-car{
    padding-bottom: 100px;
}
.dtl-bottom-sec .middle-slider-wrapper{
    padding: 140px 0 60px;
}
.dtl-bottom-sec .product-content h6{
    height: 35px;
}
.dtl-bottom-sec .left-content{
    padding-top: 100px;
}
.dtl-bottom-sec .left-content p{
    margin-bottom: 0;
}
.dtl-bottom-car-slider{
    position: relative;
    padding: 0 70px;
}
.dtl-bottom-sec.middle-slider .col-lg-7 {
    padding-left: 0px;
}
.dtl-bottom-sec .middle-slider-bg{
    border-bottom: 1px solid rgba(255,255,255,0.3)
}
.dtl-bottom-car-slider .swiper-button-prev{
    left:70px;
}
.dtl-bottom-car-slider .swiper-button-next{
    right: auto;
    left: 140px;
}
/*******************thank u*****************/
.thanku-banner-sec .each-banner-image img{
    height: 100%;
    object-fit: cover;
}
.thanku-banner-sec{
    height: 100vh;
}
#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;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 30px;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color:#1c1c1c;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon p{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 35px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 13pt;
  font-family: 'Calibri';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
  color:#38b6be;
  font-size: 13pt;
  font-weight:bold;
  margin-left:8px;
  font-family: 'Calibri';
}
.cookie_div button{
  color:#3c935c;
  font-size: 12pt;
  background:#fff;
  font-weight: bold;
    border: 0;
    padding: 13px 25px;
  margin:5px 0;
  cursor: pointer;
  font-family: 'Calibri';
}
.mm-slideout {
    z-index: unset;
}
.privacy_section{
	padding-top: 73px !important;
}
.text-danger{
    font-size: 24px;
    color: #1c1c1c !important;
}
/*==========pop up===========*/
.mm-slideout {
	z-index: unset;
}
.modal-area .close-img img{
	width:35px;
}
.modal-area .close-img{
	position: absolute;
	top: 30px;
	right: 30px;
	height:100%;
}
.modal-area .modal-dialog {
	max-width:73%;
	margin-top:12%;
}
.modal-area .modal-body{ 
	padding:0px;
}
.popup-content h3{
	font-family: 'NunitoSansBold';
	padding-bottom: 15px;
	position: relative;
	font-size: 24px;
	letter-spacing: 0.5px;
}
.modal-area h3:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: #172849;
    bottom: 0px;
    left: 0px;
}
.modal-area .modal-content p{
	text-align: justify;
	margin: 30px 0 50px;
}
.modal-area .modal-content{
	border-radius:0px;
	border: none;
}
.popup-content{
	padding: 0 8%;
}
.popup-content .common-btn {
    border: 2px solid #172849;
    background-color: #172849;
   	color: #fff;
}
.popup-content .common-btn:hover{
	border: 2px solid #1c1c1c;
    background-color: #1c1c1c;
}
@media(max-width: 1599.98px){
	.modal-area .modal-dialog {
    	max-width: 80%;
	}
}
@media(max-width: 1399.98px){
	.modal-area .modal-dialog {
    	max-width: 87%;
	}
	.modal-area .modal-content p {
	    margin: 20px 0 40px;
	}
}
@media(max-width: 1199.98px){
	.pop-up-image, .pop-up-image img{
		height: 100%
	}
	.pop-up-image img{
	 	object-fit: cover;
	}
	.popup-content{
		padding: 8%;
	}
	.modal-area .row{
		align-items: unset !important;
	}
	.modal-area .modal-dialog {
	    max-width: 95%;
	}
}
@media (max-width: 991px){
	.modal-area .modal-dialog {
	    max-width: 95%;
	    margin:16% auto 0;
	}
}
@media(max-width: 767px){
	.popup-content h3{
		letter-spacing: normal;
		font-size: 22px;
	}
	.popup-content{
		padding: 8% 6%;
	}
	.modal-area .close-img {
	    top: 15px;
	    right: 15px;
	}
}
/*=======pop up end==========*/