body {
	padding: 0px;
	margin: 0px;
	font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    color: #111111;
    background-color: #F0E6D7;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    /* max-width: calc(100% - 34px); */
    margin: 0 auto 17px;
    border-radius: 0;
    max-width: 100%;
}
/*****fix-block****/
.fix-block {
    position: fixed;
    bottom: 4%;
    right: 28px;
    z-index: 11;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/****fix-wp****/
.fix-wp-img {
    position: relative;
    background-color: #11D100;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.fix-wp a {
    color: #fff;
}
.fix-wp a img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.fix-wp-info {
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fix-wp:hover .fix-wp-info {
    clip-path: inset(0 0 0 0);
}
.fix-wp-txt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.fix-wp-info {
    border-radius: 10px;
    background-color: #11D100;
    padding: 4px 8px;
    padding-right: 24px;
    position: relative;
    right: -6%;
    line-height: 24px;
    letter-spacing: 0.32px;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****fix-call****/
.fix-call-img img {
    width: 24px;
}
.fix-call .fix-call-img {
    background-color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    pointer-events: all;
}
.fix-call a {
    color: #111111;
}
.fix-call {
    position: relative;
    pointer-events: none;
}
.fix-call-txt {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    
}
.fix-call-info {
    border-radius: 10px;
    background-color: #FFF;
    padding: 4px 8px;
    padding-right: 24px;
    position: relative;
    right: -6%;
    line-height: 24px;
    letter-spacing: 0.32px;
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    
}
.fix-call:hover .fix-call-info {
    clip-path: inset(0 0 0 0);
}
.fix-call:hover{
    pointer-events: all;
}
/* .fix-rating,
.fix-rating iframe {
    width: 118px;
    margin-left: auto;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
} */
.fix-rating, .fix-rating iframe {
    width: 100px;
    margin-left: auto;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    height: 150px;
    position: fixed;
    top: 45%;
    right: 0;
}
/*****************header****************/
/*****header-area*****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 12px 0;
    background: #FFF;
    backdrop-filter: blur(7.5px);
    /* background: rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.30); */
}
.header-logo img {
    width: 254px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.header-nav li {
    padding-left: 0;
}
.header-nav > ul > li {
    color: #fff;
}
.header-nav > ul > li > a {
    color: rgba(17, 17, 17, 0.70);
    font-size: 1.6rem;
    font-family: 'DMSans-Regular';
    line-height: 24px; 
    padding-bottom: 8px;
}
.header-nav > ul > li > a:hover {
    color: #111111;
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    border-radius: 10px;
    border: 1px solid #EE2923;
    background-color: #EE2923;
    min-width: 170px;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(238, 41, 35, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: transparent;
}
.parent-dropdown ul li a {
	color: #111;
	padding: 5px 10px;
	display: block;
	width: 100%;
    border-bottom: 1px solid rgba(17, 17, 17, 0.20);
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: rgba(17, 17, 17, 0.7);
}
.parent-dropdown:hover ul {
	top: 30px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
	cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-right-part {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 16px;
}
/*****mobile-menu*****/
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 42.42%;
    background-color: #111111;
    padding: 34px 93px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.mobile-menu > .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu > .mobile-menu-wrap > ul > li {
    font-family: 'Raleway-SemiBold';
    color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-size: 3.6rem;
    line-height: 58px; 
    letter-spacing: 1.8px;
    margin-bottom: 20px;
    padding-left: 0;
    display: table;
    text-transform: uppercase;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a {
    color: #fff; 
}
.mobile-menu > .mobile-menu-wrap > ul > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px; 
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(17, 17, 17, 0.60);
    backdrop-filter: blur(7px);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    top: 55px;
    left: 0;
    transform: translateX(0);
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 0;
}
.mobile-menu .parent-dropdown ul li::after {
    display: none;
}
.mobile-menu-active .parent-dropdown img {
    margin-left: 8px;
    /* filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(7421%) hue-rotate(316deg) brightness(116%) contrast(92%); */
    width: 14px;
    filter: brightness(0) invert(1);
}
.menu-cross {
    display: none;
}
.hamburger {
    position: relative;
    z-index: 99;
    cursor: pointer;
}
.hamnurger {
    height: 35px;
    width: 35px;
}
.hamnurger-icon {
    bottom: 0;
    top: auto;
    right: 0;
    display: flex;
    aspect-ratio: 33 / 33;
    width: 33px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.hamnurger-icon span {
    background-color: #0F0F0F;
    border-radius: 1.2px;
    width: 11px;
    height: 11px;
    content: "";
    transition: transform .4s 
cubic-bezier(.76, 0, .24, 1);
    display: block;
    position: relative;
    border-radius: 100%;
}
.hamnurger-icon span::after {
    background-color: #0F0F0F;
    border-radius: 1.2px;
    width: 11px;
    height: 11px;
    content: "";
    transition: transform .4s cubic-bezier(.76, 0, .24, 1);
    border-radius: 100%;
    position: absolute;
    right: calc(200% + 2px);
}
.hamburger-active span:first-child {
    transform: translateY(12.9px);
}
.hamburger-active span:last-child {
    transform: translateY(-12.9px);
}
.hamburger-area {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: end;
}
.menu-cross img {
    width: 38px;
}
.menu-cross {
    display: none;
}
.hamburger-active .menu-cross {
    display: block;
}
.hamburger-active .hamnurger-icon {
    display: none;
}
.hamnurger-wrap {
    background-color: #F0E6D7;
    width: 73px;
    height: 73px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger.active .menu-cross {
    display: none;
}
.hamburger.active .hamnurger-icon {
    transform: rotate(45deg);
}
.hamburger.active .hamnurger-wrap {
    background-color: #fff;
}
.header-area.header-active {
    box-shadow: 0px 10px 15px -3px rgba(17, 17, 17, 0.1);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(17, 17, 17, 0.1);
    background: #FFF;
}
.mobile-menu-contact {
    margin-top: 36px;
}
.mobile-menu-contact h4 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'DMSans-Regular';
    line-height: 32px;
    letter-spacing: 0.48px;
    margin-bottom: 12px;
}
.mobile-menu-contact h4:last-child {
    margin-bottom: 0;
}
.mobile-menu-contact h4 strong {
    font-weight: normal;
    margin-right: 5px;
}
.mobile-menu-contact a {
    color: rgba(255, 255, 255, 0.50);
}
.mobile-menu-contact a:hover {
    color: #fff;
}
.menu-btn {
    display: none;
}
.header-right .common-btn::after {
    background-color: #02001A;
}
.header-right .common-btn:hover {
    border-color: #02001A;
}
.mobile-menu-wrap .parent-dropdown ul{
    max-height: 320px;
}
/*****banner-sec*****/
.banner-sec {
    position: relative;
    padding-top: 98px;
}
.banner-video, .each-banner {
	height: 876px;
}
.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: 9%;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    max-width: 986px;
    width: 100%;
    margin: 0 auto 38px;
}
.banner-content-wrap ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 0;
}
.banner-content-wrap li {
    padding-left: 0;
}
.banner-content-wrap li::after {
    display: none;
}
.banner-content-wrap .common-btn.white-btn:hover {
    border-color: #fff;
}

/*****partner-sec*****/
.partner-sec {
    padding-top: 32px;
}
.partner-area {
    border-radius: 20px;
    background-color: #FFF;
    padding: 28px 96px;
}
.each-partner-area {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.each-partner-info h5 {
    font-family: 'DMSans-SemiBold';
    color: #111;
    font-size: 1.6rem;
    line-height: 24px;
}
.each-partner-info h5 br {
    display: none;
}
.each-partner-info p {
    letter-spacing: normal;
    margin-bottom: 0;
}
.each-partner-area {
    position: relative;
    /* padding-right: 65px; */
    /* margin-right: 65px; */
    padding-right: 40px;
    margin-right: -9px;
}
.each-partner-area::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.25);
}
.partner-area .row .col-lg-4:last-child .each-partner-area {
    padding-right: 0;
    margin-right: 0;
    padding-left: 65px;
    margin-left: 65px;
} 
.partner-area .row .col-lg-4:nth-child(2) .each-partner-area {
    padding-right: 0;
    margin-right: -8px;
    padding-left: 55px;
    margin-left: 55px;
}
.partner-area .row .col-lg-4:last-child .each-partner-area::after {
    display: none;
}
.Bosch-logo {
    width: 64px;
    height: 47px;
}
.suzuki-logo {
    width: 42px;
    height: 51px;
}
.hyundai-logo {
    width: 83px;
    height: 56px;
}
/*****product-sec*****/
.product-sec {
    padding: 57px 0 120px;
    position: relative;
}
.sec-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    height: 100%;
}
.sec-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-mark {
    top: -18%;
    height: calc(100% + 18%);
}
.mob-product-mark {
    display: none;
}
.product-title {
    margin-bottom: 50px;
}
.each-product-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.each-product-txt {
    padding: 23px 10px 22px 10px;
    border-radius: 0 0 10px 10px;
    background-color: #FFF;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.each-product-txt h4,
.each-product-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-txt p {
    color: rgba(17, 17, 17, 0.50);
    margin-bottom: 0;
}
.each-product-txt-title {
    position: relative;
    margin-bottom: 19px;
    padding-bottom: 15px;
}
.each-product-txt-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 13%);
    height: 1px;
    background-color: rgba(17, 17, 17, 0.30);
}
.each-product-txt table {
    width: 100%;
}
.each-product-txt tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
}
.each-product-txt td {
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
}
.each-product-txt td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - 18%);
    background-color: rgba(17, 17, 17, 0.30);
}
.each-product-txt td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-txt td:last-child::after {
    display: none;
}
.each-product-txt h5 {
    font-family: 'DMSans-Regular';
    color: rgba(17, 17, 17, 0.50);
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 1.6px;
}
.each-product-txt h5 strong {
    color: #111;
    font-weight: normal;
    display: block;
    letter-spacing: 0.16px;
    margin-top: 7px;
}
.each-product-price {
    color: #111;
    font-family: 'DMSans-Medium';
    font-size: 1.6rem;
    line-height: 22px;
    letter-spacing: 1.6px;
    border-radius: 100px;
    border: 1.5px solid #111;
    padding: 13px;
    width: 100%;
    text-align: center;
    margin-top: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price strong {
    font-weight: normal;
}
.each-product-area:hover .each-product-price {
    background-color: #F0E6D7;
    border-color: #F0E6D7;
}
.each-product-area:hover .each-product-price {
    color: #111;
}
.product-slider .common-arrow {
    background-color: transparent;
    border-color: #111;
}
.product-slider .common-arrow img {
    filter: brightness(100) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider .swiper-button-next {
    right: -4%;
}
.product-slider .swiper-button-prev {
    left: -4%;
}
.product-slider .common-arrow:hover {
    background-color: #EE2923;
    border-color: #fff;
}
.product-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.each-product-img-slider .common-arrow {
    border-color: #fff;
    width: 27px;
    height: 27px;
}
.each-product-img-slider .common-arrow img {
    filter: brightness(0) invert(1);
    width: 10px;
}
.product-slider .each-product-img-slider .swiper-button-next {
    right: 4%;
}
.product-slider .each-product-img-slider .swiper-button-prev {
    left: 4%;
}
.product-slider .each-product-img-slider .common-arrow {
    top: 53%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img-slider .common-arrow:hover {
    background-color: #fff;
}
.each-product-area:hover .each-product-img-slider .common-arrow {
    opacity: 1;
}
.each-product-area:hover .each-product-img-slider .swiper-button-next.swiper-button-disabled, 
.each-product-area:hover .each-product-img-slider .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
}
.each-product-img-slider .common-arrow:hover img {
    filter: brightness(100) invert(1);
}
.product-control {
    margin-top: 56px;
}
.product-scrollbar {
    height: 1px;
    position: initial;
    background: rgba(17, 17, 17, 0.16);
}
.product-scrollbar .swiper-scrollbar-drag {
    background-color: #111111;
}
.product-control .col-lg-9 { 
    width: 81%;
}
.product-control .col-lg-3 {
    width: 19%;
}
.product-control-btn {
    text-align: end;
}
.product-control-btn .common-btn::after {
    background-color: #fff;
}
.product-control-btn .common-btn:hover {
    border-color: #fff;
}
.product-control-btn .common-btn:hover strong {
    color: #111;
}
.each-product-area .each-product-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-area:hover .each-product-img img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****service-sec*****/
.service-sec {
    padding: 107px 0 12px;
    overflow-x: clip;
}
.service-title {
    width: 100%;
    max-width: 646px;
    margin: 0 auto;
    padding-bottom: 106px;
}
.service-title h2,
.service-title p {
    color: #fff;
}
.service-title p {
    margin-top: 34px;
    margin-bottom: 36px;
}
.service-title .common-btn {
    border-color: #fff;
}
.service-title .common-btn em,
.service-title .common-btn strong {
    color: #fff;
}
/* .service-title .common-btn::after {
    background-color: #EE2923;
}
.service-title .common-btn:hover {
    border-color: #EE2923;
} */
.service-slider-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.service-slider .swiper-slide {
    overflow: hidden;
}
.each-service {
    position: relative;
    border-radius: 10px;
    overflow: hidden; 
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.61) 0%, rgba(17, 17, 17, 0.61) 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt h3,
.each-service-txt p {
    color: #fff;
}
.each-service-img {
    border-radius: 10px;
    overflow: hidden;
    height: 627px;
    width: calc(100% + 20%);
    position: relative;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-txt {
    position: absolute;
    bottom: -22%;
    left: 0;
    padding: 50px;
    width: 100%;
    z-index: 1;
    transform-style: preserve-3d;
    transition: all, transform 850ms;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt h3 {
    margin-bottom: 41px;
    transform: translateX(0px) translateY(0px) translateZ(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt p {
    margin-bottom: 17px;
    max-width: 562px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all, opacity 850ms, transform 850ms;
    opacity: 0;
    transform: translateX(0px) translateY(30px) translateZ(0px);
    transform-style: preserve-3d;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt .read-more-btn {
    transition: all, opacity 850ms, transform 850ms;
    opacity: 0;
    transform: translateX(0px) translateY(30px) translateZ(0px);
    transform-style: preserve-3d;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt-wrap {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-txt p,
.each-service:hover .each-service-txt .read-more-btn {
    opacity: 1;
    transform: translateX(0px) translateY(0px) translateZ(0px);
}
.each-service:hover .each-service-txt .read-more-btn {
    transition-delay: 0.3s;
}
.each-service:hover .each-service-txt {
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-img {
    right: 20%;
}
.each-service:hover::after {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider .common-arrow {
    background-color: transparent;
}
.service-slider .common-arrow:hover {
    background-color: #EE2923;
    border-color: #EE2923;
}
.service-slider .swiper-button-prev {
    left: 5%;
}
.service-slider .swiper-button-next {
    right: 5%;
}
/*****about-sec*****/
.about-sec {
    position: relative;
    padding: 80px 0;
}
.about-mark img {
    object-position: top;
}
.about-mark.mob-about-mark {
    display: none;
}
.about-mid {
    text-align: center;
}
.about-right h3 {
    margin-bottom: 17px;
}
.about-right p {
    margin-bottom: 0;
    width: 100%;
    max-width: 470px;
}
.about-mid .common-btn{
    border-color: #fff;
    background: #fff;
}
/*****home-btm-sec*****/
.home-btm-sec {
    position: relative;
    padding: 250px 0 56px;
}
.home-btm-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(17, 17, 17, 0.78) 54.5%, #111 100%);
}
.home-btm-area {
    position: relative;
    z-index: 1;
}
.home-btm-title {
    margin-bottom: 80px;
}
.home-btm-title h2 {
    color: #fff;
}
.counter-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 10px;
}
.each-counter {
    text-align: center;
}
.each-counter h3 {
    font-family: 'Raleway-Bold';
    line-height: 58px;
    letter-spacing: 1.8px;
    color: #fff;
    margin-bottom: 20px;
}
.each-counter h4 {
    font-family: 'DMSans-Regular';
    line-height: 24px;
    letter-spacing: 0.48px;
    color: #fff;
}
/****google-review****/
.google-review {
    padding-top: 57px;
    position: relative;
    overflow: hidden;
    background-color: #111;
}
.google-review .sec-mark {
    z-index: 1;
}
.google-review-wrap {
    position: relative;
    z-index: 0;
}
/****home-gal-sec****/
.home-gal-sec {
    background-color: #111;
    position: relative;
    padding: 109px 0 38px;
}
.home-gal-sec .sec-mark {
    z-index: 1;
}
.each-home-gal-img {
    height: 290px;
    border-radius: 20px;
    overflow: hidden;
}
.each-home-gal-img img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-txt h4 {
    font-family: 'Raleway-SemiBold';
    line-height: 32px;
    letter-spacing: normal;
    color: #fff;
    position: relative;
    padding-right: 30px;
    max-width: max-content;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-txt h4::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-image: url(../images/home-gal-arw.svg);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: center;
}
.each-home-gal-area{
        transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-area:hover .each-home-gal-img img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-txt {
    margin-top: 17px;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.home-gal-area .row {
    margin: 0 -13px;
}
.home-gal-area .col-lg-4 {
    padding: 0 13px;
}
/****footer****/
.footer-area {
    background-color: #111;
    position: relative;
    /* overflow: hidden; */
    overflow-x: clip;
}
.footer-mark {
    top: auto;
    z-index: 0;
    bottom: 0;
    height: calc(100% + 120%);
}
.mob-footer-mark {
    display: none;
}
.footer-wrap {
    padding: 62px 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 0;
    border-right: 0;
}
.footer-logo img {
    width: 391px;
}
.footer-right-area {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
}
.each-footer-right h5 {
    font-family: 'DMSans-Regular';
    font-weight: bold;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    margin-bottom: 13px;
}
.each-footer-right a {
    color: #FFF;
}
.each-footer-right a:hover {
    color: #EE2923;
}
.each-footer-right p {
    margin-bottom: 0;
}
.each-footer-right ul {
    margin-bottom: 0;
}
.each-footer-right li {
    padding-left: 0;
}
.each-footer-right ul li::after {
    display: none;
}
.each-footer-right li a {
    color: rgba(255, 255, 255, 0.70);
    padding-bottom: 10px;
}
.each-footer-right li a:hover {
    color: #fff;
}
.each-footer-right li.parent-dropdown img {
    filter: brightness(0) invert(1);
}
.each-footer-right .parent-dropdown ul {
    min-width: 150px;
    max-height: 170px;
}
.each-footer-right .parent-dropdown ul li a { 
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 1.4rem;
}
.footer-btm-block {
    padding: 22px 0 52px;
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit a {
    letter-spacing: normal;
    color: rgba(255, 255, 255, 0.70);
}
.footer-credit a:hover {
    color: #EE2923;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li img {
    width: 11px;
}
.footer-social li a:hover {
    background-color: #F0E6D7;
    border-color: #F0E6D7;
}
.footer-social li a:hover img{
    filter: brightness(1) invert(1);
}
.each-footer-right td {
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #fff;
}
.each-footer-right td em{
    padding-right: 5px;
    font-style: normal;
}
.each-footer-right td h5,
.each-footer-right td p {
    margin-top: 16px;
}
.each-footer-right tr:first-child td h5 {
    margin-top: 0;
}
.each-footer-right.opening-time {
    /* width: 100%; */
}
.opening-time p {
    color: rgba(255, 255, 255, 0.75);
}
/* ********************** diensten-list ********************* */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 21%;
}
.each-inner-banner {
    height: 600px;
    position: relative;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec{
    padding: 120px 0;
}
.each-diens-list{
    margin-bottom: 55px;
}
.diens-list-wrap .each-diens-list:last-child{
    margin-bottom: 0;
}
.each-diens-list-img img{
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-list-wrap .each-diens-list:nth-child(odd) .each-diens-list-text{
    max-width: 500px;
    margin-right: auto;
}
.diens-list-wrap .each-diens-list:nth-child(even) .each-diens-list-text{
    max-width: 500px;
    margin-left: auto;
}
.each-diens-list:hover .each-diens-list-img img{
    transform: scale(1.05);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-text h3{
    margin-bottom: 25px;
    color: #111;
}
.each-diens-list-text p{
    margin-bottom: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.each-diens-list:hover .common-btn { 
    border-color: #111;
}
.each-diens-list .common-btn::after,
.each-diens-list:hover .common-btn::after {
    background-color: #111;
}
.each-diens-list:hover .common-btn::after {
    bottom: 165%;
}
.each-diens-list:hover .common-btn strong {
     z-index: 99;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}
.each-diens-list-img{
    height: 483px;
    overflow: hidden;
    border-radius: 10px;
}
.each-diens-list-img img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list:hover .each-diens-list-img img{
    transform: scale(1.1);
}
/*********************** diensten-dtl **********************/
/****back-btn****/
.back-btn {
    padding-top: 180px;
    position: relative;
    z-index: 1;
}
/****diensten-dtl-top****/
.diensten-dtl-top .sec-mark {
    height: 100%;
    top: -18%;
    height: calc(100% + 18%);
}
.diensten-dtl-top {
    padding-bottom: 80px;
    position: relative;
    margin-top: -50px;
}
.diensten-dtl-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 20px;
}
.diensten-dtl-top-info p:last-child {
    margin-bottom: 0;
}
.diensten-dtl-top-info{
    max-width: 635px;
    padding-right: 10px;
    margin-right: auto;
    padding-top: 76px;
}
.diensten-dtl-top-info li::after{
    top: 8px;
    transform: translate(0);
    width: 6px;
    height: 6px;
    left: 6px;
}
.diensten-dtl-top-info li{
    padding-left: 21px;
}
/****service-dtl-info-sec***/
.service-dtl-info-sec {
    padding: 0px;
    padding-bottom: 60px;
    overflow: hidden;
    border-top: 1px solid rgba(17, 17, 17, 0.10);
    position: relative;
}
.service-dtl-info-sec .sec-mark{
    height: 100%;
}
.service-dtl-info-sec table,
.service-dtl-info-sec tbody {
    width: 100%;
    display: block;
}
.service-dtl-info-sec tr {
    display: flex;
    padding: 56px 0px 56px 0;
    cursor: default;
    align-items: center;
    gap: 10px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.service-dtl-info-sec tr p {
    margin-bottom: 0;
}
.service-dtl-info-sec td {
    width: 33.33%;
}
.service-dtl-info-sec tr::after{
    content: "";
    background-color:rgba(17, 17, 17, 0.10);
    bottom: 0;
    left: -18%;
    height: 1px;
    width: calc(100% + 28%);
    position: absolute;
}
.service-dtl-info-sec tr:last-child::after{
    display: none;
}
.service-dtl-info-sec tr::before{
    content: "";
    background: linear-gradient(0deg, rgba(238, 41, 35, 0.40) 0%, rgba(238, 41, 35, 0.00) 100%);
    overflow: hidden;
    bottom: 0;
    left: -17%;
    height: 100%;
    width: calc(100% + 33.2%);
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-dtl-info-sec tr:hover::before{
    opacity: 1;
}
.service-dtl-info-sec tr:hover h3{
    color: #111;
}
.service-dtl-info-sec tr:hover p{
    color: #111;
}
.service-dtl-info-sec td:first-child h3 {
    font-family: 'Raleway-Bold';
    letter-spacing: 1.8px;
    line-height: 58px;
}
.service-dtl-info-sec td h3{
    color: rgba(17, 17, 17, 0.50);
}
.service-dtl-info-sec tr td p{
    color: rgba(17, 17, 17, 0.50);
}
.service-dtl-info-sec td:first-child{
    width: 15%;
}
.service-dtl-info-sec td:nth-child(2){
    width: 50%;
}
.service-dtl-info-sec td:last-child{
    width: 35%;
    border-bottom: 0;
}
.service-dtl-info-sec td li{
    color: rgba(17, 17, 17, 0.50);
    padding-left: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-dtl-info-sec td li::after{
    background-color: rgba(17, 17, 17, 0.50);
    height: 6px;
    width: 6px;
    top: 9px;
    transform: translate(0);
}
.service-dtl-info-sec tr:hover td li{
    color: #111;
}
.service-dtl-info-sec tr:hover td li::after{
    background-color: #111;
}
/****form-sec****/
.form-sec{
    position: relative;
    padding: 75px 0 75px;
    overflow: hidden;
}
.form-sec::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.20) 0%, rgba(17, 17, 17, 0.61) 29.66%, #111 100%);
    pointer-events: none;
}
.form-sec-wrap{
    max-width: 675px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
}
.form-heading{
    text-align: center;
    padding-bottom: 24px;
}
.form-heading h2{
    color: #F3F3F3;
    padding-bottom: 8px;
}
.form-heading p{
    color: #F3F3F3;
    max-width: 556px;
    margin-left: auto;
    margin-right: auto;
}
.form-block .form-group {
	margin-bottom: 30px;
}
.form-block .form-style {
	resize: none;
    border-radius: 0;
    font-family: 'DMSans-Regular';
    color: #F3F3F3;
    font-size: 1.6rem;
    padding: 18px 24px;
    letter-spacing: 0.32px;
    border-radius: 5px;
    border: 1px solid rgba(243, 243, 243, 0.50);
    background: rgba(17, 17, 17, 0.36);
    backdrop-filter: blur(10px);
}
.form-block .form-style:-ms-input-placeholder {
	color: #F3F3F3;
}
.form-block .form-style::placeholder {
	color: rgba(243, 243, 243, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #F3F3F3;
    background: rgba(17, 17, 17, 0.36);
    backdrop-filter: blur(10px);
}
.form-block .form-style:focus::placeholder {
    color: #F3F3F3;
}
.form-block textarea.form-style {
    height: 158px;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(243, 243, 243, 0.50);
	font-size: 1.6rem;
}
.form-block .form-btn {
    margin-top: 30px;
    text-align: center;
}
.form-block .form-btn .common-btn {
    border-color: #fff;
    color: #fff;
}
.form-block .form-btn .common-btn:hover {
    border-color: #F0E6D7;
}
.form-block .form-btn .border-btn em {
    color: #F3F3F3;
}
.form-btn .border-btn em {
    color: #F3F3F3;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding: 160px 0 120px; 
    position: relative;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 80px;
}
.each-dtl-slider-info {
    position: absolute;
    left: 0;
    bottom: -27%;
    padding: 25px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-slider:hover .each-dtl-slider-info{
    bottom: 0;
}
.each-dtl-slider:hover .each-dtl-slider-info p{
    opacity: 1;
}
.each-dtl-slider-info h3 {
    color: #F3F3F3;
    margin-bottom: 18px;
}
.each-dtl-slider-info p {
    color: #F3F3F3;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 332px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-slider-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.dtl-slider .swiper-button-prev {
    left: -3.5%;
}
.dtl-slider .swiper-button-next {
    right: -3.5%;
}
.dtl-slider .common-arrow{
    background-color: transparent;
    border: 1.5px solid #111;
}
.dtl-slider .common-arrow img{
    filter: brightness(1) invert(1);
}
.dtl-slider .common-arrow:hover{
    background-color: #EE2923;
    border: 1px solid #F3F3F3;
}
.dtl-slider .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.each-dtl-slider-img {
    height: 316px;
}
.each-dtl-slider::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.60) 0%, rgba(17, 17, 17, 0.60) 100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.each-dtl-slider:hover::after {
    opacity: 1;
}
.each-dtl-slider-info{
    z-index: 1;
}
/*********************** werkplaats-dtl **********************/
.werkplaatsafspraak-dtl-top .diensten-dtl-top-info p {
    margin-bottom: 0;
}
.werkplaatsafspraak-dtl-top .diensten-dtl-top-info {
    padding-top: 80px;
}
/*********************** over-ons **********************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding-top: 80px;
    position: relative;
}
.over-ons-top-mark {
    height: calc(100vh + 62%);
}
.over-ons-top-img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    max-width: 698px;
    margin-left: auto;
}
.over-ons-top-info {
    padding-right: 20px;
    width: 100%;
    max-width: 645px;
}
.over-ons-top-info h2 {
    margin-bottom: 24px;
}
/****over-ons-counter-sec****/
.home-btm-sec.over-ons-counter-sec {
    padding: 55px 0 79px;
}
.over-ons-counter-sec::after {
    display: none;
}
.over-ons-counter-sec .each-counter h3,
.over-ons-counter-sec .each-counter h4 {
    color: #111111;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    position: relative;
    padding: 202px 0 122px;
}
.over-ons-mid-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(17, 17, 17, 0.78) 54.5%, #111 100%);
}
.over-ons-mid-wrap {
    position: relative;
    z-index: 1;
    padding: 0 9px;
}
.over-ons-mid-title {
    margin-bottom: 65px;
    display: none;
}
.over-ons-mid-title h2 {
    color: #F3F3F3;
}
.over-ons-mid-area {
    /* display: flex; */
    display: inline;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 38px;
}
.each-over-ons-mid-area {
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #111;
    backdrop-filter: blur(10px);
    width: 31.55%;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-mid-area:hover {
    border-color: #FCF3E5;
    box-shadow: 0 0 50px 0 rgba(252, 243, 229, 0.25);
}
.each-over-ons-mid-area h4 {
    font-family: 'DMSans-Regular';
    line-height: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
}
.each-over-ons-mid-area p {
    margin-bottom: 0;
}
.each-over-ons-mid-area h4,
.each-over-ons-mid-area p {
    color: #fff;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    background-color: #111;
    padding-bottom: 123px;
}
.over-ons-team-title {
    margin-bottom: 70px;
}
.over-ons-team-title h2 {
    color: #fff;
}
.each-over-ons-team-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-team-info {
    margin-top: 14px;
}
.each-over-ons-team-info h4 {
    color: #fff;
    margin-bottom: 4px;
}
.each-over-ons-team-info p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.over-ons-team-slider .common-arrow {
    top: 38%;
}
.over-ons-team-slider .swiper-button-next {
    right: -6%;
}
.over-ons-team-slider .swiper-button-prev {
    left: -6%;
}
/*********************** contact **********************/
/****map-sec****/
.map-sec {
    padding-top: 97px;
}
.map {
    height: 502px;
}
/*********************** aanbod-list **********************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 178px 0 72px;
    position: relative;
}
/* .aanbod-filter-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 124%);
    background: linear-gradient(199deg, rgba(240, 230, 215, 0.00) 9.85%, #F0E6D7 70.47%);
    pointer-events: none;
} */
.aanbod-filter-mark::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 124%);
    background: linear-gradient(199deg, rgba(240, 230, 215, 0.00) 9.85%, #F0E6D7 70.47%);
    pointer-events: none;
}
.aanbod-filter-mark { 
    height: calc(100% + 25%);
}
.aanbod-product-area {
    position: relative;
}
.aanbod-filter-wrapper {
    position: relative;
    z-index: 1;
}
.aanbod-top-title {
    margin-bottom: 40px;
}
.aanbod-top-title p {
    font-family: 'DMSans-SemiBold';
    letter-spacing: normal;
    margin-bottom: 0;
}
.aanbod-top-title h4 strong{
    display: block;
    line-height: 58px; 
    letter-spacing: 2.5px;
    font-size: 5rem;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: rgba(17, 17, 17, 0.75);
    font-size: 1.6rem;
    font-family: 'DMSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #111;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #111111;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    border: 1px solid #111111;
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #F0E6D7 no-repeat 91% center / 8px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    border-color: #111;
    background-color: #111;
    color: #fff;
    background-image: url(../images/white-filter-arrow.svg);
}
.filter-wrap, 
.clear-filter-main-wrap {
    max-width: 79%;
    width: 100%;
    margin: 0 auto;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'DMSans-Regular';
	background-color: #111;
}
.filter-content {
    display: none;
    background-color: #111;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #111;
    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: 'DMSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/check-tick.png);
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 20px;
    background-color: #111;
    font-family: 'DMSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #111;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: transparent;
    color: #111;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #111;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'DMSans-Regular';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color: #F0E6D7;
    border-color: #F0E6D7;
    text-transform: capitalize;
    color: #111;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    /* border-color: #EE2923; */
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #111;
    border-bottom: 1px solid #fff;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #F0E6D7;
    border: 1px solid #F0E6D7;
    color: #111;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::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: transparent;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #EE2923;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(238, 41, 35, 0.4);
    border-color: rgba(238, 41, 35, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #EE2923;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #111;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid #111;
    padding: 8px;
    background-color: #F0E6D7;
    width: 100px;
    color: #111;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #111;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: rgba(17, 17, 17, 0.5);
}
.range-block label {
    color: #111;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 63px;
}
.aanbod-product-area .row {
    row-gap: 24px;
    margin: 0 -8px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 8px;
}
/*********************** verkocht **********************/
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 153px 0 55px;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
    padding-bottom: 120px;
}
/*********************** aanbod-dtl **********************/
/* ***share-btn-sec**** */
.share-btn-sec{
    margin-top: -34px;
}
.dtl-top-share-btn{
    max-width: 50px;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
/***dtl-top-slider-sec***/
.dtl-top-slider-sec {
    padding: 15px 0 0;
    position: relative;
    overflow-x: clip;
}
.dtl-top-slider-sec .sec-mark{
    top: -17%;
    height: calc(100% + 18%);
}
.aanbod-dtl-top-slider-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.dtl-top-slider {
    position: relative;
}
.dtl-top-slider .each-top-slide::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.50) 0%, rgba(17, 17, 17, 0.50) 100%);  
}
.dtl-top-slider .swiper-slide-active .each-top-slide::after {
    opacity: 0;
}
.dtl-top-slider .common-arrow {
    top: 45%;
    z-index: 1;
}
.dtl-top-slider .common-arrow:hover{
    border-color: #EE2923;
}
.dtl-top-slider .swiper-button-next {
    right: 23.5%;
}
.dtl-top-slider .swiper-button-prev {
    left: 23.5%;
}
.dtl-top-slider .each-top-slide img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.dtl-top-slider .swiper-slide-active .each-top-slide::after {
    opacity: 0;
}
.dtl-top-slider .swiper-slide-active {
    position: relative;
    z-index: 1;
}
.dtl-top-slider .swiper-slide-active .each-top-slide {
    transform: scale(1.05);
}
.dtl-top-slider .swiper{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dtl-top-slider .each-top-slide{
    position: relative;
}
.dtl-top-slider .swiper-slide{
    height: auto;
}
.dtl-top-slider .swiper-slide-prev .each-top-slide{
    height: calc(100% - 60px);
    margin-top: 20px;
}
.dtl-top-slider .swiper-slide-next .each-top-slide{
    height: calc(100% - 60px);
    margin-top: 20px;
}
.dtl-top-content-area{
    padding: 80px 0 24px;
}
.dtl-top-content-left{
    border-radius: 5px;
    border: 1px solid rgba(17, 17, 17, 0.33);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 30px 54px 34px 35px; */
    padding: 19px 54px 24px 35px;
    height: 100%;
}
.dtl-top-man-img{
    width: 94px;
    height: 119px;
    flex-shrink: 0;
}
.dtl-top-man-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
    object-position: top;
}
.dtl-top-man-area{
    border-radius: 5px;
    border: 1px solid rgba(17, 17, 17, 0.33);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    padding: 7px;
    column-gap: 14px;
}
.dtl-top-content-info td h5{
    color: rgba(17, 17, 17, 0.70);
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'DMSans-Regular';
    padding-bottom: 4px;
}
.dtl-top-content-info td h6{
    color: #111;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'DMSans-Regular';
}
.dtl-top-content-info tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dtl-top-content-heading{
    width: 47%;
}
.dtl-top-content-heading p{
    margin-bottom: 0;
    margin-top: 3px;
    max-width: 322px;
    color: rgba(17, 17, 17, 0.53);
}
.dtl-top-content-info{
    width: 53%;
    margin-left: auto;
}
.dtl-top-content-info table{
    width: 100%;
}
.dtl-top-content-wrap .col-lg-9{
    /* width: 76%; */
    width: 70%;
}
.dtl-top-content-wrap .col-lg-3{
    /* width: 24%; */
    width: 30%;
}
.dtl-top-man-img-part {
    display: flex;
    gap: 10px;
}
.dtl-top-content-info table td{
    position: relative;
}
.dtl-top-content-info table td::after {
    background-color: rgba(17, 17, 17, 0.30);;
    content: "";
    width: 1px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.dtl-top-content-info table td:last-child::after{
    display: none;
}
.dtl-top-content-info td:last-child h5{
    padding-bottom: 0;
}
.dtl-top-content-info td:last-child h6{
    padding-bottom: 4px;
}
.dtl-top-man-info p{
    margin-bottom: 6px;
    letter-spacing: 1.6px;
}
.dtl-top-man-info a{
    color: rgba(17, 17, 17, 0.70);
    letter-spacing: 1.6px;
}
.dtl-top-man-info a:hover{
    color: rgba(17, 17, 17, 1);
}
.dtl-top-content-btn-mob{
    display: none;
}
.share-btn-mob{
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 10px;
    margin-bottom: 32px;
    row-gap: 40px;
    z-index: 1;
    position: relative;
    margin-left: -17%;
}
.tab-btn-right {
    margin-bottom: 60px;
}
.aanbod-dtl-slider-btm {
    padding: 30px 17px;
}
.dtl-tab-sec-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-btn {
    width: 13%;
    padding-top: 130px;
    padding-bottom: 85px;
    position: relative;
}
.tab-btn::after {
    content: "";
    background: #FCF3E5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
}
.tab-content-area {
    width: 86.9%;
    padding: 130px 22px 85px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.tabs li strong {
    position: relative;
    font-weight: normal;
    top: 0;
    color: #111;
}
.tabs li strong::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 8px;
    background-image: url(../images/tab_arrow.svg);
    width: 10px;
    height: 12px;
    background-size: 9px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0);
}
.tab-btn .tabs li:hover strong::after,
.tab-btn .tabs li.active strong::after {
    transform: rotate(0deg);
    top: 6px;
    filter: brightness(1);
}
.tab-btn .tabs li:hover{
    top: 0;
}
.tab-btn .tabs .common-btn:hover strong{
    top: 0;
}
ul.tabs li.common-btn {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
    color: #111;
    min-width: 226px;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 12px 20px;
    border: 0;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid transparent;
    border-radius: 50px;
    background: transparent;
    font-family: 'DMSans-Medium';
}
ul.tabs li.common-btn::before {
    content: '';
    position: absolute;
    top: -53px;
    right: -27px;
    width: 100px;
    height: 63px;
    border-right: 17px solid #F0E6D7;
    border-bottom: 11px solid #F0E6D7;
    border-radius: 0 0 60px;
    box-shadow: 40px 0 #F0E6D7;
    opacity: 0;
}
ul.tabs li.common-btn::after {
    content: '';
    position: absolute;
    bottom: -61px;
    right: -1px;
    width: 172px;
    height: 61px;
    border-right: 0 solid #F0E6D7;
    border-radius: 60px 60px 0 0;
    box-shadow: 55px 0 #F0E6D7;
    opacity: 0;
    background-color: transparent;
    left: auto;
    top: auto;
}
ul.tabs li.common-btn::before {
  top: -42px;
  right: -11px;
  width: 64px;
  height: 52px;
  z-index: -1;
}
ul.tabs li.common-btn::after {
  bottom: 43px;
  right: 7px;
  width: 124px;
  height: 64px;
  z-index: -1;
}
ul.tabs li.common-btn:hover,
ul.tabs li.common-btn.active {
    background: #111;
    border: 1px solid #111;
    color: #fff;
    overflow: visible;
    border-radius: 50px;
}
ul.tabs li.common-btn.active strong{
    color: #fff;
    top: 0;
}
ul.tabs li.common-btn.active::before,
ul.tabs li.common-btn.active::after{
    opacity: 1;
}
.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-family: 'neue_montrealregular';
    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 {
    overflow: hidden;
}
.kenmerken-tab h3 {
    line-height: 56px;
    letter-spacing: normal;
    color: #F5F5F5;
    margin: 54px 0 26px;
}
.kenmerken-tab:first-child h3{
    margin-top: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    row-gap: 20px;
    column-gap: 20px;
}
.kenmerken-tab li {
    width: 32.2%;
    padding: 14px 32px;
    position: relative;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 0.30);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    margin-bottom: 0;
    color: #111;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 50%;
    color: rgba(17, 17, 17, 0.70);
}
.kenmerken-tab li:hover {
    background: #111;
    color: #fff;
    border-color: #111;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong {
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab h5{
    color: #1C1C1C;
    margin-bottom: 20px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #EE2923;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.72px;
}
.dtl-tab-sec .tab-content-area .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 0 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    top: 11px;
    width: 7px;
	height: 7px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EE2923;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #EE2923;
    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 h5 {
    text-transform: none;
    font-size: 2.4rem;
}
.tab-btm-btn {
    margin-top: 44px;
    /* text-align: end; */
    text-align: left;
}
.tab-btm-btn .common-btn {
    font-size: 1.6rem;
    line-height: normal;
    position: relative;
    color: #111;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    line-height: 24px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    min-width: min-content;
    font-family: 'DMSans-SemiBold';
}
.tab-btm-btn .common-btn:hover{
    color: #111;
    opacity: 0.7;
}
.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(17, 17, 17, 0.7);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #111;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px 0px rgba(17, 17, 17, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(17, 17, 17, 1);
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #F9F8F6;
    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 #575853;
}
.kenmarken-popup-close img {
    width: 18px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content h4 {
    margin-bottom: 15px;
    color: #fff;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 9px;
}
.kenmerken-popup-model p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}
.kenmerken-popup-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111;
}
.kenmarken-popup-content h3 {
    margin-bottom: 16px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1.5px solid #D9D9D9;
    color: #fff;
    line-height: 25px;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.7);
}
.kenmarken-popup-content li::after {
    display: none;
}
.kenmerken-popup-model h2 {
    margin-bottom: 5px;
    color: #fff;
}
/* ******dtl-btm-sec****** */
.dtl-btm-sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.dtl-btm-title {
    padding-bottom: 60px;
}
.dtl-btm-sec .common-arrow{
    top: 40%;
    background-color: transparent;
    border: 1.5px solid #111;
}
.dtl-btm-sec .common-arrow img{
    filter: brightness(1) invert(1);
}
.dtl-btm-sec .swiper-button-prev{
    left: -30px;
}
.dtl-btm-sec .swiper-button-next{
    right: -30px;
}
.dtl-btm-sec .common-arrow:hover{
    background-color: #EE2923;
    border-color: #fff;
}
.dtl-btm-sec .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.dtl-mobile-btn {
    text-align: center;
    margin-top: 40px;
    display: none;
}
/* =====THANKYOU-POPUP-PAGE-START======= */
/* **popup*** */
.modal-area .modal-dialog {
    max-width: 58%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(17, 17, 17, 0.50);
backdrop-filter: blur(9px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    /* overflow: hidden; */
    border-radius: 0px 0px 5px 5px;
    background: #F0E6D7;
    backdrop-filter: blur(22px);
}
.popup-img-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
.popup-img-text h3{
    color: #fff;
    font-family: 'Raleway-Bold';
    text-align: center;
    letter-spacing: 1.8px;
    line-height: 58px;
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 48px 70px 45px 98px;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content p{
    color: #111111;
}
.modal-content .col-lg-5 {
    width: 43%;
}
.modal-content .col-lg-7 {
    width: 57%;
}
.modal-area .popup-content li {
    padding-left: 22px;
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    color: #111;
    font-family: 'DMSans-Regular';
    padding-bottom: 12px;
}
.modal-area .popup-content ul {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #111;
    background-size: 8px;
    height: 8px;
    width: 8px;
    border-radius: 100%;
}
.modal-content .close-img {
    position: absolute;
    top: -22px;
    right: -22px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #FFF;
}
.modal-content .close-img img {
    width: 18px;
}
/* ========= thankyou ========== */
.thankyou-banner .banner-content {
    position: absolute;
    left: 0;
    bottom: 12%;
    z-index: 2;
    width: 100%;
}
.thankyou-banner .banner-content-wrap ul{
    gap: 38px;
}
.thankyou-banner{
    position: relative;
}
.thankyou-banner-img{
    height: 876px;
    position: relative;
}
.thankyou-banner-img img{
    height: 100%;
    object-fit: cover;
}
.parent-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    border-radius: 10px;
    border: 1px solid #111;
    background-color: #F0E6D7;
    min-width: 170px;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(17, 17, 17, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* min-height: 150px; */
    max-height: auto;
    overflow: hidden;
    overflow-y: auto;
}
.parent-dropdown ul::-webkit-scrollbar {
  display: none;
}
.lfCQiA {
    display: none;
}
.each-home-gal-area:hover .each-home-gal-txt h4{
    color: #EE2923;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gal-area:hover .each-home-gal-txt h4::after{
   filter: brightness(0) saturate(100%) invert(26%) sepia(90%) saturate(4503%) hue-rotate(351deg) brightness(98%) contrast(91%);
}


/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#111 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#111 0),
              linear-gradient(#111 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#111 0),
              linear-gradient(#111 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#111 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #111;
  }


.carpass-img {
    width: 115px;
}

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

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

.notifcation {
	position: relative;
}

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

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

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    height: 700px;
    background: transparent;
}
/* === Widget Button Area === */
.widget-btn-area {
    position: fixed !important;
    bottom: 2rem;
    left: 3rem;
    z-index: 99;
    font-family: "Nunito Sans", sans-serif;
}

/* === Widget Button === */
.widget-btn {
    border-radius: 10px;
    background: #111;
    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 Arrow Icon (after) === */
.widget-btn span:after,
.widget-mobile span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -1.5rem;
    content: '';
    width: 1rem;
    height: 1rem;
    background: url('../images/next-white.svg') no-repeat center / contain;
}

/* === Widget Content Box === */
.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;
}

/* === Arrow Rotate (close icon) === */
.arw-rotate {
    /*margin-top: -2.5rem;
    margin-bottom: 1rem;*/
    transform: rotate(-90deg);
    cursor: pointer;

    position: absolute;
    top: 15px;
    right: 35px;


}

/* === Widget Headings === */
.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: #EE2923;
}

/* === Buttons (Desktop & Mobile) === */
.widget-content button,
.widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #EE2923;
    background: #EE2923;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 0.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: #EE2923 !important;
}

/* === Monthly Amount Clickable === */
.monthly_amount {
    cursor: pointer;
}

.voorraadwekker_widget_section{
    padding-bottom: 100px;
}
.select2-results__options li::after{
    display: none;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn{
    background-color: #EE2923 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover, .voorraadwekker_widget_section .form_part .voorraadwekker_btn:focus {
    border-color: #fff !important;
    background-color: transparent !important;
}
.footer-area.thank-you-footer .footer-mark{
    height: 100%;
}
.aanbod-top-title h4{
    font-family: 'DMSans-SemiBold';
}
.aanbod-top-title h4 strong{
    font-family: 'Raleway-Bold';
}
.listview-top-content.privacy_section{
    padding: 50px 0 90px;
}
.each-over-ons-team-img{
    /* height: 358px; */
    height: 100%;
}
.each-over-ons-team-img img{
    height: 100%;
    object-fit: cover;
}




.aanbod-mid-wrap{
    border-radius: 5px;
    border: 1px solid rgba(17, 17, 17, 0.33);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: blur(10px);
    padding: 24px;
}
.aanbod-mid-top-btn ul{
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
}
.aanbod-mid-top-btn ul li .common-btn{
    width: 100%;
}
.each-aanbod-dtl-select{
    display: flex;
}
.each-dtl-select-content{
    display: flex;
    column-gap: 40px;
}
.aanbod-mid-main-dtl{
    display: flex;
    justify-content: space-between;
}
.each-aanbod-mid-dtl-left ul{
    display: flex;
}
.each-aanbod-mid-dtl-left ul li::after{
    display: none;
}
.aanbod-mid-top-btn ul li::after{
    display: none;
}
.each-aanbod-mid-dtl-left li h6{
    font-size: 1.6rem;
    color: #111;
    font-family: 'DMSans-Medium';
    line-height: 24px; 
    letter-spacing: 0.32px;
}
.aanbod-dtl-mid-form{
    display: flex;
    justify-content: space-between;
    column-gap: 15px;
}
.form-label-underline{
    display: flex;
    column-gap: 60px;
}
.aanbod-dtl-mid-form{
    margin-top: 18px;
}
.aanbod-mid-main-area{
    margin-top: 40px;
}
.aanbod-dtl-mid-sec{
    background: #FCF3E5;
    padding-bottom: 85px;
}
.aanbod-mid-top-btn ul li{
    padding-left: 0;
    width: 100%;
}
.aanbod-mid-top-btn ul li .common-btn::after {
    transform: translate3d(0px, 130px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 7deg);
    background: #EE2923;
}
.aanbod-mid-top-btn ul li .common-btn:hover strong {
    color: #FEFDFB;
}
.aanbod-mid-top-btn ul li .common-btn:hover:after {
    transform: translate3d(0px, 102px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 1deg);
}
.aanbod-mid-top-btn ul li .common-btn.border-btn:hover{
    color: #fff;
}
/***plan-popup-underline***/
.form-label-underline label {
	color: rgba(255, 255, 255, 0.70);
	font-family: 'DMSans-Medium';
	font-size: 1.6rem;
	line-height: 24px;
	position: relative;
	cursor: pointer;
	/* padding: 16px 0; */
    padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	display: block;
}
.aanbod-dtl-main-right-text p{
    font-family: 'DMSans-Medium';
}
.form-label-underline label strong em{
    font-family: 'DMSans-Bold';
}
.form-label-underline label input {
	position: absolute;
	left: -9999px;
}
.form-label-underline label input:checked + strong:before {
	/* box-shadow: inset 0 0 0 2px #F5F5F7; */
	background-color: rgba(238, 41, 35, 1);
    border: 1px solid rgba(238, 41, 35, 1);
}
.form-label-underline label strong {
	font-weight: normal;
	display: flex;
	align-items: center;
	transition: 0.1s ease;
    color: #111;
}
.form-label-underline label strong  em{
    font-style: normal;
    margin-left: 40px;
}
.form-label-underline label strong:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: rgba(255, 255, 255, 0.86);
    border: 1px solid #111;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 15px;
	transition: 0.1s ease;
	/* box-shadow: inset 0 0 0 0 #1F64F6; */
}
.aanbod-dtl-mid-popup {
    display: none;
}
.aanbod-dtl-mid-popup-area  {
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 28px 64px 50px;
    width: 100%;
    height: 75vh;
    box-shadow: 0px 0px 25px 0px rgba(17, 17, 17, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(17, 17, 17, 1);
    /* overflow: hidden; */
    /* overflow-x: clip; */
    border-radius: 5px;
    border: 1px solid rgba(17, 17, 17, 0.33);
    background: #FFF;
    backdrop-filter: blur(10px);
}
.aanbod-dtl-mid-popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(17, 17, 17, 0.50);
    backdrop-filter: blur(9px);
    top: 0;
    left: 0;
    z-index: 100;
}
.aanbod-stl-mid-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.aanbod-dtl-mid-popup-cross{
    background-color: #FFF;
    width: 60px;
    height: 60px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: -26px;
    right: -26px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #FFF;
}
.aanbod-dtl-mid-popup-content td h6{
    font-size: 1.6rem;
    font-family: 'DMSans-Bold';
    letter-spacing: 0.32px;
    color: #111;
    line-height: 24px;
}
.aanbod-dtl-mid-popup-content table{
    width: 100%;
}
.aanbod-dtl-mid-popup-content tr{
    display: flex;
    justify-content: space-between;
}
.aanbod-dtl-mid-popup-content td{
    width: 16%;
    text-align: center;
}
.aanbod-dtl-mid-popup-content td:first-child{
    width: 50%;
    text-align: start;
}
.aanbod-dtl-mid-popup-content tr {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.70);
    line-height: 30px;
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 100px;
    padding-top: 23px;
    padding-bottom: 23px;
}
.aanbod-dtl-mid-popup-content td p{
    margin-bottom: 0;
}
.aanbod-dtl-mid-popup-model h4 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.70);
    line-height: 30px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 15px;
}
.aanbod-dtl-mid-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.aanbod-mid-tab-btn:hover{
    color: #EE2923;
}
.aanbod-mid-tab-btn {
    text-decoration: underline;
    font-family: 'DMSans-Bold';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 20px;
    cursor: pointer;
}
.aanbod-dtl-mid-popup-model{
    padding-right: 20px;
}
.back-btn-part .border-btn:hover {
    background-color: #111;
    border-color: #111;
}
.back-btn-part .border-btn:hover::after {
    background-color: #111;
}
.header-area.inner-header{
    background: #fff;
}
.back-btn-part .common-btn.border-btn:hover strong {
    color: #fff;
}

.home-gal-sec{
    display: none;
}
.home-btm-gallery-sec {
    background-color: #111;
    position: relative;
    padding: 85px 0 115px;
}
.each-home-gallery{
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gallery img{
    border-radius: 10px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gallery:hover img{
    transform: scale(1.1);
}
.home-btm-gallery-slider-btn .swiper-button-next{
    right: -35px;
    top: 45%;
}
.home-btm-gallery-slider-btn .swiper-button-prev{
    left: -35px;
    top: 45%;
}
.footer-logo-btm ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.footer-logo-btm ul li:last-child{
    margin-left: 30px;
}
.footer-logo-btm ul li:last-child img{
    width: 157px;
}
.footer-logo-btm ul li{
    padding: 0;
}
.footer-logo-btm ul li img{
    width: 174px;
}
.footer-logo-btm ul li::after{
    display: none;
}
.footer-logo-btm-left ul{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.footer-logo-btm-left ul li::after{
    display: none;
}
.footer-logo-btm-left ul li img{
    width: 60px;
}
.footer-logo-btm-left ul li:first-child{
    filter: brightness(0) invert(1);
}
.footer-privacy-area{
    display: flex;
}
.partner-area .col-lg-4 .each-partner-logo img {
    width: 30px;
}
.partner-area .col-lg-4:first-child .each-partner-logo img {
    width: 92px;
}
.service-sec{
    background: #111111;
    position: relative;
}
.service-sec::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 806px;
    background-image: url(../images/service-sec-merk.png);
    pointer-events: none;
}
.each-partner-logo h5 {
    font-family: 'DMSans-SemiBold';
    color: #111;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 5px;
}
.banner-sec {
    /* height: 980px;                 */
    overflow: hidden;        
    transition: height 0.6s ease; 
}
/* .banner-sec iframe {
    height: 980px !important;
} */
.banner-sec.loaded {
    height: auto;   
    background-image: none !important;         
}
.header-bovag {
    width: 90px;
}
.contact-map-block {
    padding: 170px 0 50px;
}
.contact-map-info .each-footer-right h5,
.contact-map-info .each-footer-right a,
.contact-map-info .each-footer-right td h5,
.contact-map-info .each-footer-right td em,
.contact-map-info .each-footer-right td {
    color: #111;
}
.contact-map-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.contact-map-info .each-footer-right {
    width: 31%;
}
.contact-map-right {
    padding-left: 30px;
}
.contact-map-right {
    padding-left: 30px;
}
.contact-map-block .row {
    align-items: center;
}
.contact-map-title h2 {
    margin: 10px 0 15px;
}
.contact-map-info .each-footer-right a:hover {
    color: rgba(17, 17, 17, 0.4);
}









.klant-sec {
    padding: 30px 0;
    display: none;
}
.klant-sec iframe {
    border-radius: 10px;
    height: 120px !important;
    width: 100% !important;
    overflow: hidden;
}
