body {
	padding: 0px;
	margin: 0px;
	font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    background-color: #EDEDED;
    /*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;
}
/****custom-cursor*****/
.custom-cursor {
	position: fixed;
	width: 1px;
	height: 1px;
	border-radius: 50%;
	background: linear-gradient(31deg, #E9E3D7 21.71%, #E9E3D7 85.42%);
	border: 0 solid #FFF;
	backdrop-filter: blur(15px);
	pointer-events: none;
	transform: translate(-50%, -50%);
	transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #121212;
	line-height: 24px;
	font-size: 1.6rem;
	opacity: 0;
    font-family: 'MerriweatherSans-Light';
    filter: drop-shadow(0 7.907px 39.537px rgba(233, 227, 215, 0.30));
}
.custom-cursor em {
    font-style: normal;
    display: block;
    margin-top: 20px;
}
.custom-cursor::after {
    content: '';
    height: 17px;
    width: 45px;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    background-image: url(../images/cursor-car.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 45px;
    opacity: 0;
}
.custom-cursor .cursor-text {
	display: none;
}
.cursor-hover {
	width: 152px;
	height: 152px;
	border-width: 1px;
}
.cursor-hover::after {
    opacity: 1;
}
.cursor-hover.cursor-black {
    background-color: #2E2E2E;
}
/* ============================================== index ============================================== */
/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    overflow-x: clip;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #202020; 
}
.hamburger-mobile {
    display: none;
}
.header-logo {
    position: relative;
    z-index: 99;
}
.header-logo img {
    width: 213px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.header-nav > ul > li a {
    color: #fff;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.6rem;
    line-height: 18px;
    position: relative;
    padding-bottom: 7px;
}
.header-nav > ul > li::after{
    display: none;
}
.header-nav > ul > li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E9E3D7;
    height: 1px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li a:hover::before {
    opacity: 1;
}
.header-nav > ul > li.parent-dropdown a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    background-color: transparent;
    height: 20px;
    width: 100%;
}
.header-wrap {
    padding-left: 50px;
}
.header-contact {
    padding: 36px 76px;
    background-color: #E9E3D7; 
    color: #121212;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-contact:hover {
    background-color: #fff;
}
.header-navbar {
    display: flex;
    justify-content: end;
    position: relative;
    flex-wrap: wrap;
}
.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.6rem;
    line-height: 18px;
    color: #fff;
    position: relative;
    padding: 30px 21px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header-menu-active .header-wrap{
    position: relative;
    z-index: 99;
    padding-top: 9px;
    padding-bottom: 9px;
}
/****parent-dropdown****/
.parent-dropdown {
	position: relative;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	border-radius: 5px;
    border: 1px solid #fff;
    background-color: #121212;
	min-width: 170px;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}
.parent-dropdown ul li::after{
    display: none;
}
.parent-dropdown ul li a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	width: 100%;
}
.parent-dropdown ul li a::before {
    display: none;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #E9E3D7;
}
.parent-dropdown:hover ul {
	top: 34px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown:hover ul li::after{
    display: none;
}
.parent-dropdown img {
    cursor: pointer;
    width: 10px;
    margin-left: 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -2px;
}
.parent-dropdown.active img {
    filter: brightness(0) invert(1);
    margin-left: 3px;
    margin-top: -3px;
}
.parent-dropdown:hover img {
    transform: rotate(180deg);
    opacity: 1;
}
.parent-dropdown:hover {
    z-index: 1;
}
/*****mobile-menu*****/
.header-navbar.active .menu-btn{
    opacity: 0;
    pointer-events: none;
}
.header-navbar.active .header-contact {
    display: none;
}
.header-navbar.active 
.menu-btn:hover{
    background: #ffbb00;
}
.menu-btn span{
    position: relative;
}
.mobile-menu {
    position: fixed;
    right: 0;
    top: 97px;
    height: 100vh;
    width: 100%;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-navbar .menu-close {
    z-index: 0;
    position: absolute;
    right: 50%;
    top: -16px;
    cursor: pointer;
    opacity: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 38px 37px;
    pointer-events: none;
}
.header-navbar.active .menu-close{
    opacity: 1;
    z-index: 99;
    pointer-events: all;
}
.menu-close img {
    width: 28px;
}
.mobile-menu-active {
	clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mobile-menu ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-menu  .mobile-menu-wrap > ul > li {
    color: rgba(255, 255, 255, 0.70);
    display: table;
    padding: 0px 0px;
    font-size: 4.8rem;
    line-height: 53px;
    margin-bottom: 42px;
    display: block;
}
.mobile-menu  .mobile-menu-wrap > ul > li > a strong{
    font-size: 2.4rem;
    line-height: normal;
    font-weight: normal;
}
.mobile-menu  .mobile-menu-wrap > ul > li::after{
    display: none;
}
.mobile-menu .mobile-menu-wrap > ul > li > a {
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    gap: 20px;
    font-size: 4.8rem;
    line-height: 56px;
    padding-right: 100px;
}
.mobile-menu .mobile-menu-wrap > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mobile-menu  .mobile-menu-wrap > ul > li > a::after {
    content: "";
    height: 60px;
    width: 60px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/menu-right-arrow.svg);
    background-position: center center;
    background-size: 14px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border: 1px solid #fff;
    border-radius: 100px;
}
.mobile-menu-wrap-mobile {
    display: none;
}
.mobile-menu .mobile-menu-wrap > ul > li > a:hover::after {
    background-color: #E9E3D7;
    border-color: #E9E3D7;
    background-image: url(../images/menu-right-black-arrow.svg);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    /* background: rgb(17 17 17 / 82%);
    backdrop-filter: blur(5px); */
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 0;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
.mobile-menu-wrapper {
    padding-top: 54px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
.mobile-menu-wrapper .mobile-menu-outerwrap .mobile-menu-inner-wrap {
    height: calc(100vh - 195px);
    overflow-y: auto;
    padding-right: 10px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap .mobile-menu-inner-wrap::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap .mobile-menu-inner-wrap::-webkit-scrollbar-track {
    background: #3b3b3b ;
    border-radius: 5px;
}
.mobile-menu-wrapper .mobile-menu-outerwrap .mobile-menu-inner-wrap::-webkit-scrollbar-thumb {
    background: #E9E3D7;
    border-radius: 5px;
    border: 1px solid #E9E3D7;
    transition: 0.6s ease-in-out;
}
.mega-menu-contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 26px;
    align-items: center;
}
.each-mega-menu-contact p {
    margin-bottom: 0;
}
.each-mega-menu-contact p a {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 24px;
    letter-spacing: 0.36px;
    font-family: 'MerriweatherSans-Light';
}
.each-mega-menu-contact p a:hover {
    color: #fff;
}
.mega-menu-list {
    padding-bottom: 25px;
    padding-top: 10px;
}
.each-mega-menu-contact h4 {
    margin-bottom: 10px;
}
.each-mega-menu-call-mail {
    text-align: center;
}
.each-mega-menu-call-mail p {
    margin-bottom: 0;
    line-height: 26px;
}
.each-mega-menu-contact td {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 24px;
}
.each-mega-menu-contact td:first-child {
    padding-right: 8px;
}
.header-mobile-contact {
    display: none;
}
/****banner-sec****/
.banner-sec {
    padding-top: 14%;
    background-color: #121212;
    z-index: 0;
    position: relative;
    padding-bottom: 12%;
}
.banner-video, .each-banner {
	height: 613px;
}
.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;
    border-radius: 10px;
    overflow: hidden;
}
.banner-wrap {
    padding-left: 72px;
    padding-right: 72px;
    position: relative;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: -24%;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}
.banner-content-btm{
    pointer-events: auto;
    width: max-content;
}
.banner-content-btm p {
    color: #fff;
    max-width: 620px;
    width: 100%;
}
.banner-content-btm h1 {
    margin-bottom: 26px;
}
.banner-top-content {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: 1;
    width: 100%;
    text-align: right;
    pointer-events: none;
}
.banner-top-content h2 {
    color: #fff;
    pointer-events: auto;
}
.banner-top-content-wrap {
    width: max-content;
    margin-left: auto;
}
/****product-sec****/
.product-sec {
    position: relative;
    overflow-x: clip;
}
.product-mark {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
    margin-top: -21%;
    pointer-events: none;
}
.product-wrap {
    padding: 85px 0 73px;
}
.product-area {
    position: relative;
    z-index: 1;
}
.product-title {
    margin-bottom: 48px;
}
.each-product {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-wrap {
    border-radius: 20px;
    border: 2px solid rgba(18, 18, 18, 0.15);
    padding: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-img {
    position: relative;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.each-product-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-img-wrap {
    height: 100%;
    width: 100%;
}
.each-product-top-title h3 {
    color: #404040;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.each-product-top-title p {
    margin-bottom: 0;
}
.each-product-top-title {
    margin-top: 20px;
}
.each-product-top-title h3 strong {
    font-weight: normal;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
}
.each-product-text-left {
    border-radius: 52px;
    background-color: #121212;
    padding: 13px 28px;
    width: max-content;
}
.each-product-text ul {
    display: flex;
    align-items: center;
}
.each-product-text li::after {
    display: none;
}
.each-product-text li {
    padding-left: 0;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 24px;
    margin-bottom: 0;
    color: #fff;
    margin-right: 20px;
    padding-right: 20px;
}
.each-product-text li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 1px;
}
.each-product-text li:last-child::before {
    display: none;
}
.each-product-text li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-text {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.each-product-btn {
    border-radius: 51px;
    border: 1px solid #121212;
    padding: 10px 20px;
    color: #121212;
    font-size: 1.6rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 25%;
    min-height: 25%;
    text-align: center;
}
.each-product:hover .each-product-btn {
    background-color: #E9E3D7;
    border-color: #E9E3D7;
}
.swiper-scrollbar.product-scrollbar {
    height: 2px;
    position: initial;
    background: rgba(18, 18, 18, 0.2);
    margin-top: 85px;
    width: 100%;
    border-radius: unset;
}
.swiper-scrollbar.product-scrollbar .swiper-scrollbar-drag {
    background-color: #121212;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
.product-slider .swiper-button-next {
    right: -5%;
}
.product-slider .common-arrow {
    top: 35%;
}
.each-product:hover .each-product-wrap {
    background-color: #fff;
}
.product-btn {
    text-align: center;
    margin-top: 50px;
    display: none;
}
.each-product-text-mobile {
    display: none;
}
.each-product-text-mobile li {
    padding-left: 0;
}
.each-product-text-mobile li::after {
    display: none;
}
.each-product-text-mobile li {
    color: rgba(18, 18, 18, 0.7);
    font-size: 1.4rem;
    font-family: 'MerriweatherSans-Light';
    line-height: 22px;
    letter-spacing: 0.28px;
    display: inline-grid;
}
.each-product-text-mobile li strong {
    font-size: 1.6rem;
    letter-spacing: 0.16px;
    font-family: 'MerriweatherSans-Regular';
    font-weight: normal;
}
.each-product-text-mobile ul {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.product-mobile-price {
    border-radius: 10px;
    border: 1px solid #121212;
    overflow: hidden;
    padding: 7px 10px;
    text-align: center;
}
.product-mobile-price h6 {
    color: rgba(18, 18, 18, 0.70);
    font-family: 'MerriweatherSans-Light';
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
}
.product-mobile-price h6 strong {
    color: #121212;
    font-family: 'MerriweatherSans-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.each-product-mobile-title {
    display: none;
}
/****product-progress****/
.product-progress {
    position: absolute;
    width: 29px;
    height: 29px;
    top: 0;
    left: 0;
    background-color: transparent;
    border-radius: 29px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 12px;
}
.product-progress::after {
    content: "";
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    top: 49%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    /* border: 3px solid rgba(0, 0, 0, 0.75); */
    border-radius: 37px;
    position: absolute;
}
.progress-ring {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
}
.progress-ring svg {
    width: 39px;
    height: 39px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 37px;
}
.progress-ring-circle {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
/****service-sec****/
/****service-sec****/
.service-sec {
    padding: 113px 0 84px;
    position: relative;
    z-index: 1;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-usp-block-merge {
    position: relative;
}
.service-usp-block-merge::after {
    background-image: url(../images/service-mark.png);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-title {
    margin-bottom: 70px;
    text-align: center;
}
.service-title h2,
.service-title p {
    color: #fff;
}
.service-title p {
    max-width: 915px;
    margin: 0 auto;
    margin-top: 13px;
}
.each-service-content-desc img {
    border-radius: 10px;
    overflow: hidden; 
}
.each-service-thumb {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 10px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
}
.service-thumb-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.each-service-thumb:hover, .service-thumb .swiper-slide-thumb-active .each-service-thumb {
    border-color: #E9E3D7;
    background-color: #E9E3D7;
    border-radius: 5px 5px 0px 0px;
}
.each-service-thumb:hover h4,
.service-thumb .swiper-slide-thumb-active .each-service-thumb h4 {
    color: #060709;
}
.service-thumb {
    border-radius: 5px 0 0 0;
    overflow: hidden;
    width: 78%;
}
.each-service-content .col-lg-8 {
    width: 72%;
}
.each-service-content .col-lg-4 {
    width: 28%;
}
.each-service-content-info p {
    max-width: 680px;
    width: 100%;
    margin-top: 23px;
}
.each-service-content-info h2 {
    color: #fff;
}
.each-service-content-info p {
    color: #F9F8F6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-content-desc {
    position: relative;
}
.each-service-content-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 47px 53px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-small-part {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.each-service-small-info {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-small-info h3 {
    color: #fff;
}
.service-control-btn {
    position: relative;
    z-index: 2;
}
.service-control .common-arrow {
    border-color: #fff;
    position: initial;
    margin: 0;
    width: 52px;
    height: 52px;
}
.service-control .common-arrow img {
    filter: brightness(0) invert(1);
}
.service-control .common-arrow:hover {
    background-color: #E9E3D7;
    border-color: #E9E3D7;
}
.service-control .common-arrow:hover img {
    filter: brightness(1);
}
.service-control {
    display: flex;
    right: 5%;
    gap: 20px;
    align-items: center;
}
.service-control-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27.5%;
    justify-content: space-between;
}
.service-scroll-part .swiper-pagination {
    color: #fff;
    letter-spacing: 0.48px;
    font-family: 'MerriweatherSans-Regular';
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    display: flex;
    align-items: center;
    height: 30px;
    width: auto;
}
.service-scroll-part .swiper-pagination strong {
    width: 71px;
    margin: 0 12px;
    display: block;
    background-color: #fff;
    height: 1px;
    color: transparent;
}
.service-scroll-part .swiper-pagination .swiper-pagination-total {
    color: rgba(255, 255, 255, 0.4);
}
.service-mobile-slider-sec {
    display: none;
}
.service-content-slide .swiper-slide-active {
    width: 71% !important;
}
.service-content-slide .swiper-slide-next {
    width: 27% !important;
}
.each-service-content-desc img{
    height: 100%;
    object-fit: cover;
}
.service-content-slide .swiper-wrapper {
    height: 600px;
}
.service-content-slide .swiper-slide-active .each-service-content-desc{
    height: 600px;
}
.service-content-slide .swiper-slide-next .each-service-content-desc{
    height: 500px;
}
.service-content-slide .swiper-slide-active .each-service-content-info{
    opacity: 1;
}
.service-content-slide .swiper-slide-active .each-service-small-info{
    opacity: 0;
    pointer-events: none;
}
/****usp-marquee-sec****/
.usp-marquee-bg {
    position: relative;
    overflow-x: clip;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.usp-marquee-sec .container {
    position: relative;
    z-index: 1;
}
.usp-marquee-wrap {
    padding: 40px 0;
	display: flex;
	width: max-content;
    gap: 140px;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 140px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    padding: 0;
    position: relative;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 22px;
    color: #FFF;
    line-height: 18px;
    margin-bottom: 0;
}
.usp-marquee-wrap ul li::after {
    filter: brightness(0) invert(1);
    top: 13%;
    transform: translateX(-50%);
}
/****about-sec****/
.about-sec {
    background-color: #fff;
    position: relative;
    padding: 130px 0 107px;
    overflow-x: clip;
}
.about-sec::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: #E9E3D7;
    height: 15px;
    width: 100%;
}
.about-block-wrap {
    position: relative;
    max-width: 996px;
    margin: 0 auto;
}
.about-block {
    border-radius: 10px;
    background: #EDEDED;
    padding: 20px;
}
.about-mark {
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    pointer-events: none;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-title p {
    max-width: 795px;
    width: 100%;
}
.about-title {
    margin-bottom: 70px;
}
.about-img img {
    border-radius: 5px;
    overflow: hidden;
}
.about-img-info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin: 35px 0 5px;
}
.about-img-info p {
    margin-bottom: 0;
    max-width: 575px;
    width: 100%;
}
.about-img-info .common-btn{
    height: 100%;
}
.each-counter {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #121212;
    overflow: hidden;
    padding: 22px 24px;
    gap: 23px;
    width: 283px;
    justify-content: center;
}
.each-counter h2 {
    color: #fff;
    margin-bottom: 10px;
}
.each-counter h6 {
    color: #FFF;
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
    font-family: 'MerriweatherSans-Light';
}
.each-counter strong {
    font-weight: normal;
}
.about-left-counter {
    position: absolute;
    left: -15%;
    top: 31%;
    transform: translateY(-50%);
}
.about-right-counter {
    position: absolute;
    right: -15%;
    top: 25%;
    transform: translateY(-50%);
}
.about-right-counter-mobile {
    display: none;
}
/****home-table-sec****/
.home-table-sec {
    background-color: #fff;
}
.home-table-sec td {
    border-radius: 10px;
    background: #EDEDED;
    padding: 55px 48px 31px;
    position: relative;
    width: 31%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-table-sec td em {
    font-style: normal;
    border-radius: 4px;
    background: #E9E3D7;
    padding: 12px 15px;
    position: absolute;
    left: -24px;
    top: -10px;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
}
.home-table-sec tr {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}
.home-table-sec td p {
    margin-bottom: 0;
}
.home-table-sec td h3 {
    margin-bottom: 20px;
}
.home-table-sec td:hover {
    background-color: #E9E3D7;
}
/****google-review****/
.google-review {
    padding: 115px 0 105px;
    background-color: #fff;
}
/****insta-slider****/
.insta-slider-sec {
    overflow: hidden;
}
.insta-slider-bg .insta-slider{
    background-color: #EDEDED;
}
.insta-slider {
    position: relative;
    background-color: #fff;
    position: relative;
    margin: 0 -6%;
}
.insta-slider::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #121212;
    height: 20%;
    width: 100%;
}
.each-insta-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-slider-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.insta-img img {
    border-radius: unset;
    width: 30px;
    margin-bottom: 8px;
}
.each-insta-slider-img {
    height: 212px;
    position: relative;
}
.each-insta-slider-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-slider-img::after {
    border-radius: 10px;
    background: rgba(16, 24, 36, 0.50);
    backdrop-filter: blur(5px);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-insta-slider:hover .each-insta-slider-img::after {
    opacity: 1;
}
.each-insta-slider:hover .each-insta-slider-info {
    opacity: 1;
}
.each-insta-slider-info h6 {
    color: #FFF;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 10px;
}
.insta-slider-mobile-part {
    display: none;
}
/****footer-area****/
.footer-area {
    background-color: #121212;
    padding: 67px 0 70px;
}
.footer-logo img {
    width: 258px;
}
.footer-btn .common-btn {
    background-color: #E9E3D7;
    border-color: #E9E3D7;
    color: #121212;
}
.footer-btn .common-btn:hover::before {
    border-color: #fff;
}
.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.footer-mid .mega-menu-contact {
    border-top: 0;
    padding-top: 0;
}
.footer-mid {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 46px 0 58px;
    padding: 40px 0 22px;
}
.footer-mid .each-mega-menu-contact h3 {
    color: #fff;
    margin-bottom: 10px;
}
.footer-mid .each-mega-menu-call-mail p a {
    font-size: 2.4rem;
    letter-spacing: 0.48px;
}
.footer-mid .each-mega-menu-call-mail p {
    line-height: 35px;
}
.footer-social li::after,
.footer-btm-logo li::after {
    display: none;
}
.footer-social li,
.footer-btm-logo li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social ul {
    display: flex;
    gap: 10px;
}
.footer-social li a {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    overflow: hidden;
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: rgba(255, 255, 255, 0.50); 
    border-color: rgba(255, 255, 255, 0.50);
}
.footer-btm-logo ul {
    display: flex;
    gap: 10px;
    column-gap: 37px;
    align-items: center;
}
.footer-btm {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}
.footer-btm-logo li img {
    width: 90px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.6rem;
    line-height: 18px;
}
.footer-credit a:hover {
    color: #fff;
}
.footer-social.footer-mobile-social {
    display: none;
}
.footer-wp {
    border-color: #25D366 !important;
    display: none;
}
.footer-wp:hover {
    border-color: #25D366;
    background-color: transparent !important;
}
.each-mega-menu-call-mail-mobile {
    display: none;
}
/* ======== SERVICE LIST PAGE ======== */
/* inner-banner-sec */
.inner-banner-sec {
    background-color: #121212;
    padding-top: 236px;
    padding-bottom: 103px;
    position: relative;
    z-index: 1;
}
.inner-common-gap{
    padding-left: 72px;
    padding-right: 72px;
}
.inner-banner-img{
    border-radius: 10px;
    overflow: hidden;
    height: 500px;
    width: 100%;
}
.inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-heading{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* service-list-sec */
.service-list-sec{
    background-color: #EDEDED;
    padding-top: 65px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.service-list-wave {
    position: absolute;
    top: -18%;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.service-list-sec .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.each-service-item{
    position: relative;
    overflow: hidden;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.each-service-item:hover .each-service-item-content {
    top: 45%;
}
.each-service-item:hover .each-service-item-content p{
    opacity: 1;
}
.each-service-item:hover .common-btn{
    opacity: 1;
    bottom: 28%;
}
.each-service-item-img{
    border-radius: 10px;
    overflow: hidden;
    height: 480px;
    width: 100%;
}
.each-service-item-img img{
    object-fit: cover;
    height: 100%;
}
.each-service-item-content {
    position: absolute;
    top: 95%;
    max-width: 500px;
    padding: 20px;
    left: 50%;
    transform: translate(-50% , -50%);
    text-align: center;
    width: 100%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.each-service-item-content h2{
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-item-content p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    opacity: 0;
}
.each-service-item .common-btn {
    background: #E9E3D7;
    border-color: #E9E3D7;
    color: #121212;
    position: absolute;
    bottom: 10%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.each-service-item .common-btn:hover{
    border-color: #FFF;
}
/* ======== SERVICE DETAIL PAGE ======== */
/* prev-btn-sec */
.prev-btn-sec {
    background-color: #121212;
    padding-top: 156px;
    padding-bottom: 62px;
}
.prev-btn-wave{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
/* service-detail-sec */
.service-detail-sec{
    background-color: #121212;  
    padding-bottom: 128px;
}
.service-detail-sec .container{
    position: relative;
    z-index: 1;
}
.service-detail-wave {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
    width: 25%;
}
.service-detail-wave img {
    width: 100%;
}
.service-detail-sec .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
}
.service-detail-sec .row .col-lg-7 {
    width: 60%;
}
.service-detail-sec .row .col-lg-5 {
    width: 40%;
}
.service-detail-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.service-detail-img img{
    height: 100%;
    object-fit: cover;
}
.service-detail-text {
    background-color: #E9E3D7;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding: 40px 28px;
    display: flex;
    flex-direction: column;
}
.service-detail-text h2{
    position: relative;
    margin-bottom: 142px;
}
.service-detail-text h2::after{
    position: absolute;
    content: "";
    background-color: #121212;
    width: 250px;
    height: 1px;
    left: 0;
    bottom: -107px;
}
.service-detail-text h3{
    margin-bottom: 13px;
}
.service-detail-text p:last-child{
    margin-bottom: 0;
}
/* dtl-info-sec */
.dtl-info-sec{
    overflow: hidden;
    background-color: #FFF;
}
.dtl-info-warp table,
.dtl-info-warp tbody{
    width: 100%;
}
.dtl-info-warp{
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.dtl-info-warp tbody{
    display: flex;
}
.dtl-info-warp tr {
    padding: 160px 80px 80px;
    width: 33.33%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-warp tr:hover::after{
    height: 100%;
}
.dtl-info-warp tr::after{
    position: absolute;
    content: "";
    background-color: #E9E3D7;
    height: 8px;
    width: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-warp tr:nth-child(2n){
    background-color: #EDEDED;;
}
.dtl-info-warp tr td {
    max-width: 430px;
    position: relative;
    z-index: 1;
}
.dtl-info-warp tr td::after{
    content: "";
    height: 36px;
    width: 36px;
    border: 1px solid #1C1C1C;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: -74px;
    background-image: url(../images/dtl-info-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 13px;
    opacity: 1;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-info-warp h3{
    margin-bottom: 16px;
}
.dtl-info-warp p{
    margin-bottom: 0;
}
.verkoop-dtl-sec .dtl-info-warp tr {
    padding: 160px 146px 80px;
    width: 50%;
}
.verkoop-dtl-sec .dtl-info-warp tr td {
    max-width: 100%;
}
.verkoop-dtl-sec .dtl-info-warp tr:nth-child(2n){
    background-color: #FFFF;
}
.verkoop-dtl-sec .dtl-info-warp tr:nth-child(1){
    background-color: #EDEDED;
}
/* form-sec */
.form-sec {
    padding: 66px 0;
    position: relative;
    z-index: 1;
}
.form-wave {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.form-heading{
    padding-right: 20px;
}
.form-heading h2{
    color: #EDEDED;
    margin-bottom: 50px;
}
.form-heading p{
    margin-bottom: 14px;
}
.form-heading p:last-child{
    margin-bottom: 0;
}
.form-heading p a{
    color: #FFF;
    font-family: 'MerriweatherSans-Regular';
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: 0.48px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
}
.form-heading p a:hover{
    color: #E9E3D7;
}
.each-form-contact h3{
    color: #FFF;
    margin-bottom: 20px;
}
.each-form-contact p a{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'MerriweatherSans-Regular';
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
}
.each-form-contact p a:hover{
    color: #FFF;
}
.each-form-contact table{
    width: 100%;
}
.each-form-contact table tr {
    display: flex;
    align-items: center;
    gap: 5px;
}
.each-form-contact table tr td:first-child {
    width: 106px;
}
.each-form-contact table tr td{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'MerriweatherSans-Regular';
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
.form-contact-wrap {
    margin-top: 40px;
    margin-bottom: 77px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.form-heading ul{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 13px;
}
.form-heading ul li::after{
    display: none;
}
.form-heading ul li{
    padding: 0;
    margin: 0;
}
.form-heading ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
}
.form-heading ul li a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
}
.form-heading ul li a:hover{
    background-color: #E9E3D7;
    border-color: #E9E3D7;
}
.form-heading ul li a:hover img{
    filter: brightness(1) invert(1);
}
.form-wrap{
    border-radius: 10px;
    background: #FFF;
    padding: 34px 38px;
}
.form-group label{
    color: #121212;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 18px;
}
.form-group{
    margin-bottom: 33px;
}
.form-style {
    width: 100%;
    height: 100%;
    padding: 16.5px 20px;
    color: rgba(18, 18, 18, 0.50);
    border: 1px solid #EDEDED;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
    border-radius: 10px;
    background: #EDEDED;
    resize: none;
    outline: none;
}
.textarea-style{
    height: 168px;
}
.form-group .form-control:focus {
    color: #121212;
    background-color: #EDEDED;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
}
.submit-btn{
    margin-top: 14px;
}
.submit-btn .common-btn{
    background-color: transparent;
}
.submit-btn .common-btn:hover{
    border-color: #E9E3D7;
    background: #E9E3D7;
    color: #121212;
}
.submit-btn .common-btn::before{
    background-color: #E9E3D7;
}
.form-wrap .row{
    margin: 0px -7px;
}
.form-wrap .row .col-lg-6,
.form-wrap .row .col-lg-12{
    padding: 0px 7px;
}
/* related-service-sec */
.related-service-sec{
    padding: 80px 0;
}
.related-service-heading{
    margin-bottom: 80px;
}
.related-service-btn .common-arrow{
    top: 50%;
    transform: translateY(-50%);
}
.related-service-btn .swiper-button-next {
    right: -5%;
}
.related-service-btn .swiper-button-prev {
    left: -5%;
}
/* ======= OVERONS PAGE ======= */
.over-ons-sec{
    background-color: #121212;
}
.overons-wave{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.over-ons-heading {
    padding-right: 20px;
}
.over-ons-heading h2{
    color: #FFF;
}
.over-ons-text p{
    color: #FFF;
}
.over-ons-text p:last-child{
    margin-bottom: 0;
}
/* overons-slider-sec */
.overons-slider-sec{
    background-color: #121212;
    position: relative;
    padding-top: 67px;
    padding-bottom: 92px;
}
.overons-slider-wave {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}
.overons-each-img{
    border-radius: 10px;
    overflow: hidden;
    height: 557px;
}
.overons-each-img img{
    object-fit: cover;
    height: 100%;
}
/* why-shoose-sec */
.why-choose-sec{
    overflow: hidden;
    padding-top: 77px;
    padding-bottom: 108px;
}
.why-choose-sec .col-lg-3 {
    width: 35%;
}
.why-choose-sec .col-lg-8 {
    width: 65%;
}
.why-choose-heading{
    max-width: 344px;
    padding-right: 20px;
}
.each-choose-counter {
    width: 25%;
    border-left: 1px solid rgba(18, 18, 18, 0.20);
    height: 100%;
    padding-left: 24px;
    padding-right: 30px;
}
.each-choose-counter h2{
    font-size: 4rem;
    line-height: 56px;
    margin-bottom: 8px;
}
.each-choose-counter p {
    color: #121212;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    margin-bottom: 0;
}
.why-choose-counter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 138px;
}
.why-choose-text p{
    margin-bottom: 0;
}
/* overons-gallery-sec */
.overons-gallery-sec{
    padding-top: 138px;
    padding-bottom: 84px;
}
.overons-galler-heading{
    margin-bottom: 84px;
}
.each-gallery{
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.each-gallery img{
    object-fit: cover;
    height: 100%;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.each-gallery:hover img{
    transform: scale(1.1) rotate(1deg);
}
.overons-gallery-sec .col-5,
.overons-gallery-sec .col-4,
.overons-gallery-sec .col-3,
.overons-gallery-sec .col-2{
    padding: 0px 21px;
}
.overons-gallery-sec .row {
    margin: 0px -21px;
    row-gap: 36px;
}
.overons-gallery-sec .col-5 {
    width: 31%;
}
.overons-gallery-sec .col-4 {
    width: 22%;
}
.overons-gallery-sec .col-3 {
    width: 27%;
}
.overons-gallery-sec .col-2 {
    width: 20%;
}
.overons-gallery1{
    height: 315px;
}
.overons-gallery2{
    height: 215px;
}
.overons-gallery3{
    height: 270px;
}
.overons-gallery4 {
    height: 153px;
    margin-top: -20%;
}
/* over-ons-table-sec */
.over-ons-table-sec {
    background-color: #EDEDED;
}
.over-ons-table-sec td {
    background-color: #fff;
}
/* ======= CONTACT PAGE ======= */
/* map-sec */
.map-bg{
    height: 600px;
    width: 100%;
    margin-bottom: 58px;
}
.map-bg img{
    object-fit: cover;
    height: 100%;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1095px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(18, 18, 18, 0.80);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 46%;
}
.modal-area .modal-content .col-lg-7 {
    width: 54%;
}
.modal-content-wrap {
    overflow: hidden;
}
.modal-content-wrap .row {
    --bs-gutter-x: 12px;
}
.modal-area .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content .d-table-cell img {
	width: 212px;
}
.modal-area .popup-content p {
	margin: 30px 0 37px;
    font-family: 'LamaSans-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 165%;
    letter-spacing: 0.32px;
}
.modal-area .popup-content {
    border-radius: 10px;
    background-color: #202020;
    overflow: hidden;
    padding: 83px 86px;
    position: relative;
    z-index: 1;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-layer {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.modal-area .popup-content .white-btn {
    background: #E9E3D7;
    color: #121212;
    border-color: #E9E3D7;
    padding-top: 11px;
    padding-bottom: 11px;
}
.modal-area .popup-content .white-btn:hover{
    border-color: #FFF;
}
/* ====== THANK YOU PAGE ====== */
.thank-sec {
    padding-bottom: 116px;
}
.thank-sec .inner-banner-img{
    height: 612px;
}
.thank-sec .inner-banner-heading h1{
    margin-bottom: 36px;
}
/* ======== AANBOD DETAIL PAGE ======== */
/* anbd-detail-sec */
.anbd-detail-sec{
    background-color: #121212;
}
.anbd-shr-btn a{
    border: 1px solid #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.anbd-shr-btn a img{
    width: 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.anbd-shr-btn a:hover{
    background-color: #E9E3D7;
    border-color: #E9E3D7;
}
.anbd-shr-btn a:hover img{
    filter: brightness(1) invert(1);
}
.anbd-shr-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: -112px;
}
.anbd-deatil-wrap {
    padding-top: 60px;
}
.anbd-detail-slider{
    border-radius: 20px;
    overflow: hidden;
}
.anbd-each-thum{
    border-radius: 10px;
    overflow: hidden; 
}
.each-anbd-btn .white-btn{
    background-color: #E9E3D7;
    color: #121212;
    border-color: #E9E3D7;
}
.each-anbd-btn .white-btn:hover{
    border-color: #FFF;
}
.each-anbd-btn {
    display: flex;
    gap: 12px;
}
.anbd-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 15px;
}
.anbd-car-control .common-arrow{
    border-color: #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-car-control .common-arrow img{
    filter: brightness(0) invert(1);
}
.anbd-car-control .common-arrow:hover img {
    filter: brightness(1);
}
.anbd-car-control .common-arrow:hover{
    border-color: #E9E3D7;
}
.anbd-car-control .swiper-button-prev{
    left: 20px;
}
.anbd-car-control .swiper-button-next{
    right: 20px;
}
.anbd-deatil-wrap .col-lg-7 {
    width: 55%;
}
.anbd-deatil-wrap .col-lg-5 {
    width: 45%;
}
.anbd-deatil-wrap .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}
.anbd-price-wrap{
    background-color: #121212;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 14px;
    margin-top: 24px;
    overflow: hidden;
}
.anbd-price-box{
    background-color: #E9E3D7;
    border-radius: 10px;
    padding: 20px 40px;
}
.anbd-price-model h3{
    margin-bottom: 7px;
}
.anbd-price-model p{
    margin: 0;
}
.anbd-price-model {
    margin-bottom: 28px;
}
.anbd-detail-price h6{
    color: #121212;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.6rem;
    line-height: 110%;
    margin-bottom: 18px;
}
.anbd-detail-price h3{
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}
.anbd-detail-price h3 strong{
    color: rgba(18, 18, 18, 0.70);
    font-family: 'MerriweatherSans-Light';
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: normal;
}
.anbd-detail-price {
    margin-bottom: 42px;
}
.anbd-car-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
}
.anbd-car-info ul li::after{
    display: none;
}
.anbd-car-info ul li{
    margin: 0;
    padding: 0;
    width: 33%;
}
.anbd-car-info ul li p{
    margin-bottom: 0;
    color: rgba(18, 18, 18, 0.70);
    margin-bottom: 9px;
}
.anbd-car-info ul li h4 {
    color: #121212;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 0.4px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    background-color: #121212;
    padding-top: 110px;
    padding-bottom: 78px;
}
.tab-btn .tabs li.active {
    background-color: #E9E3D7;
    color: #121212;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 50px;
    font-family: 'MerriweatherSans-Light';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 12px 30px 12px 18px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.tab-btn ul.tabs li:hover{
    background-color: #E9E3D7;
    border-color: #E9E3D7;
    color: #121212;
}
.tab-btn ul.tabs li:hover::after {
    filter: brightness(0);
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    padding-bottom: 22px;
}
.kenmerken-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    width: 33%;
    position: relative;
    color: #FFFFFF;
    padding: 28px 0;
    display: flex;
    font-family: 'MerriweatherSans-Regular';
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    transition: 0.5s ease-in-out;
}
.kenmerken-tab li::after{
    display: none;
}
.kenmerken-tab li:hover {
    padding-left: 20px;
}
.kenmerken-tab li:hover strong{
    color: #FFF;
}
.kenmerken-tab li strong {
    font-weight: normal;
    width: 66%;
    color: rgba(255, 255, 255, 0.60);
    position: relative;
    padding-left: 20px;
    transition: 0.5s ease-in-out;
}
.kenmerken-tab li strong::after{
    position: absolute;
    content: "";
    background-image: url(../images/tab-arrow.svg);
    background-size: 10px;
    width: 10px;
    height: 16px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.kenmerken-tab li em {
    font-style: normal;
    width: 50%;
    text-align: right;
    padding-right: 16px;
}
.kenmerken-tab li:nth-child(3) em,
.kenmerken-tab li:nth-child(6) em,
.kenmerken-tab li:nth-child(9) em{
    padding-right: 0px;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #E9E3D7;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
}
.dtl-tab-sec .bullet-panel li::after {
    filter: brightness(1) invert(1);
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9E3D7;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E9E3D7;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #121212;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: #FFF;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 1px;
    left: 11px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 9px;
    height: 12px;
    background-size: 7px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 10px;
    width: 10px;
    height: 12px;
    top: 1px;
}
.tab-btm-btn {
    margin-top: 32px;
}
.tab-btm-btn .common-btn {
    backdrop-filter: none;
    cursor: pointer;
}
.tab_content p{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
}
/****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: rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #EDEDED;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #EDEDED;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #121212;
    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 #121212;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(47, 47, 47, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* related-product-sec */
.related-product-sec{
    padding: 85px 0;
}
.related-product-heading{
    margin-bottom: 84px;
}
.product-list-wrap .each-product-wrap {
    border-radius: 12px;
    border: 1px solid rgba(18, 18, 18, 0.15);
    padding: 10px;
}
.product-list-wrap .product-img {
    border-radius: 6px;
}
.product-list-wrap .each-product-top-title h3 {
    font-size: 1.6rem;
    line-height: 110%; 
}
.product-list-wrap .each-product-top-title p {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
}
.product-list-wrap .each-product-top-title {
    margin-top: 14px;
}
.product-list-wrap .each-product-top-title h3 strong {
    color: #121212;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
}
.product-list-wrap .each-product-text {
    margin-top: 15px;
    flex-wrap: nowrap;
}
.product-list-wrap  .each-product-text li {
    font-size: 1.2rem;
    line-height: 22px;
    letter-spacing: 0;
    margin-right: 8px;
    padding-right: 8px;
}
.product-list-wrap .each-product-text-left {
    background-color: #121212;
    padding: 8px 14px;
    width: max-content;
}
.product-list-wrap .each-product-text ul {
    justify-content: unset;
    flex-wrap: wrap;
    row-gap: 6px;
}
.product-list-wrap .each-product-btn {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    width: 33%;
    min-width: 33%;
    text-align: center;
    padding: 8px 11px;
}
.product-list-wrap .each-product-text li::before {
    height: 15px;
    top: 50%;
    transform: translateY(-50%);
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    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;
}
/* ======== AANBOD LIST PAGE ======== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 180px 0 48px;
    background-color: #EDEDED;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #121212;
	font-size: 1.6rem;
    line-height: 110%;
    font-family: 'MerriweatherSans-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    opacity: 0.7;
}
.select-style {
    width: 100%;
    height: 88px;
    color: #121212;
    font-size: 2rem;
    letter-spacing: 0.4px;
    font-family: 'MerriweatherSans-Regular';
    border: 0;
    border-bottom: 1px solid rgba(18, 18, 18, 0.20);
    border-right: 1px solid rgba(18, 18, 18, 0.20);
    border-radius: 0px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #EDEDED no-repeat 91% center / 10px;
    appearance: none;
    line-height: 88px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover{
    background-color: #E9E3D7;
    border-color: #E9E3D7;
    border-bottom-color: rgba(18, 18, 18, 0.20);
    border-radius: 5px 5px 0 0;
}
.select-style.show{
    background-color: #E9E3D7;
    border-color: #E9E3D7;
}
.filter-sort .select-style {
    border: 0;
    height: 87px;
}
.short-border-btm {
    border-bottom: 1px solid rgba(18, 18, 18, 0.20);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #E9E3D7;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #E9E3D7;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #121212;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
    font-family: 'MerriweatherSans-Regular';
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #121212;
    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 #121212;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #121212;
    border-color: #121212;
    background-image: url(../images/check-tick.png);
    background-size: 10px;
    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: #F9F8F6;
    border-radius: 4px;
    background-color: #121212;
    font-size: 1.4rem;
    border: 1px solid #121212;
    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: transparent;
    border-color: rgba(18, 18, 18, 0.20);
    color: #121212;
}
.hidden-filter .col-lg-3 {
	width: 25%;
}
.hidden-filter .aanbod-range-filter {
    margin-top: 20px;
    margin-right: 12px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #121212;
    font-family: 'MerriweatherSans-Regular';
}
.total_search_records {
	margin-top: 30px;
}
.aanbod-filter-actv .mobile-show-filter{
    top: 70px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #060709;
    border-color: #060709;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: 'MerriweatherSans-Bold';
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    padding: 9px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::before{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #EDEDED;
    border-color: #121212;
    color: #121212;
}
.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: #EDEDED;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #ece4d2;
    border: 1px solid #ece4d2;
    color: #121212;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::before{
    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: transparent;
    border-color: #121212;
    color: #121212;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 220px;
}
.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: #121212;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(18, 18, 18, 0.20);
    border-color: rgba(18, 18, 18, 0.20);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #121212;
}
.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: #121212;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 4px;
    border: 1px solid rgba(18, 18, 18, 0.20);;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #121212;
    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: #060709;
    font-family: 'MerriweatherSans-Regular';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #060709;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 134px;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 14px;
    --bs-gutter-y: 20px;
}
/* ======= VERKOCHT PAGE ======= */
.verkocht-sec{
    padding-top: 180px;
    padding-bottom: 134px;
}
.verkocht-sec .row{
    --bs-gutter-x: 14px;
    --bs-gutter-y: 20px;
}
.verkocht-heading {
    margin-bottom: 85px;
}
.about-left-counter em img {
    width: 40px !important;
}
.privacy_section {
    padding: 74px 0;
}

/*******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(#E9E3D7 calc(1*100%/6),#121212 0 calc(3*100%/6),#E9E3D7 0),
              linear-gradient(#E9E3D7 calc(2*100%/6),#121212 0 calc(4*100%/6),#E9E3D7 0),
              linear-gradient(#E9E3D7 calc(3*100%/6),#121212 0 calc(5*100%/6),#E9E3D7 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: #121212;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.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;
	}
}
.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;
} */
.anbd-shr-btn .share-social-media-button .a2a_dd svg {
    margin-right: 0px !important;
    width: 15px !important;
}
.anbd-shr-btn a svg path{
    transition: 0.5s ease-in-out;
    -webkit-transition: 05ms;
}
.anbd-shr-btn a:hover svg path{
    fill: #121212;
}
.form-height-add{
    margin-bottom: 30px;
}
.error-slider-sec .insta-slider {
    background-color: #FFF;
    padding-top: 13px;
}
.verkocht-sec .product-list-wrap .each-product-text-left {
    width: 100%;
}
.verkocht-sec .product-list-wrap .each-product-text ul {
    justify-content: center;
}