body {
	padding: 0px;
	margin: 0px;
	font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    background-color: #fff;
    /* overflow-y: clip !important;
    height: 100vh !important; */
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
    /* overflow-y: clip !important; */
}
/*#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;
}
/***************form*********************/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.inner-header{
    background: #1E1E1E;
}
.header-bg{
    top: 0;
}
.header-bg .common-wrap{
    padding: 0;
}
.header-bg .header-wrap {
    border-radius: 0;
    background: #121212;
    backdrop-filter: blur(0px);
    padding: 29px 0;
}
.header-bg.header-active .header-wrap {
    border-radius: 0;
}
.header-wrap {
    padding: 35px 0 28px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 229px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    gap: 31px;
    margin-bottom: 0;
    justify-content: center;
}
.header-nav > ul > li {
    padding-left: 0;
    letter-spacing: 0.16px;
    font-family: 'LamaSans-Medium';
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    display: inline-block;
    position: relative;
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: #D6AC44;
}
.header-nav > ul > li > a::after{
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #D6AC44;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover::after{
    width: 100%;
}
/******menu-btn******/
.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    border-radius: 0;
    padding: 12px 18px;
    margin-left: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    max-width: max-content;
    margin-left: auto;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 24px 4px 8px;
    border-radius: 100px;
    background-color: #121212;
    box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 10px;
    min-width: 170px;
    margin-top: 9px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-x: clip;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 13px;
	top: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(71%) sepia(63%) saturate(401%) hue-rotate(1deg) brightness(86%) contrast(97%);
}
.parent-dropdown {
	position: relative;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 15px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #E1AB02;
}
.header-nav > ul > .parent-dropdown > a {
    padding-right: 30px;
    position: relative;
}
.header-nav .parent-dropdown > a::before {
    content: "";
    height: 40px;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
.header-active .header-wrap {
    background-color: #121212;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding: 31px 0 28px;
}
.menu-btn.common-btn:hover img{
    z-index: 2;
}
.side-menu-close strong{
    font-weight: normal;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100vh;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1E1E1E;
    border-radius: 0px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    padding-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu .container {
    height: 100%;
}
.side-menu-content {
    height: calc(100% - 166px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 0;
}
.side-menu-content::-webkit-scrollbar {
    background-color: #232323;
    width: 10px;
    border-radius: 10px;
}
.side-menu-content::-webkit-scrollbar-thumb {
    background-color: rgb(62, 62, 62);
    border-radius: 10px;
}
.side-menu-nav {
    max-width: 400px;
    width: 100%;
}
.side-menu-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.6rem;
    letter-spacing: 1.08px;
    display: block; 
    font-family: 'REM-Medium';
    margin-bottom: 53px;
    line-height:42px;
    padding-left: 0px;
}
.side-menu-nav > ul > li::after{
    display: none;
}
.side-menu-nav > ul > li > a::after {
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    top: 9px;
    transform: translateX(-100%);
    background-color: #D6AC44;
    background-size: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.side-menu-nav > ul > li:hover a::after {
    transform: translateX(0);
    opacity: 1;
}
.side-menu-nav > ul > li > a {
    color: #fff;
    padding-bottom: 0;
    text-transform: uppercase;
}
.side-menu-nav > ul > li > a:hover {
    color: #D6AC44;
}
.side-menu-nav > ul > li:hover a{
    padding-left: 50px;
}
.side-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.side-menu-nav .parent-dropdown.open ul {
    max-height: 240px;
    margin-top: 20px;
}
.side-menu-nav .parent-dropdown ul li {
    text-align: left;
    font-size: 2.5rem;
}
.side-menu-nav .parent-dropdown img {
    top: 17px;
    width: 20px;
    right: 0;
}
.side-menu-nav .parent-dropdown > ul > li > a {
    padding: 15px 20px;
}
.side-menu-nav-mobile {
    display: none;
}
.side-menu-close {
    cursor: pointer;
}
.side-menu-close img {
    width: 13px;
}
.side-menu-logo img {
    width: 229px;
}
.side-menu-close{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    border-radius: 0;
    padding: 12px 18px;
    margin-left: 30px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    max-width: max-content;
    margin-left: auto;
}
.side-menu-header {
    margin-bottom: 92px;
}
.side-menu-info {
    display: table;
    margin-left: 118px;
    padding-right: 10px;
    max-width: 260px;
}
.each-side-menu-info {
    margin-bottom: 35px;
}
.each-side-menu-info:last-child {
    margin-bottom: 0;
}
.each-side-menu-info h6 {
    color: #D6AC44;
    font-size: 2rem;
    line-height: 36px;
    letter-spacing: 0.4px;
    margin-bottom: 9px;
}
.each-side-menu-info p {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
.each-side-menu-info p a {
    color: rgba(255, 255, 255, 1);
}
.each-side-menu-info p a:hover{
    color: #D6AC44;
}
.each-side-menu-info td {
    color: rgba(255, 255, 255, 1);
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 6px;
}
.each-side-menu-info td:nth-child(odd) {
    padding-right: 18px;
}
.side-menu-img{
    display: flex;
    gap: 23px;
    height: 100%;
}
.side-menu-content .col-lg-2{
    width: 20%;
}
.side-menu-content .col-lg-4{
    width: 30%;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    overflow: hidden;
}
.banner-content-wrap {
    position: relative;
    padding-top: 9.5%;
}
.banner-content-wrap h1{
    max-width: 780px;
}
/* .banner-content-wrap::after {
    content: "";
    background-color: #BCBBB8;
    top: 0;
    left: 0;
    position: absolute;
    width: calc(100% + 300px);
    height: 1px;
} */
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 46px;
    z-index: 2;
    width: 100%;
}
.banner-content .banner-btn {
    display: flex;
    gap: 14px;
}
.banner-content h1 {
    margin-bottom: 34px;
}
.banner-right-content {
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
}
/* .banner-sec::before {
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 25.11%;
    z-index: 2;
}
.banner-content::before {
    content: "";
    background-image: url(../images/banner-dot.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 8px;
    width: 8px;
    height: 8px;
    background-position: center;
    top: -1%;
    right: 24.91%;
    z-index: 2;
} */
.banner-right-content p {
    max-width: 370px;
    width: 100%;
    margin-bottom: 0;
    color: #fff;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.banner-content p {
    display: none;
    color: #fff;
}
/****product-sec****/
.product-sec {
    padding: 82px 0;
    overflow-x: clip;
    position: relative;
}
.product-sec .container {
    position: relative;
    z-index: 2;
}
.product-sec::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 1px;
    height: 40%;
    top: 0;
    right: 25.11%;
    z-index: 2;
}
.product-title {
    margin-bottom: 80px;
    text-align: center;
}
.each-product-img {
    position: relative;
    /* height: 100%; */
}
.each-product-img img {
    object-fit: cover;
    /* height: 394px; */
}
.each-product-img .swiper {
    height: 100%;
}
.each-product-text table {
    margin: 20px 0;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 14px 0;
}
.each-product-text tbody {
    display: block;
}
.each-product-text h2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    color: rgba(0, 0, 0, 0.70);
    margin: 10px 0 0;
}
.each-product-text tr {
    display: flex;
    row-gap: 10px;
    column-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.each-product-text td {
    display: flex;
    align-items: center;
}
.each-product-text td strong {
    margin-right: 16px;
    font-weight: normal;
    position: relative;
    margin-left: 5px;
}
.each-product-text td strong::after {
    background-image: url(../images/icon-frame.svg);
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -11px;
    height: 37px;
    width: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.product-btm .common-btn {
    margin-right: 0;
    margin-left: auto;
    color: #000;
}
.product-btm .common-btn strong {
    position: relative;
    z-index: 2;
    font-weight: normal;
}
.each-product-text {
    height: 100%;
    padding-top: 30px;
}
.product-progress {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 30px;
    left: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 100%;
    position: absolute;
}
.progress-ring {
    position: absolute;
    inset: 0;
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.progress-ring svg {
    width: 100%;
    height: 100%;
}
.progress-ring-circle {
    fill: none;
    stroke: #D6AC44;
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.product-slider {
    position: relative;
}
.product-btm .product-btm .border-btn:hover {
    border-color: #000;
    color: #000;
}
.each-product:hover .product-btm .border-btn {
    border-color: #000;
    color: #fff;
}
/* .each-product:hover .product-btm .border-btn {
    border-color: #000;
    color: #fff;
} */
.product-btm .common-btn:before, .product-btm .common-btn:after {
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
}
.each-product:hover .product-btm .common-btn::before {
    transform: translateX(-30%);
}
.each-product:hover .product-btm .common-btn::after {
    transform: translateX(30%);
}
.each-product:hover .product-btm .common-btn:before, 
.each-product:hover .product-btm .common-btn:after {
    border-top: 23px solid #000;
    border-bottom: 23px solid #000;
}
.product-control {
    width: 80%;
    display: flex;
    align-items: center;
    gap: 36px;
}
.product-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: -7px;
}
.product-nav .common-arrow
 {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: unset;
    transition: none;
}
.product-nav .common-arrow img {
    width: 23px;
}
.product-control .swiper-scrollbar {
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
}
.product-control .swiper-scrollbar-drag {
    background: #000;
    cursor: grab;
}
.product-part {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
    column-gap: 115px;
}
.product-btn {
    width: 12%;
}
.each-product-mobile,
.product-btn-mobile {
    display: none;
}
.product-price {
    border-radius: 10px;
    border: 1px solid #000;
    background: #000;
    padding: 10px 10px;
}
/****service-sec****/
.service-sec {
    overflow: hidden;
    background-color: #1E1E1E;
    position: relative;
    padding: 0px 0 160px;
}
.service-thum-slider {
    padding-left: 20px;
    position: relative;
}
.service-thum-slider .swiper-slide-active{
    display: none;
}
.service-sec::after {
    content: "";
    top: 0;
    position: absolute;
    width: 294px;
    height: 100%;
    background: linear-gradient(270deg, #1E1E1E 0%, rgba(30, 30, 30, 0.00) 100%);
    z-index: 1;
    right: 0;
    pointer-events: none;
}
.service-thum-slider::after {
    content: "";
    background-color: #BCBBB8;
    bottom: -19%;
    left: auto;
    right: -28%;
    position: absolute;
    width: calc(100% + 25%);
    height: 1px;
    pointer-events: none;
}
.service-thum-slider::before {
    content: "";
    background-image: url(../images/service-dot.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 6px;
    background-position: center;
    bottom: -19.5%;
    left: 2.1%;
    z-index: 2;
}
.service-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 102px;
    position: relative;
    z-index: 2;
}
.service-title h2 {
    color: #fff;
}
.service-main-slider {
    position: absolute;
    left: 0;
    width: 41.7%;
    top: 0;
    height: 100%;
}
.service-thum-img {
    position: relative;
}
.service-thum-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.70) 0%, rgba(30, 30, 30, 0.70) 100%);
    pointer-events: none;
    z-index: 1;
}
.service-wrap {
    height: 900px;
}
.service-main-slider,
.service-main-slider .swiper-wrapper,
.service-main-slider .swiper-slide,
.service-slider,
.service-slider .swiper,
.service-wrap .row {
    height: 100%;
}
.service-slider .swiper {
    height: 100%;
}
/* .service-wrap {
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
} */
.service-wrap .col-lg-6:first-child {
    width: 42%;
}
.service-wrap .col-lg-6:last-child {
    width: 58%;
}
.service-thum-slider, .service-thum, .service-thum .swiper {
    height: 100%;
}
.service-thum-img,
.service-small-thum-img {
    height: 100%;
}
.service-small-thum-img {
    height: 440px;
}
.service-thum-img img,
.service-small-thum-img img {
    object-fit: cover;
    height: 100%;
}
.service-thum .swiper-wrapper {
    flex-wrap: unset;
}
.service-left-img-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}
.service-left-img-info .common-btn {
    margin: 0 auto;
}
.service-left-img-info p {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0 43px;
}
.service-thum .common-arrow {
    bottom: -25%;
    top: auto;
}
.service-small-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 22px;
}
.service-small-info h5 {
    color: #fff;
    text-transform: uppercase;
}
.service-left-img-info h3{
    text-transform: uppercase;
}
.service-sec .common-arrow{
    top: 88.5%;
}
.service-sec .swiper-button-next {
    right: 68px;
}
.service-sec .swiper-button-next strong{
    padding-right: 65px;
}
.service-sec .swiper-button-prev {
    left: 50px;
}
.service-sec .swiper-button-prev strong{
    padding-left: 95px;
}
.service-sec .common-arrow::after{
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    top: -9px;
    left: 0;
    transition: 0.5s ease-in-out;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-sec .common-arrow:hover::after{
    background-color: #D6AC44;
    border-color: #D6AC44;
}
.service-sec .common-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    margin: 0;
    /* height: auto;
    width: auto; */
}
.service-sec .common-arrow strong img{
    z-index: 1;
    width: 85px;
    font-weight: normal;
    position: relative;
}
.service-sec .common-arrow:hover strong img{
    filter: brightness(0) invert(1);
}
.service-sec .swiper-button-next {
    right: 4.8%;
    left: auto;
    position: absolute;
}
.service-sec .swiper-button-prev {
    right: auto;
    left: 44.1%;
    position: absolute;
}
.service-sec::before {
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 40%;
    top: 0;
    right: 25%;
    z-index: 0;
}
/**service-mobile**/
.service-mobile {
    padding: 60px 0;
    display: none;
}
.service-mobile h2 {
    color: #fff;
    margin-bottom: 30px;
}
.service-slider-control {
    margin-bottom: 30px;
}
.service-slider-control .swiper-pagination {
    color: #fff;
    display: flex;
    align-items: center;
    position: initial;
}
.service-slider-control .fraction-item-left {
    color: #D6AC44;
}
.service-slider-control .fraction-item em {
    font-style: normal;
}
.fraction-separator {
    background-color: #fff;
    height: 1px;
    width: 65px;
    display: block;
    margin: 0 12px;
}
.service-slider-control .fraction-item span {
    font-family: 'AcuminPro-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.service-slider-mobile-info {
    margin-top: 30px;
}
.service-slider-mobile-info p {
    color: #fff;
    margin-top: 10px;
}
.service-mobile-slider::after {
    content: "";
    background-color: #BCBBB8;
    bottom: 10%;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
}
.service-mobile-slider::before {
    content: "";
    background-image: url(../images/service-dot.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 6px;
    background-position: center;
    bottom: 9.8%;
    left: 0;
    z-index: 2;
}
.service-mobile-slider {
    padding-bottom: 40px;
}
.service-mobile-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
    /* position: relative; */
}
.service-mobile .common-arrow{
    top: 93.2%;
}
.service-mobile .swiper-button-next {
    right: 68px;
}
.service-mobile .swiper-button-next strong{
    padding-right: 65px;
}
.service-mobile .swiper-button-prev {
    left: 50px;
}
.service-mobile .swiper-button-prev strong{
    padding-left: 95px;
}
.service-mobile .common-arrow::after{
    content: "";
    position: absolute;
    height: 50px;
	width: 50px;
	top: -3px;
    left: 0;
    transition: 0.5s ease-in-out;
    border: 1px solid #fff;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-mobile-slider .common-arrow:hover::after{
    background-color: #D6AC44;
    border-color: #D6AC44;
}
.service-mobile-slider .common-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    margin: 0;
    /* height: auto;
    width: auto; */
}
.service-mobile-slider .common-arrow strong img{
    z-index: 1;
    width: 65px;
    font-weight: normal;
    position: relative;
}
.service-mobile-slider .common-arrow:hover strong img{
    filter: brightness(0) invert(1);
}
.service-mobile-slider .swiper-button-next {
    right: 4.8%;
    left: auto;
    position: absolute;
}
.service-mobile-slider .swiper-button-prev {
    right: auto;
    left: 60%;
    position: absolute;
}
.service-mobile-slider .common-arrow.swiper-button-prev strong img {
    left: -10px;
}
/****counter-sec****/
.counter-sec {
    padding: 65px 0 53px;
}
.counter-sec h3 {
    color: #000;
}
.each-counter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 19%;
}
.each-counter {
    width: 32%;
}
.each-counter p {
    color: rgba(9, 9, 9, 0.50);
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: 0.28px;
    margin-top: 43px;
    margin-bottom: 0;
}
.each-counter h4 strong {
    color: rgba(9, 9, 9, 0.50);
    font-family: 'LamaSans-Medium';
    font-size: 2rem;
    line-height: normal;
    font-weight: normal;
}
.each-counter h4 {
    display: flex;
    gap: 10px;
    align-items: center;
}
.counter-sec .col-lg-4 {
    width: 20%;
}
.counter-sec .col-lg-8 {
    width: 80%;
}
/****about-sec****/
.about-sec {
    position: relative;
    overflow-x: clip;
}
.about-sec .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 54px;
}
.about-sec .container::after {
    content: "";
    background-color: #BCBBB8;
    top: 0;
    left: 0;
    position: absolute;
    width: calc(100% + 300px);
    height: 1px;
}
.about-sec .container::before {
    content: "";
    background-color: #BCBBB8;
    bottom: 0;
    left: 0;
    position: absolute;
    width: calc(100% + 300px);
    height: 1px;
}
.about-sec::before {
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 40.5%;
    z-index: -1;
}
.about-sec::after {
    content: "";
    background-image: url(../images/about-dot.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 6px;
    background-position: center;
    bottom: -2px;
    right: 40.4%;
    z-index: 3;
}
.about-sec .col-lg-7 {
    width: 62%;
}
.about-sec .col-lg-5 {
    width: 38%;
}
.about-left {
    display: flex;
    gap: 52px;
    flex-wrap: wrap;
    margin-top: 12%;
}
.about-right-img {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.about-img {
    width: 38%;
}
.about-img img {
    height: 100%;
    object-fit: cover;
}
.about-info {
    width: 56.5%;
}
.each-about-right-img {
    width: 31.5%;
}
.about-info p {
    padding-right: 23%;
    margin: 13px 0 88px;
}
/****home-btm-sec****/
.home-btm-sec {
    padding: 204px 0 190px;
    position: relative;
}
.home-btm-sec .container {
    position: relative;
    z-index: 2;
}
.home-btm-sec::before {
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 40.5%;
    z-index: 2;
}
.home-btm-ring {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.each-home-btm {
    height: 100%;
}
.each-home-btm h6 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-home-btm-black,
.each-home-btm-white {
    padding: 20px 20px;
}
.each-home-btm-black {
    background-color: #000000;
}
.each-home-btm-black:hover img {
    transform: rotate(18deg);
}
.each-home-btm-black:hover .each-btm-small-right img {
    transform: rotate(-30deg) !important;
}
.each-home-btm-white .each-home-btm-white-wrap h6{
    padding-bottom: 22px;
}
.each-home-btm-black::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(214, 172, 68, 1);
    transform: scaleY(0);
    transform-origin: bottom; 
    transition: transform 0.5s ease;
}
.each-home-btm-black:hover::after {
    transform: scaleY(1);
}
.each-home-btm-small {
    position: absolute;
    height: 214px;
    width: 214px;
    left: 20%;
    top: -23%;
    transform: rotate(-18deg);
    z-index: 1;
}
.each-btm-small-right {
    height: 141px;
    width: 141px;
    transform: rotate(30deg);
    left: auto;
    right: -10%;
    top: -15%;
}
.each-home-btm-small img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-btm-black-info {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    gap: 24px;
    position: relative;
    z-index: 1;
}
.each-home-btm-black h6,
.each-home-btm-black p {
    color: #fff;
}
.each-home-btm-black p {
    margin-bottom: 0;
}
.each-home-btm-white {
    border: 1px solid #000000;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-home-btm-white:hover{
    border-color: rgba(214, 172, 68, 1);
}
.each-home-btm-white:hover .each-home-btm-white-wrap p{
    color: #fff;
}
.each-home-btm-white:hover .each-home-btm-white-wrap h6{
    color: #fff;
}
.each-home-btm-white::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(214, 172, 68, 1);
    transform: scaleY(0);
    transform-origin: bottom; 
    transition: transform 0.5s ease;
    z-index: -1;
}
.each-home-btm-white:hover::after {
    transform: scaleY(1);
}
.each-home-btm-img {
    overflow: hidden;
}
.each-home-btm-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.each-home-btm-img:hover img {
    transform: scale(1.1);
}
.each-home-btm-counter {
    background: #000;
    width: 175.357px;
    height: 175.357px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px;
    position: absolute;
    right: -24%;
    bottom: -16%;
    transform: rotate(10deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-home-btm-counter h2,
.each-home-btm-counter h6 {
    color: #fff;
}
.each-home-btm-counter h2 {
    position: relative;
}
.each-home-btm-counter h2 strong {
    font-weight: normal;
    font-family: 'LamaSans-Medium';
    font-size: 2rem;
    margin-left: -14px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.each-home-btm-counter h6 {
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: 0.28px;
    margin-top: 40px;
}
.each-home-btm-white:hover .each-home-btm-counter {
    transform: rotate(0deg);
}
/****google-review****/
.google-review {
    padding-bottom: 70px;
    position: relative;
}
.google-review .container {
    position: relative;
    z-index: 2;
}
.google-review::before {
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 40.5%;
    z-index: 2;
}
/****footer-area****/
.footer-area {
    background-color: #191919;
    padding: 60px 0 33px;
}
.footer-logo img {
    width: 331px;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 58px;
}
.footer-social ul {
    display: flex;
    gap: 10px;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #D6AC44;
    border-color: #D6AC44;
}
.each-footer-contact h6 {
    color: #D6AC44;
    margin-bottom: 8px;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 39px;
    flex-wrap: wrap;
}
.footer-left-contact {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    flex-wrap: wrap;
    width: 60%;
}
.footer-right p {
    color: #fff;
    max-width: 240px;
    width: 100%;
    margin-bottom: 0;
}
.footer-slider {
    overflow: hidden;
}
.footer-slider-wrap {
    margin: 0 -17%;
}
.each-footer-slide-img {
    height: 100%;
    overflow: hidden;
    height: 275px;
}
.each-footer-slide-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-slide-img:hover img{
    transform: scale(1.1);
}
.each-footer-contact p {
    margin-bottom: 0;
}
.each-footer-contact td {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-footer-contact p {
    color: #fff;
    max-width: 450px;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: 40px;
    padding-top: 25px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.44);
}
.footer-credit a:hover,
.each-footer-contact p a:hover {
    color: #D6AC44;
}
.each-footer-contact {
    width: 25%;
}
.each-footer-contact:nth-child(2) {
    width: 30%;
}
.each-footer-contact:last-child {
    width: 36%;
}
.each-footer-contact td:first-child {
    padding-right: 6px;
}
.footer-mobile-social {
    display: none;
}
.footer-slider h5 {
    font-family: 'Inter-Medium';
    color: #fff;
    margin-bottom: 15px;
    display: none;
}
.footer-contact-mobile {
    display: none;
}
.each-footer-contact table {
    margin-bottom: 5px;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 176px 0 22px;
    position: relative;
}
.aanbod-filter-heading h2{
    color: #1E1E1E;
}
.aanbod-filter-heading{
    padding-bottom: 67px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #1E1E1E;
    font-size: 1.6rem;
    font-family: 'LamaSans-Regular';
    line-height: 24px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #D6AC44;
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #1E1E1E;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    border-radius: 0;
    border: 1px solid #1E1E1E;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 13px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-sort .select-style{
    border: 0;
    box-shadow: none;
}
.aanbod-filter-sec .select-style:hover{
    border-color: rgba(214, 172, 68, 1);
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #D6AC44 no-repeat 91% center / 13px;
}
.aanbod-filter-sec .select-style.show {
    border-color: rgba(214, 172, 68, 1);
    color: #fff;
    background: url(../images/filter-arrow-hover.svg) #D6AC44 no-repeat 91% center / 13px;
}
.filter-wrap, 
.clear-filter-main-wrap {
    width: 100%;
}
.filter-wrap .row{
    row-gap: 15px;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Tuffy-Regular';
	background-color: #1E1E1E;
}
.filter-content {
    display: none;
    background-color: #fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #D6AC44;
    border-top: 0;
    border-radius: 0 ;
    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: #1E1E1E;
    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: #1E1E1E;
    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 #1E1E1E;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D6AC44;
    border-color: #D6AC44;
    background-image: url(../images/check-tick-mob.png);
    background-size: 8px;
    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: 0px;
    background-color: #D6AC44;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #D6AC44;
    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: #fff;
    color: #1E1E1E;
    border-color: #1E1E1E;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 21%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'LamaSans-Regular';
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: transparent;
    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: 50px;
    background-color: #D6AC44;
    border-color: #D6AC44;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    letter-spacing: 0.42px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #1E1E1E;
    color: #1E1E1E;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1E1E1E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1E1E1E;
	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: 3;
    background-color: #1E1E1E;
    border-bottom: 1px solid #1E1E1E;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #fff;
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #D6AC44;
    border: 1px solid #D6AC44;
    color: #fff;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    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 h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #fff;
    color: #1E1E1E;
    border-color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'DMSans-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 215px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.show_selected_filter_cls {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: rgba(214, 172, 68, 1);
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(214, 172, 68, 0.4);
    border-color: rgba(214, 172, 68, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: rgba(214, 172, 68, 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: #1E1E1E;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 0;
    border: 1px solid #1E1E1E;
    padding: 8px;
    background-color: #fff;
    width: 100px;
    color: #1E1E1E;
    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: #1E1E1E;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'LamaSans-Medium';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #D6AC44;
}
.range-block label {
    color: #1E1E1E;
}
/* **** aanbod-list-product-sec *** */
.aanbod-list-product-sec{
    padding-bottom: 66px;
}
.aanbod-list-product-sec .row{
    row-gap: 22px;
    margin-left: -11px;
    margin-right: -11px;
}
.aanbod-list-product-sec .col-lg-6{
    padding-left: 11px;
    padding-right: 11px;
}
.aanbod-list-product-sec .each-product-text td h6{
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
}
.aanbod-list-product-sec .product-btm  h4{
    font-size: 2.4rem;
}
.aanbod-list-product-sec .each-product-text p{
    font-size: 1.4rem;
    line-height: 18px;
}
.aanbod-list-product-sec .product-btm  h6{
    font-size: 1.6rem;
}
.aanbod-list-product-sec .each-product-text td strong img{
    width: 10px;
}
.aanbod-list-product-sec .each-product-text td strong::after {
    background-image: url(../images/icon-frame.svg);
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 21px;
    width: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.aanbod-list-product-sec  .each-product-text tr {
    display: flex;
    row-gap: 10px;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}/* ============================================== aanbod-dtl ============================================== */
/****back-btn-sec****/
.back-btn-sec {
    padding: 174px 0 32px;
    padding-bottom: 0;
}
.back-btn-sec .common-btn{
    border: 1px solid #000;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #000;
}
.back-btn-sec .common-btn:hover{
    border-color: rgba(214, 172, 68, 1);
    color: #fff;
}
.back-btn-part {
    position: relative;
}
/****dtl-top-sec****/
.dtl-top-sec{
    overflow-x: clip;
}
.aanbod-dtl-shear-btn {
    margin-top: -52px;
    margin-bottom: 62px;
    max-width: 350px;
    margin-left: auto;
    position: relative;
}
.aanbod-dtl-shear-btn::after{
    content: "";
    background-image: url(../images/aanbod-dtl-top-dot.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 6px;
    background-position: center;
    bottom: -65px;
    left: 0;
    z-index: 1;
}
.aanbod-dtl-shear-btn::before{
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 100vw;
    bottom: -65px;
    left: 2px;
    z-index: -1;
}
.aanbod-dtl-shear-btn li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.50);
    border-radius: 100px;
    width: 52px;
    height: 52px;
    margin-left: auto;
    background: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-shear-btn ul{
    display: flex;
    justify-content: end;
    gap: 10px;
}
.aanbod-dtl-shear-btn ul li::after{
    display: none;
}
.aanbod-dtl-shear-btn ul li{
    padding: 0;
}
.aanbod-dtl-shear-btn li a:hover{
    background-color: #D6AC44;
    border-color: #D6AC44;
}
.aanbod-dtl-shear-btn li a:hover img{
    filter: brightness(0) invert(1);
}
.dtl-top-area{
    padding-top: 47px;
    position: relative;
}
.dtl-top-area::before{
    content: "";
    background-color: #BCBBB8;;
    top: 0;
    left: 0;
    position: absolute;
    width: calc(100% + 300px);
    height: 1px;
}

.dtl-top-slider .col-md-9 {
    width: 79%;
}
.dtl-top-slider .col-md-3 {
    width: 21%;
}
/* .gallery-thumbs-wrapper .swiper-slide {
    height: 106px !important;
} */
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide{
    border-radius: 10px;
}
.gallery-thumbs .swiper-slide .dtl-car-slide {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
}
.gallery-thumbs {
    height: 100%;
    object-fit: cover;
}
.dtl-car-slide {
    position: relative;
}
.gallery-thumbs .swiper-slide-thumb-active .dtl-car-slide::before {
    background: transparent;
}
.aanbod-top-slider .common-arrow{
    top: 88.5%;
}
.aanbod-top-slider .swiper-button-next {
    right: 68px;
}
.aanbod-top-slider .swiper-button-next strong{
    padding-right: 65px;
}
.aanbod-top-slider .swiper-button-prev {
    left: 50px;
}
.aanbod-top-slider .swiper-button-prev strong{
    padding-left: 95px;
}
.aanbod-top-slider .common-arrow::after{
    content: "";
    position: absolute;
    width: 61px;
    height: 61px;
    top: -9px;
    left: 0;
    transition: 0.5s ease-in-out;
    border: 0.814px solid #000;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-top-slider .common-arrow:hover::after{
    background-color: #D6AC44;
    border-color: #D6AC44;
}
.aanbod-top-slider .common-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-top-slider .common-arrow strong img{
    z-index: 1;
    width: 85px;
    filter: brightness(0);
    font-weight: normal;
    position: relative;
}
.aanbod-top-slider .common-arrow:hover strong img{
    filter: brightness(0) invert(1);
}
.aanbod-top-slider-btn .custom-swiper-scrollbar {
    margin-top: 35px;
    margin-left: -8px;
    max-width: 99.7%;
    position: relative;
}
.aanbod-top-slider-btn .custom-swiper-scrollbar {
    height: 3px;
    background-color: rgba(0, 0, 0, 0.10);
    width: 100%;
    border-radius: 30px;
}
.aanbod-top-slider-btn .swiper-scrollbar-drag {
    border-radius: 30px;
    background-color: #000;
    cursor: grab;
}
.dtl-top-right-heading h3{
    color: #0A0A0A;
}
/* .dtl-top-right-heading p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.dtl-top-right-heading p {
    color: #0A0A0A;
    margin-top: 9px;
    margin-bottom: 0;
}
.aanbod-top-info-mid table {
    width: 100%;
    margin: 10px 0 0px;
}
.aanbod-top-info-mid td{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.aanbod-top-info-mid td::after{
    content: "";
    background-color: rgba(10, 10, 10, 0.15);
    border-radius: 100px;
    width: 100%;
    height: 1px;
    left: 0;
    top: 18px;
    position: absolute;
    background-image: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: -1;
}
.aanbod-top-info-mid td p {
    margin-bottom: 0;
    background-color: #fff;
    padding-left: 12px;
    width: 155px;
}
.aanbod-top-info-mid td h5{
    color: #000;
    background-color: #fff;
    padding-right: 12px;
    font-family: 'REM-Regular';
    font-size: 1.8rem;
    letter-spacing: 0.4px;
    line-height: 36px;
}
.aanbod-top-price h5 {
    color: #D6AC44;
}
.aanbod-top-price h5 strong {
    font-weight: normal;
    color: #0A0A0A;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    letter-spacing: 0.28px;
    line-height: 18px;
    margin-left: 10px;
}
.aanbod-contact-dtls {
    border-top: 1px solid rgba(10, 10, 10, 0.15);
    border-bottom: 1px solid rgba(10, 10, 10, 0.15);
    padding-top: 17px;
    display: flex;
    gap: 12px;
    padding-bottom: 20px;
}
.aanbod-contact-info {
    padding-left: 5px;
}
.aanbod-contact-info p {
    margin-bottom: 11px;
    margin-top: 3px;
    font-size: 1.4rem;
    line-height: 18px;
    letter-spacing: 0.28px;
    color: rgba(10, 10, 10, 1);
}
.aanbod-contact-info h6{
    color: #0A0A0A;
}
.aanbod-contact-info a {
    color: rgba(0, 0, 0, 0.70);
    font-family: 'LamaSans-Medium';
    margin-left: 4px;
    letter-spacing: normal;
}
.aanbod-contact-info a:hover{
    color: #D6AC44;
}
.aanbod-contact-info li::after{
    display: none;
}
.aanbod-contact-info li{
    padding-left: 0;
}
.aanbod-contact-info ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.aanbod-top-price {
    margin: 40px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-top-price p{
    margin-bottom: 0;
    color: #0A0A0A;
}
.dtl-right-btn {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.dtl-top-right-side-info-wrap {
    width: 100%;
}
.dtl-right-btn .common-btn{
    border: 1px solid #000;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #000;
    max-width: 233px;
}
.dtl-right-btn .common-btn:hover{
    color: #fff;
}
.dtl-right-btn .common-btn:before, .dtl-right-btn .common-btn:after {
    border-top: 23px solid #000;
    border-bottom: 23px solid #000;
}
.dtl-right-btn ul {
    display: flex;
    column-gap: 25px;
    padding-left: 10px;
}
.dtl-right-btn ul li::after{
    display: none;
}
.dtl-right-btn ul li{
    padding-left: 0;
    margin-bottom: 0;
    width: 50%;
}
.dtl-top-right-side-info{
    padding-top: 14px;
}
.dtl-top-info {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.dtl-top-area .col-lg-7{
    width: 57%;
    padding: 0 12px;
}
.dtl-top-area .col-lg-5{
    width: 43%;
    padding: 0 12px;
}
.dtl-top-area .row{
    margin: 0 -12px;
}
.aanbod-top-info-mid td {
    padding-bottom: 10px;
}
.dtl-top-right-side {
    border-bottom: 1px solid  #0A0A0A;
}
.dtl-top-right-side-info .col-lg-4{
    width: 28%;
}
.dtl-top-right-side-info .col-lg-8{
    width: 72%;
}
.dtl-top-right-heading-mob{
    display: none;
}
.aanbod-contact-info-mob{
    display: none;
}
/* .gallery-thumb-main {
    height: 556px;
    overflow-y: auto;
    overflow-x: hidden;
} */
/****aanbod-dtls-sec****/
.aanbod-dtls-sec {
    padding: 105px 0 120px;
}
.aanbod-dtls-area{
    max-width: 1436px;
    margin-left: auto;
    margin-right: auto;
}
.aanbod-dtls-area .col-lg-9 {
    width: 74%;
}
.aanbod-dtls-area .col-lg-3 {
    width: 26%;
}
/****dtl-tab-part****/
.dtl-tab-part {
    position: relative;
    overflow: hidden;
}
.tab-btn {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(0, 0, 0, 0.10);
}
.tab-btn li::after{
    display: none;
}
.tab-btn .nav-tabs {
    column-gap: 17px;
    margin-bottom: 60px;
    border: 0;
    row-gap: 26px;
}
.tab-btn .tabs {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    max-width: 1015px;
    padding: 0px 0 17px;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.30);
    font-size: 2rem;
    font-family: 'REM-Regular';
    line-height: 36px;
    letter-spacing: 0.4px;
    transition: all 0.5s;
    -webkit-transition:  all 0.5s;
}
.tab-btn ul.tabs li:hover{
    color: #000;
}
.tab-btn .tabs li.active {
    color: #000;
}
.tab-btn .tabs li.active.common-btn::after{
    transform: scaleX(1) scaley(1);
    background-color: #FFF;
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
    cursor: pointer;
}
.tab-btn-right ul {
    list-style-type: none;
    display: flex;
    column-gap: 41px;
    justify-content: end;
    padding-left: 0;
}
.tab-btn-right li a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    transition: all 0.5s;
}
.tab-btn-right li a:hover {
    text-decoration: underline;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab table {
    width: 100%;
}
.kenmerken-tab td {
    padding: 25px 25px;
    width: 25%;
    background: #FFF;
    flex-shrink: 0;
    border-radius: 0px;
}
.kenmerken-tab tr:first-child td {
    background-color: rgba(214, 172, 68, 0.1);
}
.kenmerken-tab tr:first-child td:nth-child(odd) {
    background-color: rgba(214, 172, 68, 0.03);
}
.kenmerken-tab tr td {
    background-color: rgba(214, 172, 68, 0.03);
}
.kenmerken-tab tr td:nth-child(odd) {
    background-color: rgba(214, 172, 68, 0.1);
}
.kenmerken-tab tr:first-child td:nth-child(odd) h5 {
    color: #292B2C;
}
.kenmerken-tab tr:first-child td:nth-child(odd) h6 {
   color: rgba(0, 0, 0, 0.70);
}
.kenmerken-tab tr:nth-child(2) td:nth-child(even) h6 {
    color: rgba(0, 0, 0, 0.70);
}
.kenmerken-tab tr:nth-child(2) td:nth-child(even) h5 {
    color: #292B2C;
}
.kenmerken-tab tr {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.kenmerken-tab td h5 {
    margin-bottom: 4px;
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #000;
}
.kenmerken-tab td h6{
    text-transform: none;
    color: rgba(0, 0, 0, 0.70);
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
    letter-spacing: 0px;
}
.kenmerken-tab h3 {
    color: #0A0A0A;
    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: #0A0A0A;
    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%;
}
.aanbod-dtls-area.hidden-tab .each-aanbod-contact {
    display: none;
}
.each-aanbod-contact .row {
    align-items: center;
}
.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-part .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.tab_hedaing{
    border-bottom: 1px solid rgba(0, 0, 0, 0.30);
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    border-bottom: 2px solid #00304B;
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: #0A0A0A;
}
.dtl-tab-part .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-part .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #0A0A0A;
    margin-bottom: 10px;
    font-size: 1.6rem;
}
.dtl-tab-part .bullet-panel ul li:after {
    background-size: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #0A0A0A;
    border-radius: 100%;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0A0A0A;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block p{
    color: #FFF !important;
    font-size: 1.8rem;
    line-height: 30px;
}
.block-dtls p{
    color: #0A0A0A;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0A0A0A;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    color: #0A0A0A;
}
.popup-show-btn {
    text-align: left;
    margin-top: 41px;
}
.popup-show-btn .common-btn{
    border: 1px solid #000;
    color: #000;;
}
.popup-show-btn .common-btn:hover{
    border-color: #D6AC44;
    color: #fff;
}
.tab-btm-btn{
    cursor: pointer;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 18, 18, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #fff;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid rgba(214, 172, 68, 1);
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(214, 172, 68, 0.6);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(214, 172, 68, 0.6);
    max-width: 93%;
}
.kenmerken-popup-model h3{
    color: #000;
}
.popup-cross{
    background: #15202E;
    width: 53px;
    height: 53px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 36px;
    right: 57px;
    border-radius: 100%;
    cursor: pointer;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul {
    margin-bottom: 49px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 24px;
}
.tab-popup-area h2 {
    padding-top: 40px;
    margin-bottom: 15px;
}
.tab-popup-area p{
    color: #0A0A0A;
    line-height: normal;
    padding-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
}
.tab-popup-content h3{
    font-size: 2.4rem;
    line-height: 56px;
    margin-bottom: 15px;
    color: #0A0A0A;
    font-family: 'WorkSans-Medium';
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid #0A0A0A;
    font-size: 1.6rem;
    line-height: 30px;
    color: #0A0A0A;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong{
    color: #0A0A0A;
    font-family: 'LamaSans-Regular';
    width: 50%;
    font-weight: normal;
}
.show-popup{
    display: none;
}
.tab-area{
    margin-top: 42px;
}
.tab_content p{
    color: #0A0A0A;
}
.whatsapp-number h6{
    text-transform: none;
    padding-top: 10px;
    color: #15202E;
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    line-height: 22px;
}
.whatsapp-number p{
    color: rgba(21, 32, 46, 0.74);
}
.whatsapp-icon{
    width: 26px;
}
.kenmerken-tab {
    --row-count: 4;
}
.tab_container.tab-content {
    max-width: 970px;
    margin-right: auto;
}
/* ******form-sec*** */
.from-sec {
    overflow: hidden;
    padding: 0px 0 82px;
}
.from-sec-wrap{
    position: relative;
    background: #000000;
}
.form-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 34.5%;
    height: 100%;
    z-index: 1;
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-img::after{
    content: "";
    top: 0;
    left: 184px;
    position: absolute;
    height: 91%;
    width: 1px;
    background-color: #BCBBB8;
}
.form-img::before{
    content: "";
    bottom: 9%;
    left: 182px;
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #D6AC44;
}
.from-wrap::after {
    content: "";
    top: 0;
    left: 59.5%;
    position: absolute;
    height: 12%;
    width: 1px;
    background-color: rgba(188, 187, 184, 1);
    transform: translateX(-50%);
}
.form-main-area-part{
    position: relative;
    z-index: 1;
    background: linear-gradient(270deg, #000 0%, #1D1D1D 100%);
    padding: 48px;
}
.form-dtl-area{
    max-width: 537px;
}
.form-dtl-area .common-btn{
    background-color: #fff;
    color: #000;
}
.form-dtl-area .common-btn:hover{
    color: #FFF;
}
.form-merk-img{
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.from-wrap{
    position: relative;
    max-width: 1238px;
    padding: 68px 0;
    margin-left: auto;
}
.f-common-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.form-main-area-part .row{
    align-items: center;
}
.form-main-area-part .col-lg-8{
    width: 48%;
}
.form-main-area-part .col-lg-4{
    width: 52%;
}
.form-right-side{
    max-width: 456px;
    margin-left: auto;
}
.f-common-box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0px 0px 30px;
    margin: 16px 0px 30px;
}
.f-box-content p{
    margin-bottom: 0;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.50);
}
.f-box-content p a{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.50);
}
.f-box-content p:hover a{
    color: #D6AC44;
}
.f-box-content h5{
    padding-bottom: 8px;
    color: #fff;
}
.f-box-content-top{
    display: flex;
}
.f-box-content-top p:first-child{
    position: relative;
    margin-right: 14px;
    padding-right: 14px;
}
.f-box-content-top p:first-child::after{
    content: "";
    top: 3px;
    right: 0;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.50);
    position: absolute;
}
.f-common-box td{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.50);
    letter-spacing: 0.32px;
}
/* .f-box-content tbody{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
} */
.f-box-content tr:first-child{
    padding-right: 14px;
    margin-right: 9px;
    position: relative;
}
/* .f-box-content tr:first-child::after{
    content: "";
    background: rgba(255, 255, 255, 0.50);
    right: 0;
    top: 4px;
    height: 16px;
    width: 1px;
    position: absolute;
} */
.f-box-icon img{
    width: 20px;
}
.form-each-social{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-each-social p{
    color: #fff;
}
.form-each-social ul{
    display: flex;
    align-items: center;
    gap: 8px;
}
.form-each-social ul li::after {
    display: none;
}
/* .form-each-social ul li a:hover{
    opacity: 0.4;
} */
.form-each-social li {
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 47px;
    width: 47px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-each-social li:hover{
    background-color: #D6AC44;
    border-color: #D6AC44;
}
.form-heading{
    max-width: 480px;
}
.form-heading h3{
    padding-bottom: 17px;
}
.form-heading p{
    margin-bottom: 15px;
    color: #FFF;
    max-width: 447px;
}
.form-dtl-area .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: 20px 0 18px;
    padding-left: 0;
    color: #fff;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.form-dtl-area .form-style::placeholder {
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-dtl-area .form-style:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-dtl-area .form-style:focus {
    box-shadow: none;
    border-color: #fff;
    background: transparent;
    color: #fff;
}
.form-dtl-area .form-style:focus::placeholder {
    color: #fff;
}
.form-dtl-area textarea.form-style {
    height: 105px;
    resize: none;
}
.form-btn {
    margin-top: 60px;
}
.form-dtl-area .form-group{
    margin-bottom: 20px;
}
body .form-dtl-area .error_cls,
body .form-dtl-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-dtl-area .form-style.foto_upload,
.form-dtl-area .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.70);
	font-size: 1.6rem;
}
.form-merk-img-mobile{
    display: none;
}
.form-img-mob-area{
    display: none;
}
/* ***** related-product-sec ***** */
.related-product-sec{
    padding-bottom: 88px;
    overflow: hidden;
}
.related-product-sec .product-control {
    margin-top: 70px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
}
.related-product-sec  .each-product-text td h6{
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    line-height: 24px;
    letter-spacing: normal;
}
.related-product-sec  .each-product-text td strong::after{
    background-size: 27px;
    height: 27px;
    width: 28px;
    top: -2px;
}
.related-product-sec .each-product-text tr {
    column-gap: 15px;
}
.related-product-sec  .each-product-text td strong img{
    width: 10px;
}
.related-product-heading{
    padding-bottom: 68px;
}
/* ****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    display: none;
    padding: 14px 20px;
    background: #1E1E1E;
 
}
.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: #1E1E1E;
    border-radius: 0px;
    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: #1E1E1E;
    border-radius: 0px;
    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: #1E1E1E;
    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;
}
/* ============================================== diensten-dtl ============================================== */
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 45px 0 83px;
    position: relative;
}
.diensten-dtl-top-ring {
    position: absolute;
    right: 0;
    top: -30%;
    pointer-events: none;
    z-index: -1;
}
.diensten-dtl-top .container {
    position: relative;
    z-index: 1;
}
.diensten-top-block-wrap {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
}
.diensten-top-block-right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 14%;
    justify-content: space-between;
}
.diensten-dtl-top-info {
    padding-left: 56px;
}
.diensten-top-block {
    width: 84%;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 56px;
}
.diensten-dtl-top-info p {
    max-width: 565px;
    width: 100%;
}
/* .diensten-dtl-top-info p:last-child {
    border-bottom: 1px solid #000;
    padding-bottom: 38px;
} */
.diensten-dtl-top-info{
    position: relative;
    padding-bottom: 20px;
}
.diensten-dtl-top-info::after {
    content: "";
    bottom: 0;
    left: 56px;
    width: calc(100% - 56px);
    height: 1px;
    position: absolute;
    background-color: #000;
}
.diensten-top-block .col-lg-5 {
    width: 43%;
}
.diensten-top-block .col-lg-7 {
    width: 57%;
}
.diensten-dtl-top-info strong{
    font-weight: normal;
    text-decoration: underline;
    font-family: 'LamaSans-SemiBold';
}
/****faq-block****/
.faq-block {
    padding: 0 0 103px;
}
.acc-block {
    position: relative;
}
.acc-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.acc-block h5 {
    position: relative;
    text-transform: none;
    cursor: pointer;
    padding-right: 28px;
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.show_accordian h5{
    color: rgba(0, 0, 0, 1);
}
.acc-block p {
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 700px;
    width: 100%;
}
.acc-block li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 37px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:last-child {
    margin-bottom: 0;
}
.acc-block li:first-child {
    padding-top: 0;
}
.acc-block li>*:not(:first-child),
.acc-block li::after {
    display: none;
}
.acc-block li h5::after {
    position: absolute;
    height: 26px;
    width: 26px;
    background-image: url(../images/plus.svg);
    background-size: 26px;
    content: "";
    top: 0;
    right: 0;
}
.acc-block .show_accordian h5::after {
    background-image: url(../images/ac-cross.svg) !important;
    height: 35px;
    width: 35px;
    background-size: 35px;
    top: 0;
}
/* ****** diens-btm-slider-sec **** */
.diens-btm-slider-sec{
    padding-bottom: 80px;
}
.diens-btm-heading{
    padding-bottom: 57px;
}
.diens-btm-slider-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: -7px;
}
.diens-btm-control {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 38px;
    margin-top: 77px;
}
.diens-btm-control .swiper-scrollbar {
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
}
.diens-btm-slider-nav .common-arrow {
    position: initial;
    margin: 0;
    width: 22px;
    height: 22px;
    border: none;
    border-radius: unset;
    transition: none;
}
.diens-btm-control .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 1);
    cursor: grab;
}
.each-diens-btm-slider .col-lg-5{
    width: 51%;
}
.each-diens-btm-slider .col-lg-4{
    width: 40%;
}
.each-diens-btm-slider .col-lg-1{
    width: 9%;
}
/* ============================================== diensten ============================================== */
/****inner-banner-sec****/
.inner-banner-sec .each-inner-banner {
    height: 540px;
}
.inner-banner-sec .each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-sec .banner-content h1 {
    margin-bottom: 0;
}
.inner-banner-sec .banner-content {
    bottom: 40px;
}
/****diensten-list-top****/
.diensten-list-top {
    padding-top: 90px;
    position: relative;
}
.diensten-list-top h3 {
    color: #000;
}
.diensten-list-top p {
    max-width: 630px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
}
.diensten-list-top::before {
    content: "";
    background-color: #BCBBB8;
    position: absolute;
    width: 1px;
    height: 100vh;
    top: 0;
    right: 57.5%;
    z-index: 2;
}
/****service-list-sec****/
.service-list-sec {
    padding: 78px 0 86px;
}
.each-service-list .row .col-lg-1 {
    width: 10.3%;
}
.each-service-list .row .col-lg-5 {
    width: 51.11%;
}
.each-service-list .row .col-lg-4 {
    width: 38.59%;
}
.each-num {
    width: 45px;
    height: 32px;
    border: 1px solid #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-num em {
    font-style: normal;
    padding-left: 14px;
    color: #1E1E1E;
}
.each-num::after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.50);
    width: 4px;
    height: 4px;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.each-service-list-img-wrap{
    height: 518px;
    overflow: hidden;
    position: relative;
}
.each-service-list-img {
    z-index: 5;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    inset: 0;
}
.each-service-list-img img{
    width: 100%;
    height: 120%;
    object-fit: cover;
    display: block;
}
.each-service-list-text {
    max-width: 541px;
    margin-left: auto;
    padding-left: 44px;
}
.each-service-list-text p{
    margin-top: 23px;
    margin-bottom: 110px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* ------ VERKOOP --------- */
.acc-block > ul > li > ul > li{
    padding: 0;
    padding-bottom: 8px;
    border: 0;
    padding-left: 20px;
}
.acc-block > ul > li > ul > li::after{
    display: block;
}
.acc-block > ul > li > ul{
    padding-top: 12px;
}
.diensten-dtl-top-info h6{
    color: rgba(0, 0, 0, 1);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 20px;
    letter-spacing: 0.32px;
}
/* ------ contact -------- */
.from-sec.contact-form-sec{
    padding-bottom: 0;
}
.map-bg {
    height: 639px;
}
/* ------ Bedankt ------- */
.modal-area .modal-dialog {
    max-width: 67%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(25, 25, 25, 0.8);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    border-radius: 0px;
    background-color: #FFF;
}
.modal-area .popup-content {
    padding: 40px 82px;
}
.popup-content-area p {
    margin-bottom: 38px;
    margin-top: 40px;
}
.popup-content-wrap {
    position: relative;
}
.popup-content img {
    width: 229px;
}
.popup-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
}
.popup-mark img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.popup-content-area {
    position: relative;
    z-index: 1;
}
.pop-up-image {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}
.popup-content li:last-child {
    margin-bottom: 20px;
}
.popup-content li {
    padding-left: 22px;
    color: rgba(18, 18, 18, 0.8);
    margin-bottom: 7px;
}
.popup-content ul {
    padding-left: 0;
    margin-bottom: 26px;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
}
.close-img img {
    width: 21px;
}
.modal-main-content .col-lg-5 { 
    width: 49%;
}
.modal-main-content .col-lg-7 { 
    width: 51%;
}
.popup-content-area p:last-child {
    margin-bottom: 0;
}
.popup-content-area h3{
    padding-bottom: 28px;
}
.popup-content-area h2{
    font-family: 'OpenSans-Semibold';
    letter-spacing: normal;
    padding-bottom: 35px;
    color: #141414;
}
.banner-sec.bedankt-banner .each-inner-banner{
    height: 900px;
}
.banner-sec.bedankt-banner .each-inner-banner img{
    height: 100%;
    object-fit: cover;
}
.popup-content-area-mob{
    display: none;
}
/* ------ verkocht ------- */
.aanbod-filter-sec.verkocht-car-sec{
    padding-top: 175px;
    padding-bottom: 46px;
}
.verkocht-list-sec{
    padding-bottom: 94px;
}
.verkocht-car-sec .clear-filter-main-wrap{
    padding-top: 25px;
}
.verkocht-car-heading .row{
    align-items: center;
}
.aanbod-filter-sec.verkocht-car-sec .select-style{
    max-width: 200px;
    margin-left: auto;
}
.aanbod-filter-sec.verkocht-car-sec .dropdown-menu.show{
    max-width: 199px;
    z-index: 9;
}
.verkocht-car-sec  .each-product-desk td h6{
    font-size: 1.6rem;
    letter-spacing: normal;
    line-height: 24px;
    font-family: 'LamaSans-Medium';
}
.verkocht-car-sec .each-product-text td strong::after {
    height: 28px;
    width: 27px;
    background-size: 28px;
    top: -2px;
}
.verkocht-car-sec .each-product-text td strong img{
    width: 10px;
}
.verkocht-car-main .row{
    row-gap: 22px;
    margin-left: -11px;
    margin-right: -11px;
}
.verkocht-car-main .col-lg-6{
    padding-left: 11px;
    padding-right: 11px;
}
/* ------- over ons ------- */
/*****overons-welcome-section******/
.overons-welcome-section {
    padding: 70px 0 228px;
    position: relative;
    overflow-y: clip;
}
.overons-welcome-ring{
    position: absolute;
    bottom: 70px;
    right: 0;
    pointer-events: none;
}
.overons-welcome-parallax {
    position: relative;
    max-width: 1473px;
    margin-left: auto;
    margin-right: auto;
}
.center-item {
    position: relative;
    z-index: 1;
}
.center-item .parallax-wrap {
    height: 647px;
}
.center-item .parallax-wrap img{
    height: 100%;
    object-fit: cover;
}
.left-item {
    position: absolute;
    width: 27%;
    left: -5%;
    bottom: 114px;
    z-index: 2;
}
.left-item .parallax-wrap {
    height: 248px;
}
.right-item {
    position: absolute;
    width: 24%;
    right: -4%;
    bottom: 20px;
    z-index: 2;
}
.right-item .parallax-wrap {
    height: 165px;
}
.parallax-wrap {
    position: relative;
    overflow: hidden;
}
.parallax-img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    width: 100%;
    /* height: calc(100% + 60%); */
    height: calc(100% + 20%);
    object-fit: cover;
}
.move-item.right-item .parallax-wrap .parallax-img{
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 90%;
    transform: translateY(-50%);
    width: 100%;
    height: calc(100% + 20%);
    object-fit: cover;
}
.overons-welcome-heading {
    margin-bottom: 73px;
    position: sticky;
    top: 12%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 1473px;
    margin-left: auto;
    margin-right: auto;
}
.overons-welcome-heading-right{
    max-width: 614px;
    margin-left: auto;
    padding-left: 10px;
}
.overons-welcome-section::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #BCBBB8;
    transform: translateY(-50%);
    top: 0;
    left: 75%;
}
.overons-welcome-heading-right p{
    margin-bottom: 0;
}
.left-item {
    --move:-200;
}
.center-item {
    --move:80;
}
.right-item {
    --move:-800;
}
.left-item .parallax-img {
    --parallax: 150;
}
.center-item .parallax-img {
    --parallax: 100;
}
.right-item .parallax-img {
    --parallax: 150;
}

