body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins-Regular';
    color: #2E2C28;
    background-color: #F9F7F2;
    font-size: 1.6rem;
    /*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; 
}
/****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;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/****star_icon****/
.star_icon p { 
    margin-bottom: 0; 
}
/****privacy****/
.privacy_section p { 
    margin-bottom: 10px; 
}
/****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;
}
/****form****/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    width: 100%;
    padding: 18px 0;
    background-color: #6D6146;
}
.header-area.header-active {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.header-logo img {
    width: 168px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 0;
}
.header-nav > ul > li::before {
    display: none;
}
.header-nav > ul > li > a {
    font-family: 'Poppins-Medium';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.header-nav > ul > li > a:hover {
    color: #D1C7AF;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.h-contact-wrap {
    display: flex;
    gap: 10px;
    background-color: #D1C7AF;
}
.header-contact strong {
    font-weight: normal;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.header-contact strong img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.header-contact .common-btn {
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 12px;
    background-color: #D1C7AF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #16213B;
    border-color: #D1C7AF;
    padding: 7px;
}
.header-contact .common-btn:hover {
   background-color: transparent;
   color: #F6F6F4; 
}
.header-contact {
    display: flex;
    justify-content: end;
}
/****menu-btn****/
.menu-bar {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
    background-color: #fff;
    padding: 4px 14px;
    max-width: 58px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #030303;
    content: '';
    height: 2px;
    margin: 7px 0 7px auto;
    width: 37px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: -4px;
}
.menu-bar::after {
    width: 30px;
    margin-right: -3px;
    display: table;
    margin-left: auto;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #0F1118;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #0F1118;
    margin-left: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #0F1118;
    margin-right: 0;
}
.menu-bar.active:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
    width: 30px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #6D6146;
    background-color: #6D6146;
    width: max-content;
    margin-top: 10px;
    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: 345px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
}
.parent-dropdown.open ul {
	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;
    padding-left: 0;
}
.parent-dropdown > ul > li::before {
    display: none;
}
.parent-dropdown > ul > li > a {
    padding: 7px 12px;
    display: block;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #6D6146;
    padding: 95px 40px 50px;
    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;
}
.side-menu ul {
    margin-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #fff;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.70);
}
.side-menu .parent-dropdown {
    padding-right: 18px;
    max-height: 200px;
}
.side-menu .parent-dropdown ul {
    background-color: #F9F7F2;
    left: 0;
    transform: translateX(0);
    max-height: 140px;
    width: 100%;
}
.side-menu .parent-dropdown > ul > li > a {
    color: #1F1F1E;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 5px;
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: #6D6145;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.menu-up .header-wrap {
    border-color: transparent;
    background-color: transparent;
    backdrop-filter: blur(0);
    box-shadow: none !important;
    position: relative;
    z-index: 99;
}
.menu-up .header-logo {
    opacity: 0;
}
.side-menu .parent-dropdown.open ul {
    position: relative;
}
/****header-btm-area****/
.header-btm-area {
    padding: 110px 0 25px;
    background-color: #F9F7F2;
    position: relative;
    z-index: 3;
}
.header-btm-info {
    padding-right: 34px;
}
.header-btm-area ul {
    display: flex;
    gap: 26px;
    justify-content: end;
}
.header-btm-area li {
    padding-left: 25px;
    position: relative;
    font-family: 'Poppins-Medium';
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: normal;
}
.header-btm-area li::before {
    background-color: transparent;
    background-image: url(../images/li-tick.svg);
    border-radius: initial;
    height: 15px;
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    top: 4px;
}
.header-btm-contact {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-btm-contact p {
    margin-bottom: 0;
}
.header-btm-contact a {
    font-family: 'Poppins-Medium';
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: normal;
}
.header-btm-contact a:hover {
    color: #D1C7AF;
}
.header-btm-contact img {
    margin-right: 9px;
}
/****fix-side-bar****/
.fix-side-bar {
	position: fixed;
	right: 0;
	z-index: 97;
	top: 30%;
}
.fix-side-bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.fix-side-bar li {
	position: relative;
    padding-left: 0;
}
.fix-side-bar li::before {
    display: none;
}
.fix-side-bar li > a {
	width: 66px;
	height: 66px;
	background-color: #6D6146;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fix-side-bar li a img {
    width: 24px;
}
.fix-side-bar li:first-child a img {
    width: 30px;
}
.fix-side-bar .each-footer-info {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.fix-side-bar .each-footer-info:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.fix-side-bar .each-footer-info p {
	font-size: 1.2rem;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Sora-Regular';
}
.fix-side-bar .each-footer-info h6 {
	font-size: 1.4rem;
    line-height: 18px;
    color: #1F1F1E;
	font-family: 'Poppins-Medium';
}
.fix-location-text {
    background-color: #F9F7F2;
    width: max-content;
    position: absolute;
    right: 100%;
    top: 0;
    padding: 10px;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    display: flex;
    align-items: center;
}
.fix-wp.visible .fix-location-text,
.fix-location.visible .fix-location-text {
	clip-path: inset(0 0 0 0);
}
.fix-side-bar li:hover .fix-location-text {
	clip-path: inset(0 0 0 0);
}
.fix-side-bar li:hover a {
    background-color: #F9F7F2;
}
.fix-side-bar li:hover a img {
    filter: brightness(100) invert(1);
}
/* .fix-side-bar li.fix-wp a,
.fix-side-bar li.fix-wp:hover a {
	background-color: #6EE37A;
} */
/* .fix-side-bar li.fix-wp:hover a img {
    filter: brightness(0) invert(1);
} */
/* .fix-side-bar li.fix-wp .fix-location-text {
    background-color: #6EE37A;
} */
/* .fix-side-bar li.fix-wp .fix-location-text h6 {
    color: #F9F7F2;
} */
.fix-side-bar .fix-wp {
    bottom: initial;
    right: initial;
    z-index: initial;
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: unset;
}
/****banner-sec****/
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 566px;
}
.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 {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 2;
    width: 100%;
}
.banner-content h3 {
    font-family: 'Solitreo-Regular';
    font-size: 3.2rem;
    line-height: 40px;
}
.banner-content h3 strong {
    color: #D1C7AF;
}
.banner-content-wrap h1 {
    margin: 5px 0;
}
.banner-content-wrap h2 {
    font-family: 'LandRoverWeb-Medium';
    color: #B89B5E;
    margin-bottom: 25px;
}
.banner-content-wrap .common-btn {
    border-color: #fff;
    color: #fff;
}
.banner-content-wrap .common-btn:hover {
    background-color: #B89B5E;
    border-color: #B89B5E;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    background-color: #6D6146; 
    position: relative;
    overflow-x: clip;
}
.marqu-wave {
    position: absolute;
    bottom: -59%;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    height: 100%;
}
.usp-marquee-wrap {
    padding: 25px 0px;
	display: flex;
	/* width: max-content; */
    width: 100%;
    gap: 52px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 52px;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}
.usp-marquee-wrap ul li {
    font-family: 'Poppins-Medium';
    color: #F6F6F4;
    padding: 0;
    position: relative;
    font-size: 1.4rem;
    line-height: 18px;
    padding-left: 88px;
}
.usp-marquee-wrap ul li::before {
    display: none;
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    background: url(../images/marqu-list-img.svg) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 77px;
    width: 77px;
    height: 10px;
    transform: translateY(-50%);
    left: 0;
}
/****product-sec****/
.product-sec {
    /* overflow: hidden; */
    overflow-x: clip;
    padding: 126px 0 60px;
    position: relative;
}
.product-mark {
    position: absolute;
    top: -20%;
    left: 0;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}
.product-mark img {
    height: 100%;
}
.mob-product-mark {
    display: none;
    top: 0;
}
.product-right-mark {
    position: absolute;
    bottom: -14%;
    right: 0;
    height: 100%;
    pointer-events: none;
    z-index: -2;
}
.product-right-mark img {
    height: 100%;
}
.product-wave {
    position: absolute;
    bottom: -1%;
    left: 0;
    pointer-events: none;
    z-index: 2;
}
.product-area {
    position: relative;
    z-index: 1;
}
.product-title {
    margin-bottom: 46px;
    text-align: center;
}
.product-title p {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
}
.product-title h2 {
    margin-bottom: 26px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #EBE4D3;
}
.each-product-text {
    background-color: #EBE4D3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 31, 30, 0.70);
    margin-bottom: 15px;
}
.each-product-top-title {
    border-bottom: 2px solid rgba(31, 31, 30, 0.70);
}
.each-product-top table {
    margin-top: 15px;
}
.each-product-top tr {
    display: flex;
    margin-bottom: 2px;
}
.each-product-top td {
    color: rgba(31, 31, 30, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-product-top td:last-child {
    color: #1F1F1E;
    padding-left: 5px;
}
.each-product-price {
    color: #1F1F1E;
    line-height: 24px;
    letter-spacing: 0.32px;
    border: 1px solid #1F1F1E;
    padding: 11px;
    width: 100%;
    text-align: center;
    margin-top: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price strong {
    color: rgba(31, 31, 30, 0.70);
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider .common-arrow {
    top: 38%;
    background-color: #D1C7AF;
    border-color: #D1C7AF;
}
.product-slider .common-arrow img {
    filter: brightness(100) invert(1);
}
.product-slider .common-arrow:hover {
    background-color: #6D6146;
    border-color: #6D6146;
}
.product-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.product-slider .swiper-button-next {
    right: -1.6%;
}
.product-slider .swiper-button-prev {
    left: -1.6%;
}
.each-product:hover .each-product-price {
    background-color: #6D6146;
    border-color: #6D6146;
    color: #F6F6F4;
}
.each-product:hover .each-product-price strong {
    color: rgba(246, 246, 244, 0.70);
}
.product-btm-btn {
    text-align: center;
    margin-top: 40px;
}
.product-child-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 100px;
    border: 1px solid #1F1F1E;
    background-color: #1F1F1E;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0 2px !important;
}
.product-child-slider .swiper-pagination-bullet-active {
    width: 40px;
    border-color: #D1C7AF;
    background-color: #D1C7AF;
}
/****service-sec****/
.service-sec {
    background-color: #D1C7AF;
    padding-top: 58px;
    position: relative;
    overflow: hidden;
}
.service-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.service-wrap {
    position: relative;
    z-index: 1;
}
.service-title {
    max-width: 500px;
    width: 100%;
    margin-bottom: 49px;
}
.service-title p {
    margin-top: 25px;
    margin-bottom: 38px;
}
.service-title ul {
    display: flex;
    column-gap: 16px;
}
.service-title li {
    padding-left: 0;
}
.service-title li::before {
    display: none;
}
.each-service-area {
    padding: 16px;
    border-top: 2px solid rgba(31, 31, 30, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-service-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100vw + 50vw);
    height: 100%;
    background-color: #6D6146;
    z-index: -1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-area .each-service-area:first-child {
    border: 0;
}
.each-service-img {
    max-width: 459px;
    width: 100%;
    height: 278px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-txt {
    padding-left: 60px;
    padding-right: 20px;
}
.each-service-txt h4 {
    font-family: 'Solitreo-Regular';
    color: #6D6145;
    font-size: 2.4rem;
    line-height: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt h3 {
    margin: 6px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt p {
    color: rgba(31, 31, 30, 0.70);
    margin-bottom: 55px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-area:hover {
    background-color: #6D6146;
}
.each-service-area:hover h4 {
    color: #D1C7AF;
}
.each-service-area:hover h3 {
    color: #fff;
}
.each-service-area:hover p {
    color: rgba(255, 255, 255, 0.70);
}
.each-service-area:hover .text-btn {
    border: 1px solid rgba(255, 255, 255, 0.70);
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Poppins-Medium';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    padding: 15px 56px 15px 21px;
    font-size: 1.4rem;
    line-height: 22px;
}
.each-service-area:hover .text-btn::after {
    right: 23px;
    background-image: url(../images/txt-btn-arrow-white.svg);
    top: 18px;
}
/****home-about-sec****/
.home-about-sec{
    padding-top: 120px;
    position: relative;
}
.about-top-merk{
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 1;
}
.about-sec-heading{
    max-width: 804px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    padding-bottom: 72px;
}
.home-about-img-wrap .container{
    position: relative;
}
.home-about-img-wrap{
    position: relative;
}
.home-about-img-wrap::after{
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    content: "";
    height: 243px;
    background: linear-gradient(180deg, #F9F7F2 0%, #F9F7F2 56.21%, rgba(249, 247, 242, 0.00) 100%);
}
.home-abou-bg-img{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.home-abou-bg-img img{
    height: 100%;
    object-fit: cover;
}
.each-home-about-dtl-icon{
    width: 47px;
}
.about-dtl-mid-icon{
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-right: auto;
}
.about-dtl-mid-icon img{
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    object-position: top;
}
.each-home-about-dtl{
    background: #EBE4D3;
    padding: 22px;
}
.about-dtl-right{
    width: 302px;
    z-index: 1;
}
.about-dtl-right p{
    margin-bottom: 0;
    margin-top: 19px;
    max-width: 225px;
    color: #1F1F1E;
    font-family: 'Poppins-Medium';
}
.about-dtl-left p{
    margin-bottom: 0;
    margin-top: 19px;
    color: #1F1F1E;
    max-width: 203px;
    font-family: 'Poppins-Medium';
}
.about-dtl-left{
    width: 302px;
}
.about-dtl-mid{
    width: 452px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.about-dtl-mid p{
    margin-top: 33px;
    color: #1F1F1E;
}
.about-dtl-mid h5{
    color: #1F1F1E;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-family: 'Poppins-MediumItalic';
}
.about-dtl-mid h6{
    color: rgba(31, 31, 30, 0.70);
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.about-dtl-mid{
    position: relative;
}
.about-dtl-mid::after{
    position: absolute;
    background: #EBE4D3;
    height: 700px;
    width: 1px;
    right: -32%;
    transform: rotate(46deg);
    content: "";
    top: -491px;
    z-index: -1;
}
.about-dtl-mid::before{
    position: absolute;
    background: #EBE4D3;
    height: 700px;
    width: 1px;
    left: -32%;
    transform: rotate(-46deg);
    content: "";
    top: -491px;
    z-index: -1;
}
.home-about-dtl{
    z-index: 3;
    position: relative;
}
.about-sec-heading h2{
    padding-bottom: 24px;
}
.about-sec-heading p{
    margin-bottom: 60px;
    color: #1F1F1E;
}
.home-about-top-area{
    display: flex;
    justify-content: space-between;
    padding-bottom: 230px;
    z-index: 1;
    position: relative;
}
/****google-review****/
.google-review {
    padding: 60px 0;
}
.google-review .iIAyQx {
    display: none !important;
}
.google-review .hEtMzD,
.google-review .hnLEhL {
    background-color: #6D6146;
}
.google-review .ebHiwd {
    border-color: #fff !important;
    background: #6D6146 !important;
    border-width: 1px !important;
}
.google-review .es-header-write-review-button {
    background-color: #fff !important;
}
.google-review .htTVFn {
    color: #fff;
}
/****footer****/
.footer-area {
    overflow: hidden;
    background: linear-gradient(0deg, #D1C7AF 0%, #D1C7AF 100%);
    padding-bottom: 22px;
}
.footer-top-part {
    /* background-color: #6D6146; */
    padding: 92px 0 98px;
    position: relative;
}
.footer-wave {
    position: absolute;
    bottom: -2%;
    left: 0;
    pointer-events: none;
    z-index: 2;
    display: none;
}
.footer-top-area {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.each-footer-top-content {
    text-align: center;
}
.each-footer-top-content:last-child {
    text-align: left;
}
.each-footer-top-content h3 {
    /* color: #E4F0FC; */
    color: #2E2C28;
    line-height: normal;
    font-family: 'Poppins-SemiBold';
    letter-spacing: normal;
    margin-bottom: 17px;
}
.each-footer-top-content p {
    line-height: 36px;
    margin-bottom: 10px;
}
.each-footer-top-content:first-child p {
    line-height: normal;
}
.each-footer-top-content a {
    /* color: rgba(255, 255, 255, 0.70); */
    line-height: normal;
    color: rgba(46, 44, 40, 0.7);
}
.each-footer-top-content td {
    color: rgba(255, 255, 255, 0.70);
    color: rgba(46, 44, 40, 0.7);
    line-height: normal;
}
.each-footer-top-content a:hover {
    color: #2E2C28;
}
.each-footer-top-content td:first-child {
    padding-right: 16px;
}
.footer-marquee-wrap {
    padding: 16px 0px 58px;
	display: flex;
	width: max-content;
    gap: 89px;
}
.footer-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 71px;
    padding: 0;
    margin: 0;
}
.footer-marquee-wrap ul li {
    font-family: 'LandRoverWeb-Medium';
    color: #6D6146;
    padding: 0;
    position: relative;
    font-size: 6.4rem;
    line-height: 92px;
    padding-left: 71px;
}
.footer-marquee-wrap ul li a {
    color: #6D6146;
}
.footer-marquee-wrap ul li::before {
    height: 22px;
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #6D6146;
}
.footer-marquee-wrap ul li a:hover {
    color: #1F1F1E;
}
.footer-mid-part {
    padding: 42px 0;
    border-top: 1px solid rgba(27, 27, 27, 0.70);
    border-bottom: 1px solid rgba(27, 27, 27, 0.70);
}
.footer-logo img {
    width: 168px;
}
.footer-mid > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.footer-mid > ul li {
    padding-left: 0;
    font-family: 'Poppins-Medium';
}
.footer-mid > ul li::before {
    display: none;
}
.footer-mid > ul li.parent-dropdown img {
    filter: brightness(100) invert(1);
}
.footer-mid .parent-dropdown > ul {
    max-height: 108px;
}
.footer-mid .parent-dropdown > ul > li {
    font-size: 1.4rem;
}
.footer-mid .parent-dropdown > ul > li a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.footer-social ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 9px;
    justify-content: end;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::before {
    display: none;
}
.footer-social li a {
    height: 35px;
    width: 35px;
    background-color: #D1C7AF;
    border: 1px solid #6D6146;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a img {
    width: 14px;
    height: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) saturate(100%) invert(38%) sepia(9%) saturate(1326%) hue-rotate(4deg) brightness(94%) contrast(85%);
}
.footer-social li a:hover {
    background-color: #6D6146;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(87%) sepia(26%) saturate(278%) hue-rotate(3deg) brightness(90%) contrast(89%);
}
.footer-btm-part {
    padding-top: 25px;
}
.footer-btm-area {
    text-align: center;
}
.footer-btm-area p {
    margin-bottom: 0;
}
.footer-btm-area p a {
    font-family: 'Poppins-Medium';
    color: #1F1F1E;
}
.footer-btm-area p a:hover {
    color: #6D6146;
}
.footer-marquee {
    display: none;
}
/***************** diensten-list *****************/
/***inner-banner-sec***/
.inner-banner-sec {
    position: relative;
}
/* .inner-banner-sec::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
} */
.inner-banner-img {
    height: 600px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    width: 100%;
    bottom: 105px;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*****diens-list-sec*****/
.diens-list-sec{
    padding-top: 120px;
    padding-bottom: 105px;
}
.each-diens-list-dtl{
    margin-bottom: 16px;
    background: #EBE4D3;
}
.each-diens-list-text{
    padding: 100px 80px 100px 64px;
}
.each-diens-list-img { 
    height: 368px;
    overflow: hidden;
}
.each-diens-list-img img{
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-text h3{
    padding-bottom: 18px;
}
.each-diens-list-text p {
    margin-bottom: 13px;
    color: rgba(31, 31, 30, 0.70);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-list-text .text-btn{
    border: none;
}
.each-diens-list-text .text-btn:hover{
    color: rgba(31, 31, 30, 0.70);
    font-family: 'AvenirLTPro-Heavy';
    border: none;
    padding: 0;
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
.each-diens-list-text .text-btn:hover::after{
    background-image: url(../images/txt-btn-arrow.svg);
    right: -19px;
    top: 3px;
}
.each-diens-list-dtl:hover .text-btn::after{
    background-image: url(../images/text-btn-arrow-black.svg);
}
.each-diens-list-dtl:hover .text-btn{
    color: rgba(31, 31, 30, 1);
}
.each-diens-list-dtl:hover .each-diens-list-img img{
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-dtl .row .col-lg-6:first-child {
    width: 50.4%;
}
.each-diens-list-dtl .row .col-lg-6:last-child {
    width: 49.6%;
}
/***************** diensten-dtl *****************/
/*****bk-btn-sec****/
.bk-btn-sec{
    padding-top: 130px;
}
.bk-btn-main{
    position: relative;
    top: 20px;
    z-index: 1;
    padding-bottom: 30px;
}
/****diens-dtl-top-sec****/
.diens-dtl-top-sec{
    position: relative;
    margin-top: -128px;
}
.diens-dtl-top-merk{
    position: absolute;
    top: -23%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.diens-dtl-top-text h1{
    color: #2E2C28;
    padding-bottom: 25px;
}
/* .diens-dtl-top-text p:last-child {
    margin-bottom: 0;
} */
.diens-dtl-top-text{
    padding-top: 135px;
    max-width: 695px;
    margin-right: auto;
    padding-right: 10px;
}
.diens-dtl-top-text ul{
    padding-left: 10px;
}
.diens-dtl-top-text li {
    padding-left: 15px;
}
/****form-sec****/
.form-sec {
    background: #6D6146;
    padding: 78px 0 80px;
    position: relative;
    overflow-x: clip;
}
.form-sec-line {
    position: absolute;
    top: -1%;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.form-sec-line img {
    width: 100%;
}
.form-sec-line.mob-form-sec-line {
    display: none;
}
.form-title {
    text-align: center;
    margin-bottom: 45px;
}
.form-title h2 {
    color: #fff;
    margin: 0 auto;
}
.form-title p {
    max-width: 654px;
    margin: 18px auto 0;
    color: #fff;
}
.form-title,
.form-part{
    position: relative;
    z-index: 1;
}
.form-part{
    background: #F9F7F2;
    padding: 14px;
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
}
.form-left {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #EBE4D3;
    padding: 62px 30px;
}
.form-left-contact ul li::before{
    display: none;
}
.form-social-icon ul li::before{
    display: none;
}
.form-social-icon ul li{
    padding-left: 0;
}
.form-social-icon{
    margin-top: 44px;
}
.form-social-icon ul{
    display: flex;
    column-gap: 12px;
}
.form-social-icon li a {
    height: 35px;
    width: 35px;
    border: 1px solid #6D6146;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social-icon li a:hover{
    background: #6D6146;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social-icon li a:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(4179%) hue-rotate(321deg) brightness(93%) contrast(99%);
}
.form-social-icon li a img{
    width: 12px;
}
.form-left-contact ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.form-left-contact ul li{
    padding-left: 0;
    display: flex;
    column-gap: 20px;
}
.form-left-contact ul li a{
    color: rgba(46, 44, 40, 0.70);
}
.form-left-contact ul li a em img{
    width: 20px;
}
.form-left-contact ul li a strong{
    font-weight: normal;
}
.form-left-contact ul li a:hover{
    color: #2E2C28;
}
.form-left-contact li {
    border-bottom: 2px solid rgba(31, 31, 30, 0.50);
    padding: 48px 0px;
}
.form-left-contact li:first-child{
    padding-top: 0;
}
.form-part .col-lg-5{
    width: 36%;
}
.form-part .col-lg-7{
    width: 64%;
}
.form-right {
    overflow: hidden;
    padding: 71px 55px 35px;
    height: 100%;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12,
.form-main-area .col-12 {
    padding-left: 23px;
    padding-right: 23px;
}
.form-main-area .row {
    margin-left: -23px;
    margin-right: -23px;
}
.form-main-area .col-lg-6:last-child {
    width: 100%;
}
.form-main-area .form-group {
    margin-bottom: 45px;
    position: relative;
}
.form-main-area .col-lg-6:last-child .form-group {
    margin-bottom: 0;
}
.form-main-area .form-styl {
    resize: none;
    border: 0;
    border-radius: 0;
    font-family: 'Inter-Regular';
    background-color: transparent;
    color: #2E2C28;
    font-size: 1.4rem;
    padding: 0 0 35px;
    border-bottom: 1.5px solid rgba(46, 44, 40, 0.40);
}
.form-main-area  .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: rgba(46, 44, 40, 0.50);
    font-size: 1.4rem;
    font-family: 'Poppins-Medium';
    line-height: normal;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}
.form-main-area .form-styl:placeholder {
    color: rgba(46, 44, 40, 0.50);
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(46, 44, 40, 0.50);
}
.form-main-area .form-styl::placeholder {
    color: rgba(46, 44, 40, 0.50);
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #2E2C28;
    border-bottom: 1px solid #2E2C28;
}
.form-main-area .form-styl:focus::placeholder {
    color: #2E2C28;
}
.form-group textarea.form-control {
    min-height: 105px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: rgba(46, 44, 40, 0.50);
    font-family: 'Poppins-Medium';
}
.form-btn .common-btn{
    background: #6D6146;
    color: #FFF;
    border-color: #6D6146;
}
.form-btn .common-btn:hover{
    background: transparent;
    color: #6D6146;
}
.form-btn .common-btn:hover img{
    filter: brightness(0) saturate(100%) invert(38%) sepia(4%) saturate(2918%) hue-rotate(3deg) brightness(94%) contrast(86%);
}
.form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 7px;
}
.form-main-area label strong {
    opacity: 1;
    color: rgba(46, 44, 40, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:focus + label strong {
    opacity: 1;
    color: #2E2C28;
}
.form-main-area .form-styl:focus + label {
    color: #2E2C28;
}
/****diens-dtl-slider-sec****/
.diens-dtl-slider-sec{
    padding-bottom: 120px;
    padding-top: 118px;
}
.diens-dtl-slider-heading h1{
    color: #2E2C28;
}
.diens-dtl-slider-heading {
    padding-bottom: 70px;
}
.diens-dtl-slider-item{
    position: relative;
    height: 368px;
}
.diens-dtl-slider-text{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 32px 63px;
}
.diens-dtl-slider-text h3{
    color: #fff;
    padding-bottom: 18px;
}
.diens-dtl-slider-text p{
    color: rgba(255, 255, 255, 0.70);
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.diens-dtl-slider-text .text-btn{
    color: rgba(255, 255, 255, 0.70);
    border: 0;
    padding: 0;
}
.diens-dtl-slider-text .text-btn::after{
    background-image: url(../images/txt-btn-arrow-white.svg);
}
.diens-dtl-slider-text .text-btn:hover{
    font-family: 'AvenirLTPro-Heavy';
    color: rgba(255, 255, 255, 1);
    border: none;
    padding: 0;
    font-size: 1.6rem;
}
.diens-dtl-slider-text .text-btn:hover::after{
    right: -19px;
    top: 3px;
}
.diens-dtl-slider-img::after{
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(31, 31, 30, 0.32) 0%, rgba(31, 31, 30, 0.32) 100%);
}
.diens-dtl-slider-img{
    position: relative;
}
.diens-dtl-slider-item:hover .diens-dtl-slider-img img{
    transform: scale(1.1);
}
.diens-dtl-slider-img{
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.diens-dtl-slider-img img{
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.diens-dtl-slider-item:hover .text-btn{
    color: #fff;
}
/*****diens-dtl-mid-sec****/
.diens-dtl-mid-content td{
    background: #EBE4D3;
    padding: 34px 32px;
    max-width: 416px;
}
.diens-dtl-mid-content p{
    color: #1F1F1E;
    margin-bottom: 0;
}
.diens-dtl-mid-content td h6{
    font-size: 1.6rem;
    color: #1F1F1E;
    font-family: 'Poppins-Medium';
    line-height: 24px; 
    letter-spacing: 0.32px;
    padding-bottom: 16px;
}
.diens-dtl-mid-content {
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.diens-dtl-mid-content td:last-child{
    width: 452px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 182px;
    position: relative;
    padding-bottom: 63px;
}
.diens-dtl-mid-content td:last-child p{
    max-width: 348px;
    margin-left: auto;
    margin-right: auto;
}
.diens-dtl-mid-content td:last-child::after{
    content: "";
    top: -460px;
    left: -86px;
    width: 1px;
    height: 700px;
    transform: rotate(-38deg);
    position: absolute;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
}
.diens-dtl-mid-content td:last-child::before{
    content: "";
    top: -460px;
    right: -86px;
    width: 1px;
    height: 700px;
    transform: rotate(38deg);
    position: absolute;
    background: rgba(255, 255, 255, 1);
    z-index: -1;
}
.diens-dtl-mid-content table{
    width: 100%;
    height: 100%;
}
.diens-dtl-mid-content table tr{
    display: flex;
    justify-content: space-between;
    column-gap: 688px;
    flex-wrap: wrap;
}
.diens-dtl-mid-sec{
    position: relative;
    padding-top: 105px;
}
.diens-dtl-mid-sec::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, #F9F7F2 0%, #F9F7F2 56.21%, rgba(249, 247, 242, 0.00) 100%);
    height: 222px;
}
/***************** contact *****************/
/****map****/
.map-img{
    height: 645px;
}
/***************** verkoop *****************/
/****verkoop-dtl-top-sec****/
.verkoop-dtl-top-sec .diens-dtl-top-text p strong{
    display: block;
    font-family: 'Poppins-Medium';
    font-weight: normal;
}
/****verkoop-dtl-mid-sec****/
.verkoop-dtl-mid-heading{
    background: #EBE4D3;
    padding: 32px;
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 214px;
    text-align: center;
}
.verkoop-dtl-mid-heading::after{
    content: "";
    top: -98px;
    right: -29%;
    width: 1px;
    height: 700px;
    transform: rotate(-45deg);
    position: absolute;
    background: #B89B5E;
    z-index: -1;
}
.verkoop-dtl-mid-heading::before{
    content: "";
    top: -98px;
    left: -29%;
    width: 1px;
    height: 700px;
    transform: rotate(45deg);
    position: absolute;
    background: #B89B5E;
    z-index: -1;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content td{
    max-width: 100%;
    margin-top: 0;
    width: 50%;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content tr{
    flex-wrap: nowrap;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content td li{
    padding-bottom: 3px;
    padding-left: 12px;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content td ul{
    padding-left: 12px;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content td::after ,
.verkoop-dtl-mid-sec .diens-dtl-mid-content td::before{
    display: none;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content td:last-child{
    text-align: left;
    margin-top: 0;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-content table tr{
    column-gap: 248px;
}
.verkoop-dtl-mid-wrap{
    position: relative;
    z-index: 3;
}
/***************** werkplaat-dtl *****************/
.werkplaats-dtl-mid-sec .diens-dtl-mid-content td:last-child::before{
    background: #B89B5E;
}
.werkplaats-dtl-mid-sec .diens-dtl-mid-content td:last-child::after{
    background: #B89B5E;
}
/***************** Bedankt *****************/
/****Bedankt-banner-sec****/
.Bedankt-banner-sec .inner-banner-content p{
    color: #fff;
    max-width: 722px;
}
.Bedankt-banner-sec .inner-banner-content .common-btn{
    border: 1px solid #FFF;
    color: #fff;
}
.Bedankt-banner-sec .inner-banner-content .common-btn:hover{
    border-color: #B89B5E;
}
.Bedankt-banner-sec .inner-banner-img{
    height: 746px;
}
/***************** popup *****************/
.modal-area .modal-dialog {
    max-width: 62%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(31, 31, 30, 0.30);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: #F9F7F2;
    border-radius: 0;
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius:  0;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 64px 32px 64px 32px;
}
.modal-area .popup-content h3 {
    margin: 32px 0;
}
.modal-area .popup-content h6 {
    color: #FFF;
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 0.16px;
    line-height: 22px;
}
.modal-area .popup-content p{
    margin-bottom: 0;
    color: #1F1F1E;
}
.modal-content .col-lg-5 {
    width: 39%;
}
.modal-content .col-lg-7 {
    width: 61%;
}
.modal-area .popup-content ul {
    padding-left: 12px;
}
.modal-area .popup-content li {
    padding-left: 18px;
    position: relative;
    color: #1F1F1E;
    margin-bottom: 5px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-content .close-img {
    position: absolute;
    top: 11px;
    right: 16px;
    height: 48px;
    width: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #D1C7AF;
}
.modal-content .close-img img {
    width: 30px;
}
/***************** aanbod-list *****************/
/****aanbod-filter-sec****/
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	font-size: 1.6rem;
    color: #1F1F1E;
    font-family: 'Poppins-Regular';
    line-height: 24px;
    letter-spacing: 0.32px;
}
.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: rgba(184, 155, 94, 1);
}
.select-style {
    width: 100%;
    height: 48px;
    color: #1F1F1E;
    font-size: 1.6rem;
    border: 1px solid #1F1F1E;
    border-radius: 0px;
    padding: 0 30px 0 24px;
    background: url(../images/filter-arrow.svg) #F9F7F2 no-repeat 91% center / 10px;
    appearance: none;
    line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbd-sec .select-style {
    background: url(../images/aanbd-filter-arrow.svg) #F9F7F2 no-repeat 92% center / 14px;
    letter-spacing: 0.32px;
}
.aanbd-sec .select-style:hover {
    background: url(../images/aanbd-filter-arrow-white.svg) #B89B5E no-repeat 92% center / 14px;
    border-color: #B89B5E;
    color: #FFFFFF;
}
.aanbd-sec .select-style.show {
    background: url(../images/aanbd-filter-arrow-white.svg) #B89B5E no-repeat 92% center / 14px;
    border-color: #B89B5E;
    color: #FFFFFF;
}
.select-style.show {
    border-radius:  0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#6D6146;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #6D6146;
    border-top: 0;
    border-radius: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 1;
}
.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-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: #B89B5E;
    border-color: #B89B5E;
    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: #fff;
    border-radius: 0px;
    background-color: #B89B5E;
    font-size: 1.4rem;
    border: 1px solid #B89B5E;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: transparent;
    border-color: #1F1F1E;
    color: #1F1F1E;
}
.auto-overview-tag:hover img{
    filter: brightness(1) invert(1);
}
.hidden-filter .filter-main .col-xl-9 .row {
    margin: 0px -16px;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
    padding: 0px 16px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1F1F1E;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 130px;
    background-color: #6D6146;
    border-top: 1px solid #EBE4D3;
    border-bottom: 1px solid #EBE4D3;
    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 {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #D1C7AF;
    border: 1px solid #D1C7AF;
    text-transform: capitalize;
    color: #1F1F1E;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::before{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #EBE4D3;
    color: #1F1F1E;
}
.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: #F9F7F2;
    border-bottom: 1px solid #1F1F1E;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    margin-left: auto;
    border: 1px solid #1F1F1E;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: rgba(184, 155, 94, 1);
    border: 1px solid rgba(184, 155, 94, 1);
    color: #FFF;
	padding: 10px;
	border-radius: 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::before{
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(184, 155, 94, 0.6);
    border-color: rgba(184, 155, 94, 1);
    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);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 230px;
}
.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;
}
.aanbd-sec {
    padding-top: 50px;
}
.select2-results li::before {
    display: none;
}
/****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: #B89B5E;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #D1C7AF;
    border-color: #D1C7AF;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #B89B5E;
}
.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: #1F1F1E;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 0;
    border: 1px solid #1F1F1E;
    padding: 8px 12px;
    background-color: transparent;
    width: 100px;
    color: #1F1F1E;
    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 {
    color: #1f1f1f;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    font-family: 'Poppins-Regular';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #B89B5E;
}
.aanbod-filter-wrap{
    /* display: none; */
    padding-bottom: 40px;
} 
/****aanbod-list-product-sec****/
.aanbod-list-product-sec{
    padding-top: 53px;
    padding-bottom: 120px;
}
.aanbod-list-heading h3 strong{
    color: #1F1F1E;
    font-family: 'LandRoverWeb-Bold';
}
.aanbod-list-heading h3 strong span {
    color: #6D6146;
}
.aanbod-list-product-area .row{
    row-gap: 24px;
}
.aanbod-list-product-area .col-xl-4 {
    width: 50%;
}

.voorraadwekker_widget_section 
.voorraadwekker_widget_wapper {
    background: #6D6146 !important;
    border-radius: 0 !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.modal-area2 .tick::after {
    top: 50%;
    transform: translateY(-50%);
}
/***************** over-ons *****************/
/***over-ons-about-sec***/
.over-ons-about-sec {
    padding-top: 118px;
    overflow: hidden;
}
.over-ons-about-img {
    position: relative;
    height: 792px;
}
.over-ons-about-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-about-img::after {
    position: absolute;
    top: -108px;
    left: 0;
    width: 100%;
    content: "";
    height: 208px;
    background: linear-gradient(180deg, #F9F7F2 0%, #F9F7F2 56.21%, rgba(249, 247, 242, 0.00) 100%);
}
.over-ons-about-sec .about-sec-heading p {
    margin-bottom: 0;
}
.over-ons-about-sec .about-sec-heading {
    padding-bottom: 65px;
}
/***over-ons-mid-sec***/
.over-ons-mid-sec {
    background-color: #6D6146;
    padding: 40px 0 50px;
}
.each-over-ons-mid {
    text-align: center;
    padding: 20px;
}
.each-over-ons-mid img {
    width: 56px;
    height: 56px;
}
.each-over-ons-mid h3 {
    color: #fff;
    margin: 29px 0 17px;
}
.each-over-ons-mid p {
    color: rgba(255, 255, 255, 0.70);
    width: 100%;
    max-width: 369px;
    margin: 0 auto;
}
.over-ons-mid-sec .row {
    justify-content: center;
    row-gap: 15px;
}
/***over-ons-btm-sec***/
.over-ons-btm-sec {
    padding: 150px 0 16px;
    overflow: hidden;
}
.over-ons-btm-title {
    margin-bottom: 72px;
}
.over-ons-btm-title p {
    width: 100%;
    max-width: 741px;
    margin-left: auto;
    margin-bottom: 0;
}
.over-ons-top-gal {
    margin-bottom: 16px;
}
.over-ons-top-gal .swiper {
    margin: 0 -94px;
}
.over-ons-btm-gal .swiper {
    margin: 0 -70px;
}
.each-top-gal-img,
.each-btm-gal-img {
    height: 337px;
    overflow: hidden;
}
.each-top-gal-img img,
.each-btm-gal-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-top-gal-img img:hover,
.each-btm-gal-img img:hover {
    transform: scale(1.1);
}
/***************** aanbod-dtl *****************/
/***aanbod-back-btn***/
.aanbod-back-btn {
    padding: 73px 0 24px;
}
/***aanbod-top-sec***/
.aanbod-top-sec {
    margin-bottom: 24px;
}
.aanbod-top-slider .swiper-button-next {
    right: -1.5%;
}                                       
.aanbod-top-slider .swiper-button-prev {
    left: -1.5%;
}                                         
/***aanbod-car-dtls-sec***/
.aanbod-car-dtls-sec {
   background-color: #6D6146; 
   padding: 34px 0 40px;
   overflow-x: clip;
   position: relative; 
}
.aanbod-dtl-wave {
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
}
.aanbod-dtl-wave img {
    width: 100%;
}
.mob-aanbod-dtl-wave {
    display: none;
}
.aanbod-car-dtls-area .col-lg-4 {
    width: 36%;
}
.aanbod-car-dtls-area .col-lg-6 {
    width: 47%;
}
.aanbod-car-dtls-title h2 {
    color: #fff;
}
.aanbod-car-dtls-title p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.70);
    margin-top: 6px;
}
.aanbod-car-dtls-info table,
.aanbod-car-dtls-info tbody {
    width: 100%;
}
.aanbod-car-dtls-info tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 56px;
}
.aanbod-car-dtls-info h5 {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 8px;
}
.aanbod-car-dtls-info p {
    color: #fff;
}
.aanbod-car-dtls-price {
    text-align: end;
}
.aanbod-car-dtls-price h3 {
    color: #fff;
}
.aanbod-car-dtls-price h3 strong {
    display: block;
    color: rgba(255, 255, 255, 0.70);
    font-weight: normal;
    font-family: 'LandRoverWeb-Bold';
    letter-spacing: 0.48px;
    margin-top: 5px;
}
.aanbod-car-dtls-area p {
    margin-bottom: 0;
}
/****aanbod-car-dtls-btm-area****/
.aanbod-car-dtls-btm-area {
    padding: 24px 0 29px;
}
.aanbod-car-dtls-btm-btn ul {
    display: flex;
    gap: 24px;
}
.aanbod-car-dtls-btm-btn li {
    padding-left: 0;
}
.aanbod-car-dtls-btm-btn li::before {
    display: none;
}
.aanbod-car-dtls-btm-btn li .common-btn {
    padding-left: 29px;
    padding-right: 29px;
}
.aanbod-car-dtls-btm-btn li .inruilen-btn {
    padding-left: 23px;
    padding-right: 23px;
    background-color: #6D6146;
    color: #F9F7F2;
    border-color: #6D6146;
}
.aanbod-car-dtls-btm-btn li .inruilen-btn:hover {
    background-color: #B89B5E;
    border-color: #B89B5E;
}
.aanbod-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.aanbod-share-btn p {
    padding-right: 16px;
    margin-bottom: 0;
}
.share-icon,
.share-social-media-button {
    height: 48px;
    width: 48px;
    border: 1px solid rgba(46, 44, 40, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.share-icon img,
.share-social-media-button img {
    width: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-icon:hover,
.share-social-media-button:hover {
    background-color: #6D6145;
    border-color: #6D6146;
}
.share-icon:hover img,
.share-social-media-button:hover img {
    filter: brightness(0) invert(1);
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.share-social-media-button:hover .a2a_dd svg {
    filter: brightness(0) invert(1) !important;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 61px 0 148px;
	position: relative;
    overflow-x: clip;
}
.dtl-tab-area {
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 24px;
    margin-bottom: 40px;
    border: 0;
    row-gap: 20px;
}
.dtl-tab-sec .tab-btn .nav-tabs li::before {
    display: none;
}
.tab-area {
	position: relative;
	z-index: 1;
}
/****tab-part****/
.kenmerken-tab table {
    width: 100%;
    background: #EBE4D3;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    padding: 17px 64px 29px;
    position: relative;
}
.kenmerken-tab tr::after {
    content: "";
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: #EBE4D3;
}
.kenmerken-tab td {
    padding: 48px 64px 38px;
    width: 25%;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1.7px solid #D1C7AF;
    margin-bottom: -5px;
}
.kenmerken-tab td::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    content: "";
    background: #D1C7AF;
}
.kenmerken-tab td:first-child,
.kenmerken-tab td:nth-child(5n) {
	padding-left: 0;
}
.kenmerken-tab td:nth-child(4n) {
    padding-right: 0;
}
.kenmerken-tab td:nth-child(4n)::after {
    display: none;
}
.kenmerken-tab td::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 35%);
    background: #D1C7AF;
    display: none;
}
.kenmerken-tab td:nth-child(even)::before {
    display: none;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    position: relative;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border-color: #2E2C28;
    padding: 11px 39px;
}
ul.tabs li.active,
ul.tabs li:hover {
    background-color: #D1C7AF;
    border-color: #D1C7AF;
    color: #2E2C28;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab_last::after {
    display: none;
}
.tab-area .price-table-sec {
    padding-bottom: 0;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-family: 'neue_montrealregular';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab h3 {
    margin-bottom: 6px;
}
.kenmerken-tab p {
    margin-bottom: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'walkway_boldregular';
    width: 40%;
    position: relative;
    color: #F5F5F5;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
    letter-spacing: 1.6px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(245, 245, 245, 0.70);
    padding-left: 0;
    width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5, 
.star_contnt h5 {
    font-size: 2rem;
    border-bottom: 1px solid #6D6146;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.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;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel ul li::before {
    background-color: #6D6146;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6D6146;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #6D6146;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #F6F6F4;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
}
.tab-btm-btn {
    margin-top: 40px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    background-color: #6D6146;
    border-color: #6D6146;
    padding: 10px 39px;
}
.tab-btm-btn .common-btn:hover {
    background-color: #B89B5E;
    border-color: #B89B5E;
}
.kenmerken-tab-block-part {
	display: none;
}
.each-table h4 {
    margin: 24px 0;
}
.each-table {
    border: 1px solid #0F1726;
    border-radius: 10px;
    overflow: hidden;
    background: #1F293D;
    padding: 30px 40px 97px;
}
.each-table li {
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.36px;
    position: relative;
    margin-bottom: 17px;
    padding-left: 34px;
}
.each-table li::after {
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../images/black-tick-round.svg);
    background-size: 22px;
    background-repeat: no-repeat;
}
.each-table:last-child {
    margin-bottom: 0;
    border: 1px solid rgba(31, 41, 61, 0.22);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
}
.each-table:last-child li::after {
    background-image: url(../images/white-tick-round.svg);
}
.each-table:last-child li {
    color: #1C1C1C;
}
/*****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(225, 225, 225, 0.2);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 0;
    background-color: #6D6146;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D1C7AF;
    box-shadow: 0px 0px 25px 0px rgba(216, 201, 166, 0.1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(216, 201, 166, 0.1);
    overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #D1C7AF;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border: 1px solid #575853;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: brightness(100) invert(1);
}
.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 h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.kenmerken-popup-model p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.60);
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 41, 61, 1);
}
.kenmarken-popup-content h3 {
    margin-bottom: 16px;
    color: #fff;
}
.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;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    padding: 8px 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::before {
    display: none;
}
/***aanbod-btm-sec***/
.aanbod-btm-sec {
    padding: 120px 0 72px;
}
.aanbod-btm-title {
    text-align: center;
    margin-bottom: 71px;
}
.aanbod-btm-title h2 {
    color: #2E2C28;
    font-size: 5.6rem;
    line-height: 64px;
    letter-spacing: 1.12px;
}
/***************** verkocht *****************/
/***verkocht-product-sec***/
.verkocht-product-sec {
    padding: 50px 0 120px;
}
/***************** privacy *****************/
.privacy_section {
    padding: 10px 0 60px;
}

/* 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 h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#6D6146  calc(1*100%/6),#D1C7AF 0 calc(3*100%/6),#6D6146  0),
              linear-gradient(#6D6146  calc(2*100%/6),#D1C7AF 0 calc(4*100%/6),#6D6146  0),
              linear-gradient(#6D6146  calc(3*100%/6),#D1C7AF 0 calc(5*100%/6),#6D6146  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: #6D6146 ;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */

/* Whats app Lab CSS start */
.fix-wp {
    position: fixed;
    bottom: 60px;
    right: 50px;
    z-index: 97;
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
    /* display: none; */
}
.fix-wp a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.fix-wp img {
    width: 25px;
}
.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

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

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
/* Whats app Lab CSS End */




.event-popup-area h3{
    color: #fff;
}
.event-popup-area ul li {
    color: #fff;
}
.werk-iframe iframe{
    height: 564px;
    width: 660px;
}
.diens-dtl-top-text .btn-wrap{
    display: flex;
    column-gap: 25px;
    margin-top: 40px;
}

/*=================================================== LANDING PAGE START ===================================================*/
/*===============FAQ page start=================*/
.faq-sec {
    padding-bottom: 120px;
}
.faq-wrap {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
}
.faq-heading {
    max-width: 513px;
    width: 100%;
    margin: 0 auto 47px;
}
.faq-heading h4 {
    color: #1F1F1E;
    margin-top: 20px;
    font-family: 'Poppins-Medium';
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
    border-radius: 15px;
    background: #6D6146;
	padding: 40px 34px;
	margin-bottom: 22px;
    position: relative;
    z-index: 1;
}
.acc-block li::before {
    display: none;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li::after {
    display: none;
}
.acc-block li h4 {
	position: relative;
	cursor: default;
	padding-right: 60px;
    color: #fff;
    line-height: 24px; 
    letter-spacing: 0.32px;
    font-family: 'Poppins-Medium';
    font-size: 1.6rem;
}
.acc-block li h4::before {
    position: absolute;
    height: 48px;
    width: 48px;
    background-image: url(../images/acc-down.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 50%;
    right: 0px;
    border-radius: 50px;
    background-color: #F9F7F2;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li.show_accordian h4::before {
    transform: translateY(-50%) rotate(180deg);
}
.acc-block p {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 875px;
	width: 100%;
    color: rgba(255, 255, 255, 0.70);
}
.blog-card-sec{
    padding: 56px 0px 90px;
}
.blog-card-heading h2{
    margin-bottom: 43px;
}
.blog-card-item{
    position: relative;
    height: 360px;
    width: 100%;
}
.blog-card-content{
    position: absolute;
    bottom: 24px;
    left: 40px;
}
.blog-card-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.blog-card-img img{
    height: 100%;
    object-fit: cover;
}
.blog-card-content h3{
    color: #fff;
    margin-bottom: 0;
}
.company-block-wrap table{
    width: 100%;
}
.company-block-wrap table tr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}
.company-block-wrap table tr td {
    background-color: #EBE4D3;
    padding: 64px 35px 56px;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.company-block-wrap table tr td h4{
    color: #1F1F1E;
    margin-bottom: 25px;
    font-family: 'LandRoverWeb-Bold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
}
.company-block-wrap table tr td h3{
    margin-bottom: 20px;
    color: #1F1F1E;
}
.company-block-wrap table tr td p{
    margin-bottom: 0;
    color: #1F1F1E;
}
.company-block-wrap table tr td:hover {
    box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.3);
}
.company-block-sec{
    padding: 80px 0px 20px;
}
.company-blog-heading{
    margin-bottom: 64px;
}
.bolg-heading-sec{
    padding-top: 83px;
}
.bolg-sec {
    padding-bottom: 99px;
}
.blog-heading {
    text-align: center;
    max-width: 983px;
    margin: 0 auto;
    margin-bottom: 64px;
}
.blog-heading h1{
    margin-bottom: 16px;   
    color: #1F1F1E;
}
.blog-heading p {
    color: rgba(31, 31, 30, 0.70);
}
.blog-content h2{
    margin-bottom: 8px;
}
.blog-content p{
    margin-bottom: 11px;
    color: rgba(31, 31, 30, 0.70);
}
.blog-content p:last-child{
    margin-bottom: 0;
}
.blog-content .common-btn{
    margin-top: 29px;
}
.blog-img{
    overflow: hidden;
}
.blog-content{
    padding-left: 99px;
}
.bolg-wrap .row:nth-child(even){
    flex-direction: row-reverse;
    padding: 59px 0px;
}
.bolg-wrap .row:nth-child(even) .blog-content{
    padding-left: 0px;
    padding-right: 99px;
}
.bolg-wrap .row:nth-child(even):last-child{
    padding-bottom: 0;
}
.blog-heading ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.blog-heading li {
    padding-left: 0;
}
.blog-heading li::before {
    display: none;
}
.blog-heading li strong {
    font-weight: normal;
}
.blog-heading li strong img {
    width: 195px;
}
.block-heading{
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.block-heading h2{
    margin-bottom: 10px;
    color: #fff;
}
.block-heading p{
    color: #fff;
    margin-bottom: 0;
}
.block-bg {
    padding: 112px 0px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.block-bg::after {
    position: absolute;
    content: "";
    background-color: rgba(44, 43, 42, 0.60);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.block-bg::before {
    content: "";
    height: 17px;
    width: 100%;
    background-image: url(/images/stock-weave.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    top: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.block-bg p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 15px;
}
.block-bg .common-btn {
    border-color: #fff;
    color: #fff;
}
.block-bg .common-btn:hover {
    background-color: #B89B5E;
    border-color: #B89B5E;
}
.iframe-wrap h1 {
    color: #2E2C28;
    padding-bottom: 25px;
    padding-top: 25px;
}
.werkplan-dtl-top-sec .diens-dtl-top-text{
    padding-top: 25px;
}
.werkplan-dtl-top-sec{
    margin-top: 0 !important;
}
.top-iframe .col-lg-6, .top-iframe .diens-dtl-top-text{
	width:100% !important;
	max-width:100% !important;
}
.top-iframe .diens-dtl-top-text h1 {
  display:none;
}


/* ============home-service-dtl-sec================ */
.home-service-dtl-sec {
    position: relative;
    padding-bottom: 35px;
}
.home-service-dtl-mark {
    position: absolute;
    top: -15%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.home-service-dtl-area {
    max-width: 1128px;
    margin: 0 auto;
    margin-top: -46px;
    margin-top: -80px;
    z-index: 1;
    position: relative;
}
.home-service-dtl-area .row {
    row-gap: 20px;
    justify-content: center;
    margin: 0 -16px;
}
.home-service-dtl-area .row .col-xl-4 {
    padding: 0 16px;
}
.each-home-service-dtl-block {
    background: #EBE4D3;
    box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.10);
    text-align: center;
    padding: 50px 42px;
    height: 100%;
}
.each-home-service-dtl-block h4 {
    font-family: 'Poppins-Regular';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.4px;
    color: #000;
    height: 3lh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.each-home-service-dtl-block p {
    position: relative;
    margin: 23px 0 44px;
    padding-top: 15px;
}
.each-home-service-dtl-block p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 89%;
    height: 1px;
    background-color: #6D6145;
}
/* =============onderhoud-jaguar-btm-sec================== */
.home-service-dtl-sec.onderhoud-jaguar-btm-sec {
    padding-bottom: 0;
}
.onderhoud-jaguar-btm-sec .home-service-dtl-area {
    margin-top: 0;
}
.onderhoud-jaguar-btm-title h2,
.onderhoud-jaguar-btm-part h2 {
    font-family: 'Poppins-Bold';
}
.onderhoud-jaguar-btm-title p,
.onderhoud-jaguar-btm-part p {
    color: rgba(31, 31, 30, 0.70);
    margin: 24px 0;
}
.onderhoud-jaguar-btm-sec .each-home-service-dtl-block p {
    margin-bottom: 26px;
}
.onderhoud-jaguar-btm-part {
    padding: 110px 0 76px;
}
.onderhoud-jaguar-btm-part ul {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}
.onderhoud-jaguar-btm-part li {
    padding-left: 0;
}
.onderhoud-jaguar-btm-part li::before {
    display: none;
}
.banner-sec .banner-content h3 {
    color: #D8C9A6;
}
.banner-sec .banner-content h1 {
    font-family: 'Poppins-Bold';
}
.banner-sec .banner-content {
    bottom: 16%;
}
.werk-iframe-new-text h3 {
    margin-bottom: 24px;
}
.werk-iframe-new-text ul li {
    margin-bottom: 12px;
    padding-left: 16px;
}
.werk-iframe-new-text ul li:last-child{
    margin-bottom: 0;
}
.new-detail-heading h3{
    margin-bottom: 24px;
}
.new-detail-heading p:last-child{
    margin-bottom: 0;
}
.new-detail-heading p a:hover{
    color: #6D6146;
}
.new-detail-sec {
    padding-top: 100px;
    padding-bottom: 90px;
}
.werk-review-sec{
    padding-bottom: 20px;
}
.werk-review-heading  p{
    margin-top: 20px;
    margin-bottom: 24px;
}