@import url(fonts.css);
@import url(common-class.css);

body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    background-color: #070707;
    /*overflow-x: hidden;*/
}
::selection {
    background-color: #A7431C;
    color: #fff;
    text-shadow: none;
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/*****header-area*****/
.header-area {
    padding: 28px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    background-color: #1D1D1B;
}
.header-logo {
    transition: all 0.2s;
}
.header-logo img {
    width: 133px;
}
.header-btn .common-btn {
    padding-left: 63px;
    padding-right: 24px;
}
.header-btn .common-btn::after {
    content: "";
    background-image: url(../images/header-wp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: flex;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
/*****mega-menu*****/
.menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    color: #fff;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    gap: 16px;
    position: relative;
    border-radius: 100px;
    border: 1px solid #A7431C;
    background-color: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar {
    position: relative;
    max-width: 40px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 40px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    scale: 0;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-8px) rotate(-135deg);
}
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    border: 1.5px solid #303030;
    background-color: rgba(29, 29, 27, 0.18);
    padding: 170px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    z-index: -1;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 3%);
    width: calc(100% + 3%);
    z-index: -1;
    filter: blur(10px);
}
.mega-menu-bg img {
    height: 100%;
    object-fit: cover;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu-wrap::-webkit-scrollbar {
    background-color: #333333; 
    border-radius: 10px;
    width: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #4d4d4d; 
    border-radius: 10px;
    width: 10px;
}
.mega-menu ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.mega-menu li {
    font-family: 'Inter-Medium';
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.64px;
}
.mega-menu li:last-child {
    margin-bottom: 0;
}
.mega-menu li::after {
    display: none;
}
.mega-menu li a {
    color: #fff;
}
.mega-menu li a:hover {
    color: #A7431C;
}
.mega-menu li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu .footer-info {
    margin: 128px 0 0;
    border: 0;
    padding: 0;
}
.header-area-active .header-logo {
    opacity: 0;
    pointer-events: none;
}
.parent-dropdown {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown:hover {
    z-index: 1;
}
.parent-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #1D1D1B;
    min-width: 170px;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 0;
}
.parent-dropdown ul li a {
    color: #fff;
    padding: 2px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
}
.parent-dropdown ul li:last-child a {
    border-bottom: 0;
}
.parent-dropdown ul li a:hover {
    color: #A7431C;
}
.parent-dropdown:hover ul {
    top: 40px;
    opacity: 1;
    pointer-events: all;
}
.parent-dropdown img {
    cursor: pointer;
    margin-left: 10px;
    cursor: pointer;
}
.fix-wp {
    position: fixed;
    height: 44px;
    width: 44px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 100px;
    right: 30px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp img {
    width: 25px;
}
/*****banner-sec***/
.banner-sec {
	position: relative;
}
.banner-sec::after {
    content: "";
    height: 233px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000 13.09%, rgba(0, 0, 0, 0.67) 60.46%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
    pointer-events: none;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 124px;
    width: 100%;
	z-index: 2;
}
.banner-content h1 {
    margin-bottom: 40px;
}
.banner-content .common-btn {
    background-color: rgba(20, 20, 20, 0.4);
}
.banner-sec .GlassContainer {
    max-width: 110px;
    height: 110px;
    width: 100%;
    margin: 84px auto 0;
    --corner-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
    background-color: rgba(20, 20, 20, 0.05);
    border-radius: 100%;
    box-shadow: 0 4px 20px rgba(167, 67, 28, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-sec .GlassContainer:hover {
    box-shadow: 0 -10px 20px rgba(167, 67, 28, 0.5);
}
/******product-sec******/
.product-sec {
    padding: 26px 0 80px;
}
.product-slider {
    position: relative;
}
.product-sec h2 {
    margin-bottom: 100px;
    text-align: center;
}
.each-product-img {
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-product-img::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.70);
}
.each-product-price h4 {
    font-family: 'Inter-Medium';
}
.each-product-price h4 strong {
    font-family: 'Inter-Medium';
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-weight: normal;
    display: block;
}
.each-product:hover .GlassContainer{
    visibility: visible;
}
.glass-wrap {
    position: relative;
}
.product-sec .glass-wrap {
    padding: 72px 20px;
    border-radius: 50px;
    --corner-radius: 50px;
    position: relative;
    z-index: 1;
}
.product-sec .glass-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #5f240ea6, #303030) border-box;
    -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 50px;
}
.product-sec .BlendEdge {
    background-color: rgba(29, 29, 27, 0.18);
}
.sec-mark {
    position: absolute;
    bottom: 0;
    left: 0;
}
.product-sec .sec-mark {
    width: 24%;
    bottom: 16px;
    left: 12px;
}
.product-btn {
    margin: 80px 0 15px;
}
.each-product-text {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider .swiper {
    padding-top: 70px;
}
.product-slider .swiper-slide-active .each-product-text {
    opacity: 1;
}
.product-slider .swiper-slide-active {
    z-index: 1;
}
.product-slider .swiper-slide-active .each-product-img::after {
    opacity: 0;
}
.product-slider .swiper-slide-active .each-product {
    width: calc(100% + 34%);
    margin-left: -17%;
    margin-top: -12%;
}
.product-slider .common-arrow {
    top: 45%;
}
.product-slider .swiper-button-next {
    right: 6%;
}
.product-slider .swiper-button-prev {
    left: 6%;
}
.each-product-img .GlassContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 168px;
    min-width: 168px;
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    color: #fff;
    --corner-radius: 100%;
    --edge-width: 11;
    --softness: 4px;
    border-radius: 100%;
    visibility: hidden;
}
.each-product-img .GlassMaterial .GlassRefraction {
    backdrop-filter: invert(1.1) brightness(1.2) contrast(1.5);
}
.each-product-img .GlassContent {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}
.product-slider .swiper-slide-active:hover .each-product-img .GlassContainer {
    visibility: visible;
}

/*****brand-marquee-sec*****/
.brand-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.brand-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 150px;
    align-items: center;
}
.brand-marquee-wrap ul {
	display: flex;
    align-items: center;
	gap: 150px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.brand-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
}
.brand-marquee-inner {
    border-radius: 50px;
    background-color: #1D1D1B;
    overflow: hidden;
    padding: 60px 0;
}
.brand-marquee-wrap li img {
    opacity: 0.5;
    width: 70px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.brand-marquee-wrap li img:hover {
    opacity: 1;
}
/*****service-sec****/
.service-sec {
    padding: 80px 0 120px;
    overflow-x: hidden;
}
.service-sec h2 {
    text-align: center;
}
.service-slider {
    margin: 72px 0 56px;
}
.each-service {
    height: 409px;
    position: relative;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.61);
    overflow: hidden;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(214deg, rgba(0, 0, 0, 0.00) 13.23%, rgba(0, 0, 0, 0.50) 95.59%);
    pointer-events: none;
}
.each-service-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 24px;
    z-index: 1;
}
.each-service-text h3 {
    height: 2lh;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-img img {
    transform: scale(1.1);
}
.each-service-tag .GlassContainer {
    --corner-radius: 100px;
    --edge-width: 0;
    --softness: 4px;
    display: inline-block;
    padding: 16px 32px;
    border-radius: 100px;
    width: max-content;
    text-align: center;
}
.each-service-tag .GlassContainer h6 {
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    color: #fff;
}
.each-service-tag .GlassMaterial .GlassRefraction {
    backdrop-filter: invert(1.1) brightness(1.2) contrast(1.5);
}
.service-more .GlassContainer {
    height: 168px;
    max-width: 168px;
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    color: #fff;
    --corner-radius: 100%;
    --edge-width: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    visibility: hidden;
}
.service-more .GlassContent {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}
.each-service:hover .service-more .GlassContainer {
    visibility: visible;
}
.service-btn .common-btn {
    margin: 0 6px;
}
/****about-sec***/
.about-sec .glass-wrap {
    padding: 153px 20px 32px;
    --corner-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.about-sec .glass-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #5f240ea6, #303030) border-box;
    -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 50px;
}
.about-sec .BlendEdge {
    background-color: rgba(29, 29, 27, 0.18);
}
.about-sec .common-wrap {
    position: relative;
}
.about-heading {
    max-width: 780px;
    width: 100%;
    margin: 0 auto 80px;
    text-align: center;
}
.about-heading h3 {
    margin-bottom: 20px;
}
.about-heading p {
    margin: 48px 0 40px;
}
.about-img {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.about-img img {
    max-width: 60%;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
}
.about-top-mark {
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
}
.about-wave {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 10%);
    pointer-events: none;
}
.about-bg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50%;
}
.about-wave-mobile {
    display: none;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 32px 0;
}
.usp-marquee-inner {
    border-radius: 50px;
    background-color: #1D1D1B;
    overflow: hidden;
    padding: 60px 0;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 40px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 40px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
    position: relative;
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 3.2rem;
    line-height: 40px;
    letter-spacing: 0.64px;
    padding-left: 60px;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 45px;
	width: 45px;
	position: absolute;
	left: 0;
	top: 0;
    background-image: url(../images/usp-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45px;
}
.usp-marquee-wrap li strong {
    color: #A7431C;
    font-weight: normal;
}
/*****review-sec****/
.review-sec {
    padding: 60px 0 40px;
}
/****footer-area****/
.footer-area {
    padding-bottom: 28px;
    position: relative;
    z-index: 1;
}
.footer-area .glass-wrap {
    padding: 72px 20px 40px;
    border-radius: 50px;
    overflow: hidden;
}
.footer-area .glass-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #5f240ea6, #303030) border-box;
    -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 50px;
}
.footer-area .BlendEdge {
    background-color: rgba(29, 29, 27, 0.18);
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 177px;
}
.footer-info {
    margin: 48px 0;
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    gap: 100px;
    justify-content: center;
}
.each-footer-info {
    text-align: center;
}
.each-footer-info h4 {
    margin-bottom: 20px;
    font-family: 'Inter-Medium';
}
.each-footer-info table {
    text-align: left;
    margin: 0 auto;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 60px;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.7);
}
.each-footer-info p a:hover {
    color: #A7431C;
}
.footer-btm {
    display: flex;
    column-gap: 56px;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
}
.footer-privacy p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.7);
}
.footer-privacy p a:hover {
    color: #A7431C;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 13px;
    display: flex;
    align-items: center;
}
.footer-social li a {
    height: 52px;
    width: 52px;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    border-color: #A7431C;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(16%) saturate(4944%) hue-rotate(347deg) brightness(90%) contrast(91%);
}
.footer-right-mark {
    left: auto;
    right: -23px;
    bottom: -13px;
}
.footer-left-mark {
    left: -23px;
    bottom: -13px;
}
/*================================aanbod-dtl page start=====================================*/
/****dtl-model-sec****/
.dtl-model-sec {
    padding: 216px 0 74px;
}
.dtl-model-sec p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}
/****dtl-top-sec****/
.dtl-top-slider {
    margin-left: -7.5px;
    position: relative;
    height: 100%;
}
.dtl-top-slider .swiper {
    direction: rtl;
    border-radius: 10px;
}
.dtl-top-slider .swiper-slide {
    height: auto;
}
.each-dtl-car {
    position: relative;
    overflow: hidden;
    height: calc(100% - 80px);
    margin-top: 40px;
}
.each-dtl-car::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(20, 20, 20, 0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-car img {
    height: 100%;
    object-fit: cover;
}
.dtl-top-slider .swiper-slide-active .each-dtl-car::after {
    opacity: 0;
}
.dtl-top-slider .swiper-slide-active .each-dtl-car {
    height: 100%;
    margin-top: 0;
    border-radius: 10px;
}
.dtl-top-slider .swiper-button-next {
    right: -25px;
}
.dtl-top-slider .swiper-button-prev {
    left: 28%;
}
.dtl-car-info {
    border-radius: 10px;    
    border: 1px solid rgba(167, 67, 28, 0.3);
    background-color: rgba(255, 255, 255, 0.18);
    max-width: 340px;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.dtl-car-info-wrap{
    height: 100%;
}
.dtl-car-info .each-dtl-car-info:nth-child(5){
    border-bottom: none;
}
.each-dtl-car-info {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 24px 16px;
    border-bottom: 1px solid rgba(254, 254, 254, 0.10);
}
.each-dtl-car-info:last-child {
    margin-bottom: 0;
}
.each-dtl-car-info-img {
    min-width: 64px;
    width: 64px;
}
.each-dtl-car-info-text h6 {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-dtl-car-info-text h4 {
    font-family: 'Inter-Medium';
    margin-bottom: 8px;
}
.dtl-car-info-mark-top,
.dtl-car-info-mark-btm {
    position: absolute;
    top: -5px;
    right: -5px;
    pointer-events: none;
    filter: blur(7px);
}
.dtl-car-info-mark-btm {
    top: auto;
    right: auto;
    bottom: -5px;
    left: -5px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    text-transform: none;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    padding: 15px 35px;
    border-radius: 100px;
    border: 1px solid #A7431C;
    background-color: rgba(20, 20, 20, 0.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li span {
    position: relative;
    padding-right: 13px;
}
.tab-btn ul.tabs li span::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background-image: url(../images/tab-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    width: 9px;
    height: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    box-shadow: 0 4px 20px 0 rgba(167, 67, 28, 0.5);
}
.tab-btn .tabs li.active {
    background-color: #A7431C;
    opacity: 1;
    color: #fff;
}
.tab-btn .tabs li.active span::after {
    transform: translateY(-50%) rotate(180deg);
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 80px 0;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 20px;
    margin-bottom: 68px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 17px;
    row-gap: 46px;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 49%;
	position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    display: flex;
    column-gap: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #fff;
    width: 49%;
}
.kenmerken-tab li em {
    font-style: normal;
    width: 49%;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #fff;
    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 {
    position: relative;
	margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #A7431C;;
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #A7431C;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #fff;
    cursor: pointer;
    margin-top: 50px;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #A7431C;
}
/*****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-color: rgba(7, 7, 7, 0.3);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #070707;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #A7431C;
	box-shadow: 0px 0px 25px 0px rgba(167, 67, 28, 0.3);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(167, 67, 28, 0.3);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    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 #A7431C;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
    overflow-x: hidden;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model p {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
/*****dtl-contact-card****/
.dtl-contact-card {
    border-radius: 10px;
    border: 1px solid #303030;
    background-color: rgba(255, 255, 255, 0.18);
    padding: 25px;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    border: 1px solid rgba(167, 67, 28, 0.3);
}
.dtl-contact-card-img {
    border-radius: 100%;
    height: 140px;
    min-width: 140px;
    border: 5px solid #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}
.dtl-contact-card-img img {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-contact-card-top {
    display: flex;
    align-items: center;
}
.dtl-contact-card-text h4 {
    font-family: 'Inter-Medium';
}
.dtl-contact-card-text p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.8);
}
.dtl-contact-card-text p a {
    color: rgba(255, 255, 255, 0.8);
}
.dtl-contact-card-text p a:hover {
    color: #fff;
}
.dtl-contact-card ul {
    padding: 0;
    margin: 11px 0 22px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.dtl-contact-card li {
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px; 
    letter-spacing: 0.32px;
}
.dtl-contact-card li a {
    color: rgba(255, 255, 255, 0.8);
}
.dtl-contact-card li a:hover {
    color: #fff;
}
.dtl-contact-card li img {
    margin-right: 2px;
    margin-top: -2px;
}
.dtl-contact-card .common-btn {
    padding: 10px 18px;
    text-align: center;
    display: block;
    margin-top: 10px;
    box-shadow: none;
    width: 100%;
}
.dtl-contact-card .common-btn:hover {
    box-shadow: 0 4px 20px 0 rgba(167, 67, 28, 0.5);
}
/*****form-sec****/
.form-sec .glass-wrap {
    padding: 94px 70px;
    --corner-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}
.form-sec .glass-wrap::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #5f240ea6, #303030) border-box;
    -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 50px;
}
.form-sec .BlendEdge {
    background-color: rgba(29, 29, 27, 0.18);
}
.form-sec .GlassContent {
    border-radius: 0;
}
.form-heading {
    max-width: 704px;
    width: 100%;
    margin: 0 auto 70px;
    text-align: center;
}
.form-heading p {
    margin: 16px 0 0;
}
.form-img {
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    border: 1.5px solid #A7431C;
    box-shadow: 0 4px 20px 0 rgba(167, 67, 28, 0.5);
    height: 100%;
}
.form-img img{
    object-fit: cover;
    height: 100%;
}
.form-block {
    border-radius: 10px;
    border: 1px solid #303030;
    background-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(40px);
    padding: 32px;
}
.form-block .form-group {
    margin-bottom: 21px;
}
.form-block .col-lg-6,
.form-block .col-lg-12 {
    padding: 0 12px;
}
.form-block .row {
    margin: 0 -12px;
}
.form-block .form-style {
	resize: none;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 5px;
    background-color: rgba(20, 20, 20, 0.25);;
    font-family: 'Inter-Regular';
    color: rgba(242, 240, 239, 0.7);
    font-size: 1.6rem;
    padding: 23px;
    letter-spacing: 0.32px;
}
.form-block .form-style:placeholder {
    color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style:-ms-input-placeholder {
    color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style::placeholder {
    color: rgba(242, 240, 239, 0.7);
}
.form-block .form-style:focus {
    box-shadow: none;
    border-color: #fff;
    color: #F2F0EF;
    background-color: rgba(255, 255, 255, 0.20);
}
.form-block .form-style:focus::placeholder {
    color: #F2F0EF;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_uplaod {
    color: rgba(242, 240, 239, 0.7);
}
.form-block textarea.form-style {
    height: 255px;
}
.form-block .common-btn {
    background-color: #222222;
}
.form-block .common-btn::after {
    opacity: 0;
}
.form-block .footer-social ul {
    justify-content: end;
}
.form-content > .row > .col-lg-4,
.form-content > .row > .col-lg-8 {
    padding: 0 20px;
}
.form-content > .row > .col-lg-4 {
    width: 36%;
}
.form-content > .row > .col-lg-8 {
    width: 64%;
}
.form-content > .row {
    margin: 0 -20px;
}
.form-block .common-btn{
   border: 1.5px solid #A7431C;
   padding-top: 16px;
   padding-bottom: 16px;
}
.share-social-media-button {
    display: flex;
    justify-content: center;
}
.share-social-media-button a {
    margin-top: 15px;
    text-align: center;
    border: 1px solid #A7431C;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.4s ease-in-out;
}
.share-social-media-button a:hover{
    background-color: #A7431C;
}
.share-social-media-button a svg path {
    fill: #fff;
}
/***related-car-sec***/
.related-car-sec {
    padding: 120px 0 80px;
}
.related-car-sec h2 {
    margin-bottom: 72px;
    text-align: center;
}
.related-car-slider {
    position: relative;
}
.related-car-slider .each-product-img::after {
    opacity: 0;
}
.related-car-slider .each-product-text {
    opacity: 1;
}
.related-car-slider .each-product:hover .each-product-img .GlassContainer {
    visibility: visible;
}
.related-car-slider .common-arrow {
    top: 40%;
}
.related-car-slider .swiper-button-next {
    right: -15px;
}
.related-car-slider .swiper-button-prev {
    left: -15px;
}
/* ============ Diensten List Page Start ============ */
/* listing-page-banner-sec */
.listing-page-banner-sec{
    position: relative;
    z-index: 1;
}
.listing-banner-heading{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 116px;
    z-index: 1;
    width: 100%;
}
.listing-banner-heading h1{
    text-align: center;
}
.listing-page-banner{
    position: relative;
    z-index: 1;
}
.listing-page-banner::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(20, 20, 20, 0.40) 0%, rgba(20, 20, 20, 0.40) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.listing-page-banner::before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #000 13.09%, rgba(0, 0, 0, 0.67) 60.46%, rgba(0, 0, 0, 0.00) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 136px;
}
.listing-page-banner{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.listing-page-banner img{
    height: 100%;
    object-fit: cover;
}
/* product-listing-sec */
.product-listing-sec {
    padding: 120px 0px;
}
.product-listing-item{
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
    background: rgba(29, 29, 27, 0.18);
    transition: 0.5s ease-in-out;
}
.product-listing-item::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #5f240ea6, #303030) border-box;
    -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 50px;
}
.circle-bottom-left-img{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.6;
}
.cricle-middle-img{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    pointer-events: none;
    transform: translate(-50% , -50%);
}
.circle-top-right-img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.6;
}
.prpduct-listing-img > img{
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}
.prpduct-listing-img{
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.product-listing-item:hover .prpduct-listing-img img{
    transform: scale(1.2);
}
.product-listing-item:hover .prpduct-listing-img .GlassContainer {
    visibility: visible;
}
.prpduct-listing-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.prpduct-listing-more{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.product-listing-item .glass-wrap{
    padding: 46px 30px;
}
.prpduct-listing-img .GlassContainer {
    height: 168px;
    max-width: 168px;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #fff;
    --corner-radius: 100%;
    --edge-width: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    visibility: hidden;
}
.prpduct-listing-img .GlassContent {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
}
.prpduct-listing-img{
    max-width: 703px;
    margin-left: auto;
}
.product-listing-content{
    max-width: 497px;
}
.product-listing-content h2{
    margin-bottom: 32px;
}
.product-listing-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-listing-content p:last-child{
    margin-bottom: 0;
}
.product-listing-wrapper .product-listing-item:nth-child(even) .row{
    flex-direction: row-reverse;
}
.product-listing-wrapper .product-listing-item:nth-child(even){
    margin: 56px 0px;
}
.product-listing-wrapper .product-listing-item:nth-child(even):last-child{
    margin-bottom: 0px;
}
.product-listing-wrapper .product-listing-item:nth-child(even) .prpduct-listing-img{
    margin-left: unset;
}
.product-listing-wrapper .product-listing-item:nth-child(even) .product-listing-content {
    margin-left: auto;
}
/* review-top-sec */
.review-top-sec{
    padding-top: 0;
}
/* ============ Diensten List Page End ============ */
/* ============ Diensten Detail Page Start ============ */
/* produst-detail-sec */
.produst-detail-sec {
    padding-top: 206px;
}
.produst-detail-content h2{
    margin-bottom: 32px;
}
.produst-detail-content p:last-child{
    margin-bottom: 0;
}
.produst-detail-content p strong{
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.48px;
    font-weight: normal;
    display: block;
    margin-bottom: -23px;
}
.produst-detail-img{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 26%);
}
.produst-detail-sec .row .col-lg-6:first-child{
    width: 53.9%;
}
.produst-detail-sec .row .col-lg-6:last-child{
    width: 46.1%;
}
.produst-detail-content{
    max-width: 753px;
}
.product-listing-item .GlassContainer {
    --extra-blur: 5px;
    --softness: 28px;
}
/* info-detail-sec */
.info-detail-sec {
    padding-top: 96px;
    padding-bottom: 120px;
}
.info-detail-heading h2{
    margin-bottom: 0;
    text-align: center;
}
.info-detail-heading{
    margin-bottom: 74px;
}
.info-detail-item{
    position: relative;
    z-index: 1;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    background: rgba(29, 29, 27, 0.18);
    transition: 0.5s ease-in-out;
}
.info-detail-item::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background: linear-gradient(to right, #5f240ea6, #303030) border-box;
    -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 10px;
}
.info-detail-item:hover{
    box-shadow: 0 4px 20px rgba(167, 67, 28, 0.50);
}
.info-detail-layer{
   position: absolute;
   top: 0;
   right: 0;
   z-index: -1;
   pointer-events: none;
   opacity: 0.5;
}
.info-detail-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 47px;
    column-gap: 47px;
}
.info-detail-item h3{
    margin-bottom: 16px;
}
.info-detail-item p{
    margin-bottom: 0;
}
.info-detail-item .glass-wrap{
    padding: 67px 45px;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    height: 100%;
}
.info-detail-item .GlassContainer {
    --corner-radius: 10px;
}
.info-detail-item  .GlassMaterial:before {
    background: linear-gradient(-90deg, rgba(48, 48, 48, 1) 0%, rgb(73 57 52) 100%);
    padding: 1.5px;
}
/* related-product-sec */
.related-product-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}
.related-product-heading h2{
    margin-bottom: 0;
    text-align: center;
}
.related-product-heading {
    margin-bottom: 80px;
}
.diensten-slider .each-service {
    height: 546px;
}
.diensten-slider .each-service-text {
    padding: 32px;
}
/* ============ Diensten Detail Page End ============ */
/* ============ Vacature Detail Page Start ============ */
.vacature-list-detail-sec .info-detail-wrapper{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    column-gap: 24px;
    row-gap: 24px;
}
.vacature-list-detail-sec .info-detail-item .glass-wrap {
    padding: 62px 85px;
    display: flex;
}
.vacature-list-detail-sec .info-detail-item .glass-wrap .GlassContent{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.info-detail-item ul li{
    font-size: 1.6rem;
    line-height: 24px;
}
.info-detail-item ul{
    margin-bottom: 0;
}
/* related-product-sec */
.vacature-slider .each-service {
    height: 546px;
}
.vacature-slider .each-service-text {
    padding: 32px;
}
/* ============ Vacature Detail Page End ============ */
/* ============ Over Ons Page Start ============ */
/* over-ons-sec */
.over-ons-sec{
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 113px;
    padding-bottom: 120px;
}
.over-ons-content-img{
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.61);
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.over-ons-content-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(328deg, rgba(0, 0, 0, 0.00) 19.16%, rgba(0, 0, 0, 0.50) 80.84%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.over-ons-sec .row *:nth-child(2) .over-ons-content-wrapper .over-ons-content-img::after{
    display: none;
}
.over-ons-content h2{
    margin-bottom: 22px;
}
.over-ons-content h4{
    font-family: 'Inter-Regular';
}
.over-ons-content p:last-child{
    margin-bottom: 0;
}
.over-ons-sec .row .col-lg-7 {
    width: 58%;
}
.over-ons-sec .row .col-lg-5 {
    width: 42%;
}
.over-ons-sec .row *:nth-child(2) .over-ons-content-wrapper {
    position: relative;
    z-index: 9;
}
.over-ons-sec .row{
    --bs-gutter-x: 56px;
    --bs-gutter-y: 0;
}
.over-ons-content-wrapper{
    display: flex;
    flex-direction: column;
    gap: 80px;
}
.over-ons-marquee {
    overflow: hidden;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 1;
}
/* over-ons-box-sec */
.over-ons-box-sec .glass-wrap{
    padding: 128px 0px;
}
.over-ons-box-wraper{
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
    background: rgba(29, 29, 27, 0.18);
}
.over-ons-box-wraper::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff14;
    z-index: 1;
    border-radius: 50px;
}
.over-ons-box-item-content h3{
    margin-bottom: 16px;
}
.over-ons-box-item-content p:last-child{
    margin-bottom: 0;
}
.over-ons-box-heading{
    margin-bottom: 56px;
    text-align: center;
}
.over-ons-box-item{
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(40px);
    padding: 54px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 24px;
}
.over-ons-box-under-wrap .col-lg-12 .over-ons-box-item::after{
    position: absolute;
    content: "";
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(29, 29, 29, 0.50) 0%, rgba(29, 29, 29, 0.50) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.over-ons-box-wrap .container > .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.over-ons-box-wrap .row .col-lg-8 {
    width: 75.55%;
}
.over-ons-box-wrap .row .col-lg-4 {
    width: 24.45%;
}
.over-ons-box-under-wrap .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.over-ons-box-item-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.over-ons-box-item-img img{
    object-fit: cover;
    height: 100%;
}
.over-ons-box-item-content{
    max-width: 558px;
    margin: 0 auto;
}
/* over-ons-slider-sec */
.over-ons-slider-sec{
    padding-top: 120px;
    padding-bottom: 138px;
}
.over-ons-slider-heading{
    text-align: center;
    margin-bottom: 40px;
}
.each-over-ons-top-slider-img{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-top-slider-img img{
    height: 100%;
    object-fit: cover;
}
.each-over-ons-thumb{
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-top-slider{
    margin-bottom: 10px;
}
.over-ons-slider .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 50px;
    top: 40%;
}
.over-ons-slider .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 50px;
    top: 40%;
}
/* ============ Over Ons Page End ============ */
/* ============ Contact Page Start ============ */
.contact-banner-bg{
    height: 600px;
    width: 100%;
}
.contact-info-sec{
    padding-top: 56px;
    padding-bottom: 112px;
}
.contact-info-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    max-width: 954px;
    margin: 0 auto;
}
.contact-info-wrapper .each-footer-info {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    width: 375px;
}
.contact-info-wrapper .each-footer-info:first-child {
    max-width: 230px;
    border-right: 0px;
    border-left: 0px;
}
.contact-info-wrapper .each-footer-info:last-child {
    max-width: 228px;
    margin-left: auto;
    border-right: 0px;
    border-left: 0px;
}
.contact-info-btn-wrapper .call-btn::after{
    position: absolute;
    content: "";
    background-image: url(../images/contact-call-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: flex;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-info-btn-wrapper .whatsapp-btn::after{
    position: absolute;
    content: "";
    background-image: url(../images/header-wp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: flex;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-info-btn-wrapper .common-btn {
    padding-left: 64px;
    padding-right: 24px;
}
.contact-info-btn-wrapper{
    display: flex;
    gap: 40px;
    justify-content: center;
}
.contact-info-btn-wrapper{
    padding-bottom: 80px;
}
.review-new-top-sec{
    padding-top: 120px;
}
.contact-form-sec .glass-wrap{
    padding: 128px 0px;
}
/* ============ Contact Page End ============ */
/* ============ Werkplaats Page Start ============ */
/* werkplaats-detail-sec */
.werkplaats-detail-sec .produst-detail-img{
    position: relative;
    z-index: 1;
}
.werkplaats-detail-sec .produst-detail-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
/* form-sec */
.form-block .form-select {
    background-image: url("../images/select-arrow.svg");
    background-position: right 48px center;
    background-size: 24px 12px;
}
.form-block .form-style option{
    color: #000;
}

/* ============ Werkplaats Page End ============ */








/* ==========AANBOD-LIST-START===================== */
/* *****aanbod-list-top-sec******* */
.brand-marquee-sec.aanbod-list-top-sec{
    padding-top: 190px;
}
.aanbod-list-top-sec .brand-marquee-wrap li img{
    width: 400px;
    opacity: 1;
}
.aanbod-list-top-sec .brand-marquee-wrap ul{
    gap: 40px;
}
.aanbod-list-top-sec .brand-marquee-wrap{
    gap: 40px;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    margin-top: 0;
    padding-top: 68px;
    position: relative;
    padding-bottom: 55px;
}
.aanbod-filter-sec .aanbod-filter-wrap {
    border: 0;
    padding: 0;
}
.filter-left-area .row {
    column-gap: 9px;
}
.aanbod-filter-sec label {
    font-size: 1.4rem;
}
.aanbod-filter-sec .filter-main .col-lg-3 {
    width: 18%;
}
.aanbod-filter-sec .filter-content {
    background: #1D1D1B;
    border-color: #1D1D1B;
}
.aanbod-filter-sec .form-check-input {
    border-color: #14112C;
}
.aanbod-filter-sec label span {
    color: #14112C;
}
.aanbod-filter-bg-mark {
	position: absolute;
	top: 0;
	width: 100%;
	pointer-events: none;
}
.aanbod-list-product-sec {
    padding-top: 60px;
}
.aanbod-list-product-area {
    position: relative;
    z-index: 1;
}
.aanbod-list-product-area .row {
    row-gap: 40px;
}
.filter-main {
    margin-bottom: 20px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
	border-radius: 16px;
	border: 1.5px solid #fff;
	padding: 24px 30px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(100) invert(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #A7431C;
    /* background-color: #A7431C; */
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(26%) sepia(88%) saturate(1110%) hue-rotate(348deg) brightness(93%) contrast(90%);
}
.select-style {
	width: 100%;
    min-width: 192px;
    color: #fff;
    padding: 0 27px 0 26px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    position: relative;
    z-index: 1;
    transition: unset;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-style::after{
    content: "";
    background: url(../images/filter-arrow.svg);
    background-size: 9px;
    height: 100%;
    width: 100%;
    top: 0;
    right: 13px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: right center;
}
.filter-sort .select-style{
    color: #FFF;
    border-radius: 100px;
    border: 1.5px solid #A7431C;
    background: #A7431C;
    box-shadow: 0 4px 20px 0 rgba(167, 67, 28, 0.50);
}
.filter-sort .select-style:hover{
    background-color: transparent;
    border: 1.5px solid #A7431C;
    color: #FFF;
}
.filter-sort .select-style.show{
    background-color: #A7431C;
    border: 1px solid #A7431C;
    color: #fff;
    background-size: 9px;
}
.select-style:hover{
    background-color: #A7431C;
}
.select-style.show{
    background: transparent;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.select-style.show::after{
    transform: rotateX(180deg);
}
.filter-main {
    margin-bottom: 30px;
}
.filter-main option{
	font-family: 'Inter-Regular';
	background-color: #070707;
}
.filter-content {
    display: none;
    padding: 10px 10px 15px;
    z-index: 2;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
    min-width: 192px;
}
.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 .filter-main .row {
	justify-content: start;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.2rem;
	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: 13px;
    height: 13px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #A7431C;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1D1D1B;
    border-color: #A7431C;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    border-radius: 100px;
    background-color: transparent;
    font-size: 1.4rem;
    border: 1px solid #A7431C;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #A7431C;
    border-color: #A7431C;
    color: #FFF;
}
.filter-main .col-lg-3 {
	width: 16.6%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
	transform: translateX(-50%);
    top: 123px;
    background-color: #1D1D1B;
    width: 100%;
    z-index: 5;
    margin-top: 6px;
    padding: 12px 10px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.70);
    border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}
.mobile-show-filter .common-btn:hover {
    background-color: #A7431C;
    border-color: #A7431C;
    color: #fff;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    color: #14112C;
    border: 1px solid #fff;
    margin-left: 12px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background-color: #A7431C;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #A7431C;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
    margin-top: 0;
    background-color: #A7431C;
    border-color: #A7431C;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #fff;
}
/* .auto-overview-filter-result .common-btn:hover {
	background-color: #fff;
    border-color: #fff;
    color: #14112C;
} */
.cursor-pointer {
	cursor: pointer;
}
/* .filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
} */
.filter-sort .col-lg-3 {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.radio_filter .form-check-input {
	display: none;
}
.filter-sort-right{
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 24px;
}
.aanbod-list-merk {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
/* Kilometerstand slider range */
.kilometerstand-range h4{
    font-family: 'Inter-Medium';
    margin-bottom: 31px;
}
.kilometerstand-range .ui-widget.ui-widget-content{
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    width: 100%;
    height: 16px;
    border: none !important;
    margin-bottom: 31px;
}
.kilometerstand-range .ui-widget-header {
    border: none !important;
    background: #A7431C !important;
}
.kilometerstand-range span.ui-slider-handle.ui-corner-all.ui-state-default{
    width: 32px;
    height: 32px;
    background-color: #FFF;
    border-radius: 50%;
    border: none !important;
    top: 50%;
    margin-left: -15px;
    transform: translateY(-50%);
}
.kilometerstand-range input{
    color: #FFF;
    font-family: 'Inter-Regular';
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    background-color: transparent;
    border: none;
}
.kilometerstand-range .filter-content {
    width: 408px !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(60px)  !important;
    border-radius: 10px !important;
    padding: 24px !important;
}
.kilometerstand-range .select-style.show {
    border-radius: 50px;
}
/* ******aanbod-list-car-sec****** */
.aanbod-list-car-sec{
    padding-bottom: 58px;
}
.aanbod-list-car-sec .each-product-text{
    opacity: 1;
}
.aanbod-list-car-sec .each-product-img::after{
    display: none;
}
.aanbod-list-car-sec .each-product-text td span{
    display: block;
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-list-car-sec a:hover{
    color: #fff;
}
.aanbod-list-car-sec .each-product-text td{
    line-height: 24px;
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    position: relative;
}
.aanbod-list-car-sec .each-product-text td::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 48px;
    background: rgba(255, 255, 255, 0.20);;
    top: 0;
    right: -25px;
}
.aanbod-list-car-sec .each-product-text td:last-child::after{
    display: none;
}
.aanbod-list-car-sec .each-product-text tr{
    display: flex;
    column-gap: 48px;
}
.aanbod-list-car-sec .each-product-text table{
    width: 100%;
    margin-top: 16px;
}
.aanbod-list-car-sec .row{
    row-gap: 48px;
}
/* ============VERKOCHT-PAGE============== */
/* **verkocht-car-list-sec* */
.verkocht-car-list-sec .each-product-text{
    opacity: 1;
}
.verkocht-car-list-sec .each-product-img::after{
    display: none;
}
.verkocht-car-list-sec{
    padding-top: 215px;
    padding-bottom: 62px;
}
.verkocht-car-list-heading{
    padding-bottom: 60px;
}
.verkocht-car-list-sec .each-product-price p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}
.verkocht-car-list-main .row{
    row-gap: 45px;
}
/* ================thank-you===================== */
/****popup****/
.modal-area .modal-dialog {
    max-width: 1520px;
    margin: 7% auto 0;
}
.modal-area .modal {
    background: rgba(17, 17, 17, 0.50);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    position: relative;
    border-radius: 50px;
    background: transparent;
    overflow: hidden;
    z-index: 1;
}
.modal-area .modal-content::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
      border: 1px solid transparent;
  background: linear-gradient(to right, #5f240ea6, #303030) border-box;
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
    mask-composite: exclude; 
    z-index: 1;
    border-radius: 50px;
}
.modal-area .glass-wrap{
    padding: 60px;
}
.modal-area .GlassContainer{
    --corner-radius: 0px;
    --softness: unset;
    --invert: unset;
    background: transparent;
}
.modal-area .GlassContainer .GlassMaterial:before{
    background: none;
}
.modal-area .popup-content {
    max-width: 635px;
}
.modal-area .pop-up-image {
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.modal-area .pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 22%);
}
.modal-area .pop-up-image{
    position: relative;
    z-index: 1;
}
.modal-area .pop-up-image::after{
    position: absolute;
    content: "";
    background: linear-gradient(216deg, rgba(0, 0, 0, 0.00) 11.12%, rgba(0, 0, 0, 0.40) 93.15%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.modal-area .circle-bottom-left-img {
    opacity: 0.5;
    filter: blur(4px);
}
.modal-area .circle-top-right-img{
    opacity: 0.5;
    filter: blur(4px); 
}
.modal-area .popup-content p,
.modal-area .popup-content li {
    color: #fff;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0px;
}
.modal-area .popup-content li::after{
    background-image: url(../images/bullet-black.svg);
}
.close-img {
    position: absolute;
    top: 32px;
    right: 32px;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A7431C;
    border-radius: 50%;
    background-color: #A7431C;
    z-index: 9;
}
.close-img img {
    width: 30px;
}
.modal-area .modal-main-content .col-lg-5 { 
    width: 49%;
}
.modal-area .modal-main-content .col-lg-7 { 
    width: 51%;
}
.modal-area .modal-main-content .row{
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.modal-area .popup-content p{
    margin-bottom: 32px;
}
.modal-area .popup-content p:last-child{
    margin-bottom: 0;
}
.modal-area .popup-content h2{
    margin-bottom: 32px;
}
.modal-area .popup-content ul{
    padding: 0;
    margin: 0;
    padding-left: 22px;
}
/* *******thankyou-banner-sce******** */
.thankyou-banner-sce .inner-banner-img {
  height: 915px;
}
.thankyou-banner-sce .inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.thankyou-banner-sce .inner-banner-content {
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    width: 100%;
}
.thankyou-banner-sce .inner-banner-content h1 {
    margin-bottom: 4px;
}
.thankyou-banner-sce .inner-banner-content h2{
    margin-bottom: 80px;
}
.inner-banner.thankyou-banner-sce::after{
    z-index: -1;
}
.inner-banner.thankyou-banner-sce{
    margin-bottom: 50px;
}
/* thank you page sec */
.thank-you-sec .banner-content h1 {
    margin-bottom: 32px;
}
.thank-you-sec .banner-content {
    bottom: unset;
    top: 56%;
    transform: translateY(-50%);
}
/* Bedankt page sec */
.bedankt-sec .banner-content h1{
    margin-bottom: 0px;
}
.bedankt-sec .banner-content .common-btn {
    margin-top: 32px;
}
.bedankt-sec .banner-content p{
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 415px;
}
.bedankt-sec .banner-content {
    bottom: unset;
    top: 60%;
    transform: translateY(-50%);
}

#loader_section {
	display: none;
	width: 100%;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	padding: 30vh 0
}

#loader_section p {
	color: #fff;
	font-size: 1.8rem;
	text-align: center
}

#loader_section img {
	width: 100px;
	margin-bottom: 25px
}

.morgeninternet-footer {
	background: #000;
	max-width: calc(100% - 24px);
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: .3s;
	border-radius: 10px;
	margin: 10px auto 0
}

.morgeninternet-footer:hover {
	background: #202020;
	transition: .3s
}
.morgeninternet-footer > img {
  height: 34px;
  padding-top: 10px;
}
.kenteken_np {
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 10px 6px 30px;
	color: #000;
	background-size: contain
}

.bullet-panel h3,
.star_icon {
	margin-bottom: 30px
}

.star_icon h4 {
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #181716
}

.star_icon p img {
	width: 15px;
	margin-top: -3px;
	margin-right: 5px
}

.star_icon p {
	padding-bottom: 6px;
	word-break: break-word
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px
}

.star_icon h3 {
	margin: 40px 0 30px
}

.aanbod-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#555 calc(1*100%/6), #fff 0 calc(3*100%/6), #555 0), linear-gradient(#555 calc(2*100%/6), #fff 0 calc(4*100%/6), #555 0), linear-gradient(#555 calc(3*100%/6), #fff 0 calc(5*100%/6), #555 0);
	background-size: 10px 400%;
	background-repeat: no-repeat;
	animation: 1s linear infinite matrix
}

@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: #fff
}
.lfCQiA {
    display: none;
}
.bedankt-sec {
    margin-bottom: 30px;
}

/* whats app lab start  */



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

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 32px;
    right: -8px;
    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;
    }
}
/* whatapp lab end  */
.popup .popuptext {
    padding: 12px 0;
    bottom: -34px;
    right: 3vw;
    border-radius: 50px;
}
.consignatie-form .kenttick .kent .form-input-img {
    background-image: url(../images/popup-form-input-img.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 250px;
    max-width: 250px;
    padding: 12px 26px;
    padding-left: 50px;
    border:none;
    font-size: 1.8rem;
    text-transform: uppercase !important;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: initial;
    color: rgba(115, 115, 116, .5);
    font-style: italic;
}
.consignatie-form .kenttick .kent .form-popup-carimage {
    background-image: url(../images/popup-car-image2.jpg);
    border-radius: 0px;
}
.consignatie-form  .form-label{
    margin-bottom: 10px;
}
.consignatie-form .tick {
    position: relative;
    z-index: 1;
    max-width: 250px;
}
.consignatie-form .tick::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 10px;
    background-image: url(../images/g-tick.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
}
.consignatie-form h4{
    margin-bottom: 25px;
}
.consignatie-form .formErrorContent {
    color: red;
}
.financieren-tab {
    background-color: #fff;
}

.financiering-form .glass-wrap {
    background-color: #fff;
}