/* **** over-ons-mid-sec **** */
.over-ons-mid-sec {
    padding-bottom: 22px;
}
.over-ons-mid-text{
    max-width: 683px;
}
.over-ons-mid-info-btm .col-lg-4 {
    width: 38%;
}
.over-ons-mid-info-btm .col-lg-8{
    width: 62%;
}
.over-ons-mid-btm-text{
    max-width: 387px;
}
.over-ons-mid-info{
    max-width: 855px;
    margin-left: auto;
    padding-left: 15px;
}
.over-ons-mid-text p{
    margin-bottom: 68px;
}
.over-ons-mid-text h2{
    padding-bottom: 11px;
}
.over-ons-mid-info-btm h6{
    border-bottom: 1px solid rgba(188, 187, 184, 1);
    color: rgba(214, 172, 68, 1);
    padding-bottom: 15px;
    margin-bottom: 16px;
}
.over-ons-mid-btm-text p{
    margin-bottom: 90px;
    padding-top: 20px;
}
.over-ons-mid-btm-img{
    height: 100%;
}
.over-ons-mid-btm-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-sec .col-lg-5{
    width: 40.8%;
}
.over-ons-mid-sec .col-lg-7{
    width: 59.2%;
}
.over-ons-mid-sec-wrap{
    border-bottom: 1px solid rgba(188, 187, 184, 1);
    padding-bottom: 22px;
}
.over-ons-mid-big-img{
    height: 100%;
    position: relative;
}
.over-ons-mid-big-img::after{
    content: "";
    top: 0;
    left: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 558px; 
    width: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.over-ons-mid-big-img img{
    height: 100%;
    object-fit: cover;
}
.over-ons-mid-text-mob{
    display: none;
}
/* ***** over-ons-btm-sec **** */
.home-btm-sec.over-ons-btm-sec::before{
    display: none;
}




/*******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 h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

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


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 62px;
    width: 62px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 168px;
    right: 74px;
}
.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;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.share-social-media-button .a2a_dd svg {
    width: 18px;
    margin-right: 0px !important;
}
.aanbod-dtl-shear-btn li a:hover svg{
    filter: brightness(0) invert(1);
}
.aanbod-dtl-shear-btn img{
    width: 20px;
}
.cmn-cookie-info p{
    line-height: 20px !important;
}
.each-side-menu-img {
    height: 517px;
    width: 50%;
}
.each-side-menu-img img{
    height: 100%;
    object-fit: cover;
}
.aanbod-list-product-sec .each-product-text-inner h5{
    text-transform: uppercase;
}
.related-product-sec .product-btm h4{
    font-size: 2.4rem;
}
.related-product-sec .product-btm h6{
    font-size: 1.6rem;
}
.aanbod-list-product-sec .each-product-text{
    height: auto !important;
}
.privacy_section{
    padding-top: 90px;
    padding-bottom: 100px;
}
.diensten-list-top .col-lg-4{
    width: 42%;
}
.diensten-list-top .col-lg-8{
    width: 58%;
}
/* *** over-ons-gal-sec *** */
.over-ons-gal-sec{
    padding-bottom: 20px;
}
.each-gal-big-img{
    max-width: 780px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    height: 100%;
} 
.over-ons-gal-btm{
    display: flex;
    gap: 20px;
}
.over-ons-gal-top{
    display: flex;
    gap: 20px;
    margin-bottom: 22px;
}
.each-gal-small-img {
    max-width: 251px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    height: 100%;
}
.each-gal-small-img img{
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.each-gal-big-img img{
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.each-gal-small-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-big-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-gal-mob{
    display: none;
}
.over-ons-gal-desk .row{
    row-gap: 20px;
}
.over-ons-gal-desk .col-lg-6{
    width: 49.1%;
    padding-left: 10px;
    padding-right: 10px;
}
.over-ons-gal-desk .col-lg-2{
    width: 16.9%;
    padding-left: 10px;
    padding-right: 10px;
}
.over-ons-gal-desk  .row{
    margin-left: -10px;
    margin-right: -10px;
}
.gallery-thumb-main .swiper{
    height: 532px;
}


/* .service-left-img-info .common-btn::after,
.service-left-img-info .common-btn::before {
    background-color: #D6AC44;
} */


/*.aanbod-list-product-sec .each-product-img img {
    height: 266px;
}*/

.related-product-slider .each-product-img img {
    /* height: 269px; */
}
.diensten-dtl-top-img {
    height: 100%;
}
.diensten-dtl-top-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-top-block-bottom{
    padding-left: 56px;
    padding-top: 36px;
}
.aanbod-list-product-sec .each-product-img img {
  object-fit: initial;
}
.verkocht-list-sec .each-product-img img {
  object-fit: initial;
  height:auto;
}
