body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #fff;
    background-color: #2A2A2A;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display: none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 0;
	height: 0;
	background-color: #D0CABE;
	border: 0 solid #D0CABE;
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #2A2A2A;
    font-family: 'LamaSans-Regular';
	line-height: 24px;
	font-size: 1.6rem;
    letter-spacing: 0.32px;
	opacity: 0;
    border-radius: 100px;
    text-align: center;
}
.custom-cursor em {
    font-style: normal;
    display: block;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 126px;
	height: 126px;
	border-width: 1px;
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 142px;
    height: 142px;
    background-color: transparent;
    border: 2px dotted #13A538;
    border-radius: 100px;
}
/****magnet****/
.magnet {
	position: relative;
	display: block;
	width: 186px;
	height: 186px;
	padding: 8px;
	--after-x: 0px;
	--after-y: 0px;
}
.magnet strong {
	font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.32px;
    line-height: 24px;
	color: #2A2A2A;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #D0CABE;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	position: relative;
	z-index: 2;
	font-weight: normal;
    text-align: center;
}
.magnet::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(calc(-50% + var(--after-x)), calc(-50% + var(--after-y)));
	border: 1px dashed #13A538;
	border-radius: 50%;
	z-index: 1;
	pointer-events: none;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-main-wrap {
    position: relative;
    padding: 18px 0;
}
.header-main-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.28);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 228px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 46px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #D0CABE;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-active {
    background-color: #343434;
}
.header-active .header-main-wrap::after {
    left: -50vw;
    width: 200vw;
}
.header-nav li {
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.side-menu-nav-mobile {
    display: none;
}
/******menu-btn******/
.menu-wrap h6 {
    color: #2A2A2A;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.desk-menu-bar,
.menu-bar {
    position: relative;
    max-width: 39px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-wrap .common-btn{
    padding: 12px 42px 12px 29px;
}
.desk-menu-bar img{
    filter: brightness(0) invert(1);
    margin-left: -32px;
}
.menu-bar {
    display: none;
}
.menu-cross {
    display: none;
    width: 16px;
}
.menu-wrap.active .menu-dot {
    display: none;
}
.menu-wrap.active .menu-cross {
    display: block;
}
.menu-bar div, 
.menu-bar::after, 
.menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 7px 0 7px auto;
    width: 39px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div, 
.inner-header .menu-bar::after, 
.inner-header .menu-bar::before{
    background-color: #fff;
}
.menu-wrap.active .menu-bar div {
    transform: scale(0);
    background-color: #fff;
}
.menu-wrap.active .menu-bar:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #fff;
}
.menu-wrap.active .menu-bar:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #fff;
}
.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    /* gap: 8px; */
    /* border-radius: 100px;
    border: 1px solid rgba(208, 202, 190, 0.50);
    background: #D0CABE;
    padding: 11px 28px; */
    cursor: pointer;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(22, 22, 22, 0.3);
	background-color: #D0CABE;
	box-shadow: 0px 10px 15px -3px rgb(22, 22, 22, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 14px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    margin-bottom: 0;
}
.parent-dropdown > ul > li > a {
	color: #2A2A2A;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: rgb(0, 0, 0, 0.5);
}
.parent-dropdown a {
    padding-bottom: 22px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #2A2A2A;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li {
    margin-bottom: 25px;
    font-size: 2.4rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul li,
.side-menu > .side-menu-wrap .side-menu-nav > ul li {
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul li::after,
.side-menu > .side-menu-wrap .side-menu-nav > ul li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li > a {
    color: rgba(225, 225, 225, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li > a:hover {
    color: #fff;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 3;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/****inner-header****/
.inner-header {
    background-color: #2A2A2A;
}
/****banner-sec****/
.banner-sec {
    overflow: hidden;
}
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 900px;
}
.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-common-wrap {
    margin: 0 -7%;
}
.banner-content-area {
    position: absolute;
    left: 0;
    bottom: 3%;
    z-index: 2;
    width: 100%;
}
.banner-content {
    max-width: 365px;
    margin-right: 0;
    margin-left: auto;
}
.banner-logo {
    width: 962px;
}
.banner-content h1 {
    margin-bottom: 8px;
}
.banner-common-wrap .row {
    align-items: center;
}
.banner-common-wrap .magnet {
    margin-left: auto;
    margin-right: 29%;
    margin-bottom: 8%;
}
/****product-sec****/
.product-sec {
    padding: 100px 0 112px;
    overflow: hidden;
    position: relative;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.sec-mark img {
    width: 100%;
}
.product-title {
    margin-bottom: 72px;
}
.product-title-btn {
    text-align: end;
}
.each-product {
    border-radius: 10px;
    overflow: hidden;
}
.each-product-text {
    background-color: #343434;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 18px;
}
.mob-product-text {
    display: none;
    background-color: #343434;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-text-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text-top p {
    color: rgba(255, 255, 255, 0.70);
    margin: 9px 0 18px;
}
.each-product-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 5px;
}
.each-product-info li {
    font-family: 'LeagueSpartan-Medium';
    color: #2A2A2A;
    text-align: center;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: normal;
    margin-bottom: 0;
    border-radius: 90px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 3px 16px;
}
.each-product-info li::after {
    display: none;
}
.each-product-price {
    text-align: end;
}
.each-product-price h5 {
    font-family: 'LeagueSpartan-Bold';
    font-size: 2rem;
    line-height: normal;
}
.each-product-price h6 {
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.70);
    line-height: 22px;
    letter-spacing: 0.28px;
}
.each-product-text-btm .col-lg-8 {
    width: 65%;
}
.each-product-text-btm .col-lg-4 {
    width: 35%;
}
.product-control {
    margin-top: 92px;
    display: flex;
    align-items: center;
    gap: 37px;
}
.product-control .swiper-scrollbar {
    height: 3px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    width: 100%;
}
.product-control .swiper-scrollbar-drag {
    border-radius: 30px;
    background: #13A538;
    cursor: grab;
}
.product-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-top: -7px;
}
.product-nav .common-arrow {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: unset;
    transition: none;
}
.product-nav .common-arrow img {
    width: 8px;
}
.product-nav .common-arrow:hover {
    filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(412%) hue-rotate(83deg) brightness(95%) contrast(86%);
    background-color: transparent;
}
.mob-product-text {
    display: none;
}
.mob-product-text tr {
    display: flex;
}
.mob-product-text .each-product-price {
    text-align: center;
    border-radius: 8px;
    background: #D0CABE;
    padding: 9px 24px;
}
.mob-product-text .each-product-price h6 {
    color: #343434;
    letter-spacing: normal;
}
.mob-product-text .each-product-price h6 strong {
    font-weight: normal;
}
.mob-product-title-btn {
    display: none;
}
/****service-sec****/
.service-sec {
	overflow-x: hidden;
}
.service-wrap {
	display: flex;
	flex-wrap: wrap;
	overflow-x: hidden;
    background-color: #13A538;
}
.each-service {
	position: relative;
	height: 802px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(42, 42, 42, 0.60) 0%, rgba(42, 42, 42, 0.60) 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	width: 100%;
}
.each-service-text-wrap {
	max-width: 540px;
	width: 100%;
}
.each-service-text-wrap h6 {
    font-family: 'LeagueSpartan-Medium';
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 32px;
}
.each-service-text-wrap h2 {
    line-height: normal;
}
.each-service-wrap {
	width: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.each-service-wrap:nth-child(odd) .each-service {
	width: calc(100% + 10%);
}
.each-service-wrap:nth-child(even) .each-service {
	width: calc(100% + 10%);
	/* margin-left: -10%; */
    margin-left: 0;
}
.each-service-wrap:nth-child(even) .each-service::before {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #13A538;
    z-index: 1;
}
.each-service-text p {
	margin: 20px 0 50px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service-btn {
	display: flex;
	gap: 20px;
}
.service-btn .common-btn {
    border-color: rgba(208, 202, 190, 0.50);
    background-color: #D0CABE;
    color: #2A2A2A;
    /* transition: none; */
}
.service-btn .common-btn_bg {
    background: #D0CABE;
}
/* .service-btn .common-btn:hover {
    box-shadow: none;
}
.service-btn .common-btn .label {
    white-space: initial;
    position: initial;
}
.service-btn .common-btn_bg {
    position: initial;
    inset: initial;
    background: transparent;
    border: 0;
}
.service-btn .common-btn_color_wrap.blur {
    filter: none;
}
.service-btn .common-btn_color_wrap {
    position: initial;
}
.service-btn .blob {
    display: none;
} */
.each-service-wrap:nth-child(even) .each-service-text {
	left: auto;
	right: 0;
}
.each-service-wrap.large .each-service {
    width: calc(100% + 27.9%);
}
.each-service-wrap.small .each-service {
	/* margin-left: 0; */
}
.each-service-wrap.small .each-service {
    margin-left: 10%;
}
.each-service-wrap.large-right .each-service {
    width: calc(100% + 14%);
    margin-left: -14%;
}
.each-service-wrap.small-right .each-service {
    width: calc(100% + -14%);
}
.each-service-wrap.large .each-service::after,
.each-service-wrap.large-right .each-service::after {
    opacity: 0;
}
.mob-service {
    display: none;
}
.service-title h2 {
    font-size: 3.2rem;
    margin-bottom: 6px;
}
.service-title p {
	margin-bottom: 44px;
}
.each-mob-service {
    padding: 16px 16px 26px 16px;
    border-radius: 10px;
    background: #343434;
    margin-bottom: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-mob-service:last-child {
    margin-bottom: 0;
}
.each-mob-service-img {
    height: 196px;
    border-radius: 10px;
    overflow: hidden;
}
.each-mob-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-mob-service-text {
    margin-top: 25px;
}
.each-mob-service-text h3 {
    font-size: 2.4rem;
    line-height: normal;
}
.each-mob-service-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    line-height: 24px;
    margin: 15px 0 30px;
}
.each-mob-service:hover .txt-btn {
    color: #13A538;
}
.each-mob-service:hover .txt-btn::after {
    background-image: url(../images/green-txt-arw.svg);
}
/****about-us-sec****/
.about-us-sec {
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}
.about-us-sec .sec-mark {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 1402px;
    top: 124px;
}
.sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}
.sec-bg img {
    width: 100%;
}
.about-us-title {
    margin-top: 50px;
}
.about-us-counter {
    margin-right: 5%;
    position: relative;
    z-index: 2;
}
.counter-wrap {
    border-radius: 10px;
    background: #D0CABE;
    padding: 30px 23px;
}
.each-counter {
    padding: 0 20px 29px;
    border-bottom: 1px solid rgba(42, 42, 42, 0.60);
    margin-bottom: 26px;
}
.each-counter h2,
.each-counter p {
    color: #2A2A2A;
}
.each-counter p {
    margin-top: 9px;
    margin-bottom: 0;
}
.about-us-counter .each-counter:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.box {
    height: auto;
    width: 340px;
    margin-left: auto;
    display: table;
    padding: 15px;
}
.box::after {
	border-radius: 15px;
}
.box strong {
	padding: 20px;
	border-radius: 15px;
}
.about-us-gallery {
    position: relative;
    margin-top: -152px;
}
.about-us-gallery img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.about-gallery-mid {
    display: table;
    margin: 0 auto;
    height: 641px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mob-about-gallery-mid {
    height: 460px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.mob-about-gallery-mid img {
    height: 100%;
    object-fit: cover;
}
/****home-over-ons-sec****/
.home-over-ons-sec {
    padding: 142px 0 165px;
    position: relative;
}
.home-over-ons-heading .col-4,
.home-over-ons-area .col-4 {
    width: 28%;
}
.home-over-ons-heading .col-8,
.home-over-ons-area .col-8 {
    width: 72%;
}
.home-over-ons-wrap .col-lg-4 {
    width: 27%;
}
.home-over-ons-wrap .col-lg-8 {
    width: 73%;
}
.home-over-ons-heading-right h2 {
    line-height: 54px;
}
.home-over-ons-area > .row {
    align-items: end;
}
.home-over-ons-right {
    margin-top: 124px;
}
.home-over-ons-right-txt {
    margin-bottom: 42px;
}
.home-over-ons-right-txt tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 74px;
    row-gap: 20px;
}
.home-over-ons-right-txt td {
    width: 28%;
}
.home-over-ons-right-txt td h6 {
    font-size: 1.6rem;
    line-height: 28px;
    font-family: 'LeagueSpartan-SemiBold';
    margin-bottom: 5px;
}
.home-over-ons-right-txt td p {
    font-size: 1.4rem;
    line-height: 22px; 
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.home-over-ons-right-img .row {
    margin: 0 -12px;
}
.home-over-ons-right-img .col-lg-5 {
    width: 41%;
    padding: 0 12px;
}
.home-over-ons-right-img .col-lg-7 {
    width: 59%;
    padding: 0 12px;
}
.each-home-over-ons-right-img {
    border-radius: 10px;
    overflow: hidden;
    height: 556px;
}
.each-home-over-ons-right-img img {
    height: 100%;
    object-fit: cover;
}
/****review-sec****/
.review-sec {
    padding-bottom: 96px;
}
/****footer****/
.footer-area {
    background: #FFF;
    padding-top: 115px;
    position: relative;
    overflow: hidden;
}
.footer-area .sec-mark {
    left: 50%;
    transform: translateX(-50%);
    width: 28%;
    top: 20%;
}
.footer-top {
    position: relative;
    padding-bottom: 92px;
}
.footer-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 200vw;
    background-color: rgba(42, 42, 42, 0.28);
}
.footer-left {
    padding-right: 20px;
}
.footer-left h4,
.footer-right h4 {
    color: #2A2A2A;
    margin-bottom: 50px;
}
.footer-left h6,
.footer-right h6 {
    color: rgba(42, 42, 42, 0.50);
    margin-bottom: 6px;
}
.each-footer-info {
    margin-bottom: 50px;
}
.each-footer-info:last-child {
    margin-bottom: 0;
}
.each-footer-info a {
    color: #2A2A2A;
}
.each-footer-info a:hover {
    text-decoration: underline;
}
.footer-mid {
    position: relative;
    padding: 0 10px;
}
.footer-mid::after,
.footer-mid::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 200vh;
    background-color: rgba(42, 42, 42, 0.28);
}
.footer-mid::before {
    left: auto;
    right: 0;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 432px;
}
.footer-mid p {
    color: #2A2A2A;
    text-align: center;
    margin-top: 23px;
}
.footer-mid .magnet {
    margin: 52px auto 0;
}
.footer-right {
    padding-left: 64px;
}
.footer-right td {
    color: #2A2A2A;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-family: 'LeagueSpartan-SemiBold';
}
.footer-right td:first-child {
    padding-right: 5px;
}
.footer-social {
    margin-top: 62px;
}
.footer-social li {
    color: rgba(42, 42, 42, 0.50);
    font-family: 'LeagueSpartan-Medium';
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 26px;
}
.footer-social li a {
    color: rgba(42, 42, 42, 0.50);
}
.footer-social li a:hover {
    color: #2A2A2A;
}
.footer-social li::after {
    top: 5px;
}
.footer-btm {
    position: relative;
    background: #FFF;
    padding: 42px 0;
}
.footer-brand-logo ul {
    display: flex;
    gap: 34px;
}
.footer-brand-logo li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-brand-logo li::after {
    display: none;
}
.footer-brand-logo img {
    width: 129px;
}
.footer-privacy {
    text-align: center;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-privacy a {
    color: #2A2A2A;
}
.footer-privacy a:hover {
    color: rgba(42, 42, 42, 0.50);
}
.footer-btm-right {
    text-align: end;
}
.footer-btm-right p {
    font-family: 'LeagueSpartan-Regular';
    color: #2A2A2A;
    margin-bottom: 0;
    letter-spacing: normal;
}
.mob-footer {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    margin-top: 30px;
    display: none;
}
.mob-footer .each-footer-info {
    border-radius: 10px;
    background: #2A2A2A;
    margin-bottom: 0;
    text-align: center;
    padding: 35px;
}
.mob-footer .each-footer-info h6 {
    font-size: 2.4rem;
    color: #FFFFFF;
    margin-bottom: 23px;
}
.mob-footer .each-footer-info h5 {
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.8rem;
    line-height: 26px;
    font-family: 'LeagueSpartan-Regular';
}
.mob-footer .each-footer-info h5 a {
    color: rgba(255, 255, 255, 0.70);
}
.mob-footer .each-footer-info h5 a:hover {
    color: #fff;
}
.mob-footer .each-footer-info td {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LeagueSpartan-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.mob-footer .each-footer-info table {
    margin: 0 auto;
    text-align: left;
}
.mob-footer-social {
    display: none;
}
/**************************diens-list**************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    bottom: 9%;
    left: 0;
    width: 100%;
}
.each-inner-banner {
    height: 500px;
    position: relative;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
	padding: 116px 0 86px;
}
.diens-list-title {
    display: none;
}
.diens-list-title h3 {
    font-size: 3.2rem;
    line-height: normal;
    margin-bottom: 15px;
}
.diens-list-title p {
    margin-bottom: 0;
}
.diens-list-title {
    margin-bottom: 42px;
}
.each-list-info {
    padding: 67px 60px;
    position: relative;
    z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-left-info h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-right: 20px;
    color: #2A2A2A;
}
.each-list-left-info strong {
    font-weight: normal;
    color: #13A538;
}
.each-list-right-info p {
    max-width: 529px;
    color: #2A2A2A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: auto;
    margin-right: 0;
}
.each-list-right-info p strong {
    display: block;
}
.each-list-right-info h6 {
    color: rgba(6, 7, 9, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: 535px;
    margin: 0 0 10px auto;
}
.each-list {
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	margin-bottom: 36px;
    border-radius: 10px;
    overflow: hidden;
}
.each-list::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
	height: 100%;
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-list-area a:last-child .each-list,
.mob-diens-list-area a:last-child .each-list {
    margin-bottom: 0;
}
.mob-diens-list-area {
    display: none;
}
.mob-each-list-img {
    border-radius: 10px;
    overflow: hidden;
    height: 360px;
}
.mob-each-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-list:hover::after {
	opacity: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-left-info h3 {
	color: #fff;
}
.each-list:hover .each-list-right-info p {
	color: #fff;
}
.each-list:hover .each-list-right-info h6 {
    color: #fff;
}
.each-list:hover .txt-btn {
    color: #13A538;
}
.each-list:hover .txt-btn::after {
    background-image: url(../images/green-txt-arw.svg);
}
.mob-each-list-txt {
    margin-top: 25px;
}
.mob-each-list-txt h3 {
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 15px;
}
.mob-each-list-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 45px;
}
/**************************diensten-dtl**************************/
/****bk-btn****/
.bk-btn {
    padding: 150px 0 62px;
    position: relative;
}
.bk-btn .sec-mark {
    width: 100%;
    z-index: -1;
}
/****diens-top-sec****/
.diens-top-area {
    position: relative;
    z-index: 1;
}
.diens-top-img,
.diens-mid-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 709px;
}
.diens-top-txt h2,
.diens-mid-txt h2 {
    margin-bottom: 15px;
}
.diens-top-img {
    margin-right: 0;
    margin-left: auto;
}
.diens-top-txt {
    padding-right: 68px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 30px 0 94px;
}
.diens-mid-img {
    margin-left: 0;
    margin-right: auto;
}
.diens-mid-txt {
    padding-left: 33px;
}
/*******service-dtl-info-se********/
.service-dtl-info-sec {
    padding-bottom: 82px;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
	display: block;
	width: 100%;
}
.service-dtl-info-sec tr {
	display: flex;
	gap: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding: 30px 0;
	position: relative;
	padding-right: 168px;
	cursor: pointer;
}
.service-dtl-info-sec tr:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.service-dtl-info-sec td p:last-child {
    margin-bottom: 0;
}
.dtl-open-icon {
    font-size: 25px;
	color: #f5f5f5;
	height: 25px;
	width: 30px;
	position: absolute;
	right: 5px;
	top: 27px;
    transition: all 0.5s;
}
.dtl-open-icon span {
    position: relative;
    left: 2px;
}
.dtl-open-icon em {
    position: relative;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    left: 0;
    right: 0;
}
.service-dtl-info-sec tr:hover .dtl-open-icon em:first-child {
    left: -4px;
    right: auto;
}
.service-dtl-info-sec tr:hover .dtl-open-icon em:last-child {
    right: -4px;
    left: auto;
}
.service-dtl-info-sec tr.active .dtl-open-icon {
    transform: rotate(180deg);
    top: 38px;
}
.service-dtl-info-sec tr.active {
    padding-top: 42px;
    padding-bottom: 45px;
}
.service-dtl-info-sec td {
	width: 50%;
}
.service-dtl-info-sec td li {
	color: #fff;
}
.service-dtl-info-sec tr td:nth-child(2) {
	padding-top: 0;
	padding-bottom: 0;
	display: none;
    max-width: 484px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
.line {
    display: block;
    overflow: hidden;
}
.line-inner {
    display: block;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}
.service-dtl-info-sec tr.active .line-inner {
	transform: translateY(0);
}
.row-border-top,
.row-border-bottom {
	position: absolute;
	left: 0;
	right: 0;
	height: 1px;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
	transition: opacity 0.25s ease;
}
.row-border-top {
	top: -1px;
}
.row-border-bottom {
	bottom: -1px;
}
.row-border-top.visible,
.row-border-bottom.visible {
	opacity: 1;
}
.glow {
	position: absolute;
	top: 0;
	width: 266px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #13A538, transparent);
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 1;
}
/****form-sec****/
.form-sec {
    overflow: hidden;
}
.form-wrap {
    position: relative;
    z-index: 1;
}
.form-wrap .col-lg-5 {
    width: 43%;
}
.form-wrap .col-lg-7 {
    width: 57%;
}
.form-left-area {
    position: relative;
}
.form-bg-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.form-bg-mark img {
    width: 100%;
}
.form-title {
    margin-bottom: 92px;
}
.form-title h3 {
    color: #E5E7E7;
    max-width: 245px;
    width: 100%;
}
.form-title P {
    display: none;
}
.mob-form-img {
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.each-form-contact-info {
    margin-bottom: 30px;
}
.form-contact-block .each-form-contact-info:last-child {
    margin-bottom: 0;
}
.each-form-contact-info h6 {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.50);
}
.each-form-contact-info a {
    color: #fff;
}
.each-form-contact-info a:hover {
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.50);
}
.each-form-contact-info td {
    color: #fff;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-family: 'LeagueSpartan-SemiBold';
}
.each-form-contact-info td:first-child {
    padding-right: 5px;
}
.form-wrap .footer-social {
    margin-top: 92px;
}
.form-wrap .footer-social ul {
    display: flex;
    gap: 17px;
}
.form-wrap .footer-social li {
    margin-bottom: 0;
}
.form-wrap .footer-social li a {
    color: #fff;
}
.form-wrap .footer-social li a:hover {
    color: rgba(255, 255, 255, 0.50);
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-right-part {
    position: relative;
}
.form-left-part,
.form-right-part {
    padding-bottom: 84px;
}
.form-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.form-bg-img img {
    height: 100%;
    object-fit: cover;
}
.form-right-part::after {
    content: '';
    position: absolute;
    top: -50%;
    height: 600vh;
    width: 2px;
    background-color: #13A538;
}
.form-main-area {
    position: relative;
    z-index: 1;
    padding-left: 110px;
}
.form-main-area,
.form-left-area {
    padding-top: 85px;
}
.form-main-area .form-group {
    margin-bottom: 45px;
}
.form-main-area .form-styl {
    padding: 0;
    padding-bottom: 16px;
    resize: none;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    color: #E5E7E7;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.form-main-area .form-styl:focus {
    color: #E5E7E7;
    background-color: transparent;
    border-color: #E5E7E7;
    box-shadow: none;
}
.form-main-area .form-styl::placeholder {
    color: rgba(229, 231, 231, 0.70);
    font-family: 'LamaSans-Regular';
}
.form-main-area .form-styl:focus::placeholder {
    color: #E5E7E7;
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: #E5E7E7;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(229, 231, 231, 0.70);
}
.form-main-area label {
    padding-bottom: 24px;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    color: rgba(229, 231, 231, 0.70);
}
.form-main-area .form-group textarea {
    height: 204px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 20px;
}
.form-main-area .form-group .form-textarea:focus {
    border-color: #E5E7E7;
}
.form-main-area textarea.form-control.form-styl::placeholder {
    opacity: 0;
}
.form-btn {
    margin-top: 15px;
}
.mob-form-contact-info,
.mob-form-social {
    display: none;
}
.mob-form-contact-info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.mob-form-contact-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.mob-form-contact-info li::after {
    display: none;
}
.mob-form-contact-info li img {
    margin-bottom: 2px;
    margin-right: 8px;
}
.mob-form-contact-info li a:hover {
    color: #D0CABE;
}
.mob-form-social ul {
    display: flex;
    justify-content: end;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.mob-form-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.mob-form-social li::after {
    display: none;
}
.mob-form-social li a {
    width: 35px;
    height: 35px;
    border-radius: 95px;
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mob-form-social li a:hover {
    background-color: #D0CABE;
    border-color: #D0CABE;
}
.mob-form-social li a:hover img {
    filter: invert(1);
}
.form-main-btm {
    margin-top: 39px;
}
.form-main-btm .row {
    row-gap: 24px;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 99px 0 88px;
}
.diens-btm-title {
    margin-bottom: 70px;
}
.diens-btm-title h3 strong {
    font-weight: normal;
    color: #13A538;
}
.mob-diens-btm-slider {
    display: none;
}
/**************************vacature-dtl**************************/
/****vacature-top-sec****/
.vacature-top-sec {
    padding-bottom: 143px;
}
/**************************contact**************************/
/****map****/
.map {
    height: 724px;
    position: relative;
}
/**************************aanbod-list**************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 163px 0 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-part .row {
    column-gap: 5px;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'LamaSans-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: #D0CABE;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border: 1px solid rgba(208, 202, 190, 0.50);
    border-radius: 100px;
    padding: 0 40px 0 28px;
    background: url(../images/filter-dot.svg) #2A2A2A no-repeat 87% center / 8px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.select-style:hover,
.select-style.show {
    background-color: #D0CABE;
    color: #2A2A2A;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #2A2A2A;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #D0CABE;
    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: #F9F8F6;
    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: #D0CABE;
    border-color: #D0CABE;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #2A2A2A;
    border-radius: 20px;
    background-color: #D0CABE;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: brightness(100) invert(1);
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.auto-overview-tag:hover {
    background-color: transparent;
    border-color: #D0CABE;
    color: #fff;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 21%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 100px;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'LamaSans-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #D0CABE;
    color: #2A2A2A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    background-color: #D0CABE;
    backdrop-filter: blur(2px);
    line-height: normal;
    letter-spacing: 0.42px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.mobile-show-filter .common-btn .common-btn_bg {
    position: initial;
    inset: initial;
    z-index: 2;
    background: transparent;
    border: 0;
    border-radius: inherit;
}
.mobile-show-filter .common-btn .common-btn_color_wrap {
    position: initial;
    inset: initial;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: initial;
}
.mobile-show-filter .common-btn .common-btn_color_wrap.blur {
    filter: none;
}
.mobile-show-filter .common-btn .blob {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #D0CABE;
    color: #fff;
    box-shadow: none;
}
.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;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #2A2A2A;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #D0CABE;
    border: 1px solid #D0CABE;
    color: #2A2A2A;
    padding: 10px;
    border-radius: 0 10px 10px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records .common-btn_bg {
    position: initial;
    inset: initial;
    z-index: 2;
    background: transparent;
    border: 0;
    border-radius: inherit;
}
.auto-overview-filter-result .total_search_records .common-btn_color_wrap {
    position: initial;
    inset: initial;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: initial;
}
.auto-overview-filter-result .total_search_records .common-btn_color_wrap.blur {
    filter: none;
}
.auto-overview-filter-result .total_search_records .blob {
    display: none;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: transparent;
    border-color: #D0CABE;
    color: #fff;
    box-shadow: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.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: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 214px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #D0CABE;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(208, 202, 190, 0.4);
    border-color: rgba(208, 202, 190, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #D0CABE;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #D0CABE;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 99px;
}
.aanbod-product-area > .row {
    row-gap: 20px;
}
.aanbod-product-sec .each-product-info li {
    font-family: 'LamaSans-Regular';
}
/**************************verkocht**************************/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 214px 0 48px;
}
.verkocht-product-sec .each-product-price h4 {
    line-height: normal;
    font-family: 'LeagueSpartan-Bold';
}
/**************************over-ons**************************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 155px 0 50px;
    position: relative;
}
.over-ons-top-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.mob-over-ons-top-bg-mark {
    display: none;
}
.over-ons-top-txt {
    max-width: 704px;
    margin-left: auto;
}
.over-ons-top-txt h4 {
    margin-bottom: 12px;
}
.over-ons-top-txt p {
    margin-bottom: 0;
}
.over-ons-top-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 130px;
}
.over-ons-top-img-part .col-lg-3 {
    width: 25%;
    margin-bottom: -70px;
}
.over-ons-top-img-part .col-lg-6 {
    width: 50%;
}
.each-over-ons-top-img {
	transition: all 0.5s;
	position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-over-mid {
	/* transform: scale(1.2); */
}
.each-over-mid img {
    height: 100%;
    object-fit: cover;
}
.each-over-left {
	right: -80%;
	opacity: 0;
}
.each-over-right {
	left: -80%;
	opacity: 0;
}
.mob-over-ons-top-img {
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    padding-top: 158px;
}
.over-ons-top-block {
    border-bottom: 2px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 38px;
}
.over-ons-top-logo {
    text-align: end;
}
.over-ons-top-logo img {
    width: 962px;
}
.over-ons-top-block .magnet {
    width: 145px;
    height: 145px;
}
.over-ons-top-block .magnet strong br {
    display: none;
}
.over-ons-mid-txt-block tr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.over-ons-mid-txt-block td {
    width: 24%;
}
.over-ons-mid-txt-block tr td:first-child {
    width: 40%;
}
.over-ons-mid-txt-block td h6 {
    font-family: 'LeagueSpartan-SemiBold';
    font-size: 1.6rem;
    line-height: 28px;
}
.over-ons-mid-txt-block td p {
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.over-ons-mid-txt-block {
    padding: 57px 0 53px;
}
.each-over-ons-mid-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-mid-img {
    height: 472px;
}
.each-over-ons-mid-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-img-left {
    max-width: 406px;
    width: 100%;
}
.over-ons-mid-img-right {
    max-width: 924px;
    width: 100%;
    margin-left: auto;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding-top: 77px;
}
.over-ons-about-area {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
.each-over-ons-about {
    border-radius: 10px;
    background-color: #343434;
    padding: 28px 55px 28px 35px;
}
.over-ons-about-txt p {
    margin-bottom: 0;
    max-width: 555px;
    width: 100%;
}
.each-over-ons-counter {
    display: table;
    margin-left: auto;
    width: 162px;
}
.each-over-ons-counter h2,
.each-over-ons-counter p {
    color: #fff;
}
.each-over-ons-counter h2 {
    font-size: 5.4rem;
    color: #D0CABE;
    line-height: normal;
}
.each-over-ons-counter p {
    margin-top: 5px;
    margin-bottom: 0;
}
/****team-sec****/
.team-sec {
    padding: 105px 0 75px;
}
.team-title {
    margin-bottom: 48px;
}
.each-team-member {
    position: relative;
    border-radius: 10px;
    overflow: hidden; 
    padding: 9px;
    background-color: #343434;
}
.team-member-img {
    border-radius: 10px;
    overflow: hidden;
    height: 370px;
}
.team-member-img img {
    height: 100%;
    object-fit: cover;
}
.team-member-info {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background-color: #343434;
    padding: 9px 18px;
    margin-top: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-member-info h5 {
    line-height: normal;
}
.team-member-info p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
}
.each-team-member:hover .team-member-info {
    background-color: #13A538;
    border-color: #13A538;
}
.team-control {
    margin-top: 90px;
    display: flex;
    align-items: center;
    gap: 37px;
}
.team-control .swiper-scrollbar {
    height: 3px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.10);
    position: relative;
    width: 100%;
}
.team-control .swiper-scrollbar-drag {
    border-radius: 30px;
    background: #13A538;
    cursor: grab;
}
.team-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    margin-top: -7px;
}
.team-nav .common-arrow {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: unset;
    transition: none;
}
.team-nav .common-arrow img {
    width: 8px;
}
.team-nav .common-arrow:hover {
    filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(412%) hue-rotate(83deg) brightness(95%) contrast(86%);
    background-color: transparent;
}
/**************************aanbod-dtl**************************/
.aanbod-bk-btn {
    display: none;
    overflow: hidden;
}
/****mob-aanbod-top-title****/
.aanbod-top-title {
    position: relative;
    padding-top: 174px;
}
.aanbod-top-title .sec-mark {
    z-index: -1;
    width: 100%;
}
.aanbod-top-txt p {
    margin-bottom: 0;
    /* margin-top: 5px; */
    /* color: rgba(255, 255, 255, 0.70); */
    font-family: 'LeagueSpartan-SemiBold';
    font-size: 4rem;
    line-height: 48px;
    color: #fff;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.aanbod-share-btn h5 {
    margin-right: 18px;
}
.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.50);
    width: 53px;
    height: 53px;
    border-radius: 100px;
}
.share-btn img {
    width: 19px;
}
.share-btn:hover {
    background-color: #D0CABE;
    border-color: #D0CABE;
}
.share-btn svg {
    width: 19px !important;
    margin-right: 0 !important;
    filter: brightness(0) invert(1);
}
.share-btn:hover svg {
    filter: brightness(100) invert(1);
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding: 44px 0 99px;
}
.aanbod-top-sec .col-lg-7 {
    width: 57%;
}
.aanbod-top-sec .col-lg-5 {
    width: 43%;
}
.each-aanbod-top-slider {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .common-arrow {
    top: 40%;
}
.aanbod-top-slider .swiper-button-next {
    right: 3%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 3%;
}
.desk-aanbod-top-dtls {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}
.aanbod-top-dtls-top {
    min-height: 60%;
}
.aanbod-top-dtls-btm {
    min-height: 30%;
}
.aanbod-top-dtls-top,
.aanbod-top-dtls-btm {
    border-radius: 10px;
    border: 1.043px dashed #13A538;
    padding: 11px;
    height: 100%;
}
.aanbod-top-dtls-top-wrap,
.aanbod-top-dtls-btm-wrap {
    background: #343434;
    padding: 14px 18px;
    border-radius: 10px;
    height: 100%;
}
.aanbod-top-dtls-top li {
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.aanbod-top-dtls-top li,
.aanbod-top-price li {
    padding-left: 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted rgba(255, 255, 255, 0.20);
    width: 100%;
}
.aanbod-top-dtls-top li:last-child,
.aanbod-top-price li:last-child {
    margin-bottom: 0;
}
.aanbod-top-dtls-top li strong {
    font-weight: normal;
    width: 50%;
    text-align: end;
}
.aanbod-top-dtls-top li::after,
.aanbod-top-price li::after {
    display: none;
}
.aanbod-top-price p {
    margin-bottom: 0;
}
.aanbod-top-price li {
    padding-bottom: 12px;
    margin-bottom: 30px;
}
.aanbod-top-contact-dtls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 19px;
}
.aanbod-top-contact-info {
    width: 64%;
}
.aanbod-top-contact-info h5 {
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 7px;
}
.aanbod-top-contact-img {
    width: 125px;
    min-width: 125px;
    height: 92px;
}
.aanbod-top-contact-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-contact-info li {
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
}
.aanbod-top-contact-info li::after {
    display: none;
}
.aanbod-top-contact-info li:last-child {
    margin-bottom: 0;
}
.aanbod-top-contact-info li p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.50);
}
.aanbod-top-contact-info li p a {
    color: rgba(255, 255, 255, 0.50);
}
.aanbod-top-contact-info li p a:hover {
    color: #fff;
}
.small-car-area {
    margin-top: 15px;
    position: relative;
}
.each-small-car {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.each-small-car img {
    margin-top: -11px;
    height: calc(100% + 22px);
    object-fit: cover;
}
.each-small-car-last {
    position: relative;
}
.each-small-car-last::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    background: rgba(28, 28, 28, 0.80);
    margin: 7px;
    border-radius: 6px;
    pointer-events: none;
}
.overlay {
    z-index: 1;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.overlay h6 {
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
}
.overlay h6 strong {
    font-weight: normal;
    display: block;
    line-height: normal;
}
.mob-aanbod-top-dtls {
    display: none;
}
.mob-aanbod-top-title {
    max-width: 445px;
    margin-right: auto;
    margin-bottom: 30px;
}
.mob-aanbod-dtl-car-info-title {
    margin-bottom: 30px;
}
.mob-aanbod-dtl-car-info-title p {
    color: #D9D9D9;
}
.aanbod-dtl-content-block {
    padding: 0 24px;
}
.mob-aanbod-dtl-car-info ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 15px;
}
.mob-aanbod-dtl-car-info li {
    list-style-type: none;
    display: flex;
    padding-left: 0;
    column-gap: 7px;
    align-items: center;
    width: 46%;
    position: relative;
    padding-right: 10px;
    margin-right: 30px;
    margin-bottom: 0;
}
.mob-aanbod-dtl-car-info li::after {
    content: "";
    width: 2px;
    background: rgba(217, 217, 217, 0.5);
    height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    border-radius: 0;
}
.mob-aanbod-dtl-car-info ul li:nth-child(even)::after {
    display: none;
}
.mob-aanbod-dtl-car-info ul li:nth-child(even) {
    padding-right: 0;
    margin-right: 0;
}
.mob-aanbod-dtl-car-info li p {
    margin-bottom: 0;
}
.mob-aanbod-dtl-car-price {
    text-align: end;
}
.mob-aanbod-top-title h2,
.mob-aanbod-top-title p,
.mob-aanbod-dtl-car-info li p,
.mob-aanbod-dtl-car-price h3 {
    color: #D9D9D9;
}
.mob-aanbod-top-title p {
    margin-bottom: 0;
}
/****aanbod-mid-sec****/
.aanbod-mid-heading {
    margin-bottom: 50px;
}
.aanbod-mid-btn ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.aanbod-mid-btn li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-mid-btn li::after {
    display: none;
}
.aanbod-mid-btn .common-btn {
    width: 100%;
    border: 1px solid rgba(208, 202, 190, 0.50);
    color: #2A2A2A;
    background-color: #D0CABE;
}
.aanbod-mid-btn .common-btn .common-btn_bg {
    position: initial;
    inset: initial;
    z-index: 2;
    background: transparent;
    border: 0;
    border-radius: inherit;
}
.aanbod-mid-btn .common-btn .common-btn_color_wrap {
    position: initial;
    inset: initial;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: initial;
}
.aanbod-mid-btn .common-btn .common-btn_color_wrap.blur {
    filter: none;
}
.aanbod-mid-btn .common-btn .blob {
    display: none;
}
.aanbod-mid-btn .common-btn:hover {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}
.common-btn.inruil-btn {
    background-color: transparent;
    color: #fff;
}
.common-btn.inruil-btn:hover {
    background-color: #D0CABE;
    color: #2A2A2A;
}
.aanbod-mid-area {
    position: relative;
}
.aanbod-mid-area .col-lg-9 {
    width: 93%;
}
.aanbod-mid-area .col-lg-3 {
    width: 7%;
}
.each-aanbod-mid-slider {
    background-color: #D0CABE;
    border-radius: 10px;
    overflow: hidden;
}
/* .aanbod-mid-slider-img {
    height: 275px;
} */
/* .aanbod-mid-slider-img img {
    height: calc(100% - 14px);
    object-fit: cover;
    margin-top: -7px;
} */
.aanbod-mid-slider-txt {
    padding: 24px 27px;
}
.aanbod-mid-slider-txt h5 {
    color: #000000;
    max-width: 301px;
    width: 100%;
}
.aanbod-mid-arw .common-arrow {
    width: 70px;
    height: 70px;
}
.aanbod-mid-arw .swiper-button-next {
    top: 152px;
    right: 0;
}
.aanbod-mid-arw .swiper-button-prev {
    top: 240px;
    right: 0;
    left: auto;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    padding: 129px 0 82px;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: #FFFFFF;
    margin-bottom: 0;
    border-radius: 100px;
    border: 1px solid rgba(208, 202, 190, 0.50);
    background: #2A2A2A;
    display: flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 11px 33px 11px 25px;
}
.tab-btn .tabs li:hover,
.tab-btn .tabs li.active {
    opacity: 1;
    color: #000000;
    background: #D0CABE;
}
.tab_content {
    display: none;
}
.tab_content img {
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn {
    position: relative;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-bottom: 48px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.kenmerken-tab ul::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.20);
}
.kenmerken-tab ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.20);
}
.kenmerken-tab li {
    width: 33.33%;
    padding: 17px 22px;
    position: relative;
    display: flex;
    justify-content: space-between;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    position: relative;
}
.kenmerken-tab li strong {
    font-weight: normal;
    color: #fff;
}
.kenmerken-tab li::after {
    width: 1px;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    background-color: rgba(255, 255, 255, 0.30);
    border-radius: 0;
}
.kenmerken-tab li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.30);
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 10px;
    right: 0;
    background-image: url(../images/tab_arrow.svg);
    width: 7px;
    height: 10px;
    background-size: 5px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    background-color: transparent;
    border-radius: 0;
}
.kenmerken-tab {
	overflow: hidden;
}
.star_icon h4,
.bullet-panel h4 {
    border-bottom: 1.5px solid #D0CABE;
    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 li {
    margin-bottom: 5px;
}
.dtl-tab-sec .bullet-panel li:after {
    top: 8px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D0CABE;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D0CABE;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #2A2A2A;
    font-size: 1.8rem;
    line-height: 27px;
}
.each-onderhoud-block h4 {
    font-size: 2.8rem;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 2rem;
    font-family: 'LamaSans-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 8px;
    left: 8px;
    background-image: url(../images/tab_arrow.svg);
    width: 9px;
    height: 9px;
    background-size: 6px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    background-color: transparent;
    border-radius: 0;
}
.tab-btn .tabs li:hover::after,
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    filter: brightness(100) invert(1);
    top: 10px;
}
.tab-btn .tabs li:hover {
    box-shadow: none;
}
.tabs li.common-btn .common-btn_bg {
    position: initial;
    inset: initial;
    z-index: 2;
    background: transparent;
    border: 0;
    border-radius: inherit;
}
.tabs li.common-btn .common-btn_color_wrap {
    position: initial;
    inset: initial;
    border-radius: inherit;
    overflow: hidden;
    pointer-events: initial;
}
.tabs li.common-btn .common-btn_color_wrap.blur {
    filter: none;
}
.tabs li.common-btn .blob {
    display: none;
}
.tab-btm-btn {
    margin-top: 30px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}
