body {
	padding: 0px;
	margin: 0px;
    font-family: 'Barlow-Condensed-Regular';
    font-size: 1.6rem;
    color: #FFF;
    background: #19191A;
    /*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;
}
/****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;
}
.privacy_section p {
	margin-bottom: 10px;
}
.star_icon p { 
    margin-bottom: 0; 
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/****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;
}
/*****************header****************/
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 36px 0;
    background-color: #19191A;
}
.header-bg{
    background-color: #282828;
}
.header-active{ 
    background-color: #282828;
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}
.header-logo{
    position: relative;
    z-index: 9;
}
.header-logo img{
    width: 246px;
}
.header-area-active .header-nav ul{
    opacity: 0;
}
.header-nav > ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 43px;
}
.header-nav > ul > li {
    padding: 0px;
    margin: 0px;
    color: #FFF;
    font-size: 2rem;
    line-height: 24px;
    font-family: 'Barlow-Condensed-Medium';
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #FFF;
}
.header-nav > ul > li > a:hover {
    color: #ECC32C;
}
.header-nav > ul > li > a:hover img{
    filter: brightness(1) invert(1);
}
.header-navbar-wrap {
    display: flex;
    align-items: center;
    gap: 43px;
    justify-content: end;
}
/* parent-dropdown */
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid #ECC32C;
	background-color: #ECC32C;
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: -17px;
    top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #19191A;
	padding: 5px 17px;
	border-bottom: 1px solid rgba(25, 25, 26, 0.4);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #FFF;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/* menu-btn */
