@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 16px;
    background: #0F0F0F;
    font-family: 'Poppins-Regular';
    color: #fff;
}
html {
    font-size: 62.5%;
}

#mobile-contact-bar {
    display: none;
}

/****captcha****/
.grecaptcha-badge{
	display:none;
}
/* ========= fix-icon ==== */
.fix-icon{
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 98;
 
}
.fix-icon ul{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.fix-icon li{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 10px 0px 0px 10px;
    background: rgba(18, 18, 18, 0.70);
    backdrop-filter: blur(10px);
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fix-icon li:hover{
    background-color:#ACD400;
}
.fix-icon img{
    width: 20px;
}
/*****************header****************/
.header-area{
    position: fixed;
    width: 100%;
    left: 0;
    top: 34px;
    z-index: 100;
    transition: all 0.5s;
}
.header-area::after{
    position: absolute;
    top: 0;
    left: 50%;
    height: 102%;
    width: 0;
    content: "";
    background-color: #0F0F0F;
    transform: translateX(-50%);
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-bottom: 1px solid #515151;
}
.sitcky-header-area::after{
    width: 100%;
}
.logo,
.logo img{
    width: 216px;
}
.header-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 40px;
    border-radius: 52.796px;
    background: #0F0F0F;
    backdrop-filter: blur(10px);
    padding: 14px 52px;
}
.header-wrap > *{
    flex-shrink: 0;
}
.header-wrap .menu-items ul:not(.dropdown-menu){
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.menu-items ul img{
    width: 72px;
}
.menu-items ul .common-btn{
    border: 0;
}
.header-wrap .menu-items .dropdown-menu.show ,
.header-wrap .menu-items .dropdown:hover .dropdown-menu{
    display: block;
    position: absolute;
    inset: 55px auto auto 0px !important;
    transform: translate(0px, 0px) !important;
    border-radius: 10px;
    background: #0F0F0F;
    max-width: max-content;
    min-width: max-content;
    padding: 17px 15px;
}
.menu-items .dropdown-menu{
    font-size: 1.4rem;
    font-family: 'Poppins-SemiBold';
}
.menu-items .dropdown-menu::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
    top: -37px;
    z-index: -2;
}
.menu-items{
    position: relative;
}
.menu-items::after{
    position: absolute;
    top: 0;
    left: -24px;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}
.menu-icon {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.menu-icon span {
    display: block;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.menu_active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}
.menu-icon.menu_active span:nth-child(2) {
    opacity: 0;
}
.menu-icon.menu_active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px)
}
.menu-items .dropdown-toggle::after{
    display: none;
}
.menu-items a{
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
}
.menu-items .dropdown-menu a{
    text-transform: none;
    margin-bottom: 8px;
    display: inline-block;
}
.menu-items .dropdown-menu li:last-child a{
    margin-bottom: 0;
}
.mobile-menu{
    display: none;
}
.inner-header .header-wrap{
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sitcky-header-area  .header-wrap{
   border-color: transparent;
} 
/* ======= home ======== */
.each_home_banner,
.video_banner{
	height: 941px;
}
.each_home_banner img,
.video_banner video {
	object-fit: cover;
	height: 100%;
}
.banner-sec{
	position: relative;
}
.banner-content{
    position: absolute;
    left: 50%;
    bottom:220px;
    z-index: 9;
	width: 100%;
    text-align: center;
    transform: translateX(-50%);
}
.banner-content h6{
    font-size: 2rem;
    margin: 10px 0 44px;
}
.banner-content ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.banner_img::after{
    height: 35%;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, #0F0F0F 100%);
    z-index: 2;
    pointer-events: none;
}
.banner_img::before{
    height: 313px;
    width: 480px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -73px;
    background-image: url(../images/pill-logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
    pointer-events: none;
}
/* ======= home-product-car ===== */
.home-car-slider .sec-wrap{
    padding: 100px 90px 68px;
    background: #121212;
    position: relative;
    border-radius: 30px;
    z-index: 9;
    box-shadow: 1px 1px 2px 1px rgba(255, 255, 255, 0.15);
}
.home-car-slider .sec-wrap::after{
  
}
.home-car-slider .defult-ul a:not(.common-btn){
    border-radius: 15px;
    background: #FFF;
    border: 0;
    width: 100%;
    display: flex;
    column-gap: 15px;
    padding: 15px;
    font-family: 'Poppins-SemiBold';
    color: #0F0F0F;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-car-slider .defult-ul a img{
    width: 33px;
    flex-shrink: 0;
}
.home-car-slider .defult-ul a.active-btn .triangle,
.home-car-slider .defult-ul a:hover .triangle,
.home-car-slider .defult-ul a.active-btn,
.home-car-slider .defult-ul a:hover{
    background: #ACD400;
}
.triangle {
    position: absolute;
    content: "";
    bottom: -31px;
    left: 41%;
    --r: 15px;
    height: 46px;
    width: 66px;
    -webkit-mask: linear-gradient(0deg, #0000 calc(var(--r) / sqrt(2)), #000 0), radial-gradient(var(--r) at 50% calc(100% - var(--r)* sqrt(2)), #000 98%, #0000 101%);
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    background: transparent;
    transform: scale(.4) translateX(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
.home-car-slider ul{
    display: flex;
    column-gap: 12px;
    justify-content: end;
}
.home-car-slider ul p{
    color: #0F0F0F;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: #0F0F0F;
    line-height: normal;
}
.home-car-slider ul span{
    text-align: left;
}

/* ============== home-car-sider ========= */
.product-car{
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.product-car img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider:hover .product-car img{
    transform: scale(1.05);
}
.product-content{
    border-radius: 0px 0px 10px 10px;
    background: #232323;
    padding: 20px;
    position: relative;
}
.product-content::after{
    position: absolute;
    content: "";
    top: -30px;
    right: 20px;
    background-position: center;
    width: 120px;
    height: 70px;
    background-image: url(../images/product-pill.svg);
    background-repeat: no-repeat;
}
.product-car-sec{
    margin-top: 71px;
}
.product-content p{
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0;
    font-size: 1.4rem;
    max-width: 278px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #232323;
    width: fit-content;
    z-index: 1;
    position: relative;
}
.product-content h6{
    font-size: 1.6rem;
    font-family: 'Poppins-SemiBold';
    max-width: 278px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    color: #fff;
    margin: 5px 0 10px;
}
.product-table table{
    max-width: 278px;
    width: 100%;
}
.product-table td{
    font-size: 1.2rem;
    font-family: 'Poppins-Regular';
    color: rgba(255, 255, 255, 0.50);
    line-height: normal;
}
.product-table td img{
    width: 14px;
    aspect-ratio: 1;
    margin-top: -5px;
    margin-right: 8px;
}
.car-price{
    display: flex;
    column-gap: 10px;
}
.product-table{
    margin-bottom: 23px;
}
.car-price span{
    line-height: 20px;
    font-size: 1.4rem;
    font-family: 'Poppins-Bold';
    border-radius: 5px;
    background: #393939;
    color: #fff;
    padding: 8px 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.plus{
    height: 46px;
    width: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.20);
    margin-left: auto;
    background-image: url(../images/plus.svg);
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-slider:hover .plus{
    background-color: #ACD400;
}
.each-slider:hover .car-price span{
    color: #121212;
    background: #fff;
}
.home-car-slider .swiper-horizontal .swiper-scrollbar{

    height: 1px;
    position: initial;
}
.home-car-slider .swiper-scrollbar{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
    height: 2px;
}
.home-car-slider .swiper-scrollbar-drag{
    background-color: #fff;
    cursor: grab;
}
.slider_control .swiper-button-prev,
.slider_control .swiper-button-next{
    position: initial;
}
.slider_control{
    margin-top: 53px;
    margin-bottom: 47px;
}
.slider-btn{
    display: flex;
}
.slider-btn ul{
   margin: auto;
}

/* ============== home-service-slider =========== */
.home-service-slider{
    padding: 82px 0 77px;
    overflow: hidden;
    position: relative;
}
.home-service-slider::after {
    content: "";
    height: 100%;
    width: 66%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/service-home-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
    opacity: 0.5;
}
.service-heading{
    text-align: center;
}
.service-heading p{
    max-width: 710px;
    margin: 20px auto 53px;
}
.slider-arow-btn{
    width: 55px;
    height: 55px;
    margin-right: 0;
    margin-left: auto;
    background-color: #232323;
    border-radius: 100%;
    z-index: 30;
    background-image: url(../images/Arrow-1.svg);
    background-position: center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 12px;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider{
    position: relative;
}
.each-service-slider:hover .slider-arow-btn{
    background-image: url(../images/Arrow-hover.svg);
    background-color: #ACD400;
    z-index: 40;
}
.each-service-slider-content{
    position: absolute;
    margin-top: -50px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding-left: 57px;
}
.each-service-slider-content .row{
    align-items: center;
}
.home-service-slider .slider-btn ul{
    display: flex;
    column-gap: 12px;
    margin-top: 53px;
}
.service-slide-car .swiper::after {
    content: "";
    height: 100%;
    width: 13%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(15, 15, 15, 0.90) 0%, rgba(15, 15, 15, 0.00) 100%);
    z-index: 1;
}
.service-slide-car .swiper::before {
    content: "";
    height: 100%;
    width: 13%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(15, 15, 15, 0.90) 0%, rgba(15, 15, 15, 0.00) 100%);
    z-index: 2;
}
/***********usp-marquee**************/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
    background: #0F0F0F;
}
.usp-marquee-sec .sec-wrap {
	padding: 44px 0;
    border-radius: 10px;
    box-shadow: 0px 1px 1px 0 rgba(255, 255, 255, 0.15);
    background: #121212;
    position: relative;
    max-width: 100%;
}
.usp-marquee-sec .sec-wrap::after {
    content: "";
    height: 100%;
    width: 10%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.70) 0%, rgba(18, 18, 18, 0.00) 100%);
}
.usp-marquee-sec .sec-wrap::before {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%);
    z-index: 1;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 82px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 82px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
    color: #fff;
    font-size: 1.4rem;
    line-height: 15px;
    letter-spacing: 0.9px;
    padding-left: 81px;
    position: relative;
}
.usp-marquee-wrap li::after {
    top: 3px;
    background-image: url(../images/list-logo.svg);
    background-position: center;
    background-size: 15px;
    height: 14px;
    width: 14px;
    content: "";
    left: 0;
    position: absolute
}
/* ======== home overons ======= */
.home-overons{
    overflow-x: clip;
    /* background: #0F0F0F; */
    padding: 127px 0 40px ;
}
.accro_sec ul{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.accro_sec li>*:not(:first-child) {
    display: none;
}
.accro_sec li h5 {
    padding-right: 10px;
    position: relative;
    font-size: 2rem;
    letter-spacing: 0.2px;
    line-height: 28.1px;
    cursor: pointer;
    font-family: 'Poppins-Regular';
    color: rgba(255, 255, 255, 0.5);
}
.accro_sec li.show_accordian h5 {
    color: #FFF;
}
.accro_sec li{
    border-radius: 15px;
    background: #121212;
    padding: 20px 36px;
}
.accro_sec .show_accordian h5::after {
    transform: rotate(180deg);
    opacity: 1;
}
.accro_sec li h5::after {
    position: absolute;
    height: 10px;
    width: 10px;
    background-image: url(../images/right-arrow.svg);
    background-size: 10px;
    content: "";
    top: 6px;
    right: 0;
    transition: all 0.5s;
    background-repeat: no-repeat;
    opacity: .5;
}
.accro_sec li p{
    max-width: 407px;
    font-size: 1.4rem;
    line-height:  22.12px ;
    letter-spacing: 0.28px;
    margin-top: 6px;
    margin-bottom: 7px;
}

.accro-img img{
    border-radius: 30px 0px 0px 30px;
    overflow: hidden;
}
.accro-img::after{
    position: absolute;
    content: "";
    bottom: -70px;
    right: 0;
    background-position: center;
    width: 420px;
    height: 310px;
    background-image: url(../images/accro-pil.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.accro-img{
    padding-left: 58px;
    position: relative;
}
.accro_sec ,
.home-overons-left{
    padding-right: 63px;
}
.home-overons-left p{
    /* margin-top: 7px; */
    margin-top: 16px;
    margin-bottom: 44px;
}
.accro-btn{
    margin-top: 44px;
}
.review{
    padding: 85px 0 0;
}
/* ***************** back_btn****************** */
.back_btn{
    padding-top: 195px;
    padding-bottom: 56px;
}

/* ============== Diensten-list =========== */
/****inner-banner-sec***/
.inner-banner-sec {
	position: relative;
    height: 500px;
}
.inner-banner-text {
	bottom: 160px;
	position: absolute;
	left: 0;
	width: 100%;
}
.inner-banner-sec::after{
    content: "";
    position: absolute;
    width: 546px;
    height: 100%;
    bottom: -74%;
    left: -15px;
    background-image: url(../images/banner-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: 1;
}
.inner-banner-sec::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 246px;
    bottom: 0;
    left: 0;
    background-image: url(../images/banner-overly.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner-img {
    height: 100%;
}
.inner-banner-img img {
    object-fit: cover;
    height: 100%;
}
/* *************service-sec************ */
.service-sec .sec-wrap{
    background: #0F0F0F;
    padding-top: 98px;
    padding-bottom: 79px;
    position: relative;
    z-index: 1;
}
.each-service {
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.each-service-wrap:hover .hover-content {
	opacity: 1;
}
.each-service-text{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 28px 55px;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}
.each-service-wrap:hover .ach-service-text {
	transition: 0.7s all ease;
	-webkit-transition: 0.7s all ease;
}
.service-sec-wrap .col-lg-6 {
	padding-left: 10px;
	padding-right: 10px;
}
.service-sec-wrap .row {
	margin-left: -10px;
	margin-right: -10px;
}
.each-service-text p {
	padding-top: 12px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-overflow: ellipsis;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-bottom: 32px;
}
.each-service .each-service-text .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.each-service-wrap:hover .each-service-text  .hover-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	visibility: visible;
	height: 210px;
}
.each-service-img{
	height: 361px;
}
.each-service-img img{
	height: 100%;
	object-fit: cover;
    border-radius: 30px;
}
.each-service-wrap:hover .inverted-radius{
    /* --r: 0; */
}
.each-service-wrap:hover + .arow-btn{
    /* opacity: 0; */
}
.arow-btn{
    position: absolute;
    width: 55px;
    height: 55px;
    background-color: #232323;
    bottom: 0;
    right: 0;
    border-radius: 100%;
    z-index: 30;
    background-image: url(../images/Arrow-1.svg);
    background-position: center;
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: 12px;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .arow-btn{
    background-image: url(../images/Arrow-hover.svg);
    background-color: #ACD400;
    z-index: 40;
}
.arow-btn:hover{
    background-image: url(../images/Arrow-hover.svg);
    background-color: #ACD400;
    z-index: 40;
}
.service-sec .sec-wrap{
    position: relative;
    /* z-index: -1; */
}
.service-sec .sec-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: .7px;
    border-radius: 30px;
    background: linear-gradient(-50deg, rgba(172, 212, 0, 0.1),  rgba(172, 212, 0, 0.05), #0F0F0F 55%, rgba(172, 212, 0, 0.10));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(rgb(223, 173, 10) 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: 0;
    pointer-events: none;
}
.sec-wrap{
    border: 1px solid rgba(172, 212, 0, 0.10);
    border-radius: 30px;
}
.service-sec{
   /* margin-bottom: 100px; */
}
.service-sec-wrap{
    position: relative;
    z-index: 9;
}


/* ===================================Financiering-Lease================================ */
/* ************************diens-dtl-top-sec**************** */
.diens-dtl-top-content{
    max-width: 716px;
    padding-right: 30px;
}
.diens-top-img img{
    border-radius: 30px;
}
.diens-dtl-top-sec{
    position: relative;
}
.diens-top-img::after{
    content: "";
    position: absolute;
    width: 546px;
    height: 313px;
    top: -50%;
    right: 78px;
    background-image: url(../images/overall-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    transform: translateY(50%);
    pointer-events: none;
}
.diens-dtl-top-content h3{
    padding-bottom: 18px;
}
.diens-dtl-top-content p{
    margin-bottom: 18px;
}
/* ******************** diens-dtl-info-sec******************** */
/* .each-diens-dtl-text h6{
    font-size: 1.6rem;
    margin-bottom: 12px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}
.each-diens-dtl-text{
    background-color: #121212;
    padding: 50px 22px 0  40px;
}
.each-diens-dtl-info{
    position: relative;
    overflow: hidden;
}
.diens-dtl-info-sec{
    margin-top: 75px;
    margin-bottom: 75px;
}
.each-diens-dtl-text p{
    color: #fff;
    letter-spacing: 0;
    padding-bottom: 30px;
} 
.each-diens-dtl-info .arow-btn{
    background-image: none;
    display: block;
}
.each-diens-dtl-info .arow-btn p{
    text-align: center;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    transition: all 05s;
    -webkit-transition: all 0.5s;
}
.each-diens-dtl-info .arow-btn:hover{
    background-color: #ACD400;
}
.each-diens-dtl-info .arow-btn:hover p{
    color: #000;
}
.each-diens-dtl-info{
    height: 100%;
} */


.diens-dtl-info-wrap h6{
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}
.diens-dtl-info-sec{
    margin-top: 75px;
    margin-bottom: 75px;
}
.diens-dtl-info-wrap li p{
    color: #fff;
    letter-spacing: 0;
    padding: 30px;
    padding-left: 0;
    padding-top: 0;
}
.each-diens-dtl-info .arow-btn:hover{
    background-color: #ACD400;
}
.diens-dtl-info-wrap > ul li ul:hover strong{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-dtl-info-wrap > ul li ul:hover strong{
    color: #000;
    background-color: #ACD400;
}
.diens-dtl-info-wrap ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.diens-dtl-info-wrap > ul:not(ul ul) {
    display: flex;
    column-gap: 15px;
    position: relative;
    width: 100%;
}
.diens-dtl-info-wra{
    height: 100%;
    position: relative;
    overflow: hidden;
    --r: 16px;
    --s: 32px;
    --x: 10px;
    --y: 10px; 
    background: #121212;
    border-radius: var(--r);
    --_m:/calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g:conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
    --_d:(var(--s) + var(--r));
    mask:
      calc(100% - var(--_d) - var(--x)) 100% var(--_m),
      100% calc(100% - var(--_d) - var(--y)) var(--_m),
      radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 calc(100% + 1px)) 
       calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)),
      var(--_g) calc(-1*var(--_d) - var(--x)) 0,
      var(--_g) 0 calc(-1*var(--_d) - var(--y));
    mask-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
    padding: 50px 12px 22px 40px;
    padding-right: 56px;
}
.diens-dtl-info-wrap > ul li:not(ul ul li){
    width: 50%;
}
.diens-dtl-info-wrap > ul ul:not(ul ul ul){
    height: 100%;
    position: relative;
    width: 100%;
}
.diens-dtl-info-wrap em{
    display: block;
    font-style: normal;
    padding-left: 10px;
    padding-right: 15px;
    display: inline-flex;
    column-gap: 5px;
    width: 100%;
    padding-right: 56px;
}
.diens-dtl-info-wrap em::before{
    content: "";
    width: 18px;
    height: 18px;
    background-image: url(../images/li+.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 11px;
    position: relative;
    top: 11px;
    left: 0;
    pointer-events: none;
   
}
.diens-dtl-info-wrap ul li ul strong{
    width: 45px;
    height: 45px;
    margin-right: 0;
    margin-left: auto;
    background-color: #232323;
    font-weight: normal;
    border-radius: 100%;
    z-index: 30;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    justify-content: center;
    /* position: absolute; */
    bottom: 0;
    right: 0;
    mask: none;
    font-size: 1.4rem;
    color: #FFF;
    line-height: 24px;

}
.diens-dtl-info-wrap ul > strong{
    position: absolute
}
.each-diens-dtl-info > ul li{
    width: 100%;
}






/* *******form-sec********** */
.form-main-area .form-styl {
	background-color: transparent;
	border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	font-size: 1.6rem;
    font-family: 'Poppins-Regular' !important;
	padding-bottom: 17px;
	color: #FFF;
	border-radius: 0;
    padding-top: 14px;
}
.form-main-area .form-styl.foto_upload,
.form-main-area .form-styl .photo_upload {
    color: rgba(255, 255, 255, 0.70);
    text-transform: uppercase;
}
.form-main-area .form-group{
    margin-bottom: 32px;
}
.form-main-area .form-styl:focus {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.form-main-area .form-styl::placeholder {
    color: rgba(255, 255, 255, 0.70);
    text-transform: uppercase;
}
.form-main-area .form-styl:focus::placeholder{
	color: #FFF;
}
.form-main-area .form-group {
	position: relative;
}
.form-main-area textarea {
	resize: none;
    padding-left: 10px;
    padding-top: 28px !important;

}
.form-main-area textarea.form-styl:focus{
    border: 1px solid #FFF;
}
.form-main-area textarea.form-styl {
	min-height: 204px;
	width: 100%;
	padding-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    padding-left: 30px;
}
.form-main-area{
	padding-right: 30px;
}
.form-heading h2{
	padding-bottom: 18px;
}
.form-sec .sec-wrap{
    padding-top: 68px;
    padding-bottom: 72px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
.form-heading p{
	max-width: 570px;
	color: #FFF;
    line-height: 26px;
    font-family: 'Poppins-Regular';
}
.form-btn{
	margin-top: 13px;
}
.form-btn .common_btn{
	padding: 15px 30px;
}
.form-sec{
	position: relative;
    z-index: 2;
}
.form-sec::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 106px;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/form-linebg.svg);
    height: 123px;
    width: 455px;
    background-size: cover;
    pointer-events: none;
}
.form-sec::before{
    /* content: ""; */
	position: absolute;
	bottom: 0;
    left: 0;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(../images/form-linebg-overly.svg);
	height: 190px;
	width: 684px;
	background-size: cover;
    z-index: 1;
}
.form-right-area{
    max-width: 668px;
    margin-left: auto;
}
.form-btn .common-btn::after{
    display: none;
}
.form-sec .sec-wrap{
    border: 1px solid rgba(172, 212, 0, 0.10);
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.95) 0%, rgba(15, 15, 15, 0.95) 100%);
    border-radius: 30px;
}
/* *************form-right-area****************** */
.each-footer-content{
    display: flex;
    column-gap: 80px;
}
.each-footer-content-wrap h6{
    font-size: 1.6rem;
    font-family: 'Poppins-Regular';
    color: rgba(255, 255, 255, 0.40);
    line-height: 140.5%; 
    letter-spacing: 0.16px;
    padding-bottom: 12px;
    padding-top: 43px;
}
.Werkplaats-dtl p{
    color: #FFF;
}
.each-footer-content-wrap p{
    color: #FFF;
    line-height: 24px;
    letter-spacing: 0.14px;
    font-size: 1.4rem;
    font-family: 'Poppins-Regular';
}
.each-footer-content-wrap a{
    line-height: 24px;
    letter-spacing: 0.14px;
    font-size: 1.4rem;
    font-family: 'Poppins-Regular';
}
.opening-time table{
    line-height: 24px;
    letter-spacing: 0.14px;
    font-size: 1.4rem;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px;
}
.opening-time tr td:first-child{
    padding-right: 22px;
}
/* =======================================footer=============================== */
.footer-top-left{
    display: flex;
    align-items: center;
}
.bovag-logo{
    border-left: 2px solid rgba(255, 255, 255, 0.15);
    padding-left: 23px;
    margin-left: 20px;
}
.project-logo{
    padding-right: 23px;
}
.footer-top-right ul{
    display: flex;
    list-style: none;
    column-gap: 12px;
    padding: 0;
    margin-bottom: 0;
}
.footer-top-right{
    display: flex;
    justify-content: end;
    column-gap: 15px;
    align-items: center;
}
.footer-top-area{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-wrap{
    margin-left: auto;
    margin-right: auto;
    background-color: #121212;
    padding-top: 51px;
    position: relative;
    padding-bottom: 176px;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 1px 1px 4px -1px #acd40047;
}
.footer-sec{
    background-color: #0F0F0F;
    margin-top: 85px;
}
.footer-top-right ul li{
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.30);
    height: 48px;
    width: 48px;
    text-align: center;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-top-right ul li a{
    position: absolute;
    transform: translate(-50% , -50%);
    top: 50%;
    left: 50%;
}
.footer-top-right ul li img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-top-right ul li:hover{
    border: 1px solid #ACD400;
}
.footer-top-right ul li:hover img{
    filter: brightness(0) saturate(100%) invert(67%) sepia(72%) saturate(366%) hue-rotate(24deg) brightness(92%) contrast(90%);
    opacity: 1;
}
.footer-top-right ul li a img{
    opacity: 0.3;
}
.footer-mid-area .Werkplaats-dtl{
    max-width: 228px;
    margin-left: auto;
}
.footer-sec .each-footer-content-wrap{
    display: flex;
    column-gap: 160px;
    /* flex-wrap: wrap; */
}
.footer-btm-logo{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    height: 117px;
    opacity: 0.1;
    z-index: 0;
    pointer-events: none;
    text-align: center;
}
.footer-mid-area{
    padding-top: 25px;
}
.footer-btm-sec{
    padding-top: 40px;
    padding-bottom: 30px;
}
.privacy{
    text-align: end;
}
.privacy a{
    color: rgba(241, 244, 247, 0.40);
    letter-spacing: 0.14px;
    font-family: 'Poppins-Regular';
    font-size: 1.4rem;
}
.copyright-area p{
    color: rgba(241, 244, 247, 0.40);
    line-height: 140.5%;
    letter-spacing: 0.14px;
    font-family: 'Poppins-Regular';
    font-size: 1.4rem;
}
.privacy a:hover{
    color: #ACD400;
}
.bovag-logo img{
    width: 87px;
}
.footer-top-area {
    padding-bottom: 45px;
} 
.footer-mid-area .opening-time table td{
    color: #F1F4F7;
    vertical-align: top;
}
.footer-mid-area .each-footer-content-wrap a{
    color: #F1F4F7;
}
.footer-mid-area .each-footer-content-wrap p{
    color: #F1F4F7;
}  
.project-logo img{
    width: 216px;
}
.bovag-logo img{
    width: 87px;
}
/* ******** diens-dtl-slider-sec ********* */
.each-diens-dtl-slider{
	position: relative;
	margin-bottom: 20px;
   -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
}
.diens-dtl-service-slider .each-diens-dtl-content{
	top: 76%;
	bottom: 0;
}
.each-diens-dtl-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	padding: 27px 60px;
	padding-right: 25px;
	height: 100%;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
  }
.each-diens-dtl-content h4{
	margin-bottom: 10px;
}
.diens-dtl-slider-wrap{
	position: relative;
}
.each-diens-dtl-image{
	height: 361px;
}
.diens-dtl-slider-sec{
	margin-bottom: 62px;
	margin-top: 115px;
}
.related-service-heading {
	margin-bottom: 72px;
}
.each-diens-dtl-slider .each-diens-dtl-content .hover-content{
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.each-diens-dtl-image img{
	height: 100%;
	object-fit: cover;
}
.related-service-heading h2{
    position: relative;
    display: inline-block;
    line-height: 48px;
}
.related-service-heading .opps {
    position: absolute;
    top: -15px;
    width: var(--after-width, 0px);
    left: auto;
    right: -15px;
    transform: translate(0);
}
.related-service-heading span{
    padding-left: 11px;
}




/* ==================================contact================================= */
/* ************ map-sec ************* */
.map-sec-wrap{
	height: 516px;
    border-radius: 30px;
}
.contact-form-sec {

	padding-bottom: 0;
}
.map-sec{
	margin-bottom: 40px;
    margin-top: 40px;
}
.contact-form-sec .sec-wrap {
    background-image: none !important;
    background-color: #0F0F0F ;
}

/* =================================Over-ons======================================= */
/* ************** team-slider-sec******************** */
.each-team-dtl-content{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 30px;
	transition: all 0.7s ;
	-webkit-transition: all 0.7s ;
    -webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
    bottom: -100%;
}
.each-team-dtl-content p{
    letter-spacing: 0;
    color: #FFF;
    margin-bottom: 0;
}
.team-slider-sec{
    margin-top: 86px;
    margin-bottom: 18px;
}
.team-slider-heading h2{
    display: inline-block;
    position: relative;
}
.team-slider-heading {
    margin-bottom: 60px;
}
.each-team-dtl-slider::after {
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(15, 15, 15, 0.00) 0%, #0F0F0F 100%);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    border-radius: 15px;
}
.each-team-dtl-slider:hover::after {
     height: 100%;
}
.each-team-dtl-slider {
	position: relative;
	margin-bottom: 16px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
}
.each-team-dtl-slider:hover .each-team-dtl-content {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    bottom: 0;
}
.each-team-dtl-image{
	height: 391px;
}
.each-team-dtl-image img{
	height: 100%;
	object-fit: cover;
    border-radius: 15px;
}
.overons-accro .accro_sec, 
.overons-accro  .home-overons-left{
    padding-right: 0;
    padding-left: 11px;
}
.overons-accro  .accro-img{
    padding-right: 69px;
    padding-left: 0;
    
}
.overons-accro .accro-img img{
    border-radius: 0;
    border-radius: 30px;
}
.overons-accro .accro-img::after{
    display: none;
}
.overons-accro{
    padding-bottom: 68px;
    padding-top: 68px;
}
.over-one-top-sec .sec-wrap{
    position: relative;
    overflow: hidden;
    background-color: #121212;
    z-index: 2;
    padding: 90px 0;
}
.over-one-top-sec .sec-wrap::after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg-border.png);
    background-position: center;
    background-size: cover;
    pointer-events: none;
}
.over-one-top-img img {
    border-radius: 20px 0 0 20px;
}
.over-one-top-sec{
    overflow: hidden;
}
.over-one-top-wrap{
    padding-right: 39px;
}
.over-one-top-content{
    padding-right: 80px;
}
.over-one-top-content h3 {
    margin-bottom: 15px;
}
.review{
    padding: 85px 0 0;
}
/* ===================footer================== */
.project-logo{
    width: 217px;
}
.bovag-logo{
    width: 87px;
}
.footer-top-right ul{
    margin: 0;
}
.footer-top-area {
    padding-bottom: 45px;
}
.footer-mid-area .opening-time table td{
    color: #F1F4F7;
    vertical-align: top;
}
.footer-mid-area .each-footer-content-wrap a{
    color: #F1F4F7;
}
.footer-mid-area .each-footer-content-wrap p{
    color: #F1F4F7;
}



/* ============================Verkoop========================================= */
.Verkoop-dtl-top .diens-dtl-top-content h6{
    font-size: 1.6rem;
    font-family: 'Poppins-SemiBold';
    color: rgba(255, 255, 255, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
    margin-top: 55px;
}
.each-diens-dtl-text h6{
    line-height: 32px;
}
.each-diens-dtl-text  ul li{
    line-height: 38px;
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    color: #FFF;
    list-style: none;
    position: relative;
}
.list-item  ul li::after{
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../images/li+.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    position: absolute;
    top: 15px;
    left: -20px;
}
.diens-dtl-info-wrap em{
    padding-left: 0;
    padding-right: 5px;
    line-height: 38px;
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    position: relative;
 
}
.Vacature-service .each-service-wrap:hover .inverted-radius {
    --r: 20px;
}
.Vacature-service .each-service-wrap:hover + .arow-btn {
    opacity: 1;
}
.Vacature-service .each-service:hover .arow-btn{
    background-color: #ACD400;
    background-image: url(../images/Arrow-hover.svg);
}
.Vacature-service .each-service{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



/* ============================Werkplaatsafspraak-plannen====================================== */

.diens-dtl-top-content ul li{
    position: relative;
    list-style: none;
    line-height: 24px;
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: 0.32px;
    padding-bottom: 16px;
    padding-left: 6px;
}
.diens-dtl-top-content.list-item  ul li::after{
    top: 6px;
}
.diens-dtl-top-content ul{
    margin-bottom: 0;
}
.each-diens-dtl-info:hover .arow-btn{
    background-color: #ACD400;
}
.each-diens-dtl-info:hover .arow-btn p{
    color: #000;
}
.each-diens-dtl-info{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-dtl-slider:hover .arow-btn{
    background-color: #ACD400;
    background-image: url(../images/Arrow-hover.svg);
}
.each-diens-dtl-slider{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.werkplaats-dtl-slide .related-service-heading .opps {
    top: -32px;
}
.werkplaats-dtl-slide{
    margin-bottom: 0;
}
/* **************inner-scrollbar***************** */

.inner-scrollbar .slider_control .swiper-button-prev,
.inner-scrollbar .slider_control .swiper-button-next{
    position: initial;
}
.inner-scrollbar .slider_control{
    margin-top: 53px;
    margin-bottom: 0;
}
.inner-scrollbar .swiper-horizontal .swiper-scrollbar{

    height: 1px;
    position: initial;
}
.inner-scrollbar .swiper-scrollbar{
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1);
}
.inner-scrollbar .swiper-scrollbar-drag{
    background-color: #fff;
}
.inner-scrollbar .slider-btn{
    display: flex;
}
.inner-scrollbar .slider-btn ul{
   margin: auto;
}
.diens-dtl-top-content h6{
    font-size: 1.6rem;
    font-family: 'Poppins-SemiBold';
    color: rgba(255, 255, 255, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
    margin-bottom: 15px;
}




/* ===========================03.03.2025 new================================== */
.bedankt-text{
    position: absolute;
    top: 50%;
    /* left: 50%; */
   transform: translateY(-50%);
   width: 100%;
}
.bedankt-text .common-btn{
    margin-top: 85px;
}
.contact-dtls a:hover{
    color: #ACD400;
}
.adres-dtls a:hover{
    color: #ACD400;
    transition: all 0.5s;
}
.adres-dtls a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-dtls a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

/* =======================new-add-css-03=========================== */
.Accessoire-service .each-service-wrap:hover .each-service-text .hover-content {
    visibility: visible;
    height: 90px;
}
.Accessoire-service .each-service-wrap:hover .each-service-text .hover-content {
    visibility: visible;
    height: 90px;
}
.Accessoire-service .each-service-text {
    padding: 53px 58px;
}
.accessoires-service-img img{
    border-radius: 20px;
}
.each-accessoires-service{
    padding: 50px 0px;
}
.accessoires-service-wrap .sec-wrap{
    margin-bottom: 40px;
}
.accessoires-service-wrap .sec-wrap:nth-child(odd) .each-accessoires-service .accessoires-service-text{
    max-width: 748px;
    /* margin-right: 100px; */
    /* margin-left: 0px;  */
    
}
.accessoires-service-wrap .sec-wrap:nth-child(even) .each-accessoires-service .accessoires-service-text {
    max-width: 748px;
    margin-right: 0px;
    margin-left: 90px;
}
.accessoires-service-wrap .sec-wrap:nth-child(odd) .each-accessoires-service .accessoires-service-img{
    /* margin-right: -50px; */
}
.accessoires-service-wrap .sec-wrap:nth-child(even) .each-accessoires-service .accessoires-service-img{
    /* margin-left: -50px; */
}
.accessoires-service-sec{
    margin-top: 118px;
}
.accessoires-service-sec .related-service-heading {
    margin-bottom: 48px;
}
.accessoires-service-text p{
    letter-spacing: 0;
}
.accessoires-service-text h2{
    margin-bottom: 8px;
}
.accessoires-service-img{
    height: 362px;
}
.accessoires-service-img img{
    height: 100%;
    object-fit: cover;
}
.accessoires-service-btn .common-btn{
    flex-direction: row-reverse;
}
.accessoires-service-btn{
    margin-top: 80px;
    margin-bottom: 128px;
}
.each-accessoires-service a{
    pointer-events: none;
}

















/* ============= aanbod-list ========= */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 188px 0 0;
    /* background-color: #191D23; */
}
.aanbod-filter-sec .sec-wrap{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 0;
    padding-bottom: 60px;
    padding-top: 35px;
    background: #121212;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset{
    text-align: end;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'lama_sansregular';
    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: #ACD400;
}
.filter-reset a:hover img {
    filter: brightness(1);
}
.select-style {
	width: 100%;
    height: 60px;
    color: #fff;
    font-family: 'Poppins-SemiBold';
    font-size: 1.6rem;
	background-color: #0F0F0F;
    border-radius: 40px;
    border: 1px solid rgb(172, 212, 0);
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/10px;
    appearance: none;
    line-height: 59px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: pointer;
    opacity: .25;
}
.select-style:hover{
    opacity: 1;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    opacity: 1;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main .row .row{
    row-gap: 14px;
}
.filter-main option{
	font-family: 'Poppins-SemiBold';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#0F0F0F;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #ACD400;
    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-family: 'Poppins-SemiBold';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #ACD400;
    border-color: #ACD400;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #0F0F0F;
    border-radius: 6px;
    background-color:#ACD400;
	font-family: 'Poppins-SemiBold';
    font-size: 1.4rem;
    border: 1px solid #ACD400;
}
.cross-btn {
    width: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-tag:hover {
	background-color: #0F0F0F;
    color: #fff;
}
.auto-overview-tag:hover img{
    filter: brightness(0) invert(1);
}
.aanbod-filter {
	/* margin-bottom: 18px; */
	/* width: 20%; */
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #232323;
    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 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* background-color: #ACD400;
    border-color: #ACD400; */
}
.mobile-show-filter .common-btn::after{
    display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #ACD400;
	border-radius: 100%;
	color: #0F0F0F;
	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;
}
.mobile-show-filter:hover .filter-count{
    background-color: #fff;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1000;
    background-color: #ACD400;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #ACD400;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #ACD400;
	border-color: #ACD400;
  	color: #0F0F0F;
	padding: 10px;
    max-width: 100%;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 1.6rem;
}
.auto-overview-filter-result .total_search_records::after{
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: #0F0F0F;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'Poppins-SemiBold';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 100%;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/* ======== aanbod-list-car ========= */
.aanbod-list-heading{
    padding-bottom: 45px;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}

.list-bg img{
    width: 546px;
}
.list-bg{
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    height: 100%;
    /* width: 100%; */
    transform: translateX(-50%);
    pointer-events: none;
}

.aanbod-list-car .list-car-wrap > .row{
    row-gap: 22px;
    margin-right: -11px;
    margin-left: -11px;
}
.aanbod-list-car .list-car-wrap > .row > *{
   padding-left:11px;
   padding-right: 11px;
}
.aanbod-list-car .sec-wrap{
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-bottom: 80px;
    background: #121212;
}
/* ============= aanbod-dtl ======= */

.dtl-top-ul ul{
    display: flex;
    justify-content: end;
    column-gap: 12px;
}
.dtl-top-ul ul a img{
    width: 16px;
}
.dtl-top-ul ul a{
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
}
.dtl-top-ul ul .wp{
    background-color: #2AD400;
    border-color: #2AD400;
}
.aanbod-dtl-car-slider .sec-wrap {
    border: 0;
    box-shadow: none;
    background: #121212;
    padding-bottom: 0;
    margin-top: 20px;
    padding: 55px 0 51px;
}
.aanbod-dtl-car-slider .slider_control {
    margin-top: 72px;
    margin-bottom: 0;
}
.car-slide{
    margin-top: 77px;
    margin-bottom: 51px;
}
.aanbod-dtl-right{
    text-align: right;
}
.aanbod-dtl-right h2{
    line-height: normal;
    letter-spacing: 0.4px;
}
.car-slide img{
    border-radius: 20px;
}
.dtl-car-btn ul{
    display: flex;
    justify-content: end;
    gap: 7.5px;
}
.dtl-price-table table{
    width: 100%;
}
.dtl-price-table td{
    font-size: 1.4rem;
    font-family: 'PoppinsMedium';
    line-height: normal;
    position: relative;
}
.dtl-price-table td h4{
    font-family: 'PoppinsMedium';
    line-height: normal;
}
.dtl-price-table tr{
    display: flex;
    column-gap: 90px;
}
.dtl-price-table td::after{
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 30px;
    content: "";
    background-position: center;
    background-image: url(../images/price-pill.svg);
    background-repeat: no-repeat;
    background-size: 20px;
}
.dtl-price-table  td:last-child::after{
    display: none;
}
.dtl-car-btn .common-btn::after{
    display: none;
}

.car-slide .common-arrow{
    height: 77px;
    width: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.80);
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.car-slide .common-arrow:hover{
    background-color: #ACD400;
}
.car-slide .swiper-slide-prev::after{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(18, 18, 18, 0.80) 50%, rgba(18, 18, 18, 0.00) 100%);
}
.car-slide .swiper-slide-next::after {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(270deg, rgba(18, 18, 18, 0.80) 50%, rgba(18, 18, 18, 0.00) 100%);
}
.car-slide .swiper-button-prev{
    left: 10%;
}
.car-slide .swiper-button-next{
    right:10%;
}
/****aanbod-tab-sec****/
.aanbod-dtls-sec {
    padding-bottom: 80px;
    padding-top: 83px;
}
.aanbod-dtls-area {
    overflow: hidden;
}
.dtl-tab-part {
	position: relative;
	overflow: hidden;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    padding: 10px 0;
    margin-bottom: 43px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    opacity: 0.4;
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

ul.tabs li::after {
    top: 0;
    border-radius: 0;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
}
.tab-btn .tabs li.active::after{
    transform: rotate(180deg) translateY(-5px);
}
.tab-btn .tabs li:hover{
    background-color: transparent;
    opacity: 1;
}
.tabs .common-btn:hover:after{
    transform: rotate(180deg)  translateY(-5px) ;
}
.tabs .common-btn::after{
    display: inline-block;
    content:url(../images/tab-arrow.svg);
    position: relative;
    top: -3px;
}
.tab-btn .tabs
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a {
	color: #f3f3f3;
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.32px;
	transition: all 0.5s;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-left: 0;
    margin-bottom: 0;
    column-gap: 10px;
  }
  .kenmerken-tab li {
    line-height: 26px; 
    width: 100%;
    padding: 21px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    line-height: 30px;
    width: 32%;
    font-family: 'Poppins-Regular';
    word-break: break-all;
  }
  .kenmerken-tab li strong {
    width: 50%;
    font-weight: normal;
    display: block;
    color: rgba(255, 255, 255, 0.7);
  }
  .kenmerken-tab li:nth-child(3n) {
      border-width: 0;
  }
  .kenmerken-tab li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color:rgba(255, 255, 255, 0.15);
  }
  .kenmerken-tab{
      overflow: hidden;
      /* border-top:1px solid rgba(0, 0, 0, 0.10); */
  }
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
	display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 2rem;
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
	font-size: 1.6rem;
	position: relative;
	font-family: 'Poppins-Regular';
}
.dtl-tab-part .bullet-panel ul li::after{
    content: "";
    height: 7px;
    width: 7px;
    border-radius: 100%;
    top: 8px;
    left: 0;
    position: absolute;
    background-color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #232323;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #232323;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h6 {
    text-transform: none;
    font-size: 1.8rem;
    color: #fff;
}
.kenmerken-tab td:nth-child(3n) {
    border-right: 0;
}
.kenmerken-tab td:nth-child(3n - 2) strong{
	margin-left: 0;
}
.tab-btm-btn {
    text-align: center;
    padding-top: 32px;
}
.tab-btm-btn .common-btn{
    background-color: transparent;
    padding: 0;
}
.tab-btm-btn .common-btn:hover{
    color: #fff;
}
.tab-btm-btn .common-btn::after{
    display: none;
}
/*****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(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #141414;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #ACD400;
	box-shadow: 0px 0px 25px 0px rgba(210, 169, 55, 0.05);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(210, 169, 55, 0.05);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #141414;
    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 #ACD400;
}
.kenmarken-popup-close img {
	width: 25px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	overflow-x: hidden;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: rgba(210, 169, 55, 0.27);
	width: 10px;
	border-radius: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #ACD400;
	border-radius: 20px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 2rem;
	margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 1.4rem;
	
}
.kenmarken-popup-content h4 {
    margin-bottom: 33px;
    font-size: 2.5rem;
    line-height: 32px;
    letter-spacing: normal;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 34px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	word-break: break-word;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.50);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* =========== verkochte-list ============ */
.verkochte-list.aanbod-list-car .sec-wrap{
    border-top: 1px solid rgba(172, 212, 0, 0.10);
    border-radius: 30px;
    padding-bottom: 73px;
}
.verkochte-list .list-car-wrap{
    padding-top: 73px;
}

.diens-dtl-top-content{
    position: relative;
}
.diens-dtl-top-content ul li::after{
    content: "";
    width: 11px;
    height: 11px;
    background-image: url(../images/li+.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    position: absolute;
    top: 8px;
    left: -20px;
}


/* ======= popup ========== */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.9);
}
.modal-area .modal-content {
    border: 0;
    background: #121212;
    position: relative;
    border-radius: 20px;
}
.modal-area .popup-content {
    text-align: left;
    padding: 10px;
	max-width: 430px;
	/* margin: 0px auto; */
    margin-top: 82px;
    border-radius: 0px 20px 20px 0px;
    margin-left: 63px;
}
.modal-area .popup-content p{
    margin-bottom: 43px;
    width: 100%;
    color: #FFF;
    padding-top: 50px;
    line-height:  26px;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 21px;
    width: 21px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close-img img {
    width: 22px;
    height: 22px;
}
.pop-up-image img{
    border-radius: 20px 0px 0px 20px;
}
.popup-content::after{
    position: absolute;
    content: "";
    bottom: 0;
    right: 22px;
    background-image: url(../images/popup-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 283px;
    height: 126px;
}
.popup-logo img{
    width: 257px;
}
.modal-dialog .col-lg-5{
   width: 46.5%;
}
.modal-dialog  .col-lg-7 {
    width: 53%;
}


/****inner-banner-sec***/
.bedankt-banner-sec {
	position: relative;
    overflow: hidden;
}
.bedankt-text {
	bottom: 160px;
	position: absolute;
	left: 0;
	width: 100%;
}
.bedankt-banner-sec::after{
    content: "";
    position: absolute;
    width: 546px;
    height: 100%;
    bottom: -80%;
    left: 0;
    background-image: url(../images/banner-bg.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.bedankt-banner-sec::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 246px;
    bottom: 0;
    left: 0;
    background-image: url(../images/banner-overly.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.aanbod-dtl-btm-car-slider .sec-wrap{
    padding: 136px 90px 68px;
    border: 0;
    box-shadow: none;
    padding-bottom: 0;
    background: #0F0F0F;
}
.aanbod-dtl-btm-car-slider .related-service-heading {
	margin-bottom: 82px;
}
.aanbod-dtl-btm-car-slider .product-table{
    margin-bottom: 23px;
}
.aanbod-dtl-btm-car-slider .slider_control{
    margin-top: 76px;
    margin-bottom: 0px;
}


/* ============================================================================== */
.accessoires-service-sec {
    margin-top: 118px;
}

.accessoires-service-btn  .common-btn{
    flex-direction: row-reverse;
}
.more-accessoires {
   display: none;
}
.Accessoire-service{
    position: relative;
    z-index: 2;
}
.Vacature-service{
    position: relative;
    z-index: 9;
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.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: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	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){
	.fixed-whatsapp-icon{
		display: none;
	}
}

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
  	font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
	border-radius: 10px;
  	background: #ACD400;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	cursor: pointer;
  	color: #fff;
  	font-weight: 600;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -15px;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-weight: 500;
  	font-size: 2.4rem;
}
.widget-content h5{
	font-weight: 400;
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #ACD400;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #ACD400;
  	background: #ACD400;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-weight: 600;
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #ACD400 !important;
}
.monthly_amount{
	cursor:pointer;
} 
.bottom-0{
	bottom: 0;
}
.start-0{
	left: 0;
}
.WidgetTitle__Header-sc-ruy1gu-2.eEACSz{
    color: #fff !important;
}
.werkplaats-block .each-service-text .hover-content {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    height: 210px !important;
}
.werkplaats-block  .each-service-img img{
    mask: unset;
}
.werkplaats-block  .arow-btn{
    display: none;
}
.werkplaats-block:hover .common-btn{
    color: #000;
    background-color: #ACD400;
}
/* .each-service-img:hover{

} */
.diens-dtl-info-wrap > ul .diens-dtl-info-wra:last-child{
    padding: 0;
    border-radius: initial;
    mask: unset;
    display: inline;
    position: absolute;
    bottom: 0;
    height: auto;
    right: 0;
    background-color: transparent;
}
.more-accessoire-sec-wrap:nth-child(even) .accessoires-service-text{
    margin-right: 0;
    margin-left: auto;
}

.fix-icon li.fix-wp{
    background-color: #25D366;
}
/****review-customize*****/
.eqZPsd {
    color: #fff !important;
}
.dIBzjh {
    background-color: #121212 !important;
}
.beoYzc,
.iXKTMU {
    color: #fff !important;
}
.EkQXg {
    background-color: #121212 !important;
}
.clzMEF {
    color: #fff !important;
}
.bzqjut {
    color: #fff !important;
}
.fFbiDG, .eruObe, .ccHVwR {
    color: #fff !important;
}
.iFnYbn {
    color: #8B8B8E !important;
}
.degZTg .Popup__StyledContent-sc-bd151fd3-1 {
    background-color: #121212 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.dPMMnU {
    background-color: rgb(255, 255, 255, 0.5) !important;
}
.eZCFJC {
    background-color: rgb(255, 255, 255, 1) !important;
}
.jrVtlM {
    color: #8B8B8E;
}
.privacy_section {
    padding-top: 120px;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.subpage-dtl-slidder-sec .swiper-slide.col-4{
    width: calc(33.33% - 15px) !important;
    /* margin-right: 0 !important; */
}
.subpage-dtl-slidder-sec .swiper-wrapper{
    transform: translate(0) !important;
}
.calsty{ 
    border: 0; 
    width: 100%; 
    height: 600px; 
    background: transparent; 
}
@media(max-width: 991px){
    .calsty{ 
        height: 1060px; 
    }

}