body {
	padding: 0px;
	margin: 0px;
	color: #0F1013;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #fff;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/* ============================================== index ============================================== */
/*******header-area*****/
.header-area {
    padding: 23px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* overflow: hidden; */
}
.header-wrap .col-lg-4 {
    width: 38%;
}
.header-wrap .col-lg-8 {
    width: 62%;
}
.header-logo img {
    width: 137px;
}
.header-active {
    background-color: #226850;
}
.header-left {
    padding-right: 6.5%;
}
.header-left .row {
    align-items: center;
}
.tilburg-logo {
    text-align: end;
}
.tilburg-logo img {
    width: 130px;
}
.header-area .container {
    position: relative;
}
.menu-wrap h6 {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.header-right {
    display: flex;
    align-items: center;
    column-gap: 8px;
    justify-content: end;
}
.header-block {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: end;
    position: relative;
}
.header-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: red;
}
.header-vector .common-btn {
    background-color: #00A761;
    border-color: #00A761;
    color: #fff;
    padding-left: 50px;
    padding-right: 19px;
}
.header-vector .common-btn::after {
    display: none;
}
.header-vector .common-btn::before {
    position: absolute;
    content: '';
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/header-vector.svg);
    background-size: 23px;
    height: 23px;
    width: 23px;
    background-position: center;
    background-repeat: no-repeat;
}
.header-vector .common-btn:hover {
    background-color: #FFB100;
    border-color: #FFB100;
}
.header-contact .common-btn {
    padding-right: 19px;
    padding-left: 25px;
}
.header-contact .common-btn a:hover{
    color: #fff;
}
.header-contact .common-btn{
    color: #fff;
}
.header-contact .common-btn::after {
    /* background-image: url(../images/header-call.svg);
    right: auto;
    left: 18px;
    height: 14px;
    width: 14px;
    background-size: 14px; */
    display: none;
}
.header-contact .common-btn img{
    filter: brightness(0) invert(1);
    position: relative;
    left: -10px;
 }
