body {
	padding: 0px;
	margin: 0px;
	color: #141414;
    font-family: 'Causten-Medium';
	font-size: 1.6rem;
    /*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;
}
/****form*****/
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/****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: 8px;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 1.4px 0 1px rgba(255, 255, 255, 0.18) inset, 0 10px 26px -12px rgba(0, 0, 0, 0.70);
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 24px;
    padding: 9px;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 13px 50px 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 0.5px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    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: 48px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 25px;
    filter: brightness(0) invert(1);
}
.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 {
    border-bottom: 1px solid #1B8645;
    background-color: rgba(37, 211, 102, 0.22);
    box-shadow: 0 1px 0 1px rgba(160, 255, 195, 0.35) inset;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
    background-color: rgba(20, 20, 20, 0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 14px 20px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li:last-child > button {
    border-bottom: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    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;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.90) inset, 0 12px 30px -16px rgba(20, 24, 34, 0.35);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a img {
    filter: brightness(1) invert(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button img {
    filter: brightness(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    color: #222831;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button, 
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    color: #222831;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7)
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.16);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a {
    background-color: rgba(255, 255, 255, 0.8);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button {
    background-color:  rgba(255, 255, 255, 0.85);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #A5D9B9;
    border-bottom-color: rgba(37, 211, 102, 0.50);
}
/******header-area******/
.header-area {
    padding: 40px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .container {
    position: relative;
}
.header-logo img {
    width: 238px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-nav {
    margin-right: 52px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #044C7F;
    border-color: rgba(255, 255, 255, 0.2);
}
.header-nav > ul {
    display: flex;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 52px;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    padding-left: 0;
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
    position: relative;
}
.header-nav > ul > li > a::after {
    content: '';
    height: 1px;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #fff;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover {
    color: #fff;
}
.header-nav > ul > li > a:hover::after {
    width: 100%;
}
.header-nav .parent-dropdown::before {
    content: "";
    height: 16px;
    top: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
/******menu-btn******/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    gap: 10px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar {
    position: relative;
    max-width: 16px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 3px 0 3px auto;
    width: 16px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn strong {
    font-weight: normal;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
/***dropdown***/
.parent-dropdown {
	position: relative;
    z-index: 1;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 34px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.parent-dropdown ul li::after {
    display: none;
}
.header-nav .parent-dropdown > a {
    padding-right: 15px;
}
.parent-dropdown ul li a {
	color: #141414;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #044C7F;
    background-color: #F4F4F4;
}
.parent-dropdown img {
    cursor: pointer;
    width: 10px;
    position: absolute;
    right: 0;
    top: 10px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
} 
.desktop-menu {
    height: 100%;
}
/*****mega-menu****/
.mega-menu {
    position: absolute;
    right: -25px;
    top: -15px;
    width: 418px;
    height: 505px;
    background-color: #044C7F;
    padding: 90px 37px 38px;
    z-index: 98;
    clip-path: inset(100% 0 0 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu-nav::-webkit-scrollbar {
    width: 6px;
    background-color: #033c64;
}
.mega-menu-nav::-webkit-scrollbar-thumb {
    background-color: #0e3755;
}
.mega-menu-nav {
    height: 100%;
    overflow-y: auto;
    padding-right: 10px;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.50);
    line-height: 32px;
    letter-spacing: 1.2px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.50);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding: 11px 0;
    display: block;
    position: relative;
}
.mega-menu-nav > ul > li > a::after {
    content: "";
    height: 28px;
    width: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/mega-menu-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-nav > ul > li > a:hover {
    color: #fff;
}
.mega-menu-nav > ul > li > a:hover::after {
    opacity: 1;
}
.mega-menu-nav > ul > li:last-child > a {
    padding-bottom: 0;
    border-bottom: 0;
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
}
.mega-menu-nav .parent-dropdown img {
    right: 37px;
    width: 15px;
    top: 23px;
    opacity: 0.5;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 0;
    min-width: 100%;
    position: relative;
    max-height: 0;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 300px;
    margin-top: 10px;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 2rem;
    margin-bottom: 10px;
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: transparent;
    color: rgba(255, 255, 255, 0.50);
    padding-top: 0;
    padding-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: #fff;
    background-color: transparent;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(20, 20, 20, 0.50);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.open-menu-header .header-nav {
    opacity: 0;
}
/***fix-wp***/
.fix-wp {
    position: fixed;
    height: 63px;
    width: 63px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 75px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 59%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.banner-content h1 {
    margin-bottom: 24px;
    text-transform: uppercase;
}
.banner-content p {
    margin-bottom: 153px;
    color: #fff;
}
.banner-content-wrap {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banner-blob {
    width: 837px;
    min-width: 837px;
    height: 617px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-blob::before {
    border-color: #044C7F;
}
.banner-blob strong {
    font-weight: normal;
    width: calc(100% + 151px);
    min-width: calc(100% + 151px);
    height: 617px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.banner-blob strong::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 55% 45% 60% 40% / 50% 55% 45% 50%;
    animation: blobShapeOther 10s ease-in-out infinite reverse;
    transition: transform 0.4s ease, border-radius 0.5s ease;
    will-change: transform;
}
@keyframes blobShapeOther {
    0% {
        border-radius: 38% 62% 48% 52% / 60% 42% 58% 40%;
    }
    25% {
        border-radius: 65% 35% 42% 58% / 38% 62% 40% 60%;
    }
    50% {
        border-radius: 55% 45% 68% 32% / 52% 36% 64% 48%;
    }
    75% {
        border-radius: 42% 58% 35% 65% / 66% 48% 52% 34%;
    }
    100% {
        border-radius: 38% 62% 48% 52% / 60% 42% 58% 40%;
    }
}
.banner-content .container {
    position: relative;
}
.next-sec-btn {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 0;
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 1.4rem;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.next-sec-btn strong {
    font-weight: normal;
    margin-top: 12px;
}
.next-sec-btn span {
    border: 4px solid rgba(255, 255, 255, 0.30);
    height: 191px;
    width: 68px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 20px;
}
.next-sec-btn span img {
    width: 15px;
    display: block;
    animation: scrollBounce 1.8s cubic-bezier(.4, 0, .2, 1) infinite;
    will-change: transform;
}
@keyframes scrollBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}
/****counter-sec*****/
.counter-sec {
    border-bottom: 1px solid rgba(20, 20, 20, 0.20);
    padding: 37px 0;
    background-color: #fff;
}
.counter-wrap {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}
.counter-sec .swiper-slide {
    height: auto;
}
.each-counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 40px;
    height: 100%;
}
.each-counter::after {
    content: "";
    height: 32px;
    width: 1px;
    background-color: rgba(20, 20, 20, 0.20);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.each-counter h3 {
    margin-bottom: 5px;
}
.each-counter-img {
    width: 50px;
    min-width: 50px;
}
.each-counter-img img {
    width: 100%;
}
.counter-sec .swiper-slide:first-child .each-counter {
    padding-left: 0;
}
.counter-sec .swiper-slide:last-child .each-counter {
    padding-right: 0;
}
.counter-sec .swiper-slide:last-child .each-counter::after {
    opacity: 0;
}
/*********product-sec*****/
.product-sec {
    padding: 92px 0 85px;
    overflow-x: clip;
    position: relative;
}
.product-heading {
    margin-bottom: 61px;
}
.each-product-img {
    position: relative;
}
.product-img-progress {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 12px;
    width: 63px;
    border-radius: 10px;
    background-color: rgba(245, 245, 245, 0.5);
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-img-progress span {
    display: block;
    width: 0%;
    height: calc(100% - 3px);
    background-color: #fff;
    border-radius: 10px;
    max-width: calc(100% - 4px);
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
}
.each-product:hover .product-img-progress  {
    opacity: 1;
}
.each-product {
    background-color: #F5F5F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product .col-lg-7 {
    width: 53%;
}
.each-product .col-lg-5 {
    width: 47%;
}
.each-product-text {
    padding: 31px 26px;
}
.product-model h3 {
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-model p {
    margin: 5px 0 0;
    font-family: 'Causten-Regular';
    color: rgba(20, 20, 20, 0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-info {
    margin: 30px 0;
}
.product-info table, .product-info tbody {
    display: block;
    width: 100%;
}
.product-info tr {
    display: block;
}
.product-info td {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 18px 0;
    border-top: 1px solid rgba(20, 20, 20, 0.20);
    color: #141414;
    font-family: 'Causten-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-info td strong {
    font-weight: normal;
    text-transform: uppercase;
}
.product-info td em {
    font-style: normal;
    color: rgba(20, 20, 20, 0.6);
    letter-spacing: 0.32px;
    text-align: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-info td:last-child {
    border-bottom: 1px solid rgba(20, 20, 20, 0.20);
}
.product-price {
    position: relative;
    padding-right: 70px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price:after {
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #141414;
    background-image: url(../images/product-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h4 {
    text-transform: uppercase;
    color: #044C7F;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h6 {
    font-family: 'Causten-Regular';
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-top: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    height: 100%;
}
.each-product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-img .swiper {
    height: 100%;
}
.each-product-img .swiper-slide {
    height: auto;
}
.each-product:hover {
    background-color: #044C7F;
}
.each-product:hover .product-model h3, .each-product:hover .product-price h4, .each-product:hover .product-price h6 {
    color: #fff;
}
.each-product:hover .product-model p {
    color: rgba(255, 255, 255, 0.5);
}
.each-product:hover .product-info td {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.each-product:hover .product-info td em {
    color: rgba(255, 255, 255, 0.5);
}
.each-product:hover .product-model p {
    color: rgba(255, 255, 255, 0.5);
}
.each-product:hover .product-price::after {
    filter: brightness(0) invert(1);
}
.product-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.product-control {
    position: relative;
    display: flex;
    gap: 53px;
    align-items: center;
    margin-top: 100px;
}
.product-arrow {
    display: flex;
    width: 38px;
    min-width: 38px;
    justify-content: space-between;
}
.product-arrow .common-arrow {
    position: initial;
    height: auto;
    width: auto;
    border: 0;
    display: block;
    margin: 0;
}
.product-arrow .common-arrow:hover {
    background-color: transparent;
    opacity: 1;
}
.product-arrow .common-arrow:hover img {
    filter: brightness(1) invert(0);
}
.product-scroll {
    position: relative;
    width: 100%;
}
.product-scroll .swiper-scrollbar {
    background: rgba(20, 20, 20, 0.10);
    height: 3px;
    border-radius: 30px;
    position: initial;
    width: 100%;
}
.product-scroll .swiper-scrollbar-drag {
    border-radius: 30px;
    background: #141414;
}
.sec-pattern {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: -1;
}
.sec-pattern::after {
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.99) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.sec-pattern img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.product-sec .common-blob {
    position: absolute;
    top: -10%;
    right: -2%;
    z-index: -1;
}
/******service-sec******/
.service-sec {
    background-color: #044C7F;
    overflow-x: clip;
}
.service-img {
    position: relative;
    height: 894px;
    overflow: hidden;
    touch-action: pan-y;
}
.each-service-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    will-change: clip-path;
}
.each-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.service-text {
    height: 100%;
    position: relative;
    padding: 80px 59px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-service-text {
    pointer-events: none;
    visibility: hidden;
    z-index: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: none;
}
.each-service-text.active {
    pointer-events: auto;
    visibility: visible;
    z-index: 5;
    display: block;
}
.word-mask-box {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}
.word-inner-move {
    display: inline-block;
    transform: translateY(115%);
    will-change: transform;
}
.each-service-text[data-state="animating"] .word-inner-move {
    transition: transform 2s cubic-bezier(0.25, 1, 0.3, 1);
    transform: translateY(0%);
}
.each-service-text[data-state="visible"] .word-inner-move {
    transform: translateY(0%);
}
.slider-controls {
    position: absolute;
    top: 16px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    z-index: 1;
}
.service-control-btn {
    background-color: transparent;
    border: 0;
}
.service-control-btn img {
    width: 51px;
}
.service-control-btn:disabled {
    opacity: 0.3;
    color: #000;
    cursor: not-allowed;
    background: transparent;
    pointer-events: none;
}
.service-slider {
    touch-action: pan-y; 
    user-select: none;
    -webkit-user-select: none;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-service-img img{
    pointer-events:none;
    -webkit-user-drag:none;
}
.service-sec .col-lg-5 {
    width: 48%;
}
.service-sec .col-lg-7 {
    width: 52%;
}
.service-heading h3 {
    color: #fff;
}
.each-service-text h2 {
    color: #fff;
    text-align: center;
    padding: 0 70px;
}
.each-service-text p {
    color: #fff;
    margin: 260px 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
}
.each-service-text .common-btn {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .4s ease, transform .4s ease;
}
.each-service-text[data-state="visible"] .common-btn {
    opacity: 1;
    transform: translateY(0);
}
.service-text-wrap {
    position: relative;
}
.service-slider .common-blob {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 778px;
    height: 778px;
    min-width: 778px;
}
.service-slider .common-blob::before {
    border-color: rgba(255, 255, 255, 0.1);
}
/****service-mobile****/
.service-mobile {
	width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.service-mobile .swiper {
    margin-bottom: 30px;
}
.service-mobile h2 {
    margin-bottom: 25px;
    color: #fff;
}
.each-service-mobile {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}
.each-service-mobile::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(9, 9, 9, 0.60) 0%, rgba(9, 9, 9, 0.60) 100%);
}
.each-service-mobile img {
    height: 100%;
    object-fit: cover;
}
.each-service-mobile-text {
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 30px 45px;
    height: 100%;
}
.each-service-mobile-text p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5lh;
}
.service-mobile .common-arrow {
    background-color: #fff;
    top: 57%;
}
.service-mobile .common-arrow:hover {
    background-color: #044C7F;
    border-color: #fff;
}
.service-mobile .swiper-button-next {
    right: 10%;
}
.service-mobile .swiper-button-prev {
    left: 10%;
}
.service-mobile .swiper-pagination {
    bottom: 20%;
    color: #fff;
    width: auto;
    left: 15%;
    display: inline-flex;
    align-items: center;
}
.service-mobile .swiper-pagination em {
    background-color: #fff;
    height: 1px;
    width: 21px;
    display: inline-block;
    margin: 0 10px;
}
/*****usp-marquee-sec***/
.usp-marquee-sec {
	width: 100%;
	padding: 20px 0;
	background-color: #648596;
    position: relative;
    overflow: hidden;
    perspective: 1200px;
}
.usp-face {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    will-change: transform, opacity;
}
.usp-face-default {
    background-color: #648596;
    z-index: 2;
    transform: translateY(0) rotateX(0);
}
.usp-face-hover {
    border-top: 1px solid rgba(255,255,255,0.3);
    background-color: #044C7F;
    z-index: 1;
    transform-origin: bottom center;
    transform: translateY(-100%) rotateX(90deg);
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 50px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 50px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	padding-left: 30px;
	position: relative;
    margin-bottom: 0;
}
.usp-marquee-wrap li::after {
    content: "";
    height: 20px;
    width: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/marquee-icon.svg);
    background-size: 12px;
}
.usp-marquee-wrap li h2 {
    line-height: 80px;
    letter-spacing: 1.44px;
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 2.2rem;
}
/****about-sec****/
.about-sec {
    padding: 119px 0 92px;
    position: relative;
    background-color: #F5F5F5;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-heading {
    max-width: 555px;
    width: 100%;
}
.about-heading h2 {
    text-transform: uppercase;
}
.about-heading p {
    margin: 137px 0 37px;
    max-width: 335px;
}
.about-info .col-lg-2,
.about-info .col-lg-4,
.about-info .col-lg-6 {
    padding: 0 30px;
}
.about-info .row {
    margin: 0 -30px;
}
.about-info .col-lg-2 {
    width: 25%;
}
.about-info .col-lg-4 {
    width: 37%;
}
.about-info .col-lg-6 {
    width: 38%;
}
.about-right-img {
    max-width: 348px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 146px;
}
.about-info {
    margin-top: -22%;
}
.sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.about-sec .sec-mark {
    top: 33px;
    right: 9%;
}
.about-sec .common-blob {
    position: absolute;
    bottom: -1%;
    left: -6%;
}
/*****why-us-sec******/
.why-us-sec {
    padding-bottom: 112px;
    background-color: #F5F5F5;
}
.why-us-heading ul {
    margin-bottom: 0;
}
.why-us-heading li {
    margin-bottom: 40px;
    display: table;
    padding-left: 0;
    opacity: 0.4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-us-heading li::after {
    display: none;
}
.why-us-heading li:last-child {
    margin-bottom: 0;
}
.why-us-heading li.active {
    opacity: 1;
}
.why-us-heading li h3 {
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-us-heading li h3 em {
    display: inline-block;
    color: transparent;
    width: 18px;
    height: 3px;
    background-color: #141414;
    margin: 0 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-us-heading li h3 strong {
    font-weight: normal;
    width: 40px;
}
.why-us-heading li.active h3 {
    color: #044C7F;
}
.why-us-heading li.active h3 em {
    width: 43px;
    background-color: #044C7F;
}
.why-us-heading li p {
    display: none;
}
.why-us-content {
    max-width: 408px;
    margin-left: auto;
}
.each-why-us-content {
    display: none;
}
.each-why-us-content p {
    margin-bottom: 0;
}
.why-us-wrap {
    max-width: 1226px;
    width: 100%;
    margin-left: auto;
    padding-top: 44px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
/*****review-sec*****/
.review-sec {
    padding-bottom: 37px;
    background-color: #F5F5F5;
}
/*****footer-area*****/
.footer-area {
    padding: 20px 0 33px;
    background-color: #141414;
    overflow-x: clip;
}
.gallery-slider {
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:relative;
}
.each-gallery {
    height: 248px;
    overflow: hidden;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img {
    transform: scale(1.1);
}
.footer-top {
    padding-top: 47px;
}
.footer-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo img {
    width: 256px;
}
.social ul {
    margin-bottom: 0;
    display: flex;
    gap: 23px;
    justify-content: end;
}
.social li {
    padding-left: 0;
    margin-bottom: 0;
}
.social li::after {
    display: none;
}
.social li img {
    width: 16px;
}
.social li a:hover {
    opacity: 0.6;
}
.app-btn {
    margin-top: 34px;
}
.app-btn .common-btn {
    display: inline-flex;
}
.app-btn .common-btn strong {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.app-btn .common-btn img {
    width: 20px;
}
.app-btn .common-btn span {
    display: inline-flex;
    gap: 10px;
}
.footer-mid {
    position: relative;
    padding: 55px 0 35px;
    margin: 46px 0 33px;
}
.footer-mid::after,.footer-mid::before {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
	position:absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.10);
}
.footer-mid::before {
    top: 0;
    bottom: auto;
}
.footer-heading h2 {
    color: #fff;
    font-size: 5.8rem;
    line-height: 66px;
    letter-spacing: 1.153px;
    mask-image: radial-gradient(ellipse at center,#141414 12%,rgba(20, 20, 20, 0) 100%);
}
.footer-info {
    max-width: 870px;
    width: 100%;
    margin-left: auto;
    display: flex;
    row-gap: 27px;
    column-gap: 15px;
    justify-content: space-between;
}
.each-footer-info h6 {
    color: #fff;
    margin-bottom: 15px;
}
.each-footer-info p {
    color: rgba(255, 255, 255, 0.70);
    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);
}
.appointment-note {
    max-width: 215px;
    width: 100%;
}
.footer-partner ul {
    margin-bottom: 0;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footer-partner li {
    padding-left: 0;
}
.footer-partner li::after {
    display: none;
}
.footer-copyright p, .footer-policy p {
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0;
}
.footer-copyright p a, .footer-policy p a {
    color: rgba(255, 255, 255, 0.50);
}
.footer-copyright p a:hover, .footer-policy p a:hover {
    color: #fff;
}
/*==========================service-list page start=============================*/
/**inner-banner-sec***/
.inner-banner-sec {
    position: relative;
    overflow: hidden;
}
.inner-banner-img {
    height: 600px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 58%;
    transform: translateY(-50%);
    text-align: center;
}
.inner-banner-text .container {
    position: relative;
}
.inner-banner-sec .banner-blob {
    height: 301px;
}
.inner-banner-sec .banner-blob strong {
    height: 301px;
}
/***service-list-sec***/
.service-list-sec {
    padding: 95px 0 75px;
}
.each-service-list {
    margin-bottom: 75px;
}
.each-service-list:last-child {
    margin-bottom: 0;
}
.each-service-list-content {
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.each-service-list h6 {
    margin-bottom: 14px;
}
.each-service-list-img {
    padding-right: 63px;
    height: 372px;
}
.each-service-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-list-text .col-lg-4 {
    width: 40%;
}
.each-service-list-text .col-lg-8 {
    width: 60%;
}
.each-service-list:hover .common-btn::before {
	transform: translateX(101%);
}
.each-service-list:hover .common-btn::after {
	transform: translateX(0);
}
.each-service-list:hover .common-btn {
	color: #fff;
}
.each-service-list-info em {
    font-style: normal;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
}
.each-service-list-info p:last-of-type {
    margin-bottom: 0;
}
/*==========================service-dtl page start=============================*/
/***inner-header***/
.inner-header { 
    background-color: #044C7F;
}
/***bk-btn-sec***/
.bk-btn-sec {
    padding-top: 202px;
}
.bk-btn-sec .col-lg-6 {
    position: relative;
}
.bk-btn-sec .common-btn {
    position: absolute;
    top: 0;
}
/**service-dtl-intro-sec***/
.service-dtl-intro-sec {
    padding-bottom: 85px;
}
.service-dtl-intro-img {
    padding-right: 56px;
    height: 100%;
}
.service-dtl-intro-img img {
    height: 100%;
    object-fit: cover;
}
.service-dtl-intro-text {
    padding-top: 106px;
}
.service-dtl-intro-text *:last-child {
    margin-bottom: 0;
}
.service-dtl-intro-text h4 {
    color: #044C7F;
    margin: 38px 0 10px;
}
.service-dtl-intro-text h2 {
    margin-bottom: 25px;
}
.service-dtl-intro-text p strong {
    display: block;
    font-weight: normal;
    color: #044C7F;
    font-family: 'Causten-Regular';
}
/****service-dtl-benefit-sec***/
.service-dtl-benefit-sec {
    position: relative;
}
.service-dtl-benefit-sec .container {
    position: relative;
    z-index: 1;
}
.service-dtl-benefit-sec .sec-pattern::after {
    background: radial-gradient(51.72% 209.79% at 52.53% 30.13%, #FFFFFF 0%, rgba(255, 255, 255, 0.97) 100%) 
}
.service-dtl-benefit-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.service-dtl-benefit-img {
    max-width: 74%;
    width: 100%;
    margin-left: 10%;
}
.service-dtl-benefit-text {
    height: 690px;
    max-width: 670px;
    width: 100%;
    position: relative;
}
.service-dtl-benefit-text .swiper {
    height: 100%;
    max-width: 477px;
    width: 100%;
    margin-left: 0;
}
.service-dtl-benefit-text .swiper-slide {
    height: auto;
}
.each-service-dtl-benefit {
    padding: 47px 27px;
    border: 1px solid #000;
    opacity: 0.3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-dtl-benefit h4 {
    margin-bottom: 124px;
}
.each-service-dtl-benefit *:last-child {
    margin-bottom: 0;
}
.each-service-dtl-benefit em {
    font-style: normal;
}
.each-service-dtl-benefit:hover {
    border-color: #044C7F;
    box-shadow: inset 0px 10px 15px -3px rgba(4, 76, 127, 0.1);
}
.service-dtl-benefit-text .swiper-slide-active .each-service-dtl-benefit {
    opacity: 1;
}
.dtl-benefit-control {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 47%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.dtl-benefit-control .common-arrow {
    position: initial;
    height: auto;
    width: auto;
    border: 0;
    margin: 0;
    opacity: 0.5;
}
.dtl-benefit-control .common-arrow img {
    width: 20px;
}
.dtl-benefit-control .common-arrow:hover {
    background-color: transparent;
    opacity: 1;
}
.dtl-benefit-control .common-arrow:hover img {
    filter: brightness(0);
}
/******form-sec******/
.form-sec {
    position: relative;
    padding: 63px 0 53px;
    overflow: hidden;
}
.form-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(112deg, #141414 9.51%, rgba(20, 20, 20, 0.87) 73.96%);
    position: absolute;
    pointer-events: none;
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-heading {
    max-width: 600px;
    padding-right: 20px;
    width: 100%;
}
.form-heading p {
    margin: 132px 0 0;
    color: #fff;
}
.form-block .form-group {
	margin-bottom: 20px;
}
.form-block label {
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.8px;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);;
    border-radius: 0;
    font-family: 'Causten-Medium';
    color: #fff;
    font-size: 1.6rem;
    padding: 8px 0 20px;
    line-height: 22px;
    letter-spacing: 0.32px;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style.uploaded {
    color: #fff;
}
.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;
    border-color: #fff;
}
.form-block textarea.form-style {
    height: 112px;
}
.form-block .common-btn {
    margin-top: 45px;
    min-width: 214px;
}
.form-btm {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    margin-top: 112px;
    padding-top: 40px;
}
.form-sec .footer-info {
    max-width: 920px;
    margin-left: 0;
}
.form-sec .social ul {
    gap: 40px;
}
.form-sec .social li img {
    width: 25px;
}
.form-sec .common-blob {
    position: absolute;
    top: 20px;
    left: -18%;
    right: auto;
    z-index: 1;
    height: 531px;
    width: 531px;
    min-width: 531px;
}
.form-sec .common-blob::before {
    border-color: rgba(255, 255, 255, 0.1);
}
/******related-service-sec******/
.related-service-sec {
    padding: 99px 0;
}
.related-service-heading {
    margin-bottom: 51px;
}
.related-service-sec .each-service-list h6 {
    display: none;
}
.related-service-control {
    display: flex;
    justify-content: space-between;
    max-width: 120px;
    width: 100%;
    margin-left: auto;
}
.related-service-control .common-arrow {
    position: initial;
    margin: 0;
}
/***servcie-dtl-step-sec***/
.servcie-dtl-step-sec {
    padding-bottom: 62px;
}
.servcie-dtl-step-wrap {
    padding-top: 62px;
    border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.servcie-dtl-step-wrap .row {
    row-gap: 15px;
}
.each-servcie-dtl-step {
    padding: 33px 24px;
    background: radial-gradient(101.77% 90.15% at 93.35% 9.2%, rgba(4, 76, 127, 0.98) 0%, rgba(4, 76, 127, 0.99) 100%);
    min-height: 304px;
    height: 100%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-servcie-dtl-step::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/step-pattern.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}
.each-servcie-dtl-step em {
    font-style: normal;
}
.each-servcie-dtl-step p {
    color: #fff;
}
.each-servcie-dtl-step p:last-of-type {
    margin-bottom: 0;
}
.each-servcie-dtl-step h4 {
    color: #044B7E;
    display: inline-block;
    padding: 5px 22px;
    background-color: #fff;
    margin-bottom: 96px;
}
.each-servcie-dtl-step:hover {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.5);
}
/*==========================vacature-dtl page start=============================*/
/*****vacature-dtl-benefit-sec****/
.vacature-dtl-benefit-sec .service-dtl-benefit-text .swiper {
    max-width: 605px;
}
.vacature-dtl-benefit-sec .service-dtl-benefit-text {
    height: auto;
    max-width: 100%;
}
.vacature-dtl-benefit-sec .dtl-benefit-control {
    display: none;
}
.vacature-dtl-benefit-sec .service-dtl-benefit-text .swiper-slide:last-child {
    margin-bottom: 0 !important;
}
.vacature-dtl-benefit-sec .service-dtl-benefit-wrap {
    padding: 35px 0;
}
.vacature-dtl-benefit-sec .each-service-dtl-benefit {
    opacity: 1;
}
.vacature-dtl-benefit-sec .each-service-dtl-benefit h4 {
    margin-bottom: 73px;
} 
/*==========================contact page start=============================*/
/*****map-sec****/
.map-sec {
    height: 895px;
}
/*==========================contact page start=============================*/
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 134px;
}
.bedankt-banner-sec .banner-content-wrap {
    max-width: 724px;
}
.bedankt-banner-sec .banner-content {
    top: 63%;
}
.bedankt-banner-sec .banner-blob {
    top: 33%;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1100px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 238px;
}
.modal-area .popup-content h2 {
    color: #fff;
    display: none;
}
.modal-area .popup-content ul {
    display: none;
}
.modal-area .popup-content li {
    color: rgba(255, 255, 255, 0.80);
    padding-left: 0;
}
.modal-area .popup-content li::after {
    display: none;
}
.modal-area .popup-content li strong {
    font-weight: normal;
    position: relative;
    padding-left: 10px;
}
.modal-area .popup-content li strong::after {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.80);
    top: 8px;
    position: absolute;
    left: 0;
}
.modal-area .popup-content p {
	margin: 36px 0 26px;
    color: #fff;
}
.modal-area .popup-content {
    border-radius: 0;
    background-color: #044C7F;
    overflow: hidden;
    padding:  60px;
    position: relative;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: none;
}
/*====================================overons page start======================================*/
/******ceo-sec****/
.ceo-sec {
    overflow-x: clip;
    padding-bottom: 90px;
}
.ceo-right {
    padding-left: 4%;
    height: 100%;
    position: relative;
    z-index: 3;
}
.ceo-right img {
    height: 100%;
    object-fit: cover;
}
.ceo-sec .col-lg-7 {
    width: 55%;
}
.ceo-sec .col-lg-5 {
    width: 45%;
}
.ceo-left {
    padding-top: 85px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 3;
    position: relative;
}
.ceo-heading h2 {
    margin-bottom: 60px;
}
.ceo-heading p {
    max-width: 452px;
    width: 100%;
    margin-left: auto;
}
.ceo-btm {
    margin-top: 90px;
}
.ceo-btm p {
    padding-right: 30px;
    width: 100%;
}
.ceo-wrap {
    position: relative;
}
.ceo-wrap .common-blob {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 48%;
    height: 760px;
    min-width: 60%;
}
/*****trust-sec*****/
.trust-sec {
    position: relative;
    background-color: #648596;
}
.trust-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
}
.trust-img img {
    height: 100%;
    object-fit: cover;
}
.trust-sec .col-lg-7 {
    width: 55%;
}
.trust-sec .col-lg-5 {
    width: 45%;
}
.trust-text {
    padding: 106px 40px 106px 68px;
}
.trust-text > h3 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 37px;
    margin-bottom: 37px;
    text-transform: uppercase;
}
.trust-text .each-counter {
    padding: 0 55px;
}
.trust-text .each-counter h6 {
    color: #fff;
}
.trust-text .each-counter h3 {
    color: #fff;
}
.trust-text .each-counter::after {
    background-color: rgba(255, 255, 255, 0.20);
}
.trust-text .each-counter:last-child {
    padding-right: 0;
}
.trust-text .each-counter:first-child {
    padding-left: 0;
}
.trust-text .each-counter:last-child::after {
    opacity: 0;
}
.trust-text .each-counter-img img {
    filter: brightness(0) invert(1);
    width: 50px !important;
    height: 36px;
}
.trust-text ul {
    margin-bottom: 0;
    max-width: 512px;
    width: 100%;
}
.trust-text li {
    padding: 14px 0 14px 17px;
    color: rgba(255, 255, 255, 0.80);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 0;
}
.trust-text li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.trust-text li::after {
    filter: brightness(0) invert(1);
    top: 20px;
}
.trust-counter {
    display: flex;
    margin-top: 65px;
}
/****overons-showcase-sec****/
.overons-showcase-sec {
    padding: 84px 0;
    position: relative;
    overflow: hidden;
}
.overons-story-text {
    max-width: 805px;
    width: 100%;
    margin-left: auto;
}
.overons-story-text p:last-of-type {
    margin-bottom: 0;
}
.overons-story {
    margin-bottom: 102px;
}
.overons-expertise-wrap {
    height: 100%;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.overons-expertise-img {
    max-width: calc(100% - 16%);
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.overons-expertise-img img {
    height: 100%;
    object-fit: cover;
}
.overons-expertise-logo img {
    width: 326px;
}
.each-overons-expertise p:last-of-type {
    margin-bottom: 0;
}
.each-overons-expertise h4 {
    margin-bottom: 8px;
    color: #044C7F;
}
.overons-showcase-sec .sec-mark {
    top: -14%;
    z-index: -1;
    opacity: 0.6;
}
/******memeber-sec*****/
.memeber-sec {
    padding-bottom: 90px;
    overflow-x: clip;
}
.memeber-sec h2 {
    text-align: center;
    margin-bottom: 62px;
}
.memeber-sec .product-control {
    margin-top: 68px;
}
.each-member-img {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 16px;
}
/*========================================aanbod page start==========================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 205px 0 35px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.aanbod-filter-heading {
    margin-bottom: 42px;
}
.aanbod-filter-heading h4 {
    color: #141414;
    font-family: 'Causten-Regular';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
}
.aanbod-filter-heading h4 strong {
    color: #044C7F;
    font-family: 'Causten-SemiBold';
    font-size: 2.4rem;
    font-weight: normal;
}
.filter-reset a {
	color: #141414;
	font-size: 1.4rem;
    font-family: 'Causten-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    display: none;
}
.filter-reset a:hover {
	color: #044C7F;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(70%) saturate(2205%) hue-rotate(186deg) brightness(98%) contrast(97%);
}
.select-style {
    width: 100%;
    height: 60px;
    color: #141414;
    font-family: 'Causten-Medium';
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    border-bottom: 1px solid #141414;
    border-radius: 0;
    padding: 0 30px 0 20px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-transform: uppercase;
}
.select-style.show {
    border-radius: 0;
    background-color: #044C7F;
    border-color: #044C7F;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
}
.select-style:hover {
    background-color: #044C7F;
    border-color: #044C7F;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
    font-family: 'LamaSans-Regular';
	background-color: #fff;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #044C7F;
    border-top: 0;
    border-radius: 0;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 3;
}
.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: #141414;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Causten-Medium';
    font-size: 1.4rem;
    letter-spacing: 0.28px;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #141414;
    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 #141414;
    background-color: transparent;
    border-radius: 0;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #044C7F;
    border-color: #044C7F;
    background-image: url(../images/check-tick.svg);
    background-size: 11px;
    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: 0;
    background-color: rgba(4, 76, 127, 0.7);
    font-family: 'Causten-Medium';
    font-size: 1.4rem;
    border: 1px solid #044C7F;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #044C7F;
    border-color: #044C7F;
    color: #fff;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'Causten-SemiBold';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #141414;
    text-transform: uppercase;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 80px;
    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: 'Causten-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 0;
    background-color: #044C7F;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 0;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn .common-btn_bg,
.mobile-show-filter .common-btn .common-btn_color_wrap,
.mobile-show-filter .common-btn .common-btn_color_wrap {
    display: none;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #141414;
    border-color: #141414;
    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 rgba(0, 0, 0, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #044C7F;
    border: 1px solid #044C7F;
    color: #fff;
	padding: 10px;
	border-radius: 0;
    text-transform: capitalize;
    margin-left: 0;
    max-width: 100%;
    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:hover {
	background-color: #141414;
    border-color: #044C7F;
    color: #fff;
}
.auto-overview-filter-result .total_search_records .common-btn_bg,
.auto-overview-filter-result .total_search_records .common-btn_color_wrap {
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 256px;
}
.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: #044C7F;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(4, 76, 127, 0.4);
    border-color: rgba(4, 76, 127, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #044C7F;
}
.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: #141414;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 0;
    border: 1px solid #141414;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #141414;
    font-size: 1.6rem;
    line-height: normal;
}
.aanbod-range-filter label {
    text-transform: uppercase;
}
.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: #141414;
    font-family: 'Causten-Medium';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #044C7F;
}
.product-view {
    max-width: 170px;
    width: 100%;
    margin-left: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 35px;
    gap: 16px;
}
.product-view-btn {
    width: 62px;
    min-width: 62px;
    height: 62px;
    background-color: #141414;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-view-btn:hover {
    background-color: #044C7F;
}
/******aanbod-product-sec******/
.aanbod-product-sec {
    padding-bottom: 88px;
}
.aanbod-product-sec > .container > .row {
    row-gap: 20px;
}
.aanbod-product-sec .each-product-text {
    /* height: 100% !important; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-product-sec .each-product-text p {
    display: block;
    overflow: visible;
}
.product-grid .each-product .col-lg-7 {
    width: 52%;
}
.product-grid .each-product .col-lg-5 {
    width: 48%;
}
.product-grid .each-product-img {
    border-right: 5px solid #fff;
}
.product-grid .product-model h3 {
    color: #141414;
    font-family: 'Causten-Regular';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
}
.product-grid .product-model p {
    font-family: 'Causten-Medium';
    font-size: 1.2rem;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-grid .each-product-text {
    padding: 20px 16px;
}
.product-grid .product-info td {
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.6px;
}
.product-grid .product-price {
    padding-right: 40px;
}
.product-grid .product-price h4 {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.28px;
}
.product-grid .product-price h6 {
    font-size: 1.2rem;
    line-height: 16px;
    letter-spacing: 0.6px;
}
.product-grid .product-price:after {
    width: 30px;
    height: 30px;
    background-size: 5px;
}
.product-grid .product-info {
    margin: 15px 0;
}
.product-grid .product-img-progress {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 9px;
    width: 46px;
}
.product-grid .product-img-progress span {
    height: calc(100% - 3px);
    top: 1.4px;
    transform: translateY(0);
}
.product-grid > .container > .row {
    row-gap: 15px;
}
.product-grid .each-product-img {
    height: 100% !important;
}
/*========================================aanbod-dtl page start==========================================*/
/****aanbod-dtl-bk-btn-sec***/
.aanbod-dtl-bk-btn-sec {
    padding: 0;
}
.aanbod-dtl-bk-btn-sec .common-btn {
    position: absolute;
    top: 207px;
    left: 25px;
    z-index: 2;
}
/****dtl-top-sec***/
.dtl-top-sec {
    padding: 137px 0 16px;
    position: relative;
}
.dtl-top-sec .container {
    position: relative;
    z-index: 1;
}
.dtl-top-sec .sec-mark {
    right: 32px;
}
.dtl-top-sec .sec-pattern::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.98) 0%, #FFF 100%);
}
.dtl-top-info {
    padding: 174px 0 28px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dtl-product-model p {
    margin: 10px 0 0;
}
.dtl-product-model {
    max-width: 660px;
    width: 100%;
}
.dtl-product-price {
    margin: 40px 0 60px;
}
.dtl-product-price h3 {
    text-transform: uppercase;
    color: #044C7F;
}
.dtl-product-price h6 {
    text-transform: uppercase;
    margin-top: 7px;
}
.dtl-product-btn {
    display: flex;
    column-gap: 32px;
    row-gap: 10px;
    flex-wrap: wrap;
}
.dtl-share ul {
    margin-bottom: 0;
    display: flex;
    gap: 8px;
    justify-content: end;
}
.dtl-share li {
    margin-bottom: 0;
    padding-left: 0;
}
.dtl-share li::after {
    display: none;
}
.dtl-share-each {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(9, 9, 9, 0.29);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtl-share-each svg {
    margin-right: 0 !important;
}
.dtl-share-each:hover {
    background-color: #044C7F;
    border-color: #044C7F;
}
.dtl-share-each svg, .dtl-share-each img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-share-each:hover img,.dtl-share-each:hover svg {
    filter: brightness(0) invert(1);
}
.dtl-top-slider {
    position: relative;
}
.dtl-top-slider .swiper-button-next {
    right: 42px;
}
.dtl-top-slider .swiper-button-prev {
    left: 42px;
}
.dtl-top-slider .common-arrow {
    background-color: #fff;
    border-color: #fff;
}
.dtl-top-slider .common-arrow:hover {
    background-color: #044C7F;
    border-color: #044C7F;
}
.dtl-top-sec .col-lg-7 {
    width: 52%;
}
.dtl-top-sec .col-lg-5 {
    width: 48%;
}
.dtl-top-sec .clear-margin {
    padding: 0;
    position: relative;
    z-index: 1;
}
.dtl-top-slider .swiper {
    direction: rtl;
}
.dtl-top-slider .swiper-button-next {
    left: auto !important;
    right: 40px !important;
}
.dtl-top-slider .swiper-button-prev {
    left: 20% !important;
    right: auto !important;
}
.dtl-top-slider-thumb {
    margin-top: 10px;
}
.dtl-top-slider-thumb .col-6 {
    padding: 0 5px;
}
.dtl-top-slider-thumb .row {
    margin: 0 -5px;
}
.each-top-slider-thumb {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.each-top-slider-thumb-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(18px);
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3;
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 1.4rem;
    line-height: 20px;
}
/******dtl-spec-sec******/
.dtl-spec-wrap {
    padding: 12px 23px;
    background-color: #044C7F;
}
.dtl-spec-info {
    position: relative;
    padding-right: 10px;
}
.dtl-spec-info::after {
    content: "";
    height: 83%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.30);
    width: 1px;
    right: 0;
    position: absolute;
}
.dtl-spec-info table,.dtl-spec-info table {
    display: block;
    width: 100%;
}
.dtl-spec-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 43px;
    column-gap: 10px;
}
.dtl-spec-info td {
    display: flex;
    gap: 27px;
    align-items: center;
    color: #fff;
    font-family: 'Causten-Regular';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-left: 45px;
    width: 49%;
}
.dtl-spec-info td strong {
    font-weight: normal;
}
.dtl-spec-info td em {
    font-style: normal;
    opacity: 0.5;
}
.dtl-spec-info td::after {
    content: "";
	width: 19px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 2px;
	background-image: url(../images/spec-mark.svg);
	background-size: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.dtl-office {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 627px;
    margin-left: auto;
    width: 100%;
    align-items: center;
}
.dtl-office-img {
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #648596;
}
.dtl-office-img  img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-office-text h4 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.dtl-office-text ul {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.dtl-office-text li {
    margin-bottom: 0;
    padding-left: 0;
    font-family: 'LamaSans-Medium';
}
.dtl-office-text li img {
    margin-right: 11px;
    width: 17px;
}
.dtl-office-text li::after {
    display: none;
}
.dtl-office-text a {
    color: #fff;
}
.dtl-office-text a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
/****dtl-spec-info-mobile****/
.dtl-spec-info-mobile ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.dtl-spec-info-mobile li {
    color: #090909;
    font-family: 'Causten-Medium';
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    border-bottom: 1px solid rgba(9, 9, 9, 0.20);
    padding: 19px 0;
    width: 50%;
    margin-bottom: 0;
    padding-left: 18px;
}
.dtl-spec-info-mobile li::after {
    width: 10px;
    height: 14px;
    background-size: 10px;
    top: 23px;
}
.dtl-spec-info-mobile li:nth-child(odd) {
    padding-right: 5px;
}
.dtl-product-price-mobile {
    color: #090909;
    font-family: 'Causten-SemiBold';
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 22px 0 16px;
}
.dtl-product-price-mobile strong {
    color: #090909;
    font-family: 'Causten-Medium';
    font-size: 1.4rem;
    line-height: 20px; 
    letter-spacing: 0.28px;
    font-weight: normal;
}
.dtl-product-reach-mobile ul {
    display: flex;
    column-gap: 26px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.dtl-product-reach-mobile li {
    padding-left: 0;
    margin-bottom: 0;
}
.dtl-product-reach-mobile li::after {
    display: none;
}
.dtl-product-reach-mobile li img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(94%) saturate(1299%) hue-rotate(183deg) brightness(94%) contrast(97%);
    margin-right: 8px;
    width: 12px;
}
/******battery-lab*****/
.battery-lab {
    background-color: #F5F5F5;
    padding: 60px 0;
}
/******guarantee-lab*****/
.guarantee-lab {
    background-color: #F5F5F5;
    padding: 50px 0 88px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .col-lg-4 {
    width: 30%;
}
.dtl-tab-sec .col-lg-8 {
    width: 70%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li:hover {
    opacity: 1;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    color: #044C7F;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #2F2F2F;
    text-transform: none;
	font-size: 2rem;
    font-family: 'Causten-Regular';
	line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding-right: 16px;
    padding-left: 0;
	position: relative;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 90px 0 42px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn {
    border-bottom: 1px solid rgba(47, 47, 47, 0.10);
    margin-bottom: 40px;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin: 0;
    list-style: none;
	gap: 14px;
}
.kenmerken-tab li {
    width: 32.7%;
	padding: 18px 30px;
	position: relative;
    font-family: 'Causten-Regular';
    color: rgba(47, 47, 47, 0.70);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
    margin-bottom: 0;
}
.kenmerken-tab li:hover {
    background-color: #044C7F;
	color: #fff;
}
.kenmerken-tab li em {
    font-style: normal;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #2F2F2F;
    text-align: right;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong {
    color: #fff;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #044C7F;
    padding-bottom: 10px;
	margin-bottom: 10px;
    text-transform: uppercase;
    color: #044C7F;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 5px;
    padding-left: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #044C7F;;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #044C7F;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
    line-height: 24px;
	text-transform: none;
    color: #fff;
    text-align: center;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-family: 'LamaSans-Medium';
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    line-height: 24px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    cursor: pointer;
    margin-top: 40px;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::after {
	transform: translateY(-50%) rotate(90deg);
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(21%) sepia(34%) saturate(3114%) hue-rotate(182deg) brightness(98%) contrast(97%);
}
.tabs li::after {
    content: "";
    top: 52%;
    transform: translateY(-50%);
    background-color: transparent;
    width: 10px;
    height: 20px;
    position: absolute;
    right: 0;
    left: auto;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li::before {
    content: "";
    height: 2px;
    background-color: #044C7F;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before {
    width: 100%;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #fff;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border: 1px solid #141414;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: auto;
    overflow-x: clip;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}

/**********************zekerheden-block********************/
.zekerheden-block{
    padding: 75px 0 65px;
}
.zekerheden-wrap{
    max-width: 1340px;
    margin: auto;
}
.zekerheden-block h3{
    font-size: 3.6rem;
    text-align: center;
    line-height: normal;
    margin-bottom: 35px;
    /* font-family: 'RedRose-Regular'; */
    color: #1E1E1E;
    text-transform: uppercase;
}
.zekerheden-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.zekerheden-block li{
    padding: 30px 30px;
    background: #FFF;
    box-shadow: 0 4px 7px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 7px 4px rgba(0, 0, 0, 0.05);
    width: 32.9%;
    margin-bottom: 0;
}
.zekerheden-block ul li::after {
    display: none;
}
.zekerheden-block td h4 {
    font-family: 'LamaSans-SemiBold';
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #1E1E1E;
}
.zekerheden-block td p {
    line-height: 20px;
    color: rgba(30, 30, 30, 0.7);
    letter-spacing: normal;
    margin-bottom: 10px;
}
.zekerheden-block img {
    width: 74px;
}
.zekerheden-block tr {
    display: flex;
    align-items: center;
    gap: 30px;
}
.privacy_section {
    padding: 60px 0;
}



/*******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****/
.star_contnt {
    margin-bottom: 15px;
}
.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 {
    border-bottom: 1.5px solid #044C7F;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #044C7F;
    text-transform: uppercase;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
    /* filter: brightness(0); */
}
.photo_contnt li{
    padding-left: 0 !important;
}
.photo_contnt li::after{
    display: none !important;
}
.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(#044C7F calc(1*100%/6),#ffffff 0 calc(3*100%/6),#044C7F 0),
              linear-gradient(#044C7F calc(2*100%/6),#ffffff 0 calc(4*100%/6),#044C7F 0),
              linear-gradient(#044C7F calc(3*100%/6),#ffffff 0 calc(5*100%/6),#044C7F 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: #044C7F;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 62px;
    width: 62px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 30px;
    right: 49px;
}
.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;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
