@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 16px;
    color: #fff;
	background: #1E1E1E;
}
html {
    font-size: 62.5%;
}

#mobile-contact-bar {
    display: none;
}

/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.menu-icon {
	width: 31px;
	height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.menu-icon span {
	display: block;
	height: 2px;
	background: #D2A837;
	border-radius: 0;
	transition: all 0.5s;
}
.menu-icon.menu_active span:nth-child(1) {
	transform: rotate(45deg) translate(7px, 7px);
}
.menu-icon.menu_active span:nth-child(2) {
	opacity: 0;
}
.menu-icon.menu_active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -6px);
}
.extra-menu{
	display: flex;
	position: fixed;
	width: 100%;
	height: calc(100vh - 90px);
	top: 103px;	
	left: 0;
	background: #1E1E1E;
	z-index: 1	;
	padding: 40px 40px 80px;
	overflow-y: scroll;
}
.extra-menu::after{
	position: fixed;
	content: "";
	width: 100%;
	height:0;
	background: transparent;
	z-index: 12;
	bottom: 0;
	left: 0;
}
.menu-wrap-active .extra-menu::after{
	background: #1E1E1E;
	height: 52px;
}
.extra-menu{
	inset: 90px 0 0 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.extra-menu .container > ul{
	padding-bottom: 40px;
}
.menu-wrap-active .extra-menu{
	inset: 90px 0 0 0;
	/* position: relative; */
}
.menu-open{
	/* background-color: #1E1E1E; */
}
.menu-open .header-wrap{
	border-bottom: 1px solid #fff;
}
.extra-menu a{
	color: #fff;
	font-family: 'encodesansexpanded-medium';
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	width: max-content;
}
.extra-menu a:hover,
.extra-menu .mobile-sub-menu-active{
	color: #E7CD78;
}
.extra-menu ul li ul{
	display: none;
	margin-top: 20px;
	padding-left: 20px;
}
.extra-menu  li{
	margin-bottom: 20px;
}
.header-arrea{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	display: flex;
}
.header-arrea::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 0%;
	background: transparent;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-wrap{
	display: flex; 
	justify-content: space-between;
	align-items: center;
	width: 100%;
	border-bottom: 1.5px solid #fff;
	padding: 30px 0 20px;
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-wrap > *{
	flex-shrink: 0;
}
.scroll_down .main-menu ul{
	opacity: 0;
	pointer-events: none;
}
.okk,
.scroll_down{
	backdrop-filter: blur(10px);
}
.menu-open::after,
.scroll_up::after{
	background: #1E1E1E;
	height: 100%;
}
.main-menu ul{
	display: flex;
	column-gap: 30px;
	align-items: center;
}
.main-menu .logo img{
	width: 252.198px;
}
.logo{
	position: relative;
	z-index: 5;
}
.logo img{
	width: 252px;
}
.animate p{
	color: #fff;
}
.fixed_header{
	background: #1E1E1E;
}
.main-menu li a{
	color: #fff;
	font-family: 'encodesansexpanded-medium';
	line-height: 3;
	letter-spacing: 1.6px;
	text-transform: uppercase;

}
.main-menu li a.active-menu,
.main-menu li a:hover{
	color: #D2A837;
}
.sub-menu-wrap{
	position: absolute;
    top: 100%;
    left: 0;
    background: #1E1E1E;
    width: 100%;
    padding: 40px;
    margin-top: 0;
    display: none;
    z-index: 0;
	margin-top: 15px;
	z-index: 1;
}
.sub-menu-wrap::after{
	position: absolute;
	content: "";
	width: 215px;
	height: 215px;
	background-image:url(../images/menu-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	z-index: -1;
	pointer-events: none;
}
.mobile-sub-menu,
.sub-menu{
	display: flex;
	gap: 10px;
	align-items: center;
}
.mobile-sub-menu::after,
.sub-menu::after{
	content: "";
	background-image: url(../images/sub-menu-icon.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	width: 10px;
	height: 11px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-sub-menu-active::after,
.active-menu::after{
	transform: rotate(180deg);
	filter: none;
	-webkit-filter: none;
}
.sub-menu-left a{
	font-size: 2.4rem;
	color: #fff;
	font-family: 'encodesansexpanded-regular';
	line-height: 48px;
	letter-spacing: 2.4px;
	text-transform: uppercase;		
}
.sub-menu:hover::after{
	filter: none;
	-webkit-filter:none;
}
.sub-menu-left ul{
	flex-direction: column;
    max-width: max-content;
	align-items: start;
    margin: auto;
    height: 100%;
    width: 100%;
}
.tt{
	height: 90px;
    width: 100%;
    top: -53px;
    left: 0;
    z-index: 1;
    background-color: transparent;
    position: absolute;
}
.fix-icon{
	position: fixed;
	bottom:7%;
	right:40px;
	width: auto;
	z-index: 98;
}
.fix-wp{
	width: 52.2px;
	height: 52.208px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #25D366;
	border-radius: 50%;
}
.fix-wp img{
	width: 26px;
	height: 26px;
}
/* ======= home ======== */
.each_home_banner,
.video_banner{
	height: 972px;
}
.each_home_banner img,
.video_banner video {
	object-fit: cover;
	height: 100%;
}

.banner-sec{
	position: relative;
}
.banner-sec::after{
	position: absolute;
	content: "";
	width: 200px;
	height: 200px;
	background-image: url(../images/banner-bg.svg);
	background-size: cover;
	z-index: 1;
	bottom: 0;
	right: 0;
	pointer-events: none;
}
.banner-content{
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 9;
	width: 100%;
}
.banner-content h1{
	max-width: 600px;
}
.banner-content .common_btn{
	margin-top: 36px;
}

/***********brand-marquee**************/
.brand-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 37px 0;
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.23);
	background-color: #292929;
}
.brand-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 90px;
	align-items: center;
}
.brand-marquee-wrap ul {
	display: flex;
	gap: 90px;
	padding: 0;
	margin: 0;
	list-style: none;
	align-items: center;
}
.brand-marquee-wrap li {
	white-space: nowrap;
	padding: 0;
	position: relative;
	padding-left: 40px;
}
.product-heading p{
	max-width: 650px;
	word-break: break-all;
}
.product-heading h2{
	margin-bottom: 40px;
}
/* =========== product =========== */
.home-product{
	padding: 120px 0;
	background: #1E1E1E;
	position: relative;
	z-index: 2;
}
.home-product::after{
	position: absolute;
	content: "";
	width: 83.5%;
	height: 60%;
	background-color: #1E1E1E;
	z-index: -1;
	bottom: 0;
	right: 0;
	pointer-events: none;
	display: none;
}
.each-slide-car {
	overflow: hidden;
}
.each-slide-car img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-slide:hover .each-slide-car img {
	transform: scale(1.1);
}
.each-slide-car-content-right{
	text-align: end;
}
.each-slide-car-content-right span{
	color: #D2A837;
}
.each-slide-car-content-left td{
	color: #A1A0A0;
	padding-right: 5px;
	position: relative;
}
.home-produt-car{
	padding-top: 86px;
}
.each-slide-car-content-left td:not(:last-child)::after {
	position: absolute;
	right: 1px;
	bottom: 4px;
	content: '';
	width: 1px;
	height: 15px;
	background-color: #A1A0A0
}
.each-slide-car-content-left h5{
	line-height: normal;
	letter-spacing: normal;
	/*height: 24px;
	overflow: hidden;*/
}
.small-car .each-slide-car-content-left h5{
	font-size: 1.4rem;
	/*height: 14px;*/
	margin-bottom: 6px;
	/*overflow: hidden;*/
}
.small-car .each-slide-car-content-left tr{
	flex-wrap: wrap;
	display: flex;
    height: 35px;
    overflow: hidden;
}
.small-car .each-slide-car-content-right span{
	font-size: 1.4rem;
	margin-bottom: 10px;
	display: block;
}
.small-car .each-slide-car-content-left td,
.small-car .each-slide-car-content-right p{
	font-size: 1.2rem;
	line-height: normal;
}
.small-car .each-slide-car-content-left td:not(:last-child)::after {
    width: 1px;
    height: 9px;
}
.small-car .each-slide-car-content-left td:last-child{
		width: 100%;
}
.each-slide-car-content{
	padding-top: 10px;
}
.home-product .col-xl-7 {
	width: 54%;
}
.home-product .col-xl-5 {
	width: 46%;
}
.small-car .row{
	row-gap: 25px;
}
.product-btn{
	text-align: center;
	margin-top: 112px;
}
/* ======= home-diensten ========  */
.home-diensten{
	overflow: hidden;
	position: relative;
	background: #292929;
	z-index: 2;
	padding-top: 50px;
	padding-bottom: 80px;
}
.home-diensten::after{
	position: absolute;
    content: "";
    width: 83.5%;
    height: 38%;
    background-color: #1E1E1E;
    z-index: -1;
    top: 0;
    right: 0;
    pointer-events: none;
	display: none;
}
.home-diensten::before {
    background-image: url(../images/home-diensten-amra-cars-bg.svg);
    content: "";
    top: -16px;
    right: -127px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    height: 295px;
    width: 315px;
}
.home-diensten .product-heading .common_btn{
	margin-top: 20px;
}
.home-diensten-gal-sec{
	margin-top: 40px;
}
.home-diensten-gal-sec-left ul li{
	display: none;
	background-color: #292929;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.home-diensten-gal-sec-left ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-diensten-gal-sec-left{
	height: 100%;
}
.home-diensten-gal-sec-left li{
	height: 100%;
}
.home-diensten-gal-sec-left ul li.show-img{
	display: block;
}
.home-diensten-gal-sec-right{
	height: 100%;
}
.home-diensten-gal-sec-right ul{
	padding-right: 30px;
	display: flex;
	height: 100%;
	justify-content: space-between;
	width: 100%;
	flex-direction: column;
	/* row-gap: 30px; */
}
.home-diensten-gal-sec-right li{
	position: relative;
	padding: 27px 30px;
}
.home-diensten-gal-sec-right li:first-child{
	/* padding-top: 0; */
}
.home-diensten-gal-sec-right li:last-child{
	/* padding-bottom: 0; */
}
.home-diensten-gal-sec-right li h5{
	position: relative;
}
.home-diensten-gal-sec-right li h5::before{
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background: #D2A837;
	z-index: 0;
	top: 12.9px;
	left: -30px;
	z-index: 5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}	
.home-diensten-gal-sec-right li.active-list h5::before{
	background: #1E1E1E;
}
.home-diensten-gal-sec-right li a{
	position: relative;
	z-index: 9;
}
.home-diensten-gal-sec-right li::after{
	position: absolute;
	content: "";
	width: 100vw;
	height: 100%;
	background: transparent;
	z-index: 1;
	top: 0;
	left: -80px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	pointer-events: none;
}
.home-diensten-gal-sec-right .active-list::after{
	background: #D2A837;
}
.home-diensten-gal-sec-right .active-list h5{
	color: #1E1E1E;
}
.home-diensten-gal-sec-right .active-list p{
	color: #1E1E1E;
}
.home-diensten-gal-sec-left ul{
	height: 100%;
	padding-right: 65px;
}

/* ======== home-overons =========== */
.over-amra-cars-gallery{
	display: flex;
	max-width: 900px;
	margin-left: auto;
}
.each-over-amra-cars-gallery-detl{
	display: flex;
	width: 100%;
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
	row-gap: 42px;
	padding-top: 174px;
	padding-bottom: 85px;
}
.each-over-amra-cars-gallery-text p{
	font-size: 2.4rem;
	color: #FFF;
	letter-spacing: 2.4px;
    text-transform: uppercase;
	line-height: 32px;
}
.each-over-amra-cars-gallery-text h5{
	color: #D2A837;
	font-family: 'EncodeSansExpanded-Bold';
	padding-bottom: 9px;
	line-height: 32px;
}
.each-over-amra-cars-gallery-text{
	/* max-width: 181px;
	margin-right: auto; */
	padding-left: 30px;
	padding-right: 30px;
}
.each-over-amra-cars-gallery-img img{
	height: 100%;
	object-fit: cover;
}
.each-over-amra-cars-gallery-detl:nth-child(even){
    border-left: 1px solid rgba(255, 255, 255, 0.6);
	border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.over-amra-cars-heading p{
   padding-top: 38px;
   padding-bottom: 85px;
   color: #FFF;

}
.over-amra-cars-sec {
    background: #1E1E1E;
    position: relative;
}
.over-amra-cars-wrap{
	position: relative;
}
.over-amra-cars-wrap::after{
    background-image: url(../images/over-amra-cars-bg.svg);
    content: "";
    top: 0;
    left: -162px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    height: 295px;
    width: 315px;
}
.over-amra-cars-heading{
	margin-left: 0;
	max-width: 450px;
	margin-bottom: 140px;
	position: relative;
	z-index: 3;
}
.over-amra-cars-sec::before{
	background: #1E1E1E;
	content: "";
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	position: absolute;
	height: 100%;
	width: 86%;
	display: none;
}
.each-over-amra-cars-gallery-img{
	height: 380px;
	width: 100%;
}
.over-amra-cars-wrap .row{
    margin: 0px -23px;
}
.over-amra-cars-wrap .col-lg-4{
	padding: 0px 23px;
}
.over-amra-cars-wrap .col-lg-8{
	padding: 0px 23px;
}
/* ========== FOOTER-START ============== */
.whatsapp-btn {
	max-width: 259px;
	height: 69px;
	border-radius: 41.5px;
    background: rgba(37, 211, 102, 0.30);
    backdrop-filter: blur(5px);
	column-gap: 10px;
}
.whatsapp-icon {
	width: 51px;
	height: 51px;
	background: #25D366;;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.whatsapp-info {
	font-size: 1.6rem;
	/* margin-left: 9px; */
	line-height: 25px;
    color: #fff;
	letter-spacing: 1.6px;
	font-family: 'encodesansexpanded-regular';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.whatsapp-btn:hover .whatsapp-info{
	color: #E7CD78;
}
.footer-icon ul{
	display: flex;
	column-gap: 32px;
}
.each-footer-content li{
	list-style: none;
	padding-bottom: 5px;
}
.each-footer-content h6{
	font-size: 1.6rem;
	color: #FFF;
	letter-spacing: 1.6px;
    text-transform: uppercase;
	line-height: 32px;
	padding-bottom: 8px;
	font-family: 'EncodeSansExpanded-Bold';
}
.each-footer-content a{
   font-size: 1.6rem;
   color: #FFF;
   font-family: 'encodesansexpanded-regular';
   letter-spacing: 1.6px;
   line-height: 32px;
   margin-bottom: 5px;
   display: inline-block;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
}
.each-footer-content ul{
	margin: 0;
	padding: 0;
}
.each-footer-content table td{
	font-size: 1.6rem;
	font-family: 'encodesansexpanded-regular';
	letter-spacing: 1.6px;
	line-height: 32px;
	padding-bottom: 3px;
}
.each-footer-content table td:first-child {
    padding-right: 20px;
}

.footer-logo img{
	margin-bottom: 42px;
	width: 252px;
}
.footer-sec{
	padding-top: 100px;
	background: #292929;
}
.footer-right{
	padding-left: 20%;
	position: relative;
	/* z-index: 3; */
	z-index: 1;
}
.footer-icon {
    padding-top: 38px;
}
.adres-dtls{
	padding-top: 20px;
}
.privacy a{
	color: #FFF;
	font-size: 1.6rem;
	font-family: 'encodesansexpanded-regular';
	line-height: 32px;
    letter-spacing: 1.6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-footer-content a:hover{
	color: #D2A837;
}
.privacy a:hover{
	color: #D2A837;
}
.footer-btm-content h6{
	font-family: 'encodesansexpanded-regular';
	color: #393939;
	letter-spacing: 24.8px;
    text-transform: uppercase;
	font-size: 13.9vw;
	position: relative;
    bottom: -117px;
	text-align: center;
	white-space: nowrap;
}
.footer-right .order-md-2 .each-footer-content{
	max-width: max-content;
	margin-left: auto;
}
.privacy{
	margin-top: -58px;
}
.footer-btm-content{
	margin-top: -76px;
	overflow: hidden;
}
.footer-icon ul li img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 27px;
}
.footer-icon ul li img:hover{
    filter: brightness(0) saturate(100%) invert(69%) sepia(66%) saturate(378%) hue-rotate(2deg) brightness(100%) contrast(94%);	
}
.footer-sec{
	position: relative;
}
.footer-sec::before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/background-footer.svg);
	height: 148px;
	width: 148px;
	background-size: cover;
}
/* ============== Diensten-list =========== */
/****inner-banner-sec***/
.inner-banner-sec {
	position: relative;
}
.inner-banner-text {
	bottom: 205px;
	position: absolute;
	left: 0;
	width: 100%;
}
.inner-banner-sec::before{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/inner-banner-bg.svg);
	height: 244px;
	width: 244px;
	background-size: cover;
}
/* ********service-sec*********** */
.each-service {
	position: relative;
	margin-bottom: 16px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.each-service::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #D2A837 0%, #D2A837 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.each-service:hover::after {
	opacity: 1;
}
.each-service-text{
	position: absolute;
	/* top:0 ; */
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 28px 35px;
	/* height: 100%; */
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}
.each-service:hover .ach-service-text {
	transition: 0.7s all ease;
	-webkit-transition: 0.7s all ease;
}
.service-sec-wrap .col-lg-6 {
	padding-left: 18px;
	padding-right: 18px;
}
.service-sec-wrap .row {
	margin-left: -18px;
	margin-right: -18px;
}
.each-service-text p {
	padding-top: 1.6rem;
	padding-bottom: 36px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-bottom: 0;
	line-height: 32px;
}
.each-service .each-service-text .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.each-service:hover .each-service-text  .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
	height: 190px;
}
.each-service:hover .each-service-text  {
	/* top: 32%; */
}
.each-service .each-service-text {
	/* top: 70%; */
}
.each-service:hover h5{
	color: #1E1E1E;
}
.each-service:hover p{
	color: #1E1E1E;
}
.service-sec{
	margin-top: 120px;
	margin-bottom: 105px;
}
.service-sec .each-service-text:hover p{
	color: #1E1E1E;
}
.each-service-img{
	height: 366px;
}
.each-service-img img{
	height: 100%;
	object-fit: cover;
}




