body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #0A0A0A;
    background-color: #FFF;
    /*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; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****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;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 40px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/******header******/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-top {
    background-color: #1A1A1A;
    padding: 9px 0;
}
.header-top ul {
    margin-bottom: 0;
    display: flex;
    justify-content: end;
}
.header-top li {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 13px;
    margin-right: 13px;
}
.header-top li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-top li::after {
    left: auto;
    right: 0;
    border-radius: 0;
    width: 1px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.10);
}
.header-top li img {
    margin-right: 6px;
    margin-bottom: 2px;
}
.header-top li p {
    font-family: 'LamaSans-Medium';
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.12px;
    margin-bottom: 0;
}
.h-wp,
.h-wp:hover {
    color: #39FF83;
}
.header-main {
    background-color: #0A0A0A;
    padding: 21px 0;
}
.header-logo img {
    width: 186px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 16px;
    margin-bottom: 0;
    position: relative;
}
.parent-dropdown {
    position: relative;
}
.parent-dropdown::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: -24px;
    left: auto;
    right: -4px;
    width: 16px;
    height: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    background-color: transparent;
    border-radius: 0;
    opacity: 0;
    display: block !important; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown.open::after {
    opacity: 1;
}
.header-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.70);
    position: relative;
}
.header-nav > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 100%;
    height: 42px;
    background-color: transparent;
    pointer-events: none;
}
.header-nav > ul > li > a:hover {
    color: #7FA6F5;
}
.header-nav > ul > li > a:hover::after {
    pointer-events: all;
}
.header-nav li {
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-btn .common-btn {
    border-color: #FFF;
    background-color: #FFF;
    color: #0A0A0A;
}
.header-btn .common-btn:hover {
    background-color: transparent;
    color: #fff;
}
/******menu-btn******/
.menu-btn {
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    gap: 10px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(4px) rotate(135deg);
    width: 16px;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
    width: 16px;
}
.menu-btn.active strong {
    opacity: 0;
    pointer-events: none;
}
.hamburger {
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #1138E3;
    display: flex;
    align-items: center;
    gap: 10px;
    /* color: #0A0A0A; */
    color: #fff;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    margin-top: -6px;
}
/* .hamburger strong {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 21px;
    width: 21px;
    border-radius: 100%;
    background-color: #0A0A0A;
} */
.hamburger span {
    width: 15px;
    height: 1px;
    display: block;
    border-radius: 5px;
    background-color: #0A0A0A;
    background-color: #fff;
    margin: 2px 0;
}
/* .hamburger span:nth-child(2) {
    max-width: calc(100% - 14px);
} */
/* .hamburger:hover {
    background-color: #1138E3;
    color: #fff;
} */
.hamburger:hover strong {
    background-color: #fff;
}
.hamburger:hover span {
    background-color: #0A0A0A;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 5px;
    min-width: 260px;
    margin-top: 24px;
    margin-bottom: 0;
    z-index: 3;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 630px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	/* max-height: 200px; */
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 14px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
    font-family: 'ZalandoSans-Medium';
	font-size: 1.6rem;
    line-height: 24px;
	position: relative;
    margin-bottom: 0;
}
.parent-dropdown > ul > li > a {
    color: #0A0A0A;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.20);
    display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
    background-color: #1138E3;
    color: #FFFFFF;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
.header-active {
    margin-top: -35px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #0A0A0A;
    padding: 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 {
    overflow: hidden;
}
.side-main-menu-block::-webkit-scrollbar{
    width: 3px;
    height: 3px;
    border-radius: 5px;
}
.side-main-menu-block::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.20);
    border-radius: 5px;
}
.side-main-menu-block::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.30);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: 0.6s ease-in-out;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.side-menu .side-menu-wrap .parent-dropdown::after {
    display: none !important;
}
.side-menu ul li::after {
    display: none;
}
.side-main-menu-block > .side-menu-wrap > ul > li {
    margin-bottom: 24px;
    padding-left: 0;
    font-size: 3.2rem;
    line-height: normal;
    display: block;
    font-family: 'ZalandoSans-SemiBold';
}
.side-main-menu-block > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-main-menu-block > .side-menu-wrap > ul > li > a {
    color: #fff;
    display: block;
    padding-bottom: 0;
}
.side-main-menu-block > .side-menu-wrap > ul > li > a:hover {
    color: #7FA6F5;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.side-main-menu-block {
    height: calc(100vh - 253px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
    position: initial;
}
.side-menu-logo img {
    width: 124px;
}
.side-menu-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 97px;
}
.side-menu-cross {
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    z-index: 1;
}
.side-menu-cross span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
}
.side-menu-cross span:nth-child(1) {
    transform: rotate(45deg);
}
.side-menu-cross span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -2px;
}
.each-side-menu-contact-icon {
    display: flex;
    width: 56px;
    height: 56px;
    min-width: 56px;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}
