body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #fff;
    background-color: #161616;
    /*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;
}
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(2px);
	filter: url(#lg-dist);
	isolation: isolate;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.10);
}
.glass-specular {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 5px rgba(255, 255, 255, 0.20);
}
.glass-content {
	position: relative;
	z-index: 3;
}
/***fix-wp***/
.fix-block {
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 106px;
}
.fix-block iframe{
	width:90px;
}
.fix-wp {
	height: 72px;
	width: 72px;
	border-radius: 100px;
    background: #1E5D35;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 34px;
}
.fix-wp .glass-element {
    border-radius: 100px;
}
.fix-klanten img {
    width: 72px;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-main {
    padding: 40px 0;
}
.header-logo img {
    width: 319px;
}
.header-mid {
    display: table;
    margin: 0 auto;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #1B13F4;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-nav {
    padding: 24px 42px;
}
.header-mid .glass-container {
    border-radius: 100px;
    overflow: visible;
}
.header-mid .glass-element {
    border-radius: 100px;
}
.header-mid .glass-filter {
    border-radius: 100px;
    overflow: hidden;
}
.header-mid .glass-overlay {
    overflow: hidden;
    border-radius: 100px;
}
.header-nav > ul > li > a:hover {
    color: #000000;
    border-radius: 100px;
    background: #FFF;
    padding: 15px 24px;
}
.header-active {
    /*background-color: #161616;*/
    /* box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.5); */
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: #003469 !important;
}
.header-nav li {
    padding-left: 0;
}
.header-nav li::after {
    display: none;
}
.side-menu-nav-mobile {
    display: none;
}
/******menu-btn******/
.menu-wrap h6 {
    letter-spacing: normal;
}
.menu-bar {
    position: relative;
    max-width: 39px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, 
.menu-bar::after, 
.menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 7px 0 7px auto;
    width: 39px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div, 
.inner-header .menu-bar::after, 
.inner-header .menu-bar::before{
    background-color: #161616;
}
.menu-wrap.active .menu-bar div {
    transform: scale(0);
    background-color: #161616;
}
.menu-wrap.active .menu-bar:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #161616;
}
.menu-wrap.active .menu-bar:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #161616;
}
.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 6px;
    max-width: 90px;
    margin-left: auto;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(22, 22, 22, 0.3);
	background-color: #F3F3F3;
	box-shadow: 0px 10px 15px -3px rgb(22, 22, 22, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 14px;
    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: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	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: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #161616;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #1B13F4;
}
.parent-dropdown a {
    padding-bottom: 22px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #F3F3F3;
    padding: 150px 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;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li {
    margin-bottom: 25px;
    font-size: 2.4rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul li,
.side-menu > .side-menu-wrap .side-menu-nav > ul li {
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul li::after,
.side-menu > .side-menu-wrap .side-menu-nav > ul li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li > a {
    color: rgba(22, 22, 22, 0.7);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover,
.side-menu > .side-menu-wrap .side-menu-nav > ul > li > a:hover {
    color: #1B13F4;
}
.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;
    filter: brightness(100) invert(1);
}
.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;
}
.banner-video, 
.each-banner {
	height: 888px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
    position: relative;
}
.each-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #161616 100%);
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 17%;
    z-index: 2;
    width: 100%;
}
.banner-content h3 {
    font-family: 'LamaSans-Medium';
    font-size: 4rem;
    line-height: 32px;
    letter-spacing: normal;
}
.banner-content-wrap {
    text-align: center;
}
.banner-content-wrap h1 {
    margin: 35px 0 40px;
}
/****product-sec****/
.product-sec {
    padding: 40px 0 48px;
    position: relative;
    overflow: hidden;
}
.product-sec::after {
    content: '';
    position: absolute;
    bottom: -11%;
    left: 0;
    width: 100%;
    height: 174px;
    border-radius: 50%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
}
.product-title {
    margin-bottom: 70px;
}
.product-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
/* .product-wrap::after,
.product-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    height: 76%;
    background: linear-gradient(270deg, rgba(42, 42, 42, 0.00) 0%, #2A2A2A 100%);
    pointer-events: none;
    z-index: 1;
}
.product-wrap::before {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #2A2A2A 0%, rgba(42, 42, 42, 0.00) 100%);
    z-index: 2;
} */
.product-left-gradient::after,
.product-right-gradient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28%;
    /* height: 76%; */
    background: linear-gradient(270deg, rgba(42, 42, 42, 0.00) 0%, #2A2A2A 100%);
    pointer-events: none;
    z-index: 2;
    height: var(--g-height);
}
.product-right-gradient::after {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, #2A2A2A 0%, rgba(42, 42, 42, 0.00) 100%);
    z-index: 2;
}
.product-slider .common-arrow {
    top: 35%;
}
.each-product-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-product-text {
    border-radius: 20px;
    margin-top: 15px;
    padding: 18px 14px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text .glass-element {
    border-radius: 20px;
}
.product-title h4 {
    line-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-title p {
    letter-spacing: normal;
    margin-bottom: 0;
}
.product-price h4 {
    line-height: 44px;
    text-align: end;
}
.product-price h6 {
    letter-spacing: normal;
    text-align: end;
}
.each-product-title p {
    margin-bottom: 0;
}
.each-product-title h4{
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.each-product-txt-top {
    margin-bottom: 10px;
}
.each-product-txt-info {
    margin-top: 6px;
}
.each-product-txt-info tr {
    display: flex;
    align-items: center;
    gap: 70px;
}
.each-product-txt-info td {
    color: #fff;
    line-height: normal;
}
.each-product-txt-info img {
    width: 15px;
    margin-bottom: 5px;
    margin-right: 8px;
}
.product-slider .swiper-slide-active .each-product-text {
    opacity: 1;
}
.product-btm-btn {
    margin-top: 34px;
}
.product-btm-btn .common-btn {
    min-width: 535px;
    z-index: 1;
    position: relative;
}
.each-mob-product-text {
    display: none;
}
.mob-product-spec {
    margin: 25px 0;
}
.each-mob-product-spec {
    display: flex;
    column-gap: 16px;
    align-items: center;
    overflow: hidden;
    height: 100%;
}
.mob-product-spec-img {
    width: 35px;
    min-width: 35px;
}
.mob-product-spec-img img {
    width: 100%;
}
.mob-product-spec-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 77px;
    height: 100%;
    pointer-events: none;
}
.mob-product-spec-mark img {
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
.each-mob-product-spec h6 {
    color: rgba(255, 255, 255, 0.53);
    margin-bottom: 4px;
    letter-spacing: normal;
    line-height: normal;
}
.each-mob-product-spec h4 {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
}
.mob-product-spec .row {
    row-gap: 25px;
}
.mob-product-spec-text {
    position: relative;
    z-index: 1;
}
.product-price-mob {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 14px;
    border-radius: 8px;
}
.product-price-mob::after,
.product-price-mob::before {
    top: 50%;
    transform: translateY(-50%);
}
.product-price-mob h4 {
    font-size: 1.6rem;
    line-height: 22px;
    font-family: 'LamaSans-Bold';
    letter-spacing: normal;
}
.product-price-mob h4 strong {
    font-weight: normal;
    margin-right: 14px;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 22px;
}
.product-price-mob .monthly-price {
    padding-left: 0;
    border-left: 0;
    width: auto;
    text-align: left;
}
.normal-price {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}
.product-price-mob.common-btn {
    position: relative;
    background-color: #001A36;
    border-color: #001A36;
    padding-left: 25px;
    padding-right: 26%;
}
.product-price-mob.common-btn::after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background-color: #fff;
    border-radius: 100px;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-image: url(../images/mob-product-arw.svg);
    background-size: 16px;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-price-mob.common-btn:hover {
    background-color: #F3F3F3;
}
.product-price-mob.common-btn:hover h4 {
    color: #2A2A2A;
}
.product-price-mob.common-btn:hover h4 strong {
    color: rgba(0, 0, 0, 0.80);
}
.product-price-mob.common-btn:hover::after {
    background-color: #2A2A2A;
    background-image: url(../images/white-mob-product-arw.svg);
}
/****service-sec****/
.service-sec {
    background-color: #F3F3F3;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.blue-bg-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}
.service-sec .blue-bg-mark {
    bottom: -16%;
}
.service-title {
    max-width: 779px;
    margin: 0 auto 112px;
}
.service-title h2,
.service-title p {
    color: #2A2A2A;
}
.service-title h2 {
    margin-bottom: 52px;
}
.each-service-area {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 495px;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.service-area > .row {
    row-gap: 16px;
}
.each-service-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001A36;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-area::before {
    content: '';
    position: absolute;
    bottom: -33%;
    left: 0;
    width: 100%;
    height: 315px;
    border-radius: 70%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 48px 40px 40px;
    z-index: 2;
}
.each-service-info-btm h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.each-service-info-btm p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-bottom: 32px;
}
.each-service-info-btm .common-btn {
    padding: 13px 25px;
}
.each-service-area:hover::after,
.each-service-area:hover::before {
    opacity: 1;
}
.each-service-area:hover .each-service-info-btm .common-btn {
    background-color: #fff;
    color: #000000;
}
.service-slider {
    display: none;
}
.service-slider-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.service-slider .each-service-info {
    justify-content: initial;
    text-align: center;
}
/****usp-marquee-sec****/
.usp-marquee-bg{
    overflow: hidden;
    position: relative;
}
.usp-marquee-wrap {
    padding-top: 41px;
	display: flex;
	width: max-content;
    gap: 49px;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 110px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    font-family: 'BebasNeue-Regular';
    padding: 0;
    font-size: 2.4rem;
    line-height: 44px;
    letter-spacing: 0.48px;
    padding-left: 80px;
    margin-bottom: 0;
    color: #FFFFFF;
}
.usp-marquee-wrap ul li::after {
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
}
/****about-sec****/
.about-sec {
    padding: 48px 0 118px;
    position: relative;
    overflow: hidden;
}
.about-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(180deg, rgba(0, 26, 54, 0.00) 0%, #001A36 100%);
    pointer-events: none;
    z-index: 1;
}
.about-bg-mark {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.about-left-mark,
.about-right-mark {
    position: absolute;
    bottom: -5%;
    left: 0;
    pointer-events: none;
}
.about-right-mark {
    bottom: auto;
    top: 21%;
    left: auto;
    right: 0;
}
.about-wrap {
    position: relative;
    z-index: 1;
}
.about-title {
    max-width: 500px;
    margin: 0 auto 80px;
    width: 100%;
}
.about-title p {
    margin: 46px 0 60px;
}
.about-title .common-btn {
    min-width: 464px;
}
.about-small-img {
    /* height: 274px; */
    height: 100%;
}
.about-big-img {
    /* height: 564px; */
    height: 100%;
}
.about-small-img img,
.about-big-img img {
    height: 100%;
    object-fit: cover;
}
.about-small-img,
.about-big-img {
    border-radius: 20px;
    overflow: hidden;
}
.about-area .col-lg-3 {
    width: 21.4%;
}
.about-area .col-lg-6 {
    width: 57.2%;
}
.about-left-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}
.about-counter {
    padding: 32px;
    width: 100%;
    border-radius: 20px;
    /* height: 49%; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about-counter .glass-element,
.about-right-area .glass-element {
    border-radius: 20px;
}
.counter-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
}
.each-counter p {
    margin-bottom: 0;
}
.about-counter::after {
    content: '';
    position: absolute;
    bottom: -25%;
    left: -19%;
    width: 297px;
    height: 189px;
    border-radius: 70%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
    transform: rotate(34deg);
}
.about-right-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 20px;
    padding: 24px 38px 24px 24px;
}
.about-right-area::after {
    content: '';
    position: absolute;
    top: -11%;
    left: -31%;
    width: 349px;
    height: 250px;
    border-radius: 70%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
    transform: rotate(-24deg);
}
.about-man-img {
    width: 66px;
    height: 66px;
    border-radius: 100px;
    overflow: hidden;
}
.about-man-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.about-right-area p {
    margin: 22px 0 10px;
}
.about-right-area h6 {
    font-family: 'BebasNeue-Regular';
}
.about-big-img-slider {
    display: none;
}
/****google-review****/
.google-review {
    padding-top: 80px;
    background: #001A36;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
/*****footer-area*****/
.footer-area {
    position: relative;
    padding: 146px 0 44px;
    background-color: #001A36;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.footer-area::after {
    content: '';
    position: absolute;
    bottom: -22%;
    left: 0;
    width: 100%;
    height: 174px;
    border-radius: 55%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
}
.footer-main {
    position: relative;
    z-index: 1;
}
.footer-logo img {
    width: 401px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
    max-width: 691px;
    margin-left: auto;
    flex-wrap: wrap;
}
.each-footer-info h6 {
    margin-bottom: 10px;
}
.each-footer-info p {
    letter-spacing: normal;
    line-height: 27px;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-info p a:hover {
    color: #FFF;
}
.each-footer-info td {
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 22px;
}
.footer-social-area {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    align-items: center;
    margin: 16px 0 75px;
}
.footer-social .glass-element {
    border-radius: 100px;
}
.footer-credit p {
    margin-bottom: 0;
    font-family: 'Inter-Regular';
    line-height: normal;
    letter-spacing: normal;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-credit a:hover {
    color: #fff;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 16px;
} 
.footer-social li {
    padding-left: 0;
    border-radius: 100px;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    overflow: hidden;
}
.footer-social li a:hover {
    background-color: #1B13F4;
}
.footer-social li strong {
    font-weight: normal;
}
.footer-social li em {
    font-style: normal;
}
.footer-brand-area ul {
    margin-bottom: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
}
.footer-brand-area li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-brand-area li::after {
    display: none;
}
/**************************diensten-list**************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
    text-align: center;
}
.each-inner-banner {
    height: 695px;
    position: relative;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.each-inner-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #0F0F0F 100%);
}
/****diens-list-sec****/
.diens-list-sec {
    background-color: #FFF;
    padding: 130px 0 118px;
    position: relative;
}
.diens-list-sec .blue-bg-mark {
    bottom: 12%;
}
.diens-list-area .row {
    row-gap: 16px;
}
.mob-service-blue-bg {
    display: none;
}
/****list-google-review****/
.google-review.list-google-review {
    padding-top: 190px;
}
/**************************diensten-dtl**************************/
/****bk-btn****/
.bk-btn {
    padding-top: 241px;
}
.bk-btn .common-btn {
    padding-left: 23px;
    padding-right: 23px;
    z-index: 1;
    position: relative;
}
/****diens-top-sec****/
.diens-top-area {
    margin-top: -62px;
}
.diens-top-area .col-lg-5 {
    width: 46%;
}
.diens-top-area .col-lg-7 {
    width: 54%;
}
.diens-top-img {
    display: flex;
    gap: 16px;
}
.diens-top-left-img,
.diens-top-right-img {
    border-radius: 20px;
    overflow: hidden;
    height: 500px;
}
.diens-top-left-img img,
.diens-top-right-img img {
    height: 100%;
    object-fit: cover;
}
.diens-top-left-img {
    width: 319px;
}
.diens-top-right-img {
    width: 477px;
}
.diens-top-txt {
    padding-right: 20px;
    max-width: 582px;
    width: 100%;
    margin-top: 122px;
}
.diens-top-txt h3 {
    margin-bottom: 38px;
}
.diens-top-txt h6 {
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 16px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 103px 0 94px;
    position: relative;
    overflow: hidden;
}
.diens-mid-sec::after {
    content: '';
    position: absolute;
    bottom: -27%;
    left: 0;
    width: 100%;
    height: 174px;
    border-radius: 50%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
}
.diens-mid-bg-mark {
    position: absolute;
    bottom: 4%;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.diens-mid-area {
    position: relative;
    z-index: 1;
}
.diens-mid-area table,
.diens-mid-area tbody {
    width: 100%;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.diens-mid-area td {
    text-align: center;
    border-right: 1px solid #fff;
    padding: 7px 10px;
    width: 33.33%;
    /* border-left: 1px solid #fff; */
}
.diens-mid-area td:first-child {
    padding-left: 0;
    /* border: 0; */
    /* border-right: 0; */
}
.diens-mid-area td:last-child {
    border: 0;
    padding-right: 0;
}
.diens-mid-area h4 {
    margin-bottom: 16px;
}
.diens-mid-area td p {
    max-width: 326px;
    width: 100%;
    margin: 0 auto;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 120px 0 27px;
    position: relative;
    overflow: hidden;
}
.diens-btm-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 26, 54, 0.00) 0%, #001A36 100%);
    pointer-events: none;
}
.diens-btm-title {
    margin-bottom: 76px;
}
.diens-btm-slider .common-arrow {
    right: -3%;
    top: 45%;
}
.diens-btm-slider .swiper-button-next {
    right: -3%;
}
.diens-btm-slider .swiper-button-prev {
    left: -3%;
}
/**************************vacature-dtl**************************/
.vacature-mid-sec .diens-mid-area td {
    text-align: left;
    width: 48%;
}
.vacature-mid-sec .diens-mid-area td:first-child {
    margin-right: 60px;
}
.vacature-mid-sec .diens-mid-area td ul li {
    margin-bottom: 9px;
}
.vacature-btm-slider .swiper-button-next {
    right: -3%;
}
.vacature-btm-slider .swiper-button-prev {
    left: -3%;
}
/**************************Aftersales**************************/
.diens-top-sec.aftersales-top-sec .diens-top-area {
    margin-top: 0;
}
/**************************over-ons**************************/
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding: 85px 0 106px;
}
.over-ons-about-sec .about-title {
    max-width: 734px;
}
.over-ons-about-sec .mob-about-title {
    display: none;
}
/****over-ons-mid-sec****/
.over-ons-mid-sec {
    background-color: #F3F3F3;
    position: relative;
    overflow: hidden;
    padding: 134px 0 89px;
}
.over-ons-mid-sec .blue-bg-mark {
    bottom: 17%;
}
.mob-over-ons-mid-blue-bg {
    display: none;
}
.each-over-ons-mid-area {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.10);
    height: 100%;
    min-height: 495px;
    padding: 40px;
}
.over-ons-mid-area > .row {
    justify-content: center;
    row-gap: 16px;
}
.each-over-ons-mid-area h4,
.each-over-ons-mid-area p {
    color: #2A2A2A;
}
.each-over-ons-mid-area p {
    margin-bottom: 0;
}
.each-over-ons-mid-area .glass-element {
    border-radius: 20px;
}
.each-over-ons-mid-area .glass-specular { 
    box-shadow: inset 6px 0 12px rgba(0, 0, 0, 0.07), inset -6px 0 12px rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
}
.each-over-ons-mid-area .glass-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 20px;
    height: 100%;
}
.each-over-ons-mid-area h4,
.each-over-ons-mid-area p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-mid-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001A36;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-mid-area::before {
    content: '';
    position: absolute;
    bottom: -33%;
    left: 0;
    width: 100%;
    height: 315px;
    border-radius: 70%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-mid-shadow {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 80px);
    height: calc(100% + 80px);
    transform: translate(-50%, -50%);
    box-shadow: inset 0 -6px 12px rgba(255, 255, 255, 0.9), inset 0 6px 12px rgba(0, 0, 0, 0.09);
    z-index: -1;
}
.each-over-ons-mid-area:hover::after,
.each-over-ons-mid-area:hover::before {
    opacity: 1;
}
.each-over-ons-mid-area:hover h4,
.each-over-ons-mid-area:hover p {
    color: #fff;
}
.each-over-ons-mid-area:hover .glass-specular {
    border-color: #001A36;
    box-shadow: none;
}
.each-over-ons-mid-area:hover .over-ons-mid-shadow {
    display: none;
}
/****team-sec****/
.team-sec {
    padding: 120px 0 35px;
    position: relative;
}
.team-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, rgba(0, 26, 54, 0.00) 0%, #001A36 100%);
    pointer-events: none;
}
.team-title {
    margin-bottom: 92px;
}
.each-team-member-area {
    position: relative;
    margin-bottom: 8px;
}
.each-team-member-img {
    border-radius: 20px;
    overflow: hidden;
    height: 414px;
}
.each-team-member-img img {
    height: 100%;
    object-fit: cover;
}
.each-team-member-txt {
    border-radius: 20px;
    background-color: #001A36;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    margin: 16px;
    display: flex;
    align-items: center;
    padding: 30px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slider:hover .each-team-member-txt {
    opacity: 1;
}
.each-team-member-txt p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-team-member-info {
    border-radius: 20px;
    background: #FFF;
    text-align: center;
    padding: 12px;
}
.each-team-member-info h5 {
    color: #000;
    line-height: 32px;
    letter-spacing: 0.24px;
    font-family: 'LamaSans-Regular';
}
.each-team-member-info p {
    color: rgba(0, 0, 0, 0.70);
    margin-bottom: 0;
}
.team-slider .common-arrow {
    top: 40%;
}
.team-slider .swiper-button-prev {
    left: -3%;
}
.team-slider .swiper-button-next {
    right: -3%;
}

/* ============================= popup ============================ */
.modal-area .modal-dialog {
    max-width: 77.66%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.78) 100%);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 20px;
    background-color: #FFF;
    backdrop-filter: blur(7px);
    overflow: hidden;
    padding: 20px;
}
.modal-area .popup-content {
    padding: 40px 79px;
}
.popup-content-area p {
    color: #141414;
}
.popup-content-wrap {
    position: relative;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content h4 {
    margin: 29px 0 35px;
    color: #141414;
    font-family: 'Montserrat-SemiBold';
    letter-spacing: normal;
}
.popup-content li::after {
    background-image: url(../images/popup-li-mark.svg);
    background-size: 16px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    top: 3px;
    background-repeat: no-repeat;
}
.popup-content li:last-child {
    margin-bottom: 20px;
}
.popup-content li {
    font-family: 'Montserrat-Medium';
    padding-left: 22px;
    color: #141414;
    margin-bottom: 8px;
}
.popup-content ul {
    padding-left: 0;
    margin-bottom: 32px;
}
.close-img {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 48px;
    width: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}
.close-img img {
    width: 21px;
}
.modal-main-content .col-lg-5 { 
    width: 42%;
}
.modal-main-content .col-lg-7 { 
    width: 58%;
}
.popup-content-area p:last-child {
    margin-bottom: 0;
}
/**************************aanbod-list**************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 368px 0 88px;
    position: relative;
}
.each-filter .glass-container {
    border-radius: 100px;
}
.dtl-header {
    background-color: #161616;
}
.filter-wrap{
    display: flex;
}
.filter-main-area{
    max-width: 880px;
    width: 100%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.filter-reset a:hover img{
    opacity: 0.6;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    border-radius: 100px;
    border: 1px solid #FFF;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 9px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover{
    border-radius: 100px;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(2px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSans-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    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: #1D1D1B;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #000;;
    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 #1D1D1B;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    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: 100px;
    background-color: transparent;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #fff;
    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: #1D1D1B;
    border-color: #1D1D1B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'LamaSans-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: transparent;
    border-color: #fff;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1D1D1B;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1D1D1B;
	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: 3;
    background-color: #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 100px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: transparent;
    border: 1px solid #fff;
    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::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    color: #1E1E1E;
    border-color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #Ffff;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(255, 255, 255, 0.8);
}
.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: rgba(255, 255, 255, 0.8);
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 100px;
    border: 1px solid #1D1D1B;
    padding: 8px;
    background-color: #fff;
    width: 97px;
    color: #1D1D1B;
    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: rgba(255, 255, 255, 0.40);
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'LamaSans-Medium';
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #FFF;
}
.range-block label {
    color: #fff;
}
/*****aanbod-product-sec****/
.aanbod-product-sec .each-product-text{
    opacity: 1;
}
.aanbod-product-sec{
    padding-bottom: 70px;
    position: relative;
}
.aanbod-product-sec .each-product-txt-info tr {
    gap: 14px;
    flex-wrap: wrap;
}
.aanbod-product-sec::after {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 249px;
    background: linear-gradient(180deg, rgba(0, 26, 54, 0.00) 0%, #001A36 100%);
    pointer-events: none;
    position: absolute;
}
.aanbod-product-sec .row{
    row-gap: 16px;
}
/**************************verkocht**************************/
.aanbod-product-sec.verkocht-product-sec{
    padding-top: 216px;
    padding-bottom: 160px;
}
.verkocht-heading{
    padding-bottom: 110px;
}
/**************************aanbod-dtl**************************/
/********aanbod-dtl-top-sec********/
.aanbod-dtl-top-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
}
.aanbod-dtl-top-heading h2{
    line-height: 44px;
    padding-bottom: 7px;
}
.aanbod-dtl-top-heading p{
    letter-spacing: normal;
    margin-bottom: 0;
}
.aanbod-dtl-heading-right h4{
    font-size: 3.6rem;
    line-height: 44px; 
    letter-spacing: 0.72px;
}
.aanbod-dtl-top-sec{
    padding-top: 262px;
    overflow-x: clip;
    position: relative;
    padding-bottom: 56px;
}
.dtl-top-merk{
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
}
.dtl-top-merk img{
    width: 100%;
}
.each-dtl-top-img {
    height: 100%;
}
.each-dtl-top-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.dtl-top-slide .swiper-button-next{
    right: 42.5%;
}
.dtl-top-slide .swiper-button-prev {
    left: 10px;
}
.dtl-top-slide .common-arrow{
    background: #D9D9D9;
    border-color: #D9D9D9;
    top: 47%;
}
.dtl-top-slide .common-arrow:hover{
    background: #FFF;
    border-color: #FFF;
}
.each-dtl-top-text {
    max-width: 674px;
    padding-bottom: 24px;
}
.each-dtl-top-text table{
    width: 100%;
}
.each-dtl-top-text tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 60px;
    justify-content: space-between;
}
.aanbod-dtl-top-info{
    padding: 24px 32px;
    border-radius: 20px;
    margin-top: 24px;
}
.aanbod-dtl-top-info-wrap{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    align-items: center;
}
.each-dtl-top-text td h5{
    padding-bottom: 2px;
    color: #FFF;
    opacity: 0.7;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    letter-spacing: normal;
}
.each-dtl-top-text td h6{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    letter-spacing: normal;
}
.each-dtl-top-text h2{
    padding-bottom: 10px;
    color: #2E2E2E;
}
.each-dtl-top-text p{
    color: #2E2E2E;
}
.each-dtl-top-text h3{
    color: #2E2E2E;
} 
.each-dtl-top-text td{
    position: relative;
}
.each-dtl-top-text td:last-child:before{
    display: none;
}
.each-dtl-top-text td::before {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -35px;
    position: absolute;
    background-color: #fff;
}
.dtl-top-contact-btm ul{
    display: flex;
    column-gap: 16px;
    padding: 0;
    margin: 0;
}
.dtl-top-contact-main ul{
    display: flex;
    align-items: center;
    column-gap: 32px;
    padding: 0;
    margin: 0;
}
.dtl-top-contact-main ul li{
    list-style: none;
    display: flex;
    column-gap: 8px;
    align-items: center;
    position: relative;
    padding-left: 0;
}
.dtl-top-contact-main ul li:first-child::before{
    display: none;
}
.dtl-top-contact-main ul li::before{
    content: "";
    top: 2px;
    left: -16px;
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.share-icon-mobile a{
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.97);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    display: none;
}
.dtl-top-contact-btm ul li{
    list-style: none;
    padding-left: 0;
}
.dtl-top-contact-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.aanbod-contact-img{
    width: 96px;
    height: 95px;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
}
.aanbod-contact-block{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.aanbod-dtl-top-info .glass-element{
    border-radius: 20px;
}
.aanbod-contact-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 100px;
}
.dtl-top-contact-main h5{
    padding-bottom: 15px;
    font-size: 2rem;
    letter-spacing: normal;
}
.dtl-top-contact-main ul li a{
    color: #FAFAFA;
    line-height: 24px;
    font-size: 1.6rem;
}
.dtl-top-contact-main ul li:first-child a{
    color: #fff;
}
.dtl-top-contact-main ul li::after{
    display: none;
}
.dtl-top-contact-btm li::after{
    display: none;
}
.dtl-top-contact-main ul li a:hover{
    color: rgba(255, 255, 255, 0.8);
}
.dtl-top-contact-btm .common-btn:hover{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}
.dtl-top-contact-btm .common-btn strong {
    margin-left: 3px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.dtl-tab-sec::after {
    content: '';
    position: absolute;
    bottom: -16%;
    left: 0;
    width: 100%;
    height: 134px;
    border-radius: 50%;
    background: #1B13F4;
    filter: blur(45.099998474121094px);
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #FFF;
    text-transform: none;
	font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
	font-family: 'LamaSans-Medium';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 11px 35px 11px 20px;
    border-radius: 100px;
    border: 1px solid #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.tab-btn ul.tabs li:hover{
    color: #fff;
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .glass-overlay{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .glass-specular{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .glass-container:has(li.active) .glass-overlay{
    opacity: 1;
}
.tab-btn .glass-container:has(li.active) .glass-specular{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
}
.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 .glass-container:hover .glass-overlay{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .glass-container:hover .glass-specular{
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
}
.tab_content {
    display: none;
} 
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
	padding-bottom: 80px;
    overflow: hidden;
}
.dtl-tab-sec .blue-bg-mark {
    position: absolute;
    bottom: 0;
    left: unset;
    width: 18%;
    right: -10%;
    height: auto;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 15px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 17px;
    margin-bottom: -17px;
}
.tab-btn .tabs li.active{
    background: rgba(255, 255, 255, 0.10);
    border-color: transparent;
}
.tab-btn .glass-container{
    border-radius: 100px;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 20px;
    row-gap: 20px;
}
.kenmerken-tab li {
    line-height: 30px;
    width: 32.2%;
    padding: 14px 27px;
    position: relative;
    font-family: 'LamaSans-Regular';
    color: rgba(47, 47, 47, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
}
.kenmerken-tab li:nth-child(2) {
    width: 49%;
}
.kenmerken-tab li:nth-child(1) {
    width: 49%;
}
.kenmerken-tab li:nth-child(6) {
    width: 23.8%;
}
.kenmerken-tab li:nth-child(7) {
    width: 23.8%;
}
.kenmerken-tab li:nth-child(8) {
    width: 23.8%;
}
.kenmerken-tab li:nth-child(9) {
    width: 23.8%;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #212121;
    font-family: 'LamaSans-Medium';
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    /* color: #181818; */
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 10px;
	font-family: 'LamaSans-Regular';
    color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 2.4rem;
    line-height: 20px;
    font-family: 'LamaSans-Regular';
    letter-spacing: normal;
    font-weight: bold;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #fff;
	font-family: 'LamaSans-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #fff;
    cursor: pointer;
    margin-top: 37px;
    font-family: 'LamaSans-Medium';
	line-height: normal;
	transition: all 0.5s;
    padding: 14px 20px;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #181818;
}
.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;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(27, 19, 244, 0.5);
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(27, 19, 244, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(27, 19, 244, 0.2);
	max-width: 93%;
}
.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 #111;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 200px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 30px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3.4rem;
    color: #2A2A2A;
}
.tab-popup-area p{
    color: rgb(17, 17, 17, 0.6);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 0;
}
.tab-popup-content h4{
    line-height: 30px;
    margin-bottom: 12px;
    font-size: 2.4rem;
    color: #2A2A2A;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
	font-family: 'Montserrat-Regular';
    line-height: 30px;
    color: #2A2A2A;
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'LamaSans-Regular';
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
	transform: rotate(0deg);
    filter: none;
    opacity: 1;
    top: -1px;
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab-arrow.svg);
	position: relative;
	top: 0px;
    left: 9px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: rotate(-90deg);
}
.tabs li:hover::after{
    opacity: 1;
    filter: none;
}
.tab-btn-wrap{
    padding-bottom: 36px;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.tab-content-wrap {
    position: relative;
    z-index: 2;
}
/****form-sec****/
.form-sec {
    background-color:  #FFF;
    overflow: hidden;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.form-wrap {
    border-radius: 30px;
    overflow: hidden;
    padding: 80px;
    box-shadow: 6px -4px 15px rgba(42, 42, 42, 0.03);
}
.form-sec .blue-bg-mark img{
    height: 100%;
}
.form-wrap .col-lg-7{
    width: 57%;
}
.form-wrap .col-lg-7{
    width: 57%;
}
.form-wrap .col-lg-5{
    width: 43%;
}
.form-left-title h2 {
    color: #2A2A2A;
    margin: 0px 0 2px;
    letter-spacing: normal;
    line-height: normal;
}
.form-left-title p {
    margin-bottom: 0;
    color: #2A2A2A;
}
.form-left-contact {
    margin: 78px 0 0;
    max-width: 392px;
}
.form-left-contact ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-bottom: 0;
}
.form-left-contact li {
    list-style-type: none;
    padding-left: 0;
}
.form-left-contact li em {
    font-style: normal;
    border-radius: 5px;
    background-color: rgba(42, 42, 42, 0.1);
    border-radius: 100px;
    overflow: hidden;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-heading{
    display: none;
}
.form-left-contact li em img {
    width: 21px;
    height: 22px;
}
.form-left-contact li  {
    display: flex;
    align-items: center;
    column-gap: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid transparent;
    font-family: 'Inter-Regular';
}
.form-left-contact li a strong {
    font-weight: normal;
}
.form-left-contact li a {
    color: rgba(42, 42, 42, 0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-left-contact li a:hover {
    color: #2A2A2A;
}
.form-left-contact li a:hover strong{
    overflow: hidden;
}
.form-left-contact li::after{
    display: none;
}
.form-social ul {
    margin: 0;
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: left;
}
.form-social li a {
    border-radius: 100px;
    background: rgba(42, 42, 42, 0.1);
    width: 53px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social li{
    padding-left: 0;
}
.form-social .glass-filter{
    backdrop-filter: blur(0);
    filter: none;
}
.form-social .glass-specular{
    opacity: 0;
    box-shadow: none;
}
.form-social-mb{
    display: none;
}
.form-social li::after{
    display: none;
}
.form-social li a:hover {
    border-color: rgba(42, 42, 42, 0.5);
    background: rgba(42, 42, 42, 0.5);
}
.form-social li a img {
    width: 17px;
} 
.form-social li:nth-child(2) a img{
    width: 9px;
}
.form-left {
    padding-right: 7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-right {
    border-radius: 20px;
    border-radius: 20px;
    background: #003469;
    height: 100%;
    padding: 15px 45px 42px;
    position: relative;
    overflow: hidden;
}
.form-right::after{
    content: '';
    position: absolute;
    bottom: -18%;
    left: 0;
    width: 100%;
    height: 315px;
    border-radius: 50%;
    background: rgba(27, 19, 244, 0.5);
    filter: blur(45.099998474121094px);
}
.form-right h3 {
    margin-bottom: 45px;
}
.form-block .col-lg-6 {
    padding: 0 14px;
}
.form-block .col-lg-12 {
    padding: 0 14px;
}
.form-block .row {
    margin: 0 -14px;
}
.form-block .form-group {
	margin-bottom: 42px;
}
.form-block .col-md-12 .form-group {
    margin-bottom: 0;
}
.form-block .form-style {
	resize: none;
	border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 30px 0px 20px;
	background-color: transparent;
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-bottom: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #fff;
}
.form-block{
    position: relative;
    z-index: 1;
}
.form-block textarea.form-style {
    height: 187px;
    padding-top: 0;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.50);
	font-size: 1.6rem;
}
.form-block .form-btn {
    margin-top: 20px;
}
.form-block .form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 5px;
}
.form-block .form-btn .common-btn:hover img{
    filter: brightness(1) invert(1);
}
.form-social-mob{
    display: none;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
} 
/******related-product-sec*****/
.related-product-sec{
    padding-top: 68px;
    padding-bottom: 110px;
    position: relative;
}
.related-product-sec::after{
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 249px;
    background: linear-gradient(180deg, rgba(0, 26, 54, 0.00) 0%, #001A36 100%);
    pointer-events: none;
    position: absolute;
}
.related-product-heading{
    text-align: center;
    padding-bottom: 56px;
}
.related-product-sec .each-product-text {
    opacity: 1;
}
.related-product-sec .each-product-txt-info tr {
    gap: 12px;
}
.related-product-sec .each-product-txt-info img {
    width: 13px;
}
.aanbod-product-text-mobile{
    display: none;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.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: #1E1E1E;
    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**************************/
/****map****/
.map {
    height: 695px;
    position: relative;
}
.map::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 42.03%, #161616 74.19%);
}
/****contact-form-sec****/
.form-sec.contact-form-sec {
    padding: 70px 0;
}
.contact-form-sec .form-wrap {
    box-shadow: none;
    background-color: #003469;
    padding: 51px 51px 56px 91px;
}
.contact-form-sec .form-wrap > .glass-filter {
    position: initial;
    inset: initial;
    backdrop-filter: none;
    filter: none;
    isolation: initial;
}
.contact-form-sec .form-wrap > .glass-overlay {
    position: initial;
    inset: initial;
    background-color: transparent;
}
.contact-form-sec .form-wrap > .glass-specular {
    position: initial;
    inset: initial;
    border-radius: initial;
    box-shadow: none;
}
.contact-form-sec .form-left-title h2 {
    color: #fff;
}
.contact-form-sec .form-left-title p {
    letter-spacing: normal;
    color: #fff;
}
.contact-form-sec .form-left-contact .glass-container,
.contact-form-sec .form-left-contact .glass-element {
    border-radius: 100px;
}
.contact-form-sec .form-social-dk {
    display: none;
}
.contact-form-sec .form-social-mb {
    display: block;
}
.contact-form-sec .form-left-contact li a {
    color: rgba(255, 255, 255, 0.70);
}
.contact-form-sec .form-left-contact li a:hover {
    color: #fff;
}
.contact-form-sec .form-social .glass-filter {
    backdrop-filter: blur(2px);
    filter: url(#lg-dist);
}
.contact-form-sec .form-social .glass-specular {
    opacity: 1;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 5px rgba(255, 255, 255, 0.20);
}
.contact-form-sec .form-social .glass-element {
    border-radius: 100px;
}
.contact-form-sec .form-right { 
    background: #FFFFFF; 
    padding: 61px 40px 78px;
}
.contact-form-sec .form-heading {
    display: block;
    margin-bottom: 32px;
}
.contact-form-sec .form-right .form-heading h2 {
    font-size: 3.6rem;
    color: #212121;
    line-height: normal;
    letter-spacing: normal;
}
.contact-form-sec .form-block .form-style {
    border-color: rgba(27, 19, 244, 0.40);
    color: #181716;
}
.contact-form-sec .form-block .form-style:-ms-input-placeholder {
	color: rgba(24, 23, 22, 0.50);
}
.contact-form-sec .form-block .form-style::placeholder {
	color: rgba(24, 23, 22, 0.50);
}
.contact-form-sec .form-block .form-style:focus {
    border-color: #1B13F4;
    color: #181716;
}
.contact-form-sec .form-block .form-style:focus::placeholder {
    color: rgba(24, 23, 22, 1);
}
.contact-form-sec .form-right::after {
    display: none;
}
.contact-form-sec .form-btn .common-btn {
    background-color: #031528;
    border-color: #031528;
}
.contact-form-sec .form-btn .common-btn:hover {
    background-color: transparent;
}
.contact-form-sec .blue-bg-mark {
    bottom: 4%;
    left: -11%;
}
.contact-form-sec .form-wrap .col-lg-7 {
    width: 56%;
}
.contact-form-sec .form-wrap .col-lg-5 {
    width: 44%;
}
.contact-form-sec .form-left {
    padding-top: 57px;
}
.contact-form-sec .form-left-contact {
    margin-top: 46px;
}
.contact-form-sec .form-left-contact ul {
    row-gap: 38px;
}
.contact-form-sec .form-block textarea.form-style {
    height: 122px;
}
.contact-form-sec .form-block .form-btn {
    margin-top: 20px;
}
.contact-form-sec .form-social-mob {
    display: block;
}
.lfCQiA {
    display: none;
}

.share-social-media-button.common-btn {
    display: none;
}
.privacy_section{
    padding: 200px 0 100px;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #1E1E1E;
    border-bottom: 1px solid #fff;
}


/*******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 h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-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;
}
.showroom-view {
    width: 100%;
    height: 100%;
}

/* 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: #1E5D35;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 18px 0;
    position: absolute;
    z-index: 1;
    bottom: -10px;
    right: 5vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 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;
    }
}
.map::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 76%;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 42.03%, #161616 74.19%);
    pointer-events: none;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.contact-form-sec .form-wrap > .glass-filter {
    position: initial;
    inset: initial;
    backdrop-filter: none;
    filter: none;
    isolation: initial;
}
.contact-form-sec .form-wrap > .glass-overlay {
    position: initial;
    inset: initial;
    background-color: transparent;
}
.contact-form-sec .form-wrap > .glass-specular {
    position: initial;
    inset: initial;
    border-radius: 0;
    box-shadow: none;
}
.form-social .glass-container {
    border-radius: 100px;
}
.diens-top-sec.aftersales-top-sec{
    padding-top: 50px;
}
.diens-top-sec.aftersales-top-sec .row{
    align-items: center;
}
.diens-top-sec.aftersales-top-sec .diens-top-txt{
    margin-top: 0;
}
.banner-content-wrap h3{
    letter-spacing: 3.2px;
}
.about-bg-mark img{
    width: 100%;
}
.diens-mid-bg-mark img{
    width: 100%;
}
.aftersel-banner-sec .each-inner-banner::after{
    background: linear-gradient(180deg, rgba(22, 22, 22, 0.00) 0%, #161616 100%);
}

/****over-ons-top-sec****/
.over-ons-top-sec {
    position: relative;
    padding: 84px 0 72px;
}
.over-ons-top-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(439.82% 141.42% at 0% 0%, rgba(22, 22, 22, 0.94) 26.72%, rgba(22, 22, 22, 0.66) 100%);
    pointer-events: none;
}
.over-ons-top-wrap {
    position: relative;
    z-index: 1;
}
.over-ons-top-title {
    margin-bottom: 25px;
}
.over-ons-top-left {
    max-width: 730px;
    padding-right: 20px;
}
.over-ons-top-right {
    max-width: 714px;
}
.over-ons-top-right {
    margin-left: auto;
    margin-right: 0;
}
.over-ons-top-right p {
    margin-bottom: 26px;
}
.over-ons-top-left p {
    margin-bottom: 22px;
}
.over-ons-top-area h5 {
    margin-bottom: 5px;
}
.diens-top-left-img img{
    display: none;
}
.footer-brand-area img{
    height: 70px;
    border-radius: 6px;
}
.dtl-top-slide .swiper-button-prev {
    left: 1.7%;
}
.dtl-top-slide .swiper-button-next {
    right: 8%;
}