.header-bovag img {
    width: 85px;
}
.mob-header-vector {
    display: none;
}
/***menu-part***/
.menu-wrap {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 8px;
    max-width: 20px;
    margin-right: 65px;
    cursor: pointer;
}
.menu-bar {
    max-width: 20px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 99;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 5px auto 5px 0;
    width: 19px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-wrap.active .menu-bar div {
    transform: scale(0);
}
.menu-wrap.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-wrap.active .menu-bar:after {
    transform: translateY(-6px) rotate(-135deg);
}
.menu-wrap.active .menu-bar::after, 
.menu-wrap.active .menu-bar::before {
    background-color: #F9F9F6;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    background-color: #258060;
    padding: 120px 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-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.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;
}
.side-menu > .side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgb(255, 255, 255, 0.7);
    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;
    border-radius: 0;
    width: 100%;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
    background-color: #0F1013;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.parent-dropdown > img {
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px;
    background-color: #2b7058;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #00A761; 
    border-radius: 2px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/***dropdown***/
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #00A761;
    background-color: #00A761;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    overflow-y: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    padding-left: 0px;
    max-height: 345px;
    overflow-y: auto;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
    margin-bottom: 0;
}
.parent-dropdown ul li a {
    font-size: 1.6rem;
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li::after {
    display: none;
}
.parent-dropdown ul li a:hover {
	color: #FFB100;
}
.parent-dropdown img {
	cursor: pointer;
    width: 10px;
    margin-left: 5px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown.open ul {
    opacity: 1;
    pointer-events: all;
}
.header-contact {
    position: relative;
}
.header-contact ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    min-width: 205px;
    margin-top: 12px;
    margin-bottom: 0;
    z-index: 1;
    transition: all 0.7s;
    opacity: 0;
    list-style: none;
    padding: 7px;
    max-height: 345px;
    border-radius: 10px;
    pointer-events: none;
}
.header-contact ul::after {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff;
}
.header-contact-btn {
    position: relative;
}
.header-contact .header-contact-btn::before {
    content: '';
    position: absolute;
    bottom: -41%;
    left: 0;
    width: 100%;
    height: 56%;
    background-color: transparent;
}
.header-contact:hover ul {
    opacity: 1;
    pointer-events: all;
}
.header-contact li {
    padding: 8px;
    text-align: center;
    background-color: #F8F8F8;
    margin-bottom: 6px;
    border-radius: 5px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    min-height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-contact li::after {
    display: none;
}
.header-contact li p {
    margin-bottom: 0;
    letter-spacing: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-contact li h6 {
    font-family: 'LamaSans-Medium';
    font-size: 1.2rem;
    line-height: 13px;
    color: #0F0F0F;
    margin-bottom: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-contact li h5 {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    color: #258060;
}
.header-contact li:hover h5 {
    color: #fff;
}
.header-contact li:hover {
    background-color: #258060;
}
.header-contact li:hover h6,
.header-contact li:hover p {
    color: #fff;
}
/*****banner-sec*****/
.banner-sec {
    background-color: #258060;
    overflow-x: clip;
    position: relative;
}
.banner-dotted-mark {
    position: absolute;
    top: 21%;
    left: 0;
    pointer-events: none;
}
.banner-left {
    position: relative;
    padding: 180px 0 124px;
}
.banner-mark {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.banner-mark-mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.banner-mark-mobile {
    display: none;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-sec .col-lg-8 {
    width: 65%;
}
.banner-sec .col-lg-4 {
    width: 35%;
}
.banner-video, 
.each-banner {
	height: 900px;
    position: relative;
}
.banner-video::after, 
.each-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 94px;
    background-color: rgba(15, 16, 19, 0.10);
}
.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 h1 {
    max-width: 490px;
    width: 100%;
}
.banner-content-wrap {
    padding-right: 30px;
}
.banner-content-wrap p {
    color: #fff;
    margin: 15px 0 45px;
    max-width: 425px;
    width: 100%;
}
.banner-content-wrap ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 14px;
}
.banner-content-wrap li {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-content-wrap li::after {
    display: none;
}
/****product-sec****/
.product-sec {
    padding: 112px 0 58px;
    position: relative;
    overflow-x: clip;
}
.product-sec::after {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.product-sec::before {
    content: "";
    background: radial-gradient(195.46% 116.86% at -9.64% 42.09%, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.91) 71.76%, rgba(255, 255, 255, 0.97) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
.product-dot {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    pointer-events: none;
}
.product-dot img {
    height: 100%;
    object-fit: cover;
}
.product-area {
    position: relative;
    z-index: 2;
}
.product-slider {
    position: relative;
}
.product-slider .swiper-button-prev {
    left: -4%;
}
.product-slider .swiper-button-next {
    right: -4%;
}
.product-slider .common-arrow {
    top: 30%;
}
.product-title {
    margin-bottom: 30px;
}
.each-product {
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover {
    margin-top: -10px;
}
.product-slider .swiper {
    padding-top: 10px;
}
.each-product-img img {
    border-radius: 13px;
    overflow: hidden;
}
.each-product-text {
    margin-top: 22px;
}
.each-product-text p {
    margin: 8px 0 17px;
}
.each-product-text h4 {
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text ul {
    display: flex;
    gap: 20px;
    position: relative;
    padding-bottom: 18px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.each-product-text table {
    position: relative;
    padding-top: 18px;
    display: inline-block;
}
.each-product-text table::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 1px;
    width: 100vw;
    background-color: rgba(15, 16, 19, 0.15);
}
.each-product-text li {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    color: rgba(15, 16, 19, 0.8);
    font-family: 'Geologica-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.each-product-text li::after {
    display: none;
}
.each-product-text li img {
    width: 21px;
    margin-right: 10px;
}
.each-product-text tr {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.each-product-text td {
    border-radius: 6.676px;
    background-color: #0F1013;
    padding: 8px 18px;
    border: 1px solid #0F1013;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.32px;
    max-width: max-content;
}
.each-product-text td:last-child {
    background-color: #258060;
    border-color: #258060;
}
.each-product-text td:hover {
    color: #fff;
}
.each-product:hover td {
    color: #fff;
}
.product-slider-btm {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    display: none;
}
/****service-sec****/
.service-sec {
    background: linear-gradient(60deg, #FFF -2.41%, #F8F8F8 37.81%);
    padding: 116px 0 95px;
    position: relative;
}
.service-block {
    position: relative;
    z-index: 1;
}
.service-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.service-dotted-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.service-left ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 21px;
}
.service-left li:last-child {
    margin-bottom: 0;
}
.service-left li a {
    padding-left: 0;
    margin-bottom: 0;
    padding: 36px 53px 36px 34px;
    border-radius: 15px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    display: flex;
    gap: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-left li a h5 {
    color: rgba(15, 16, 19, 0.70);
}
.service-left li a::after {
    content: '';
    position: absolute;
    right: 25px;
    top: 41%;
    transform: translateX(-50%);
    background-image: url(../images/service-right-arrow.svg);
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0.7) invert(0.7);
}
.service-left li a:hover {
    background-color: #FFB100;
}
.service-left li a:hover h5 {
    color: #0F1013;
}
.service-left li a:hover::after {
    transform: rotate(-45deg);
    filter: brightness(1) invert(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-img {
    padding-left: 10px;
}
.service-left li::after {
    display: none;
}
.service-left li  h5 strong {
    font-weight: normal;
}
.service-title p {
    margin-bottom: 0;
    max-width: 725px;
    width: 100%;
    margin-top: 12px;
}
.service-title {
    margin-bottom: 46px;
}
.each-service-img img {
    border-radius: 30px;
    overflow: hidden;
}
.service-block .col-lg-5 {
    width: 39%;
}
.service-block .col-lg-4 {
    width: 37%;
}
.service-block .col-lg-3 {
    width: 24%;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-top {
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 18px 32px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-service-top h4,
.each-service-btm h4 {
    position: relative;
}
.each-service-top h4::after,
.each-service-btm h4::after {
    position: absolute;
    content: '';
    right: 0;
    top: -15px;
    background-image: url(../images/service-top-arrow.svg);
    height: 54px;
    width: 54px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-color: #F5F5F5;
    border-radius: 100%;
    border: 1px solid #F5F5F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-btm h4::after {
    background-image: url(../images/service-green-arrow.svg);
    background-color: #fff;
    border: 1px solid #fff;
}
.service-right {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: space-between;
}
.each-service-btm {
    background-color: #258060;
    border-radius: 15px;
    overflow: hidden;
    padding: 15px 18px 32px 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-top,
.each-service-btm {
    row-gap: 128px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-btm p,
.each-service-btm h4 {
    color: #fff;
}
.each-service-top p,
.each-service-top h4,
.each-service-btm p,
.each-service-btm h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-top:hover {
    background-color: #258060;
}
.each-service-top:hover p,
.each-service-top:hover h4 {
    color: #fff;
}
.each-service-top:hover h4::after {
    background-image: url(../images/service-green-arrow.svg);
    background-color: #fff;
    border: 1px solid #fff;
}
.each-service-btm:hover p,
.each-service-btm:hover h4 {
    color: #0F1013;
}
.each-service-btm:hover {
    background-color: #fff;
}
.each-service-btm:hover h4::after {
    background-image: url(../images/service-top-arrow.svg);
    background-color: #F5F5F5;
    border: 1px solid #F5F5F5;
}
.service-btn {
    text-align: right;
    margin-top: 35px;
    margin-bottom: 10px;
}
.service-left-part li {
    padding-left: 0;
    margin-bottom: 0;
}
/****usp-marquee****/
.usp-marquee-sec {
	position: relative;
	width: 100%;
}
.usp-marquee-outer {
    padding: 20px;
    background-color: #258060;
    overflow: hidden;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 144px; 
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
    color: #fff;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: normal;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 16px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/usp-icon.svg);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
}
/*****benefit-sec****/
.benefit-sec {
    padding: 113px 0 98px;
    position: relative;
    overflow: hidden;
}
.benefit-wrap {
    border-radius: 20px;
    border: 2px solid #fff;
    background: linear-gradient(61deg, rgba(0, 167, 97, 0.10) -3.45%, rgba(255, 255, 255, 0.20) 46.02%, #fff 82.39%);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 15px 15px 15px 62px;
    position: relative;
    z-index: 1;
}
.benefit-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 10%;
    width: 10%;
    background-color: #fff;
    pointer-events: none;
}
.benefit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}
.benefit-bg img {
    height: 100%;
    object-fit: cover;
}
.benefit-heading img {
    width: 117px;
    margin-bottom: 25px;
}
.benefit-heading p {
    color: rgba(36, 30, 30, 0.8);
    margin: 18px 0 50px;
    max-width: 437px;
    width: 100%;
}
.benefit-main {
    max-width: 788px;
    width: 100%;
    margin-left: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.benefit-main table {
    width: 100%;
}
.benefit-main tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.benefit-main td {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 35px;
    min-height: 149px;
}
.benefit-main table td:nth-child(4n+2),
.benefit-main table td:nth-child(4n+3) {
    background-color: #F7FBEA;
}
.benefit-main td p {
    margin-bottom: 0;
    color: rgba(16, 24, 36, 0.7);
}
.benefit-dot {
    position: absolute;
    right: 4%;
    bottom: -7%;
    z-index: -1;
}
.benefit-heading .with-icon::before {
    content: "";
    height: 16px;
    width: 23px;
    background-image: url(../images/j-btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.benefit-heading .green-btn {
    padding: 9px 11px;
    border-radius: 10px;
    padding-left: 10px;
}
.benefit-heading .green-btn::after {
    display: none;
}
.benefit-mob-bg {
    display: none;
}
/****about-sec****/
.about-sec {
    overflow-x: clip;
}
.about-box {
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: -15px 15px 10px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-align: center;
    max-width: 271px;
    width: 100%;
    padding: 18px 27px 27px;
    position: relative;
    margin-top: -112px;
    z-index: 1;
}
.about-box img {
    width: 113px;
}
.about-box h6 {
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin: 5px 0 23px;
}
.about-counter .each-counter h2 {
    font-family: 'Geologica-Regular';
    color: #258060;
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.about-counter .each-counter h6 {
    color: rgba(15, 16, 19, 0.70);
    margin: 0;
}
.about-counter .each-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.about-counter {
    margin-top: 28px;
}
.about-img {
    max-width: 589px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    border-radius: 30px;
    overflow: hidden;
}
.about-sec .col-lg-5 {
    width: 46%;
}
.about-sec .col-lg-7 {
    width: 54%;
}
.each-about-img-counter {
    border-radius: 32px;
    background: #FFB100;
    box-shadow: -15px 15px 10px 0 rgba(0, 0, 0, 0.08);
    width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 20px 41px;
}
.each-about-img-counter h6,
.each-about-img-counter h2 {
    color: #0F1013;
    font-family: 'Geologica-Regular';
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.about-img-counter {
    padding-left: 25%;
    margin-bottom: 28px;
}
.about-img-counter-wrap {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    background: #FFB100;
    box-shadow: -15px 15px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 22px 41px;
}
.about-img-counter-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: -15px;
    bottom: -15px;
    background-image: url(../images/info-shadow.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px;
    z-index: -1;
}
.about-img-wrap {
    position: relative;
}
.about-img-wrap::after {
    content: "";
    height: 70%;
    width: 25%;
    position: absolute;
    left: 15px;
    bottom: 25%;
    border: 2px dashed #226850;
    border-radius: 30px 0 0 30px;
    z-index: -1;
    border-right: 0;
}
.about-img-wrap::before {
    content: "";
    height: 45px;
    width: 133%;
    position: absolute;
    left: 0;
    bottom: 86px;
    background-image: url(../images/about-img-counter-btm-line.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.about-content {
    padding-top: 96px;
    padding-left: 155px;
}
.about-content p {
    margin: 24px 0 19px;
}
/****home-block-sec****/
.home-block-sec {
    padding: 60px 0 118px;
}
.home-block-part {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    text-align: center;
    position: relative;
    padding-top: 58px;
}
.home-block-part::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(15, 16, 19, 0.2);
}
.each-home-block p {
    margin-bottom: 0;
    max-width: 410px;
    width: 100%;
}
.each-home-block h5 {
    margin: 20px 0 10px;
}
.each-home-block img {
    width: 71px;
    height: 63px;
}
/****google-review****/
.google-review {
    padding-bottom: 104px;
}
.google-review-title {
    margin-bottom: 43px;
}
/****footer-area****/
.footer-area {
    overflow-x: clip;
    background-color: #258060;
    position: relative;
}
.footer-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.footer-area .container {
    position: relative;
    z-index: 1;
}
.footer-title h4 {
    color: #FFB100;
    margin-bottom: 14px;
}
.footer-info-part {
    margin-top: 90px;
}
.footer-title h2 {
    color: #fff;
    margin-bottom: 28px;
}
.footer-btn {
    background-color: transparent;
    color: #fff;
}
.footer-btn::after {
    background-image: url(../images/white-txt-arrow.svg);
}
.footer-btnn:hover {
    background-color: rgba(255, 177, 0, 0.7);
    border-color: rgba(255, 177, 0, 0.7);
}
.footer-btn::after {
    filter: brightness(0) invert(1);
}
.footer-info-part {
    margin-top: 26px;
}
.footer-left {
    padding: 58px 0 52px;
    position: relative;
}
.footer-dotted-mark {
    position: absolute;
    right: -9%;
    top: 0;
    pointer-events: none;
} 
.footer-info p {
    color: #fff;
    margin-bottom: 0;
    max-width: 350px;
    width: 100%;
    padding-right: 20px;
}
.footer-social h6 {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.footer-btm-logo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.each-footer-contact h6 {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 17px;
    margin-bottom: 10px;
}
.each-footer-contact a,
.each-footer-contact td {
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.8rem;
    line-height: 24px;
}
.each-footer-contact a:hover {
    color: #FFB100;
}
.footer-contact .col-5 {
    width: 43%;
}
.footer-contact .col-7 {
    width: 57%;
}
.each-footer-opening-show td:first-child {
    padding-right: 10px;
}
.footer-area .col-lg-4 {
    width: 35%;
}
.footer-area .col-lg-8 {
    width: 65%;
}
.footer-social {
    margin: 50px 0 35px;
}
.each-footer-contact td {
    line-height: 28px;
}
.each-footer-contact td em {
    font-style: normal;
}
.each-footer-contact td:first-child {
    padding-right: 10px;
}
.each-footer-contact tr:first-child td h6 {
    margin-top: 0;
}
.each-footer-contact tr:first-child td,
.each-footer-contact tr:nth-child(3) td {
    padding-right: 0;
}
.each-footer-contact td h6 {
    margin-top: 16px;
}
.footer-img {
    height: 100%;
}
.footer-img img{
    height: 100%;
    object-fit: cover;
}
.footer-info-part .col-lg-7 {
    width: 54%;
}
.footer-info-part .col-lg-5 {
    width: 46%;
}
.each-footer-contact {
    margin-bottom: 20px;
    max-width: 233px;
    margin-left: auto;
    margin-right: 0;
}
.each-footer-contact:last-child {
    margin-bottom: 0;
}
.footer-btm-right ul {
    margin-bottom: 0;
    display: flex;
    gap: 28px;
    justify-content: end;
    align-items: center;
}
.footer-btm-right li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-btm-right li::after {
    display: none;
}
.footer-left-wrap {
    padding-right: 85px;
    overflow: hidden;
}
.footer-btm-right a {
    color: rgba(255, 255, 255, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
}
.footer-btm-right a:hover {
    color: #fff;
}
.mob-footer-title-btn {
    display: none;
}
.footer-btm-area {
    padding-bottom: 50px;
}
.each-footer-opening-show {
    margin-bottom: 16px;
}
/*=============================diensten-list===============================*/
/***inner-banner-sec***/
.inner-banner-sec .each-banner {
    min-height: 500px;
    height: 100%;
}
.inner-banner-sec .banner-left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.inner-banner-sec .banner-content-wrap p {
    max-width: 530px;
}
.inner-banner-sec .col-lg-8 {
    width: 65%;
}
.inner-banner-sec .col-lg-4 {
    width: 35%;
}
.inner-banner-sec .banner-mark {
    width: 43.1%;
}
.inner-banner-sec .banner-right { 
    position: relative;
    z-index: 1;
    height: 100%;
}
.inner-banner-sec .banner-right img {
    height: 100%;
    object-fit: cover;
}
/****service-list-sec*****/
.service-list-sec {
    padding: 83px 0 123px;
    position: relative;
}
.service-list-sec .container {
    position: relative;
    z-index: 1;
}
.sec-pattern {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.sec-pattern img {
    height: 100%;
    object-fit: cover;
}
.diensten-list-heading {
    max-width: 980px;
    width: 100%;
    margin: 0 auto 65px;
    text-align: center;
}
.diensten-list-heading p {
    margin: 9px 0 0;
}
.each-service-list {
    border-radius: 15px;
    background-color: #F5F5F5;
    padding: 36px 34px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list::after {
    content: '';
    position: absolute;
    right: 55px;
    top: 43%;
    transform: translateX(-50%);
    background-image: url(../images/service-right-arrow.svg);
    background-position: center;
    background-size: 17px;
    background-repeat: no-repeat;
    height: 17px;
    width: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list h5 {
    padding-right: 80px;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list h5 strong {
    margin-right: 22px;
    font-style: normal;
    font-weight: normal;
}
.each-service-list img {
    width: 209px;
    height: 239px;
    border-radius: 5px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list:hover {
    background-color: #FFB100;
}
/* .each-service-list:hover img {
    transform: translateY(-50%) scale(1);
} */
.each-service-list:hover::after {
    transform: translateX(-50%) rotate(-45deg);
}
.each-service-list:hover h5 {
    opacity: 1;
}
.diensten-list-main .row {
    row-gap: 22px;
    margin: 0 -11px;
}
.diensten-list-main .col-lg-6 {
    padding: 0 11px;
}
/*=============================voordelen===============================*/
.voordelen-sec {
    padding: 96px 0;
}
.voordelen-wrap {
    max-width: 1147px;
    width: 100%;
    margin: 0 auto;
}
.each-voordelen {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(26, 45, 55, 0.15);
}
.each-voordelen:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}
.each-voordelen-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 501px;
    width: 100%;
    height: 296px;
}
.each-voordelen-img img {
    height: 100%;
    object-fit: cover;
}
.each-voordelen-text p {
    margin: 16px 0;
    color: #1A2D37;
}
.each-voordelen-text ul {
    margin-bottom: 29px;
}
.each-voordelen-text li {
    margin-bottom: 8px;
    padding-left: 23px;
    color: #1A2D37;
}
.each-voordelen-text li:last-child {
    margin-bottom: 0;
}
.each-voordelen-text li::after {
    height: 8px;
    width: 8px;
    background-image: none;
    background-color: #00A761;
    border-radius: 100%;
    top: 7px;
}
.each-voordelen-text h4 {
    color: #1A2D37;
}
.each-voordelen-text .common-btn {
    padding-right: 19px;
    border-color: #00A761;
    color: #00A761;
}
.each-voordelen-text .common-btn::after {
    display: none;
}
.each-voordelen-text .common-btn:hover {
    background-color: #00A761;
    border-color: #00A761;
    color: #fff;
}
/*=============================klacht===============================*/
.klacht-welcome-sec {
    padding: 213px 0 120px;
}
.klacht-img {
    border-radius: 10px;
    overflow: hidden;
}
.klacht-text {
    padding-right: 19%;
}
.klacht-text h2 {
    margin-bottom: 12px;
}
/*=============================article-list===============================*/
/****article-list-sec****/
.article-list-sec {
    padding: 90px 0 73px;
}
.article-list-sec .row {
    margin: 0 -14px;
    row-gap: 40px;
}  
.article-list-sec .col-xxl-3 {
    padding: 0 14px;
} 
.each-article {
    border-radius: 10px;
    border: 1px solid rgba(15, 16, 19, 0.10);
    background-color: #fff;
    height: 100%;
    padding: 30px 30px 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-article h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-transform: uppercase;
}
.each-article p {
    color: rgba(15, 16, 19, 0.70);
    margin: 11px 0 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 3lh;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-article:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.03);
}
.each-article:hover h4 {
    color: #00A761;
}
.each-article:hover p {
    color: #0F1013;
}
.each-article:hover .txt-btn {
    color: #00A761;
}
/*=============================article-dtl===============================*/
/****article-dtl-welcome-sec****/
.article-dtl-welcome-sec {
    padding: 180px 0 107px;
}
.article-dtl-welcome-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.article-dtl-welcome-img img {
    height: 100%;
    object-fit: cover;
}
.article-dtl-welcome-text {
    padding: 0 40px 0 80px;
}
.article-dtl-welcome-text h2 {
    margin-bottom: 10px;
}
.article-dtl-welcome-text h5 {
    margin-bottom: 10px;
}
.article-dtl-welcome-text p {
    margin-bottom: 14px;
}
.article-dtl-welcome-text ul {
    margin-bottom: 14px;
}
.article-dtl-welcome-text li {
    padding-left: 18px;
}
.article-dtl-welcome-text li::after {
    top: 6px;
}
.article-dtl-welcome-text .common-btn {
    margin-top: 15px;
}
/***article-dtl-info-sec****/
.article-dtl-info-text {
    padding-right: 35px;
}
.article-dtl-info-text h2 {
    margin-bottom: 10px;
}
.article-dtl-info-text .common-btn {
    margin-right: 7px;
    margin-bottom: 7px;
}
.article-dtl-info-text .common-btn:last-child {
    margin: 0;
}
.article-dtl-info-img {
    border-radius: 10px;
    overflow: hidden;
}
/*****related-article-sec****/
.related-article-sec {
    padding: 116px 0 63px;
}
.related-article-sec h2 {
    text-align: center;
    margin-bottom: 60px;
}
.related-article-slider {
    position: relative;
}
.related-article-slider .swiper-button-next {
    right: -53px;
}
.related-article-slider .swiper-button-prev {
    left: -53px;
}
.related-article-slider .swiper-slide {
    height: auto;
}
.related-article-slider .each-article {
    padding-bottom: 30px;
}
/*====================================popup======================================*/
.modal-area .modal-dialog {
    max-width: 1090px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(15, 16, 19, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.modal-area .popup-content h4 {
    color: #1A2D37;
}
.modal-area .popup-content p {
	margin: 30px 0 47px;
}
.modal-area .popup-content {
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    padding:  60px;
    position: relative;
}
.modal-area .popup-content .common-btn {
    padding-right: 19px;
    padding-left: 43px;
}
.modal-area .popup-content .common-btn::after {
    right: auto;
    left: 18px;
    transform: translateY(-50%) rotate(180deg);
}
.modal-area .popup-content .d-table-cell {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    -webkit-transition: all 0.5s;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
.modal-area .modal-content .col-lg-5 {
    width: 47%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53%;
}
/*====================================diensten-dtl======================================*/
/******dtl-banner-sec******/
.dtl-banner-sec {
    padding-top: 93px;
}
.dtl-banner-sec .col-lg-8 {
    width: 61%;
}
.dtl-banner-sec .col-lg-4 {
    width: 39%;
}
.dtl-banner-sec .banner-mark {
    width: 52%;
}
.dtl-banner-sec .banner-left {
    padding-top: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.dtl-banner-sec .banner-content-wrap p {
    margin-bottom: 30px;
}
.dtl-banner-sec .banner-content-wrap p:last-child {
    margin-bottom: 0;
}
.dtl-banner-sec .banner-content-wrap h3,
.dtl-banner-sec .banner-content-wrap p a {
    color: #fff;
}
.dtl-banner-sec .banner-content-wrap p a:hover {
    color: #FFB100;
} 
/****diensten-dtl-info-sec****/
.diensten-dtl-info-sec {
    padding: 97px 0;
}
.diensten-dtl-info-sec h2 {
    margin-bottom: 81px;
    text-align: center;
}
.diensten-dtl-info-sec table {
    display: block;
}
.diensten-dtl-info-sec tbody {
    display: flex;
    gap: 42px;
    flex-wrap: wrap;
    justify-content: center;
}
.diensten-dtl-info-sec tr {
    display: block;
    position: relative;
    width: 31%;
}
.diensten-dtl-info-sec tr::after {
    content: "";
    height: 100%;
    width: 70%;
    position: absolute;
    left: -17px;
    bottom: -26px;
    border: 2px dashed #226850;
    border-radius: 20px;
    z-index: -1;
}
.diensten-dtl-info-sec tr::before {
    content: "";
    height: 90%;
    width: 9px;
    position: absolute;
    left: 65%;
    bottom: -5px;
    background-color: #fff;
}
.diensten-dtl-info-sec td {
    display: block;
}
.diensten-dtl-info-sec td p:last-child {
    margin-bottom: 0;
}
.diensten-dtl-info-sec td:nth-child(1) {
    border-radius: 32px;
    background: #FFB100;
    box-shadow: -15px 15px 10px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    width: calc(100% - 24%);
    text-align: center;
    margin-bottom: 23px;
    margin-left: 33px;
    position: relative;
    z-index: 1;
}
.diensten-dtl-info-sec td:nth-child(1)::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: -15px;
    bottom: -15px;
    background-image: url(../images/info-shadow.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 32px;
    z-index: -1;
}
.diensten-dtl-info-sec td:nth-child(2) {
    border-radius: 30px;
    background-color: #F5F5F5;
    padding: 50px 60px;
    position: relative;
    z-index: 1;
}
/****related-service-sec****/
.related-service-sec {
    padding: 85px 0;
}
.related-service-sec h2 {
    margin-bottom: 63px;
    text-align: center;
}
/****form-sec****/
.form-sec {
    position: relative;
    background: #226850;
    overflow: hidden;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-wrap {
    position: relative;
    z-index: 1;
}
.form-wrap .col-lg-7 {
    width: 53%;
}
.form-wrap .col-lg-5 {
    width: 47%;
}
.form-main-area-part {
    padding: 70px 0 88px;
    max-width: 705px;
    width: 100%;
    position: relative;
    padding-right: 10px;
}
.form-wrap .col-lg-7{
    position: relative;
}
.form-wrap .col-lg-7::after{
    content: "";
    width: 100px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60px;
    background-image: url(../images/form-main-area-part-merk-top.svg);
    position: absolute;
    top: 0;
    right: -7px;
    pointer-events: none;
}
.form-sec::before{
    content: "";
    width: 60%;
    height: 660px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    background-image: url(../images/form-btm-merk.png);
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.form-main-area .form-group {
    margin-bottom: 35px;
}
.form-main-area h2 {
    color: #F9F8F6;
    margin-bottom: 9px;
}
.form-main-area p {
    color: #F9F8F6;
    margin-bottom: 32px;
}
.form-main-area .form-styl {
    padding: 13px 0px 16px;
    resize: none;
    line-height: 24px;
    font-family: 'LamaSans-Bold';
    font-size: 1.6rem;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.form-main-area label{
    padding: 13px 0px 16px;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #fff;
}
.form-main-area .form-styl:focus::placeholder{
    color: rgba(255, 255, 255, 1);
    font-family: 'LamaSans-Bold';
}
.form-main-area .form-style:-ms-input-placeholder {
    color: #fff;
}
.form-main-area .form-styl::placeholder{
    color: #fff;
    font-family: 'LamaSans-Regular';
}
.form-main-area .form-style:focus::placeholder {
    color: rgba(255, 255, 255, 1);
}
.form-main-area .form-styl:focus {
    color: rgba(255, 255, 255, 1);
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    font-family: 'LamaSans-Regular';
    color: #fff;
}
.form-main-area .form-group textarea.form-control {
    height: 204px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding-left: 20px;
    padding-right: 20px;
}
.form-main-area .form-group .form-textarea:focus{
    border-color: rgba(255, 255, 255, 1);
}
.form-main-area .form-group:focus label{
    font-family: 'LamaSans-Bold';
}
.form-main-area label {
    line-height: normal;
    margin-bottom: 2px;
    color: #fff;
}
.form-main-area .form-group select {
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    padding: 13px 0px 16px;
    resize: none;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    color: #000;
}
.form-btn {
    margin-top: 53px;
}
.form-btn .common-btn.white-btn {
    color: rgba(37, 128, 96, 1);
}
.form-btn .common-btn.white-btn:hover{
    color: rgba(26, 36, 31, 1);
}
.form-btn .common-btn.white-btn:hover::after{
    filter: brightness(0);
}
.form-btn .common-btn.white-btn::after {
    filter: brightness(0) saturate(100%) invert(37%) sepia(80%) saturate(331%) hue-rotate(108deg) brightness(96%) contrast(95%);
}
.form-img-area {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.form-img {
    position: relative;
    height: 100%;
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-contact-dtls {
    position: relative;
    padding: 200px 126px;
    border-left: 0;
    border-right: 0;
    width: 100%;
    z-index: 1;
}
.each-form-contact-info {
    position: relative;
    z-index: 1;
    padding-right: 5px;
}
.each-form-contact-info:last-child {
    padding-right: 0;
}
.each-form-contact-info p {
    margin-bottom: 0;
}
.each-form-contact-info p a {
    font-family: 'LamaSans-SemiBold';
    color: #fff;
    font-size: 1.8rem;
    line-height: 24px;
}
.each-form-contact-info p a:hover {
    color: rgba(255, 177, 0, 1);
}
.form-contact-heading h2 , .form-contact-heading p{
    color: #E5E7E7;
}
.form-contact-heading h2{
    padding-bottom: 15px;
}
.each-form-contact-info td{
    color: rgba(255, 177, 0, 1);
    font-family: 'LamaSans-SemiBold';
    font-size: 1.8rem;
    line-height: 24px;
}
.each-form-contact-info td:first-child{
    padding-right: 20px;
}
.each-form-contact-info{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    max-width: 251px;
    width: 100%;
    padding-bottom: 27px ;
    margin-bottom: 27px;
}
.form-contact-dtls .each-form-contact-info:last-child{
    border-bottom: 0;
}
.form-contact-heading{
    padding-bottom: 50px;
}
.form-img-area::before{
    content: "";
    bottom: -10px;
    right: 0;
    background-image: url(../images/form-img-merk.svg);
    width: 244px;
    height: 188px;
    position: absolute;
    background-position: right;
    background-size: 200px;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}
.form-img-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: -11%;
    width: 100vw;
    height: 100%;
    background: linear-gradient(0deg, rgba(15, 16, 19, 0.80) 0%, rgba(15, 16, 19, 0.80) 100%);
}
.each-form-contact-info h6 {
    color: rgba(255, 255, 255, 0.70);
    line-height: 17px;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    margin-bottom: 10px;
}
.aanbod-form .form-wrap .col-lg-7::after {
    display: none;
}
/*====================================aanbod-dtl======================================*/
/****inner-header****/
.inner-header {
    background: #226850;
}
/****back-btn****/
.back-btn {
    padding-top: 182px;
    background: linear-gradient(60deg, #FFF -2.41%, #F8F8F8 37.81%);
}
.back-btn-area {
    display: flex;
    justify-content: end;
}
.back-btn .common-btn {
    padding-left: 43px;
    padding-right: 19px;
    position: relative;
    z-index: 1;
}
.back-btn .common-btn strong {
    font-weight: normal;
}
.back-btn .common-btn::after {
    right: auto;
    left: 18px;
    transform: translateY(-50%) rotate(180deg);
}
/****aanbod-top-model-sec****/
.aanbod-top-model-sec {
    /* margin-top: -87px; */
    margin-top: -44px;
    padding-bottom: 44px;
    background: linear-gradient(60deg, #FFF -2.41%, #F8F8F8 37.81%);
}
.aanbod-top-model-sec .row{
    align-items: unset !important;
}
.aanbod-top-model h3,
.aanbod-top-model p {
    color: #1C1C1C;
}
.aanbod-top-model p {
    margin-top: 9px;
    margin-bottom: 0;
}
.aanbod-top-price {
    position: relative;
    z-index: 1;
}
.aanbod-top-price ul {
    margin-bottom: 0;
    display: flex;
    gap: 8px;
}
.aanbod-top-price li {
    padding: 10px 22px;
    margin-bottom: 0;
    border-radius: 7px;
    background: #0F1013;
    backdrop-filter: blur(14.668644905090332px);
}
.aanbod-top-price li::after {
    display: none;
}
.aanbod-top-price li h6 {
    font-family: 'LamaSans-SemiBold';
    color: #FFF;
    font-size: 1.8rem;
    line-height: 24px;
}
.aanbod-top-price li h6 strong {
    font-weight: normal;
}
.aanbod-top-price li:first-child {
    background-color: #258060;
}
.bekijk-btn {
    border-radius: 5px;
    border: 1px solid #258060;
    display: inline-block;
    padding: 11px 18px;
    color: #258060;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Medium';
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-top-btn-area {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: end;
    padding-right: 5px;
}
.bekijk-btn img {
    margin-right: 8px;
    margin-bottom: 3px;
}
.bekijk-btn:hover {
    background-color: #258060;
    color: #fff;
}
.bekijk-btn:hover img {
    filter: brightness(0) invert(1);
}
.bekijk-btn-area {
    display: flex;
    gap: 30px;
}
/****aanbod-car-slider-sec****/
.aanbod-car-slider-sec {
    background: linear-gradient(60deg, #FFF -2.41%, #F8F8F8 37.81%);
    position: relative;
    overflow-x: clip;
}
.aanbod-dtl-top-mark {
    position: absolute;
    top: -48%;
    right: 0;
    pointer-events: none;
}
.aanbod-car-slider .common-arrow {
    background-color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 53px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-car-slider .common-arrow:hover {
    background-color: #258060;
}
.aanbod-car-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-car-slider .swiper-button-next {
    right: -2%;
}
.aanbod-car-slider .swiper-button-prev {
    left: -2%;
}
.each-aanbod-car-slider {
    border-radius: 10px;
    overflow: hidden;
}
.video-slider .each-aanbod-car-slider {
    position: relative;
}
.video-slider .each-aanbod-car-slider .big_image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 110px;
}
/****aanbod-car-dtls-sec****/
.aanbod-car-dtls-sec {
    background: linear-gradient(60deg, #FFF -2.41%, #F8F8F8 37.81%);
    padding-top: 19px;
    overflow: hidden;
}
.aanbod-car-dtls-top {
    border-bottom: 1px solid rgba(15, 16, 19, 0.20);
    padding-bottom: 33px;
}
.aanbod-car-dtls-top .col-lg-8 {
    width: 65%;
}
.aanbod-car-dtls-top .col-lg-4 {
    width: 35%;
}
.aanbod-car-info table {
    width: 100%;
}
.aanbod-car-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 15px;
}
.aanbod-car-info td {
    width: 23.78%;
    border-radius: 10px;
    background-color: #fff;
    padding: 24px 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    min-height: 167px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-car-info td img {
    width: 24px;
    height: 24px;
}
.aanbod-car-info td strong {
    font-weight: normal;
}
.aanbod-car-info td h5,
.aanbod-car-info td p {
    color: #1C1C1C;
}
.aanbod-car-info td h5 {
    margin-bottom: 5px;
}
.aanbod-car-info td p {
    margin-bottom: 0;
}
.aanbod-car-info td:hover {
    background-color: #258060;
}
.aanbod-car-info td:hover h5,
.aanbod-car-info td:hover p {
    color: #fff;
}
.white-car-info-icon {
    display: none;
}
.aanbod-car-info td:hover .white-car-info-icon {
    display: block;
}
.aanbod-car-info td:hover .black-car-info-icon {
    display: none;
}
.aanbod-contact-info {
    border-radius: 10px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding: 27px 22px;
}
.aanbod-contact-info-img {
    border-radius: 90px;
    border: 2px solid #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    min-width: 104px;
    width: 104px;
    height: 104px;
    overflow: hidden;
}
.aanbod-contact-info-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-contact-info-txt h5 {
    font-family: 'ShipporiAntique-Regular';
    margin-bottom: 8px;
}
.aanbod-contact-info-txt h4 {
    font-family: 'Arial-Regular';
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: normal;
    text-transform: unset;
}
.aanbod-contact-info-txt p {
    font-family: 'ShipporiAntique-Regular';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 3px;
}
.aanbod-contact-info-txt a {
    font-family: 'Arial-Regular';
    font-size: 1.6rem;
    font-style: normal;
    line-height: 24px;
    color: #0F1013;
    margin-left: 4px;
    margin-right: 5px;
}
.aanbod-contact-info-txt a:last-child {
    margin-left: 4px;
}
.aanbod-contact-info-txt a:hover {
    color: #258060;
    text-decoration: underline;
}
.popup-icon {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 15px;
    width: 13px;
    margin-top: -7px;
    cursor: pointer;
}
.popup-icon img {
    height: 100%;
    object-fit: cover;
}
.popup-icon table {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 118%;
    left: -20px;
    min-width: 284px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
.popup-icon table::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 7%;
    transform: rotate(180deg);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #fff;
}
.popup-icon tr {
    display: flex;
    flex-direction: column;
}
.popup-icon td {
    color: rgba(26, 45, 55, 0.70);
    font-family: 'LamaSans-Regular';
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0.24px;
    padding: 8px 12px;
}
.popup-icon:hover table {
    opacity: 1;
    pointer-events: all;
}
.aanbod-car-dtls-btm {
    padding: 42px 0 56px;
}
.aanbod-car-dtls-btm-left ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.aanbod-car-dtls-btm-left li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-car-dtls-btm-left li::after {
    display: none;
}
.aanbod-car-dtls-btm-left img {
    width: 15px;
    margin-right: 0;
    margin-top: 0;
}
.share-social-media-button .a2a_dd svg {
    width: 15px !important;
    margin-right: 0 !important;
    filter: brightness(100) invert(1);
}
.share-social-media-button a:hover svg {
    filter: brightness(0) invert(1);
}
.aanbod-car-dtls-btm-left a {
    height: 43px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(28, 28, 28, 0.50);
}
.aanbod-car-dtls-btm-left a:hover {
    background-color: #258060;
    border-color: #258060;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-car-dtls-btm-left a:hover img {
    filter: brightness(0) invert(1);
}
.aanbod-car-dtls-btm-btn ul {
    margin-bottom: 0;
    display: flex;
    column-gap: 16px;
    justify-content: end;
}
.aanbod-car-dtls-btm-btn li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-car-dtls-btm-btn li::after {
    display: none;
}
.aanbod-car-dtls-btm-btn .common-btn {
    padding: 11px 19px;
    background-color: #0F1013;
    border-color: #0F1013;
    color: #fff;
}
.aanbod-car-dtls-btm-btn .common-btn::after {
    display: none;
}
.aanbod-car-dtls-btm-btn .common-btn:hover {
    background-color: #FFB100;
    border-color: #FFB100;
    color: #0F1013;  
}
.aanbod-car-dtls-btm-btn .common-btn.green-border-btn {
    background-color: transparent;
    border-color: #258060;
    color: #258060;
}
.aanbod-car-dtls-btm-btn .common-btn.green-border-btn:hover {
    background-color: #258060;
    color: #fff;
}
.aanbod-car-dtls-btm-left {
    display: flex;
    column-gap: 40px;
}
.klanten-logo img {
    width: 195px;
}
.mob-lease-deze-btn {
    text-align: end;
}
.mob-klanten-logo,
.mob-lease-deze-btn-area .lease-deze-btn {
    display: none;
}
.dtl-contact-part {
    display: flex;
    align-items: center;
    gap: 3px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    padding: 82px 0;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    font-family: 'Geologica-Regular';
    font-size: 2rem;
    letter-spacing: 0.2px;
    color: rgba(15, 16, 19, 0.70);
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active,
.tab-btn ul.tabs li:hover {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #226850;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.each-aanbod-toggle img{
    height: 100%;
    padding: 0;
    margin: 0;
    filter: unset;
}
.each-aanbod-toggle a{
    position: relative;
}
.each-aanbod-toggle a .big_image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    padding: 0;
    width: 100px;
    height: 100px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn {
    position: relative;
}
.tab-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(15, 16, 19, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before,
.tab-btn .tabs li:hover::before {
    content: "";
    height: 2px;
    background-color: #226850;
    width: 100%;
    position: absolute;
    bottom: -27px;
    left: 0;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 52px;
    margin-bottom: 36px;
    padding-left: 0;
    padding-bottom: 26px;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 11px;
    row-gap: 13px;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 24.42%;
    padding: 15px 10px;
    position: relative;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    border-radius: 5px;
    border: 1px solid #F5F5F5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #F5F5F5;
    letter-spacing: 0.32px;
    color: #0F1013;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.kenmerken-tab li.onderhouden-part img {
    width: 95px;
    max-width: 100%;
    height: 30px;
    filter: unset;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
    font-family: 'LamaSans-Medium';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li em {
    font-style: normal;
}
.kenmerken-tab li:hover {
    background-color: #258060;
}
.kenmerken-tab li:hover {
    color: #fff;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #258060;
    padding-bottom: 10px;
	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 {
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: none;
    background-size: 7px;
    background-repeat: no-repeat;
    background-color: #258060;
    border-radius: 50px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #258060;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #258060;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 24px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-weight: bold;
    font-size: 2.4rem;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.8rem;
    text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 8px;
    background-image: url(../images/tab_arrow.svg);
    width: 10px;
    height: 10px;
    background-size: 8px;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li.common-btn:hover::after {
    filter: none;
}
.tab-btn .tabs li.active::after,
.tab-btn .tabs li:hover::after {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(26%) sepia(9%) saturate(2481%) hue-rotate(108deg) brightness(92%) contrast(96%);
}
.tab-btm-btn {
    margin-top: 41px;
}
.tab-btm-btn .common-btn {
    padding-right: 19px;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
/****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(255, 255, 255, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #258060;
    box-shadow: 0px 0px 25px 0px #258060;
    -webkit-box-shadow: 0px 0px 25px 0px #258060;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #258060;
    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 #258060;
}
.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 {
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 10px;
    font-size: 2.8rem;
}
.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;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(0, 0, 0, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****aanbod-accor-sec****/
.aanbod-accor-title {
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 50px;
}
.aanbod-accor-title-img {
    border-radius: 90px;
    border: 2px solid #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    min-width: 83px;
    width: 83px;
    height: 83px;
    overflow: hidden;
}
.aanbod-accor-title-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-accor-title-info p {
    color: rgba(26, 45, 55, 0.70);
    margin-top: 12px;
    margin-bottom: 0;
}
.aanbod-accor-area li>*:not(:first-child) {
	display: none;
}
.aanbod-accor-area li h4 {
    padding-right: 18px;
	position: relative;
    color: #FFF;
    font-size: 2.4rem;
}
.aanbod-accor-area li h4::after {
	position: absolute;
    height: 13px;
    width: 13px;
    background-image: url(../images/aanbod-accor-arw.svg);
    background-size: 13px;
    background-repeat: no-repeat;
	content: "";
	top: 4px;
	right: 0;
    filter: brightness(0) invert(1);
}
.aanbod-accor-area .show_accordian h4::after {
	transform: rotate(180deg);
}
.aanbod-accor-area ul {
    margin-bottom: 0;
}
.aanbod-accor-area li {
    padding: 44px 33px 44px 42px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #268060;
    background-color: #268060;
    overflow: hidden;
}
.aanbod-accor-area li:last-child {
    margin-bottom: 0;
}
.aanbod-accor-area li::after {
    display: none;
}
.aanbod-accor-area li p {
    margin-bottom: 0;
}
.aanbod-accor-area li strong {
    font-weight: normal;
}
.aanbod-accor-area li em {
    font-style: normal;
    color: #FFF;
    font-family: 'Geologica-Regular';
    font-size: 2rem;
    letter-spacing: 0.2px;
}
.aanbod-accor-area li.show_accordian {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.aanbod-accor-area li.show_accordian h4{
    padding-left: 30px;
    padding-right: 30px; 
}
.aanbod-accor-area li.show_accordian h4::after {
    right: 30px;
}
.aanbod-accor-area .form-main-area h4{
    color: #000;
    padding: 0 !important;
    margin-bottom: 30px;
}
.aanbod-accor-area .form-main-area h4::after{
    display: none;
}
.show-accordian-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 33px;
}
.show-accordian-txt {
    width: 53%;
}
.aanbod-accor-area ul li .show-accordian-wrapper{
    background-color: #FFF;
}
.show-accordian-txt h5 {
    font-family: 'LamaSans-SemiBold';
    color: #1A2D37;
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-bottom: 14px;
}
.show-accordian-txt tr {
    display: flex;
    flex-wrap: wrap;
}
.show-accordian-txt td {
    padding-left: 23px;
    position: relative;
    width: 100%;
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #1C1C1C;
    margin-bottom: 8px;
}
.show-accordian-txt td:last-child {
    margin-bottom: 0;
}
.show-accordian-txt td::after {
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../images/aanbod-accor-icon.svg);
    position: absolute;
    top: 6px;
    left: 0;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.show-accordian-img {
    width: 47%;
    /* height: 191px; */
    height: auto;
    border-radius: 5px;
    overflow: hidden;
}
.show-accordian-img img {
    height: 100%;
    object-fit: cover;
}
/****aanbod-sales-sec****/
.aanbod-sales-sec {
    padding: 90px 0;
}
.aanbod-sales-wrap {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.aanbod-sales-area {
    border-radius: 20px;
    border: 2px solid #fff;
    background: linear-gradient(61deg, rgba(0, 167, 97, 0.10) -3.45%, rgba(255, 255, 255, 0.20) 46.02%, #fff 82.39%);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 32px 0 37px 54px;
    position: relative;
    z-index: 1;
}
.aanbod-sales-area::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 12%;
    height: 57%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    z-index: 1;
    pointer-events: none;
}
.aanbod-sales-left .green-btn {
    padding: 9px 11px;
    border-radius: 10px;
    padding-left: 10px;
}
.aanbod-sales-left .with-icon::before {
    content: "";
    height: 16px;
    width: 23px;
    background-image: url(../images/j-btn.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 23px;
    margin-right: 7px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.aanbod-sales-left .with-icon::after {
    display: none;
}
.each-aanbod-sales-slider {
    border-radius: 10px;
    background-color: #FFF;
    /* background-color: red; */
    padding: 38px 30px;
    height: 100%;
}
.each-aanbod-sales-slider tr {
    display: flex;
    gap: 5px;
}
.aanbod-sales-area .col-lg-4{
    width: 28%;
}
.aanbod-sales-area .col-lg-8{
    width: 72%;
}
.each-aanbod-sales-slider td p {
    margin-bottom: 0;
    color: rgba(16, 24, 36, 0.70);
    font-size: 1.6rem;
    line-height: 22px;
    font-family: 'Epilogue-Regular';
    letter-spacing: normal;
}
.aanbod-sales-left h4 {
    font-family: 'Epilogue-Medium';
    line-height: 26px;
    letter-spacing: normal;
    color: #1A2D37;
}
.aanbod-sales-left p {
    margin-bottom: 20px;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 74px 0 64px;
    overflow: hidden;
}
.aanbod-btm-title {
    margin-bottom: 50px;
}
.aanbod-btm-slider .common-arrow {
    top: 28%;
}
.aanbod-btm-slider .swiper-button-next {
    right: -3%;
}
.aanbod-btm-slider .swiper-button-prev {
    left: -3%;
}
/*=============================OVER ONS===============================*/
.inner-banner-sec .banner-mark{
    left: 0;
}
/*****over-ons-about-sec*****/
.over-ons-about-sec .about-img{
    border-radius: 10px;
    max-width: 538px;
    margin-bottom: 16px;
    margin-right: auto;
    margin-left: 0;
}
.over-ons-about-sec {
    padding-top: 132px;
    padding-bottom: 25px;
}
.over-ons-about-sec .about-img-wrap::before{
    background-image: url(../images/over-ons-about-line.png);
    height: 332px;
    left: 37%;
    bottom: 28%;
    width: 100%;
}
.over-ons-about-sec .about-box img {
    width: 80px;
}
.over-ons-about-sec .about-content {
    padding-top: 10px;
    padding-left: 0;
    max-width: 600px;
    margin-right: auto;
    padding-right: 10px;
}
.over-ons-about-sec .about-img-wrap::after {
    display: none;
}
.over-ons-about-sec .about-img-counter {
    padding-left: 0;
    margin-bottom: 0;
    text-align: end;
    top: 104px;
    position: absolute;
    right: 0;
}
.over-ons-about-sec  .about-img-counter-wrap {
    position: relative;
    display: inline-block;
    border-radius: 32px;
    padding: 22px 41px;
    border: 1px solid #00A761;
    background: #226850;
    box-shadow: -15px 15px 10px 0 rgba(0, 0, 0, 0.08);
}
.over-ons-about-sec .about-img-counter-wrap  h5{
    color: #fff;
}
.over-ons-about-sec .about-img-counter-wrap::after{
    background-image: url(../images/info-shadow-over-one.svg);
    left: 7px;
    bottom: -12px;
}
.over-ons-about-sec .about-box{
    margin-left: -105px;
    margin-top: -185px;
}
/********team-sec********/
.team-sec{
    padding-bottom: 96px;
    padding-top: 100px;
    overflow: hidden;
}
.each-team-img{
    height: 100%;
}
.each-team-img img{
    border-radius: 10px 10px 0 0;
    height: 100%;
    object-fit: cover;
}
.each-team-text{
    border-radius: 0px 0px 10px 10px;
    background: #F5F5F5;
    padding: 21px 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-info .each-team-text{
    position: relative;
}
.each-team-info .each-team-text::after{
    content: "";
    background-image: url(../images/team-bg-merk.png);
    top: 0;
    right: 0;
    width: 304px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 10px;
    pointer-events: none;
}
.each-team-text h5,
.each-team-text p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-info:hover .each-team-text::after{
    opacity: 1;
}
.each-team-info{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-text p{
    margin-bottom: 0;
    margin-top: 3px;
}
.team-heading{
    padding-bottom: 46px;
}
.team-sec-wrap{
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto;
}
.team-sec-area{
    padding-bottom: 84px;
    border-bottom: 1px solid rgba(15, 16, 19, 0.20);
}
.team-slider .swiper-button-next {
    right: -10%;
}
.team-slider .swiper-button-prev{
    left: -10%;
}
.each-team-info:hover .each-team-text{
    background: #258060;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-info:hover .each-team-text h5{
    color: #FFF;
}
.each-team-info:hover .each-team-text p{
    color: #FFF;
}
.team-slider .common-arrow img {
    width: 30px;
}
/*******over-ons-benefit-sec******/
.benefit-sec.over-ons-benefit-sec {
    padding-top: 0;
}
.over-ons-benefit-sec .benefit-dot{
    bottom: 6%;
}
/******gallery-slider-sec*****/
.over-ons-gallery-sec .swiper-container {
    width: 100%;
    overflow: hidden;
}
.over-ons-gallery-sec{
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
}
.over-ons-gallery-sec::after{
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #FFF 8%, rgba(255, 255, 255, 0.00) 100%);
    height: 383px;
    position: absolute;
    z-index: 1;
    transform: rotate(-180deg);
    pointer-events: none;
}
.each-gal-img{
    height: 453px;
    overflow: hidden;
    border-radius: 10px;
    transition:  all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    transition:  all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img{
    transform: scale(1.1);
    transition:  all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery-slider {
    margin-bottom: 10px;
} 
.gallery-slider-wrapper {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
/*=============================aanbod-list===============================*/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 185px 0 65px;
}
.aanbod-filter-sec .col-xl-4 {
    width: 26%;
}
.aanbod-filter-sec .col-xl-8 {
    width: 74%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: rgba(30, 30, 30, 1);
	font-size: 1.4rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(43%) sepia(24%) saturate(1079%) hue-rotate(108deg) brightness(89%) contrast(89%);
}
.filter-reset a:hover {
	color: #258060;
}
.select-style {
    width: 100%;
    height: 44px;
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #258060;
    color: #258060;
    background: #fff;
    padding: 0 30px 0 18px;
    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:hover{
    background: url(../images/filter-arrow.svg) #FFF  no-repeat 91% center / 10px;
    border-color: #258060;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background: url(../images/filter-arrow.svg) #FFF  no-repeat 91% center / 10px;
    border-color: #258060;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main .col-xl-9 .col-lg-2{
    width: 20%;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#258060;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #258060;
    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: #fff;
    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 #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color:  #fff;
    border-color: #258060;
    background-image: url(../images/check-tick.png);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color: rgba(0, 167, 97, 0.6);
    font-size: 1.4rem;
    border: 1px solid rgba(0, 167, 97, 1);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: rgba(0, 167, 97, 1);
    border-color: rgba(0, 167, 97, 1);
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	/* width: 33%; */
    width: 25%;
}
.filter-main .col-xl-9{
    width: 80%;
}
.filter-main .col-xl-3{
    width: 20%;
}
.filter-sort .select-style {
    padding-left: 20px;
    padding-right: 90px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1E1E1E;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 54px;
    background: rgba(37, 128, 96, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    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::after{
    display: none;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    color: rgba(15, 16, 19, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-top: 9px;
    padding-bottom: 9px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #FFB100;
    border-color: #FFB100;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1E1E1E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1E1E1E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 3;
    background: rgba(37, 128, 96, 1);
    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.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #fff;
    border: 1px solid #fff;
    color: #161616;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .common-btn::after{
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(255, 177, 0, 1);
    border-color: rgba(255, 177, 0, 1);
    color: rgba(15, 16, 19, 1);
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #1E1E1E;
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 250px;
}
.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;
    color: #0F1013;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(37, 128, 96, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(37, 128, 96, 0.4);
    border-color: rgba(37, 128, 96, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(37, 128, 96, 1);
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: rgba(15, 16, 19, 1);
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(15, 16, 19, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: rgba(15, 16, 19, 1);
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: rgba(30, 30, 30, 1);
}
.mob-filter-visible strong {
    font-weight: normal;
    color: rgba(255, 177, 0, 1)
}
.mob-filter-visible h6{
    font-size: 1.6rem;
}
/****aanbod-product-sec****/
.aanbod-product-sec .container > .row {
    margin: 0 -14px;
}
.aanbod-product-sec .container > .row > .col-xl-4 {
    padding: 0 14px;
}
.green-box-heading .common-btn::before {
    position: absolute;
    content: '';
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/header-vector.svg);
    background-size: 23px;
    height: 23px;
    width: 23px;
    background-position: center;
    background-repeat: no-repeat;
}
.green-box-heading .common-btn::after{
    display: none;
}
.green-box-heading .common-btn {
    background-color: #00A761;
    border-color: #00A761;
    color: #fff;
    padding-left: 50px;
    padding-right: 19px;
    border-radius: 10px;
    margin-bottom: 28px;
}
.green-box-heading .common-btn:hover {
    background-color: #FFB100;
    border-color: #FFB100;
}
.aanbod-list-green-box{
    border-radius: 10px;
    background: #F7FBEA;
    padding: 76px 27px;
}
.each-green-box-text{
    border-radius: 10px;
    background: #FFF;
    padding: 28px;
    margin-bottom: 11px;
}
.each-green-box-text p {
    color: rgba(16, 24, 36, 0.70);
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.aanbod-list-green-box .each-green-box-text:last-child {
    margin-bottom: 0;
}
.green-box-heading p{
    color: rgba(26, 45, 55, 0.70);
    margin-bottom: 18px;
}
.green-box-heading h4 {
    color: #1A2D37;
    padding-bottom: 10px;
}
.aanbod-list-green-box.aanbod-yellow-box{
    border-radius: 10px;
    background: #FFFBF2;
}
.aanbod-yellow-box .green-box-heading .common-btn {
    background-color: rgba(255, 177, 0, 1);
    border-color: rgba(255, 177, 0, 1);
    color: rgba(15, 16, 19, 1);
    padding: 11px 19px;
    border-radius: 10px;
    margin-bottom: 28px;
}
.aanbod-yellow-box .green-box-heading .common-btn::before{
    display: none;
}
.aanbod-yellow-box .green-box-heading .common-btn:hover {
    background-color: #00A761;
    border-color: #00A761;
    color: #fff;
}
.aanbod-product-sec .row{
    row-gap: 29px;
}
.aanbod-product-sec{
    padding-bottom: 70px;
}
.aanbod-list-mid-img img{
    overflow: hidden;
    border-radius: 20px;
}
/*=============================werkplaat-dtl===============================*/
.inner-banner-sec.dtl-banner-sec .banner-content-wrap ul{
    display: block;
    padding-left: 28px;
}
.inner-banner-sec.dtl-banner-sec .banner-content-wrap li{
    color: #fff;
    padding-bottom: 10px;
}
.inner-banner-sec.dtl-banner-sec .banner-content-wrap li::after{
    background-image: url(../images/dtl-li-list.svg);
    display: block;
    left: -28px;
}
/******werk-mid-img-sec******/
.werk-mid-img-sec{
    padding-top: 95px;
    padding-bottom: 38px;
}
.werk-mid-img-sec.werk-mid-box-sec{
    padding-top: 20px;
    padding-bottom: 0;
}
.banner-content-wrap p strong{
    font-weight: normal;
    text-decoration: underline;
}
.banner-content-wrap h6{
    color: #FFF;
    line-height: 24px;
    letter-spacing: 0.32px;
    font-size: 1.6rem;
    font-family: 'LamaSans-Bold';
    padding-bottom: 28px;
}
/*=============================vacature-list===============================*/
/****vacature-service-sec****/
.vacature-service-sec .diensten-list-heading{
    max-width: 1052px;
}
/*=============================vacature-dtl===============================*/
/****vacature-dtl-info****/
.diensten-dtl-info-sec.vacature-dtl-info tr{
    width: 48%;
}
.diensten-dtl-info-sec.vacature-dtl-info table{
    width: 100%;
}
.vacature-dtl-info-btn{
    margin-top: 108px;
}
.vacature-dtl-info-btn .common-btn{
    padding: 11px 19px;
}
.vacature-dtl-info-btn .common-btn::after{
    display: none;
}
.diensten-dtl-info-sec.vacature-dtl-info td:nth-child(1) {
    width: calc(100% - 50%);
}
.banner-content-wrap h5{
    color: #fff;
    font-size: 1.8rem;
    line-height: 24px;
    font-family: 'LamaSans-SemiBold';
}
/*=============================kia-tilburg===============================*/
.kia-tilburg-sec .each-form-socil-icon li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kia-tilburg-sec .each-form-socil-icon li a:hover{
    background-color: rgba(255, 177, 0, 1);
    border-color: rgba(255, 177, 0, 1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kia-tilburg-sec .each-form-socil-icon li a:hover img{
    filter: brightness(0);
}
.kia-tilburg-sec .each-form-socil-icon li::after{
    display: none;
}
.kia-tilburg-sec .each-form-socil-icon ul{
    display: flex;
    column-gap: 10px;
    margin-bottom: 0;
    align-items: center;
    margin-top: 20px;
}
.kia-tilburg-sec .each-form-socil-icon li{
    padding: 0;
}
.each-form-socil-icon{
    display: none;
}
.kia-tilburg-sec .each-form-socil-icon{
    display: block;
}
.kia-tilburg-sec table td{
    color: #fff;
}
.kia-tilburg-sec .each-form-socil-icon li a img{
    width: 16px;
}
/*=============================contact===============================*/
/****contact-form-sec****/
.contact-form-sec {
    background-color: #F5F5F5;
}
.contact-form-sec::before,
.contact-form-sec .form-wrap .col-lg-7::after {
    display: none;
}
.contact-form-sec .form-main-area .form-styl {
    color: #000000;
    border-color: rgba(0, 0, 0, 0.30);
}
.contact-form-sec .form-main-area label {
    color: #000000;
}
.contact-form-sec .form-main-area .form-styl:focus::placeholder{
    color: #000000;
}
.contact-form-sec .form-main-area .form-style:-ms-input-placeholder {
    color: #000000;
}
.contact-form-sec .form-main-area .form-styl::placeholder{
    color: #000000;
}
.contact-form-sec .form-main-area .form-style:focus::placeholder {
    color: #000000;
}
.contact-form-sec .form-main-area .form-styl:focus {
    color: #000000;
    border-color: #000000;
}
.contact-form-sec .form-main-area .form-style.photo_upload,
.contact-form-sec .form-main-area .form-style.foto_upload {
    color: #000000;
}
.contact-form-sec .form-main-area .form-group textarea.form-control {
    border: 1px solid rgba(0, 0, 0, 0.30);
}
.contact-form-sec .form-main-area .form-group .form-textarea:focus{
    border-color: #000000;
}
.contact-form-sec .form-btn .common-btn.white-btn {
    border-color: #258060;
}
.contact-form-sec .form-btn .common-btn.white-btn:hover {
    border-color: #FFB100;
}
.contact-form-sec .form-contact-dtls-area .each-form-contact-info:first-child p {
    margin-bottom: 30px;
}
.contact-form-sec .form-contact-dtls-area .each-form-contact-info:first-child p:last-child {
    margin-bottom: 0;
}
.contact-form-sec .each-form-contact-info {
    max-width: 354px;
}
.contact-form-sec .each-footer-contact {
    max-width: 100%;
}
.contact-form-sec .each-form-contact-info td {
    color: #FFFFFF;
}
.contact-form-sec .form-contact-dtls .common-btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding-left: 16px;
    padding-right: 16px;
}
.contact-form-sec .form-contact-dtls .common-btn::after {
    display: none;
}
.contact-form-sec .form-contact-dtls .common-btn:hover {
    background-color: #FFB100;
    color: #0F1013;
    border-color: #FFB100;
}
.contact-form-sec .form-contact-dtls{
    padding-top: 78px;
    padding-bottom: 78px;
}
/*=============================bedankt===============================*/
.bedankt-banner .banner-content h1 {
    margin-bottom: 31px;
}
/*=============================privacy===============================*/
.privacy_section {
    padding: 120px 0 60px;
}
.privacy_section p {
    margin-bottom: 0;
}


/* 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{
    border-bottom: 1.5px solid #258060;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.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(#F5F5F5  calc(1*100%/6),#258060 0 calc(3*100%/6),#F5F5F5  0),
              linear-gradient(#F5F5F5  calc(2*100%/6),#258060 0 calc(4*100%/6),#F5F5F5  0),
              linear-gradient(#F5F5F5  calc(3*100%/6),#258060 0 calc(5*100%/6),#F5F5F5  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: #fff ;
  }


.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 */

.print_pdf_cls {
    width: 25px;
    margin-right: 15px;
    margin-top: -5px;
}



/****google-review****/
.google-review {
    padding-bottom: 104px;
}
.google-review-title {
    margin-bottom: 43px;
}
.google-review-left-area {
    border-radius: 20px;
    background-color: #F5F5F5;
    max-width: 454px;
    width: 100%;
    height: 100%;
    padding: 32px 41px;
}
.klan-logo {
    width: 162px;
}
.review-star {
    width: 178px;
    margin: 19px 0 30px;
}
.google-review-left-area h6 {
    color: #0F1013;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
}
.google-review-left-area h6 strong {
    font-weight: normal;
    margin-right: 3px;
}
.google-review-left-area p {
    font-family: 'Geologica-Medium';
    color: #000;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 0.16px;
    margin: 3px 0 30px;
}
.google-review-left-area h5 {
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: normal;
}
.google-review-left-area a {
    color: #258060;
}
.google-review-left-area a:hover {
    color: #FFB100;
}
.google-review-slider {
    border-radius: 20px;
    background: #258060;
}
.each-google-review-slider-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.each-google-review-slider-icon .review-star {
    width: 270px;
    margin: 0;
}
.google-review-slider-txt h4 {
    color: #FFF;
    line-height: 26px;
    margin: 27px 0 8px;
}
.google-review-slider-txt p {
    color: #FFF;
    margin-bottom: 22px;
}
.google-review-slider-txt h5 {
    font-family: 'Geologica-Medium';
    line-height: 28px;
    color: #fff;
    margin-bottom: 5px;
}
.google-review-slider-txt h6 {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-google-review-slider {
    padding: 42px 51px;
}

.border-star{
width:20px;
height:20px;
filter: brightness(0) invert(1);
}

.mobile-menu-show {
    display:none;
}
.finance-sec-diesten iframe {
    width: 100%;
    height: 900px;
}
.finance-sec-diesten {
    overflow: hidden;
}


.form-sec.inkoop .form-contact-dtls{
    padding: 370px 126px 200px;
}
.aanbod-accor-sec .show-accordian-img{
    width: 100%;
/*    max-width: 60%;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
}
.aanbod-accor-sec .show-accordian-info {
    width: 100%;
    justify-content: center;
}
.google-review-slider .common-arrow {
    background-color: #fff;
    width: 53px;
    height: 53px;
    border-radius: 53px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.related-article-sec{
    display: none;
}


.aanbod-car-dtls-sec .radio-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aanbod-car-dtls-sec .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
    margin: 0;
}
.aanbod-car-dtls-sec .form-check input {
    background: transparent;
    border: 1px solid rgba(76, 91, 106, 0.86);
    border-radius: 50px !important;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 0;
}
.aanbod-car-dtls-sec .form-check label {
    color: rgba(76, 91, 106, 0.34);
    font-size: 1.6rem;
    line-height: 24px;
    font-style: italic;
}
.aanbod-car-dtls-sec .form-check-input:checked {
    background-color: #226850;
    border-color: #226850;
}
.aanbod-car-dtls-sec .form-check-input:focus {
    border-color: #226850;
    outline: 0;
    box-shadow: none;
}
.contact-form-sec .cont-arr{
    position: relative;
}
.contact-form-sec .cont-arr::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    background: url("../images/filter-arrow-black.svg") no-repeat center;
    background-size: 10px;
    transform: translateY(-50%);
    pointer-events: none; 
}
.newpage-list-sec .each-google-review-slider {
    border-radius: 20px;
    background: #258060;
    height: 100%;
}
.newpage-list-sec{
    padding-top: 120px;
    padding-bottom: 80px;
}
.newpage-list-sec .row{
    row-gap: 20px;
}
.modal-area2 .radio-wrap  .form-check label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.modal-area2 .radio-wrap  .form-check label input {
    margin-top: 0;
}
.extra_fields {
    display:none;
}
.privacy-lease-form .form-main-area h2 {
    color: #1C1C1C;
}
.privacy-lease-form  .form-main-area p {
    color: #1C1C1C;
}
.privacy-lease-form .form-main-area .form-styl {
    color: #1C1C1C;
    border-bottom: 1px solid #1C1C1C;
}
.privacy-lease-form  .form-main-area label{
    color: #1C1C1C;
}
.privacy-lease-form  .form-main-area .form-styl:focus::placeholder{
    color: #1C1C1C;
}
.privacy-lease-form  .form-main-area .form-style:-ms-input-placeholder {
    color: #1C1C1C;
}
.privacy-lease-form  .form-main-area .form-styl::placeholder{
    color: #1C1C1C;
}
.privacy-lease-form .form-main-area .form-style:focus::placeholder {
    color: #1C1C1C;
}
.privacy-lease-form  .form-main-area .form-styl:focus {
    color: #1C1C1C;
    border-color: #1C1C1C;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.privacy-lease-form .form-main-area .form-styl.photo_upload,
.privacy-lease-form  .form-main-area .form-styl.foto_upload {
    color: #1C1C1C;
}
.privacy-lease-form .form-main-area .form-group textarea.form-control {
    border: 1px solid #1C1C1C;
}
.privacy-lease-form  .form-main-area .form-group .form-textarea:focus{
    border-color: #1C1C1C;
}
.privacy-lease-form  .form-main-area label {
    color: #1C1C1C;
}
.privacy-lease-form  .form-main-area .form-group select {
    border-bottom: 1px solid #1C1C1C;
    color: #1C1C1C;
    background-image: url(../images/filter-arrow-blck.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.checkbox-field  label:first-child{
    display: block;
}
.checkbox-field label {
    padding: 4px 0;
    display: flex;
    display: inline-block;
}
.checkbox-field label input {
    margin: 0;
    margin-right: 6px;
    margin-top: 2px;
}
.checkbox-field .form-check-input:checked{
    background-color: #226850;
    border-color: #226850;
}
.checkbox-field .form-check-input:focus {
    box-shadow: unset;
}
.checkbox-iner {
    display: flex;
    gap: 18px;
    align-items: center;
}
#auto_inruilen_valid {
    color:#ff2e2e;
}
.lease-deze-mobile-part {
    display: none;
}
.privacy-lease-form-wrap h6 {
    color: #1A2D37;
    font-size: 1.8rem;
    font-family: 'LamaSans-SemiBold';
    line-height: 24px;
    margin-bottom: 13px;
    max-width: 430px;
}
.privacy-lease-form-wrap  li {
    padding: 0;
    margin-bottom: 13px;
    border-radius: 0;
    border: none;
    padding-left: 4px;
    background-color: transparent;
}
.privacy-lease-form-wrap li img{
    width: 16px;
}
.privacy-lease-form-wrap .show-accordian-img {
    width: 51%;
    max-width: -webkit-fill-available;
    margin-left: auto;
    margin-right: 0;
}
.privacy-lease-form-wrap .show-accordian-info {
    width: 100%;
    justify-content: left;
    padding-top: 70px;
}
.accordian-yellow-merl-blck {
    width: 49%;
}
.privacy-lease-form-wrap .show-accordian-info {
    align-items: flex-start;
}
.form-main-area-part.privacy-lease-form {
    padding-top: 0;
}
.lease-raw-data {
    width: 100%;
}
.privacy-lease-form-wrap .show-accordian-info {
    row-gap: 40px;
    background: #FFF;
    padding: 0px 30px;
    padding-top: 30px;
}

.cal_height {
    height:750px;
}

.accordian-yellow-merl-blck ul {
    margin-bottom: 30px;
}
.accordian-yellow-merl-blck ul:last-child {
    margin-bottom: 0;
}
.privacy-logo img {
    width: 100px;
    margin-bottom: 30px;
}

.leasen-filter .form-check-input {
    display:none;
}

.each-filter h5 {
    display: none;
}