body {
	padding: 0px;
	margin: 0px;
    color: #fff !important;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'Roboto-Regular' !important;
    font-size: 1.6rem !important;
    min-height: 100% !important;
    background-color: #090909 !important;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p {
    margin-bottom: 10px;
}
/****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;
}
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	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;
    position: relative;
}
.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(9, 9, 9, 0.10);
}
.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;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.1);
	border: 0 solid rgba(255, 255, 255, 0.07);
    filter: drop-shadow(0 10.433px 52.166px rgba(91, 182, 231, 0.40));
    backdrop-filter: blur(10.4px);
	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: #fff;
	line-height: 24px;
	font-size: 1.6rem;
    letter-spacing: 0.8px;
	opacity: 0;
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
}
.custom-cursor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    border: 1px solid transparent;
    background: linear-gradient(180deg, #06a85d 0%, rgba(255, 255, 255, 0.2) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.custom-cursor .cursor-text {
	display: none;
}
.custom-cursor em {
	font-style: normal;
}
.cursor-hover {
	width: 134px;
	height: 134px;
	border-width: 1px;
}
/*****header-area*****/
.header-area {
    padding: 29px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 204px;
}
.header-right {
    display: flex;
    justify-content: end;
    gap: 6px;
}
.header-btn .common-btn {
    border-radius: 100px;
}
.header-mid {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 24px 4px 8px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.10);
    display: flex;
    align-items: center;
    gap: 26px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.header-nav > ul > li {
    padding-left: 0;
    letter-spacing: 0.8px;
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    padding: 10px 16px;
    border-radius: 100px;
    display: inline-block;
}
.header-nav > ul > li > a:hover {
    background-color: #06a85d;
    color: #fff;
}
.header-active .james-btn:hover {
    border-color: #06a85d;
}
/******menu-btn******/
.menu-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    letter-spacing: 0.8px;
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
    color: #fff;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    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: 3px 0 3px auto;
    width: 20px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: #fff;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 16px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 24px 4px 8px;
    border-radius: 100px;
    background-color: #222;
    box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 10px;
    min-width: 170px;
    margin-top: 9px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-x: clip;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 11px;
	top: 19px;
    filter: brightness(0) invert(1);
	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;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.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: #06a85d;
}
.header-nav > ul > .parent-dropdown > a {
    padding-right: 30px;
    position: relative;
}
.header-nav .parent-dropdown > a::after {
    content: "";
    height: 40px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.header-active {
    background-color: #222;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(34, 34, 34, 0.9);
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu-wrap::-webkit-scrollbar {
    background-color: #0f0f0f;
    width: 10px;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #2c2c2c;
}
.side-menu-wrap > .row {
    height: 100%;
}
.side-menu-wrap > .row > .container > .row {
    height: 100%;
    margin: 0 -8%;
}
.side-menu-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-nav > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 3.2rem;
    display: block;
    letter-spacing: 0.64px;
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'Roboto-Regular';
    margin-bottom: 20px;
}
.side-menu-nav > ul > li::after {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: #fff;
    display: block;
    padding-bottom: 0;
}
.side-menu-nav > ul > li > a:hover {
    color: #06a85d;
}
.side-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3)
}
.side-menu-nav .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu-nav .parent-dropdown ul li {
    text-align: left;
    font-size: 2rem;
}
.side-menu-nav .parent-dropdown img {
    top: 23px;
    width: 20px;
}
.side-menu-nav {
    margin: 60px 0 40px;
}
.side-menu-left {
    padding: 40px;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}
