body {
	padding: 0px;
	margin: 0px;
    color: rgba(7, 48, 70, 0.70);
    font-family: 'SofiaPro-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page{
	padding-top: 16px;
    padding-bottom: 16px;
}
#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;
}
.iframe-footer {
    max-width: calc(100% - 32px);
    margin: 16px auto 0;
    border-radius: 10px;
}
/*****header-area*****/
.header-area {
    position: fixed;
    top: 16px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .col-lg-6 {
    width: 53%;
}
.header-area .col-lg-3 {
    width: 23%;
}
.usp-marquee-block {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
	background-color: #3E5585;
    border-radius: 10px;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 50px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 50px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 1.6rem;
    font-family: 'SofiaPro-Regular';
	padding-left: 25px;
	position: relative;
    height: 20px;
    line-height: 20px;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 13px;
	width: 13px;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
	background-image: url(../images/marquee-tick.svg);
	border-radius: 100%;
    background-position: center center;
    background-size: 13px;
    background-repeat: no-repeat;
}
/****header-main****/
.header-top {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active .header-top {
    margin-bottom: 16px;
    margin-top: -60px;
}
.header-main {
    padding: 25px 0;
    background-color: #fff;
    border-radius: 10px;
}
.header-logo img {
    width: 217px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 12px;
}
.header-nav > ul > li {
    color: rgba(62, 85, 133, 0.70);
    font-family: 'SofiaPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 10px;
}
.header-nav > ul > li > a {
    color: rgba(62, 85, 133, 0.70);
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border-radius: 10px;
	border: 1px solid rgba(62, 85, 133, 0.3);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgba(62, 85, 133, 0.3);
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 12px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: rgba(62, 85, 133, 0.70);
	padding: 5px 17px;
	border-bottom: 1px solid rgba(62, 85, 133, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #3E5585;
}
.header-active .header-main {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    position: relative;
}
/******menu-btn******/
.menu-btn {
    display: block;
    border-radius: 100px;
    background-color: #D84B77;
    padding: 10px 20px;
    color: #fff;
    font-family: 'DMSans-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    max-width: 100px;
    margin-left: auto;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #fff;
    padding: 170px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.side-menu ul {
    margin-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgba(62, 85, 133, 0.70);
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #3E5585;
}
.side-menu .parent-dropdown {
    padding-right: 18px;
    max-height: 200px;
    overflow-y: auto;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****fix-block****/
.fix-block {
    position: fixed;
    right: 21px;
    top: 30%;
    z-index: 98;
}
.fix-wp {
    /* margin-bottom: 19px; */
    position: fixed;
    bottom: 50px;
    right: 30px;
}
.fix-wp a {
    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 img {
    width: 25px;
}
.fix-rating,
.fix-rating iframe {
    width: 113px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
/*****banner-sec***/
.banner-sec {
    padding-top: 155px;
}
.banner-sec .radius-wrap::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background: linear-gradient(180deg, rgba(6, 14, 28, 0.00) 0%, rgba(6, 14, 28, 0.38) 79.82%, #060E1C 100%);  
	z-index: 1;
}
.banner-video, .each-banner {
	height: 827px;
}
.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;
    top: 63%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 24px;
}
.banner-content-wrap {
    padding: 0 15px;
}
.banner-content .common-btn {
    margin: 5px;
}
/*****product-sec****/
.product-sec {
    padding: 8px 0;
}
.product-sec .radius-wrap {
    padding: 104px 0 88px;
}
.product-heading {
    margin-bottom: 56px;
}
.product-heading h4 {
    margin-bottom: 5px;
}
.each-product {
    border-radius: 10px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.12));
    overflow: hidden;
    background-color: #fff;
}
.product-slider .swiper-slide {
    padding: 10px;
}
.each-product-text {
    padding: 20px 15px;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 20px;
}
.each-product-text table,
.each-product-text tbody {
    display: block;
}
.each-product-text tr {
    display: flex;
    gap: 7px;
}
.each-product-text td {
    color: rgba(7, 48, 70, 0.70);
    font-family: 'SofiaPro-Regular';
    font-size: 1.5rem;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.each-product-text td img {
    width: 20px;
    margin-right: 4px;
}
.each-product-price {
    color: #073046;
    font-family: 'DMSans-Bold';
    font-size: 2rem;
    line-height: 28px;
    border-radius: 100px;
    border: 1.5px solid #073046;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price strong {
    font-weight: normal;
    font-size: 1.6rem;
    font-family: 'DMSans-Regular';
}
.each-product:hover .each-product-price {
    background-color: #79B1E0;
    border-color: #79B1E0;
    color: #fff;
}
.each-product:hover .each-product-img img {
    transform: scale(1.1);
}
.each-product-img {
    overflow: hidden;
}
.each-product-img img {
    transition: all 0.5s;
}
.product-btn {
    margin-top: 30px;
}
.product-slider {
    position: relative;
}
.product-slider .swiper-button-next {
    right: -15px;
}
.product-slider .swiper-button-prev {
    left: -15px;
}
.product-wrap {
    position: relative;
}
.sec-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.product-mark-big {
    right: 0;
    left: auto;
}
/******service-sec******/
.service-heading {
    max-width: 715px;
    width: 100%;
    margin-bottom: 30px;
}
.service-heading h4 strong {
    color: #79B1E0;
}
.service-heading h2 {
    color: #fff;
    margin-bottom: 5px;
}
.service-heading p {
    color: #fff;
    margin: 24px 0 0;
}
.service-sec .radius-wrap {
    background-color: #3E5585;
    padding: 101px 0 410px;
}
.each-service {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 530px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(247deg, rgba(7, 48, 70, 0.00) 0%, rgba(7, 48, 70, 0.30) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text {
    position: absolute;
    padding: 24px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.each-service-text h3 {
    color: #fff;
    margin-bottom: 16px;
}
.each-service-text p {
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.service-slider {
    position: relative;
}
.service-slider .swiper {
	padding-top: 28px;
    height: 580px;
}
.service-slider .swiper-slide {
	height: auto;
}
.service-slider .swiper-slide-active .each-service-text p {
	max-height: 75px;
}
.service-slider .swiper-slide-active {
	z-index: 1;
}
.service-slider .swiper-slide-active .each-service-img::after {
	opacity: 0;
}
.service-slider .swiper-slide-active .each-service {
    width: calc(100% + 42%);
    margin-left: -20%;
    margin-top: -28px;
    height: calc(100% + 26px);
}
.service-slider .swiper-slide-active .each-service::after {
    background: linear-gradient(226deg, rgba(7, 48, 70, 0.00) 1.73%, rgba(7, 48, 70, 0.00) 98.06%)
}
.service-slider .swiper-button-next {
    right: -25px;
}
.service-slider .swiper-button-prev {
    left: -25px;
}
.service-btn {
    margin-top: 50px;
}
/*****werkplaats-sec****/
.werkplaats-slider {
    position: relative;
}
.werkplaats-slider .common-arrow {
    display: none;
}
.werkplaats-wrap {
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    padding: 80px 8px 0;
    margin-top: -300px;
    position: relative;
}
.werkplaats-sec h2 {
    text-align: center;
    margin-bottom: 35px;
    color: #073046;
}
.werkplaats-slider .swiper-slide {
    padding: 12px 8px;
}
.each-werkplaats {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 130px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-werkplaats::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(253deg, rgba(7, 48, 70, 0.00) 0.88%, rgba(7, 48, 70, 0.50) 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-werkplaats h5 {
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-werkplaats img {
    height: 100%;
    object-fit: cover;
}
.each-werkplaats:hover {
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.25);
}
.each-werkplaats:hover::after {
    background: none;
    background-color: #3E5585;
}
.each-werkplaats:hover h5 {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
/***about-sec****/
.about-heading {
    max-width: 593px;
    width: 100%;
    margin: 0 auto 50px;
}
.about-heading p {
    color: #073046;
    margin: 16px 0 50px;
}
.about-sec  .radius-wrap {
    padding-top: 130px;
    margin-top: -56px;
}
.about-mark-small {
    right: 0;
    left: auto;
    bottom: auto;
    top: 0;
}
.about-mark-big {
    bottom: auto;
    top: 0;
}
.each-about-gal {
    border-radius: 10px;
    overflow: hidden;
}
.gallery-top {
    margin-bottom: 16px;
    border-radius: 10px;
}
.gallery-thumbs {
    border-radius: 10px;
}
.about-gallery-big {
    position: relative;
}
.about-gallery-big .common-arrow {
    border-color: #D84B77;
}
.about-gallery-big .swiper-button-next {
    right: -25px;
}
.about-gallery-big .swiper-button-prev {
    left: -25px;
}
.about-gallery-big .common-arrow img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(73%) saturate(689%) hue-rotate(294deg) brightness(99%) contrast(90%);
}
.about-gallery-big .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.about-gallery-small {
    position: relative;
}
.about-gallery-big .each-about-gal {
    height: 525px;
}
.about-gallery-small .each-about-gal {
    height: 100px;
}
.about-gallery-big .each-about-gal img,
.about-gallery-small .each-about-gal img  {
    height: 100%;
    object-fit: cover;
}
.more-about-gallery {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 10px;
    background-color: #3E5585;
    width: 19%;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    cursor: pointer;
}
.about-slider {
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
}
/****review-sec****/
.review-sec .radius-wrap {
    position: relative;
    padding: 50px 0 74px;
}
.review-sec .sec-mark {
    width: 22%;
    top: 0;
    bottom: auto;
    z-index: -1;
}
/****carwash-cta-sec****/
.carwash-cta-wrap {
    min-height: 419px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.carwash-cta-wrap::after {
    content: "";
    background: linear-gradient(178deg, rgba(6, 14, 28, 0.00) 25.1%, #060E1C 97.95%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carwash-cta-text {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px;
    position: relative;
    z-index: 1;
}
.carwash-cta-text h2 {
    color: #fff;
}
.carwash-cta-text p {
    color: #fff;
    margin: 16px 0 30px;
}
.carwash-cta-img,
.carwash-cta-img-mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carwash-cta-img img,
.carwash-cta-img-mob img {
    height: 100%;
    object-fit: cover;
}
.carwash-cta-sec .sec-mark {
    left: auto;
    right: 0;
    z-index: -1;
}
/****footer-area****/
.footer-area {
    padding-top: 16px;
}
.footer-area .radius-wrap {
    background-color: #3E5585;
    padding: 63px 0 28px;
}
.footer-logo img {
    width: 269px;
}
.footer-partner {
    margin-top: 14px;
}
.footer-partner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 18px;
}
.footer-info {
    max-width: 733px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
.footer-partner li:first-child img {
    width: 116px;
}
.footer-partner li:nth-child(2) img{
    width: 49px;
}
.each-footer-info h5 {
    margin-bottom: 12px;
}
.each-footer-info td {
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    display: inline-block;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 10px;
}
.each-footer-info p {
    margin-bottom: 0;
    color: #fff;
    font-family: 'DMSans-Regular';
}
.each-footer-info p a {
    color: #fff;
}
.each-footer-info p a:hover {
    color: #79B1E0;
}
.each-footer-info-child {
    margin-bottom: 16px;
}
.each-footer-info-child:last-child {
    margin-bottom: 0;
}
.footer-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav > ul > li {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    line-height: 16px;
    padding-bottom: 13px;
    display: table;
}
.footer-nav > ul > li img {
    filter: brightness(0) invert(1);
    top: 7px;
}
.footer-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-nav > ul > li > a:hover {
    color: #fff;
}
.footer-nav .parent-dropdown > ul {
    max-height: 120px;
}
.footer-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 10px;
    padding-top: 20px;
}
.footer-policy p {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
}
.footer-policy p a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-policy p a:hover {
    color: #79B1E0;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.footer-social li a {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #fff;
    border-radius: 100%;
}
.footer-social li a:hover {
    background-color: #D84B77;
    border-color: #D84B77;
}
.each-footer-info.footer-info-parent {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
/* ============================================== diensten ============================================== */
/****inner-banner****/
.inner-banner {
    padding-top: 155px;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 73%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.inner-banner-content-wrap {
    padding: 0 15px;
}
.inner-banner .radius-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(6, 14, 28, 0.00) 0%, rgba(6, 14, 28, 0.38) 79.82%, #060E1C 100%);
    z-index: 1;
}
/****list-sec****/
.list-sec .radius-wrap {
    padding: 80px 0 104px;
}
.each-list {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-img {
    height: 465px;
    position: relative;
}
.each-list-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(226deg, rgba(7, 48, 70, 0.02) 1.73%, #073046 98.06%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-img::after {
    opacity: 1;
}
.each-list-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}
.each-list-txt h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
    font-family: 'DMSans-SemiBold';
}
.list-sec .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.list-sec .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 20px;
}
.each-list-txt {
    width: 100%;
    position: absolute;
    bottom: -36%;
    left: 0;
    padding: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-list-txt p {
    color: #fff;
    margin: 15px 0;
    width: 100%;
    max-width: 454px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
    font-family: 'DMSans-Regular';
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.each-list-txt p {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-txt {
    bottom: 21%;
}
.each-list:hover .each-list-txt p {
    opacity: 1;
}
.each-list-btn {
    color: #FFF;
    font-family: 'DMSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 26px;
    display: inline-flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-list-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/list-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    height: 17px;
    width: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-txt {
    bottom: 0%;
}
.each-list:hover .each-list-text p,
.each-list:hover .each-list-btn {
    opacity: 1;
}
.each-list:hover .each-list-btn::after {
    right: -8%;
}
/* ============================================== vacature ============================================== */
/****vacature-list-sec****/
.vacature-list-sec .sec-mark {
    left: auto;
    right: 0;
}
/* ============================================== over-ons ============================================== */
/****over-top-sec****/
.over-top-sec {
    padding: 80px 0 128px;
}
.over-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.over-top-sec .col-lg-5 {
    width: 47%;
}
.over-top-sec .col-lg-7 {
    width: 53%;
}
.over-ons-top-info h2 {
    margin-bottom: 26px;
}
.over-ons-top-info h6 {
    color: #073046;
    font-family: 'SofiaPro-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
.over-ons-top-info p {
    margin-top: 17px;
}
.over-ons-top-info {
    padding-right: 20px;
}
.over-ons-top-info p:last-child {
    margin-bottom: 0;
}
/****over-ons-man****/
.over-ons-man-title h3 {
    margin-bottom: 12px;
}
.over-ons-man-title {
    margin-bottom: 85px;
}
.each-over-ons-man {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-man:hover .each-over-ons-man-img {
    filter: grayscale(0);
}
.each-over-ons-man-img img {
    border-radius: 10px;
    overflow: hidden;
}
.each-over-ons-man-info h6 {
    font-family: 'SofiaPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-over-ons-man-info {
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(2px);
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 40px 17px;
    margin-bottom: 20px;
    width: calc(100% - 40px);
    text-align: center;
}
.each-over-ons-man-img {
    filter: grayscale(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 421px;
}
.each-over-ons-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.over-ons-man .col-xl-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.over-ons-man .row {
    margin-left: -8px;
    margin-right: -8px;
    row-gap: 24px;
}
/****over-btm-block****/
.over-btm-block .radius-wrap {
    padding: 120px 0 105px;
}
.over-ons-btm-mark {
    left: auto;
    right: 0;
}
.over-btm-block td {
    position: relative;
    padding: 0 40px;
    width: 33.33%;
}
.over-btm-block td::after {
    width: 1px;
    background-color: rgba(7, 48, 70, 0.40);
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    height: 100%;
}
.over-btm-block tr {
    display: flex;
    flex-wrap: wrap;
}
.over-btm-block td:first-child {
    padding-left: 0;
}
.over-btm-block td:last-child {
    padding-right: 0;
}
.over-btm-block td:first-child::after {
    display: none;
}
.over-btm-block p {
    margin-top: 15px;
}
/* ============================================== aanbod-dtl ============================================== */
/****back-btn****/
.back-btn {
    padding: 210px 0 56px;
}
/****aanbod-top-sec****/
.aanbod-top-area .col-lg-8 {
    width: 63%;
}
.aanbod-top-area .col-lg-4 {
    width: 37%;
}
.aanbod-top-thumb-slide {
    margin-top: 8px;
    display: none;
}
.each-aanbod-top-slider-img,
.each-aanbod-car-thumb-img {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-slider .swiper-button-next {
    right: 2%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 2%;
}
.aanbod-top-dtls {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 18px 24px 23px;
}
.aanbod-top-title h2 {
    margin-bottom: 18px;
}
.aanbod-top-info {
    margin: 26px 0;
    padding: 20px 0;
}
.aanbod-top-info,
.aanbod-top-btn {
    border: 1px solid rgba(7, 48, 70, 0.20);
    border-left: 0;
    border-right: 0;
}
.aanbod-top-info table,
.aanbod-top-info tbody {
    display: block;
}
.aanbod-top-info tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
}
.aanbod-top-info td {
    line-height: 20px;
    display: flex;
    align-items: center;
}
.aanbod-top-info td img {
    width: 34px;
    margin-right: 8px;
}
.aanbod-top-price {
    display: flex;
    align-items: start;
    column-gap: 4px;
    flex-direction: column;
}
.aanbod-top-price p {
    margin-bottom: 0;
}
.aanbod-top-btn {
    display: flex;
    column-gap: 40px;
    margin: 28px 0 20px;
    padding: 24px 0;
}
.aanbod-top-contact {
    display: flex;
    column-gap: 58px;
    align-items: center;
}
.aanbod-top-contact-img {
    min-width: 74px;
    height: 74px;
    border-radius: 74px;
    overflow: hidden;
}
.aanbod-top-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-top-contact-dtl td {
    line-height: 24px;
    padding-bottom: 6px;
}
.aanbod-top-contact-dtl td:first-child {
    padding-right: 18px;
}
.aanbod-top-contact-dtl td a {
    color: rgba(7, 48, 70, 0.70);
}
.aanbod-top-contact-dtl td a:hover {
    color: #D84B77;
}
.aanbod-top-contact-dtl tr:last-child td {
    padding-bottom: 0;
}
.aanbod-top-price-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.print_pdf_cls {
    width: 25px;
}
.pdf-btn {
    min-width: 25px;
}
/****aanbod-marquee****/
.aanbod-marquee-sec {
    margin-top: 16px;
}
.aanbod-marquee-area {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    padding: 0 96px;
}
.aanbod-marquee-block {
    position: relative;
    width: 100%;
    padding: 18px 0;
    overflow: hidden;
}
.aanbod-marquee-wrap,
.aanbod-marquee-wrap ul {
    gap: 50px;
}
.aanbod-marquee-wrap {
    display: flex;
    width: max-content;
}
.aanbod-marquee-wrap ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-marquee-wrap li {
    white-space: nowrap;
    position: relative;
    padding-left: 25px;
}
.aanbod-marquee-wrap li::after {
    content: "";
    height: 13px;
    width: 13px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../images/aanbod-marquee-tick.svg);
    border-radius: 100%;
    background-position: center center;
    background-size: 13px;
    background-repeat: no-repeat;
}
.aanbod-top-contact-slider {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    overflow: hidden;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 70px 0 15px;
    position: relative;
}
.dtl-tab-sec .radius-wrap {
    padding-bottom: 58px;
}
.tab-wrap {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 70px;
    border: 0;
    row-gap: 26px;
    margin: auto;
    margin-bottom: 82px;
    justify-content: center;
}
.dtl-tab-sec .product-mark-small img {
    width: 71%;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0;
    font-family: 'SofiaPro-SemiBold';
    font-size: 2.4rem;
    line-height: 32px;
    color: #073046;
}
ul.tabs li::after {
    display: none;
}
.tab-btn ul li.common-btn {
    padding: 0;
    background: transparent;
    border: 0;
}
.tab-btn ul li.common-btn:hover {
    color: #9C3B61;
}
.tab-btn .tabs li.active::before {
    content: "";
    height: 2px;
    background-color: #073046;
    width: calc(100% - 37px);
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #010101;
}
.kenmerken-tab td {
    width: 25%;
    padding: 53px 72px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    border-right: 1.5px solid rgba(255, 255, 255, 0.15);
}
.kenmerken-tab td:nth-child(4n) {
    border-right: 0;
}
.kenmerken-tab td h6,
.kenmerken-tab td p {
    font-size: 1.8rem;
    line-height: normal;
    letter-spacing: 0.36px;
}
.kenmerken-tab td h6 {
    margin-bottom: 16px;
}
.kenmerken-tab td p {
    color: rgba(255, 255, 255, 0.50);
}
.tab_content {
    display: none;
}
.tab_content P {
    color: #1F221F;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    padding-right: 45px;
}
.kenmerken-tab td p {
    color: rgba(255, 255, 255, 0.70);
    line-height: 20px;
    margin-bottom: 0;
}
.kenmerken-tab td h4 {
    font-family: 'Inter-Medium';
    color: #FFF;  
    line-height: 20px;
    margin-top: 9px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #D84B77;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2rem;
    color: #073046;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.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 {
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-size: 7px;
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D84B77;
}
.left-bg-block p {
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #D84B77;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    font-size: 1.6rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    font-size: 2rem;
    color: #1F221F;
}
.tab-btm-btn {
    margin-top: 52px;
    text-align: center;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 52%;
    position: relative;
    color: #073046;
    margin-bottom: 13px;
    padding-bottom: 13px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 0;
    line-height: 24px;
}
.kenmerken-tab li:nth-child(odd) {
    padding-left: 48px;
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(7, 48, 70, 0.70);
    width: 48%;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(7, 48, 70, 0.20);
    background-image: none;
}
.kenmerken-tab h4 {
    margin-bottom: 32px;
    color: #1F221F;
}
/*****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(248, 248, 248, 0.2);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    position: relative;
    background: #fff;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #D84B77;
    box-shadow: 0px 0px 25px 0px rgba(216, 75, 119, 0.5);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(216, 75, 119, 0.5);
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #D84B77;
    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 #D84B77;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 3rem;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    margin-bottom: 16px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 31px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
/* .kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.7);
} */
.kenmarken-popup-content li::after {
    display: none;
}
/****form-sec****/
.form-sec .radius-wrap {
    padding: 121px 0;
    background: #3E5585;
}
.form-block {
    position: relative;
    z-index: 1;
}
.form-block .col-lg-7 {
    width: 59%;
}
.form-block .col-lg-5 {
    width: 41%;
}
.form-title {
    margin-bottom: 82px;
}
.form-title h2 {
    color: #fff;
}
.form-main-area .row {
    margin: 0 -28px;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding: 0 28px;
}
.form-main-area .form-styl {
    background: transparent;
    color: #fff;
    font-family: 'SofiaPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    border: none;
    padding: 16px 20px;
    border: 2px solid rgba(255, 255, 255, 0.40);
    border-radius: 50px;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 30px;
}
.form-main-area .form-styl::placeholder{
    color: rgba(255, 255, 255, 0.70);
}
.form-main-area .form-styl:placeholder {
    color: rgba(255, 255, 255, 0.70);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #fff;
    border-color: #fff;
}
.form-main-area  .form-styl:focus::placeholder{
    color: #fff;
}
.form-main-area textarea.form-styl {
    height: 200px;
    border-radius: 20px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.70);
}
.form-right-area {
    border-radius: 10px;
    background: #FFF;
    padding: 16px;
    padding-bottom: 0;
    max-width: 485px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
}
.form-right-top {
    min-height: 175px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.form-right-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(121, 177, 224, 0.50) 0%, rgba(121, 177, 224, 0.50) 100%);
}
.form-right-top p {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 52px;
    margin-bottom: 0;
}
.form-right-btm-block {
    padding: 40px 22px 28px;
}
.form-contact-dtls-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 11px;
    margin-bottom: 39px;
    align-items: center;
}
.each-form-contact {
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.each-form-contact strong {
    font-weight: normal;
    border: 1px solid #073046;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-contact strong img {
    width: 12px;
    height: 12px;
}
.each-form-contact h6 {
    color: #073046;
    font-size: 1.6rem;
    line-height: 24px;
}
.each-form-contact:hover strong {
    background-color: #D84B77;
    border-color: #D84B77;
}
.each-form-contact:hover img {
    filter: brightness(0) invert(1);
}
.each-form-contact:hover a {
    color: #D84B77;
}
.form-right-btm {
    display: flex;
    column-gap: 41px;
}
.each-form-right-btm tr {
    display: flex;
}
.each-form-right-btm h5 {
    font-size: 1.6rem;
    color: #073046;
    margin-bottom: 9px;
}
.each-form-right-btm td {
    padding-bottom: 6px;
    font-family: 'DMSans-Regular';
}
/* body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
} */
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    position: relative;
    padding-top: 15px;
}
.aanbod-btm-title {
    margin-bottom: 83px;
}
.aanbod-btm-title h3 {
    margin-bottom: 11px;
}
.aanbod-btm-slider .swiper-slide {
    padding: 10px;
}
/* .aanbod-btm-slider .each-product {
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.12));
} */
.aanbod-btm-slider .swiper-button-next {
    right: -2%;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -2%;
}
.sec-mark.aanbod-mark-big {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    z-index: -1;
}
.aanbod-btm-sec .radius-wrap {
    padding: 102px 0 104px;
}
/* ============================================== diensten-dtl ============================================== */
/****bk-btn****/
.bk-btn {
    padding-top: 232px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 56px 0 120px;
}
.diensten-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-top-info {
    padding-left: 33px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 28px;
}
.diensten-dtl-top-info h3 {
    margin-bottom: 10px;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    padding-bottom: 16px;
}
.diensten-dtl-mid .container {
    position: relative;
    z-index: 1;
}
.diensten-dtl-mid .radius-wrap {
    padding-bottom: 104px;
}
.diensten-dtl-mid-info h2,
.diensten-dtl-mid-info h3 {
    color: #fff;
}
.diensten-dtl-mid-info h3 {
    margin: 35px 0 18px;
}
.diensten-dtl-mid-info p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
}
.diensten-dtl-mid-info li {
    color: #fff;
}
.diensten-dtl-mid .col-lg-6 {
    padding-left: 18.5px;
    padding-right: 18.5px;
}
.diensten-dtl-mid .row {
    margin-left: -18.5px;
    margin-right: -18.5px;
    row-gap: 40px;
    /* align-items: center; */
}
.diensten-dtl-mid-title {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.diensten-dtl-mid-info {
    border-radius: 10px;
    background-color: #79B1E0;
    padding: 35px 40px 42px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.diensten-dtl-mid-title h2 {
    margin-bottom: 30px;
}
.diensten-dtl-mid-info:hover {
    background-color: #3E5585;
}
/****dtl-slider-sec****/
.dtl-slider-sec .radius-wrap {
    padding: 120px 0 105px;
    margin-top: 16px;
}
.dtl-slider-mark {
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
}
.dtl-slider .each-list-img {
    height: 315px;
}
.dtl-slider .each-list-txt {
    bottom: -52%;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 86px;
    position: relative;
    z-index: 1;
}
.dtl-slider-title h2 {
    margin-top: 10px;
}
.dtl-slider .each-list-txt p {
    -webkit-line-clamp: none;
}
.dtl-slider .each-list:hover .each-list-txt p {
    opacity: 1;
    height: 3lh;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 207px;
}
.filter-title {
    margin-bottom: 44px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(69%) sepia(90%) saturate(522%) hue-rotate(178deg) brightness(91%) contrast(93%);
}
.filter-reset a:hover {
	color: #79B1E0;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #073046;
    font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    border: 1px solid #073046;
    border-radius: 50px;
    padding: 0 35px 0 28px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 91% center / 13px;
    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;
}
.aanbod-filter-sec .select-style.show,
.aanbod-filter-sec .select-style:hover {
    background-color: #79B1E0;
    border-color: #79B1E0;
    color: #fff;
    background-image: url(../images/white-filter-arw.svg);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'DMSans-Regular';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #79B1E0;
    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: #073046;
    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: #073046;
    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 #073046;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #79B1E0;
    border-color: #79B1E0;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 50px;
    background-color: #79B1E0;
    font-family: 'DMSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #79B1E0;
    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: #fff;
    color: #073046;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 30px;
	width: 24%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'DMSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #073046;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #3E5585;
    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;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}
.mobile-show-filter-active {
    top: 100px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #fff;
    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: #3E5585;
    border-bottom: 1px solid #3E5585;
}
.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;
    filter: brightness(0) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #79B1E0;
    border: 1px solid #79B1E0;
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #79B1E0;
}
.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 .sorteren_op-filter {
	margin-bottom: 0;
	width: 200px;
}
.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;
}
.filter-left-part .row {
    column-gap: 8px;
}
/****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: #79B1E0;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(121, 177, 224, 0.4);
    border-color: rgba(121, 177, 224, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #79B1E0;
}
.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: #073046;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(7, 48, 70, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #073046;
    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: #073046;
    font-size: 1.6rem;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #79B1E0;
    font-size: 1.6rem;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-sec .radius-wrap {
    padding: 56px 0 103px;
}
.aanbod-list-product-area > .row {
    row-gap: 40px;
}
.aanbod-list-product-area {
    position: relative;
    z-index: 1;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding-top: 180px;
}
/****verkocht-product-sec****/
.verkocht-product-sec .radius-wrap{
    padding-top: 80px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 45.6%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 10px;
    background-color: #3E5585;
    backdrop-filter: blur(7.5px);
}
.modal-content-wrap {
    padding: 0;
    background: transparent;
}
.modal-area .pop-up-image h1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    padding: 0 50px;
}
.modal-area .pop-up-image {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 35px 180px 48px 48px;
}
.modal-area .popup-content ul {
    padding-left: 16px;
    margin-bottom: 30px;
}
.modal-area .popup-content li {
    position: relative;
    list-style-type: none;
    margin-bottom: 14px;
}
.modal-area .popup-content li:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content p, 
.modal-area .popup-content li {
    color: #fff;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    background-color: #fff;
}
.modal-area .popup-content p {
    margin-bottom: 30px;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
    max-width: 417px;
    width: 100%;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    height: 57px;
    width: 57px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.close-img img {
    width: 23px;
}
.modal-area .popup-content .product-round-shadow {
    top: 46%;
}
/* ============================================== contact ============================================== */
/****contact-banner****/
.contact-banner.inner-banner .radius-wrap::after {
    display: none;
}
/****contact-form-sec****/
.form-sec.contact-form-sec .radius-wrap {
    background: #fff;
}
.contact-form-sec .form-title h2 {
    color: #073046;
}
.contact-form-sec .form-main-area .form-styl {
    color: #073046;
    border-color: rgba(7, 48, 70, 0.4);
}
.contact-form-sec .form-main-area .form-styl::placeholder{
    color: rgba(7, 48, 70, 0.7);
}
.contact-form-sec .form-main-area .form-styl:placeholder {
    color: rgba(7, 48, 70, 0.7);
}
.contact-form-sec .form-main-area .form-styl:focus{
    color: #073046;
    border-color: #073046;
}
.contact-form-sec .form-main-area  .form-styl:focus::placeholder{
    color: #073046;
}
.contact-form-sec .form-main-area .form-styl.photo_upload,
.contact-form-sec .form-main-area .form-styl.foto_upload {
    color: rgba(7, 48, 70, 0.7);
}
.contact-form-sec .form-right-area {
    background-color: #073046;
}
.contact-form-sec .each-form-contact h6,
.contact-form-sec .each-form-contact a, 
.contact-form-sec .each-form-right-btm td,
.contact-form-sec .each-form-right-btm h5 {
    color: #fff;
}
.contact-form-sec .each-form-contact:hover a {
    color: #D84B77;
}
.contact-form-sec .each-form-contact:hover strong {
    border-color: #D84B77;
}
.contact-form-sec .each-form-contact strong {
    border-color: #fff;
}
.contact-form-sec .each-form-contact strong img {
    filter: brightness(0) invert(1);
}
/* ============================================== carwash-dtl ============================================== */
/****carwash-dtl-top****/
.carwash-dtl-top {
    padding-bottom: 80px;
}
/****carwash-dtl-mid****/
.carwash-dtl-mid {
    padding-bottom: 15px;
}
.carwash-dtl-mid .radius-wrap {
    padding-bottom: 105px;
}
.carwash-dtl-mid-img img {
    border-radius: 20px;
    overflow: hidden;
}
.carwash-dtl-mid-info h2 {
    margin-bottom: 25px;
}
.carwash-dtl-mid-info ul {
    max-width: 535px;
    margin-bottom: 0;
}
.carwash-dtl-mid .container {
    position: relative;
    z-index: 1;
}
/*********bedankt*******************/
.thankyou-banner-sec p {
    color: #fff;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
/*******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;
    font-size: 2rem;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #D84B77;
    padding-bottom: 10px;
    color: #073046;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p {
    padding-bottom: 6px;
    word-break: break-word;
    /* margin-bottom: 10px;
    border-bottom: 1px solid #D84B77; */
}
.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(#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: 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: #fff;
  }


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}

.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}

/* whats app lab start  */

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

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

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

.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 12px;
    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  */



@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.privacy_section {
    padding: 200px 0 60px;
}
.social-cont {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.pdf-btn .nav-link {
    display: inline-block;
    padding: 0;
}
.footer-partner iframe{
	background-color: #fff;
	width: 250px;
	height: 70px;
	margin-top: 13px;
}
.float-widget{
	position: fixed;
	z-index: 999999;
	right: 0;
	top: 30%;
	background-color: #fff;
}
.werkplaats-form{
	background:none !important;
}
.customer-heading h2 {
    margin-bottom: 40px;
}
.images-slider-about {
    padding-bottom: 100px;
}
.form-main-area.form-whatsapp-button a {
    display: flex;
    align-items: center;
    max-width: 200px;
    margin-top: 0px;
    border-radius: 41.5px;
    background: #25D366;
    border: 1px solid #25D366;
    padding: 15px 10px;
    gap: 10px;
    color: #fff;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.form-main-area.form-whatsapp-button a img{
    width: 20px;
    height: 20px;
}
.form-main-area.form-whatsapp-button a:hover{
    border-color: transparent;
    background-color: rgba(37, 211, 102, 0.50);
}
.form-whatsapp-sec .form-title {
    margin-bottom: 35px;
}
/* === 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: #FF7100;
    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: 35px;
    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: #FF7100;
}

/* === Buttons (Desktop & Mobile) === */
.widget-content button,
.widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #FF7100;
    background: #FF7100;
    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: #FF7100 !important;
}

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

/* LANDING PAGE START */
   /*===============FAQ page start=================*/
.faq-sec {
    padding-bottom: 78px;
    padding-top: 40px;
}
.faq-wrap {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
}
.faq-heading {
    max-width: 513px;
    width: 100%;
    margin: 0 auto 47px;
}
.faq-heading h4 {
    color: #073046;
    margin-top: 20px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
    border-radius: 15px;
    background: #3E5585;
	padding: 40px 34px;
	margin-bottom: 22px;
    position: relative;
    z-index: 1;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li::after {
    display: none;
}
.acc-block li h4 {
	position: relative;
	cursor: default;
	padding-right: 60px;
    color: #FCFAF5;
}
.acc-block li h4::before {
    position: absolute;
    height: 48px;
    width: 48px;
    background-image: url(../images/acc-down.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 50%;
    right: 0px;
    border-radius: 50px;
    background-color: #FFF;
    transform: translateY(-50%);
}
.acc-block li.show_accordian h4::before {
	background-image: url(../images/acc-up.svg);
}
.acc-block p {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 736px;
	width: 100%;
    color: rgba(252, 250, 245, 0.70);
}
.blog-card-sec{
    padding: 90px 0px;
}
.blog-card-heading h2{
    margin-bottom: 43px;
}
.blog-card-item{
    position: relative;
    height: 456px;
    height: 100%;
    width: 1005;
}
.blog-card-content{
    position: absolute;
    bottom: 24px;
    left: 40px;
}
.blog-card-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.blog-card-img img{
    height: 100%;
    object-fit: cover;
}
.blog-card-content h3{
    color: #FFFFFF;
    margin-bottom: 0;
}
.blog-contact-wrap .container > .row {
    --bs-gutter-x: 80px;
    --bs-gutter-y: 40px;
}
.blog-contact-item  table tr td {
    color: #fff;
}
.blog-contact-new-wrap .blog-contact-item:last-child{
    margin-bottom: 0;
}
.blog-contact-item {
    position: relative;
    z-index: 1;
    margin-bottom: 84px;
}
.blog-contact-item h4{
    color: #fff;
    margin-bottom: 13px;
}
.blog-contact-item p:last-child{
    margin-bottom: 0;
}
.blog-contact-item p a{
    color: #fff;
    display: block;
    transition: 0.4s ease-in-out;
    max-width: max-content;
}
.blog-contact-item p a:hover{
    color: #D84B77;
}
.blog-contact-item p{
    margin-bottom: 10px;
}
.blog-contact-img{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding: 83px 116px;
}
.blog-contact-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(44, 43, 42, 0.90) 0%, rgba(44, 43, 42, 0.90) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.blog-contact-form .row {
    margin: 0 -10px;
}
.blog-contact-form .row .col-lg-6 {
    padding: 0px 10px;
}
.blog-contact-form .row .col-lg-12 {
    padding: 0px 10px;
}
.blog-contact-sec .form-group{
    margin-bottom: 25px;
}
.blog-contact-sec .form-group .form-style{
    background: transparent;
    color: #fff;
    font-family: 'SofiaPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    border: none;
    padding: 0;
    padding-bottom: 4px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 10px;
    padding: 20px 30px;
    resize: none;
}
.blog-contact-sec .form-group .form-style::placeholder{
    color: rgba(255, 255, 255, 0.60);
}
.blog-contact-sec .form-group .form-style:focus::placeholder{
    color: #FFF;
}
.blog-contact-heading h2{
    color: #FFF;
    margin-bottom: 2px;
}
.blog-contact-heading p{
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    margin-bottom: 28px;
}
.blog-contact-wrap{
    background-color: #3E5585;
    padding: 61px 0px 74px;
    border-radius: 5px;
}
.company-block-wrap table{
    width: 100%;
}
.company-block-wrap table tr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 20px;
    column-gap: 20px;
}
.company-block-wrap table tr td{
    background-color: #3E5585;
    padding: 64px 35px 56px;
    border-radius: 10px;
}
.company-block-wrap table tr td h4{
    color: #fff;
    margin-bottom: 25px;
}
.company-block-wrap table tr td h3{
    margin-bottom: 20px;
    color: #FFF;
}
.company-block-wrap table tr td p{
    margin-bottom: 0;
    color: #FFF;
}
.company-block-sec{
    padding: 80px 0px;
}
.company-blog-heading{
    margin-bottom: 64px;
}
.bolg-heading-sec{
    padding-top: 210px;
}
.bolg-sec {
    padding-bottom: 99px;
}
.blog-heading {
    text-align: center;
    max-width: 983px;
    margin: 0 auto;
    margin-bottom: 74px;
}
.blog-heading h1{
    margin-bottom: 16px;   
    color: #073046;
}
.blog-content h2{
    margin-bottom: 8px;
}
.blog-content p{
    margin-bottom: 11px;
}
.blog-content p:last-child{
    margin-bottom: 0;
}
.blog-content .common-btn{
    margin-top: 29px;
}
.blog-img{
    border-radius: 10px;
    overflow: hidden;
}
.blog-content{
    padding-left: 99px;
}
.bolg-wrap .row:nth-child(even){
    flex-direction: row-reverse;
    padding: 59px 0px;
}
.bolg-wrap .row:nth-child(even) .blog-content{
    padding-left: 0px;
    padding-right: 99px;
}
.bolg-wrap .row:nth-child(even):last-child{
    padding-bottom: 0;
}
.block-heading{
    max-width: 990px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.block-heading h2{
    margin-bottom: 10px;
    color: #fff;
}
.block-heading p{
    color: #fff;
}
.block-bg {
    padding: 112px 0px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.block-bg::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(44, 43, 42, 0.60) 0%, rgba(44, 43, 42, 0.60) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.aanbod-top-price span{
    display: none;
}

.home-middle-content-section {
    padding-top: 40px;
}
/* ============================================== carwash-dtl ============================================== */
/****carwash-dtl-table-block****/
.carwash-dtl-table-block {
    position: relative;
    padding-bottom: 15px;
}
.carwash-dtl-table-block .radius-wrap {
    padding-bottom: 105px;
}
.carwash-dtl-table-block table {
    width: 100%;
}
.carwash-dtl-table-block tr {
    display: flex;
    flex-wrap: wrap;
    gap: 23px;
}
.carwash-dtl-table-block td {
    border-radius: 20px;
    overflow: hidden;
    background-color: #3E5585;
    /* padding: 27px 27px; */
    text-align: center;
    width: 32%;
    height: 100%;
}
.carwash-dtl-table-block td ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.carwash-dtl-table-block td h2 {
    color: #fff;
    margin: 22px 0;
}
.carwash-dtl-table-block ul li {
    color: #fff;
    position: relative;
    font-size: 2rem;
    line-height: 32px;
    font-family: 'DMSans-SemiBold';
    padding: 16px 27px;
}
.carwash-dtl-table-block ul li::before {
    content: '';
    position: absolute;
    left: -10%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.50);
    height: 1.5px;
    width: 100vw;
}
.carwash-dtl-table-block td li:first-child::before {
    display: none;
}
.carwash-dtl-table-block td:nth-child(even) li:last-child {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    background: #79B1E0;
    color: #3E5585;
}
.carwash-dtl-table-block-mark {
    z-index: -1;
}
/* ============================================== nieuws ============================================== */
/****nieuws-list****/
.nieuws-list .radius-wrap {
    padding: 80px 0 102px;
}
.each-nieuws-list {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-nieuws-list-img {
    border-radius: 20px;
    height: 456px;
    overflow: hidden;
}
.each-nieuws-list-img img {
    height: 100%;
    object-fit: cover; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-nieuws-list-info {
    border-radius: 20px;
    background-color: #FFF;
    box-shadow: 0 0 8.3px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    padding: 25px 22px 32px;
    margin-top: 15px;
}
.each-nieuws-list-info h4 {
    font-size: 2.4rem;
    line-height: 32px;
    color: #231F20;
    font-family: 'DMSans-SemiBold';
}
.each-nieuws-list-info p {
    font-family: 'DMSans-Regular';
    color: #231F20;
    max-width: 465px;
    width: 100%;
    margin: 18px 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-nieuws-btn {
    color: #231F20;
    font-family: 'DMSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 26px;
    display: inline-flex;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-nieuws-btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/list-btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    height: 17px;
    width: 17px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nieuws-list-mark {
    z-index: -1;
}
.nieuws-list .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.nieuws-list .row {
    margin-left: -10px;
    margin-right: -10px;
    row-gap: 40px;
}
.each-nieuws-list:hover img {
    transform: scale(1.1);
}
/* ============================================== nieuws-dtl ============================================== */
/****nieuws-dtl-slider-sec****/
.nieuws-dtl-slider-title {
    text-align: center;
    margin-bottom: 35px;
}
.nieuws-dtl-slider-sec {
    padding: 92px 0 46px;
}
.each-nieuws-dtl-slider img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-nieuws-dtl-slider-img {
    height: 362px;
    position: relative;
    overflow: hidden;
}
.each-nieuws-dtl-slider-img img {
    height: 100%;
    object-fit: cover;
}
.each-nieuws-dtl-slider-img h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 30px 40px;
    line-height: normal;
    font-family: 'DMSans-SemiBold';
}
.each-nieuws-dtl-slider:hover img {
    transform: scale(1.1);
}
.nieuws-dtl-slider-title h2 {
    font-family: 'DMSans-SemiBold';
}
/******werkplaats-auto-service-page******/
.werkplaats-auto-service-page .diensten-dtl-top {
    padding-bottom: 60px;
}
.werkplaats-auto-service-page .diensten-dtl-top  .col-lg-12 .diensten-dtl-top-info {
    padding-left: 0;
} 
.werkplaats-auto-service-page .carwash-dtl-mid .radius-wrap {
    padding-bottom: 30px;
}
.werkplaats-auto-service-page .carwash-dtl-mid .carwash-dtl-mid-info {
    padding-right: 20px;
}
.werkplaats-auto-service-page .carwash-dtl-mid .carwash-dtl-mid-info ul {
    margin: 14px;
}
.werkplaats-auto-service-page .carwash-dtl-mid .carwash-dtl-mid-info strong {
    font-family: 'SofiaPro-Bold';
}
.werkplaats-auto-service-page .carwash-dtl-mid .sec-mark {
    display: none;
}
.werkplaats-auto-service-page .faq-sec .acc-block ol {
    margin-top: 20px;
}
.werkplaats-auto-service-page .faq-sec .acc-block ol li {
    padding: 0;
    margin: 0;
    color: rgba(252, 250, 245, 0.70);
    background-color: transparent;
    border-radius: 0;
}
/******werkplaats-pechhulp-page******/
.werkplaats-pechhulp-page .carwash-dtl-mid .sec-mark {
    display: none;
}
.werkplaats-pechhulp-page .diensten-dtl-top {
    padding-bottom: 60px;
}
.werkplaats-pechhulp-page .wekplaats-iframe {
    padding-bottom: 60px;
}

.footer-social ul li a img  {
    width: 16px;
}