.menu-btn {
    padding: 0;
    width: 25px;
    height: 18px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
}
.menu-btn span:nth-child(1) {
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2) {
    width: 15px;
    height: 2px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 8px;
    left: 0px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3) {
    width: 100%;
    height: 2px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 16px;
    right: 0px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn.active span:nth-child(2){
    display: none;
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
}
.menu-btn.active span:nth-child(3){
    transform: rotate(-45deg);
    top: 0;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 424px;
    background-color: #19191A;
    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-active .parent-dropdown > ul > li > a {
    color: #19191A;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    line-height: normal;
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    opacity: 0.8;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu-wrap::-webkit-scrollbar{
    width: 6px;
    height:68px;
    border-radius: 5px;
}
.side-menu-wrap::-webkit-scrollbar-track{
    background: #555;
    border-radius: 5px;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background: #ECC32C;
    border-radius: 5px;
    border: 1px solid #ECC32C;
    transition: 0.6s ease-in-out;
}
.side-menu ul {
    padding: 0px;
    margin: 0px;
}
.side-menu-wrap > ul > li {
    margin-bottom: 0px;
    font-size: 2rem;
    display: block;
    padding: 0px;
    color: #ECC32C;
    font-family: 'Barlow-Condensed-Regular';
    font-size: 4.8rem;
    line-height: normal;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    text-transform: uppercase;
}
.side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu-wrap > ul > li > a {
    color: rgb(255, 255, 255, 0.7);
    display: block;
    padding-bottom: 0;
    padding: 12px 0;
}
.side-menu-wrap > ul > li > a:hover {
    color: #ECC32C;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 38px;
    width: 16px;
    filter: brightness(0) invert(1);
    right: 12px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(25, 25, 26, 0.70);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    z-index: 3;
    pointer-events: all;
}
/* ========== HOME PAGE HERE ========== */
/* home-banner-sec */
.home-banner-sec {
    position: relative;
    z-index: 1;
    margin-top: 137px;
}
.home-banner-wrap {
    margin-left: -10px;
}
.home-banner-video,
.home-each-banner {
    height: 800px;
    overflow: hidden;
    position: relative;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    width: 100%;
}
.home-banner-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
/* home-product-sec */
.home-product-sec{
    background-color: #FFF;
    overflow: hidden;
    position: relative;
}
.home-product-sec::after{
    position: absolute;
    content: "";
    background-color: #19191A;
    height: 100%;
    width: 50vw;
    right: 0;
    top: 0;
}
.home-product-container{
    background-color: #19191A;
    padding: 76px 0px 76px 86px;
}
.home-product-heading{
    margin-bottom: 50px;
}
.home-product-wrap .row .col-6:first-child {
    width: 51.6%;
}
.home-product-wrap .row .col-6:last-child {
    width: 48.4%;
}
.home-product-img-wrap,
.home-product-img-wrap .row , 
.home-product-img-inner-wrap{
    height: 100%;
}
.home-product-img {
    /* height: 50%; */
}
.home-product-img img{
    height: 100%;
    object-fit: cover;
}
.home-product-main-img{
    /* height: 100%; */
}
.home-product-main-img img{
    /* height: 100%; */
    object-fit: cover;
}
.home-product-img-inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.home-product-wrap .row{
    --bs-gutter-x: 10px;
}
.home-product-model h3{
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.home-product-model p{
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-product-car-info ul {
    padding: 60px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 65px;
    row-gap: 14px;
}
.home-product-car-info ul li{
    padding: 0;
    margin: 0;
}
.home-product-car-info ul li::after{
    display: none;
}
.home-product-car-info ul li h6{
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 10px;
}
.home-product-info-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home-product-btm-img {
    /* height: 142px; */
}
.home-product-btm-img img{
    /* height: 100%; */
    object-fit: cover;
}
.home-product-des-wrap {
    padding-left: 24px;
}
.home-product-control {
    position: absolute;
    margin-left: 250px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.home-product-control .swiper-button-next {
    right: 16px;
}
.home-product-control .swiper-button-prev {
    left: 33px;
}
/* home-service-sec */
.home-service-sec{
    overflow: hidden;
    padding: 80px 0;
    background-color: #FFF;
}
.home-service-heading h2{
    color: #19191A;
}
.home-service-heading {
    margin-bottom: 50px;
}
.each-service-thum h3{
    color: rgba(25, 25, 26, 0.70);
    position: relative;
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-thum h3::after{
    position: absolute;
    content: "";
    background-color: #ECC32C;
    width: 62px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-thum .swiper-slide-thumb-active .each-service-thum h3{
    padding-left: 74px;
}
.home-service-thum .swiper-slide-thumb-active  .each-service-thum h3::after{
    opacity: 1;
}
.home-each-service-title h3{
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-each-service-title p,
.home-each-service-title .more-btn{
    display: none;
}
.home-each-service:hover .more-btn{
    color: #FFF;
}
.home-each-service {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.home-each-service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
}
.home-each-service-img {
    height: 426px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-each-service-img img{
    object-fit: cover;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-each-service:hover .home-each-service-img img{
    transform: scale(1.1);
}
.home-service-wrp .swiper-slide {
    width: 40%;
}
.home-service-thum .swiper-wrapper{
    height: 265px;
}
.home-service-container .col-lg-4 {
    width: 44%;
}
.home-service-container .col-lg-8 {
    width: 56%;
}
.home-service-thum .swiper-slide {
    width: max-content;
    cursor: pointer;
}
/* home-usp-sec */
.home-usp-sec{
    background-color: #19191A;
    padding-top: 75px;
    padding-bottom: 88px;
    overflow: hidden;
}
.home-usp-sec .container{
    position: relative;
}
.home-usp-sec .container::after {
    position: absolute;
    content: "";
    background-color: #FFF;
    height: 38%;
    left: 100%;
    top: -75px;
    z-index: 1;
    width: 50vw;
    margin-left: -7px;
}
.home-usp-heading p {
    margin-top: 55px;
    margin-bottom: 30px;
    max-width: 480px;
    color: #FFF;
    padding-right: 50px;
}
.usp-fst-img {
    margin-top: 280px;
    height: 417px;
    width: calc(100% + 84px);
    position: relative;
    z-index: 1;
}
.usp-fst-img img{
    height: 100%;
    object-fit: cover;
}
.usp-scnd-img {
    width: calc(100% + 114px);
    margin-left: -113px;
    height: 464px;
}
.usp-scnd-img img{
    height: 100%;
    object-fit: cover;
}
.usp-image-wrap {
    margin-top: -166px;
}
.home-usp-heading {
    position: relative;
    z-index: 1;
}
.usp-counter-wrap {
    padding: 74px 0px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    max-width: 575px;
    margin: 0 auto;
}
.usp-counter-each h2{
    font-family: 'Barlow-Condensed-Bold';
    font-style: italic;
    margin-bottom: 4px;
}
.usp-counter-each p{
    margin-bottom: 0;
    color: #ECC32C;
    font-size: 2rem;
    line-height: normal;
}
/* review-sec */
.review-sec{
    padding-bottom: 30px;
}
.review-wrap{
    max-width: 1434px;
    margin: 0 auto;
}
.review-heading h3{
    margin-bottom: 20px;
}
.review-heading p{
    margin-bottom: 0;
    color: #FFF;
}
.review-heading {
    margin-bottom: 58px;
}
/* footer-area */
.footer-wrap{
    background-color: #282828;
    padding: 85px;
}
.ft-logo img{
    width: 353px;
}
.ft-details h3{
    display: none;
}
.ft-details table{
    display: none;
}
.ft-details p{
    margin-bottom: 0;
}
.ft-details a{
    color: rgba(255, 255, 255, 0.70);
    font-size: 2rem;
    line-height: 32px; 
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-details a:hover{
    color: #ECC32C;
}
.footer-main {
    display: flex;
    align-items: center;
}
.ft-detail-wrap {
    display: flex;
    align-items: center;
    width: 50%;
    column-gap: 130px;
    flex-wrap: wrap;
}
.ft-logo {
    width: 50%;
}
.footer-btm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 23px 0px 36px 86px;
}
.ft-btn-detail-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    width: 56%;
}
.ft-privacy {
    width: 44%;
}
.ft-table table,
.ft-table tbody{
    width: 100%;
}
.ft-table tbody tr{
    display: flex;
    align-items: center;
    gap: 53px;
}
.ft-social p{
    margin: 0;
}
.ft-social {
    display: flex;
    align-items: center;
    gap: 26px;
}
.ft-social a:hover img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(51%) saturate(3316%) hue-rotate(331deg) brightness(96%) contrast(92%);
}
.ft-privacy p {
    margin-bottom: 0;
}
.ft-privacy a{
    color: rgba(255, 255, 255, 0.70);
    font-size: 2rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-privacy a:hover{
    color: #ECC32C;
}
.ft-table tbody tr td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Barlow-Condensed-Regular';
    font-size: 2rem;
    line-height: normal;
}
/* ======== SERVICE LIST PAGE ======== */
.inner-banner-sec{
    margin-top: 137px;
    position: relative;
}
.inner-banner-img{
    margin-left: -7px;
}
.inner-banner-img{
    height: 500px;
}
.inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-heading {
    position: absolute;
    bottom: 212px;
    left: 0;
    width: 100%;
    z-index: 1;
}
/* service-list-sec */
.service-list-sec{
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 90px;
}
.service-heading{
    margin-bottom: 60px;
}
.service-list-heading h2{
    margin-bottom: 30px;
}
.service-list-heading p{
    margin-bottom: 0;
}
.service-list-heading{
    max-width: 690px;
    padding-right: 25px;
}
.service-nav-lsit ul{
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.service-nav-lsit ul li{
    padding: 0;
    margin: 0;
    color: rgba(250, 250, 250, 0.5);
    font-family: 'Barlow-Condensed-Regular';
    font-size: 3.2rem;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-nav-lsit ul li::after{
    display: none;
}
.service-nav-lsit ul li a{
    color: rgba(250, 250, 250, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    display: inline-block;
}
.service-nav-lsit ul li a::after {
    position: absolute;
    content: "";
    background-color: #ECC32C;
    width: 62px;
    height: 2px;
    left: -62px;
    border-radius: 0;
    top: 23px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-nav-lsit ul li a:hover{
    padding-left: 70px;
}
.service-nav-lsit ul li a:hover::after{
    opacity: 1;
    left: 0;
}
.service-nav-lsit {
    max-width: 400px;
    margin-left: auto;
}
.each-service-list {
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-list-wrap{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.each-service-list-img {
	height: 582px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.each-service-list-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.each-service-list-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-list-heading {
    background: #FFF;
    padding: 62px 105px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-heading h3{
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list-heading p{
    color: #111;
    margin-top: 14px;
    margin-bottom: 0;
    height: 2lh;
    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;
}
.each-service-list:hover .each-service-list-heading{
    background-color: #ECC32C;
}
.each-service-list:hover .each-service-list-heading h3 ,
.each-service-list:hover .each-service-list-heading p{
    color: #19191A;
}
.each-service-list-heading .more-btn{
    display: none;
}
/* ======== SERVICE DETAIL PAGE ======== */
/* prev-btn-sec */
.prev-btn-sec {
    padding-top: 181px;
    padding-bottom: 55px;
}
.prev-btn {
    text-align: right;
}
/* service-detail-sec */
.service-detail-wrap .col-lg-5 {
    width: 45%;
}
.service-detail-wrap .col-lg-7 {
    width: 55%;
}
.service-btm-detail-wrap .col-lg-5 {
    width: 45.7%;
}
.service-btm-detail-wrap .col-lg-7 {
    width: 54.3%;
}
.service-detail-text h2{
    margin-bottom: 25px;
}
.service-detail-text p{
    color: rgba(255, 255, 255, 0.70);
}
.service-detail-text p:last-child{
    margin-bottom: 0;
}
.service-detail-text {
    max-width: 616px;
    padding-right: 30px;
    padding-bottom: 150px;
}
.service-btm-detail-img {
    margin-top: -120px;
}
.service-btm-detail-img {
    margin-top: -120px;
    height: 100%;
}
.service-btm-detail-img img{
    height: 100%;
    object-fit: cover;
}
.service-detail-img {
    height: 100%;
}
.service-detail-img img{
    height: 100%;
    object-fit: cover;
}
.service-btn-detail-text {
    max-width: 620px;
    padding-left: 60px;
    padding-top: 30px;
}
.service-btn-detail-text h5{
    color: #FFF;
    margin-bottom: 12px;
}
.service-btn-detail-text p{
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 20px;
}
.service-btn-detail-text ul{
    margin-bottom: 17px;
}
.service-btn-detail-text ul li{
    margin-bottom: 16px;
    color: rgba(255, 255, 255, 0.70);
}
.service-btn-detail-text ul li:last-child{
    margin-bottom: 0;
}
.service-btn-detail-text ul:last-child{
    margin-bottom: 0;
}
.service-btm-detail-sec{
    padding-bottom: 54px;
}
/* form-sec */
.form-sec{
    background-color: #FFF;
    padding-top: 76px;
    padding-bottom: 120px;
}
.contact-heading h2{
    color: #19191A;
    margin-bottom: 60px;
}
.contact-man{
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
}
.contact-man img{
    object-fit: cover;
    object-position: top;
    height: 100%;
}
.contact-each-detail h6{
    color: #19191A;
    margin-bottom: 13px;
}
.contact-each-detail p{
    margin-bottom: 0;
    color: #19191A;
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.4px;
    margin-bottom: 3px;
}
.contact-each-detail p:last-child{
    margin-bottom: 0;
}
.contact-each-detail p a{
    color: #19191A;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-each-detail p a:hover{
    color: #ECC32C;
}
.contact-each-detail table,
.contact-each-detail tbody{
    width: 100%;
}
.contact-each-detail table td{
    color: #19191A;
    font-family: 'Barlow-Condensed-Regular';
    font-size: 2rem;
    line-height: normal;
    display: block;
}
.contact-detail-wrap .contact-each-detail:nth-child(2) p a{
    text-decoration: none;
    line-height: 30px;
}
.contact-detail-wrap .contact-each-detail:nth-child(2) p{
    font-size: 2rem;
}
.contact-form-detail-wrap {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.contact-detail-wrap {
    display: flex;
    max-width: 990px;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.form-group{
    margin-bottom: 10px;
}
.form-group .form-style{
    background-color: #F5F5F5;
    color: #19191A;
    font-family: 'Barlow-Condensed-Regular';
    font-size: 1.6rem;
    line-height: normal;
    border: 0;
    border-radius: 0;
    width: 100%;
    padding: 28px 30px;
    resize: none;
    outline: none;
}
.form-group .form-style::placeholder{
    color: #19191A;
    opacity: 1;
}
.form-control:focus {
    color: #19191A;
    background-color: #F5F5F5;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}
.textarea-style{
    height: 244px;
}
.contact-form .row{
    --bs-gutter-x: 10px;
}
.submit-btn .common-btn {
    padding-left: 47px;
    padding-right: 47px;
}
/* related-service-sec */
.related-service-sec{
    background-color: #FFF;
    padding-bottom: 45px;
    overflow: hidden;
}
.service-review-sec{
    padding-top: 63px;
}
/* ======== OVER ONS PAGE ======== */
/* over-ons-sec */
.over-ons-sec{
    background-color: #FFF;
    position: relative;
}
.over-ons-sec::after{
    position: absolute;
    content: "";
    background-color: #19191A;
    height: 100%;
    width: 50vw;
    right: 0;
    top: 0;
}
.over-ons-wrap{
    background-color: #19191A;
    padding: 50px 146px;
}
.over-ons-wrap h2{
    margin-bottom: 10px;
}
.over-ons-wrap p{
    margin-bottom: 30px;
}
.over-ons-wrap ul{
    padding: 0;
    margin: 0;
}
.over-ons-wrap ul li{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}
.over-ons-wrap ul li::after{
    display: none;
}
/* over-counter-sec */
.over-counter-sec{
    background-color: #FFF;
    overflow: hidden;
}
.over-counter-spec-wrap .usp-counter-each h2{
    color: #19191A;
}
.over-counter-spec-wrap {
    display: flex;
    align-items: center;
    max-width: 632px;
    justify-content: space-between;
    gap: 20px;
    padding-left: 86px;
    padding-right: 30px;
}
.over-counter-spec-wrap .usp-counter-each {
    text-align: center;
}
.over-counter-wrap .col-lg-7 {
    width: 65%;
}
.over-counter-wrap .col-lg-5 {
    width: 35%;
}
.overons-counter-img {
    height: 300px;
    width: 100%;
}
.overons-counter-img img{
    height: 100%;
    object-fit: cover;
}
/* over-about-sec */
.over-about-sec{
    background-color: #FFF;
    padding-top: 264px;
    padding-bottom: 50px;
}
.over-about-heading h2{
    color: #19191A;
}
.over-about-heading p{
    color: rgba(25, 25, 26, 0.70);
    margin-bottom: 0;
    margin-top: 30px;
}
.over-about-img-wrap{
    position: relative;
}
.over-about-img1 {
    position: absolute;
    left: 0px;
    width: 496px;
    height: 491px;
    top: -156px;
}
.over-about-img1 img{
    height: 100%;
    object-fit: cover;
}
.over-about-img2 {
    width: 496px;
    height: 501px;
    margin-left: auto;
    position: relative;
}
.over-about-img2 img{
    height: 100%;
    object-fit: cover; 
}
.over-about-sec .container{
    padding-left: 0;
}
.over-about-wrap .col-lg-7 {
    width: 47.4%;
}
.over-about-wrap .col-lg-5 {
    width: 52.6%;
}
.over-about-heading {
    max-width: 700px;
    padding-left: 100px;
    padding-top: 62px;
}
/* over-gallery-sec */
.over-gallery-sec{
    background-color: #FFF;
}
.over-gallery-sec .container{
    max-width: 100% !important;
    padding: 0;
}
.over-gallery-slider{
    max-width: 1520px;
    padding-right: 50px;
}
.over-gallery-wrap {
    max-width: 1650px;
    padding-right: 50px;
}
.over-gallery-img {
    height: 387px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.over-gallery-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-gallery-img:hover img{
    transform: scale(1.1);
}
.over-gallery-arrow img{
    width: 24px;
}
.over-gallery-arrow .common-arrow{
    background-color: transparent;
    top: 50%; 
    transform: translateY(-50%);
}
.over-gallery-arrow .common-arrow:hover{
    background-color: transparent;
}
.over-gallery-arrow .swiper-button-prev{
    opacity: 0;
    pointer-events: none;
}
.over-gallery-arrow .swiper-button-next{
    right: 40px;
}
/* ======== CONTACT PAGE ======== */
.contact-form-heading{
    padding-top: 52px;
    padding-bottom: 199px;
    max-width: 580px;
    padding-left: 85px;
}
.contact-form-heading h2{
    margin-bottom: 10px;
}
.contact-form-heading p{
    margin-bottom: 0;
}
.contact-main-form{
    background-color: #FFF;
    padding-top: 40px;
    padding-bottom: 130px;
    overflow-x: clip;
}
.contact-main-form .contact-detail-wrap {
    max-width: 636px;
}
.contact-main-form  .contact-form-detail-wrap {
    padding-bottom: 50px;
}
.contact-map {
    height: 503px;
    width: 100%;
    margin-top: -168px;
    padding-left: 80px;
}
.contact-map img{
    height: 100%;
    object-fit: cover;
}
.contact-main-form .contact-form .col-lg-6:first-child {
    width: 47%;
}
.contact-main-form .contact-form .col-lg-6:last-child {
    width: 53%;
}
/* ========== THANK YOU PAGE ========== */
.thank-you-sec{
    padding-bottom: 25px;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(15, 16, 19, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 47.2%;
}
.modal-area .modal-content .col-lg-7 {
    width: 52.8%;
}
.modal-content-wrap {
    overflow: hidden;
    background: #282828;
}
.modal-content-wrap .row{
    --bs-gutter-x: 0px;
}
.modal-area .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content img {
    width: 230px;
}
.modal-area .popup-content p {
	margin: 22px 0 0;
    color: #FFF;
}
.modal-area .popup-content {
    overflow: hidden;
    padding:  60px 83px;
    position: relative;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content .common-btn::after {
    background-color: #FFF;
    width: 102%;
}
.popup-content-box {
    height: 100%;
}
.popup-btn{
    position: absolute;
    bottom: 0;
    right: -1px;
}
.mb-popup-wrap{
    display: none;
}
/* ======== AANBOD LIST PAGE ======== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 212px 0 70px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
    font-family: 'Barlow-Condensed-Regular';
    line-height: 24px;
}
.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: #ECC32C;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Barlow-Condensed-Medium';
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 0px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #19191A no-repeat 91% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main .col-xl-9 .row{
    margin: 0px -10px;
}
.filter-main .col-xl-9 .row .col-lg-3{
    padding: 0px 10px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #ECC32C;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #ECC32C;
    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: #19191A;
    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: #19191A;
    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 #19191A;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #19191A;
    border-color: #19191A;
    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: #19191A;
    background-color: #ECC32C;
    font-size: 1.4rem;
    border: 1px solid #ECC32C;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: invert(1);
}
.auto-overview-tag:hover img {
    filter: invert(0) brightness(1);
}
.auto-overview-tag:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.40);
    color: #FFF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 108px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sticky .mobile-show-filter {
    top: 96px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    text-transform: capitalize;
    color: #19191A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
    font-family: 'Barlow-Condensed-SemiBold';
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #ECC32C;
    color: #fff;
}
.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: #19191A;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #ECC32C;
    border: 1px solid #ECC32C;
    color: #161616;
	padding: 10px;
	border-radius: 0 0px 0px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #ECC32C;
    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: 282px;
}
.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;
    color: #FFF;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #ECC32C;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(250, 250, 250, 0.2);
    border-color: rgba(250, 250, 250, 0.2);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #ECC32C;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border: 1px solid rgba(255, 255, 255, 0.40);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #FFF;
    font-family: 'Barlow-Condensed-SemiBold';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.16px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #ECC32C;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 114px;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 33px;
    --bs-gutter-y: 33px;
}
.anbd-each-product-wrap{
    background-color: #FFF;
    padding: 20px;
    overflow: hidden;
}
.anbd-each-product-model h5{
    color: #19191A;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.anbd-each-product-heading {
    padding-bottom: 12px;
}
.anbd-each-product-model p{
    margin: 0;
    color: rgba(25, 25, 26, 0.70);
}
.anbd-each-product-price h6 {
    color: rgba(25, 25, 26, 0.70);
    font-size: 2rem;
}
.anbd-each-product-price h5{
    color: #19191A;
}
.anbd-each-product-price strong {
    color: #19191A;
    font-family: 'Barlow-Condensed-Regular';
    font-size: 1.6rem;
    line-height: normal;
    font-weight: normal;
}
.anbd-product-price-arw {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #19191A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.anbd-product-price-arw {
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #19191A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-each-product-list {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-each-product-list:hover .anbd-product-price-arw {
    background-color: #ECC32C;
    border-color: #ECC32C;
}
.anbd-each-product-table {
    position: relative;
    padding: 12px 0;
}
.anbd-each-product-table::after,
.anbd-each-product-table::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 100vw;
    height: 1px;
    background-color: rgba(25, 25, 26, 0.20);
}
.anbd-each-product-table::before {
    top: auto;
    bottom: 0;
}
.anbd-each-product-table table,
.anbd-each-product-table tbody{
    width: 100%;
}
.anbd-each-product-table table  td h6{
    color: rgba(25, 25, 26, 0.70);
    margin-bottom: 8px;
}
.anbd-each-product-table table  td h5 {
    color: #19191A;
    font-size: 1.6rem;
}
.anbd-each-product-table table  td h5 img {
    margin-bottom: 2px;
    margin-right: 11px;
}
.anbd-each-product-list-img {
    margin-bottom: 10px;
}
.anbd-each-product-table table tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    justify-content: space-between;
}
.anbd-each-product-price {
    display: flex;
    gap: 6px;
}
.anbd-each-product-price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}
/* ========= ANNBOD DETAIL PAGE ========= */
/* anbd-detail-sec */
.anbd-detail-sec {
    padding-top: 180px;
    overflow: hidden;
}
.anbd-detail-heading {
    margin-bottom: 50px;
}
.anbd-detail-heading  h2{
    margin-bottom: 25px;
    text-transform: uppercase;
}
.anbd-detail-heading p{
    margin-bottom: 0;
}
.anbd-dtl-wrap-slide{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.anbd-dtl-wrap-slide .col-lg-6:first-child {
    width: 47%;
}
.anbd-dtl-wrap-slide .col-lg-6:last-child {
    width: 53%;
}
.anbd-detail-thum-slider, .anbd-detail-thum, .anbd-detail-thum .swiper {
    height: 100%;
}
.anbd-detail-thum-img {
    height: 100%;
}
.anbd-detail-thum-img img{
    object-fit: cover;
    height: 100%;
}
.anbd-dtl-slider-arrow .common-arrow {
    width: 63px;
    height: 63px;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-dtl-slider-arrow .swiper-button-next{
    right: 40px;
}
.anbd-dtl-slider-arrow .swiper-button-prev{
    left: 40px;
}
.anbd-detail-spce-wrap {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 70px 0;
}
.anbd-detail-each-spce h3{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Barlow-Condensed-Regular';
    font-size: 2.8rem;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.anbd-detail-each-spce h4{
    color: #FFF;
    font-family: 'Barlow-Condensed-Regular';
    font-size: 2.8rem;
    line-height: normal;
}
.anbd-detail-each-spce h4 em{
    font-style: normal;
    color: #ECC32C;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-bottom: 80px;
}
.kenmerken-tab-heading{
    margin-bottom: 50px;
}
.main-tab > .row > .col-lg-8 {
    width: 69.8%;
}
.main-tab > .row > .col-lg-4 {
    width: 30.2%;
}
.tab-btn .tabs li.active {
    color: #FFF;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.70);
    background-color: transparent;
    font-size: 2rem;
    line-height: normal;
    padding: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    font-family: 'Barlow-Condensed-Medium';
}
.tab-btn ul.tabs li:hover{
    color: #FFF;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 13px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 10px;
    height: 14px;
    background-size: 8px;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    display: none;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
    top: 1px;
    display: none;
}
.tab-btn .tabs li::before{
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -5px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before {
    opacity: 1;
}
.tab-btn .tabs li:hover::before{
    opacity: 1;
}
.tab_content {
    display: none;
    padding-right: 30px;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn {
    margin-bottom: 49px;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 38px;
}
.anbd-pro-img{
    min-width: 110px;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    overflow: hidden;
}
.anbd-pro-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.anbd-pro-drtail h4{
    margin-bottom: 26px;
}
.anbd-pro-drtail p{
    margin-bottom: 0;
    margin-bottom: 24px;
}
.anbd-pro-drtail p:last-child{
    margin-bottom: 0;
}
.anbd-pro-drtail p a{
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
    transform: 0.5s all;
    -webkit-transform: 0.5s all;
}
.anbd-pro-drtail p a:hover{
    color: #ECC32C;
}
.anbd-pro-drtail p a img{
    width: 16px;
    height: 16px
}
.anbd-man-wrap {
    display: flex;
    gap: 50px;
    margin-bottom: 34px;
}
.anbd-addres-wrap{
    max-width: 310px;
}
.anbd-addres-wrap p{
    color: #7F7F7F;
    margin-bottom: 32px;
}
.anbd-bg-btn .common-btn {
    width: 100%;
    font-family: 'Barlow-Condensed-Medium';
    font-size: 2rem;
    line-height: normal;
    padding: 21px 20px;
    margin-bottom: 15px;
}
.anbd-all-btn-wrap .common-btn:hover{
    border-color: #FFF;
}
.anbd-tw-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.anbd-tw-btn .common-btn{
    width: 100%;
    font-family: 'Barlow-Condensed-Medium';
    font-size: 2rem;
    line-height: normal;
    padding: 21px 20px;
}
.kenmerken-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 17px;
    column-gap: 0;
}
.kenmerken-tab ul li:nth-child(7),
.kenmerken-tab ul li:nth-child(8),
.kenmerken-tab ul li:nth-child(9){
    border-bottom: 0;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Barlow-Condensed-Regular';
    padding: 0;
    padding-left: 14px;
    display: flex;
    font-size: 1.6rem;
    line-height: normal;
    margin: 0;
    transition: 0.5s ease-in-out;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 40%;
}
.kenmerken-tab li em {
    color: #FFF;
    font-style: normal;
    text-align: left;
    width: 60%;
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #ECC32C;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #ECC32C;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECC32C;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #ECC32C;
    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: #19191A;
}
.each-onderhoud-block h4 {
	text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    margin-top: 58px;
}
.tab-btm-btn .common-btn {
    backdrop-filter: none;
    cursor: pointer;
}
.tab_content p{
    font-size: 1.6rem;
    line-height: 24px;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #19191A;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #EDEDED;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #ECC32C;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #121212;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(1) 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 p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid rgba(250,250,250, 0.2);
}
.kenmarken-popup-content li:nth-child(even) {
    color: #FFF;
}
.kenmarken-popup-content li::after {
    display: none;
}
/* related-product-sec */
.related-product-sec{
    padding-top: 85px;
    padding-bottom: 212px;
}
.related-product-heading{
    padding-bottom: 45px;
}
.related-product-arrow .common-arrow{
    top: 50%;
    transform: translateY(-50%);
}
.related-product-arrow .swiper-button-next{
    right: -20px;
}
.related-product-arrow .swiper-button-prev{
    left: -20px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 0px 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    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: #0D0D0D;
    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;
}
/* ========= VERKOCHT LIST PAGE ========= */
.verkocht-list-sec {
    padding-top: 180px;
    padding-bottom: 112px;
}
.verkocht-list-heading h2{
    color: #FDBF03;
    margin-bottom: 49px;
}





/*******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 h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.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(#ECC32C calc(1*100%/6),#ffffff 0 calc(3*100%/6),#ECC32C 0),
              linear-gradient(#ECC32C calc(2*100%/6),#ffffff 0 calc(4*100%/6),#ECC32C 0),
              linear-gradient(#ECC32C calc(3*100%/6),#ffffff 0 calc(5*100%/6),#ECC32C 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: #ECC32C;
  }


.carpass-img {
    width: 115px;
}

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

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

.notifcation {
	position: relative;
}

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

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fix-wp{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
.dtl-tab-sec .bullet-panel ul li::after {
    top: 9px;
}
.share-social-media-button .a2a_dd svg {
    width: 13px !important;
    margin-right: 0px !important;
}
.map-sec-wrap{
    height: 100%;
}
.contact-sec .form-group textarea {
    height: 77px;
}
.privacy_section {
    padding-top: 188px;
    padding-bottom: 80px;
}
.privacy_section h2 {
    padding-top: 0;
    margin: 0 !important;
}
.tab-btm-btn .common-btn {
    background-color: transparent;
    padding: 0;
    border: 0;
    color: #FFF;
}
.tab-btm-btn .common-btn:hover {
    color: #ECC32C;
}
.anbd-shr-wrap {
    display: flex;
    align-items: center;
    gap: 9px;
    width: max-content;
    margin-bottom: 30px;
}
.anbd-shr-wrap p {
    margin: 0;
}
.anbd-shr-wrap p a {
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-shr-wrap p a img {
    width: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-shr-wrap p a:hover{
    background-color: #ECC32C;
    border-color: #ECC32C;
}
.anbd-shr-wrap p a:hover img{
    filter: brightness(1) invert(1);
}
.anbd-shr-wrap .share-social-media-button .a2a_dd:hover svg path{
    fill: #000;
}



/* *************team-sec**************** */
.team-member-sec {
    padding: 87px 0 50px;
}
.team-wrapper {
    padding: 0 5%;
}
.team-heading {
    margin-bottom: 75px;
}
.each-team-member-info {
    background-color: #FFF;
    padding: 16px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-member-info h4 {
    color: #19191A;
    margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-member-info p {
    color: rgba(25, 25, 26, 0.70);
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slider:hover .each-team-member-info {
    background-color: #ECC32C;
}
.each-team-slider:hover h4,
.each-team-slider:hover p {
    color: #fff;
}
.team-slider .swiper-button-next {
    right: -4%;
}
.team-slider .swiper-button-prev {
    left: -4%;
}

