body {
	padding: 0px;
	margin: 0px;
    color: rgba(24, 24, 24, 0.7);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    background-color: #F9F9F6;
    /*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;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background-color: #AC9E88;
	border: 0 solid #AC9E88;
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F9F9F6;
	line-height: 24px;
	font-size: 1.6rem;
	opacity: 0;
    font-family: 'Montserrat-Regular';
}
.custom-cursor em {
    font-style: normal;
    display: block;
    margin-top: 20px;
}
.custom-cursor::after {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 10px);
    transform: translateY(-50%);
    background-image: url(../images/cursor-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    opacity: 0;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 108px;
	height: 108px;
	border-width: 1px;
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover.cursor-black {
    background-color: #2E2E2E;
}
/****fixed-contact***/
.fixed-contact {
    position: fixed;
    right: 33px;
    top: 50%;
    z-index: 98;
}
.fixed-contact ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-radius: 100px;
    border: 1px solid #AC9E88;
    background: rgba(24, 24, 24, 0.50);
    backdrop-filter: blur(6px);
    padding: 16px 8px;
}
.fixed-contact li a {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fixed-contact li a img {
    width: 20px;
}
.fixed-contact li a:hover {
    border-color: #AC9E88;
}
/* .fixed-contact li a:hover img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(11%) saturate(531%) hue-rotate(357deg) brightness(93%) contrast(91%);
    -webkit-filter: brightness(0) saturate(100%) invert(67%) sepia(11%) saturate(531%) hue-rotate(357deg) brightness(93%) contrast(91%);
} */
.fixed-contact li a .side-icon-hover {
    display: none;
} 
.fixed-contact li a:hover .side-icon-hover {
    display: block;
} 
.fixed-contact li a:hover .side-icon-default {
    display: none;
}
/*******header-area*****/
.header-area {
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .header-active {
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); 
} */
.header-area .col-lg-2 {
    width: 21%;
}
.header-area .col-lg-5 {
    width: 39.5%;
}
.header-area .col-lg-5:last-child .header-nav ul {
    justify-content: center;
    padding-right: 100px;
}
.header-wrap {
    /* max-width: 1084px;
    width: 100%;
    margin: 0 auto; */
    padding: 15px;
    border-radius: 100px;
    background: rgba(24, 24, 24, 0.75);
    backdrop-filter: blur(5px);
}
.header-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.header-nav > ul > li {
    color: #181818;
    font-family: 'Montserrat-Regular';
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.36px;
}
.header-nav > ul > li > a {
    color: #F9F9F6;
}
.header-nav > ul > li > a:hover{
    color: #AC9E88;
}
.header-nav .parent-dropdown img {
    filter: brightness(0);
}
.header-logo img {
    width: 147px;
}
.header-area .container {
    position: relative;
}
/***dropdown***/
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 45px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #2E2E2E;
	min-width: 170px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
}
.parent-dropdown ul li a {
	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 a:hover {
	color: #AC9E88;
}
.parent-dropdown:hover ul {
	top: 30px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown img {
	cursor: pointer;
    width: 10px;
    margin-left: 5px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.menu-bar {
    position: absolute;
    max-width: 41px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #F9F9F6;
    content: '';
    height: 2px;
    margin: 4px auto 4px 0;
    width: 41px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-6px) rotate(-135deg);
}
.menu-bar.active::after, .menu-bar.active::before {
    background-color: #F9F9F6;
}
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 40%;
    background-color: #181818;
    padding: 170px 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;
}
.side-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #fff;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #AC9E88;
}
.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;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
}
.side-menu .parent-dropdown ul li {
    font-size: 1.6rem;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    /* padding-top: 126px; */
}
.banner-video, .each-banner {
	height: 817px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    color: #fff;
    margin-bottom: 80px;
}
/****product-sec****/
.product-sec {
    padding: 60px 0 120px;
    background-color: #fff;
}
.product-heading {
    margin-bottom: 72px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-product-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    /* margin-top: 16px; */
    margin-top: 25px;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;
}
.each-product-text td {
    color: #131313;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
    display: block;
}
.each-product-text td::after {
    content: "";
    height: 60%;
    width: 1px;
    background-color: #131313;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.each-product-text td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-text td:last-child::after {
    opacity: 0;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 8px; */
    margin-bottom: 15px;
}   
.product-price {
    color: #131313;
    font-family: 'Montserrat-SemiBold';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    border-radius: 100px;
    border: 1px solid #AC9E88;
    text-align: center;
    padding: 12px;
    margin-top: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price strong {
    font-family: 'Montserrat-Regular';
    font-weight: normal;
}
.each-product:hover .product-price {
    background-color: #AC9E88;
    color: #fff;
}
.each-product:hover img {
    transform: scale(1.1);
}
.product-control {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.product-control .common-arrow {
    position: relative;
    top: 0;
    margin: 0;
}
.product-control .border-btn {
    background-color: #fff;
}
.product-control .border-btn:hover {
    background-color: #AC9E88;
}
/***brand-logo-sec****/
.brand-logo-sec {
    padding: 76px 0;
    background-color: #181818;
}
.brand-logo-sec ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    column-gap: 132px;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.brand-logo-sec li img {
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.brand-logo-sec li img:hover {
    opacity: 1;
}
/***service-sec*****/
.service-sec {
    padding-top: 5px;
    padding-bottom: 1px;
    background-color: #181818;
    overflow-x: hidden;
}
.service-heading {
    margin-bottom: 100px;
}
.service-heading h2 {
    color: #F9F9F6;
}
.service-heading p {
    color: #F9F9F6;
    margin-bottom: 60px;
}
.service-heading .common-btn {
    margin-right: 14px;
}
.service-heading-right {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    margin-top: 13px;
}
.each-service {
    position: relative;
    border-top: 1px solid rgba(249, 249, 246, 0.1);
}
.each-service-text {
    display: flex;
    gap: 100px;
    align-items: center;
}
.each-service-info {
    max-width: 315px;
    width: 100%;
}
.each-service-text h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7E7E7E;
    color: transparent;
    font-family: 'Montserrat-Bold';
    font-size: 15rem;
    line-height: normal;
    letter-spacing: 12px;
    text-transform: uppercase;
    transition: -webkit-text-stroke-color 1.8s cubic-bezier(.22,.9,.36,1);
    min-width: 213px;
}
.each-service-text h3 {
    color: #F9F9F6;
}
.each-service-text p {
    color: rgba(249, 249, 246, 0.7);
    margin: 20px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333;
    clip-path: inset(0% 100% 0% 0%);     
    transition: clip-path 1.8s cubic-bezier(.22,.9,.36,1);
    will-change: clip-path;
}
.each-service .each-service-text {
    position: relative;
    z-index: 1;
}
.each-service::after {

}
.each-service.each-service-active::after {
    clip-path: inset(0% 0% 0% 0%);      
}
.each-service.each-service-exit::after {
    clip-path: inset(0% 0% 0% 100%);   
}
.each-service-img {
    height: 328px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
    transform: translateX(-100%);
    transition: all 1.8s cubic-bezier(.22,.9,.36,1);
    will-change: translate;
}
.each-service-active .each-service-img img {
    transform: translateX(0);
}
.each-service-exit .each-service-img img {
    transform: translateX(100%);
}
.each-service-active .each-service-text h2 {
    -webkit-text-stroke-color: #424242;
}
.each-service-active .each-service-exit h2 {
    -webkit-text-stroke-color: #7E7E7E;
}
/****usp-sec****/
.usp-sec {
    position: relative;
    background-color: #181818;
}
.usp-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.usp-info-wrap {
    background-color: #181818;
    border-radius: 40px 40px 0 0;
    padding: 80px 0;
    overflow: hidden;
}
.usp-info .swiper {
    margin: 0 -2px;
}
.usp-info .swiper-slide {
    height: auto;
}
.each-usp-info {
    text-align: center;
    padding: 0 100px;
    height: 100%;
}
.each-usp-info h3 {
    color: #F9F9F6;
}
.each-usp-info p {
    color: #F9F9F6;
    margin: 13px 0 0;
}
.each-usp-info::after {
    content: "";
    height: 100%;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    position: absolute;
    background-color: #AC9E88;
}
/****about-sec*****/
.about-sec {
    padding-top: 80px;
    background-color: #181818;
}
.about-img {
    overflow: hidden;
    max-width: 316px;
    margin: 0 auto;
}
.about-img img {
    border-radius: 10px;
}
.about-sec .col-lg-3:first-child .about-img {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}
.about-sec .col-lg-3:last-child .about-img {
    margin-top: 30px;
}
.about-text {
    padding-bottom: 80px;
}
.about-text h2 {
    color: #F9F9F6;
}
.about-text p {
    color: #F9F9F6;
    max-width: 458px;
    width: 100%;
    margin: 40px auto;
}
.about-wrap {
    max-width: 1260px;
    margin: 0 auto;
}
/*****review-sec*****/
.review-sec {
    padding: 80px 0 60px;
}
.dark-review {
    background-color: #181818;
}
/*****footer-area*******/
.footer-area {
    padding: 15px 0 30px;
    background-color: #2E2E2E;
    overflow-x: clip;
}
.footer-page {
    position: relative;
}
.each-footer-page {
    height: 250px;
    position: relative;
    overflow: hidden;
}
.each-footer-page img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-page:hover img {
    transform: scale(1.1);
}
.each-footer-page h3 {
    text-align: center;
    color: #F9F9F6;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.footer-mid {
    margin: 116px 0 40px;
}
.footer-info {
    display: flex;
    gap: 10px;
    max-width: 830px;
    width: 100%;
    justify-content: space-between;
}
.each-footer-info h3 {
    color: #F9F9F6;
    margin-bottom: 12px;
}
.each-footer-info p {
    color: #F9F9F6;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: #F9F9F6;
}
.each-footer-info p a:hover {
    color: #AC9E88;
}
.each-footer-info td {
    color: #F9F9F6;
}
.each-footer-info td:nth-child(odd) {
    padding-right: 40px;
}
.footer-other {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 100px;
}
.footer-wp {
    min-width: 274px;
}
.footer-wp a {
	border-radius: 41px;
    background-color: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 10px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 15px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h6 {
    font-family: 'Montserrat-Medium';
	color: #F9F9F6;
	font-size: 1.4rem;
	line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 2px;
}	
.footer-wp-text p {
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    color: #F9F9F6;
	margin-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover .footer-wp-text p {
	color: #AC9E88;
}
.footer-rating {
    border-radius: 10px;
    max-width: 294px;
    overflow: hidden;
}
.footer-rating iframe {
    width: 100%;
    border-radius: 10px;
}
.footer-member {
    max-width: 517px;
    width: 100%;
    margin-left: auto;
    border-radius: 10px;
    border: 1px solid rgba(30, 27, 27, 0.26);
    background-color: #181818;
    padding: 0 16px;
}
.footer-member .swiper{
    height: 246px;
}
.each-footer-member {
    display: flex;
    align-items: center;
    /* padding-bottom: 16px;
    margin-bottom: 16px; */
    border-bottom: 1px solid #F9F9F6;
    padding-bottom: 15px;
    padding-top: 15px;
}
.each-footer-member:last-child {
    /* padding-bottom: 0; */
    margin-bottom: 0;
    border-bottom: 0;
}
.each-footer-member-img {
    width: 106px;
    border-radius: 10px;
    margin-right: 22px;
    overflow: hidden;
    height: 106px;
}
.each-footer-member-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-footer-member-text {
    width: calc(100% - 128px);
}
.each-footer-member-text h3 {
    color: #F9F9F6;
}
.each-footer-member-text td {
    color: #F9F9F6;
}
.each-footer-member-text td a {
    color: #F9F9F6;
}
.each-footer-member-text td a:hover {
    color: #AC9E88;
}
.each-footer-member-text td:nth-child(odd) {
    padding-right: 13px;
}
.footer-social ul {
    margin: 17px 0 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 16px;
    justify-content: center;
}
.footer-social li a {
    height: 44px;
    width: 44px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footer-social li a img {
    width: 11px;
}
.footer-social li a:hover {
    background-color: #AC9E88;
}
.footer-btm {
    position: relative;
    padding-top: 24px;
}
.footer-btm::after {
    content: "";
    height: 1px;
	width:100vw;
	margin-left:-50vw;
	left:50%;
    top: 0;
	position:absolute;
    background-color: rgba(255, 255, 255, 0.40);
}
.footer-logo img {
    width: 229px;
}
.footer-pivacy p {
    color: #F9F9F6;
    margin-bottom: 0;
}
.footer-pivacy p a {
    color: #F9F9F6;
}
.footer-pivacy p a:hover {
    color: #AC9E88;
}
/* ============================================== diensten-list ============================================== */
/****inner-header****/
/* .inner-header {
    background-color: #F9F9F6;
} */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    /* padding-top: 126px; */
}
.inner-banner-content {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.inner-banner-content h1 {
    color: #fff;
}
/****diensten-list-sec****/
.diensten-list-sec {
    padding: 120px 0 40px;
}
.each-diensten-list-info-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 34px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 52px;
    z-index: 1;
}
.each-diensten-list-info h3,
.each-diensten-list-info p {
    color: #F9F9F6;
}
.each-diensten-number h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--Off-White, #F9F9F6);
    font-family: 'Montserrat-Bold';
    font-size: 15rem;
    line-height: normal;
    letter-spacing: 12px;
    color: transparent;
}
.each-diensten-list-info p {
    margin-bottom: 0;
    max-width: 380px;
    width: 100%;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-list-img {
    height: 401px;
}
.each-diensten-list-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-fit: cover;
}
.each-diensten-list-part {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.each-diensten-list-part::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #AC9E88;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list-part:hover::after {
    left: 0;
    opacity: 1;
}
.diensten-list-sec .col-lg-6 {
    padding: 0 12px;
}
.diensten-list-sec .row {
    margin: 0 -12px;
    row-gap: 24px;
}
/* ============================================== interieur-list ============================================== */
/****inner-banner****/
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content ul {
    display: flex;
    column-gap: 21px;
    max-width: max-content;
    margin: 31px auto 0;
    padding-left: 0;
}
.inner-banner-content li {
    list-style-type: none;
}
.inner-banner-content li .border-btn {
    border-color: #F9F9F6;
    color: #F9F9F6;
    background-color: transparent;
}
.inner-banner-content li .border-btn:hover {
    background-color: #AC9E88;
    border-color: #AC9E88;
}
/* ============================================== financiering-lease ============================================== */
/****back-btn****/
.back-btn {
    padding-top: 166px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 32px 0 79px;
}
.diensten-dtl-top-img img {
    border-radius: 20px;
    overflow: hidden;
}
.diensten-dtl-top-img {
    padding-right: 7%;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 35px;
}
.diensten-dtl-top-info p:last-child {
    margin-bottom: 0;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
    padding-bottom: 120px;
}
.diensten-dtl-mid table {
    width: 100%;
}
.diensten-dtl-mid tr {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}
.diensten-dtl-mid td {
    width: 32.33%;
    border-radius: 20px;
    border: 1.2px solid #AC9E88;
    overflow: hidden;
    padding: 32px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 85px;
    min-height: 432px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid td h3 {
    color: #181818;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid td p {
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid td:hover {
    background-color: #AC9E88;
}
.diensten-dtl-mid td:hover p {
    color: rgba(249, 249, 246, 0.7);
}
.diensten-dtl-mid td:hover h3 {
    color: #F9F9F6;
}
/****form-sec****/
.form-sec {
    border-radius: 40px 40px 0 0;
    background-color: #181818;
    overflow: hidden;
}
.form-wrap {
    border-radius: 30px;
    background-color: #333;
    overflow: hidden;
    margin: 32px 32px 130px;
    padding: 70px 20px;
}
.form-left-title h3 {
    font-family: 'Roboto-Regular';
}
.form-left-title h2 {
    color: #F9F9F6;
    margin: 16px 0 26px;
}
.form-left-title p {
    margin-bottom: 0;
    color: #fff;
}
.form-left-contact {
    margin: 70px 0 127px;
    max-width: 392px;
}
.form-left-contact ul {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    margin-bottom: 0;
}
.form-left-contact li {
    list-style-type: none;
    display: flex;
}
.form-left-contact li em {
    font-style: normal;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.10);
    overflow: hidden;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-left-contact li strong{
    font-weight: normal;
}
.form-left-contact li table{
    margin-left: 14px;
}
.form-left-contact li td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.form-left-contact li td:first-child{
    padding-bottom: 5px;
}
.form-left-contact li em img {
    width: 21px;
    height: 22px;
}
.form-left-contact li a {
    display: flex;
    align-items: center;
    column-gap: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid transparent;
    padding: 5px;
}
.form-left-contact li a strong {
    font-weight: normal;
    color: #F9F9F6;
}
.form-left-contact li a:hover {
    border-radius: 5px;
    border-color: #F9F9F6;
    background-color: #AC9E88;
    overflow: hidden;
}
.footer-social.form-social ul {
    margin: 0;
    justify-content: left;
}
.form-social li a {
    border-radius: 100px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.05);
    height: 48px;
    width: 47px;
}
.form-social li a:hover {
    border-color: #AC9E88;
}
.form-social li a img {
    width: 17px;
}
.form-left {
    padding-right: 7%;
}
.form-right {
    border-radius: 20px;
    background: #F9F9F6;
}
.form-right {
    height: 100%;
    padding: 60px 45px;
}
.form-right h3 {
    margin-bottom: 45px;
}
.form-block .col-md-6 {
    padding: 0 13.5px;
}
.form-block .row {
    margin: 0 -13.5px;
}
.form-block .form-group {
	margin-bottom: 52px;
}
/* .form-block .col-md-12 .form-group {
    margin-bottom: 0;
} */
.form-block .form-style {
	resize: none;
	border: 0;
    border-bottom: 1px solid rgba(46, 46, 46, 0.2);
    border-radius: 0;
    font-family: 'Montserrat-Regular';
    color: rgba(46, 46, 46, 0.7);
    font-size: 1.6rem;
    padding: 20px 0;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(46, 46, 46, 0.7);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(46, 46, 46, 0.7);
}
.form-block .form-style::placeholder {
	color: rgba(46, 46, 46, 0.7);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-bottom: 1px solid #181716;
    color: #181716;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #181716;
}
.form-block textarea.form-style {
    height: 136px;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(46, 46, 46, 0.7);
	font-size: 1.6rem;
}
.form-block .form-btn {
    margin-top: 55px;
}
.form-block .form-btn .common-btn {
    padding: 10px 12px;
}
.form-block .form-btn .common-btn img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 20px;
    margin-left: 5px;
}
.form-block .form-btn .common-btn:hover img{
    filter: brightness(1) invert(1);
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    background-color: #181818;
    padding-bottom: 40px;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 70px;
}
.dtl-slider-title h2 {
    color: #F9F9F6;
}
.each-dtl-slider-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 35px 33px;
}
.each-dtl-slider-info h3 {
    color: #F9F9F6;
    margin-bottom: 20px;
}
.each-dtl-slider-info p {
    color: rgba(249, 249, 246, 0.7);
    margin-bottom: 0;
}
.each-dtl-slider-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.dtl-slider .swiper-button-prev {
    left: -4.5%;
}
.dtl-slider .swiper-button-next {
    right: -4.5%;
}
.each-dtl-slider-img {
    height: 431px;
}
/* ============================================== contact ============================================== */
/****map-sec****/
.map {
    height: 600px;
}
/****contact-form-sec****/
.contact-form-sec {
    background-color: #F9F9F6;
    border-radius: 0;
}
.contact-form-sec .form-wrap {
    background-color: #181818;
    margin-bottom: 40px;
    margin-top: 120px;
}
/* ============================================== APK ============================================== */
/****diensten-dtl-top****/
.diensten-dtl-top-info h3 {
    color: rgba(24, 24, 24, 0.7);
    margin-bottom: 6px;
}
/* ============================================== vacature-dtl ============================================== */
/****vacature-dtl-mid****/
.vacature-dtl-mid td {
    width: 49%;
}
.vacature-dtl-mid td:hover li {
    color: rgba(249, 249, 246, 0.7);
}
.vacature-dtl-mid td:hover li::marker {
    color: rgba(249, 249, 246, 0.7);
}
/* ============================================== bedankt ============================================== */
/****bedankt-banner****/
.bedankt-banner {
    position: relative;
    padding-top: 126px;
}
.each-bedankt-banner {
    height: 817px;
}
.each-bedankt-banner img {
    height: 100%;
    object-fit: cover;
}
.each-bedankt-banner-content {
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.each-bedankt-banner-content h1 {
    color: #fff;
    font-family: 'Montserrat-ExtraLight';
    margin-bottom: 80px;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 70%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(24, 24, 24, 0.70);
}
.modal-area .modal-content {
    border: 0;
    background: #2E2E2E;
    position: relative;
    border-radius: 20px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    border-radius: 20px 0 0 20px;
    height: 100%;
    overflow: hidden;
}
.modal-content .col-lg-5 {
    width: 46%;
}
.modal-content .col-lg-7 {
    width: 54%;
}
.modal-area .popup-content {
    padding: 40px 33px;
    padding-right: 67px;
    position: relative;
}
.modal-area .popup-content h3,
.modal-area .popup-content p {
    color: #F9F9F6;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content ul {
    margin: 25px 0 22px;
    list-style-type: none;
    padding-left: 0;
}















/* ============================= popup =============================== */




.modal-area .popup-content li {
    position: relative;
    color: #F9F9F6;
    padding-left: 12px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-size: 3px;
    height: 3px;
    width: 3px;
    background-color: #F9F9F6;
    border-radius: 50px;
}
.modal-content .close-img {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    width: 48px;
    height: 48px;
    background-color: #AC9E88;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px;
}
.modal-content .close-img img {
    width: 22px;
}
/* ============================================== over-ons ============================================== */
/****over-one-banner****/
.over-one-banner .inner-banner-content-wrap h1{
    font-family: 'Montserrat-Regular';
}
/****over-one-top-sec****/
.over-one-top-sec{
    padding-top: 90px;
    padding-bottom: 46px;
}
.over-one-top-wrap{
    max-width: 1095px;
    margin-left: auto;
    margin-right: auto;
}
.over-one-top-wrap h2{
    padding-top: 25px;
    padding-bottom: 26px;
}
.over-one-top-wrap h3{
    font-family: 'Roboto-Regular';
}
/****over-one-dtl-sec****/
.over-one-dtl-sec{
    border-radius: 40px 40px 0 0;
    background: #181818;
    padding-bottom: 137px;
    padding-top: 99px;
}
.over-one-dtl-heading h3{
    font-family: 'Roboto-Regular';
}
.over-one-dtl-heading{
    padding-bottom: 55px;
}
.over-one-dtl-heading h2{
    color: #F9F9F6;
    padding-top: 15px;
}
.over-one-dtl-img{
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.over-one-dtl-img img{
    height: 100%;
    object-fit: cover;
}
.over-one-dtl-text td h3{
    color: #F9F9F6;
    padding-bottom: 18px;
}
.over-one-dtl-text td P{
    color: rgba(249, 249, 246, 0.7);
    margin-bottom: 0;
}
.over-one-dtl-text td{
    border-radius: 20px;
    border: 1.2px solid #AC9E88;
    padding: 38px 18px 38px 28px;
    width: 49%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-one-dtl-text td:last-child{
    width: 100%;
    padding: 48px 94px 45px 28px;
}
.over-one-dtl-text table{
    width: 100%;
}
.over-one-dtl-text tr{
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
}
.over-one-dtl-main .col-lg-4{
    width: 37.5%;
}
.over-one-dtl-main .col-lg-8{
    width: 62.5%;
}
.over-one-dtl-text td:hover{
    background: #AC9E88;
}
/****team-sec****/
.team-sec{
    background: #181818;
}
.team-dtl-text h3{
    font-family: 'Roboto-Regular';
}
.team-member-img{
    border-radius: 20px;
    overflow: hidden;
}
.team-dtl-text h2{
    color: #F9F9F6;
    padding-top: 13px;
    padding-bottom: 24px;
}
.team-dtl-text p{
    color: rgba(249, 249, 246, 0.7);
    margin-bottom: 0;
}
.team-dtl-text {
    max-width: 550px;
    margin-right: auto;
}
.each-team-member{
    position: relative;
}
.team-member-dtl{
    position: absolute;
    bottom: 13px;
    left: 24px;
}
.team-member-dtl h3{
   color: #F9F9F6;
   padding-bottom: 17px;
}
.team-member-dtl tr{
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 16px;
    margin-bottom: 12px;
}
.team-member-dtl td a{
    color: #F9F9F6;
    line-height: 24px;
}
.team-member-dtl td a:hover{
    color: #AC9E88;
}
.team-member-dtl td em{
    width: 35px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
.team-member-dtl td em img{
    width: 12px;
}
.team-member-img{
    position: relative;
}
.team-member-img::after{
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0.00) 48%, #181818 100%);
    height: 100%;
    width: 100%;
}
/****over-one-btm-sec****/
.over-one-btm-sec{
    background: #181818;
    padding-top: 122px;
    padding-bottom: 40px;
    overflow-x: clip;
}
.each-over-one-btm-img{
    height: 484px;
    overflow: hidden;
    border-radius: 20px;
}
.each-over-one-btm-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-one-btm-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.over-one-heading h2{
    color: #F9F9F6;
    text-align: center;
}
.over-one-heading{
    padding-bottom: 70px;
}
.each-over-one-btm-img:hover img {
    transform: scale(1.1);
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-dtl-share-sec****/
.aanbod-dtl-share-wrap strong{
    margin-right: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-share-wrap .common-btn:hover strong img{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-share-wrap{
    display: flex;
    justify-content: end;
}
.aanbod-dtl-share-sec{
    margin-top: -50px;
}
/****anbod-dtl-top-sec****/
/* .each-dtl-top-img {
    height: 550px;
}
.each-dtl-top-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
} */
.each-dtl-top-img img{
    border-radius: 10px;
}
.dtl-top-slide .swiper-button-next{
    left: 51.5%;
}
.dtl-top-slide .swiper-button-prev {
    left: 45.5%;
}
.dtl-top-slide .common-arrow{
    background: #131313;
    opacity: 1;
}
.dtl-top-slide .common-arrow:hover{
    background: #AC9E88;
}
.aanbod-dtl-top-sec{
    padding-top: 32px;
    overflow-x: clip;
}
.dtl-top-text{
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.dtl-top-text .each-dtl-top-text:first-child{
    width: 35%;
}
.dtl-top-text .each-dtl-top-text:nth-child(2){
    width: 45%;
}
.dtl-top-text .each-dtl-top-text{
    width: 20%;
}
.each-dtl-top-text h3{
	text-align: end;
}
.each-dtl-top-text table{
    width: 100%;
}
.each-dtl-top-text tr{
    display: flex;
    justify-content: space-between;
    column-gap: 55px;
}
.aanbod-dtl-top-info{
    padding-top: 33px;
}
.each-dtl-top-text td h5{
    padding-bottom: 9px;
    color: #2E2E2E;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
}
.each-dtl-top-text td h6{
    color: #2E2E2E;
}
.each-dtl-top-text h2{
    padding-bottom: 10px;
    color: #2E2E2E;
}
.each-dtl-top-text p{
    color: #2E2E2E;
}
.each-dtl-top-text h3{
    color: #2E2E2E;
}
.dtl-top-contact-btm ul{
    display: flex;
    column-gap: 24px;
    padding: 0;
    margin: 0;
}
.dtl-top-contact-btm li:nth-child(3){
    display: none;
}
.dtl-top-contact-main ul{
    display: flex;
    column-gap: 60px;
    align-items: center;
    padding: 0;
    margin: 0;
}
.dtl-top-contact-main ul li{
    list-style: none;
    display: flex;
    column-gap: 25px;
    align-items: center;
}
.dtl-top-contact-btm ul li{
    list-style: none;
}
.dtl-top-contact-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dtl-top-contact-info{
    padding-top: 22px;
}
.dtl-top-contact-main ul li a{
    color: #2E2E2E;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: 'Montserrat-Regular';
}
.dtl-top-contact-main ul li a:hover{
    color: #AC9E88 ;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #181818;
    text-transform: none;
	font-size: 2.4rem;
    letter-spacing: 1.92px;
    line-height: 32px;
	font-family: 'Montserrat-Medium';
	padding-left: 0;
	position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover{
    color: #AC9E88;
}
.tab_container.tab-content{
	max-width: 1100px;
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    position: relative;
    padding-top: 115px;
	padding-bottom: 120px;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 48px;
    padding: 10px 0;
    overflow: hidden;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 17px;
    margin-bottom: -17px;
}
.tab-btn .tabs li.active{
	color: #AC9E88;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 13px;
    row-gap: 13px;
}
.kenmerken-tab li {
    line-height: 30px; 
    width: 32.5%;
	padding: 17px 25px 17px 25px;
	position: relative;
	font-family: 'Montserrat-Bold';
	color: rgba(47, 47, 47, 0.70);
    font-size: 1.6rem;
	line-height: 24px;
    display: flex;
    justify-content: space-between;
    column-gap: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #F9F9F6;
    border: 1px solid rgba(47, 47, 47, 0.10);
}
.kenmerken-tab li strong{
	font-family: 'Montserrat-Regular';
}
.kenmerken-tab li:hover{
	border-radius: 5px;
    background: #AC9E88;
	border-color:  #AC9E88;
	color: #fff;
}
.kenmerken-tab li:hover strong{
    color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #2F2F2F;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #D9D9D9;
    padding-bottom: 10px;
	margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #181818;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
	margin-bottom: 10px;
	font-family: 'Montserrat-Regular';
    color: #181818;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #AC9E88;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #AC9E88;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: rgba(17, 17, 17, 0.70);
	font-family: 'Montserrat-Regular';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #AC9E88;
    cursor: pointer;
    margin-top: 14px;
	font-family: 'Inter-Medium';
    font-size: 1.8rem;
	line-height: normal;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    color: #181818;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #FFF;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #AC9E88;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(172, 158, 136, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(172, 158, 136, 0.6);
	max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #111;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 38px;
    filter: brightness(1) invert(1);
}
.tab-popup-area h3{
	font-family: 'Montserrat-SemiBold';
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.4rem;
}
.tab-popup-area p{
    color: rgb(17, 17, 17, 0.6);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: 'Montserrat-Regular';
	margin-bottom: 0;
}
.tab-popup-content h4{
	font-family: 'Montserrat-SemiBold';
    line-height: 56px;
    margin-bottom: 20px;
    font-size: 2rem;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(17, 17, 17, 0.6);
	font-family: 'Montserrat-Regular';
    line-height: 30px;
    color: #111;
    flex-wrap: wrap;
	padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(17, 17, 17, 0.6);
}
.show-popup{
    display: none;
}
.tab-btn .tabs li.active::after {
	transform: rotate(0deg);
    filter: none;
    opacity: 1;
    top: -3px;
}
.tabs li::after {
	display: inline-block;
	content: url(../images/tab-arrow.svg);
	position: relative;
	top: 2px;
    left: 7px;
	background-color: transparent;
	width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: rotate(-90deg);
    filter: brightness(0);
}
.tabs li:hover::after{
    opacity: 1;
    filter: none;
}
.tab-btn .tabs li.active::before {
    content: "";
    height: 2px;
    background-color: #AC9E88;
    width: 100%;
    position: absolute;
    /* bottom: -17px; */
    left: 0;
    bottom: -17px;
}
.dtl-tab-mark{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.dtl-tab-mark img{
	height: 100%;
	object-fit: cover;
}
.mobile-tab-right-btn{
    display: none;
}
.tab-btn-wrap{
    border-bottom: 2px solid rgba(47, 47, 47, 0.10);;
    padding-bottom: 15px;
}
.aanbod-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img{
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 32px;
    border-radius: 5px;
    background: #E8E8E8;
    padding: 20px;
    align-items: center;
}
.tab-right-part{
    border-radius: 5px;
    background: #FFF;
    padding: 9px;
    background: #F9F9F6;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    margin: 2px 12px;
}
.tab-content-wrap{
    padding-top: 37px;
}
.tab-content-wrap .col-lg-3{
    width: 28%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .col-lg-9{
    width: 72%;
    padding-left: 4px;
    padding-right: 4px;
}
.tab-content-wrap .row{
    margin-left: -4px;
    margin-right: -4px;
}
.aanbod-contact-info-wrap{
    padding-top: 18px;
}
.aanbod-contact-info-wrap ul{
    padding: 0;
    padding-left: 30px;
    margin: 0;
}
.aanbod-contact-info-wrap ul li{
    padding-bottom: 8px;
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.aanbod-contact-info-wrap ul li strong{
    font-weight: normal;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    color: #2F2F2F;
}
.aanbod-contact-info-wrap ul li a{
    padding-left: 8px;
}
.aanbod-contact-info-wrap ul li:last-child strong a{
    padding-left: 31px;
}
.aanbod-contact-info-wrap ul li a{
    font-family: 'Montserrat-Regular';
    color: #181818;
}
.aanbod-contact-info-wrap ul li a:hover{
    color: #AC9E88;
}
.each-aanbod-contact-text a:hover{
    color: #AC9E88;
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dtl-tab-btm-mark{
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.each-aanbod-contact-text h4 {
    color: #2F2F2F;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
}
.each-aanbod-contact-text a{
    color: rgba(47, 47, 47, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Montserrat-Regular';
}
/****aanbod-dtl-btm-sec****/
.aanbod-dtl-btm-sec{
    background: #181818;
    padding-bottom: 38px;
}
.aanbod-dtl-btm-heading h2{
    color: #F9F9F6;
}
.aanbod-dtl-btm-heading {
    padding-bottom: 72px;
}
.aanbod-dtl-btm-sec .each-product-text h3{
    color: #F9F9F6;
}
.aanbod-dtl-btm-sec .each-product-text td{
    color: #F9F9F6;
}
.aanbod-dtl-btm-sec .product-price {
    color: #F9F9F6;
}
.aanbod-dtl-btm-slider .product-control{
    justify-content: space-between;
    margin-top: 0;
}
.aanbod-dtl-btm-slider .swiper-button-next {
    right: -3.9%;
    top: 30%;
}
.aanbod-dtl-btm-slider .swiper-button-prev{
    left: -3.9%;
    top: 30%;
}
/* ============================================== aanbod-list ============================================== */

/****aanbod-list-car-sec****/
.aanbod-list-car-sec{
    padding-bottom: 40px;
}
.aanbod-list-car-sec .product-price {
    color: #181818;
}
.aanbod-list-car-sec .row{
    row-gap: 30px;
}
.aanbod-list-bg-text{
    /* padding: 150px 110px 166px; */
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
}
.aanbod-list-bg-text h3{
    color: #F9F9F6;
}
.aanbod-list-bg-text p{
    color: rgba(249, 249, 246, 0.7);
    padding-top: 18px;
    padding-bottom: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.aanbod-list-bg-img{
    border-radius: 10px;
    position: relative;
    height: 510px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 510px; */
}
.aanbod-list-bg-img::after{
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(19, 19, 19, 0.90) 0%, rgba(19, 19, 19, 0.90) 100%);
}
.aanbod-list-bg-text .common-btn{
    background: transparent;
    border-color: #F9F9F6;
}
.aanbod-list-bg-text-area{
    height: 100%;
}
.aanbod-list-bg-text .common-btn:hover{
    background: #F9F9F6;
}
/* ============================================== verkotch ============================================== */
.aanbod-list-car-sec.verkocht-list-sec {
    padding-top: 165px;
}
.verkocht-list-heading{
    padding-bottom: 25px;
}
.verkocht-list-heading p{
    padding-top: 10px;
    color: #181818;
}
.verkocht-list-sec .each-product-text .common-btn{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.verkocht-list-sec .each-product-text .common-btn:hover{
    background-color: #2E2E2E;
}
.verkocht-list-sec .each-product-text td{
    color: #181818;
}
.verkocht-list-sec .each-product-text h3{
    color: #181818;
}

/*for developer*/

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

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

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

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


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
    margin-bottom: 0;
}
.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(#010101 calc(1*100%/6),#F6F8FA 0 calc(3*100%/6),#010101 0),
              linear-gradient(#010101 calc(2*100%/6),#F6F8FA 0 calc(4*100%/6),#010101 0),
              linear-gradient(#010101 calc(3*100%/6),#F6F8FA 0 calc(5*100%/6),#010101 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: #010101;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 2%;
    bottom: 3%;
    width: 53px;
    height: 53px;
    border-radius: 100px;
    background-color: #25D366;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

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

.notifcation {
    position: relative;
}

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

@media screen and (max-width: 600px) {
    .popuptext {
        right: 60px !important;
    }
}
@media (max-width : 767.98px){
    .fixed-whatsapp-icon{
        display: none;
    }
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
/* .share-social-media-button{
    padding: 6px 9px;
} */
/* @media(max-width: 519px) and (min-width: 416px){
    .calculator{
        height: 1670px !important;
    }
}
@media(max-width: 415px){
    .calculator{
        height: 1826px !important;
    }
}


@media(max-width: 990px) and (min-width: 768px){
    .calsty {
        height: 789px;
    }
}
@media(max-width: 767px) and (min-width: 519px){
    .calsty {
    height: 689px;
}
}
@media(max-width: 518px){
    .calsty {
    height: 810px;
}
} */
/* .col-lg-4:nth-child(1) .each-diens-dtl-btm{
    flex-direction: column-reverse;
} */
.mini-right-nav {
    position: fixed;
    top: 39%;
    z-index: 999;
    left: 0px;
}
.mini-right-nav li a {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #9d2727;
}
.mini-right-nav img {
    width: 24px;
    position: relative;
    z-index: 1;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.mini-right-nav span {
    font-family: 'New Rail Alphabet Medium';
    font-size: 13px;
    bottom: 0;
    letter-spacing: 0.5px;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
}
.mini-right-nav li::after{
    display: none;
}
.mini-right-nav li,
.mini-right-nav ul{
    padding-left: 0 !important;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.mtmo_widget_17 {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 99;
}
.calsty{
    border: 0;
    width: 100%;
    height: 690px;
    background: transparent;
}
/* end style dev */
.financial-tab iframe {
    height: 900px;
}
body .form-right .error_cls,
body .form-right .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.privacy_section {
    padding: 150px 0 60px;
}









/****aanbod-filter-sec****/
.aanbod-filter-heading{
    padding-bottom: 30px;
}
.aanbod-filter-sec {
    padding: 170px 0 49px;
    /* background-color: #0F0F0F; */
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #181818;
	font-size: 1.4rem;
	font-family: 'Montserrat-SemiBold';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: rgba(172, 158, 136, 1);
}
.select-style {
    width: 100%;
    height: 44px;
    color: #181818;
    font-size: 1.6rem;
    border: 1px solid rgba(172, 158, 136, 1);
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #F9F9F6 no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.select-style:hover{
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #F9F9F6 no-repeat 91% center / 10px;
    background-color: rgba(172, 158, 136, 1);
    background-repeat: no-repeat;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#F9F9F6;
    padding: 10px 18px 15px;
    z-index: 2;
    border: 1px solid rgba(172, 158, 136, 1);
    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: #181818;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #F9F8F6;
    background-color: rgba(172, 158, 136, 1);
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color:  rgba(172, 158, 136, 1);
    border-color:  rgba(172, 158, 136, 1);
    background-image: url(../images/check-tick-white.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 20px;
    background-color: rgba(172, 158, 136, 0.5);
    font-size: 1.4rem;
    border: 1px solid rgba(172, 158, 136, 0.5);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(0);
}
.auto-overview-tag:hover {
    background-color: rgba(172, 158, 136, 1);
    border-color: rgba(172, 158, 136, 1);
    color: #fff;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #181818;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 81px;
    background-color: #F9F9F6;
    border-top: 1px solid #AC9E88;
    border-bottom: 1px solid #AC9E88;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #AC9E88;
    border-color: #AC9E88;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #AC9E88;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #AC9E88;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 100px;
    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: rgba(172, 158, 136, 1);
    border: 1px solid rgba(172, 158, 136, 1);
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: rgba(172, 158, 136, 1);
    color: #181818;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(172, 158, 136, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(172, 158, 136, 0.4);
    border-color: rgba(172, 158, 136, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(172, 158, 136, 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: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(172, 158, 136, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    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: #181818;
    width: 100%;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: rgba(172, 158, 136, 1);
}
.filter-sort .aanbod-filter .select-style.show {
    border-color: rgba(172, 158, 136, 0.4);
}
.common-btn.aanbod-wp {
  color: #25D366;
  background: none;
}
.common-btn.aanbod-wp {
	border: 1px solid #25D366;
}
.dtl-top-contact-btm .common-btn strong {
	padding-left: 13px;
	padding-right: 13px;
}
.dtl-top-contact-btm .common-btn strong img{
	margin-top: -2.5px;
	padding-right: 7px;
}
.common-btn.aanbod-wp:hover {
  color: #fff;
  background-color: #25D366;
}
.dtl-top-contact-btm .aanbod-wp:hover img {
  filter: brightness(0) invert(1);
}