@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    color: #fff;
	background-color: #18171C;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
	display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****header-area*****/
.header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	border-bottom: 1px solid transparent;
	/* transition: all 0.5s;
	-webkit-transition: all 0.5s; */
}
.desktop-header {
	padding: 18px 0;
	background-color: #18171C;
}
.header-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}
.desktop-header .col-lg-5:last-child ul {
	justify-content: end;
}
.header-nav li {
	color: #fff;
    font-family: 'LamaSans-MediumCondensed';
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.32px;
}
.desktop-header .header-logo img {
	width: 203px;
}
.header-top {
	padding: 12px 0;
	background-color: #009D52;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-top li {
	color: #fff;
    font-family: 'LamaSans-Regular';
	font-size: 1.6rem;
	line-height: normal;
	border-right: 1px solid #fff;
	padding: 0 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-top li:last-child {
	padding-right: 0;
	border: 0;
}
.header-top li:first-child {
	padding-left: 0;
}
.header-top li a {
	color: #fff;
}
.header-top li a:hover {
	color: #18171C;
}
.header-top li img {
	margin-right: 7px;
}
.header-area.header-active .header-top {
	margin-top: -50px;
}
.header-area.header-active {
	border-color: rgb(0, 157, 82, 0.6);
	background-color: #18171C;
}
/***mobile-header*****/
.mobile-header {
	padding: 20px 0;
}
.mobile-header .header-menu {
	position: fixed;
	top: 102px;
	background-color: #18171C;
	height: 100vh;
	width: 100%;
	left: 0;
	padding: 40px;
	clip-path: inset(0 0 100% 0);
	transition: all 0.5s;
}
.mobile-header .header-menu.mob-menu-active {
	clip-path: inset(0 0 0 0);
}
.mobile-header .header-menu ul {
	margin: 0;
	text-align: center;
	padding: 0;
	list-style: none;
}
.mobile-header .header-menu li {
	padding: 0;
	color: #fff;
	font-family: 'LamaSans-MediumCondensed';
	font-size: 2rem;
	margin-bottom: 20px;
}
.mobile-header .header-menu li a {
	color: #fff;
}
.mobile-header .header-menu li a:hover {
	color: #009D52;
}
.mobile-header .header-menu li::after {
	display: none;
}
.mobile-header .header-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.menu-bar {
    position: relative;
    max-width: 35px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #009D52;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 35px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
	transform: scale(0);
}
.menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-8px) rotate(-135deg);
}
.header-area.header-area-mob-active {
	border-color: rgb(0, 157, 82, 0.6);
}
/********banner-sec*********/
.banner-sec {
	position: relative;
	overflow: hidden;
}
.banner-content {
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 2;
	width: 100%;
}
.banner-content h1 {
    margin-bottom: 40px;
}
.banner-video,.each-banner  {
	height: 804px;
	border-radius: 10px;
	overflow: hidden;
}
.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-wrap {
	max-width: 862px;
	width: 100%;
}
/***product-sec******/
.product-sec {
	padding: 120px 0 95px;
	position: relative;
}
.product-heading {
	margin-bottom: 60px;
}
.product-heading h4 {
	margin-bottom: 31px;
	letter-spacing: 0.48px;
	color: #009D52;
}
.product-slider {
	position: relative;
}
.product-slider .common-arrow {
	top: 40%;
}
.product-slider .swiper-button-next {
	right: -50px;
}
.product-slider .swiper-button-prev {
	left: -50px;
}
.each-product-img {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 12px;
	position: relative;
}
.product-arrow {
	height: 100px;
	width: 100px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h4 {
	font-family: 'LamaSans-MediumCondensed';
	letter-spacing: 0.48px;
	color: #009D52;
	height: 1lh;
	overflow: hidden;
}
.each-product-text p {
	margin-bottom: 12px;
	height: 2lh;
	overflow: hidden;
}
.product-price {
	border-radius: 50px;
	border: 1px solid #009D52;
	padding: 3px 10px;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-price h6 {
	color: #fff;
	font-family: 'LamaSans-Regular';
}
.product-price h6 strong {
	color: rgba(255, 255, 255, 0.50);
	font-weight: normal;
}
.each-product:hover .product-price {
	background-color: #009D52;
}
.each-product:hover .product-arrow {
	opacity: 1;
}
.product-btn {
	margin-top: 80px;
}
.product-blob {
    position: absolute;
    top: -9%;
    right: 0;
    width: 7%;
	pointer-events: none;
}
/****service-sec*****/
.service-sec {
	background-color: #F7F7F7;
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}
.service-wrap {
	position: relative;
	z-index: 1;
}
.service-heading {
	max-width: 413px;
	width: 100%;
}
.service-heading h4 {
	color: #009D52;
	letter-spacing: 0.48px;
	margin-bottom: 20px;
}
.service-heading h2 {
	color: #18171C;
}
.service-heading h2 a {
	color: #18171C;
}
.service-heading h2 a:hover {
	color: #009D52;
}
.service-heading p {
	color: #18171C;
	margin: 63px 0 80px;
}
.service-slider {
	position: absolute;
	width: 56%;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}
.service-slider .swiper {
	border-radius: 10px;
}
.service-slider .common-arrow img {
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.service-slider .common-arrow:hover img {
	filter: brightness(0) saturate(100%) invert(50%) sepia(94%) saturate(5350%) hue-rotate(137deg) brightness(96%) contrast(100%);
    -webkit-filter: brightness(0) saturate(100%) invert(50%) sepia(94%) saturate(5350%) hue-rotate(137deg) brightness(96%) contrast(100%);
}
.service-slider .swiper-button-prev {
	left: -66px;
	top: 45%;
}
.service-slider .swiper-button-next {
	left: -66px;
	right: auto;
	top: calc(45% + 70px);
}
.service-slider .swiper-slide {
	height: auto;
}
.each-service-img {
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
}
.each-service {
	position: relative;
	overflow: hidden;
	height: 615px;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-text {
	position: absolute;
    bottom: -52px;
    left: 0;
    width: 100%;
    padding: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
	border-radius: 10px;
}
.each-service-text h3 {
	margin-bottom: 10px;
}
.each-service-text p {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
	visibility: hidden;
}
.each-service-text-wrap {
	max-width: 500px;
	width: 100%;
}
.each-service:hover .each-service-text {
	bottom: 0;
}
.each-service:hover .each-service-text p {
    -webkit-line-clamp: 3;
	visibility: visible;
}
.service-blob {
	position: absolute;
	top: -20%;
	right: 0;
	width: 20%;
	pointer-events: none;
}
/***********usp-marquee************/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 32px 0 25px;
	background-color: #009D52;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 64px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 64px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.48px;
    font-family: 'LamaSans-MediumCondensed';
	padding-left: 25px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 9px;
	width: 9px;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #fff;
	border-radius: 100%;
}
/***about-sec****/
.about-sec {
	padding: 120px 0 80px;
	position:relative;
	overflow: hidden;
}
.about-img {
	border-radius: 10px;
	overflow: hidden;
	max-width: 800px;
}
.about-text {
	padding-left: 40px;
}
.about-text h4 {
	color: #009D52;
	letter-spacing: 0.48px;
	margin-bottom: 30px;
}
.about-text p {
	margin: 60px 0 80px;
}
/****counter-area****/
.counter-area {
	padding-top: 80px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: relative;
}
.counter-wrap {
	display: flex;
	justify-content: center;
}
.each-counter {
	padding: 23px 100px;
	border-right: 2px solid rgba(255, 255, 255, 0.31);
}
.each-counter:first-child {
	padding-left: 0;
}
.each-counter:last-child {
	padding-right: 0;
	border: 0;
}
.each-counter h3 {
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0.48px;
}
.each-counter h4 {
	color: #009D52;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
}
.each-counter h4 strong {
	font-weight: normal;
}
.each-counter:nth-child(1) h4,
.each-counter:nth-child(2) h4 {
	color: #fff;
}
.about-blob-left {
	position: absolute;
	left: 0;
	bottom: -57%;
	pointer-events: none;
	width: 42%;
	z-index: -1;
}
.about-blob-right  {
	position: absolute;
	top: 27%;
	right: 0;
	width: 6%;
	z-index: -1;
}
/****review-sec****/
.review-sec {
	padding: 120px 0;
	background-color: #F7F7F7;
}
/***insta-sec*****/
.insta-sec {
	padding: 17px 0;
	background-color: #F7F7F7;
}
.insta-slider .swiper-slide {
	height: auto;
}
.each-insta {
	overflow: hidden;
	border-radius: 5px;
	height: 300px;
}
.each-insta img {
	height: 100%;
	object-fit: cover;
}
.each-insta::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(27, 27, 27, 0.63);
	background-image: url(../images/insta-hover.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 55px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 5px;
}
.each-insta:hover::after {
	opacity: 1;
}
/****footer-area****/
.footer-area {
	position: relative;
	overflow: hidden;
	padding-bottom: 25px;
}
.footer-logo {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
	border-radius: 0px 0px 50px 50px;
	background-color: #F7F7F7;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: end;
	text-align: center;
	overflow: hidden;
}
.footer-logo img {
	width: 226px;
}
.footer-mid {
	margin: 45px 0 120px;
}
.footer-reach p {
	color: #fff;
    font-family: 'LamaSans-MediumCondensed';
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 0.48px;
	margin-bottom: 0;
}
.footer-reach p a {
	color: #fff;
}
.footer-reach p a:hover {
	color: #009D52;
}
.footer-social {
	margin-top: 64px;
}
.footer-social ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	gap: 12px;
	display: flex;
}
.footer-social li a {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 100%;
}
.footer-social li a:hover {
	background-color: #009D52;
	border-color: #009D52;
}
.footer-social li a img {
	opacity: 0.24;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover img {
	opacity: 1;
}
.footer-mid-center h3 {
	text-align: center;
	text-transform: uppercase;
	line-height: 53px;
}
.footer-wp {
	margin: 20px auto 0;
	max-width: 274px;
	width: 100%;
}
.footer-wp a {
	border-radius: 41px;
	background-color: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 10px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 18px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h5 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
	font-family: 'LamaSans-SemiBold';
}	
.footer-wp-text p {
	color: #fff;
	margin-bottom: 0;
    font-family: 'LamaSans-Medium';
	font-size: 1.4rem;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: rgba(255, 255, 255, 0.50);
}
.footer-mid-right {
	display: table;
	margin-left: auto;
}
.footer-mid-right p {
	color: #fff;
    font-family: 'LamaSans-MediumCondensed';
    font-size: 2.4rem;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}
.footer-mid-right p a {
	color: #fff;
}
.footer-mid-right p a:hover {
	color: #fff;
	opacity: 0.5;
}
.footer-mid-right h4 {
    font-family: 'LamaSans-MediumCondensed';
	letter-spacing: 0.48px;
	margin-top: 33px;
	margin-bottom: 4px;
}
.footer-mid-right td {
	color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-MediumCondensed';
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.32px;
}
.footer-mid-right td:nth-child(odd) {
	padding-right: 15px;
}
.footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 30px;
}
.footer-nav li {
	color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-MediumCondensed';
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.32px;
}
.footer-nav li a {
	color: rgba(255, 255, 255, 0.50);
}
.footer-nav li a:hover {
	color: #fff;
}
.footer-btm .col-lg-4:last-child .footer-nav ul {
	justify-content: end;
}
.footer-sponcer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;
}
.footer-blob-left {
	top: -18%;
	left: 0;
	position: absolute;
	pointer-events: none;
	z-index: -1;
	width: 8%;
}
.footer-blob-right {
	top: -4%;
	right: 0;
	position: absolute;
	pointer-events: none;
	z-index: -1;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1157px;
    margin: 8% auto 0;
}
.modal-area .modal {
	background: rgba(18, 18, 18, 0.55);
	backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 10px;
    background-color: transparent;
	position: relative;
	overflow: hidden;
}
.modal-content-wrap {
    border-radius: 0;
    padding: 80px 64px 60px 125px;
    background-color: #F7F7F7;
}
.modal-content .col-lg-5 {
    width: 35%;
}
.modal-content .col-lg-7 {
    width: 65%;
}
.modal-area .popup-content h2 {
    margin: 20px 0 15px;
	color: #121212;
	text-transform: none;
}
.modal-area .popup-content p {
	color: #121212;
}
.pop-up-image {
    max-width: 400px;
    width: 100%;
    padding-left: 40px;
    margin-left: auto;
	position: relative;
	z-index: 1;
}
.pop-up-image img {
	border-radius: 10px;
}
.modal-area .popup-content ul {
    margin-bottom: 20px;
}
.modal-area .popup-content li {
	color: #121212;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 5px;
    height: 5px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.close-img {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}
.close-img img {
	width: 40px;
}
.popup-blob {
	right: 0;
	top: 0;
	width: 129px;
	position: absolute;
}
/*=================================diensten-list pg start=======================================*/
/***inner-banner-sec***/
.inner-banner-sec {
	position: relative;
	overflow: hidden;
}
.inner-banner-sec .banner-content h1 {
	margin-bottom: 0;
}
.inner-banner-img {
	border-radius: 10px;
	overflow: hidden;
}
/****service-list-sec****/
.service-list-sec {
	padding: 90px 0 120px;
	position: relative;
}
.service-list-heading {
	margin-bottom: 80px;
}
.service-list-heading h4 {
	color: #009D52;
	letter-spacing: 0.48px;
	margin-bottom: 20px;
}
.service-list-main .row {
	row-gap: 18px;
	margin: 0 -18px;
}
.service-list-main .col-lg-6 {
	padding: 0 9px;
}
.service-list-main .each-service {
	height: 500px;
}
.service-list-main .each-service .common-btn {
	margin-top: 30px;
}
.service-list-main .each-service-text {
	bottom: -135px;
}
.service-list-blob {
    position: absolute;
    right: 0;
    top: -7%;
    z-index: -1;
    width: 9%;
	pointer-events: none;
}
/*=================================diensten-dtl pg start=======================================*/
/****bk-btn-sec***/
.bk-btn-sec {
	position: relative;
}
.bk-btn-sec .col-lg-7 {
	width: 56%;
}
.bk-btn-sec .common-btn {
	position: relative;
	left: 55px;
	/* margin-bottom: -56px; */
	margin-bottom: -75px;
	padding-left: 65px;
	padding-right: 30px;
}
.bk-btn-sec .common-btn::after {
	background-image: url(../images/bk-btn-arrow.svg);
	left: 30px;
	height: 20px;
    width: 20px;
    background-size: 20px;
}
/****diensten-dtl-desc-sec****/
.diensten-dtl-desc-sec {
	position: relative;
	padding-bottom: 115px;
	padding-top: 20px;
}
.diensten-dtl-desc-sec .col-lg-5 {
	width: 44%;
}
.diensten-dtl-desc-sec .col-lg-7 {
	width: 56%;
}
.diensten-dtl-desc-img {
	max-width: 617px;
	width: 100%;
	height: 100%;
}
.diensten-dtl-desc-img img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-desc-text {
    padding-left: 55px;
	padding-top: 125px;
}
.diensten-dtl-desc-text h2 {
	margin-bottom: 30px;
}
.diensten-dtl-desc-text h4 {
	margin-bottom: 13px;
	letter-spacing: 0.48px;
	line-height: 24px;
}
.diensten-dtl-desc-blob {
	position: absolute;
	bottom: 0;
	left: -13px;
	width: 13%;
	z-index: -1;
}
/****diensten-dtl-info-sec***/
.diensten-dtl-info-sec {
	padding: 10px 0 120px;
}
.diensten-dtl-info-sec h2 {
	text-align: center;
	display: table;
	margin: 0 auto 50px;
}
.diensten-dtl-info-sec table {
	width: 100%;
}
.diensten-dtl-info-sec tr {
	display: flex;
	column-gap: 50px;
}
.diensten-dtl-info-sec td {
	width: 33%;
	border-radius: 10px;
	border: 2px solid #009D52;
	padding: 30px 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-dtl-info-sec td:hover {
	box-shadow: 7px 7px 0px -3px rgb(0, 157, 82);
	-webkit-box-shadow: 7px 7px 0px -3px rgb(0, 157, 82);
}
.diensten-dtl-info-sec td h4 {
	margin-bottom: 35px;
}
.diensten-dtl-info-sec td p {
	margin-bottom: 0;
}
/*******form-sec*****/
.form-sec {
	padding: 88px 0;
	background-color: #F7F7F7;
	position: relative;
	overflow: hidden;
}
.form-block .form-style {
	resize: none;
	background-color: #fff;
	border-radius: 5px;
	font-size: 1.6rem;
	border: 0;
	border: 1px solid rgba(18, 18, 18, 0.50);
    color: rgba(18, 18, 18, 0.50);
	padding: 18px 24px;
	font-family: 'LamaSans-Medium';
	letter-spacing: 0.32px;
}
.form-block .form-group {
	margin-bottom: 24px;
}
.form-block .form-style::placeholder {
    color: rgba(18, 18, 18, 0.50);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:placeholder {
    color: rgba(18, 18, 18, 0.50);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(18, 18, 18, 0.50);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus {
    box-shadow: none;
	background-color: #fff;
    color: #121212;
	border-color: #009D52;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-block .form-style:focus::placeholder {
	color: #121212;
}
.form-block textarea.form-style {
	height: 140px;
}
.form-block .common-btn {
	margin-top: 8px;
}
.form-img {
	padding-right: 30px;
}
.form-img img {
	border-radius: 10px;
}
.form-heading {
	margin-bottom: 28px;
}
.form-heading h4 {
	color: #009D52;
	letter-spacing: 0.48px;
	margin-bottom: 20px;
}
.form-heading h2 {
	color: #18171C;
}
.form-right {
	max-width: 608px;
	width: 100%;
}
.form-left-blob {
	position: absolute;
	top: -10%;
	left: 0;
	width: 7%;
	pointer-events: none;
}
.form-right-blob {
	position: absolute;
	top: -40%;
	right: 0;
	width: 25%;
	pointer-events: none;
}
.form-sec .container {
	position: relative;
	z-index: 1;
}
/*****related-service-sec*****/
.related-service-sec {
	padding: 120px 0;
}
.related-service-sec h2 {
	text-align: center;
	display: table;
	margin: 0 auto 52px;
}
.related-service-slide {
	position: relative;
}
.related-service-slide .each-service {
	height: 500px;
}
.related-service-slide .swiper-button-next {
	right: -60px;
}
.related-service-slide .swiper-button-prev {
	left: -60px;
}
.related-service-slide .each-service-text {
	bottom: -140px;
}
.related-service-slide .each-service-text .common-btn {
	margin-top: 30px;
}
/****packages-sec****/
.packages-sec {
	overflow-x: clip;
}
.packages-sec h2 {
	margin-bottom: 80px;
}
.packages-sec table {
	width: 100%;
}
.packages-sec th {
	text-align: center;
	border-left: 1px solid #585858;
	width: 30%;
	padding: 30px 0;
}
.packages-sec th:first-child {
	border-left: 0;
	width: 50%;
}
.packages-sec th h3 {
	position: relative;
	z-index: 1;
	font-family: 'LamaSans-BoldCondensed';
	top: 8px;
}
.packages-sec td {
	width: 30%;
	text-align: center;
	padding: 30px 0;
	color: #fff;
    font-family: 'LamaSans-Medium';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	border-left: 1px solid #585858;
}
.packages-sec td:first-child {
	width: 50%;
	text-align: left;
	font-family: 'LamaSans-MediumCondensed';
	border-left: 0;
}
.packages-sec td img {
	width: 30px;
}
.packages-sec tr {
	position: relative;
	display: flex;
	align-items: center;
}
.packages-sec tr:after,
.packages-sec tr:first-child:after {
	content: "";
	height: 100%;
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position: absolute;
	top: 0;
	z-index: -1;
	border-top: 1px solid #585858;
}
.packages-sec tr:nth-child(odd)::after {
	background-color: #25242A;
}
.packages-sec tr:first-child:after {
	background-color: #009D52;
}
.packages-sec tr:first-child {
	border: 0;
}
.packages-sec tr:last-child td {
	font-family: 'LamaSans-MediumCondensed';
}
/*=================================overons pg start=======================================*/
/***overons-welcome-sec*****/
.overons-welcome-sec {
	position: relative;
	padding: 120px 0;
}
.overons-welcome-img {
    padding-right: 32px;
}
.overons-welcome-img img {
	border-radius: 10px;
}
.overons-welcome-text {
	max-width: 680px;
}
.overons-welcome-text h4 {
	letter-spacing: 0.48px;
	color: #009D52;
}
.overons-welcome-text h2 {
	margin: 19px 0 35px;
}
.overons-welcome-blob-top {
	position: absolute;
	left: 0;
    top: -7%;
    z-index: -1;
    width: 8%;
    pointer-events: none;
}
.overons-welcome-blob-right {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: -1;
	width: 7%;
	pointer-events: none;
}
.overons-welcome-blob-left {
	position: absolute;
    bottom: -100%;
    left: 0;
    z-index: -1;
    width: 37%;
	pointer-events: none;
}
/***overons-info-sec****/
.overons-info-sec {
	background-color: #F7F7F7;
	padding: 130px 0 200px;
	overflow: hidden;
	position: relative;
}
.overons-info-sec .container {
	position: relative;
	z-index: 1;
}
.overons-info-sec h2 {
	color: #121212;
	margin-left: 0;
}
.overons-info-sec h2:hover {
	color: #009D52;
}
.overons-info-sec td {
	background-color: #F7F7F7;
}
.overons-info-sec td h4 {
	color: #121212;
}
.overons-info-sec td p {
	color: #121212;
}
.overons-info-sec tr {
	column-gap: 32px;
}
.overons-info-blob-left {
	position: absolute;
	left: 0;
	bottom: 0;
	bottom: -18%;
    width: 10%;
}
.overons-info-blob-right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 6%;
}
/****overons-counter-sec***/
.overons-counter-sec {
	overflow-x: hidden;
}
.overons-counter-sec .counter-area {
	padding: 120px 0;
}
.overons-counter-sec .each-counter h4 {
	color: #fff;
}
/*=================================contact pg start=======================================*/
/*****map-sec*****/
.map-sec {
	height: 550px;
	overflow: hidden;
	border-radius: 10px;
}
/****contact-form-sec***/
.contact-form-sec {
	background-color: transparent;
	overflow: visible;
	padding: 155px 0 120px;
}
.contact-form-sec .form-left-blob {
	z-index: -1;
	top: -6%;
}
.contact-form-sec .form-right-blob {
	z-index: -1;
	top: -28%;
}
.contact-form-sec .form-heading h2 {
	color: #fff;
}
.contact-form-sec .form-block .form-style {
	background-color: #18171C;
	border-color: rgba(255, 255, 255, 0.50);
	color: #fff;
}
.contact-form-sec .form-block .form-style::placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.contact-form-sec .form-block .form-style:placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.contact-form-sec .form-block .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}
.contact-form-sec .form-block .form-style:focus {
	background-color: #18171C;
    color: #fff;
	border-color: #009D52;
}
.contact-form-sec .form-block .form-style:focus::placeholder {
	color: #fff;
}
/***contact-info*****/
.contact-info {
	border-bottom: 1px solid #18171C;
	padding: 50px 0;
	background-color: #F7F7F7;
}
.contact-info-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.each-contact-info {
	display: flex;
	align-items: center;
	justify-content: center;
}
.each-contact-info-img {
	height: 50px;
	width: 50px;
	border: 1px solid #009D52;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 24px;
}
.each-contact-info-text p {
	color: #18171C;
	font-family: 'LamaSans-MediumCondensed';
	font-size: 2.4rem;
	letter-spacing: 0.48px;
	line-height: normal;
	margin-bottom: 0;
}
.each-contact-info-text p a {
	color: #18171C;
}
.each-contact-info-text p a:hover {
	color: #009D52;
}
.each-contact-info-text table {
	margin-top: 5px;
}
.each-contact-info-text td {
	color: rgba(24, 23, 28, 0.50);
	font-family: 'LamaSans-MediumCondensed';
	font-size: 1.6rem;
	line-height: normal;
	letter-spacing: 0.32px;
}
.each-contact-info-text td:nth-child(odd) {
	padding-right: 15px;
}
/*=================================vacature-dtl pg start=======================================*/
/***vacature-dtl-info-sec****/
.vacature-dtl-info-sec tr {
	justify-content: center;
}
.vacature-dtl-info-sec td {
	width: 41%;
}
/*=================================bedankt pg start=======================================*/
/****bedankt-banner-sec****/
.bedankt-banner-sec {
	padding-bottom: 60px;
	position: relative;
}
.bedankt-banner-sec .banner-content {
	bottom: 130px;
}
.bedankt-banner-blob {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 7%;
	pointer-events: none;
}
/*=================================aanbod pg start=======================================*/
/***aanbod-product-sec****/
.aanbod-product-sec {
	padding-bottom: 120px;
}
.aanbod-product-sec .row {
	margin: 0 -6px;
	row-gap: 40px;
}
.aanbod-product-sec .col-xl-4 {
	padding: 0 6px;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 80px 0;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.4rem;
	font-family: 'LamaSans-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: grayscale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #009D52;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(11%) saturate(5397%) hue-rotate(113deg) brightness(96%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(43%) sepia(11%) saturate(5397%) hue-rotate(113deg) brightness(96%) contrast(100%);
}
.select-style {
	width: 100%;
    height: 92px;
    color: #F7F7F7;
    font-family: 'LamaSans-MediumCondensed';
    font-size: 2.4rem;
	letter-spacing: 0.48px;
    padding: 14px 26px;
    background: url(../images/filter-arrow.svg) #5B5A5E no-repeat 88% 21px / 20px;
    appearance: none;
    line-height: 92px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	border: 1px solid #F7F7F7;
	border-radius: 5px;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.each-filter strong {
	position: absolute;
	color: rgba(247, 247, 247, 0.70);	
	letter-spacing: 0.32px;
	font-family: 'LamaSans-MediumCondensed';
	font-size: 1.6rem;
	z-index: 1;
	left: 26px;
	top: 14px;
	font-weight: normal;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'LamaSans-Medium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#5B5A5E ;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #F7F7F7;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    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: #F7F7F7;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #009D52;
    border-color: #009D52;
}
.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: #F7F7F7;
    border-radius: 6px;
    background-color:#009D52;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid #009D52;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
}
.filter-main .row {
	margin: 0 -10px;
}
.filter-main .col-lg-3 {
	margin-bottom: 18px;
	width: 14.2%;
    padding: 0 10px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 102px;
    background-color: #18171C;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0 10px;
	border-top: 1px solid #009D52;
    border-bottom: 1px solid #009D52;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #009D52;
    border-color: #009D52;
	padding-right: 30px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
}
.mobile-show-filter .common-btn::after {
	display: none;
}
.filter-count {
	font-family: 'LamaSans-Medium';
	min-width: 20px;
	height: 20px;
	background-color: #18171C;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #18171C;
	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: 2;
    background-color: #009D52;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #009D52;
}
.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: #009D52;
	border-color: #009D52;
	color: #fff;
	font-family: 'LamaSans-Medium';
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
	display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #18171C;
	border-color: #009D52;
	color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.radio_filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/*=================================aanbod-dtl pg start=======================================*/
/******aanbod-dtl-bk-btn-sec****/
.aanbod-dtl-bk-btn-sec {
	top: 0;
}
.aanbod-dtl-bk-btn-sec .common-btn {
	position: relative;
	left: 0;
	margin-bottom: 0;
}
/***dtl-top-slider-sec***/
.dtl-top-slider-sec {
	padding: 15px 0 50px;
}
.dtl-top-slider {
	position: relative;
}
.dtl-top-slider .each-top-slide {
	border-radius: 5px;
	overflow: hidden;
	transform: scale(0.95);
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-top-slider .each-top-slide::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(18, 18, 18, 0.51);
}
.dtl-top-slider .swiper-slide-active .each-top-slide {
	transform: scale(1);
}
.dtl-top-slider .swiper-slide-active .each-top-slide::after {
	opacity: 0;
}
.dtl-top-slider .swiper-button-next {
	right: 22.5%;
}
.dtl-top-slider .swiper-button-prev {
	left: 22.5%;
}
/****dtl-car-info-sec*****/
.dtl-car-spec table {
	margin: 0 auto;
}
.dtl-car-spec td {
	padding: 0 20px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	vertical-align: top;
}
.dtl-car-spec td h6 {
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 10px;
}
.dtl-car-spec td h4 {
	font-family: 'LamaSans-Medium';
	color: #fff;
}
.dtl-car-spec td:last-child {
	border-right: 0;
	padding-right: 0;
}
.dtl-car-spec td:first-child {
	padding-left: 0;
}
.dtl-car-right {
	display: table;
	margin-left: auto;
}
.dtl-car-price {
	margin-bottom: 16px;
	text-align: right;
}
.dtl-car-price h4 {
	letter-spacing: 0.48px;
	color: #fff;
	font-family: 'LamaSans-BlackCondensed';
}
.dtl-car-price h4 strong {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.50);
}
.dtl-car-price h4 em {
	font-family: 'LamaSans-SemiBold';
	font-style: normal;
}
.dtl-car-btn .common-btn {
	padding-right: 30px;
}
.dtl-car-btn .common-btn::after {
	display: none;
}
.dtl-car-btn .border-btn {
	margin-right: 26px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 100px 0 120px;
}
.dtl-tab-sec .tab-btn {
	text-align: center;
	position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    margin-bottom: 50px;
    border: 1px solid #fff;
	border-radius: 50px;
	justify-content: center;
	display: inline-flex;
}
.share-btn {
    position: absolute;
    right: 0;
    top: 7px;
}
/****tab-part****/
ul.tabs li {
	font-family: 'LamaSans-MediumCondensed';
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 0.48px;
	margin: 0;
	word-break: break-word;
	text-transform: none;
	color: #fff;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	max-width: max-content;
	display: block;
	padding: 15px 30px 9px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}
ul.tabs li:hover,
ul.tabs li.active {
	color: #009D52;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
ul.tabs li:last-child {
	border-right: 0;
}
/****dtl-tab-content****/
.tab_content p {
	color: #fff;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab h4 {
	margin: 40px 0 17px;
	font-family: 'LamaSans-BoldCondensed';
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin: 0;
}
.kenmerken-tab li {
	width: 50%;
    position: relative;
    font-family: 'LamaSans-Medium';
    color: #fff;
	font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li:nth-child(odd) {
	padding-right: 10px;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #fff;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
.dtl-tab-sec .bullet-panel li:after {
    top: 8px;
    width: 8px;
    height: 8px;
	content: "";
	position: absolute;
	left: 0;
	background-color: #009D52;
	border-radius: 100%;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #009D52;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #009D52;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
	color: #fff;
}
.tab-btm-btn {
	margin-top: 40px;
}
.tab-btm-btn .common-btn {
	padding-right: 30px;
}
.tab-btm-btn .common-btn::after {
	display: none;
}
.tab-btm-btn .common-btn strong {
	font-family: 'LamaSans-SemiBold';
}
.kenmerken-tab-block-part {
	display: none;
}
/***related-product-sec***/
.related-product-sec {
	padding: 123px 0;
}
.related-product-sec h2 {
	text-align: center;
    margin: 0 auto 50px;
    display: table;
}
.related-product-slider {
	position: relative;
}
.related-product-slider .swiper-button-next {
    right: -50px;
}
.related-product-slider .swiper-button-prev {
    left: -50px;
}
.related-product-slider .common-arrow {
    top: 40%;
}
/*=================================verkocht pg start=======================================*/
/***verkocht-top-sec****/
.verkocht-top-sec {
	padding: 40px 0;
}
.verkocht-top-sec p {
	margin: 17px 0 0;
}




/*******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 #ffffff;
    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;
}
main {
	margin-top:169px;
}
body .ggCtvU {
	background-color: #EFEFEF !important;
}
body .iPXdjg {
	background-color: #EFEFEF !important;
}
body .share-social-media-button .a2a_dd {
	padding: 0 !important;
	height: 44px !important;
	width: 44px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
body .share-social-media-button .a2a_dd svg {
	width: 30px !important;
	margin-right: 0 !important;
}
body .share-social-media-button {
	display: inline-block;
}
.privacy_section {
	padding-bottom: 60px;
}
iframe#frame-leaseone-calc {
    height: 650px;
}
/*****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: #18171C;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #009D52;
	box-shadow: 0px 0px 25px 0px rgba(0, 157, 82, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 157, 82, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #18171C;
    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 #009D52;
}
.kenmarken-popup-close img {
	width: 25px;
}
.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;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
	font-family: 'LamaSans-BlackCondensed';
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'LamaSans-Medium';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}