body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page{
	padding-top: 16px;
    padding-bottom: 16px;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/******privacy******/
.privacy_section p {
    margin-bottom: 10px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 10px;
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(0px);
	filter: url(#lg-dist);
	isolation: isolate;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.25);
}
.glass-specular {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.75),
		inset 0 0 5px rgba(255, 255, 255, 0.75);
}
.glass-content {
	position: relative;
	z-index: 3;
}
/****header-area*****/
.header-area {
    padding-top: 48px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-left.glass-container {
    padding: 20px 32px 20px 15px;
    box-shadow: none;
    border-radius: 100px;
    overflow: visible;
}
.header-left .glass-content {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-left .glass-filter,
.header-left .glass-overlay {
    border-radius: 100px;
    overflow: hidden;
}
.header-left .glass-specular {
    border-radius: 100px;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), inset 0 0 5px rgba(255, 255, 255, 0.3);
}
.header-left .glass-overlay {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}
.header-logo img {
    width: 200px;
}
.header-right .glass-overlay {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}
.header-right ul {
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: end;
    align-items: center;
}
.header-right .h-mail {
    padding: 0;
    border-radius: 100%;
    box-shadow: none;
}
.header-right .h-mail .glass-specular {
    box-shadow: none;
}
.header-right .h-mail a {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.70);
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: none;
}
.header-right .h-mail a:hover {
    background-color: #E42313;
    border-color: #E42313;
}
.header-right .h-call {
    border-radius: 100px;
    border: 1px solid #202020;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
}
.header-right .h-call img {
    margin-right: 10px;
}
.header-right .h-call strong {
    font-weight: normal;
}
.header-right .h-call:hover {
    background-color: #E42313;
    border-color: #E42313;
    color: #fff;
}
.header-right .h-contact {
    padding: 0;
    border-radius: 100px;
    box-shadow: none;
}
.header-right .h-contact .glass-specular {
    box-shadow: none;
}
.header-right .common-btn {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.header-right .common-btn::before {
    filter: brightness(0) invert(1);
}
.header-right .common-btn:hover {
    background-color: #E42313;
    border-color: #E42313;
}
.header-nav > ul {
    display: flex;
    gap: 27px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(255, 255, 255, 0.3);
    background-color: rgba(32, 32, 32, 0.5);
    backdrop-filter: blur(5px);
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #E42313;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
.header-wrap {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    border: 1px solid transparent;
}
.header-active {
    padding-top: 16px;
}
.header-active .header-wrap {
    background-color: #202020;
    padding: 10px;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-active .header-right .h-call {
    border-color: rgba(255, 255, 255, 0.3);
}
/******menu-btn******/
.menu-bar {
    position: relative;
    min-width: 40px;
    height: 40px;
    width: 100%;
    border-radius: 100%;
    background-color: #202020;
    cursor: pointer;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    padding-right: 15px;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 2px 0;
    width: 10px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar::after, .menu-bar::before {
    width: 7px;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(5px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-5px) rotate(-135deg);
}
/*****side-menu****/
.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #202020;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 1.8rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: #fff;
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #E42313;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.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);
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-video, .each-banner {
	height: 800px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 72px;
    z-index: 1;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 36px;
}
.banner-wrap {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
}
.banner-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}
.banner-frame img {
    height: 100%;
}
.banner-frame-mob {
    display: none;
}
.home-banner-sec .banner-content h1 strong {
    text-transform: uppercase;
}
/*****usp-marquee-sec****/
.usp-marquee-sec {
	position: relative;
	overflow-x: clip;
	width: 100%;
	padding: 20px 0;
    border-bottom: 1px solid #202020;
}
.usp-marquee-sec::after,
.usp-marquee-sec::before {
    content: "";
    height: calc(100% + 2px);
    width: 55px;
    right: 0;
    top: 0;
    background: linear-gradient(270deg, #FFF 12.51%, rgba(255, 255, 255, 0.00) 122.22%);
    position: absolute;
}
.usp-marquee-sec::before {
    background: linear-gradient(-270deg, #FFF 12.51%, rgba(255, 255, 255, 0.00) 122.22%);
    z-index: 1;
    left: 0;
    right: auto;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 80px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 80px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #202020;
	font-size: 1.8rem;
    line-height: 26px;
    font-family: 'MyriadPro-Regular';
	padding-left: 20px;
	position: relative;
}
.usp-marquee-wrap li::after {
	content: "";
	height: 10px;
	width: 10px;
	position: absolute;
	left: 0;
	top: 8px;
    background-image: url(../images/marquee-icon.svg);
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat;
}
/*******product-sec*******/
.product-sec {
    padding: 120px 0;
    position: relative;
}
.product-sec h2 {
    text-align: center;
}
.product-slider {
    margin: 56px 0;
}
.each-product {
    border-radius: 20px;
    border: 1.5px solid rgba(32, 32, 32, 0.4);
    background-color: #fff;
    padding: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
}
.each-product-img img {
    border-radius: 10px;
}
.each-product-img .swiper-pagination {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img .swiper-pagination-bullet {
    background-color: #fff;
    width: 15px;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img .swiper-pagination-bullet-active {
    background-color: #E42313;
}
.product-model h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(32, 32, 32, 0.60);
}
.each-product-text table {
    margin: 18px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(32, 32, 32, 0.4);
    display: block;
}
.each-product-text tr {
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.each-product-text td {
    color: #202020;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: inline-flex;
}
.each-product-text td:last-child {
    margin-right: 0;
}
.each-product-text td img {
    margin-right: 7px;
    width: 20px;
    height: 20px;
}
.product-price h4 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    align-items: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h4 strong {
    color: rgba(32, 32, 32, 0.6);
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
}
.each-product:hover {
    border-color: #E42313;
}
.each-product:hover .txt-btn::before {
    filter: grayscale(0);
}
.each-product:hover .txt-btn {
    color: #E42313;
}
.each-product:hover .product-price h4 {
    color: #E42313;
}
.each-product:hover .each-product-img .swiper-pagination {
    opacity: 1;
}
.sec-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.sec-mark img {
    height: 100%;
    object-fit: cover;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
/*****service-sec****/
.service-wrap {
    border-radius: 20px;
    background-color: #202020;
    padding: 80px 0;
}
.service-heading {
    margin-bottom: 80px;
}
.service-heading p {
    max-width: 767px;
    width: 100%;
    margin-left: auto;
}
.service-heading h2 {
    color: #fff;
    margin-bottom: 24px;
}
.service-heading .common-btn {
    border-color: #fff;
}
.service-heading .common-btn:hover {
    border-color: #E42313;
}
.each-service {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    overflow: hidden;
    height: 290px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32, 32, 32, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-main .col-lg-4:nth-child(even) .each-service-wrap,
.service-main .col-lg-4:nth-child(even) .each-service {
    height: 100%;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    position: absolute;
    bottom: -70px;
    left: 0;
    padding: 24px;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0 24px;
    max-height: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-text .txt-btn {
    color: #E42313;
}
.each-service-text .txt-btn::before {
    filter: grayscale(0);
}
.each-service:hover .each-service-text p {
    max-height: 72px;
}
.each-service:hover .each-service-text {
    bottom: 0;
}
.each-service:hover {
    border-color: #E42313;
}
.each-service:hover::after {
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.00) 41.16%, rgba(32, 32, 32, 0.66) 73.52%, #202020 100%);
}
.each-service-wrap {
    padding: 8px;
}
/****werkplaats-sec****/
.werkplaats-sec {
    padding: 16px 0;
}
.werkplaats-heading {
    background-color: #202020;
    position: relative;
    border-radius: 20px;
    padding: 36px 0;
}
.werkplaats-heading::after,
.werkplaats-heading::before {
    content: "";
    height: 100%;
    width: 31%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #E42313;
    border-radius: 20px 0 0 20px;
}
.werkplaats-heading::before {
    right: 0;
    left: auto;
    height: calc(100% + 200px);
    border-radius: 0 20px 20px 20px;
    background-color: #202020;
    width: 69%;
}
.werkplaats-heading h2 {
    position: relative;
    z-index: 1;
    font-size: 4rem;
    line-height: 48px;
    max-width: 400px;
}
.werkplaats-heading h2 strong {
    color: #fff;
}
.werkplaats-control {
    position: relative;
    max-width: 136px;
    width: 100%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.werkplaats-control .common-arrow {
    position: initial;
    margin: 0;
}
.werkplaats-main-info {
    padding-right: 20%;
}
.werkplaats-main-info p {
    color: #202020;
    margin: 50px 0 40px;
}
.werkplaats-slider {
    border-radius: 20px;
    overflow: hidden;
    margin: 0 -5%;
}
.werkplaats-slider .swiper-slide {
    height: auto;
}
.each-werkplaats {
    height: 336px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.each-werkplaats::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(32, 32, 32, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-werkplaats-text {
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: 1;
    padding: 24px;
    text-align: center;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-werkplaats-text h4 {
    color: #fff;
    margin-bottom: 8px;
}
.each-werkplaats-text .txt-btn {
    color: #E42313;
}
.each-werkplaats-text .txt-btn::before {
    filter: grayscale(0);
}
.each-werkplaats-img {
    height: 100%;
}
.each-werkplaats-img img {
    height: 100%;
    object-fit: cover;
}
.each-werkplaats:hover::after {
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.00) 38.21%, rgba(32, 32, 32, 0.66) 66.45%, #202020 100%);
}
.each-werkplaats:hover .each-werkplaats-text {
    bottom: 0;
}
.each-werkplaats:hover {
    border-color: #E42313;
}
/*****about-sec*****/
.about-sec {
    padding: 114px 0 80px;
    position: relative;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-heading {
    max-width: 640px;
    width: 100%;
    margin: 0 auto 40px;
}
.about-heading p {
    margin: 16px 0 32px;
    color: #202020;
}
.about-company {
    border-radius: 20px;
    border: 1px solid rgba(32, 32, 32, 0.80);
    background-color: #F3F3F3;
    padding: 24px;
    overflow: hidden;
    max-width: 976px;
    width: 100%;
}
.about-company-img {
    border-radius: 10px;
    border: 1px solid rgba(32, 32, 32, 0.40);
    overflow: hidden;
}
.about-company-text {
    padding-left: 45px;
}
.about-company-text h4 {
    font-family: 'LamaSans-RegularItalic';
    margin: 24px 0 48px;
}
.about-company-text h3 {
    color: #202020;
    font-family: 'ArchitectsDaughter-Regular';
}
.about-company-text h6 {
    color: #202020;
    font-family: 'LamaSans-RegularItalic';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: normal;
}
.about-company .col-md-5 {
    width: 34%;
}
.about-company .col-md-7 {
    width: 66%;
}
.about-usp {
    border-radius: 100%;
    border: 3px solid #202020;
    background-color: #202020;
    height: 434px;
    width: 434px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    padding: 111px 70px 22px;
    position: relative;
    margin: 0 auto;
}
.about-usp-mark {
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.each-about-usp p {
    margin: 16px 0 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4lh;
}
.each-about-usp h4 {
    color: #fff;
    height: 1lh;
    overflow: hidden;
}
.each-about-usp h3 {
    color: #E42313;
    font-size: 4.8rem;
    line-height: 56px;
    margin-right: -45px;
    margin-top: 84px;
}
.about-usp .swiper-pagination {
    bottom: 120px;
}
.about-usp .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
    height: 10px;
    width: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-usp .swiper-pagination-bullet-active {
    background-color: #E42313;
}
/****review-sec***/
.review-sec {
    padding: 20px 0 60px;
}
/******footer-area*****/
.footer-wrap {
    border-radius: 20px;
    background-color: #202020;
    padding: 36px 0 50px;
    overflow: hidden;
}
.footer-logo img {
    width: 250px;
}
.footer-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-btn .border-btn {
    border-color: rgba(228, 35, 19, 0.7);
    color: #E42313;
}
.footer-btn .border-btn::before {
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(3518%) hue-rotate(355deg) brightness(91%) contrast(96%);
}
.footer-btn .border-btn:hover {
    border-color: #E42313;
    background-color: #E42313;
    color: #fff;
}
.footer-btn .border-btn:hover::before {
    filter: brightness(0) invert(1);
}
.footer-social ul {
    display: flex;
    gap: 10px;
    justify-content: end;
    margin-bottom: 0;
    list-style: none;
    padding-left: 10px;
} 
.footer-social li a {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.3;
}
.footer-social li a:hover {
    border-color: #E42313;
    opacity: 1;
}
.footer-mid {
    margin-top: 58px;
    padding: 58px 38px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.each-footer-info h6 {
    margin-bottom: 11px;
}
.each-footer-info p {
    margin-bottom: 0;
}
.footer-privacy {
    position: relative;
    padding-top: 32px;
}
.footer-privacy::after {
    content: "";
    height: 1px;
    width:100vw;
	margin-left:-50vw;
	left:50%;
    position: absolute;
    top: 0;
    background-color: #E42313;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-company-name {
    margin-top: 32px;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1180px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(32, 32, 32, 0.40);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content .row {
    margin: 0 -8px;
}
.modal-content .col-lg-5 {
    width: 40%;
    padding: 0 8px;
}
.modal-content .col-lg-7 {
    width: 60%;
    padding: 0 8px;
}
.modal-area .popup-content p {
	color: #202020;
}
.modal-area .popup-content p:last-child {
    margin-bottom: 0;
}
.modal-area .popup-content h3 {
    margin-bottom: 16px;
    color: #202020;
    font-family: 'MyriadPro-SemiboldIt';
}
.modal-area .popup-content h3 strong {
    font-weight: normal;
    color: #E42313;
    text-transform: uppercase;
}
.modal-area .popup-content li {
    color: #202020;
}
.modal-area .popup-content {
    padding: 70px 18% 30px 40px;
    background-color: #fff;
    border-radius: 20px;
}
.pop-up-image {
	height: 100%;
    border-radius: 20px;
    border: 2px solid rgba(32, 32, 32, 0.40);
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
	height: 56px;
	width: 56px;
	background-color: #E42313;
    border: 1px solid rgba(255, 255, 255, 0.70);
	display: flex;
	align-items: center;
	justify-content: center;
    border-radius: 100%;
	z-index: 3;
}
.close-img img {
	width: 24px;
}
/*===========================bedankt pg start===============================*/
.bedankt-banner-sec h1 {
    margin-bottom: 16px;
}
.bedankt-banner-sec h1 strong {
    font-family: 'MyriadPro-Semibold';
}
/*===========================diensten pg start===============================*/
.inner-banner-sec .each-banner {
    height: 600px;
}
.inner-banner-sec .banner-content h1 {
    margin-bottom: 0;
}
/*****service-list-sec****/
.service-list-sec .each-service {
    height: 511px;
    border-width: 2px;
    border-color: rgba(32, 32, 32, 0.40);
}
.service-list-sec .each-service-text {
    padding: 40px;
}
.service-list-sec .each-service-text p {
    max-width: 440px;
}
.service-list-sec {
    padding: 80px 0 120px;
}
.service-list-sec .row {
    row-gap: 24px;
    margin: 0 -12px;
}
.service-list-sec .col-lg-6,
.service-list-sec .col-lg-12 {
    padding: 0 12px;
}
/*===========================overons pg start===============================*/
/***overons-welcome-sec****/
.overons-welcome-sec {
    padding: 80px 0 100px;
    position: relative;
}
.overons-welcome-sec .container {
    position: relative;
    z-index: 1;
}
.overons-welcome-img {
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid rgba(32, 32, 32, 0.40);
    max-width: 680px;
}
.overons-welcome-text h2 {
    margin-bottom: 24px;
    line-height: 64px;
}
.overons-welcome-text h2 strong {
    text-transform: uppercase;
}
.overons-welcome-text p {
    color: #202020;
}
.overons-welcome-text p:last-child {
    margin-bottom: 0;
}
.overons-welcome-text p strong {
    font-family: 'LamaSans-SemiBold';
    display: block;
}
/*****overons-info-sec******/
.overons-info-wrap {
    padding: 80px 0;
    border-radius: 36px;
    background-color: #202020;
}
.overons-info-wrap .col-lg-7 {
    width: 56%;
}
.overons-info-wrap .col-lg-5 {
    width: 44%;
}
.overons-info-text table,
.overons-info-text tbody,
.overons-info-text tr {
    display: block;
}
.overons-info-text td {
    display: block;
    border-radius: 20px;
    border: 2px solid rgba(32, 32, 32, 0.80);
    background-color: #F3F3F3;
    padding: 50px 50px 50px 200px;
    position: relative;
    margin-bottom: 44px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-info-text td h2 {
    color: rgba(228, 35, 19, 0.24);
    font-size: 14rem;
    line-height: 114px; 
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 150px;
}
.overons-info-text td h4 {
    margin-bottom: 24px;
}
.overons-info-text td p {
    color: #202020;
}
.overons-info-text td p:last-child {
    margin-bottom: 0;
}
.overons-info-text td:last-child {
    margin-bottom: 0;
}
.overons-info-text td:hover {
    border-color: #E42313;
}
.overons-info-img {
    padding-left: 7px;
}
.overons-info-img img {
    border-radius: 20px;
}
/****member-sec****/
.member-sec {
    padding: 120px 0;
}
.member-sec h2 {
    text-align: center;
    margin-bottom: 48px;
}
.each-member { 
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(32, 32, 32, 0.1) 0%, rgba(32, 32, 32, 0.9) 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-img {
    height: 100%;
    width: 100%;
}
.each-member-img img {
    height: 100%;
    object-fit: cover;
}
.each-member-text {
    position: absolute;
    bottom: 40px;
    padding: 0 20px;
    width: 100%;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-text h3 {
    color: #E42313;
}
.each-member-text h6 {
    color: #fff;
    font-family: 'MyriadPro-Regular';
    letter-spacing: normal;
}
.each-member:hover {
    border-color: #E42313;
}
.each-member:hover::after {
    opacity: 1;
}
.each-member:hover .each-member-text {
    bottom: 80px;
}
/*===========================diensten-dtl===============================*/
/***bk-btn-sec****/
.bk-btn-sec {
    position: relative;
}
.bk-btn-sec .common-btn {
    position: absolute;
    top: 153px;
}
.bk-btn-sec .common-btn::before {
    background-image: url(../images/dtl-btn-arrow.svg);
    width: 11px;
    height: 18px;
    background-size: 8px;
}
.bk-btn-sec .common-btn:hover {
    border-color: rgba(255, 255, 255, 0.70);
}
.bk-btn-sec .common-btn:hover::before {
    transform: rotate(0deg);
}
/****dtl-desc-sec***/
.dtl-desc-wrap {
    padding: 240px 0 80px;
    border-radius: 36px;
    background-color: #202020;
}
.dtl-desc-img {
    border-radius: 20px;
    overflow: hidden;
}
.dtl-desc-sec .col-lg-5 {
    width: 45%;
}
.dtl-desc-sec .col-lg-7 {
    width: 55%;
}
.dtl-desc-text {
    padding-left: 70px;
}
.dtl-desc-text h2 {
    color: #fff;
    margin-bottom: 24px;
}
.dtl-desc-text p strong {
    display: block;
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
    font-size: 16px;
    line-height: 24px;
}
/*****dtl-info-sec*****/
.dtl-info-sec {
    position: relative;
    padding: 100px 0;
}
.dtl-info-sec .container {
    position: relative;
    z-index: 1;
}
.dtl-info-sec table,
.dtl-info-sec tbody {
    display: block;
}
.dtl-info-sec tr {
    display: flex;
    column-gap: 70px;
    row-gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.dtl-info-sec td {
    height: 458px;
    width: 458px;
    border-radius: 100%;
    border: 3px solid #202020;
    background-color: #202020;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 111px 70px 150px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-sec td::after {
    content: "";
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/dtl-info-circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 424px;
    pointer-events: none;
}
.dtl-info-sec td h4 {
    color: #fff;
    margin-bottom: 5px;
}
.dtl-info-sec td p {
    margin-bottom: 0;
}
.dtl-info-sec td em {
    display: block;
    overflow-y: auto;
    height: 100%;
    font-style: normal;
    padding-right: 10px;
    border-radius: 10px;
}
.dtl-info-sec td em::-webkit-scrollbar {
    background-color: #202020;
	width: 4px;
    border-radius: 10px;
    overflow: hidden;
}
.dtl-info-sec td em::-webkit-scrollbar-thumb {
	background-color: #3a3a3a;
    border-radius: 10px;
    overflow: hidden;
}
.dtl-info-sec td h3 {
    color: #E42313;
    font-size: 4.8rem;
    line-height: 56px;
    position: absolute;
    bottom: 26px;
    left: 52%;
}
.dtl-info-sec td:hover {
    box-shadow: 0px 10px 15px -3px rgba(228, 35, 19, 0.5);
}
.dtl-info-sec td:nth-child(even) {
    margin-top: 120px;
}
.dtl-info-sec ol {
    padding-left: 0;
}
.dtl-info-sec ol li {
    list-style-type: none;
    position: relative;
    padding-left: 11px;
}
.dtl-info-sec ol li::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../images/dtl-tick.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    opacity: 0.2;
}
/*****form-sec*****/
.form-wrap {
    border-radius: 36px;
    background-color: #202020;
    overflow: hidden;
    padding: 100px;
}
.form-heading {
    max-width: 654px;
    width: 100%;
    margin: 0 auto 44px;
    text-align: center;
}
.form-heading h2 {
    color: #fff;
    margin-bottom: 24px;
}
.form-info {
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    overflow: hidden;
    padding: 13px;
}
.form-info .col-lg-4 {
    width: 30%;
}
.form-info .col-lg-5 {
    width: 46%;
}
.form-info .col-lg-3 {
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.form-img-text {
    position: absolute;
    bottom: 40px;
    padding: 0 20px;
    width: 100%;
}
.form-img-text h4 {
    color: #E42313;
    font-size: 2.4rem;
    line-height: 32px;
}
.form-img-text h6 {
    color: #fff;
    letter-spacing: normal;
    font-family: 'MyriadPro-Regular';
}
.form-block {
    padding: 40px 5px;
    height: 100%;
}
.form-block .col-lg-6,
.form-block .col-lg-12 {
    padding: 0 20px;
}
.form-block > .d-table-cell > form > .row {
    margin: 0 -20px;
}
.form-block .form-group {
	margin-bottom: 48px;
    position: relative;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-bottom: 1px solid rgba(32, 32, 32, 0.50);
    border-radius: 0;
    font-family: 'Inter-Regular';
    color: #202020;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 0 0 20px 0;
	background-color: transparent;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.form-block label {
    font-family: 'Inter-Regular';
    color: rgba(32, 32, 32, 0.50);
    font-size: 1.4rem;
    line-height: 28px;
    position: absolute;
    left: 0;
    bottom: 20px;
    pointer-events: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.form-block label strong {
    color: #E42313;
    font-weight: normal;
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(32, 32, 32, 0.50);
}
.form-block .form-style:focus {
    box-shadow: none;
	border-color: #202020;
    color: #202020;
    background-color: transparent;
}
.form-block .form-style:focus label {
    color: #202020;
}
.form-block textarea.form-style {
    height: 108px;
}
.form-block .form-textarea label {
    bottom: auto;
    top: 0;
}
.form-block .has-value label {
    opacity: 0;
}
.form-block .has-value .form-style {
    border-color: #202020;
}
.form-block .focus-input label {
    color: #202020;
}
.form-block .common-btn {
    flex-direction: row-reverse;
}
.form-block .common-btn::before {
    margin: 0 0 0 10px;
    background-image: url(../images/send.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.form-info-reach {
    background-color: #202020;
    padding: 15px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-info-reach p {
    margin-bottom: 16px;
    padding: 60px 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.06);
}
.form-info-reach p:last-child {
    margin-bottom: 0;
}
.form-info-reach p a {
    display: flex;
    color: rgba(255, 255, 255, 0.70);
    display: inline-flex;
}
.form-info-reach p a:hover {
    color: #fff;
}
.form-info-reach p img {
    min-width: 25px;
    margin-right: 12px;
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
body .form-block .formError .formErrorContent {
    position: absolute;
}
.social ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: end;
}
.social li a {
    width: 56px;
    height: 56px;
    border: 1px solid #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.social li a:hover {
    border-color: #E42313;
}
.social li a:hover img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(72%) saturate(6496%) hue-rotate(356deg) brightness(92%) contrast(94%);
    -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(72%) saturate(6496%) hue-rotate(356deg) brightness(92%) contrast(94%);
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/***related-service-sec****/
.related-service-sec {
    padding: 120px 0;
    position: relative;
}
.related-service-sec .container {
    position: relative;
    z-index: 1;
}
.related-service-sec h2 {
    margin-bottom: 80px;
    text-align: center;
}
.related-service-slider {
    position: relative;
}
.related-service-slider .swiper-button-next {
    right: -2%;
}
.related-service-slider .swiper-button-prev {
    left: -2%;
}
.related-service-slider .each-service {
    height: 480px;
}
.related-service-slider .each-service-text {
    padding: 40px;
}
.related-service-slider .each-service-text h3 { 
    font-size: 2.4rem;
    line-height: 32px;
}
/*===========================vacature-dtl===============================*/
/***vacature-mid-sec****/
.vacature-mid-sec {
    padding: 80px 0 120px;
}
.vacature-mid-area table,
.vacature-mid-area tbody {
    width: 100%;
}
.vacature-mid-area tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.vacature-mid-area tr {
    border-radius: 20px;
    border: 2px solid #E42313;
    overflow: hidden;
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 49px 20px;
    width: 49%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-mid-area td h2 {
    color: rgba(228, 35, 19, 0.24);
    font-size: 14rem;
    line-height: 160px;
}
.vacature-mid-area td h4 {
    margin-bottom: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-mid-area td ul {
    margin-bottom: 0;
    padding-left: 26px;
}
.vacature-mid-area td li {
    color: #202020;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-mid-area tr:hover {
    border-color: rgba(255, 255, 255, 0.40);
    background: #202020;
}
.vacature-mid-area tr:hover td h4,
.vacature-mid-area tr:hover td li {
    color: #fff;
}
/*===========================contact===============================*/
/***contact-form-sec****/
.contact-form-sec {
    padding: 24px 0;
}
.contact-form-sec .form-info-reach p {
    padding: 47px 40px;
}
.contact-form-sec .form-info-reach p a {
    margin-bottom: 15px;
    display: flex;
}
.contact-form-sec .form-info-reach p a:last-child {
    margin-bottom: 0;
}
.contact-form-sec .form-info-reach p img {
    margin-right: 20px;
}
.contact-opening-time {
    padding: 58px 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.06);
}
.contact-opening-time h6 {
    margin-bottom: 10px;
}
.contact-opening-time td {
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.14px;
}
.contact-opening-time tr td:first-child {
    padding-right: 25px;
}
/***map-sec****/
.map-sec {
    padding-bottom: 24px;
}
.map {
    height: 600px;
    border-radius: 20px;
}
/*===========================aanbod-list===============================*/
/****aanbod-filter-sec****/
.aanbod-filter-wrapper {
    border-radius: 36px;
    background: #202020;
    padding: 180px 0 48px;
}
.aanbod-filter-title {
    margin-bottom: 70px;
}
.aanbod-filter-title h2 {
    color: #fff;
    line-height: 64px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-part .row {
    margin: 0 -4px;
}
.filter-left-part .col-lg-3 {
    padding: 0 4px;
}
.filter-reset {
    position: absolute;
    top: -24%;
    right: 0;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'LamaSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #E42313;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(72%) saturate(5896%) hue-rotate(356deg) brightness(97%) contrast(96%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 56px;
    color: #fff;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 50px;
    padding: 0 42px 0 32px;
    background: url(../images/filter-arrow.svg) #202020 no-repeat 88% center / 12px;
    appearance: none;
    line-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
    background-color: #E42313;
    background-image: url(../images/down-filter-arrow.svg);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0; 
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main > .row {
    margin: 0 -4px;
}
.filter-main .col-xl-10,
.filter-main .col-xl-2 {
    padding: 0 4px;
}
.filter-content {
    display: none;
    background-color: #E42313;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.50);
    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-family: 'LamaSans-Regular';
    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: #fff;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 20px;
    background-color: rgba(228, 35, 19, 0.4);
	font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #E42313;
    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: #E42313; 
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    top: 84px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #202020;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #E42313;
    border-color: #E42313;
    text-transform: capitalize;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
}
.mobile-show-filter .common-btn::before {
    display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #fff;
    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: #202020;
    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: #E42313;
    border: 1px solid #E42313;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    justify-content: center;
}
.auto-overview-filter-result .total_search_records span {
    margin-right: 5px;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #E42313;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'LamaSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 247px;
}
.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: #E42313;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(228, 35, 19, 0.4);
    border-color: rgba(228, 35, 19, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #E42313;
}
.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(255, 255, 255, 0.50);
    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: #fff;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #E42313;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding: 44px 0 120px;
}
.aanbod-product-area .row {
    row-gap: 24px;
}
/*===========================verkocht===============================*/
.verkocht-top-wrap {
    border-radius: 36px;
    background: #202020;
    padding: 180px 0 54px;
}
.verkocht-top-area h2 {
    color: #fff; 
    line-height: 64px;
}
.verkocht-product-sec {
    padding: 80px 0;
}
/*===========================aanbod-dtl===============================*/
/****aanbod-top-sec****/
.aanbod-top-wrap {
    border-radius: 36px;
    background: #202020;
    padding: 242px 0 60px;
}
.aanbod-top-car-slider-wrap .col-lg-7 {
    width: 54%;
}
.aanbod-top-car-slider-wrap .col-lg-5 {
    width: 46%;
}
.each-aanbod-car-slider {
    border-radius: 20px;
    overflow: hidden;
}
.aanbod-top-thumb-slide {
    margin-top: 16px;
}
.each-aanbod-car-thumb-img {
    border-radius: 20px;
    overflow: hidden;
}
.aanbod-car-dtls {
    border-radius: 20px;
    padding: 24px;
    background-color: rgba(255, 255, 255, 0.10);
    height: 100%;
}
.aanbod-car-dtls-title {
    padding-top: 45px;
    padding-bottom: 45px;
}
.aanbod-car-dtls-title p {
    color: rgba(255, 255, 255, 0.60);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 9px;
    margin-bottom: 0;
}
.aanbod-car-info {
    padding-top: 45px;
    padding-bottom: 45px;
    margin: 24px 0;
}
.aanbod-car-info table,
.aanbod-car-info tbody {
    width: 100%;
}
.aanbod-car-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.aanbod-car-info td {
    text-align: center;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    width: 23.5%;
}
.aanbod-car-info td::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: calc(100% - -50%);
    background-color: rgba(255, 255, 255, 0.15);
}
.aanbod-car-info td:last-child::after {
    display: none;
}
.aanbod-car-info td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.aanbod-car-info td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.aanbod-car-info td img {
    width: 34px;
    height: 37px;
}
.aanbod-car-info td h6 {
    margin-top: 12px;
}
.aanbod-car-dtls-title,
.aanbod-car-info,
.aanbod-car-dtls-btm {
    border-radius: 20px;
    background: #202020;
    padding-left: 30px;
    padding-right: 30px;
}
.aanbod-car-dtls-btm {
    padding-top: 43px;
    padding-bottom: 43px;
}
.aanbod-car-dtls-btm h3 {
    color: #E42313;
}
.aanbod-car-dtls-btm h6 {
    color: #fff; 
    line-height: 24px;
    letter-spacing: normal;
    margin-top: 7px;
}
.aanbod-car-dtls-btn ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    align-items: center;
}
.aanbod-car-dtls-btn li {
    list-style-type: none;
}
.aanbod-car-dtls-btn li .common-btn:hover {
    border-color: #fff;
}
.aanbod-car-dtls-btm .col-8 {
    width: 72%;
}
.aanbod-car-dtls-btm .col-4 {
    width: 28%;
}
.mob-aanbod-car-dtls {
    display: none;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 88px 0 100px;
    position: relative;
    overflow: hidden;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'MyriadPro-Semibold';
    padding-left: 0;
    position: relative;
    color: rgba(32, 32, 32, 0.70);
    text-align: right;
    font-size: 2.4rem;
    line-height: 32px;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn .tabs li:hover,
.tab-btn .tabs li.active {
	color: #E42313;
}
.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;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 48px;
    padding-bottom: 28px;
    margin-bottom: 24px;
    padding-left: 0;
}
.tab-btn {
    position: relative;
}
.tab-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(32, 32, 32, 0.10);
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
	column-gap: 16px;
    row-gap: 16px;
}
.kenmerken-tab li {
    line-height: 20px;
    width: 32%;
    padding: 17px 32px;
    position: relative;
    color: rgba(32, 32, 32, 0.70);
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    border: 1px solid #F3F3F3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    background-color: #F3F3F3;
}
.kenmerken-tab li:hover {
    background: #E42313;
    border-color: #E42313;
    color: #fff;
}
.kenmerken-tab li:hover strong {
    color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #202020;
    font-family: 'LamaSans-Medium';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel ul {
    margin-bottom: 0;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #E42313;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel li {
    margin-bottom: 10px;
    color: #202020;
}
.dtl-tab-sec .bullet-panel li::marker {
    color: #E42313;
}
/* .dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
    top: 11px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
} */
.tab_content p {
    color: #202020;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E42313;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E42313;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    color: #fff;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    color: #202020;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    color: #E42313;
    cursor: pointer;
    margin-top: 16px;
    font-size: 2.4rem;
    line-height: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'MyriadPro-Semibold';
    display: table;
}
.tab-btm-btn:hover{
    color: rgba(32, 32, 32, 0.70);
}
.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(22, 22, 22, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #202020;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #E42313;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(228, 35, 19, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(228, 35, 19, 0.2);
    max-width: 93%;
}
.popup-cross {
    background: transparent;
    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 #E42313;
}
.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: 35px;
}
.tab-popup-area h3 {
    margin-bottom: 12px;
}
.tab-popup-area p {
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h4 {
    margin-bottom: 20px;
    color: #fff;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
    color: #fff;
    padding: 6px 0;
}
.tab-popup-content li::after{
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(247, 240, 236, 0.70);
}
.show-popup{
    display: none;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 2px;
    left: 7px;
    background-image: url(../images/tab_arrow.svg);
    width: 8px;
    height: 14px;
    background-size: 8px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li:hover::after,
.tab-btn .tabs li.active::after {
    filter: brightness(0) saturate(100%) invert(14%) sepia(77%) saturate(5112%) hue-rotate(359deg) brightness(104%) contrast(88%);
    transform: rotate(90deg);
}
.tab-btn .tabs li::before {
	content: "";
	height: 2px;
	background-color: #E42313;
	width: 100%;
    position: absolute;
	bottom: -28px;
	left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li:hover::before,
.tab-btn .tabs li.active::before {
    opacity: 1;
}
.tab-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.tab-left-part {
    border-radius: 5px;
    border: 1px solid rgba(47, 55, 51, 0.10);
    background-color: #2F3733;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 8px 8px 0;
    margin-top: 80px;
}
.dtl-tab-sec .col-lg-9 {
    width: 70%;
}
.dtl-tab-sec .col-lg-3 {
    width: 30%;
}
.tab-contact-info {
    overflow: hidden;
    padding: 8px 10px 0;
    border-radius: 5px;
    border: 1px solid rgba(32, 32, 32, 0.10);
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.tab-contact-top {
    padding: 14px 20px;
    display: flex;
    column-gap: 24px;
    overflow: hidden;
    align-items: center;
    border-radius: 5px;
    background-color: #F3F3F3;
}
.tab-contact-img {
    min-width: 64px;
    height: 64px;
    width: 64px;
}
.tab-contact-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}
.tab-contact-title p {
    font-size: 1.4rem;
    line-height: 22px;
    font-family: 'Inter-Regular';
    margin-bottom: 0;
}
.tab-contact-title p a {
    color: rgba(32, 32, 32, 0.70);
}
.tab-contact-title p a:hover {
    color: #E42313;
}
.tab-contact-btm li {
    padding-left: 0;
}
.tab-contact-btm li::after {
    display: none;
}
.tab-contact-title h4 {
    font-family: 'Inter-SemiBold';
}
.tab-contact-btm ul {
    margin-bottom: 0;
    padding-left: 0;
}
.tab-contact-btm li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}
.tab-contact-btm li:last-child {
    margin-bottom: 0;
}
.tab-contact-btm img {
    width: 14px;
    height: 14px;
    margin-right: 11px;
}
.share-img img {
    width: 17px;
    height: 17px;
    margin-right: 0;
}
.tab-contact-btm {
    padding: 21px 19px 19px;
    padding-right: 10px;
}
.tab-contact-btm p {
    font-family: 'Inter-SemiBold';
    color: #202020;
    margin-bottom: 0;
}
.tab-contact-btm a {
    font-family: 'Inter-Regular';
    color: #202020;
    margin-left: 9px;
}
.tab-contact-btm a:hover {
    color: #E42313;
}
/****dtl-btm-sec****/
.dtl-btm-sec {
    position: relative;
    padding: 120px 0;
}
.dtl-btm-area {
    position: relative;
    z-index: 1;
}
.dtl-btm-title {
    margin-bottom: 91px;
}
.dtl-btm-slider .common-arrow {
    top: -22%;
}
.dtl-btm-slider .swiper-button-prev {
    left: auto;
    right: 95px;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}

/* *********STYLE FOR DEVELOPER START **************/

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

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

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

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

/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #E42313;
    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;
}
.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(#E42313 calc(1*100%/6),#ffffff 0 calc(3*100%/6),#E42313 0),
              linear-gradient(#E42313 calc(2*100%/6),#ffffff 0 calc(4*100%/6),#E42313 0),
              linear-gradient(#E42313 calc(3*100%/6),#ffffff 0 calc(5*100%/6),#E42313 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: #FB441E;
  }


.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: 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;
    }
}
/* Whats app Lab CSS End */

.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 17px auto 0;
    border-radius: 10px;
}
.calsty
{ 
    border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}
@media (max-width: 679.98px) 
{
.calsty{ height: 1900px;}
}
.lfCQiA {
    display: none;
}
.privacy-wrap {
    padding: 130px 0 80px;
    border-radius: 36px;
    background-color: #202020;
    margin-bottom: 16px;
}
.privacy-wrap h2 {
    color: #fff;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: #E42313 !important;
}
.voorraadwekker_widget_section .voorraadwekker_widget_container {
    padding: 0 !important;
}
.voorraadwekker_widget_section {
    margin-top: 40px !important;
}
.form-height-add {
    margin-bottom: 20px;
}
.elfsight-app-6de0e87d-afdc-4a9b-90d0-e4471ebe21ad {
    padding: 20px;
    border-radius: 15px;
}
.eeMdww {
    background-color: #E42313 !important;
}
.footer-bovag img {
    width: 120px;
}
.footer-left {
    display: flex;
    align-items: center;
    column-gap: 25%;
}
.footer-klant iframe {
    width: 220px;
    height: 70px;
}
.footer-klant {
    margin-right: 20px;
}
.floating-klant {
    position: fixed;
    bottom: 40%;
    right: 0;
    z-index: 97;
}
.review-sec .container .elfsight-app-6de0e87d-afdc-4a9b-90d0-e4471ebe21ad{
	padding:0;
}
.footer-groen img{
    width: 180px;
    height: 70px;
}
.footer-groen{
    margin-right: 20px;
    margin-bottom: 7px;
}
.afleverpakketten-description h3{
    color: #202020;
    padding-bottom: 25px;
}
.common-btn.aanbod-wp {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(37, 211, 102);
    border-image: initial;
}
.common-btn.aanbod-wp:hover{
    background: rgb(37, 211, 102);
    border-color: rgb(37, 211, 102);
}
.aanbod-car-dtls-btn li .common-btn.aanbod-wp:hover {
    border-color: rgb(37, 211, 102);
}
.common-btn.aanbod-wp:hover strong{
    color: #fff;
}
.common-btn.aanbod-wp:hover strong img{
    filter: brightness(0) invert(1);
}
.common-btn.aanbod-wp strong{
    color: rgb(37, 211, 102);
    font-weight: normal;
}
.common-btn.aanbod-wp strong {
    display: flex;
    gap: 5px;
}
.common-btn.aanbod-wp::before{
    display: none;
}