@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	top: 0 !important;
	font-family: 'PointBook';
    font-size: 16px;
    color: #1c1c1c;
}
#page{
	overflow: hidden;
	position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px;
}
.grecaptcha-badge{
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #f8fcff;
    border-color: rgba(28,28,28,0.1);
    color: #1c1c1c;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #1c1c1c;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(28,28,28,0.1);
}
/*************header**********/
.header-area {
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.top-bar {
    padding: 5px 0;
    border-bottom: 1px solid #dbdbdb;
}
.top-bar li{
    display: inline-block;
    margin-right: 50px;
    font-family: 'PointBold';
    letter-spacing: 0.4px;
    font-size: 18px;
}
.top-bar li:last-child{
    margin-right: 0;
}
.top-bar li a{
    color: #0070bd;
}
.top-bar li img {
    width: 30px;
    margin-right: 15px;
}
.desktop-nav {
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}
li.nav-item.active a {
    color: #0071be !important;
}
.desktop-nav .navbar-expand-lg, .desktop-nav .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
}
.desktop-nav .navbar-expand-lg .navbar-nav .nav-link{
    color: #292929;
}
.desktop-nav .navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #0070bd;
}
.desktop-nav .navbar-brand{
    padding: 0;
    margin: 0;
}
.desktop-nav .navbar-brand img{
    width: 230px;
}
.desktop-nav .nav-item{
    font-size: 18px;
    font-family: 'PointBold';
    margin-left: 50px;
    letter-spacing: 0.4px;
}
.desktop-nav .common-btn{
    max-width: 237px;
}
a.nav-link {
    font-size: 15px !important;
}

/***************banner****************/
.banner-sec{
    background: #f8fcff;
    position: relative;
}
.banner-image{
    position: absolute;
    bottom: 110px;
/*    bottom: 0;*/
    left: 0;
    width: 65%;
}
.map-image{
    position: absolute;
    right: 0;
    top: 0;
    width: 670px;
}
.banner-content {
    padding: 80px 80px 180px 0;
    position: relative;
    z-index: 1;
}
.banner-content h1{
    margin-top: 80px;
}
.filter-block {
    border-radius: 20px;
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    padding: 60px 40px 40px;
    height: 470px;
    background: #fff;
    box-shadow: -8px 9px 27px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: -8px 9px 27px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -8px 9px 27px 2px rgba(0, 0, 0, 0.05);
}
.icon-img-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.icon-img6{
    width: 40px;
}
.icon-img5{
    width: 60px;
}
.icon-img4{
    width: 40px;
}
.icon-img3{
    width: 50px;
}
.icon-img2{
    width: 60px;
}
.icon-img1{
    width: 45px;
}
.filter-block .nav-tabs{
    border-bottom: 0;
    margin: 40px 0 18px;
}
.nav-tabs .nav-link{
   border-radius: 10px;
   border: 0;
}
.filter-block li{
    width: 50%;
    display: inline-block;
    padding-right:8px;
}
.filter-block li:last-child{
    padding-left: 8px;
    padding-right: 0;
}
.filter-block .common-btn{
    max-width: 100%;
}
.filter-block li .common-btn{
    background: transparent;
    border-color: #0071be;
    color: #0071be;
    opacity: 0.4;
}
.filter-block li .common-btn.active{
    opacity: 1;
}
.select-box{
    margin-bottom: 18px;
}
.select-style {
    border-radius: 10px;
    border: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    letter-spacing: 0.5px;
    font-family: 'PointBold';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #f2f8fc no-repeat 94% center/12px;
    color: #1c1c1c;
    padding: 0 30px;
}
.product-table table tbody {
        display: flex;
        justify-content: space-around;
    }
