@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;
}
/*************************header*******************/
.header-logo{
    background: #fff;
}
.header-logo .navbar-brand{
    padding:0;
    margin:0;
}
.header-logo .logo{
    margin-right: 20px;
}
.desktop-nav{
    padding: 30px 20px;
    background: #1c1c1c;
}
.desktop-nav .navbar-nav{
    position: relative;
    z-index: 1;
}
/*.desktop-nav .navbar-nav:after{
    position: absolute;
    top: -30px;
    left: 0;
    width: calc(100% + 100px);
    height: calc(100% + 60px);
    content: '';
    background:#1c1c1c;
    z-index: -1;
}*/
.desktop-nav .nav-item{
    font-family: 'NunitoSansSemiBold';
    font-size: 16px;
    padding-right: 25px;
}
.desktop-nav .nav-item.vestigingen-btn{
    padding-right: 0;
}
.desktop-nav .navbar-nav .nav-link {
    color: #a3a3a3;
    padding:0 10px;
    position: relative;
}
.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .navbar-nav .nav-link.active{
    color: #fff;
}
.desktop-nav .navbar-nav .nav-link:after{
    position: absolute;
    bottom: -46px;
    left: 0;
    height: 3px;
    background:#c50026;
    content:'';
    width: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.desktop-nav .navbar-nav .nav-link:hover:after{
    width: 100%;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.vestigingen-btn .common-btn{
    min-width: 258px;
    border:0;
}
.vestigingen-btn .common-btn:hover{
    background: #c50026;
    color: #fff;  
}
/*******fixed******/
.vestigingen-content{
    background:#f6f6f6;
    padding-left: 130px;
    max-width: 550px;
    width: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    position: fixed;
    height: 100vh;
    top: 0;
    right: -100%;
    z-index: 9999;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.vestigingen-content.open-content{
    right: 0px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.each-right-block p, .each-right-block h6{
    font-size: 16px;
    font-family: 'NunitoSansSemiBold';
    color: #1c1c1c;
    margin-left: 30px;
    margin-top: 30px;
}
.each-right-block a{
    color: #1c1c1c;
}
.each-right-block p{
    opacity: 0.5;
    position: absolute;
    bottom: 25px;
}
.each-right-block{
    border-radius: 8px;
    border: 2px solid #c50026;
    margin-bottom: 20px;
    border-right: 0;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.each-right-block:hover{
    background:#c50026;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.each-right-block:hover a, .each-right-block:hover p{
    color: #fff
}
.close-btn{
    width: 62px;
    height: 62px;
    border-radius: 8px;
    background:#c50026;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading-area{
    padding: 60px 0;
}
.close-btn img{
    width: 24px;
}
/**************************banner***********************/
.banner-sec .col-lg-7{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.banner-sec .col-lg-5{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}
.banner-content{
    padding: 150px 30px 0 100px;
    position: relative;
    z-index: 1;
}
.banner-content p{
    font-size: 18px;
    margin:35px 0 65px;
}
.banner-sec{
    position: relative;
    background:#f7f7f7;
    padding: 20px 0;
    z-index: 0;
}
.banner-sec:before{
    position: absolute;
    top: 20px;
    left: 0;
    width: calc(40% - 20px);
    height: calc(100% - 40px);
    content: '';
    background: #fff;
}
.banner-left-bg{
    position: absolute;
    bottom: 50px;
    width: 36%;
    height: 380px;
    background-position: left;
    background-size: contain;
    left: 0;
}
.banner-sec .common-btn{
    margin-right: 10px;
}
/*************side area**********/
/*.mini-right-nav li{
    display: block;
    position: relative;
}
.mini-right-nav span {
    font-family: 'NunitoSansSemiBold';
    font-size: 16px;
    color: #fff;
    top: 0;
    right: 178px;
    height: 100%;
    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: 100%;
    content: '';
    background-color: #520010;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 100%;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
    width:auto; 
    padding: 0 50px 0 30px;
    overflow:visible; 
}
 .mini-right-nav p{
    opacity: 0.5;
    color: #fff;
    margin-top: 80px;
    font-family: 'NunitoSansSemiBold';
    font-size: 16px;
}
.navtext a{
    margin-top: 30px;
    display: block;
}
.mini-right-nav{
    position: fixed;
    top: 25%;
    z-index: 999;
    right: 0px;
}
.navtext{
    display: block;
    position: relative;
}*/
/*************side area**********/
.mini-right-nav li{
    margin-bottom:4px;
    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: #1c1c1c;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after{
     background-color: #68bb5f;
}
.mini-right-nav span {
    font-family: 'NunitoSansRegular';
    font-size:16px;
    bottom: 0;
    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: #1c1c1c;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;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: calc(10% + 210px);
    z-index: 999;
    right: 0px;
}
/***********************select*******************/
.each-select-box select {
    width: 100%;
    border: 0;
    border-radius: 0;
    height: 56px;
    line-height: 56px;
    font-family: 'NunitoSansSemiBold';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #fff no-repeat 93% center/10px;
    color: #1e1e1e;
    padding: 0 30px;
}
.each-select-box{
    max-width: 258px;
    width: 100%;
    margin-left: 2px;
}
.select-area{
    background:#f7f7f7;
	padding-top: 4%;
}
.each-select-box .common-btn{
    border-radius: 0;
}
.form-styl{
    resize: none;
    border:0;
    border-radius: 0;
    height: 56px;
    padding: 0 40px 0 140px;
    color: rgba(28,28,28,0.5);
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.form-styl:placeholder {
    color: #1c1c1c;
    opacity: 0.5;
}
.form-styl:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 0.5;
}
.form-styl::placeholder {
    color: #1c1c1c;
    opacity: 0.5;
}
.input-icon{
    position: absolute;
    top: 15px;
    left: 90px;
}
.search-area img{
    width: 23px;
}
.search-area .form-group{
    position: relative;
    margin-bottom: 0;
    max-width: 360px;
    width: 100%;
}
/************************ Car slider Area *******************************/
.car-slider-area{
    background-color: #f8f8f8;
}
.each-card-details{
    border:1px solid #f0f0f0;
    border-top: 0;
    background-color: #fff;
}
.each-card-details p{
    color: #1c1c1c;
    font-family: 'NunitoSansLight';
    height: 62px;
}
.each-card-details h4{
    letter-spacing: 0.5px;
}
.each-card-details .col-lg-5 h4{
    color: #c50026;
    font-family: 'NunitoSansBold';
}
.each-card-details table{
    width:100%;
}
.car-top-price{
    padding: 45px 30px 35px 50px;
}
.divider{
    margin: 0;
    border-top:1px solid #f0f0f0;
}
.each-card-details table tr td{
    text-align:center;
    font-family: 'NunitoSansLight';
    font-size:14px;
    color:#1e1e1e;
    padding: 20px 0px;
    border-right:1px solid #f4f4f4;
    width: 20%;
}
.each-card-details table tr td:last-child{
    border:0px;
}
.car-slider-area{
    background:#f7f7f7;
    padding-top: 50px;
    padding-bottom: 100px;
}
.car-slider-area h3{
    margin-bottom: 50px;
}
/**************************middle sec****************/
.left-area{
    position: relative;
}
.left-area img{
    display: none;
}
.left-area:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background:#000;
    opacity: 0.6;
}
.left-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left:0;
    width: 100%;
    padding-left: 65px;
    z-index: 1;
    max-width: 520px;
}
.left-content p{
    color: #fff;
    font-size: 18px;
    margin: 15px 0 50px;
}
.each-slide-content{
    border:1px solid #eeeeee;
    background:#fff;
    padding: 35px;
    border-top: 0;
}
.each-slide-content p{
    color: #898989;
    margin-top: 15px;
    line-height: 25px;
    height: 80px;
}
.each-slide-content h4{
    position: relative;
    padding-bottom: 15px;
}
.each-slide-content h4:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height:1px;
    content: '';
    background:#c50026; 
}
.middle-image-sec .col-lg-4{
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}
.middle-image-sec .col-lg-8{
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
.middle-image-sec .swiper-pagination{
    bottom: 30px;
    left: 65px;
}
.middle-image-sec .swiper-pagination-bullet{
    background-color: #fff;
    margin: 0 6px;
    opacity: 1;
    width: 12px;
    height: 12px;
    opacity: 0.2;
}
.middle-image-sec .swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
}
.middle-image-sec{
    position: relative;
}
/********************car bottom block******************/
.car-left-content h2{
    font-size: 48px;
    color: #1c1c1c;
    letter-spacing: 1px;
    line-height: 62px;
}
.car-left-content p{
    color: #1c1c1c;
    line-height: 25px;
    margin:35px 100px 65px 0;
}
.bottom-block-wrapper{
    max-width: 1180px;
    width: 100%;
    margin:auto;
}
.car-bottom-block{
    padding: 12% 0;
    position: relative;
}
.bg-image{
    position: absolute;
    top: 27%;
    left: 0;
    width: 100%;
}
/***************************footer*******************/
.footer-area{
    background:#fff;
}
.footer-middle-wrapper{
    padding: 110px 100px 60px;
    background: #1c1c1c;
}
.footer-info{
    padding-left: 30px;
}
.footer-info p{
   color: rgba(255,255,255,0.5);
   line-height: 34px;
   margin-bottom: 40px;
}
.footer-info p a{
    opacity: 0.5;
}
.footer-info p a:hover{
    opacity: 1;
}
.footer-info img{
    width: 17px;
    margin-right: 10px;
    /*margin-left: -30px;*/
}
.footer-info table{
    width: 49%;
    display: inline-block;
    vertical-align: top;
}
.footer-info td{
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    font-family: 'NunitoSansRegular';
    line-height: 30px;
}
.footer-info tr:first-child td{
    opacity: 1;
    font-family: 'NunitoSansBold';
}
.footer-brand-area img{
    margin-top: 20px;
}
.footer-area .logo{
    margin-right: 0;
}
.table-area{
    max-width: 530px;
}
/******************aanbod********************/
/*=========inner-header=========*/
.common-header .navbar-nav:after{
    display: none;
}
.common-header .desktop-nav .navbar-nav .nav-link:hover, .common-header .desktop-nav .navbar-nav .nav-link.active{
    color: #1c1c1c;
}
.common-header .header-logo .logo {
    margin-right: 0px;
}
.banner-sec.inner-banner:before {
    width: calc(50% - 20px);
}
.aanbod-filter .each-select-box{
    margin-left: 0;
}
.aanbod-filter .select-style{
    border-right: 2px solid #f7f7f7;
    color: #1c1c1c;
    background-size: 8px;
}
.aanbod-filter .each-select-box{
    max-width: 100%;
}
.aanbod-filter .selct-wrap{
    max-width: 80%;
    width: 100%;
    padding-right: 0;
}
.aanbod-product{
   padding: 100px 75px 120px;
}
.aanbod-product .col-xl-4{
    padding-bottom: 40px;
}
.aanbod-middle h3, .aanbod-middle p{
    color: #fff;
}
.aanbod-middle p{
    line-height: 24px;
    margin:25px 0 60px;
}
.aanbod-middle-content{
    padding-right: 90px;
    padding-left: 60px;
}
.aanbod-product.car-slider-area h3{
    margin-bottom: 0;
}
.common-footer .footer-info tr:first-child td{
    opacity: 0.5;
    font-family: 'NunitoSansRegular';
}
.common-footer .footer-info table{
    width: 100%;
}
.common-footer .opening-time-area{
    max-width: 1280px;
    width: 100%;
    margin-bottom: 30px;
}
/*select#sorteren {
    display: none;
}*/
/********************diesnten listview********************/
.diensten-banner h1, .diensten-banner p{
    margin-left: 20px;
}
.diensten-banner .inner-banner-heading{
    padding-bottom: 100px;
}
.inner-banner p{
    font-size: 16px;
    color: #171717;
    text-align: justify;
    margin-top: 25px;
}
.inner-banner-heading{
    width: 100%;
    max-width: 810px;
    padding-top: 14%;
}
.diensten-banner .row{
    align-items: unset !important;
}
.listview-content{
    background:#fff;
    padding: 60px 80px 45px;
    height: 100%;
}
.listview-content p{
    font-size: 16px;
    color: #171717;
    margin:25px 0 55px;
    line-height: 20px;
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listview-area{
    background:#f7f7f7;
    padding-bottom: 20px;
}
.each-listview{
   margin: 0 30px 20px;
}
.each-listview:last-child{
    margin-bottom: 0;
}
.listview-area .col-lg-7{
    padding-right: 5px;
}
.listview-area .flex-row-reverse .col-lg-7{
    padding-right: 0;
    padding-left: 5px;
}
/********************diensten dtl******************/
.back-btn{
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: right;
    padding-top: 70px;
    right: 50px;
}
.table-content-area{
    background:#f7f7f7;
    padding: 80px 0 100px;
}
.table-content-area table{
    width: 100%;
}
.table-content-area p{
    margin-top: 30px;
    color: #171717;
    text-align: justify;
    font-size: 16px;
}
.table-content-area td{
    width: 50%;
    vertical-align: top;
}
.table-content-area td:nth-child(odd){
    padding-right: 50px;
}
.table-content-area td:nth-child(even){
    padding-left: 50px;
}
.form-area label {
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    margin-bottom: 20px;
}
.form-area .form-styl {
    color: #1c1c1c;
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 15px;
}
.newsletter-wrap .form-group {
    margin-bottom: 0px;
}
.form-area .form-styl:focus {
    box-shadow: none;
    background-color:#f7f7f7;
    color:#1c1c1c;
}
.form-area .form-styl:placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-area .form-styl:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-area .form-styl::placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.diensten-form-sec{
    padding: 80px 0 100px;
    position: relative;
}
.form-area h2{
    color: #1c1c1c;
    margin: 20px 0 60px;
}
.form-area .common-btn{
    margin-top: 30px;
}
.form-left-area{
    max-width: 420px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 80px;
}
.form-left-area .each-right-block{
    border: 2px solid #c50026;
    border-left:0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-area{
    padding-right: 30px;
}
.diensten-dtl-bottom-sec{
    background-color: #f7f7f7;
    padding: 20px 0;
}
/*********************vacature dtl****************/
.vacature-form-sec{
    padding-bottom: 150px;
}
/******************thank u**************/
.thanku-sec h1{
    margin-bottom: 80px;
    line-height: 60px;
}
/************************contact*****************/
.map-area{
    height: 930px;
    position: relative;
}
.contact-pg-dtl-sec {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    padding: 0 100px;
}
.contact-pg-dtl-sec .footer-middle-wrapper{
    padding: 50px 0;
}
.contact-pg-dtl-sec .footer-info table {
    width: 49%;
}
.contact-pg-dtl-sec .footer-info{
    padding-left: 120px;
    padding-right: 60px;
}
.contact-form-left-image{
    padding-right: 50px;
}
.contact-form-sec .form-area{
    padding: 80px 120px 80px 20px;
}
.diensten-form-sec.contact-form-sec{
    padding: 0;
}
.contact-form-sec .form-area h2{
    margin-top: 0;
}
/**********************aanbod dtl********************/
.aanbod-dtl-back-btn{
    left: auto;
    right: 0;
    z-index: 2;
    text-align: left;
    padding-top: 30px;
}
.aanbod-dtl-back-btn .common-btn{
    margin-left: 20px;
}
.thumbnil-slider .swiper-button-prev{
    left: 0;
}
.thumbnil-slider .common-arrow{
    width: 30px;
    height: 219px;
    background:#c50026;
    border-radius: 0 8px 8px 0;
}
.thumbnil-slider .common-arrow img{
    width: 8px;
}
.thumbnil-slider .common-arrow.swiper-button-next{
    right: 0px;
    border-radius: 8px 0px 0px 8px;
}
.thumbnil-slider{
    background:#f7f7f7;
    padding: 20px 0;
}
.gallery-thumbs{
    margin-top: 20px;
}
.gallery-top-area{
    position: relative;
}
.side-image{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.price-area .float-right h3{
    color: #c50026;
}
.price-area h3 span{
    font-family: 'NunitoSansBold';
}
.tab-upper-sec{
    padding: 0 15px;
    background:#f7f7f7;
}
.tab-upper-sec h3{
    line-height: 48px;
	font-size: 24px;
}
.btn-area .common-btn{
    max-width: 100%;
}
.btn-area .col-lg-4{
    padding-left: 0px;
    padding-right: 10px;
}
.btn-area{
    max-width: 88%;
    width: 100%;
    margin-left: auto;
    margin-right: 10px;
}
.price-panel-wrap{
    background: #fff;
    padding: 40px 10px 10px;
}
.each-dtl-price h5{
    color: #c50026;
    text-align: center;
    margin: 60px 0 0;
    word-break: break-word;
	font-size: 16px;
}
.each-dtl-price {
    background-color: #f7f7f7;
    margin-right: 10px;
    padding: 30px;
    height: 240px;
}
.price-bottom-block .col-lg-2{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.price-bottom-block{
    margin-top: 30px;
}
.contact-info {
    background-color: #f7f7f7;
    padding: 30px 20px;
    text-align: right;
    /*height: 100%;*/
}
.contact-info span {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(28,28,28,0.25);
    margin-left: 30px;
}
.contact-info span img {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
    width: 13px;
    height: 13px;
}
.contact-info a{
    color: #1c1c1c;
}
.contact-info li{
    margin-bottom: 25px;
    width: 100%;
    display: block;
}
.contact-info li:last-child{
    margin-bottom: 0;
}
.place-name-part{
	background-color: #c50026;
	border-radius: 5px;
	padding: 10px;
}
.tab-upper-sec .place-name-part h3{
	color: #fff;
    letter-spacing: 0.5px;
    line-height: normal;
}
.tab-upper-sec .contact-info{
	padding: 5px;
}
.tab-upper-sec .contact-info ul{
	padding: 20px;
}
.tab-upper-sec .each-dtl-price, .tab-upper-sec .price-bottom-block .row{
	height: 100%;
}
/*********************tab******************/
.aanbod-detail-tab-sec{
    padding: 40px 160px 50px;
    background:#f7f7f7;
}
.each-tab-part{
    border-bottom: 1px solid #e2e2e2;
    padding: 50px 0;
}
.each-tab-part h4{
    margin-bottom: 30px;
}
.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;
    background-position: center;
}
.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 .tab-content .kenmerken-tab ul li:nth-child(even) {
   color: #1c1c1c;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position:relative;
    font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab_hedaing h4 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
}
.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 8px;
    padding-left: 20px;
    background-size: 7px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
}
.kenmerken-tab ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-family: 'NunitoSansRegular';
}
.each-tab-part .tab-content{
    max-width: 890px;
    width: 100%;
}

.each-tab-part .tab-content.financieren_cnt {
    max-width: 1280px;
}

.each-tab-part:last-child{
    border-bottom: 0;
}
.related-product-sec{
    padding-top: 90px;
}
/************************overons*********************/
.team-member-sec{
    background:#f7f7f7;
    padding: 100px 160px 0;
}
.each-team-block{
    padding-bottom: 100px;
}
.member-wrap{
    position: relative;
}
.member-dtl h4{
    font-family: 'NunitoSansSemiBold';
    font-size: 17px;
    margin-top: 15px;
}
.member-dtl h4 span{
    font-family: 'NunitoSansLight';
}
.member-wrap .swiper-button-next{
    right: -70px;
}
.member-wrap .swiper-button-prev{
    left: -70px;
}
.member-wrap .swiper-button-prev img{
    opacity: 0.5;
}
.team-member-sec h2{
    font-size: 48px;
    color: #1c1c1c;
    margin-left: 140px;
}
.each-team-block .row{
    margin-bottom: 60px;
}
.each-team-block .text-right h4{
    font-family: 'NunitoSansSemiBold';
}
.each-team-block .text-right h4 span{
    color: #c50026;
    margin-left: 50px;
}
.each-team-block .text-left h4{
    font-family: 'NunitoSansSemiBold';
}
.each-team-block .text-left h4 span{
    color: #c50026;
}
.overons-middle-sec{
    padding: 90px 0 30px;
}
.overons-middle-sec .car-left-content p{
    margin-bottom: 0;
}
.overons-middle-sec .right-car-part{
    margin-top: 40px;
}
.counter-sec{
    padding-right: 160px;
}
.counter-wrap{
    max-width: 50%;
    margin-left: auto;
    width: 100%;
}
.counter-box{
    position: relative;
    z-index: 2;
}
.counter-box h4{
    white-space: nowrap;
}
.counter-txt {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 142px;
    height: 142px;
    border: 2px solid #c50026;
    border-radius: 100%;
    margin: 0 auto 30px;
}
.counter-txt h3{
    font-size: 48px;
    font-family: 'NunitoSansBold';
}
.overons-gallery-sec{
    margin-top: -80px;
    margin-bottom: -1px;
}
.overons-gallery-sec .gallery-slider{
    padding-top: 180px;
}
.gallery-arrows{
    position: absolute;
    bottom: 30px;
}
.gallery-arrows img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.gallery-arrows .common-arrow{
    top: auto;
    transform: translateY(0);
    bottom: 0;
}
.gallery-arrows .swiper-button-next{
    right: 50px;
}
.gallery-arrows .swiper-button-prev{
    left: auto;
    right: 110px;
}
/*******************pop up*********************/
.modal-area .modal-dialog{
    border:0;
    max-width: 1006px;
    width: 100%;
    margin-top: 12%;
}
.modal-area .modal-content{
    border:0;
    border-radius: 0;
    padding: 50px 0 40px;
}
.popup-content{
    padding-right: 100px;
    padding-left: 50px;
}
.popup-content h1{
    line-height: 60px;
    margin-left: 30px;
}
.popup-content p{
    font-size: 18px;
    margin: 20px 0 50px 30px;
}
.popup-content .border-btn{
    margin-left: 10px;
}
.pop-up-image{
    margin-right: -1px;
    width: 90%;
    margin-left: auto;
}
.pop-up-image .mobile-image{
    display: none;
}
.popup-content .common-btn{
    max-width: 100%;
}
#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;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  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: 0px 0;
}
.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);
}
.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';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.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';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.foto_upload{
	text-align: center;
	line-height: 29px;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    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);
}
.mm-listview>li>a {
    font-size: 16px;
    font-family: 'NunitoSansRegular';
}
.mm-vertical>li>a{
    padding: 7px 10px;
}
.mm-next:after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after{
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.mm-listview>li.mm-vertical.mm-opened>.mm-next:after, 
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    border-color: #fff;
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}
.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel{
    padding-top: 0;
}
.mm-listview.mm-vertical>li:not(.mm-divider):after {
    display: none;
}
.header-area.active {
	position: fixed;
	top: 0px;
    left: 0px;
	z-index: 3;
    width: 100%;
	background: #121212;
	-webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.1);
}
.each-dtl-price h6{
	text-align: center;
}
.gallery-slider .common-arrow {
    width: 30px;
    height: 219px;
    background: #c50026;
    border-radius: 0 8px 8px 0;
}
.gallery-slider .common-arrow.swiper-button-next {
    right: 0px;
    border-radius: 8px 0px 0px 8px;
}
.gallery-slider .common-arrow img {
    width: 8px;
}
.gallery-slider .swiper-button-prev {
    left: 0;
}
.footer-area .header-logo a img{
	max-width: 280px;
}
.header-area .header-logo a img{
	max-width: 270px;
}
.tab-content {
    height: 200px;
    overflow: hidden;
}
.each-tab-part .white-btn {
    background: #f7f7f7;
	font-size: 24px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.arrow-right img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-tab-part .white-btn .arrow-right {
    border: 1px solid #121212;
    width: 45px;
    height: 45px;
    background-color: transparent;
    margin-left: 30px; 
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    align-items: center;
    justify-content: center;
    display: inline-flex;
	border-radius: 50%;

}
.each-tab-part .white-btn:hover{
	background: #f7f7f7;
	color: #121212;
	border: 2px solid #f7f7f7;   
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.top_rotate {
    transform: rotate(270deg) !important;
}
.arrow-right img {
    width: 17px;
    height: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.txt-btn .arrow-right img {
    width: 20px;
    height: 20px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    transform: rotate(180deg);
}
.white-btn.txt-btn .arrow-right img {
    transform: rotate(0deg);
}
.each-tab-part .white-btn .arrow-right img {
    width: 16px;
    height: 16px;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    transform: rotate(90deg);
}
.read_more {
    cursor: pointer;
}
.financieren_cnt{
    height: auto;
}
.iframe_custom {
    width: 100%;
	height: 1270px;
    border:none; 
}
.iframe_cal{
	border:none; 
	width:100%; 
	height:1300px;
}
.Invoervelden-bottom {
    min-width: 800px !important;
}
/*============dropdown===========*/
.desktop-nav .dropdown-menu {
    padding: 47px 0 0;
    margin: 0px;
    background-color: transparent;
    border: 0px;
    min-width: 190px;
}
.desktop-nav .dropdown-menu a {
    padding: 15px;
    background: #c50026;
    font-size: 16px;
    font-family: 'NunitoSansLight';
    color: #fff;
}
.desktop-nav .dropdown-menu a:hover {
    color: #fff;
    background:#121212;
}
.desktop-nav .dropdown:hover>.dropdown-menu {
    display: block;
}
.desktop-nav .navbar-nav .dropdown.nav-drpdwn .nav-link:after{
	width: 100%;
}
.desktop-nav .navbar-nav .dropdown.nav-drpdwn .nav-link{
	color: #fff;
}

#mobile-contact-bar {
    display: none;
}
.contact-pg-dtl-sec.contact-new-top .footer-info{
    padding: 100px;
}
.listview-bottom-area{
	padding: 30px 0;
	background: #f7f7f7;
}
.new-contnt{
	text-align: center;
}
.new-contnt h2{
	color:#121212;
}
.contact-pg-dtl-sec.contact-new-top .footer-middle-wrapper{
    padding: 0;
}
@media(max-width:1499.98px){
    .contact-pg-dtl-sec.contact-new-top .footer-info {
      padding: 60px;
    }
}
@media(max-width:991.98px){
    .contact-pg-dtl-sec.contact-new-top .footer-info {
      padding: 30px 5%;
    }
}