@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'PointRegular';
    font-size: 14px;
    color: #1c1c1c;
    background-color:#f6faff;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#page{
    overflow: hidden;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
    display:none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #37414e;
    border-color: rgba(255,255,255,0.1);
    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.1);
}
.header.stiky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
    background-color: #fff !important;
}
.mm-menu .mm-listview > li .mm-next::after{
  border-color: rgba(255,255,255,1);
}
.mm-listview > li .mm-next::before{
    border-color: rgba(255,255,255,.1);
}
.mm-vertical li:last-child::after{
    opacity: 0;
}
/****************header***************/
.header-logo{
    max-width: 530px;
    width: 100%;
}
.header-menu-wrap{
    width: calc(100% - 530px);
    margin-left: auto;
}
.header-area{
    font-size: 0;
    padding-bottom: 8px;
}
.header-logo a{
    position: relative;
    text-align: center;
    z-index: 1;
}
.header-logo a:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: url(../images/logo-bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 200px;
    z-index: -1;
}
.header-logo a img{
/*    width: 285px;*/
    width: 200px;
    margin-top: 50px;
    margin-left: -40px;
}
.contact-bar{
    padding: 15px 90px;
    position: relative;
}
.contact-bar:before{
    position: absolute;
    top: 0;
    width: 100vw;
    content: '';
    height: 100%;
    background: #d8e3f1;
    left: 0;
    margin-left: -50vw;
    left: 50%;
    z-index: -1;
}
.contact-bar li, .header-menu li {
    font-family: 'PointBold';
    font-size: 18px;
    letter-spacing: 0.75px;
    display: inline-block;
    margin-right: 70px;
}
.contact-bar li a {
    color: #37414d;
}
.contact-bar li img {
    width: 24px;
    margin-right: 12px;
}
.contact-bar li:last-child{
    margin-right: 0;
}
.header-menu {
    padding: 40px 90px 30px 40px;
    text-align: right;
}
.header-menu li{
    font-family: 'PointBold';
    margin-right: 0;
}
.header-menu li a{
    color: #282f38; 
}
.header-menu li a:hover {
    color: #26cc8b;
}
header .header-menu{
    white-space: nowrap;
    margin-left: -80px;
}
.header-menu ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu .dropdown .nav-link{
    padding: 0;
}
.header-menu ul .common-btn{
    font-size: 16px;
    height: auto;
    line-height: normal;
    padding: 17px 14px;
    width: auto;
}
/*====new menu slide out=====*/
.left-area table{
    margin: 0 auto 150px;
}
.left-area td{
    vertical-align: top;
    padding-right: 250px;
}
.left-area td:last-child{
    padding-right: 0;
}
.left-area p, .left-area p a{
    color: #fff;
    font-family: 'PointRegular';
    font-size: 18px;
    line-height: 22px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.left-area p a:hover{
    color: #62c890;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.left-area p{
    margin-bottom: 20px;
}
.left-area h6{
    color: #fff;
    font-family: 'PointBold';
    font-size: 20px;
    margin-bottom: 25px;
}
.left-area .common-btn{
    font-size: 18px !important;
    height: 42px;
    line-height: 42px;
    border-radius: 10px;
    margin-top: 11px;
}
.left-area .common-btn:hover{
    background: #fff;
    color: #1c1c1c;
}
.menu-social-icon img{
    width: 22px;
}
.menu-social-icon{
    width: 42px;
    height: 42px;
    background: #62c890;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.left-area .footer-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
/****fix-whatsapp*****/
.fix-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #33cb8d;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}
.fix-whatsapp img {
    width: 20px;
}
/***************banner*************/
.home-banner-sec {
    position: relative;
    padding-bottom: 80px;
}
.banner-image{
    width: 48%;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 70px;
    padding-left: 70px;
}
.banner-image img{
    border-radius: 40px 0 0 40px;
}
.banner-image:before{
    position: absolute;
    top: 0px;
    right: 0;
    content: '';
    background: #d8e3f1;
    height: calc(100% - 70px);
    width:100%;
    border-radius: 40px 0 0 40px;
    z-index: -1;
}
.banner-content p{
    margin: 40px 50px 50px 0;
}
/**************filter***********/
.filter-sec{
    background: #fff;
    position: relative;
}
.filter-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background: #f6faff;
    height: 50%;
}
.filter-wrapper {
    background: #fff;
    position: relative;
    padding: 50px 45px 40px;
    border-radius: 40px;
    box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.07);
}
.filter-sec h4 {
    margin-bottom: 40px;
} 
.select-style {
    border-radius: 20px;
    width: 100%;
    height: 60px;
    line-height: 57px;
    border: 3px solid #cdefe2;
    letter-spacing: 0.5px;
    font-family: 'PointRegular';
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #fff no-repeat 87% center/12px;
    color: #282f38;
    padding: 0 18px;
}
.filter-sec .col-lg-3 {
    width: 20%;
}
.filter-sec .common-btn {
    max-width: 100%;
}
.filter-sec .common-btn img {
    width: 20px;
    margin-right: 15px;
}
.nice-select.select-style:after{
    display: none;
}
.nice-select.select-style .list{
    max-height: 298px;
    overflow-x: hidden;
    overflow-y: auto;
}
.nice-select.open.select-style .list {
    width: 100%;
    box-shadow: none;
    border: 3px solid #cdefe2;
    margin-top: 10px;
    border-radius: 12px;
}
.nice-select.select-style:hover, .nice-select.select-style:active, .nice-select.select-style.open, 
.nice-select.select-style:focus{
    border-color:#cdefe2;
}
.nice-select.select-style .option{
    color: #1c1c1c;
    font-weight: normal;
    border-bottom: 2px solid #cdefe2;
    background-color: #fff;
    padding-right: 18px;
}
.nice-select.select-style .option:last-child{
    border-bottom: 0;
}
.nice-select.select-style .option:hover, .nice-select.select-style .option.focus, 
.nice-select.select-style .option.selected.focus{
    background-color: #f9f9f9;
    color: #26cc8b;
}
.select-box{
    width: 100%;
    display: inline-block;
}
/*************product*************/
.product-sec {
    background: #fff;
    padding: 80px 0 80px;
}
.each-product {
    margin: 0 10px 50px;
}
.each-product img {
    border-radius: 40px;
}
.each-product{
    background: #fff;
    border-radius: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover{
    -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);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-dtl {
    padding: 25px;
}
.product-dtl h6, .product-dtl td  {
    font-family: 'PointBook';
    font-size: 15px;
    color: #272e37;
    margin-top: 6px;
    letter-spacing: 0.2px;
}
.product-dtl table {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
    margin: 30px 0;
    display: block;
}
.product-dtl td {
   padding-bottom: 14px;
}
.product-dtl td:nth-child(odd) {
    padding-right: 90px;
}
.product-dtl td img {
    width: 18px;
    margin-right: 10px;
}
.product-dtl .row h6{
    margin: 0 0 6px;
}
.product-dtl .row h5 span{
    font-size: 15px;
}
/**************review***************/
.review-sec {
    padding: 100px 0;
}
.left-content p {
  margin: 40px 90px 50px 0;
}
.review-slide-wrapper{
    position: relative;
}
.review-slider {
    position: absolute;
    right: 0;
    top: 0;
    width: 46%;
    margin-top: 80px;
}
.each-review {
    padding: 60px;
    border: 3px solid #d8e3f1;
    border-radius: 40px;
}
.review-sec .swiper-slide-active .each-review {
    background: #d8e3f1;
}
.each-review p {
    margin: 30px 0 60px;
}
.each-review h6{
    margin-right: 20px;
}
.each-review img {
    width: 24px;
    margin-right: 15px;
    vertical-align: top;
}
.review-sec .swiper-button-prev {
    left: -9%;
}
/*************content**********/
.content-block{ 
    padding-bottom: 70px;
}
.left-block-image {
    position: relative;
    z-index: 2;
}
.left-block-image img{
    border-radius: 40px;
}
.left-block-image:before {
    content: '';
    height:calc(50% + 70px);
    width: calc(100% - 120px);
    position: absolute;
    bottom: -70px;
    left: 0;
    border-radius: 40px;
    background: #d8e3f1;
    z-index: -1;
}
.left-block-image:after{
    position: absolute;
    left: -20vw;
    content: '';
    background: #d8e3f1;
    width: 100%;
    bottom: -70px;
    height:calc(50% + 70px);
    z-index: -1;
}
.content-wrap{
    max-width: 750px;
    width: 100%;
    margin-left: auto;
    padding:0 5% 0 10%;
}
.content-wrap p {
    margin: 10px 0 80px;
    text-align: left;
}
/*****icon-block********/
.icon-block {
    padding: 80px 0 100px;
    position: relative;
}
.icon-block:before {
    position: absolute;
    width: 100%;
    height: 349px;
    top: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.icon-block:after{
    position: absolute;
    height: calc(100% - 349px);
    width: 100%;
    content: '';
    background: #fff;
    z-index: -1;
    bottom: 0;
    left: 0;
} 
.icon-block .container{
    position: relative;
    z-index: 1;
}
.icon-block h3{
    margin-bottom: 90px;
}
.block-txt h5{
    color: #1c1c1c;
    letter-spacing: 0.4px;
    margin: 50px 0 20px;
}
.block-btn{
    margin-top: 100px;
}
.block-txt{
    max-width: 390px;
    width: 100%;
    margin: auto;
}
/****************footer***************/
.footer-area {
	background: #37414d;
	padding-top: 80px;
}
.each-footer-info {
    margin-bottom: 50px;
/*    margin-bottom: 100px;*/
}
.social-top{
    margin-top: 50px;
}
.footer-area h5{
    font-family: 'PointBold';
    color: #fff;
    margin-bottom: 25px;
}
.footer-area li, .footer-area p {
    font-size: 18px;
    font-family: 'PointBook';
    color: #c2cbd6;
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-bottom: 0;
    
}
.footer-area li{
    float: left;
    width: 50%;
}
.footer-area a {
    color: #c2cbd6;
}
.footer-area a:hover {
    color: #fff;
}
.footer-area .col-lg-5 .each-footer-info{
    margin-left: 20px;
}
.social-icon img{
	width: 26px;
}
.social-icon a{
	margin-right: 15px;
}
.rating-block {
	padding-left: 150px;
}
.rating-block h5{
    margin-bottom: 15px;
}
.star-img {
	width: 24px;
	margin: 0 7px 30px 0;
    filter: brightness(6);
    -webkit-filter: brightness(6);
}
.klanten{
    width: 40%;
}
.cookie-block {
    padding-right: 120px;
}
.cookie-block .text-end li {
    display: inline-block;
    margin-left: 60px;
    margin-bottom: 40px;
}
.footer-logo {
    max-width: 530px;
    width: 100%;
}
.footer-logo img{
    width: 282px;
}
.footer-logo a {
    position: relative;
    z-index: 1;
    height: 200px;
    line-height: 250px;
}
.footer-logo a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    background-image: url(../images/footer-logo-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 200px;
    z-index: -1;
}
.inner-footer .footer-logo a:before{
    background-image: url(../images/inner-footer-bg.png);
}
/*=================================popup start====================================*/
.modal-area .modal-dialog {
    max-width: 59%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.1);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	border-radius: 10px;
    position: relative;
    border-radius: 70px;
}
.modal-area .popup-content {
    padding: 60px 17%;
	height: 100%;
    background-color: #fff;
	border-radius: 70px 0 0 70px;
}
.modal-area .pop-up-image{
	border-radius: 0 70px 70px 0;
}
.modal-area .pop-up-image img{
	border-radius: 0 70px 70px 0;
}
.modal-area .popup-content h4 {
    font-family: 'PointExtraBold';
    font-size: 32px;
    color: #0f232d;
}
.modal-area .popup-content h4 span {
    color: #26cc8b;
}
.modal-area .popup-content p{
    font-family: 'PointBook';
    font-size: 18px;
	color: #1c1c1c;
    margin: 30px 0 0;
}
.close-img {
    font-family: 'pointregular';
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 50%;
    z-index: 1;
    border: 0;
    background-color: #26cc8b;
	width: 56px;
	height: 56px;
	border-radius: 0 0 0 28px;
}

/*=================================contact page start====================================*/
.contact-form-sec {
    padding: 3% 0 6%;
    background-color: #f6faff;
}
.contact-form h2 {
    margin-bottom: 65px;
}
.form-styl {
    resize: none;
    background-color: #fff;
    font-family: 'pointregular';
    border: 2px solid #cdefe2;
    color: #282f38;
    font-size: 16px;
    padding: 0 30px;
    border-radius: 20px;
    height: 75px;
}
.form-group {
    margin-bottom: 15px;
}
.form-styl:focus {
    color: #282f38;
    box-shadow: none;
    border: 2px solid #cdefe2;
} 
.form-styl:placeholder {
	color: #282f38;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #282f38;
	opacity: 1;
}
.form-styl::placeholder {
	color: #282f38;
	opacity: 1;
}
textarea.form-styl {
    height: 160px;
    padding: 25px 30px;
}
.contact-form form {
    max-width: 700px;
    width: 100%;
}
/*****contact-info******/
.contact-info {
    max-width: 400px;
    width: 100%;
    margin: 10% 22% 0 auto;
}
.contact-info h5 {
    margin-bottom: 55px;  
}
.each-contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.each-contact-info:last-child {
    margin-bottom: 0;
}
.each-contact-info p { 
    line-height: 48px;
    margin: 0 0 0 36px;
}
.each-contact-info a{
    color: #1c1c1c;
    opacity: 0.75;
}
.each-contact-info a:hover {
    color: #26cc8b;
    opacity: 1;
}
.each-contact-info img {
    border-radius: 15px;
	max-width: 200px !important;
}
/****contact-dtl****/
.contact-dtl-sec {
    padding: 120px 0;
    position: relative;
    background-color: #fdfeff;
}
.contact-dtl-sec::before {
    position: absolute;
    width: 100%;
    height: 200px;
    /*top: -40%;*/
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-dtl-wrapper {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
.each-contact-dtl {
    position: relative;
}
.each-contact-dtl-text {
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
}
.each-contact-dtl-text h5 {
    margin: 50px 0 20px;
}
.each-contact-dtl-text p a {
    color: #272e37;
}
.each-contact-dtl-text p a:hover {
    color: #26cc8b;
}
/*****bottom-sec*****/
.contact-btm-sec {
    background-color: #fff;
    padding-bottom: 10%;
}
.contact-btm-sec .banner-image img {
    position: relative;
    z-index: 1;
}
.contact-btm-sec .banner-image::before {
    z-index: initial;
}
/*=================================Offerte-aanvragen page start====================================*/
/*****offerte-top-sec****/
.offerte-top-sec {
    padding: 50px 0px 60px 0;
    background-color: #f6faff;
    position: relative;
}
.offerte-top-sec::before {
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.heading-block {
    max-width: 960px;
    width: 100%;
    margin: 0 auto 60px;
}
.heading-block p { 
    margin: 50px 0 0;
}
/****offerte-form****/
.offerte-form {
    padding: 60px 6% 60px 11%;
}
.offerte-form-wrapper {
    max-width: 1387px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
    border-radius: 40px;
    background-color: #fff;
    position: relative;
}
.offerte-form h4 {
    margin-bottom: 60px;
}
/*****offerte-form-info****/
.offerte-form-info {
    background-color: #37414d;
    border-radius: 40px;
    padding: 65px 50px;
    max-width: 530px;
    width: 100%;
    margin-left: auto;
}
.offerte-form-info h4 {
    color: #26cc8b;
    margin-bottom: 60px;
    text-align: center;
}
.offerte-form-info li {
    padding-left: 20px;
    padding-bottom: 30px;
    font-family: 'PointBook';
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
}
.offerte-form-info li:last-child {
    padding-bottom: 0;
}
.offerte-form-info li::before {
    position: absolute;
    left: -5px;
    content: '';
    background-repeat: no-repeat;
    background-color: #26cc8b;
    border-radius: 100%;
    background-image: url(../images/plus.svg);
    width: 18px;
    height: 18px;
    top: 6px;
    background-position: center;
    background-size: 11px;
}
/*
.offerte-form-info li::before {
    background-size: 9px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
}
*/
/*****offer-slider-sec******/
.offer-slider-sec {
    background-color: #fff;
    padding: 9% 0 5%;
}
.offer-slider-sec .left-content {
    padding-left: 10%;
}
.offer-slider-sec .each-review p {
    margin-bottom: 0;
}
.offer-slider-sec .each-review {
    padding: 88px 60px;
}
.offer-slider-sec .review-slider {
    margin-top: 0;
}
/*****offer-btm-sec*****/
.offer-btm-sec {
    background-color: #fff;
    padding-bottom: 13%;
}
/*=================================dealer-meld je aan page start====================================*/
.dealer-bk-btn-sec {
    background-color: #f6faff;
    padding: 30px 0 40px;
}
.dealer-bk-btn-sec .common-btn {
    margin-right: 80px;
}
/*****dealer-top-sec*******/
.dealer-top-sec {
    background-color: #f6faff;
    position: relative;
    padding-bottom: 1%;
}
.dealer-top-sec::before {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dealer-top-sec hr {
    height: 1px;
    background-color: #d8e3f0;
    opacity: 1;
    width: 80%;
    margin: 0 auto;
}
.dealer-top-sec .heading-block {
    position: relative;
}
/*****dealer-contact-form-sec******/
.dealer-contact-form-sec {
    background-color: #fff;
}
.dealer-contact-form-sec .each-contact-info span {
    font-family: 'PointExtraBold';
    font-size: 25px;
    color: #1c1c1c;
    display: block;
    margin-bottom: 30px;
}
.dealer-contact-form-sec .contact-info {
    max-width: 100%;
}
/*****dealer-mid-sec*****/
.dealer-mid-sec {
    background-color: #fff;
}
/*=================================aanbod-dtl page start====================================*/
.aanbod-dtl-wrapper {
    padding-left: 6%;
    padding-right: 6%;
}
.aanbod-dtl-bk-btn {
    margin-bottom: 35px;
}
/****dtl-slider*****/
.dtl-slider {
    background-color: #fff;
    padding: 40px 0 60px;
}
.dtl-slider .common-arrow img {
    filter: invert(1);
    -webkit-filter: invert(1);
    width: 30px;
}
.dtl-slider .swiper-button-prev {
    left: 3%;
}
.dtl-slider .swiper-button-next {
    right: 3%;
}
.gallery-thumbs .swiper-button-prev {
    display: none;
}
.gallery-thumbs .swiper-slide .dtl-car-slide {
    position: relative;
}
.gallery-thumbs .swiper-slide .dtl-car-slide::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-thumbs .swiper-slide-thumb-active .dtl-car-slide::after {
    display: none;
}
/*.gallery-thumbs .swiper-slide:first-child .dtl-car-slide::after {
    display: none;
}*/
.gallery-top {
    position: relative;
}
.zoom {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 5%;
    right: 4%;
    z-index: 1;
}
.zoom img {
    width: 18px;
}
/****aanbod-dtl-car-info******/
.aanbod-dtl-car-info {
    padding-left: 16%;
}
.aanbod-dtl-share {
    margin-bottom: 35px;
}
.aanbod-dtl-share .common-btn {
    background-color: transparent;
    border: 2px solid #cdefe2;
    color: #1c1c1c;
    max-width: 168px;
}
.aanbod-dtl-share .common-btn:hover {
    background-color: #26cc8b;
    color: #fff;
    border-color: #26cc8b;
}
.aanbod-dtl-share .common-btn:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-share .common-btn img {
    width: 24px;
    margin-right: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****aanbod-dtl-model******/
.aanbod-dtl-model h3 {
/*    font-size: 52px;  */
    margin-bottom: 5px;
}
.aanbod-dtl-model h4 {
    font-family: 'PointLight';  
}
.aanbod-dtl-model h4 span {
    font-size: 15px;
    color: #54e7b5;
    font-family: 'PointBold';
    background-color: #dffbf1;
    padding: 12px;
    border-radius: 15px;
    margin-right: 17%;
    float: right;
}
.aanbod-dtl-model h5 {
    margin: 75px 0 95px;
}
.aanbod-dtl-model h5 span {
    font-family: 'PointLight';  
}
.aanbod-dtl-model h5 img {
    margin-right: 5px;
    width: 40px;
}
.uur-btn h5 {
    font-family: 'PointRegular';
    margin: 15px 0 45px;
}
.uur-btn .common-btn {
    max-width: 75%;
    font-size: 18px;
	background-color: #26cc8b;
    border-color: #26cc8b;
    color: #fff;
}
.uur-btn .common-btn:hover {
	background-color: #f5fcf9;
    border: 2px solid #ceefe2;
    color: #1c1c1c;
}
.finance-btn {
    margin-top: 90px;
}
.finance-btn h5 {
    font-family: 'PointRegular';
    margin: 15px 0 45px;
}
.each-finanace-btn {
    height: 87px;
    line-height: 85px;
    border-radius: 20px;
    border: 2px solid #bebebe;
    background-color: #fcfcfc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'PointRegular';
	font-size: 25px;
	color: #272e37;
    position: relative;
}
.each-finanace-btn:hover {
    background-color: #f5fcf9;
    border-color: #ceefe2;
}
.each-finanace-btn.active {
    background-color: #f5fcf9;
    border-color: #ceefe2;
}
.each-finanace-btn span {
    font-size: 15px;
    color: #54e7b5;
    font-family: 'PointBold';
    border-radius: 15px;
    /*padding: 10px;*/
    background-color: #dffbf1;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 145px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.each-finanace-btn {
    margin-bottom: 16px;
}
.finance-btn .common-btn {
    max-width: 100%;
    margin-top: 60px;
}
.dtl-car-divider {
    margin: 110px 0 0;
    background-color: #dedede;
    opacity: 1;
}
/******aanbod-dtl-tab-sec********/
.dtl-tab-sec {
    background-color: #fff;
    padding-bottom: 0px;
}
.dtl-tab-btn {
    margin-bottom: 80px;
}
.dtl-tab-btn ul{
    display: flex;
    flex-wrap: wrap;
}
.dtl-tab-btn li{
    display:inline-block;
    margin-right: 35px;
    margin-bottom: 10px;
    width: 15%;
    vertical-align: top;
}
.dtl-tab-btn li:last-child {
    margin-right: 0;
}
.dtl-tab-btn li button{
    border-radius: 20px !important;
    background: #26cc8b !important;
    color: #fff;
    height: 100%;
    padding: 20px 5px;
    text-align: center;
    font-family: 'PointRegular';
    font-size: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtl-tab-btn li button:hover{
    background-color: #0f232d;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-btn .nav-tabs {
  border-bottom: 0px;
}
.dtl-tab-btn .nav-item .active {
	color: #fff;
	background: #272e37 !important;
	border: 0;
}
/***tab-content******/
.each-tab-block {
    padding-bottom: 80px;
}
.each-tab-block h3 {
    font-family: 'PointExtraBold';
/*    font-size: 52px;*/
    color: #272e37;
    margin-bottom: 70px;
}
/*.each-tab-content {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.each-tab-content::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    content: '';
    background-image: url(../images/tab-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.each-tab-content.remove-shadow::after {
    display: none;
}*/
.dtl-tab-sec .dtl-tab-content ul li {
    font-family: 'PointRegular';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 18px;
    word-break: break-word;
	letter-spacing: 1px;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.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: 8px;
    color: rgba(0, 0, 0, 0.7);
}
.tab-btn {
    font-size: 16px;
    color: #33cb8d;
    font-family: 'PointBold';
    cursor: pointer;
    padding-top: 6px;
}
.tab-btn img {
    width: 13px;
    margin-right: 15px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #0f232d;
    border-bottom: 1px solid #0f232d;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'PointRegular';
}
.dtl-tab-sec .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'PointLight';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #26cc8b;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'PointRegular';
	font-size: 16px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #26cc8b;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    font-family: 'pointregular';
    color: #1c1c1c;
    font-size: 24px;
}
.each-onderhoud-block h5 {
    font-family: 'PointLight';
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
}
.opties-content-list {
    border-top: 2px solid #e7e7e7;
    padding-top: 60px;
}
.each-opties-content ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-left: 0 !important;
}
.each-opties-content ul li:nth-child(even) {
    font-family: 'PointRegular';
}
/*****omsc-block*****/
.omsc-block .each-content-block h5 {
    font-family: 'PointLight';
    color: #1c1c1c;
    cursor: pointer;
}
.omsc-block .each-content-block p {
    padding: 0 0 0 45px;
}
.omsc-block .accordion-button {
    padding: 20px 45px;
}
.omsc-block .accordion-button::after { 
    position: absolute;
    left: 0;
}
.omsc-block .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.omsc-block .accordion-button::after {
    background-image: url(../images/plus-button.png);
}
.omsc-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/minus-button.png);
}
/****aanbod-dtl-related-product***/
.aanbod-dtl-related-product {
    background-color: #f6faff;
    padding: 9% 0;
}
.aanbod-dtl-related-product h3 {
    margin-bottom: 7%;
}
.aanbod-dtl-related-product .each-product {
    background-color: transparent;
}
.aanbod-dtl-related-product .each-product:hover {
    background-color: #fff;
}

/*=================================Aanvullende-diensten====================================*/
/*******diensten-service*******/
.diensten-service{
    background-color: #f6faff;
    padding: 2% 0 5% 0
}
.diensten-service .heading-block p{
    margin:30px 15% 0 15%;
}
.diensten-service .heading-block{
    margin-bottom: 10%;
}
.each-serv-box h4{
    font-size: 32px;
    padding-bottom: 20px;
}
.each-serv-box hr{
    opacity: 1;
    background-color: #dedede;
    height: 1px;
    margin: 43px 0 25px 0;
}
.srv-btn{
    text-align: center;
}
.srv-btn .common-btn{
    max-width: 228px;
}
.each-serv-box{
    background-color: #fff;
    border-radius: 40px;
    margin-bottom: 83px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.diensten-service .col-xl-4{
    padding: 0 30px;
}
.serv-detail{
    border-radius:0 0 40px 40px;
    padding: 45px 38px 30px 38px;
}
.serv-detail p{
   min-height: 145px; 
}
.serv-img{
    border-radius:0 0 40px 40px;
}
.serv-img img{
    border-radius: 40px;
}
.each-serv-box:hover{
    box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
}
.diensten-service .col-lg-4:last-child .each-serv-box{
    margin-bottom: 0;
}
.diensten-head .header-logo a:before {
    background-image: url(../images/logo-white.png);
}
/*=================================Aanvullende-diensten-detail====================================*/
/*******diensten-detail-contact-sec*******/
.diensten-detail-contact-sec{
    padding-bottom: 6.5%;
    padding-top: 6%;
}
.diensten-detail-sec{
    padding: 8.2% 0 9.5% 0;
}
.diensten-detail-sec .each-header-area h3{
    margin-bottom: 80px;
}
.diensten-detail-sec .serv-detail{
    padding: 45px 58px 20px 58px;
}
.diensten-detail-sec .serv-detail h5 {
    margin-bottom: 20px;
}
.all-slide-btn {
    width: 100%;
    max-width: 344px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.all-slide-btn .common-arrow img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.diensten-detail-sec .each-serv-box{
    box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    margin: 0 10px 83px;
}
.diensten-detail-sec .each-serv-box:hover{
  pointer-events: none;
}
.diensten-detail-sec .common-arrow{
    background-color: #33cb8d;
    width: 50%;
    max-width: 156px;
    height: 60px;
    line-height: 60px;
    border-radius: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.diensten-detail-wrap{ 
    position: relative;
}
.diensten-detail-sec .common-arrow:hover{
    background-color: rgba(51, 203, 141, 0.5);
}
.diensten-dtl-mid {
    background-color: #fff;
}
.diensten-dtl-mid p {
    margin-bottom: 0;
}
/*=================================faq====================================*/
/*******faq-sec*******/
.faq-sec{
    padding-bottom: 5.2%;
    background-color: #fff
}
.faq-sec .each-header-area h2{
    margin-bottom: 26px;
}
.faq-head-wrap{
    padding-top: 6%;
}
.faq-sec .each-header-area{
    padding-bottom: 7.8%;
}
.faq-head-outer{
    background-color: #f6faff;
}
.faq-head-wrap{
    width: 100%;
    max-width: 620px;
}
.faq-list-area a{
    font-size: 25px;
    font-family: 'PointExtraBold';
    color: #1f252c;
    padding: 40px 50px;
    border-radius: 40px;
    position: relative;
    transition: 0.5s all;
    width: 100%;
    display: block;
    -webkit-transition: 0.5s all;
}
.faq-list-area span{
    float: right;
}
.faq-list-area span img{
    filter: brightness(0);
}
.faq-list-area a:hover span img{
    filter: brightness(1);
}
.faq-middle-area{
    padding-top: 4.8%;
}

.faq-list-area a:hover{
    color: #26cc8b;
    box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.07);
}
.faq-middle-btn a{
    color: #1f252c;
    font-size: 20px;
    font-family: 'PointSemiBold';
}
.faq-list-area a span img{
    width: 25px;
}
.faq-middle-btn a:hover{
    color: #26cc8b;
}
.faq-middle-btn a:hover{
    box-shadow: none;
}
.faq-middle-btn{
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}
.faq-middle-area .col-md-7{
    width: 56%;
}
.faq-middle-area .col-md-5{
    width: 44%;
    padding-left: 7%;
}
.faq-sec .contact-form h4{
    font-size: 32px;
    margin-bottom: 40px;
    color: #1f252c;
}
.faq-sec .contact-form h5{
    color: #1f252c;
   margin: 73px 0 35px 0;
}
.faq-sec .contact-form h5 span{
    color: #26cc8b;
}
.faq-sec .contact-form ul li a{
    display: inline-block;
    font-size: 18px;
    color: #272e37;
    font-family: 'PointBook';
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.faq-sec .contact-form ul li a:hover {
    color: #26cc8b;
}
.faq-sec .contact-form ul li{
    display: inline;
    margin-right: 63px;
}
.faq-sec .contact-form ul li:last-child{
    margin-right: 0;
}
.contact-from-wrap{
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.07); 
    -webkit-box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.07); 
    padding: 62px;
    margin-top: -65%;
}
.faq-more-list {
    display: none;
}
/*=================================overons page start====================================*/
.overons-top-sec {
    padding: 3% 0; 
}
.overons-top-sec .heading-block h3{
    line-height: initial;
}
.overons-top-sec::before {
    display: none;
}
.overons-top-sec hr {
    height: 1px;
    background-color: #d8e3f0;
    opacity: 1;
    width: 80%;
    margin: 0 auto;
}
/*****overons-rating-sec*****/
.overons-rating-sec {
    position: relative;
}
.overons-rating-sec::before {
    position: absolute;
    width: 100%;
    height: 120px;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.overons-rating-sec .text-center {
    position: relative;
}
.overons-star img {
    width: 30px;
    margin-right: 15px;
}
.overons-star img:last-child {
    margin-right: 0;
}
.overons-rating-sec h3 {
    font-size: 38px;
    color: #0f232d;
    margin: 55px 0 46px;
}
.overons-rating-sec h3 span {
    color: #26cc8b;
}
.overons-rating-sec h3 .over-grey {
    color: #a8bad1;
    font-family: 'PointBook';
}
/*****member-sec******/
.member-sec {
    background-color: #fff;
    padding: 10% 0 15%;
}
.member-sec .serv-detail h5 {
    margin-bottom: 3px;
}
/*****overons-counter-sec****/
.overons-counter-sec {
    background-color: #fff;
    padding-bottom: 13%;
}
.overons-counter-sec .content-wrap {
    margin-left: 0;
    padding-left: 0;
}
.overons-counter-sec .left-block-image:after {
    right: -20vw;
    left: auto;
}
.overons-counter-sec .left-block-image:before {
    right: 0;
    left: auto;
}
.overons-counter {
    width: calc(100% + 25%);
    margin-left: -5%;
}
.counter-box {
    height: 165px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 30px;
    position: relative;
}
.counter-box::before {
    content: '';
    position: absolute;
    top: -18px;
    left: -4px;
    width: 100%;
    content: '';
    background-image: url(../images/counter-border.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: calc(100% + 10%);
}
.counter-box h4 {
    font-size:32px;
    color: #26cc8b;
}
.counter-box h4 {
    letter-spacing: normal;
}
.each-counter {
    text-align: center;
}
.overons-counter-sec .content-wrap p {
    margin-bottom: 110px;
}
/****overons-icon-block***/
.overons-icon-block::before,
.overons-icon-block::after {
    display: none;
}
/*=================================faq-dtl page start====================================*/
.faq-dtl-top-sec {
    padding: 6% 0 0;
}
.faq-dtk-bk-btn {
    padding: 0 0 11%;
    position: relative;
}
.faq-dtk-bk-btn::before {
    position: absolute;
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.faq-dtk-bk-btn.common-btn {
    position: relative;
    z-index: 1;
}
.faq-dtl-list-sec {
    background-color: #fff;
    padding: 2% 0 6%;
}
.faq-dtl-list-sec h3 {
    margin-bottom: 100px;
}
.faq-dtl-list-sec .faq-list-area {
    max-width: 1290px;
    width: 100%;
    margin: 0 auto;
}
/*=================================faq-dtl page start====================================*/
.bedankt-banner-sec {
    padding-bottom: 10%;
}
/*=================================Leasevormen page start====================================*/
.Lease-top-sec {
    padding-bottom: 5%;
}
.Lease-top-sec p {
    margin-bottom: 0;
}
/****lease-list-sec***/
.lease-list-sec .content-block {
    padding-bottom: 5%;
}
.lease-list-sec .content-wrap {
    padding-left: 2%;
}
.lease-list-sec .content-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 50px;
}
.lease-list-sec .content-block:nth-child(even) .content-wrap{
    margin-right: auto;
    margin-left: 0;
    padding: 0 2% 0 5%;
}
.lease-list-sec .content-block:nth-child(even) .left-block-image:after {
    right: -20vw;
    left: auto;
}
.lease-list-sec .content-block:nth-child(even) .left-block-image::before {
    left: auto;
    right: 0;
}
/*=================================Hoe-werkt-het page start====================================*/
/*******Hoe-werkt-het-sec*******/
.Hoe-werkt-miidle-sec {
    overflow: hidden;
    z-index: 2;
    position: relative;
    background-color: #f6faff;
    padding-top: 2%;
}
.Hoe-werkt-miidle-sec .heading-block {
    position: relative;
    z-index: 2;
}
.Hoe-werkt-miidle-sec::before {
    position: absolute;
    width: 100%;
    height: calc(100% + 10%);
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.each-werkt-wrap {
    position: relative;
    padding-top: 5%;
    overflow: hidden;
    z-index: 2;
}
.each-werkt-wrap:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 125px;
    background-color: #d8e3f1;
    z-index: 1;
}
.each-werkt-box:last-child {
    padding-bottom: 0;
}
.each-werkt-box h4 {
    margin-bottom: 10px;
}
.each-werkt-box h4 span {
    margin-right: 10px;
}
.shape-img {
    width: 150px;
    height: 150px;
    display: inline-block;
    margin-top: 20px;
}
.each-werkt-box:nth-child(even) .row {
    flex-direction: row-reverse;
    text-align: right;
}
.each-werkt-box .col-lg-2 {
    text-align: center;
}
.each-werkt-box p {
    padding-right: 20%;
}
.each-werkt-box:nth-child(even) p {
    padding-left: 20%;
    padding-right: 0;
}
.each-werkt-box {
    padding-bottom: 9%;
    z-index: 2;
    position: relative;
}
.werkit-btn {
    padding-top: 6.5%;
    position: relative;
    z-index: 2;
}
.werkit-btn .common-btn {
    max-width: 300px;
	margin-bottom: 40px;
}
/*******Hoe-werkt-contact*******/
.Hoe-werkt-contact {
    padding: 11% 0;
}
/*=================================nieuws-dtl page start====================================*/
.nieuws-dtl-form {
    padding-bottom: 12%;
}
.nieuws-share{
    right: 50px;
    position: absolute;
}
.nietext {
	font-size: 14px;
}
/*=================================vacature page start====================================*/
.vacature-header{
    position: relative;
}
.vacature-header::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    background: #fff;
    left: 0;
    z-index: -1;
}
.vacature-top-sec {
    background-color: #fff;
}
.vacature-top-sec .banner-image {
    z-index: 1;
}
.vacature-list-sec {
    background-color: #fff;
}
.vacature-info {
    margin-bottom: 50px;
}
.vacature-info li {
    font-size: 25px;
    color: #272e37;
    font-family: 'PointRegular';
    display: inline-block;
    margin-right: 85px;
}
.vacature-info li:last-child {
    margin: 0;
}
.vacature-info li img {
    width: 30px;
    margin-right: 20px;
}
/*=================================vacature-dtl page start====================================*/
.vacature-dtl-top-sec {
    padding-bottom: 5%;
}
.vacature-dtl-top-sec h3 {
    display: inline-block;
}
.vacature-dtl-top-sec a {
    font-family: 'PointRegular';
    font-size: 25px;
    color: #272e37;
    display: inline-block;
    /*margin-left: 50px;*/
    position: relative;
    top: -6px;
}
.vacature-dtl-top-sec a:hover {
    color: #26cc8b;
}
.vacature-dtl-top-sec a img {
    width: 30px;
    margin-right: 20px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.vacature-dtl-top-sec a:hover img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.vacature-dtl-top-sec .vacature-info {
    margin: 13% 0 0;
}
.vacature-dtl-top-sec .vacature-info li {
    margin-right: 22%;
}
.vacature-dtl-top-sec .vacature-info li:last-child {
    margin: 0;
}
/*****.vacature-dtl-form-sec****/
.vacature-dtl-form-sec {
    padding: 0 0 8%;
}
.vacature-dtl-form-sec .contact-form .photo_upload {
    font-family: 'PointRegular';
    font-size: 18px;
    color: #272e37;
    display: inline-block;
}
.vacature-dtl-form-sec .contact-form .upload-btn img {
    width: 22px;
    margin-right: 20px;
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
/*=================================aanbod page start====================================*/
/*******aanbod-head-sec*******/
.aanbod-head-sec {
    padding: 65px 0 38px 0;
}
/*******aanbod-filter-sec*******/
.aanbod-filter-sec {
    background-color: #fff;
    padding-bottom: 85px;
}
.aanbod-filter-sec .filter-wrapper {
    padding-top: 30px;
   /* padding-bottom: 15px;*/
}
.aanbod-filter-sec .zoken-btn {
    color: #a5b7c3;
    font-family: 'PointBold';
    font-size: 18px;
    text-align: left;
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 0;
    text-align: right;
}
.aanbod-filter-sec .zoken-btn img {
    width: 13px;
    margin-right: 15px;
}
.reset-btn{
    color: #1c1c1c;
    float: right;
}
.aanbod-filter-sec .filter-wrapper .col-lg-9{
    width: 80%;
}
.aanbod-filter-sec .col-lg-6 {
    width: 60%;
}
.aanbod-filter-sec .select-box {
    margin-bottom: 15px;
}
.aanbod-filter-sec h4 {
    margin-bottom: 0;
    padding: 20px 0;
}
.aanbod-filter-sec p {
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
}
.aanbod-filter-sec .col-lg-4 .select-style {
    margin-left: -64px;
    border: none;
}
.aanbod-filter-sec::before {
    height: 37%;
}
.filter-mob{
    display: none;
}
/*******aanbod-product-sec*******/
.aanbod-product-sec {
    background-color: #fff;
    padding-bottom: 88px;
}
.aanbod-product-sec .each-product {
    margin: 0 0 75px 0;
}
.aanbod-product-sec .col-lg-4 {
    padding: 0 35px;
}
.aanbod-product-wrap {
    margin: 0 -35px;
}
.aanbod-middle-content ul {
    padding: 45px 0 60px 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
}
.aanbod-middle-content .row{
    align-items: flex-end;
}
.aanbod-middle-content ul li {
    position: relative;
    font-family: 'PointBook';
    font-size: 18px;
    color: #1c1c1c;
    letter-spacing: 0.2px;
    text-align: left;
    padding-left: 30px;
}
.aanbod-middle-content {
    border-radius: 40px;
    padding-top: 110px;
    box-shadow: 0px 14px 54.28px 4.72px rgb(0 0 0 / 9%);
    -webkit-box-shadow: 0px 14px 54.28px 4.72px rgb(0 0 0 / 9%);
}
.anbod-middle-wrap {
    margin-bottom: 75px;
}
.aanbod-middle-content ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #272e37;
    position: absolute;
    border-radius: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.aanbod-middle-content ul li:last-child {
    margin-bottom: 0;
}
.aanbod-middle-content h5 span {
    color: #33cb8d;
}
.middle-imgwrap {
    padding-bottom: 37px;
}
.pagination-area{
    text-align: right;
}
.pagination {
    max-width: 500px;
    margin-left: auto;
    margin-right: 25px;
    display: inline-block;
}
.pagination li a {
    font-family: 'PointBook';
    font-size: 18px;
    color: rgb(40, 47, 56, 0.4);
    display: block;
}
.pagination li {
    display: inline-block;
    margin: 0 3px;
}
.pagination li.active a{
    color: rgb(40, 47, 56, 1);
}
.pagination li.next{
    margin-right: 0;
    margin-left: 5px;
}
.pagination li.prev{
    margin-left: 0;
    margin-right: 5px;
}
.pagination li.prev, .pagination li.next{
    background: #26cc8b;
    text-align: center;
    border-radius: 6px;
}
.pagination li.prev a, .pagination li.next a{
    color: #fff;
    padding: 0px 20px;
    position: relative;
    top: 1px;
}
.pagination li.disabled{
    opacity: 0.5;
}
.middle-content-dtl {
    padding: 25px 25px 40px 25px;
}
.aanbod-filter-sec .pagination{
    margin-right: 0;
}
/*=================================Laadpaal_Stap1 page start====================================*/
.ladpal-top-sec {
    background-color: #fff;
    padding-top: 6%;
    padding-bottom: 1px;
}
/****ladpal-product-sec******/
.ladpal-product-sec {
    padding: 2% 0 10%;
    background-color: #fff;
}
.ladpal-product-sec .col-lg-4:last-child .each-ladpal-product {
    box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
}
.ladpal-product-sec .col-lg-4:last-child .each-ladpal-product .ladpal-product-img {
    padding: 35px;
}
/*.ladpal-product-sec .swiper {
    padding: 60px 0;
}*/
.ladpal-product-img,
.ladpal-product-img img {
    border-radius: 20px;
	text-align: center;
    height: 200px;
    max-width: 390px;
}
.ladpal-product-dtl {
    padding: 25px 30px;
}
.ladpal-product-name h6 {
    font-size: 15px;
    margin-top: 8px;
}
.ladpal-product-divider {
    margin: 30px 0 35px;
    opacity: 1;
    background-color: #dedede;
}
.ladpal-product-price-btn h5 {
    font-family: 'PointRegular';
    margin-left: 25px;
}
.ladpal-product-name table {
    margin-top: 15px;
    /*display: none;*/
}
.ladpal-product-name td {
    font-family: 'PointBook';
    margin-left: 15px;
    color: #272e37;
}
.ladpal-product-name td:nth-child(even) {
    padding-left: 85px;
}
/*.ladpal-product-name h5:nth-child(2) {
    display: none;
}*/
.ladpal-product-price {
    margin-bottom: 25px;
    /*display: none;*/
}
.ladpal-product-price h5 {
    font-family: 'PointRegular';
}
.ladpal-product-price h5 span {
    display: block;
    font-family: 'PointBook';
	font-size: 15px;
    margin-bottom: 10px;
}
.ladpal-product-btn .col-md-6:first-child .common-btn {
    /*opacity: 0.5;*/
}
/*.ladpal-product-btn {
    display: none;
}*/
.each-ladpal-product {
    margin: 0 10px 10px;
    border-radius: 40px;
    /*transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
/*.each-ladpal-product:hover {
    box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
/*.each-ladpal-product:hover .ladpal-product-img {
    padding: 35px;
}
.each-ladpal-product:hover .ladpal-product-name h6 {
    display: none;
}
.each-ladpal-product:hover .ladpal-product-name table {
    display: table;
}
.each-ladpal-product:hover .ladpal-product-price {
    display: block;
}
.each-ladpal-product:hover .ladpal-product-price-btn {
    display: none;
}
.each-ladpal-product:hover .ladpal-product-btn {
    display: block;
}
.each-ladpal-product:hover .ladpal-product-name h5:nth-child(2) {
    display: block;
}
.each-ladpal-product:hover .ladpal-product-name h5:nth-child(1) {
    display: none;
}*/
/*****ladpal-btm-content-sec*****/
.ladpal-btm-content-sec {
    background-color: #fff;
    padding-bottom: 13%;
}
.ladpal-btm-content-sec .content-wrap p {
    margin-bottom: 0;
}
/*=================================Laadpaal_Stap2 page start====================================*/
.ladpal-product-sec-step2 .ladpal-product-btn .col-md-6:first-child .common-btn {
    opacity: 1;
}
/*=================================Laadpaal_Stap5 page start====================================*/
.ladpal-product-sec-step5 .ladpal-product-slide {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
}
.ladpal-each-cart-info {
    margin-bottom: 125px;
}
.ladpal-each-cart-info:last-child {
    margin-bottom: 0;
}
.ladpal-each-cart-info h5 span {
    font-family: 'PointBold';
    /*display: block;*/
    margin-top: 10px;
}
.ladpal-each-cart-info .col-lg-7 {
    width: 66%;
}
.ladpal-each-cart-info .col-lg-5 {
    width: 34%;
}
.ladpal-product-cart {
    padding: 80px 60px;
    border-radius: 40px;
    box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    max-width: 1055px;
    width: 100%;
}
.ladpal-product-sec-step5 .each-ladpal-product {
    box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
}
.ladpal-product-sec-step5 .each-ladpal-product .ladpal-product-img {
    padding: 25px;
}
/*.ladpal-product-sec-step5 .each-ladpal-product .ladpal-product-name h5:nth-child(1) {
    display: block;
}*/
/*.ladpal-product-sec-step5 .each-ladpal-product .ladpal-product-name table {
    display: table;
}
.ladpal-product-sec-step5 .each-ladpal-product .ladpal-product-price {
    display: block;
}
.ladpal-product-sec-step5 .each-ladpal-product .ladpal-product-btn {
    display: block;
}*/
/*=================================Laadpaal_Stap6 page start====================================*/
.ladpal-product-sec-step6 form {
    margin-top: 30px;
}
/*=================================Laadpaal_bedankt page start====================================*/
.ladpal-product-sec-bedankt .ladpal-product-cart p {
    margin: 30px 0 75px;
    text-align: left;
}
.ladpal-product-sec-bedankt .ladpal-bedankt-wrap {
    max-width: 650px;
}
.ladpal-product-sec-bedankt .ladpal-product-cart a {
    font-family: 'PointBook';
	font-size: 18px;
/*	color: #272e37;*/
    margin-right: 70px;
}
.ladpal-product-sec-bedankt .ladpal-product-cart a:last-child {
    margin: 0;
}
.ladpal-product-sec-bedankt .ladpal-product-cart a:hover {
    color: #26cc8b;
}
.ladpal-product-check-icon img {
    width: 60px;
    margin-top: 35px;
}

#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 h5{
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 20px;
    font-size: 20px;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
	padding-bottom: 6px;
	word-break: break-word;
	margin: 0px !important;
	color: #1c1c1c;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.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;
}
.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, .morgan_calculator_content {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.foto_upload{
	line-height: 57px;
}
.contact-form .upload-btn {
  margin-bottom: 20px;
}
.contact-form .upload-btn img{
  width: 20px;
}
.calsty{
	width: 100%;
	border: 0;
	height: 700px;
}
.active_btn {
	color: #fff;
	background: #272e37;
}
#step5 .ladpal-product-cart{
    box-shadow: none;
}
#step5, #step6 {
    max-width: 980px;
    width: 100%;
    border-radius: 40px;
    box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0 0 0 / 10%);
}
#step5 .ladpal-each-cart-info h5 span{
    display: block;
}
#step5 .ladpal-each-cart-info .row.align-items-center{
    align-items: unset !important;
}
#step6{
    box-shadow: none;
}
.row.laadpaal-form h5{
    margin-bottom: 30px;
}
.ladpal-product-cart.ladpal-product-text{
    margin-top: 0;
    margin-bottom: 30px;
}
.cookie-block li{
	float: none;
	width: auto;
}
.step2{
	display:none;
}
.contact-form .common-btn{
	position: relative;
	z-index: 99999;
}

/*=========new aanbod-dtl-new-block========*/
.new-dtl-right-area {
    padding-left: 10%;
    width: calc(100% + 7%);
}
.new-dtl-share-btn {
    margin: 0 0 40px 45px;
}
.new-dtl-share-btn .common-btn img {
    width: 24px;
    margin-right: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-dtl-share-btn .common-btn {
    background-color: transparent;
    border: 2px solid #cdefe2;
    color: #1c1c1c;
    max-width: 168px;
}
.new-dtl-share-btn .common-btn:hover {
    background-color: #26cc8b;
    color: #fff;
    border-color: #26cc8b;
}
.new-dtl-share-btn .common-btn:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-dtl-model h4 {
    font-size: 32px;
    color: #1c1c1c;
}
.new-dtl-model h6 {
    font-size: 20px;
    color: #1c1c1c;
}
.new-dtl-price-box {
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    padding: 40px 30px;
    margin: 30px 0 70px;
}
.new-dtl-price-box h6 {
    font-family: 'PointRegular';
	font-size: 20px;
	color: #1c1c1c;
}
.new-dtl-price-box h4 {
	font-size: 32px;
	color: #1c1c1c;
    margin: 10px 0;
}
.new-dtl-price-box table{
    width: 100%;
}
.new-dtl-price-box td{
    width: 50%;
    vertical-align: top;
}
.new-dtl-price-box td:nth-child(odd){
    padding-right: 10px;
}
.new-dtl-price-box td:nth-child(even){
    padding-left: 10px;
}
.new-dtl-price-box p {
    font-size: 15px;
    position: relative;
    padding-left: 35px;
    color: #37414d;
    word-break: break-word;
}
.new-dtl-price-box p:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.new-dtl-price-box .common-btn {
    max-width: 100%;
    background-color: #1ab147;
    text-align: left;
    border-radius: 10px;
    padding: 0 25px;
    margin: 50px 0 ;
}
.new-dtl-price-box .common-btn img {
    width: 20px;
    margin-right: 20px;
}
.new-dtl-call-mail span {
    color: #37414d;
    font-size: 18px;
    font-family: 'PointBold';
    display: block;
    margin-bottom: 30px;
}
.new-dtl-call-mail span:last-child {
    margin: 0;
}
.new-dtl-call-mail span a {
    color: #37414d;
}
.new-dtl-call-mail span a:hover {
    color: #272e37;
}
.new-dtl-call-mail span img {
    width: 32px;
    margin-right: 10px;
}
.select-box select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.morgan_calculator_content{
	width: 100%;
    height: 1047px;
}
.common-btn.btn2{
	background-color: #272e37;
}
#direct_btn{
	display:none;
}
.ladpal-product-btm-content.each-tab-block{
    padding-top: 40px;
    padding-bottom: 0;
}
.ladpal-product-btm-content.omsc-block .accordion-button{
    padding: 0 0 0 30px;
}
.ladpal-product-btm-content .each-content-block{
    margin-bottom: 20px;
}
.ladpal-product-btm-content.omsc-block .each-content-block p{
    padding: 0;
    margin: 10px 0;
    text-align: left;
}
.ladpal-product-btm-content .each-tab-content {
    height: 120px;
    overflow: hidden;
    position: relative;
}
.ladpal-product-btm-content .each-tab-content::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    content: '';
    background-image: url(../images/tab-overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ladpal-product-btm-content .each-tab-content.remove-shadow::after {
    display: none;
}
.ladpal-product-btm-content.omsc-block .accordion-button::after{
    background-color: #26cc8b;
    border-radius: 100%;
    background-image: url(../images/plus.svg);
    width: 18px;
    height: 18px;
    top: 3px;
    background-position: center;
    background-size: 11px;
}
.ladpal-product-btm-content.omsc-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/plus.svg);
    transform: rotate(0deg);
}
.ladpal-product-btm-content.omsc-block .product-position .accordion-button::after{
    background-color: #cc0d0d;
    background-image: url(../images/minus.svg);
}
.ladpal-product-slide h5{
	font-size: 16px !important;
}
.new-dtl-price-box .common-btn {
    margin: 25px 0 0;
}
.ladpal-product-price-btn h5{
	font-size: 20px !important;
}
#menu4 .select-style{
    padding-left: 30px;
    padding-right: 10px;
}
.form-control:disabled, .form-control[readonly]{
	background-color: #fff;
}
.diensten-dtl-mid-sec .left-block-image::before {
    right: 0;
	left: unset;
}
.diensten-dtl-mid-sec .left-block-image::after {
	right: -20vw;
	left: unset;
}
.diensten-dtl-mid-sec .content-wrap {
    padding: 0 10% 0 0%;
	max-width:100%;
}
.diensten-dtl-mid-sec .left-block-image {
    padding: 0 5% 0 0%;
}
.dwnld-btn, .dwnld-btn span{
    border-radius: 50px;
}
.dwnld-btn{
    border-radius: 50px;
    background: #25cc8b !important;
    max-width: unset !important;
    padding-left: 20px;
}
.dwnld-btn span{
    background: #25bf83;
    padding: 0 56px;
}
.dwnld-btn img{
    margin-right: 10px;
}
.dealer-top-sec .heading-block a img{
	width: 50px;
}
.dealer-sec h3 {
	font-size: 34px;
}
.dealer-sec a {
	margin-right: 15px;
}
@media(max-width:767px){
    .dwnld-btn span{
        padding: 0 25px;
    }
	.dealer-sec h3 {
		font-size: 24px;
	}
	.dealer-sec a {
		margin-bottom: 4%;
	}
}
/*============header drpdwn=========*/
header .dropdown-menu {
    border: 0;
    border-radius: 10px;
    background-color: #37414d;
    padding: 20px;
    min-width: 250px;
    left: 50%;
    transform: translateX(-50%);
}
header li.dropdown:hover .dropdown-menu  {
    display: block;
}
header .dropdown-item{
    padding: 0;
    margin-bottom: 10px;
    font-size: 15px !important;
    white-space: normal;
    color: #c2cbd6 !important;
    background-color: transparent !important;
    letter-spacing: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
header .dropdown-item:focus, header .dropdown-item:hover{
    color: #fff !important;
}
header .dropdown-item span{
    display: inline-block;
    border-bottom: 1px solid transparent;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
header .dropdown-item:focus span, header .dropdown-item:hover span{
    border-color: rgba(255,255,255,0.5);
}
.dropdown-nieuws{
    position: static;
}
.dropdown-content{
    width: 35%;
    word-break: break-word;
    white-space: normal;
	left: 90% !important;
    transform: translateX(-90%) !important;
}
.dropdown-content .dropdown-item{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.map_sec{
	height: 350px;
}
@media(max-width:1199.98px){
    header .dropdown-item{
        font-size: 13.5px !important;
    }
}