.side-menu-left::after {
    content: "";
    height: 100%;
    width: 100vw;
    right: 0;
    top: 0;
    position: absolute;
    background-color: #222;
    z-index: -1;
}
.side-menu-left .footer-info {
    max-width: 100%;
}
.side-menu-left .footer-info::after {
    background: linear-gradient(00deg, #212121 0%, #1e1e1e 100%);
}
.side-menu-left .each-footer-info h4 {
    color: rgba(255, 255, 255, 0.5);
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
}
.menu-logo img {
    width: 169px;
}
.side-menu-close {
    border-radius: 75px;
    background-color: #fff;
    width: 40px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.side-menu-close img {
    width: 11px;
}
.side-menu-img {
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}
.side-menu-img-frame {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 25px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
.side-menu-img img {
    border-radius: 10px;
}
.side-menu-left .footer-info::before {
    content: "";
    height: 59%;
    width: 63%;
    bottom: 100%;
    position: absolute;
    right: -40px;
    background-image: url(../images/menu-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    filter: blur(3px);
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	right: 50px;
	z-index: 97;
	height: 63px;
	width: 63px;
	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;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 95px;
    z-index: 1;
    width: 100%;
}
.banner-content p {
    margin: 30px 0 85px;
}
.banner-content .common-btn {
    margin: 5px;
}
.banner-content-wrap {
    max-width: 609px;
    width: 100%;
    margin-left: auto;
}
/****product-sec****/
.product-sec {
    padding: 72px 0 98px;
    position: relative;
    background-color: rgba(122, 122, 122, 0.05);
    border-top: 1px solid rgb(122, 122, 122, 0.5);
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.sec-mark {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.product-heading {
    max-width: 450px;
    width: 100%;
    margin: 0 auto 70px;
}
.product-heading p {
    margin: 10px 0 0;
}
.product-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(122, 122, 122, 0.05);
}
.product-img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.product-img img {
    border-radius: 10px;
}
.each-product-text {
    border-radius: 10px;
    background-color: #222;
    padding: 14px;
    border-radius: 10px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text table {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    margin: 8px 0 17px;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.each-product-text td {
    color: #fff;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 1.2rem;
    line-height: 22px;
    letter-spacing: 0.24px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.each-product-text td:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.each-product-text td strong {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    font-weight: normal;
    text-transform: uppercase;
}
.each-product-text p {
    margin: 3px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text h4 {
    font-size: 2rem;
    line-height: 24px;
    letter-spacing: 0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.each-product-text h5 strong {
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
}
.each-product:hover .each-product-text {
    background-color: #06a85d;
}
.product-slider {
    position: relative;
}
.product-slider .swiper-button-next {
    right: -20px;
}
.product-slider .swiper-button-prev {
    left: -20px;
}
.product-slider .common-arrow {
    top: 40%;
}
.product-slider .swiper {
    border-radius: 10px;
}
.product-control {
    position: relative;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-control .swiper-button-next {
    right: 0;
    position: initial;
    margin: 0;
}
.product-control .swiper-button-prev {
    left: 0;
    position: initial;
    margin: 0;
}
.product-control .common-arrow {
    border-color: #06a85d;
}
.product-control .common-arrow img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(74%) saturate(2582%) hue-rotate(130deg) brightness(92%) contrast(100%);
}
.product-control .common-arrow:hover img {
    filter: none;
}
.product-btm-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.product-progress {
    position: absolute;
    width: 95px;
    height: 95px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.10);
    filter: drop-shadow(0 7.445px 37.226px rgba(91, 182, 231, 0.40));
    backdrop-filter: blur(7.445px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #fff;
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
    font-size: 1.1rem;
    letter-spacing: 0.571px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    position: absolute;
}
.progress-ring {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
}
.progress-ring svg {
    width: 100%;
    height: 100%;
}
.progress-ring-circle {
    fill: none;
    stroke: #00FF94;
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
/*****service-sec*****/
.service-sec {
    padding: 74px 0 94px;
    position: relative;
}
.service-sec::after {
    content: "";
    height: 258px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #0F0F0F 0%, rgba(9, 9, 9, 0.00) 100%);
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 65px;
}
.service-heading p {
    max-width: 493px;
    width: 100%;
    margin-left: auto;
}
.each-service {
    position: relative;
    margin-bottom: 20px;
}
.each-service:last-child {
    margin-bottom: 0;
}
.each-service:nth-child(even) .row {
    flex-direction: row-reverse;
}
.each-service .col-lg-8 {
    width: 60%;
    padding: 0 10px;
}
.each-service .col-lg-4 {
    width: 40%;
    padding: 0 10px;
}
.each-service .row {
    margin: 0 -10px;
}
.each-service-img-slide {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 15px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.each-service-img-slide .swiper {
    border-radius: 10px;
}
.home-werkplaats-img-slide {
    border-radius: 10px;
}
.each-service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 438px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px;
}
.each-service-text-slide {
    height: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    position: relative;
}
.each-service-text-slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	border: 1px solid transparent;
	background: linear-gradient(200deg,#06a85d 0%,rgba(0, 167, 97, 0.2) 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}
.each-service-text-slide-wrap {
    width: 100%;
}
.home-service-control {
    position: relative;
    display: flex;
    gap: 10px;
    max-width: 83px;
    width: 100%;
    margin-top: 20px;
}
.home-service-control .common-arrow {
    position: initial;
    margin: 0;
    height: 36px;
    width: 36px;
}
.each-service-text {
    margin-bottom: 30px;
}
.each-service-text P {
    margin: 13px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******usp-marquee-sec*******/
.usp-marquee-sec {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 22px 0;
	background-color: #06a85d;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
	gap: 123px;
}
.usp-marquee-wrap ul {
	display: flex;
	gap: 123px; 
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
	color: #fff;
	font-size: 1.8rem;
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'Roboto-Regular';
	padding-left: 32px;
	position: relative;
}
.usp-marquee-wrap li::after {
    height: 21px;
    width: 21px;
    top: 50%;
    /* top: 4px; */
    transform: translateY(-50%);
    background-size: 21px;
}
/*****benefit-sec****/
.benefit-sec {
    padding: 87px 0 115px;
    background-color: #F5F5F5;
    position: relative;
}
.benefit-wrap {
    border-radius: 20px;
    border: 2px solid #fff;
    background: linear-gradient(61deg, rgba(0, 167, 97, 0.10) -3.45%, rgba(255, 255, 255, 0.20) 46.02%, #FFF 82.39%);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
    padding: 12px 12px 12px 60px;
    position: relative;
}
.benefit-wrap .row {
    position: relative;
    z-index: 1;
}
.benefit-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    pointer-events: none;
}
.benefit-bg img {
    height: 100%;
    object-fit: cover;
}
.benefit-heading img {
    width: 123px;
    margin-bottom: 40px;
}
.benefit-heading h2 {
    color: #1A2D37;
}
.benefit-heading p {
    color: rgba(26, 45, 55, 0.8);
    margin: 23px 0 40px;
    max-width: 437px;
    width: 100%;
}
.benefit-main {
    max-width: 788px;
    width: 100%;
    margin-left: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.benefit-main table {
    width: 100%;
}
.benefit-main tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.benefit-main td {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 35px;
    min-height: 149px;
}
.benefit-main table td:nth-child(4n+2),
.benefit-main table td:nth-child(4n+3) {
    background-color: #CCEDDF;
}
.benefit-main td p {
    margin-bottom: 0;
    color: rgba(16, 24, 36, 0.7);
}
.benefit-sec .container {
    position: relative;
    z-index: 1;
}
.mob-benefit-bg {
    display: none;
}
/****about-sec*****/
.about-sec {
    background-color: #F5F5F5;
    position: relative;
    padding: 5px 0;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-heading {
    margin-bottom: 73px;
}
.about-heading-right {
    max-width: 545px;
    width: 100%;
    margin-left: auto;
}
.about-heading h2 {
    color: #090909;
}
.about-heading p {
    color: #090909;
    margin-bottom: 27px;
}
.about-main .col-lg-4 {
    padding: 0 11px;
}
.about-main .row {
    margin: 0 -11px;
}
.about-usp {
    border-radius: 20px;
    background-color: #06a85d;
    padding: 31px;
    overflow: hidden;
    height: 100%;
}
.about-usp h3 {
    margin: 21px 0 15px;
    color: #fff;
}
.about-usp-slider {
    position: relative;
}
.about-usp-slider .swiper-pagination {
    position: initial;
    text-align: left;
}
.about-usp-slider .swiper-pagination-bullet {
    width: 6px;
    height: 8px;
    border-radius: 83px;
    background-color: #fff;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-usp-slider .swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 123px;
}
.about-usp-control {
    display: inline-flex;
    gap: 0 5px;
    align-items: center;
    position: relative;
}
.about-usp-control .common-arrow {
    height: auto;
    width: auto;
    border: 0;
    border-radius: 0;
    position: initial;
    margin: 0;
    display: block;
}
.about-usp-control .common-arrow img {
    width: 7px;
}
.about-usp-control .swiper-button-disabled {
    display: none;
}
.about-company {
    border-radius: 20px;
    background-color: #fff;
    padding: 31px;
    overflow: hidden;
    height: 100%;
}
.about-company h3 {
    color: #090909;
}
.about-company p {
    color: #090909;
    margin: 10px 0 67px;
}
.counter ul {
    margin-bottom: 0;
}
.counter li {
    color: #090909;
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'Roboto-Regular';
    font-size: 2.2rem;
    line-height: 21px; 
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 0;
    margin-bottom: 20px;
    justify-content: space-between;
}
.counter li::after {
    background-image: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px dashed #06a85d;
    height: 1px;
    width: 90%;
}
.counter li em {
    font-style: normal;
    padding-right: 16px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.counter li strong {
    font-weight: normal;
    color: #06a85d;
    padding-left: 16px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.counter li:last-child {
    margin-bottom: 0;
}
.about-ceo {
    height: 100%;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.about-ceo img {
    height: 100%;
    object-fit: cover;
}
.ceo-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 12px 34px;
    width: 100%;
    max-width: 257px;
    text-align: center;
}
.about-ceo .glass-filter {
    backdrop-filter: blur(10px);
    border-radius: 60px;
    overflow: hidden;
}
.about-ceo .glass-element {
    border-radius: 60px;
}
.about-ceo .glass-specular {
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.3);
}
.about-sec .sec-mark {
    bottom: -18%;
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
}
.about-sec .sec-mark img {
    height: 100%;
    object-fit: cover;
}
/*****review-sec****/
.review-sec {
    padding: 22px 0 106px;
    background-color: #F5F5F5;
}
.review-sec .container {
    position: relative;
    z-index: 1;
}
.review-sec .ggpcco {
    display: none;
}
/******footer-area*****/
.footer-area {
    border-radius: 20px;
    overflow: hidden;
    margin-top: -20px;
    background-color: #090909;
    padding: 50px 0 32px;
}
.each-footer-gallery {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.each-footer-gallery > img {
    height: 100%;
    object-fit: cover;
}
.each-footer-gallery-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gallery-text img {
    width: 25px;
    margin-bottom: 15px;
}
.each-footer-gallery .glass-filter {
    backdrop-filter: blur(10px);
}
.each-footer-gallery .glass-specular {
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 5px rgba(255, 255, 255, 0.2);
}
.each-footer-gallery:hover .each-footer-gallery-text {
    transform: translate(-50%, -50%) scale(1);
}
.footer-top-desc {
    max-width: 582px;
    width: 100%;
    margin-left: auto;
}
.footer-top-desc p {
    margin-bottom: 50px;
}
.footer-top-desc .common-btn {
    margin: 10px;
}
.footer-top {
    padding-bottom: 52px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 37px;
}
.footer-mid {
    margin: 37px 0;
}
.footer-logo img {
    width: 536px;
}
.footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    column-gap: 10px;
    padding: 44px;
    max-width: 562px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.footer-info::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(00deg, rgb(14 14 14) 0%, rgb(4 4 4) 100%);
    border-radius: 20px;
}
.each-footer-info {
    width: 48%;
    position: relative;
    z-index: 1;
}
.each-footer-info h4 {
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
}
.each-footer-info p {
    margin-bottom: 0;
}
.each-footer-info p a:hover {
    color: #06a85d;
}
.each-footer-info td {
    display: inline-block;
}
.each-footer-info td:first-child {
    padding-right: 5px;
}
.footer-partner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: wrap;
}
.footer-partner li {
    padding: 0;
}
.footer-partner li::after {
    display: none;
}
.footer-partner .footer-klanten,
.footer-partner .footer-klanten iframe {
    width: 160px;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.5);
}
.footer-privacy p a:hover {
    color: #fff;
}
/*===========================bedankt page start==============================*/
.bedankt-sec h1 {
    margin-bottom: 78px;
}
/*===========================popup start===============================*/
.modal-area .modal-dialog {
    max-width: 1120px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(34, 34, 34, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-content-wrap {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}
.modal-content .col-lg-5 {
    width: 38%;
}
.modal-content .col-lg-7 {
    width: 62%;
}
.modal-area .popup-content p {
	margin: 15px 0 26px;
    color: #121212;
}
.modal-area .popup-content {
    padding: 80px;
    background-color: #fff;
    position: relative;
}
.modal-area .popup-content img {
    width: 148px;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 58%;
    filter: blur(2px);
}
.pop-up-image {
	height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
	z-index: 3;
}
.close-img img {
	width: 14px;
}
/* =============================== diensten-list ================================ */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    bottom: 11%;
    left: 0;
    width: 100%;
    text-align: end;
}
.each-inner-banner {
    height: 500px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
    position: relative;
    padding: 55px 0 118px;
    overflow: hidden;
}
.diens-list-sec::after {
    content: "";
    height: 6%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #090909 0%, rgba(9, 9, 9, 0.00) 100%);
}
.diens-list-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(9, 9, 9, 0.05);
}
.diens-list-wrap {
    position: relative;
    z-index: 1;
}
.diens-list-title {
    margin-bottom: 98px;
}
.diens-list-title h2 {
    width: 100%;
    max-width: 547px;
}
.diens-list-title p {
    margin-bottom: 0;
    width: 100%;
    max-width: 493px;
    margin-left: auto;
}
.each-diens-service {
    margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-list-area a:last-child .each-diens-service {
    margin-bottom: 0;
}
.each-diens-service .row {
    margin: 0 -10px;
}
.each-diens-service .col-lg-8 {
    width: 60%;
    padding: 0 10px;
}
.each-diens-service .col-lg-4 {
    width: 40%;
    padding: 0 10px;
}
.diens-service-img-wrap {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 15px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.diens-service-img {
    height: 379px;
    border-radius: 10px;
    overflow: hidden;
}
.diens-service-img img {
    height: 100%;
    object-fit: cover;
}
.diens-service-txt-wrap {
    height: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 29px 45px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-txt-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(235deg, #06a85d 0%, rgba(0, 167, 97, 0.2) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-txt h4,
.diens-service-txt p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-service-txt h4 {
    margin-bottom: 7px;
}
.diens-service-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.each-diens-service:hover .diens-service-txt-wrap {
    border: 0;
}
.each-diens-service:hover .diens-service-txt-wrap::before {
    opacity: 1;
}
.each-diens-service:hover .diens-service-txt-wrap .common-btn {
    color: #fff;
    border-color: #06a85d;
}
.each-diens-service:hover .diens-service-txt-wrap .common-btn:before {
    transform: translateY(-50%) scale(70);
    border-color: #06a85d;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.each-diens-service:hover .diens-service-txt-wrap .common-btn::after {
    background-size: 9px;
}
/* =============================== diensten-dtl ================================ */
/****inner-header****/
.inner-header {
    background-color: #222;
}
/****back-btn****/
.back-btn {
    padding: 210px 0 88px;
    position: relative;
}
.back-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(122, 122, 122, 0.05);
}
.back-btn .common-btn {
    padding-left: 37px;
    padding-right: 18px;
}
.back-btn .common-btn:after {
    transform: rotate(180deg);
}
.back-btn .common-btn:after,
.back-btn .common-btn:before {
    right: auto;
    left: 18px;
}
/****diens-top-sec****/
.diens-top-sec {
    position: relative;
    padding-bottom: 244px;
}
.diens-top-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 46%);
    background: linear-gradient(180deg, #0F0F0F 0%, rgba(9, 9, 9, 0.00) 100%);
}
.diens-top-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 69%);
    background: linear-gradient(180deg, rgba(9, 9, 9, 0.00) 0%, #090909 100%);
}
.diens-top-area {
    position: relative;
    z-index: 1;
}
.diens-top-area .row {
    margin: 0 -10px;
}
.diens-top-area .col-lg-7 {
    width: 52%;
    padding: 0 10px;
}
.diens-top-area .col-lg-5 {
    width: 48%;
    padding: 0 10px;
}
.diens-top-img-wrap {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 18px 12px;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
}
.diens-top-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.diens-top-img img {
    height: 100%;
    object-fit: cover;
}
.diens-top-txt-wrap {
    height: 100%;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0;
    position: relative;
}
.diens-top-txt-wrap .glass-content {
    padding: 40px;
    height: 100%;
    backdrop-filter: blur(5px);
}
.diens-top-txt-wrap .glass-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 1px solid transparent;
    background: linear-gradient(120deg, #06a85d 0%, rgba(0, 167, 97, 0.2) 100%) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
.glass-specular {
    box-shadow: none;
}
.diens-top-txt {
    position: relative;
}
.diens-top-txt h2 {
    margin-bottom: 18px;
}
.diens-top-txt p {
    max-width: 594px;
    width: 100%;
}
.diens-top-txt ul {
    margin-bottom: 36px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    position: relative;
    margin-top: -18px;
    padding-bottom: 77px;
}
.diens-mid-mark {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
}
.diens-mid-mark img {
    width: 100%;
}
.diens-mid-area {
    position: relative;
    z-index: 1;
}
.diens-mid-area .row {
    margin: 0 -11px;
}
.diens-mid-area .col-lg-5 {
    width: 49%;
    padding: 0 11px;
}
.diens-mid-area .col-lg-7 {
    width: 51%;
    padding: 0 11px;
}
.diens-mid-left-area {
    background-color: #222;
    border-radius: 20px;
    padding: 18px 41px;
    height: 100%;
}
.diens-mid-right-area {
    height: 100%;
    background-color: #06a85d;
    border-radius: 20px;
    padding: 63px;
}
.each-diens-mid-tab {
    background-color: #222;
    padding: 25px 33px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-mid-tab .swiper-wrapper {
    display: flex;
    flex-direction: column;
}
.diens-mid-tab .swiper-slide {
    width: 100% !important;
}
.diens-mid-tab-txt,
.diens-mid-tab-txt .swiper {
    height: 100%;
}
.each-diens-mid-tab h4 {
    line-height: 21px;
    margin-bottom: 8px;
}
.each-diens-mid-tab p {
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-tab-txt-thumbs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.each-diens-tab-txt-thumbs h4 {
    margin-bottom: 24px;
    padding-top: 68px;
    position: relative;
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 3.2rem;
    letter-spacing: 0.64px;
}
.each-diens-tab-txt-thumbs h4::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 37px;
    background-image: url(../images/diens-mid-icon.svg);
    background-size: 50px;
    background-repeat: no-repeat;
}
.each-diens-tab-txt-thumbs p {
    margin-bottom: 0;
}
.diens-mid-tab .swiper-slide.active .each-diens-mid-tab {
    background-color: rgba(122, 122, 122, 0.05);
}
/****form-sec****/
.form-sec {
    position: relative;
    padding: 106px 0 97px;
}
.form-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 74%);
    background: linear-gradient(180deg, #090909 -3.38%, rgba(9, 9, 9, 0.00) 100%);
}
.form-title h4 {
    line-height: 21px;
    color: #06a85d;
    margin-bottom: 30px;
}
.form-title h2 {
    color: #FFF;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 6.4rem;
    letter-spacing: 1.28px;
    width: 100%;
    max-width: 541px;
}
.form-area {
    position: relative;
    z-index: 1;
}
.form-main-area {
    max-width: 708px;
    width: 100%;
    margin-top: 80px;
}
.form-sec .form-group {
    position: relative;
    margin-bottom: 46px;
}
.form-sec .form-styl {
    background: transparent;
    font-size: 2.2rem;
    line-height: 21px;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
    color: #FFF; 
    border: none;
    padding: 0;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-radius: 0;
    resize: none;
} 
.form-sec .form-styl:focus {
    outline: none;
    box-shadow: none;
    font-size: 2.2rem;
    line-height: 21px;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
    color: #FFF;
    border-color: #fff;
} 
.form-sec textarea.form-styl {
    height: 42px;
}
.form-sec .form-styl.photo_upload, 
.form-sec .form-styl.foto_upload {
    color: #fff;
    font-size: 2.2rem;
    line-height: 21px;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
}
.form-sec .form-label {
    color: #FFFFFF;
    position: absolute;
    top: 29%;
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    line-height: normal;
    pointer-events: none;
    font-size: 2.2rem;
    line-height: 21px;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
}
.form-sec .focus-input .form-label{
    top: -12px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'Roboto-Regular';
}
.form-btn {
    margin-top: 41px;
}  
.form-contact-info {
    padding-top: 33%;
    max-width: 245px;
    width: 100%;
    margin-left: auto;
    position: relative;
}
.form-contact-info-area {
    position: relative;
    z-index: 1;
}
.form-contact-info {
    background-image: none !important;
}
.form-contact-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    clip-path: polygon(0 0, 0 33%, 100% 0);
	background-color: #2F4F4F;
    display: none;
}
.each-form-info {
    margin-bottom: 45px;
}
.form-contact-info h4 {
    margin-bottom: 12px;
    line-height: 21px;
}
.each-form-info p {
    color: #fff;
    line-height: normal;
    margin-bottom: 3px;
}
.each-form-info a {
    color: #fff;
}
.each-form-info a:hover {
    color: #06a85d;
}
.each-form-info table {
    margin-bottom: 4px;
}
.each-form-info tr {
    display: flex;
}
.each-form-info td {
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #06a85d;
}
.each-form-info td:first-child {
    padding-right: 5px;
    color: #fff;
}
.form-left {
    padding-right: 50px;
}
.form-sec  .form-main-area .error_cls,
.form-sec  .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/****diens-btm-sec****/
.diens-btm-sec {
    background-color: #F5F5F5;
    padding: 74px 0 87px;
    position: relative;
    overflow: hidden;
}
.diens-btm-mark {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    width: 32%;
    height: 28%;
}
.diens-btm-mark img {
    width: 100%;
}
.diens-btm-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.05);
}
.diens-btm-area {
    position: relative;
    z-index: 1;
}
.diens-btm-title {
    margin-bottom: 58px;
}
.diens-btm-title h2 {
    color: #090909;
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
}
.diens-btm-sec .each-diens-service .diens-service-txt h4 { 
    color: #090909; 
}
.diens-btm-sec .each-diens-service .diens-service-txt p {
    color: #222; 
}
.diens-btm-sec .diens-service-img-wrap,
.diens-btm-sec .diens-service-txt-wrap {
    background-color: rgba(9, 9, 9, 0.05);
}
.diens-btm-sec .diens-service-txt-wrap::before {
    background: linear-gradient(235deg, rgba(34, 34, 34, 0.3) 0%, rgba(34, 34, 34, 0.05) 100%) border-box;
    opacity: 1;
}
.diens-btm-sec .each-diens-service:hover .diens-service-txt-wrap::before {
    background: linear-gradient(235deg, #06a85d 0%, rgba(0, 167, 97, 0) 100%) border-box;
}
.diens-btm-sec .common-arrow {
    border-color: #090909;
}
.diens-btm-sec .common-arrow img {
    filter: brightness(100) invert(1);
}
.diens-btm-sec .common-arrow:hover {
    border-color: #06a85d;
}
.diens-btm-sec .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.diens-btm-sec .swiper-button-prev {
    left: -1%;
}
.diens-btm-sec .swiper-button-next {
    right: -1%;
}
/* =============================== vacature-dtl ================================ */
.vacature-mid-block table,
.vacature-mid-block tbody {
    width: 100%;
}
.vacature-mid-block tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 6px;
    row-gap: 15px;
}
.vacature-mid-block td {
    background-color: #222222;
    border-radius: 20px;
    padding: 34px 56px 34px 63px;
    width: 49%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.vacature-mid-block td:hover {
    background-color: #06a85d;
}
.vacature-mid-block td h3 {
    position: relative;
    padding-top: 70px;
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
    margin-bottom: 20px;
}
.vacature-mid-block td h3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 37px;
    background-image: url(../images/diens-mid-icon.svg);
    background-size: 50px;
    background-repeat: no-repeat;
}
.vacature-mid-block td ul {
    margin-bottom: 0;
}
.vacature-mid-block td li {
    margin-bottom: 7px;
}
/* =============================== werkplaats-dtl ================================ */
.werkplaats-iframe-sec{
    background-color: #fff;
}
/* =============================== contact ================================ */
/****contact-form-sec****/
.contact-form-sec {
    padding: 76px 0 211px;
}
.contact-btm-mark {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
}
.form-title h2 {
    max-width: 653px;
}
.contact-form-sec .form-contact-info h4,
.contact-form-sec .form-title h4 {
    /* font-family: 'Poppins-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
}
/****map-sec****/
.map {
    height: 500px;
}
/* =============================== over-ons ================================ */
/****over-ons-about-sec****/
.over-ons-about-sec {
    background-color: #090909;
    padding: 135px 0 173px;
}
.about-sec.over-ons-about-sec .sec-mark {
    bottom: 0;
    height: 71%;
}
.over-ons-about-sec .about-heading h2 {
    color: #fff;
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
}
.over-ons-about-sec .about-heading-right {
    max-width: 658px;
}
.over-ons-about-sec .about-heading p {
    color: #FFF;
}
.over-ons-about-sec .about-usp h3 { 
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
}
.over-ons-about-sec .about-company {
    background-color: #222;
}
.over-ons-about-sec .about-company h3 {
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
    color: #fff;
}
.over-ons-about-sec .about-company p {
    color: #fff;
}
.over-ons-about-sec .counter li em {
    background-color: #222;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
    color: #fff;
}
.over-ons-about-sec .counter li::after {
    border-color: #fff;
}
.over-ons-about-sec .counter li strong {
    background-color: #222;
}
/****over-ons-gal-sec****/
.over-ons-gal-sec {
    position: relative;
    padding-bottom: 21px;
}
.over-ons-gal-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 48%);
    background: linear-gradient(180deg, #090909 -3.38%, rgba(9, 9, 9, 0.00) 100%);
    z-index: 1;
}
.over-ons-gal-wrap {
    overflow: hidden;
}
.over-ons-gal-slider {
    margin: 0 -4%;
}
.each-gal-slider-img {
    border-radius: 10px;
    overflow: hidden;
    height: 299px;
}
.each-gal-slider-img,
.each-gal-slider-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-slider-img img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-gal-slider-img:hover img {
    transform: scale(1.1);
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    background-color: #F5F5F5;
    padding: 68px 0;
    position: relative;
}
.over-ons-team-title {
    margin-bottom: 75px;
}
.over-ons-team-title h2 {
    color: #090909;
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
}
.each-team-slider-img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-team-slider .swiper-button-next {
    right: -1.5%;
}
.over-ons-team-slider .swiper-button-prev {
    left: -1.5%;
}
.over-ons-team-slider .common-arrow {
    border-color: #06a85d;
}
.over-ons-team-slider .common-arrow img {
    filter: brightness(0) saturate(100%) invert(35%) sepia(99%) saturate(1134%) hue-rotate(129deg) brightness(97%) contrast(101%);
}
.over-ons-team-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.each-team-slider {
    height: 459px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slider img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.member-name {
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    padding: 12px 34px;
    width: 100%;
    max-width: 257px;
    text-align: center;
}
.member-name h4 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-team-slider .glass-filter {
    backdrop-filter: blur(10px);
    border-radius: 60px;
    overflow: hidden;
}
.each-team-slider .glass-element {
    border-radius: 60px;
}
.each-team-slider .glass-specular {
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 5px rgba(255, 255, 255, 0.3);
}
.each-team-slider:hover .member-name h4 {
    color: #06a85d;
}
/****over-ons-benefit-sec****/
.benefit-sec.over-ons-benefit-sec {
    padding-top: 0;
    padding-bottom: 76px;
    overflow: hidden;
}
.over-benefit-mark {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    height: 67%;
}
.over-benefit-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.05);
}
.benefit-wrap-wrapper {
    background-color: #F5F5F5;
    border-top: 1px solid rgba(15, 16, 19, 0.20);
    padding-top: 66px;
}
.over-ons-benefit-sec .benefit-heading h2 {
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 4.2rem;
    width: 100%;
    max-width: 494px;
}
.over-ons-benefit-sec .benefit-part {
    border-top: 1px solid rgba(15, 16, 19, 0.20);
    background-color: #F5F5F5;
}
.over-ons-benefit-sec .benefit-wrap {
    margin-top: 66px;
}
/* =============================== james-voordelen ================================ */
/****james-voordelen-top-sec****/
.james-voordelen-top-sec {
    padding: 96px 0 134px;
    position: relative;
    overflow: hidden;
}
.james-voordelen-top-mark {
    top: -2%;
    right: auto;
    left: 0;
}
.james-voordelen-btm-mark {
    top: auto;
    bottom: 0;
    width: 20%;
}
.james-voordelen-btm-mark img {
    width: 100%;
}
.james-voordelen-btm-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(9, 9, 9, 0.1);
}
.james-voordelen-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.james-voordelen-top-wrap {
    max-width: 79%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.james-voordelen-top-img {
    padding-right: 11%;
}
.james-voodelen-top-info {
    padding-left: 6px;
}
.james-voodelen-top-info .common-btn {
    background-color: transparent;
    border-color: #06a85d;
    color: #06a85d;
    margin-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 100px;
}
.james-voodelen-top-info .common-btn:hover {
    background-color: #06a85d;
    color: #fff;
}
.james-voodelen-top-info .common-btn::after,
.james-voodelen-top-info .common-btn::before {
    display: none;
}
.james-voodelen-top-info h4,
.james-voodelen-top-info p,
.james-voodelen-top-info li {
    color: #fff;
}
.james-voodelen-top-info h4 {
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.24px;
}
.james-voodelen-top-info li {
    margin-bottom: 8px;
}
.james-voodelen-top-info li::after {
    top: 8px;
    background-image: url(../images/bullet.svg);
    height: 8px;
    width: 8px;
    background-size: 8px;
}
.james-voodelen-top-info p {
    margin: 15px 0;
}
.each-james-voordelen-top-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.james-voordelen-top-wrap .each-james-voordelen-top-wrap:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
/* =============================== aanbod-list ================================ */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 199px 0 50px;
    position: relative;
}
.aanbod-list-mark { 
    top: 13%;
    right: auto;
    left: 0;
    width: 16%;
    z-index: -1;
}
.aanbod-list-mark img {
    width: 100%;
}
.aanbod-list-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(9, 9, 9, 0.05);
}
.aanbod-filter-left {
    padding-right: 10px;
}
.aanbod-filter-left h3 {
    /* font-family: 'Hilmar-SemiBold'; */
    font-family: 'GoboldUplowItalic-Italic';
    line-height: 50px;
    letter-spacing: 0.72px;
}
.aanbod-filter-left h3 strong {
    color: #06a85d;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	/* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
}
.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: #06a85d;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(80%) saturate(4142%) hue-rotate(140deg) brightness(102%) contrast(101%);
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 44px;
    color: #090909;
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 91% center / 9px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style:hover,
.aanbod-filter-sec .select-style.show {
    background-color: #06a85d;
    border-color: #06a85d;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #06a85d;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #06a85d;
    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-Medium'; */
    font-family: 'Roboto-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: #090909;
    border-color: #090909;
    background-image: url(../images/check-tick.svg);
    background-size: 18px;
    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(0, 167, 97, 0.5);
	/* font-family: 'LamaSans-Medium'; */
    font-family: 'Roboto-Regular';
    font-size: 1.4rem;
    border: 1px solid #06a85d;
    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: #06a85d;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 72px;
    background-color: #222222;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #06a85d;
    border-color: #06a85d;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after,
.mobile-show-filter .common-btn::before {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    border-color: #fff;
    background-color: #fff;
    color: #090909;
}
.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: #0F0F0F;
    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: #06a85d;
    border: 1px solid #06a85d;
    color: #fff;
    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::after,
.auto-overview-filter-result .total_search_records::before {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    border-color: #fff;
    color: #090909;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
    /* font-family: 'LamaSans-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    text-transform: none;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    margin-right: 5px;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #06a85d;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 167, 97, 0.4);
    border-color: rgba(0, 167, 97, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #06a85d;
}
.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.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;
}
.aanbod-filter-sec .filter-sort .select-style {
    color: #06a85d;
    background-image: url(../images/filter-arrow-green.svg);
    background-size: 12px;
    background-color: transparent;
    border-color: transparent;
    padding-left: 8px;
}
.aanbod-filter-sec .filter-sort .select-style.show {
    border-color: #06a85d;
}
.mob-filter-visible h6 {
    font-size: 1.4rem;
    color: #fff;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #06a85d;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 81px;
}
.aanbod-product-area {
    position: relative;
}
.aanbod-product-area > .row {
    row-gap: 14px;
}
.aanbod-product-block {
    background-color: #222;
    border-radius: 10px;
    padding: 45px 27px;
    height: 100%;
}
.aanbod-product-block-title {
    margin-bottom: 20px;
}
.aanbod-product-block-title h4 {
    /* font-family: 'Hilmar-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.24px;
}
.aanbod-product-block-title P {
    margin: 9px 0 18px;
}
.aanbod-product-block-title .james-btn:hover {
    border-color: #06a85d;
}
.aanbod-product-block-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}
.aanbod-product-block-info td {
    width: 100%;
    border-radius: 10px;
    background: #262626;
    padding: 42px 28px;
}
.aanbod-product-block-info td p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}
/* =============================== Verkochte ================================ */
/****verkochte-product-sec****/
.verkochte-product-sec {
    padding-top: 235px;
    position: relative;
}
.verkochte-product-mark {
    right: auto;
    left: 0;
    top: 1%;
}
.verkochte-product-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(9, 9, 9, 0.05);
}
.verkochte-product-sec .each-product-text h4 {
    /* font-family: 'Poppins-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 2.2rem;
    line-height: 21px;
    letter-spacing: normal;
}
.verkochte-product-sec .each-product-text-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 14px;
    margin-bottom: 19px;
}
/* =============================== annbod-dtl ================================ */
/****aanbod-top-title-sec****/
.aanbod-top-title-sec {
    padding: 163px 0 74px;
    position: relative;
    overflow-x: clip;
}
.aanbod-top-title-mark {
    width: 33%;
}
.aanbod-top-title-mark img {
    width: 100%;
}
.aanbod-top-title-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(9, 9, 9, 0.05);
}
.aanbod-top-title-area {
    position: relative;
    z-index: 1;
}
.aanbod-top-title-area h3 {
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
}
.aanbod-top-title-area p {
    margin-bottom: 0;
}
.aanbod-top-title-left h3 {
    margin-bottom: 8px;
    text-transform: uppercase;
}
.aanbod-top-title-right {
    text-align: end;
}
.aanbod-top-title-right h3 {
    color: #06a85d;
    margin-bottom: 8px;
}
/****dtl-top-sec****/
.dtl-top-wrap {
    padding-bottom: 30px;
}
.dtl-top-area .col-lg-8 {
    width: 83%;
}
.dtl-top-area .col-lg-4 {
    width: 17%
}
.dtl-top-slider .col-lg-9 {
    width: 79%;
}
.dtl-top-slider .col-lg-3 {
    width: 21%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
}
.dtl-car-slide {
    border-radius: 10px;
    overflow: hidden;
}
.gallery-thumbs-wrapper{
    height: 706px;
}
.gallery-thumbs {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-slider .swiper-button-prev {
    left: 4%;
}
.aanbod-top-slider .swiper-button-next {
    right: 4%;
}
.dtl-top-info table {
    width: 100%;
}
.dtl-top-info tr {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.dtl-top-info td {
    background: linear-gradient(180deg, #222 0%, rgba(34, 34, 34, 0.00) 100%);
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.dtl-top-info td img {
    width: 50px;
    height: 50px;
}
.dtl-top-info td h4 {
    margin-top: 19px;
    line-height: 21px;
    text-transform: uppercase;
}
.dtl-top-info {
    height: 100%;
    object-fit: cover;
}
/****dtl-top-info-sec****/
.dtl-top-info-area {
    border-radius: 20px;
    padding: 18px 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(00deg, rgb(14 14 14) 0%, rgb(4 4 4) 100%);
}
.dtl-top-info-area > .row {
    align-items: center;
}
.dtl-top-contact-area {
    display: flex;
    align-items: center;
    gap: 18px;
}
.dtl-top-contact-img {
    min-width: 58px;
    height: 58px;
    border-radius: 90px;
    overflow: hidden;
}
.dtl-top-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-top-contact-info h5 {
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 2rem;
    line-height: 19px;
    margin-bottom: 12px;
}
.dtl-top-contact-info p {
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
    font-size: 1.8rem;
    line-height: 21px;
    letter-spacing: normal;
    margin-bottom: 0;
}
.dtl-top-contact-info a {
    color: rgba(255, 255, 255, 0.60);
}
.dtl-top-contact-info a:hover {
    color: #06a85d;
}
.dtl-top-contact-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-bottom: 0;
}
.dtl-top-contact-info li {
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.60);
    padding-right: 11px;
    margin-right: 11px;
}
.dtl-top-contact-info li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.dtl-top-contact-info li::after {
    display: none;
}
.dtl-top-share-area ul {
    margin-bottom: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.dtl-top-share-area li {
    padding-left: 0;
}
.dtl-top-share-area li::after {
    display: none;
}
.dtl-top-share-area li a {
    height: 43px;
    width: 43px;
    border: 1px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dtl-top-share-area li a img {
    width: 16px;
    height: 16px;
}
.dtl-top-share-area li a:hover {
    background-color: #06a85d;
    border-color: #06a85d;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.dtl-top-btn-area ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
}
.dtl-top-btn-area li {
    padding-left: 0;
}
.dtl-top-btn-area li .common-btn {
    font-size: 1.6rem;
    padding-right: 18px;
    background-color: #06a85d;
    border-color: #06a85d;
    color: #fff;
}
.dtl-top-btn-area li .common-btn:hover {
    border-color: #066940;
}
.dtl-top-btn-area li .common-btn:hover::before {
    background-color: #066940;
}
.dtl-top-btn-area li::after,
.dtl-top-btn-area li .common-btn::after {
    display: none;
}
.inruilen-btn {
    padding-left: 20px;
}
.inruilen-btn img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 60px;
    margin-bottom: 41px;
    padding-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    padding-bottom: 31px;
}
.tab-btn .tabs li.active {
    opacity: 1;
    color: #fff;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 0.30);
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
    line-height: 21px;
    padding-right: 16px;
    position: relative;
    background-color: transparent;
    border-radius: 5px;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover {
    color: #fff;
}
.tab-btn ul.tabs li::after {
    display: none;
}
.tabs li::before {
    display: none;
}
.tab-btn ul.tabs li strong {
    font-weight: normal;
    position: relative;
    padding-right: 15px;
}
.tab-btn ul.tabs li strong::after {
    content: "";
    top: 5px;
    background-color: transparent;
    width: 9px;
    height: 9px;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    background-size: 6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab-arrow.svg);
}
.tab-btn .tabs li.active strong::after {
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
}
.tab-btn ul.tabs li:hover strong::after {
    filter: brightness(0) invert(1);
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 100px 0 127px;
}
.tab_drawer_heading{
	display: none;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 16.66%;
	padding: 34px 50px;
	position: relative;
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'Roboto-Regular';
	color: #fff;
    line-height: 24px;
    letter-spacing: 0.54px;
    font-size: 1.8rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    background-color: rgba(0, 167, 97, 0.1);
}
.kenmerken-tab li strong {
    font-weight: normal;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'Roboto-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab li::after,
.kenmerken-tab li::before {
	display: none;
}
.kenmerken-tab li.color-bg {
    background-color: rgba(0, 167, 97, 0.03);
}
.kenmerken-tab {
	overflow: hidden;
    margin-bottom: 40px;
}
.bullet-panel h3 {
    border-bottom: 1.5px solid #06a85d;
    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 ul li {
    position: relative;
	margin-bottom: 10px;
    /* font-family: 'LamaSans-Regular'; */
    font-family: 'Roboto-Regular';
    display: flex;
    padding-left: 20px;
}
.dtl-tab-sec .bullet-panel ul li::after {
    background-image: url(../images/bullet.svg);
    height: 8px;
    width: 8px;
    top: 7px;
    background-size: 8px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06a85d;
    font-size: 1.6rem;
    line-height: 24px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #06a85d;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
    line-height: 23px;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
	text-transform: none;
    font-size: 1.6rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn:before {
    right: auto;
    left: 20px;
    width: 0;
    height: 0;
}
.tab-btm-btn:after {
    right: auto;
    left: 18px;
    background-image: none;
}
.tab-btm-btn:hover:before {
    background-color: #06a85d;
}
.tab-btm-btn:hover::before {
    width: 11px;
    height: 12px;
}
.tab-btm-btn {
    padding-right: 18px;
    cursor: pointer;
    line-height: normal;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tab-btm-btn strong {
    font-weight: normal;
    color: #06a85d;
    margin-right: 3px;
}
.tab-btm-btn:hover strong {
    color: #fff;
}
/*****kenmarken-popup******/
.kenmarken-popup {
	display: none;
}
.kenmarken-popup-wrap {
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
	position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
	border-radius: 20px;
    background-color: #222;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #06a85d;
	box-shadow: 0px 0px 25px 0px rgba(0, 167, 97, 0.3);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 167, 97, 0.3);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #06a85d
}
.kenmarken-popup-close img {
	width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
	overflow-y: scroll;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model p {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px; 
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    word-break: break-word;
}
.kenmarken-popup-content li::after,
.kenmarken-popup-content li::before {
    display: none;
}
/****aanbod-verkoop-sec****/
.aanbod-verkoop-sec {
    padding-bottom: 99px;
}
.aanbod-verkoop-item {
    padding: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
}
.aanbod-verkoop-item::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(00deg, rgb(14 14 14) 0%, rgb(4 4 4) 100%);
    border-radius: 10px;
}
.aanbod-verkoop-item p {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.aanbod-verkoop-item p strong{
    font-weight: normal;
}
.aanbod-verkoop-sec .benefit-wrap .row .col-lg-5 {
    width: 37%;
}
.aanbod-verkoop-sec .benefit-wrap .row .col-lg-7 {
    width: 63%;
}
.aanbod-verkoop-sec .benefit-wrap {
    padding: 34px 0px 34px 54px;
    border: 2px solid rgba(34, 34, 34, 0.00);
    background: linear-gradient(160deg, rgba(0, 167, 97, 0.10) -3.45%, rgba(9, 9, 9, 0.20) 46.02%, #090909 82.39%);
}
.aanbod-verkoop-heading h4 {
    margin-bottom: 3px;
    /* font-family: 'Epilogue-Medium'; */
    font-family: 'GoboldUplowItalic-Italic';
    font-size: 2.4rem;
    line-height: 26px;
}
.aanbod-verkoop-heading p {
    margin-bottom: 15px;
    /* font-family: 'Epilogue-Regular'; */
    font-family: 'Roboto-Regular';
    line-height: 22px;
    letter-spacing: normal;
}
.aanbod-verkoop-sec .swiper-slide {
    position: relative;
    z-index: 1;
}
.aanbod-verkoop-sec .swiper-slide-active::after {
    display: none;
}
/****dtl-btm-sec****/
.dtl-btm-sec {
    background-color: #F5F5F5; 
    padding: 75px 0 65px;
    position: relative;
    overflow: hidden;
}
.dtl-btm-mark {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}
.dtl-btm-mark::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.05);
}
.dtl-btm-title {
    margin-bottom: 49px;
}
.dtl-btm-title h2 {
    /* font-family: 'Hilmar-Regular'; */
    font-family: 'GoboldUplowItalic-Italic';
    color: #090909;
}
.dtl-btm-slider .common-arrow {
    border-color: #222222;
}
.dtl-btm-slider .common-arrow img {
    filter: brightness(100) invert(1);
}
.dtl-btm-slider .common-arrow:hover {
    border-color: #06a85d;
}
.dtl-btm-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.dtl-btm-slider .swiper-button-prev {
    left: -2%;
}
.dtl-btm-slider .swiper-button-next {
    right: -2%;
}
/****voorraadwekker_widget_section****/
.voorraadwekker_widget_section {
    padding-bottom: 40px;
}
.select2-results li::after {
    display: none;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: #06a85d !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover {
    border-color: #06a85d !important;
    background-color: #090909 !important;
}


.privacy_section {
    padding: 128px 0 60px;
}




/* ============================ style 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: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.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(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.showroom-view {
    width: 100%;
    height: 100%;
}

/* whats app lab start  */

.fixed-whatsapp-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 2%;
    z-index: 999;
}

.fixed-whatsapp-icon img {
    width: 50px;
}

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

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 43px;
    right: 12px;
    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;
    }
}
/* whatapp lab end  */



@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
#oa .calendarWrapper h1, .fc-toolbar-title, .fc .fc-col-header-cell-cushion, .fc .fc-daygrid-day-number {
    color: #06a85d;
}
#oa #infoText.selectedDate #content p, #flatrate_ids label, #offer label, #veh_repl label, #vehicle_lease label {
    color: #000;
}
.product-icon {
    margin-bottom: 8px;
    width: 18px;
    height: 18px;
    position: relative;
}
.product-icon img {
    width: 18px;
    height: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.p-icon-hover {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 2px;
}
.each-product:hover .p-icon-normal {
    opacity: 0;
}
.each-product:hover .p-icon-hover {
    opacity: 1;
}
.each-product-text h5 strong{
    text-transform: uppercase !important;
}
.each-product-text h5 em{
    font-size: 1.5rem;
     text-transform: uppercase !important;
     padding-right: 5px;
}
.small, small{
    text-transform: uppercase !important;
}
.form-main-area .form-control::placeholder {
  color: #fff;
}