body {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    background-color: #fff;
    color: #10183C;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/***fix-wp***/
/* .fix-block {
    position: fixed;
    bottom: 60px;
    right: 0;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 106px;
}
.fix-wp {
	height: 72px;
	width: 72px;
	border-radius: 100px;
    background: #1E5D35;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 34px;
}
.fix-wp .glass-element {
    border-radius: 100px;
}
.fix-klanten img {
    width: 72px;
} */
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
    border-radius: 50px;
    display: inline-block;
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(2px);
	filter: url(#lg-dist);
	isolation: isolate;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.2);
}
.glass-specular {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 5px rgba(255, 255, 255, 0.20);
    border-radius: 50px;
}
.glass-content {
	position: relative;
	z-index: 3;
}
/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    width: 100%;
    /* padding: 18px 0; */
    background-color: #FFF;
}
.header-area.header-active {
    /* box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1); */
}
.header-logo img {
    width: 260px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 33px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #F9F8F6;
    font-family: 'LamaSans-Light';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 0;
}
.header-nav > ul > li::before {
    display: none;
}
.header-nav > ul > li > a {
    font-family: 'Inter-Regular';
    color: #10183C;
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
}
.header-nav > ul > li > a:hover {
    color: #10183C;
}
.header-nav > ul > li > a::after {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    height: 1px;
    width: 0;
    background-color: #10183C;
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover::after {
    width: 100%;
}
.header-nav .parent-dropdown img {
    filter: brightness(0);
}
.header-contact strong {
    font-weight: normal;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.header-contact strong img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.header-contact .common-btn {
    display: flex;
    max-width: max-content;
    align-items: center;
    gap: 12px;
}
.header-contact {
    display: flex;
    justify-content: end;
}
.header-btn .common-btn{
    padding: 12px 55px 12px 14px;
}
/****menu-btn****/
.menu-bar {
    position: relative;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
    background-color: #3733FF;
    padding: 7px 10px;
    max-width: 58px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 7px 0 7px;
    width: 21px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after {
    display: table;
    margin-left: auto;
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #0F1118;
}
.menu-bar.active:before {
    transform: translateY(10px) rotate(135deg);
    background-color: #10183C;
    margin-left: 0;
}
.menu-bar.active:after {
    transform: translateY(-7px) rotate(-135deg);
    background-color: #10183C;
    margin-right: 0;
}
.menu-bar.active:after {
    transform: translateY(-5px) rotate(-135deg);
    width: 40px;
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
    width: 40px;
}
.menu-bar.active{
    background-color: transparent;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #10183C;
    background-color: #10183C;
    border-radius: 5px;
    min-width: 170px;
    /* margin-top: 14px; */
    margin-top: 0;
    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: 345px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
}
.parent-dropdown.open ul {
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
}
.parent-dropdown > ul > li::before {
    display: none;
}
.parent-dropdown > ul > li > a {
    padding: 7px 17px;
    display: block;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
}
/* .parent-dropdown a {
    padding-bottom: 10px;
} */
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    /* width: 400px; */
    width: 100%;
    background-color: #FFF;
    padding: 110px 20px 50px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.side-menu ul {
    margin-bottom: 0;
}
.side-menu-wrap li a{
    color: #10183C;
    font-size: 4rem;
    font-family: 'Inter-Bold';
    line-height: normal;
    position: relative;
}
.side-menu-wrap li{
    padding-left: 0;
    padding-bottom: 25px;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #10183C;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.70);
}
.side-menu .parent-dropdown {
    padding-right: 18px;
    max-height: 200px;
    overflow-y: auto;
}
.side-menu .parent-dropdown ul {
    background-color:#10183C;
    left: 0;
    transform: translateX(0);
    max-height: 140px;
    width: 100%;
}
.side-menu .parent-dropdown > ul > li > a {
    color: #fff;
    font-size: 1.4rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Inter-Medium';
}
.side-menu .parent-dropdown > ul > li > a:hover {
    color: rgba(246, 246, 244, 0.8);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.menu-up .header-wrap {
    border-color: transparent;
    background-color: transparent;
    backdrop-filter: blur(0);
    box-shadow: none !important;
    position: relative;
    z-index: 99;
}
/* .menu-up .header-logo {
    opacity: 0;
} */
.side-menu .parent-dropdown.open ul {
    position: relative;
    max-height: 200px;
    margin-top: 10px;
}
.header-area .header-area-wrap{
    border-bottom: 1px solid rgba(16, 24, 60, 0.20);
    padding: 25px 0 16px;
}
.side-menu-contact-item li em{
    width: 56px;
    height: 56px;
    border-radius: 28px;
    border: 1.5px solid rgba(16, 24, 60, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.side-menu-contact-item li em img{
    width: 24px;
}
.side-menu-contact-item p{
    color: rgba(16, 24, 60, 0.7);
    letter-spacing: 0.8px;
    margin-bottom: 0;
}
.side-menu-contact-item p a{
    color: #10183C;
    font-family: 'Inter-Medium';
    display: block;
    font-size: 1.6rem;
    line-height: normal;
}
.side-menu-contact-item li{
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    padding-bottom: 24px;
}
.side-menu .container {
    height: 100%;
}
.side-menu-contact-btn{
    margin-bottom: 35px;
    margin-top: 15px;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    position: relative;
    overflow-x: clip;
    padding: 95px 0 0px;
}
.usp-marquee-wrap {
    padding: 27px 0px;
	display: flex;
	width: max-content;
    gap: 78px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 78px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #10183C;
    padding: 0;
    position: relative;
    padding-left: 32px;
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    background: url(../images/marqu-list-img.svg) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 22px;
    width: 22px;
    height: 22px;
    transform: translateY(-50%);
    left: 0;
}
/****banner-sec****/
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 741px;
}
.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;
    border-radius: 10px;
}
.banner-content {
    position: absolute;
    left: 0;
    /* bottom: 38%; */
    bottom: 14px;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap{
    text-align: center;
}
.each-banner{
    position: relative;
}
.each-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(16, 24, 60, 0.20) 0%, rgba(16, 24, 60, 0.00) 100%);
}
.banner-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-top: 34px;
}
.banner-btn ul li{
    padding: 0;
}
.banner-btn .blue-btn:hover{
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(10px);         
    -webkit-backdrop-filter: blur(10px); 
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.next-sec-arrow {
    color: rgba(255, 255, 255, 1);
    font-family: 'LamaSans-Regular';
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    padding: 10px 28px;
    border: 0;
    background-color: #3733FF;
    border-radius: 7px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: inline-block;
    margin-top: 199px;
    margin-left: 14px;
}
.next-sec-arrow h2{
    position: relative;
}
.next-sec-arrow h2::after {
    content: '';
    height: 20px;
    width: 18px;
    background-image: url(../images/next-sec-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px;
    margin-left: 26px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: -7px;
    position: relative;
}
/****product-sec****/
.product-sec {
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    overflow: hidden;
}
.product-sec-wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding: 14px 14px 74px;
}
.product-btn ul {
    display: flex;
    justify-content: end;
    gap: 20px;
}
.product-btn li {
    padding-left: 0;
}
.product-btn li::after {
    display: none;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.each-product-wrap {
    /* border-radius: 10px; */
    background: #FFF;
    /* padding: 10px 10px; */
    overflow: hidden;
}
.product-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: -42px 0;
}
.each-product-text {
    position: relative;
    z-index: 1;
}
.product-img img {
    border-radius: 10px;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-wrap {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px 0px 18px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-wrap h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #10183C;
}
.each-product-text-wrap p {
    font-weight: normal;
    margin-top: 0px;
    color: rgba(16, 24, 60, 0.70);
    margin-bottom: 0px;
}
.each-product-price li{
    padding: 0;
    color: rgba(16, 24, 60, 0.70);
}
.each-product-price ul{
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    padding-top: 18px;
}
.each-product-price li:first-child{
    font-family: 'Inter-Bold';
    color: #10183C;
    letter-spacing: 0.16px;
}
.each-product-text-wrap li::after {
    display: none;
}
.each-product-table-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    gap: 10px;
}
.each-product-table-wrap tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.each-product-table-wrap td {
    color: #10183C;
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 8px;
    margin-right: 8px;
    font-family: 'Inter-Regular';
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table-wrap td::after {
    background-color: rgba(16, 24, 60, 0.1);
    position: absolute;
    right: 0;
    top: -2px;
    height: 32px;
    width: 1px;
    content: '';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-table-wrap td:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.each-product-table-wrap td:last-child::after {
    display: none;
}
.each-product-table-btn .text-btn {
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 17px;
    border-radius: 0;
}
.each-product-table-btn .text-btn::after {
    width: 12px;
    height: 9px;
    top: 5px;
    background-size: 12px;
}
.each-product-table-wrap table {
    width: 100%;
}
.product-slider .swiper {
    border-radius: 10px;
}
.product-control {
    position: relative;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-control .swiper-button-next {
    right: 0;
    position: initial;
    margin: 0;
}
.product-control .swiper-button-prev {
    left: 0;
    position: initial;
    margin: 0;
}
.product-control .common-arrow {
    border-color: #0076C7;
}
.product-control .common-arrow img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(2582%) hue-rotate(130deg) brightness(92%) contrast(100%);
}
.product-control .common-arrow:hover img {
    filter: none;
}
.product-progress {
    position: absolute;
    width: 139px;
    height: 139px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.10);
    filter: drop-shadow(0 10.433px 52.166px rgba(91, 182, 231, 0.40));
    backdrop-filter: blur(10.433120727539062px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    /* letter-spacing: 0.571px; */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    position: absolute;
}

.progress-ring {
    position: absolute;
    inset: 0;
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    z-index: 1;
}


/* .progress-ring {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
} */
.progress-ring svg {
    width: 100%;
    height: 100%;
}
.progress-ring-circle {
    fill: none;
    stroke: #3733FF;
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.product-btn{
    text-align: center;
    margin-top: 72px;
}
.product-slider .common-arrow {
    top: 28%;
}
.product-slider .swiper-button-next {
    right: 52px;
}
.product-slider .swiper-button-prev {
    left: 52px;
}
.product-heading h2{
    color: #10183C;
}
.product-heading{
    text-align: center;
}
.product-heading{
    display: none;
}
.product-slider{
    margin-left:-50vw;
    left:50%;
    position:relative;
    width: calc(100vw - 60px);
    margin-left: calc( -50vw - -30px);
}
.each-product:hover .common-btn{
    color: #FFF;
    background-color: #3733FF;
}
/* ------ product-mobile -------- */
.each-product-text-mobile {
    margin-top: 8px;
    display: block;
    height: auto;
}
.each-product-info {
    background-color: #F4F4F4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
    backdrop-filter: blur(37.5px);
    padding: 22px 0;
}
.each-product-model h4{
    color: #10183C;
}
.each-product-model p{
    color: rgba(16, 24, 60, 0.7);
    margin-bottom: 14px;
}
.each-product-model{
    padding-left: 17px;
    padding-right: 17px;
}
.each-product-spec td h6{
    color: rgba(16, 24, 60, 0.7);
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    line-height: 22px;
}
.each-product-spec td h5{
    color: #10183C;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    line-height: 22px;
}
.each-product-spec tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.each-product-spec td{
    width: 33.33%;
    display: block;
}
.each-product-spec{
    padding-left: 14px;
    padding-right: 14px;
}
.each-product-spec table{
    width: 100%;
}
.each-product-price-mobile {
    margin-top: 8px;
    background-color: #3733FF;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 18px 12px 35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-arrow {
    height: 27px;
    min-width: 27px;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-left: auto;
}
.product-arrow img{
    width: 11px;
}
.each-product-price-mobile h6{
    font-size: 1.4rem;
    line-height: 22px;
    color: #FFF;
    letter-spacing: 0.14px;
    font-family: 'Inter-Bold';
}
.each-product-price-mobile h6 strong{
    font-family: 'Inter-Regular';
    color: rgba(255, 255, 255, 0.7);
}
.product-mobile{
    display: none;
}
/* ***** service sec ****** */
.service-sec{
    padding-bottom: 10px;
}
.service-sec-wrap{
    border-radius: 10px;
    background: linear-gradient(77deg, #17214D 3.13%, #10183C 92.62%);
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}
.each-service{
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background: #10183C;
    padding: 16px;
    transition:  all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img{
    overflow: hidden;
    border-radius: 10px;
    height: 400px;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.service-merk-top{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.service-merk-btm{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.service-top{
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.each-service:hover{
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    background: #3733FF;
    transition:  all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-top-text{
    max-width: 614px;
    margin-left: auto;
}
.each-service-heading h3{
    padding-top: 17px;
    padding-bottom: 16px;
}
.each-service-heading p{
    display: none;
}
.mobile-service-btn{
    display: none;
}
.service-slider .swiper-slide{
    height: auto !important;
}
.each-service{
    height: 100%;
}
.service-heading-area {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    justify-content: space-between
}
.each-service a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ****** mid-usp-sec ****** */
.mid-usp-sec .usp-marquee-bg{
    border-radius: 10px;
    background: #10183C;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
}
.usp-marquee-sec.mid-usp-sec{
    padding-top: 0;
    padding-bottom: 0;
}
.mid-usp-wrap{
    overflow: hidden;
}
.mid-usp-sec .usp-marquee-wrap ul li{
    color: #fff;
}
.mid-usp-sec .usp-marquee-wrap ul li::after{
    background: url(../images/marqu-list-img-white.svg) transparent;
}
.mid-usp-sec .usp-marquee-wrap {
    padding: 29px 0px;
}
/* ***** about sec ******* */
.about-img-left-text p{
    position: relative;
}
.about-img-left-text p::after {
    background-image: url(../images/about-text-btm-icon.svg);
    bottom: -20px;
    right: -18px;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 33px;
    height: 24px;
    background-position: center;
    background-size: 33px;
    background-repeat: no-repeat;
}
.about-img-left-text p::before {
    background-image: url(../images/about-text-top-icon.svg);
    top: 5px;
    left: -22px;
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    width: 33px;
    height: 24px;
    background-position: center;
    background-size: 33px;
    background-repeat: no-repeat;
}
.about-img-info{
    display: flex;
    column-gap: 16px;
}
.about-sec-wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 113px;
    padding-bottom: 76px;
}
.about-sec{
    padding-top: 14px;
}
.about-text-area h2{
    color: #10183C;
    padding-bottom: 32px;
}
.about-text-area p{
    color: #10183C;
    margin-bottom: 38px;
}
.about-text-area {
    max-width: 553px;
    margin-left: 44px;
    padding-left: 10px;
}
.about-img-info-right img{
    border-radius: 10px;
    /* height: 100%;
    object-fit: cover; */
}
.about-img-left img {
    border-radius: 10px;
    /* height: 100%;
    object-fit: cover; */
}
.about-img-left-text p{
    color: #10183C;
    max-width: 274px;
}
.about-img-left-text {
    margin-left: 41px;
    margin-top: 70px;
}
.about-img-info-right{
    width: 54%;
}
.about-img-info-left{
    width: 46%;
}
.about-top-area .col-lg-7{
    width: 53%;
}
.about-top-area .col-lg-5{
    width: 47%;
}
.each-counter h2{
    color: #10183C;
    font-size: 6.4rem;
    line-height: 72px;
    padding-bottom: 5px;
}
.each-counter h4{
    color: #10183C;
    font-family: 'Inter-Regular';
}
.about-counter-text td h4{
    color: #10183C;
}
.about-counter-text td p{
    color: #10183C;
    margin-bottom: 0;
}
.about-counter-text tr{
    border-bottom: 1px solid rgba(16, 24, 60, 0.2);
}
.about-counter-text {
    border-top: 1px solid rgba(16, 24, 60, 0.2);
}
.about-counter-text table{
    width: 100%;
}
.about-counter-text tr{
    display: flex;
    align-items: center;
    padding: 23px 0;
}
.about-counter-text td:first-child{
    width: 36%;
}
.about-counter-text td{
    width: 64%;
}
.about-counter-area{
    padding-top: 98px;
}
/* ****** footer ****** */
.footer-wrap{
    border-radius: 19px;
    background: #10183C;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
}
.ft-merk-left{
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.ft-merk-right{
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.footer-area{
    padding-top: 14px;
    padding-bottom: 14px;
}
.footer-logo img{
    width: 276px;
}
.footer-logo{
    text-align: center;
    position: relative;
    z-index: 1;
}
.ft-Contact-area{
    display: flex;
    justify-content: space-between;
    max-width: 1105px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 58px;
    z-index: 1;
    position: relative;
}
.footer-item p{
    margin-bottom: 3px;
}
.footer-item p {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
}
.footer-item a {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-item p a:hover{
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-item td{
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.footer-item h4{
    padding-bottom: 17px;
    text-align: center;
}
.footer-item{
    text-align: center;
}
.ft-Contact-area .footer-item:last-child{
    text-align: left;
}
.footer-item h6{
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 2px;
}
.footer-item h6 a:hover{
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-item td:nth-child(odd) {
    padding-right: 47px;
}
.ft-wp{
    text-align: end;
}
.ft-wp a{
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.ft-wp a::after{
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    height: 1px;
    width: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-wp a:hover::after{
    width: 100%;
}
.ft-btm-mid ul{
    display: flex;
    align-items: center;
    column-gap: 89px;
    justify-content: center;
}
.privacy-policy p a{
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.privacy-policy p{
    margin-bottom: 0;
}
.privacy-policy p a::after{
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    height: 1px;
    width: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.privacy-policy p a:hover::after{
    width: 100%;
}
.ft-btm-mid li{
    padding: 0;
}
.ft-btm-logo img{
    width: 168px;
}
.ft-btm-mid li a{
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.ft-btm-mid li a::after{
    content: '';
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    top: auto;
    height: 1px;
    width: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-btm-mid li a:hover::after {
    width: 100%;
}
.footer-btm-area {
    padding-top: 68px;
}
.mobile-footer-btm{
    display: none;
}

/* ------------- DIENS DTL ---------- */
/****bk-btn****/
.bk-btn {
    position: relative;
    top: 54px;
}
.bk-btn .common-btn {
    padding-left: 23px;
    padding-right: 23px;
    z-index: 1;
    position: relative;
    padding: 11px 15px 11px  53px;
}
.bk-btn .common-btn::after{
    left: 2%;
    right: unset;
    transform: translateY(-50%) rotate(180deg);
}
/* *** diens-top-sec *** */
.diens-top-sec{
    margin-top: -46px;
}
.diens-top-warp{
    border-radius: 10px 10px 0 0;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 140px;
}
.diens-top-text-area {
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    max-width: 1190px;
    margin-right: auto;
    height: 100%;
}
.diens-top-text{
    width: 49%;
    padding-top: 48px;
}
.diens-top-img-left{
    width: 51%;
    height: 100%;
}
.diens-top-text h2{
    color: #10183C;
    padding-bottom: 25px;
}
.diens-top-text p{
    color: #10183C;
}
.diens-top-img-right img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.diens-top-img-right{
    height: 100%;
}
.diens-top-img-left img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.diens-top-warp .col-lg-2{
    width: 18%;
}
.diens-top-warp .col-lg-10{
    width: 82%;
}
.diens-top-text li::after{
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    top: 9px;
    left: 0;
    background-color: #10183C;
    border-radius: 100px;
}
.diens-top-text li{
    padding-left: 18px;
    color: #10183C;
}
.diens-top-text ul{
    margin-left: 10px;
}
.diens-top-text h6{
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #10183C;
}
.diens-top-text h6 em{
    font-style: normal;
}
.diens-top-text ol li::after{
    content: "";
    top: 2px;
    left: 0;
    position: absolute;
    background-image: url(../images/li-tick.png);
    background-size: 14px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}
.diens-top-text ol li{
    list-style: none;
}
.diens-top-text ol{
    padding-left: 0;
    margin-bottom: 0;
}
/* ***** diens-mid-sec ***** */
.diens-mid-wrap{
    border-radius: 0 0 10px 10px;
    background: #FFF;
    /* box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05); */
    box-shadow: 0 7px 6px 3px rgba(0, 0, 0, 0.05);
    padding-bottom: 80px;
    padding-top: 76px;
}
.diens-mid-text-left h2{
    color: #10183C;
}
.diens-mid-text-right td h4{
    color: #10183C;
}
.diens-mid-text-right td p{
    color: #10183C;
    margin-bottom: 0;
}
.diens-mid-text-right tr {
    display: flex;
    align-items: center;
    padding: 23px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    column-gap: 150px;
}
.diens-mid-text-right td:first-child {
    width: 30%;
}
.diens-mid-text-right tr:last-child{
    border-bottom: 0;
}
.diens-mid-text-right td {
    width: 70%;
}
.diens-mid-text-right{
    max-width: 1024px;
    margin-left: 72px;
}
.diens-mid-text-right tr{
    position: relative;
}
.diens-mid-text-right tr::after{
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(16, 24, 60, 0.2);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-text-right tr:hover::after{
    background-color: #3733FF;
}
.diens-mid-text-right table{
    width: 100%;
}
.diens-mid-text-right li{
    position: relative;
}
.diens-mid-text-right li::after{
    content: "";
    top: 4px;
    left: 0;
    position: absolute;
    background-image: url(../images/li-tick.png);
    background-size: 14px;
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.diens-mid-text-right ul{
    margin-bottom: 10px;
    margin-top: 10px;
}
.diens-mid-text-right ol li::after{
    content: "";
    top: 7px;
    left: 0;
    position: absolute;
    background-color: #10183C;
    border-radius: 100px;
    width: 6px;
    height: 6px;
    background-position: center;
    background-repeat: no-repeat;
}
.diens-mid-text-right ol{
    list-style: none;
}
.diens-mid-text-right li{
    padding-left: 15px;
}
/* *******form-sec***** */
.form-sec{
    padding-top: 14px;
}
.form-dtl-area .form-group {
  position: relative;
  margin-bottom: 12px;
}
.form-group-ad{
    margin-bottom: 0;
}
.foto_upload {
  color: rgba(227, 217, 208, 0.50);
}
.form-sec .form-group label {
    position: absolute;
    top: 30px;
    left: 0;
    color: rgba(227, 217, 208, 0.5);
    transition: 0.3s;
    pointer-events: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.form-dtl-area .form-group.focused label {
    top: 7px;
}
.form-dtl-area .form-style:focus + label{
    top: 7px;
}
.form-sec-wrap{
    position: relative;
    overflow: hidden;
    background: #282828;
    border-radius: 10px;
    background: linear-gradient(77deg, #17214D 3.13%, #10183C 92.62%);
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    z-index: 1;
    padding-bottom: 70px;
    padding-top: 80px;
}
.form-mark-top{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.form-merk-btm{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.form-img{
    z-index: 1;
    position: relative;
    /* height: 100%; */
    margin-left: 10px;
}
.form-img img{
    /* height: 100%;
    object-fit: cover; */
    border-radius: 10px;
    object-position: top;
}
.form-heading{
    max-width: 614px;
    margin-right: auto;
}
.form-dtl-area{
    max-width: 894px;
    margin-right: auto;
}
.form-main-area .form-style {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(227, 217, 208, 0.50);
    background: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding: 31px 0 12px;
    padding-left: 0;
    color: #F4F4F4;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.form-main-area .form-style.foto_upload{
    color: rgba(227, 217, 208, 0.50);
    padding-top: 0;
}
.form-main-area .photo_upload.foto_upload{
    padding-top: 28px;
}
.form-main-area .form-style::placeholder {
    color: rgba(227, 217, 208, 0.50);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-style:-ms-input-placeholder {
    color: rgba(227, 217, 208, 0.50);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-main-area .form-style:focus {
    box-shadow: none;
    border-color: #F4F4F4;
    background: transparent;
    color: #F4F4F4;
}
/* .form-main-area .form-style:focus::placeholder {
    color: #F4F4F4;
} */
.form-main-area textarea.form-style {
    height: 125px;
    resize: none;
}
.form-contact-dtl{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.each-form-cantact p{
    margin-bottom: 0;
}
.each-form-cantact{
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, 0.20);
    padding: 16px;
    width: 32%;
    background: #10183C;
}
.form-contact-dtl .each-form-cantact:last-child{
    margin-bottom: 0;
}
.each-form-cantact h4{
    padding-bottom: 16px;
}
.form-dtl-area .common-btn{
    margin-top: 28px;
}
.each-form-cantact a:hover{
    text-decoration: underline;
}
.each-form-cantact a{
    padding-left: 0;
    color: rgba(255, 255, 255, 0.7);
}
.each-form-cantact p{
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.7);
}
.each-form-cantact td{
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
    color: rgba(255, 255, 255, 0.7);
}
.each-form-cantact td:nth-child(odd) {
    padding-right: 47px;
}
.form-heading h2{
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-heading p{
    margin-bottom: 0;
}
body .form-dtl-area .error_cls,
body .form-dtl-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-main-area .col-lg-4{
    width: 29%;
}
.form-main-area .col-lg-8{
    width: 71%;
}
.form-dtl-area .common-btn{
    color: #fff;
}
.form-dtl-area .common-btn em{
    font-style: normal;
}
.form-main-area{
    padding-top: 34px;
}
.form-heading-mob{
    display: none;
}
.form-contact-mob{
    display: none;
}
.form-dtl-area .form-style::placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ****** diens-btm-sec ****** */
.diens-btm-sec{
    padding-top: 14px;
}
.each-diens-slider-img {
    height: 549px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
    border-radius: 10px;
}
.each-diens-slider-img::after{
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(16, 24, 60, 0.00) 0%, #10183C 100%);
    position: absolute;
}
.each-diens-slider-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.diens-btm-wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 105px;
    padding-bottom: 105px;
}
.diens-btm-heading h2{
    color: #10183C;
}
.diens-btm-heading{
    text-align: center;
    padding-bottom: 79px;
}
.each-diens-slider-text{
    position: absolute;
    bottom: 24px;
    left: 24px;
}
.each-diens-text-mob{
    display: none;
}
.each-dines-btm-slider:hover img {
    transform: scale(1.1);
}
.each-dines-btm-slider{
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.each-diens-slider-text p{
    color: #10183C;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.each-diens-slider-text .text-btn{
    color: #10183C;
}
.each-diens-text-mob .text-btn::after {
    background-image: url(../images/btn-arw-mob-blue.svg);
    background-size: 5px;
    width: 9px;
    height: 9px;
    top: 53%;
    right: -21%;
}
/* ---------- diens list -------- */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    overflow: hidden;
}
.each-inner-banner {
	height: 500px;
    position: relative;
}
.each-inner-banner::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 24, 60, 0.20) 0%, rgba(16, 24, 60, 0.00) 100%);
}
.each-inner-banner img {
	height: 100%;
	object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 0;
    bottom: 125px;
    z-index: 2;
    width: 100%;
}
.inner-banner-sec .each-inner-banner{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
/* **** diens-list-sec ***** */
.diens-list-sec{
    padding-top: 58px;
    padding-bottom: 82px;
}
.each-diens-list-img{
    display: flex;
    align-items: end;
}
.diens-list-big-img{
    height: 440px;
}
.diens-list-small-img{
    height: 312px;
    margin-left: -130px;
    margin-bottom: -40px;
}
.each-diens-list-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.each-diens-list-info h3{
    color: #10183C;
    padding-bottom: 16px;
}
.each-diens-list-info p{
    color: #10183C;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.each-diens-list-info .common-btn {
    margin-top: 22px;
}
.each-diens-list-info {
    max-width: 563px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.each-diens-list{
    border-bottom: 1px solid rgba(16, 24, 60, 0.2);
    padding: 24px 0 64px;
}
.diens-list-sec .each-diens-list:last-child{
    border-bottom: 0;
}
.diens-list-sec .each-diens-list:nth-child(even) .each-diens-list-info{
    margin-left: 0;
    margin-right: auto;
}
.diens-list-sec .each-diens-list:nth-child(even) .each-diens-list-img{
    flex-direction: row-reverse;
}
.diens-list-sec .each-diens-list:nth-child(even) .diens-list-small-img{
    margin-right: -130px;
    z-index: 1;
    position: relative;
    margin-left: 0;
}
.each-diens-list .col-lg-5{
    width: 45%;
}
.each-diens-list .col-lg-7{
    width: 55%;
}
.each-diens-list-info .text-btn{
    display: none;
}
/* ------ contact ------- */
.contact-form .form-sec-wrap {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-bottom: 147px;
    padding-top: 147px;
}
.contact-form .form-heading h2{
    color: #10183C;
}
.contact-form .form-heading p{
    color: #10183C;
}
.contact-form.form-sec .form-group label{
    color: rgba(16, 24, 60, 0.5);
}
.contact-form .form-main-area .form-style{
    border-bottom: 1px solid rgba(16, 24, 60, 0.5);
    color: #10183C;
}
.contact-form .form-dtl-area .common-btn {
    color: #10183C;
}
.contact-form .form-dtl-area .common-btn:hover{
    color: #fff;
}
.contact-form .form-main-area .form-style:focus {
    box-shadow: none;
    border-color: #10183C;
    background: transparent;
    color: #10183C;
}
/* ------ werkplaats ------- */
.werkplaats-top-sec .diens-top-text ul{
    margin-bottom: 24px;
}
/* ------- over ons ----------- */
/* **** over-ons-top-sec *** */
.over-ons-top-sec{
    padding-top: 10px;
}
.over-ons-top-wrap{
    border-radius: 10px 10px 0 0; 
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 72px;
    padding-bottom: 44px;
}
.over-ons-top-img{
    display: flex;
    gap: 16px;
    height: 100%;
}
.over-ons-top-img img{
    border-radius: 10px;
}
.over-ons-big-img {
    height: 100%;
    width: 54%;
}
.over-ons-big-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-img-left {
    width: 46%;
}
.over-ons-top-img .counter-wrap{
    text-align: center;
    padding-top: 48px;
}
.over-ons-top-img .each-counter h4{
    line-height: 24px;
}
.over-ons-top-text p{
    color: #10183C;
}
.over-ons-top-text li{
    border-bottom: 1px solid rgba(16, 24, 60, 0.2);
    padding-top: 15px;
    padding-bottom: 12px;
    padding-left: 0;
}
.over-ons-top-text ul{
    border-top: 1px solid rgba(16, 24, 60, 0.2);
}
.over-ons-top-text{
    padding-left: 22px;
    max-width: 668px;
}
.over-ons-top-text h2{
    color: #10183C;
    padding-bottom: 16px;
}
.over-ons-top-text-dtl{
    max-width: 543px;
}
.over-ons-top-text li h3{
    padding-bottom: 11px;
    font-size: 2.4rem;
    line-height: 32px;
}
.over-ons-top-text li p{
    margin-bottom: 0;
}
/* ***** team-sec ***** */
.team-sec{
    padding-top: 10px;
}
.team-heading h2{
    color: #10183C;
}
.team-heading{
    text-align: center;
    padding-bottom: 71px;
}
.team-sec-wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 72px;
    padding-bottom: 72px;
}
.team-top-img img{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-top-img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    border-radius: 10px;
    padding-bottom: 40px;
}
.team-top-img:hover img{
    transform: scale(1.1);
    overflow: hidden;
}
.team-top-img-wrap{
    overflow: hidden;
    border-radius: 10px;
}
.team-top-img:hover {
    overflow: hidden;
}
.team-image img{
    border-radius: 10px;
}
.each-team-member{
    position: relative;
}
.team-dtls{
    position: absolute;
    bottom: 16px;
    left: 16px;
    border-radius: 10px;
    background: #FFF;
    width: calc(100% - 32px);
    text-align: center;
    padding: 12px 12px 10px;
}
.team-dtls p{
    color: rgba(16, 24, 60, 0.7);
    margin-bottom: 0;
}
.team-dtls h3{
    padding-bottom: 0px;
    font-size: 2.4rem;
    line-height: 32px;
}
.team-slider-btn .swiper-button-next{
    right: -24px;
}
.team-slider-btn .swiper-button-prev{
    left: -24px;
}
/* -------------- bedankt -------------- */
.modal-area .modal-dialog {
    max-width: 1084px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(16, 24, 60, 0.40);
    backdrop-filter: blur(5px);
}
.modal-area .modal-content {
	position: relative;
    border: none;
    border-radius: 20px;
    background: #F8F8F7;
    backdrop-filter: blur(12px);
}
.modal-area .modal-content-wrap {
    overflow: hidden;
    border-radius: 20px;
}
.modal-area .modal-content .popup-content{
    padding: 44px 48px;
   text-align: center;
}
.modal-area .modal-content .col-lg-5 {
    width: 100%;
}
.modal-area .modal-content .col-lg-7 {
    width: 100%;
}
.modal-area .popup-content ul {
    margin-bottom: 2px;
    padding: 0;
}
.popup-content  h2{
    color: #10183C;
    padding-bottom: 17px;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    width: 56px;
    height: 56px;
	background-color: rgba(55, 51, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100px;
	z-index: 3;
}
.close-img img {
	width: 20px;
    height: 20px;
}
.popup-content ul li {
    color: rgba(16, 24, 60, 0.8);
    padding-left: 10px;
    list-style: disc;
    list-style-position: inside;
}
.popup-content ul li:last-child{
    margin-bottom: 0;
}
.popup-content ul li::after{
    background-color: rgba(16, 24, 60, 0.8);
    background-image: none;
    border-radius: 100px;
    display: none;
}
.popup-content p{
    color: rgba(16, 24, 60, 0.8);
    margin-bottom: 32px;
}
.popup-content p:last-child{
    margin-bottom: 0;
}
.thank-you-banner .each-inner-banner{
    height: 741px;
}
.thank-you-banner .inner-banner-content{
    bottom: 218px;
}
.thank-you-banner .inner-banner-text h1{
    padding-bottom: 10px;
}
/* ------ vacature dtl ----------- */
.vacature-mid-sec .diens-mid-text-right li::after{
    background-image: none;
    background-color: #10183C;
    width: 5px;
    height: 5px;
    border-radius: 100px;
    top: 9px;
}
.vacature-mid-sec li{
    padding-left: 15px;
}
/* /------ aanbod-list ----------/ */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 65px 0 70px;
    position: relative;
}
.filter-heading h2{
    color: #10183C;
}
.filter-heading{
    padding-bottom: 32px;
}
.filter-wrap{
    display: flex;
}
.filter-main-area{
    /* max-width: 880px; */
    width: 100%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #10183C;
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) saturate(100%) invert(12%) sepia(12%) saturate(4352%) hue-rotate(197deg) brightness(87%) contrast(104%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #3733FF;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(95%) saturate(7499%) hue-rotate(245deg) brightness(106%) contrast(109%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #10183C;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    border-radius: 100px;
    border: 1px solid transparent;
    padding: 0 55px 0 18px;
    /* background: url(../images/filter-arrow.svg) rgba(16, 24, 60, 0.20) no-repeat 91% center / 9px; */
    background-color: rgba(16, 24, 60, 0.20);
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    position: relative;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.aanbod-filter-sec .select-style::after{
    background-color: #3733FF;
    background-image: url(../images/filter-arrow.svg) ;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    right: 6px;
    top: 3px;
}
.aanbod-filter-sec .select-style:hover{
    border-radius: 100px;
    color: #fff;
    background-color: #3733FF;
    backdrop-filter: blur(2px);
}
.aanbod-filter-sec .select-style:hover::after{
    background-color: #fff;
    background-image: url(../images/filter-arrow-hover.svg) ;
}
.aanbod-filter-sec .select-style.show::after{
    background-color: #fff;
    background-image: url(../images/filter-arrow-hover.svg) ;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 10px 10px 0 0;
    border-color: #3733FF;
    color: #fff;
    background-color: #3733FF;
    backdrop-filter: blur(2px);
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Inter-Regular';
	background-color: #1D1D1B;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #3733FF;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #10183C;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #10183C;
    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 #10183C;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #3733FF;
    border-color: #3733FF;
    background-image: url(../images/check-tick-white.svg);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #10183C;
    border-radius: 100px;
    background-color: transparent;
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    border: 1px solid #10183C;
    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 img{
    filter: brightness(0) saturate(100%) invert(12%) sepia(12%) saturate(4352%) hue-rotate(197deg) brightness(87%) contrast(104%);
}
.auto-overview-tag:hover img {
    filter: brightness(0) invert(1);
}
.auto-overview-tag:hover {
    background-color: #3733FF;
    color: #fff;
    border-color: #3733FF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Poppins-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #3733FF;
    border-color: #3733FF;
    letter-spacing: 0.42px;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: rgba(16, 24, 60, 0.2);
    border-color: transparent;
    color: #10183C;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #10183C;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #10183C;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background-color: #fff;
    border-bottom: 1px solid rgba(8, 29, 58, 0.15);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 100px;
    margin-left: auto;
    border: 1px solid rgba(16, 24, 60, 1);
}
.mobile-filter-close span img {
	width: 12px;
    filter: brightness(0) saturate(100%) invert(8%) sepia(72%) saturate(1667%) hue-rotate(210deg) brightness(91%) contrast(97%);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: rgba(55, 51, 255, 1);
    border: 1px solid rgba(55, 51, 255, 1);
    color: #fff;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(16, 24, 60, 0.2);
    color: #10183C;
    border-color: rgba(16, 24, 60, 0.2);
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
.aanbod-list-product-sec .each-product-price .common-btn{
    width: 100%;
    margin-top: 18px;
}
.aanbod-list-product-sec .each-product-price .common-btn::after{
    display: none;
}
.aanbod-list-product-sec .each-product-price{
    border-top: 1px solid rgba(16, 24, 60, 0.1);
    margin-top: 19px;
}
.aanbod-list-product-sec .col-lg-6{
    padding-left: 12px;
    padding-right: 12px;
}
.aanbod-list-product-sec .row{
    margin-left: -12px;
    margin-right: -12px;
    row-gap: 24px;
}
.aanbod-list-product-sec{
    padding-bottom: 108px;
}
.aanbod-list-product-sec .each-product-table-wrap td{
    padding-right: 3px;
    margin-right: 3px;
}
/****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: #3733FF;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(55, 51, 255, 0.6);
    border-color: rgba(55, 51, 255, 0.6);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(255, 255, 255, 0.8);
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: rgba(16, 24, 60, 0.8);
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 100px;
    border: 1px solid #10183C;
    padding: 8px;
    background-color: #fff;
    width: 97px;
    color: #10183C;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: rgba(16, 24, 60, 0.4);
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Inter-Medium';
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #10183C;
    font-family: 'Inter-Medium';
}
.range-block label {
    color: #10183C;
}
/* --------- vacature ---------- */
/* **** Verkocht-product-sec *** */
.Verkocht-product-sec{
    position: relative;
}
.Verkocht-merk {
    position: absolute;
    top: -170px;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.Verkocht-product-heading h2{
    color: #10183C;
    padding-bottom: 8px;
}
.Verkocht-product-heading p{
    color: #10183C;
}
.header-area.vacature-header{
    background-color: transparent;
}
.header-area.vacature-header.header-active{
    background-color: #fff;
}
.aanbod-list-product-sec.Verkocht-product-sec{
    padding-top: 58px;
}
.Verkocht-product-heading{
    padding-bottom: 33px;
}
/* ------ AANBOD DTL ----------- */
/* ******aanbod-dtl-top-sec********** */
.each-top-side-car img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.each-top-side-car {
    padding-bottom: 24px;
    /* height: 215px; */
    height: 49.3%;
}
.each-top-side-car:last-child{
    padding-bottom: 0;
}
.aanbod-dtl-top-car-slider img{
    border-radius: 10px;
}
.aanbod-dtl-top-wrap .row{
    margin-left: -10px;
    margin-right: -10px;
}
.aanbod-dtl-top-wrap .col-lg-2{
    padding-left: 10px;
    padding-right: 10px;
    width: 24%;
}
.aanbod-dtl-top-wrap .col-lg-8{
    padding-left: 10px;
    padding-right: 10px;
    width: 52%;
}
.each-aanbod-dtl-car {
    height: 100%;
}
.aanbod-dtl-car-info {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    align-items: center;
}
.aanbod-dtl-car-info-area{
    padding-top: 16px;
}
.aanbod-dtl-car-info-area .row{
    align-items: center;
}
.aanbod-dtl-top-slider .swiper-button-next {
    right: -20px;
    /* opacity: 1; */
}
.aanbod-dtl-top-slider .swiper-button-prev {
    left: -20px;
}
.aanbod-dtl-top-slider .common-arrow{
    top: 47.5%;
}
.aanbod-dtl-top-cover{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 132px;
    padding-bottom: 42px;
}
.aanbod-dtl-top-sec{
    margin-top: -46px;
}
.aanbod-dtl-top-btn ul{
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: end;
}
.aanbod-dtl-top-btn ul li{
    padding-left: 0;
}
.aanbod-dtl-top-btn{
    margin-top: -81px;
    margin-bottom: 33px;
}
.aanbod-dtl-car-price h3{
    color: #10183C;
}
.aanbod-dtl-car-price p{
    color: rgba(16, 24, 60, 0.7);
}
.each-aanbod-contact{
    display: flex;
    gap: 16px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 10px;
}
.aanbod-contact-img {
    min-width: 72px;
    height: 72px;
}
.aanbod-dtl-car-info p{
    margin-bottom: 0;
    margin-top: 8px;
}
.aanbod-dtl-car-info td p{
    color: #10183C;
}
.aanbod-dtl-car-info table{
    width: 100%;
}
.aanbod-dtl-car-info td h4{
    color: #10183C;
    letter-spacing: 0.24px;
}
.aanbod-contact-text h4{
    color: #10183C;
    letter-spacing: 0.24px;
}
.aanbod-contact-text p a{
    color: rgba(16, 24, 60, 0.7);
}
.aanbod-contact-text p{
    margin-bottom: 0;
}
.aanbod-contact-text p:last-child a{
    font-family: 'Inter-Italic';
}
.aanbod-dtl-car-info td{
    text-align: center;
    position: relative;
}
.aanbod-dtl-car-info tr{
    display: flex;
    align-items: end;
    gap: 24px;
    flex-wrap: wrap;
}
.aanbod-dtl-car-info td::after {
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    content: "";
    background: rgba(16, 24, 60, 0.1);
}
.aanbod-dtl-car-info td:first-child::before{
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    content: "";
    background: rgba(16, 24, 60, 0.1);
}
.aanbod-dtl-car-info-area .col-lg-4{
    width: 30%;
}
.aanbod-dtl-car-info-area .col-lg-2{
    width: 22.5%;
}
.aanbod-dtl-car-info-area .col-lg-6{
    width: 47.5%;
}
.aanbod-dtl-car-info td h6{
    color: rgba(16, 24, 60, 0.7);
    font-size: 2.4rem;
    line-height: 24px; 
    letter-spacing: 0.24px;
    font-family: 'Inter-Regular';
    padding-top: 7px;
}
.aanbod-contact-text p a:hover{
    color: rgba(16, 24, 60, 1);
}
.aanbod-dtl-car-price p{
    margin-bottom: 0;
    margin-top: 7px;
}
.aanbod-dtl-shear-btn{
    display: none;
}
.aanbod-dtl-shear-btn li a{
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.5);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-shear-btn li:hover a{
    background-color: rgba(16, 24, 60, 1);
}
.aanbod-dtl-shear-btn li:hover a img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-shear-btn li{
    padding-left: 0;
}
.aanbod-dtl-shear-btn ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.aanbod-dtl-welcome-right{
    display: none;
}
.aanbod-dtl-mob-car{
    display: none;
}
/**********dtl-tab-sec**********/
.dtl-tab-sec {
    padding-top: 14px;
}
.dtl-tab-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 12px;
    border: 0;
    row-gap: 12px;
    margin: auto;
    justify-content: center;
    margin-bottom: 70px;
}
ul.tabs li {
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 50px;
    line-height: 24px;
}
.tab-btn ul li.common-btn {
    color: #10183C;
    padding-left: 18px;
    padding-right: 33px;
    border-radius: 100px;
    background: #FFF;
    max-width: max-content;
    width: 100%;
    text-align: center;
    word-break: normal;
    padding: 9px 57px 9px 38px;
}
.tab-btn ul li.common-btn.active,
.tab-btn ul li.common-btn:hover {
    background-color: #3733FF;
}
.tab-btn ul li.common-btn::after {
    display: none;
}
.tab-btn .common-btn::before {
    display: none;
}
.tab-btn .common-btn strong {
    position: relative;
    font-family: 'Inter-Medium';
}
.tab-btn .common-btn strong::before {
    position: absolute;
    right: -13px;
    top: 6px;
    content: "";
    width: 5px;
    height: 9px;
    background-image: url(../images/tab-arw.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
}
.tab-btn ul li.common-btn.active,
.tab-btn .common-btn:hover {
    border-color: #3733FF;
    background-color: #3733FF;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul li.common-btn.active strong::before {
    /* background-image: url(../images/tab-arw-white.svg); */
    transform: rotate(90deg);
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    /* background-size: 8px;
    width: 8px;
    height: 8px;
    top: 8px;
    right: -17px; */
    filter: brightness(0) invert(1) ;
}
.tab-btn .common-btn:hover strong::before{
   filter: brightness(0) invert(1);
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.kenmerken-tab tr::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #FFF;
}
.kenmerken-tab td {
    text-align: center;
    width: 20%;
    text-align: center;
    padding: 43px 20px;
    border-bottom: 1px solid rgba(16, 24, 60, 0.15);
    border-right: 1px solid rgba(16, 24, 60, 0.15);
}
.kenmerken-tab td:nth-child(5n) {
    border-right: 0;
}
.tab_content {
    display: none;
}
.tab_content p strong{
    color: #10183C;
    font-family: 'Inter-Regular';
}
.tab_drawer_heading {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab td p {
    color: rgba(16, 24, 60, 0.7);
    margin-bottom: 0;
}
.kenmerken-tab td h4 {
    font-family: 'Inter-Regular';
    color: #10183C; 
    line-height: 20px;
    margin-top: 9px;
    font-size: 1.6rem;
    line-height: 24px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #10183C;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 34px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    color: #10183C;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #10183C;
    border-radius: 100px;
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3733FF;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #3733FF;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
}
.tab-btm-btn {
    text-align: center;
    margin-top: 67px;
}
.tab-btm-btn .common-btn {
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 0;
    border: 0;
    line-height: normal;
    color: #3733FF;
    background-color: transparent;
}
.tab-btm-btn .common-btn:hover{
    color: #10183C;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
.dtl-tab-wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 83px;
    padding-bottom: 44px;
}
.dtl-btm-contact-info li p {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
}
.dtl-btm-contact-info li p a{
    color: rgba(0, 0, 0, 0.7);
}
.dtl-btm-contact-info li p:hover a{
    color: #10183C;
}
.dtl-btm-contact-info {
    text-align: center;
    padding-left: 34%;
}
/****kenmarken-popup****/
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(16, 24, 60, 1);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(16, 24, 60, 0.7);
    -webkit-box-shadow: 0 4px 12px rgba(16, 24, 60, 0.7);
	max-width: 93%;
}
.popup-cross{
    background: rgba(16, 24, 60, 1);
    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 rgba(16, 24, 60, 0.7);
}
.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: 38px;
}
.tab-popup-area h3{
    line-height: normal;
    margin-bottom: 20px;
    font-size: 3.2rem;
}
.tab-popup-area p{
    color: rgba(16, 24, 60, 0.7);
    line-height: normal;
    padding-bottom: 20px;
    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;
    color: rgba(16, 24, 60, 1);
    font-size: 2.6rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(16, 24, 60, 0.7);
    line-height: 40px;
    color: rgba(16, 24, 60, 1);
    flex-wrap: wrap;
	padding-left: 0;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(16, 24, 60, 0.7);
    font-family: 'Inter-Regular';
}
.show-popup{
    display: none;
}
/* ***** related-product-sec ***** */
.related-product-sec.aanbod-list-product-sec{
    padding-top: 14px;
    padding-bottom: 0;
}
.related-product-wrap{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 3px 7px 7px rgba(0, 0, 0, 0.05);
    padding-top: 105px;
    padding-bottom: 106px;
}
.related-product-heading h2{
    color: #10183C;
    padding-bottom: 54px;
}
.related-product-heading{
    text-align: center;
}
.related-product-parent-slider{
    max-width: 1412px;
    margin-left: auto;
    margin-right: auto;
}
.related-product-slider  .swiper-button-next {
    right: -30px;
}
.related-product-slider  .swiper-button-prev {
    left: -30px;
}
.related-product-slider .common-arrow{
    top: 46%;
}
.related-product-sec.aanbod-list-product-sec .each-product-table-wrap td {
    padding-right: 10px;
    margin-right: 10px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Inter-Medium';
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #1E1E1E;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
} 
.details_calculator {
    width: 100%;
    height: 1362px;
}
.google-review-sec{
    padding-top: 100px;
    padding-bottom: 100px;
}
.privacy_section p{
    color: #10183C;
    padding-bottom: 10px;
}
.privacy_section h2{
    color: #10183C;
}
.privacy_section p strong{
    font-family: 'Inter-Regular';
}
.privacy_section{
    padding-top: 40px;
    padding-bottom: 60px;
}
.aanbod-dtl-top-btn .share-social-media-button a {
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.5);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share-social-media-button:hover a  {
    background-color: rgba(16, 24, 60, 1);
}
.aanbod-dtl-top-btn .share-social-media-button:hover .a2a_dd svg {
    filter: brightness(0) invert(1);
}
.share-social-media-button .a2a_dd svg {
    width: 14px !important;
    margin-right: 2px !important;
}
.aanbod-dtl-shear-btn .share-social-media-button:hover .a2a_dd svg {
    filter: brightness(0) invert(1);
}
.aanbod-dtl-top-btn .nav-link{
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.5);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-top-btn  .nav-link:hover{
    background-color: rgba(16, 24, 60, 1);
}
.aanbod-dtl-top-btn  .nav-link img{
    width: 14px;
}
.aanbod-dtl-top-btn  .nav-link:hover img{
    filter: brightness(0) invert(1);
}

/*******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 30px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(rgba(55, 51, 255, 1) calc(1*100%/6),rgba(55, 51, 255, 1) 0 calc(3*100%/6),rgba(55, 51, 255, 1) 0),
              linear-gradient(rgba(55, 51, 255, 1) calc(2*100%/6),rgba(55, 51, 255, 1) 0 calc(4*100%/6),rgba(55, 51, 255, 1) 0),
              linear-gradient(rgba(55, 51, 255, 1) calc(3*100%/6),rgba(55, 51, 255, 1) 0 calc(5*100%/6),rgba(55, 51, 255, 1) 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: rgba(55, 51, 255, 1);
  }


.carpass-img {
    width: 115px;
}










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

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

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

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

.notifcation {
    position: relative;
}

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

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



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

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

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.werkplaat-btm-slider .swiper-button-next{
    right: -20px;
}
.werkplaat-btm-slider .swiper-button-prev{
    left: -20px;
}

.usp-marquee-sec.usp-marquee-error{
	background: #10183C;
}
.usp-marquee-error .usp-marquee-wrap li{
    color: #fff;
}
.header-area.error-header{
    background: #10183C;
}
.header-area.error-header .header-nav > ul > li > a{
    color: #fff;
}
.header-area.error-header .header-nav > ul > li > a::after{
    background-color: #fff;
}
.header-area.error-header .header-btn .common-btn{
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.header-area.error-header .header-btn .common-btn:hover{
    color: #FFF;
    background-color: #3733FF;
    border-color: #3733FF;
}
.header-area.error-header .header-btn .common-btn:hover::after {
    background-color: #fff;
    background-image: url(../images/btn-arw-blue.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.diens-btm-slider .each-dines-btm-slider{
    height: 100%;
}
.diens-btm-slider .swiper-slide {
    height: auto;
}
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