/****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(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #2A2A2A;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D0CABE;
    box-shadow: 0px 0px 25px 0px #D0CABE;
    -webkit-box-shadow: 0px 0px 25px 0px #D0CABE;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #D0CABE;
    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 #D0CABE;
}
.kenmarken-popup-close img {
    width: 28px;
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 10px;
    line-height: 37px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 12px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    overflow: hidden;
    padding: 99px 0;
}
.aanbod-btm-title {
    margin-bottom: 62px;
}
.aanbod-btm-title strong {
    font-weight: normal;
    color: #13A538;
}
.aanbod-product-slider-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-product-slider .each-product-text-btm .col-lg-8 {
    width: 61%;
}
.aanbod-product-slider .each-product-text-btm .col-lg-4 {
    width: 39%;
}
.aanbod-product-slider .each-product-text {
    padding-left: 13px;
    padding-right: 13px;
}
.aanbod-product-slider .each-product-info li {
    padding-left: 9px;
    padding-right: 9px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #2A2A2A;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #2A2A2A;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #2A2A2A;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
/*=========================popup=========================*/
.modal-area .modal-dialog {
    max-width: 1098px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(13, 13, 13, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 228px;
}
.modal-area .popup-content p {
    margin: 70px 0 55px;
    max-width: 425px;
    width: 100%;
    color: #0F1013;
}
.modal-area .popup-content {
    border-radius: 0;
    background: radial-gradient(195.46% 116.86% at -9.64% 42.09%, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.91) 71.76%, rgba(255, 255, 255, 0.97) 100%);
    overflow: hidden;
    padding: 83px 70px 83px 83px;
    position: relative;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-content-wrap .col-lg-5 {
    width: 47%;
}
.modal-content-wrap .col-lg-7 {
    width: 53%;
}
.popup-content .common-btn {
    border: 1px solid rgba(208, 202, 190, 0.50);
}
.popup-content .common-btn:hover {
    box-shadow: none;
    background-color: #D0CABE;
    color: #000000;
}
.popup-content .common-btn .label {
    white-space: initial;
    position: initial;
}
.popup-content .common-btn_bg {
    position: initial;
    inset: initial;
    background: transparent;
    border: 0;
}
.popup-content .common-btn_color_wrap.blur {
    filter: none;
}
.popup-content .common-btn_color_wrap {
    position: initial;
}
.popup-content .blob {
    display: none;
}
/****privacy****/
.privacy_section {
    padding: 120px 0 60px;
}

/* whats app lab  */

.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    /* bottom: 28px; */
    bottom: 28px;
    /* / left: 16px; */
    right: -11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: red;
    color: white;
    text-align: center;
    font-size: small;
    animation: shake 0.5s;
    animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fix-wp{
        display: none;
    }
}

