body {
	padding: 0px;
	margin: 0px;
	font-family: 'Tuffy-Regular';
    font-size: 1.6rem;
    color: #373737;
    background: #F5F5F5;
    /*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;
}
/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    width: 100%;
    /*background-color: transparent;*/
	background-color: #C6C6C6;
}
.header-area.header-active {
    background-color: #C6C6C6;
}
.header-logo img {
    width: 223px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 25px;
    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: 'Tuffy-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
}
.header-nav > ul > li > a:hover {
    color: #373737;
}
.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;
}
.header-contact {
    display: flex;
    justify-content: end;
}
.header-btn .common-btn{
    padding: 15px 32px 15px 32px;
    /* color: #373737; */
    border-radius: 10px;
}
.header-btn .common-btn.border-btn{
    color: #fff;
}
.header-btn ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-btn li{
    padding-left: 0;
}
.header-area.inner-header{
    background-color: #C6C6C6;
}
/****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: transparent;
    max-width: 58px;
    width: 40px;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #131313;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #fff;
    margin-left: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #fff;
    margin-right: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    width: 31px;
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
    width: 31px;
}
.menu-bar.active{
    background-color: transparent;
    border-color: #131313;
    padding: 9px 5px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 36px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #373737;
    background-color: #373737;
    border-radius: 5px;
    min-width: 170px;
    margin-top: 0;
    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: -12px;
    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);
    filter: brightness(0) saturate(100%) invert(17%) sepia(6%) saturate(15%) hue-rotate(340deg) brightness(98%) contrast(87%);
}
.parent-dropdown {
	position: relative;
	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 17px;
    display: block;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
}
/* ==== */
.header-right-btn {
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 12px;
}
.menu-desk-btn-wrap {
    padding: 15px 32px 15px 32px;
    overflow: hidden;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.menu-desk-btn-wrap strong{
    font-weight: normal;
    color: #373737;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-desk-btn-wrap strong{
    color: #fff;
}
.menu-desk-btn-wrap.common-btn:hover strong{
    color: #fff;
}
.header-contact .common-btn{
    padding: 15px 32px 15px 32px;
    border-radius: 10px;
    color: #fff;
}
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    color: #fff;
    font-family: 'Tuffy-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    gap: 5px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-bar {
    position: relative;
    max-width: 16px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 3px 0 3px auto;
    width: 16px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-desk-cross {
    width: 40px;
    display: none;
}
.menu-desk-btn-wrap.active .menu-desk-cross {
    display: block;
    filter: brightness(0) invert(1);
}
.menu-desk-btn-wrap.common-btn.active{
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
    padding: 0;
}
.menu-desk-btn-wrap.common-btn.active strong{
    display: none;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(118, 192, 68, 1);
    border-radius: 10px;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #C6C6C6;
    border-radius: 10px;
}
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(118, 192, 68, 1);
    padding: 0 40px 65px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-mobile-list {
    margin-top: 30px;
    padding-right: 10px;
}
.menu-btn.active strong {
    opacity: 0;
    pointer-events: none;
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    width: 12px;
    top: 16px;
    opacity: 0.6;
    right: auto;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 40px;
}
.mega-mobile-menu {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu .container{
    height: 100%;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 450px;
    background-color: rgba(118, 192, 68, 1);
    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-wrap li a{
    color: #fff;
    font-size: 3rem;
    font-family: 'Tuffy-Bold';
    line-height: normal;
    position: relative;
}
.side-menu-wrap li:hover a{
    color: #373737;
}
.side-menu-wrap li{
    padding-left: 0;
    padding-bottom: 13px;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
}
.side-menu-wrap .parent-dropdown > img {
    position: absolute;
    right: 40px;
    top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
    filter: brightness(0) invert(1);
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #10183C;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.70);
}

.parent-dropdown {
    position: relative;
}
/* .side-menu .parent-dropdown {
    padding-right: 18px;
    max-height: 200px;
    overflow-y: auto;
} */
.side-menu .parent-dropdown ul {
    background-color:#373737;
    left: 0;
    transform: translateX(0);
    max-height: 140px;
    width: 100%;
}
.side-menu .parent-dropdown > ul > li > a {
    color: #fff;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Tuffy-Regular';
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.8);
}
.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;
}
.side-menu .parent-dropdown.open ul {
    position: relative;
    max-height: 200px;
    margin-top: 10px;
}
.header-area .header-area-wrap{
    padding: 16px 0 16px;
}
.side-menu .container {
    height: 100%;
}
.header-wrap .col-lg-5{
    width: 42%;
}
.header-wrap .col-lg-4{
    width: 29%;
}
.header-wrap .col-lg-3{
    width: 29%;
}

/****home-banner-sec****/
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 1000px;
}
.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: 50px;
    z-index: 2;
    width: 100%;
}
.each-banner{
    position: relative;
}
.banner-btn{
    margin-top: 40px;
}
.each-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 155px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
}
.home-banner-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    width: calc(100% );
}
.each-banner::before {
    content: "";
    top: 198px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/home-banner-merk.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 88%;
    height: 295px;
    z-index: 0;
}
.each-banner-car {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
/****product-sec****/
.product-sec {
    padding-bottom: 16px;
    padding-top: 122px;
    position: relative;
    z-index: 1;
    overflow-x: clip;
}
.product-slider{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.product-slider .swiper{
    padding-bottom: 5px;
}
.product-merk {
    position: absolute;
    top: -9%;
    right: 0;
    pointer-events: none;
    z-index: -1;
    height: 100%;
    height: 970px;
    width: 57%;
}
.product-merk img{
    height: 100%;
}
.product-merk-mob img{
    height: 100%;
    object-fit: cover;
}
.product-merk-mob {
    position: absolute;
    top: -132px;
    right: 0;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.product-heading h2{
    padding-bottom: 23px;
}
.product-heading p{
    color: rgba(55, 55, 55, 0.70);
    margin-bottom: 31px;
}
.each-product-img img{
    border-radius: 10px;
}
.each-product-info-wrap {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    padding: 24px;  
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 6px 0 rgba(55, 55, 55, 0.04);
}
.product-slider{
    position: relative;
}
.product-arrow-btn .swiper-button-next{
    right: 6.2%;
}
.product-arrow-btn .swiper-button-prev{
    left: 6.2%;
}
.product-arrow-btn .common-arrow {
    top: 35%;
}
.product-heading {
    margin-bottom: 42px;
    max-width: 674px;
    margin-left: auto;
}
.text-item {
    color: #F7F7F7;
    font-family: 'Roboto-Bold';
    font-size: 1.8rem;
    line-height: 26px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    padding: 10px 48px;
    width: 49.2%;
}
.each-product-info p{
    margin-bottom: 7px;
    line-height: 26px;
}
.each-product-info-top h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #373737;
    font-size: 3.6rem;
    line-height: normal;
    letter-spacing: 1.44px;
    font-family: 'Tuffy-Bold';
}
.related-product-slider .each-product-info-top h3{
    padding-bottom: 4px;
}
.each-product-info-top{
    text-align: center;
}
.product-price{
    text-align: end;
}
.product-price h6{
    font-family: 'Tuffy-Bold';
    color: rgba(55, 55, 55, 0.60);
    line-height: normal;
    margin-bottom: 0;
}
.product-price h6 strong {
    font-weight: normal;
    display: block;
    color: #373737;
    font-size: 1.8rem;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table p{
    font-family: 'Tuffy-Bold';
    line-height: normal;
    margin-bottom: 0;
}
.each-product-table table{
    width: 100%;
}
.each-product-table tr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.each-product-table td{
    border-top: 1px solid #7BB92B;
    padding-top: 8px;
}
.product-price h6{
    position: relative;
    padding-top: 8px;
}
.product-price h6::after{
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 72px);
    height: 1px;
    content: "";
    background-color: #7BB92B;
}
.each-product-img{
    position: relative;
}
.product-pluse-icon{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50% , -50%);
    background-color: #7BB92B;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-pluse-icon{
    opacity: 1;
}
/* ***** service-sec ***** */
.service-sec{
    background-color: #7BB92B;
    padding-top: 112px;
    padding-bottom: 33px;
    position: relative;
    z-index: 1;
}
.service-sec::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(../images/service-merk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
}
.service-line-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.service-top-heading{
    max-width: 583px;
    margin-right: auto;
    margin-bottom: 40px;
}
.service-top-heading h2{
    color: #F5F5F5;
    padding-bottom: 21px;
}
.service-top-heading p{
    color: #F5F5F5;
    margin-bottom: 33px;
}
.service-heading a:last-child .each-service-heading{
    margin-bottom: 0;
}
.service-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.each-service-heading{
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 35px 32px;
    margin-bottom: 26px;
}
.service-heading a.each-service-heading:last-child{
    margin-bottom: 0;
}
.service-info-area{
    border-radius: 10px;
    background: #5B9932;
    height: 100%;
    display: flex;
    align-items: end;
    padding: 24px;
    position: relative;
}
.service-info-area-merk{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.service-info p{
    color: #F5F5F5;
    line-height: 24px;
    font-size: 1.6rem;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.service-info h4{
    line-height: normal;
    padding-bottom: 20px;
}
.each-service-heading.active{
    background: #5B9932;
    border-color: #5B9932;
    color: #fff;
}
.service-heading a:hover{
    color: #fff;
}
.service-img{
    display: none;
    height: 100%;
}
.service-img.active {
    display: block;
}
.service-info{
    display: none;
}
.service-info.active {
    display: block;
}
.service-main .col-lg-5{
    width: 44%;
}
.service-main .col-lg-3{
    width: 22%;
}
.service-main .col-lg-4{
    width: 34%;
}
.service-slider{
    display: none;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    position: relative;
    overflow-x: clip;
    padding: 16px 0 0px;
}
.usp-marquee-wrap {
    padding: 0px 10px 4px;
	display: flex;
	width: max-content;
    gap: 15px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 4px 4px 0 0 rgba(55, 55, 55, 0.04);
    text-align: center;
    width: 327px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    padding: 25px 73px;
}
.usp-marquee-wrap img {
    width: 210px;
    height: 88px;
    object-fit: contain;
}
.usp-marquee-sec-wrap{
    padding-left: 16px;
    padding-right: 16px;
}
.usp-marquee-bg{
    overflow: hidden;
}

/* ***** home-over-ons-sec ****** */
.home-over-ons-sec{
    position: relative;
    padding-top: 125px;
}
.home-over-ons-top-merk{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.home-over-ons-btm-merk{
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.home-over-ons-text p{
    display: inline-block;
    font-style: italic;
    font-family: 'Tuffy-Regular';
    line-height: 24px;
    font-size: 1.6rem;
    color: rgba(55, 55, 55, 0.70);
    margin-bottom: 16px;
    position: relative;
}
.home-over-ons-text p::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 13px;
    background-position: center;
    background-size: 19px;
    background-repeat: no-repeat;
    display: inline-block;
    background: url(../images/about-text-btm-icon.svg) center / 18px no-repeat;
    margin-left: 14px;
    margin-top: 7px;
}
.home-over-ons-text p::before {
    background-image: url(../images/about-text-top-icon.svg);
    top: 5px;
    left: -13px;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 19px;
    height: 13px;
    background-position: center;
    background-size: 19px;
    background-repeat: no-repeat;
}
.home-over-ons-top-merk{
    position: absolute;
    top: 64px;
    right: 0;
    pointer-events: none;
    width: 22%;
    z-index: -1;
}
.home-over-ons-btm-merk{
    position: absolute;
    bottom: 23px;
    left: 0;
    pointer-events: none;
    width: 48%;
    z-index: -1;
}
.home-over-ons-heading{
    max-width: 674px;
    margin-left: auto;
    margin-right: 250px;
}
.home-over-ons-heading h2{
    padding-bottom: 24px;
}
.home-over-ons-heading p{
    color: rgba(55, 55, 55, 0.70);
    margin-bottom: 31px;
}
.home-over-ons-man-img{
    width: 129px;
    height: 116px;
    position: relative;
}
.home-over-ons-man-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 334px;
}
.home-over-ons-man-img::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -5px;
    background-image: url(../images/home-over-ons-man-img-merk.png);
    background-repeat: no-repeat;
    background-size: 137px;
    background-position: center;
    width: 100%;
    height: 100%;
    width: 137px;
    height: 123px;
}
.home-over-ons-img img{
    border-radius: 10px;
}
.home-over-ons-main{
    padding-top: 55px;
}
.home-over-ons-text {
    max-width: 449px;
    margin-right: auto;
    padding-left: 19px;
    padding-top: 33px;
    padding-right: 10px;
    padding-bottom: 200px;
}
.home-over-ons-text h5{
    font-style: italic;
    font-family: 'Tuffy-Bold';
    line-height: 24px;
    font-size: 1.6rem;
    color: rgba(55, 55, 55, 0.70);
}
.home-over-ons-text h6{
    color: #7BB92B;
    line-height: 24px;
    font-family: 'Tuffy-Regular';
}
.home-over-ons-main .col-lg-7{
    width: 61.5%;
}
.home-over-ons-main .col-lg-5{
    width: 38.5%;
}
/* ***** about-sec **** */
.about-sec{
    padding-top: 70px;
    margin-bottom: -277px;
    position: relative;
    z-index: 2;
}
.each-about-area{
    text-align: center;
    border-radius: 100%;
    background: #F5F5F5;
    box-shadow: 1px 2px 7.7px 0 rgba(55, 55, 55, 0.10);
    width: 496px;
    height: 100%;
    padding: 62px 62px 50px;
}
.each-about-icon{
    max-width: 137px;
    margin-left: auto;
    margin-right: auto;
}
.each-about-icon img{
    width: 100%;
}
.each-about-text{
    padding-top: 33px;
}
.about-sec .row{
    margin-left: -15px;
    margin-right: -15px;
}
.about-sec .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
}
.each-about-text h6{
    padding-bottom: 6px;
    color: rgba(55, 55, 55, 0.70);
    line-height: 24px;
}
.each-about-text p{
    margin-bottom: 0;
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(55, 55, 55, 0.70);
    line-height: 26px;
    max-height: 130px;
    overflow-y: auto;
}
/* **** home-btm-sec ***** */
.home-btm-sec{
    position: relative;
    overflow: hidden;
}
.home-btm-img{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
    height: 968px;
}
.home-btm-img img{
    height: 100%;
    object-fit: cover;
}
.home-btm-img::after{
    content: "";
    bottom: 0px;
    left: 110px;
    background-image: url(../images/home-btm-merk.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 88%;
    height: 295px;
}
.home-btm-sec::before{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 636px;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 60.11%);
    z-index: 1;
    transform: rotate(-180deg);
}
/* ***** footer-area ****** */
.footer-area{
    background-color: #76C044;
    padding-top: 144px;
    padding-bottom: 21px;
    position: relative;
    z-index: 1;
}
.footer-area img{
    height: 100%;
    object-fit: cover;
}
.footer-area-merk{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
    z-index: -1;
}
.ft-btn .common-btn{
    font-size: 14.0rem;
    color: transparent;
    -webkit-text-stroke: 4px #fff;
    font-family: 'Tuffy-Bold';
    background-color: transparent;
    padding: 0;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-btn .common-btn:hover{
    -webkit-text-stroke: 4px #373737;
}
.ft-btn .common-btn:hover img{
    filter: brightness(0) saturate(100%) invert(20%) sepia(5%) saturate(10%) hue-rotate(323deg) brightness(91%) contrast(88%);
}
.ft-btn img{
    width: 150px;
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-Contact-area{
    display: flex;
    justify-content: space-between;
    padding-top: 113px;
}
.footer-item h4{
    text-align: center;
    padding-bottom: 16px;
}
.footer-item p{
    text-align: center;
    margin-bottom: 2px;
    font-size: 1.6rem;
    line-height: normal;
}
.footer-item td{
    color: #fff;
    font-family: 'Tuffy-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.footer-item td:nth-child(odd) {
    padding-right: 55px;
}
.ft-social-link ul{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 24px;
}
.ft-social-link-mob{
    display: none;
}
.ft-logo ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
    column-gap: 16px;
}
.ft-social-link li {
    font-size: 1.6rem;
    line-height: normal;
}
.privacy-policy p{
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 0;
}
.ft-btm-area{
    padding-top: 52px;
}
.ft-logo li img {
    width: 97px;
    height: 41px;
}
/* ---------- diens list -------- */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    overflow: hidden;
}
.each-inner-banner {
	height: 600px;
    position: relative;
}
.each-inner-banner img {
	height: 100%;
	object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 2;
    width: 100%;
}
.inner-banner-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 386px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
}
/* ******diens-list-sec***** */
.diens-list-sec{
    padding-top: 80px;
    padding-bottom: 122px;
    position: relative;
}
.dines-list-merk-btm{
    position: absolute;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    left: 0;
    pointer-events: none;
}
.diens-list-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 39px
}
.each-diens-list-dtl{
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.diens-list-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.diens-list-img{
    position: relative;
    height: 413px;
}
.diens-list-hover-text{
    position: absolute;
    left: 0;
    bottom: -100%;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, #5B9932 0%, #5B9932 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-dtl:hover .diens-list-hover-text{
    bottom: 0;
}
.diens-list-hover-text-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 40px;
    position: relative;
    column-gap: 40px;
    justify-content: end;
}
.diens-list-hover-text-wrap::after{
    content: "";
    right: 38px;
    top: 0;
    pointer-events: none;
    background-image: url(../images/diens-list-box-merk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    width: 240px;
    height: 156px;
}
.diens-list-hover-text-wrap h3{
    padding-bottom: 24px;
    color: #FFF;
    max-width: 290px;
}
.diens-list-hover-text-wrap p{
    color: #fff;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-width: 454px;
    margin-bottom: 0;
}
.diens-list-hover-text-wrap p strong{
    display: block;
    font-weight: normal;
}
.diens-list-hover-text-wrap .common-btn{
    margin-top: 42px;
    max-width: max-content;
}
.diens-list-wrap .row{
    row-gap: 24px;
}
.diens-list-wrap .col-lg-6 {
    padding: 0 12px;
}
.diens-list-wrap .row {
    margin: 0 -12px;
}
/* ===== DIENS DTL ======== */
/* *******back-detail-page-btn***** */
.back-detail-page-btn {
    position: relative;
    top: 160px;
    z-index: 1;
}
.diens-dtl-top-merk {
    position: absolute;
    top: -140px;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    width: 13%;
}
/* ********inner-detail-sec******* */
.inner-detail-sec{
    position: relative;
    padding: 185px 0px 0px;
}
.inner-detail-img img{
    border-radius: 10px;
}
.inner-detail-img {
    position: relative;
}
.inner-detail-text {
    max-width: 703px;
    margin-left: auto;
    padding-left: 10px;
}
.inner-detail-text h2{
    padding-bottom: 26px;
}
.inner-detail-text p {
    margin-bottom: 30px;
}
.inner-detail-text p:last-child{
    margin-bottom: 0;
}
.inner-detail-text h6{
    font-size: 1.8rem;
    line-height: 32px;
    color: #373737;
    font-family: 'Tuffy-Bold';
}
/* *****diens-dtl-mid-sec******** */
.diens-dtl-mid-sec{
    padding-bottom: 155px;
    padding-top: 145px;
}
.diens-dtl-mid-area {
    position: relative;
    z-index: 2;
}
.diens-dtl-mid-area p{
    margin-top: 13px;
    margin-bottom: 0;
    color: #FFF;
}
.diens-dtl-mid-area tr{
    display: flex;
    justify-content: space-between;
    column-gap: 178px;
}
.diens-dtl-mid-area table{
    width: 100%;
}
.diens-dtl-mid-area td{
    width: 33.33%;
    position: relative;
    text-align: center;
}
.diens-dtl-mid-area td::after{
    width: 1px;
    height: calc(100% + 64px);
    position: absolute;
    top: -28px;
    right: -24%;
    background-color: rgba(35, 31, 32, 0.50);
    content: "";
}
.diens-dtl-mid-area td:last-child::after{
    display: none;
}
.diens-dtl-mid-area h5{
    color: #373737;
    font-size: 1.8rem;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    font-family: 'Tuffy-Bold';
}
.diens-dtl-mid-area p{
    color: #707070;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-dtl-mid-area h2{
    position: relative;
    padding-bottom: 60px;
}
.diens-dtl-mid-area h2::after{
    content: "";
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/diens-dtl-mid-area-h2-merk.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 137px;
    height: 123px;
    background-size: 137px;
}
.diens-dtl-mid-area td:hover p{
    color: #373737;
}
/****form-sec****/
.form-sec {
    overflow-x: clip;
    padding-bottom: 120px;
}
.form-sec-wrap{
    padding: 96px 0px 96px;
    background-color: #76C044;
    position: relative;
}
.form-part{
    border-radius: 34px;
    background: #5B9932;
    padding: 24px 24px 24px 40px;
    z-index: 1;
    position: relative;
}
.form-part .row{
    align-items: center;
}
.form-top-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 20%;
    z-index: 1;
}
.form-btm-merk{
    position: absolute;
    bottom: -10px;
    right: 0;
    pointer-events: none;
    width: 25%;
    z-index: 2;
}
.form-merk img{
    height: 100%;
}
.form-title {
    margin-bottom: 55px;
    padding-right: 10px;
}
.form-title h2 {
    color: #FFF;
    padding-bottom: 30px;
}
.form-title p{
    color: #fff;
}
.form-part .col-lg-5 {
    width: 48%;
}
.form-part .col-lg-7 {
    width: 52%;
}
.form-right {
    height: 100%;
    max-width: 710px;
    margin-right: auto;
    padding-right: 10px;
}
.form-main-area .row {
    row-gap: 17px;
}
.form-main-area .form-group {
    /* margin-bottom: 56px; */
    position: relative;
}
.form-main-area .form-group.from-group-textarea {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 40px;
}
.form-main-area .form-styl {
    resize: none;
    font-family: 'Tuffy-Regular';
    background-color: transparent;
    color: #fff;
    font-size: 1.8rem;
    padding: 8px 25px 8px;
    border-radius: 10px;
    border: 1px solid #FFF;
    line-height: 32px;
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: #fff;
}
.form-main-area .form-styl::placeholder {
    color: #fff;
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #373737;
    border: 1px solid #fff;
    background-color: #fff;
}
.form-main-area .form-styl:focus::placeholder {
    color: #373737;
}
.form-group textarea.form-control {
    min-height: 157px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: rgba(255, 255, 255, 1);
}
.form-btn .common-btn {
    padding: 11px 46px 11px 19px;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.form-btn .common-btn:hover {
    border-color: #fff;
    background-color: #fff;
}
.form-btn .common-btn:hover::after{
    filter: brightness(0);
}
.form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 7px;
}
.form-main-area .form-group:last-of-type{
    margin-bottom: 0;
}
.form-btn .common-btn{
    position: relative;
}
.form-btn .common-btn::after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(../images/form-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-img img{
    border-radius: 34px;
}
.form-heading{
    padding-top: 18px;
}
.form-heading p{
    max-width: 583px;
    color: #fff;
    margin-bottom: 42px;
}
.form-heading h2{
    color: #fff;
    padding-bottom: 25px;
}
.form-sec-wrap::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 10px);
    background-image: url(../images/form-full-merk.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: center;
    pointer-events: none;
    z-index: 0;
}
.form-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    padding: 63px 52px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 1;
    display: none;
}
.form-img{
    position: relative;
}
.form-info-wrap {
    position: relative;
    padding: 18px 0px;
    max-width: 513px;
    width: 100%;
    border-top: 1px solid #7BB92B;
    border-bottom: 1px solid #7BB92B;
    margin-left: auto;
    margin-right: auto;
}
.form-info-wrap .row{
    gap: 0;
}
.each-form-info h6{
    color: #fff;
    padding-bottom: 15px;
}
.each-form-info p{
    margin-bottom: 0;
}
.each-form-info p a:hover{
    color: #7BB92B;
}
/****** contact-reladed-sec ******/
.contact-reladed-sec{
    padding-bottom: 120px;
    position: relative;
    /* padding-top: 120px; */
    overflow: hidden;
    padding-top: 0;
}
.contact-related-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.contact-related-slider .diens-list-img{
    height: 344px;
}
.contact-related-heading{
    padding-bottom: 81px;
}
.contact-related-slider .diens-list-hover-text-wrap::after{
    width: 168px;
    height: 109px;
}
.contact-related-slider .diens-list-hover-text-wrap h3 {
    padding-bottom: 12px;
}
.contact-related-slider .diens-list-hover-text-wrap p{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.contact-related-slider .diens-list-hover-text-wrap .common-btn{
    margin-top: 38px;
}
/* ------- VERKOOP DTL ------- */
/* **** verkoop-dtl-mid-sec **** */
.verkoop-dtl-mid-sec .diens-dtl-mid-area td{
    width: 50%;
    text-align: left;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-area td li::after{
    content: "";
    top: 17px;
    left: 0;
    background-color: #707070;
    border-radius: 100px;
    background-size: 5px;
    height: 5px;
    width: 5px;
    position: absolute;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-area td li{
    padding-left: 20px;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-area tr{
    column-gap: 278px;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-area{
    max-width: 1343px;
    margin-left: auto;
    margin-right: auto;
}
.verkoop-dtl-mid-sec  .diens-dtl-mid-area ul{
    margin-top: 13px;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-area h2::after{
    left: 0;
    transform: unset;
}
.verkoop-dtl-mid-sec .diens-dtl-mid-area h2{
    padding-left: 30px;
}
.verkoop-dtl-mid-sec  .diens-dtl-mid-area td:hover li{
    color: #373737;
}
/* ------ CONTACT --------- */
/* *** contact-form *** */
.form-sec.contact-form{
    padding: 0;
}
.form-sec.contact-form .form-sec-wrap{
    background-color: transparent;
    padding: 120px 0 152px;
}
.form-sec.contact-form::after{
    display: none;
}
.contact-form .form-top-merk{
    display: none;
}
.contact-form .form-btm-merk{
    z-index: 1;
}
.contact-form .form-part{
    background-color: #fff;
}
.contact-form  .form-main-area .form-styl {
    background-color: transparent;
    color: rgba(55, 55, 55, 0.60);
    border: 1px solid rgba(55, 55, 55, 0.60);
}
.contact-form  .form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(55, 55, 55, 0.60);
}
.contact-form  .form-main-area .form-styl::placeholder {
    color: rgba(55, 55, 55, 0.60);
}
.contact-form  .form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
    border: 1px solid #5B9932;
    background-color: #5B9932;
}
.contact-form .form-main-area .form-styl:focus::placeholder {
    color: #fff;
}
.contact-form .form-heading h2{
    color: #373737;
}
.contact-form .form-heading p{
    color: #373737;
}
.contact-form .form-btn .common-btn {
    border: 1px solid #373737;
    color: #373737;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.contact-form .form-btn .common-btn:hover{
    color: #fff;
    border: 1px solid #5B9932;
    background-color: #5B9932;
}
.contact-form .form-btn .common-btn:hover::after{
    filter: brightness(0) invert(1);
}
.contact-form .form-btn .common-btn::after{
    filter: brightness(0);
}
.form-sec.contact-form .form-sec-wrap::after{
    display: none;
}
/* ------ AANBOD LIST ------- */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 142px 0 80px;
    position: relative;
}
.aanbod-list-top-merk {
    position: absolute;
    top: 80px;
    right: 0;
    pointer-events: none;
    width: 33%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #373737;
    font-size: 1.6rem;
    font-family: 'Tuffy-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #7BB92B;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(59%) sepia(99%) saturate(339%) hue-rotate(44deg) brightness(92%) contrast(87%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #373737;
    font-family: 'Tuffy-Regular';
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #373737;
    padding: 0 38px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 13px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.aanbod-filter-sec .select-style:hover{
    border-radius: 5px;
    border-color: #7BB92B;
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #7BB92B no-repeat 91% center / 13px;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #7BB92B;
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #7BB92B no-repeat 91% center / 13px;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Tuffy-Regular';
	background-color: #373737;
}
.filter-content {
    display: none;
    background-color: #F5F5F5;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #7BB92B;
    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: #373737;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Tuffy-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #373737;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -6px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #373737;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #7BB92B;
    border-color: #7BB92B;
    background-image: url(../images/check-tick-mob.png);
    background-size: 8px;
    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: 5px;
    background-color: #7BB92B;
    font-family: 'Tuffy-Regular';
    font-size: 1.4rem;
    border: 1px solid #7BB92B;
    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 img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #F5F5F5;
    color: #373737;
    border-color: #373737;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 21%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Tuffy-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    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: 'Tuffy-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #7BB92B;;
    border-color: #7BB92B;
    text-transform: capitalize;
    color: #F5F5F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #373737;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #373737;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #373737;
	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: 3;
    background-color: #C6C6C6;
    border-bottom: 1px solid #C6C6C6;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #7BB92B;
    border: 1px solid #7BB92B;
    color: #fff;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    color: #373737;
    border-color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    /* font-family: 'DMSans-Regular'; */
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.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: rgba(123, 185, 43, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(123, 185, 43, 0.4);
    border-color: rgba(123, 185, 43, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(123, 185, 43, 1);
}
.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: #373737;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #373737;
    padding: 8px;
    background-color: #F5F5F5;
    width: 100px;
    color: #373737;
    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: #373737;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #7BB92B;
}
.range-block label {
    color: #373737;
}
/* ****** aanbod product sec ***** */
.aanbod-product-sec .each-product-info-top h3{
    font-size: 3.2rem;
    line-height: 40px;
    padding-bottom: 9px;
}
.aanbod-product-sec {
    position: relative;
}
.aanbod-product-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.aanbod-product-sec .each-product{
    position: relative;
}
.aanbod-product-sec .row{
    row-gap: 40px;
}
.aanbod-product-sec{
    padding-bottom: 167px;
}
/* ------ AANBOD DTL ----------- */
/* *** aanbod-bk-btn**** */
.aanbod-dtl-top-merk{
    position: absolute;
    right: 0;
    top: -92px;
    pointer-events: none;
}
.back-detail-page-btn.aanbod-bk-btn{
    z-index: 0;
    top: 168px;
}
.back-detail-page-btn .common-btn{
    padding: 11px 20px;
}
.back-detail-page-btn.aanbod-bk-btn .common-btn {
    z-index: 1;
    position: relative;
}
/******aanbod-dtl-top-sec**** */
.aanbod-dtl-top-sec {
    padding-top: 215px;
}

.aanbod-dtl-top-btn {
    margin-top: -95px;
    margin-bottom: 24px;
}

.aanbod-dtl-top-wrap{
    position: relative;
    z-index: 1;
}
.each-top-side-car img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.each-top-side-car {
    padding-bottom: 16px;
    height: 50%;
}
.each-top-side-car:last-child{
    padding-bottom: 0;
}
.aanbod-dtl-top-car-slider img{
    border-radius: 10px;
}
.aanbod-dtl-top-wrap .col-lg-2{
    width: 24.5%;
}
.aanbod-dtl-top-wrap .col-lg-8{
    width: 51%;
}
.each-aanbod-dtl-car {
    height: 100%;
}
.aanbod-dtl-car-info {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    align-items: center;
}
.aanbod-dtl-car-info-area{
    margin-top: 16px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 1px 1px 6px 0 rgba(55, 55, 55, 0.04);
    padding: 35px 32px 42px;
}
.aanbod-dtl-car-info-area .row{
    align-items: center;
}
.aanbod-dtl-top-slider .swiper-button-next {
    right: 10px;
}
.aanbod-dtl-top-slider .swiper-button-prev {
    left: 10px;
}
.aanbod-dtl-top-slider .common-arrow{
    top: 47.5%;
}
.aanbod-dtl-top-slider .common-arrow:hover{
    background-color: #7BB92B;
    border: 2px solid #7BB92B;
}
.aanbod-dtl-top-slider .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-top-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-top-btn ul li{
    padding-left: 0;
}
.aanbod-dtl-top-btn .common-btn{
    border: 1px solid #373737;
    color: #373737;
    padding: 11px 20px;
}
.aanbod-dtl-top-btn .common-btn:hover{
    border-color: #7BB92B;
    color: #fff;
}
.aanbod-dtl-car-price h3{
    color: #373737;
    letter-spacing: 1.28px;
}
.aanbod-dtl-car-price p{
    color: rgba(16, 24, 60, 0.7);
}
.each-aanbod-contact{
    display: flex;
    gap: 16px;
    justify-content: end;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 100%;
}
.aanbod-contact-img::after {
    content: "";
    left: -6px;
    top: -1px;
    background-image: url(../images/aanbod-contact-img-merk.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 71px;
    width: 80px;
    height: 67px;
    position: absolute;
}
.aanbod-contact-img {
    width: 69px;
    height: 64px;
    position: relative;
}
.aanbod-dtl-car-info td p{
    color: #373737;
    margin-bottom: 0;
    font-family: 'Tuffy-Bold';
    line-height: 26px;
}
.aanbod-dtl-car-info table{
    width: 100%;
}
.aanbod-contact-text h6{
    color: #707070;
    font-size: 1.8rem;
    font-family: 'Tuffy-Regular';
    line-height: 26px;
}
.aanbod-contact-text p{
    color: #373737;
    font-family: 'Tuffy-Bold';
    line-height: 26px;
}
.aanbod-contact-text p a{
    color: #373737;
}
.aanbod-contact-text p:hover  a{
    color: #7BB92B;
}
.aanbod-contact-text p{
    margin-bottom: 0;
}
.aanbod-dtl-car-info td{
    position: relative;
}
.aanbod-dtl-car-info tr{
    display: flex;
    align-items: end;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.aanbod-dtl-car-info td::after {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 78%;
    content: "";
    background: #7BB92B;
}
.aanbod-dtl-car-info td:last-child::after{
    display: none;
}
.aanbod-dtl-car-info-area .col-lg-4{
    width: 30%;
}
.aanbod-dtl-car-info-area .col-lg-3{
    width: 25%;
}
.aanbod-dtl-car-info-area .col-lg-5{
    width: 45%;
}
.aanbod-dtl-car-info td h6{
    color: #707070;
}
.aanbod-contact-text ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
}
.aanbod-dtl-car-price p{
    margin-bottom: 0;
    color: #707070;
    line-height: 26px;
}
.aanbod-dtl-welcome-right{
    display: none;
}
.aanbod-dtl-mob-car{
    display: none;
}
.aanbod-dtl-shear-btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.aanbod-dtl-shear-btn li {
    padding-left: 0;
}
.aanbod-dtl-shear-btn li a {
    border-radius: 100px;
    border: 1px solid #373737;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-shear-btn{
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec{
    padding-top: 80px;
    padding-bottom: 120px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
    position: relative;
}
.dtl-tab-sec .sec-mark::after , .dtl-tab-sec .sec-mark::before{
    background: linear-gradient(280deg, rgba(209, 212, 211, 0.51) 14%, rgba(46, 54, 51, 0.4) 50%);
}
.dtl-tab-merk{
    position: absolute;
    bottom: -40px;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #373737;
    text-transform: none;
	font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
	font-family: 'Tuffy-Regular';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    padding: 11px 20px;
    border: 1px solid #373737;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.tab-btn ul.tabs li:hover{
    background-color: #7BB92B;
    border-color: #7BB92B;
    color: #fff;
}
.tab-btn ul.tabs li:hover::after{
    opacity: 1;
    filter: brightness(0) invert(1);
}
.tab-btn ul.tabs li.active{
    background-color: #7BB92B;
    border-color: #7BB92B;
}
.tab_container.tab-content{
	max-width: 100%;
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content p{
    color: #373737;
}
.tab_content img {
    width: 10px;
    height: 16px;
    margin-right: 7px;
    margin-bottom: 2px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    overflow: hidden;
	padding-bottom: 120px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 12px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab-btn .tabs li.active{
	color: #F5F5F5;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 55px;
}
.kenmerken-tab li {
    width: 30.7%;
    padding: 24px 30px 19px 42px;
	position: relative;
	font-family: 'Tuffy-Bold';
	color: #707070;
	line-height: 26px;
    font-size: 1.8rem;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
}
.kenmerken-tab li strong {
	font-family: 'Tuffy-Bold';
    font-weight: normal;
	display: block;
	color: #373737;
	line-height: 26px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li em{
    font-style: normal;
    color: #707070;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover em{
    color: #7BB92B;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong{
    color: #7BB92B;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    top: 0;
    background-color: rgba(35, 31, 32, 0.50);
}
.kenmerken-tab{
	overflow: hidden;
}
.kenmerken-tab ul li:nth-child(-n+3)::after{
    display: none;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid rgba(35, 31, 32, 0.50);
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #373737;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 10px;
    line-height: 26px;
}
.dtl-tab-sec .bullet-panel ul li::after{
    content: '';
    top: 10px;
    left: 0;
    position: absolute;
    background-color: #7BB92B;
    border-radius: 100px;
    width: 7px;
    height: 7px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7BB92B;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #7BB92B;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
    color: #373737;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(17, 17, 17, 0.70);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #373737;
    cursor: pointer;
    margin-top: 36px;
	font-family: 'Tuffy-Regular';
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 5px;
    border: 1px solid #373737;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    max-width: max-content;
    padding: 11px 20px;
}
.tab-btm-btn:hover{
    color: #fff;
    background-color: #7BB92B;
    border-color: #7BB92B;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #F5F5F5;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #7BB92B;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(118, 192, 68, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(118, 192, 68, 0.6);
	max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #111;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 30px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3rem;
    color: #373737;
}
.tab-popup-area p{
    color: rgb(17, 17, 17, 0.6);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'InterTight-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2.2rem;
    color: #373737;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
    line-height: 30px;
    color: #060C10;
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
	transform: rotate(90deg);
	top: 2px;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.tab-content-wrap{
    padding-top: 26px;
}
/* **** related product sec ***** */
.related-product-wrap{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.related-product-sec{
    padding-bottom: 145px;
    /* padding-top: 121px; */
    overflow: hidden;
    position: relative;
}
.related-product-merk{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.related-product-title {
    padding-bottom: 77px;
}

/* ****aanbod-dtl-mob-contact-bar*****/ 
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    display: none;
    padding: 14px 20px;
    background: #373737;

}
.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: #373737;
    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: #373737;
    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: #1C1C1C;
    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;
} 
/* ------ Bedankt ------- */
.modal-area .modal-dialog {
    max-width: 77.66%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(3px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 20px;
    background-color: #FFF;
    padding: 16px;
}
.modal-area .popup-content {
    padding: 40px 82px;
}
.popup-content-area p {
    margin-bottom: 30px;
}
.popup-content-wrap {
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.popup-content li::after {
    background-image: url(../images/popup-li-merk.png);
    background-size: 13px;
    height: 13px;
    width: 16px;
    top: 12px;
    left: 0;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
}
.popup-content li:last-child {
    margin-bottom: 20px;
}
.popup-content li {
    padding-left: 22px;
    color: #373737;
    margin-bottom: 4px;
}
.popup-content ul {
    padding-left: 0;
    margin-bottom: 26px;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid #231F20;
    background: #F8F8F8;
}
.close-img img {
    width: 21px;
}
.modal-main-content .col-lg-5 { 
    width: 42%;
}
.modal-main-content .col-lg-7 { 
    width: 58%;
}
.popup-content-area p:last-child {
    margin-bottom: 0;
}
.popup-content-area h3{
    padding-bottom: 28px;
    font-family: 'Tuffy-Bold';
}
.popup-content-area h2{
    font-family: 'OpenSans-Semibold';
    letter-spacing: normal;
    padding-bottom: 35px;
    color: #141414;
}
.banner-sec.bedankt-banner .each-banner{
    height: 1000px;
}
.banner-sec.bedankt-banner .each-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 386px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%); 
}
/* ------- VERKOCHT ------- */
.aanbod-product-sec.Verkocht-product-sec{
    padding-top: 192px;
    padding-bottom: 120px;
}
.Verkocht-product-heading h2{
    padding-bottom: 25px;
}
.verkocht-top-merk{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 40%;
}
/* -------- OVER ONS --------- */
/* *** over-ons-top-sec *** */
.over-ons-top-sec{
    position: relative;
    padding-bottom: 105px;
    padding-top: 53px;
}
.over-ons-top-merk{
    position: absolute;
    top: -178px;
    right: 0;
    pointer-events: none;
    width: 57%;
}
.over-ons-top-info-erea{
    position: relative;
}
.over-ons-top-text{
    max-width: 675px;
    margin-left: auto;
    padding-bottom: 75px;
    z-index: 1;
    position: relative;
}
.over-ons-top-text h2{
    padding-bottom: 21px;
}
.over-ons-top-text p{
    margin-bottom: 0;
    color: #707070;
}
.over-ons-top-info-erea .col-lg-7{
    width: 52.5%;
}
.over-ons-top-info-erea .col-lg-5{
    width: 47.5%;
}
.over-ons-top-info{
    max-width: 676px;
    margin-right: auto;
    padding-right: 10px;
}
.over-ons-top-info h6{
    color: #373737;
    font-size: 1.8rem;
    line-height: 26px;
}
.over-ons-top-info p{
    margin-bottom: 33px;
}
.over-ons-top-img img{
    border-radius: 10px;
}
.over-ons-top-merk-mob{
    display: none;
}
/* *** over-ons-mid-sec *** */
.over-ons-mid-sec{
    background-color: #76C044;
    padding-top: 120px;
    padding-bottom: 126px;
    margin-top: 16px;
    position: relative;
    z-index: 1;
}
.over-ons-mid-sec::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/over-ons-mid-sec-merk.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    z-index: -1;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.each-over-ons-mid-info{
    position: relative;
    height: 100%;
    width: 100%;
}
.each-over-ons-mid-img{
    position: relative;
    height: 100%;
}
.each-over-ons-mid-img img{
    height: 100%;
    object-fit: cover;
}
.each-over-ons-mid-text{
    text-align: center;
    padding: 20px 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
.over-ons-mid-wrap{
    display: flex;
    column-gap: 33px;
    align-items: center;
    justify-content: space-between;
}
.each-over-ons-mid-text h6{
    color: #fff;
    font-size: 1.8rem;
    line-height: 26px;
    padding-bottom: 14px;
    /* word-break: break-all; */
}
.each-over-ons-mid-text p{
    color: rgba(255, 255, 255, 0.70);
    max-height: 130px;
    overflow-y: auto;
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
/* ***** over-ons-team-sec **** */
.over-ons-team-sec{
    position: relative;
    padding-top: 122px;
    padding-bottom: 120px;
    overflow: hidden;
}
.over-ons-team-top-merk{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 52%;
    z-index: -1;
}
.over-ons-team-btm-merk{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 22%;
}
.over-ons-team-img{
    border-radius: 335px;
    overflow: hidden;
    max-width: 641px;
    margin-right: auto;
}
.over-ons-team-sec .home-over-ons-text{
    max-width: 457px;
    margin-left: auto;
    padding: 0;
}
.over-ons-text-box{
    padding-left: 19px;
}
.over-ons-team-sec .home-over-ons-main{
    padding-top: 0;
}
.over-ons-team-sec .home-over-ons-main{
    max-width: 1263px;
    margin-left: auto;
    margin-right: auto;
}
.over-ons-team-sec .home-over-ons-main .col-lg-5 {
  width: 37%;
}
.over-ons-team-sec .home-over-ons-main .col-lg-7 {
  width: 63%;
}
.over-ons-team-sec .home-over-ons-text h2{
    padding-bottom: 22px;
}
.over-ons-team-sec .home-over-ons-text p{
    font-size: 1.8rem;
    color: #707070;
    margin-bottom: 18px;
}
.over-ons-team-sec .home-over-ons-text h5{
    font-size: 1.8rem;
    font-style: normal;
}
.over-ons-team-sec .home-over-ons-text h6{
    font-size: 1.8rem;
    line-height: 32px;
}





/*******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.png);
    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: #373737;
   /* color: #1c1c1c;*/
    border-bottom: 1.5px solid rgba(35, 31, 32, 0.50);
    padding-bottom: 10px;
}
.star_icon p img {
    width: 15px;
    margin-top: -8px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
    font-family: 'Tuffy-Regular';
    font-size: 1.8rem;
    line-height: 26px;
    color: #707070;
    margin-bottom: 3px;
}
.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(#7BB92B calc(1*100%/6),#7BB92B 0 calc(3*100%/6),#7BB92B 0),
              linear-gradient(#7BB92B calc(2*100%/6),#7BB92B 0 calc(4*100%/6),#7BB92B 0),
              linear-gradient(#7BB92B calc(3*100%/6),#7BB92B 0 calc(5*100%/6),#7BB92B 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: #7BB92B;
  }


.carpass-img {
    width: 115px;
}



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

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

.morgeninternet-footer {
    border: 0;
    width: 100%;
    /* margin-bottom: 0; */
    height: 50px;
    display: block;
    /* border-radius: 10px;
    margin: 10px auto 0;
    max-width: calc(100% - 24px); */
}


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

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

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}



/*fix-wp*/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 64px;
    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;
    top:-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;
    }
}


.listview-top-content.privacy_section{
    padding-top: 120px;
    padding-bottom: 100px;
}
.each-about-text p::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 5px;
}
.each-about-text p::-webkit-scrollbar-thumb {
	background-color: rgba(55, 55, 55, 0.40);
}
.modal-area2 .close-img{
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.modal-area2 .close-img img{
    filter: brightness(0);
}
.share-social-media-button .a2a_dd svg {
    width: 12px !important;
    margin-right: 0 !important;
}
.share-social-media-button:hover a.a2a_dd{
    background-color: #7BB92B;
    border-color: #7BB92B;
} 
.share-social-media-button:hover .a2a_dd svg{
    filter: brightness(0) invert(1);
}

.each-over-ons-mid-text p::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 5px;
}
.each-over-ons-mid-text p::-webkit-scrollbar-thumb {
	background-color: rgba(55, 55, 55, 0.40);
}
.vature-wave {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.map-sec{
    height: 550px;
}
.each-product-btm-area .col-8{
    width: 100%;
}