body {
	padding: 0px;
	margin: 0px;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    color: #4C5B6A;
    background-color: #F2F2F2;
    /*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;
}
.privacy_section p {
	margin-bottom: 10px;
}
.star_icon p { 
    margin-bottom: 0; 
}
/***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;
}
/****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;
}
/*****************header****************/
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    background-color: #E5E6E9;
    padding: 16px 0;
    -webkit-transition: all 0.5s;
}
.header-active{
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    border-bottom: 1px solid #C4C4D9;
}
.header-active .header-logo img{
    width: 90px;
}
.header-logo img {
    width: 90px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #4C5B6A;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #4C5B6A;
    position: relative;
}
.header-nav > ul > li > a::after{
    position: absolute;
    content: "";
    background-color: #4C5B6A;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -8px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover {
    color: #4C5B6A;
    font-family: 'Roboto-SemiBold';
}
.header-nav > ul > li > a:hover::after{
    opacity: 1;
}
.header-btn-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: end;
    padding-right: 80px;
}
.header-popup a{
    color: #1F3A76;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-popup a:hover{
    color: #4C5B6A;
}
.header-btn .common-btn::after{
    display: none;
}
.header-btn .common-btn {
    padding: 11px 24px 11px 24px;
}
/* Dropdown */
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid #1F3A76;
	background-color: #1F3A76;
	box-shadow: 0px 10px 15px -3px rgb(15, 15, 15, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 0px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > .arw-img {
	position: absolute;
	right: 0;
	top: 9px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open .arw-img {
	transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(34%) sepia(3%) saturate(3058%) hue-rotate(172deg) brightness(99%) contrast(95%);
}
.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::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 8px 17px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
    opacity: 0.4;
}
/*****side-menu****/
.menu-btn {
    padding: 0;
    width: 45px;
    height: 16px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    display: none;
}
.header-navbar.active .menu-btn{
    opacity: 0;
}
.menu-btn span:nth-child(1) {
    width: 100%;
    height: 1px;
    background: #1F3A76;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2) {
    width: 100%;
    height: 1px;
    background: #1F3A76;
    position: absolute;
    content: "";
    top: 7px;
    right: 0px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3) {
    width: 100%;
    height: 1px;
    background: #1F3A76;
    position: absolute;
    content: "";
    top: 14px;
    right: 0px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn.active span:nth-child(1),
.menu-btn.active span:nth-child(3) {
    background: #F6F6F6;
}
.menu-btn.active span:nth-child(2){
    display: none;
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
}
.menu-btn.active span:nth-child(3){
    transform: rotate(-45deg);
    top: 0;
}
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 450px;
    background-color: #1F3A76;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-active .parent-dropdown > ul > li > a {
    color: #1F3A76;
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    /* color: #ffffff4d; */
    color: #4C5B6A;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: block;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #FFF;
    display: block;
    padding-bottom: 0;
    font-family: 'Roboto-Regular';
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #ffffff4d;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown .arw-img {
    top: 10px;
    width: 10px;
    filter: brightness(0) invert(1);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    z-index: 3;
    pointer-events: all;
}
.loged-in{
    display: flex;
    align-items: center;
    gap: 16px;
}
.loged-text{
    color: #4C5B6A;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.loged-img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.loged-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* ========== HOME PAGE ========== */
/* home-banner-sec */
.home-banner-sec {
    position: relative;
    z-index: 1;
    margin-top: 18px;
}
.home-banner-wave1 {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}
.home-banner-wave2{
    position: absolute;
    bottom: -136px;
    right: 0;
    pointer-events: none;
    z-index: 1;    
}
.home-banner-video,
.home-each-banner {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.home-banner-video::after,
.home-each-banner::after {
    position: absolute;
    content: "";
    background: linear-gradient(103deg, #F6F6F6 0.72%, rgba(246, 246, 246, 0.93) 24.47%, rgba(246, 246, 246, 0.00) 67.13%, rgba(246, 246, 246, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-banner-video::before,
.home-each-banner::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 4.68%, rgba(246, 246, 246, 0.59) 41.93%, #F6F6F6 88%);
    width: 100%;
    height: 434px;
    bottom: -47px;
    left: 0;
}
.home-each-banner::before {
    opacity: 0;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 58px;
    width: 100%;
}
.home-banner-heading p {
    margin-top: 12px;
    margin-bottom: 25px;
    font-family: 'Roboto-SemiBold';
}
.home-banner-heading{
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    padding-top: 138px;
}
.usp-marquee-bg {
    position: relative;
    overflow-x: clip;
    z-index: 0;
}
.usp-marquee-wrap {
    /* padding: 0px;
	display: flex;
	width: max-content;
    gap: 46px; */
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 46px; */
    gap: 35px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    padding: 0;
    position: relative;
    color: #4C5B6A;
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 22px;
    font-family: 'Roboto-SemiBold';
}
.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: 14px;
    width: 17px;
    height: 12px;
    transform: translateY(-50%);
    left: 0;
}
/* home-product-sec */
.home-product-sec {
    padding-top: 120px;
    position: relative;
}
.home-product-wrap1 {
    position: absolute;
    top: 120px;
    left: 0;
    opacity: 0.2;
    pointer-events: none;
    z-index: -1;
}
.home-product-wrap2 {
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: 0.8;
    pointer-events: none;
    z-index: -1;
}
.home-product-heading{
    margin-bottom: 40px;
}
.home-product-heading h2 {
    margin-bottom: 15px;
}
.home-product-heading p{
    margin-top: 16px;
    margin-bottom: 20px;
}
.home-product-heading a{
    color: #1F3A76;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-product-heading a:hover{
    color: #4C5B6A;
}
.home-product-heading a:hover::after{
    filter: brightness(0) saturate(100%) invert(34%) sepia(5%) saturate(1663%) hue-rotate(171deg) brightness(98%) contrast(95%);
}
.home-product-heading a::after {
    position: absolute;
    content: "";
    background-image: url(../images/list-product-arrow.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    right: 0;
    top: 4px;
}
.each-product{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-img img{
    transform: scale(1.1);
}
.each-product-img img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.each-product-img{
    /* border-radius: 10px; */
    border-radius: 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-heading{
    overflow: hidden;    
    /* border-radius: 10px; */
    border-radius: 0;
    padding: 16px;
    background: #F2F2F2;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56);
    /* margin-top: 16px; */
    margin-top: 0;
}
.each-product-text h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p{
    color: #777D8A;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text{
    border-bottom: 1px solid #CFD0D5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.each-product-info table,
.each-product-info tbody {
    width: 100%;
}
.each-product-info table tr{
    margin-bottom: 4px;
}
.each-product-info table tr:last-child{
    margin-bottom: 0;
}
.each-product-info table tr td{
    color: #777D8A;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.each-product-info table tr td:first-child {
    width: 44%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.each-product-info table tr td:first-child strong {
    width: 20%;
}
.each-product-info table tr td:last-child {
    width: 60%;
    color: #4C5B6A;
}
.each-product-price h6{
    color: #4C5B6A;
}
.product-price {
    color: #1F3A76;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 18px;
    min-width: 116px;
}
.product-price::after {
    position: absolute;
    content: "";
    background-image: url(../images/product-price-arrow.svg);
    background-size: 5px;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
    right: 0;
    top: 7px;
}
.each-product-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #CFD0D5;
    padding-top: 16px;
    margin-top: 16px;
}
.home-product-sec .home-product-slider .swiper {
    padding: 12px;
    margin: 0px -12px;
}
/* home-brand-sec */
.home-brand-sec{
    position: relative;
    padding-bottom: 59px;
}
.home-brand-wrap{
    /* border-radius: 10px; */
    /* background: #F2F2F2;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56); */
    /* padding: 40px 50px; */
    padding: 45px 0px;
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
}
.home-brand-heading{
    margin-bottom: 40px;
}
.each-brand {
    position: relative;
    text-align: center;
    width: 100%;
}
.each-brand::after{
    position: absolute;
    content: "";
    background-color: #CFD0D5;
    width: 2px;
    height: 80px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-brand-innerwarp .row .col-lg-2:last-child .each-brand::after{
    display: none;
}
.each-brand h6{
    color: #4C5B6A;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
.home-brand-innerwarp {
    margin: 0px -60px;
    padding: 0px 20px;
}
.home-brand-innerwarp .row{
    justify-content: center;
}
.each-brand a {
    display: block;
}
/* home-service-sec */
.home-service-sec{
    background-color: #DEDEDE;
    padding: 60px 0;
    position: relative;
}
.home-service-wave1{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0.2;
}
.home-service-heading h2{
    margin-bottom: 16px;
}
.home-service-heading p{
    margin: 0 auto;
    margin-bottom: 56px;
    max-width: 583px;
}
.each-service-btn {
    color: #1F3A76;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: max-content;
}
.each-service-btn::after {
    position: absolute;
    content: "";
    background-image: url(../images/list-product-arrow.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    right: 0;
    top: 7px;
    /* filter: brightness(0) invert(1); */
}
.each-service {
    background-color: #E5E6E9;
    padding: 16px;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.each-service:hover .each-service-img img{
    transform: scale(1.1);
}
.each-service-img{
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;    
}
.each-service-heading p {
    margin-top: 16px;
    margin-bottom: 28px;
    height: 6lh;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-heading {
    padding: 24px 29px 20px;
}
/* home-about-sec */
.home-about-sec {
    padding-top: 120px;
    padding-bottom: 48px;
    overflow: hidden;
}
.over-about-sec .about-img{
    margin-left: 0;
}
.about-wrap{
    border-radius: 10px;
    border: 1px solid rgba(76, 91, 106, 0.20);
    background: #F2F2F2;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56);
}
.about-content-wrap {
    max-width: 565px;
    padding-top: 60px;
    padding-bottom: 80px;
    padding-left: 80px;
}
.about-wave {
    position: absolute;
    bottom: 40px;
    right: -21px;
}
.about-img img{
    width: 100%;
}
 .about-img-warp {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
.about-img {
    margin-bottom: -38px;
    margin-left: 81px;
    width: max-content;
    position: relative;
    z-index: 1;
}
.about-wrap .row > *:last-child{
    position: relative;
}
.about-content-wrap p{
    margin-top: 16px;
    margin-bottom: 32px;
}
/* home-box-sec */
.home-box-sec{
    padding-bottom: 120px;
}
.home-box-sec .row .col-lg-7 {
    width: 52.5%;
}
.home-box-sec .row .col-lg-5 {
    width: 47.5%;
}
.home-box-img{
    border-radius: 10px;
    overflow: hidden;
}
.home-box-innerwarp {
    display: flex;
    padding: 24px 21px;
    column-gap: 65px;
    margin-top: 16px;
}
.quotation-text p{
    margin-bottom: 0;
}
.box-item h3{
    margin-bottom: 16px;
}
.box-item p{
    margin-bottom: 0;
}
.box-content-wrap {
    max-width: 490px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 0px 30px;
    margin: 0 auto;
}
/* review-sec */
.review-sec{
    padding: 120px 0;
}
/* footer-area */
.footer-area{
    background-color: #1F3A76;
    padding-top: 70px;
    padding-bottom: 27px;
    overflow: hidden;
    position: relative;
}
.footer-wave{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 31%;
    display: none;
}
.footer-wave img {
    width: 100%;
}
.footer-top{
    max-width: 882px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer-item h4 {
    color: #FFF;
    position: relative;
    width: max-content;
    margin-bottom: 40px;
}
.footer-item h4::after {
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 100%;
    height: 1px;
    bottom: -10px;
    left: 0;
}
.footer-item p {
    margin-bottom: 0;
}
.footer-item p:last-child{
    margin-bottom: 0;
}
.footer-item p a{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-item p a:hover{
    color: #FFF;
}
.footer-item table{
    width: 100%;
}
.footer-item table tr td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.footer-item table tr td:first-child {
    width: 120px;
}
.footer-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-social-wrap{
    display: flex;
    align-items: center;
    max-width: 635px;
    margin: 0 auto;
    gap: 40px;
}
.footer-social ul li{
    padding: 0;
}
.footer-social ul li::after{
    display: none;
}
.footer-social ul li a{
    position: relative;
    border: 1px solid #657391;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social ul li a:hover{
    background-color:#657391;
    border-color: #657391;
}
.footer-social ul{
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-middle{
    position: relative;
    padding: 35px 0;
    margin-top: 60px;
    margin-bottom: 18px;
    z-index: 1;
}
.footer-middle::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.40);
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 1px;
    top: 0;
}
.footer-middle::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.40);
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    height: 1px;
    bottom: 0;
    display: none;
}
.ft-privace p{
    margin-bottom: 0;
}
.ft-privace p a{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ft-privace p a:hover{
    opacity: 0.4;
}
.ft-privace {
    text-align: center;
    position: relative;
    z-index: 1;
}
/* ========== AANBOD LIST PAGE ========== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 211px 0 56px;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    background: #F6F6F6;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56);
    padding: 65px 50px 15px;
}
.filter-reset a {
	color: #4C5B6A;
	font-size: 1.6rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #1F3A76;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #4C5B6A;
    font-size: 1.6rem;
    border: 1px solid #4C5B6A;
    font-family: 'Roboto-Regular';
    border-radius: 5px;
    padding: 0 30px 0 24px;
    background: url(../images/filter-arrow.svg) no-repeat 93% center / 10px;
    appearance: none;
    line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover{
    background: url(../images/filter-arrow-white.svg) #1F3A76 no-repeat 93% center / 10px;
    color: #FFF;  
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-sort .select-style{
    background: url(../images/filter-arrow-white.svg) #1F3A76 no-repeat 93% center / 10px;
    color: #FFF; 
}
.filter-sort .select-style:hover{
    background: url(../images/filter-arrow.svg) no-repeat 93% center / 10px;
    border: 1px solid #4C5B6A;
    color: #4C5B6A;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main .row .col-xl-9 .row{
    margin: 0px -12px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #1F3A76;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1F3A76;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #FFF;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #FFF;
    border-color: #FFF;
    background-image: url(../images/check-tick.png);
    background-size: 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: #F9F8F6;
    border-radius: 5px;
    background-color: #1F3A76;
    font-size: 1.4rem;
    border: 1px solid #1F3A76;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #C4C4D9;
    border-color: #C4C4D9;
    color: #0F0F0F;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 25%;
    padding: 0px 12px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1F3A76;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 71px;
    background-color: #F6F6F6;
    border-bottom: 1px solid #C4C4D9;
    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 {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after{
    display: none;
}
.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: #F6F6F6;
    border-bottom: 1px solid #1F3A76;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #1F3A76;
}
.mobile-filter-close span img {
	width: 12px;
    filter: brightness(1) invert(2);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #1F3A76;
    border: 1px solid #1F3A76;
    color: #ffffff;
	padding: 10px;
	border-radius: 0 5px 5px 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::before{
    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: transparent;
    border-color: #1F3A76;
    color: #1F3A76;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.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-list-sec{
    padding-bottom: 120px;
}
.aanbod-range-filter label {
    font-size: 1.6rem;
    color: #4C5B6A;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #1F3A76;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #1f3b767a;
    border-color: #1f3b767a;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #1F3A76;
}
.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: #4C5B6A;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #4C5B6A;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1F3A76;
    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: #4C5B6A;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1F3A76;
}
/* home-filter-sec */
.home-filter-sec{
    background-color: transparent;
    padding: 0 !important;
}
.home-filter-wrap {
    max-width: 1138px;
    border-radius: 10px;
    background: #F2F2F2;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56);
    padding: 30px 40px;
    margin: -40px auto 0;
    position: relative;
    z-index: 1;
}
.home-filter-heading{
    margin-bottom: 29px;
}
.home-filter-sec .filter-main{
    margin-bottom: 0;
}
.home-filter-btn {
    text-align: end;
}
.home-filter-wrap .row .col-lg-10 {
    width: 78%;
}
.home-filter-wrap .row .col-lg-2 {
    width: 22%;
}
/* inner-review-sec */
.inner-review-sec .review-bg{
    max-width: 1263px;
    margin: 0 auto;
}
/* *****  Service Details ****** */
.inner-banner-sec {
    position: relative;
    /* padding-top: 263px;
    padding-bottom: 277px; */
    padding-top: 78px;
    padding-bottom: 78px;
    margin-top: 118px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.inner-banner-sec:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(246, 246, 246, 0.00) 4.68%, rgba(246, 246, 246, 0.59) 41.93%, #F6F6F6 88%);
    width: 100%;
    height: 236px;
    bottom: -47px;
    left: 0;
    z-index: 2;
    bottom: 0px;
}
.inner-banner-sec:after{
    position: absolute;
    content: "";
    background: linear-gradient(103deg, #F6F6F6 0.72%, rgba(246, 246, 246, 0.93) 24.47%, rgba(246, 246, 246, 0.00) 67.13%, rgba(246, 246, 246, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
 .inner-banner-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 .inner-banner-img img{
    height: 100%;
    object-fit: cover;
 }
 .inner-banner-text{
    position: relative;
    z-index: 2;
 }
.inner-banner-text p{
    max-width: 750px;
    width: 100%;
}
.inner-banner-text p{
    padding-top: 30px;
}
/* ******* dtl-desc-sec ******* */
.dtl-desc-sec{
    padding: 120px 0px 80px;
    position: relative;
}
.dtl-desc-wave1{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.dtl-desc-text{
    width: 100%;
    max-width: 662px;
    margin-left: 0;
}
.dtl-desc-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}
/* ******* Detail Listing Sec ******** */
.inner-listing-detail-sec{
    position: relative;
    padding-bottom: 75px;
}
.listing-wave{
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 0;
    width: 504px;
    height: 838px;
    top: -60px;
}
.detail-listing-content h2{
    color: rgba(255, 255, 255, 0.40);
    font-family: 'LucidaFax-DemiBold';
    margin-bottom: 24px;
}
.detail-listing-content h3{
    margin-bottom: 16px;
}
.detail-listing-content p:last-child{
    margin-bottom: 0;
}
.detail-listing-content{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.detail-listing-content:hover {
    box-shadow: 0px 0px 20px 10px #1f3a761f;
}
.inner-detail-wrapper .row:nth-child(odd) .detail-listing-content{
    padding-left: 52px;
    max-width: 496px;
    background: #C4C4D9;
    border-radius: 10px;
    padding: 24px;
    position: relative;
    z-index: 1;
}
.inner-detail-wrapper .row:nth-child(even) .detail-listing-content{
    max-width: 496px;
    margin-left: auto;
    background: #C4C4D9;
    border-radius: 10px;
    padding: 24px;
    position: relative;
    z-index: 1;
}
.inner-detail-wrapper .row:nth-child(even):last-child{
    margin-bottom: 0px;
}
.inner-detail-wrapper {
    padding-top: 55px;
    position: relative;
    z-index: 1;
}
.inner-listing-detail-sec .inner-listing-top-blur{
    right: 0;
    top: 7%;
    filter: blur(280px);
}
.inner-detail-wrapper .row{
    position: relative;
    z-index: 1;
}

.detail-listing-content-wrap:after{
    position: absolute;
    content: '';
    background-color: #000;
    width: 100%;
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.detail-listing-content h4{
    margin-bottom: 20px;
}
.detail-listing-content-wrap{
    position: relative;
    padding: 44px 0;
    width: 50%;
}
.inner-detail-wrapper .row:nth-child(even) .detail-listing-content-wrap{
    margin-left: auto;
}
.number{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #4C5B6A;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F6F6F6;
    z-index: 1;
}
.inner-detail-wrapper .row:nth-child(even) .number{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #4C5B6A;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #F6F6F6;
    z-index: 1;
}
.number:after {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.30);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: calc(100% + 130px);
    background-color: #000;
}
.inner-detail-wrapper .row:last-child .number::after{
    display: none !important;
}
/* ****** choose-us-sec ******* */
.vacature-choose-us .choose-us-content td {
    width: 49.4%;
}
.choose-us-sec{
    padding: 72px 0;
    background-color: #E5E6E9;
}
.choose-us-sec table{
    width: 100%;
}
.choose-us-content {
    padding-top: 80px;
}
.choose-us-content tr{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
    justify-content: space-between;
}
.choose-us-content td{
    width: 31.5%;
}
.choose-us-content td{
    background: #DEDEDE;
    padding: 24px;
    border-radius: 10px;
    padding: 24px 36px 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.choose-us-content td:hover {
    box-shadow: 0px 0px 20px 10px #1f3a761f;
}
.choose-us-content td h4{
    padding-bottom: 15px;
}
/* ******* Form Sec*** */
.form-sec{
    background-color: #DEDEDE;
    padding: 72px 0px 32px;
    position: relative;
    overflow-x: clip;
}
.form-sec .form-wrap {
    margin: 0 auto;
    max-width: 58%;
}
.form-sec .col-lg-7 {
    width: 100%;
}
.form-sec .col-lg-5 {
    width: 100%;
}
.form-heading{
    text-align: center;
    max-width: 583px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 55px;
}
.form-heading h2{
    padding-bottom: 17px;
}
.form-block .form-style{
    resize: none;
    border: 1px solid #4C5B6A;
    font-family: 'Roboto-Regular';
    color: rgba(76, 91, 106, 0.50);
    font-size: 1.6rem;
    padding: 19px 20px;
    background-color: transparent;
    border-radius: 10px;
}
.form-block .form-group{
    margin-bottom: 24px;
}
.form-block{
    max-width: 722px;
    width: 100%;
    margin-left: 0;
}
.form-block .col-lg-6,
.form-block .col-lg-12{
    padding: 0 12px;
}
.form-block .row{
    margin: 0 -12px;
}
.form-block .form-style:focus{
    box-shadow: none;
    border-color: #4C5B6A;
    color: #4C5B6A;
    background-color: #C4C4D9;
    box-shadow: none;
}
.form-block .form-style:focus::placeholder{
     color: #4C5B6A;
}
 .form-block .form-style::placeholder {
    color: rgba(76, 91, 106, 0.50);
}
.form-block textarea.form-style {
    height: 111px;
    border: 1px solid rgba(76, 91, 106, 0.50);
}
.team-image{
    max-width: 511px;
    width: 100%;
    margin-left: auto;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.team-content{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.team-content h4{
    color: #1F3A76;
}
.team-content p{
    color: #1F3A76;
}
.form-wave{
    position: absolute;
    right: 128px;
    pointer-events: none;
    z-index: 0;
    width: 781px;
    height: 757px;
    top: 50px;
    opacity: 0.20;
    display: none;
}
.form-wave img{
    height: 100%;
}
/* **** Contact ***** */
.map-wrap{
    /* height: 599px; */
    height: 300px;
}
.map-sec{
    margin-top: 143px;
    position: relative;
    overflow: hidden;
}
/* **** Contact Form Sec **** */
.contact-form-sec .form-block textarea.form-style{
    height: 162px;
}
.contact-form-sec .form-block .form-style{
    border: 1px solid rgba(76, 91, 106, 0.50);
}
.form-block .form-style:focus{
    border: 1px solid #4C5B6A;
}
.form-sec.contact-form-sec{
    padding: 72px 0px;
}
/* ******** contact-info-sec ******** */
.contact-info-sec{
    padding: 72px 0;
    background-color: #C4C4D9;
}
.each-contact-info{
    border-radius: 10px;
    background-color: #DEDEEA;
    text-align: center;
    padding: 24px;
    min-height: 135px;
    height: 100%;
}
.each-contact-info h4{
    margin-bottom: 13px;
}
.each-contact-info p{
    margin-bottom: 0px;
}
.each-contact-info p a{
    color: #4C5B6A;
}
.each-contact-info p a:hover{
    color: #1F3A76;
}
.each-contact-info:nth-child(odd){
    padding-right: 25px;
}
.each-contact-info table{
    max-width: 354px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.each-contact-info table tr td:first-child {
    width: 75px;
}
/* ******* Overons ******* */
.team-sec{
    background: #DEDEEA;
    padding-top: 72px;
    padding-bottom: 95px;
}
.team-heading{
    padding-bottom: 50px;
}
.team-member-content.text-center {
    padding-top: 30px;
}
.team-member-img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.team-wrap .col-lg-3{
    padding: 0 8px;
}
.team-wrap .row{
    margin: 0 -8px;
}
.over-about-sec .about-content-wrap p {
    margin-top: 0px;
    margin-bottom: 20px;
}
.over-about-sec .about-content-wrap p:last-child{
    margin-bottom: 0;
}
.over-about-sec .about-content-wrap {
    max-width: 715px;
    padding: 58px;
}
/* .over-marquee-sec{
    padding-top: 30px;
} */
.inner-banner-sec.overons-banner{
    margin-top: 18px;
    padding-bottom: 90px;
    padding-top: 90px;
}
.over-box-sec .box-content-wrap {
    max-width: 100%;
    gap: 32px;
    padding: 0px;
    /* padding-left: 144px; */
    padding-left: 80px;
    margin: 0 auto;
}
.over-box-sec{
    padding-top: 70px;
    padding-bottom: 120px;
    position: relative;
}
.over-box-wave1{
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
/* ======== Innner List Page ======== */
.inner-list-sec {
    padding-top: 120px;
    position: relative;
    z-index: 3;
    padding-bottom: 120px;
}
.inner-banner-sec .home-banner-wave2 {
    opacity: 0.8;
    z-index: 2;
}
.inner-list-wave1{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.inner-list-sec .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}
.vacatures-list-sec .each-service-heading p{
    height: 2lh;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vacature-related-slider .each-service-heading p{
    height: 2lh;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* ======== Innner Detail Page ======== */
.inner-listing-wave1 {
    position: absolute;
    top: -10%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.inner-listing-wave2 {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
/* inner-related-sec */
.inner-related-sec{
    padding-top: 129px;
    padding-bottom: 120px;
}
.inner-related-heading h2{
    margin-bottom: 48px;
}
/* ******* Pop up ******** */
.modal-area .modal-dialog{
    max-width: 1520px;
    margin: 10% auto 0;
}
.modal-area .modal-content{
    border: none;
    background-color: transparent;
}
.modal-area .pop-up-image{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.modal-area .popup-content{
    background: #1F3A76;
    padding: 56px;
    border-radius: 20px;
}
.modal-area .popup-content p,
.modal-area .popup-content h2{ 
    color: #FFFFFF;
}
.popup-content ul{
    padding-left: 6px;
    margin-bottom: 45px;
}
.popup-content li {
    color: #FFF;
}
.popup-content  li:after{
    background-color: #FFFFFF;
}
.modal-area .modal{
    background: rgba(76, 91, 106, 0.20);
    backdrop-filter: blur(7.5px);
}
.modal-area .popup-content h2{
    padding-top: 33px;
    padding-bottom: 27px;
}
.close-img {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 48px;
    width: 64px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    background-color: #DEDEEA;
}
.pop-up-image img{
    height: 100%;
    object-fit: cover;
}
.close-img img{
    width: 32px;
}
.modal-area .popup-content p{
    margin: 0;
}
/* ========== THANK YOU PAGE ========== */
.thank-you-sec .home-banner-content {
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
/* ====== login page ====== */
.login-form-sec {
    padding-top: 143px;
    padding-bottom: 10px;
    overflow: hidden;
}
.forgot-password {
    padding-bottom: 80px;
}
.login-form {
    margin-top: 80px;
}
.login-form-sec .account {
    margin-bottom: 70px;
}
.login-form-sec .form-group label{
    color: #4C5B6A;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 17px;
    font-family: 'Roboto-Regular';
}
.login-form-sec .form-style{
    background-color: transparent;
    color: #4C5B6A;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Roboto-Regular';
    letter-spacing: 0.32px;
    width: 100%;
    border: 1px solid #4C5B6A;
    border-radius: 10px;
    padding: 11px 30px;
}
.login-form-sec .form-control:focus {
    box-shadow: unset;
}
.login-form-sec .form-style::placeholder{
    color: rgba(76, 91, 106, 0.50); 
}
.login-form-sec .form-group {
    margin-bottom: 30px;
}
.login-form-sec .login-form-heading {
    margin-bottom: 60px;
}
.login-form-sec .account .login-form-heading {
    margin-bottom: 40px;
}
.login-form-heading p{
    margin-bottom: 0;
}
.login-form-sec .radio-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-form-sec .form-check input {
    background: transparent;
    border: 1px solid rgba(76, 91, 106, 0.86);
    border-radius: 50px !important;
    width: 20px;
    height: 20px;
}
.login-form-sec .form-check-input:checked {
    background-color: #1F3A76;
    border-color: #1F3A76;
}
.login-form-sec .form-check-input:focus {
    border-color: #1F3A76;
    outline: 0;
    box-shadow: none;
}
.login-form-sec .form-check-input{
    line-height: 0;
    font-size: 0;
}
.login-form-sec .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.login-form-sec .form-check label{
    color: rgba(76, 91, 106, 0.34);
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Roboto-Regular';
}
.login-form-sec .forget-password p{
    margin-bottom: 0;
}
.login-form-sec .forget-password p a{
    color: #4C5B6A;
}
.login-form-sec .forget-password p a:hover{
    color: #1F3A76;
}
.login-form-sec .login-form .row .col-lg-12:nth-child(2n) .form-group{
    margin-bottom: 22px;
}
.login-form-sec .login-btn {
    margin-top: 46px;
}
.login-form-sec .login-btn .common-btn{
    font-family: 'Roboto-SemiBold';
}
.login-form-sec .login-form form {
    max-width: 562px;
}
.login-image-warp {
    position: relative;
    height: 100%;
}
.login-image {
    height: 100%;
    width: 100%;
}
.login-image img{
    height: 100%;
    object-fit: cover;
}
.login-image-warp::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(31, 58, 118, 0.89) 0%, rgba(222, 222, 234, 0.89) 47.88%, rgba(222, 222, 234, 0.89) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.login-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-text-wrap {
    max-width: 480px;
}
.login-text h3{
    color: #4C5B6A;
    margin-bottom: 22px;
    letter-spacing: 0.64px;
    font-family: 'Roboto-SemiBold';
    line-height: 40px;
}
.login-text ul li{
    color: #4C5B6A;
    margin-bottom: 12px;
    font-family: 'Roboto-Medium';
}
.login-text li::after {
    width: 5px;
    height: 5px;
}
.login-text ul li:last-child{
    margin-bottom: 0;
}
.login-text p {
    margin-bottom: 0;
    margin-top: 38px;
    color: #4C5B6A;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    width: 100%;
    font-family: 'Roboto-Medium';
}
.login-text p a{
    letter-spacing: 0.32px;
    color: #4C5B6A;
    font-family: 'Roboto-Medium';
}
.login-text p a:hover{
    color: #1F3A76;
}
.form-field .form-style{
    color: #4C5B6A;
}
.form-field .form-control:focus {
    color: #111;
    background-color: #FFF;
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}
.form-field{
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 11px;
    right: 28px;
    cursor: pointer;
}
.login-form-sec .form-field .form-control:focus {
    color: #4C5B6A;
    background-color: transparent;
    border-color: #4C5B6A;
    outline: 0;
    box-shadow: none;
}
.toggle-password .close-password {
    display: none;
}
.toggle-password.active .open-password {
    display: none;
}
.toggle-password.active .close-password {
    display: inline;
}
.login-form-sec .register form{
    max-width: 606px;
}
.login-form-sec .register form .row .col-lg-6,
.login-form-sec .register form .row .col-lg-12 {
    padding: 0px 20px;
}
.login-form-sec .register form .row {
    margin: 0px -20px;
}
.login-form-heading .common-btn{
    padding: 11px 24px 11px 67px;
    margin-bottom: 45px;
}
.login-form-heading .common-btn::after {
    background-size: 5px;
    width: 5px;
    right: unset;
    height: 10px;
    left: 24px;
    transform: translateY(-50%) rotateY(180deg);
    font-family: 'Roboto-SemiBold';
}
/* ******* Form Pop up ******** */
.form-popup-new .modal-dialog{
    max-width: 910px;
    margin: 10% auto 0;
}
.form-popup-new .modal-content{
    border: none;
    background-color: transparent;
}
.form-popup-new .pop-up-image{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.form-popup-new .popup-content{
    background: #F6F6F6;
    padding: 60px 94px;
    border-radius: 10px;
}
.form-popup-new .popup-content p,
.form-popup-new .popup-content h2{ 
    color: #FFFFFF;
}
.form-popup-new .popup-content p{
    margin: 16px 0px 40px;
    color: #4C5B6A;
    font-family: 'Roboto-SemiBold';
}
.popup-content ul{
    padding-left: 6px;
    margin-bottom: 45px;
}
.popup-content li {
    color: #FFF;
}
.popup-content li:after{
    background-color: #FFFFFF;
}
.form-popup-new .modal{
    background: rgba(76, 91, 106, 0.20);
    backdrop-filter: blur(7.5px);
}
.form-popup-new .close-img {
    display: none;
}
.pop-up-image img{
    height: 100%;
    object-fit: cover;
}
.close-img img{
    width: 32px;
}
.form-popup-new .form-style{
    color: rgba(76, 91, 106, 0.50);
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    border: 1px solid rgba(76, 91, 106, 0.50);
    background-color: transparent;
    border-radius: 10px;
    padding: 19px 20px;
}
.form-popup-new .form-style::placeholder{
    color: #4C5B6A;
    opacity: 1;    
}
.form-popup-new .form-control:focus {
    color: #4C5B6A;
    background-color: transparent;
    border-color: #4C5B6A;
    outline: 0;
    box-shadow: unset;
}
.form-btn-new {
    margin-top: 40px;
}
/* ======= Anbod Detil Page ======= */
.aanbd-detail-sec{
    padding-top: 224px;
    position: relative;
}
.aanbd-detail-wave {
    position: absolute;
    top: 140px;
    left: 0;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.aanbd-detail-sec .row .col-lg-7 {
    width: 56.2%;
}
.aanbd-detail-sec .row .col-lg-5 {
    width: 43.8%;
}
.each-thumb{
    height: 134px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 17px;
}
.each-thumb img{
    object-fit: cover;
    height: 100%;
}
.aanbd-detail-img{
    border-radius: 10px;
    overflow: hidden;
}
.aanbd-content-wrap {
    /* border-radius: 10px;
    background: #F6F6F6;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56); */
    height: 100%;
    display: flex;
    align-items: center;
    /* padding: 32px; */
    width: 100%;
    margin-top: -42px;
}
.aanbd-content-innerwrap {
    width: 100%;
}
.aanbd-content-heading{
    margin-bottom: 48px;
}
.aanbd-content-heading p{
    color: #777D8A;
    font-family: 'Roboto-SemiBold';
}
.aanbd-content-info table{
    width: 100%;
}
.aanbd-content-info table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin-bottom: 20px;
}
.aanbd-content-info table tr:last-child{
    margin-bottom: 0;
}
.aanbd-content-info table tr::after {
    position: absolute;
    content: "";
    background-color: #DEDEEA;
    width: 100%;
    height: 1px;
    bottom: 4px;
    left: 0;
}
.aanbd-content-info table tr td {
    color: #777D8A;
    font-family: 'Roboto-SemiBold';
    font-size: 2.4rem;
    line-height: 24px;
    background-color: #F6F6F6;
    position: relative;
    z-index: 1;
}
.aanbd-content-info table tr td a{
    color: #4C5B6A;
    transition: 0.5s ease-in-out;
}
.aanbd-content-info table tr td a:hover{
    color: #1F3A76;
}
.aanbd-content-info table tr td:first-child{
    padding-right: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.aanbd-content-info table tr td:last-child{
    padding-left: 12px;
}
.aanbd-content-info table tr td em{
    color: #4C5B6A;
    font-style: normal;
}
.aanbd-content-info table tr td strong{
    color: #00D266;
}
.aanbd-btn-warp .aanbd-btn1,
.aanbd-btn-warp .aanbd-btn2{
    border: none;
    color: #1F3A76;
    padding: 11px 35px 11px 24px;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    background-color: transparent;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbd-btn-warp button:hover,
.aanbd-btn-warp .aanbd-btn2:hover{
    color: #C4C4D9;
}
.aanbd-btn-warp button:hover::after,
.aanbd-btn-warp .aanbd-btn2:hover::after{
    filter: brightness(0) saturate(100%) invert(77%) sepia(13%) saturate(256%) hue-rotate(202deg) brightness(98%) contrast(97%);
}
.aanbd-btn-warp .aanbd-btn2{
    position: relative;
}
.aanbd-btn-warp button::after,
.aanbd-btn-warp .aanbd-btn2::after {
    position: absolute;
    content: "";
    background-image: url(../images/list-product-arrow.svg);
    background-size: 6px;
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbd-btn-warp {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
    margin-bottom: 16px;
}
.anbd-profile-img{
    min-width: 89px;
    height: 89px;
    border-radius: 10px;
    overflow: hidden;
}
.anbd-profile-img img {
    height: 100%;
    object-fit: cover;
}
.aanbd-profile-info h6{
    color: #4C5B6A;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 8px;
}
.aanbd-profile-info p a{
    color: #4C5B6A;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbd-profile-info p a:hover{
    color: #1F3A76;
}
.aanbd-profile-info p{
    margin-bottom: 8px;
}
.aanbd-profile-info p:last-child{
    margin-bottom: 0;
}
.anbd-profile-innerwrap {
    display: flex;
    align-items: center;
    gap: 16px;
}
.aanbd-profile-shr {
    display: flex;
    align-items: center;
    gap: 8px;
    display: none;
}
.aanbd-profile-shr a {
    color: #1F3A76;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 12px 24px;
}
.aanbd-profile-shr a strong{
    font-weight: normal;
}
.aanbd-profile-shr a:hover{
    color: #C4C4D9;
}
.aanbd-profile-shr a:hover img{
    filter: brightness(0) saturate(100%) invert(77%) sepia(13%) saturate(256%) hue-rotate(202deg) brightness(98%) contrast(97%);
}
.aanbd-profile-wrap {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* .aanbd-loged .aanbd-btn-loged{
    display: none;
} */
.aanbd-logdout .aanbd-btn-warp{
    display: none;
}
.aanbd-profile-shr-wrap .aanbd-profile-shr a strong{
    display: none;
}
.aanbd-profile-shr-wrap .aanbd-profile-shr a{
    padding: 0;
}
.aanbd-profile-shr-wrap {
    display: flex;
    align-items: center;
}
.aanbd-loged .aanbd-btn-warp {
    margin-top: 0px;
    margin-bottom: 0;
    margin-left: 20px;
}
.aanbd-loged {
    margin-top: 54px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-top: 80px;
    padding-bottom: 60px;
}
.dtl-tab-wave{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
    display: none;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(47, 47, 47, 0.50);
    background-color: transparent;
    border: 0;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 0;
}
.tab_content {
    display: none;
    margin-top: 32px;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    padding-bottom: 16px;
    border-bottom: 2px solid #DEDEEA;
}
.tab-btn .tabs li.active {
    color: #1F3A76;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    max-width: 810px;
}
.kenmerken-tab li {
    width: 50%;
    position: relative;
    color: #2F2F2F;
    padding: 0px 0;
    display: flex;
    padding-left: 14px;
    margin-bottom: 10px;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 46%;
    color: rgba(47, 47, 47, 0.70);
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #1F3A76;
    background-size: 6px;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #1F3A76;
    padding-bottom: 24px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.dtl-tab-sec .bullet-panel li::after {
    left: 0;
    transform: none;
    top: 9px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1F3A76;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1F3A76;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: rgba(47, 47, 47, 0.50);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 1px;
    transform: unset;
    left: 6px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 9px;
    height: 12px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 4px;
}
.tab-btm-btn {
    margin-top: 0px;
}
.tab-btm-btn .common-btn {
    background-color: transparent;
    color: #1F3A76;
    border: 0;
    padding: 0;
    backdrop-filter: none;
    cursor: pointer;
    font-family: 'Roboto-SemiBold';
}
.tab-btm-btn .common-btn::after{
    display: none;
}
.tab-btm-btn .common-btn::before{
    display: none;
}
.tab-btm-btn:hover .common-btn {
    color: rgba(47, 47, 47, 0.70);
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #F6F6F6;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #1F3A76;
    box-shadow: 0px 0px 25px 0px #1F3A76;
    -webkit-box-shadow: 0px 0px 25px 0px #1F3A76;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #1F3A76;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #1F3A76;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    word-break: break-all;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(47, 47, 47, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* anbd-related-sec */
.anbd-related-sec{
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}
.anbd-related-heading{
    margin-bottom: 48px;
}
.anbd-related-sec .anbd-related-slider .swiper {
    padding: 12px;
    margin: 0px -12px;
}

/* Style For Developer start */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #2F2F2F;
    border-bottom: 1px solid #1F3A76;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#1F3A76  calc(1*100%/6),#C4C4D9 0 calc(3*100%/6),#1F3A76  0),
              linear-gradient(#1F3A76  calc(2*100%/6),#C4C4D9 0 calc(4*100%/6),#1F3A76  0),
              linear-gradient(#1F3A76  calc(3*100%/6),#C4C4D9 0 calc(5*100%/6),#1F3A76  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: #1F3A76;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


 /* Whats app Lab CSS start */
.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;
}
.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: 100%;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 44px;
    left: 17px;
    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;
    }
}
/* Whats app Lab CSS End */
.privacy_section {
    padding-top: 200px;
    padding-bottom: 120px;
}
.share-social-media-button .a2a_dd svg {
    width: 20px;
    margin-right: 0 !important;
    height: 20px;
    transition: 0.5s ease-in-out;
}
.share-social-media-button .a2a_dd svg path {
    fill: #1F3A76;
    transition: 0.5s ease-in-out;
}
.share-social-media-button .a2a_dd svg:hover path{
    fill: #C4C4D9;
}
.detail-control-car .common-arrow{
    transform: translateY(-50%);
    top: 50%;
}
.detail-control-car .common-arrow img {
    width: 8px;
}
.detail-control-car .swiper-button-next {
    right: 20px;
}
.detail-control-car .swiper-button-prev {
    left: 20px;
}
.aanbd-detail-pagination .swiper-pagination {
    border-radius: 5px;
    background: #F6F6F6;
    width: max-content;
    padding: 23px 24px;
    bottom: 10px;
    right: 10px;
    left: unset;
    color: #777D8A;
    font-family: 'Roboto-SemiBold';
    font-size: 2.4rem;
    line-height: 24px;
}
.and-wp-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.and-wp-wrap p{
    margin-bottom: 0;
    color: #F2F2F2;
    font-family: 'Roboto-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    transition: 0.5s ease-in-out;
}
.ad-wp-img img {
    width: 36px;
    height: 36px;
}
.aanbd-wp-icon a{
    transition: 0.5s ease-in-out;
}
.aanbd-wp-icon a:hover .and-wp-wrap p{
    color: #1F3A76;
}
.aanbd-wp-icon a:hover .ad-wp-img img{
    filter: unset;
}
.and-wp-wrap .ad-wp-img img {
    width: 16px;
}
.aanbd-content-info table tr td:first-child div {
    width: 100%;
}
.aanbd-content-info table tr td:first-child div img {
    width: 32px;
}
.each-product-info table tr td:first-child img 
{
   width: 16px;
}



.verkocht-list-heading {
    padding-bottom: 80px;
}
.verkocht-list-heading h1 {
    font-size: 4rem;
    line-height: 48px;
}
.aanbod-list-sec.verkocht-list-sec{
    padding-top: 230px;
}
.map-sec-img{
    width: 100%;
    height: 100%;
}
.map-sec-img img {
    height: 100%;
    object-fit: cover;
}


.dtl-top-btn-are li::after{
    display: none;
}
.dtl-top-btn-are li{
    padding-left: 0;
}
.dtl-top-btn-are .common-btn::after{
    display: none;
}
.dtl-top-btn-are ul{
    display: flex;
    column-gap: 16px;
}
.dtl-top-btn-are {
    margin-top: 24px;
}
.dtl-top-btn-are .common-btn{
    padding: 11px 24px;
    color: #F6F6F6;
}
.dtl-top-btn-are .common-btn{
    background: #1F3A76;
}
.dtl-top-btn-are .common-btn:hover{
    color: #1F3A76;
}
.dtl-top-btn-are .common-btn::before{
    background: #F6F6F6;
    border-radius: 5px;
}
.dtl-top-btn-are .common-btn.wp-btn{
    background: rgba(31, 185, 89, 1);
    border-color: rgba(31, 185, 89, 1);
    color: #F6F6F6;
}
.dtl-top-btn-are .common-btn.wp-btn:hover{
    border-color: #fff;
    color: rgba(31, 185, 89, 1);
}
.dtl-top-btn-are .common-btn.wp-btn::before{
    background: #fff;
    border-radius: 5px;
}
.dtl-top-btn-are .common-btn.wp-btn img{
    margin-left: 8px;
}
.dtl-top-btn-are .common-btn.wp-btn:hover img{
   filter: brightness(0) saturate(100%) invert(51%) sepia(97%) saturate(392%) hue-rotate(90deg) brightness(94%) contrast(87%);
}
.dtl-top-btn-are .common-btn.wp-btn:hover{
    border-color: rgba(31, 185, 89, 1);
}
.aanbd-logdout{
    margin-top: 29px;
}
.dtl-top-left-area{
    border-radius: 10px;
    background: #F6F6F6;
    box-shadow: 0 0 20px 0 rgba(207, 208, 213, 0.56);
    height: 100%;
    padding: 32px;
    width: 100%;
}
.dtl-to-price-btn {
    text-align: end;
    position: relative;
    top: 23px;
}
.aanbd-content-heading {
    max-width: 258px;
}
.dtl-to-price-btn .common-btn::after{
    display: none;
}
.dtl-to-price-btn .common-btn::before{
    background: #F6F6F6;
    border-radius: 0;
}
.dtl-to-price-btn .common-btn{
    padding: 11px 24px;
    background: #1F3A76;
    color: #FFF;
}
.dtl-to-price-btn .common-btn:hover{
    color: #1F3A76;
}
.home-product-slider{
    max-width: 1138px;
    margin-left: auto;
    margin-right: auto;
}
.dtl-to-price-btn .common-btn a{
    color: #fff;
}
.dtl-to-price-btn .common-btn:hover a{
    color: #1F3A76;
}
.aanbod-list-sec-wrap{
    /* max-width: 1140px; */
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* .aanbd-dtl-sec-wrapper{
    margin-left: -129px;
    margin-right: -129px;
} */


.home-banner-wave1,
.home-banner-wave2,
.home-product-wrap1,
.home-product-wrap2,
.home-service-wave1 {
    display: none;
}
.aanbd-loged .aanbd-profile-shr-wrap .common-btn::after {
    display: none;
}
.aanbd-loged .aanbd-profile-details-btn .common-btn {
    background-color: #1F3A76;
    color: #F2F2F2;
}
.aanbd-loged .aanbd-btn1.common-btn {
    background-color: #1F3A76;
    color: #F2F2F2;
    padding: 10px 24px;
}
.aanbd-loged .aanbd-profile-details-btn .common-btn:hover {
    background-color: #1F3A76;
    color: #F2F2F2;
}
.aanbd-loged .aanbd-profile-details-btn .common-btn:hover img {
    filter: brightness(0) invert(1);
}
.aanbd-loged .aanbd-profile-details-btn .common-btn {
    padding: 10px 24px;
}
.aanbd-loged .and-wp-wrap.common-btn {
    background-color: #1FB959;
    border-color: #1FB959;
    padding: 4px 24px;
}
.aanbd-loged .aanbd-profile-details-btn img {
    width: 16px;
    margin-left: 12px;
}
.aanbd-loged .aanbd-profile-shr-wrap {
    flex-wrap: wrap;
}
.aanbd-loged .and-wp-wrap.common-btn::before {
    display: none;
}
.aanbd-loged .aanbd-btn1.common-btn:hover {
    border-radius: 5px;
    overflow: hidden;
}
.aanbd-loged .aanbd-btn1.common-btn {
    color: #F2F2F2;
}
.aanbd-loged .and-wp-wrap.common-btn:hover p strong{
    color: #F2F2F2;
}
.aanbd-loged .aanbd-profile-details-btn {
    display: flex;
    gap: 20px;
}
.aanbd-loged  .aanbd-profile-details-btn p {
    margin-bottom: 0;
}
.aanbd-loged .aanbd-profile-details-btn {
    margin-bottom: 20px;
}
.dtl-top-btn-are ul {
    flex-wrap: wrap;
    row-gap: 16px;
}
.dtl-top-btn-are ul li img {
    width: 16px;
    margin-left: 10px;
}
.aanbd-btn-area-mobil {
    display: none;
}
/* .home-service-warp,
.about-wrap,
.home-box-wrap {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
} */

/****subpage-mid-block****/
.subpage-mid-block-content {
    padding-top: 48px;
}
.subpage-mid-block-content table {
    width: 100%;
}
.subpage-mid-block-content tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
    justify-content: space-between;
}
.subpage-mid-block-content td {
    /* padding: 24px; */
    border-radius: 10px;
    /* padding: 24px 36px 13px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 32%;
    height: 100%;
    /* border-radius: 10px; */
}
.subpage-mid-block-content em {
    font-style: normal;
    background-color: #DEDEDE;
    border: 1px solid #DEDEDE;
    position: relative;
    text-align: center;
    display: block;
    padding: 34px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.subpage-mid-block-content em::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DEDEDE;
    z-index: -1;
}
.subpage-mid-block-content td:hover {
    border-color: #1F3A76;
}
.subpage-mid-block-content strong {
    font-weight: normal;
    border: 1px solid rgba(31, 58, 118, 0.30);
    display: block;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding: 27px 24px;
}
.subpage-mid-block-content em h3 {
    margin-bottom: 13px;
}
.subpage-mid-block-content em h4 { 
    line-height: 32px;
}
.subpage-mid-block-content strong h4 {
    margin-bottom: 20px;
}
.subpage-mid-block-content strong li {
    padding-left: 26px;
    padding-bottom: 10px;
}
.subpage-mid-block-content strong li::after {
    top: 7px;
    transform: none;
    left: 0;
    background-image: url(../images/list-tick.svg);
    border-radius: 0;
    width: 14px;
    height: 11px;
    background-color: transparent;
    background-size: 14px;
    background-repeat: no-repeat;
}
.subpage-mid-block-content td:hover em {
    border-color: #1F3A76;
    background-color: #1F3A76;
}
.subpage-mid-block-content td:hover em h3,
.subpage-mid-block-content td:hover em h4 {
    color: #F2F2F2;
}




.new-sub-table table,
    .new-sub-table tbody{
        width: 100%;
    }
    .new-sub-table tr {
        display: flex;
        row-gap: 24px;
        column-gap: 24px;
    }
    .new-sub-table tr td {
        height: auto;
        border-radius: 10px;
        border: 1px solid rgba(31, 58, 118, 0.30);
        width: 33.33%;
        overflow: hidden;
        padding-bottom: 32px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .new-sub-table tr td:hover{
        border-color: #1F3A76;
    }
    .new-sub-table tr td:hover ol{
        background-color: #1F3A76;
    }
    .new-sub-table tr td:hover ol li h3{
        color: #FFF;
    }
    .new-sub-table tr td:hover ol li h4{
        color: #FFF;
    }
    .new-sub-table tr td ol {
        padding: 0;
        margin: 0;
        list-style: none;
        background: #DEDEDE;
        padding: 34px 20px;
        text-align: center;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        position: relative;
    }
    .new-sub-table tr td ol::after {
        position: absolute;
        content: "";
        background: #DEDEDE;
        width: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
        top: -1px;
        height: 101%;
        border-radius: 10px 10px 0 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        z-index: -1;
    }
    .new-sub-table tr td:hover ol::after{
        background-color: #1F3A76;
    }
    .new-sub-table tr td ol li{
        list-style: none;
        padding: 0;
        margin: 0;
            transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .new-sub-table tr td ol li::after{
        display: none;
    }
    .new-sub-table tr td ol li h3{
        margin-bottom: 16px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .new-sub-table tr td ol li h4{
        transition: all 0.5s;
        -webkit-transition: all 0.5s;     
    }
    .new-sub-table tr td ol li h4:first-child{
        margin-bottom: 8px;
    }
    .new-sub-table tr td ul{
        padding: 32px 24px 0;
        margin: 0;
    }
    .new-sub-table tr td ul li::after{
        display: none;
    }
    .new-sub-table tr td ul li::before {
        position: absolute;
        content: "";
        background-image: url(../images/sub-check.svg);
        width: 12px;
        height: 12px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: 12px;
        top: 6px;
        left: 0;
    }
    .new-sub-table tr td ul li h4{
        margin-bottom: 24px;
    }
    .new-sub-table tr td ul li{
        margin-bottom: 10px;
    }
    .new-sub-table tr td p{
        margin-bottom: 0;
        padding-left: 44px;
    }
    .sub-table-heading {
        margin-bottom: 80px;
    }
    .sub-table-sec{
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .sub-table-btn {
        font-style: normal;
        color: #F2F2F2;
        font-family: 'Roboto-SemiBold';
        font-size: 2.4rem;
        line-height: 24px;
        border-radius: 5px 5px 0 0;
        background-color: #119744;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 220px;
        margin: 0 auto;
        padding: 14px 10px;
    }
/*****language*****/
.language .parent-dropdown {
    color: #4C5B6A;
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
}
.language .parent-dropdown::after {
    display: none;
}
.language .parent-dropdown > a {
    color: #4C5B6A;
}
.language .gtranslate_wrapper {
    position: absolute;
    background-color: #1F3A76;
    border-radius: 5px;
    width: 100%;
    top: calc(100% + 6px);
    max-height: 0;
    box-shadow: 0px 10px 15px -3px rgb(15, 15, 15, 0.3);
    overflow-y: auto;
    overflow-x: clip;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.language .parent-dropdown.open .gtranslate_wrapper {
    max-height: 200px;
}
.language .glink {
    display: block;
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
    padding: 2px;
    text-align: center;
}
.language .glink img {
    opacity: 1;
    filter: none;
    transform: rotate(0);
}
.header-area .container{
    position: relative;
}
.language{
    position: absolute;
    right: 7.5px;
    top: 50%;
    transform: translateY(-50%);
}
.language .parent-dropdown .arw-img{
    top: 15px;
    right: 0;
}