/* whats app lab end  */

/* Style For Developer start */

/*******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 p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img, .bullet-panel li img{
	width: 30px;
	margin-left: 5px;
	filter: initial;
}
.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(#fff  calc(1*100%/6),#13A538 0 calc(3*100%/6),#fff  0),
              linear-gradient(#fff  calc(2*100%/6),#13A538 0 calc(4*100%/6),#fff  0),
              linear-gradient(#fff  calc(3*100%/6),#13A538 0 calc(5*100%/6),#fff  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;
}

/* Style For Developer End */


.photo_contnt li::after {
    top: 9px;
}
.photo_contnt h4{
	border-bottom: 1.5px solid #D0CABE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.photo_contnt li::after {
  display: none;
}
.photo_contnt li{
	padding-left: 0;
}
.photo_contnt li img{
  height: auto;
  margin-left: 0;
  width: 20px;
  padding-right: 5px;
}
.photo_contnt{
	margin-bottom: 15px;
}




.each-aanbod-top-slider img {
    margin-top: -41px;
    margin-bottom: -41px;
}
.aanbod-top-price li {
    padding-bottom: 4px;
    margin-bottom: 3px;
}
.aanbod-top-contact-dtls { 
    margin-top: 5px;
}
.inruil-wp img {
    width: 20px;
    margin-right: 5px;
    margin-top: -2px;
}
.inruil-wp span {
    font-style: normal;
}
.inruil-wp .common-btn_bg {
    background-color: #25D366;
}
.inruil-wp .common-btn_color_wrap.blur,
.inruil-wp .common-btn_color_wrap {
    display: none;
}
.inruil-wp .common-btn:hover {
    box-shadow: none;
}
.aanbod-mid-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}