body {
	padding: 0px;
	margin: 0px;
    background-color: #182A41;
    font-family: 'Hamburg-Regular';
    font-size: 16px;
    color: #FFF;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****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;
}
/*********lenis-css***********/
html.lenis, html.lenis body {
	height: auto;
}
.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: hidden;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
/***common-parallax****/
.parallax-item {
	will-change: transform;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/*****************header****************/
/******header-area****/
.header-area {
    padding: 32px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    background-color: #182A41;
    border-bottom: 1px solid #ffffff33;
}
.header-area .container {
    position: relative;
    z-index: 1;
    height: 100%;
}
.header-logo {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header-logo img {
    width: 373px;
}
.header-logo .header-hide-logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}
.header-area-atv .header-logo .header-hide-logo{
    opacity: 1;
}
.header-area-atv .header-logo .header-show-logo{
    opacity: 0;
}
.header-nav > ul > li{
    padding: 10px 0;
}
.header-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 32px;
}
.header-nav > li {
    color: #EEE6DB;
    margin: 0;
}
.header-nav li::after{
    display: none;
}
.header-nav li a {
    color: #EEE6DB;
}
.header-nav li a:hover {
    color: #7794A0;
}
.header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header-right  {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
}
.header-right p a{
    color: #EEE6DB;
    transition: all 0.5s;
    -webkit-transition: all 0.2s;
}
.header-right p{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.2s;
}
.header-right p:hover a{
    color: #7794A0;
}
.header-right p:hover img{
    filter: brightness(0) saturate(100%) invert(59%) sepia(21%) saturate(344%) hue-rotate(151deg) brightness(91%) contrast(94%);
}
.header-menu-bar {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-btn .border-btn{
    border: 1.5px solid #EEE6DB;
    color: #EEE6DB;
}
.header-btn .border-btn:hover{
    padding: 11px 40px;
    border-color: #7794A0;
}
.header-area-atv .header-btn .border-btn{
    border-color: #182A41;
    color: #182A41;
}
.header-area-atv .header-btn .border-btn:hover{
    border-color: #7794A0;
    color: #EEE6DB;
}
.header-area-atv .header-right p a{
    color: #182A41;
}
.header-area-atv .header-right p a:hover{
    color: #7794A0;
}
.header-area-atv .header-right p:hover img{
   filter: brightness(0) saturate(100%) invert(55%) sepia(31%) saturate(242%) hue-rotate(152deg) brightness(95%) contrast(92%); 
}
.header-area-atv .header-right p img{
    filter: brightness(0) saturate(100%) invert(13%) sepia(24%) saturate(1259%) hue-rotate(169deg) brightness(95%) contrast(92%);
}
.mega-menu-overlay-active {
    background: rgba(24, 42, 65, 0.30);
    backdrop-filter: blur(22px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 98;
}
.mega-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 53vh;
    width: 100%;
    background-color: #ECE7DC;
    padding: 120px 0 66px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.start {
	clip-path: inset(0 0 0 0);
}
.mega-menu.start2 {
	clip-path: inset(0 0 100% 0);
}
.mega-menu-flex ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega-menu-flex{
    display: flex;
}
.mega-menu-flex .left_nav,
.mega-menu-flex .right_nav{
    border-right: 1px solid #182A41;
    padding-right: 56px;
    margin-right: 64px;
}
.mega-menu-flex li {
    color: #182A41;
    font-family: 'Cocogooseregular-Normal';
    font-size: 3.2rem;
	transition: all 1s;
	transition-delay: 0.4s;
    margin-bottom: 10px;
    line-height: 48px;
    text-transform: uppercase;
    padding-left: 0;
}
.mega-menu-flex li::after{
    display: none;
}
.mega-menu-flex li a {
    color: #182A41;
}
.mega-menu-flex li a:hover {
    color: #7794A0;
}
.mega-menu-flex::-webkit-scrollbar {
	background-color: #7794A0;
	width: 10px;
    border-radius: 0;
}
.mega-menu-flex::-webkit-scrollbar-thumb {
	background-color: #182A41;
    border-radius: 0;
}
.menu-bar {
    width: 35px;
    height: 10px;
}
.menu-bar.is-active{
    margin-top: 10px;
}
.menu-bar span {
    height: 1px;
    display: block;
    width: 35px;
    border-radius: 5px;
    background-color: #ECE7DC;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
    margin-bottom: 9px;
}
.menu-bar span:last-child {
    margin-bottom: 0;
}
.menu-bar.is-active span:nth-child(1) {
    transform: rotate(45deg);
    margin-bottom: 0;
    position: relative;
    top: 2px;
}
.menu-bar.is-active span:nth-child(2) {
    transform: rotate(-48deg);
}
.header-menu-text div{
    color: #EEE6DB;
}
.header-menu-text{
    position: relative;
}
.header-menu-text .close-menu {
    position: absolute;
    top: 0;
    opacity: 0;
}
.active-up-new .close-menu{
    opacity: 1;
}
.active-up-new .menu-close{
    opacity: 0;
}
.header-area-atv .header-left .active-up-new div{
    color: #182A41;
}
.header-area-atv .header-left .is-active span{
    background-color: #182A41;
    width: 20px;
}
.header-area-atv .header-nav  ul  li a{
    color: #182A41;
}
.header-area-atv .header-nav ul li a:hover{
    color: #7794A0;
}
.mega-menu-contact-info h4{
    font-family: 'Cocogooseregular-Normal';
    color: #BE9872;
    line-height: 32px; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.mega-menu-contact-info p{
    margin-bottom: 0;
    color: #182A41;
}
.mega-menu-contact-info p:last-child{
    margin-bottom: 32px;
}
.mega-menu-contact-info p a{
    color: #182A41;
    display: inline-block;
    margin-bottom: 4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'Hamburg-Bold';
}
.mega-menu-contact-info p a:hover{
    color: #7794A0;
}
.mega-menu-contact-info table tr td {
    color: #182A41;
    min-width: 115px;
}
.social-media-icons a{
    border: 1.5px solid #182A41;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-media-icons a img{
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social-media-icons a:hover{
    background-color: #7794A0;
    border-color: #7794A0;
}
.social-media-icons a:hover img{
    filter: brightness(0) invert(1);
}
.social-media-icons ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.social-media-icons ul li{
    padding: 0;
}
.social-media-icons ul li::after{
    display: none;
}
.mega-menu-contact .row .col-lg-5 {
    position: relative;
    left: -38px;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: clip;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
.mega-menu-wrap::-webkit-scrollbar-track {
    background: #BE9872;
    border-radius: 5px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background: #182A41;
    border-radius: 5px;
    border: 1px solid #182A41;
    transition: 0.6s ease-in-out;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border-radius: 10px;
	background-color: #182A41;
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
    border: 1px solid #ffffff3d;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 10px;
    position: relative;
    left: -2px;
    top: 0px;
    filter: brightness(0) invert(1);
}
.header-area-atv .parent-dropdown > img{
    filter: brightness(1) invert(0);
}
.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: 12px;
    cursor: pointer;
    padding-bottom: 12px;
}
.mega-menu-flex li.parent-dropdown {
    margin-bottom: 0;
}
.parent-dropdown > ul > li {
    font-size: 1.6rem;
    position: relative;
    text-align: center;
    line-height: normal;
    margin-bottom: 0;
    padding-left: 0;
}
.parent-dropdown > ul > li > a {
	color: #ECE7DC;
	padding: 10px 17px;
	border-bottom: 1px solid rgba(62, 85, 133, 0.3);
	display: block;
}
.header-area-atv .parent-dropdown > ul > li > a {
   	color: #ECE7DC; 
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #7794A0;
}
.mobile-mega-menu-nav{
    display: none;
}
/* ---------- HOME PAGE CSS START HERE ---------- */
/* home-banner-sec */
main {
    padding-top: 112px;
}
.common-gap{
    padding: 16px;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
    border-radius: 67px;
    background: rgba(119, 148, 160, 0.71);
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
    color: #182A41;
    text-align: center;
    font-family: 'Cocogooseregular-Normal';
    font-size: 1.6rem;
    line-height: 26px; 
    text-transform: uppercase;
	opacity: 0;
}
.custom-cursor em {
    font-style: normal;
    display: block;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 122px;
	height: 122px;
    backdrop-filter: blur(10px);
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover.cursor-black {
    background-color: #2E2E2E;
}
.scroll-down-sec{
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
}
.scroll-down-sec img{
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll-down-sec p{
    margin-bottom: 0;
    color: #EEE6DB;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.scroll-down-sec:hover img{
    filter: brightness(0) saturate(100%) invert(60%) sepia(14%) saturate(511%) hue-rotate(152deg) brightness(92%) contrast(92%)
}
.scroll-down-sec:hover p{
    color: #7794A0;
}
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 861px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.home-each-banner img{
    object-fit: cover;
    height: calc(100% + 200px);
}
.home-banner-video::after,
.home-each-banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(24, 42, 65, 0.41) 0%, rgba(24, 42, 65, 0.41) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-banner-heading img{
    width: 247px;
    height: 247px;
    margin-bottom: 25px;
}
.home-banner-content{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.home-banner-heading h1{
    margin-bottom: 16px;
}
.home-banner-heading h4{
    margin-bottom: 40px;
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
}
.home-banner-heading .common-btn {
    margin-left: 10px;
    background: #182A41;
    border-color: #182A41;
}
.home-banner-heading .common-btn::after {
    background: #7794A0;
}
.home-banner-heading .common-btn:hover {
    background: #7794A0;
    border-color: #7794A0;
}
/* home-product-sec */
.home-product-sec{
    background-color: #ECE7DC;
    padding-top: 87px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.product-layer-img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.product-layer-img1{
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: -1;
    pointer-events: none;
}
.home-product-heading{
    margin-bottom: 68px;
}
.home-product-heading h4{
    margin-bottom: 24px;
}
.home-product-heading h2{
    color: #182A41;
}
.each-product{
    position: relative;
    z-index: 1;
}
.each-product-item{
    border-radius: 21px;
    background: #FCFAF5;
    padding: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-img{
    border-radius: 5px;
    overflow: hidden;
}
.each-product-info-heading{
    text-align: center;
    max-width: 394px;
    margin: 0 auto;
}
.each-product-info-heading h5{
    color: #182A41;
    margin-top: 16px;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-info-heading p{
    color: rgba(24, 42, 65, 0.50);
    line-height: 20px;
    font-size: 1.4rem;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-info-detail {
    border-top: 1.5px solid rgba(24, 42, 65, 0.20);
    margin-top: 24px;
    padding-top: 24px;
}
.each-product-info-detail table {
    width: 100%;
    margin-bottom: 24px;
}
.each-product-info-detail table tr {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 21px;
    row-gap: 0px;
    flex-wrap: wrap;
}
.each-product-info-detail table tr td{
    color: rgba(24, 42, 65, 0.80);
    font-size: 1.4rem;
    line-height: 20px; 
    display: flex;
    align-items: center;
    gap: 12px;
}
.each-product-info-detail .border-btn{
    width: 100%;
}
.each-hover-product-img {
    width: 100%;
    height: 309px;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}
.each-hover-product-img img{
    height: 100%;
    object-fit: cover;
}
.each-hover-product {
    border-radius: 21px;
    background: #7794A0;
    padding: 16px;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-hover-product-info{
    border-radius: 5px;
    border: 1.5px solid #182A41;
    background: #182A41;
    padding: 27px 25px;
    margin-top: 16px;
}
.each-hover-product-heading{
    text-align: center;
}
.each-hover-product-heading h5{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-hover-product-info-warp{
    border-top: 1.5px solid rgba(252, 250, 245, 0.20);
    margin-top: 16px;
    padding-top: 12px;
}
.each-hover-product-heading{
    max-width: 310px;
    margin: 0 auto;
}
.each-hover-product-info-warp table{
    width: 100%;
    margin-bottom: 16px;
}
.each-hover-product-info-warp table tr{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
.each-hover-product-info-warp table tr td{
    color: rgba(252, 250, 245, 0.80);
    font-size: 1.4rem;
    line-height: 20px;
    display: flex;
    align-items: center;
}
.each-hover-product-info-warp .border-btn{
    border-color: #FCFAF5;
    width: 100%;
    color: rgba(252, 250, 245, 0.80);
}
.each-hover-product-info-warp .border-btn:hover{
    border-color: #7794A0;
}
.each-product:hover .each-hover-product{
    opacity: 1;
}
.each-product:hover .each-product-item{
    opacity: 0;
}
.home-product-btn{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.home-product-btn .common-btn {
    border: 1.5px solid #182A41;
    background: #182A41;
}
.home-product-btn .common-btn::after{
    background: #7794A0;
}
.home-product-btn .common-btn:hover{
    border-color: #7794A0;
}
.home-product-slider .swiper-wrapper.centered {
    justify-content: center;
}
.home-product-slider .swiper-wrapper.centered .swiper-slide:last-child {
    margin-right: 0 !important;
}
/* home-service-sec */
.home-service-bg{
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 16px;
}
.home-service-bg::after{
    position: absolute;
    content: "";
    background: rgba(165, 197, 210, 0.70);
    backdrop-filter: blur(17.75px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.home-service-layer{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.home-service-layer1{
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
.home-service-heading{
    margin-bottom: 118px;
}
.home-service-heading h4{
    margin-bottom: 24px;
    line-height: 24px;
    color: #ECE7DC;
}
.home-service-heading h2{
    color: #182A41;
}
.home-service-each-bg{
    display: none;
}
.home-service-img-item {
    border-radius: 10px;
    overflow: hidden;
    height: 648px;
}
.home-service-img-item img {
    height: 100%;
    object-fit: cover;
}
.home-service-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.home-service-text-item h2{
    color: #182A41;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-service-text-item p{
    color: #182A41;
    margin-bottom: 30px;
}
.home-service-text-item p:last-child{
    margin-bottom: 0;
}
.home-service-pagination {
    position: initial;
    text-align: left;
    color: #182A41;
    margin-bottom: 2px;
}
.home-service-text-item .common-btn{
    border: 1.5px solid #7794A0;
    background: #182A41;
    margin-top: 40px;
}
.home-service-text-item .common-btn::after{
    background-color: #ECE7DC; 
}
.home-service-text-item .common-btn:hover{
    border-color: #ECE7DC;
    color: #182A41;
}
.home-service-text-height {
    height: 278px;
}
.home-service-img-slider {
    margin-left: 53px;
}
.home-service-img-slider .swiper-wrapper .swiper-slide:last-child {
   overflow: visible;
}
.home-service-img-slider .swiper-wrapper .swiper-slide:last-child.swiper-slide-active .home-service-img-item {
    transform: translateX(-30%);
}
.home-service-slider-btn .swiper-button-next.common-arrow {
    bottom: 0;
    top: unset;
    right: 0;
}
.home-service-slider-btn .swiper-button-prev.common-arrow {
    bottom: 0;
    top: unset;
    right: 64px;
    left: unset;
}
/* usp-marquee-sec */
.usp-marquee-bg{
   border-radius: 5px;
    background-color: #ECE7DC; 
    overflow: hidden;
}
.usp-marquee-wrap {
    padding: 44px 0px;
	display: flex;
	width: max-content;
    gap: 120px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #182A41;
    font-size: 2.4rem;
    line-height: 24px;
    padding-left: 71px;
}
.usp-marquee-wrap ul li::after {
    background: url(../images/marquee-icon.png) transparent;
    top: 50%;
    background-size: 56px;
    width: 56px;
    height: 56px;
    transform: translateY(-50%);
}
/* over-happey-sec */
.over-happy-layer1 {
    position: absolute;
    top: -10px;
    left: 16px;
    z-index: -1;
    opacity: 0.2;
}
.over-happy-layer2 {
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: -1;
    opacity: 0.2;
    display: flex;
    align-items: end;
    justify-content: end;
}
.over-happy-wrap{
    padding-top: 120px;
}
.over-happy-heading{
    max-width: 670px;
    margin: 0 auto;
}
.over-happy-heading h4{
    margin-bottom: 16px;
}
.over-happy-heading h2{
    margin-bottom: 24px;
}
.over-happy-heading p{
    margin-bottom: 42px;
}
.over-happy-circle-box{
    background-color: #182A41;
    border-radius: 100%;
    max-width: 910px;
    height: 940px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
}
.over-happy-circle-box::after {
    position: absolute;
    content: "";
    border: 1.5px solid #ECE7DC;
    border-radius: 100%;
    width: 94%;
    height: 94%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.over-happy-man-img{
    width: 652px;
    height: 652px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    overflow: hidden;
}
.over-happy-man-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/* .over-happy-top-text {
    position: absolute;
    top: 66px;
    left: 53%;
    transform: translateX(-50%) rotate(2deg);
} */
.over-happy-top-text {
    position: absolute;
    top: 70px;
    left: 49%;
    transform: translateX(-50%) rotate(354deg);
}
.over-happy-bottom-text {
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%) rotate(1deg);
}
.over-happy-box-layer-left {
    position: absolute;
    left: 0;
    top: 36%;
    opacity: 0.2;
    z-index: -1;
}
.over-happy-box-layer-right {
    position: absolute;
    right: -75px;
    top: 37%;
    opacity: 0.2;
    z-index: -1;
    display: flex;
    justify-content: end;
}
/* home-counter-sec */
.home-counter-wrap {
    background-color: #ECE7DC;
    border-radius: 5px 5px 0px 0px;
    padding: 111px 0px;
    position: relative;
    z-index: 0;
    margin-top: -480px;
}
.home-counter-wrap::after {
    position: absolute;
    content: "";
    background-color: #182A41;
    width: 98%;
    transform: translateX(-50%);
    height: 1px;
    top: 50%;
    left: 50%;
}
.home-counter-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 90px;
    column-gap: 0px;
}
.each-counter-box h2 {
    color: #182A41;
    margin-bottom: 2px;
    text-shadow: 0px 3px rgba(190, 152, 114, 0.50);
}
.each-counter-box p{
    color: #182A41;
    margin-bottom: 0;
}
.home-counter-item .each-counter-box:nth-child(even) {
    min-width: 135px;
    margin-left: auto;
    text-align: left;
}
/* home-box-sec */
.home-box-item-wrap {
    background-color: #ECE7DC;
    padding-top: 114px;
    padding-bottom: 15px;
}
.home-box-item table tr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0px;
    column-gap: 16px;  
}
.home-box-item table tr td {
    text-align: center;
    border-radius: 5px;
    background: #FCFAF5;
    padding: 45px 45px 37px;
    transition: 0.4s ease-in-out;
}
.home-box-item table tr td:hover {
    box-shadow: 0px 0px 10px #7a7a7a2e;
}
.home-box-item table tr td strong{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #182A41;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Cocogooseregular-Normal';
    color: #BE9872;
    text-align: center;
    font-size: 2.4rem;
    line-height: 32px;
    text-transform: uppercase;
}
.home-box-item table tr td h4{
    margin: 16px 0px;
    text-transform: uppercase;
    font-family: 'Cocogooseregular-Normal';
}
.home-box-item table tr td p{
    color: #182A41;
    margin-bottom: 0;
}
/* home-review-sec */
.home-review-wrap{
    position: relative;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding-top: 333px;
    padding-bottom: 78px;
}
.home-review-sec .dNtlyB{
    display: none !important;
}
.home-review-wrap::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(24, 42, 65, 0.00) 0%, rgba(24, 42, 65, 0.92) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
/* footer-area */
.footer-top-content{
    border-radius: 5px;
    background: #ECE7DC;
    padding: 40px 0;
}
.footer-top-content h4{
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
    text-align: center;
}
.footer-top-content h4 a{
    color: #182A41;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-top-content h4 a:hover{
    color: #7794A0;
}
.footer-main-item{
    border-radius: 5px;
    background: #ECE7DC;
}
.ft-logo img{
    width: 373px;
}
.ft-whatsapp-box{
    border-radius: 41.5px;
    background: rgba(37, 211, 102, 0.50);
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    max-width: 274px;
    margin-top: 48px;
}
.ft-whatsapp-icon{
    width: 63px;
    height: 63px;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ft-whatsapp-text p{
    color: #182A41;
    margin-bottom: 0;
}
.ft-whatsapp-text h6{
    color: #182A41;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 24px;
}
.ft-whatsapp-box:hover h6{
    color: #7794A0;
}
.footer-detail-part{
    padding-top: 75px;
    padding-bottom: 89px;
}
.ft-info-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 0px;
    column-gap: 80px;
    max-width: 940px;
    margin-left: auto;
}
.ft-info-wrap .mega-menu-contact-info p{
    margin-bottom: 0;
}
.ft-info-wrap .mega-menu-contact-info:nth-child(2) p {
    line-height: 28px;
}
.ft-privacy p{
    margin: 0;
}
.ft-privacy p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(24, 42, 65, 0.70);
}
.ft-privacy p a:hover{
    color: #182A41;
}
.bovag-icon {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-social-icon .social-media-icons ul {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
}
.footer-bottom-wrap{
    padding: 22px 0px;
    border-top: 1.5px solid #182A41;
}
/* ---------- HOME PAGE CSS END HERE ---------- */
/* ---------- AANBOD LIST PAGE CSS START HERE ---------- */
.aanbod-filter-sec {
    padding: 64px 0 81px;
    position: relative;
    z-index: 2;
}
.filter-heading {
    margin-bottom: 40px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #EEE6DB;
	font-size: 1.4rem;
    font-family: 'Hamburg-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #7794A0;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(57%) sepia(23%) saturate(317%) hue-rotate(152deg) brightness(94%) contrast(96%);
}
.select-style {
    width: 100%;
    height: 50px;
    color: #EEE6DB;
    font-family: 'Hamburg-Regular';
    font-size: 1.6rem;
    border: 1px solid #EEE6DB;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    appearance: none;
    line-height: 47px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover{
    background: url(../images/filter-arrow.svg) #7794A0  no-repeat 91% center / 10px;
    background-repeat: no-repeat;
    color: #EEE6DB;
    border-color: #7794A0;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background: url(../images/filter-arrow.svg) #7794A0  no-repeat 91% center / 10px;
    background-repeat: no-repeat;
    color: #EEE6DB;
    border-color: #7794A0;
}
.filter-main {
    margin-bottom: 0px;
}
.filter-main option{
    font-family: 'Hamburg-Regular';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#7794A0;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #7794A0;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #EEE6DB;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Hamburg-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.range-block label{
    color: #EEE6DB;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #EEE6DB;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #EEE6DB;
    border-color: #EEE6DB;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FCFAF5;
    border-radius: 20px;
    background-color: #7794A0;
    font-family: 'Hamburg-Regular';
    font-size: 1.4rem;
    border: 1px solid #7794A0;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #7794a065;
    border: 1px solid #7794a065;
    color: #fff;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 24%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'Hamburg-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 77px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #182A41;
    border-bottom: 1px solid #ECE7DC;
    border-top: 1px solid #ECE7DC;
    padding: 9px 0;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
}
.mobile-show-filter .common-btn:hover{
    border-color: #7794A0;
}
.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: #182A41;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.75);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #7794A0;
    border: 1px solid #7794A0;
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin: 0;
    max-width: 100%;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #7794A0;
    border-color: #7794A0;
    color: #FCFAF5;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
    gap: 32px;
}
.filter-sort h4{
    color: #F5F5F5;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'Hamburg-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort-heading h4{
    color: #F5F5F5;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 230px;
}
.sorteren_op-filter .each-filter  {
	width: 230px;
}
.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: #7794A0;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #7794a065;
    border-color: #7794a065;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #7794A0;
}
.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: #F5F5F5;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid #7794A0;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #EEE6DB;
    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%;
}
.mob-filter-visible h6 {
    color: #FCFAF5;
    font-size: 1.6rem;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #ffffff9c;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 120px;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 47px;
}
/* ---------- AANBOD LIST PAGE CSS END HERE ---------- */
/* ---------- AANBOD DETAIL PAGE CSS END HERE ---------- */
/* prev-page-sec */
.prev-page-sec {
    position: relative;
    z-index: 2;
}
.back-btn .common-btn {
    top: 56px;
    padding-left: 80px;
    padding-right: 80px;
    background: #182A41;
}
.back-btn .common-btn::after{
    background-color: #7794A0;
}
.back-btn .common-btn:hover{
    border-color: #7794A0;
}
/* aanbod-detail-sec */
.aanbod-detail-sec {
    background-color: #ECE7DC;
    padding-top: 144px;
    margin-top: -55px;
    padding-bottom: 72px;
    position: relative;
    z-index: 1;
}
.aanbod-btn-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.aanbod-detail-layer{
    position: absolute;
    bottom: 0;
    left: 20%;
    opacity: 0.2;
}
.aanbod-detail-img{
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-detail-btn .swiper-button-next {
    margin: 0;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.aanbod-detail-btn .swiper-button-prev {
    margin: 0;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}
.aanbod-detail-gallery {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.aanbod-detail-gallery img{
    height: 100%;
    object-fit: cover;
}
.aanbod-detail-wrapper > .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}
.aanbod-detail-gallery-wrap .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
    height: 100%;
}
.aanbod-detailgallery-item {
    background-color: #182A41;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
}
.aanbod-detailgallery-item h3{
    font-family: 'Hamburg-Regular';
    line-height: 40px;
    text-transform: none;
}
.aanbod-detailgallery-item h3 strong{
    font-weight: normal;
}
.aanbod-detail-gallery-wrap .row .col-lg-12{
    height: 58%;   
}
.aanbod-detail-gallery-wrap .row .col-lg-6 {
    height: 38%;
}
.aanbod-detail-info{
    border-radius: 10px;
    background: #FCFAF5;
    padding: 30px;
    margin-top: 24px;
}
.aanbod-detail-info-heading {
    padding-right: 130px;
}
.aanbod-detail-info-heading h3{
    color: #182A41;
}
.aanbod-detail-info-heading p{
    color: rgba(24, 42, 65, 0.50);
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 0;
}
.aanbod-detail-each-item table tr {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.aanbod-detail-each-item table tr td{
    color: rgba(24, 42, 65, 0.80);
    font-size: 1.8rem;
    line-height: 20px; 
    display: flex;
    align-items: center;
    gap: 12px;
}
.aanbod-detail-each-item-btn {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 27px;
}
.aanbod-detail-each-item-btn p {
    margin-bottom: 0;
    line-height: 0;
}
.aanbod-detail-each-item-btn .common-btn:hover{
    padding: 11px 40px;
}
.aanbod-detail-each3 {
    /* padding: 11px 58px 11px 41px; */
    padding: 11px 36px 11px 36px;
}
.aanbod-detail-each-item-btn .aanbod-detail-each3:hover{
    /* padding: 11px 58px 11px 41px; */
    padding: 11px 36px 11px 36px;
}
/* .aanbod-detail-each3::before {
    position: absolute;
    content: "";
    background-image: url(../images/share-btn.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px;
    right: 33px;
    top: 50%;
    width: 14px;
    height: 16px;
    transform: translateY(-50%);
} */
.aanbod-detail-each3:hover::before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(28%) saturate(2170%) hue-rotate(187deg) brightness(92%) contrast(103%);
}
.aanbod-detail-price-each{
    text-align: right;
}
.aanbod-detail-price-each h3{
    color: rgba(24, 42, 65, 0.80);
}
.aanbod-detail-price-each p{
    color: rgba(24, 42, 65, 0.80);
    margin-bottom: 0;
}
.aanbod-detail-price-shr a{
    border: 1px solid #182A41;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.aanbod-detail-price-shr a:hover{
    background-color: #182A41;
}
.aanbod-detail-price-shr a:hover img{
    filter: brightness(0) invert(1);
}
/****aanbod-dtl-tab-sec****/
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #FCFAF5;
    text-transform: none;
    font-size: 1.8rem;
    line-height: normal;
    font-family: 'Hamburg-Regular';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #7794A0;
}
.tab-btn ul.tabs li:hover {
    color: #7794A0;
}
.tab_container.tab-content {
    max-width: 1100px;
    padding-right: 10px;
}
.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_content {
    display: none;
}
.tab_content img {
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_drawer_heading {
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 40px;
    padding: 10px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 10px;
    row-gap: 13px;
}
.kenmerken-tab li {
    line-height: 30px;
    width: 30.5%;
    padding: 17px 35px 17px 23px;
    position: relative;
    font-family: 'Hamburg-Regular';
    color: rgba(37, 66, 102, 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: #FCFAF5;
}
.kenmerken-tab li:hover {
    border-radius: 5px;
    background: #7794A0;
    border-color: #7794A0;
    color: #FCFAF5;
}
.kenmerken-tab li:hover strong {
    color: #FCFAF5;
}
.kenmerken-tab li strong {
    font-family: 'Hamburg-Regular';
    font-weight: normal;
    display: block;
    color: #254266;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #FCFAF5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #FCFAF5;
}
.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;
    color: #FCFAF5;
    font-family: 'Hamburg-Regular';
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECE7DC;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #ECE7DC;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #14181E;
}
.each-onderhoud-block h4 {
    text-transform: none;
    color: #FCFAF5;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
    color: #FCFAF5;
    font-family: 'Hamburg-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    color: #FCFAF5;
    cursor: pointer;
    margin-top: 40px;
    font-family: 'Hamburg-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    line-height: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btm-btn:hover {
    color: #7794A0;
}
.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: #ECE7DC;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #ECE7DC;
    overflow: hidden;
    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 #182A41;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child {
    margin-bottom: 0;
}
.popup-cross img {
    width: 14px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3 {
    color: #182A41;
}
.tab-popup-area p {
    color: #182A41;
    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: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
    line-height: 30px;
    color: #111;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong {
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup {
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(58%) sepia(19%) saturate(391%) hue-rotate(152deg) brightness(93%) contrast(93%);
    opacity: 1;
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    position: relative;
    top: 2px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li:hover::after {
    filter: brightness(0) saturate(100%) invert(58%) sepia(19%) saturate(391%) hue-rotate(152deg) brightness(93%) contrast(93%);
    opacity: 1;
}
.tab-btn .tabs li.active::before {
    content: "";
    height: 2px;
    background-color: #7794A0;
    width: 100%;
    position: absolute;
    bottom: -32px;
    left: 0;
}
.dtl-tab-mark {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
.dtl-tab-mark img {
    height: 100%;
    object-fit: cover;
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.mobile-tab-right-btn {
    display: none;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
.tab-btn-wrap {
    border-bottom: 2px solid #FCFAF5;
    padding-bottom: 30px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img {
    width: 72px;
    height: 72px;
}
.aanbod-contact-info ul li::after {
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 29px;
    border-radius: 5px;
    background: #ECE7DC;
    padding: 5px 20px;
}
.tab-right-part {
    border-radius: 5px;
    border: 1px solid rgba(252, 250, 245, 0.10);
    background: #FCFAF5;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 9px;
}
.tab-content-wrap {
    padding-top: 35px;
}
.tab-content-wrap .col-lg-3 {
    width: 28%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .col-lg-9 {
    width: 72%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .row {
    margin-left: -1px;
    margin-right: -1px;
}
.aanbod-contact-share{
    display: none;
}
.aanbod-contact-info-wrap {
    padding-top: 18px;
}
.aanbod-contact-info-wrap ul li {
    padding-bottom: 8px;
}
.aanbod-contact-info-wrap ul li img{
    width: 16px;
}
.aanbod-contact-info-wrap ul li strong {
    font-weight: normal;
    line-height: 24px;
    font-family: 'Hamburg-Regular';
    font-size: 1.6rem;
    color: #254266;
}
.aanbod-contact-info-wrap ul li:last-child strong a {
    padding-left: 14px;
}
.aanbod-contact-info-wrap ul li a {
    font-family: 'Hamburg-Regular';
    color: rgba(37, 66, 102, 0.70);
}
.aanbod-contact-info-wrap ul li a:hover {
    color: #254266;
}
.each-aanbod-contact-text a:hover {
    color: #254266;
}
.shear-icon img {
    width: 18px;
}
.shear-icon {
    padding-bottom: 28px;
}
.dtl-tab-btm-mark {
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.dtl-tab-layer1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.tab-right-btn .common-btn.yellow-btn {
    border: 1px solid #111111;
}
.each-aanbod-contact-text h4{
    color: #254266;
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
}
.each-aanbod-contact-text p{
    margin-bottom: 0;
}
.each-aanbod-contact-text p a{
    color: rgba(37, 66, 102, 0.70);
}
.each-aanbod-contact-text p a:hover{
    color: #254266;
}
/* aanbod-bus-sec */
.aanbod-bus-wrap{
    background-color: #FCFAF5;
    border-radius: 10px;
    padding: 10px 32px;
}
.aanbod-bus-img{
    width: 195px;
    height: 129px;
}
.aanbod-bus-heading h3{
    color: #182A41;
}
.aanbod-bus-heading {
    padding-left: 40px;
    padding-right: 20px;
}
.aanbod-bus-btn{
    text-align: right;
}
/* aanbod-related-sec */
.aanbod-related-sec{
    padding: 120px 0px;
}
.aanbod-related-heading h4{
    margin-bottom: 16px;
}
.aanbod-related-heading h2{
    margin-bottom: 56px;
}
/* ---------- AANBOD DETAIL PAGE CSS END HERE ---------- */
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1236px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(24, 42, 65, 0.30);
    backdrop-filter: blur(22px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 43%;
}
.modal-content .col-lg-7 {
    width: 57%;
}
.modal-area .popup-content p {
	margin-bottom: 0;
    color: #182A41;
}
.modal-area .popup-content h2 {
    margin: 24px 0;
    color: #182A41;
}
.modal-area .popup-content ul {
    margin-bottom: 10px;
}
.modal-area .popup-content li {
    color: #182A41;
}
.modal-area .popup-content li::after {
    background-color: #182A41;
}
.modal-area .popup-content {
    padding: 80px 50px;
    background-color: #ECE7DC;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .close-img {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 1;
    height: 56px;
    width: 56px;
    background-color: #ECE7DC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 3;
}
/***bedankt-banner-sec***/
.bedankt-banner-sec .home-banner-heading p {
    max-width: 570px;
    margin: 0 auto 20px;
}
.bedankt-banner-sec .home-banner-heading .common-btn {
    min-width: 464px;
    margin-left: 0;
}
/*===============FAQ page start=================*/
.faq-sec {
    padding: 70px 0 120px;
}
.faq-wrap {
    max-width: 1145px;
    width: 100%;
    margin: 0 auto;
}
.faq-heading {
    max-width: 513px;
    width: 100%;
    margin: 0 auto 50px;
}
.faq-heading h4 {
    color: #FCFAF5;
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
    margin-top: 16px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
    border-radius: 10px;
    background: #304A61;
	padding: 26px 34px;
	margin-bottom: 24px;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li::after {
    display: none;
}
.acc-block li h4 {
	position: relative;
	cursor: default;
	padding-right: 60px;
    color: #FCFAF5;
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
}
.acc-block li h4::before {
	position: absolute;
	height: 34px;
	width: 34px;
	background-image: url(../images/acc-down.svg);
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	content: "";
	top: -1px;
	right: 0;
    border-radius: 5px;
    background-color: #FCFAF5;
}
.acc-block li.show_accordian h4::before {
	background-image: url(../images/acc-up.svg);
}
.acc-block p {
	margin-top: 16px;
	margin-bottom: 0;
	max-width: 736px;
	width: 100%;
    color: rgba(252, 250, 245, 0.70);
}
/*==============================contact-pg-start==================================*/
.map-wrap {
    border-radius: 5px;
    overflow: hidden;
    height: 600px;
}
/***reach-ino-sec***/
.reach-info-sec {
    padding: 16px 0 120px;
}
.reach-info-sec .mega-menu-contact-info {
    border-radius: 5px;
    background-color: #FCFAF5;
    padding: 54px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reach-info-sec .mega-menu-contact-info p {
    margin-bottom: 0;
}
.reach-info-sec .mega-menu-contact-info p a {
    font-family: 'Hamburg-Regular';
}
/* ================diensten-list-page-start======================== */
/* ******inner-banner-sec****** */
.inner-banner-sec{
    position: relative;
}
.inner-banner-img::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(24, 42, 65, 0.41) 0%, rgba(24, 42, 65, 0.41) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}
.inner-banner-img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.inner-banner-img img{
    object-fit: cover;
    border-radius: 5px;
    height: calc(100% + 100px);
}
/* *******diensten-list-sec*********** */
.each-service-img img{
    border-radius: 10px;
}
.diensten-list-warp a:first-child .diensten-list-item{
    padding-top: 105px;
}
.diensten-list-warp a:last-child .diensten-list-item{
    padding-bottom: 120px;
}
.diensten-list-item{
    padding: 75px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text p{
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text p:last-child{
    margin-bottom: 0;
}
.each-service-text h2{
    padding-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text h4{
    color: #FCFAF5;
    text-transform: uppercase;
    font-family: 'Cocogooseregular-Normal';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-list-item:hover{
    background: #ECE7DC;
}
.diensten-list-item:hover .each-service-text h2{
    color: #182A41;
}
.diensten-list-item:hover .each-service-text h4{
    color: #182A41;
}
.diensten-list-item:hover .each-service-text p{
    color: #182A41;
}
.diensten-list-item:hover .diensten-list-sec{
    background: #ECE7DC;
}
/* ==================diensten-list-page-end=============== */
/* ==================financiering-lease-page-start======================= */
/* ***********back-detail-page-btn******** */
.back-detail-page-btn {
    position: relative;
    margin-bottom: -55px;
    top: 111px;
}
.back-detail-page-btn .common-btn:hover{
    border-color: rgb(238, 230, 219);
}
.back-detail-page-btn .common-btn{
    min-width: 319px;
}
/* ********inner-detail-sec******* */
.inner-detail-sec{
    position: relative;
    padding: 110px 0px 120px;
}
.inner-detail-layer {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
    height: 100%;
}
.inner-detail-layer img{
    height: 100%;
}
.inner-detail-img img{
    border-radius: 10px;
}
.inner-detail-img {
    position: relative;
    top: -30px;
}
.inner-detail-text {
    max-width: 696px;
    margin-right: auto;
    padding-top: 97px;
}
.inner-detail-text h2{
    padding-bottom: 30px;
}
.inner-detail-text h4{
    color: #FCFAF5;
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
}
.inner-detail-text p{
    margin-bottom: 28px;
}
.inner-detail-text p:last-child{
    margin-bottom: 0;
}
/* *******detail-page-box-sec******* */
.detail-page-box-sec{
    background: #182A41;
    padding-bottom: 120px;
}
.home-box-item table tr td {
    text-align: center;
    border-radius: 5px;
    background: #FCFAF5;
    padding: 28px 18px;
}
.detail-page-box-heading{
    margin-bottom: 32px;
}
.detail-page-box-sec .home-box-item li {
    color: #182A41;
}
.home-box-item table tr {
	row-gap: 16px;
}
/**ons-concept-second-blog**/
.ons-concept-second-blog .inner-detail-text {
    margin-left: auto;
    margin-right: 0;
}
.ons-concept-second-blog .inner-detail-layer {
    display: none;
}
/* *******form-sec******* */
.from-wrapper{
    border-radius: 5px;
    background: #A5C5D2;
    backdrop-filter: blur(17.75px);
    padding: 94px 0;
    position: relative;
    overflow: hidden;
}
.form-heading h4{
    color: #ECE7DC;
}
.form-heading h2{
    color: #182A41;
}
.form-heading p{
    color: #0A1520;
    margin-bottom: 30px;
}
.form-heading h2{
    padding-top: 15px;
    padding-bottom: 20px;
}
.form-group {
  position: relative;
  margin-bottom: 40px;
}
.form-group-ad{
    margin-bottom: 0;
}
.form-style {
  border-radius: 0;
  border: 0;
  border-bottom: 1.5px solid rgba(24, 42, 65, 0.50);
  background: transparent;
  transition: all 0.5s;
  width: 100%;
  color: #182A41;
  font-family: 'Hamburg-Regular', sans-serif;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 8px 0;
  resize: none;
    -webkit-resize: none;
}
.foto_upload {
  color: rgba(24, 42, 65, 0.50);
}
.form-sec .form-group label ,
.step-form-sec .form-group label {
    position: absolute;
	top: 13px;
    left: 0;
    color: rgba(24, 42, 65, 0.5);
    transition: 0.3s;
    pointer-events: none;
    color: rgba(24, 42, 65, 0.50);
    font-size: 1.6rem;
    line-height: 24px;
}
.form-sec .focused label {
	top: -10px;
}
.form-style:focus {
    box-shadow: none;
    border-color: #182A41;
    background: transparent;
    color: #182A41;
}
.form-wrap textarea.form-style {
    height: 84px;
    border-bottom: 1.5px solid rgba(24, 42, 65, 0.50);
}
.form-wrap .common-btn {
    margin-top: 30px;
    background-color: #182A41;
}
.form-wrap .common-btn::after{
    background-color: #304A61;
}
.form-man-wrap .over-happy-circle-box {
    max-width: 593px;
    height: 593px;
    overflow: visible;
}
.form-man-wrap .over-happy-man-img{
    width: 453px;
    height: 453px;
}
.form-man-wrap .over-happy-circle-box::after {
    width: 97%;
    height: 97%;
}
.cnt-text-layer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.from-wrapper .row .col-lg-7{
    width: 55.333333%;
    margin-left: auto;
}
.contact-form-layer{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
    z-index: 1;
}
.contact-form-layer img{
    height: 100%;
}
.form-man-wrap .over-happy-box-layer-left {
    left: -65px;
    top: 36%;
}
.contact-form-layer1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: 1;
}
/* contact-reladed-sec */
.contact-reladed-sec{
    padding: 120px 0px;
}
.contact-related-heading  h4{
    margin-bottom: 16px;
}
.contact-related-heading{
    margin-bottom: 56px;
}
.cnt-slide-item-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 436px;
}
.cnt-slide-img {
    height: 100%;
    width: 100%;
}
.cnt-slide-img img{
    height: 100%;
    object-fit: cover;
}
.cnt-slide-item-wrap::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(24, 42, 65, 0.30) 0%, rgba(24, 42, 65, 0.30) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cnt-slide-item-wrap::before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(24, 42, 65, 0.70) 0%, rgba(24, 42, 65, 0.70) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cnd-slde-text {
    position: absolute;
    z-index: 1;
    bottom: -55px;
    padding: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.cnd-slde-text h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cnd-slde-text p {
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cnt-slide-item-wrap:hover::before {
    opacity: 1;
}
.cnt-slide-item-wrap:hover .cnd-slde-text {
    bottom: 0;
}
.cnt-slide-item-wrap:hover .cnd-slde-text p{
    opacity: 1;  
}
.custom-cursor-bg {
    background: rgba(252, 250, 245, 0.70);
}
.custom-cursor-radious{
    border-radius: 0;
    background: rgba(24, 42, 65, 0.70);
    color: #FCFAF5;
}
/* ==================financiering-lease-page-end======================= */
/* ==================verkoop-lease-page-start======================= */
.vacature-box-sec .home-box-item table tr td {
    text-align: left;
}
.vacature-box-sec .home-box-item table tr td strong {
    margin: 0;
}
.vacature-box-sec .home-box-item table tr {
    grid-template-columns: repeat(2, 1fr);
}
.vacature-box-sec .home-box-item table tr td{
    padding: 27px 32px;
}
.vacature-box-sec .home-box-item table tr td ul li{
    color: #182A41;
    padding-left: 20px;
}
.vacature-box-sec .home-box-item table tr td ul li::after {
    background-color: #182A41;
    left: 7px;
}
.vacature-box-sec .home-box-item table tr td p {
    color: #182A41;
    margin-bottom: 0;
    padding-left: 20px;
}
.vacature-box-sec .home-box-item table {
    width: 100%;
}
/* ==================verkoop-lease-page-end======================= */
/* ==================verkocth-list-page-start======================= */
.verkocth-list-sec{
    padding-top: 50px;
    padding-bottom: 120px;
}
.verkocth-list-item .each-product:hover .each-product-item {
    opacity: 1;
}
.verkocth-list-item  .common-btn{
    cursor: default;
}
.verkocth-heading h2{
    margin-bottom: 16px;
}
.verkocth-heading p{
    margin-bottom: 56px;
}
.verkocth-list-sec .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 48px;
}
/* ==================verkocth-list-page-end======================= */
/* ==================blog-detail-page-start======================= */
.custom-rads{
    border-radius: 50%;
}
.blog-detail-sec .inner-detail-text h4{
    font-family: 'Hamburg-Regular';
    text-transform: capitalize;
}
.blog-box-sec .home-box-item table tr {
    grid-template-columns: repeat(3, 1fr);
}
.blog-box-sec .home-box-item table tr td p{
    padding-left: 0px;
    margin-bottom: 16px;
}
/* ==================blog-detail-page-end======================= */
/* ==================over-ons-page-start======================= */
.over-ons-sec{
    background-color: #ECE7DC;
    padding: 80px 0;
}
.over-ons-sec .row .col-lg-5{
    width: 44.666667%;
}
.over-ons-sec .row .col-lg-7{
    width: 55.333333%;
}
.over-ons-content h2{
    color: #0A1520;
    margin: 16px 0px;
}
.over-ons-content p{
    color: #0A1520;
}
.over-ons-content{
    padding-left: 40px;
    max-width: 642px;
}
.over-ons-happy-circle-wrap .over-happy-circle-box {
    max-width: 650px;
    height: 650px;
}
.over-ons-happy-circle-wrap .over-happy-man-img {
    width: 496px;
    height: 496px;
}
.over-ons-happy-circle-wrap .over-happy-circle-box::after {
    width: 97%;
    height: 97%;
}
/* .over-ons-text-layer {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50% , -50%);
} */
.over-ons-text-layer {
    position: absolute;
    top: 50.5%;
    left: 52.5%;
    transform: translate(-50%, -50%) rotate(0deg);
    height: calc(100% - 63px);
}
.over-ons-text-layer img {
    height: 100%;
    object-fit: cover;
}
.over-ons-happy-circle-wrap .over-happy-box-layer-left {
    position: absolute;
    left: -20%;
    top: 78%;
    transform: rotate(135deg);
}
.over-ons-happy-circle-wrap .over-happy-box-layer-right {
    position: absolute;
    right: -39%;
    top: 66%;
    transform: rotate(103deg);
}
.over-one-happy-sec .over-happy-heading h2{
    margin-bottom: 80px;
}
.over-one-happy-sec .over-happy-layer1 img {
    height: 66%;
}
.over-one-happy-sec .over-happy-layer1 {
    height: 100%;
}
.over-one-happy-sec .over-happy-layer2 img {
    height: 66%;
}
.over-one-happy-sec .over-happy-layer2 {
    height: 100%;
    display: block;
}
.over-ons-counter-sec .home-counter-wrap {
    margin-top: -332px;
    padding-bottom: 90px;
    border-radius: 0;
}
.over-ons-box-sec .home-box-item-wrap{
    padding-top: 0;
}
.over-ons-counter-sec .home-counter-wrap::before {
    position: absolute;
    content: "";
    background-color: #ECE7DC;
    width: 45%;
    transform: translateX(-50%);
    height: 1px;
    top: 50%;
    left: 50%;
    z-index: 1;
}
.over-ons-img img{
    border-radius: 10px;
}
/* ==================over-ons-page-end======================= */
/* ==================camper-samenstellen-page-start======================= */
.step-form-sec{
    padding: 104px 0px 144px;
}
.step-form-text h6{
    color: #ECE7DC;
    line-height: 24px;
    margin-bottom: 16px;
}
.step-form-text h2{
    color: #ECE7DC;
}
.step-form-btn {
    text-align: right;
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
	padding-right: 8px;
}
.step-form-btn .common-btn {
    padding: 11px 70px 11px 50px;
    width: 220px;
}
.step-form-btn .common-btn:hover{
    border: 1px solid #ECE7DC;
}
.step-form-btn .common-btn::before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 18px;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.step-form-btn .border-btn{
    border: 1.5px solid #EEE6DB;
    color: #ECE7DC;
    padding: 11px 50px 11px 70px;
}
.step-form-active .border-btn{
    background-color: #182A41;
    border-color:#182A41;
}
.step-form-btn .border-btn:hover{
    border-color: #7794A0;
}
.step-form-btn .border-btn::before {
    position: absolute;
    content: "";
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    height: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateY(180deg);
    left: 74px;
}
.step-form-heading{
    margin-bottom: 48px;
}
.step-form-each-box{
    background-color: #FCFAF5;
    border-radius: 21px;
    padding: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 5px solid #FCFAF5;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.step-form-each-box:hover .common-btn{
    border: 1px solid #7794A0;
    color: #EEE6DB;
}
.step-form-each-box:hover .common-btn::after{
    background: #7794A0;
    transform: scaleY(1);
    z-index: -1;
}
.step-form-each-item{
    overflow: hidden;
    border: 5px solid transparent;
    height: 100%;
}
.step-each-item1.active,
.step-each-item2.active,
.step-each-item3.active{
    border-radius: 21px;
    border: 5px solid #BE9872;
    background-color: #ECE7DC;
}
.step-form-each-heading h4{
    color: #182A41;
    text-transform: uppercase;
    font-family: 'Cocogooseregular-Normal';
    text-align: center;
    padding: 42px 0px;
    border-bottom: 1px solid rgba(24, 42, 65, 0.20);
}
.step-form-each-btn {
    width: 100%;
    margin-top: 24px;
}
.step-form-each-item-hover .each-product-item{
    border: 5px solid #FCFAF5;
    background-color: #FCFAF5;
}
.step-form-each-item-hover .each-product-item:hover .common-btn{
    border: 1px solid #7794A0;
    color: #EEE6DB;
}
.step-form-each-item-hover .each-product-item:hover .common-btn::after{
    background: #7794A0;
    transform: scaleY(1);
    z-index: -1;
}
.step-form-each-item-hover .common-btn{
    color:  rgba(24, 42, 65, 0.80);
}
.step-form-each-item-hover .common-btn:hover{
    color: #EEE6DB;
}
.step-form-wrap .container > .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 29px;
}
.step-form-table table,
.step-form-table1 table{
    width: 100%;
}
.step-form-table table tr,
.step-form-table1 table tr {
    border-radius: 5px;
    background: #FCFAF5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 32px 28px;
    border: 5px solid #FCFAF5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.step-form-table table tr.step-form-table-active,
.step-form-table1 table tr.step-form-table-active{
    border: 5px solid #BE9872;
    background: #ECE7DC;
}
.step-form-table table tr.step-form-table-active h4 strong ,
.step-form-table1 table tr.step-form-table-active h4 strong{
    background-color: #BE9872;
    color: #FFF;
}
.step-form-table table tbody,
.step-form-table1 table tbody{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    row-gap: 48px;
    column-gap: 16px; 
}
.step-form-table table tr td h4 strong,
.step-form-table1 table tr td h4 strong  {
    border: 1px solid #182A41;
    font-family: 'Cocogooseregular-Normal';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 39px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.step-form-table table tr td h4,
.step-form-table1 table tr td h4 {
    font-family: 'Cocogooseregular-Normal';
    text-transform: uppercase;
    margin-bottom: 16px;
}
.step-form-table table tr td p,
.step-form-table1 table tr td p
{
    color: #182A41;
    margin-bottom: 16px;
}
.step-form-table table tr td ul li,
.step-form-table1 table tr td ul li{
    color: #182A41;
}
.step-form-table table tr td ul li::after,
.step-form-table1 table tr td ul li::after{
    background-color: #182A41;
}
.step-form-table table tr td ul li:last-child,
.step-form-table1 table tr td ul li:last-child{
    color: #BE9872;
}
.step-form-table table tr td ul ,
.step-form-table1 table tr td ul {
    margin-left: 8px;
    margin-bottom: 20px;
}
.step-form-table table tr td,
.step-form-table1 table tr td{
    width: 100%;
}
.step-form-table table tr td .border-btn,
.step-form-table1 table tr td .border-btn{
    width: 100%;
}
.step-form-table1 table tr td h5 ,
.step-form-table table tr td h5 {
    color: #FCFAF5;
    font-size: 2rem;
    line-height: 24px;
    font-family: 'Abhaya-ExtraBold';
    border-radius: 50px;
    background: #BE9872;
    width: 216px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.step-form-table table tr:hover .border-btn,
.step-form-table1 table tr:hover .border-btn{
    border: 1px solid #7794A0;
    color: #EEE6DB;
}
.step-form-table table tr:hover .border-btn::after,
.step-form-table1 table tr:hover .border-btn::after{
    background: #7794A0;
    transform: scaleY(1);
    z-index: -1;  
}
.step-form-each-img{
    width: 100%;
}
.step-form-table1  table tr td ul li:last-child{
    color: #182A41;
}
.step-form-item .form-heading p{
    color: rgba(24, 42, 65, 0.50);
}
/* ==================camper-samenstellen-page-end======================= */


/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#ffffff calc(1*100%/6),#182A41 0 calc(3*100%/6),#ffffff 0),
              linear-gradient(#ffffff calc(2*100%/6),#182A41 0 calc(4*100%/6),#ffffff 0),
              linear-gradient(#ffffff calc(3*100%/6),#182A41 0 calc(5*100%/6),#ffffff 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: #ffffff;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
/* .fix-wp a {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 63px;
    height: 63px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
} */

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 3vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
    bottom: 28px;
    left: 16px;
	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;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section{
    padding: 60px 0px;
}
body .form-wrap .error_cls,
body .form-wrap .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.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;
}
/* .share-social-media-button{
    padding: 6px 9px;
} */
/* @media(max-width: 519px) and (min-width: 416px){
	.calculator{
	    height: 1670px !important;
    }
}
@media(max-width: 415px){
	.calculator{
        height: 1826px !important;
    }
}


@media(max-width: 990px) and (min-width: 768px){
	.calsty {
        height: 789px;
    }
}
@media(max-width: 767px) and (min-width: 519px){
	.calsty {
	height: 689px;
}
}
@media(max-width: 518px){
	.calsty {
	height: 810px;
}
} */
/* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
    flex-direction: column-reverse;
} */

.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
.share-social-media-button .border-btn svg path{
    transition: 0.5s ease-in-out;
}
.share-social-media-button .border-btn:hover{
    color: #ECE7DC;
}
.share-social-media-button .border-btn:hover svg path{
   fill: #ECE7DC;
}
.star_icon h4{
   color: #FCFAF5;
}
.share-social-media-button .a2a_dd em{
    font-style: normal;
}
.aanbod-contact-share .share-social-media-button a {
    border: 0;
    padding: 0;
}
.aanbod-contact-share .share-social-media-button a span{
    line-height: 0px;
}
.each-service .row {
    --bs-gutter-x: 124px;
    --bs-gutter-y: 0;
}
.error-msg p {
    color: red;
    margin: 28px 0px;
    text-align: center;
}
.step-each-item1.active .common-btn::after,
.step-each-item2.active .common-btn::after,
.step-each-item3.active .common-btn::after,
.step-form-table-active .common-btn::after{
    background: #7794A0;
    transform: scaleY(1);
    z-index: -1;
}
.step-each-item1.active .common-btn,
.step-each-item2.active .common-btn,
.step-each-item3.active .common-btn,
.step-form-table-active .common-btn {
    border: 1px solid #7794A0;
    color: #EEE6DB;
}

.step-6-section .step-form-table-active .common-btn {
    border: 1.5px solid #182A41;
    color: #182A41;
    background-color: transparent;
}
.step-6-section .step-form-table-active .common-btn::after {
    display: none;
}
.step-6-section .step-form-table table tr td .border-btn {
    color: #182A41;
}
.step-6-section .step-form-table-active .common-btn.active {
    border: 1px solid #7794A0;
    color: #EEE6DB !important;
    background-color: #7794A0;
}
.step-6-section .step-form-table table tr .common-btn::after {
    position: absolute;
    content: "";
    background: #182A41;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
}
.step-6-section .step-form-table table tr .border-btn:hover::after {
    background: #7794A0;
    transform: scaleY(1);
    z-index: -1;
}
.step-6-section .step-form-table table tr .border-btn:hover {
    border: 1px solid #7794A0;
    color: #EEE6DB;
}
.step-6-section .step-form-table table tr.step-form-table-active .border-btn:hover {
    color: #182A41;
}
.step-6-section .step-form-table-active .common-btn.active:hover {
    color: #EEE6DB;
}


/* === Widget Button Area === */
.widget-btn-area {
    position: fixed !important;
    bottom: 2rem;
    left: 3rem;
    z-index: 99;
    font-family: "Nunito Sans", sans-serif;
}

/* === Widget Button === */
.widget-btn {
    border-radius: 10px;
    background: #182b41;
    box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
    padding: 1.3rem 2.5rem;
    font-size: 1.7rem;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}

/* === Widget Arrow Icon (after) === */
.widget-btn span:after,
.widget-mobile span:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -1.5rem;
    content: '';
    width: 1rem;
    height: 1rem;
    background: url('../images/next-white.svg') no-repeat center / contain;
}

/* === Widget Content Box === */
.widget-content {
    background: #1c1c1c;
    padding: 4.5rem;
    -webkit-box-shadow: -5px 1px 17px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -5px 1px 17px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 1px 17px 3px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    width: 51rem;
    display: none;
}

/* === Arrow Rotate (close icon) === */
.arw-rotate {
    /*margin-top: -2.5rem;
    margin-bottom: 1rem;*/
    transform: rotate(-90deg);
    cursor: pointer;

    position: absolute;
    top: 15px;
    right: 35px;


}

/* === Widget Headings === */
.widget-content h4,
.widget-content h5 {
    text-transform: unset;
    color: #fff;
    letter-spacing: normal;
}

.widget-content h4 {
    font-weight: 500;
    font-size: 2.4rem;
}

.widget-content h5 {
    font-weight: 400;
    font-size: 1.7rem;
    margin: 1.5rem 0 5.4rem;
}

.widget-content h5 span {
    text-decoration: underline;
    color: #FF7100;
}

/* === Buttons (Desktop & Mobile) === */
.widget-content button,
.widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #FF7100;
    background: #FF7100;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: 0.5rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}

.widget-content button:hover,
.widget-mobile button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #FF7100 !important;
}

/* === Monthly Amount Clickable === */
.monthly_amount {
    cursor: pointer;
}
.step-form-btn{
    transition: 0.4s ease-in-out;
}
.step-form-active {
    position: fixed;
    top: 20%;
    z-index: 9;
}
.step-form-item:last-child .step-form-btn{
    position: initial !important;
}
.home-box-item li::after {
    background-color: #182A41;
    top: 11px;
}
.home-box-item table tr td ul {
    text-align: left;
    margin-bottom: 15px;
}
.step-form-table table tr td ul li::after, 
.step-form-table1 table tr td ul li::after {
    top: 11px;
}
.ons-concept-middle table tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ons-concept-middle table tr td {
    text-align: left;
}
.ons-concept-middle table tr td {
    width: 49%;
    padding-left: 28px;
    padding-right: 28px;
}
.ons-concept-middle table tr td strong {
    margin-left: 0;
    margin-right: auto;
}
/* *********************ons-concept-gal-sec*********************** */
.inner-detail-sec {
    padding-bottom: 90px;
}
.inner-detail-layer {
    top: 9%;
}
.ons-concept-gal-sec {
    overflow: hidden;
    padding-bottom: 118px;
}
.ons-concept-gal-title {
    margin-bottom: 58px;
}
.ons-concept-gal-wrap {
    margin: 0 -10%;
}
.each-ons-concept-gal {
    height: 352px;
    border-radius: 10px;
    overflow: hidden;
}
.each-ons-concept-gal img {
    height: 100%;
    object-fit: cover;
}
.ons-concept-gal-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}