body {
	padding: 0px;
	margin: 0px;
    font-family: 'RedRose-Regular';
    font-size: 16px;
    color: #1E1E1E;
    background: #F5F5F5;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
::selection {
    background-color: #EEC658;
    color: #1E1E1E;
    text-shadow: none;
}
/*#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: 120px;
	right: 50px;
	z-index: 999;
	height: 63px;
	width: 63px;
	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;
}
.fix-message {
    position: fixed;
    bottom: 39px;
    right: 50px;
    z-index: 999;
    height: 63px;
    width: 63px;
    background-color: #FDBF03;
    border-radius: 100%;
    display: none;
}
.fix-message a{
 	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;   
}
/****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;
    padding: 28px 0px;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-bg{
    background-color: #1E1E1E;  
    padding: 16px 0; 
}
.header-bg.header-active{
    padding: 16px 0;    
}
.header-active {
    backdrop-filter: blur(0px);
    background-color: #1E1E1E;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff1f;
}
.header-logo {
    position: relative;
    z-index: 99;
}
.header-logo img {
    width: 95px;
}
.header-nav > ul{
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin-bottom: 0;
}
.header-nav > ul > li{
    margin: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a{
    color: #FFF;
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    border-radius: 50px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover{
    color: #1E1E1E;
    background-color: #EEC658;
}
.header-nav > ul > li > a:hover img{
    filter: brightness(1) invert(1);
}
.header-nav > ul > li::after{
    display: none;
}
.header-btn {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	border-radius: 5px;
    border: 1px solid #EEC658;
    background-color: #EEC658;
	min-width: 170px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #1E1E1E;
    padding-left: 0;
}
.parent-dropdown ul li::after{
    display: none;
}
.parent-dropdown ul li a {
	color: #1E1E1E;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #FFF;
    text-decoration: underline;
}
.parent-dropdown:hover ul {
	top: 34px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
    cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -3px;
    opacity: 0.6;
}
.parent-dropdown.active img {
    filter: brightness(0) invert(1);
    margin-left: 3px;
    margin-top: -3px;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
    opacity: 1;
}
.parent-dropdown:hover {
    z-index: 1;
}
.hd-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hd-icons a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hd-icons a:hover{
    background-color: #EEC658;
    border-color: #EEC658;
}
/*****mobile-menu*****/
.menu-btn {
    border-radius: 51px;
    padding: 0;
    color: #1E1E1E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'RedRose-Regular';
    width: 110px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #EEC658;
    display: flex;
    align-items: center;
    padding: 10px 18px 10px 46px;
}
.header-navbar.active .menu-btn{
    opacity: 0;
}
.menu-btn:hover{
    background: #ffbb00;
}
.menu-btn span{
    position: relative;
}
.menu-btn span:nth-child(1)::after {
    width: 18px;
    height: 1px;
    background: #1E1E1E;
    position: absolute;
    content: "";
    top: -5px;
    right: 55px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2)::after {
    width: 12px;
    height: 1px;
    background: #1E1E1E;
    position: absolute;
    content: "";
    top: 0px;
    right: 61px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3)::after {
    width: 18px;
    height: 1px;
    background: #1E1E1E;
    position: absolute;
    content: "";
    top: 5px;
    right: 55px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.header-navbar {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
    position: relative;
}
.header-nav {
    position: relative;
}
.header-nav::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.50);
    width: 45%;
    height: 1px;
    right: -12%;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0px;
    height: 150vh;
    width: 100%;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.90) 0%, rgba(30, 30, 30, 0.90) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mobile-menu::before{
    position: absolute;
    content: "";
    background: linear-gradient(270deg, rgba(30, 30, 30, 0.00) 0%, #1E1E1E 70%);
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
}
.header-navbar .menu-close {
    border-radius: 120px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #EEC658;
    width: 50px;
    height: 44px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-navbar .menu-close:hover{
    background-color: #FDBF03;
}
.header-navbar.active .menu-close{
    opacity: 1;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu  .mobile-menu-wrap > ul > li {
    color: rgba(255, 255, 255, 0.70);
    display: table;
    padding: 0px 0px;
    font-size: 4.8rem;
    line-height: 53px;
    margin-bottom: 42px;
    display: block;
}
.mobile-menu  .mobile-menu-wrap > ul > li::before {
    position: absolute;
    content: "";
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.20) 35.1%, rgba(255, 255, 255, 0.00) 100%);
    right: 0;
    bottom: -10px;
    width: 100vw;
    height: 1px;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a strong{
    font-size: 2.4rem;
    line-height: normal;
    font-weight: normal;
}
.mobile-menu  .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a {
    color: rgba(255, 255, 255, 0.70);
    display: flex;
    align-items: center;
    gap: 36px;
    position: relative;
    width: fit-content;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a::after {
    position: absolute;
    content: "";
    background-image: url(../images/menu-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 44px;
    width: 44px;
    height: 24px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a:hover {
    color: #EEC658;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a:hover::after{
    opacity: 1;
    right: -86px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(17 17 17 / 82%);
    backdrop-filter: blur(5px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 0;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu-wrapper {
    padding-top: 200px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
    padding-right: 150px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap{
    height: 600px;
    overflow-y: auto;
    padding-left: 150px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap::-webkit-scrollbar-track {
    background: #3b3b3b ;
    border-radius: 5px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap::-webkit-scrollbar-thumb {
    background: #EEC658;
    border-radius: 5px;
    border: 1px solid #EEC658;
    transition: 0.6s ease-in-out;
}
.menu-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 100px;
    column-gap: 92px;
    max-width: 442px;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 60px;
}
/* ------------- HOME PAGE START HERE -------------- */
/* home-banner-sec */
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 899px;
    overflow: hidden;
    position: relative;
}
.home-banner-video::after,
.home-each-banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.40) 0%, rgba(30, 30, 30, 0.40) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.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;
    bottom: 106px;
    width: 100%;
}
.home-heading-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
    max-width: 660px;
    width: 100%;
}
.home-heading-text {
    width: 70%;
}
.home-heading-btn{
    width: 30%;
}
.home-banner-heading h1 {
    margin-bottom: 18px;
}
.home-heading-text p{
    color: #FFF;
    margin-bottom: 0;
}
.home-banner-heading .common-btn::after {
    position: absolute;
    content: "";
    background: url(../images/home-car-btn.svg) #EEC658 no-repeat center / 20px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    top: 50%;
    right: -48px;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-banner-heading .common-btn:hover::after{
    background-color: #ffbb00;
}
/* home-counter-sec */
.home-counter-wrap{
    padding-top: 55px;
    padding-bottom: 61px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.10);
}
.each-counter {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    max-width: 250px;
    margin-left: unset;
}
.home-counter-slide .swiper-slide:nth-child(2) .each-counter{
    margin-left: 50px;
}
.home-counter-slide .swiper-slide:nth-child(3) .each-counter{
    margin-left: 50px;
}
.home-counter-slide .swiper-slide:nth-child(4) .each-counter{
    margin-left: auto;
}
.counter-icon{
    border-radius: 10px;
    background: #EEC658;
    min-width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-heading p{
    margin-bottom: 0;
}
/* home-product-sec */
.home-product-sec{
    padding-top: 58px;
    padding-bottom: 74px;
}
.home-product-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}
.each-product{
    border-radius: 10px;
    background: #FFF;
    padding: 5px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-price {
    background: #EEC658;
}
.each-product-img{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 14px;
}
.each-product-heading{
    height: auto;
}
.each-product-content{
    padding: 0px 6px;
    height: 100%;
}
.each-product-text {
    border-bottom: 1px solid rgba(30, 30, 30, 0.35);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.each-product-text h4{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.each-product-text p{
    color: rgba(30, 30, 30, 0.70);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-heading table,
.each-product-heading table tbody{
    width: 100%;
}
.each-product-heading table tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.each-product-heading table tr td{
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.each-product-heading table tr td::after{
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 38px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.each-product-heading table tr td h6{
    color: rgba(30, 30, 30, 0.70);
    font-family: 'RedRose-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
}
.each-product-heading table tr td h5{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 1.4rem;
    line-height: 24px;
}
.each-product-price {
    border-radius: 10px;
    background: #F5F5F5;
    padding: 14px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price h6{
    font-family: 'RedRose-Light';
}
.each-product-price h6 strong{
    font-weight: normal;
    font-family: 'RedRose-Regular';
}
.home-product-btn .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: -6%;
}
.home-product-btn .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -6%;
}
.home-product-scrollbar {
    margin: 0 auto;
    margin-top: 60px;
    overflow: hidden;
}
/* home-service-sec */
.home-service-sec{
    border-radius: 10px 10px 0 0;
    background: #2D2D2D;
    padding-top: 70px;
}
.home-faq-wrap{
    margin-bottom: 104px;
}
.home-faq-heading h2{
    color: #FFF;
}
.home-faq-btn .border-btn{
    border-color: #EEC658;
    color: #EEC658;
}
.home-faq-btn .border-btn:hover{
    color: #1E1E1E;
}
/* Custome Accroding  */
.c-accordion-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    transition: 0.6s ease-in-out;
}
.acc-heading {
    display: flex;
    align-items: center;
    gap: 55px;
    transition: 0.6s ease-in-out;
    position: relative;
    max-width: 90%;
}
.acc-heading.active{
    padding: 0;
}
.acc-open{
    position: relative;
    padding: 40px 0px;
}
.c-accordion-wrap .acc-open::before {
    content: '';
    background: url(../images/open-arrow.svg) no-repeat right center;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    position: absolute;
    right: 40px;
    left: auto;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-size: 20px;
    cursor: pointer;
}
.c-accordion-wrap.active .acc-open::before {
    content: '';
    background: url(../images/close-arrow.svg) no-repeat right center;
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    position: absolute;
    right: 40px;
    left: auto;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    background-size: 20px;
    cursor: pointer;
}
.c-accordion-wrap.active {
    background: #363636;
}
/* .c-accordion-wrap.active .acc-open{
    padding: 120px 0 65px;
} */
.c-accordion-wrap.active .acc-open {
    padding: 64px 0 7px;
}
.acc-contents {
    display: none;
    padding: 25px 0 0 90px;
}
.acc-heading .faq-num h3{
    font-size: 3.2rem;
    line-height: 32px; 
    color: rgba(255, 255, 255, 0.20);
    position: relative;
    cursor: pointer;
    transition: 0.6s ease-in-out;
}
.acc-head h3{
    color: #FFF;
    font-size: 3.2rem;
    line-height: 32px; 
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-accordion-wrap.active .acc-open .acc-head h3 {
    /* padding-bottom: 5px; */
}
.faq-content p {
    margin-bottom: 0;
    color: #FFF;
    transition: 0.4s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq-content {
    max-width: 465px;
}
.faq-content .border-btn{
    border-color: #EEC658;
    color: #EEC658;
    margin-top: 85px;
}
.faq-content .border-btn:hover{
    color: #1E1E1E;
}
.faq-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    top: -57px;
}
.custom-accordion .ac-repeat:last-child .c-accordion-wrap{
    border-bottom: 0px;
}
/* e-bike-sec */
.e-bike-sec{
    padding: 86px 0;
    position: relative;
    z-index: 1;
}
.e-bike-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.50) 0%, rgba(30, 30, 30, 0.50) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.e-bike-heading{
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}
.e-bike-heading img{
    margin-bottom: 20px;
}
.e-bike-heading h2{
    color: #FFF;   
}
.e-bike-heading p{
    color: #FFF;
    margin: 5px 0px 30px;
}
/* usp-marquee-sec */
.usp-marquee-sec{
    overflow: hidden;
    position: relative;
    background: #FFF;
}
.usp-marquee-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    left: 0;
    top: 0;
    width: 305px;
    height: 100%;
}
.usp-marquee-sec::before {
    position: absolute;
    content: "";
    background: linear-gradient(308deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    right: 0;
    top: 0;
    width: 305px;
    height: 100%;
    z-index: 1;
}
.usp-marquee-wrap {
    padding: 35px 0px;
	display: flex;
	width: max-content;
    gap: 90px;
    overflow: hidden;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 90px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    padding-left: 25px;
}
.usp-marquee-wrap ul li::after {
    width: 16px;
    height: 16px;
    background-size: 16px;
    top: 2px;
    left: 0;
}
/* home-about-sec */
.home-about-sec {
    padding-top: 96px;
    padding-bottom: 79px;
    background-color: #FFF;
}
.home-about-wrap .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}
.home-about-box {
    border-radius: 20px;
    background: #EEC658;
    padding: 33px 26px;
    height: 100%;
}
.about-box-text {
    max-width: 200px;
}
.about-box-text h5{
    color: rgba(30, 30, 30, 0.50);
    line-height: normal;
}
.about-item-wrap {
    display: flex;
    align-items: center;
    gap: 116px;
}
.home-about-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about-item-count p{
    margin-bottom: 0;
}
.about-item-rate p{
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
}
.about-item-rate h4 {
    margin-bottom: 10px;
}
.home-about-main {
    border-radius: 20px;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    overflow: hidden;
    position: relative;
}
.about-content-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.home-about-content{
    padding: 45px 0px 45px 40px;
    max-width: 452px;
}
.home-about-content p{
    margin: 16px 0px 28px;
}
.home-about-img {
    width: 380px;
    height: calc(100% + 75px);
    border: 14px solid #FFF;
    border-radius: 100% 0px 0px 100%;
    overflow: hidden;
    border-right: 0px;
}
.home-about-img img{
    height: 100%;
    object-fit: cover;
}
/* home-why-sec */
.home-why-sec {
    background-color: #FFF;
    padding-bottom: 132px;
}
.why-left {
    max-width: 382px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.why-tesm-wrap {
    display: flex;
    gap: 10px;
    margin-top: 128px;
}
.why-tesm-img {
    min-width: 135px;
    height: 128px;
    border-radius: 20px;
    overflow: hidden;
}
.why-tesm-img img{
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.why-tesm-content {
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 14px;
    position: relative;
    min-width: 243px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.quation-img {
    position: absolute;
    top: -15px;
    right: -7px;
}
.why-tesm-content h6{
    color: #EEC658;
    font-size: 1.6rem;
    line-height: 24px;
}
.why-tesm-content p{
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0.24px;
}
.why-right {
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 26px 36px;
    max-width: 470px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.why-middle {
    max-width: 393px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.why-middle img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.why-middle::after {
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 2px;
    height: 473px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 0;
}
.why-middle-img{
    position: relative;
}
.why-middle-img::after {
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 42%;
    height: 2px;
    bottom: -13px;
    right: 92.4%;
}
.why-middle-img::before {
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 42%;
    height: 2px;
    top: -13px;
    left: 92.4%;
}
.why-right p{
    margin-bottom: 16px;
}
.why-right p:last-child{
    margin-bottom: 0;
}
/* home-review-sec */
.home-review-sec{
    background-color: #FFF;
    padding-bottom: 96px;
}
/* footer-area */
.footer-area{
    background-color: #1E1E1E;
}
.ft-logo img {
    width: 179px;
}
.ft-top {
    padding: 55px 0;
}
.ft-gallery-wrap {
    max-width: 550px;
    margin-left: auto;
}
.each-ft-gallery {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 178px;
    height: 170px;
}
.each-ft-gallery img {
    height: 100%;
    object-fit: cover;
}
.each-ft-gallery:hover .ft-gallery-text {
    opacity: 1;
}
.ft-gallery-text {
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.50) 0%, rgba(30, 30, 30, 0.50) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50% , -50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-gallery-text h6{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 6px;
}
.ft-gallery-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 10px;
}
.ft-gallery-content img{
    width: 20px;
    height: 20px;
}
.ft-menu-item h4{
    color: #FFF;
    line-height: normal;
    margin-bottom: 26px;
}
.ft-menu-item p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    line-height: 20px;
}
.ft-menu-item p a{
    color: rgba(255, 255, 255, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 1.6rem;
    line-height: 24px;
}
.ft-menu-item p a:hover{
    color: #EEC658;
}
.ft-menu-item table {
    width: 100%;
    margin-bottom: 4px;
    max-width: 170px;
}
.ft-menu-item table tr td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
}
.ft-menu-item table tr td:first-child {
    width: 64px;
}
.ft-menu-item table tr td:last-child {
    /* text-align: right; */
}
.ft-menu-item ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.ft-menu-item ul li::after{
    display: none;
}
.ft-menu-item ul li{
    padding: 0;
}
.ft-menu-item ul li a {
    border: 1px solid rgba(255, 255, 255, 0.50);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-menu-item ul li a:hover{
    background-color: #EEC658;
    border-color: #EEC658;
}
.ft-menu-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 47px 0;
}
.ft-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 40px;
    padding-bottom: 54px; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.privacy-text p{
    margin: 0;
}
.privacy-text p a{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.privacy-text p a:hover{
    color: #EEC658;
}
.vog-img img{
    width: 123px;
}
/* ------------- HOME PAGE END HERE -------------- */
/* ------------- DIENSTEN LIST PAGE START HERE -------------- */
.common-banner-sec{
    position: relative;
}
.common-banner-img{
    height: 544px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.common-banner-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.40) 0%, rgba(30, 30, 30, 0.40) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.common-banner-img img{
    height: 100%;
    object-fit: cover;
}
.common-banner-heading {
    position: absolute;
    bottom: 143px;
    left: 0;
    width: 100%;
    z-index: 1;
}
/* inner-list-sec */
.inner-list-sec{
    background: #2D2D2D;
}
/* ------------- DIENSTEN LIST PAGE END HERE -------------- */
/* ------------- DETAIL PAGE START HERE -------------- */
/* prev-btn-sec */
.prev-btn-sec {
    padding-top: 183px;
    padding-bottom: 50px;
    background-color: #FFF;
}
/* inner-detail-sec */
.inner-detail-sec{
    background-color: #FFF;
}
.inner-detail-wrap{
    border-radius: 20px;
    height: 100%;
    background: #F5F5F5;
    display: flex;
    overflow: hidden;
    position: relative;
}
.inner-deatil-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.inner-detail-text h2{
    margin-bottom: 20px;
}
.inner-detail-text p{
    margin-bottom: 0;
}
.inner-detail-text {
    padding: 40px 0px 60px 60px;
    max-width: 700px;
}
.inner-detail-img {
    width: 600px;
    height: calc(100% + 165px);
    border: 20px solid #FFF;
    border-radius: 100% 0px 0px 100%;
    overflow: hidden;
    border-right: 0px;
}
.inner-detail-img img{
    height: 100%;
    object-fit: cover;
}
.inner-detail-text p{
    margin-bottom: 20px;
}
.inner-detail-text h6{
    margin-bottom: 20px;
}
.inner-detail-text li {
    padding-bottom: 10px;
    font-size: 1.6rem;
    line-height: 24px;
}
.inner-detail-text li::after{
    top: 4px;
    background-size: 16px;
    width: 16px;
    height: 16px;
}
.inner-detail-text li{
    padding-left: 30px;
}
.inner-detail-text p a{
    text-decoration: underline;
}
/* inner-box-sec */
.inner-box-sec{
    background-color: #FFF;
    padding-top: 87px;
    padding-bottom: 140px;
}
.inner-box-heading{
    margin-bottom: 106px;
}
.inner-box-heading h3{
    font-size: 3.2rem;
    line-height: 32px;
}
.inner-right-item{
    border-radius: 10px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 36px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-right-item p{
    color: #1E1E1E;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
}
.inner-left-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.inner-middle-box {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-right-box {
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.inner-middle-img {
    border-radius: 10px;
    overflow: hidden;
}
.inner-box-sec .row {
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
}
.inner-box-sec .row .col-lg-4:nth-child(1),
.inner-box-sec .row .col-lg-4:nth-child(3) {
    width: 35%;
}
.inner-box-sec .row .col-lg-4:nth-child(2) {
    width: 30%;
}
.inner-right-item:hover{
    background: #EEC658;
}
.inner-box-sec .why-middle::before {
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 2px;
    height: 417px;
    left: 55%;
    top: calc(50% - -20px);
    transform: translateY(-50%) rotate(-45deg);
    z-index: 0;
}
.why-middle-img-wrap{
    position: relative;
}
.why-middle-img-wrap::before{
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 42%;
    height: 2px;
    bottom: -13px;
    left: 92.4%;
}
/* common-form-sec */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body .common-form .error_cls,
body .common-form .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.common-form-sec{
    position: relative;
    padding: 96px 0;
}
.common-form-sec::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.80) 0%, rgba(30, 30, 30, 0.80) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.common-form-sec > .container > .row{
    --bs-gutter-x: 48px;
    --bs-gutter-y: 0;
}
.common-form-wrap {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    padding: 43px 77px 43px 52px;
    height: 100%;
}
.common-form-heading h3{
    color: #FFF;
    margin-bottom: 20px;
}
.common-form-heading p{
    color: #FFF;
    margin-bottom: 48px;
}
.common-form .row {
    margin: 0px -15px;
}
.common-form .col-lg-6,
.common-form  .col-lg-12{
    padding: 0px 15px;
}
.common-form .form-group{
    margin-bottom: 40px;
}
.common-form .form-style{
    width: 100%;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    background-color: transparent;
    border-radius: 0;
}
.common-form .form-style::placeholder{
    color: rgba(255, 255, 255, 0.50); 
    opacity: 1;  
}
.common-form .form-control:focus {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}
.common-form .form-style:focus::placeholder {
    color: #FFF;
}
.common-form .form-textarea{
    resize: none;
    height: 106px;
}
.sumbit-btn .common-btn{
    padding-left: 52px;
    padding-right: 52px;
}
.common-info-box {
    border-radius: 20px;
    background: #EEC658;
    padding: 42px 34px;
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.common-info-item {
    border-radius: 10px;
    background: rgba(54, 54, 54, 0.30);
    padding: 25px 20px;
    position: relative;
}
.common-info-item h6{
    color: #FFF;
    line-height: 24px;
}
.common-info-item p{
    margin-bottom: 0;
}
.common-info-item p a{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.common-info-item p a:hover{
    color: #1E1E1E;
}
.common-info-img {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
}
.common-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.comon-social-info h4{
    margin-bottom: 28px;
}
.comon-social-info ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.comon-social-info ul li{
    padding: 0;
}
.comon-social-info ul li::after {
    display: none;
}
.comon-social-info ul li a {
    border-radius: 55.579px;
    border: 1px solid rgba(54, 54, 54, 0.50);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.comon-social-info ul li a:hover{
    background-color: #1E1E1E;
    border-color: #1E1E1E;
}
.comon-social-info ul li a:hover img{
    filter: brightness() invert(1);
}
.comon-social-info {
    border-top: 1px solid rgba(54, 54, 54, 0.50);
    padding-top: 36px;
    margin-top: 48px;
}
/* service-related-sec */
.service-related-sec{
    padding: 112px 0px;
}
.service-related-heading{
    margin-bottom: 70px;
}
.each-service-item{
    border-radius: 10px;
    background: #FFF;
    padding: 18px;
    padding-bottom: 30px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-item:hover .border-btn{
    background-color: #EEC658;
    color: #1E1E1E;
    border-color: #EEC658;
}
.service-item-img{
    height: 252px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.service-item-img img{
    height: 100%;
    object-fit: cover;
}
.service-text-item {
    margin-top: 20px;
}
.service-text-item h3{
    font-size: 3.2rem;
    line-height: 35px;
    margin-bottom: 11px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service-text-item p {
    margin-bottom: 31px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
}
/* ------------- DETAIL PAGE END HERE -------------- */
/* ------------- AANBOD LIST PAGE STRAT HERE ------------- */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 185px 0 80px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: rgba(30, 30, 30, 1);
	font-size: 1.4rem;
}
.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:hover img{
    filter: brightness(0) saturate(100%) invert(66%) sepia(77%) saturate(331%) hue-rotate(2deg) brightness(108%) contrast(87%);
}
.filter-reset a:hover {
	color: rgba(238, 198, 88, 1);
}
.select-style {
    width: 100%;
    height: 44px;
    font-size: 1.6rem;
    border-radius: 50px;
    border: 1px solid rgba(30, 30, 30, 0.30);
    background: #F5F5F5;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover{
    background: url(../images/filter-arrow.svg) rgba(238, 198, 88, 1)  no-repeat 91% center / 10px;
    border-color: rgba(238, 198, 88, 1);
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background: url(../images/filter-arrow.svg) rgba(238, 198, 88, 1)  no-repeat 91% center / 10px;
    border-color: rgba(238, 198, 88, 1);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:rgba(30, 30, 30, 1);
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(30, 30, 30, 0.8);
    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: #fff;
    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: #fff;
    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 #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color:  #fff;
    border-color: rgba(30, 30, 30, 1);
    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: #1E1E1E;
    border-radius: 20px;
    background-color: rgba(238, 198, 88, 0.5);
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag img{
    filter: brightness(0);
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: rgba(238, 198, 88, 1);
    border-color: rgba(238, 198, 88, 1);
    color: #0F0F0F;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 33%;
}
.filter-sort .select-style {
    padding-left: 20px;
    padding-right: 100px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1E1E1E;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 86px;
    background: #1E1E1E;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(238, 198, 88, 1);
    border-color: rgba(238, 198, 88, 1);
    text-transform: capitalize;
    color: #161616;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: rgba(238, 198, 88, 0.7);
    border-color: rgba(238, 198, 88, 1);
    color: #1E1E1E;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1E1E1E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1E1E1E;
	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: #1E1E1E;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: rgba(238, 198, 88, 1);
    border: 1px solid rgba(238, 198, 88, 1);
    color: #161616;
	padding: 10px;
	border-radius: 0 50px 50px 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: rgba(238, 198, 88, 0.7);
    border-color: rgba(238, 198, 88, 1);
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #1E1E1E;
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 250px;
}
.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: #1E1E1E;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(238, 198, 88, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(238, 198, 88, 0.4);
    border-color: rgba(238, 198, 88, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(238, 198, 88, 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: rgba(30, 30, 30, 1);
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(30, 30, 30, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: rgba(30, 30, 30, 1);
    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: rgba(30, 30, 30, 1);
}
.mob-filter-visible strong {
    font-weight: normal;
    color: rgba(238, 198, 88, 1);
}
/* *******aanbod-list-car-sec***** */
.aanbod-list-car-sec .row{
    row-gap: 10px;
}
.aanbod-list-car-sec{
    padding-bottom: 99px;
}
.aanbod-list-mid-img {
    border-radius: 15px;
    overflow: hidden;
}
/* ------------- AANBOD LIST PAGE END HERE -------------- */

/* --------- VERKOOP PAGE START ---------- */
.verkoop-box-sec .why-middle::before{
    display: none;
}
.verkoop-box-sec .why-middle-img-wrap::before{
    display: none;
}
.verkoop-box-sec .inner-right-item li{
    padding-bottom: 16px;
}
.verkoop-box-sec .inner-right-item ul{
    padding-top: 4px;
}
.verkoop-box-sec  .inner-right-item{
    border: 0;
}
.verkoop-box-sec .inner-right-item li::after{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.verkoop-box-sec .inner-right-item:hover li::after {
    background-image: url(../images/li-tick-black.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.werkplaats-box-sec .inner-right-box {
    gap: 130px;
}
.werkplaats-box-sec .inner-box-heading {
    margin-bottom: 185px;
}
/* -------- VERKOOP PAGE END --------- */




/* -------- OVER ONS PAGE START ------- */
.home-counter-sec.over-ons-counter-sec {
    background-color: #fff;
}
/* *****over-ons-why-sec**** */
.home-why-sec.over-ons-why-sec{
    padding-top: 85px;
    padding-bottom: 110px;
}
.over-ons-why-sec .quation-img{
    position: initial;
}
.quation-img img {
    width: 45px;
}
.over-ons-why-sec .why-tesm-wrap {
    display: flex;
    gap: 25px;
    margin-top: 62px;
    align-items: center;
}
.over-ons-why-sec .why-tesm-content-right-btm p{
    color: #44403F;
    margin-bottom: 0;
}
.over-ons-why-sec .why-tesm-content p {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 22px;
} 
.over-ons-why-sec .why-tesm-content{
    padding: 26px 36px;
}
.over-ons-why-sec .why-left{
    max-width: 470px;
}
/* *****over-ons-gallery-sec**** */
.over-ons-gallery-sec{
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
}
.each-over-ons-gallery img{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-gallery{
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
}
.each-over-ons-gallery:hover img{
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gallery-slider{
    margin: 0 -33%;
}
/* ******over-ons-content-sec****** */
.over-ons-contant-sec{
    background: #2D2D2D;
    overflow: hidden;
    padding-top: 100px;
    position: relative;
}
.over-ns-contant-btm .common-btn{
    border-color: #fff;
    color: #fff;
}
.over-ns-contant-btm .common-btn:hover{
    border: 1px solid #EEC658;
    color: #1E1E1E;
}
.each-over-ons-contant-left{
    position: relative;
}
.over-ons-countant-top{
    padding-bottom: 75px;
}
.over-ons-contant-heading h2{
    color: #fff;
}
.each-over-ons-btm-img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}
.each-over-ons-btm-img img  {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.each-over-ons-btm-img-right{
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: calc(100% + 14vw);
}
.each-over-ons-btm-img-right::after{
    position: absolute;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.70) 0%, rgba(45, 45, 45, 0.70) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.each-over-ons-btm-img{
    position: absolute;
    overflow: hidden;
    height: 100%;
    width: calc(100% + 14vw);
}
.each-over-ons-btm-img::after{
    position: absolute;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.70) 0%, rgba(45, 45, 45, 0.70) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.each-over-ons-contant-left .each-over-ons-btm-img {
    margin-left: calc(50% - 32vw);
}
.each-over-ons-contant-right .each-over-ons-btm-img-right {
    margin-right: calc(50% - 32vw);
}
 .each-over-ons-btm-text{
    position: relative;
    z-index: 1;
    padding: 76px 150px 73px 0;
 }
.each-over-ons-btm-text p{
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
}
.each-over-ons-btm-text h4{
    color: #fff;
    padding-top: 28px;
    padding-bottom: 12px;
}
.each-over-ons-btm-text h3{
    font-family: 'RedRose-Regular';
    font-size: 2.4rem;
    line-height: normal;
    color: #EEC658;
}
.each-over-ons-contant-right{
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    height: 100%;
}
.each-over-ons-btm-text.over-ons-text-right{
    padding-left: 146px;
    padding-right: 0;
}
.each-over-ons-contant-right::after{
    background: #2D2D2D;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin-right: 0;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-contant-left{
    position: relative;
}
.each-over-ons-contant-left::after{
    background: #2D2D2D;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    margin-right: 0;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.each-over-ons-contant-left:hover::after{
    background: transparent;
}
.over-ons-contant-btm{
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.each-over-ons-contant-right:hover::after{
    background: transparent;
}
.each-over-ons-contant-right:hover .each-over-ons-btm-text h3{
    color: #fff;
}
.each-over-ons-contant-left:hover .each-over-ons-btm-text h3{
    color: #fff;
}
/* usp-marquee-sec */
.usp-marquee-sec.over-ons-usp-marquee-sec {
    position: relative;
    z-index: 2;
    background: #EEC658;
}
.usp-marquee-sec.over-ons-usp-marquee-sec::after{
    display: none;
}
.usp-marquee-sec.over-ons-usp-marquee-sec::before {
   display: none;
}
.over-ons-usp-marquee-sec .usp-marquee-wrap ul li::after{
    background-image: url(../images/li-tick-black.svg);
}
/* ******member-sec*****/
.member-sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.member-text h3{
    color: #1D1D1B;
    font-size: 3.2rem;
    line-height: 32px;
}
.member-text{
    padding-top: 16px;
}
.member-heading{
    padding-bottom: 60px;
}
.member-img{
    height: 100%;
}
.member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}
.member-slider-btn .swiper-button-prev {
    left: -19px;
}
.member-slider-btn .swiper-button-next {
    right: -19px;
}
/* ----- OVER ONE PAGE END ------ */

/* ------- CONTACT PAGE START ------ */
.common-form-sec.contact-form{
    background: #2D2D2D;
    margin-top: -65px;
    padding: 0;
}
.contact-form .common-info-box {
    border-radius: 0px;
    background: transparent;
    padding: 0;
    padding-top: 75px;
}
.contact-form .common-info-item {
    border-radius: 0;
    background: transparent;
    padding: 0;
    position: relative;
}
.contact-form  .common-info-box h3{
    color: #fff;
}
.contact-form .comon-social-info {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.contact-form  .common-form-wrap {
    border: 1px solid #EEC658;
    border-radius: 20px 20px 0 0;
    background: #EEC658;
    padding: 70px 77px 70px 52px;
}
.contact-form  .common-form-heading h3 {
    color: #1E1E1E;
}
.contact-form  .common-form-heading p {
    color: #1E1E1E;
}
.contact-form .common-form .form-style{
    color: #1E1E1E;
    border-bottom: 1px solid rgba(30, 30, 30, 0.40);
}
.contact-form .common-form .form-style::placeholder{
    color: rgba(30, 30, 30, 0.50);
    opacity: 1;  
}
.contact-form .common-form .form-control:focus {
    color: #1E1E1E;
    background-color: transparent;
    border-color:  #1E1E1E;
    outline: 0;
    box-shadow: none;
}
.contact-form .common-form .form-style:focus::placeholder {
    color: #1E1E1E;
}
.contact-form .common-btn{
    background: #1E1E1E;
    color: #EEC658;
}
.contact-form .common-btn:hover{
    background: transparent;
    color: #1E1E1E;
    border-color: #1E1E1E;
}
.contact-form .common-info-wrap {
    gap: 38px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.contact-form  .comon-social-info ul li a {
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.contact-form  .comon-social-info ul li a img{
    filter: brightness(1) invert(1);
}
.contact-form  .comon-social-info ul li a:hover{
    background-color: #fff;
    border-color: #fff;
}
.contact-form  .comon-social-info ul li a:hover img{
    filter: none;
}
.contact-form  .comon-social-info ul li a.wp-form{
    border-color: #25D366;
}
.contact-form  .comon-social-info ul li a.wp-form img{ 
    filter: none;
}
.contact-form  .comon-social-info ul li a.wp-form:hover{
    background-color: #fff;
    border-color: #fff;
}
.contact-form  .comon-social-info ul li a.wp-form:hover img{
    filter: brightness(0);
}
.contact-form  .common-info-item h6{
    color: rgba(255, 255, 255, 0.70);
}
.common-info-item p a:hover{
    color: #EEC658;
}
.map {
    height: 516px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(45, 45, 45, 0.60);
}
.modal-area .modal-content {
    border: 0;
    background-color: transparent;
    position: relative;
}
.modal-content .col-lg-5 {
    width: 47%;
}
.modal-content .col-lg-7 {
    width: 53%;
}
.modal-area .popup-content p {
    color: #121212;
    margin-bottom: 46px;
    letter-spacing: 0.32px;
    font-family: 'LamaSans-Regular';
}
.modal-area .popup-content h3 {
    position: relative;
    margin-bottom: 32px;
    font-size: 3.9rem;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.modal-area .popup-content {
    padding: 80px 75px 80px 72px;
    position: relative;
    border-radius: 20px;
    background: #FFF;
}
.popup-content .common-btn.border-btn{
    border-radius: 0;
}
.modal-content .close-img {
    filter: brightness(100) invert(1);
    /* position: absolute;
    top: 6px;
    right: 6px;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #1E1E1E;
    display: none; */
}
.modal-area .modal-content .close-img {
    display: none;
}
/* ********common-banner-sec bedankt-banner****** */
.common-banner-sec.bedankt-banner .common-banner-img{
    height: 899px;
}
.bedankt-btn .common-btn{
    position: relative;
    margin-top: 12px;
}
.bedankt-btn .common-btn::after {
    position: absolute;
    content: "";
    background: url(../images/home-car-btn.svg) #EEC658 no-repeat center / 20px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    border-radius: 50px;
    top: 50%;
    right: -49px;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bedankt-banner .common-banner-heading {
    bottom: 110px;
}
.bedankt-btn .common-btn:hover::after {
    background-color: #ffbb00;
}
/* -------- VERKOCHT PAGE START ------- */
.verkochte-heading-sec{
    padding-top: 175px;
    padding-bottom: 75px;
}
.verkochte-car-sec {
    padding-bottom: 90px;
}
.verkochte-car-sec .each-product-price{
    display: block;
}
.verkochte-car-sec .row{
    row-gap: 15px;
}
.verkochte-car-sec .each-product-text{
    border-bottom: 1px solid rgba(28, 28, 28, 0.35);
}
.verkochte-car-sec .each-product-text p {
    color: rgba(28, 28, 28, 0.35);
}
/* -------- E-BIKE-LIST-PAGE -------- */
.usp-marquee-sec.e-bike-usp-marquee-sec{
    background: #F5F5F5;
}
.usp-marquee-sec.e-bike-usp-marquee-sec::before {
    background: linear-gradient(308deg, #F5F5F5 0%, rgba(245, 245, 245, 0.00) 100%);
}
.usp-marquee-sec.e-bike-usp-marquee-sec::after {
    background: linear-gradient(90deg, #F5F5F5 0%, rgba(255, 255, 255, 0.00) 100%);
}
.e-bike-car-area{
    padding-top: 54px;
}
.e-bike-filter-sec .e-bike-heading h2{
    color: #1E1E1E;
}
.e-bike-filter-sec{
    padding-top: 26px;
}
.e-bike-car-sec{
    padding-bottom: 90px;
}
.e-bike-filter-sec .filter-sort .select-style{
    padding: 0 30px 0 18px;
}
.e-bike-filter-sec .filter-sort .each-filter{
    width: 200px;
}
.e-bike-filter-sec .form-check-input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.e-bike-filter-sec  label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
    cursor: pointer;
}
.e-bike-car-area .row{
    row-gap: 15px;
}
/* ------------- AANBOD DETAIL PAGE START HERE -------------- */
.prev-btn-bg{
    background-color: #F5F5F5;
    padding-top: 164px;
    padding-bottom: 0;
}
.aanbd-share-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
    margin-top: -44px;
}
.aanbd-share-btn p{
    margin-bottom: 0;
}
.share-btn{
    border: 1px solid rgba(30, 30, 30, 0.50);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-btn:hover{
    background-color: #EEC658;
    border-color: #EEC658;
}
.aanbd-detail-img{
    border-radius: 10px;
    overflow: hidden;
}
.anbd-detail-btn .common-arrow{
    border-color: #FFF;
}
.anbd-detail-btn .common-arrow img{
    filter: brightness() invert(1);
}
.anbd-detail-btn .common-arrow:hover{
    border-color: #EEC658;
}
.anbd-detail-btn .common-arrow:hover img{
    filter: brightness(1) invert(0); 
}
.anbd-detail-btn .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}
.anbd-detail-btn .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.annbd-detail-wrap {
    padding-top: 45px;
}
.annbd-detail-wrap > .row{
    --bs-gutter-x: 16px;
}
.annbd-detail-wrap > .row .col-lg-8 {
    width: 69%;
}
.annbd-detail-wrap > .row .col-lg-4 {
    width: 31%;
}
.each-thumb-img{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 14px;
}
.each-thumb-img img{
    height: 100%;
    object-fit: cover;
}
.anbd-detail-thumb .row {
    height: max-content;
    --bs-gutter-x: 15px;
    --bs-gutter-y: 5px;
}
.anbd-detail-thumb .row .col-6 {
    /* height: 23.4%; */
    height: 20%;
}
.each-thumb-img-warp {
    position: relative;
    height: 100%;
}
.each-thumb-img-warp::after {
    position: absolute;
    content: "";
    border-radius: 10px;
    background: rgba(254, 254, 254, 0.60);
    width: 92%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}
.each-more-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 20px;
}
.each-more-img p {
    margin-bottom: 0;
    margin-top: 10px;
}
.detail-info-table {
    max-width: 500px;
    margin: 0 auto;
}
.detail-info-table table{
    width: 100%;
}
.detail-info-table table tr {
    display: flex;
    /* justify-content: space-between; */
    column-gap: 29px;
    flex-wrap: wrap;
}
.detail-info-table table tr td {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.detail-info-table table tr td::after {
    position: absolute;
    content: "";
    background-color: #EEC658;
    width: 38px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.detail-info-table h6{
    color: rgba(30, 30, 30, 0.70);
    font-family: 'RedRose-Regular';
    font-size: 1.4rem;
    line-height: 20px;
}
.detail-info-table h5{
    color: #1E1E1E;
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.anbd-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 11px;
    margin-left: 44px;
}
.anbd-btn-wrap .common-btn{
    width: 50%;
}
.detail-info-heading p{
    margin: 0;
    color: rgba(28, 28, 28, 0.70);
}
.aanbd-detail-info {
    padding: 30px 0 45px;
}
/* dtl-tab-sec */
.dtl-tab-sec{
    background-color: #FFF;
    padding-top: 77px;
    padding-bottom: 87px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(30, 30, 30, 0.70);
    text-transform: none;
    font-size: 2rem;
    line-height: 24px;
    font-family: 'RedRose-Regular';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #EEC658;
}
.tab-btn .tabs li:hover::before{
    opacity: 1;
}
.tab-btn ul.tabs li:hover {
    color: #EEC658;
}
.tab_container.tab-content {
    max-width: 1100px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.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 img {
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 60px;
    padding: 0px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 10px;
    row-gap: 13px;
    max-width: 1000px;
}
.kenmerken-tab li {
    width: 32.5%;
    padding: 18px 24px 18px 24px;
    position: relative;
    color: rgba(30, 30, 30, 0.70);
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'RedRose-Regular';
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #F5F5F5;
}
.kenmerken-tab li:hover {
    border-radius: 5px;
    background: #EEC658;
    border-color: #EEC658;
    color: #1E1E1E;
}
.kenmerken-tab li:hover strong {
    color: #1E1E1E;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #1E1E1E;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #EEC658;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EEC658;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #EEC658;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
}
.each-onderhoud-block h4 {
    text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #EEC658;
    cursor: pointer;
    margin-top: 20px;
    font-family: 'RedRose-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: fit-content;
}
.tab-btm-btn:hover {
    color: #1E1E1E;
}
.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;
    backdrop-filter: blur(12px);
    background: #0000006b;
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 10px;
    background: #F5F5F5;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    max-width: 93%;
    border: 1px solid #EEC658;
}
.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 #1E1E1E;
}
.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: 14px;
    filter: brightness(1) invert(1);
}
.tab-popup-area p {
    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 {
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    line-height: 30px;
    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;
}
.show-popup {
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: 2px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(81%) sepia(72%) saturate(438%) hue-rotate(337deg) brightness(98%) contrast(91%);
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    background-image: none;
    position: relative;
    top: 1px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li:hover::after {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(81%) sepia(72%) saturate(438%) hue-rotate(337deg) brightness(98%) contrast(91%)
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img {
    min-width: 67px;
    height: 67px;
}
.aanbod-contact-info ul li::after {
    display: none;
}
.each-aanbod-contact {
    display: flex;
    align-items: center;
    column-gap: 33px;
    border-radius: 5px;
    background: #EEF0F7;
    padding: 18px 22px;
}
.tab-right-part {
    padding: 8px;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid rgba(47, 47, 47, 0.10);
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.tab-content-wrap {
    padding-top: 32px;
}
.tab-content-wrap .col-lg-3 {
    width: 30%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .col-lg-9 {
    width: 70%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .row {
    margin-left: -1px;
    margin-right: -1px;
}
.aanbod-contact-info-wrap {
    padding-top: 20px;
}
.aanbod-contact-info-wrap ul li {
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 24px; 
}
.aanbod-contact-info-wrap ul li img {
    width: 13px;
}
.aanbod-contact-info-wrap ul li strong {
    font-weight: normal;
}
.aanbod-contact-info-wrap ul li a:hover {
    color: #EEC658;
}
.each-aanbod-contact-text a:hover {
    color: #EEC658;
}
.each-aanbod-contact-text h5{
    margin-bottom: 4px;
}
.each-aanbod-contact-text p{
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 20px;
}
.each-aanbod-contact-text p a{
    color: rgba(30, 30, 30, 0.70);
}
.each-aanbod-contact-text p a:hover{
    color: #EEC658;
}
.aanbod-contact-info {
    position: relative;
}
.aanbod-share {
    width: max-content;
    position: absolute;
    bottom: 14px;
    right: 27px;
}
.aanbod-share img {
    width: 18px;
    height: 18px;
}
/* anbd-related-sec */
.anbd-related-sec{
    padding-top: 92px;
    padding-bottom: 72px;
}
.anbd-related-heading {
    margin-bottom: 47px;
}
.aanbod-contact-info-wrap li a{
    padding-left: 6px;
}
.aanbod-share .share-social-media-button p{
    display: none;
}
.aanbod-share .share-btn {
    border: none;
}
.share-social-media-button{
    display: flex;
    align-items: center;
    column-gap: 23px;
}
.aanbod-share .share-btn:hover svg path{
    filter: brightness(0) saturate(100%) invert(70%) sepia(98%) saturate(268%) hue-rotate(358deg) brightness(97%) contrast(92%);
}
.aanbod-share .share-btn:hover {
    background-color: transparent;
    border: none;
}
/* ------------- AANBOD DETAIL PAGE END HERE -------------- */
/* ------------- E-BIKE DETAIL PAGE START HERE -------------- */
.ebike-warp {
    padding-top: 70px;
}
.ebike-detail-img{
    border-radius: 10px;
    overflow: hidden;
}
.ebike-detail-btn .swiper-button-next {
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.ebike-detail-btn .swiper-button-prev {
    left: 36px;
    top: 50%;
    transform: translateY(-50%);
}
.ebike-thumb-slider .swiper{
    height: 769px;
}
.ebike-thumb-img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.ebike-thumb-img img{
    height: 100%;
    object-fit: cover;
}
.ebike-warp .row .col-lg-10{
    width: 81.5%;
}
.ebike-warp .row .col-lg-2{
    width: 18.5%;
}
.ebike-related-sec{
    padding-top: 92px;
    padding-bottom: 59px;
}
.ebike-related-heading{
    margin-bottom: 47px;
}
/* ------------- E-BIKE DETAIL PAGE END HERE -------------- */




.inner-list-sec  .c-accordion-wrap.active .acc-open {
    padding: 120px 0 65px;
} 
.inner-list-sec  .acc-head h3 {
    padding-bottom: 5px;
}
.mega-menu-list{
    /* height: 600px;
    overflow-y: auto;
    overflow-x: clip;
    border-radius: 10px; */
}



/* =============================== style for developer ======================================== */

/*******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(#EEC658 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#EEC658 0),
              linear-gradient(#EEC658 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#EEC658 0),
              linear-gradient(#EEC658 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#EEC658 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: #EEC658;
  }


.carpass-img {
    width: 115px;
}

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

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

.notifcation {
	position: relative;
}

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

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fix-wp{
		display: none;
	}
}
.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;
}


.privacy_section h2 {
    padding-top: 130px;
}
.privacy_section {
    padding-bottom: 60px;
}
.star_icon p img {
    width: 10px;
    height: 10px;
}
.kenmerken-popup-model h3 {
    margin-bottom: 10px;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn { 
    color: #1E1E1E !important;
    background-image: url(../images/fi-sr-arrow-right.svg) !important;  
    background-color: #EEC658 !important; 
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover {
    border-color: #EEC658 !important; 
    background-color: transparent !important;
}
.select2-results__options li::after {
    display: none;
}
.voorraadwekker_widget_section .voorraadwekker_widget_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.aanbod-filter-sec .col-xl-4 {
    width: 31%;
}
.aanbod-filter-sec .col-xl-8 {
    width: 69%;
}
.filter-main .col-xl-9 {
    width: 80%;
}
    .filter-main .col-xl-3 {
    width: 20%;
}
.filter-sort .select-style {
    padding-right: 50px;
}
.filter-sort .each-filter {
    width: 183px;
}
.hidden-filter .col-lg-3 {
    width: 25%;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.tab_hedaing h5 {
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #0B1931;
    font-size: 2.4rem;
    line-height: 32px;
}
.modal-area2 .popup-right h2,
.modal-area2 .popup-right .form-group label,
.modal-area2 .popup-left-content h2,
.modal-area2 .popup-left h4 {
    color: #1E1E1E !important;
    font-family: 'RedRose-Bold';
    font-weight: normal !important;
}
.privacy_section p strong {
    font-weight: normal;
    font-family: 'RedRose-Bold';
}

.calculator-iframe{
    width: 100%;
    height: 900px;
    background-color: transparent;
}