/* ================== diensten-detail-page-start ====================== */
.diens-top-content{
	max-width: 728px;
	margin-right: auto;
}
.back_btn{
	padding-top: 182px;
	padding-bottom: 30px;
}
.diens-top-content p{
	margin-bottom: 25px;
}
.diens-top-content h2{
	margin-bottom: 12px;
}
/* *******form-sec********** */
.form-main-area .form-group {
	margin-bottom: 45px;
}
.form-main-area .form-styl {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #FFF;
	font-size: 1.6rem;
	font-family: 'encodesansexpanded-regular';
	padding-bottom: 18px;
	color: #D2A837;
	border-radius: 0;
	padding-left: 20px;
}
.form-main-area .form-styl:focus {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #D2A837;
	color: #D2A837;
}
.form-main-area .form-styl::placeholder {
	color: #FFF;
}
.form-main-area .form-styl:focus::placeholder{
	color: #D2A837;
}
.form-main-area .form-styl.foto_upload,
.form-main-area .form-styl.photo_upload {
	color: #fff;
}
.form-main-area .form-group {
	position: relative;
}
.form-main-area textarea {
	resize: none;
}
.form-main-area textarea.form-styl {
	min-height: 50px;
	width: 100%;
	padding-bottom: 10px;
}
.form-main-area{
	padding-right: 30px;
}
.form-heading{
	padding-bottom: 70px;
}
.form-heading h2{
	padding-bottom: 12px;
}
.form-sec{
	padding-top: 125px;
	background-color: #292929;
	padding-bottom: 120px;
}
.form-heading p{
	max-width: 570px;
	color: #FFF;
}
.form-sec-wrap{
	max-width: 1251px;
	margin: 0px auto;
}
.form-right-area{
	margin-left: 112px;
}
.form-right-area .each-footer-content{
	margin-top: 23px;
}
.form-right-area .adres-dtls {
	padding-top: 25px;
}
.form-btn{
	margin-top: 18px;
}
.form-btn .common_btn{
	padding: 15px 30px;
}
.form-main-area .row{
	margin: 0px -30px;
}
.form-main-area .col-lg-6{
	padding: 0px 30px;
}
.form-main-area .col-lg-12{
	padding: 0px 30px;
}
.form-sec{
	position: relative;
}
.form-sec::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/form-sec-bg.svg);
	height: 247px;
	width: 247px;
	background-size: cover;
}


