
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.6rem;
	color: #1C1C1C;
    font-family: 'LamaSansRegular';
	background-color: #F6F8FA;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}

/*****************for mobile menu*************/
/* #menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
} */
/****captcha****/
/* .grecaptcha-badge{
	display:none;
} */
 /* Container for the hamburger and menu text */
.menu-toggle {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	user-select: none;
}
.menu-text {
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
}
.hamburger {
	width: 22px;
	height: 11px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	transition: transform 0.3s ease;
}
.bar {
	height: 1px;
	width: 100%;
	background-color: #fff;
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform-origin: center;
}
.menu-toggle.active .bar:nth-child(1) {
	transform: rotate(45deg) translate(3px, 4px);
}
.menu-toggle.active .bar:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active .bar:nth-child(3) {
	transform: rotate(-45deg) translate(3px, -4px);
}
.schade_btn .common-btn {
	display: inline-table;
	padding-top: 21px;
	padding-bottom: 21px;
	padding-right: 60px;
    padding-left: 60px;
}
.schade_btn{
	border-left: 1px solid rgba(142, 139, 135, 1);
}
.more_menu li::after{
	display: none;
}
/*****************header****************/
.inner_header .menu-text, 
.fixed-header .menu-text, 
.inner_header .header_right_menu a:not(.common-btn),
.fixed-header .header_right_menu a:not(.common-btn) {
	color: #1C1C1C;
}
.header_lft{
	display: flex;
	column-gap: 22px;
	align-items: center;
	max-width: 363px;
	position: relative;
	padding-left: 51px;
}
.header_lft::after{
	content: "";
    position: absolute;
    top: -12px;
    right: 0;
    height: 68px;
    width: 100%;
    background-color: #fff;
    z-index: -1;
}
.header_lft > *{
	flex-shrink: 0;
}
.bovag_header img{
	width: 81px;
}
.bovag_header img{
	width: 105px;
}
.header_car_logo img{
	width: 43px;
}
.header-area {
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	padding-bottom: 1px;
}
.header-area::after{
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	content: "";
	background-color: rgba(142, 139, 135, 1);
	transition: all 0.5s;
}
.header-area-wrap{
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.header_right li a{
	position: relative;
}
.header_right li a::after {
	content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -25px;
    background-color: rgba(157, 39, 39, 1);
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    z-index: 5;
}
.header_right li a:hover::after {
	transform: scale3d(1,1,1);
	transform-origin: 0 50%;
}
.header_right_menu{
	display: flex;
	align-items: center;
	justify-content: end;
}
.header_right_menu ul{
	display: flex;
	column-gap: 30px;
	align-items: center;
	margin-right: 57px;
}
.menu-text,
.header_right_menu a{
	color: #FFF;
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	line-height: 28px;
}
.header-area{
	overflow-x: hidden;
	overflow-y: auto;
	background-color: transparent;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
}
.header-area::before{
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% + -1px);
	opacity: 0;
	width: 100%;
	content: "";
	background-color: #F6F8FA;
	transition: all 0.5s;
	z-index: -1;
}
.header-area.fixed-header::before{
	opacity: 1;
}
.inner_header .bar,
.fixed-header .bar{
	background-color: #1C1C1C;
}
.more_menu{
	position: fixed;
    width: 30%;
    min-width: 400px;
    right: 0;
    top: 67px;
    overflow: hidden;
    height: 100%;
    background-color: #1c1c1c;
    z-index: 999;
	transform: translateX(100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more_menu > ul{
	display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 80px;
    overflow-x: hidden;
    overflow-y: auto;
    row-gap: 10px;
    max-height: 90vh;
}
.more_menu a{
	color: #fff;
	font-family: 'LamaSansMedium';
	font-size: 2rem;
	line-height: 30.1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.more_menu a:hover{
	color: #9D2727;
}
.more_menu a::after{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(157, 39, 39, 1);
	transition: 0.5s transform ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	z-index: 5;
}
.more_menu a:hover::after {
	transform: scale3d(1,1,1);
	transform-origin: 0 50%;
}
.menu-active {
	transform: translateX(0);
}
.menu_overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 67px;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 998;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: none;
}
.menu_overlay_active{
	display: block;
}
.more_menu ul li {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 0.4s ease, transform 0.4s ease;
}
.more_menu ul ul{
	padding-left: 20px;
	display: none;
}
.more_menu a.link-active{
	color: #9D2727;
}
.more_menu a.link-active::after{
	transform: scale3d(1, 1, 1);
    transform-origin: 0 50%;
}
.header_right_menu li::after{
	display: none;
}
/********banner-sec*********/
.banner-sec {
	position: relative;
}
.banner-vid-img {
	position: relative;
	z-index: 1;
}
.banner-vid-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(28, 28, 28, 0.50) 0%, rgba(28, 28, 28, 0.50) 100%);
	z-index: 1;
}
.banner-content {
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	top:50%;
	transform: translateY(-50%);
}
.banner-content h1 {
    margin-bottom: 30px;
}
.banner-content h4 {
	color: #FFF;
	font-family: 'ShipporiAntique-Regular';
	line-height: normal;
	max-width: 493px;
	width: 100%;
	margin: 0 auto 28px;
}
.banner-video,.each-banner  {
	height: 874px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content ul li .common-btn{
	min-width: 250px;
}
.banner-content ul li .trans-btn:hover {
    background-color: #9D2727;
}
.banner-content ul{
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}
.banner-content ul li::after{
    display: none;
}
/* ============product -slide ========= */
.product-slider {
	position: relative;
}
.product-slider-heading{
	padding: 67px 0 ;
}
.each-product {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: #F6F8FA;
}
.product-info h4 {
	color: #1C1C1C;
	margin-bottom: 3px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s ;
}
.product-info h4{
	transition: all 0.5s;
	-webkit-transition: all 0.5s ;
}
.product-heading-left p{
	display: none;
}
.product-info h5 {
	color: rgba(28, 28, 28, 0.50);
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	font-family: 'LamaSansRegular';
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 12px 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s ;
}
.product-slider .pagination_cntrol{
	margin-top: 63px;
}
.each-product-text {
	padding: 15px 17px 12px;
}
.product-price {
	margin-bottom: 22px;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.each-product-text{
	position: relative;
}
.each-product-text::after{
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	height: 57px;
	width: 95px;
	background-repeat: no-repeat;
	background-image: url(../images/product_overlay-img.svg);
	background-size: cover;
	pointer-events: none;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text table {
	width: 100%;
}
.each-product-text td {
	color: rgba(28, 28, 28, 0.5);
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	line-height: 24px; 
	letter-spacing: 0.32px;
	display: flex;
	align-items: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;	
}
.each-product-text td img {
	width: 16px;
	height: 16px;
	margin-right: 9px;
	filter: brightness(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-text tr {
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
	padding: 19px 0;
	border-top:1px solid  rgba(28, 28, 28, 0.1); 
	border-bottom:1px solid  rgba(28, 28, 28, 0.1); 
	margin-bottom: 18px;
}
.each-product:hover {
	background-color: #9D2727;
}
.each-product .common-btn {
	width: 100%;
	display: block;
}
.each-product:hover .each-product-text::after{
	opacity: 1;
}
.each-product:hover .common-btn {
	background-color: #fff;
	border-color: #fff;
	color: #1C1C1C;
}
.each-product:hover h5{
	color: rgba(255, 255, 255, 0.5);
}
.each-product:hover h4{
	color: #fff;
}
.each-product:hover td {
	color: rgba(255, 255, 255, 0.5);
}
.each-product:hover td img{
	filter: brightness(1);
}
.each-product:hover .each-product-text tr{
	border-color: rgba(255, 255, 255, 0.1);
}
.each-product:hover .each-product-btn-lft span{
	color: #fff;
}
.product-btn {
	margin-top: 54px;
}
.product-mark {
	position: absolute;
	top: 0;
	right: 0;
	width: 14%;
	pointer-events: none;
}
.product-mark img {
	height: 100%;
	width: 100%;
}
.each-product-btn{
	display: flex;
	column-gap: 10px;
	justify-content: space-between;
}
.each-product-btn-right .common-btn{
	border-color: #1C1C1C;
	color: #1C1C1C;
	padding: 9px 28px;
}
.each-product-btn-lft span{
	color: #1C1C1C;
	font-family: 'ShipporiAntique-Regular';
	font-size: 2rem;
	line-height: normal;
}
.each-product-btn-lft p{
	color: rgba(28, 28, 28, 0.50);
	font-family: 'LamaSansMedium';
}
.each-product:hover  .each-product-btn-lft p{
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 0;
	margin-top: 5px;
}
.pagination_cntrol .swiper-pagination-progressbar-fill{
	background-color: #9D2727;
}
.pagination_cntrol .swiper-pagination{
	position: inherit;
	height: 2px;
	border-radius: 2px;
	background-color: rgba(157, 39, 39, 0.2);
}
.pagination_cntrol{
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 17px;
}
.slider_btn{
	flex-shrink: 0;
	width: 50px;
	display: flex;
}
.slider_btn > *{
	position: initial;
	transform: translate(0);
	margin: 0;
}
.slider_btn {
	display: flex;
	justify-content: end;
	align-items: center;
}
.slider_btn .common-arrow img{
	filter: brightness(0);
}
.slider_btn .common-arrow:hover img{
	filter: brightness(1);
}
.home-product-slider{
	padding-bottom: 95px;
	position: relative;
}
.home-product-slider::after{
	position: absolute;
	content: "";
	top: -88px;
	left: auto;
	right: 0;
	width: 534.123px;
	height: 656.548px;
	background-image: url(../images/home_product_slider_top.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}
.each-product-wrap  .slider_btn > * {
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product-wrap  .slider_btn img {
	filter: brightness(0) invert(1);
}
.each-product:hover .each-product-wrap .slider_btn > *{
	opacity: 1;
}
/* =========== home service =============/ */
.hone_service_heading{
	max-width: 912px;
	margin: 0 auto 44px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.hone_service_heading h2{
	color: #FFF;
}
.hone_service_heading p{
	color: #fff;
	margin: 15px 0 44px;
}
.hone_service{
	background-color: #1C1C1C;
	padding: 55px 0;
	position: relative;
}
.hone_service::after{
	position: absolute;
	top: -48%;
	left: 0;
	content: "";
	width: 430px;
	height: 722px;
	background-image: url(../images/wave_line.svg);
	background-repeat: no-repeat;
	pointer-events: none;
}
.each_service_slider{
	position: relative;
	height: 446px;
}
.each_service_slider img{
	height: 100%;
	object-fit: cover;
}
.each_service_content{
	position: absolute;
	width: 100%;
	bottom: 0;
}
.each_service_content p{
	margin: auto 25px 50px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
}
.home_servce_slider{
	position: relative;
}
.each_service_slider::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 186.029px;
	height: 111.649px;
	content: "";
	background-image: url(../images/service_bg.svg);
	background-repeat: no-repeat;
	z-index: 1;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.each_service_slider::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #9D2727;
	opacity: 0;
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each_service_content{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
	row-gap: 40px;
}
.each_service_content span{
	color: #FFF;
	font-family: 'LamaSansMedium';
	font-size: 2rem;
	line-height: 30.1px ;
	padding: 21px 25px 0;
}
.each_service_content h3{
	color: #fff;
	padding-left: 25px;
	border-bottom: 1px solid #fff;
	padding-bottom: 26px;
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each_service_content h3::after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    bottom: 9px;
    left: 0;
}
.each_service_slider:hover .each_service_content h3::after{
    background-color: #fff;
}
.each_service_slider:hover .each_service_content h3{
    transform: translateY(-25px);
    padding-bottom: 25px;
}
.each_service_slider:hover::before,
.each_service_slider:hover::after{
	opacity: 1;
}
.home_servce_slider .pagination_cntrol .swiper-pagination{
	background-color: rgba(255, 255, 255, 0.2);
}
.home_servce_slider .pagination_cntrol .swiper-pagination-progressbar-fill{
	background-color: #fff;
}
.home_servce_slider .common-arrow img{
	filter: brightness(0) invert(1);
	height: 11px;
}
.home_servce_slider .swiper{
	margin-bottom: 54px;
}
.hone_service::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 105px;
    height: 200px;
    content: "";
    background-image: url(../images/home-service-line-btn.svg);
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
/***********usp-marquee**************/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 30px 0 78px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 140px;
}
.usp-marquee-wrap ul {
	display: flex;
	/* gap: 33px;  */
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 140px;
	position: relative;
}
.usp-marquee-wrap li {
	color: #1C1C1C;
	font-family: 'LamaSansMedium';
	font-size: 16px;
	line-height: normal;
	display: flex;
	align-items: center;
	column-gap: 33px;
	padding-left: 35px;
    padding-right: 50px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	width: 96px;
	height: 96px;
	background-image: url(../images/marque_img_.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100px;	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}
/* .usp-marquee-wrap li:last-child::after{
	opacity: 0;
} */
.usp-marquee-wrap ul::after{
	content: "";
	width: 100%;
	height: 1px;
	background-color: #F2F0F2;
	position: absolute;
	bottom: -40px;
	left: 0;
}
.usp-marquee-wrap li::before{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 20px;
	height: 14px;
	background-image: url(../images/each-marque.svg);
	background-repeat: no-repeat;
}
/* ==============	home_overons 	=============== */
.home_overons{
	padding: 40px 0 100px;
}
.home_overons_lft{
	max-width: 694px;
	row-gap: 70px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
}
.home_overons_lft p:not(.each-counert p){
	margin-top: 30px;
}
.home_overons_lft .trans-btn{
	border-color: #1C1C1C;
	color: #1C1C1C;
	margin-top: 44px;
}
.home_overons_lft .trans-btn:hover{
	color: #FFF;
    background-color: #9D2727;
    border: 1px solid #9D2727;
}
.home-counrt-sec{
	display: flex;
	column-gap: 12px;
}
.each-counert{
	width: 277px;
	background: #FFF;
	padding: 16px 23px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home_overons_right{
	position: relative;
	height: 100%;
}
.home_over_big{
    padding-bottom: 40px;
    min-height: 554px;
    max-width: 463px;
    height: 628px;
    margin-left: auto;
}
.home_over_big img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.home_over_small{
	position: absolute;
	left: 42px;
	bottom: 0;
	width: 332.696px;
	height: 405.914px;
}
.home_over_small img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.home_over_logo {
	position: absolute;
	right: 37px;
	bottom: -99px;
	width: 392px;
	height: 294px;
}
.home_over_logo img{
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.home_btm_marque{
	overflow: hidden;
	background-color: #EEF3F8;
	padding: 56px 0;
	margin-top: 60px;
}
.home_btm_marque li::before,
.home_btm_marque li::after{
	display: none;
}
.home_btm_marque .brands-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 64px;
}
.home_btm_marque .brands-marquee-wrap ul{
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
    gap: 117px;
    align-items: center;
}
.each-product:hover .each-product-text::after {
    opacity: 1;
}
.each-counert::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: 63px;
    width: 51px;
    background-repeat: no-repeat;
    background-image: url(../images/counter-line.svg);
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counert:hover{
	background: #9D2727;
	box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
}
.each-counert:hover::after {
    opacity: 1;
}
.each-counert:hover .count-contnt h3{
	color: #FFF;
}
.each-counert:hover .count-contnt p{
	color: #FFF;
}
.each-counert:hover .count-img img{
	filter: brightness(0) invert(1);
}
.count-contnt{
	padding-top: 25px;
}
.count-contnt p{
	margin-bottom: 0;
}
/* =========== footer ========= */
.footer-area {
	background-color: #1C1C1C;
	padding: 78px 0 63px;
}
.each-insta{
	position: relative;
}
.insta_sec{
	padding-bottom: 127px;
}
.each-insta::after{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: #9D2727;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.each-insta:hover::after{
	opacity: 0.8;
}
.each-insta span {
	color: #FFF;
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: normal;
	position: absolute;
	padding: 16px 14px;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.each-insta span img {
	margin-right: 10px;
	vertical-align: middle;
}
.each-insta:hover span {
	opacity: 1;
}
.footer-logo-top{
	display: flex;
	column-gap: 21px;
	align-items: center;
}
.footer-logo {
	flex-shrink: 0;
}
.footer-logo img{
	width: 105px;
}
.bovag-logo {
	position: relative;
}
.bovag-logo img {
	width: 81px;
}
.bovag-logo::after{
	top: 0;
	left: -10.5px;
	height: 100%;
	width: 1px;
	content: "";
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	z-index: 1;
}
.footer-logo-btm ul{
	display: flex;
	column-gap: 18px;
}
.footer-logo-btm li {
    padding-left: 0;
}
.footer-logo-btm li a{
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid rgba(229, 231, 235, 0.50);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-logo-btm li a:hover{
	background-color: rgba(157, 39, 39, 1);
	border-color: rgba(157, 39, 39, 1);
}
.footer-all-logos{
	display: flex;
	height: 100%;
	justify-content: space-between;
	flex-direction: column;
}
.each_footer h4{
	color:#fff;
	font-family: 'LamaSansMedium';
	line-height: 31px;
	margin-bottom: 11px;
}
.each_footer a{
	color: rgba(255, 255, 255, 0.50);
	font-family: 'LamaSansMedium';
	font-size: 2rem;
	line-height:30.1px; 
	display: block;
	width: fit-content;
}
.each_footer a:hover{
	color: #9D2727;
}
.footer-left{
	display: flex;
	column-gap: 97px;
	justify-content: end;
}
.footer-right{
	max-width: 360px;
}
.each_footer td{
	color: rgba(255, 255, 255, 0.50);
	font-family: 'LamaSansMedium';
	font-size: 2rem;
	line-height:30.1px; 
}
.each_footer td:nth-child(odd){
	padding-right: 5px;
}
.footer-logo-btm li::after{
	display: none;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 155px 0 70px;
}
.aanbod-filter-sec h2 {
    margin-bottom: 40px;
}
.aanbod-filter-sec h2 strong {
    font-family: 'lama_sanssemibold';
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-main .col-xl-9 .row {
	padding-right: 14%;
}
.filter-sorten-part {
	padding-left: 36%;
}
.filter-reset a {
	color: #9D2727;
	font-size: 1.4rem;
    font-family: 'LamaSansRegular';
}
.filter-reset img {
	width: 12px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.filter-reset a:hover {
	color: #1C1C1C;
}
.filter-reset a:hover img {
	filter:none;
	-webkit-filter: none;
	filter: brightness(0);
}
.select-style {
	width: 100%;
    height: 50px;
    color: #1C1C1C;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
	background-color: #9D2727;
    border: 1px solid #1C1C1C;
    border-radius: 0;
    padding: 0 30px 0 25px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    appearance: none;
    line-height: 47px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter_btn{
	 color: #FFF;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 28px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 14px 28px;
    background-color: #9D2727;
    border: 1px solid #9D2727;
    border-radius: 0;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}
.select-style.show,
.select-style:hover{
	background: url(../images/white-filter-arrow.svg)  no-repeat 91% center/10px;
	color: #fff;
}
.select-style:hover {
	background-color: #9D2727;
	border-color: #9D2727;
}
.select-style.show {
    border-radius: 0;
	border-color: #9D2727;
	background-color: #9D2727;
	color: #fff;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'LamaSansMedium';
	background-color: #1C1C1C;
}
.filter-content {
    display: none;
    background-color:#9D2727;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #9D2727;
    border-top: 0;
    border-radius: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'LamaSansRegular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1C1C1C;
    border-color: #9D2727;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 6px;
    background-color:#9D2727;
    font-family: 'LamaSansRegular';
    font-size: 1.4rem;
    border: 1px solid #9D2727;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #1C1C1C;
	border-color: #1C1C1C;
}
.aanbod-filter {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 68px;
    background-color: #252525;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 10px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #9D2727;
    border-color: #9D2727;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
}
.filter-count {
    min-width: 24px;
    height: 24px;
    background-color: #1C1C1C;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #1C1C1C;
    margin-left: 30px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #9D2727;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #9D2727;
}
.mobile-filter-close span img {
	width: 9px;
	/* filter: invert(1);
	-webkit-filter: invert(1); */
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #9D2727;
	border-color: #9D2727;
  	color: #fff;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #9D2727;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 66%;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-heading {
	margin-bottom: 8px;
}
/****aanbod-product-sec***/
.aanbod-list-sec{
	padding-bottom: 74px;
	position: relative;
}
.aanbod-list-sec::after{
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 335px;
    width: 205px;
	content: "";
	background-image: url(../images/aanbod-list-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}
.aanbod-list-sec .row{
	row-gap: 21px;
}
/*==============diensten-list============ */
/****inner-banner****/
.inner-banner {
    position: relative;
    overflow: hidden;
}
.inner-banner-content {
    text-align: center;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 2;
    width: 100%;
}
.inner-banner::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.50) 0%, rgba(28, 28, 28, 0.50) 100%);
}
/* ********diens-service-list-sec******* */
.each-diens-service-list{
    position: relative;
}
.diens-service-list-sec{
    padding-top: 77px;
    padding-bottom: 77px;
    position: relative;
    overflow: hidden;
}
.diens-service-list-wrap .row{
    row-gap: 20px;
}
.each_service_content h3{
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each_service_content h3::after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    bottom: 9px;
    left: 0;
}
.diens-service-list-sec::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: auto;
    right: -45px;
    width: 534.74px;
    height: 435.03px;
    background-image: url(../images/diens-line.svg);
    background-repeat: no-repeat;
    pointer-events: none;
}
.each_service_slider:hover .each_service_content h3::after{
    background-color: #fff;
}
.each_service_slider:hover .each_service_content h3{
    transform: translateY(-25px);
    padding-bottom: 25px;
}
.diens-service-list-sec  .each_service_content span {
    padding: 21px 25px 35px;
}
.diens-service-list-wrap .row{
    margin-right: -10px;
    margin-left: -10px;
}
.diens-service-list-wrap .col-lg-4{
    padding-left: 10px;
    padding-right: 10px;
}
/* ===========================werklaats-list======================================= */
/* *******werkplaats-service-list-sec******** */
.werkplaats-service-list-sec::after{
    display: none;
}
/* =============vacature-list========== */
.vacature-service-list-sec .each_service_content h3::after{
    display: none;
}
.vacature-service-list-sec::after{
    z-index: -1;
}
.vacature-service-list-sec .each_service_content span {
    padding: 21px 25px 0px;
}
.vacature-service-list-sec .each_service_content p {
    margin: auto 25px 27px;
}
/* ========================contact-page============================================ */
/* ****form-sec****** */
.form-sec{
    background: #1C1C1C;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.form-button{
    margin-top: 12px;
}
.form-sec .pattern img{
    height: 100%;
}
.form-sec .pattern{
    z-index: -1;
}
.form-heading h2{
    color: #FFF;
}
.form-heading{
    padding-bottom: 25px;
}
.form-heading p{
    color: #FFF;
    padding-top: 19px;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.form-area .form-styl{
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 11px 30px 14px;
    background: #1C1C1C;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 28px; 
    color: #FFF;
    border-radius: 0;
}
.form-area .form-group{
    margin-bottom: 20px;
}
.form-area .form-group input {
    margin-right: 5px;
}
.form-area .form-styl.photo_upload,
.form-area .form-styl.foto_upload {
    color: rgba(136, 136, 136, 0.76);
    text-transform: uppercase;
}
.form-area .form-styl::placeholder {
    color: rgba(136, 136, 136, 0.76);
    text-transform: uppercase;
}
.form-area .form-styl:focus::placeholder{
    color: #FFF;
}
.form-area textarea.form-styl {
    min-height: 149px;
    width: 100%;
}
.form-area .form-control:focus{
    box-shadow: none;
}
.form-area textarea{
    resize: none;
}
.form-area .form-style.photo_upload, 
.form-area .form-style.foto_upload {
    color: #FFF;
}
.form-sec  .mobile-pattern {
    display: none;
}
.form-area-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.form-sec-full-width{
    width:100vw; 
    margin-left:-50vw; 
    left:50%; 
    position:relative; 
}
/* .contact-form .form-area-wrap::after{
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #F6F8FA;
    position: absolute;
} */
.form-main-area{
    max-width: 692px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px 0;
}
.form-wrap .row{
    margin: 0;
}
.form-wrap .col-lg-3{
    padding: 0;
}
.form-wrap .col-lg-6{
    padding: 0;
}



.custom-dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
}
.dropdown-btn::after{
	content: "";
	background-image: url(../images/form-dropdown-arrow.svg);
	position: absolute;
	top: 15px;
	right: 30px;
	height: 15px;
	width: 15px;
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dropdown-btn.active::after{
	transform:rotate(180deg);
	top: 15px;
}
.dropdown-btn {
	padding: 10px 15px;
	border: none;
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.30);
    background: #F2F0EF;
    padding: 11px 30px 14px;
    background: #1C1C1C;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    line-height: 28px; 
    color: rgba(136, 136, 136, 0.76);
    border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	position: relative;
}
.radio-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #1C1C1C;
	color: rgba(136, 136, 136, 0.76);
	font-size: 1.6rem;
	font-family: 'LamaSansMedium';
	line-height: 28px;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.30);
	padding: 12px;
	/* z-index: 999; */
	width: 100%;
	align-items: center;
	column-gap: 20px;
	border-top: 0;
	padding: 6px 30px 14px;
}
.radio-option {
	display: block;
	margin-bottom: 8px;
}
.radio-option input[type="radio"] {
	margin-right: 3px;
	background-color: #1C1C1C;
}
.radio-dropdown.show {
	display: flex;
	box-shadow: 0px 10px 14px 2px rgba(255, 255, 255, 0.07);
}
.custom-dropdown.active{
	border-bottom: 0;
	box-shadow: 0px 2px 10px 8px rgba(255, 255, 255, 0.07);
}
.dropdown-btn.active{
	border-bottom: 0;
}
.custom-dropdown .radio-option input:checked {
	background-color: #fff;
	background-image: url(../images/radio-dot.svg);
	border-color: #1C1C1C;
	background-size: 13px;
	position: relative;
	background: #1C1C1C;
}
.radio-option {
  position: relative;
  cursor: pointer;
}
.radio-option input[type="radio"] {
  display: none;
}
.radio-option input[type="radio"]:checked + .custom-radio {
  color: #fff;
}
.radio-option input[type="radio"]:checked + .custom-radio::before {
	content: "●";
	position: absolute;
	left: -16px;
	top: 47%;
	transform: translateY(-50%);
	color: #D9D9D9;
	font-size: 19px;
}
.custom-radio::after{
	position: absolute;
	left: -15px;
	top: 50%;
	transform: translateY(-50%);
	color: #D9D9D9;
	border: 1px solid rgba(255, 255, 255, 0.30);
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
/* *****form-left-area***** */
.form-left-area{
    background: #9D2727;
    position: relative;
    height: 100%;
    padding-top: 55px;
}
.each-form-left-text{
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 38px;
}
.each-form-left-text h4{
    font-family: 'LamaSansMedium';
    line-height: 30px;
    padding-bottom: 14px;
}
.each-form-left-text a{
    line-height: 30px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 2rem;
    font-family: 'LamaSansMedium';
}
.each-form-left-text a:hover{
    color: #FFF;
}
.each-form-left-text td{
    line-height: 30px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 2rem;
    font-family: 'LamaSansMedium';
}
.form-img {
    height: 100%;
}
.form-img img{
    height: 100%;
    object-fit: cover;
}
.form-box-logo{
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 0;
}
/* *******map-sec***** */
.map-wrap {
    width: 100%;
    height: 550px;
}
/* =======================diens-dtl====================================== */
/* ******back-btn****** */
.back-btn {
    padding: 130px 0 35px;
}
.back-btn .common-btn{
    border: 1px solid #1C1C1C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #1C1C1C;
}
.back-btn .common-btn:hover{
    color: #FFF;
    background-color: #9D2727;
    border-color: #9D2727;
}
/* ********financieren-top-sec********* */
.financieren-top-text{
    max-width: 715px;
    margin-right: auto;
    padding-right: 10px;
}
.financieren-top-wrap .col-lg-5{
    width: 40%;
}
.financieren-top-wrap .col-lg-7{
    width: 60%;
}
.financieren-top-text h3{
    padding-bottom: 13px;
}
.financieren-top-text h2{
    padding-bottom: 30px;
}
.diens-dtl-top-sec h2{
    padding-bottom: 7px;
}
.financieren-top-sec{
    padding-bottom: 53px;
    position: relative;
    overflow: hidden;
}
.back-btn{
    position: relative;
}
.back-btn::after {
    position: absolute;
    content: "";
    left: auto;
    width: 488px;
    height: 511px;
    background-image: url(../images/diens-dtl-line.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    top: 68px;
    right: 0;
    z-index: -1;
}
/* ******financieren-mid-sec******* */
.financieren-mid-sec{
    padding-bottom: 90px;
}
.financieren-mid-wrap .col-lg-5{
    width: 40%;
}
.financieren-mid-wrap .col-lg-7{
    width: 60%;
}
.each-financieren-mid-text{
    max-width: 707px;
    margin-left: auto;
    padding-left: 15px;
}
.each-financieren-mid-area:nth-child(even) .each-financieren-mid-text{
    margin-left: 0;
}
.each-financieren-mid-text h3{
    padding-bottom: 13px;
}
.each-financieren-mid-area{
    margin-bottom: 50px;
}
/* *********diens-dtl-service-sec************ */
.diens-dtl-service-sec{
    padding-top: 80px;
    padding-bottom: 60px;
}
.diens-dtl-service-heading{
    padding-bottom: 66px;
}
.diens-dtl-service-sec .pagination_cntrol{
    margin-top: 30px;
}
.diens-dtl-service-sec .each_service_slider::before{
    display: none;
}
.diens-dtl-service-sec .each_service_content span {
    padding: 21px 25px 35px;
}
/* /================================zoekopdracht================================ */
/* *********diens-dtl-mid-sec*********** */
.zoekopdracht-top-sec .financieren-top-text p{
    margin-bottom: 0;
}
.zoekopdracht-mid-wrap table{
    width: 100%;
}
.zoekopdracht-mid-wrap td{
    width: 33.33%;
    padding: 36px 37px 30px 37px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #FFF;
    position: relative;
}
.zoekopdracht-mid-wrap tr {
    display: flex;
    column-gap: 25px;
}
.zoekopdracht-mid-wrap td:hover {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: #9D2727;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
}
.zoekopdracht-mid-wrap td:hover h3{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zoekopdracht-mid-wrap td:hover p{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.zoekopdracht-mid-wrap h3{
    color: #1C1C1C;
    padding-bottom: 10px;
}
.zoekopdracht-mid-wrap p{
    color: #1C1C1C;
    margin-bottom: 0;
}
.zoekopdracht-mid-wrap td::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 99px;
    height: 103px;
    content: "";
    background-image: url(../images/table-line-logo.svg);
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.zoekopdracht-mid-wrap td:hover::before {
    opacity: 1;
}

/* =====================eerste-automonteur===================== */
/* ********eerste-automonteur-mid-sec******* */
.eerste-automonteur-mid-sec{
    padding-bottom: 60px;
}
.eerste-automonteur-mid-sec .each-financieren-mid-area {
    margin-bottom: 0px;
}
.financieren-top-text h6{
    padding-bottom: 5px;
}
.financieren-top-text li{
    padding-bottom: 3px;
}
.financieren-top-text  ul{
    padding-bottom: 5px;
}
.eerste-automonteur-mid-sec .financieren-mid-wrap .col-lg-5 {
    width: 46%;
}
.eerste-automonteur-mid-sec .financieren-mid-wrap .col-lg-7 {
    width: 54%;
}
.eerste-automonteur-mid-sec .each-financieren-mid-text h2{
    padding-bottom: 15px;
}
.eerste-automonteur-mid-sec .each-financieren-mid-text li{
    padding-bottom: 4px;
}
.eerste-automonteur-mid-sec .each-financieren-mid-text ul{
    padding-bottom: 8px;
}
/* ********eerste-automonteur-slider-sec********* */
.eerste-automonteur-slider-sec .each_service_content h3::after{
    display: none;
}
.eerste-automonteur-slider-sec .each_service_slider:hover .each_service_content h3 {
    transform: translateY(0);
    padding-bottom: 0;
}
.eerste-automonteur-slider-sec .each_service_content span {
    padding: 21px 25px 0;
}
.eerste-automonteur-slider-sec .each_service_slider::before{
    display: block;
}
.eerste-automonteur-slider-sec{
    padding-bottom: 143px;
}
/* ==============autopoetser-detailer=============== */
/* **********autopoetser-detailer-top-sec********* */
.autopoetser-detailer-top-sec .financieren-top-text{
    max-width: 814px;
}
.autopoetser-detailer-top-sec .financieren-top-text p{
    max-width: 707px;
}
/* =====================allround-autoschadehersteller============= */
/* *********llround-autoschadehersteller-mid-sec********** */
.eerste-automonteur-mid-sec .each-financieren-mid-text h4{
    font-size: 2.4rem;
    color: #1C1C1C;
    font-family: 'lama_sanssemibold';
    line-height: 24px;
    letter-spacing: 0.48px;
    padding-top: 10px;
    padding-bottom: 3px;
}
.allround-autoschadehersteller-mid-sec .each-financieren-mid-text h3{
    padding-top: 15px;
}
.allround-autoschadehersteller-mid-sec .each-financieren-mid-text h2{
    padding-bottom: 10px;
}
.eerste-automonteur-mid-sec .financieren-mid-wrap .col-lg-5 {
    width: 46%;
}
.eerste-automonteur-mid-sec .financieren-mid-wrap .col-lg-7 {
    width: 54%;
}
/* =============werkplaats-page================ */
.werkplaats-back-btn-sec{
    padding-bottom: 165px;
}
.werkplaats-top-sec{
    padding-bottom: 110px;
}
/* ==========onderhoud==================== */
/* *****onderhoud-img-sec*** */
.onderhoud-img-sec{
	padding-bottom: 108px;
	padding-top: 90px;
}
/* ==============schadeherstel-page================= */ 
/* ******.schadeherstel-img-sec******** */
.werkplaats-top-sec.schadeherstel-img-sec{
	padding-bottom: 0;
}
/* ===========airco-service-page=============== */
/* ********airco-service-img-sec******** */
.werkplaats-top-sec.airco-service-img-sec{
	padding-bottom: 0;
}
/* ========over-one-page========= */
/* ********over-one-top-sec******** */
.over-one-top-sec{
	padding-top: 74px;
	position: relative;
}
.over-one-top-text h2{
	padding-bottom: 22px;
}
.over-one-top-text p{
	margin-bottom: 25px;
}
.over-one-top-text h3{
	padding-bottom: 10px;
}
.over-one-top-sec::after {
    position: absolute;
    content: "";
    left: auto;
    width: 440px;
    height: 540px;
    background-image: url(../images/over-one-top-line.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    right: 0;
    z-index: -1;
}
.over-one-top-text{
	max-width: 668px;
	margin-right: auto;
}
.over-one-wrap .col-lg-5{
	width: 47.5%;
}
.over-one-wrap .col-lg-7{
	width: 52.5%;
}
/* *********over-one-team-slider-sec******** */
.over-one-team-slider-sec{
	background-color: #1C1C1C;
	padding-top: 90px;
	padding-bottom: 75px;
}
.over-one-team-slider-sec .common-arrow img {
    width: 10px;
}
.each-over-one-team-slider-content{
	background-color: #FFF;
	height: 100%;
	padding: 35px 20px 18px 25px;
}
.over-one-team-slider-heading h2{
	color: #FFF;
	padding-bottom: 53px;
}
.over-one-team-slider-sec  .pagination_cntrol .swiper-pagination{
	background-color: rgba(255, 255, 255, 0.20) ;
}
.over-one-team-slider-sec .swiper-pagination-progressbar-fill {
    background-color: #FFF;
}
.over-one-team-slider-sec  .slider_btn .common-arrow img {
	filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-one-team-slider-sec  .slider_btn:hover .common-arrow img {
    filter: brightness(1);
}
.over-one-team-slider-sec .pagination_cntrol{
	padding-top: 50px;
}
.each-over-one-team-slider-content h3{
	padding-bottom: 10px;
}
.each-over-one-team-slider{
	height: 100%;
}
.over-one-team-slider-img {
    /* height: 100%; */
	height: 349px;
}
.each-over-one-team-slider img{
	height: 100%;
	object-fit: cover;
}
.over-one-team-slider .swiper-wrapper {
	display: grid;
	grid-auto-flow: column;
	align-items: stretch;
}
/* =========over-one-counter-sec=============== */
.overons-counter-right{
	max-width: 668px;
	margin-left: auto;
}
.over-one-counter-sec .home_overons_lft{
	row-gap: 54px;
}
.home_overons.over-one-counter-sec{
	padding-top: 95px;
    padding-bottom: 50px;
}
.over-one-counter-sec .home_overons_lft p:not(.each-counert p) {
    margin-top: 26px;
}
.over-one-counter-sec{
	position: relative;
}
.over-one-counter-sec::after {
    position: absolute;
    content: "";
    left: auto;
    width: 440px;
    height: 540px;
    background-image: url(../images/over-one-counter-line.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    right: 0;
    z-index: -1;
}
/* ***********.team-sec************ */
.team-sec{
	padding-top: 85px;
	position: relative;
	padding-bottom: 56px;
}
.team-sec::after{
	position: absolute;
    content: "";
    left: auto;
    width: 392px;
    height: 294px;
    background-image: url(../images/over-one-box.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    top: 0;
    left: 0;
}
.each-team-member{
	position: relative;
}
.each-team-img:hover .each-team-img-text{
	opacity: 1;
}
.each-team-img::after{
	background: linear-gradient(0deg, rgba(28, 28, 28, 0.90) 0%, rgba(28, 28, 28, 0.90) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-img:hover::after{
	opacity: 1;
}
.each-team-img-text p{
	color: #FFF;
	margin-bottom: 18px;
}
.each-team-img-text a{
	color: #FFF;
	font-size: 1.8rem;
	line-height: 28px;
	text-transform: lowercase;
	font-family: 'lama_sanssemibold';
}
.each-team-img-text a:hover  {
	color: #9D2727;
}
.team-member-info h4{
	color: #1C1C1C;
	padding-top: 28px;
	padding-bottom: 5px;
}
.team-member-info p{
	color: rgba(28, 28, 28, 0.50);
}
.team-sec-wrap .row{
	margin-left: -13px;
	margin-right: -13px;
	row-gap: 20px;
}
.team-sec-wrap .col-xl-4{
	padding-left: 13px;
	padding-right: 13px;
}
.team-sec-heading {
	padding-bottom: 50px;
}
.team-btn{
	text-align: center;
}
.team-btn .common-btn {
    border-color: #1C1C1C;
    color: #1C1C1C;
    padding: 9px 28px;
	text-transform: uppercase;
}
.team-btn .common-btn:hover {
    border-color: #1C1C1C;
    color: #FFF;
    padding: 9px 28px;
	text-transform: uppercase;
}




.each-team-img {
	position: relative;
	display: inline-block;
	width: 100%;
	/* height: 308px; */
	overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	height: 100%;
}
/* .each-team-img:hover {
    height: auto; 
}
.each-team-member:hover .each-team-img {
    height: auto;
} */
.each-team-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.each-team-img-text {
	position: relative;
	z-index: 1;
	padding: 20px;
	color: #FFF;
	text-align: center;
	padding: 50px;
	padding-top: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	opacity: 0;
}
.each-team-member {
    overflow: hidden;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* ==========================aanbod-dtl=================== */
/* ******aanbod-dtl-back-btn******* */
.back-btn.aanbod-dtl-back-btn::after{
    position: absolute;
    top: 65px;
    right: 0;
    width: 127px;
    height: 265px;
    content: "";
    background-image: url(../images/aanbod-dtl-back-btn-line.svg);
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-size: 127px;
    opacity: 0;
}
.aanbod-dtl-back-btn{
    position: relative;
}
/* *****aanbod-dtl-top-sec******** */
.aanbod-dtl-top-wrap{
    padding-bottom: 30px;
    padding-left: 10px;
}
.aanbod-dtl-top-left h4{
    color: rgba(242, 240, 239, 0.50);
    font-family: 'MonaSansExpanded-Medium';
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 32px;
}
.aanbod-dtl-top-left h3{
    color: #F2F0EF;
}
.aanbod-dtl-top-sec{
    position: relative;
    padding-top: 8px;
}
.each-aanbod-dtl-top-left{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(28, 28, 28, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-top-left{
    display: flex;
    justify-content: end;
    column-gap: 12px;
}
.aanbod-dtl-top-right h3{
    padding-bottom: 12px;
}
/* ******aanbod-dtl-slider-sec****** */
.aanbod-dtl-slider-area {
    position: relative;
    margin-left: calc(-90% + -2%);
}
.each-aanbod-dtl-slider-right{
    background: #FFF;
    padding: 14px 26px 13px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-dtl-slider-right:hover h3{
    color: #0C0A00;
}
.each-aanbod-dtl-slider-right:hover h6{
    color: rgba(12, 10, 0, 0.50);
}
.aanbod-dtl-slider-right .row{
    row-gap: 15px;
}
.aanbod-dtl-contact-area{
    background: #FFF;
    padding: 19px 22px 13px 22px;
    border-bottom: 0;
    margin-top: 14px;
    position: relative;
}
.man-img{
    width: 95px;
    height: 95px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100%;
    overflow: hidden;
}
.man-img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top;
}
.aanbod-dtl-info-btn-area{
    border: 1px solid rgba(242, 240, 239, 0.07);
    background: #151515;
    padding: 23px 40px 30px 25px;
}
.share-btn{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    border: 1px solid rgba(242, 240, 239, 0.20);
    flex-shrink: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-info-btn-area{
    display: flex;
    column-gap: 30px;
}
.aanbod-dtl-info-btn {
    display: flex;
    column-gap: 8px;
}
.aanbod-dtl-info-btn .common-btn{
    border: 1px solid #1C1C1C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #1C1C1C;
    min-width: 219px;
}
.aanbod-dtl-contact-info h4{
    color: #1C1C1C;
    padding-bottom: 6px;
}
.each-aanbod-dtl-slider-right h3{
    color: #F2F0EF;
}
.each-aanbod-dtl-right-icon{
    padding-bottom: 35px;
    position: relative;
}
.each-aanbod-dtl-right-icon img{
    width: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-slider-sec .col-lg-8{
    width: 65%;
}
.aanbod-dtl-slider-sec .col-lg-4{
    width: 35%;
}
.aanbod-dtl-slider-area .swiper-button-next::after{
    display: none;
} 
.aanbod-dtl-slider-area .swiper-button-prev::after{
    display: none;
} 
.aanbod-dtl-slider-area .swiper-button-prev{
    left: 52.5%;
}
.aanbod-dtl-slider-area .swiper-button-next{
    right: 2%;
}
.aanbod-dtl-slider-area .common-arrow img{
    width: 31px;
}
.man-call::after{
    width: 1px;
    height: 16px;
    content: "";
    background-color: rgba(242, 240, 239, 0.80);
    position: absolute;
    top: 3px;
    left: 0;
}
.man-call{
    position: relative;
    padding-left: 16px;
    margin-left: 13px;
}
.aanbod-dtl-contact-info a{
    color: rgba(0, 0, 0, 0.50);
    font-family: 'LamaSansMedium';
    font-size: 2rem;
    line-height: 30px;
}
.aanbod-dtl-contact-info a:hover{
    color: #1C1C1C;
}
.aanbod-dtl-contact-info h6{
    font-family: 'MonaSansExpanded-Regular';
}
.share-btn:hover{
    background-color: #FAD6A5;
    border: 1px solid #F2F0EF;
}
.share-btn img{
    width: 15px;
}
.share-btn:hover img{
    filter: invert(1);
}
.each-aanbod-dtl-slider-right h4{
    color: #1C1C1C;
    padding-bottom: 6px;
}
.price-info{
    background: #FFF;
    margin-bottom: 12px;
    padding: 7px 25px 7px;
}
.price-info h2 strong{
    font-size: 2rem;
    font-weight: normal;
    font-family: 'LamaSansMedium';
    margin-top: 15px;
}
.each-aanbod-dtl-slider-right p{
    margin-bottom: 0;
}
.price-info h2{
    display: flex;
    align-items: center;
    column-gap: 17px;
}
.aanbod-dtl-contact-info{
    padding-top: 10px;
    padding-bottom: 11px;
}
.aanbod-dtl-contact-area::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 97px;
    height: 142px;
    content: "";
    background-image: url(../images/aanbod-dtl-line-top.svg);
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-dtl-top-left:hover{
    background-color: #9D2727;
    border-color: #9D2727;
}
.each-aanbod-dtl-top-left:hover img{
    filter: brightness(0) invert(1);
}
.each-aanbod-dtl-top-left:hover svg {
    filter: brightness(0) invert(1) !important;
}
.aanbod-dtl-info-btn .common-btn:hover{
    color: #FFF;
}
.aanbod-dtl-slider-area .swiper-slide.swiper-slide-active{
    opacity: 0.5;
}
.multi-select-wrapper {
    width: 250px;
    position: relative;
    font-family: sans-serif;
}
.select-box {
    border: 1px solid #ccc;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    background: #fff;
}
.options-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-top: none;
    background: #fff;
    z-index: 10;
    display: none;
}
.option {
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.option input {
    margin-right: 10px;
}
.select-box.active + .options-container {
    display: block;
}
.selected-items {
    display: inline-block;
    margin-right: 5px;
    background: #00404B;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 12px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li::after{
    display: none;
}
.tab-btn ul.tabs li {
    position: relative;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
	color: #1C1C1C;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
	line-height: 28px;
    border: 1px solid #1C1C1C;
    padding: 12px 22px;
    padding-right: 45px;
}
.tab-btn ul.tabs li{
    position: relative;
}
.tab-btn ul li::before {
    display: inline-block;
    content: url(../images/aanbod-dtl-down-arrow.svg);
    position: absolute;
    top: 8px;
    right: 24px;
    width: 9px;
    height: auto;
}
.tab-btn ul .common-btn:hover{
    background-color: #9D2727;
    color: #FFF;
    border-color: #9D2727;
}
.tab-btn ul .common-btn:hover::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.tab-btn ul li.active::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 72px 0 81px;
    position: relative;
}
.dtl-tab-sec::after{
    position: absolute;
    content: "";
    right: 0;
    width: 360px;
    height: 272px;
    background-image: url(../images/aanbod-dtl-box.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    top: -40px;
    background-position: right;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 26px;
    margin: auto;
    padding: 10px 0;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.tab-btn .tabs li.active{
	color: #FFF;
    background-color: #9D2727;
    border-color: #9D2727;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.kenmerken-tab li {
    line-height: 30px; 
	width: 33.33%;
	padding: 21px 48px;
	position: relative;
    font-family: 'LamaSansMedium';
    color: #1C1C1C;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    font-size: 2rem;
    line-height: 30px;
    align-items: center;
}
.kenmerken-tab li strong {
    font-family: 'LamaSansRegular';
    width: 50%;
    font-weight: normal;
	display: block;
	color: rgba(28, 28, 28, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
}
.kenmerken-tab li:nth-child(3n) {
    border-width: 0;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background: rgba(28, 28, 28, 0.15);
    background-image: none;
    top: 72px;
}
.tab_content{
    background-color: #FFF;
    padding: 32px 52px 48px;
}
.kenmerken-tab{
	overflow: hidden;  
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #1C1C1C;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9D2727;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1C1C1C;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    color: #1C1C1C;
}
.tab-btm-btn_mobile{
    display: none;
}
.each-onderhoud-block h5 {
    margin: 10px 0 30px;
    font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    font-family: 'LamaSansMedium';
    line-height: normal;
    text-align: center;
    color: #1C1C1C;
    font-size: 2rem;
    line-height: 30px;
    cursor: pointer;
    margin-top: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #9D2727;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #1C1C1C;
	box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(255, 255, 255, 0.25);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #1C1C1C;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #1C1C1C;
}
.kenmarken-popup-close img {
	width: 28px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1C1C1C;
    font-size: 3.6rem;
    margin-bottom: 14px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1C1C1C;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    font-family: 'lama_sanssemibold';
    color: #1C1C1C;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li::after{
    display: none;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'LamaSansMedium';
    color: #1C1C1C;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid #1C1C1C;
}
/* **********aanbod-dtl-product-sec************ */
.aanbod-dtl-product-sec.home-product-slider::after{
    position: absolute;
    content: "";
    bottom: 14%;
    left: 0;
    right: auto;
    width: 270px;
    height: 270px;
    background-image: url(../images/aanbod-dtl-btn-box.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    top: auto;
    background-size: contain;
}
.aanbod-dtl-product-sec{
    padding-top: 80px;
}
.aanbod-dtl-product-heading{
    padding-bottom: 78px;
}
.form-height-add {
    margin-bottom: 40px;
}
/* =============verkocht-page============ */
/* ****verkocht-top-sec****** */
.verkocht-top-sec{
	padding-top: 141px;
}
.verkocht-top-sec .each-product-btn-lft p{
	font-size: 2rem;
	color: #1C1C1C;
	font-family: 'ShipporiAntique-Regular';
    margin-bottom: 0;
    margin-top: 0;
}
.verkocht-top-sec .each-product:hover .each-product-btn-lft p {
    margin-top: 0;
    margin-bottom: 0;
}
.aanbod-list-sec.verkocht-top-sec::after{
	position: absolute;
    left: 0;
    bottom: 100%;
    height: 255px;
    width: 145px;
    content: "";
    background-image: url(../images/Verkocht-box.svg);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
	bottom: auto;
	top: 102px;
}
.verkocht-heading {
    padding-bottom: 55px;
}
/* ================thank-you===================== */
/****popup****/
.modal-area .modal-dialog {
    max-width: 63%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: #FFFFFF;
    border-radius: 0;
}
.modal-area .popup-content {
    padding: 22px 42px 14px 70px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content h3 {
    margin: 26px 0 18px;
    color: #0A1520;
}
.popup-content p {
    color: #1C1C1C;
    margin-bottom: 0;
    max-width: 420px;
	margin-bottom: 40px;
}
.popup-content li{
    padding-left: 17px;
}
.popup-content ul{
    padding-left: 10px;
}
.popup-content li:last-child {
    margin-bottom: 14px;
}
.popup-content li::after{
    background-image: url(../images/bullet-black.svg);
}
.modal-area .close-img {
    display: none;
}
.close-img {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1C1C1C;
    border-radius: 50%;
}
.close-img img {
    width: 30px;
	filter: brightness(0);
}
.modal-main-content .col-lg-5 { 
    width: 46%;
}
.modal-main-content .col-lg-7 { 
    width: 54%;
}
.popup-content .common-btn{
	border-color: #1C1C1C;
	color: #1C1C1C;
}
.popup-content .common-btn:hover{
	background-color: #9D2727;
	border-color: #9D2727;
	color: #FFF;
}
.popup-content h3{
	font-family: 'LamaSans-Black';
	font-size: 3.2rem;
	line-height: normal;
}
.modal-main-content{
    position: relative;
}
.modal-main-content::after{
    position: absolute;
    content: "";
    background-image: url(../images/thank-you-line.svg);
    height: 175px;
    width: 165px;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/* *******thankyou-banner-sce******** */
.thankyou-banner-sce .inner-banner-img {
    height: 874px;
}
.thankyou-banner-sce .inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.thankyou-banner-sce .inner-banner-content {
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.thankyou-banner-sce .inner-banner-content h1 {
    margin-bottom: 4px;
}
.thankyou-banner-sce .inner-banner-content h2{
    margin-bottom: 80px;
}
.inner-banner.thankyou-banner-sce{
    margin-bottom: 50px;
}
.thankyou-banner-sce .common-btn{
	margin-top: 47px;
}




.verkocht-top-sec .each-product-img {
    position: relative;
}
.verkocht-top-sec .each-product-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 15px);
    background-color: #9d2727a1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.verkocht-img-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.verkocht-img-txt p {
    color: #fff;
    margin-bottom: 0;
}
.verkocht-img-txt p a{
    color: #fff;
}
.verkocht-top-sec .each-product:hover .each-product-img::after,
.verkocht-top-sec .each-product:hover .verkocht-img-txt {
    opacity: 1;
}
.werkplaats-top-img {
    background: #fff;
}
.werkplaats-top-img iframe {
    padding-top: 50px;
    padding-left: 20px;
}
.auto-overview-filter-result .total_search_records {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.total-search-btn {
    background-color: #9D2727;
    border: 1px solid #9D2727;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    justify-content: center;
}
.total-search-btn:hover {
    background-color: #1C1C1C;
}
.auto-overview-filter-result .total_search_records:hover {
  background-color: transparent;
  border-color: transparent;
}
.brands-marquee-wrap img {
    width: 67px;
    object-fit: scale-down;
}
/************************************style for developer***********************************/

/*******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: 1.8rem;
    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: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
     /* color: #1c1c1c;*/
      border-bottom: 1px solid #181716;
      padding-bottom: 10px;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      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;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#9D2727 calc(1*100%/6),#F6F8FA 0 calc(3*100%/6),#9D2727 0),
                linear-gradient(#9D2727 calc(2*100%/6),#F6F8FA 0 calc(4*100%/6),#9D2727 0),
                linear-gradient(#9D2727 calc(3*100%/6),#F6F8FA 0 calc(5*100%/6),#9D2727 0);
      background-size: 10px 400%;
      background-repeat: no-repeat;
      animation: matrix 1s infinite linear;
    }
    @keyframes matrix {
      0% {
        background-position: 0% 100%, 50% 100%, 100% 100%
      }
    
      100% {
        background-position: 0% 0%, 50% 0%, 100% 0%
      }
    }
    .load_aanbod{
      justify-content: center;
      display: flex;
      column-gap: 30px;
      align-items: center;
      color: #9D2727;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /* .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: 3vw;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 28px;
      left: 16px;
      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;
  }
  
  @media screen and (max-width: 600px) {
      .popuptext {
          right: 60px !important;
      }
  }
  @media (max-width : 767.98px){
      .fixed-whatsapp-icon{
          display: none;
      }
  }
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  
  .each-price-table li::after {
      display: none;
  }
  .range-sec .range-area .fill{
      background-color: #121212;
  }
  /* .share-social-media-button{
      padding: 6px 9px;
  } */
  /* @media(max-width: 519px) and (min-width: 416px){
      .calculator{
          height: 1670px !important;
      }
  }
  @media(max-width: 415px){
      .calculator{
          height: 1826px !important;
      }
  }
  
  
  @media(max-width: 990px) and (min-width: 768px){
      .calsty {
          height: 789px;
      }
  }
  @media(max-width: 767px) and (min-width: 519px){
      .calsty {
      height: 689px;
  }
  }
  @media(max-width: 518px){
      .calsty {
      height: 810px;
  }
  } */
  /* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
      flex-direction: column-reverse;
  } */
  .mini-right-nav {
      position: fixed;
      top: 39%;
      z-index: 999;
      left: 0px;
  }
  .mini-right-nav li a {
      position: relative;
      display: flex;
      align-content: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #9d2727;
  }
  .mini-right-nav img {
      width: 24px;
      position: relative;
      z-index: 1;
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
  }
  .mini-right-nav span {
      font-family: 'New Rail Alphabet Medium';
      font-size: 13px;
      bottom: 0;
      letter-spacing: 0.5px;
      right: 60px;
      line-height: 60px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      white-space: nowrap;
      width: 0;
      -webkit-transition: 0.50s;
      -moz-transition: 0.50s;
      transition: 0.50s;
  }
  .mini-right-nav li::after{
      display: none;
  }
  .mini-right-nav li,
  .mini-right-nav ul{
      padding-left: 0 !important;
  }
  .iframe-footer {
      border: 0;
      width: 100%;
      margin-bottom: 0;
      height: 50px;
      display: block;
  }
  .mtmo_widget_17 {
      position: fixed;
      right: 0;
      top: 25%;
      z-index: 99;
  }
.privacy_section {
    padding-bottom: 60px;
}

body .btn_area_planning_widget .blue-btn {
    display: flex;
    align-items: center;
    padding: 10px;
    max-width: fit-content;
}
body .btn_area_planning_widget .arrow img {
    margin-top: 0;
    margin-left: 10px;
}

.financieren-mid-sec li {
    list-style: none;
}
.zoekopdracht-mid-wrap td:hover li::after{
    filter: brightness(0) invert(1);
}
.zoekopdracht-mid-wrap td:hover li{
    color: #fff;
}
.zoekopdracht-mid-wrap td:hover a {
	 color: #fff;
}
.header_logo img {
    width: 230px;
}
.header_lft {
    column-gap: 6px;
    max-width: 378px;
}
.aanbod-dtl-contact-man-info {
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.aanbod-dtl-contact-area::before {
    display: none;
}
.man-img {
    width: 142px;
    height: 142px;
}
.footer-logo img {
    width: 127px;
}
.aanbod-dtl-contact-area {
    padding-bottom: 19px;
}
.aanbod-dtl-contact-info h4 {
    padding-bottom: 10px;
}
.aanbod-dtl-contact-info a {
    line-height: 34px;        
	display: block;
}
.aanbod-dtl-contact-man-info {
    margin-bottom: 40px;
}
.man-img {
    margin-left: 0;
    margin-right: auto;
}
.groen-logo img{
	width: 35px;
}