body {
	padding: 0px;
	margin: 0px;
    color: #1A332D;
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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;
}
/****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*****/
.select2-results li::after,
.select2-results li::before {
    display: none;
}
.select2-results li {
    margin: 0;
}
.voorraadwekker_widget_section .voorraadwekker_widget_wapper {
    background-color: #1A332D !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: #028767 !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover {
    background-color: #028767 !important;
    border-color: #028767 !important;
}
/***fix-wp***/
.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;
}
/*******txt-up********/
.txt-up {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.txt-up strong {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-weight: normal;
}
.txt-up strong .text,
.txt-up strong .clone {
    display: block;
    transition: transform 0.45s ease;
    white-space: nowrap;
}
.txt-up strong .clone {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.txt-up:hover strong .text {
    transform: translateY(-100%);
}
.txt-up:hover strong .clone {
    transform: translateY(-100%);
}
/****header-area***/
.header-area {
    padding: 31px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #1A332D;
    border-color: rgba(255, 255, 255, 0.2);
}
.header-bg{
    background-color: #1A332D;
}
.header-logo img {
    width: 271px;
}
.header-contact a {
    color: #fff;
}
.header-contact a:hover {
    color: #CFFFE5;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}
.header-wrap {
    position: relative;
}
.menu-bar {
    width: 18px;
}
.menu-bar svg circle {
    transform-origin: center;
    transition: transform 0.5s ease;
}
.menu-btn {
    border-radius: 10px;
    border: 1px solid #CFFFE5;
    background: linear-gradient(90deg, rgba(26, 51, 45, 0.00) 0%, #1A332D 100%);
    display: inline-flex;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 11px 19px;
    gap: 11px;
    align-items: center;
    cursor: pointer;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
    color: rgba(255, 255, 255, 0.70);
	padding: 5px 17px;
	display: block;
}
.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: absolute;
    right: 0;
    top: 70px;
    height: 322px;
    width: 306px;
    border-radius: 20px;
    border: 1px solid rgba(207, 255, 229, 0.30);
    background: linear-gradient(0deg, rgba(26, 51, 45, 0.5) 0%, #bbbbbb 100%);
    padding: 20px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
    background-color: #1A332D;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #274e45;
    border-radius: 10px;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu li {
    padding-left: 0;
}
.side-menu li::after {
    display: none;
}
.side-menu a {
    position: relative;
}
.side-menu a::after {
    content: "";
    height: 9px;
    width: 9px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}
.side-menu a.this-pg::after {
    opacity: 1;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 8px;
    padding-left: 0;
    font-family: 'Michroma-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li:last-child {
    margin-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgba(255, 255, 255, 0.70);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #fff;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
/***circle-btn***/
.circle-btn {
	width: 323px;
	min-width: 323px;
	height: 323px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(0, 138, 105, 0.2);
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
	overflow: hidden;
	color: #CFFFE5;
    font-family: 'OpenSans-SemiBold';
	font-size: 1.6rem;
    line-height: 24px;
    position: relative;
}
.circle-btn:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 1px solid #008A69;
	border-radius: 50%;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.circle-btn strong {
    font-weight: normal;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: scrollKey 3s ease-in-out infinite;
	animation: scrollKey 3s ease-in-out infinite;
}
.circle-btn:hover:before {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
}
.circle-btn:hover {
	color: #CFFFE5;
}
.circle-btn strong{
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
}
/*****txt-weave******/
.txt-weave .char{
	display:inline-block;
	transition: transform .45s ease, opacity .45s ease;
}
.txt-weave .clone{
	position:absolute;
	left:0;
	top:100%;
}
.txt-weave .clone .char{
    opacity:0;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-sec::after {
    content: "";
	height: 34%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	z-index: 2;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 87px;
    z-index: 3;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 63px;
}
.banner-content p {
    color: #fff;
    margin-bottom: 63px;
}
.banner-content-wrap {
    max-width: 553px;
    width: 100%;
}
.banner-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    bottom: -200px;
}
.banner-right h3 {
    color: #CFFFE5;
    font-family: 'Michroma-Regular';
    line-height: 43px;
    margin-left: -108px;
}
/****product-sec***/
.product-sec {
    position: relative;
    padding-top: 147px;
}
.product-sec::after {
    content: "";
    height: 60%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #1A332D;
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
}
.product-heading {
    margin-bottom: 60px;
}
.product-slider-top {
    margin-bottom: 28px;
}
.product-slider-top .swiper {
    border-radius: 10px;
}
.product-slider-top {
    position: relative;
}
.each-product-text {
    background-color: #F5F5F5;
    padding: 40px 60px;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text table {
    display: block;
    padding: 65px 0 77px;
}
.each-product-text tbody {
    display: block;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 42px;
    column-gap: 10px;
}
.each-product-text td {
    width: 32%;
    position: relative;
    padding-left: 12px;
    height: 100%;
}
.each-product-text td::after {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #028767;
}
.each-product-text td h6 {
    color: rgba(26, 51, 45, 0.5);
    font-family: 'OpenSans-Regular';
    font-size: 1.4rem;
}
.each-product-text td h4 {
    font-size: 1.6rem;
    font-family: 'OpenSans-Regular';
}
.each-product-model {
    position: relative;
    padding-right: 80px;
}
.each-product-model::after {
    content: "";
    height: 62px;
    width: 62px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #CFFFE5;
    border-radius: 100%;
    background-image: url(../images/product-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-model h3 {
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p {
    margin: 13px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}
.product-price {
    border-radius: 10px;
    background-color: #028767;
    padding: 27px 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.product-price h4 {
    position: relative;
    /*padding-left: 41px;*/
    color: #F5F5F5;
}
.product-price h4 strong {
    font-weight: normal;
    font-family: 'OpenSans-Regular';
}
.product-price h4::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/price-tag.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center center;
	display:none;
}
.product-price h6 {
    color: rgba(255, 255, 255, 0.70);
}
.product-price h6 strong {
    font-weight: normal;
    color: #fff;
}
.each-product-img {
    height: 100%;
}
.each-product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product:hover .each-product-text {
    background-color: #E9E9E9;
}
.product-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-mark img {
    height: 100%;
    object-fit: cover;
    object-position: top right;
}
.product-slider-top .common-arrow img {
    width: 12px;
}
.product-slider-top .swiper-button-next {
    right: -65px;
}
.product-slider-top .swiper-button-next img {
    filter: brightness(0) invert(1);
}
.product-slider-top .swiper-button-prev {
    left: -65px;
}
.product-slider-wrap {
    padding: 0 65px;
}
.each-product-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}
.each-product-thumb::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.5);
    backdrop-filter: blur(2.5px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb h5 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    text-transform: uppercase;
    width: calc(100% - 30px);
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb:hover::after {
    opacity: 1;
}
.each-product-thumb:hover h5 {
    opacity: 1;
}
/******service-sec******/
.service-sec {
    background-color: #1A332D;
    padding: 140px 0 48px;
    position: relative;
    margin-top: -1px;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    padding-bottom: 66px;
    position: relative;
}
.service-heading h2 {
    color: #fff;
}
.each-service {
    padding: 57px 0;
    position: relative;
}
.each-service::after {
    content: "";
    height: 1px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    top: 0;
    width: var(--lineWidth);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-list-wrap .each-service:first-child::after{
    display: none;
}
.each-service h6 {
    color: #fff;
}
.each-service-img {
    border-radius: 10px;
    overflow: hidden;
    height: 345px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service .col-lg-5 {
    width: 35%;
}
.each-service .col-lg-7 {
    width: 65%;
}
.each-service-text h4 {
    color: #CFFFE5;
    margin-bottom: 23px;
}
.each-service-text h5 {
    color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-left: 62px;
}
.each-service-arrow {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: auto;
    overflow: hidden;
}
.each-service-arrow::before,
.each-service-arrow::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    inset: 0;
    background: url(../images/service-arrow.svg) center / 16px no-repeat;
    pointer-events: none;
}
.each-service-arrow::after {
    transform: translate(0,0);
}
.each-service-arrow::before {
    transform: translate(-105%,105%);
}

.each-service.play .each-service-arrow::after {
    animation: outUp .45s cubic-bezier(.645,.045,.355,1) forwards;
}
.each-service.play .each-service-arrow::before {
    animation: inUp .45s cubic-bezier(.645,.045,.355,1) forwards;
}
@keyframes outUp {
    from { 
        transform: translate(0,0); 
    }
    to   { 
        transform: translate(105%,-105%); 
    }
}
@keyframes inUp {
    from { 
        transform: translate(-105%,105%); 
    }
    to   { 
        transform: translate(0,0); 
    }
}
.each-service .col-lg-6 {
    width: 60%;
}
.each-service .col-lg-3 {
    width: 20%;
}
.each-service-btn {
    display: flex;
    align-items: center;
}
.each-service-btn .each-service-arrow {
    display: none;
}
.service-btm-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.service-top-mark {
    position: absolute;
    top: -103px;
    right: 0;
    pointer-events: none;
    width: 966px;
}
.service-top-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
.service-main {
    position: relative;
}
.service-sec .circle-btn  {
    position: absolute;
    right: 0;
    bottom: -130px;
}
/******why-us-sec******/
.why-us-sec {
    position: relative;
    height: 100vh; 
    overflow: hidden;
    padding-top: 135px;
}
.why-us-img {
    position: absolute;
    bottom: -20%;      
    left: 50%;
    transform: translateX(-50%);
    width: 400px;         
    height: 400px; 
    z-index: 2;  
    border-radius: 10px;
    overflow: hidden;    
}
.why-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.why-us-heading {
    margin-top: 50px;
    text-align: center;
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}
.why-us-heading p {
    margin: 15px 0 23px;
}
.why-us-sec .circle-btn {
    border-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.why-us-sec .circle-btn::before {
    border-color: #fff;
}
.why-us-mark {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93%;
    z-index: -1;
}
/*******about-info-sec******/
.about-info-sec {
    padding: 130px 0 140px;
}
.about-info-heading {
    max-width: 432px;
    width: 100%;
}
.about-info-heading p {
    padding-top: 42px;
    margin: 66px 0 0;
    position: relative;
}
.about-info-heading p::after {
    content: "";
    height: 24px;
    width: 38px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/quote.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px;
}
.acc-block {
    max-width: 722px;
    width: 100%;
    margin-left: auto;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-top: 1px solid #1A332D;
	padding: 40px 60px 40px 182px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li::after {
    display: none;
}
.acc-block li:last-child {
	border-bottom: 1px solid #1A332D;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.acc-block li h4 {
	cursor: default;
}
.acc-block li::before {
    position: absolute;
    height: 15px;
    width: 10px;
    background-image: url(../images/acc-arrow.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
    top: 44px;
    right: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li h4 strong {
    position: absolute;
    left: 22px;
    font-weight: normal;
}
.show_accordian::before {
	transform: rotate(90deg);
}
.acc-block li:hover {
    background-color: #CFFFE5;
}
.acc-block p {
	margin-top: 6px;
	margin-bottom: 0;
	max-width: 432px;
	width: 100%;
}
/*****review-sec****/
.review-sec {
    padding-bottom: 70px;
    /* display: none; */
}
/***footer-area***/
.footer-area {
    padding: 74px 0 45px;
    background-color: #1A332D;
    position: relative;
}
.footer-logo img {
    width: 442px;
}
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    border-radius: 12.855px;
    border: 1.2px solid #CFFFE5;
    padding: 15px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #fff;
    font-family: 'OpenSans-SemiBold';
    font-size: 2rem;
    line-height: 30px;
}
.footer-social li a:hover {
    background-color: #028767;
    border-color: #028767;
}
.footer-mid {
    margin: 130px 0 44px;
    padding: 0px 0px 47px;
    border-bottom: 1px solid #CFFFE5;
}
.footer-mid ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-mid li {
    padding-left: 0;
}
.footer-mid li::after {
    display: none;
}
.footer-mid li a {
    color: #fff;
    font-family: 'Michroma-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
}
.footer-mid li a img {
    margin-right: 16px;
}
.footer-mid li a:hover {
    color: #CFFFE5;
}
.footer-time table {
    margin: 0 auto;
}
.footer-time td:first-child {
    padding-right: 35px;
}
.footer-time td {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'OpenSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.32px;
}
.footer-privacy p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.7);
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.7);
}
.footer-privacy p a:hover {
    color: #CFFFE5;
}
.footer-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 970px;
    height: 100%;
    pointer-events: none;
}
.footer-mark img {
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
/* FOOTER NEW */
.footer-info-item{
    position: relative;
}
.footer-info-item::after {
    position: absolute;
    content: "";
    background-color: #CFFFE5;
    height: 70px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
.footer-info-wrap .footer-info3::before {
    position: absolute;
    content: "";
    background-color: #CFFFE5;
    height: 70px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.footer-info-wrap .footer-info1::after{
    display: none;
}
.footer-info-wrap .footer-info4::after{
    display: none;
}
.footer-info-item p a {
    color: #fff;
}
.footer-info-item p {
    color: #fff;
    font-family: 'Michroma-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
}
.footer-info-item p img {
    margin-right: 16px;
    width: 26px;
    transition: 0.5s ease-in-out;
}
.footer-info3 p a:hover img{
    opacity: 0.6;
}
.footer-info-item p a:hover {
    color: #CFFFE5;
}
.footer-info-item p{
    margin-bottom: 15px;
}
.footer-inf3 p{
    margin-bottom: 22px;
}
.footer-info-item p:last-child{
    margin-bottom: 0;
}
.footer-info-item p a strong{
    font-weight: normal;
}
.footer-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
/*================================diensten-list page start====================================*/
/***inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec::after {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
.inner-banner-content {
    width: 100%;
    bottom: 87px;
    left: 0;
    position: absolute;
    z-index: 1;
}
.inner-banner-img {
    height: 500px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
/****service-list-sec****/
.service-list-sec {
    padding-top: 40px;
}
.inner-service .each-service {
    padding: 40px 36px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-service .each-service h6 {
    color: #1A332D;
}
.inner-service .each-service-text h4 {
    color: #1A332D;
}
.inner-service .each-service h5 {
    color: rgba(26, 51, 45, 0.90);
    margin: 23px 0 60px;
}
.inner-service .each-service-img {
    height: 260px;
}
.inner-service .each-service-text {
    padding-left: 14%;
    max-width: 563px;
}
.inner-service .each-service .col-lg-3 {
    width: 22%;
}
.inner-service .each-service .col-lg-6 {
    width: 56%;
}
.inner-service .each-service::after {
    background-color: rgba(26, 51, 45, 0.40);
}
.inner-service .each-service:hover {
    background-color: #1A332D;
}
.inner-service .each-service:hover h6,
.inner-service .each-service:hover h4,
.inner-service .each-service:hover h5 {
    color: #fff;
}
.inner-service:hover .each-service.play .common-btn::before {
    background-image: url(../images/btn-arrow-white.svg);
}
.inner-service .each-service:hover .common-btn {
    color: #fff;
}
.inner-service .each-service:hover .common-btn::before {
    transform: scale(1) rotate(0deg) translate(0%, -50%);
}
.inner-service .each-service:hover .common-btn::after {
    filter: blur(1px);
    background: linear-gradient(90deg, rgba(2, 135, 103, 0.70) 0%, #028767 100%);
    transform: translateY(-50%) scaleX(60) scaleY(60);
    animation: unset;
}
/*================================diensten-dtl page start====================================*/
/****bk-btn-sec****/
.bk-btn-sec {
    position: relative;
    background-color: #FAFAFA;
}
.bk-btn-sec .circle-btn {
    position: absolute;
    top: 580px;
    color: #1A332D;
    /* left: 15%; */
    left: 6%;
}
/****service-dtl-welcome-sec****/
.service-dtl-welcome-sec {
    padding: 193px 0 50px;
    background-color: #FAFAFA;
    position: relative;
}
.service-dtl-welcome-sec .container {
    position: relative;
    z-index: 1;
}
.service-dtl-welcome-sec h1 {
    color: #1A332D;
    margin-bottom: 10px;
}
.service-dtl-welcome-img {
    max-width: 558px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-left: auto;
    height: 580px;
}
.service-dtl-welcome-img img {
    height: 100%;
    object-fit: cover;
}
.service-dtl-welcome-right {
    padding-left: 10%;
    padding-top: 150px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.service-dtl-welcome-right h6 {
    font-family: 'OpenSans-SemiBold';
    margin-bottom: 20px;
}
.service-dtl-welcome-mark {
    position: absolute;
    top: 35px;
    right: 0;
    pointer-events: none;
}
/****service-dtl-info-sec*****/
.service-dtl-info-sec {
    padding: 86px 0;
    background-color: #FAFAFA;
}
.service-dtl-info-sec .acc-block  {
    max-width: 100%;
}
.service-dtl-info-sec .acc-block li {
    padding: 38px 0;
    border-color: rgba(26, 51, 45, 0.40);
}
.service-dtl-info-sec .acc-block li:first-child {
    border-top: 0;
}
.service-dtl-info-sec .acc-block li:hover {
    background-color: transparent;
}
.service-dtl-info-sec .acc-block li h4 {
    color: #8A9793;
}
.service-dtl-info-sec .acc-block li::before {
    right: 0;
    top: 38px;
    width: 26px;
    height: 26px;
    background-image: url(../images/plus.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.7;
}
.service-dtl-info-sec .acc-block li p  {
    max-width: 700px;
}
.service-dtl-info-sec .acc-block li.show_accordian h4 {
    color: #19352E;
    padding-right: 40px;
}
.service-dtl-info-sec .acc-block li.show_accordian::before {
    transform: rotate(45deg);
    opacity: 1;
}
.service-dtl-info-sec .acc-block li ol {
    padding: 0;
    margin: 11px 0 0;
    list-style-type: none;
    max-width: 1400px;
}
.service-dtl-info-sec .acc-block li ol li {
    padding: 0 10px 0 13px;
    margin-bottom: 5px;
    border: 0;
    width: 49%;
    display: inline-block;
}
.service-dtl-info-sec .acc-block li ol li::before {
    display: none;
}
.service-dtl-info-sec .acc-block li ol li::after {
    content: "";
    height: 13px;
    left: 0;
    top: 6px;
    width: 2px;
    background-color: #028767;
    position: absolute;
    display: block;
}
/****form-sec****/
.form-sec {
    position: relative;
}
.form-sec::after {
    content: "";
    height: 63%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FAFAFA;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 55%);
}
.form-wrap {
    border-radius: 20px;
    background-color: #1A332D;
    padding: 74px 117px;
    position: relative;
    z-index: 1;
}
.form-wrap .row {
    position: relative;
    z-index: 1;
}
.form-left {
    max-width: 577px;
    width: 100%;
}
.form-img {
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
}
.form-info {
    border-radius: 10px;
    background-color: #183B33;
    padding: 42px;
}
.form-info-reach li {
    margin-bottom: 20px;
    padding-left: 0;
}
.form-info-reach li::after {
    display: none;
}
.form-info-reach li a {
    color: #fff;
    font-family: 'Michroma-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
    display: inline-flex;
    align-items: start;
}
.form-info-reach li a img {
    margin-right: 16px;
    width: 20px;
}
.form-info-reach li a:hover {
    color: #CFFFE5;
}
.form-sec .footer-social {
    margin-top: 35px;
}
.form-sec .footer-social ul {
    gap: 14px;
    justify-content: start;
}
.form-sec .footer-social li a {
    font-size: 1.4rem;
    line-height: 20px;
    gap: 10px;
    border-radius: 8px;
    padding: 10px 15px;
}
.form-sec .footer-social li a img {
    width: 15px;
}
.form-block-heading {
    margin-bottom: 57px;
}
.form-block-heading h4 {
    color: #fff;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.form-block-heading h4::after {
    content: "";
    height: 1px;
    width: 57px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
}
.form-block-heading p {
    color: #fff;
}
.form-block .form-group {
	margin-bottom: 41px;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 0;
    font-family: 'OpenSans-SemiBold';
    color: #fff;
    font-size: 2rem;
    line-height: 30px;
    padding: 7px 0;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style::placeholder {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.40);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color:  #fff;
    color: #fff;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #fff;
}
.form-block textarea.form-style {
    height: 85px;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-block {
    padding-left: 10px;
}
.form-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.form-mark img {
    height: 100%;
    object-fit: cover;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/****related-service-sec****/
.related-service-sec {
    padding: 127px 0;
}
.related-service-heading {
    margin-bottom: 43px;
}
.related-service-sec .inner-service .each-service::after {
    display: none;
}
.related-service-sec .inner-service .each-service {
    border-top: 1px solid rgba(26, 51, 45, 0.40);
    border-bottom: 1px solid rgba(26, 51, 45, 0.40);
}
.related-service-control {
    position: relative;
    max-width: 95px;
    margin-left: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.related-service-control .common-arrow img {
    width: 13px;
}
.related-service-control .common-arrow {
    position: initial;
    margin: 0;
}
/*================================contact page start====================================*/
.map-sec {
    height: 500px;
}
/***contact-form-sec***/
.contact-form-sec {
    padding: 85px 0;
    background-color: #1A332D;
}
.contact-form-sec::after {
    display: none;
}
.contact-form-sec .form-img {
    height: 100%;
    margin-bottom: 0;
}
.contact-form-sec .form-img img {
    height: 100%;
    object-fit: cover;
}
.contact-form-sec .form-block {
    padding-left: 40px;
    max-width: 740px;
    margin-left: auto;
}
.contact-form-sec .form-info-reach {
    margin-bottom: 78px;
}
/**contact-review-sec**/
.contact-review-sec {
    padding: 100px 0;
}
/*=================================bedankt page start====================================*/
.bedankt-banner-sec .banner-content-wrap {
    max-width: 100%;
}
/*====================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(26, 51, 45, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 0;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 315px;
}
.modal-area .popup-content p {
	margin: 60px 0 45px;
}
.modal-area .popup-content {
    border-radius: 10px;
    background-color: #F5F5F5;
    overflow: hidden;
    padding: 83px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-mark.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pop-up-image {
	height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .modal-content .col-lg-5 {
    width: 47%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53%;
}
/*=================================overons page start==================================*/
.about-sec {
	position: relative;
	padding: 174px 0 142px;
	background-color: #1A332D;
	overflow: hidden;
}
.about-sec h2 {
	text-align: center;
	margin-bottom: 70px;
    color: #CFFFE5;
}
.about-img {
	max-width: 60%;
	width: 100%;
	/* height: 665px; */
	/* height: 100vh; */
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	/* transform: scale(0.7); */
}
.about-img img {
	/* height: 120%; */
	/* object-fit: cover; */
	/* transform: translateY(-20%); */
	object-position: top;
    border-radius: 10px;
}
.about-mid {
	margin-bottom: 142px;
}
.about-mid h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
	width: 100%;
	/* font-size: 6.5vw; */
    font-size: 3.6vw;
	text-align: center;
	/* opacity: 0; */
    color: rgba(207, 255, 229, 0.70);
    font-family: 'Michroma-Regular';
}
/*****abut-description-appear*****/
.about-desc p,
.about-desc h1,
.about-desc h2,
.about-desc h3,
.about-desc h4,
.about-desc h5,
.about-desc h6 {
	overflow: hidden;
}
.about-desc {
    max-width: 875px;
    width: 100%;
    margin: 0 auto;
}
.about-desc h5 {
	margin-bottom: 30px;
    color: #fff;
}
.about-desc .line {
	display: block;
	overflow: hidden;
}
.about-desc .line span {
	display: block;
	transform: translateY(100%);
}
/***overons-info-sec***/
.overons-info-sec { 
    padding: 105px 0 170px;
}
/****counter-sec*****/
.counter-sec {
    padding-bottom: 105px;
}
.each-counter {
    border-left: 1px solid rgba(26, 51, 45, 0.40);
    padding: 0 33px;
}
.each-counter h5 {
    margin: 50px 0 12px;
}
.each-counter h4 {
    color: #1A332D;
    font-family: 'OpenSans-Regular';
    font-size: 2.4rem;
    line-height: 34px;
    letter-spacing: 0.24px;
}
.counter-img{
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;   
    margin-top: 56px;
    border-radius: 10px;
}
.each-counter img {
    height: 306px;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-counter:hover .counter-img img {
    transform: scale(1.1);
}
/*==================================aanbod-list page start======================================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 178px 0 62px;
}
.aanbod-filter-sec h2{
    margin-bottom: 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1A332D;
	font-size: 1.4rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    opacity: 0.6;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #1A332D;
    font-size: 1.6rem;
    font-family: 'OpenSans-SemiBold';
    border: 1px solid #1A332D;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-radius: 0px;
    padding: 0 15px 0 15px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 0;
    border: 1px solid #1A332D;
    background: url(../images/filter-arrow.svg) #CFFFE5 no-repeat 91% center / 10px;   
}
.select-style:hover{
    background: url(../images/filter-arrow.svg) #CFFFE5 no-repeat 91% center / 10px;    
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#1A332D;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1A332D;
    border-top: 0;
    border-radius: 0;
    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: #CFFFE5;
    border-color: #CFFFE5;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    border-radius: 0px;
    background-color: #1A332D;
    font-size: 1.4rem;
    border: 1px solid #1A332D;
    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: transparent;
    border-color: #1A332D;
    color: #1A332D;
}
.hidden-filter .filter-main .col-xl-9 .row{
    margin: 0px -21px;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 22%;
    padding: 0px 21px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1A332D;
    font-family: 'OpenSans-SemiBold';
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 89px;
    background-color: #1A332D;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    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;
    border-radius: 0;
    background: transparent;
    border: 1px solid #CFFFE5;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::before,
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #028767;
    border-color: #028767;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #1A332D;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.432);
}
.mobile-filter-close span img {
    width: 9px;
    filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1555%) hue-rotate(258deg) brightness(101%) contrast(101%)
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background: transparent;
    background-color: #028767;
    border: 1px solid #028767;
    color: #FFF;
	padding: 10px;
	border-radius: 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: #028767;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    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-range-filter label {
    font-size: 1.6rem;
    font-family: 'OpenSans-SemiBold';
    color: #1A332D;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color:#1A332D;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #1a332d79;
    border-color: #1A332D;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #1A332D;
}
.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: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 0px;
    border: 1px solid #1A332D;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1A332D;
    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: #1A332D;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #028767;
}
/*******aanbod-list-sec********/
.aanbod-list-sec {
    padding-bottom: 70px;
}
.aanbod-list-sec .row {
    margin: 0 -12px;
    row-gap: 24px;
}
.aanbod-list-sec .col-xxl-4,
.aanbod-list-sec .col-lg-12 {
    padding: 0 12px;
}
.inner-product .each-product {
    border-radius: 10px;
    overflow: hidden;
}
.inner-product .each-product-text td h4 {
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: 0.28px;
}
.inner-product .each-product-model::after {
    display: none;
}
.inner-product .each-product-model {
    padding-right: 0;
}
.inner-product .each-product-text {
    padding: 20px 16px;
}
.inner-product .each-product-text tr {
    row-gap: 36px;
}
.inner-product .each-product-model p {
    margin-top: 10px;
}
.inner-product .each-product-text table {
    padding: 25px 0;
}
.inner-product .product-price {
    padding: 20px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-product .each-product-text td {
    width: 31.8%; 
    padding-left: 7px;
}
.inner-product .each-product:hover .each-product-text {
    background-color: #028767;
}
.inner-product .each-product:hover .each-product-model h3 {
    color: #fff;
}
.inner-product .each-product:hover .each-product-model p {
    color: #fff;
}
.inner-product .each-product:hover .each-product-text td h6 {
    color: rgba(255, 255, 255, 0.50);
}
.inner-product .each-product:hover .each-product-text td h4 {
    color: #fff;
}
.inner-product .each-product:hover .each-product-text td::after {
    background-color: #fff;
}
.inner-product .each-product:hover .product-price {
    background-color: #F5F5F5;
}
.inner-product .each-product:hover .product-price h4::after {
    filter: brightness(0) saturate(100%) invert(13%) sepia(4%) saturate(5678%) hue-rotate(119deg) brightness(94%) contrast(86%);
}
.inner-product .each-product:hover .product-price h4 {
    color: #1A332D;
}
.inner-product .each-product:hover .product-price h6 {
    color: rgba(26, 51, 45, 0.70);
}
.inner-product .each-product:hover .product-price h6 strong {
    color: #1A332D;
}
.inner-product .each-product:hover .product-mark {
    opacity: 0.07;
}
/*==================================aanbod-dtl page start=====================================*/
/*****dtl-bk-btn-sec*****/
.dtl-bk-btn-sec {
    padding: 196px 0 28px;
    background-color: #F5F5F5;
}
.dtl-bk-btn-sec .container {
    position: relative;
    z-index: 1;
}
/*****external-btn-sec***/
.external-btn-sec .container {
    position: relative;
}
.external-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 11px;
    margin-top: -76px;
    margin-bottom: 28px;
    position: absolute;
    flex-direction: row-reverse;
    right: 0;
    top: 0;
    z-index: 1;
}
.external-btn {
    width: 45px;
    height: 45px;
    border: 1px solid #323232;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.external-btn:hover {
    background-color: #CFFFE5;
    border-color: #CFFFE5;
}
/******dtl-car-slider-sec*****/
.dtl-car-slider-sec {
    background-color: #F5F5F5;
    position: relative;
}
.dtl-car-slider-sec .container {
    position: relative;
    z-index: 1;
}
.dtl-car-slider-sec .each-product-text {
    background-color: #fff;
}
.dtl-product-slider-mark {
    position: absolute;
    bottom: 20px;
    right: 0;
    pointer-events: none;
    height: calc(100% + 150px);
    width: 100%;
}
.dtl-product-slider-mark img {
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
}
.dtl-car-slider-sec .each-product-model::after {
    display: none;
}
.dtl-car-slider-sec .each-product-model {
    padding-right: 0;
}
.dtl-slider-top .col-lg-5 {
    width: 47%;
}
.dtl-slider-top .col-lg-7 {
    width: 53%;
}
.dtl-slider-top {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.dtl-slider-top .common-arrow img {
    width: 15px;
}
.dtl-slider-top .swiper-button-next {
    right: 7%;
}
.dtl-slider-top .swiper-button-prev {
    left: 7%;
}
.dtl-car-slider-sec .each-product-thumb::after {
    display: none;
}
.dtl-car-slider-sec .each-product-text td h4 {
    font-size: 1.8rem;
}
.dtl-car-img {
    height: 100%;
}
.dtl-car-img .swiper {
    height: 100%;
}
.each-dtl-car-img {
    height: 100%;
}
.each-dtl-car-img img {
    height: 100%;
    object-fit: cover;
}
.dtl-mid-btn {
    padding: 67px 0 35px;
    border-bottom: 1px solid #DCDCDC;
}
.dtl-mid-btn .common-btn {
    margin-right: 10px;
}
.wp-btn.common-btn:last-child {
    margin: 0;
    align-items: center;
    display: inline-flex;
}
.wp-btn.common-btn::before {
    background-image: url(../images/wp-btn.svg);
    top: 16px;
    transform: scale(1) rotate(0) translate(0);
}
.wp-btn.common-btn::after {
    opacity: 0;
    animation: none;
}
.wp-btn.common-btn strong {
    margin-right: 5px;
}
.wp-btn.common-btn:hover::after {
    opacity: 1;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .col-lg-4 {
    width: 27%;
}
.dtl-tab-sec .col-lg-8 {
    width: 73%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    color: #1A332D;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #1A332D;
    text-transform: none;
	font-size: 2rem;
    font-family: 'OpenSans-SemiBold';
	line-height: normal;
	padding-right: 16px;
    padding-left: 0;
	position: relative;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    opacity: 1;
    color: #1A332D;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 70px 0;
    background-color: #F5F5F5;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 52px;
    row-gap: 20px;
    margin-bottom: 38px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	gap: 12px;
}
.kenmerken-tab li {
    width: 32.6%;
	padding: 18px 24px;
	position: relative;
    font-family: 'OpenSans-Regular';
    color: rgba(26, 51, 45, 0.70);
	line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
	border-radius: 5px;
    background-color: #fff;
    font-size: 1.6rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    height: 100%;
}
.kenmerken-tab li:hover {
    background-color: #1A332D;
	color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #1A332D;
    text-align: right;
    font-family: 'OpenSans-SemiBold';
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong {
    color: #fff;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #1A332D;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #1A332D;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 5px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1A332D;;
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1A332D;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #1A332D;
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #1A332D;
    line-height: 24px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #1A332D;
    cursor: pointer;
    margin-top: 15px;
    font-family: 'OpenSans-SemiBold';
    font-size: 1.6rem;
	line-height: 2.4rem;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #008A69;
}
.tab-btn .tabs li.active::after {
	transform: rotate(0deg);
    opacity: 1;
}
.tabs li::after {
    content: "";
    top: 10px;
    background-color: transparent;
    width: 11px;
    height: 12px;
    transition: all 0.5s;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    left: auto;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(26, 51, 45, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #1A332D;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #008A69;
	box-shadow: 0px 0px 25px 0px rgba(0, 138, 105, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 138, 105, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #008A69;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h6 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    font-family: 'OpenSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}
.dtl-car-office {
    border-radius: 5px;
    border: 1px solid rgba(26, 51, 45, 0.10);
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 64px;
}
.dtl-car-office-top {
    padding: 20px;
    border-radius: 5px;
    background-color: #CFFFE5;
    display: flex;
    align-items: center;
}
.dtl-car-office-img {
    border-radius: 100%;
    height: 67px;
    min-width: 67px;
    width: 67px;
    margin-right: 21px;
    overflow: hidden;
}
.dtl-car-office-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-car-office-top h4 {
    font-size: 2rem;
    line-height: 30px;
    color: #1A332D;
    font-family: 'OpenSans-SemiBold';
    letter-spacing: normal;
}
.dtl-car-office-top h6 {
    color: rgba(26, 51, 45, 0.70);
    font-size: 1.4rem;
}
.dtl-car-office-top h6 a {
    color: rgba(26, 51, 45, 0.70);
}
.dtl-car-office-top h6 a:hover {
    color: #008A69;
}
.dtl-car-office-btm {
    padding: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.dtl-car-office-btm p {
    color: #1A332D;
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 13px;
    letter-spacing: 0.32px;
}
.dtl-car-office-btm p strong {
    font-family: 'OpenSans-SemiBold';
    margin-right: 9px;
    font-weight: normal;
}
.dtl-car-office-btm p:last-child {
    margin-bottom: 0;
}
.dtl-car-office-btm p a {
    color: #1A332D;
}
.dtl-car-office-btm p a:hover {
    color: #008A69;
}
.dtl-car-office-btm p img {
    margin-right: 9px;
}
/******aanbod-form-sec*****/
.aanbod-form-sec::after {
    background-color: #F5F5F5;
}
.form-height-add {
    padding-bottom: 80px;
}
/******related-product-sec*****/
.related-product-sec {
    padding: 113px 0 66px;
}
.related-product-heading {
    margin-bottom: 53px;
}
.relted-car-control {
    display: flex;
    justify-content: end;
    gap: 50px;
}
.relted-car-control .common-arrow {
    position: initial;
    margin: 0;
}
.relted-car-control .common-arrow img {
    width: 12px;
}
/*===================================verkocht page start================================================*/
.verkocht-product-sec {
    padding: 185px 0 70px;
}
.verkocht-product-sec h2 {
    margin-bottom: 60px;
}
.verkocht-product-sec .product-price {
    justify-content: center;
}
.verkocht-product-sec .product-price h4 {
    padding-left: 0;
}
.verkocht-product-sec .product-price h4::after {
    display: none;
}

.bemiddeling-verkoop-top-sec .service-dtl-welcome-right-wrap h4 {
    font-family: 'OpenSans-SemiBold';
    font-size: 3.2rem;
    line-height: 35px;
    letter-spacing: normal;
}
.bemiddeling-verkoop-top-sec .service-dtl-welcome-right h6 {
    font-family: 'Michroma-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
    margin: 12px 0 10px;
}









/***********************************style for developers************************************/

/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 35px;
      padding-top: 15px;
  }
  
  
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 10px 6px 20px;
      color: #000;
      background-size: contain;
  }
  .star_icon{
      margin-bottom: 30px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      /* text-transform: uppercase; */
      padding-top: 10px;
      margin-bottom: 10px;
      color: #1A332D;
      border-bottom: 1.5px solid #1A332D;
      padding-bottom: 10px;
      /* font-family: 'Poppins-Medium'; */
      font-size: 1.8rem;
      line-height: 27px;
  
  }
  .star_icon p img{
      width: 15px;
      height: 15px;
      margin-top: -3px;
      margin-right: 5px;
      filter: invert(0);
      padding-right: 0;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .aanbod-loader {
      width: 45px;
      height: 40px;
      background: linear-gradient(#028767 calc(1*100%/6),#1A332D 0 calc(3*100%/6),#028767 0),
                linear-gradient(#028767 calc(2*100%/6),#1A332D 0 calc(4*100%/6),#028767 0),
                linear-gradient(#028767 calc(3*100%/6),#1A332D 0 calc(5*100%/6),#028767 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: #4CA4A6;
    }
  
  
  .carpass-img {
      width: 115px;
  }
  
  /****fix-wp****/
  /* .fix-wp a {
      position: fixed;
      right: 2%;
      bottom: 3%;
      width: 63px;
      height: 63px;
      border-radius: 100px;
      background-color: #25D366;
      z-index: 98;
      display: flex;
      align-items: center;
      justify-content: center;
  } */
   /***fix-wp***/
  .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;
      }
  }
  .each-service:hover .each-service-arrow .common-arrow-part{
      background-color: #FAFAFA;
  }
  .privacy_section h2{
      padding-top: 85px;
  }
  
  .each-price-table li::after {
      display: none;
  }
  .range-sec .range-area .fill{
      background-color: #121212;
  }
  .iframe-footer {
      border: 0;
      width: 100%;
      margin-bottom: 0;
      height: 50px;
      display: block;
  }
  .calsty{
      border: 0;
      width: 100%;
      /* height: 690px; */
      background: transparent;
  }
.privacy_section {
    padding: 50px 0;
}
.share-social-media-button em {
    display: none;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0;
}
.calculator-sec{ 
    padding-bottom: 40px;
    background-color: #FAFAFA;
}
.overons-info-sec .acc-block li {
	padding: 40px 60px 40px 20px;
}


.header-nav ul{
    display: flex;
    margin-bottom: 0;
    column-gap: 40px;
}
.header-nav ul li::after{
    display: none;
}
.header-nav ul li a{
    color: #fff;
}
.header-nav ul li a:hover{
    color: #CFFFE5;
}
.header-nav ul li{
    padding-left: 0;
}
.footer-right-logo ul li img{
    width: 130px;
}
.footer-right-logo ul li{
    padding: 0;
}
.footer-right-logo ul li::after{
    display: none;
}
.footer-right-logo ul{
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.footer-time p{
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
}