/* ********** diens-dtl-info-sec********** */
.diens-dtl-info-img{
	display: grid;
	grid-template-columns: 1fr  1fr;
	align-items: center;
	column-gap: 40px;
}
.each-diens-dtl-info-wrap .row{
	max-width: 1270px;
	margin: 0px auto;
}
.diens-dtl-info-img h2{
	font-family: 'EncodeSansExpanded-ExtraBold';
	font-size: 11.5vw;
	color: #fff;
}
.diens-dtl-info-text{
	max-width: 603px;
}
.each-diens-dtl-info-wrap:nth-child(odd) .diens-dtl-info-text{
   margin-left: 30px;
}
.each-diens-dtl-info-wrap{
   border-top: 1px solid rgba(210, 168, 55, 0.70);
   border-bottom: 1px solid rgba(210, 168, 55, 0.70);
   padding: 43px 0;
}
.diens-dtl-info-sec{
	margin-bottom: 95px;
	margin-top: 120px;
}
.diens-dtl-info-text h5{
	padding-bottom: 10px;
}
.diens-dtl-info-sec .container .each-diens-dtl-info-wrap:nth-child(odd) .diens-dtl-info-heading{
	max-width: max-content;
	margin-left: auto;
	margin-right: 0;
}
.diens-dtl-info-sec .container .each-diens-dtl-info-wrap:nth-child(even) .diens-dtl-info-heading{
	margin-left: 0;
}



