@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: 40px;
}
.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: 16px;
    margin-right: 7px;
}
.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;
}
.footer-table-wrap{
    max-width: 500px;
}
.footer-info.table-area .d-md-flex{
    gap: 70px;
}
.footer-info.table-area h6{
    font-family: 'NunitoSansBold';
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
}
/******************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: #1c1