/* @import "fonts.css";
@import "common-class.css"; */
body {
	padding: 0;
	margin: 0;
	font-family: 'PoppinsRegular';
	/* background: #d0f0ff; */
	background: #F8FBFF;
	color: #182139;
	font-size: 1.6rem;
	top: 0 !important;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
/*=======mobile-menu=======*/
#menu.mm-menu {
    background: #E9F7FF;
}
.mm-listview > li, #menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #182139;
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel{
	background: transparent;
	padding: 0 0 0 20px;
}
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next{
	background: transparent;
}
.mm-listview.mm-vertical{
	border-top: 1px solid rgba(0,0,0,.1);
}
.mm-listview.mm-vertical > li:not(.mm-divider)::after{
	left: 0;
}
.mm-vertical .mm-listview > li > a{
	padding-left: 0;
}
/*=======header=======*/
/* header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.dblock.stiky{
	position: fixed;
	top: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
header .row {
	background: #F4F7FF;
	box-shadow: 0px 3px 10px rgba(0,0,0,.1);
	border-radius: 0px 0px 32px 32px;
}
.home-header .logo{
	width: 264px;
}
header li, .footer-block li{
	font-family: 'PoppinsMedium';
	display: inline-block;
	margin-left: 4.7rem;
	letter-spacing: 0.2px;
}
header li:first-child, .footer-block li:first-child{
	margin-left: 0;
}
.contact-bar{
	background: #c6faf6;
	border-radius: 10px;
	min-width: 118px;
}
.user{
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 100%;
	overflow: hidden;
}
.user-dtl{
	font-size: 1.25rem;
	width: calc(100% - 5rem);
}
.contact-bar span.active{
	position: absolute;
	background: #00FF85;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 100%;
	top: 0;
	right: 0;
	border: 3px solid #fff;
}
.header-topbar{
	background: #e3f6ff;
}
.header-topbar li{
	font-size: 1.3rem;
	font-family: 'PoppinsRegular';
}
.header-topbar img{
	max-height: 35px;
  	max-width: 56px;
  	object-fit: contain;
}
.header-topbar li span:not(.color-txt){
	font-size: 1rem;
}
.header-topbar li .color-txt{
	color: #0bcd6f;
}
.header-topbar a:not(.flag a):hover{
	color: #182139;
	text-decoration: underline;
}
.header-topbar ul{
	white-space: nowrap;
}
.header-topbar .flag img, .mm-listview > li.flag img{
	max-height: 20px;
  	max-width: 20px;
} 
.flag a{
	margin-right: .3rem;
}
.mm-listview > li.flag{
	border-color: transparent;
}
header .dropdown-menu {
	border-radius: 10px;
	background-color: #e3f6ff;
	border: 0;
	min-width: 18rem;
	font-size: 1.4rem;
	padding: 1rem 0;
}
header .dropdown-menu a {
	padding: .5rem 1rem;
    color: #121212;
}
header .dropdown-menu a:hover {
    color: #fff;
	background-color:#FF5739;
}
header .dropdown:hover>.dropdown-menu {
	display: block;
} */
main{
	/* padding-top: 60px; */
	padding-top: 140px;
}
/*===========banner==========*/
.transparent-btn{
	background: transparent;
}
.home-banner{
	padding: 20rem 0 2rem;
	/* overflow: hidden; */
	overflow-x: clip;
	z-index: 2;
}
.home-banner .scroller .inner {
	min-height: 150px;
}
.home-banner .scroller h2 {
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.5s;
	line-height: normal;
}
.home-banner .scroller h2.active {
	max-height: 500px;
}
.home-banner .scroller h2 span:after{
	display: none;
}
.subheading:after{
	display: none;
}
.subheading{
	position: relative;
}
.subheading span{
	position: absolute;
	bottom: 13%;
	left: -1%;
	content: '';
	width: calc(100% + 2%);
	height: 35%;
	z-index: -1;
}
.home-banner h1{
	position: relative;
	display: inline-block;
}
.home-banner h1:before{
	position: absolute;
	bottom: -110px;
	right: 0;
	content: '';
	width: 110px;
	height: 110px;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
.circle-top, .circle-btm{
	position: absolute;
	z-index: -1;
}
.circle-top{
	top: -23%;
    right: -14%;
    width: 36%;
}
.circle-btm {
	left: -9%;
	bottom: -21%;
	width: 35%;
}
.banner-img{
	position: absolute;
	right: 0;
	width: 31%;
	/*bottom: 26.5%;*/
	bottom: 38%;
}
.filter{
	max-width: 1120px;
	font-family: 'PoppinsSemiBold';
}
.filter img.mw-100{
	width: 40px;
}
.model, .selection, .select-arrow{
	border: 1px solid rgba(24, 33, 57, 1);
	background: rgba(233, 247, 255, 0.7);
	overflow: hidden;
	border-radius: 10px;
}
.model{
	font-size: 1.3rem;
	height: 8rem;
	word-break: break-word;
}
.selection span{
	font-size: 5.5rem;
}
.select-arrow:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	content: '';
	background-image: url(../images/down-arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px;
	background-color: #d0f0ff;
}
.select-styl{
	border: 0;
	font-family: 'PoppinsMedium';
	font-size: 1.8rem;
	appearance: none;
	-webkit-appearance: none;
	padding: 2rem 6rem 2rem 2rem;
	background: transparent;
	color: #182139 !important;
}
.select-styl option{
	font-family: arial;
}
/*==============product===========*/
.product-block{
	background: -webkit-linear-gradient(left, #1D3066 , #3459C7);
	padding: 5% 0;
	margin-bottom: -16%;
	z-index: 1;
}
.product-block h2, .car-slider h5, .car-slider p, .car-slider td, .car-slider h6{
	color: #E9F7FF;
}
.product-block h2 span:after{
	background: #FF5739;
}
.product-block li{
	display: inline-block;
	vertical-align: middle;
	margin: 5% 3%;
}
.product-block li a:hover img.mw-100{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.car-slider table{
	/*min-height: 80px;*/
	display: block;
	height: 100px;
}
.car-slider li img.mw-100{
	max-height: 100px;
}
.car-slider img.w-100{
	border-radius: 10px;
}
.car-slider h5{
	margin: 0 0 5px;
	/*height: 54px;*/
	overflow: hidden;
	line-height: 21px;
}
.car-slider p{
	height: 24px;
  	overflow: hidden;
  	font-size: 1.4rem;
  	line-height: normal;
	margin-bottom: 2px;
}
.car-slider tr{
	font-size: 0;
}
/* .car-slider td{
	font-size: 1.2rem;
	background: #133087;
	padding: .75rem .5rem;
	border-radius: 5px;
	margin-right: .5rem;
	margin-bottom: .75rem;
	display: inline-block;
} */
/* .car-slider td.location{
	background: #C5FAF6;
	color: #182139;
} */
.location img{
	margin-top: -2px;
	margin-right: .2rem !important;
}
.car-slider h6{
	font-family: 'PoppinsSemiBold';
	font-size: 1.8rem;
	margin-top: 2.25rem;
}
.car-slider h6 span{
	color: #1a91B7;
}
.car-slider .p-3{
	border: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 13px;
}
.car-slider a:hover .p-3{
	border-color: #E9F7FF;
}
.product-block .angle-top{
	width: 25%;
}
.angle-btm{
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 20%;
}
/*============content-block==========*/
.content-block{
	padding: 20% 0 6%;
	overflow: hidden;
}
.content-block .row{
	margin-top: 7%;
}
.icon-wrap{
	max-width: 420px;
}
.icon{
	height: 174px;
}
.icon:before{
	position: absolute;
	top: 50%;
	left: 48%;
	content: '';
	width: 14rem;
	height: 14rem;
	background: #E9F7FF;
	border-radius: 20px;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.content-block p{
	opacity: .5;
	font-size: 1.8rem;
	margin-top: 2.5rem;
}
.content-block .circle-top{
	top: 0;
}
.content-block .circle-btm{
	left: -23%;
    bottom: 8%;
}
/*==========middle-block===========*/
.middle-block{
	background: -webkit-linear-gradient(left, #00FFCB , #00D4A9);
    padding: 4%;
    margin-bottom: 0%;
    margin-top: 19%;
}
.middle-block h2 span:after{
	background: #D0EFFF;
}
.middle-block h3 span:after{
	background: #D0EFFF;
}
.middle-block #accordian > div{
	background: #D0EFFF;
}
.middle-block #accordian .position-relative:before, .middle-block #accordian .position-relative:after{
	position: absolute;
	width: 40px;
	height: 40px;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	top: -7px;
}
.middle-block #accordian .position-relative:before{
	left: 0;
	background-image: url(../images/badge-check.svg);
}
.middle-block #accordian .position-relative:after {
	right: 0;
	background-image: url(../images/plus.svg);
}
.middle-block #accordian .position-relative:not(.collapsed):after{
	background-image: url(../images/minus.svg);
}
.middle-block #accordian .position-relative, .middle-block #accordian p{
	padding: 0 6.5rem;
}
.middle-block p{
	max-width: 600px;
}
.middle-block #accordian{
	max-width: 770px;
	z-index: 1;
	position: relative;
}
.car-img{
	bottom: -9%;
    position: absolute;
    width: 58%;
    right: 0;
}
.angle-top{
	position: absolute;
	top: 0;
	right: 0;
	width: 33.5%;
}
/*=============brand=============*/
.brand{
	padding: 6% 0 6%;
}
.brand h5{
	margin-top: 1rem;
}
.brand .col-md-4{
	border: 1px solid #182139;
	border-bottom: 0;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;
}
.brand .col-md-4:not(:first-child) h2 span:after, .count:after{
	display: none;
}
.brand .col-md-4:not(:first-child) h2 span{
	font-family: 'PoppinsRegular';
}
.brand .circle-btm{
	top: 0;
	bottom: auto;
}
@keyframes slide{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.logos{
	overflow: hidden;
	white-space: nowrap;
}
.logos:hover .logos-slide{
	animation-play-state: paused;
}
.logos-slide{
	display: inline-block;
	animation: 15s slide infinite linear;
}
.logos-slide img{
	max-height: 60px;
	margin: 0 6rem;
}
/*=============footer==========*/
.contact-block img.mw-100{
	margin-bottom: -1rem;
}
.contact-dtl{
	border: 1px solid #182139;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.contact-dtl:hover{
	background: #B1E5FF;
}
.contact-dtl img{
	width: 40px;
}
.contact-block h5 a{
	max-width: 220px;
	color: #182139;
}
.contact-block h5 span:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '';
	width: 20px;
	height: 18px;
	background-image: url(../images/arrow-right.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-block .circle-top {
    top: 26%;
    right: -7%;
    width: 34%;
}
footer{
	overflow: hidden;
}
.footer-block{
	background: -webkit-linear-gradient(left, #1D3066 , #3459C7);
	padding: 6% 6% 0;
}
.footer-block li a:not(:hover), .footer-block p{
	color: #E9F7FF;
}
.footer-block .informatie li{
	width: 100%;
	display: block;
	margin-left: 0;
	font-size: 1.2rem;
	margin-top: 2rem;
	line-height: .5rem;
}
.footer-block .informatie{
	white-space: nowrap;
}
.footer-block .col-lg-3{
	width: 20%;
}
.footer-menu-wrap{
	max-width: 980px;
	text-align: left;
}
.footer-block li{
	vertical-align: top;
}
.footer-block .row{
	margin-bottom: 5rem;
}
.footer-block hr{
	background-color: #fff;
	height: 2px;
	opacity: .2;
}
.footer-block p{
	margin-bottom: 0;
}
/*=============informatie============*/
.inner-header .logo{
	width: 204px;
}
.informatie-block{
	background: -webkit-linear-gradient(left, #1D3066 , #3459C7);
	padding: calc(6% + 120px) 6% 6% 6%;
	margin-bottom: -16%;
}
.informatie-block h2, .informatie-block p{
	 color: #E9F7FF;
}
.informatie-block h2 span:after{
 	background: #FF5739;
}
.informatie-block h1, .informatie-block p{
	 color: #E9F7FF;
}
.informatie-block h1 span:after{
 	background: #FF5739;
}
.informatie-block p{
	max-width: 850px;
	margin-top: 3rem;
	position: relative;
	z-index: 1;
}
.block-right{
	border: 1px solid #E9F7FF;
	max-width: 480px;
}
.block-right h5 span{
	color: #00FFCB;
}
.block-right ul{
	font-size: 0;
	position: relative;
	z-index: 1;
}
.block-right li, .pagination li{
	display: inline-block;
	vertical-align: top;
	font-family: 'PoppinsMedium';
	font-size: 1.4rem;
}
.block-right li a{
	display: inline-block;
	background: #D0EFFF;
	padding: .7rem 4.2rem;
	border-radius: 5px;
	margin-right: .6rem;
	margin-bottom: .6rem;
}
.faq-block .corner-radius{
	background: #EFF6FF;
}
.faq-block .position-relative:after{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -3px;
	content: '';
	background-image: url(../images/nxt.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.faq-block a:hover .position-relative, .faq-block a:hover{
	opacity: .85;
	color: #182139;
}
.faq-block .position-relative h5{
	padding-right: 6rem;
}
.faq-block .circle-top {
   	right: -8.5%;
	width: 44%;
}
/*=============informatie-dtl=========*/
.pagination {
	position: absolute;
	top: calc(20rem + 2.5%);
	padding-left: 6%;
}
.pagination li, .pagination li a:not(:hover){
	color: #E9F7FF;
}
.informatie-dtl p, .informatie-dtl li{
	font-size: 1.4rem;
	opacity: initial;
}
.informatie-dtl li{
	font-family: 'PoppinsSemiBold';
	margin-bottom: 2rem;
	position: relative;
	padding-left: 6rem;
}
.informatie-dtl li:before{
	position: absolute;
	width: 26px;
	height: 26px;
	top: -3px;
	left: 0;
	content: '';
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/badge-check.svg);
}
.informatie-dtl ul{
	margin: 10% 0;
}
.informatie-dtl{
	padding-left: 6%;
	padding-right: 6%;
}
.informatie-dtl .back-btn{
	letter-spacing: .4px;
}
/*============contact============*/
.contact-top p{
	max-width: 580px;
}
.contact-top .contact-dtl{
	border-color: #E9F7FF;
	background: transparent;
}
.contact-top .contact-dtl:hover {
	background: #B1E5FF;
	color: #182139;
}
.contact-top .contact-dtl:hover span {
	color: #182139;
}
.contact-top .contact-dtl h5 a, .contact-top .contact-dtl span{
	color: #E9F7FF;
	z-index: 2;
}
.contact-top .contact-dtl h5 a:hover{
	color: #00FFCB;
}
.contact-top .contact-dtl h5 span{
	padding-right: 7rem;
}
.contact-img{
	position: absolute;
	bottom: 0;
	right: 3%;
	z-index: 1;
	/*width: 17%;*/
	width: 32%;
}
.map-area{
	padding: 6%;
}
.map-area .row{
	margin-top: 6%;
}
.block1{
	background: -webkit-linear-gradient(left, #1E3067 , #3559C6);
	color: #E9F7FF;
}
.map-area p{
	margin: 2rem 0;
}
.more-btn, .more-product span{
	font-family: 'PoppinsBold';
	font-size: 1.4rem;
	color: #1a91B7;
	margin-top: 10px;
	display: block;
}
.more-btn:hover{
	color: #1a91B7;
}
.more-btn:hover, .more-product span:hover{
	text-decoration: underline;
}
.more-btn:before, .more-product span:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 100%;
	transform: translateY(-50%);
	background-color: #1a91B7;
	background-image: url(../images/plus2.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: center center;
}
.block2{
	background: #EFF6FF;
}
.block2 td p{
	margin-bottom: 0;
	line-height: 20px;
}
.block2 td span{
	color: #6A83CD;
	margin-top: 1rem;
	display: block;
}
.block2 td:not(span){
	font-family: 'PoppinsSemiBold';
}
.block2 table{
	width: 100%;
}
.team-block p{
	margin: 2rem 0 6%;
}
.team-block .swiper-slide > .corner-radius{
	background: #D0EFFF;
}
.team-block .swiper h5{
	position: relative;
	margin-bottom: .5rem;
}
/*.team-block .swiper h5:before{
	position: absolute;
	top: -3.5rem;
	left: 0;
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 100%;
	background: #00FFCB;
	background-image: url(../images/plus2.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
}*/
.team-block .swiper-button-next{
	right: -7rem;
	z-index: 0;
}
.team-slide{
	max-width: 1400px;
}
.team-slide a{
	display: block;
}
.calender-area{
	background: transparent;
	position: relative;
	z-index: 1;
}
.calender-area h2 span:after {
  	background: #01ffcb;
}
/*=========calculator=========*/
.calculator-top-block .banner-img{
	bottom: 0;
    width: 52%;
    margin-top: -6%;
}
.calculator-top-block .circle-top{
	top: auto;
    bottom: 15%;
    width: 25%;
}
.calculator-top-block .circle-btm{
	bottom: auto;
    top: -14%;
}
.range-area{
	background: #EFF6FF;
	max-width: 870px;
}
.range-area p{
	font-family: 'PoppinsMedium';
	font-size: 1.2rem;
}
/* .range-wrap{
	max-width: 700px;
	z-index: 1;
} */
.range-area .select-arrow{
	background: #E9F0F9;
	border-color: #E9F0F9;
}
.range-area .select-arrow:before{
	background-color: transparent;
}
.bar{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 7px;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: #CAE4F2;
	overflow: hidden;
}
 .bar .fill{
	display: block;
	width: 0;
	height: 100%;
	background-color: #00FFCB;
}
 .range-slider{
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	width: 100%;
	height: 16px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
}
.range-slider::-webkit-slider-thumb{
	-webkit-appearance: none;
	width: 28px;
	height: 28px;
	background-color: #00FFCB;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
}
.range-slider::-moz-range-thumb{
	width: 28px;
	height: 28px;
	background-color: #00FFCB;
	border-radius: 50%;
	border: 0;
	cursor: pointer;
}
/*===========aanbod============*/
.aanbod-product{
	padding: 77px 0 160px;
	/* background: transparent; */
	background: #F8FBFF;
	/*overflow: hidden;*/
	border-radius: 0;
}
.aanbod-product h1 {
	font-size: 6.4rem;
	line-height: 75px;
	letter-spacing: 1px;
}
.aanbod-product h1 span::after {
    bottom: 20%;
    height: 27%;
}
.aanbod-product .circle-btm{
	bottom: 10%;
	display: none;
}
.aanbod-product .circle-top {
	/*top: -10%;*/
	top: 0;
	right: 0;
    overflow-x: hidden;
	display: none;
}
.aanbod-product .circle-top > img {
	transform: translateX(50%);
}
.aanbod-car-wrap{
	max-width: 1170px;
	padding: 0 3%;
}
.aanbod-car-wrap .select-arrow{
	background: transparent;
	border: 0;
	max-width: 180px;
	width: 100%;
	margin: 0;
}
.aanbod-car-wrap .select-styl{
	font-size: 1.4rem;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.aanbod-car-wrap .select-arrow:before{
	background-color: transparent;
	background-image: url(../images/sort-amount.svg);
	background-size: 20px;
}
.aanbod-product h2, .aanbod-product h5:not(.aanbod-middle h5), .aanbod-product p, .aanbod-product h6,
.related-car .car-slider td:not(.location){
	color: #182139;
}
/* .aanbod-product .car-slider td:not(.location), .related-car .car-slider td:not(.location){
	background: #B1E4FF;
} */
.aanbod-product a:hover .p-3 {
  border-color: #182139;
}
.aanbod-filter{
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.each-filter h5{
	position: relative;
	height: auto !important;
	margin-bottom: 2rem;
	cursor: pointer;
}
.aanbod-filter .each-filter h5 {
    font-family: 'PoppinsRegular';
	display: block;
	margin-top: 2rem;
}
.each-filter h5:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '+';
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #182139;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	display: none;
}
.each-filter h5.active:after{
	content: '-';
}
/* .filter-content{
	display: none;
} */
.filter-content.show-div {
	display: block;
}
.each-filter h5:after, .aanbod-filter label, .aanbod-filter .select-styl, .aanbod-filter .default-btn, .price-btn{
	font-size: 1.4rem;
	font-family: 'PoppinsRegular';
}
.aanbod-filter label:not(.model){
	color: #000;
	/* font-family: BwModelica,Arial,sans-serif; */
	font-family: 'PoppinsRegular';
	font-size: 1.53rem;
	/* font-weight: bold; */
}
.aanbod-filter .model-name{
	font-size: 1.2rem;
}
.aanbod-filter label{
	margin-bottom: 1rem;
	display: block;
	text-transform: capitalize;
}
.aanbod-filter label:last-child {
	margin-bottom: 0;
}
.aanbod-filter .each-filter:last-child label:last-child {
	margin-bottom: 0;
}
.aanbod-filter label img{
	width: 40px;
}
.aanbod-filter label span{
	float: right;
	color: #939dac;
}
.aanbod-filter .form-check-input{
    width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 1rem;
    border-color: #182139;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid #b1bac9;
    background-color: rgba(244, 247, 255, 0.85);
}
.aanbod-filter .form-check-input:checked {
  	background-color: #182139;
  	border-color: #182139;
}
.more-filter{
	font-size: 1.4rem;
	font-family: 'PoppinsBold';
	color: #FF5739;
	display: none;
}
.aanbod-filter .select-styl{
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
	color: #54585e;
	font-family: 'PoppinsRegular';
	/* font-family: BwModelica,Arial,sans-serif; */
	font-size: 1.54rem;
}
.aanbod-filter .select-arrow:before{
	background-color: transparent;
}
.aanbod-filter .select-arrow{
	background: transparent;
	border-radius: 4px;
	border-color: rgba(0,0,0,.1);
}
.aanbod-filter .select-styl:focus, .aanbod-filter .select-styl:active {
  	border: 2px solid #b1bac9;
  	box-shadow: none;
  	outline: none !important;
}
.aanbod-filter .default-btn, .price-btn{
	font-family: 'PoppinsMedium';
	padding: 1rem 0;
	border-radius: 5px;
	border: 1px solid transparent;
}
.aanbod-filter .transparent-btn{
	background: #D0EFFF;
}
.price-btn{
	border-color: #182139;
}
.price-range{
	z-index: 1;
	height: 5px;
}
.price-range > .track{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #D0EFFF;
}
.price-range > .range{
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #00FFCB;
}
.price-range > .thumb{
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 20px;
	background-color: #00FFCB;
	border-radius: 50%;
	cursor: pointer;
}
.price-range > .thumb.left{
	left: 25%;
	transform: translate(-15px, -8px);
}
.price-range > .thumb.right{
	right: 25%;
	transform: translate(15px, -8px);
}
.multi-range-slider input[type="range"]{
	position: absolute;
	-webkit-appearance: none;
	pointer-events: none;
	z-index: 2;
	height: 10px;
	width: 100%;
	opacity: 0;
	width: calc(100% + 20px);
	left: -10px;
}
.multi-range-slider input[type="range"]::-webkit-slider-thumb{
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 0 none;
	background-color: #00FFCB;
	-webkit-appearance: none;
	cursor: pointer;
}
.multi-range-slider input[type="range"]::-moz-range-thumb{
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 0 none;
	background-color: #00FFCB;
	cursor: pointer;
}
.aanbod-middle {
	/* background: -webkit-linear-gradient(left, #1E3168 , #3458C3);
	color: #fff;
	border-radius: 10px; 
	height: calc(100% - 99px);*/
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.aanbod-middle h5 {
	color: #182139;
	line-height: 30px;
	margin-bottom: 16px;
}
.aanbod-middle h5 span {
	font-family: 'Poppins-Bold';
}
.aanbod-middle li{
    font-family: 'Poppins-Medium';
	margin: 0 0 1rem 0;
	position: relative;
	padding-left: 30px;
	display: block;
    width: 100% !important;
	color: rgba(24, 33, 57, 0.5);
	font-size: 1.4rem;
	line-height: 24px;
	margin-bottom: 20px;
}
/* .aanbod-middle li:last-child{
	margin-bottom: 0;
} */
.aanbod-middle li:before{
	position: absolute;
	width: 20px;
	height: 16px;
	content: '';
	background-image: url(../images/badge-check.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 4px;
	left: 0;
}
.aanbod-product .default-btn.w-100 {
	background-color: #00FFC8;
	padding: 13px 17px !important;
	color: #182139;
	width: auto !important;
	font-family: 'Poppins-SemiBold';
	font-size: 1.6rem;
	margin-left: 12px;
}
.car-slider .default-btn{
	padding: 2px 10px 4px;
	margin-top: 0 !important;
	display: inline-block !important;
	border-radius: 5px;
	background-color: #182139;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	color: #fff;
	font-size: 1.2rem;
	font-family: 'Poppins-SemiBold';
	line-height: 27px;
}
.more-product span:before{
	left: auto;
	right: 3rem;
}
.more-product{
	border-top: 1px solid #8BCEF0;
	margin-top: 10%;
}
.more-product span{
	font-size: 1.8rem;
	background: #d0f0ff;
	top: -14px;
	padding-left: 3rem;
	padding-right: 6rem;
}
.car-slider td {
	color: rgba(24, 33, 57, 0.5);
	font-size: 1.4rem;
	background: transparent;
	padding-right: 20px;
	display: inline-block;
}
.car-slider td:last-child {
	padding-right: 0;
}
.car-slider td.location {
	display: block;
	margin-top: 6px;
	color: #182139;
	font-size: 1.2rem;
}
.location img {
	filter: brightness(0) saturate(100%) invert(48%) sepia(21%) saturate(7112%) hue-rotate(338deg) brightness(101%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(48%) sepia(21%) saturate(7112%) hue-rotate(338deg) brightness(101%) contrast(101%);
}
/*============aanbod-dtl=============*/
.back-btn a:hover{
	color: #182139;
}
.back-btn img{
	transform: rotate(90deg);
}
.vehi-detl img{
	transform: rotate(270deg);
	margin: -3px 0 0 9px;
}
.aanbod-dtl-slider{
	padding: 40px 0 0;
	background-color: #F8FBFF;
}
.aanbod-dtl-slider .tab-pane {
	padding-bottom: 0 !important;
	margin-bottom:  0 !important;
}
.aanbod-dtl-slider .swiper-slide img.w-100, .dtl-icon-area{
	border-radius: 10px;
}
.top-heading span:after{
	display: none;
}
.top-heading td {
	font-size: 1.2rem;
	background: #B1E4FF;
	padding: .75rem 1.6rem;
	border-radius: 5px;
	margin-right: .4rem;
	margin-bottom: .75rem;
	display: inline-block;
}
.top-heading td.location {
  	background: #C5FAF6;
  	color: #182139;
}
.top-heading h6{
	margin: 1rem 0 3rem;
}
.aanbod-dtl-slider .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}
.aanbod-dtl-slider .overlay img{
	width: 20px;
	height: auto !important;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-slider .overlay, .thumb img{
	border-radius: 10px;
	overflow: hidden;
}
.aanbod-dtl-slider .thumb img {
	height: 160px;
	object-fit: cover;
}
.aanbod-dtl-slider .thumb .position-relative {
	border-radius: 5px;
	overflow: hidden;
}
.aanbod-dtl-slider .thumb .col-lg-3:last-child .position-relative::after {
	content: "";
	height: 32px;
	width: 32px;
	position: absolute;
	background-image: url(../images/dtl-thumb-plus.svg);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px;
	border: 1px solid #fff;
	transition: all 0.5s;
	border-radius: 100%;
	pointer-events: none;
	opacity: 0;
}
.aanbod-dtl-slider .thumb .col-lg-3:last-child .position-relative::before {
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
	pointer-events: none;
	opacity: 0;
}
.aanbod-dtl-slider .thumb .col-lg-3:last-child .position-relative:hover::after {
	background-color: #FF5739;
	border-color: #FF5739;
	opacity: 1;
}
.aanbod-dtl-slider .thumb .col-lg-3:last-child .position-relative:hover::before {
	opacity: 1;
}
.gallery-top .swiper-button-next, .gallery-top .swiper-button-prev {
	background: #fff;
	width: 46px;
	height: 46px;
	border-radius: 100%;
}
.gallery-top .swiper-button-next img, .gallery-top .swiper-button-prev img {
	width: 14px;
}
.location-btn.default-btn{
	background: #fff !important;
	color: #182139 !important;
}
.location-btn h6{
	font-family: 'PoppinsRegular';
	font-size: 1.6rem;
}
.location-btn h6 span{
	font-family: 'PoppinsRegular';
	font-size: 1.4rem;
}
.location-btn-wrap .default-btn{
	height: 73px;
	line-height: 73px;
}
.location-btn-wrap .default-btn table{
	margin: auto;
}
.default-btn.social-media{
	background: #00FFCB !important;
	font-size: 0;
}
.social-media a:not(.plus-icon) img{
	width: 28px;
	filter: brightness(0) invert(0);
	-webkit-filter: brightness(0) invert(0);
}
.social-media .plus-icon{
	width: 65px;
	background: #fff;
	border-radius: 10px;
}
.social-media span{
	width: calc(100% - 65px);
}
.dtl-icon-area{
	background: #EFF6FF;
}
.dtl-icon-area h6{
	font-family: 'PoppinsSemiBold';
	font-size: 1.8rem;
}
.dtl-icon-area img{
	height: 50px;
	object-fit: contain;
}
/****tab****/
.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: left top 8px;
	background-size: 6px;
	font-family: 'PoppinsMedium';
}
.kenmerken-tab ul li:nth-child(even){
	font-family: 'PoppinsMedium';
}
.kenmerken-tab ul li:nth-child(even), .block-dtls h6{
	font-family: 'PoppinsMedium';
}
.kenmerken-tab ul li:nth-child(odd), .bullet-panel li{
	padding-left: 10px;
}
.kenmerken-tab ul li:nth-child(even){
	color:#343c50;
	font-family: 'PoppinsRegular';
}
.bullet-panel li:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background-image: url(../images/bullet.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tab-heading h6{
	margin-bottom: 2.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #182139;
}
.bullet-panel li, .kenmerken-tab li{
	margin-bottom: 1rem;
	position: relative;
}
.bullet-panel li, .kenmerken-tab li, .tab_omschrijving p, .star_icon p{
	font-size: 1.45rem !important;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #366098;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 2px solid #366098;
	border-left: 0;
	padding: 15px;
}
.tab-area .nav-tabs a{
	padding: 1.3rem 3.2rem;
  	border-bottom: .4rem solid transparent;
  	cursor: default;
  	transition: all 0s;
  	-webkit-transition: all 0s;
  	color: rgba(24, 33, 57, 0.5);
}
.tab-area .nav-tabs a.active{
	border-color: #182139;
	color: #182139;
}
.tab-area .nav-tabs a h5{
	cursor: pointer;
}
.related-car h2, .related-car h5, .related-car p, .related-car h6{
	color: #182139;
}
.related-car a:hover .p-3 {
  border-color: #182139;
}
.related-car {
	background-color: #F8FBFF;
	padding: 0 0 90px;
}
.related-car .circle-btm {
	display: none;
}
.related-car h2 {
	font-size: 3.2rem;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: left;
}
.related-car .ornge-btn {
	background-color: #00FFC8;
	border-radius: 5px;
	padding: 13px 16px;
	color: #182139;
	font-size: 1.6rem;
}
.related-car .ornge-btn:hover {
	background-color: #182139;
	color: #fff;
}
.related-car .g-0.mt-5.pt-lg-5 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.related-car .car-slider td:not(.location) {
	color: rgba(24, 33, 57, 0.5);
}
.dtl-work-sec h2 {
    z-index: 1;
    position: relative;
}
/*******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;
}

.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.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}
.star_icon h6{
    margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #182139;
    text-transform: uppercase;
	display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    opacity: 0.6;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
    line-height: normal;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.cursor{
    cursor:pointer;
}
.form-1 , .form-2{
	display:none;
}
.aanbod-filter .color_box{
	width: 3.5rem;
	height: 2.5rem;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 1.5rem;
	border-color: #fff;
	box-shadow: none;
	display: inline-block;
	display: none;
}
.datepicker_bg {
	background-image: url('../images/calender.svg');
	background-repeat: no-repeat;
	background-position: 95% center;
    background-size: 25px;
}
.filter-content .datepicker_bg {
	padding: 1.2rem 2rem;
	border: 1px solid rgba(24, 33, 57, 1);
    background-color: transparent;
    border-radius: 10px;
	cursor: pointer;
}
.make_sticky {
	position: sticky;
    top: 0;
    height: calc(100vh - 115px);
    overflow-y: auto;
    top: 90px;
}
.make_sticky_onscroll {
	/* height: calc(100vh - 130px); */
    /* overflow-y: auto;
    top: 130px; */
}
/* width */
.make_sticky_onscroll::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.make_sticky_onscroll::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.make_sticky_onscroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.my-jquery-slider,
.my-js-slider{
    position: relative;
    /*max-width: 500px;*/
    margin: 7px 0 18px 0;
}
.error_top, .privacy_section{
	padding-top: 17rem;
}

.aanbod-car-wrap .select-arrow:before {
    transform: rotate(0deg);
}
.car_details_calculator_iframe {
    /*position: sticky;*/
    top: 0;
}
.contact-block .contact-link{
	cursor: pointer;
}
.abt-block p{
	max-height: 150px;
	overflow: hidden;
}

.less-btn{
	font-family: 'PoppinsBold';
	font-size: 1.4rem;
	color: #1a91B7;
	margin-top: 10px;
	display: block;
}
.less-btn:hover{
	text-decoration: underline;
	color: #1a91B7;
}
.less-btn:before{
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 17px;
	height: 17px;
	border-radius: 100%;
	transform: translateY(-50%);
	background-color: #1a91B7;
	background-image: url(../images/minus2.svg);
	background-repeat: no-repeat;
	background-size: 7px;
	background-position: center center;
}
.carrosserie_label:has(input[type="checkbox"]:checked) {
    color: #FF5739;
    border-color: #FF5739;
}
/*.tab_kenmerken, .tab_opties, .tab_omschrijving{
	max-height: 250px;
	overflow: hidden;
}*/
.calculator_main_content .calculator_heading h1 span::after, .calculator_tab_content .tab_content_each_part h3.month_choice_heading span::after {
	display: none;
}
.iframe-div .calculator_main_content{
	border-radius: 30px;
	padding-left: 10%;
	padding-right: 10%;
}
.hoeveel_calculator{
	max-width: 870px;
	margin: auto;
}
.hoeveel_calculator iframe{
	border-radius: 20px;
}
.pdf-link img {
    max-width: 18px;
}
.pdf-link a {
    color: #E9F7FF;
}
.pdf-link{
	text-align: right;
}
.pdf-link a:last-child {
    padding-left: 5px;
}

.aanb .middle-block {
    margin-bottom: 7%;
    margin-top: 2%;
}
.auto-overview-tag {
	margin-right: .5rem;
	margin-bottom: 1rem;
	padding: .5rem 1.4rem;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	color: #3c3d3f;
	border-radius: 5px;
	background: #B1E4FF;
	border: 1px solid #B1E4FF;
}
.auto-overview-tag:hover {
  	background: #fff;
	border-color: #182139;
}
.auto-overview-tag, .clear-filter{
	font-family: 'PoppinsSemiBold';
	font-size: 1.45rem;
}
.clear-filter a{
	text-decoration: underline;
}
.clear-filter button{
	background: transparent;
	border: 0;
	color: #0064ff;
}
.input_range{
	font-size: 2.6rem;
	width: 100%;
	text-align: right;
	font-family: 'PoppinsMedium';
	background: #EFF6FF;
	border: 0;
}
.maandbedrag-container .filter-content label {
	text-transform: none;
}
.team-block {
    margin-top: 4%;
}
.information-list-sec .middle-block {
	margin-top: 2%;
}
/*========error-pg===========*/
.error-content p{
	max-width: 100%;
}
.error-content{
	max-width: 700px;
}
.error-content h2 span{
	width: 94%;
}
.error-pg-img {
	width: 17%;
}
.informatie-block .col-lg-7 p a{
	color: #FF5739;
}
.informatie-block .col-lg-7 p a:hover{
	color: #fff;
}
.middle-block #accordian p a{
	color: #FF5739;
}
.middle-block #accordian p a:hover{
	color: #182139;
}
.icon-wrap p a{
	color: #FF5739;
}
.icon-wrap   p a:hover{
	color: #182139;
}
.faq-block p a:hover{
	opacity: 1;
}
.faq-block ul li a{
	color: #FF5739;
}
.faq-block   ul li a:hover{
	opacity: 1;
	color: #182139;
}
.calculator-top-block .input_range{
	background: #00FFCB;
	border-radius: 15px;
	text-align: center;
	padding: 1rem;
	position: relative;
	top: 1rem;
	max-width: 160px;
}
@keyframes cursor-blink {
	0% {
		opacity: 0;
	}
}
.range_val_h4 {
	background: #00FFCB;
	border-radius: 15px;
	text-align: center;
	padding: 1.35rem 1rem;
	position: relative;
	top: 1rem;
	max-width: 160px;
	margin-left: auto;
	font-size: 2.6rem;
}
.range_val_h4 span::after {
	content: "";
	width: 2px;
	height: 32px;
	background: #000;
	display: inline-block;
	animation: cursor-blink 1.5s steps(2) infinite;
	vertical-align: top;
}
.calsty{ 
	border: 0; 
	width: 100%; 
	height: 1060px; 
	background: transparent; 
	border-radius: 30px;
}
.auto-overview-filter-result .total_search_records img{
	display:none;
}
.aanbod-car-wrap .total_search_records img{
	max-width:85px;
}
.header-ph img{
	max-height: 25px;
}
/* .car-slider .default-btn span {
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Poppins-SemiBold';
  line-height: 27px;
} */
.loading_more_data img{
	max-width: 46px;
	margin-right: 5px;
	vertical-align: middle;
}
.active_flag {
    display:none !important;
}
#google_translate_element {
    height: 0;
    overflow: hidden;
}
.skiptranslate {
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.aanbod-image{
	overflow: hidden;
	margin-bottom: 1.5rem;
	border-radius: 10px;
	height: 21rem;
}
.aanbod-image img.w-100{
	height: 100%;
	object-fit: cover;
}
.aanbod-product .car-slider table{
	height: 80px;
}
.top-heading-for-desktop{
	display:none;
}
.location-btn-wrap .default-btn{
	font-family: 'PoppinsRegular';
}
.opties-tab-item{
	background-color: #f5f7ff;
	padding: 1.5rem;
	border-radius: 5px;
	align-items: center;
	display: flex;
	font-size: 1.4rem;
	height: 100%;
	margin-right: .75rem;
}
.opties-tab-item span{
	position: relative;
	padding-left: 3rem;
	display: -webkit-box;
  	-webkit-line-clamp: 1;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
	line-height: 1.5;
}
.opties-tab-item span:before{
	position: absolute;
	top: -1px;
	left: 0;
	width: 2.3rem;
	height: 2.3rem;
	content: '';
	background: url(../images/checked.svg) no-repeat center /18px;
}
.company.kenmerken-tab ul li:nth-child(odd){
	background-image: none;
  	padding-left: 0;
}
.company.kenmerken-tab ul li{
	margin-bottom: .8rem;
}
.tab1 .tab-heading h6 {
    margin-bottom: 1rem;
}
.auto-overview-tag .auto-overview-tag-content{
	text-transform: capitalize;
}
.home-banner .filter-content{
	display:block;
}
/****home-mark-filter******/
.search-filter-container {
	width: 100%;
	position: relative;
}
.search-filter-container .search-input {
	font-family: 'PoppinsMedium';
    font-size: 1.8rem;
    appearance: none;
    -webkit-appearance: none;
    padding: 2rem 7rem 2rem 5rem;
    color: #182139;
    border: 1px solid rgba(24, 33, 57, 0.5);
    background: rgba(233, 247, 255, 0.7);
    width: 100%;
    border-radius: 10px;
	caret-color: rgba(24, 33, 57, 0.5);
}
.search-filter-container .search-input::placeholder {
	color: rgba(24, 33, 57, 0.5);
}
.search-filter-container .search-input:focus {
	border-color: rgba(24, 33, 57, 1);
}
.search-filter-container::before {
	position: absolute;
    bottom: 1px;
    right: 1px;
    width: 60px;
    height: calc(100% - 34px);
    content: '';
    background-image: url(../images/down-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    background-color: #d0f0ff;
    border-radius: 0 10px 10px 0;
	pointer-events: none;
}
.search-filter-container .filter-content {
    position: absolute;
    width: 100%;
	border: 1px solid rgba(24, 33, 57, 1);
    background: #D0F0FF;
    border-radius: 5px;
	margin-top: 10px;
	text-align: left;
	padding: 10px 0;
	max-height: 300px;
	overflow-y: auto;
	z-index: 1;
}
.search-filter-container .filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	border-radius: 10px;
	width: 10px;
}
.search-filter-container .filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
	border-radius: 10px;
}
.search-filter-container .filter-content label {
	display: block;
	padding: 5px 10px;
	font-size: 1.3rem;
}
.search-filter-container .form-check-input {
	width: 2rem;
    height: 2rem;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 0.8rem;
    border-color: #182139;
    box-shadow: none;
    border-radius: 4px;
    border: 2px solid #b1bac9;
    background-color: rgba(244, 247, 255, 0.85);
}
.search-filter-container .form-check-input:checked {
    background-color: #0064ff;
	border-color: #0064ff;
}
.search-filter-container .no-data-message {
	padding: 0 2rem;
}
.home-banner .circle-btm {
	bottom: 0;
}
/********aanbod-new-filter*********/
.new-each-filter h5 {
    position: relative;
    height: auto;
    margin-bottom: 2rem;
    cursor: pointer;
	font-family: 'PoppinsRegular';
}
.new-each-filter h5::after {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '+';
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #182139;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	font-size: 1.4rem;
    font-family: 'PoppinsRegular';
	opacity: 0;
}
.new-each-filter h5.active:after {
    content: '-';
}
.new-each-filter .search-filter-container {
	margin-bottom: 0 !important;
}
.new-each-filter .search-filter-container .search-input {
	padding-top: 1.2rem;
    padding-bottom: 1.2rem;
	color: rgba(24, 33, 57, 0.50);
    /* font-family: BwModelica, Arial, sans-serif; */
	font-family: 'PoppinsRegular';
    font-size: 1.54rem;
	border-color: #D7DDE5;
	padding: 1.2rem 6rem 1.2rem 5rem;
    background: transparent;
	border-radius: 5px;
	margin-bottom: 15px;
}
.new-each-filter .search-filter-container .search-input:focus {
	border-color: rgba(24, 33, 57, 1);
}
.new-each-filter .search-filter-container::before {
    background-size: 13px;
    background-color: transparent;
    top: 19px;
    right: 0;
    height: 13px;
}
.new-each-filter .search-filter-container .filter-content {
	position: relative;
	padding: 0;
    background: transparent;
    border-color: #D7DDE5;
	display: block;
	padding-bottom: 0;
	padding-bottom: 0 !important;
	margin-top: 0;
	margin-bottom: 15px;
}
.new-each-filter .search-filter-container .filter-content label {
	margin-bottom: 0;
}
.new-each-filter .search-filter-container .no-data-message {
	padding: 1px;
	color: #54585e;
    font-family: BwModelica, Arial, sans-serif;
}
.new-filter-content{
	display:none;
	padding-bottom: 0 !important;
}
.new-each-filter .show-div{
	display:block;
}
.new-each-filter .search-filter-container.readonly-field::after {
	opacity: 0;
}
.new-each-filter .search-filter-container.readonly-field .search-input {
	padding-left: 2rem;
}
.home-banner .search-filter-container label span{
	float:right;
}
.home-banner .each-filter h5 {
	text-align: left;
	cursor: default;
	margin-bottom: 1rem;
}
.home-banner .each-filter h5:after {
	opacity: 0;
}
.search-filter-container::after {
    position: absolute;
    bottom: 1px;
    left: 1px;
    width: 50px;
    height: calc(100% - 34px);
    content: '';
    background-image: url(../images/search-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    pointer-events: none;
}
.new-each-filter .search-filter-container::after {
	height: 49px;
    top: 1px;
    bottom: auto;
}
.home-banner .selection {
    height: calc(100% - 30px);
}

.aanbod-filter .new-each-filter, 
.aanbod-filter .each-filter  {
	margin-bottom: 10px !important;
}
.dtl-calculator-wrap .calsty {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}








/*===============================MORGENLEASE VERSION 2 DESIGN================================*/
.formError {
	z-index: 1 !important;
}
.new-home main {
	margin-top: 143px;
	padding-top: 0;
}
.new-home {
	color: rgba(22, 33, 59, 0.5);
    font-family: 'Poppins-Medium';
    font-size: 1.4rem;
	background-color: #F8FBFF;
}
/***header-area***/
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	background-color: #F8FBFF;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.header-active .header-info {
	position: absolute;
	top: -100%;
}
.header-top {
	padding: 15px 0;
}
.header-logo img {
	width: 250px;
}
.header-right {
	display: flex;
	align-items: center;
	justify-content: end;
}
.header-btn {
	margin-left: 43px;
}
.header-btn img {
	width: 23px;
	height: 23px;
	border-radius: 7px;
	margin-left: 12px;
	object-fit: cover;
	object-position: top;
}
.header-btn .common-btn {
	font-family: 'Poppins-SemiBold';
    font-size: 1.6rem;
    display: inline-block;
    border: 1px solid #00FFC8;
    border-radius: 10px;
    background-color: #00FFC8;
    color: #182139;
    line-height: normal;
    letter-spacing: 0.48px;
	padding: 10px 14px;
    cursor: pointer;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-btn .common-btn:hover {
    color: #fff;
    background-color: #182139;
    border-color: #182139;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-info {
	background-color: #fff;
	padding: 22px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-info-wrap {
	display: flex;
	column-gap: 20px;
	align-items: center;
	justify-content: center;
}
.header-usp {
	/* max-width: 970px; */
	max-width: 86%;
}
.header-usp .swiper-slide {
	width: auto;
}
/* .each-header-usp {
	text-align: center;
} */
.each-header-usp {
	color: #16213B;
	font-family: 'Poppins-Medium';
	font-size: 1.4rem;
	line-height: 19px;
	position: relative;
	padding-left: 20px;
	display: inline-block;
	cursor: default;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-header-usp::after {
	content: "";
	height: 13px;
	width: 13px;
	top: 3px;
	left: 0;
	position: absolute;
	background-image: url(../images/green-tick.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px;
}
.each-header-usp b {
	font-weight: normal;
	font-family: 'Poppins-Bold';
}
.each-header-usp:hover {
	text-decoration: underline;
	text-underline-position: under;
}
.header-call img {
	margin-right: 7px;
}
.header-call a {
	text-decoration: underline;
	text-underline-position: under;
	font-family: 'Poppins-Medium';
}
.header-call a:hover {
	text-decoration: underline;
}
.header-nav > ul {
	display: flex;
	column-gap: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav .dropdown > a {
	position: relative;
	padding-right: 18px;
	padding-bottom: 20px;
}
.header-nav .dropdown > a::before {
	content: "";
	height: 12px;
	width: 10px;
	position: absolute;
	right: 0;
	top: 5px;
	background-image: url(../images/header-d-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px;
}
.header-nav .dropdown-menu {
	border-radius: 10px;
	background-color: #FFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	min-width: 502px;
	padding: 27px 10px; 
	border: 0;
	display: block;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);	
	opacity: 0;
	pointer-events: none;
	max-height: 500px;
	overflow-y: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-nav .dropdown-menu::-webkit-scrollbar {
	display: none;
}
.header-nav .dropdown:hover .dropdown-menu {
	pointer-events: all;
	opacity: 1;
	top: 40px;
}
.header-nav .dropdown-toggle::after {
	display: none;
}
.header-nav .dropdown-menu h5 {
	color: rgba(22, 33, 59, 0.5);
    font-family: 'Poppins-Regular';
	line-height: normal;
	margin-bottom: 15px;
}
.header-nav .dropdown-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.header-nav .dropdown-menu li a {
	border-radius: 10px;
	background-color: #fff;
	color: #16213B;
    font-family: 'Poppins-Bold';
	font-size: 1.6rem;
	line-height: 21px; 
	display: block;
	padding: 15px 20px;
}
.header-nav .dropdown-menu li a strong {
	font-weight: normal;
	color: #16213B;
    font-family: 'Poppins-Regular';
	font-size: 1.2rem;
	line-height: 16px;
	display: block;
}
.header-nav .dropdown-menu li a:hover {
	background-color: #F6F8FC;
}
.header-nav .faq-dropdown .dropdown-menu {
	min-width: 256px;
}
.mobile-menu {
	display: none;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
}
.menu-bar {
    position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
    max-width: 24px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #182139;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.menu-bar-active  div {
    transform: scale(0);
}
.menu-bar.menu-bar-active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.menu-bar-active:after {
    transform: translateY(-8px) rotate(-135deg);
}
/****banner-sec***/
.banner-sec {
	overflow: hidden;
	position: relative;
}
.banner-video, .each-banner {
	height: 534px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.new-home .banner-img {
    border-radius: 0 0 0 1000px;
    overflow: hidden;
	width: 100%;
	position: relative;
	bottom: 0;
	max-width: calc(100% - 50px);
    margin-left: auto;
}
.banner-text {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.banner-sec h1 strong {
    /* display:none;                */
    white-space:nowrap;         
    /* border-right:0.08em solid;    */
	position: relative;
	padding-right: 10px;
}
/* @keyframes caret{
    50% {
        border-color:transparent
    }
} */
.banner-sec h1 u {
	text-decoration: none;
}
.banner-sec h1 strong::before {
	align-self: center;
	content: "|";
	transition: 0.05s;
	animation: blink 1.5s infinite;
	position: absolute;
    right: -6px;
	font-family: 'Poppins-Regular';
}
@keyframes blink {
	0%, 50%, 100% {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}
/*****home-filter-sec*****/
.home-filter-sec {
	position: relative;
	margin-top: -145px;
	z-index: 1;
}
/****tab-filter****/
.tab-filter {
	margin-bottom: 40px;
}
.tab-filter-btn .nav-tabs {
	border: 0;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
}
.tab-filter-btn .nav-tabs .nav-link {
	border: 1px solid rgba(0, 22, 33, 0.05);
	background-color: #F6F8FC;
	color: rgba(18, 18, 18, 0.75);
	font-size: 1.6rem;
    font-family: 'Poppins-Medium';
	line-height: normal;
	border-radius: 0;
	padding: 17px 28px;
	height: 100%;
}
.tab-filter-btn .nav-tabs .nav-item:first-child .nav-link {
	border-top-left-radius: 10px;
}
.tab-filter-btn .nav-tabs .nav-item:last-child .nav-link {
	border-top-right-radius: 10px;
}
.tab-filter-btn .nav-tabs .nav-link img {
	opacity: 0.75;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-filter-btn .nav-tabs .nav-link.active {
	color: #121212;
	background-color: #FDFDFD;
	border-color: #fff;
}
.tab-filter-btn .nav-tabs .nav-link.active img {
	opacity: 1;
}
.tab-filter .tab-content {
	border-radius: 0px 10px 10px 10px;
	background-color: #FDFDFD;
	padding: 30px;
	filter: drop-shadow(0px 23px 20px rgba(0, 0, 0, 0.05));
}
.each-filter h5 {
	display: none;
}
.tab-filter h3 {
	margin-bottom: 15px;
}
.home-filter-sec .search-filter-container {
	position: relative;
}
.home-filter-sec .search-filter-container::before,
.home-filter-sec .search-filter-container::after {
	display: none;
}
.home-filter-sec .search-filter-container .filter-content {
	display: block;
}
.home-filter-sec .search-filter-container .search-input {
	font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    padding: 12px 40px 12px 15px;
    color: #16213B;
    border: 1px solid rgba(0, 22, 33, 0.05);
    width: 100%;
    border-radius: 5px;
    caret-color: #16213B;
	background: url(../images/filter-arrow.svg) #F6F8FC no-repeat 91% center/12px;
}
.home-filter-sec .search-filter-container .filter-content {
    position: absolute;
    width: 100%;
    border: 1px solid rgba(0, 22, 33, 0.05);
    background: #F6F8FC;
    border-radius: 5px;
    margin-top: 10px;
    text-align: left;
    padding: 10px 0;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.home-filter-sec .search-filter-container .filter-content label {
    display: block;
    padding: 5px 10px;
    font-size: 1.3rem;
	color: #16213B;
}
.home-filter-sec .search-filter-container .form-check-input {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #16213B;
    background-color: #F6F8FC;
}
.home-filter-sec .search-filter-container .form-check-input:checked {
    background-color: #16213B;
    border-color: #16213B;
}
.home-filter-sec .search-filter-container label span {
    float: right;
}
.home-filter-sec .search-filter-container .search-input::placeholder {
	color: #16213B;
}
.home-filter-sec .search-filter-container .search-input::-moz-placeholder {
	color: #16213B;
}
.home-filter-sec .search-filter-container .no-data-message {
	padding: 0 15px;
}
.tab-filter .common-btn {
	border-radius: 5px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.search-filter-container.disable-model {
	pointer-events: none;
    opacity: 0.7;
}
.home-filter-sec .kenteken_input {
	background: transparent;
	background-color: #fccc00 !important;
	border: none;
	border-radius: 5px;
	font-size: 1.6rem;
	resize: none;
	color: #182139;
	padding: 13px 20px 13px 50px;
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Poppins-SemiBold';
	letter-spacing: 0.48px;
}
.home-filter-sec .kenteken_input::placeholder {
	color: #182139;
}
.home-filter-sec .switch_input_main_div {
	margin-bottom: 8px;
}
.home-filter-sec .switch_input_main_div .switch_input {
	display: none;
}
.home-filter-sec .switch_input_main_div .switch-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.home-filter-sec .switch_input_main_div input.switch_input:checked ~ .switch-checkbox {
	background: #00FFCB;
	position: relative;
}
.home-filter-sec .switch_input_main_div input.switch_input:checked ~ .switch-checkbox:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 2px;
	width: 6px;
	height: 11px;
	border: solid #182139;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.home-filter-sec input.kenteken_input:-webkit-autofill, 
.home-filter-sec input.kenteken_input:-webkit-autofill:hover, 
.home-filter-sec input.kenteken_input:-webkit-autofill:focus, 
.home-filter-sec input.kenteken_input:-webkit-autofill:active, 
.home-filter-sec input.kenteken_input:-internal-autofill-selected {
	background: transparent;
	background-color: #F9CE31 !important;
}
@media (max-width: 1199.98px) {
	.home-filter-sec .kenteken_input {
		font-size: 1.7rem;
		padding: 1.35rem 2rem 1.35rem 5rem;
	}
	.home-filter-sec .merk_select {
		font-size: 1.5rem;
		padding: 1.4rem 2rem 1.4rem 1rem;
	} 
}
.home-filter-sec .bar {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 7px;
	width: 100%;
	height: 3px;
	border-radius: 5px;
	background: #16213B;
	overflow: hidden;
}
.home-filter-sec .bar .fill {
	display: block;
	width: 0;
	height: 100%;
	background-color: #16213B;
}
.home-filter-sec .range-slider {
	position: relative;
	z-index: 2;
	-webkit-appearance: none;
	width: 100%;
	height: 16px;
	border-radius: 5px;
	outline: none;
	background-color: transparent;
}
.home-filter-sec .range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
	background-color: #16213B;
	border-radius: 100%;
	border: 0;
	cursor: pointer;
}
.home-filter-sec .range-slider::-moz-range-thumb {
	width: 17px;
	height: 17px;
	background-color: #16213B;
	border-radius: 100%;
	border: 0;
	cursor: pointer;
}
.home-filter-sec .range-outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home-filter-sec .range-slider-wrap {
    width: calc(100% - 150px);
}
.home-filter-sec .range-input {
	width: 130px;
}
.tab-filter .input_range {
	border-radius: 5px;
	border: 1px solid rgba(0, 22, 33, 0.05);
	background-color: #F6F8FC;
	text-align: center;
	padding: 12px 15px;
	width: 100%;
	display: block;
	margin-left: auto;
	font-size: 1.6rem;
	letter-spacing: 0.48px;
	line-height: normal;
	font-family: 'Poppins-Regular';
}
@keyframes cursor-blink {
	0% {
		opacity: 0;
	}
}
.home-filter-sec .range_val_h4 {
	border-radius: 5px;
	border: 1px solid rgba(0, 22, 33, 0.05);
	background-color: #F6F8FC;
	text-align: center;
	padding: 12px 15px;
	width: 100%;
	margin-left: auto;
	font-size: 1.6rem;
	letter-spacing: 0.48px;
	line-height: normal;
	font-family: 'Poppins-Regular';
	display: block;
	color: #182139;
	top: 0;
}
.home-filter-sec .range_val_h4 span::after {
	content: "";
	width: 2px;
	height: 25px;
	background: rgba(0, 22, 33, 0.05);
	display: inline-block;
	animation: cursor-blink 1.5s steps(2) infinite;
	vertical-align: top;
}
.home-filter-sec .switch_input_main_div .switch-checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 8px;
	border-radius: 5px;
	border: 1px solid rgba(0, 22, 33, 0.75);
	background-color: #FDFDFD;
    cursor: pointer;
}
.home-filter-sec .switch_input_main_div input.switch_input:checked ~ .switch-checkbox {
    background-color: #00FFC8;
    position: relative;
	border-color: rgba(22, 33, 59, 0.1);
}
.home-filter-sec .switch_input_main_div .switch-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	color: rgba(18, 18, 18, 0.75);
	font-family: 'Poppins-Medium';
	font-size: 1.4rem;
	line-height: 24px;
}
.kenteken-outer {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}
.kenteken-right {
	max-width: 440px;
	width: 100%;
	margin-left: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenteken-wrap {
    width: 214px;
}
.lease-hidden-filter {
	margin-top: 15px;
}
.lease-hidden-filter .select-styl {
	font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    padding: 12px 15px;
    color: #16213B !important;
    border: 1px solid rgba(0, 22, 33, 0.05);
    width: 100%;
    border-radius: 5px;
    caret-color: #16213B;
    background: url(../images/filter-arrow.svg) #F6F8FC no-repeat 91% center / 12px;
	appearance: none;
    -webkit-appearance: none;
}
.lease-hidden-filter .select-styl.disable-model {
    pointer-events: none;
    opacity: 0.7;
}
.lease-hidden-filter .select-arrow {
	border: 0;
    background: transparent;
    border-radius: 5px;
}
.lease-hidden-filter .select-arrow::before {
	display: none;
}
.kenteken-right-full {
	max-width: 100%;
}
/*****bodywork-filter****/
.bodywork-filter-heading h5 {
	margin-bottom: 19px;
	color: #121212;
    font-family: 'Poppins-Medium';
}
.bodywork-filter .col-lg-3 {
	width: 20%;
}
.each-bodywork-car {
	border-radius: 10px;
	background-color: #fff;
	padding: 30px 20px 20px;
	min-height: 192px;
	height: 100%;
	border: 1px solid #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-bodywork-car-img {
	max-width: 150px;
	width: 100%;
	height: 80px;
	margin: 0 auto 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-bodywork-car-img img {
	height: 100%;
	object-fit: scale-down;
}
.each-bodywork-car-text h5 {
	margin-bottom: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-bodywork-car:hover {
	border-color: #FF5739;
}
.each-bodywork-car:hover .each-bodywork-car-text h5 {
	color: #FF5739;
}
.each-bodywork-car:hover .each-bodywork-car-img {
	transform: scale(1.1);
}
.more-bodywork h6 {
	color: #16213B;
    font-family: 'Poppins-Regular';
	font-size: 1.4rem;
	line-height: 19px; 
}
.more-bodywork h6 strong {
	color: #FF5739;
	font-family: 'Poppins-SemiBold';
	display: block;
	font-weight: normal;
	text-decoration: underline;
	text-underline-position: under;
}
.more-bodywork a:hover {
	color: #16213B;
}
.more-bodywork {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.sec-mark {
	position: absolute;
	pointer-events: none;
	z-index: -1;
}
.home-filter-sec .sec-mark {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
/***how-work-sec****/
.how-work-sec {
	padding: 90px 0 80px;
	background-color: #F8FBFF;
}
.how-work-sec h2 {
	margin-bottom: 50px;
	position: relative;
}
.each-how-work {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	height: 100%;
	min-height: 351px;
}
.each-how-work-text {
	position: absolute;
	padding: 25px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.each-how-work-hover {
	position: absolute;
	padding: 25px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.50);
	backdrop-filter: blur(7.5px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-how-work:hover .each-how-work-hover {
	opacity: 1;
	pointer-events: all;
}
.each-how-work h5 {
	color: #fff;
	font-family: 'Poppins-Medium';
}
.each-how-work h3 {
	color: #fff;
	font-family: 'Poppins-SemiBold';
}
.each-how-work-hover p {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Poppins-Light';
	margin: 22px 0 26px;
	font-size: 1.6rem;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-how-work-hover h3 strong {
	font-weight: normal;
	display: none;
}
.each-how-work-hover .common-btn {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	width: 100%;
}
.each-how-work-hover .common-btn:hover {
	background-color: #fff;
	color: #121212;
}
.each-how-work-img {
	height: 100%;
}
.each-how-work-img img {
	height: 100%;
	object-fit: cover;
	object-position: bottom left;
}
.how-work-black {
	background-color: #182139;
}
.how-work-blue {
	background-color: #2D53C7;
}
.how-work-green {
	background-color: #00FFC8;
}
.how-work-skyblue {
	background-color: #A4E5FF;
}
.how-work-green .each-how-work-text h5,
.how-work-green .each-how-work-text h3,
.how-work-skyblue .each-how-work-text h5,
.how-work-skyblue .each-how-work-text h3 {
	color: #182139;
}
/***********partner-marquee************/
.partner-marquee-outer {
    overflow: hidden;
	position: relative;
}
.partner-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 75px;
}
.partner-marquee-wrap ul {
	display: flex;
	gap: 75px; 
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}
.partner-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
}
.partner-marquee-wrap li img {
	width: 100px;
}
.partner-marquee-outer::before,
.partner-marquee-outer::after {
	content: "";
	background: linear-gradient(270deg, rgba(248, 251, 255, 0.00) 0%, #F8FBFF 100%);
	height: 100%;
	width: 136px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.partner-marquee-outer::after {
	left: auto;
	right: 0;
	background: linear-gradient(90deg, rgba(248, 251, 255, 0.00) 0%, #F8FBFF 100%);
}
/***faq-sec***/
.faq-sec {
	padding: 90px 0;
	position: relative;
}
.faq-sec h2 {
	margin-bottom: 40px;
}
.each-faq {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding: 20px;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-faq h5 {
	margin-top: 14px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-faq p {
	margin: 7px 0 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-faq img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-faq:hover {
	background-color: #FF5739;
}
.each-faq:hover h5 {
	color: #fff;
}
.each-faq:hover p {
	color: #fff;
}
.each-faq:hover img {
	filter: invert(1) brightness(10);
}
.more-faq {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}
.more-faq p {
	margin-bottom: 11px;
}
.more-faq h5 {
	margin-top: 0;
}
.more-faq:hover {
	background-color: transparent;
}
.more-faq:hover h5 {
	color: #16213B;
}
.more-faq:hover p {
	color: rgba(22, 33, 59, 0.5);
}
.more-faq-mob h6 {
    color: #16213B;
    font-family: 'Poppins-Regular';
    font-size: 1.4rem;
	line-height: 18px;
}
.more-faq-mob h6 strong {
	color: #FF5739;
    font-family: 'Poppins-SemiBold';
    display: block;
    font-weight: normal;
    text-decoration: underline;
    text-underline-position: under;
}
.more-faq-mob a:hover {
	color: #16213B;
}
.faq-main .row {
	row-gap: 40px;
	margin: 0 -20px;
}
.faq-main .col-lg-4 {
	padding: 0 20px;
}
.faq-sec .sec-mark {
	right: 0;
	top: 25%;
}
/****blog-sec****/
.blog-sec {
	position: relative;
}
.blog-sec h2 {
	margin-bottom: 48px;
}
.each-blog-img {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
	height: 228px;
}
.each-blog-img img {
	height: 100%;
	object-fit: cover;
}
.each-blog-text h6 {
	margin-bottom: 9px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-blog-text h5 {
	font-family: 'Poppins-SemiBold';
}
.each-blog:hover .each-blog-text h6 {
	color: #FF5739;
}
.blog-slider {
	position: relative;
}
.blog-sec .sec-mark {
	left: 0;
	top: 70px;
}
/****all-car-sec****/
.all-car-sec {
	padding: 90px 0 147px;
	position: relative;
}
.all-car-sec h2 {
	margin-bottom: 48px;
}
.each-popular-car {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 10px;
	overflow: hidden;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-popular-car:hover {
	border-color: #FF5739;
}
.each-popular-car-img {
    min-width: 88px;
    max-width: 88px;
    height: 62px;
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.each-popular-car-img img {
	height: 100%;
	object-fit: cover;
}
.each-popular-car-text h5 {
	font-family: 'Poppins-SemiBold';
	margin-bottom: 6px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-popular-car-text h6 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.popular-car {
	margin-bottom: 40px;
}
.popular-car .row {
	row-gap: 10px;
	margin: 0 -20px;
}
.popular-car .col-lg-4 {
	padding: 0 20px;
}
.all-car-sec .sec-mark {
	right: 0;
	bottom: 0;
}
.others-car .row {
	row-gap: 50px;
	margin: 0 -20px;
}
.others-car .col-lg-4 {
	padding: 0 20px;
}
.each-others-car h5 {
	color: #FF5739;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 9px;
}
.each-others-car h5 a {
	color: #FF5739;
}
.each-others-car h5 a:hover {
	color: #16213B;
}
.each-others-car ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}
.each-others-car li {
	color: rgba(24, 33, 57, 0.50);
	font-family: 'Poppins-Medium';
	font-size: 1.4rem;
	line-height: 9px;
}
.each-others-car li a {
	color: rgba(24, 33, 57, 0.50);
}
.each-others-car li a:hover {
	color: #16213B;
}
/*****footer-area****/
.footer-area {
	padding: 50px 0 95px;
	background-color: #16213B;
}
.footer-wrap {
	margin: 0 -94px;
}
.footer-logo img {
	width: 329px;
}
.footer-info {
	display: flex;
	column-gap: 20px;
	max-width: 730px;
	width: 100%;
	margin-left: auto;
	justify-content: space-between;
}
.each-footer-info h5 {
	font-family: 'Inter-Regular';
	color: rgba(241, 244, 247, 0.40);
	letter-spacing: 0.16px;
	margin-bottom: 11px;
}
.each-footer-info p {
	color: #fff;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Inter-Regular';
}
.each-footer-info p a {
	color: #fff;
}
.each-footer-info p a:hover {
	color: #FF5739;
}
.footer-nav {
    width: 250px;
}
.footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
}
.footer-nav li {
	font-size: 1.4rem;
	font-family: 'Poppins-Regular';
	letter-spacing: 0.14px;
	line-height: 24px;
	width: 49%;
}
.footer-nav li a {
	color: #fff;
}
.footer-partner ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 13px;
}
.footer-partner li img {
	width: 90px;
	border-radius: 5px;
}
.footer-social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 13px;
	justify-content: end;
}
.footer-social li a {
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.3;
}
.footer-social li a:hover {
	border-color: #00FFC8;
	opacity: 1;
}
.footer-social li a:hover img {
	filter: brightness(0) saturate(100%) invert(75%) sepia(90%) saturate(703%) hue-rotate(101deg) brightness(101%) contrast(101%);
}
.footer-mid {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 68px;
	margin-top: 51px;
}
/****morgeninternet-footer ***/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}
.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.morgeninternet-footer:hover {
    background: #202020;
}
.color-minute{
	color:#2AD7A0;
	font-size: .9rem;
	top: -1px;
	position: relative;
}
.readonly-field .search-input  {
	pointer-events: stroke;
	caret-color: transparent !important;
	cursor: default;
}
/*====================================blog-list pages start==============================================*/
.blog-list-sec {
	padding: 90px 0;
}
.blog-list-heading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.blog-list-heading h2 {
	position: relative;
	z-index: 1;
}
.blog-list-sec .each-blog-img {
	margin-bottom: 20px;
}
.blog-list-sec .each-blog-text h5 {
	color: #182139;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.blog-list-sec hr {
	background-color: rgba(0, 0, 0, 0.10);
	opacity: 1;
	margin: 40px 0;
}
.blog-list-sec .col-lg-7 {
	width: 71%;
}
.blog-list-sec .col-lg-5 {
	width: 29%;
}
/****blog-pagination***/
.blog-pagination {
	margin-top: 40px;
	text-align: center;
}
.blog-pagination ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-pagination li a {
	border: 1px solid #E1E1E1;
	color: #182139;
	text-align: center;
	font-family: 'Poppins-SemiBold';
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.48px;
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.blog-pagination li a:hover,
.blog-pagination li.active a {
	background-color: #00FFC8;
	backdrop-filter: blur(2px);
	color: #182139;
	border-color: #00FFC8;
}
.blog-pagination h5 {
	margin-top: 10px;
	font-family: 'Poppins-SemiBold';
}
/*****blog-pg-nav***/
.blog-pg-nav {
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 40px;
	max-width: 304px;
	width: 100%;
	margin-left: auto;
	position: sticky;
    top: 125px;
    right: 0;
}
.blog-pg-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-pg-nav li {
	margin-bottom: 10px;
	color: rgba(24, 33, 57, 0.5);
	font-family: 'Poppins-Medium';
	font-size: 1.4rem;
	line-height: 24px; 
	position: relative;
	padding-left: 25px;
}
.blog-pg-nav li::after {
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	background-image: url(../images/blog-tick.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px;
}
.blog-pg-nav li:last-child {
	margin-bottom: 0;
}
.blog-pg-nav li a {
	color: rgba(24, 33, 57, 0.5);
}
.blog-pg-nav li a:hover {
	color: rgba(24, 33, 57, 1);
}
.blog-pg-nav h5 {
	color: #182139;
	line-height: 30px;
	margin-bottom: 15px;
}
/*====================================blog-dtl pages start==============================================*/
/***blog-dtl-bk-btn***/
.blog-dtl-bk-btn{
	padding-top: 60px;
}
/****blog-dtl-sec*****/
.blog-dtl-sec {
	padding: 60px 0 80px;
}
.blog-dtl-sec .col-lg-7 {
	width: 65%;
}
.blog-dtl-sec .col-lg-5 {
	width: 35%;
}
.blog-dtl-main h2 {
	font-family: 'Poppins-Bold';
    line-height: 48px;
}
.blog-dtl-main h6 {
    color: rgba(24, 33, 57, 0.5);
	margin: 12px 0 60px;
}
.blog-dtl-main img {
	border-radius: 10px;
	margin-bottom: 60px;
}
.blog-dtl-main h3 {
    color: #182139;
	font-family: 'Poppins-SemiBold';
	margin-bottom: 24px;
}
.blog-dtl-main p {
	font-size: 1.6rem;
	line-height: 24px;
	margin-bottom: 70px;
}
.blog-dtl-main p:last-child {
	margin-bottom: 0;
}
/*====================================offerte-vergelijken pages start==============================================*/
/***quote-comparison-banner****/
.quote-comparison-banner h1 strong {
	padding-right: 0;
}
.quote-comparison-banner h1 strong::before {
	display: none;
}
/***quote-comparison-sec*****/
.quote-comparison-sec {
	padding-bottom: 50px;
	position: relative;
	background-color: transparent;
}
.quote-comparison-sec .sec-mark {
    top: 50%;
    left: 0;
	transform: translateY(-50%);
	width: 8%;
	z-index: 1;
}
.quote-comparison-sec .container {
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.quote-comparison-heading h5 {
	color: #121212;
	font-family: 'Poppins-Medium';
	font-size: 1.6rem;
	line-height: normal;
	border-radius: 10px 10px 0px 0px;
	background-color: #FDFDFD;
	padding: 23px 30px;
	display: inline-block;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
}
.quote-comparison-heading h5 img {
	margin-right: 10px;
	margin-top: -2px;
}
.quote-comparison-main {
	background-color:#FDFDFD;
	border-radius: 0 10px 10px 10px;
	padding: 30px;
	filter: drop-shadow(0px 23px 20px rgba(0, 0, 0, 0.05));
	min-height: 728px;
}
.quote-comparison-main .form-group {
    margin-bottom: 13px;
}
.quote-comparison-main .form-style {
	resize: none;
    border-radius: 5px;
    color: #16213B;
	font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding: 12px 15px;
	border: 1px solid rgba(0, 22, 33, 0.05);
	background-color: #F6F8FC;
}
.quote-comparison-main .form-style:placeholder {
	color: #16213B;
}
.quote-comparison-main .form-style:-ms-input-placeholder {
	color: #16213B;
}
.quote-comparison-main .form-style::placeholder {
	color: #16213B;
}
.quote-comparison-main .form-style:focus {
    box-shadow: none;
    color: #16213B;
	background-color: #F6F8FC;
	border: 1px solid rgba(0, 22, 33, 0.05);
}
.quote-comparison-main .common-btn {
	border-radius: 5px;
}
.quote-comparison-main p {
	color: #182139;
	margin: 30px 0;
	font-size: 1.6rem;
	font-family: 'Poppins-Regular';
	line-height: 24px;
}
.quote-comparison-main p strong {
	font-family: 'Poppins-Bold';
}
.quote-comparison-content {
	max-width: 813px;
	width: 100%;
}
.quote-comparison-form {
	max-width: 660px;
	width: 100%;
}
.quote-comparison-thank-you img {
	margin-top: 112px;
	width: 213px;
}
/****custom-upload-btn******/
#custom-upload {
	border: 1px dashed rgba(40, 114, 151, 0.75);
	background-color: #F6F8FC;
	padding: 50px;
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	font-family: 'Poppins-Regular';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
#custom-upload:hover {
	background-color: #ecf1fa;
}
#custom-upload img {
	width: 70px;
}
#custom-upload p {
	color: #848486;
	text-align: center;
	font-family: 'Poppins-Regular';
	font-size: 2rem;
	line-height: normal;
	margin: 12px 0 0;
}
#file-input {
	display: none;
}
#file-preview {
	margin-top: 15px;
}
.file-item {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	background-color: #F6F8FC;
	border: 1px solid #e6edfa;
	padding: 8px;
	border-radius: 6px;
}
.file-item img {
	width: 40px;
	margin-right: 10px;
}
.delete-btn {
	margin-left: auto;
	cursor: pointer;
	color: red;
	font-size: 1.6rem;
}
/*==========================================Hoeveel kan ik lenen page start=============================================*/
/***borrow-banner****/
.borrow-banner h1 strong {
	padding-right: 0;
}
.borrow-banner h1 strong::before {
	display: none;
}
/***borrow-sec*****/
.borrow-sec {
	padding-bottom: 50px;
	position: relative;
	background-color: transparent;
}
.borrow-sec .sec-mark {
    top: 0;
    left: 0;
	width: 8%;
	z-index: 1;
}
.borrow-sec .container {
    margin-top: -150px;
    position: relative;
    z-index: 2;
}
.borrow-heading h5 {
	color: #121212;
	font-family: 'Poppins-Medium';
	font-size: 1.6rem;
	line-height: normal;
	border-radius: 10px 10px 0px 0px;
	background-color: #FDFDFD;
	padding: 23px 30px;
	display: inline-block;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.05));
}
.borrow-heading h5 img {
	margin-right: 10px;
	margin-top: -2px;
}
.borrow-main {
	background-color:#FDFDFD;
	border-radius: 0 10px 10px 10px;
	padding: 30px;
	filter: drop-shadow(0px 23px 20px rgba(0, 0, 0, 0.05));
	min-height: 855px;
}
.each-borrow-filter  h5 {
	font-family: 'Poppins-Regular';
}
.each-borrow-filter {
	margin-bottom: 20px;
}
.borrow-main .form-style {
	resize: none;
    border-radius: 5px;
    color: #16213B;
	font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding: 13px 27px;
	border: 1px solid rgba(0, 22, 33, 0.05);
	background-color: #F6F8FC;
	width: 100%;
}
.borrow-main .form-style:placeholder {
	color: rgba(22, 33, 59, 0.50);
}
.borrow-main .form-style:-ms-input-placeholder {
	color: rgba(22, 33, 59, 0.50);
}
.borrow-main .form-style::placeholder {
	color: rgba(22, 33, 59, 0.50);
}
.borrow-main .form-style:focus {
    box-shadow: none;
    color: #16213B;
	background-color: #F6F8FC;
	border: 1px solid rgba(0, 22, 33, 0.05);
}
.borrow-main .common-btn {
	border-radius: 5px;
}
.borrow-main p {
	color: #182139;
	margin: 30px 0;
	font-family: 'Poppins-Regular';
	font-size: 1.6rem;
	line-height: 24px;
}
.borrow-main p strong {
	font-family: 'Poppins-Bold';
}
.borrow-filter .select-style {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(0, 22, 33, 0.05);
    height: 50px;
    line-height: 50px;
	font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/header-d-arrow.svg) #F6F8FC no-repeat 91% center / 10px;
    color: #16213B;
    padding: 0 27px;
}
.borrow-btn {
	margin-top: 43px;
}
.again-borrow {
	position: relative;
	color: #16213B;
	font-family: 'Poppins-Bold';
	font-size: 1.6rem;
	line-height: normal;
	border: 0;
	padding: 0;
	background-color: transparent;
	padding-left: 40px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.again-borrow::after {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../images/again-btn.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.again-borrow:hover::after {
	transform: translateY(-50%) rotate(360deg);
}
.borrow-left-heading {
	max-width: 665px;
	width: 100%;
}
.borrow-right-content {
	max-width: 324px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: none;
}
.borrow-price {
	border-radius: 5px;
	border: 1px solid rgba(0, 22, 33, 0.05);
	background-color: rgba(0, 255, 200, 0.10);
	overflow: hidden;
	padding: 30px;
	margin-bottom: 25px;
}
.borrow-price h2 {
	color: #16213B;
	font-family: 'Poppins-Regular';
	font-size: 2.6rem;
	line-height: normal;
}
.borrow-price h3 {
	color: #16213B;
	font-family: 'Poppins-Bold';
	font-size: 2.4rem;
	line-height: normal;
	margin: 45px 0;
}
.borrow-price p {
	color: rgba(22, 33, 59, 0.50);
	font-size: 1.2rem;
	font-style: italic;
	line-height: normal;
	margin-bottom: 0;
}
.borrow-vehicles {
	padding: 23px;
	border-radius: 5px;
	background-color: #00FFC8;
	backdrop-filter: blur(2px);
}
.borrow-vehicles h5 {
	color: #182139;
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.48px;
	font-family: 'Poppins-SemiBold';
}