/* ******** diens-dtl-slider-sec ********* */
.each-diens-dtl-slider{
	position: relative;
	margin-bottom: 20px;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.diens-dtl-service-slider .each-diens-dtl-content{
	top: 68%;
	bottom: 0;
}
.each-diens-dtl-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 27px 38px;
	padding-right: 25px;
	height: 100%;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
  }
.each-diens-dtl-content h5{
	margin-bottom: 21px;
}
.diens-dtl-slider-wrap{
	position: relative;
}
.each-diens-dtl-image{
	height: 311px;
}
.diens-dtl-slider-sec{
	margin-bottom: 120px;
	margin-top: 145px;
}
.related-service-heading {
	margin-bottom: 75px;
}
.each-diens-dtl-slider .each-diens-dtl-content .hover-content{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.each-diens-dtl-slider:hover .each-diens-dtl-content {
	top: 26%;
}
.each-diens-dtl-content:hover h5{
	color: #1E1E1E;
}
.each-diens-dtl-slider:hover h5{
	color: #1E1E1E;
}
.diens-dtl-service-slider:hover p{
	color: #1E1E1E;
}
.diens-dtl-service-slider:hover .each-diens-dtl-content  .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
	height: 190px;
}
.each-diens-dtl-slider::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #D2A837 0%, #D2A837 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.each-diens-dtl-slider:hover::after {
	opacity: 1;
}
.diens-dtl-service-slider .each-diens-dtl-content:hover p{
	color: #1E1E1E;
}
.each-diens-dtl-slider .hover-content p{
	text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.aanbod-dtl-product-slider-right .swiper-button-next,  .aanbod-dtl-product-slider-right .swiper-button-prev {
	top: 49%;
}
.each-diens-dtl-image img{
	height: 100%;
	object-fit: cover;
}


/* ************ map-sec ************* */
.map-sec-wrap{
	height: 450px;
}
.contact-form-sec {
	padding-top: 125px;
	padding-bottom: 120px;
}
.map-sec{
	margin-bottom: 120px;
	position: relative;
}
.map-sec-wrap{
	position: relative;
}
.map-sec-wrap::after{
	position: absolute;
	content: "";
	top: 48%;
	left: 49%;
	transform: translate(-50% , -50%);
	background-image: url(../images/lacation-logo.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 59px;
	width: 40px;
	align-items: center;
	display: none;
}
/*=============== bedankt ===============*/
/* ************ bedankt-banner-sec*********** */
.bedankt-banner-sec {
	position: relative;
}
.bedankt-banner-text{
	bottom: 116px;
	position: absolute;
	left: 0;
	/* left: 140px; */
	width: 100%;
	max-width: 809px;
}
.bedankt-banner-text h1{
	padding-bottom: 28px;
}
.bedankt-banner-sec::before{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/inner-banner-bg.svg);
	height: 244px;
	width: 244px;
	background-size: cover;
}

/* ======= popup ========== */
.modal-area .modal-dialog {
    max-width: 52.5%;
    margin: 5% auto 0;
}
.modal-area .modal {
	background: rgba(30, 30, 30, 0.60);
	backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    background: #1E1E1E;
    position: relative;
}
.modal-area .popup-content {
    text-align: center;
    padding: 10px;
	max-width: 643px;
	margin: 0px auto;
	padding-top: 100px;
}
.modal-area .popup-content p{
    margin-bottom: 48px;
    width: 100%;
    color: #FFF;
    padding-top: 30px;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 21px;
    width: 21px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img img {
    width: 22px;
    height: 22px;
}
.popup-content ul{
	width: fit-content;
	margin: 0px auto;
	padding-top: 23px;
}
.popup-content ul li{
	font-family: 'encodesansexpanded-regular';
	line-height: 32px;
	color: #fff;
	font-size: 1.6rem;
	width: fit-content;
	margin: 0px auto;
}
/* ======================= over-one ======================== */
/* ********* over-one-top-sec********* */
.over-one-top-text{
	max-width: 603px;
	margin-right: auto;
}
.over-one-top-text h2{
	padding-bottom: 13px;
}
.over-one-top-sec{
	margin-top: 82px;
}
.over-one-top-img{
	max-width: 656px;
	margin-left: auto;
}
/* ********** over-one-mid-sec********* */
.over-one-mid-wrap .col-lg-4:nth-child(even) .each-over-one-mid-area{
	display: flex;
	flex-direction: column-reverse;
	border-left: 1px solid rgba(210, 168, 55, 0.6);
	border-right: 1px solid rgba(210, 168, 55, 0.6);
	padding-left: 30px;
	padding-right: 30px;
}
.each-over-one-mid-area{
	padding: 65px 16px;
	height: 100%;
}
.over-one-mid-sec{
	margin-top: 80px;
	margin-bottom: 120px;
}
.over-one-btm-text{
	padding-top: 37px;
}
.over-one-btm-text p{
	margin-bottom: 40px;
	padding-top: 12px;
}
.over-one-btm-text h5{
	line-height: 32px;
}
.over-one-mid-img{
	height: 254px;
}
.over-one-mid-img img{
	height: 100%;
	object-fit: cover;
} 


/* ********* over-one-gallery-sec********** */
.each-gallery-img{
	height: 414px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-duration: 1.4s;
	overflow: hidden;
}
.each-gallery-img img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition-duration: 1.4s;
}

.each-gallery-img:hover img{
	transform: scale(1.1);
}
.each-gallery-img:nth-child(odd){
	border-right: 1px solid #D2A837;
}
.over-one-gallery-sec::after{
	position: absolute;
	content: "";
	width: 1436px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	background-color: #D2A837;
}
.over-one-gallery-sec{
	position: relative;
}
.over-one-gallery-sec .row > div:nth-child(odd) .each-gallery-img{
	border-right: 1px solid #D2A837;
}
.over-one-gallery-sec .row > div:last-child:nth-child(odd) .each-gallery-img{
	border-left: 1px solid #D2A837;
	border-right: 0;
}


/* ============== vacature-detaill================= */

/* ********** .vacature-dtl-banner*********** */
.diens-top-content h5{
	padding-bottom: 12px;
	padding-top: 3px;
}
.diens-btm-content{
	max-width: 669px;
	margin-right: auto;
}

/* ************ vacature-dtl-info-sec*********** */
.vacature-dtl-info-text ul li{
	list-style: square;
	color: #A1A0A0;
	line-height: 24px;
	font-size: 1.6rem;
	font-family: 'encodesansexpanded-regular';
	padding-bottom: 13px;
}
.vacature-dtl-info-text ul li::marker{
	color: #D2A837;
	font-size: 25px;
}
.vacature-dtl-info-text h5{
	padding-bottom: 20px;
}
.vacature-dtl-info-number h2 {
	font-family: 'EncodeSansExpanded-ExtraBold';
	font-size: 11.5vw;
	color: #fff;
}
.each-vacature-dtl-info-wrap{
	border-top: 1px solid rgba(210, 168, 55, 0.70);
	border-bottom: 1px solid rgba(210, 168, 55, 0.70);
	padding-top: 62px;
	padding-bottom: 37px;
}
.each-vacature-dtl-info-wrap .row {
	max-width: 1200px;
	margin: 0px auto;
}
.each-vacature-dtl-info-wrap:nth-child(odd) .vacature-dtl-info-text{
	margin-left: 233px;
}
.each-vacature-dtl-info-wrap:nth-child(even) .vacature-dtl-info-number{
	margin-left: 108px;
}
.vacature-dtl-info-sec{
	margin-top: 120px;
	margin-bottom: 75px;
}


/* ************ vacature-dtl-service-slider************ */
.vacature-dtl-service-slider .each-diens-dtl-content {
	top: 68%;
	bottom: 0;
}
.vacature-dtl-service-slider .each-diens-dtl-content .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.vacature-dtl-service-slider .hover-content p {
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 32px;
}
.vacature-dtl-service-slider::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #D2A837 0%, #D2A837 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.vacature-dtl-service-slider .each-diens-dtl-content:hover p {
	color: #1E1E1E;
}
.vacature-dtl-service-slider:hover .each-diens-dtl-content .hover-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  height: 190px;
}
.vacature-dtl-service-slider:hover p{
	color: #1E1E1E;
}