.each-side-menu-contact {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.each-side-menu-contact:last-child {
    margin-bottom: 0;
}
.each-side-menu-contact-info h6 {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
}
.each-side-menu-contact-info p {
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 0;
}
.each-side-menu-contact-info a {
    color: #FFF;
}
.each-side-menu-contact-info a:hover {
    color: #7FA6F5;
}
.side-menu-contact-block {
    margin-top: 40px;
}
.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;
    z-index: 3;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/****banner-sec****/ 
.banner-sec {
    overflow: hidden;
}
.banner-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}
.banner-video, 
.each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content-area {
    position: absolute;
    left: 50%;
    bottom: 21%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content {
    padding: 0 14%;
}
.banner-logo {
    width: 962px;
}
.banner-content h6 {
    font-family: 'ZalandoSans-SemiBold';
    color: #FFF;
    font-size: 3.2rem;
    line-height: 38px;
    letter-spacing: 0.32px;
    display: none;
    max-width: 260px;
    margin-left: auto;
    margin-bottom: 18px;
}
.banner-content h1 {
    margin-bottom: 21px;
}
.banner-content p {
    color: #fff;
    max-width: 572px;
    width: 100%;
    margin-bottom: 35px;
}
.banner-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 15px;
}
.banner-content li {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-content li::after {
    display: none;
}
/****product-sec****/
.product-sec {
    position: relative;
    padding: 72px 0 87px;
}
.product-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 68%;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
}
.product-sec::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 11%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #fff 100%);
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}
.product-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.product-bg img {
    height: 100%;
    object-fit: cover;
}
.mob-product-bg {
    display: none;
}
.product-title {
    margin-bottom: 75px;
}
.product-area {
    position: relative;
    z-index: 1;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    border-radius: 5px;
    overflow: hidden;
}
.each-product-top {
    padding: 10px 12px 15px 12px;
    border-radius: 10px;
    background-color: #F5F5F5;
}
.each-product-title {
    margin: 18px 0 11px;
}
.each-product-title h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-title p {
    margin-top: 6px;
    margin-bottom: 0;
}
.each-product-price ul {
    display: flex;
    gap: 4px;
    margin-bottom: 0;
}
.each-product-price li {
    border-radius: 5px;
    background: #1A1A1A;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
    padding: 3px 11px;
}
.each-product-price li::after {
    display: none;
}
.each-product-price li h6 {
    font-family: 'LamaSans-Regular';
    line-height: 27px;
    color: #FFFFFF;
}
.each-product-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}
.each-product-info td {
    padding-right: 4px;
    margin-right: 4px;
    position: relative;
}
.each-product-info td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 11px;
    background-color: rgba(10, 10, 10, 0.60);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-info td:last-child::after {
    display: none;
}
.each-product-btm {
    border-radius: 10px;
    background: #F5F5F5;
    margin-top: 10px;
    padding: 17px 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btm .row {
    align-items: baseline !important;
}
.each-product-btm .col-lg-7 {
    width: 67%;
}
.each-product-btm .col-lg-5 {
    width: 33%;
}
.each-product-arw {
    text-align: end;
}
.each-product-arw h6 {
    position: relative;
    padding-right: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-arw h6::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15px;
    height: 10px;
    background-image: url(../images/product-arw.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-btm {
    background-color: #1138E3;
}
.each-product:hover .each-product-info td h6,
.each-product:hover .each-product-arw h6 {
    color: #fff;
}
.each-product:hover .each-product-info td::after {
    background-color: #fff;
}
.each-product:hover .each-product-arw h6::after {
    filter: brightness(0) invert(1);
}
.product-control {
    margin-top: 54px;
}
.product-control .col-lg-2 {
    width: 14%;
}
.product-control .col-lg-7 {
    width: 69%;
}
.product-control .col-lg-3 {
    width: 17%;
}
.product-arrow {
    display: inline-flex;
    gap: 30px;
}
.product-sec .product-scrollbar {
    height: 3px;
    background-color: rgba(10, 10, 10, 0.10);
    width: 100%;
    border-radius: 30px;
    position: relative;
}
.product-sec .swiper-scrollbar-drag {
    background-color: #0A0A0A;
    cursor: grab;
}
.product-arrow .common-arrow {
    top: auto;
    bottom: 10px;
}
.product-arrow .swiper-button-prev {
    left: auto;
    right: 4.7%;
}
.mob-product-text {
    display: none;
}
.mob-product-price strong {
    font-weight: normal;
    display: block;
    font-size: 1.6rem;
    color: #000;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 4px;
}
.mob-product-price {
    text-align: end;
}
.mob-product-price h6 {
    color: rgba(0, 0, 0, 0.70);
    line-height: 22px;
}
/******service-sec*******/
.service-sec {
    padding: 0 17px;
}
.service-wrap {
	background-color: #1A1A1A;
	position: relative;
	overflow: hidden;
    border-radius: 34px;
    height: 100%;
}
.service-left-area {
    position: relative;
}
.service-wrap,
.service-left-area {
    min-height: 944px;
}
.service-left-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.service-left-area {
    position: relative;
    z-index: 1;
    padding: 104px 56px;
    height: 100%;
    border-radius: 31px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-left-text ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.service-left-text li {
    padding-left: 0;
    margin-bottom: 0;
}
.service-left-text li::after {
    display: none;
}
.service-block {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 1;
	height: 100%;
	width: 55%;
}
.service-scroll {
	position: relative;
}
.scroll-container {
	position: relative;
	animation: scroll-up 25s linear infinite;
}
.left-service .scroll-container {
	animation: scroll-up 25s linear infinite;
}
.right-service .scroll-container {
	animation: scroll-down 25s linear infinite;
}
@keyframes scroll-up {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-50%); 
	}
}
@keyframes scroll-down {
	0% {
		transform: translateY(-50%);
	}
	100% {
		transform: translateY(0%);
	}
}
.left-service:hover .scroll-container,
.right-service:hover .scroll-container {
	animation-play-state: paused;
}
.service-block::after,
.service-block::before {
	content: '';
    height: 15%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(180deg, rgba(22, 22, 22, 0.60) 0%, rgba(22, 22, 22, 0.00) 100%);
    /* background: linear-gradient(0deg, rgba(26, 26, 26, 0.70) 0%, rgba(26, 26, 26, 0.70) 100%); */

    /* border-radius: 24px; */
}
.service-block::before {
	top: auto;
	bottom: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(22, 22, 22, 0.60) 0%, rgba(22, 22, 22, 0.00) 100%);
    /* background: linear-gradient(0deg, rgba(26, 26, 26, 0.70) 0%, rgba(26, 26, 26, 0.70) 100%); */
}
.service-block .col-lg-6 {
	padding: 0 10px;
}
.service-block .row {
	margin: 0 -10px;
}
.each-service {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 520px;
	margin-bottom: 18px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service::after {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(26, 26, 26, 0.70) 0%, rgba(26, 26, 26, 0.70) 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:hover::after {
	background: linear-gradient(0deg, rgba(26, 26, 26, 0.20) 0%, rgba(26, 26, 26, 0.20) 100%);
}
.each-service-text {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	padding: 27px 40px;
	z-index: 1;
}
.each-service-text .txt-btn {
    opacity: 0;
    margin-top: 4px;
}
.each-service-text .txt-btn:hover {
    color: #fff;
}
.each-service:hover .each-service-text .txt-btn {
    opacity: 1;
}
.each-service:hover .each-service-text {
    bottom: 0;
}
.each-service h3 {
	color: #F6F8FA;
}
.each-service-img {
	height: 100%;
}
.each-service-img img {
	height: 100%;
	object-fit: cover;
}
.service-left-text h2,
.service-left-text p {
    color: #fff;
}
.service-wrap .col-lg-4 {
    width: 43%;
}
.service-wrap .col-lg-8 {
    width: 57%;
}
.service-left-btm h4 {
    position: relative;
    border-top: 2px solid #A9A9A9;
    padding-top: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-left-btm h4::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 15px;
    height: 10px;
    background-image: url(../images/service-btn-arw.svg);
    background-size: 15px;
    background-repeat: no-repeat;
}
.service-left-title {
    max-width: 531px;
    width: 100%;
}
.service-left-title h4 {
    border-bottom: 2px solid #A9A9A9;
    padding-bottom: 12px;
}
.service-left-text {
    max-width: 534px;
    width: 100%;
}
.service-left-text p {
    margin: 20px 0 36px;
}
.service-left-btm {
    max-width: 480px;
    width: 100%;
}
.service-left-btm a:hover h4 {
    color: #1138E3;
}
.service-left-btm a:hover h4::after {
    filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(6615%) hue-rotate(235deg) brightness(89%) contrast(99%);
}
.each-mob-service {
    position: relative;
}
.each-mob-service-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-mob-service-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.each-mob-service {
    border-radius: 10px;
    overflow: hidden;
}
.each-mob-service-text h4 {
    font-size: 2.4rem;
    letter-spacing: normal;
}
/******about-sec*******/
.about-sec {
    position: relative;
    overflow: hidden;
    padding: 100px 0 122px;
}
.about-sec .sec-mark {
    top: -24%;
}
.about-area {
    position: relative;
    z-index: 1;
}
.about-left-area {
    padding-right: 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.about-left-title {
    max-width: 592px;
    width: 100%;
    margin-bottom: 45px;
}
.about-left-title p {
    margin: 16px 0 45px;
}
.about-left-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-about-right-block {
    border-radius: 20px;
    background-color: #F5F5F5;
    padding: 16px;
    margin-bottom: 27px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-right-block:last-child {
    margin-bottom: 0;
}
.about-right-area {
    padding-left: 9px;
}
.each-about-right-img {
    max-width: 208px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 208px;
}
.each-about-right-img img {
    height: 100%;
    object-fit: cover;
}
.each-about-right-txt {
    padding: 0 17px;
}
.each-about-right-txt h4 {
    color: #0A0A0A;
    margin-bottom: 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-right-txt p {
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-about-right-block:hover {
    background-color: #1138E3;
}
.each-about-right-block:hover h4,
.each-about-right-block:hover p {
    color: #fff;
}
/******about-quality-sec*******/
.about-quality-sec {
    padding-bottom: 132px;
}
.about-quality-area {
    border-radius: 20px;
    background: #F5F5F5;
    padding: 50px 32px 50px 45px;
}
.about-quality-info h4 {
    color: #0A0A0A;
}
.about-quality-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 332px;
    width: 100%;
}
.about-quality-info p {
    margin-top: 172px;
    margin-bottom: 0;
}
.counter-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    row-gap: 30px;
    column-gap: 10px;
    margin-top: 79px;
    max-width: 809px;
}
.each-counter {
    text-align: center;
}
.each-counter h4 {
    color: #0A0A0A;
    margin-top: 104px;
}
.each-counter h3 {
    position: relative;
}
.each-counter h3::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 182px;
    height: 182px;
    background-image: url(../images/counter-line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 182px;
    pointer-events: none;
}
/****review-sec****/
.review-sec {
    position: relative;
    padding-bottom: 108px;
    overflow: hidden;
}
.review-sec .sec-mark {
    top: auto;
    bottom: -183px;
    right: auto;
    left: 0;
}
.review-img {
    position: relative;
    z-index: 1;
}
/****footer****/
.footer-area {
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    background: #1A1A1A;
    position: relative;
    z-index: 1;
}
.footer-wrap .col-lg-5 {
    width: 35%;
}
.footer-wrap .col-lg-7 {
    width: 65%;
}
.footer-left-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-right: 20px;
}
.footer-logo img {
    width: 178px;
}
.footer-left-txt p {
    margin-top: 41px;
    margin-bottom: 0;
    color: #fff;
    max-width: 300px;
    width: 100%;
}
.footer-brand-logo ul {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-bottom: 0;
}
.footer-brand-logo li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-brand-logo li::after {
    display: none;
}
.footer-brand-logo li img {
    width: 67px;
}
.footer-brand-logo li img.kiwa-logo {
    width: 76px;
}
.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 0;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 27px;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    color: #FFF;
}
.footer-social li a:hover {
    color: #7FA6F5;
}
.footer-social p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 3px;
}
.each-footer-contact tr {
    text-align: left;
}
.each-footer-contact td {
    color: #FFF;
    font-family: 'ZalandoSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-footer-contact td:first-child {
    padding-right: 24px;
}
.footer-right-info {
    max-width: 574px;
    margin-left: auto;
}
.footer-contact-dtls h4 {
    color: #7FA6F5;
    font-family: 'ZalandoSans-Medium';
    margin-bottom: 26px;
}
.footer-contact-dtls h6 {
    font-family: 'LamaSans-Regular';
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 4px;
}
.footer-contact-dtls p {
    font-family: 'ZalandoSans-Medium';
    margin-bottom: 0;
}
.footer-contact-dtls a {
    color: #fff;
}
.footer-contact-dtls a:hover {
    color: #7FA6F5;
}
.each-footer-contact {
    margin-bottom: 38px;
}
.footer-contact-dtls .each-footer-contact:last-child {
    margin-bottom: 0;
}
.footer-main {
    padding: 60px 0;
}
.footer-img {
    height: 100%;
}
.footer-img img {
    height: 100%;
    object-fit: cover;
}
/********************diensten-list********************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 61%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.each-inner-banner {
    height: 600px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content-wrap {
    padding: 0 14%;
}
/****diens-list-sec****/
.diens-list-sec {
    padding: 85px 0 60px;
}
.diens-list-title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 121px;
}
.diens-list-title p {
    margin-top: 18px;
    margin-bottom: 0;
}
.diens-list-area {
    border-top: 1px solid rgba(10, 10, 10, 0.20);
}
.each-diens-list {
    border-bottom: 1px solid rgba(10, 10, 10, 0.20);
    padding: 40px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-img {
    max-width: 437px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 181px;
    position: relative;
}
.each-diens-list-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(26, 26, 26, 0.40) 0%, rgba(26, 26, 26, 0.40) 100%);
    pointer-events: none;
    opacity: 0;
}
.each-diens-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-list-txt {
    display: flex;
    padding-left: 119px;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    z-index: 1;
    height: 100%;
}
.each-diens-list-info h4 {
    color: #0A0A0A;
}
.each-diens-list-info .txt-btn {
    color: #1138E3;
    padding-right: 21px;
    max-width: max-content;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-info .txt-btn::after {
    filter: brightness(0) saturate(100%) invert(11%) sepia(91%) saturate(6979%) hue-rotate(237deg) brightness(92%) contrast(93%);
    height: 10px;
    width: 10px;
    background-size: 10px;
}
.each-diens-list-info {
    max-width: 670px;
    width: 100%;
    padding-left: 86px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-diens-list-info p {
    margin-top: 6px;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-list:hover .each-diens-list-txt,
.each-diens-list:hover .each-diens-list-info .txt-btn {
    opacity: 1;
}
/******************diensten-dtl*******************/
/****bk-btn****/
.bk-btn {
    padding: 199px 0 71px;
    position: relative;
}
.bk-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 72%);
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
    z-index: 2;
}
.bk-btn .common-btn {
    position: relative;
    z-index: 3;
}
/****diens-top-sec****/
.diens-top-sec {
    position: relative;
    padding-bottom: 16px;
    overflow-x: clip;
}
.diens-top-mark {
    position: absolute;
    top: -46%;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
.diens-top-mark img {
    width: 100%;
}
.diens-top-area {
    position: relative;
    z-index: 2;
}
.diens-top-area .col-lg-7 {
    width: 54%;
}
.diens-top-area .col-lg-5 {
    width: 46%;
}
.diens-top-img {
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.diens-top-img img {
    height: 100%;
    object-fit: cover;
}
.diens-top-txt {
    padding-left: 20px;
    max-width: 603px;
    width: 100%;
    margin-left: auto;
}
.diens-top-txt h2 {
    margin-bottom: 14px;
}
.diens-top-txt a {
    color: #1A1A1A;
}
.diens-top-txt a:hover {
    color: #1138E3;
}
.diens-top-txt ul li {
    margin-bottom: 0;
}
.diens-top-txt h3 {
    margin-bottom: 15px;
}
.diens-top-txt h4 {
    color: #1A1A1A;
    margin-bottom: 18px;
}
.diens-top-txt h5 {
    margin-bottom: 14px;
}
.diens-top-txt h6{
    font-size: 1.6rem;
    line-height: 24px;
    color: #1A1A1A;
    font-family: 'LamaSans-Regular';
    padding-bottom: 16px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 127px 0 70px;
    position: relative;
}
.diens-mid-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
}
.diens-mid-sec .sec-mark {
    top: auto;
    bottom: -28%;
    right: auto;
    left: 0;
    z-index: 1;
}
.diens-mid-area {
    position: relative;
    z-index: 1;
}
.diens-mid-area h3 {
    border-bottom: 1px solid rgba(10, 10, 10, 0.20);
    padding-bottom: 11px;
    margin-bottom: 47px;
}
.diens-mid-area table {
    max-width: 972px;
    margin-left: auto;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 35px;
    border-bottom: 1px solid rgba(10, 10, 10, 0.20);
    margin-bottom: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-area tr:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.diens-mid-area td:first-child {
    width: 30%;
}
.diens-mid-area td {
    width: 70%;
}
.diens-mid-area td h4 {
    color: rgba(10, 10, 10, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-area td p {
    padding-left: 18%;
    color: rgba(10, 10, 10, 0.70);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-area td p:last-child {
    margin-bottom: 0;
}
.diens-mid-area tr:hover td h4,
.diens-mid-area tr:hover td p {
    color: #0A0A0A;
}
/****form-sec****/
.form-sec.diens-form-sec {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 81px 0;
}
.diens-btm-title {
    margin-bottom: 62px;
}
.diens-btm-sec .each-diens-list {
    border-top: 1px solid rgba(10, 10, 10, 0.20);
    margin-bottom: 0;
}
.diens-service-slider .swiper-button-prev {
    left: -5%;
}
.diens-service-slider .swiper-button-next {
    right: -5%;
}
/****************aanbod-list****************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 190px;
    padding-bottom: 68px;
    position: relative;
}
.aanbod-filter-heading{
    margin-bottom: 50px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #0A0A0A;
	font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
}
.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: #1138E3;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 44px;
    color: #0A0A0A;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    border: 0;
    border-bottom: 1px solid #0A0A0A;
    border-radius: 0px;
    padding: 0;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    padding-right: 30px;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0A0A0A;
}
.filter-content {
    display: none;
    background-color:#0A0A0A;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #0A0A0A;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #FFF;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #FFF;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/check-tick.png);
    background-size: 10px;
    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: 4px;
    background-color: rgba(17, 56, 227, 0.6);
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: rgba(17, 56, 227, 1);
    border-color: rgba(17, 56, 227, 1);
}
.filter-main .col-xl-9 .row{
    margin: 0px -11px;
}
.filter-main .col-xl-9{
    width: 70%;
}
.filter-main .col-xl-3{
    width: 30%;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 21%;
    padding: 0px 11px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #0A0A0A;
    font-family: 'LamaSans-Regular';
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 140px;
    background-color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-sec-active .mobile-show-filter{
    top: 68px;
    border-top: 1px solid #0A0A0A;
    border-bottom: 1px solid #0A0A0A;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #0A0A0A;
    border-color: #0A0A0A;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.42px;
    font-family: 'LamaSans-SemiBold';
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #1138E3;
    border-color: #1138E3;
    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: #FFF;
    border-bottom: 1px solid #0A0A0A;;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 4px;
    margin-left: auto;
    border: 1px solid #121212;
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #1138E3;
    border: 1px solid #1138E3;
    color: #fff;
	padding: 10px;
	border-radius: 0 4px 4px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(17, 56, 227, 0.5);
    border-color: rgba(17, 56, 227, 1);
    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);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 190px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #0A0A0A;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(17, 56, 227, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(17, 56, 227, 0.5);
    border-color: rgba(17, 56, 227, 0.5);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(17, 56, 227, 1);
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #0A0A0A;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 4px;
    border: 1px solid #0A0A0A;
    padding: 8px;
    background-color: transparent;
    width: 82px;
    color: #0A0A0A;
    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 {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 24px;
}
.mob-filter-visible h6 {
    color: #121212;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1138E3;
}
/****aanbod-list-car-sec*****/
.aanbod-list-car-sec{
    padding-bottom: 118px;
}
.aanbod-list-car-sec .container > .row{
    row-gap: 20px;
}
/*******************aanbod-dtl*****************/
/****back-btn-sec****/
.back-btn-sec.aanbod-back-btn {
    padding: 233px 0 32px;
    padding-bottom: 0;
    text-align: end;
}
/****delen-btn****/
.delen-btn {
    margin-top: -55px;
    padding-bottom: 61px;
}
.delen-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.delen-btn .common-btn:hover img {
    filter: brightness(0) invert(1);
}
.delen-btn .common-btn{
    display: inline-flex;
    gap: 10px;
}
/****dtl-top-sec****/
.dtl-top-sec {
    position: relative;
}
.dtl-top-merk{
    position: absolute;
    top: -30%;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.dtl-top-slider .col-md-9 {
    width: 79%;
}
.dtl-top-slider .col-md-3 {
    width: 21%;
}
.gallery-thumbs-wrapper .swiper-slide {
    height: 102px !important;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide{
    border-radius: 10px;
}
.gallery-thumbs .swiper-slide .dtl-car-slide {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.dtl-car-slide {
    border-radius: 20px;
    overflow: hidden;
}
.gallery-thumbs {
    height: 100%;
    object-fit: cover;
}
.dtl-car-slide {
    position: relative;
}
.gallery-thumbs .swiper-slide-thumb-active .dtl-car-slide::before {
    background: transparent;
}
.aanbod-top-slider .swiper-button-next {
    right: -20px;
}
.aanbod-top-slider .swiper-button-prev {
    left: -20px;
}
.dtl-top-right-heading h2, 
.dtl-top-right-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dtl-top-right-heading p {
    color: #0A0A0A;
    font-family: 'ZalandoSans-Medium';
    margin-top: 11px;
    margin-bottom: 0;
}
.aanbod-top-info-mid table {
    width: 100%;
    margin: 10px 0 17px;
}
.aanbod-top-info-mid td{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.aanbod-top-info-mid td::after{
    content: "";
    background-color: rgba(10, 10, 10, 0.30);
    border-radius: 100px;
    width: 100%;
    height: 1px;
    left: 0;
    top: 15px;
    position: absolute;
    background-image: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.aanbod-top-info-mid td p {
    margin-bottom: 0;
    background-color: rgba(248, 248, 248, 1);
    padding-left: 12px;
    width: 99px;
}
.aanbod-top-info-mid td h5{
    color: #000;
    font-size: 1.6rem;
    background-color: rgba(248, 248, 248, 1);
    padding-right: 12px;
}
.aanbod-top-price h4 {
    color: #0A0A0A;
}
.aanbod-top-price h4 strong {
    font-weight: normal;
    color: #0A0A0A;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 27px;
    margin-left: 12px;
}
.aanbod-contact-dtls {
    border-top: 1px solid #0A0A0A;
    padding-top: 17px;
    display: flex;
    gap: 12px;
}
.aanbod-contact-dtls-img {
    width: 88px;
    height: 88px;
}
.aanbod-contact-dtls-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-contact-info {
    padding-left: 5px;
}
.aanbod-contact-info p {
    margin-bottom: 0;
    margin-top: 5px;
}
.aanbod-contact-info h4{
    color: #0A0A0A;
}
.aanbod-contact-info a {
    color: #0A0A0A;
    font-family: 'LamaSans-Medium';
    margin-left: 7px;
}
.aanbod-contact-info a:hover {
    color: #1138E3;
}
.aanbod-top-price {
    margin: 40px 0 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-top-price p{
    margin-bottom: 0;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
}
.dtl-right-btn {
    margin-top: 30px;
}
.dtl-right-btn .common-btn{
    padding: 11px 25px;
}
.dtl-right-btn ul {
    display: flex;
    column-gap: 10px;
    margin-bottom: 28px;
}
.dtl-right-btn ul li::after{
    display: none;
}
.dtl-right-btn ul li{
    padding-left: 0;
    margin-bottom: 0;
}
.dtl-top-right-side-info{
    padding-top: 14px;
}
.dtl-top-info{
    padding-left: 25px;
}
.dtl-top-area .col-lg-7{
    width: 59.5%;
    padding: 0 12px;
}
.dtl-top-area .col-lg-5{
    width: 40.5%;
    padding: 0 12px;
}
.dtl-top-area .row{
    margin: 0 -12px;
}
.aanbod-top-info-mid td{
    padding-bottom: 12px;
}
.dtl-top-right-side {
    border-bottom: 1px solid  #0A0A0A;
}
.aanbod-dtl-car-info-mob{
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
    background-color: #FFF;
    padding-top: 98px;
    padding-bottom: 114px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(10, 10, 10, 0.50);
    text-transform: none;
    font-size: 2.2rem;
    line-height: 25px;
    font-family: 'ZalandoSans-Medium';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #1138E3;
}
.tab-btn .tabs li:hover::before{
    opacity: 1;
}
.tab-btn ul.tabs li:hover {
    color: #1138E3;
}
.tab_container.tab-content {
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.tab-btn ul.tabs li.active span {
    color: #FFF;
}
.tab-btn ul.tabs li.active span::after,
ul.tabs li span:hover::after {
    opacity: 1;
}
.tab-btn{
    width: 78%;
}
.tab_content {
    display: none;
}
.tab_content img {
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab li h5  strong{
    font-weight: normal;
    background-color: #fff;
    padding-right: 10px;
}
.kenmerken-tab li p  strong{
    font-weight: normal;
    background-color: #fff;
    padding-left: 10px;
    display: block;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 19px;
    row-gap: 13px;
}
.kenmerken-tab li {
    width: 24%;
    padding: 5px 0;
    position: relative;
    color: #000;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'ZalandoSans-Medium';
    column-gap: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.kenmerken-tab li h5{
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'ZalandoSans-Medium';
}
.kenmerken-tab li::after{
    content: "";
    background-color: rgba(10, 10, 10, 0.30);
    border-radius: 100px;
    width: 100%;
    height: 1px;
    left: 0;
    top: 18px;
    position: absolute;
    background-image: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.kenmerken-tab li p{
    font-weight: normal;
    display: block;
    color: #000;
    font-family: 'LamaSans-Regular';
    margin-bottom: 0;
    width: 50%;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid  #0A0A0A;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #0A0A0A;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    margin-bottom: 0;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 2px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1138E3;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1138E3;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    color: #0A0A0A;
    font-size: 2rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
    font-size: 1.6rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #fff;
    cursor: pointer;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: fit-content;
    background-color: #0A0A0A;
    padding: 13px 18px;
    border-radius: 5px;
    margin-top: 12px;
}
.tab-btm-btn:hover {
    background-color: #1138E3;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(12px);
    background: #0000006b;
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 10px;
    background: #F5F5F5;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    max-width: 93%;
    border: 1px solid rgba(0, 118, 199, 1);
}
.popup-cross {
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #1E1E1E;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child {
    margin-bottom: 0;
}
.popup-cross img {
    width: 14px;
    filter: brightness(1) invert(1);
}
.tab-popup-area p {
    line-height: normal;
    padding-bottom: 20px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #0A0A0A;
}
.tab-popup-content h4 {
    line-height: 56px;
    margin-bottom: 20px;
    color: #0A0A0A;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    line-height: 30px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong {
    width: 50%;
    font-weight: normal;
}
.show-popup {
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: 2px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(12%) sepia(74%) saturate(5991%) hue-rotate(231deg) brightness(109%) contrast(91%);
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    background-image: none;
    position: relative;
    top: -1px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0.6;
}
.tabs li:hover::after {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(12%) sepia(74%) saturate(5991%) hue-rotate(231deg) brightness(109%) contrast(91%);
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
.tab-content p{
    color: #161616;
}
.tab-btn-wrap{
    border-bottom: 2px solid rgba(10, 10, 10, 0.30);
    margin-bottom: 37px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    align-items: center;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 43px;
    margin-bottom: 0;
}
.tab-btn ul.tabs li.active::before {
    position: absolute;
    content: "";
    background: #1138E3;
    width: calc(100% + 15px);
    height: 2px;
    left: 0;
    bottom: -36px;
}
.tab-btn ul.tabs li.active::before, .tab-btn ul.tabs li:hover::before {
    width: 100%;
}
.tab_content.tab-img-ifram img{
    max-width: 100%;
    height: auto;
    filter: invert(0);
    padding: 0;
}
.tab_content.tab-img-ifram{
    margin-left: auto;
    margin-right: auto; 
    max-width: 1182px;
}
.tab-wp-btn .common-btn::after{
    display: none;
}
.tab-wp-btn {
    text-align: end;
    width: 22%;
}
.tab-wp-btn .common-btn{
    border-radius: 5px;
    background: transparent;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px 12px;
    color: #00A761;
    border-color: #00A761;
}
.tab-wp-btn .common-btn img{
    margin-right: 8px;
}
.tab-wp-btn .common-btn:hover{
    background: #00A761;
    border-color:#00A761;
    color: #fff;
}
.tab-wp-btn .common-btn:hover img{
    filter: brightness(0) invert(1);
}
/****aanbod-dtl-mid-sec ****/
.aanbod-dtl-mid-sec{
    padding-bottom: 100px;
}
.aanbod-dtl-mid-img{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
/****form-sec****/
.form-sec {
    padding: 0px 17px 105px;
    overflow: hidden;
}
.form-sec-wrap{
    background-color: #1A1A1A;
    border-radius: 31px;
    position: relative;
    overflow: hidden;
    padding: 66px 15px 53px;
}
.form-merk{
    position: absolute;
    top: 0;
    left: -55px;
    pointer-events: none;
    height: 100%;
    width: 54%;
}
.form-merk img{
    height: 100%;
}
.form-title {
    margin-bottom: 55px;
    padding-right: 10px;
}
.form-title h2 {
    color: #FFF;
    padding-bottom: 30px;
}
.form-title p{
    color: #fff;
}
.form-left {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    max-width: 626px;
    padding-top: 25px;
}
.form-left-contact ul li::after {
    display: none;
}
.form-left-contact ul li a{
    margin-bottom: 0;
    padding-left: 0;
    border-radius: 5px;
    border: 1px solid #FFF;
    padding: 10px 18px 9px;
    display: flex;
    column-gap: 10px;
    color: rgba(46, 44, 40, 0.70);
    align-items: center;
}
.form-left-contact ul li a strong {
    font-weight: normal;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-left-contact ul li a:hover strong{
    color: #1138E3;
}
.form-left-contact ul li a em img {
    width: 14px;
    height: 14px;
}
.form-left-contact ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 25px;
}
.form-part .col-lg-5 {
    width: 50%;
}
.form-part .col-lg-7 {
    width: 50%;
}
.form-right {
    overflow: hidden;
    padding: 62px 40px 30px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid rgba(17, 56, 227, 0.20);
    background: linear-gradient(0deg, rgba(17, 56, 227, 0.08) 0%, rgba(26, 26, 26, 0.20) 51.72%);
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding-left: 23px;
    padding-right: 23px;
}
.form-main-area .row {
    margin-left: -23px;
    margin-right: -23px;
}
.form-main-area .form-group {
    margin-bottom: 56px;
    position: relative;
}
.form-main-area .form-group.from-group-textarea {
    margin-bottom: 0;
}
.form-btn {
    margin-top: -35px;
    text-align: end;
}
.form-main-area .form-styl {
    resize: none;
    font-family: 'LamaSans-Regular';
    background-color: #1A1A1A;
    color: #fff;
    font-size: 1.6rem;
    padding: 16px 20px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    line-height: 24px;
}
.form-main-area  .form-group label {
    text-align: left;
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    font-family: 'ZalandoSans-Medium';
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    top: -34px;
    left: 0;
}
.form-main-area .form-styl:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.30); 
}
.form-main-area .form-styl::placeholder {
    color: rgba(255, 255, 255, 0.30); 
}
.form-main-area .form-styl:focus {
    box-shadow: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.form-main-area .form-group:focus-within label{
    color: #fff;
}
.form-main-area .form-styl:focus::placeholder {
    color: #fff;
}
.form-group textarea.form-control {
    min-height: 136px;
}
.form-main-area .form-styl.photo_upload, 
.form-main-area .form-styl.foto_upload { 
    color: rgba(255, 255, 255, 0.30);
}
.form-btn .common-btn {
    padding: 11px 15px;
}
.form-btn .common-btn:hover {
    border-color: #fff;
}
.form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 7px;
}
.form-main-area label strong {
    opacity: 1;
    color: #1138E3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-styl:focus + label strong {
    opacity: 1;
}
.form-main-area .form-styl:focus + label {
    color: #fff;
}
.form-main-area .form-group:last-of-type{
    margin-bottom: 0;
}
.form-merk-mob{
    display: none;
}
/****related-product-sec****/
.related-product-sec{
    padding-bottom: 99px;
    position: relative;
}
.related-product-heading{
    text-align: center;
    padding-bottom: 83px;
}
.related-product-sec .sec-mark{
    top: -48%;
    width: 20%;
}
.related-product-arrow .common-arrow{
    top: 52%;
}
.related-product-arrow .swiper-button-next{
    right: 3.2%;
}
.related-product-arrow .swiper-button-prev{
    left: 3.2%;
}
/****aanbod-dtl-mob-contact-bar****/ 

.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 00px;
    left: 0;
    width: 100%;
    z-index: 90;
    display: none;
    padding: 14px 20px;
    background: #231F20;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #1B1819;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
} 
/**********************contact********************/
/****contact-form-sec****/
.form-sec.contact-form-sec {
    padding-top: 20px;
    padding-bottom: 20px;
}
/****map****/
.map-sec {
    padding-bottom: 20px;
}
.map {
    height: 765px;
    border-radius: 30px;
    margin: 0 17px;
}
/***********bedankt************/
.bedankt-banner-sec .banner-wrap,
.bedankt-footer {
    border-radius: 0;
}
.bedankt-banner-sec h6 {
    display: block;
}
/***************************popup************************/
.modal-area .modal-dialog {
    max-width: 63.6%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(26, 26, 26, 0.80);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 20px;
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 93px 80px 93px 73px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #1A1A1A;
}
.modal-area .popup-content p {
    margin: 35px 0 38px;
    color: #fff;
    letter-spacing: 0.32px;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.popup-content img {
    width: 186px;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
}
.modal-area .modal-content .col-lg-7 {
    width: 54%;
}
.modal-area .modal-content .col-lg-5 {
    width: 46%;
}
.modal-area .modal-content .row {
    margin: 0 -5px; 
}
.modal-area .modal-content .col-lg-7,
.modal-area .modal-content .col-lg-5 {
    padding: 0 5px;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.popup-mark img {
    width: 174px !important;
}
.popup-content .common-btn:hover {
    border-color: #fff;
    background-color: transparent;
}
.popup-content-wrap {
    position: relative;
    z-index: 1;
}
.mob-popup-content-wrap {
    display: none;
}
.mob-popup-content-wrap .popup-content-inner-wrap h2 {
    margin-bottom: 15px;
    line-height: 40px;
    color: #141414;
}
.mob-popup-content-wrap .popup-content-inner-wrap li {
    font-family: 'ZalandoSans-Medium';
    color: #141414;
    font-size: 1.6rem;
    line-height: 24px;
}
.mob-popup-content-wrap .popup-content-inner-wrap li::after {
    top: 8px;
    width: 7px;
    height: 7px;
    background-color: #000000;
}
.mob-popup-content-wrap .popup-content-inner-wrap .common-btn {
    background-color: #000000;
    border-color: #000000;
    color: #F5F5F5;
}
.mob-popup-content-wrap .popup-content-inner-wrap .common-btn:hover {
    background-color: transparent;
    color: #000000;
}

/* ------- werkplaat -------- */
.werkplaats-top-sec .diens-top-txt p{
    max-width: 502px;
}
/* ------- VAERKOCHT ----------- */
.verkocht-list-car-sec{
    position: relative;
    padding-top: 190px;
    padding-bottom: 115px;
}
.verkocht-list-car-sec .sec-mark{
    z-index: -1;
}
.verkocht-list-car-heading {
    text-align: center;
    padding-bottom: 72px;
}
.verkocht-list-car-sec .row{
    row-gap: 20px;
}
/* -------- OVER ONS -------- */
/* ***** over-ons-top-sec ***** */
.over-ons-top-sec{
    position: relative;
    padding-top: 92px;
    padding-bottom: 70px;
}
.over-ons-top-merk{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.over-ons-top-sec .col-lg-3{
    width: 31%;
}
.over-ons-top-sec .col-lg-6{
    width: 38%;
}
.over-ons-top-text p{
    max-width: 437px;
}
.over-ons-top-text{
    padding-right: 10px;
}
.over-ons-top-box{
    border-radius: 10px;
    background: #F5F5F5;
    padding: 32px 20px 20px;
    height: 100%;
}
.over-ons-top-slider-area{
    border-radius: 10px;
    background: #F5F5F5;
    padding: 32px 20px 20px;
    height: 100%;
}
.over-ons-top-box-text h4{
    color: #0A0A0A;
    padding-bottom: 12px;
}
.each-box-slider-text h4{
    color: #1138E3;
    padding-bottom: 40px;
}
.each-box-slider-img{
    height: 100%;
}
.each-box-slider-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.over-ons-top-box-img img{
    border-radius: 10px;
}
.each-box-slider-text h5{
    padding-bottom: 8px;
}
.each-box-slider-text{
    margin-bottom: 70px;
}
.over-ons-top-slider .swiper-pagination{
    top: 39.5%;
    left: -40%;
    font-family: 'ZalandoSans-Medium';
}
.over-ons-top-slider .common-arrow {
    width: 6px;
    height: 6px;
    border-radius: 0;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-top-slider .common-arrow:hover{
    background-color: transparent;
}
.over-ons-top-slider .common-arrow:hover img{
    filter: brightness(0);
}
.over-ons-top-slider .swiper-pagination-current {
    color: #1138E3;
    font-size: 2.2rem;
}
.over-ons-slider-control .common-arrow img{
    opacity: 1;
}
.over-ons-slider-control {
    max-width: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 42.5%;
    left: 0;
}
.over-ons-slider-control .swiper-pagination {
    top: -18px;
    position: relative;
    left: 0px;
    font-size: 1.6rem;
    color: #0A0A0A;
    font-family: 'ZalandoSans-Medium';
}
.over-ons-top-text h2 {
    margin-bottom: 10px;
}
/* ***** team-sec ***** */
.team-sec{
    padding-top: 75px;
    padding-bottom: 108px;
}
.team-heading{
    text-align: center;
    padding-bottom: 56px;
}
.team-image img{
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}
.team-image{
    height: 100%;
}
.each-team-member{
    position: relative;
}
.team-dtls{
    text-align: left;
    padding: 22px 0px 0px;
}
.team-dtls p{
    margin-bottom: 0;
}
.team-dtls h4{
    color: #1E1E1E;
}
.team-slider-btn .swiper-button-next {
    right: -70px;
}
.team-slider-btn .swiper-button-prev{
    left: -70px;
}
/* ****** over-ons-gal-sec **** */
.over-ons-gal-sec{
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 25px;
}
.each-gal-frist-line{
    display: flex;
    gap: 20px;
}
.each-gal-img img{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img{
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}
.each-gal-frist-line-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.each-gal-img:hover img {
    transform: scale(1.1);
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gal-wrap .row{
    margin-left: -10px;
    margin-right: -10px;
}
.over-ons-gal-wrap .col-3{
    padding-left: 10px;
    padding-right: 10px;
}
/* ***** over-ons-about-sec ***** */
.about-sec.over-ons-about-sec{
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 0;
    padding-top: 72px;
}
.over-ons-about-wrap{
    border-radius: 30px;
    background: #1A1A1A ;
    overflow: hidden;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.over-ons-about-wrap .sec-mark{
    width: 100%;
    height: 100%;
    top: 0;
}
.over-ons-about-wrap .sec-mark img{
    width: 100%;
    height: 100%;
}
.over-ons-about-wrap .about-left-img{
    border-radius: 10px;
}
.over-ons-about-wrap .about-left-title{
    padding-top: 62px;
    max-width: 100%;
    margin-bottom: 0;
}
.each-left-info-icon{
    border-radius: 10px;
    background: #1138E3;
    padding: 11px;
    max-width: max-content;
}
.each-left-info-text p{
    color: #F5F5F5;
    margin: 7px 0 0px
}
.each-left-info-text h4{
    color: #F5F5F5;
    padding-top: 25px;
}
.over-ons-about-wrap .each-about-right-block{
    margin-bottom: 40px;
}
.over-ons-about-wrap .about-left-area{
    justify-content: unset;
}
.over-ons-about-wrap .each-about-right-block:last-child{
    margin-bottom: 0;
}
/* **** over-ons-counter-sec ***** */
.each-counter em{
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: #1138E3;
}
.over-ons-counter-sec .each-counter em img{
    width: 33px;
}
.over-ons-counter-sec .counter-wrap{
    max-width: 100%;
    margin-top: 0;
}
.over-ons-counter-sec .each-counter{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    padding: 34px 36px 30px;
    width: 32%;
}
.over-ons-counter-sec .each-counter h3::after{
    display: none;
}
.over-ons-counter-sec .each-counter strong {
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.over-ons-counter-sec .each-counter h4{
    text-align: left;
    position: relative;
    padding-left: 15px;
    margin-top: 44px;
    font-family: 'ZalandoSans-Medium';
    font-size: 2.2rem;
    line-height: 25px;
}
.over-ons-counter-sec .each-counter h3{
    font-size: 4.8rem;
    line-height: normal;
    letter-spacing: normal;
}
.over-ons-counter-sec .each-counter h4::after{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background-color: #0A0A0A;
    top: 10px;
    left: 0;
    position: absolute;
}


.privacy_section {
    padding: 160px 0 60px;
}



/* Style For Developer start */

/*******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 p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 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(#1138E3 calc(1*100%/6),#7FA6F5 0 calc(3*100%/6),#1138E3  0),
              linear-gradient(#1138E3  calc(2*100%/6),#7FA6F5 0 calc(4*100%/6),#1138E3  0),
              linear-gradient(#1138E3  calc(3*100%/6),#7FA6F5 0 calc(5*100%/6),#1138E3  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: #1138E3;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


/* whats app lab  */

.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

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

.notifcation {
    position: relative;
}

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

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fix-wp{
        display: none;
    }
}

/* whats app lab end  */


.tab-content-wrap iframe {
    height: 1380px !important;
}










/*****mobile-menu*****/
.header-navbar.active .menu-btn{
    opacity: 0;
}
.header-navbar.active .header-contact {
    display: none;
}
.header-navbar.active 
.menu-btn:hover{
    background: #ffbb00;
}
.menu-btn span{
    position: relative;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 132px;
    height: 100vh;
    width: 100%;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #fff;
}
.header-menu-active.header-active .mobile-menu {
    top: 97px;
}
.header-navbar .menu-close {
    z-index: 0;
    position: absolute;
    right: 36%;
    top: -16px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 38px 37px;
    pointer-events: none;
}
.header-navbar.active .menu-close{
    opacity: 1;
    z-index: 99;
    pointer-events: all;
}
.menu-close img {
    width: 28px;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu-header-part ul {
    display: flex;
    gap: 66px;
}
.mega-menu-header-part li::after {
    display: none;
}
.mega-menu-header-part li {
    padding-left: 0;
    position: relative;
}
.mega-menu-header-part li a::before {
    background-color: #7FA6F5;
    content: '';
    bottom: -13px;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-header-part li a:hover::before {
    opacity: 1;
}
.mega-menu-header-part li a {
    color: rgba(33, 33, 33, 0.70);
    font-family: 'ZalandoSans-SemiBold';
    font-size: 2.4rem;
    line-height: 28.32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-header-part-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.7);
    padding-bottom: 5px;
}
.mega-menu-cross img {
    width: 32px;
}
.mega-menu-btm-part-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 52px;
}
.mega-menu-left-part {
    width: 63%;
    display: flex;
    gap:4%;
    padding-right: 40px;
}
.mega-menu-img {
    width: 35%;
    height: 452px;
}
.mega-menu-img img {
    height: 100%;
    object-fit: cover;
}
.each-mega-menu-left li::after {
    display: none;
}
.each-mega-menu-left li {
    padding-left: 0;
}
.each-mega-menu-left li a {
    color: rgba(33, 33, 33, 0.7);
    line-height: 25px;
    font-size: 2.2rem;
    font-family: 'ZalandoSans-ExtraLight';
}
.each-mega-menu-left li a:hover {
    text-decoration: underline;
    text-decoration-color:rgba(33, 33, 33, 0.7);
}
.each-mega-menu-left h5 a {
    color: rgba(33, 33, 33, 0.7);
}
.each-mega-menu-left h5 {
    
    margin-bottom: 20px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    /* background: rgb(17 17 17 / 82%);
    backdrop-filter: blur(5px); */
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 0;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu-wrapper {
    padding-top: 72px;
    padding-bottom: 155px;
    position: relative;
    z-index: 1;
}
.mega-menu-list {
    height: calc(100vh - 195px);
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu-list::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.mega-menu-list::-webkit-scrollbar-track {
    background: #3b3b3b ;
    border-radius: 5px;
}
.mega-menu-list::-webkit-scrollbar-thumb {
    background: #E9E3D7;
    border-radius: 5px;
    border: 1px solid #E9E3D7;
    transition: 0.6s ease-in-out;
}
.mega-menu-list {
    padding-bottom: 120px;
    padding-top: 10px;
}
.mega-menu-mobile {
    display: none;
}
/* .mobile-menu  .mobile-menu-wrap > ul > li {
    color: rgba(255, 255, 255, 0.70);
    display: table;
    padding: 0px 0px;
    font-size: 4.8rem;
    line-height: 53px;
    margin-bottom: 42px;
    display: block;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a strong{
    font-size: 2.4rem;
    line-height: normal;
    font-weight: normal;
}
.mobile-menu  .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu .mobile-menu-wrap > ul > li > a {
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 4.8rem;
    line-height: 56px;
    padding-right: 100px;
}
.mobile-menu .mobile-menu-wrap > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mobile-menu  .mobile-menu-wrap > ul > li > a::after {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/menu-right-arrow.svg);
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 100px;
}
.mobile-menu-wrap-mobile {
    display: none;
}
.mobile-menu .mobile-menu-wrap > ul > li > a:hover::after {
    background-color: #E9E3D7;
    border-color: #E9E3D7;
    background-image: url(../images/menu-right-black-arrow.svg);
} */
.aanbod-filter-heading p{
	font-size: 2.5rem;
}
.form-main-area select.form-styl {
    color: rgba(255, 255, 255, 0.30);
}

.form-main-area select.form-styl.has-value {
    color: #fff;
}

/* .form-main-area select.form-styl option {
    color: #000;
} */