body {
	padding: 0px;
	margin: 0px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #151515;
    /*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;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px 15px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
/***sec-mark***/
.sec-mark {
    position: absolute;
    right: 0;
    bottom: 0;  
    z-index: 1;  
    pointer-events: none;
}
.sec-mark img {
    width: 100%;
}
/***fix-wp****/
.fix-wp {
    position: fixed;
    right: 30px;
    bottom: 60px;
    border-radius: 100px;
    background-color: #25D366;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 98;
}
.fix-wp strong {
    font-weight: normal;
    overflow: hidden;
    margin-right: 40px;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fix-wp a {
    display: flex;
    align-items: center;
    padding: 16px;
}
.fix-wp img {
    width: 24px;
}
.fix-wp a:hover {
    color: #fff;
}
.fix-wp:hover {
    background-color: #23be5c;
}
.fix-wp:hover strong {
    display: none;
}
/*****header-area****/
.header-area {
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrap {
    border-radius: 100px;
    border: 1px solid #fff;
    background: rgba(21, 21, 21, 0.50);
    backdrop-filter: blur(8px);
    padding: 16px 31px;
}
.header-logo img {
    width: 109px;
}
.header-nav > ul {
    display: flex;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'Poppins-BoldItalic';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.header-nav > ul > li > a::after {
    content: "";
    height: 7px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/menu-line.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover {
    color: #fff;
}
.header-nav > ul > li:hover > a::after {
    opacity: 1;
}
.header-nav .parent-dropdown::before {
    content: "";
    height: 20px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
}
.header-right {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: end;
}
/******menu-btn******/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    gap: 5px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar {
    position: relative;
    max-width: 42px;
    width: 100%;
    cursor: pointer;
    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: 2px;
    margin: 10px 0 10px auto;
    width: 42px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn strong {
    font-weight: normal;
    display: none;
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-4px) rotate(-135deg);
}
.menu-btn.active strong {
    display: none;
}
.menu-btn.active .menu-bar {
    display: block;
}
/***dropdown***/
.parent-dropdown {
	position: relative;
    z-index: 1;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #1B1B1B ;
	min-width: 170px;
	text-align: center;
    border-radius: 10px;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.parent-dropdown ul li::after {
    display: none;
}
.header-nav .parent-dropdown > a {
    padding-right: 17px;
}
.parent-dropdown ul li a {
	color: #fff;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #E8EF13;
}
.parent-dropdown img {
    cursor: pointer;
    width: 12px;
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
} 
/*****mega-menu****/
.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #151515;
    padding: 0 40px 65px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu .container {
    height: 100%;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #0c0c0c;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #1B1B1B;
    border-radius: 10px;
}
.mega-menu-nav {
    margin: 40px 0;
    padding-bottom: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul {
    display: flex;
    column-gap: 10px;
    row-gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.6rem;
    font-family: 'LamaSans-MediumItalic';
    line-height: normal;
    display: table;
    width: 49%;
    margin-bottom: 0;
}
.mega-menu-nav > ul > li:nth-child(even) {
    text-align: right;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: #fff;
}
.mega-menu-nav > ul > li > a:hover {
    color: #E8EF13;
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    right: auto;
    width: 20px;
    top: 20px;
}
.mega-menu-nav .parent-dropdown:hover img {
    opacity: 1;
}
.mega-menu-nav .parent-dropdown:hover > a {
    color: #E8EF13;
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    top: 0;
    min-width: 100%;
    position: relative;
    max-height: 0;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 300px;
    margin-top: 15px;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 2rem;
    margin-bottom: 10px;
}
.mega-menu-nav .parent-dropdown ul li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: transparent;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: #E8EF13;
}
.menu-img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    height: 408px;
    position: relative;
    display: grid;
}
.each-menu-img {
    height: 100%;
    grid-area: 1 / 1;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.menu-img .each-menu-img.active {
    opacity: 1;
}
.each-menu-img img {
    height: 408px;
    object-fit: cover;
}
.mega-menu-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.mega-menu-contact h3 {
    -webkit-text-stroke-width: 0;
    font-family: 'LamaSans-SemiBold';
    font-style: italic;
}
.mega-menu-contact p {
    color: #fff;
    font-family: 'LamaSans-MediumItalic';
    font-size: 3rem;
    line-height: normal;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 30px;
}
.mega-menu-contact p a {
    color: #fff;
}
.mega-menu-contact p a:hover {
    color: #E8EF13;
}
.mega-menu .menu-mark-left {
    left: 0;
    right: auto;
    top: 0;
}
.mega-menu-close {
    position: fixed;
    top: 30px;
    right: 10%;
    cursor: pointer;
}
.mega-menu-close img {
    width: 24px;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-sec .inner-wrap {
    overflow: hidden;
}
.banner-video, .each-banner {
	height: 900px;
    position: relative;
}
.banner-video::after, .each-banner::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: linear-gradient(180deg, rgba(241, 248, 15, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); */
    background: linear-gradient(180deg, rgba(241, 248, 15, 0.05) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.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: 89px;
    z-index: 1;
    width: 100%;
}
.banner-content h1 {
    margin: 8px 0 19px;
    /* letter-spacing: -3.8px; */
}
.banner-sec .sec-mark {
    bottom: -25%;
}
/******product-sec*****/
.product-sec {
    position: relative;
}
.product-sec .inner-wrap {
    background: linear-gradient(305deg, #1B1B1B 72.9%, #989B00 99.55%);
    padding: 80px 0 40px;
}
.product-heading {
    position: relative;
    margin-bottom: 68px;
    text-align: center;
}
.product-heading h2 {
    margin-top: 5px;
}
.each-product-img {
    border-radius: 20px;
    overflow: hidden;
}
.each-product-text {
    margin-top: 16px;
}
.product-model h5 {
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-model p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.80);
}
.product-info-desktop {
    margin-top: 10px;
}
.product-info-desktop table, .product-info-desktop tbody {
    display: block;
}
.product-info-desktop tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 5px;
}
.product-info-desktop td {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: block;
}
.product-price h6 {
    letter-spacing: 0.16px;
    text-align: right;
}
.product-price h6 strong {
    display: block;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.80);
    font-family: 'LamaSans-Regular';
}
.product-info-mobile {
    display: none;
}
.each-product-text .common-btn {
    margin-top: 16px;
    display: block;
}
.each-product:hover .common-btn {
    background-color: #E8EF13;
    border-color: #E8EF13;
    color: #1B1B1B;
}
.each-product-text .common-btn em {
    font-style: normal;
}
.each-product-text .common-btn span {
    display: none;
}
.each-product-text .common-btn strong {
    font-weight: normal;
}
.product-cta {
    margin-top: 60px;
    text-align: center;
}
.product-sec .sec-mark {
    bottom: -15%;
    left: 0;
    right: auto;
}
/*****service-sec******/
.service-sec {
    background-color: #fff;
    padding: 24px 0;
    position: relative;
}
.service-sec .common-wrap {
    margin: 0;
}
.service-sec .inner-wrap {
    background: linear-gradient(250deg, #151515 75.69%, #989B00 100.01%);
    padding: 64px 0 80px;
}
.service-heading {
    margin-bottom: 48px;
}
.service-heading h2 {
    -webkit-text-stroke-color: #151515;
    margin-top: 8px;
}
.each-service {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 424px;
}
.each-service::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(27, 27, 27, 0.70);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-text {
    padding: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.each-service-text p {
    margin: 16px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-text-others {
    max-width: 572px;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.each-service:hover .each-service-text-others {
    max-height: 200px;
}
.each-service:hover::after {
    opacity: 1;
}
.service-sec .sec-mark {
    bottom: -32%;
}
/*****about-sec****/
.about-sec {
    position: relative;
}
.about-sec .inner-wrap {
    padding: 50px 0 84px;
    background: linear-gradient(122deg, #1B1B1B 73.77%, #989B00 99.99%);
}
.about-text {
    padding-bottom: 8px;
}
.about-heading {
    max-width: 658px;
    width: 100%;
}
.about-heading h2 {
    margin-top: 8px;
}
.about-heading p {
    margin: 15px 0 32px;
}
.about-usp {
    position: relative;
    margin-top: 128px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #151515;
    padding: 40px;
}
.about-usp .swiper-pagination {
    position: initial;
    text-align: left;
}
.about-usp .swiper-pagination-bullet {
    background: rgba(232, 239, 19, 0.40);
    height: 12px;
    width: 12px;
    opacity: 1;
}
.about-usp .swiper-pagination-bullet-active {
    background-color: #E8EF13;
}
.each-usp p {
    margin: 24px 0 32px;
}
.about-img {
    padding-right: 31px;
}
.about-img .col-lg-6:nth-child(1) .each-about-img {
    height: 533px;
}
.each-about-img {
    padding: 8px;
    height: 389px;
}
.each-about-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.each-about-img-wrap img {
    height: 100%;
    object-fit: cover;
}
.about-sec .sec-mark {
    bottom: -13%;
    left: 0;
    right: auto;
}
/****footer-area*****/
.footer-area {
    position: relative;
}
.footer-area .inner-wrap {
    background: linear-gradient(261deg, #151515 78.48%, #989B00 99.99%), #1B1B1B;
    padding: 48px 0 36px;
}
.footer-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 617px;
}
.footer-logo {
    text-align: center;
}
.footer-logo img {
    width: 125px;
}
.footer-info {
    margin: 48px auto;
    display: flex;
    column-gap: 20px;
    row-gap: 32px;
    justify-content: space-between;
    max-width: 1213px;
    width: 100%;
}
.each-footer-info {
    text-align: center;
}
.each-footer-info h5 {
    margin-bottom: 17px;
}
.each-footer-info p {
    margin-bottom: 0;
    font-family: 'LamaSans-Bold';
}
.each-footer-info table {
    text-align: left;
}
.each-footer-info td {
    font-family: 'LamaSans-Bold';
}
.each-footer-info td:nth-child(odd) {
    padding-right: 61px;
}
.footer-privacy p {
    margin-bottom: 0;
}
.footer-privacy p a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-privacy p a:hover {
    color: #fff;
}
.social ul {
    margin-bottom: 0;
    display: flex;
    gap: 16px;
    justify-content: end;
    flex-wrap: wrap;
}
.social li {
    padding-left: 0;
}
.social li::after {
    display: none;
}
.social li a {
    height: 48px;
    width: 48px;
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li a img {
    width: 17px;
    height: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social li a:hover {
    background-color: #fff;
}
.social li a:hover img {
    filter: brightness(0);
}
/*========================================service-list page start==========================================*/
/***inner-banner-sec****/
.inner-banner-sec .inner-wrap {
    position: relative;
    overflow: hidden;
}
.inner-banner-sec .inner-wrap::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(241, 248, 15, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    pointer-events: none;
}
.inner-banner-img {
    height: 600px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    left: 0;
    bottom: 83px;
    width: 100%;
    z-index: 1;
}
.inner-banner-text h5 {
    margin-bottom: 8px;
}
.inner-banner-text h5 strong {
    -webkit-text-stroke-width: 0.7px;
    -webkit-text-stroke-color: #000;
    font-family: 'LamaSans-MediumItalic';
}
/*****service-list-sec****/
.service-list-sec {
    position: relative;
}
.service-list-sec .inner-wrap {
    padding: 80px 0;
    background: linear-gradient(307deg, #1B1B1B 72.87%, #989B00 99.98%);
}
.service-list-sec .row {
    margin: 0 -16px;
    row-gap: 32px;
}
.service-list-sec .col-lg-6 {
    padding: 0 16px;
}
.service-list-sec .sec-mark {
    bottom: -80px;
}
/*========================================service-dtl page start==========================================*/
/*****service-dtl-welcome-sec*****/
.service-dtl-welcome-sec {
    padding: 32px 0 80px;
}
.service-desc-info-merge .inner-wrap {
    background: linear-gradient(227deg, #1B1B1B 75.59%, #989B00 99.33%);
    padding: 166px 0 100px;
}
.service-dtl-welcome-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 703px;
    width: 100%;
}
.service-dtl-welcome-text {
    padding-left: 35px;
    margin-left: auto;
}
.service-dtl-welcome-text h2 {
    margin-bottom: 10px;
}
.service-dtl-welcome-text h6 {
    font-family: 'LamaSans-SemiBold';
}
/*****service-dtl-info-sec****/
.service-dtl-info-sec {
    position: relative;
}
.service-dtl-info-sec .row {
    row-gap: 24px;
    margin: 0 -12px;
}
.service-dtl-info-sec .col-lg-6 {
    padding: 0 12px;
}
.each-service-dtl-info {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #151515;
    padding: 40px 53px;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-dtl-info li {
    margin-bottom: 7px;
}
.each-service-dtl-info li:last-child {
    margin-bottom: 0;
}
.each-service-dtl-info ul:last-of-type {
    margin-bottom: 0;
}
.each-service-dtl-info h5 {
    margin-bottom: 18px;
}
.each-service-dtl-info p:last-of-type {
    margin-bottom: 0;
}
.each-service-dtl-info:has(img) {
    padding: 0;
}
.each-service-dtl-info img {
    height: 100%;
    object-fit: cover;
}
.each-service-dtl-info:hover {
    border-color: #E8EF13;
}
.service-dtl-info-sec .sec-mark {
    right: auto;
    left: 0;
    bottom: -270px;
}
/****form-sec*****/
.form-sec .inner-wrap {
    background: linear-gradient(234deg, #1B1B1B 72.87%, #989B00 100.61%);
    padding: 60px 0;
    position: relative;
}
.form-heading {
    text-align: center;
    max-width: 654px;
    width: 100%;
    margin: 0 auto 62px;
}
.form-heading h2 {
    margin: 16px 0;
}
.form-heading h5 strong {
    font-family: 'LamaSans-MediumItalic';
}
.form-info {
    border-radius: 20px;
    background-color: #FFF;
    padding: 31px 40px;
    min-width: 463px;
    position: relative;
}
.each-form-info {
    display: flex;
    border-bottom: 1px solid rgba(21, 21, 21, 0.30);
    padding-bottom: 38px;
    margin-bottom: 38px;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-info p {
    color: #151515;
    margin-bottom: 0;
}
.each-form-info td {
    color: #151515;
}
.each-form-info td:nth-child(odd) {
    padding-right: 32px;
}
.each-form-info p a {
    color: #151515;
}
.each-form-info p a:hover {
    text-decoration: underline;
    text-underline-position: under;
}
.each-form-info-img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 27px;
}
.each-form-info-img img {
    width: 100%;
    height: 100%;
}
.each-form-info:hover {
    opacity: 1;
}
.form-info .social li a {
    border-color: #151515;
}
.form-info .social li a:hover {
    background-color: #151515;
}
.form-info .social li a:hover img {
    filter: brightness(0) invert(1);
}
.form-info .social ul {
    justify-content: start;
}
.form-right {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.form-img {
    height: 100%;
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-block {
    padding: 50px 94px;
}
.form-block .form-group {
	margin-bottom: 16px;
}
.form-block .form-style {
	resize: none;
    border: 0;
    border-bottom: 1px solid rgba(24, 23, 22, 0.50);
    border-radius: 0;
    font-family: 'LamaSans-Regular';
    color: #181716;
    font-size: 1.8rem;
    padding: 24px 0;
    line-height: 24px;
	background-color: transparent;
}
.form-block .form-style:placeholder {
	color: rgba(24, 23, 22, 0.50);
}
.form-block .form-style:-ms-input-placeholder {
	color: rgba(24, 23, 22, 0.50);
}
.form-block .form-style::placeholder {
	color: rgba(24, 23, 22, 0.50);
}
.form-block .form-style.foto_upload,
.form-block .form-style.photo_upload {
	color: rgba(24, 23, 22, 0.50);
}
.form-block .form-style.uploaded {
    color: #181716;
}
.form-block .form-style:focus {
    box-shadow: none;
	border-bottom: 1px solid #181716;
    color: #181716;
    background-color: transparent;
}
.form-block .form-style:focus::placeholder {
    color: #181716;
    border-color: #181716;
}
.form-block .form-style:not(:placeholder-shown) {
    border-color: #181716;
}
.form-block textarea.form-style {
    height: 130px;
}
.form-block .common-btn {
    margin-top: 40px;
    display: flex;
    gap: 16px;
}
.form-block .common-btn::after {
    content: "";
    display: block;
    background-image: url(../images/send.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-block .common-btn:hover::after {
    filter: brightness(0) invert(1);
}
body .form-block .error_cls,
body .form-block .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-wrap .col-lg-10 {
    width: 85%;
}
.form-wrap .col-lg-2 {
    width: 15%;
}
.form-right .col-lg-5 {
    width: 44%;
}
.form-right .col-lg-7 {
    width: 56%;
}
.form-mark-top {
    top: 0;
    bottom: auto;
}
.form-mark-btm {
    right: auto;
    left: 0;
}
.form-style.photo_upload.foto_upload.active {
    color: #181716;
}
/****related-service-sec*****/
.related-service-sec {
    background-color: #fff;
    padding: 120px 0 80px;
    position: relative;
}
.related-service-sec .container {
    position: relative;
    z-index: 2;
}
.related-service-heading {
    margin-bottom: 80px;
    text-align: center;
}
.related-service-heading h5 {
    margin-bottom: 2px;
}
.related-service-heading h5 strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: 'LamaSans-MediumItalic';
}
.related-service-sec .each-service {
    height: 450px;
}
/*========================================contact page start==========================================*/
/****map-sec***/
.map-sec .inner-wrap {
    overflow: hidden;
}
.map-main {
    height: 500px;
}
/*========================================bedankt page start==========================================*/
.bedankt-banner-sec .inner-wrap {
    position: relative;
}
.bedankt-banner-sec .sec-mark {
    bottom: 0;
}
.bedankt-banner-sec .banner-content p {
    max-width: 590px;
    width: 100%;
}
.bedankt-banner-sec .banner-content h5 strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: 'LamaSans-MediumItalic';
}
/*========================================overons page start==========================================*/
/***overons-welcome-sec***/
.overons-welcome-sec {
    position: relative;
}
.overons-welcome-sec .inner-wrap {
    background: linear-gradient(291deg, #1B1B1B 75.71%, #989B00 99.98%);
    padding-top: 80px;
    padding-bottom: 80px;
}
.overons-welcome-img {
    border-radius: 20px;
    max-width: 703px;
    width: 100%;
    overflow: hidden;
}
.overons-welcome-text {
    padding-left: 35px;
}
.overons-welcome-text h2 {
    margin-bottom: 24px;
}
.overons-welcome-sec .sec-mark {
    left: 0;
    right: auto;
    bottom: auto;
    top: -78px;
}
/***overons-info-sec****/
.overons-info-sec .about-usp {
    margin-top: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-info-sec .inner-wrap {
    padding: 104px 0;
    background: linear-gradient(125deg, #1B1B1B 73.11%, #989B00 100.02%);
}
.overons-info-sec .about-usp:first-child {
    margin-top: 0;
}
.overons-info-sec .about-usp p {
    margin: 24px 0 0;
}
.overons-info-sec .about-usp:hover {
    border-color: #E8EF13;
}
.overons-info-sec .about-text {
    max-width: 748px;
    width: 100%;
    padding-bottom: 0;
    margin-left: auto;
}
.overons-info-sec .overons-info-mark-top {
    left: auto;
    right: 0;
    bottom: auto;
    top: -130px;
}
.overons-info-sec .overons-info-mark-btm {
    bottom: -70px;
}
/***member-sec***/
.member-sec {
    padding: 120px 0;
    background-color: #E1E1E1;
    position: relative;
    overflow-x: hidden;
}
.member-sec .container {
    position: relative;
    z-index: 2;
}
.member-heading {
    margin-bottom: 80px;
    text-align: center;
}
.member-heading h5 strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: 'LamaSans-MediumItalic';
}
.each-member {
    position: relative;
}
.each-member-img {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.each-member-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 32px);
    width: calc(100% - 32px);
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    background-color: #1B1B1B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-info-wrap {
    overflow-y: auto;
}
.each-member-info-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #272727;
    border-radius: 10px;
}
.each-member-info-wrap::-webkit-scrollbar-thumb {
    background-color: #151515;
    border-radius: 10px;
}
.each-member-info p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.70);
}
.each-member-text {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    background-color: #1B1B1B;
    -webkit-text-stroke-width: 0;
    padding: 12px;
}
.each-member-text h6 {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'LamaSans-Regular';
}
.each-member:hover .each-member-info {
    opacity: 1;
    pointer-events: all;
}
/*========================================aanbod page start==========================================*/
.aanbod-list-merge .inner-wrap {
    background-color: #1B1B1B;
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 182px 0 120px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
    font-family: 'LamaSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
}
.filter-reset a:hover {
	color: #E8EF13;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(84%) sepia(97%) saturate(785%) hue-rotate(10deg) brightness(118%) contrast(87%);
}
.select-style {
    width: 100%;
    height: 56px;
    color: #fff;
    font-family: 'Poppins-BoldItalic';
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #E8EF13;
    border-color: #E8EF13;
    color: #151515;
    background-image: url(../images/filter-arrow-black.svg);
}
.select-style:hover {
    background-color: #E8EF13;
    border-color: #E8EF13;
    color: #151515;
    background-image: url(../images/filter-arrow-black.svg);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option {
    font-family: 'LamaSans-Regular';
	background-color: #fff;
}
.filter-content {
    display: none;
    background-color:#151515;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E8EF13;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 3;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #E8EF13;
    border-color: #E8EF13;
    background-image: url(../images/check-tick.svg);
    background-size: 11px;
    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: #1B1B1B;
    border-radius: 20px;
    background-color: rgba(232, 239, 19, 0.7);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #E8EF13;
    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: #E8EF13;
    border-color: #E8EF13;
    color: #1B1B1B;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
    -webkit-text-stroke-width: 0;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 80px;
    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 {
    font-family: 'LamaSans-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #E8EF13;
    border: 1px solid #E8EF13;
    color: #1B1B1B;
    margin-left: 0;
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn .common-btn_bg,
.mobile-show-filter .common-btn .common-btn_color_wrap,
.mobile-show-filter .common-btn .common-btn_color_wrap {
    display: none;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #1B1B1B;
    border-color: #E8EF13;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #151515;
    border-bottom: 1px solid rgba(255, 255, 255, 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: #E8EF13;
    border: 1px solid #E8EF13;
    color: #1B1B1B;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    margin-left: 0;
    max-width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #E8EF13;
    color: #fff;
}
.auto-overview-filter-result .total_search_records .common-btn_bg,
.auto-overview-filter-result .total_search_records .common-btn_color_wrap {
    display: none;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #fff;
    font-family: 'LamaSans-Regular';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 256px;
}
.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: #E8EF13;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgb(232, 239, 19, 0.4);
    border-color: rgb(232, 239, 19, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #E8EF13;
}
.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 #fff;
    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';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #E8EF13;
}
/****aanbod-product-sec****/
.aanbod-list-merge {
    position: relative;
}
.aanbod-product-sec {
    padding-bottom: 80px;
}
.aanbod-product-sec .container > .row {
    row-gap: 24px;
}
.aanbod-product-sec .sec-mark {
    bottom: -80px;
}
/*========================================popup start==========================================*/
.modal-area .modal-dialog {
    max-width: 1331px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(21, 21, 21, 0.80);
    backdrop-filter: blur(4px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 42%;
}
.modal-area .modal-content .col-lg-7 {
    width: 58%;
}
.modal-content-wrap {
    overflow: hidden;
    border-radius: 20px;
    background-color: #1B1B1B;
    padding: 15px;
}
.modal-area .popup-content h4 {
    text-transform: uppercase;
	margin-bottom: 32px;
    -webkit-text-stroke-width: 2px;
}
.modal-area .popup-content p {
	margin-bottom: 32px;
}
.modal-area .popup-content p:last-of-type {
    margin-bottom: 0;
}
.modal-area .popup-content ul {
    margin-bottom: 32px;
}
.modal-area .popup-content li {
    color: #fff;
    margin-bottom: 5px;
}
.modal-area .popup-content {
    overflow: hidden;
    padding:  100px 96px;
    position: relative;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .sec-mark {
    display: none;
}
/*========================================verkocht start==========================================*/
.verkocht-list-merge {
    position: relative;
}
.verkocht-list-merge > .common-wrap > .inner-wrap {
    border-radius: 20px;
    background-color: #1B1B1B;
}
/***verkocht-heading-sec***/
.verkocht-heading-sec {
    padding: 182px 0 80px;
}
.verkocht-heading-right {
    max-width: 614px;
    width: 100%;
    margin-left: auto;
}
.verkocht-heading-right p:last-of-type {
    margin-bottom: 0;
}
/****verkocht-product-sec****/
.verkocht-product-sec .sec-mark {
    bottom: -80px;
}
.verkocht-product-sec {
    padding-bottom: 80px;
}
.verkocht-product-sec .container > .row {
    row-gap: 24px;
}
/*========================================aanbod-dtl start==========================================*/
.aanbod-dtl-top-merge .inner-wrap {
    padding: 166px 0 45px;
    background-color: #1B1B1B;
}
/***dtl-desktop-btn****/
.dtl-desktop-btn {
    margin-bottom: 32px;
    margin-top: -55px;
}
.dtl-desktop-btn .col-lg-5 {
    width: 44%;
}
.dtl-desktop-btn ul {
    margin-bottom: 0;
    display: flex;
    gap: 16px;
    justify-content: end;
    flex-wrap: wrap;
}
.dtl-desktop-btn li {
    padding-left: 0;
}
.dtl-desktop-btn li::after {
    display: none;
}
.share-btn {
    padding: 0;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center; 
    border-color: rgba(255, 255, 255, 0.50);
}
.share-btn:hover svg, .share-btn:hover img {
    filter: brightness(0);
    margin-right: 0;
}
.share-btn img {
    width: 11px;
}
/****dtl-mobile-desc****/
.dtl-mobile-desc {
    display: none;
}
.dtl-mobile-desc-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    padding-bottom: 35px;
    margin-bottom: 25px;
}
.dtl-mobile-desc-wrap {
    position: relative;
}
.dtl-mobile-desc .share-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.dtl-mobile-desc h3 {
    -webkit-text-stroke-width: 0px;
}
.dtl-mobile-desc p {
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 40px;
    letter-spacing: 0.28px;
}
.dtl-mobile-desc h2 {
    color: #E8EF13;
    letter-spacing: 0.24px;
    font-family: 'LamaSans-Medium';
    -webkit-text-stroke-width: 0;
    letter-spacing: 0.24px;
}
.dtl-mobile-desc h2 strong {
    font-weight: normal;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    color: #fff;
}
.dtl-mobile-info-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dtl-mobile-info-reach p {
    margin-bottom: 0;
}
.dtl-mobile-info-reach p img {
    width: 14px;
    margin-right: 10px;
}
/***dtl-top-slider****/
.dtl-top-main {
    position: relative;
}
.dtl-top-main, .dtl-top-thumb-desktop {
    border-radius: 20px;
    overflow: hidden;
}
.each-dtl-slide {
    border-radius: 20px;
    overflow: hidden;
}
.dtl-thumb-slider .each-dtl-slide {
    height: 100%;
}
.each-dtl-slide img {
    height: 100%;
    object-fit: cover;
}
.dtl-thumb-slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    height: 100%;
    transform: none !important;
    overflow-y: auto;
}
.dtl-thumb-slider .swiper-slide {
    width: 100% !important;
}
.dtl-thumb-slider .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.dtl-top-slider .col-lg-7 {
    width: 56%;
}
.dtl-top-slider .col-lg-5 {
    width: 44%;
}
.dtl-thumb-slider {
    height: 633px;
}
.dtl-top-main .swiper-button-next {
    right: 18px;
}
.dtl-top-main .swiper-button-prev {
    left: 18px;
}
.dtl-top-main .common-arrow {
    display: none;
}
.dtl-top-thumb-mobile {
    display: none;
}
.dtl-top-thumb-mobile .row {
    row-gap: 6px;
    margin: 0 -3px;
}
.dtl-top-thumb-mobile .col-6 {
    padding: 0 3px;
}
.mobile-thumb-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 14px);
    width: calc(100% - 14px);
    color: #fff;
    text-align: center;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0.16px;
}
.dtl-top-thumb-mobile .each-dtl-slide {
    position: relative;
}
/****dtl-info-sec***/
.dtl-info-sec .inner-wrap {
    border-radius: 20px;
    background-color: #1B1B1B;
    padding: 24px 0;
}
.dtl-car-model h3 {
    -webkit-text-stroke-width: 2px;
}
.dtl-car-model p {
    color: rgba(255, 255, 255, 0.80);
    margin: 8px 0 0;
}
.dtl-car-info {
    border-radius: 10px;
    background-color: #151515;
    padding: 20px 34px;
}
.dtl-car-info table, .dtl-car-info tbody {
    display: block;
    width: 100%;
}
.dtl-car-info tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 15px;
    justify-content: center;
}
.dtl-car-info td {
    color: #fff;
    font-family: 'Poppins-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: block;
}
.dtl-car-info td strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Regular';
    display: block;
    margin-top: 8px;
}
.dtl-car-price {
    text-align: right;
}
.dtl-car-price h5 {
    -webkit-text-stroke-width: 0;
    font-family: 'LamaSans-Regular';
    letter-spacing: 0.24px;
    color: rgba(255, 255, 255, 0.80);
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .col-lg-4 {
    width: 30%;
}
.dtl-tab-sec .col-lg-8 {
    width: 70%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn .tabs li.active, .tab-btn .tabs li:hover {
    background-color: transparent;
    opacity: 1;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: #151515;
    text-transform: none;
	font-size: 2rem;
    font-family: 'LamaSans-SemiBold';
	line-height: normal;
	padding-right: 16px;
    padding-left: 0;
	position: relative;
    opacity: 0.5;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
    display: none;
}
.tab_content p {
    color: #151515;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 70px 0;
    background-color: #F8F7F7;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn {
    border-bottom: 1px solid rgba(47, 47, 47, 0.30);
    margin-bottom: 47px;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}
.kenmerken-tab ul {
    list-style: none;
    margin: 0;
    padding: 23px 40px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #F8F7F7;
    border-radius: 20px;
}
.kenmerken-tab ul:hover{
    background-color: #1B1B1B;
}
.kenmerken-tab ul:hover li{
    border-color: rgba(255, 255, 255, 0.55);
}
.kenmerken-tab li {
    padding: 0;
    width: 21%;
    color: #2F2F2F;
    font-family: 'LamaSans-SemiBold';
    font-size: 2rem;
    line-height: 20px;
    border-right: 1px solid rgba(47, 47, 47, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab li:first-child {
    width: 15%;
}
.kenmerken-tab ul:hover li{
    color: #FFF;
}
.kenmerken-tab ul:hover li strong{
    color: rgba(255, 255, 255, 0.70);
}
.kenmerken-tab ul li:last-child{
    border: 0;
}
.kenmerken-tab li strong {
    font-family: 'LamaSans-Regular';
    font-weight: normal;
    color: rgba(47, 47, 47, 0.70);
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab ul li:first-child em{
    margin: unset;
}
.kenmerken-tab li em {
    font-style: normal;
    width: max-content;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.kenmerken-tab li::after{
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bullet-panel h5 {
    border-bottom: 1.5px solid #151515;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #151515;
    font-family: 'LamaSans-SemiBold';
    -webkit-text-stroke-width: 0;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 5px;
    color: #151515;
    padding-left: 20px;
}
.dtl-tab-sec .bullet-panel ul li::after {
    background-color: #151515;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #151515;;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #151515;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
    line-height: 24px;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #151515;
	text-transform: none;
    font-size: 1.8rem;
    font-family: 'LamaSans-Medium';
    -webkit-text-stroke-width: 0;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    color: #151515;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    -webkit-text-stroke-width: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    text-align: left;
    color: #151515;
    cursor: pointer;
    margin-top: 35px;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
	line-height: 2.4rem;
    text-decoration: underline;
    text-underline-position: under;
    display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.tab-btm-btn:hover{
    opacity: 0.6;
}
.tab-btn .tabs li.active::after {
	transform: rotate(90deg);
    opacity: 1;
}
.tabs li::after {
    content: "";
    top: 4px;
    background-color: transparent;
    width: 6px;
    height: 20px;
    position: absolute;
    right: 0;
    left: auto;
    background-size: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li::before {
    content: "";
    height: 2px;
    background-color: #151515;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::before {
    width: 100%;
}
/*****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 {
    background-color: #151515;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #151515;
    border-radius: 20px;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	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 #fff;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: auto;
    overflow-x: clip;
	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 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 0;
}
.kenmerken-popup-model h6 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke-width: 0;
}
.kenmarken-popup-content h5 {
	margin-bottom: 10px;
    color: #fff;
    -webkit-text-stroke-width: 0;
}
.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;
    font-family: 'LamaSans-Regular';
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****related-product-sec****/
.related-product-sec {
    position: relative;
}
.related-product-sec .inner-wrap {
    background: linear-gradient(116deg, #1B1B1B 75.87%, #989B00 101.91%);
    padding: 96px 0 71px;
}
.related-product-heading {
    margin-bottom: 80px;
    text-align: center;
}
.related-product-heading h5 strong {
    font-family: 'LamaSans-MediumItalic';
}
.related-product-sec .sec-mark {
    bottom: auto;
    top: -70px;
}
/****privacy****/
.privacy_section {
    padding: 170px 0 60px;
}

/* 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 p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#E8EF13 calc(1*100%/6),#fff 0 calc(3*100%/6),#E8EF13  0),
              linear-gradient(#E8EF13  calc(2*100%/6),#fff 0 calc(4*100%/6),#E8EF13  0),
              linear-gradient(#E8EF13  calc(3*100%/6),#fff 0 calc(5*100%/6),#E8EF13  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: #E8EF13;
  }
.carpass-img {
    width: 115px;
}
/* Style For Developer End */
/* whats app lab  */
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}
.popup .popuptext {
    display: none;
    width: 200px;
    background-color: #25D366;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 3px;
    right: 3vw;
    font-size: small;
}
.notifcation {
    position: relative;
}
.alert-number {
    display: none;
    position: absolute;
    /* bottom: 28px; */
    bottom: 28px;
    /* / left: 16px; */
    right: -11px;
    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){
    .fix-wp{
        display: none;
    }
}
/* whats app lab end  */
.iframe-footer { 
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
    max-width: calc(100% - 48px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    color: #151515 !important;
    background-color: #E8EF13 !important;
    background-image: url(../images/voorraadwekker-arw.svg) !important;
    background-size: 17px !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover, 
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:focus {
    border-color: #E8EF13 !important;
}
.dtl-desktop-btn .share-social-media-button .a2a_dd svg,
.dtl-mobile-desc .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
/* .dtl-desktop-btn .share-social-media-button .a2a_dd {
    color: #ffffff;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: rgba(255, 255, 255, 0.50);
} */
#finance-calc{
    width: 100%;
    height: 818px;
}
.overons-welcome-img {
    height: 100%;
}
.overons-welcome-img img{
    height: 100%;
    object-fit: cover;
}
.service-dtl-welcome-sec .row{
    align-items: center;
}