/* ======================= aanbod-list  ================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 180px 0 50px;
    /* background-color: #191D23; */
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'encodesansexpanded-medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #E7CD78;
}
.filter-reset a:hover img {
    filter: invert(76%) sepia(70%) saturate(246%) hue-rotate(3deg) brightness(94%) contrast(96%);
}
.select-style {
	width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'encodesansexpanded-medium';
    font-size: 1.6rem;
	background-color: #14181E;
	border-radius: 100px;
	border: 0.5px solid #E7CD78;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.select-style.show {
    border-radius: 10px 10px 0 0;
	background-color: #E7CD78;
	color: #14181E;
	background-image:url(../images/dark-filter-arrow.svg) ;
}
.select-style:hover {
	background-color: #E7CD78;
	color: #14181E;
	background-image:url(../images/dark-filter-arrow.svg) ;
}
.filter-main {
    margin-bottom: 20px;
}
.sort-filter .select-style{
	width: 200px;
	margin-left: auto;
}
.filter-main option{
	font-family: 'encodesansexpanded-medium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#E7CD78;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E7CD78;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    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: #202020;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'encodesansexpanded-medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #202020;
    /* 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 #202020;;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #202020;
    border-color: #202020;
}
.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: 25px;
    /* background-color:; */
	font-family: 'encodesansexpanded-medium';
    font-size: 1.4rem;
    border: 1px solid #E7CD78;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #E7CD78;
	color: #202020;
}
.auto-overview-tag:hover .cross-btn{
	filter: invert(1);
}
.aanbod-filter {
	/* margin-bottom: 18px; */
	/* width: 20%; */
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 90px;
    background-color: #14181E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    color: #202020;
    border-radius: 100px;
    background: #E7CD78;
    border: 0.5px solid #E7CD78;
	display: inline-block;
	padding: 12px 30px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	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: #E7CD78;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #E7CD78;
}
.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: #E7CD78;
	border-color: #E7CD78;
  	color: #14181E;
	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: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #E7CD78;
    background-color: #E7CD78;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-lft {
	/* display: flex;
	align-items: center;
	justify-content: end; */
	display: grid;
	grid-template-columns: 15% auto;
	column-gap: 30px;
}
.filter-sort h5 {
	/* margin-right: 10px; */
    color: rgba(249, 248, 246, 0.7);
    font-family: 'encodesansexpanded-medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	/* width: 200px; */
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.filter-sort{
	width: 200px;
	margin-left: auto;
}
.aanbod-list{
	padding-bottom: 120px;
}
.aanbod-list .each-slide h5{
	font-size: 1.8rem;
	line-height: normal;
	/*height: 16px;*/
	margin-bottom: 10px;
}
.aanbod-list .each-slide-car-content-right span{
	margin-bottom: 4px;
	display: inline-block;
}
.list-car-wrap > .row{
	row-gap: 48px;
}
.clear-filter-wrap {
    padding-left: 20%;
}



/* ============================ NEW-ADD-CSS-N================================= */
.aanbod-dtl-slider-sec .each-diens-dtl-slider:hover::after {
	content: none;
 }
 .aanbod-dtl-slider-sec .each-diens-dtl-slider:hover h5 {
	 color: #FFF;
 }
 .aanbod-dtl-slider-sec .diens-dtl-service-slider:hover p {
	 color: #A1A0A0;
 }
 .aanbod-dtl-slider-sec .diens-dtl-service-slider p{
	 color: #A1A0A0;
	 font-size: 1.6rem;
	 padding-top: 3px;
 } 
 .aanbod-dtl-slider-sec .each-slide-car-content-left h5{
	 font-size: 1.8rem;
	 padding-top: 5px;
 }
 .aanbod-dtl-slider-sec .each-slide-car-content-left table{
	 margin-top: 8px;
 }
 .aanbod-dtl-slider-sec .each-slide-car-content-right p{
	 margin-bottom: 2px;
 }
 .aanbod-dtl-slider-sec .each-slide-car-content-left td{
	 padding-right: 8px;
	 padding-left: 6px;
	 font-size: 1.6rem;
	 font-family: 'encodesansexpanded-regular';
 }
 .aanbod-dtl-slider-sec .each-slide-car-content-left td:first-child{
	 padding-left: 0;
 }
 .diens-dtl-slider-sec.aanbod-dtl-slider-sec {
	 margin-bottom: 77px;
	 margin-top: 130px;
 }
 
 
 /* .each-aanbod-dtl-product-thumbs{
	 height: 184px;
 }
 .each-aanbod-dtl-product-thumbs img{
	 height: 100%;
	 object-fit: cover;
 } */
 .shear-btn{
	 text-align: right;
	 margin-top: -52px;
 }
 .each-aanbod-dtl-product-content{
	 background-color: #292929;
	 padding: 30px 33px 33px 30px;
	 margin-bottom: 15px;
 }
 .each-aanbod-dtl-product-content-left h5{
	 color: #D2A837;
	 padding-left: 25px;
 }
 .each-aanbod-dtl-product-content-left p{
	 padding: 5px 0;
	 /* max-width: 482px; */
	 padding-left: 25px;
 }
 .each-aanbod-dtl-product-content-left table{
	 margin-top: 26px;	
	 margin-bottom: 35px;
	 border-top: 1px solid rgba(255, 255, 255, 0.10);
	 border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	 width: 100%;
 }
 .each-aanbod-dtl-product-content-left table td{
	 padding-right: 20px;
	 padding-top: 7px;
	 padding-bottom: 10px;
 }
 .each-aanbod-dtl-product-content-left table td p{
	 padding-bottom: 0;
 }
 .each-aanbod-dtl-product-content-left table td:last-child{
	 padding-right: 0;
 }
 .shear-btn .common_btn.transparent_btn{
	 border: 0.5px solid #FFF;
 }
 .shear-btn .common_btn.transparent_btn em{
	 padding-right: 5px;
 }
 .shear-btn .common_btn.transparent_btn img{
	 height: 16px;
	 width: 16px;
 }
 .aanbod-dtl-product-btn{
	 display: flex;
	 column-gap: 30px;
	 justify-content: center;
 }
 .aanbod-dtl-product-sec{
	 margin-bottom: 120px;
 }
 .diens-dtl-slider-wrap .swiper-button-next, .diens-dtl-slider-wrap .swiper-button-prev{
	top: 60%;
}
 .each-aanbod-dtl-product-slideview img {
	 height: 100%;
	 object-fit: cover;
 }
 .each-aanbod-dtl-product-content-left table span{
	 color: #D2A837;
 }
 .each-aanbod-dtl-product-content-left td:last-child{
	 text-align: right;
 }



 /****aanbod-tab-sec****/
.aanbod-dtls-sec {
    padding-bottom: 80px;
}
.aanbod-dtls-area {
    overflow: hidden;
}
.dtl-tab-part {
	position: relative;
	overflow: hidden;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    max-width: max-content;
    margin: auto;
    padding: 10px 0;
    margin-bottom: 66px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
}
.tab-btn ul.tabs li.common-btn:hover strong {
    color: #fff;
}
ul.tabs li::after {
    top: 0;
    border-radius: 0;
}
.tab-btn .tabs li.active {
    background: #E7CD78;
    /* color: #fff; */
}
.tab-btn .tabs li.active em{
    color: #202020;
}
.tab-btn .tabs li:hover{
	background: #E7CD78;
}
.tab-btn .tabs li:hover b{
	color: #202020 ;
}
.tab-btn .tabs
.tab_content {
	display: none;
}
.tab_content{
	max-width: 876px;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab table {
	width: 100%;
	margin-bottom: -1px;
}
.kenmerken-tab td {
    padding: 32px 43px 32px;
    width: 33.33%;
    border-bottom: 1px solid rgba(231, 205, 120, 0.4);
    border-right: 1px solid rgba(231, 205, 120, 0.4);
    flex-shrink: 0;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab td h5 {
    word-break: break-word;
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: normal;
	letter-spacing: normal;
}
.kenmerken-tab td h6 {
    font-size: 1.6rem;
    line-height: normal;
    color: rgba(161, 160, 160, 1);
}
.kenmerken-tab td strong{
	max-width: max-content;
	margin: auto;
	display: block;
}
.kenmerken-tab h3 {
    color: #292B2C;
    margin: 49px 0 21px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.kenmerken-tab li {
    width: 40%;
    position: relative;
    color: #292B2C;
    line-height: 24px;
	margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
	width: 60%;
}
.kenmerken-tab-block-part {
	display: none;
}
.kenmerken-tab-right{
	background: #D2A837;
	min-height: 290px;
	display: flex;
	align-items: center;
	padding: 54px;
	position: relative;
	max-width: 424px;
}
.kenmerken-tab-right::after{
	position: absolute;
	content: "";
	right: -1px;
	top: 0;
	width: 424px;
	height: 291.552px;
	background-image: url(../images/aanbod-dtl-right-bg.svg);
	background-repeat: no-repeat;
	background-position: top right;
	pointer-events: none;
}
.kenmerken-tab-right span{
	display: block;
	color: #1E1E1E;
	opacity: 0.6;
	line-height: 24px; 
	letter-spacing: 0.48px;
	margin-top: 8px;
}
.kenmerken-tab-right span a:hover{
	opacity: 1;
	color: #fff;
}
.kenmerken-tab-right-content p{
	color: #1E1E1E;
	font-family: 'EncodeSansExpanded-Bold';
	line-height: normal;
	margin-bottom: 11px;
}
.kenmerken-tab-block-part ul:first-child{
	margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
	display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h4 {
    border-bottom: 1px solid #D2A837;
    padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 2rem;
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
	font-size: 1.6rem;
	position: relative;
	font-family: 'encodesansexpanded-regular';
}
.dtl-tab-part .bullet-panel ul li::after{
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 100%;
    top: 8px;
    left: 0;
    position: absolute;
    background-color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D2A837;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D2A837;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h6 {
    text-transform: none;
    font-size: 1.8rem;
    color: #fff;
}
.kenmerken-tab td:nth-child(3n) {
    border-right: 0;
}
.kenmerken-tab td:nth-child(3n - 2) strong{
	margin-left: 0;
}
.tab-btm-btn {
    text-align: right;
    padding-top: 80px;
}
.tab-wrap {
    /* padding: 0 32px; */
}
/*****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 {
	border-radius: 20px;
    background-color: #141414;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #D2A837;
	box-shadow: 0px 0px 25px 0px rgba(210, 169, 55, 0.05);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(210, 169, 55, 0.05);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #141414;
    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 #D2A837;
}
.kenmarken-popup-close img {
	width: 25px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: rgba(210, 169, 55, 0.27);
	width: 10px;
	border-radius: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #D2A837;
	border-radius: 20px;
}
.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;
	font-size: 2rem;
	margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1.4rem;
	font-family: 'encodesansexpanded-regular';
}
.kenmarken-popup-content h4 {
    margin-bottom: 33px;
    font-size: 2.5rem;
    line-height: 32px;
    letter-spacing: normal;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 34px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'encodesansexpanded-regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	word-break: break-word;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.50);
}
.kenmarken-popup-content li::after {
    display: none;
}





/*Style for developers*/

/*******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(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 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: #fff;
  }


.carpass-img {
    width: 115px;
}
.calsty {
  width: 100%;
  height: 700px;
}









.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #E7CD78;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 3.2rem 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #181716;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-1.8rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
  filter: invert(1);
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 46rem;
  display: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #E7CD78;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #181716;
  border: 2px solid #E7CD78;
  background: #E7CD78;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: transparent !important;
  border-color: #E7CD78 !important;
  color: #E7CD78 !important;
}
.monthly_amount{
  cursor:pointer;
}


@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #E7CD78;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #E7CD78;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.list_table{
	/* margin-top: -15px; */
}
.privacy_section {
    padding: 137px 0 60px;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
body .share-social-media-button .a2a_dd {
	padding: 10px 20px !important;
}
body .formError {
	z-index: 1 !important;
}