/**************icon panel*************/
.icon-panel{
    background: #f8fcff;
    margin-top: -130px;
}
.icon-panel h6{
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
}
.icon-wrap{
    overflow: hidden;
    border-radius: 10px;
    padding: 30px 30px 30px 130px;
    margin-top: -50px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0px 14px 40px 3px rgb(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 14px 40px 3px rgb(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 14px 40px 3px rgba(0, 0, 0, 0.07);
}
.icon-wrap li{
    padding-right: 130px;
    display: inline-block;
}
.icon-wrap ul{
    white-space: nowrap;
}
/*************product**************/
.product-sec{
    padding-top: 140px;
    background: #f8fcff;
}
.sec-heading h4{
    margin-top: 8px;
}
.sec-heading{
/*    margin-bottom: 90px;*/
    margin-bottom: 45px;
}
.each-product{
    padding: 0 20px 80px;
}
.each-product .w-100{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.product-slider .swiper-button-next{
    right: 5%;
    display: flex;
    padding-left: unset;
}
.product-slider .swiper-button-prev{
    left: 5%;
    display: flex;
    padding-left: unset;
}
.product-slider{
    position: relative;
}
.product-slider:after{
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    content: '';
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.product-dtl{
    background: #fff;
    padding: 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.each-product:hover .product-dtl{
    box-shadow: 5px 7px 15px 2px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow:5px 7px 15px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 5px 7px 15px 2px rgba(0, 0, 0, 0.09);
}
.product-dtl h6{
    font-size: 18px;
    font-family: 'PointBook';
}
.product-info h6{
    margin-top: 6px;
}
.product-info h5{
    font-size: 22px;
}
.product-dtl table{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
    display: block;
    margin: 20px 0;
}
.product-dtl td{
/*    padding-right: 25px;*/
    padding-right: 10px;
}
.product-dtl td:last-child{
    padding:0;
}
.product-price h6{
    color: #aeaeae;
    margin-bottom:6px;
}
.product-price h5{
    height: 60px;
}
.price-flex{
    display: flex; 
    justify-content: space-around;
}
.product-btn{
    background: #fff;
    position: relative;
}
.location{
    margin: -50px 0 30px;
}
.location span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #ffdd00;
    border-radius: 100%;
    margin-right: 6px;
    box-shadow: -1px 7px 15px 5px rgb(0,0,0,0.07);
    -webkit-box-shadow: -1px 7px 15px 5px rgb(0,0,0,0.07);
    -moz-box-shadow: -1px 7px 15px 5px rgba(0,0,0,0.07);
}
.location span img {
    width: 20px;
}
.location h6{
    color: #aeaeae;
    font-family: 'PointBold';
    display: inline-block;
    vertical-align: bottom;
}
.wishlist img{
   /* filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);*/
    width: 30px;
}
.wishlist{
    position: absolute;
    top: 20px;
    right: 20px;
}
.each-product-wrap{
    position: relative;
}
/**************middle content*************/
.middle-content-block{
    padding: 60px 0;
}
section.middle-content-block>.container>.divider {
    margin: 0 0 60px;
}
.divider{
    background-color: #dbdbdb;
    margin: 0 0 120px;
    opacity: 1;
}
.middle-content-block h4{
    margin-top: 8px;
}
.middle-content-block .row{
    margin-top: 60px;
}
.each-block h4{
    font-family: 'PointExtraBold';
    margin: 50px 0 20px;
    min-height: 57px;
}
.each-block p{
    margin-bottom: 50px;
}
.block-content{
    max-width: 380px;
    width: 100%;
    margin: auto;
}
.block-image{
    height: 330px;
}
.block-image img{
    width: 80%;
}
/**************review upper block************/
.review-upper-block p{
    margin: 50px 0;
}
.review-upper-block td{
    padding-bottom: 35px;
}
.review-upper-block h6{
    margin-left: 35px;
}
.review-upper-block .common-btn{
    margin-top: 75px;
}
.review-upper-block{
    position: relative;
    padding-bottom: 120px;
}
.upper-block-image{
    position: absolute;
    right: 0;
    top: 60px;
    text-align: right;
}
/**************testimonial**************/
.testimonial-sec h2{
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.rating{
    position: absolute;
    width: 80px;
    height: 80px;
    background: #ffdd00;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    box-shadow: 0px 3px 5px 3px rgb(0,0,0,0.05);
    -webkit-box-shadow: 0px 3px 5px 3px rgb(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 5px 3px rgb(0,0,0,0.05);
}
.rating:after{
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    content: '8';
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    font-family: 'PointExtraBold';
    font-size: 46px;
}
.review-slider .swiper-slide-prev .each-review .rating:after, .review-slider .swiper-slide-next .each-review .rating:after{
    /*content: '9';*/
}
.each-review{
    border: 1px solid #e4f0f8;
    background: #e4f0f8;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
    height: 100%;
}
.review-slider .swiper-slide-prev .each-review, .review-slider .swiper-slide-next .each-review{
    border-color: #d7d7d7;
    background: #fff;
}
.review-slider{
    margin-top: 70px;
}
.each-review h5{
    color: #1c1c1c;
}
.each-review p{
    margin: 20px 0 70px;
}
.testimonial-sec .each-review p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-sec .swiper-slide .each-review{
    height: 360px;
}
.testimonial-sec .each-review h5{
    height: 85px;
}
.each-review h6{
    font-family: 'PointBook';
    font-size: 18px;
    color: #b6b6b6;
}
.each-review img{
    width: 24px;
    margin-right: 5px;
}
.testimonial-sec .common-btn{
    margin: 60px 0;
}
/*******************footer***************/
.footer-area{
    border-top: 1px solid #dbdbdb;
    padding-top: 80px;
    background-color: #fff;
    position: relative;
}
.footer-area h3 span{
    color: #ffdd00;
}
.footer-top{
    position: relative;
}
.footer-bg{
    position: absolute;
/*    bottom: -9px;*/
    bottom: -29px;
    width: 50%;
}
.footer-left-content{
    right: -5%;
    top: 100px;
    text-align: right;
    position: relative;
    z-index: 1;
}
.footer-menu-wrap{
    max-width: 650px;
    width: 100%;
    margin: 70px 0 90px auto;
}
.footer-menu-wrap h6{
    font-family: 'PointExtraBold';
    margin-bottom: 35px;
}
.footer-area li{
    font-size: 16px;
    color: #7e7e7e;
    font-family: 'PointLight';
    margin-bottom: 10px;
    display: block;
}
.footer-area li a{
     color: #7e7e7e;
}
.footer-area li a:hover{
    color: #0071be;
}
.footer-menu-wrap img{
    display: block;
    margin-bottom: 30px;
}
.each-footer-info{
    position: relative;
    left: 20px;
}
.each-footer-info1 li{
    position: relative;
    left: 0px;
	display:inline-block;
	width:49%;
}

.footer-menu-wrap .col-md-4:nth-child(2) .each-footer-info{
    left: 35px;
}
.social-icon-block{
    border-top: 1px solid #d2d2d2;
    padding: 35px 0;
    margin-top: -18px;
}
.social-icon-block li {
    display: inline-block;
    margin-bottom:0;
    margin-left: 45px;
}
.social-icon-block li img{
    width: 20px;
    opacity: 0.2;
}
.social-icon-block .text-end a {
    margin-left: 10px;
}
.social-icon-block a:hover li img{
    opacity: 1;
}
.footer-logo{
    width: 50%;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}
.fixed-whatsapp-icon img {
	width: 50px;
}
.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}
.notifcation {
	position: relative;
}
.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
/*********************************auto verkopen page start**********************************************/
.verkopen-banner-sec {
    position: relative;
    padding: 120px 0 145px;
    background-color: #f8fcff;
}
.verkopen-banner-sec::before {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.verkopen-banner-text p {
    margin: 40px 0 60px;
}
.yellow-check ul li {
    color: #1c1c1c;
    font-size: 18px;
    font-family: 'PointExtraBold';   
    margin-bottom: 55px;
    position: relative;
    padding-left: 66px;
}
.yellow-check ul li:last-child {
    margin-bottom: 0;
}
/*.yellow-check ul li::after {
    background-size: 45px;
    position: absolute;
    top: -10px;
    left: 0;
    content: '';
    width: 45px;
    height:45px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
}*/
.yellow-check ul li img {
    background-size: 45px;
    position: absolute;
    top: -10px;
    left: 0;
    width: 45px;
    height:45px;
    background-repeat: no-repeat;
}
.verkopen-banner-img {
    position: absolute;
    top: -70px;
    /*right: -11%;*/
    text-align: right;
}
/****verkopen-step****/
.verkopen-each-step-heading h6 {
    color: #0070bd;
    font-size: 18px; 
    margin-bottom: 10px;  
}
.kenteken {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
    margin-top: 66px;
}
.kenteken-styl {
    font-size: 36px;
    font-family: 'PointExtraBold';
    background: transparent;
    background-image: url(../images/kenteken.svg);
    border: none;
    resize: none;
    color: rgba(28, 28, 28, 0.22);
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    padding: 0px 40px 0px 100px;
    width: 100%;
    border-radius: 24px;
}
.kenteken-styl:focus {
    border: 0;
    box-shadow: none;
    color: rgba(28, 28, 28, 0.22);
}
.kenteken-styl:placeholder {
    color: rgba(28, 28, 28, 0.22);
	opacity: 1;
}
.kenteken-styl:-ms-input-placeholder {
    color: rgba(28, 28, 28, 0.22);
	opacity: 1;
}
.kenteken-styl::placeholder {
    color: rgba(28, 28, 28, 0.22);
	opacity: 1;
}
.verkopen-step-divider {
    margin: 110px 0 70px;
    background-color: #dbdbdb;
    opacity: 1;
}
.form-group {
    margin-bottom: 22px;
}
.form-styl {
    resize: none;
    background-color: #f2f8fc;
    border-radius: 0;
    font-family: 'PointBold';
    border: 0;
    color: #1c1c1c;
    font-size: 16px;
    padding: 0 35px;
    border-radius: 10px;
    height: 72px;
}
.form-styl:focus {
    border: 0;
    box-shadow: none;
    color: #1c1c1c;
    background-color: #f2f8fc;
}
.form-styl:placeholder {
    color: #1c1c1c;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
    color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
    color: #1c1c1c;
	opacity: 1;
}
textarea.form-styl {
    padding-top: 25px;
    height: 160px;
}
.photo_upload{
/*    line-height: 72px;*/
    line-height: 35px;
}
.verkopen-form-wrapper {
    max-width: 858px;
    width: 100%;
    margin: 65px auto 0;
}
.verkopen-upload-btn-wrap {
    margin: 138px 0 110px;
}
.each-verkopen-upload-btn {
/*
    height: 151px;
    line-height: 150px;
*/
    height: 55px;
    line-height: 55px;
    color: #0071be;
    font-family: 'PointBold';
    font-size: 16px;
    text-align: center;
    border: 1px solid rgb(225, 225, 225);
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}
.each-verkopen-upload-btn:hover {
    box-shadow: 0px 5px 20px -5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 5px 20px -5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 20px -5px rgb(0 0 0 / 5%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}

/*********************************dealer worden page start**********************************************/
.dealer-banner-sec {
    padding: 115px 0 7%;
}
.worden-form{
    position: relative;
}
.dealer-banner-sec .verkopen-banner-text p {
    margin-top: 30px;
}
.dealer-banner-sec::before, .worden-form:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #f8fcff;
    top: 0;
    left: 0;
    z-index: -1;
}
.worden-form:after {
    height: 290px;
}
.dealer-banner-sec .verkopen-banner-img {
    top: -35px;
    /*right: -18%;*/
}
.dealer-form-sec .verkopen-form-wrapper {
    margin: 0;
}
.dealer-form-sec h3 {
    margin-bottom: 60px;
}
.dealer-form-sec .common-btn {
    max-width: 240px;
}
.dealer-form-sec {
    position: relative;
    padding-bottom: 145px;
    padding-top: 90px;
}
  
/*********************************Waarom_kopen page start**********************************************/
.kopen-banner-sec {
    padding-bottom: 0;
}
.kopen-banner-sec::before {
    display: none;
}
.kopen-banner-sec .verkopen-banner-text h5 {
    color: #1c1c1c;
}
.kopen-banner-sec .verkopen-banner-text h2 {
    margin-bottom: 60px;
}
.kopen-banner-sec .verkopen-banner-text p {
    margin-top: 30px;
}
/****kopen list sec****/
.kopen-list-sec {
    padding-bottom: 95px;
    position: relative;
}
.kopen-list-sec::before {
    content: '';
    background-color: #f8fcff;
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 14%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(360deg);
    z-index: -1;
}
.kopen-list-sec h5 {
    margin-bottom: 84px;
    color: #1c1c1c;
}
.each-kopen-list {
    padding: 50px 0;
}
.each-kopen-list-wrapper {
    border-top: 1px solid #dbdbdb ;
}
.each-kopen-list p {
    margin-top: 40px;
}
.kopen-list-sec .yellow-check ul {
    margin-top: 50px;
}
.kopen-list-sec .yellow-check ul li {
    font-family: 'PointBook';
    margin-bottom: 25px;
}
.kopen-list-sec .yellow-check ul li::after {
    width: 35px;
    height: 35px;
    background-size: 35px;
    top: -2px;
}

/*********************************faq page start**********************************************/
.faq-banner-sec {
    padding-bottom: 30px;
}
.faq-banner-sec .verkopen-banner-text {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.faq-banner-sec .verkopen-banner-text p {
    margin-top: 30px;
}
.faq-banner-sec .verkopen-banner-img {
    top: -50px;
    right: -1%;
    z-index: 1;
}
.faq-question-sec {
    position: relative;
    background-color: #f8fcff;
    padding-bottom: 95px;
}
.faq-question-sec::before {
    content: '';
    height: 60%;
    width: 100%;
    position: absolute;
    background-image: url(../images/overlay.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    transform: rotate(360deg);
}
.faq-question-wrap {
    position: relative;
    z-index: 1;
}
.each-faq-question {
    border-radius: 10px;
    background-color: #fff;
    /*padding: 50px 55px;*/
    padding: 10% 11%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /*margin-bottom: 25px;*/
    height: 100%;
}
.each-faq-question:hover {
    box-shadow:0px 5px 20px -5px rgb(0 0 0 / 5%);
    -webkit-box-shadow:0px 5px 20px -5px rgb(0 0 0 / 5%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.faq-question-sec .col-lg-4 {
    margin-bottom: 25px;
}
.each-faq-question h6 {
    color: #0071be;
    font-size: 18px;
}
.faq-btm-banner::before {
    display: none;
}
.faq-btm-banner {
    padding: 18% 0 10%;
    background-color: #fff;
}
.faq-btm-banner .verkopen-banner-img {
    top: auto;
    right: 0;
    bottom: 0;
}
.faq-footer-sec {
    position: relative;
}
/*********************************faq dtl page start**********************************************/
.faq-question-sec h3 {
    margin-bottom: 55px;
}
.faq-dtl-bk-btn {
    background-color: #f8fcff;
    padding: 0 0 140px;
}

/*********************************aanbod page start**********************************************/
.aanbod-filter-sec {
    padding: 30px 0;
    background-color: #f8fcff;
    position: relative;
    z-index: 1;
}
.aanbod-filter-sec h3 span {
    color: #ffdd00;
}
.aanbod-filter-sec .select-style {
    margin-bottom: 0;
}
.aanbod-highlight-filter .select-style {
    color: #a5b7c3;
    width: 280px;
    background: url(../images/aanbod-top-arrow.png) #f8fcff no-repeat 100% center/12px;
}
.aanbod-filter-wrapper {
    padding: 40px 35px;
    background-color: #fff;
    box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.05); 
    -webkit-box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.05); 
    -moz-box-shadow: 0px 14px 39.56px 3.44px rgba(0, 0, 0, 0.05); 
    border-radius: 10px;
}
.aanbod-filter-wrapper .select-style {
    background-image: none;
    text-align: center;
}
.search-box .select-style {
    background: url(../images/search.png) #f2f8fc no-repeat 90% center/18px;
    padding-right: 70px;
    text-align: left;
}
.search-box .select-style:placeholder {
    color: #1c1c1c;
	opacity: 1;
}
.search-box .select-style:-ms-input-placeholder {
    color: #1c1c1c;
	opacity: 1;
}
.search-box .select-style::placeholder {
    color: #1c1c1c;
	opacity: 1;
}
.aanbod-filter-wrapper a {
    color: #a5b7c3 !important;
    font-family: 'PointBold';
    font-size: 18px;
    text-align: left;
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    margin-top: 10px;
}
.aanbod-filter-wrapper a:hover {
    color: #1c1c1c !important;
}
.aanbod-filter-wrapper a:hover img {
    filter: invert(1) brightness(0);
    -webkit-filter: invert(1) brightness(0);
}
.aanbod-filter-wrapper a img {
    width: 13px;
    margin-right: 15px;
}
.aanbod-filter-wrapper .col-xl-2 {
    flex: 0 0 auto;
    width: 12%;
}
.aanbod-filter-wrapper .col-xl-3 {
    flex: 0 0 auto;
    width: 14%;
}
.aanbod-filter-wrapper .col-xl-4 {
    flex: 0 0 auto;
    width: 22%;
}
.aanbod-filter-sec .select-box {
    margin-bottom: 0;
}
.aanbod-product-sec {
    /*background-color: #f8fcff;*/
    position: relative;
    padding-bottom:8%;
}
.aanbod-product-sec::before {
    content: '';
    /*background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100% + 40%);
    bottom: 0;*/
    width: 100%;
    position: absolute;
    left: 0;
    background-color: #f8fcff;
    height: 40%;
    height: 680px;
    top: 0;
}
.aanbod-product-sec::after{
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 350px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 350px;
    z-index: 0;
}
.aanbod-product-sec .container{
    position: relative;
    z-index: 1;
}
.aanbod-product-middle-area {
    background-color: #f8fcff;
    position: relative;
    padding: 14%;
    border-radius: 10px;
}
.aanbod-product-middle-area h4 {
    font-family: 'PointExtraBold';
}
.aanbod-product-middle-area p {
    margin: 20px 0 70px;
}
.aanbod-product-middle-img {
    position: absolute;
    top: -25px;
    right: -20px;
}
.aanbod-product-middle-wrapper {
    padding: 0 35px 80px;
}
.aanbod-bottom-btn {
    margin-top: 30px;
    position: relative;
}
.aanbod-bottom-btn h6 {
    font-family: 'PointBook';
    color: #a2bac9;
    margin-top: 30px;
}
.aanbod-btm-sec p {
    margin-bottom: 0;
}
.aanbod-btm-sec .upper-block-image {
    top: -40%;
}
/*********************************aanbod-dtl page start**********************************************/
.aanbod-dtl-bk-btn-sec {
    padding: 60px 0;
    background-color: #f8fcff;
}
.aanbod-dtl-bk-btn-sec .common-btn{
    max-width: 237px;
}
.fotos-btn-wrapper {
    max-width: 550px;
    margin-left: auto;
}
.fotos h6 {
    color: #0071be;
    font-family: 'PointBold';
    font-size: 18px;
}
.deg-view-btn button {
    color: #0071be;
    font-family: 'PointBold';
    font-size: 16px;
    opacity: 0.5;
    background-color: transparent;
    border: 0;
}
.deg-div{
    display: none;
}
.dtl-top-slider {
    position: relative;
    background-color: #f8fcff;
}
.dtl-top-slider::before {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 28%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.aanbod-dtl-gallery-block {
    padding-top: 10px;
    position: relative;
}
.aanbod-dtl-gallery-block .gallery-img {
    /*height: 100%;*/
    margin-bottom: 10px;
    position: relative;
}
.aanbod-dtl-gallery-block .gallery-img img {
    height: 100%;
    object-fit: cover;
}
.gallery-image-content h2 {
    color: #fff;
    font-size: 36px;
}
.gallery-image-content h4 {
    color: #fff;
    font-size: 25px;
}
.aanbod-dtl-gallery-block .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color:rgba(0, 113, 190, 0.75);
}
.aanbod-dtl-gallery-block .gallery-image-content{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.aanbod-dtl-gallery-block .less-gallery-images .col-4:last-child .gallery-img {
    position: relative;
}
.aanbod-dtl-gallery-block .col-4 {
    padding-bottom: 12px;
}
.aanbod-dtl-gallery-block .more-gallery-images {
    display: none;
}
.aanbod-dtl-car-info-sec {
    padding-top: 60px;
}
.aanbod-dtl-car-info-wrapper {
    border-bottom: 1px solid #dbdbdb;
}
.aanbod-dtl-car-info-sec h2 {
    font-size: 36px;
    margin-bottom: 10px;
}
.aanbod-dtl-car-info-sec h3 {
    font-family: 'PointBook';
    font-size: 26px;
}
.aanbod-dtl-car-location {
    padding: 30px 0;
}
.aanbod-dtl-car-location span {
    border-radius: 100%;
    background-color: #ffdd00;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    box-shadow: -1.753px 3.595px 6.44px 0.56px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: -1.753px 3.595px 6.44px 0.56px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: -1.753px 3.595px 6.44px 0.56px rgba(0, 0, 0, 0.09);
}
.aanbod-dtl-car-location span img {
    width: 25px;
}
.aanbod-dtl-car-location h6 {
    color: #aeaeae;
    font-family: 'PointBold';
    font-size: 18px; 
    display: inline-block;
}
/***tab content***/
.dtl-tab-sec {
    position: relative;
}
.dtl-tab-sec::before {
    content: '';
    background-image: url(../images/dtl-top-blob.png);
    background-repeat: no-repeat;
    top: -10%;
    right: 0;
    position: absolute;
    height: 100%;
    width: 20%;
    z-index: -1;
}
.each-tab-content {
    border-bottom: 1px solid #dbdbdb;
    padding: 50px 0;
}
.each-tab-content h3 {
    margin-bottom: 70px;
}
.dtl-tab-sec .each-tab-content ul li {
    font-family: 'PointBook';
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.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 8px;
    padding-left: 25px;
    background-size: 10px;
    color: #b0b0b0;
}
.tab_hedaing h4 {
    font-family: 'PointBold';
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
}
.tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
    padding-left: 25px;
}
.dtl-tab-sec .bullet-panel ul li::after {
    padding-left: 15px;
    background-size: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-tab-content p {
    color: #1c1c1c;
    font-size: 16px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0070bd;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #212121;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}
.each-onderhoud-block h4 {
    font-size: 24px;
    color: #1c1c1c;
    font-family: 'PointBold';
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-family: 'PointBook';
}
/***dtl-form***/
.aanbod-dtl-form-sec {
    padding: 100px 0 11%;
    position: relative;
}
.aanbod-dtl-form-sec:after {
    content: '';
    background-image: url(../images/dtl-form-bg.png);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: -30%;
    top: -9%;
    z-index: -1;
    background-size: 45%;
}
.aanbod-dtl-form-sec .verkopen-form-wrapper {
    margin-left: 0;
}
.aanbod-dtl-contact {
    max-width: 555px;
    width: 100%;
    margin-left: auto;
    margin-top: 105px;
}
.each-aanbod-dtl-contact {
    display: flex;
    border: 1px solid rgb(219, 219, 219);
    border-radius: 10px;
    margin-bottom: 26px;
    padding: 40px 35px;
    font-size: 20px;
    color: #1c1c1c;
    font-family: 'PointExtraBold';
}
.each-aanbod-dtl-contact:last-child {
    margin-bottom: 0;
}
.each-aanbod-dtl-contact a {
    font-size: 20px !important;
    color: #1c1c1c;
    font-family: 'PointExtraBold';
    margin-bottom: 18px;
}
.each-aanbod-dtl-contact a:hover {
    color: #0070bd;
}
.each-aanbod-dtl-contact h4 {
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'PointBook';
    margin-top: 10px;
}
.each-aanbod-dtl-contact img {
    width: 35px;
}
.each-aanbod-dtl-contact span {
    margin-right: 28px;
}
.aanbod-dtl-related-product .product-slider:after {
    display: none;
}
.aanbod-dtl-related-product {
    padding: 0 0 20px;
    position: relative;
}
.aanbod-dtl-related-product::before {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.aanbod-dtl-related-product .sec-heading {
    position: relative;
}
.aanbod-dtl-footer-upper {
    background-color: #f8fcff;
}
.aanbod-dtl-footer-upper .yellow-check {
    margin-top: 45px;
}
/******finance-sec****/
.dtl-finance-sec {
    padding-top: 80px;
}
.dtl-finance-sec h3 {
    margin-bottom: 50px;
}
.dtl-finance-sec #myTabContent {
    padding: 0 10px 0 40px;
}
.dtl-finance-sec .nav-tabs {
    border-bottom: 0;
}
.price-bar .row .col-md-6:nth-child(1) .common-btn {
    background-color: rgba(0, 179, 97, 1);
    border-color: rgba(0, 179, 97, 1);
}
.price-bar .row .col-md-6:nth-child(2) .common-btn {
    background-color: transparent;
    color: #0071be;   
}
.tab-btn .nav-tabs .nav-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.tab-btn .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
}
.tab-btn .nav-tabs .nav-link {
    border-radius: 10px;
    padding: 20px 30px 30px;
    border: 1px solid #dddddd;
    width: 100%;
    text-align: left;
}
.tab-btn .nav-tabs .nav-link p span {
    float: right;
}
.tab-btn .nav-tabs .nav-link h6 {
    font-family: 'PointBook';
   	color: #c7c7c7;
}
.tab-btn .nav-tabs .nav-link .text-end {
    margin-top: 10px;
}
.tab-btn .nav-tabs .nav-link.active {
    background-color: #f2f8fc;
    border-color: #0071be;
}
.dtl-finance-more-info .nav {
    margin-bottom: 15px;
}
.dtl-finance-more-info .nav li button {
    background-color: transparent;
    color: #1c1c1c;
    max-width: 100%;
    border: 1px solid #dddddd;
}
.dtl-finance-more-info li {
    display: inline-block;
    width: 50%;
}
.dtl-finance-more-info li button.active {
    background-color: #0071be;
    border-color: #0071be;
    color: #fff;
}
.dtl-finance-more-info-each-content {
    background-color: #f2f8fc;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 2px;
}
.dtl-finance-more-info-each-content p span {
    float: right;
    color: #8abde0;
}
.dtl-finance-more-info-each-content h6 {
    font-family: 'PointBook';
    font-size: 10px;
   	color: rgba(28, 28, 28, 0.5);
    margin-top: 5px;
}
.dtl-finance-more-info-each-content .form-check-input[type=checkbox] {
    float: left;
    margin: 3px 10px 20px 0;
}
.dtl-info-btn {
    max-width: 100%;
    margin-top: 15px;
}
.dtl-info-btn img {
    margin-right: 25px;
}
.dtl-finance-btm-block p, .dtl-finance-btm-block p span{
    color: rgba(28, 28, 28, 0.5);
}
.dtl-finance-info-area td {
    padding-bottom: 35px;
}
.dtl-finance-info-area td h6 {
    margin-left: 35px;
}
.dtl-finance-info-area {
    float: right;
}
.dtl-finance-divider {
    background-color: #dbdbdb;
    opacity: 1;
    margin: 190px 0 0;
}
/*********************************popup start*************************************/
.modal-area .modal-dialog {
    max-width: 80%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.1);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    position: relative;
    border-radius: 10px;
}
.modal-area .popup-content p{
    margin: 30px 0 0;
}
.modal-area .popup-content {
    padding: 30px 18%;
	height: 100%;
    position: relative;
    z-index: 1;
}
.modal-area .popup-content::before {
    content: '';
    background-image: url(../images/popup-blob.png);
    background-repeat: no-repeat;
    top: -45%;
    right: -7%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
   border-radius: 10px;
}
.modal-area .popup-content h3 span {
    color: #ffdd00;
}
.close-img {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 3;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.50);
    border: 0;
    background-color: transparent;
}
/*********************************Klanten_reacties page start**************************************/
.review-sec {
    padding: 145px 0 230px;
    background-color: #f8fcff;
    position: relative;
}
.review-sec::before {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.review-sec .col-md-6{
    margin-bottom: 60px;
}
.review-sec .each-review-wrap {
    padding: 0 28px 50px;
    height: 100%;
}
.review-sec .text-center {
    position: relative;
}
.review-sec .each-review {
    padding: 50px 70px;
}
.review-sec .col-md-6:nth-child(odd) .each-review {
    background-color: #fff;
    border-color: #d7d7d7;
}
.review-sec .col-md-6:nth-child(odd) .each-review .rating:after {
    content: '9';
}
.home-review .col-md-4:nth-child(odd) .each-review {
    background-color: #fff;
    border-color: #d7d7d7;
}
.home-review .col-md-4:nth-child(odd) .each-review .rating:after {
    content: '9';
}
.review-mid-area-wrap {
    padding: 30px 40px;
}
.review-mid-area {
    background-color: #f8fcff;
    position: relative;
    padding: 45px 50px;
    border-radius: 10px;
}
.review-mid-area h4 {
    font-family: 'PointExtraBold';
}
.review-mid-area p {
    margin: 25px 0 35px;
}
.review-sec .review-mid-area .common-btn {
    margin: 0;
}
.review-mid-img {
    position: absolute;
    bottom: -40px;
    left: -40px;
    width: 55%;
}
/*********************************online-betalen page start**************************************/
.betalen-top-sec {
    padding: 95px 0 205px;
    background-color: #f8fcff;
    position: relative;
}
.betalen-top-sec::before {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.betalen-top-info h5 {
    font-family: 'PointBold';
    color: #1c1c1c;
    margin-bottom: 25px;
}
.betalen-top-sec .product-price h5{
    height: auto;
}
.betalen-top-info p {
    margin-bottom: 40px;
}
.betalen-top-sec .each-product {
    padding: 0;
}
.betalen-top-product {
    padding: 0 11% 0px 15%;
}
.betalen-top-info {
    padding-left: 10%;
    position: relative;
    z-index: 1;
}
.betalen-top-sec .form-check {
    margin-bottom: 40px;
}
.betalen-top-sec .form-check label {
    font-family: 'PointBook';
    font-size: 20px;
    color: #1c1c1c;
    margin-left: 10px;
}
.form-check-input[type=checkbox] {
    width: 20px;
    height: 20px;
}
.form-check-input:focus {
    box-shadow: none;
}
.form-check-input:checked {
    background-color: #0070bd;
    border-color: #0070bd;
}
.betalen-top-info .common-btn {
    max-width: 237px;
}
/***step sec****/
.betalen-step-sec h3 {
    margin-bottom: 130px;
}
.each-batelen-step-text h5 {
    font-family: 'PointBold';
    color: #1c1c1c;
    margin-bottom: 25px;
}
.each-batelen-step-img {
    max-width: 110px;
    width: 100%;
}
.each-batelen-step {
    margin-bottom: 95px;
}
.betalen-step-sec .col-lg-6:nth-child(odd) .each-batelen-step {
    padding-right: 20%;
}
.betalen-step-sec .col-lg-6:nth-child(even) .each-batelen-step {
    padding-left: 11%;
}
.betalen-step-wrapper {
    padding-bottom: 65px;
    border-bottom: 1px solid #dbdbdb;
}
/***betalen-form-sec****/
.each-betalen-form {
    padding: 100px 0;
    border-bottom: 1px solid #dbdbdb;
}
.each-betalen-form form { 
    max-width: 1045px;
    width: 100%;
    margin: 0 auto;
}
.each-betalen-form h3 {
    margin-bottom: 60px;
}
.each-betalen-form h6 {
    margin-bottom: 10px;
    color: #0071be;
    font-size: 18px;
}
/**bottom-sec****/
.betalen-btm-sec {
    padding: 145px 0 105px;
}
.betalen-btm-info {
    padding-right: 85px;
}
.betalen-btm-info h3 {
    margin-bottom: 80px;
}
.betalen-btm-info h5 {
    font-family: 'PointBold';
    color: #1c1c1c;
    margin: 65px 0 30px;
}
.betalen-btm-info h5 span {
    color: #0071be;
}
.betalen-btm-info a {
	font-family: 'PointBook';
    font-size: 16px;
   	color: #1c1c1c;
}
.betalen-btm-info a:hover {
    color: #0070bd;
}
.betalen-btm-form {
    max-width: 510px;
    margin: 15% 80px 0 auto;
}
.betalen-btm-form .common-btn {
    max-width: 100%;
}
.betalen-btm-form .common-btn img {
    padding-right: 25px;
}
/*********************************Hoe_werkt_het page start**************************************/
.hoe-top-sec {
    padding: 135px 0 50px;
    background-color: #f8fcff;
}
.hoe-top-sec::before {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 35%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hoe-top-sec .row {
    position: relative;
    z-index: 1;
}
.each-hoe-step h6 {
    color: #0070bd;
    font-size: 18px;
    margin-bottom: 10px;
}
.each-hoe-step img {
    margin: 75px 0;
    width: 40%;
}
.each-hoe-step-wrap {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}
.each-hoe-step {
    padding: 100px 0;
    border-bottom: 1px solid #dbdbdb;
}
.each-hoe-step-wrap h3 {
    min-height: 51px;
}
/**hoe-number***/
.hoe-number-sec {
    padding-top: 95px;
}
.hoe-number-wrapper {
    max-width: 1065px;
    width: 100%;
    margin: 0 auto;
}
.hoe-number-sec h3 {
    margin-bottom: 70px;
}
.hoe-number-sec ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-bottom: 0;
}
.hoe-number-sec li {
    counter-increment: item;
    margin-bottom: 100px;
    position: relative;
    padding-left: 115px;
    font-family: 'PointBook';
    font-size: 16px;
   	color: #1c1c1c;
}
.hoe-number-sec li::before {
    margin-right: 10px;
    content: counter(item);
    background: #ffdd00;
    border-radius: 100%;
    color: #fff;
    font-family: 'PointExtraBold';
    font-size: 36px;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
}
.hoe-btm-banner {
    padding-top: 10%;
}
.hoe-btm-banner .verkopen-banner-img {
    top: auto;
    right: -10%;
    bottom: -40px;
    z-index: 1;
}
/*********************************bedankt page start**************************************/
.bedankt-banner-sec .banner-content {
    padding: 15% 0 20%;
}
.bedankt-banner-sec .banner-content .common-btn {
    margin-top: 50px;
}
.bedankt-banner-sec .banner-image {
    left: -4%;
    bottom: 8%;
}
.bedankt-banner-sec .banner-content h1 {
    margin: 0;
}
/*********************************contact page start**************************************/
.contact-map-sec {
    position: relative;
}
.contact-map-sec::after {
    content: '';
    background-image: url(../images/overlay.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-map-sec::before {
    content: '';
    background-color: #eaf0f4;
    position: absolute;
    height: 100%;
    width: 100%;
}
.contact-map-img {
    height: 900px;
    position: relative;
    overflow: hidden;
}
.contact-map-text h2 {
    margin-bottom: 35px;
}
.contact-map-text {
    padding: 70px;
    max-width: 710px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    left: 110px;
    top: 60px;
    box-shadow: -7.552px 9.326px 26.68px 2.32px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: -7.552px 9.326px 26.68px 2.32px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: -7.552px 9.326px 26.68px 2.32px rgba(0, 0, 0, 0.05);
}
/***location sec***/
.location-sec {
    padding-top: 95px;
}
.location-sec ul li {
    margin-bottom: 10px;
}
.location-sec ul li a {
    font-family: 'PointBold';
    font-size: 16px;
    color: #0071be;
}
.location-sec ul li a:hover {
    color: #1c1c1c;
}
.each-location {
    padding-left: 50px;
}
.location-sec .col-lg-2:first-child .each-location {
    padding-left: 0;
}
.more-location-block {
    display: none;
}
.location-btn {
    font-family: 'PointBold';
    font-size: 16px;
    color: #a5b7c3;
    display: grid;
    max-width: 125px;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-btn img {
    width: 15px;
    margin-top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-btn:hover {
    color: #1c1c1c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-btn:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.location-wrapper {
    margin: 120px 0 76px;
}
/***form***/
.contact-form-sec {
    padding-bottom: 100px;
}
.contact-form-sec::after {
    display: none;
}
.location-divider {
    background-color: #dbdbdb;
    opacity: 1;
    margin: 20px 0 0;
}
/**member***/
.member-slider-wrap {
    border-top: 1px solid #dbdbdb;
}
.member-sec h3 {
    margin: 100px 0 80px;
}
.member-text {
    padding: 55px;
}
.member-text h4 {
    margin-bottom: 10px;
    font-family: 'PointExtraBold';
}
.each-member {
    background-color: #f2f8fc;
    border-radius: 10px;
    border: 2px solid #dbdbdb;
    overflow: hidden;
}
.member-img {
    margin-right: -15px;
}
/*******loader*****/
#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;
}

/*********Morgen Footer************/
.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;
}
.add_morgan_footer_margin {
    height: 100px;
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon{
    margin-bottom: 40px;
}

.star_icon h5{
    padding-bottom: 10px;
    /*text-transform: uppercase;
    padding-top: 15px;*/
    margin-bottom: 15px;
    color: #0071be;
    border-bottom: 1px solid #1c1c1c;
    font-size: 20px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 16px;
    color: black;;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-check-input[type=radio] {
    width: 20px;
    height: 20px;
    background-image: url(../images/checked.svg) !important;
    border-radius: 4px;
}
.dtl-finance-more-info-each-content .form-check-input[type=radio] {
    margin-top: 3px;
}
.play_button{
	position: absolute;
	z-index: 999999;
	left: 38%;
	top: 40%;
	width: 20%;
}
.small_description{
	overflow: hidden;
  position: relative;
}
.small_description::after {
    position: absolute;
    width: 100%;
    height: 8rem;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(hsla(0,0%,100%,0),#fff);
}
.read_more{
	display: inline-block;
	position: relative;
	margin-top: 10px;
	cursor: pointer;
	color: #aeaeae;
	font-family: 'PointBold';
	font-size: 18px;
  position: relative;
  padding-right: 35px;
}
.read_more:after{
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/down-arrow-gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
#dealer_form select{
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #f2f8fc no-repeat 94% center/12px;
}
#dealer_form select option{
  font-family: Calibri;
  font-weight: bold;
  font-size: 18px;
}
.form-styl.kenteken-block{
    background-image: url(../images/kenterken-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #fff;
    border-radius: 0;
    height: 30px;
    width: 145px;
    margin-top: 20px;
}
.dtl-finance-sec .photo_upload{
    line-height: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

.footer-logos {
    width: 100%;
}

.footer-flex {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.footer-flex > ul {
    width: 50%;
}
.deg-view-btn button span {
    margin-right: 5px;
}
.deg-view-btn button span img {
    width: 23px;
}
.deg-div button span {
    margin-right: 5px;
}
.deg-div button span img {
    width: 23px;
}
.widget_iframe{
	right: 0;
    position: fixed;
    z-index: 3;
    top: 39%;
}
@media (max-width: 1279px) {
    .klanten_vertellen_header {
        visibility: hidden;
    }
}

.klanten_vertellen_header {
    position: sticky;
    float:right;
    z-index: 999;
}
.anbod_middle h4{
    font-family: 'PointBold';
    text-align: center;
    margin-bottom: 40px;
}
.anbod_middle h4 span{
    color: #ffdb08;
}
.anbod_middle img{
    width: 22px;
    vertical-align: top;
    margin-right: 2px;
}
.verkopen-step1{
    max-width: 540px;
    width: 100%;
}
/*
.verkopen-step3{
    padding-top: 100px;
}
*/
.verkopen-step3 .verkopen-upload-btn-wrap {
    margin: 60px 0 0px;
}
.verkopen-upload-btn-wrap .each-verkopen-upload-btn {
    margin-bottom: 30px !important;
    font-family: 'PointBold';
}
.verkopen-form-wrapper{
    width: calc(100% + 50px);
}
.kenteken .kenteken-styl {
    width: 90%;
    font-size: 33px;
    height: 72px;
    border-radius: 15px;
}
/*====aanbod dtl price fixed bar=====*/
.price-bar{
    padding: 20px 6%;
    background-color: rgb(255, 255, 255);
    bottom: 0px;
    box-shadow: rgb(0 0 0 / 24%) 0px 2px 10px 0px;
    left: 0px;
    position: fixed;
    right: 0px;
    transition: transform 0.3s ease-in-out 0s, visibility 0s linear 0s;
    z-index: 10;
    display: none;
}
.price-bar td{
    font-family: 'PointBook';
    font-size: 18px;
    color: #1c1c1c;
    padding: 0 60px;
}
.price-bar td span{
    display: block;
    font-family: 'PointBold';
    margin-top: 20px;
}
.price-bar td:nth-child(1){
    border-right: 1px solid #dbdbdb;
    padding-left: 0;
}
.price-bar-btn{
    max-width: 640px;
    width: 100%;
    margin-left: auto;
}
.price-bar .common-btn{
    max-width: 250px;
}
.footer-area.footer-active{
    padding-bottom: 70px;
}
@media(max-width: 1199.98px){
    .price-bar td{
        padding: 0 40px;
    }
}
@media(max-width: 991px){
    .price-bar table{
        display: none;
    }
    .price-bar-btn{
        margin-right: auto;
    }
    .price-bar .common-btn {
        max-width: 100%;
    }
}
@media(max-width: 767px){
    .price-bar{
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
    .price-bar .common-btn {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .aanbod-rating-icon{
        display: block;
        margin-bottom: 8px;
    }
    .anbod_middle h4{
        font-size: 18px;
    }
}
/*=============aanbod dtl=============*/
.aanbod-detail-slider .common-arrow{
    background: #fff;
    border-color: #fff;
    display: flex;
    padding-left: unset;
}
.aanbod-detail-slider .common-arrow img{
    filter: invert(0);
}
.aanbod-detail-slider .swiper-button-prev{
    left: 3%;
}
.aanbod-detail-slider .swiper-button-next{
    right: 3%;
}
.aanbod-detail-slider .aanbod-dtl-gallery-block .col-md-3{
    width: 20%;
}
.aanbod-detail-slider .gallery-image-content h2{
    font-size: 30px;
}
.aanbod-detail-slider .gallery-image-content h4{
    font-size: 20px;
}
.aanbod-detail-slider .aanbod-dtl-gallery-block {
    max-width: calc(100% - 14px);
    margin-left: 7px;
}
/*****right block*****/
.aanbod-detail-slider{
    position: relative;
}
.detail-right-block{
    position: absolute;
    right: 0;
    width: 36%;
    top: 0;
    padding: 0 20px;
    background: #FFF;
    z-index: 1;
}
.detail-right-block .common-btn{
    max-width: 250px;
}
.aanbod-detail-slider .aanbod-dtl-car-location{
    padding: 0;
}
.aanbod-detail-slider .aanbod-dtl-car-location h6{
    font-size: 15px;
    font-family: 'PointBold';
}
.detail-right-block h2{
    font-size: 46px;
    margin: 40px 0 10px;
}
.detail-right-block h6{
    font-family: 'PointBook';
    font-size: 20px;
}
.detail-price-block{
    border: 1px solid #a9a9a9;
    border-radius: 10px;
    padding: 30px;
    margin: 30px 0;
}
.detail-price-block h4{
    font-family: 'PointExtraBold';
    letter-spacing: 0.5px;
    margin: 10px 0;
}
.detail-price-block td{
    padding-right: 40px;
}
.detail-price-block p{
    font-size: 15px !important;
}
.offer {
    margin: 26px 0;
}
.offer h6 {
    color: #0071be;
    font-family: 'PointBold';
    font-size: 18px;
	cursor:pointer;
}
.offer h6 img {
    width: 20px;
    margin-right: 10px;
}
.detail-right-btn .common-btn {
    max-width: 100%;
    margin-bottom: 15px;
    height: 70px;
    line-height: 68px;
    background-color: transparent;
    color: #0071be;
}
.detail-right-btn .common-btn:hover {
    background-color: #0071be;
    color: #fff;
    border-color: #0071be;
}
.detail-right-btn .common-btn:last-child {
    margin-bottom: 0;
}
.detail-right-btn .common-btn:first-child {
    background-color: #00b341;
/*    text-align: left;*/
    border-color: #00b341;
    padding: 0 15px;
    color: #fff;
}
.detail-right-btn .common-btn:first-child:hover {
    /*background-color: #ffdd00;
    border-color: #ffdd00;*/
    background-color: #0071be;
    border-color: #0071be;
    /*color: #1c1c1c;*/
}
.detail-right-btn .common-btn:first-child:hover img {
    /*filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.detail-right-btn .common-btn img {
    width: 35px;
    margin-right: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.detail-right-contact span {
    color: #0071be;
    font-size: 18px;
    font-family: 'PointBold';
    display: block;
    margin-bottom: 40px;
}
.detail-right-contact span:last-child {
    margin-bottom: 0;
}
.detail-right-contact span a {
    color: #0071be;
}
.detail-right-contact span a:hover {
    color: #1c1c1c;
}
.detail-right-contact span img {
    width: 32px;
    margin-right: 10px;
}
/****dtl-icon-sec*****/
.dtl-icon-sec {
    padding-top: 80px;
}
.each-dtl-icon-box {
    text-align: center;
}
.each-dtl-icon-box h6{ 
    font-size: 20px;
}
.each-dtl-icon {
    height: 50px;
}
.dtl-icon-wrapper{ 
    padding: 70px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

/****new checkout****/
.checkout-wrap {
    padding-left: 30px;
    padding-right: 30px;
}
/****checkout-top-sec****/
.checkout-top-sec {
    padding: 45px 0;
    background-color: #f8fcff;
    border-bottom: 1px solid #dbdbdb;
}
.chckout-product-model {
    display: flex;
    align-items: center;
    width: 100%;
}
.chckout-product-model h5 {
    font-size: 22px;
    color: #1c1c1c;
    margin-bottom: 10px;
}
.chckout-product-model h6 {
    font-size: 22px;
    font-family: 'PointBook';
}
.chckout-product-model-img {
    margin-right: 35px;
}
.chckout-product-price h4 {
    color: #1173bb;
    font-family: 'PointExtraBold';
}
.order-cart-btn .common-btn {
    max-width: 327px;
    height: 72px;
    line-height: 70px;
    background-color: transparent;
    color: #1173bb;
    border-color: #1173bb;
    font-size: 18px;
}
.order-cart-btn .common-btn img {
    width: 35px;
    margin-left: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.order-cart-btn .common-btn:hover {
    color: #1c1c1c;
    background: #ffdd00;
    border-color: #ffdd00;
}
.order-cart-btn .common-btn:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.checkout-top-sec .col-xl-3 {
    position: relative;
}
.checkout-top-sec .col-xl-3::before {
    content: '';
    position: absolute;
    left: 12%;
    top: 0;
    background-color: #dfe2e5;
    height: 100%;
    width: 2px;
}
/*****checkout-tab-sec****/
.check-tab-btn {
    padding: 40px 40px 0 0;
    border-right: 1px solid #e5e5e5;
    height: 100%;
}
.checkout-tab-sec .check-tab-btn .nav-tabs {
    border-bottom: 0;
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item {
    width: 100%;
    font-family: 'PointBook';
    font-size: 20px;
    border: 0;
    margin-bottom: 70px;
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #fff;
    color: #1c1c1c;
    padding: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    word-break: break-word;
    letter-spacing: 1px;
    text-align: left;
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item .nav-link span {
    display: inline-flex;
    height: 47px;
    width: 47px;
    align-items: center;
    justify-content: center;
    background-color: #1173bb;
    color: #fff;
    margin-right: 30px;
    border-radius: 100%;
    opacity: 0.5;
    position: relative;
    font-size: 25px;
    font-family: 'PointExtraBold';
    box-shadow: -1.753px 3.595px 6.44px 0.56px rgba(0, 0, 0, 0.09);
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item .nav-link span::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateY(-50%);
    top: 82px;
    background-color: #bfbfbf;
    height: calc(100% + 10px);
    width: 3px;
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item:last-child .nav-link span::after {
    display: none;
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item .nav-link.yellow-active {
    font-size: 21px;
    font-family: 'PointExtraBold';
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item .nav-link.yellow-active span {
    background: #ffdd00;
    transform: scale(1.4);
    opacity: 1;
}
.checkout-tab-sec .check-tab-btn .nav-tabs .nav-item .nav-link.yellow-active span::after {
    height: calc(100% - 10px);
    top: 68px;
}
.check-tab-content-wrap {
    height: 100%;
}
/*****check-tab-content*****/
.check-tab-content-wrap {
    padding: 50px 0 50px 40px;
}
.each-check-tab-content h2 {
    font-size: 46px;
}
.each-check-tab-content h6 {
    font-family: 'PointBook';
    font-size: 18px;
    margin: 15px 0 40px;
    line-height: 1.5;
}
.each-check-tab-content .form-styl {
    border: 2px solid #1073bb;
    background-color: transparent;
}
.check-tab-content-wrap .volgen-btn {
    background-color: #fed933;
    border-color: #fed933;
    max-width: 477px;
    height: 72px;
    line-height: 70px;
    font-size: 22px;
    color: #1c1c1c;
    margin-top: 35px;
    padding: 0 3%;
}
.check-tab-content-wrap .volgen-btn:hover {
    background-color: #1173bb;
    border-color: #1173bb;
    color: #fff;
}
.check-tab-content-wrap .volgen-btn.step_7_small_btn {
	max-width: 250px !important;
}
.check-tab-content-wrap .reserveer-btn{
    /*background-color: #0071be;
    border-color: #0071be;*/
    background-color: #00b341;
    border-color: #00b341;
    padding: 0 15px;
    color: #fff;
}
.check-tab-content-wrap .reserveer-btn:hover{
    /*background-color: #ffdd00;
    border-color: #ffdd00;
    color: #1c1c1c;*/
	background-color: #0071be;
    border-color: #0071be;
}
.check-tab-content-wrap .reserveer-btn img{
    width: 35px;
    margin-right: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.check-tab-content-wrap .reserveer-btn:hover img{
    /*filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}
.kopen-price-btn {
    margin: 80px 0 65px;
}
.kopen-price-btn .common-btn {
    max-width: 695px;
    height: 72px;
    line-height: 70px;
    text-align: left;
    padding: 0 24px;
    /*display: flex;
    align-items: center;
    width: 100%;*/
}
.kopen-price-btn .common-btn h5 {
    font-family: 'PointBold';
    color: #fff;
    /*display: inline-block;*/
    float: right;
    margin-top: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kopen-price-btn .common-btn:hover h5 {
    color: #1c1c1c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kopen-price-btn .common-btn img {
    margin-right: 20px;
}
.kopen-price-btn .common-btn span {
    display: inline-block;
}
.kopen-price-btn p {
    opacity: 0.75;
    font-size: 18px!important;
    margin-top: 18px;
}
.kopen-price-btn p img {
    width: 10px;
    margin-right: 10px;
}
.checkout-video {
    max-width: 545px;
    width: 100%;
}
.checkout-list {
    padding-right: 20%;
    margin: 70px 0 34px;
}
.checkout-list li {
    display: inline-block;
    width: 48%;
}
.chekout-card-wrap {
    padding: 65px 0 45px;
    border-bottom: 1px solid #e7e7e7;
}
.chekout-card-wrap:first-child {
    padding-top: 0
}
.each-check-card {
    padding: 11% 8% 7%;
    background-color: #1073bb;
    border-radius: 10px;
    border: 2px solid #1073bb;
    margin-bottom: 20px;
}
.each-check-card h4 {
    font-family: 'PointExtraBold';
    color: #fff;
    font-size: 30px;
}
.each-check-card ul {
    margin-top: 30px;
}
.each-check-card li {
    font-family: 'PointExtraBold';
    color: #fff;
    font-size: 18px;
    font-family: 'PointLight';
    position: relative;
    padding-bottom: 10px;
    padding-left: 16px;
}
.each-check-card li:last-child {
    padding-bottom: 0;
}
.each-check-card li:after {
    background-size: 10px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url(../images/minus.png);
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.each-check-card hr {
    background-color: #fff;
    opacity: 1;
    margin: 35px 0;
}
.each-check-card h5 {
    font-family: 'PointBook';
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
.card-border{
    background-color: #fff;
}
.card-border h4,
.card-border li,
.card-border h5 {
    color: #1173bb;
}
.card-border li::after {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.card-border hr {
    background-color: #1173bb;
}
.chekout-card-wrap:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}
.inrui-tab-wrap .nav-tabs {
    border: 0;
}
.inrui-tab-wrap .nav-tabs li {
    display: inline-block;
    width: 50%;
    padding-right: 7px;
}
.inrui-tab-wrap .nav-tabs li:last-child {
    padding-left: 7px;
    padding-right: 0;
}
.inrui-tab-wrap .nav-tabs li .common-btn {
    max-width: 100%;
    padding: 0 30px;
    height: 72px;
    line-height: 70px;
    background-color: transparent;
    color: #1c1c1c;
    text-align: left;
}
.inrui-tab-wrap .nav-tabs li .common-btn:hover {
    border-color: #1173bb;
}
.inrui-tab-wrap .nav-tabs li .common-btn.active {
    background-color: #1173bb;
    color: #fff;
}
.inrui-each-tab-content h5 {
    font-family: 'PointBold';
    font-size: 30px;
    margin: 46px 0 30px;
}
.inrui-each-tab-content h5 img {
    width: 40px;
    margin-right: 20px;
}
.ruil-area {
    margin-top: 75px;
}
.ruil-area h4 {
    font-family: 'PointExtraBold';
    font-size: 30px;
}
.ruil-box {
    height: 165px;
    max-width: 950px;
    width: 100%;
    font-family: 'PointBold';
    font-size: 18px;
    color: #1c1c1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1c1c1c;
    border-radius: 10px;
}
.inrui-each-tab-content span a {
    font-family: 'PointBold';
    font-size: 18px;
    color: #1173bb;
    border-bottom: 1px solid #1173bb;
}
.person-tab-wrap .nav-tabs {
    border: 0;
    margin-bottom: 25px;
}
.person-tab-wrap .nav-tabs li {
    display: inline-block;
    width: 50%;
    padding-right: 7px;
}
.person-tab-wrap .nav-tabs li:last-child {
    padding-right: 0;
    padding-left: 7px;
}
.person-tab-wrap .nav-tabs li .common-btn {
    max-width: 100%;
    padding: 0 30px;
    height: 72px;
    line-height: 70px;
    text-align: left;
    background-color: #1173bb;
    color: #fff;
}
.person-tab-wrap .nav-tabs li .common-btn.active {
    background-color: transparent;
    color: #1c1c1c;
}
.person-tab-wrap .nav-tabs li .common-btn:hover {
    border-color: #1173bb;
}
.person-tab-wrap .form-check-input[type=checkbox] { 
    border-color: #1173bb;
    margin-top: 3px;
    margin-right: 5px;
    width: 22px;
    height: 22px;
}
.person-tab-wrap .form-group span {
    margin-right: 20px;
    font-size: 20px;
}
.person-tab-wrap .form-group span:last-child {
    margin: 0;
}
.person-tab-wrap .form-group h6 {
    margin: 5px 0 10px;
}
.each-final-check {
    margin-bottom: 35px;
}
.each-final-check:first-child {
    margin-top: 30px;
}
.each-final-check h5 {
    font-size: 30px;
    color: #1c1c1c;
    margin-bottom: 15px;
}
.each-final-check li {
    font-family: 'PointBook';
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 25px;
    display: inline-block;
    width: 48%;
}
.each-final-check li:last-child {
    margin-bottom: 0;
}
.each-final-check h6 {
    font-family: 'PointExtraBold';
    font-size: 30px;
    color: #1173bb;
    margin: 0;
}
.each-final-check span {
    font-family: 'PointBold';
    font-size: 20px;
    color: #1c1c1c;
    opacity: 0.5;
    margin: 20px 0 0;
    display: block;
}
img.checkout_image
{
    max-width: 164px;
    width: 100%;
}
#menu5inruilen .common-arrow{
    display: inline-flex;
    background-color: transparent;
    border: 0;
}
#menu5inruilen .common-arrow img{
	width: 100%;
    filter: invert(0%);
}
.levering_sec{
    cursor: pointer;
}
#maandModule {
  width: 1px;
  min-width: 100%;
  overflow: hidden;
  height: 700px;
}
.price_heading {
	font-family: 'PointBook';
	color: #7faac9;
}
.autotelex_price {
	color: #1173bb;
	font-family: 'PointExtraBold';
}
.autotelex_thankyou_block_inner {
	border: 1px solid #c7e7ff;
	padding: 25px 40px;
	border-radius: 10px;
}
.autotelex_thankyou_block_inner img {
	max-width: 128px;
	width: 100%;
}
.autotelex_thankyou_block_inner h4 {
	font-family: 'PointExtraBold';
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}
.autotelex_thankyou_block_inner p {
	font-family: 'PointBook';
	color: #1073bb;
	font-size: 19px !important;
}
.autotelex_thankyou_block_inner p span {
	font-family: 'PointExtraBold';
	color: #1173bb;
}
.step7_final_text_price_block {
	background-color: #f0f9ff;
	padding: 30px;
}
.step7_final_text_price_block .step7_final_text_block {
	font-family: 'PointBook';
	color: #121212;
	padding-bottom: 15px;
}
.step7_final_text_price_block .step7_final_price_block {
	color: #1173bb;
	font-family: 'PointExtraBold';
	font-size: 24px;
}
.br_l {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.br_r {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.step7_autotelex_text_price_block {
	background-color: #75d96b;
	padding: 30px;
	border-radius: 10px;
	margin-left: 15px;
	max-width: 250px;
}
.step7_autotelex_text_price_block .step7_final_text_block {
	font-family: 'PointBook';
	color: #d0facc;
	padding-bottom: 15px;
}
.step7_autotelex_text_price_block .step7_final_price_block {
	color: #FFFFFF;
	font-family: 'PointExtraBold';
	font-size: 24px;
}
.right_proefrit_form {
	display: none;
    padding-top: 20px;
}
.datepicker_bg{
	background-image:url('../admin/assets/images/calender.png') !important;
	background-repeat:no-repeat;
	background-position: 95% center;
	background-size: 25px;
	padding-right: 40px;
}
.home-review .col-xl-4 {
    margin-bottom: 30px;
}
.home-review .each-review{
    margin-top: 0;
}
.home-review .each-review h5 {
    margin-right: 50px;
}
.home-review.testimonial-sec .common-btn{
    margin-top: 30px;
}
.home-review .each-review h6{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.widget-btn-area .d-none{
    display: none;
}
@media (min-width: 768px) {
  .widget-btn-area .d-md-block {
    display: block !important;
  }
}
html{
    font-size: 62.5%;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #00b341;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.6rem;
  	font-family: 'PointBold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: 'PointBold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'PointLight';
	font-size: 1.6rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #00b341;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #00b341;
  	background: #00b341;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'PointBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #00b341 !important;
}
.monthly_amount{
	cursor:pointer;
} 

h3.merk{
font-size: 16px;
line-height: 24px;
padding-top: 20px;
padding-bottom: 20px;
}

h2.merk
{
font-size: 24px;
padding-top: 20px;
padding-bottom: 20px;
}