body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #fff;
    background-color: #000000;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/**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.20);
} 
.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.3),
        inset 0 0 5px rgba(255, 255, 255, 0.3);
}
.glass-content {
    position: relative;
    z-index: 3;
}
/*****************header****************/
/*****header-area*****/
.header-wrap{
    padding: 15px;
    border-radius: 100px;
    /* background: rgba(255, 255, 255, 0.10); */
}
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    padding: 24px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 277px;
}
.header-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}
.header-nav ul li::after{
    display: none;
}
.header-nav > ul {
    display: flex;
    justify-content: center;
    gap: 24px;
}
.header-nav > ul > li {
    color: #fff;
}
.header-nav > ul > li > a {
    color: #fff;
    font-size: 1.8rem;
    font-family: 'LamaSans-Medium';
    line-height: 26px;
}
.header-nav > ul > li > a:hover {
    color: rgba(225, 225, 225, 0.70);
}
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #fff;
    min-width: 170px;
    text-align: center;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
}
.parent-dropdown ul li a {
	color: #000;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: rgba(0, 0, 0, 0.70);
}
.parent-dropdown:hover ul {
	top: 30px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
	cursor: pointer;
    width: 8px;
    margin-left: 0px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
}
.parent-dropdown:hover {
    z-index: 1;
}
.header-right-part {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 16px;
}
/*****mobile-menu*****/
.menu-btn {
    text-align: center;
    border-radius: 100px;
    border: 1.5px solid #fff;
    z-index: 99;
    cursor: pointer;
    margin-left: auto;
    height: 64px;
    width: 64px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: none;
    display: inline-flex;
    background-color: #fff;
}
.menu-btn div, .menu-btn::after, .menu-btn::before {
    display: block;
    background-color: #111820;
    content: '';
    height: 2px;
    margin: 2px 0;
    width: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn.active div {
    transform: scale(0);
}
.menu-btn.active:before {
    transform: translateY(10px) rotate(135deg);
    top: -4px;
    position: relative;
}
.menu-btn.active:after {
    transform: translateY(-2px) rotate(-135deg);
    top: -4px;
    position: relative;
}
.menu-btn.active {
    border-color: #Ffff;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 30%;
    background-color: #131313;
    padding: 170px 60px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu-wrap {
    height: 100%;
    overflow-y: auto;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}
.mobile-menu > .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu > .mobile-menu-wrap > ul > li {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 2rem;
    display: table;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a {
    color: #fff;
}
.mobile-menu > .mobile-menu-wrap > ul > li > a:hover {
    color: rgba(225, 225, 225, 0.70);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(19, 19, 19, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 3;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
}
.mobile-menu .parent-dropdown ul li {
    font-size: 1.6rem;
    padding-left: 0;
    margin-bottom: 0;
}
.mobile-menu .parent-dropdown ul li::after {
    display: none;
}
.mobile-menu-active .parent-dropdown img {
    margin-left: 3px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(7421%) hue-rotate(316deg) brightness(116%) contrast(92%);
}
.menu-cross {
    display: none;
}
.hamburger {
    position: relative;
    z-index: 99;
    cursor: pointer;
	display: none;
}
.hamnurger {
    height: 35px;
    width: 35px;
}
.hamnurger-icon {
    bottom: 0;
    top: auto;
    right: 0;
    display: flex;
    aspect-ratio: 25 / 25;
    width: 25px;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}
.hamnurger-icon span {
    background-color: #0F0F0F;
    border-radius: 1.2px;
    width: 7px;
    height: 7px;
    content: "";
    transition: transform .4s 
cubic-bezier(.76, 0, .24, 1);
    display: block;
    position: relative;
    border-radius: 100%;
}
.hamnurger-icon span::after {
    background-color: #0F0F0F;
    border-radius: 1.2px;
    width: 7px;
    height: 7px;
    content: "";
    transition: transform .4s cubic-bezier(.76, 0, .24, 1);
    border-radius: 100%;
    position: absolute;
    right: calc(200% + 2px);
}
.hamburger-active span:first-child {
    transform: translateY(12.9px);
}
.hamburger-active span:last-child {
    transform: translateY(-12.9px);
}
.hamburger-area {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: end;
}
.menu-cross img {
    width: 38px;
}
.menu-cross {
    display: none;
}
.hamburger-active .menu-cross {
    display: block;
}
.hamburger-active .hamnurger-icon {
    display: none;
}
.hamnurger-wrap {
    background-color: #fff;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hamburger.active .menu-cross {
    display: block;
}
.hamburger.active .hamnurger-icon {
    display: none;
}
.header-area .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: 15px;
    border-radius: 100px;
}
.header-area .glass-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.10);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .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.10), inset 0 0 5px rgba(255, 255, 255, 0.10);
    border-radius: 100px;
}
.header-area.header-active .glass-overlay { 
    background-color: rgba(0, 0, 0, 0.70);
}
.header-area-menu .glass-content {
    z-index: auto;
}
/*****fix-block****/
.fix-block {
    position: fixed;
    right: 56px;
    bottom: 15%;
    z-index: 98;
}
.fix-wp a {
    background-color: #11D100;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.fix-wp a img {
    width: 24px;
} 
/*****banner-sec*****/
.banner-sec {
    position: relative;
}
.banner-sec::after {
	content: "";
	height: 16%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 1;
}
.banner-video, .each-banner {
	height: 948px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 38px;
}
.banner-content-wrap {
    /* padding: 0 15px; */
}
/*****product-sec*****/
.product-sec {
    position: relative;
    padding-top: 86px;
}
.sec-mark {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 91%;
    height: 100%;
    pointer-events: none;
}
.radius-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.sec-mark.mob-sec-mark {
    display: none;
}
.common-bg-img {
    position: absolute;
    bottom: -5%;
    left: 0;
    z-index: -1;
}
.common-bg-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.product-area {
    padding: 74px 0 72px;
    position: relative;
}
.product-title {
    margin-bottom: 57px;
}
.product-title h2 {
    margin: 10px 0 32px;
}
.product-title .read-more-btn:hover {
    color: rgba(255, 255, 255, 0.70);
}
.product-title .read-more-btn:hover::after {
    background-image: url(../images/lees-arw.svg);
    filter: brightness(0.3) invert(1);
}
.product-title .read-more-btn::after {
    top: 6px;
}
.each-product-area {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} 
.each-product-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 16px;
}
.each-product-text {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    padding: 24px;
    padding-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.each-product-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 294px;
    width: 100%;
    color: rgba(255, 255, 255, 0.70);
    height: 2lh;
}
.each-product-text table {
    width: 100%;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 7px;
}
.each-product-text td {
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.each-product-text td img {
    width: 34px;
    margin-right: 7px;
}
.each-product-price {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 26px;
    letter-spacing: normal;
    border-radius: 100px;
    border: 1.5px solid #FFF;
    padding: 10px;
    width: 100%;
    text-align: center;
    margin-top: 26px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-price strong {
    font-weight: normal;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-product-area:hover .each-product-text {
    background-color: #fff;
}
.each-product-area:hover .each-product-text h4,
.each-product-area:hover .each-product-text td,
.each-product-area:hover .each-product-price,
.each-product-area:hover .each-product-price strong {
    color: #000;
}
.each-product-area:hover .each-product-text p {
    color: rgba(0, 0, 0, 0.70);
}
.each-product-area:hover .each-product-text td img {
    filter: brightness(100) invert(1);
}
.each-product-area:hover .each-product-price {
    border-color: #000;
}
/*****usp-marquee-sec*****/
.usp-marquee-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 24px 0;
}
.usp-marquee-sec .sec-mark {
    top: -42%;
}
.usp-marquee-wrap {
    padding: 35px 0px;
	display: flex;
	width: max-content;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 168px;
}
.usp-marquee-wrap ul li {
    font-family: 'LamaSans-Medium';
    color: #fff;
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: normal;
    padding-left: 68px;
    position: relative;
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 40px;
    width: 54px;
    background-size: 54px;
    background-image: url(../images/marquee-icon.svg);
    background-repeat: no-repeat;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 200px 0 60px;
}
.aanbod-filter-sec .radius-mark{
    z-index: -1;
    width: 38%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
	font-family: 'LamaSans-Medium';
}
.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{
    color: rgba(255, 255, 255, 1);
}
.filter-reset a:hover {
	color: rgba(255, 255, 255, 0.6);
}
.select-style {
    width: 100%;
    height: 44px;
    color: #fff;
	font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #000 no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'lama_sansmedium';
	background-color: #000;
}
/* .filter-content {
    display: none;
    background-color:#000;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    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-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: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    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(255, 255, 255, 0.5);
	font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    color: #000;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 96px;
    background-color: #161616;
    border: 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;
    border-radius: 100px;
}
.mobile-show-filter .common-btn {
    font-family: 'LamaSans-Medium';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    color: #161616;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}
.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: #000;
    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: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #161616;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #424242;
    border-color: rgba(255, 255, 255, 1);
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'LamaSans-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
.aanbod-filter-sec .dropdown-menu.show {
    background: #000;
    margin-top: -5px !important;
}
.filter-content {
    display: none;
    background-color:#0F0F0F;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -2px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(255, 255, 255, 1);
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(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;
}
.mob-filter-visible h6 {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #fff;
}
/****home-filter-sec****/
.home-filter-sec {
    padding-bottom: 24px;
}
.home-filter-sec .radius-wrap {
    overflow: visible;
}
.home-filter-area {
    padding: 72px 0px 26px;
}
.home-filter-title {
    margin-bottom: 58px;
}
.home-filter-wrap {
    position: relative;
    z-index: 2;
}
.home-filter-main {
    margin-bottom: 20px;
}
.home-filter-main option{
	font-family: 'LamaSans-Medium';
	background-color: #0F0F0F;
}
.home-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
	cursor: pointer;
}
.home-filter-sec label:last-child {
	margin-bottom: 0;
}
.home-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.home-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;
}
.home-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;
}
.home-hidden-filter .each-home-filter {
    margin-bottom: 24px;
}
.home-hidden-filter .each-home-filter h5 {
    display: none;
	font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.each-home-filter-title h6 {
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-home-filter {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100px;
    padding-left: 40px;
    padding-right: 40px;
    flex-wrap: wrap;
}
.common-each-filter .select-style {
    border: 0;
    border-radius: 0;
    padding-right: 38px;
    text-align: center;
}
.common-filter-gap {
    width: 37%;
    border-left: 1px solid #fff !important;
}
.common-each-filter .form-check-input {
    display: none;
}
.each-home-filter-title.common-filter-gap {
    border-left: 0 !important;
    width: 26%;
}
.home-filter-main-wrap .row {
    margin: 0 -12px;
}
.home-filter-main-wrap .col-lg-6 {
    padding: 0 12px;
}
.filter-form-styl {
    height: 44px;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 40px;
    appearance: none;
    line-height: 44px;
    background-color: transparent;
}
.filter-form-group .filter-form-styl::placeholder{
    color: #fff;
}
.filter-form-group .filter-form-styl:focus {
    background-color: #131313;
    color: #fff;
    border-color: #fff;
    box-shadow: none;
}
.filter-form-group .filter-form-styl:focus::placeholder{
    color: #fff;
}
.home-filter-sec .select-style {
    padding-left: 40px;
    background: url(../images/filter-arrow.svg) #131313 no-repeat 91% center / 10px;
}
.home-filter-sec .dropdown-menu.show{
    background: #131313;
    margin-top: -2px !important;
}
/****service-sec****/
.service-sec .radius-wrap {
    overflow: unset;
    height: 629px;
}
.service-area {
    padding-top: 120px;
}
.service-title h2 {
    margin: 11px 0 28px;
}
.each-service {
    border-radius: 10px;
    height: 362px; 
    padding: 22px 32px 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service .glass-overlay
.each-service .glass-specular { 
    border-radius: 10px;
    overflow: hidden;
}
.each-service .glass-specular {
    border-radius: 10px;
    overflow: hidden; 
}
.each-service-txt h3 {
    margin-bottom: 21px;
}
.each-service-txt h3 strong {
    font-weight: normal;
    margin-right: 10px;
}
.each-service-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service .glass-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-service:hover {
    background-color: #fff;
}
.each-service:hover .each-service-txt h3,
.each-service:hover .each-service-txt p,
.each-service:hover .read-more-btn {
    color: #000;
}
.each-service:hover .read-more-btn::after {
    background-image: url(../images/black-lees-arw.svg);
}
.each-service:hover .glass-filter {
    display: none;
}
.service-title {
    margin-bottom: 80px;
}
/****home-over-ons-sec****/
.home-over-ons-sec {
    padding-top: 211px;
    position: relative;
}
.home-over-ons-sec .radius-mark {
    left: 0;
    right: auto;
    display: none;
}
.home-over-ons-area {
    padding: 72px 0;
}
.home-over-ons-title-txt {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 60px;
}
.home-over-ons-title-txt h2 {
    margin: 9px 0 19px;
}
.home-over-ons-title-txt p {
    margin-bottom: 42px;
}
.home-over-ons-area .row {
    align-items: center;
}
.home-over-ons-left table {
    width: 100%;
}
.home-over-ons-left tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 41px;
}
.home-over-ons-left td {
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-over-ons-left td h3 {
    margin-bottom: 38px;
}
.home-over-ons-left td p {
    margin-bottom: 0;
}
.home-over-ons-left td:hover {
    background: rgba(255, 255, 255, 0.10);
    padding: 22px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 5px rgba(255, 255, 255, 0.1);
}
.home-over-ons-left td:last-child:hover {
    margin-bottom: 0;
}
.home-over-ons-area .col-lg-4 {
    width: 34%;
}
.home-over-ons-area .col-lg-2 {
    width: 21%;
}
.home-over-ons-area .col-lg-6 {
    width: 45%;
}
.home-over-ons-mid-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-over-ons-mid {
    text-align: center;
    width: 481px;
    transform: rotate(90deg);
    writing-mode: vertical-rl;
}
.home-over-ons-right-img {
    border-radius: 10px;
    overflow: hidden;
}
.home-over-ons-mid img {
    width: 100%; 
}
/****google-review****/
.google-review {
    padding-top: 78px;
    position: relative;
    overflow: hidden;
}
.google-review .sec-mark {
    z-index: -1;
    top: -19%;
}
.google-review .radius-mark {
    top: -36%;
    right: -2%;
    z-index: -1;
}
.google-review-wrap {
    position: relative;
    z-index: 2;
}
/****footer-gal-sec****/
.footer-gal-sec {
    padding: 120px 0;
    position: relative;
}
.footer-gal-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
}
.each-footer-gal {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-gal-slider .swiper-button-next {
    right: -2%;
}
.footer-gal-slider .swiper-button-prev {
    left: -2%;
}
.footer-gal-sec .sec-mark {
	display: none;
    z-index: 1;
    top: -6%;
}
.each-footer-gal {
	height: 401px;
}
.each-footer-gal img {
    height: 100%;
	object-fit: cover;
}
/****footer****/
.footer-wrap {
    padding: 72px 0;
}
.footer-logo img {
    width: 386px;
}
.footer-whole-wp {
    display: flex;
    justify-content: end;
    margin-top: 40px;
}
.footer-whole-wp a {
    display: flex;
    align-items: center;
    column-gap: 16px;
    border-radius: 100px;
    background: rgba(37, 211, 102, 0.49);
    overflow: hidden;
    padding: 10px 10px;
    max-width: 253px;
    width: 100%;
    margin-right: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-wp-info h5 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-whole-wp a:hover .footer-wp-info h5 {
    color: rgba(255, 255, 255, 0.70);
}
.footer-wp-img {
    background: transparent;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.footer-whole-wp img {
    width: 26px;
    height: 26px;
}
.footer-wp-info h6,
.footer-wp-info h5 {
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.footer-right-area {
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 757px;
    width: 100%;
    margin-left: auto;
}
.each-footer-right tr {
    display: flex;
}
.each-footer-right tr td:first-child {
    padding-right: 4px;
}
.each-footer-right h3 {
    margin-bottom: 13px;
}
.each-footer-right a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.each-footer-right p {
    margin-bottom: 0;
}
.each-footer-right p strong {
    font-weight: normal;
    min-width: 60px;
    display: inline-block;
}
.footer-btm-block {
    padding: 10px 0;
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit a:hover {
    color: rgba(255, 255, 255, 0.70);
}
.footer-brand-logo ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.RDW-logo {
    width: 136px;
}
.autotrust-logo {
    width: 163px;
}
.VASS-logo {
    width: 150px;
}
.footer-social ul {
    display: flex;
    margin-bottom: 0;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: end;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li a {
    height: 32px;
    width: 32px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li img {
    width: 14px;
}
.footer-social li a:hover {
    background-color: #fff;
}
.footer-social li a:hover img {
    filter: brightness(100) invert(1);
}
.footer-btm-area .col-12 {
	display: none;
}
/*==================aanbod-dtl================================== */
/* *****dtl-top-sec**** */
.dtl-top-sec{
    padding-top: 199px;
    position: relative;
}
.dtl-top-sec .sec-mark{
    top: 15%;
}
.dtl-top-slider-img img{
    border-radius: 10px;
}
.dtl-top-wrap{
    padding: 72px 0 53px;
    position: relative;
}
.dtl-top-slider .swiper-button-next{
    right: -30px;
}
.dtl-top-slider .swiper-button-prev{
    left: -30px;
}
.dtl-top-slider  .common-arrow{
    top: 37.5%;
}
.each-dtl-top-info li img{
    max-width: 34px;
}
.each-dtl-top-info ul{
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-bottom: 0;
}
.each-dtl-top-info li{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.dtl-top-info-area{
    padding-top: 25px;
}
.each-dtl-top-info h3{
    padding-bottom: 4px;
}
/* .dtl-top-info-wrap .col-lg-6{
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
} */
.each-dtl-top-info p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}
.each-dtl-top-info h6{
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-dtl-car-btm ul{
    display: flex;
    column-gap: 24px;
    margin-bottom: 0;
}
.each-dtl-car-btm ul li:last-child{
    display: none;
}
.each-dtl-car-btm .common-btn{
    color: #000;
}
.whatsapp-btn.common-btn {
    border: 1.5px solid #FFF;
    color: #fff;
    overflow: hidden;
    background-color: #0FB300;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    align-items: center;
}
.whatsapp-btn.common-btn:hover{
    border: 1.5px solid #FFF;
    color: #fff;
    background-color: #0FB300;
}
.whatsapp-btn img {
    width: 22px;
    height: 22px;
    margin-left: 13px;
}
.share-btm img {
    width: 24px;
    height: 24px;
    margin-left: 13px;
}
.dtl-share-btm ul {
    margin-bottom: 0;
}
.dtl-share-btm .common-btn.share-btm:hover img{
    filter: brightness(0);
}
.dtl-car-btm-area{
    padding-top: 29px;
}
.dtl-share-btm .mobile-wp-btn{
    display: none;
}
.each-dtl-car-btm .common-btn:hover{
    color: #fff;
}
.share-social-media-button {
    display: flex;
    justify-content: end;
}
.share-social-media-button a {
    border-radius: 100px;
    border: 1.5px solid #FFF;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/**************dtl-tab-sec*********/
.tab-right-part.mobile-tab-right-part{
    display: none;
}
.dtl-tab-sec {
	position: relative;
	overflow: hidden;
    padding-top: 56px;
}
.aanbod-dtls-area{
    padding: 72px 0 72px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Medium';
    line-height: 32px;
    letter-spacing: 0;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.tab-btn .tabs li.active {
    color: #FFF;
}
ul.tabs li::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 52px;
    background-color: #fff;
    height: 2px;
    border-radius: 0;
    width: 0;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    width: 100%;
    column-gap: 38px;
    padding: 10px 0 20px;
    margin-bottom: 44px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.50);;
}
.tabs li::before {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    position: relative;
    top: 0;
    left: calc(100% + 10px);
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: 0.5s;
    opacity: 0.7;
}
.tab-btn .tabs li.active::before {
    transform: rotate(90deg);
    opacity: 1;
    top: 3px;
}
.kenmerken-tab td {
    padding: 0 0 15px;
    width: 14.8%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    flex-shrink: 0;
}
.kenmerken-tab tr {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    column-gap: 115px;
    row-gap: 40px;
}
.kenmerken-tab p{
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.70);
}
.aanbod-contact-img{
    width: 67px;
    height: 64px;
    flex-shrink: 0;
}
.aanbod-contact-img img{
    border-radius: 67px;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    overflow: hidden;
}
.tab-right-top-part{
    border-radius: 10px 10px 0 0;
    background: #FFF;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 8px 20px 8px;
}
.tab-right-btm-part{
    border-radius:0 0 10px 10px;
    background: #000;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 25px 20px 16px;
}
.tab-right-btm-part ul{
    margin-bottom: 0;
}
.tab-right-btm-part ul li{
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
}
.tab-right-btm-part ul li::after{
    content: "";
    bottom: 14px;
    left: -20px;
    width: calc(100% + 40px);
    position: absolute;
    background-color: rgba(255, 255, 255, 0.20);
    height: 1px;
}
.tab-right-btm-part img {
    margin-right: 10px;
}
.tab-area .col-lg-8{
    width: 70.5%;
}
.tab-area .col-lg-4{
    width: 29.5%;
}
.aanbod-contact-info h4{
    color: #000;
    letter-spacing: 0;
    padding-bottom: 4px;
}
.aanbod-contact-info a {
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.6rem;
    letter-spacing: 0.32px;
    line-height: 24px;
}
.aanbod-contact-info a:hover {
    color: #000;
}
.tab-right-btm-part a:hover{
    color: rgba(255, 255, 255, 0.70);
}
.tab-right-btm-part li strong{
    font-weight: normal;
}
.tab-right-btm-part a{
    padding-left: 6px;
}
.tab-right-part{
    position: relative;
    z-index: 1;
    padding-left: 5px;
}
.tab-btm-btn{
    cursor: pointer;
    font-size: 1.8rem;
    font-family: 'Inter-Medium';
    line-height: normal;
    color: #fff;
}
.tab-btm-btn {
    text-align: left;
    margin-top: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec .radius-mark{
    top: unset;
    bottom: 0;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.6rem;
    line-height: 24px;
}
.tab-btm-btn:hover{
    color: rgba(255, 255, 255, 0.6);
}
.left-bg-block p {
    color: #000;
    margin-bottom: 0;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #fff;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
    font-size: 1.6rem;
    color: #fff;
}
.dtl-tab-sec .bullet-panel ul li::after{
    content: "";
    background-color: #fff;
    top: 7px;
    left: 0;
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 100px;
}
.bullet-panel h5 {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.6rem;
    line-height: 30px;
}
.tab-btn {
	display: flex;
    justify-content: space-between;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
ul.tabs li.active::after, ul.tabs li:hover::after {
    width: 100%;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab-btn-right ul {
	list-style-type: none;
	display: flex;
	column-gap: 41px;
	justify-content: end;
	padding-left: 0;
}
.tab-btn-right li a:hover {
	text-decoration: underline;
}
.kenmerken-tab {
	overflow: hidden;
}
.kenmerken-tab table {
	width: 100%;
}
.kenmerken-tab tr:first-child {
    margin-bottom: 9px;
}
.kenmerken-tab td h5 {
	word-break: break-word;
    margin-bottom: 4px;
}
.kenmerken-tab h3 {
    color: #000;
    margin: 49px 0 21px;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 0;
}
.kenmerken-tab li {
    width: 40%;
    position: relative;
    color: #000;
    line-height: 24px;
	margin-bottom: 13px;
    padding-bottom: 10px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(41, 43, 44, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(41, 43, 44, 0.70);
    padding-left: 0;
	width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.kenmerken-tab-block-part {
	display: none;
}
.kenmerken-tab-block-part ul:first-child{
	margin-top: 6px;
}
.aanbod-dtls-area.hidden-tab .col-lg-8 {
	width: 100%;
}
.tab-cross {
    cursor: pointer;
}
.hidden-tab-btn {
    margin: 60px 0 20px;
}
.hidden-tab-btn .common_btn {
    font-size: 1.8rem;
    padding: 10px 40px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #000000;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #000;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(225, 225, 255, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(225, 225, 225, 0.6);
    max-width: 93%;
}
.popup-cross{
    background: #fff;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 18px;
    right: 25px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    padding-bottom: 40px;
}
.tab-popup-content ul {
    margin-bottom: 49px;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 24px;
    filter: brightness(100) invert(1);
}
.tab-popup-area h2 {
    /* padding-top: 40px; */
    margin-bottom: 10px;
    color: #fff;
}
.tab-popup-area p{
    color: rgba(255, 255, 255, 0.70);
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h3{
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 15px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(225, 225, 225, 0.50);
    font-size: 1.6rem;
    line-height: 30px;
    padding-bottom: 7px;
    padding-left: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: rgba(255, 255, 255, 0.70);
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
.tab-btn ul.tabs li:hover{
    color: #fff;
}
.tab-right-btm-part ul li:last-child::after{
    display: none;
}
.tab-right-btm-part ul li:last-child{
    padding-bottom: 0;
}
.tab-right-top-part{
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.tab-right-top-part .row{
    align-items: center;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
/* *******form-sec***** */
.form-sec{
    padding-top: 120px;
    position: relative;
}
.form-heading{
    max-width: 580px;
    margin-right: auto;
}
.form-img{
    position: relative;
}
.form-img::after{
    content: "";
    bottom: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(180deg, rgba(19, 19, 19, 0.00) 0%, rgba(19, 19, 19, 0.40) 99.75%);
}
.form-img img{
    border-radius: 10px;
}
.form-img-text {
    position: absolute;
    bottom: 32px;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.form-sec .radius-mark{
    top: unset;
    bottom: 0;
}
.form-img{
    height: 534px;
}
.form-img img{
    height: 100%;
    object-fit: cover;
}
.contact-form-wrapper{
    padding: 72px 0;
}
.contact-form-wrapper .form-style {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.70);
    background: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    height: 100%;
    padding: 31px 0 22px;
    padding-left: 0;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.contact-form-wrapper .form-style::placeholder {
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-form-wrapper .form-style:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.contact-form-wrapper .form-style:focus {
    box-shadow: none;
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.contact-form-wrapper .form-style:focus::placeholder {
    color: #fff;
}
.contact-form-wrapper textarea.form-style {
    height: 150px;
    resize: none;
}
.contact-form-wrapper .each-form-cantact a {
    padding-left: 0;
}
.contact-form-wrapper .each-form-cantact p {
    display: flex;
    flex-wrap: wrap;
}
.contact-form-wrapper .each-form-cantact p span {
    width: 23%;
}
.form-contact-dtl{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
}
.each-form-cantact p{
    margin-bottom: 0;
}
.each-form-cantact{
    margin-bottom: 60px;
}
.form-contact-dtl .each-form-cantact:last-child{
    margin-bottom: 0;
}
.each-form-cantact h3{
    padding-bottom: 12px;
}
.each-form-cantact tr{
    display: flex;
    column-gap: 2px;
}
.form-dtl-area .common-btn{
    margin-top: 30px;
}
.each-form-cantact a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.each-form-cantact a{
    padding-left: 3px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.32px;
}
.each-form-cantact td{
    padding-left: 3px;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.32px;
    color: #fff;
}
.form-heading h2{
    margin-top: 10px;
    margin-bottom: 20px;
}
.form-style.photo_upload,
.form-style.foto_upload {
    color: rgba(255, 255, 255, 0.70);
}
.form-sec .form-group .col-lg-6 {
    width: 100%;
}
.form-sec.form-height-add {
    padding-bottom: 80px;
}
/* *************aanbod-dtl-btm-sec********** */
.aanbod-dtl-btm-sec{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}
.aanbod-dtl-btm-sec.common-bg{
    background-position: bottom center;
}
.aanbod-dtl-btm-sec .radius-mark{
    left: 0;
    top: -22%;
    width: 26%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.aanbod-dtl-btm-heading{
    text-align: center;
    padding-bottom: 56px;
}
.aanbod-dtl-btm-heading h5{
    padding-bottom: 10px;
}
.aanbod-dtl-btm-slider .common-arrow{
    display: none;
}
.aanbod-dtl-btm-slider .each-product-text{
    background: #424242;
}
.aanbod-dtl-btm-sec .common-bg-img {
    bottom: -19%;
    pointer-events: none;
}
.aanbod-dtl-btm-sec .radius-mark.dtl-btm-mobile-merk{
    display: none;
}
.aanbod-dtl-btm-sec .radius-wrap{
    border-radius: 0;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}
.form-sec.form-height-add .sec-mark {
    top: -4%;
    z-index: -1;
}
/* =============================== aanbod-list ================================ */
/* **********aanbod-list-product-sec******** */
.aanbod-list-product-sec{
    position: relative;
    padding-bottom: 120px;
}
.aanbod-list-product-sec .common-bg-img {
    position: absolute;
    bottom: -6%;
}
.aanbod-list-product-sec .each-product-text{
    background: #424242;
}
.aanbod-list-product-sec .row{
    row-gap: 25px;
}
/* =============================== diensten-list ================================ */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    text-align: center;
}
.each-inner-banner {
    height: 600px;
    position: relative;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.each-inner-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
/****diens-list-sec****/
.diens-list-sec {
    padding: 100px 0 120px;
    position: relative;
}
.each-dies-list-wrap {
    margin-bottom: 24px;
}
.each-dies-list-wrap:last-child {
    margin-bottom: 0;
}
.each-dies-list-area {
    border-radius: 82px;
    background-color: #131313;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dies-list {
    padding: 72px 0;
}
.each-dies-list .col-lg-7 {
    width: 55%;
}
.each-dies-list .col-lg-5 {
    width: 45%;
}
.each-dies-list-txt h3 {
    margin-bottom: 24px;
}
.each-dies-list-txt h3 strong {
    font-weight: normal;
    margin-right: 10px;
}
.each-dies-list-img {
    max-width: 728px;
    width: 100%;
    height: 376px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto;
}
.each-dies-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-dies-list-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}
.each-dies-list-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
}
.each-dies-list-logo {
    text-align: center;
    width: 376px;
    height: 68px;
    transform: rotate(-270deg);
    writing-mode: vertical-rl;
}
.each-dies-list-txt {
    width: 81%;
}
.each-dies-list-txt .common-btn {
    margin-top: 18px;
}
.each-dies-list-area:hover {
    background-color: #FFFFFF;
}
.each-dies-list-area:hover .each-dies-list-logo img {
    filter: brightness(100) invert(1);
}
.each-dies-list-area:hover .each-dies-list-txt h3,
.each-dies-list-area:hover .each-dies-list-txt p,
.each-dies-list-area:hover .each-dies-list-txt h4 {
    color: #000000;
}
.each-dies-list-area:hover .each-dies-list-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-dies-list-area:hover .each-dies-list-txt .common-btn {
    border-color: #000;
    color: #000;
}
.each-dies-list-wrap:nth-child(even) .each-dies-list-img { 
    margin-left: 0;
    margin-right: auto;
}
.each-dies-list-wrap:nth-child(even) .each-dies-list-info { 
    justify-content: end;
}
/* =============================== diensten-dtl ================================ */
/****diens-top-sec****/
.inner-header .header-wrap {
    
}
.diens-top-sec {
    padding-top: 203px;
    position: relative;
}
.diens-top-sec .sec-mark {
    top: 18%;
}
.diens-top-sec .radius-wrap { 
    z-index: 1;
}
.diens-top-sec .radius-mark {
    width: 35%;
}
.diens-top-area {
    padding: 72px 0;
}
.diens-top-area .col-lg-5 {
    width: 47%;
}
.diens-top-area .col-lg-3 {
    width: 9%;
}
.diens-top-area .col-lg-4 {
    width: 44%;
}
.diens-top-img {
    border-radius: 10px;
    overflow: hidden;
}
.diens-top-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.diens-top-logo {
    text-align: center;
    width: 328px;
    height: 35px;
    transform: rotate(-270deg);
    writing-mode: vertical-rl;
}
.diens-top-txt {
    width: 100%;
    max-width: 540px;
}
.diens-top-txt h3 {
    margin-bottom: 22px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    padding: 120px 0 91px;
    position: relative;
}
.diens-mid-sec .sec-mark {
    top: -3%;
}
.diens-mid-sec .radius-mark { 
    top: auto;
    bottom: -43%;
    right: auto;
    left: 0; 
    z-index: -1;
}
.diens-mid-wrap {
    padding-top: 120px;
}
.diens-mid-title {
    margin-bottom: 80px;
}
.diens-mid-title h2 {
    margin: 11px 0 28px;
}
.diens-mid-area table {
    width: 100%;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.diens-mid-area td {
    border-radius: 10px;
    width: 31.46%;
    padding: 87px 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    overflow: hidden; 
}
.diens-mid-area td .glass-specular { 
    border-radius: 10px;
}
.diens-mid-area td strong {
    font-weight: normal;
}
.diens-mid-area td h3 {
    margin-bottom: 22px;
}
.diens-mid-area td h3 strong {
    font-weight: normal;
    margin-right: 10px;
}
.diens-mid-sec .radius-wrap {
    height: 544px;
    overflow: unset;
}
.diens-mid-area td:hover {
    background-color: #fff;
}
.diens-mid-area td:hover h3,
.diens-mid-area td:hover p {
    color: #000;
}
.diens-mid-area ul {
    list-style-type: disc;
    padding-left: 18px;
}
.diens-mid-area td:hover li {
    color: #000;
}
.diens-mid-area .glass-filter {
    backdrop-filter: none;
}
.diens-mid-area td .glass-specular {
    background-color: rgba(0, 0, 0, 0.20);
}
.diens-mid-area td:hover .glass-specular {
    background-color: transparent;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 116px 0 120px;
    position: relative;
}
.diens-btm-sec .common-bg-img {
    bottom: -21%;
}
.diens-btm-title h2 {
    margin: 9px 0 48px;
}
.each-diens-btm-slider {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-btm-slider .common-arrow:hover {
    background-color: #010203;
}
.diens-btm-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.diens-btm-slider .swiper-button-next {
    right: -2%;
}
.diens-btm-slider .swiper-button-prev {
    left: -2%;
}
.diens-btm-slider-txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 32px;
    width: 100%;
    max-width: 302px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.diens-btm-slider-txt h3 {
    margin-bottom: 22px;
}
.diens-btm-slider-txt h3 strong {
    font-weight: normal;
    margin-right: 10px;
}
.diens-btm-slider-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diens-btm-slider:hover {
    background-color: #fff;
}
.each-diens-btm-slider .diens-btm-slider-img,
.each-diens-btm-slider:hover .diens-btm-slider-img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-btm-slider:hover .diens-btm-slider-img {
    opacity: 0;
}
.diens-btm-slider-img {
    height: 362px;
}
.diens-btm-slider-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-btm-slider:hover h3,
.each-diens-btm-slider:hover p,
.each-diens-btm-slider:hover .read-more-btn {
    color: #000;
}
.each-diens-btm-slider:hover .read-more-btn::after {
    background-image: url(../images/black-lees-arw.svg);
}
/* =============================== vacature-dtl ================================ */
/****vacature-mid-sec****/
.diens-mid-sec.vacature-mid-sec .diens-mid-area tr {
    max-width: 1236px;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area td {
    width: 48.59%;
    padding-right: 78px;
    padding-top: 44px;
    padding-bottom: 44px;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area td .glass-filter {
    display: none;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-area td li {
    margin-bottom: 5px;
}
/* =============================== contact ================================ */
/* ****contact-banner***** */
.contact-map-banner .common-bg {
    height: 600px;
    position: relative;
}
.contact-map-banner .common-bg::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    height: 80px;
}
/* *****contact-form-sec**** */
.form-sec.contact-form-sec{
    padding-bottom: 120px;
}
.contact-form-sec .common-bg-img {
    bottom: -19%;
    pointer-events: none;
}
/* =============================== verkocht ================================ */
/* *****verkocht-product-sec***** */
.verkocht-product-sec .radius-mark{
    z-index: -1;
}
.aanbod-list-product-sec.verkocht-product-sec{
    padding-top: 176px;
}
.verkocht-heading{
    padding-bottom: 40px;
}
.verkocht-heading h2{
    padding-bottom: 15px;
}
.verkocht-product-sec .common-bg-img {
    bottom: -14%;
}
/* =============================== over-ons ================================ */
/* *****over-one-top-sec***** */
.over-ons-top-sec{
    padding-top: 120px;
    position: relative;
}
.over-ons-top-wrap{
    padding-top: 72px;
    padding-bottom: 72px;
}
.each-over-ons-top-img{
    height: 100%;
}
.each-over-ons-top-img img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.over-ons-top-wrap .col-lg-5{
    width: 43%;
}
.over-ons-top-wrap .col-lg-7{
    width: 57%;
}
.each-over-ons-top-text{
    max-width: 830px;
    margin-left: auto;
    padding-left: 5px;
}
.over-ons-top-wrap .each-over-ons-info:first-child .each-over-ons-top-text{
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 5px;
}
.each-over-ons-info{
    margin-bottom: 40px;
}
.over-ons-top-wrap .each-over-ons-info:last-child{
    margin-bottom: 0;
}
.each-over-ons-info h2{
    margin-bottom: 40px;
}
.each-over-ons-top-text p{
    margin-bottom: 44px;
}
.each-over-ons-top-text p:last-child{
    margin-bottom: 0;
}
.over-ons-top-wrap .row{
    align-items: center;
}
/* **********over-ons-usp-marquee************ */
.usp-marquee-sec.over-ons-usp-marquee{
    padding: 24px 0 60px;
}
.over-ons-usp-marquee .sec-mark {
    top: 49%;
}
/* *****over-ons-btm-sec******* */
.home-over-ons-sec.over-ons-btm-sec{
    padding-top: 0;
}
/* *****member-sec***** */
.member-sec{
    position: relative;
    padding-bottom: 120px;
    padding-top: 60px;
}
.member-dtl {
    /* display: flex; */
    max-width: 1240px;
    margin: 0 auto;
}
.member-img::after{
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 73.46%, #000 99.75%);
}
.member-img{
    position: relative;
    z-index: -1;
}
.member-img img{
    border-radius: 10px;
}
/* .member-text p{
    margin-bottom: 0;
} */
.member-text{
    /* margin-left: -19%; */
    max-width: 736px;
    /* margin-top: 10%; */
}
.member-text h2{
    margin-bottom: 25px;
}
.member-sec .radius-mark{
    width: 21%;
}
/* =============================== Bedankt ================================ */
.thankyou-banner-content {
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
    text-align: center;
}
.thankyou-banner{
    position: relative;
    padding-bottom: 120px;
}
.thankyou-banner-wrap h5{
    margin-bottom: 42px;
    margin-top: 16px;
}
.thankyou-banner-img{
    height: 948px;
    position: relative;
}
.thankyou-banner-img img{
    height: 100%;
    object-fit: cover;
}
.thankyou-banner-img::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
/* =============================== pop-up ================================ */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: #FFF;
    border-radius: 10px;
}
.pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 64px 40px 64px 60px;
}
.modal-area .popup-content h2{
    margin-bottom: 38px;
    color: #0A1520;
    margin-top: 25px;
}
.modal-area .popup-content h6{
    color: #FFF;
    font-size: 1.6rem;
    text-transform: none;
    font-family: 'ProximaNova-Regular';
    letter-spacing: 0.16px;
    line-height: 22px;
}
.modal-area .popup-content p{
    margin-bottom: 0;
    color: #0A1520;
}
.modal-content .col-lg-5 {
    width: 39%;
}
.modal-content .col-lg-7 {
    width: 61%;
}
.modal-area .popup-content li {
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 26px;
    position: relative;
    color: #0A1520;
    font-family: 'LamaSans-Medium';
}
.modal-area .popup-content ul {
    padding-left: 12px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #0A1520;
    background-size: 5px;
    height: 5px;
    width: 5px;
    border-radius: 100%;
}
.modal-content .close-img {
    position: absolute;
    top: -30px;
    right: -30px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #FFF;
}
.modal-content .close-img img {
    width: 45px;
}

.home-filter-btm-btn {
    margin-top: 20px;
}
.listview-top-content.privacy_section {
    padding: 140px 0 60px;
}
body .form-dtl-area .error_cls,
body .form-dtl-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;

}

/* ML calculator css  */

.calsty
{ border: 0; 
    width: 100%; 
    height: 1100px; 
    background: transparent; 
}



/* ================================================================================= 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;
      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(#fff calc(1*100%/6),#131313 0 calc(3*100%/6),#fff 0),
                linear-gradient(#fff calc(2*100%/6),#131313 0 calc(4*100%/6),#fff 0),
                linear-gradient(#fff calc(3*100%/6),#131313 0 calc(5*100%/6),#fff 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;
  }
  
  .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: 71px;
      font-size: small;
  }
  
  .notifcation {
      position: relative;
  }
  
  .alert-number {
      display: none;
      position: absolute;
      bottom: 27px;
      right: 0px;
      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;
      }
  }

/* ================================================================================= STYLE FOR DEVELOPER END============================================================================================ */


.each-filter select {
    background-color: #131313;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 44px;
    color: #fff;
    border: 0;
    height: 44px;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/filter-arrow.svg) #131313 no-repeat 97% center / 10px;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 5px;
}
.each-filter select option {
    font-family: 'LamaSans-Medium';
    background-color: #0F0F0F;
    font-size: 1.4rem;
    
}
.member-dtl .row{
    margin-bottom: 82px;
}
.member-dtl .row:last-child{
    margin-bottom: 0;
}
.each-form-cantact p span{
	
}
.header-area.header-active .header-wrap .glass-filter {
    position: relative;
}
.form-dtl-area p{
	font-style: italic;
	font-size: 1.3rem;
}


 




