body {
	padding: 0px;
	margin: 0px;
    color: #030303;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    background-color: #FAFAFA;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
#page{
	padding-top: 16px;
    padding-bottom: 16px;
}
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
.morgeninternet-footer {
    max-width: calc(100% - 32px);
    margin: 10px auto 0;
    border-radius: 10px;
}
/****header-area***/
.header-area {
    padding: 32px 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header-area.header-hide {
    transform: translateY(-10px);
    opacity: 0;
}
.header-left {
    padding: 24px 35px 22px 22px;
    border-radius: 10px;
    background-color: #030303;
    /* width: 78.5%; */
    width: 70%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header-left .col-lg-5 {
    width: 32%;
}
.header-left .col-lg-7 {
    width: 68%;
}
.header-right {
    padding: 22px;
    border-radius: 10px;
    background-color: #030303;
    /* width: 20.9%; */
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header-logo-right{
    width: 16%;
    padding: 12px;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: relative;
    display: flex;
    justify-content: center;
}
.header-logo-right::after {
    content: "";
    border-radius: 30px;
    background-color: #fecd3a;
    width: 25px;
    height: 6px;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    position: absolute;
}
.header-logo-right{
    background-color: #030303;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.header-logo-right ul li{
    list-style: none;
}
.header-logo-right ul li:last-child{
    padding-bottom: 0;
}
.header-logo-right ul li:last-child img{
    width: 72px;
}
.header-logo-right ul li img{
    width: 27px;
}
.header-logo-right ul {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.header-right::after {
    content: "";
    border-radius: 30px;
    background-color: #fecd3a;
    width: 25px;
    height: 6px;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    position: absolute;
}
.header-right .common-btn {
    background-color: transparent;
    border-color: transparent;
    padding: 8px 24px;
    color: #FAFAFA;
}
.header-right .common-btn:hover {
    background-color: #fecd3a;
    border-color: #fecd3a;
    color: #030303;
}
.header-area.header-stiky .header-left,
.header-area.header-stiky .header-right ,
.header-area.header-stiky .header-logo-right {
    /* box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); */
    box-shadow: 0px 10px 15px -3px rgba(253, 206, 55, 0.2);
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.header-logo ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
    align-items: center;
}
.header-logo .logo1 {
    width: 320px;
}
.header-logo .logo2 {
    width: 35px;
    filter: brightness(0) invert(1);
}
.header-logo .logo3 {
    width: 197px;
    filter: brightness(0) invert(1);
}
.header-nav > ul {
    padding: 0;
    margin: 0;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
    list-style: none;
}
.header-nav > ul > li {
    color: #6C6D6C;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    padding-left: 0;
}
.header-nav > ul > li > a {
    color: #FAFAFA;
    padding: 8px 20px;
    border-radius: 5px;
}
.header-nav > ul > li > a:hover,
.header-nav > ul > li:hover > a {
    color: #030303;
    background-color: #fecd3a;
}
/***dropdown***/
.parent-dropdown {
	position: relative;
    z-index: 1;
}
.parent-dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 29px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #fff;
	min-width: 172px;
	text-align: center;
	box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.3);
	opacity: 0;
	pointer-events: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown ul::-webkit-scrollbar {
    background-color: #030303; 
    width: 10px;
    border-radius: 10px;
}
.parent-dropdown ul::-webkit-scrollbar-thumb {
    background-color: #2C2C2C; 
    border-radius: 10px;
}
.parent-dropdown ul li {
	color: #fff;
    padding-left: 0;
}
.header-nav .parent-dropdown > a {
    padding-right: 26px;
    padding-left: 15px;
}
.parent-dropdown ul li a {
	color: #6C6D6C;
	padding: 5px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: block;
	width: 100%;
}
.parent-dropdown ul li:last-child a {
	border-bottom: 0;
}
.parent-dropdown ul li a:hover {
	color: #FDBF03;
}
.parent-dropdown img {
    cursor: pointer;
    width: 8px;
    position: absolute;
    right: 9px;
    top: 11px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    top: 9px;
}
.parent-dropdown.open ul {
	max-height: 500px;
	opacity: 1;
	pointer-events: all;
    overflow-y: auto;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
    filter: brightness(100) invert(1);
} 
/****hamburger****/
.hamburger {
    min-width: 92px;
    height: 40px;
    border-radius: 5px;
    background-color: #fecd3a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.menu-bar {
    position: relative;
    max-width: 44px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #030303;
    content: '';
    height: 2px;
    margin: 5px 0 5px auto;
    width: 44px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    width: 80%;
}
.menu-bar::after {
    width: 60%;
}
.menu-bar::before {
    display: none;
}
/******mega-menu******/
/* .menu-bg {
    height: calc(100vh - 35px);
    width: calc(100vw - 32px);
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: rgba(3, 3, 3, 0.9);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.menu-bg.menu-bg-active {
    opacity: 1;
    pointer-events: all;
}
/* .mega-menu {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: -98px;
    z-index: 1;
    pointer-events: none;
    max-height: 0;
    width: 100%;
    z-index: 2;
    border-radius: 10px;
} */
.mega-menu.mega-menu-active {
    opacity: 1;
    pointer-events: all;
    max-height: 100%;
}
.mega-menu-header {
    position: relative;
    padding: 20.4px;
}
.mega-menu-reach ul {
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 33px;
    display: flex;
    justify-content: center;
}
.mega-menu-reach li a:hover img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(87%) saturate(2678%) hue-rotate(324deg) brightness(100%) contrast(99%);
}
.mega-menu-right {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
}
.mega-menu-right .common-btn {
    background-color: transparent;
    border-color: #FAFAFA;
    padding: 12px 50px 12px 24px;
    border-radius: 50px;
    position: relative;
    color: #FAFAFA;
    display: none;
}



.mega-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #18191D;
    padding: 40px 30px 40px 70px;
    z-index: 98;
    /* clip-path: inset(0 0 0 100%); */
    right: -100%;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-active{
    /* clip-path: inset(0 0 0 0); */
    right: 0;
    pointer-events: all;
}
.menu-bg {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    /* background-color: rgba(0, 0, 0, 0.3); */
    opacity: 0;
    pointer-events: none;
    /* backdrop-filter: blur(5px); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 3;
    background: rgba(33, 33, 33, 0.20);
    backdrop-filter: blur(3.5px);





    /* height: calc(100vh - 35px);
    width: calc(100vw - 32px);
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background-color: rgba(3, 3, 3, 0.9);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}





.mega-menu-right .common-btn::after {
    content: "";
    height: 15px;
    width: 15px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/mega-menu-btn-arrow.svg);
    background-position: center center;
    background-size: 15px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu-right .common-btn:hover {
    background-color: #fecd3a;
    border-color: #fecd3a;
    color: #030303;
}
.mega-menu-right .common-btn:hover::after {
    filter: brightness(0);
}
.menu-close {
    width: 75px;
    height: 48px;
    /* border: 1px solid #FAFAFA; */
    /* border-radius: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mega-menu-logo img {
    width: 374px;
}
.header-active .header-logo-right {
    position: relative;
    z-index: -1;
}
.header-active .header-left,
.header-active .header-right {
    z-index: -1;
}
.mega-menu-nav {
    /* border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
    /* max-width: calc(100% - 70px); */
    width: 100%;
    margin: 0 auto;
    /* padding: 20px 0 55px; */
    /* height: calc(100vh - 200px); */
    /* overflow: hidden; */
    padding-right: 20px;
    /* height: 100vh; */
    height: auto;
}
.mega-menu-nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /* height: 100%;
    overflow-y: auto; */
}
.mega-menu-nav > ul::-webkit-scrollbar {
    background-color: #030303; 
    width: 10px;
    border-radius: 10px;
}
.mega-menu-nav > ul::-webkit-scrollbar-thumb {
    background-color: #2C2C2C; 
    border-radius: 10px;
}
.mega-menu-nav > ul > li {
    color: rgba(250, 250, 250, 0.40);
    font-family: 'NouvelR-Regular';
    font-size: 2.4rem;
    line-height: normal;
    margin-bottom: 27px;
}
.mega-menu-nav > ul > li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav > ul > li > a {
    color: rgba(250, 250, 250, 0.40);
    display: flex;
    align-items: center;
    position: relative;
}
.mega-menu-logo{
    display: none;
}
.mega-menu-nav > ul > li > a > strong {
    color: rgba(250, 250, 250, 0.50);
    font-family: 'NouvelR-Regular';
    font-size: 2.6rem;
    font-weight: normal;
    margin-right: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.mega-menu-reach{
    display: none;
}
/* .mega-menu-nav > ul > li > a::after {
    content: "";
    height: 18px;
    width: 109px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/product-arrow.svg);
    background-position: center center;
    background-size: 109px;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
/* .mega-menu-nav > ul > li > a::before {
    content: "";
    height: 2px;
    width: 33%;
    position: absolute;
    right: 16%;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(250, 250, 250, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.mega-menu-nav > ul > li > a:hover::after {
    filter: grayscale(0);
    opacity: 1;
}
.mega-menu-nav > ul > li > a:hover::before {
    background-color: #fecd3a;
}
.mega-menu-nav > ul > li > a:hover {
    color: #fecd3a;
}
.mega-menu-nav > ul > li > a:hover strong {
    color: #fecd3a;
}
.mega-menu-nav > ul > li img {
    display: none;
}
.mega-menu-nav .parent-dropdown ul {
    min-width: calc(100% - 114px);
    max-height: 0;
    overflow: hidden;
    top: 100%;
    background-color: #030303;
    transform: translateX(0);
    left: 0;
    text-align: left;
    border-color: rgba(255, 255, 255, 0.3);
    padding: 10px 0;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 350px;
    overflow-y: auto;
    margin-top: 2px;
}
.mega-menu-nav .parent-dropdown a {
    width: 100%;
    display: block;
}
.mega-menu-nav .parent-dropdown li {
    font-size: 2rem;
    line-height: normal;
}
.mega-menu-nav .parent-dropdown li a {
    padding: 6px 20px;
    border: 0;
    position: relative;
}
/* .mega-menu-nav .parent-dropdown li a::after {
    content: "";
    height: 18px;
    width: 109px;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/product-arrow.svg);
    background-position: center center;
    background-size: 109px;
    background-repeat: no-repeat;
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
} */
.mega-menu-nav .parent-dropdown li a:hover::after {
    filter: grayscale(0);
    opacity: 1;
}
.header-area .header-nav .parent-dropdown ul {
    border-color: transparent;
    top: 65px;
    padding: 10px 0;
}
.header-area .header-nav .parent-dropdown::after {
    content: "";
    height: 50px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    pointer-events: none;
}
.header-area .header-nav .parent-dropdown:hover::after {
    pointer-events: all;
}
.header-area .header-nav .parent-dropdown ul li a {
    border: 0;
}
/***fix-wp***/
.fix-wp {
    /* position: fixed; */
    height: 55px;
    width: 55px;
    background-color: #11D100;
    border-radius: 100%;
    z-index: 98;
    /* bottom: 70px;
    right: 30px; */
}
.fix-wp img {
    width: 22px;
}
.fix-wp-btn {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp-text {
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 24px;
    position: absolute;
    bottom: 0;
    right: calc(100% + 10px);
    clip-path: inset(0 0 0 100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.fix-wp-text a h5 {
    color: #fff;
    background-color: #030303;
    padding: 10px;
}
.fix-wp-text a:nth-child(2) h5 {
    color: #fecd3a;
    background-color: #030303;
    padding: 10px;
}
.fix-wp-text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.fix-wp-text p {
    color: #6C6D6C;
    margin: 3px 0 24px;
}
.fix-wp-text p:last-child {
    margin-bottom: 0;
}
.fix-wp-text p a {
    color: #6C6D6C;
}
.fix-wp-text p a:hover {
    color: #fecd3a;
}
.fix-wp:hover .fix-wp-text {
    clip-path: inset(0 0 0 0);
}
.fix-call a,
.fix-mail a {
    width: 55px;
    height: 55px;
    background-color: #030303;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-call img,
.fix-mail img {
    width: 26px;
    height: 26px;
}
.fixed-part {
    position: fixed;
    right: 3.5%;
    bottom: 7%;
    z-index: 98;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-video, .each-banner {
	height: 864px;
    position: relative;
}
.banner-video::after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    top: 65%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 40px;
}
.banner-content .common-btn {
    min-width: 300px;
}




/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 100px 0 60px;
    background-color: #0F0F0F;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	/* color: #fff; */
	font-size: 1.4rem;
	font-family: 'NouvelR-Regular';
    padding-left: 30px;
    padding-right: 30px;
}
.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: #00FF87; */
}
.aanbod-filter-sec .select-style {
    width: 100%;
    height: 48px;
    color: #030303;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) #FAFAFA no-repeat 91% center / 10px;
    appearance: none;
    line-height: 46px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #fecd3a;
    border-color: #fecd3a;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'NouvelR-Regular';
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color: #fecd3a;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #fecd3a;
    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: #030303;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'NouvelR-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #030303;
    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 #030303;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #030303;
    border-color: #030303;
    background-image: url(../images/check-tick.svg);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #030303;
    border-radius: 5px;
    background-color: #fecd3a;
    font-family: 'NouvelR-Regular';
    font-size: 1.4rem;
    border: 1px solid #fecd3a;
    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: #030303;
    border-color: #030303;
    color: #fff;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 17.97%;
}
.hidden-filter .col-lg-2 {
    width: 10.15%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 0px;
    background-color: #030303;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'NouvelR-Regular';
    width: 100%;
    display: block;
    text-transform: capitalize;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fecd3a;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #030303;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #fecd3a;
    border: 1px solid #fecd3a;
    color: #030303;
    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 h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    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: 'NouvelR-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
    margin-bottom: 0;
    width: 260px;
}
.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: #fecd3a;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(253, 206, 55, 0.4);
    border-color: rgba(253, 206, 55, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #fecd3a;
}
.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: #030303;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid #030303;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #030303;
    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 {

}
.mob-filter-visible strong {
    font-weight: normal;
    color: #fecd3a;
}
/****home-filter-sec****/
.home-filter-sec {
    padding: 24px 0;
}
.home-filter-sec .inner-wrap {
    overflow: visible;
    padding: 24px 0;
}
.home-filter-wrap .col-lg-4 {
    width: 38%;
}
.home-filter-wrap .col-lg-8 {
    width: 62%;
}
.home-filter-sec .filter-main .row {
    column-gap: 2px;
}
.home-filter-left {
    position: relative;
}
.home-filter-left::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 100%;
    background-color: #030303;
}
.home-filter-left h3 {
    font-family: 'NouvelR-Regular';
    line-height: 26px;
}
.home-filter-sec .aanbod-filter-sec {
    padding: 0;
    background-color: transparent;
}
.home-filter-sec .filter-main {
    margin-bottom: 0;
}
.home-filter-sec .filter-main .col-lg-3 { 
    width: 33%;
}
.home-filter-right .col-lg-7 {
    width: 70%;
}
.home-filter-right .col-lg-5 {
    width: 30%;
}
.home-filter-btn .common-btn {
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 51px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.home-filter-btn .common-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 17px;
    height: 16px;
    background-image: url(../images/filter-btn-icon.svg);
    background-size: 17px;
    background-position: center center;
}
.home-filter-btn .common-btn:hover::after {
    background-image: url(../images/white-filter-btn-icon.svg);
}

/****product-sec****/
.product-sec{
    position: relative;
}
.product-sec .inner-wrap {
    padding: 60px 0;
}
.product-heading {
    margin-bottom: 60px;
    max-width: 550px;
    width: 100%;
}
.product-heading h2 {
    margin-bottom: 24px;
}
.product-slider {
    position: relative;
    padding-top: 110px;
    margin-top: -7%;
}
.product-slider .swiper-button-next {
    right: 0;
}
.product-slider .swiper-button-prev {
    right: 60px;
    left: auto;
}
.product-slider .common-arrow {
    top: 0;
    margin: 0;
}
.each-product {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.each-product-text {
    padding: 24px;
    border: 4px solid #030303;
    border-top: 0;
    background-color: #FAFAFA;
    border-radius: 0 0 24px 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product table {
    border-top: 1px solid #6C6D6C;
    border-bottom: 1px solid #6C6D6C;
    display: block;
    padding: 16px 0;
    margin: 16px 0;
}
.each-product tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 23px;
    row-gap: 10px;
}
.each-product td {
    color: #030303;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    display: block;
}
.each-product td img {
    width: 20px;
    margin-right: 12px;
}
.each-product h5 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product p {
    margin: 0 0 16px;
    color: #6C6D6C;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.product-price strong {
    color: #6C6D6C;
    font-weight: normal;
}
.product-btm {
    display: flex; 
    gap: 10px;
    justify-content: space-between;
}
.product-arrow {
    position: relative;
    width: 109px;
}
.product-arrow::after {
    content: "";
    height: 20px;
    width: 109px;
    background-image: url(../images/product-arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 109px;
    position: absolute;
    right: 0;
    top: 0;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text {
    border-color: #fecd3a;
}
.each-product:hover .product-arrow::after {
    filter: brightness(1);
}
.product-btn {
    margin-top: 43px;
    text-align: center;
}
.product-btn .common-btn {
    margin: 5px;
    min-width: 366px;
}
/****service-sec*****/
.service-sec {
    padding: 24px 0;
    position: relative;
    overflow: hidden;
}
.service-sec .inner-wrap {
    background-color: #030303;
    padding: 60px 0;
    position: relative;
}
.service-sec .inner-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /* background-color: rgba(253, 191, 3, 0.50); */
    /* filter: blur(400px); */
    position: absolute;
    left: -10%;
    top: -26%;
    background-image: url(../images/service-sec-inner-wrap-after-img.png);
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    max-width: 551px;
    width: 100%;
    margin: 0 auto 60px;
}
.service-heading p {
    margin: 24px 0 0;
    color: #FAFAFA;
}
.service-heading h2 {
    color: #FAFAFA;
}
.service-heading .common-btn {
    display: none;
}
.each-service-text {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.each-service {
    height: 294px;
    border-radius: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.each-service::after {
    content: "";
    height: 80px;
    width: 80px;
    border: 1px solid #FAFAFA;
    border-radius: 8px;
    position: absolute;
    right: 12px;
    top: 12px;
    background-image: url(../images/service-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service h3 {
    color: #FAFAFA;
}
.each-service p {
    color: #FAFAFA;
    margin: 14px 0;
}
.each-service li {
    color: #FAFAFA;
}
.each-service li a {
    color: #FAFAFA;
}
.each-service li a:hover {
    color: #fecd3a;
}
.each-service h6 {
    color: #FAFAFA;
    font-family: 'NouvelR-Bold';
    margin-bottom: 12px;
}
.finance-service {
    height: 100%;
}
.each-service:hover::after {
    background-color: #fecd3a;
    border-color: #fecd3a;
    background-image: url(../images/service-arrow-black.svg);
}
.service-list-cta {
    background-color: #fecd3a;
}
.service-list-cta img {
    display: none;
}
.service-list-cta h3 {
    color: #030303;
}
.service-list-cta::after {
    border-color: #030303;
    background-image: url(../images/service-arrow-black.svg);
}
.service-list-cta:hover::after {
    background-color: #030303;
    border-color: #030303;
    background-image: url(../images/service-arrow.svg);
}
.service-main .row {
    margin: 0 -12px;
}
.service-main .col-lg-4,
.service-main .col-lg-6,
.service-main .col-lg-12 {
    padding: 12px;
}
.service-main .col-lg-8 {
    padding: 0 12px;
}
.service-main .col-lg-4 {
    width: 32%;
}
.service-main .col-lg-8 {
    width: 68%;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
/****about-sec****/
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-sec .inner-wrap {
    position: relative;
    padding: 60px 0 70px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.about-sec .inner-wrap::after {
    content: "";
    width: 30%;
    height: 100%;
    border-radius: 100%;
    background-color: rgba(253, 191, 3, 0.50);
    filter: blur(400px);
    position: absolute;
    right: -10%;
    top: 0;
    pointer-events: none;
}
.about-sec .common-btn {
    min-width: 297px;
}
.about-heading p {
    margin: 24px 0 0;
}
.about-heading {
    max-width: 680px;
    width: 100%;
}
/****specialist-sec****/
.specialist-sec .inner-wrap {
    position: relative;
    border-radius: 0;
    padding: 24px 15px 40px;
    margin-bottom: -18px;
}
.specialist-sec .row {
    margin: 0 -12px;
}
.specialist-sec .col-lg-6 {
    padding: 0 12px;
}
.each-specialist {
    background-color: #FAFAFA;
    padding: 74px;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}
.each-specialist-img {
    min-width: 121px;
    min-height: 121px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fecd3a;
    border-radius: 10px;
    margin-right: 52px;
}
.each-specialist-text {
    max-width: 420px;
}
.each-specialist-text p {
    margin: 16px 0 0;
}
/****gallery-sec***/
.gallery-sec {
    padding-bottom: 23px;
}
.gallery-sec .inner-wrap {
    position: relative;
}
.each-gallery {
    height: 716px;
}
.each-gallery img {
    height: 100%;
    object-fit: cover;
}
/****co2-cta*****/
.co2-cta-img {
    min-height: 120px;
    min-width: 120px;
    background-color: #58AC7D;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}
.co2-cta-img img {
    width: 70px;
}
.co2-cta-left {
    display: flex;
    align-items: center;
}
.co2-cta-text p {
    margin: 16px 0 0;
}
.co2-cta {
    width: 1137px;
    left: 50%;
    bottom: 23px;
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    background-color: #FAFAFA;
    padding: 24px 88px;
}
.co2-cta-right .common-btn {
    width: 100%;
}
/*****review-sec*****/
.review-sec {
    padding-top: 96px;
    position: relative;
    z-index: 1;
}
.review-sec .keuWtl {
    display: none !important;
}
/***footer-review-merge***/
.footer-review-merge {
    position: relative;
}
.footer-review-merge .inner-wrap {
    background-color: #030303;
    position: relative;
}
.footer-review-merge .inner-wrap::after {
    content: "";
    width: 40%;
    height: 80%;
    border-radius: 100%;
    background-color: rgba(253, 191, 3, 0.50);
    filter: blur(400px);
    position: absolute;
    right: -10%;
    top: 0;
    pointer-events: none;
}
/***footer-area***/
.footer-area {
    position: relative;
    z-index: 1;
    padding: 122px 0 16px;
}
.footer-logo img {
    width: 392px;
}
.footer-info {
    display: flex;
    column-gap: 59px;
    row-gap: 20px;
    justify-content: space-between;
    max-width: 940px;
    width: 100%;
    margin-left: auto;
}
.each-footer-info .row {
    row-gap: 24px;
}
.each-footer-info h4 {
    color: #F7F7F7;
    font-family: 'NouvelR-Semibold';
    margin-bottom: 16px;
}
.each-footer-info p {
    color: rgba(247, 247, 247, 0.70);
    line-height: 30px;
    margin-bottom: 0;
}
.each-footer-info p a {
    color: rgba(247, 247, 247, 0.70);
}
.each-footer-info p a:hover {
    color: #fecd3a;
}
.each-footer-info h5 {
    font-family: 'NouvelR-Bold';
    color: #F7F7F7;
    margin-bottom: 12px;
}
.each-footer-info td {
    color: rgba(247, 247, 247, 0.70);
    display: inline-block;
}
.each-footer-info .col-6:last-child{
    margin-top: -38px;
}
.footer-info-child {
    margin-bottom: 24px;
}
.footer-info-child:last-child {
    margin-bottom: 0;
}
.footer-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-nav > ul > li {
    color: rgba(247, 247, 247, 0.70);
    margin-bottom: 12px;
    z-index: auto;
}
.footer-nav > ul > li:last-child {
    margin-bottom: 0;
}
.footer-nav > ul > li > a {
    color: rgba(247, 247, 247, 0.70);
    padding-bottom: 9px;
}
.footer-nav > ul > li > a:hover {
    color: #fecd3a;
}
.footer-nav .parent-dropdown {
    padding-right: 12px;
}
.footer-nav .parent-dropdown ul {
    z-index: 1;
    padding: 10px 0;
}
.footer-nav .parent-dropdown ul li a {
    border: 0;
}
.footer-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
    right: 0;
}
.footer-btm {
    border-radius: 20px;
    background-color: #151515;
    padding: 16px 71px;
    position: relative;
    margin: 40px -50px 0;
}
.footer-privacy p {
    color: rgba(247, 247, 247, 0.70);
    margin-bottom: 0;
}
.footer-privacy p a {
    color: rgba(247, 247, 247, 0.70);
}
.footer-privacy p a:hover {
    color: #fecd3a;
}
.footer-social ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    gap: 8px;
    justify-content: end;
    list-style: none;
}
.footer-social li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a {
    height: 47px;
    width: 47px;
    border: 1px solid #F7F7F7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #EF981E;
    border-color: #EF981E;
}
.footer-social li a:hover img {
    filter: brightness(0);
}
/* =============================== aanbod-list ================================ */
/****aanbod-list-filter****/
.aanbod-filter-sec.aanbod-list-filter .inner-wrap {
    padding: 23px 0 36px;
    overflow: visible;
}
.aanbod-filter-title {
    margin-bottom: 28px;
}
.aanbod-filter-title h2 {
    font-family: 'NouvelR-Regular';
}
.aanbod-filter-sec.aanbod-list-filter {
    padding: 146px 0 24px;
    background-color: transparent;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 10px;
}
.aanbod-product-area {
    padding: 80px 0 84px;
}
.aanbod-product-area .each-product {
    border-radius: 10px;
}
.aanbod-product-area .row {
    margin: 0 -12px;
    row-gap: 40px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 12px;
}
.list-filter-img {
    border-radius: 15px;
    overflow: hidden;
}
.aanbod-product-area .each-product-text {
    border-radius: 0 0 10px 10px;
}
/* =============================== diensten-list ================================ */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}
.each-inner-banner {
    height: 610px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
    position: relative;
    padding: 24px 0 10px;
}
.diens-list-sec .inner-wrap {
    overflow: visible;
}
.diens-list-area {
    padding: 80px 0;
}
.each-diens-list-wrap {
    margin-bottom: 24px;
}
.diens-list-left-area .each-diens-list-wrap:last-child {
    margin-bottom: 0;
}
.each-diens-list-txt {
    border-radius: 20px;
    background-color: #FAFAFA;
    padding: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
}
.diens-list-left-area .each-diens-list-wrap:nth-child(even) .each-diens-list-txt {
    margin-left: 0;
    margin-right: 8px;
}
.each-diens-list-area .col-lg-4 {
    width: 37%;
}
.each-diens-list-area .col-lg-8 {
    width: 63%;
}
.each-diens-list-img,
.diens-list-right-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.each-diens-list-img,
.each-diens-list-txt {
    height: 412px;
}
.each-diens-list-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-list-txt h3 {
    line-height: 26px;
    margin-bottom: 14px;
}
.each-diens-list-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 562px;
    width: 100%;
}
.each-diens-list-txt h6 {
    font-family: 'NouvelR-Bold';
    margin-bottom: 12px;
}
.each-diens-list-txt li {
    line-height: 24px;
    color: #030303;
}
.each-diens-list-txt .common-btn {
    margin-top: 23px;
    width: max-content;
}
.each-diens-list-txt .common-btn:hover {
    border-color: #030303;
}
.each-diens-list-area:hover .each-diens-list-txt {
    background-color: #fecd3a;
}
.diens-list-right-wrap {
    height: 701px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
}
.diens-list-right-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #030303 0%, rgba(3, 3, 3, 0.00) 100%);
}
.diens-list-right-info {
    position: relative;
    z-index: 1;
    padding: 24px;
}
.diens-list-right-info h3,
.diens-list-right-info p {
    color: #FAFAFA;
}
.diens-list-right-info h3 {
    line-height: 26px;
}
.diens-list-right-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 24px 0 45px;
}
.diens-list-arw {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: #fecd3a;
    border: 1px solid #fecd3a;
    border-radius: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-list-arw img {
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-list-right-area.make_sticky {
    position: sticky;
    top: 28%;
    overflow-y: auto;
    overflow-x: hidden;
}
.diens-list-right-area:hover .diens-list-arw {
    background-color: transparent; 
}
.diens-list-right-area:hover .diens-list-arw img {
    filter: brightness(0) invert(100);
}
/* =============================== diensten-dtl ================================ */
/****back-btn-sec****/
.back-btn-sec {
    position: relative;
    top: 255px;
}
.back-btn-wrap {
    position: absolute;
    z-index: 1;
}
.back-btn {
    min-width: 350px;
}
/****diens-top-sec****/
.diens-dtl-merge .inner-wrap {
    border-radius: 20px 20px 0 0;
    background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0.00) 100%);
}
.diens-top-area {
    padding: 185px 0 120px;
}
.diens-top-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 815px;
    margin-left: auto;
    height: 465px;
}
.diens-top-img img {
    height: 100%;
    object-fit: cover;
}
.diens-top-txt {
    padding-right: 20px;
    width: 100%;
    max-width: 614px;
    padding-top: 150px;
}
.diens-top-txt h2 {
    letter-spacing: 0.8px;
    margin-bottom: 22px;
}
.diens-top-txt h6 {
    margin-bottom: 16px;
}
/****diens-mid-sec****/
.diens-mid-sec .inner-wrap {
    border-radius: 0 0 10px 10px;
    background-color: transparent;
}
.diens-mid-wrap {
    padding-bottom: 91px;
}
.diens-mid-title {
    margin-bottom: 48px;
}
.diens-mid-area table {
    width: 100%;
}
.diens-mid-area p em {
    font-style: normal;
}
.diens-mid-area p a:hover {
    color: #030303;
}
.diens-mid-area tr {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.diens-mid-area td {
    width: 32.28%;
    padding: 32px;
    border-radius: 20px;
    background-color: #FAFAFA;
    box-shadow: 4px 4px 21.5px 0 rgba(0, 0, 0, 0.07);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
    position: relative;
}
.diens-mid-area td::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 32px;
    width: 49px;
    height: 30px;
    background-image: url(../images/diens-mid-icon.svg);
    background-size: 49px;
    background-repeat: no-repeat;
}
.diens-mid-area td img {
    /* width: 49px;
    height: 30px; */
}
.diens-mid-area td h5 {
    padding: 68px 0 18px;
}
.diens-mid-area td p {
    margin-bottom: 0;
}
.diens-mid-area td:has(a):hover {
    background-color: #fecd3a;
}
.diens-mid-area td:has(a):hover a{
    color: #FFF;
}
.diens-mid-area ul {
    margin-bottom: 0;
}
.diens-mid-area li {
    margin-bottom: 10px;
}
.diens-mid-area li:last-child {
    margin-bottom: 0;
}
/****form-sec****/
.form-sec {
    position: relative;
    padding-bottom: 24px;
}
.form-sec .inner-wrap {
    background-color: #030303; 
    padding: 80px 0;
    position: relative;
}
.form-sec .inner-wrap::after {
    content: "";
    width: 50%;
    height: 90%;
    border-radius: 100%;
    background-color: rgba(253, 191, 3, 0.50);
    filter: blur(400px);
    position: absolute;
    right: -13%;
    top: -26%;
    pointer-events: none;
}
.form-main-wrap {
    position: relative;
    z-index: 1;
}
.form-title {
    margin-bottom: 76px;
}
.form-title h2 {
    font-size: 4.5rem;
    line-height: normal;
    color: #fff;
}
.form-main-area .form-group {
    margin-bottom: 16px;
}
.form-main-area h2 {
    color: #F9F8F6;
    margin-bottom: 9px;
}
.form-main-area p {
    color: #F9F8F6;
    margin-bottom: 32px;
}
.form-wrap .col-lg-5 {
    width: 45%;
}
.form-wrap .col-lg-7 {
    width: 55%;
}
.form-main-area label {
    line-height: normal;
    margin-bottom: 4px;
    color: #fff;
    font-size: 1.4rem;
}
.form-main-area label strong {
    font-weight: normal;
    color: #fecd3a;
}
.form-main-area .form-styl {
    padding: 15px 28px;
    resize: none;
    font-family: 'NouvelR-Regular';
    line-height: 28px;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 5px;
    border: 1px solid rgba(24, 23, 22, 0.25);
    background-color: #151515;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.form-main-area .form-styl:focus::placeholder{
    color: #fff;
}
.form-main-area .form-style:-ms-input-placeholder {
    color: #fff;
}
.form-main-area .form-styl::placeholder{
    color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-style:focus::placeholder {
    color: #fff;
}
.form-main-area .form-styl:focus {
    color: #fff;
    border-color: #181716;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(255, 255, 255, 0.40);
}
.form-main-area .form-group textarea.form-control {
    height: 147px;
}
.form-btn {
    margin-top: 35px;
}
.form-btn .common-btn {
    width: 100%;
}
.form-btn .common-btn:hover {
    border-color: #fff;
}
.form-right-area {
    border-radius: 20px;
    overflow: hidden;
    max-width: 794px;
    margin-left: auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    padding: 40px 20px;
    position: relative;
}
.form-right-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0.00) 0%, #151515 66.06%, #151515 100%);
}
.form-right-info-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}
.form-right-info {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    width: 100%;
}
.each-form-right-info {
    list-style-type: none;
    border-right: 1px solid #FAFAFA;
    padding-right: 46px;
    margin-right: 46px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-form-right-info:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.each-form-right-info h5 {
    color: #FAFAFA;
    margin-bottom: 10px;
}
.each-form-right-info p {
    margin-bottom: 0;
    color: rgba(247, 247, 247, 0.70);
}
.each-form-right-info a {
    letter-spacing: 0.32px;
    color: rgba(247, 247, 247, 0.70);
}
.each-form-right-info a:hover {
    color: #fecd3a;
}
.form-right-info tr {
    display: flex;
}
.form-right-info td {
    color: rgba(247, 247, 247, 0.70);
    line-height: 24px;
    letter-spacing: 0.32px;
}
.form-right-info td:first-child { 
    margin-right: 5px;
}
.each-opening-time {
    margin-bottom: 18px;
}
.each-opening-time:last-child {
    margin-bottom: 0;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding-bottom: 10px;
}
.diens-btm-wrap {
    padding: 80px 0;
}
.diens-btm-title {
    margin-bottom: 83px;
}
.diens-service-slider-arw {
    height: 80px;
    width: 80px;
    background-color: #fecd3a;
    border-radius: 8px;
}
.diens-service-slider-arw img {
    width: 31px;
    height: 31px;
}
.each-diens-btm-slider {
    border-radius: 20px;
    overflow: hidden;
    height: 370px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-btm-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fecd3a;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-btm-slider:hover::after {
    opacity: 1;
}
.each-diens-btm-slider-img {
    height: 100%;
}
.each-diens-btm-slider-img img {
    height: 100%;
    object-fit: cover;
}
.each-diens-btm-slider-txt {
    width: 100%;
    position: absolute;
    bottom: -13%;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    padding: 24px;
    padding-right: 20px;
}
.each-diens-btm-slider-txt h3 {
    color: #fff;
    line-height: 26px;
}
.each-diens-btm-slider-txt p {
    margin: 10px 0 0;
    width: 100%;
    max-width: 425px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
}
.diens-btm-slider-arw {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 80px;
    width: 80px;
    background-color: transparent;
    border-radius: 8px;
    border: 1px solid #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diens-btm-slider-arw img {
    width: 31px;
    height: 31px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-btm-slider:hover .each-diens-btm-slider-txt {
    bottom: 0;
}
.each-diens-btm-slider:hover .each-diens-btm-slider-txt p {
    opacity: 1;
}
.each-diens-btm-slider:hover .each-diens-btm-slider-txt h3 {
    color: #030303;
}
.each-diens-btm-slider:hover .diens-btm-slider-arw {
    border-color: #030303;
}
.each-diens-btm-slider:hover .diens-btm-slider-arw img {
    filter: brightness(100) invert(1);
}
/* =============================== vacature-dtl ================================ */
.vacature-mid-sec .diens-mid-area td {
    width: 49%;
}
/* =============================== contact ================================ */
/****contact-form-sec****/
.contact-form-sec {
    padding-top: 24px;
}
.contact-form-sec .inner-wrap {
    background-color: #EDEDED;
}
.contact-form-sec .inner-wrap::after {
    display: none;
}
.contact-form-sec .form-title h2,
.contact-form-sec .form-main-area label {
    color: #030303;
}
.contact-form-sec .form-main-area .form-styl { 
    border-color: rgba(24, 23, 22, 0.25);
    background-color: #FAFAFA;
    color: #030303;
}
.contact-form-sec .form-main-area .form-styl:focus::placeholder{
    color: #030303;
}
.contact-form-sec .form-main-area .form-style:-ms-input-placeholder {
    color: rgba(3, 3, 3, 0.40);
}
.contact-form-sec .form-main-area .form-styl::placeholder{
    color: rgba(3, 3, 3, 0.40);
}
.contact-form-sec .form-main-area .form-styl:focus {
    color: #030303;
    border-color: #181716;
}
.contact-form-sec .form-btn .common-btn:hover {
    border-color: #030303;
}
/****map-sec****/
.map-sec {
    padding-bottom: 10px;
}
.map {
    height: 600px;
}
/* =============================== verkocht ================================ */
/****verkocht-top-sec****/
.verkocht-top-sec .inner-wrap {
    border-radius: 20px 20px 0 0;
}
.verkocht-top-area {
    padding-top: 187px;
}
.verkocht-top-left h2 {
    font-family: 'NouvelR-Regular';
}
.verkocht-top-right {
    text-align: end;
}
.verkocht-top-right p {
    margin-bottom: 0;
}
/****verkocht-product-sec****/
.verkocht-product-sec .inner-wrap {
    border-radius: 0 0 20px 20px;
}
.verkocht-product-sec .aanbod-product-area .row {
    row-gap: 28px;
}
/* =============================== Over-Matter-Meppel ================================ */
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 24px 0;
}
.over-ons-top-area {
    padding: 80px 0;
}
.over-ons-top-img {
    border-radius: 20px;
    overflow: hidden;
    max-width: 748px;
    width: 100%;
    margin-left: auto;
}
.over-ons-top-info {
    padding-right: 20px;
}
.over-ons-top-info h6 {
    margin: 23px 0 14px;
}
.over-ons-top-info h2 {
    letter-spacing: 0.8px;
}
.over-ons-top-info p {
    max-width: 580px;
    width: 100%;
    margin-bottom: 24px;
}
.over-ons-top-info h3 {
    max-width: 500px;
    width: 100%;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    padding-bottom: 8px;
}
.over-ons-about-sec .inner-wrap {
    background-color: #030303;
    position: relative;
}
.over-ons-about-sec .inner-wrap::after {
    content: "";
    position: absolute;
    top: -35%;
    right: -7%;
    width: 763px;
    height: 763px;
    border-radius: 763.658px;
    background: rgba(253, 191, 3, 0.50);
    filter: blur(400px);
}
.over-ons-about-area {
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.over-ons-about-area .col-lg-3 {
    width: 26%;
}
.over-ons-about-area .col-lg-6 {
    width: 48%;
}
.over-ons-about-top-area {
    margin-bottom: 16px;
}
.over-ons-about-img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.over-ons-about-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-about-txt-wrap {
    background-color: #151515;
    height: 100%;
    border-radius: 20px;
    padding: 56px 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-about-txt h3,
.over-ons-about-txt p {
    color: #FAFAFA;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-about-txt h3 {
    line-height: 31px;
    margin-bottom: 15px;
}
.over-ons-about-txt p {
    margin-bottom: 0;
    max-width: 556px;
    width: 100%;
}
.over-ons-about-txt-wrap:hover {
    background-color: #fecd3a;
}
.over-ons-about-txt-wrap:hover .over-ons-about-txt h3,
.over-ons-about-txt-wrap:hover .over-ons-about-txt p {
    color: #030303;
}
/****over-ons-gal-sec****/
.over-ons-gallery-sec {
    padding-bottom: 0;
}
/****about-car-sec****/
.about-car-sec {
    padding: 24px 0;
}
.about-car-area {
    padding: 80px 0;
}
.about-car-txt {
    background-color: #FAFAFA;
    height: 100%;
    padding: 32px;
    max-width: 804px;
    width: 100%;
}
.about-car-txt ul {
    margin-bottom: 0;
    padding-left: 0;
}
.about-car-txt li {
    list-style-type: none;
    position: relative;
    padding-left: 44px;
    margin-bottom: 14px;
}
.about-car-txt li:last-child {
    margin-bottom: 0;
}
.about-car-txt li::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 29px;
    height: 18px;
    background-image: url(../images/list-icon.svg);
    background-size: 29px;
}
.about-car-img,
.about-car-txt {
    border-radius: 20px;
}
.about-car-img {
    overflow: hidden;
    height: 100%;
}
.about-car-img img {
    height: 100%;
    object-fit: cover;
}
.about-car-area .col-lg-5 {
    width: 46%;
}
.about-car-area .col-lg-7 {
    width: 54%;
}
/****over-ons-specialist-sec****/
.over-ons-specialist-sec .inner-wrap {
    border-radius: 20px 20px 0 0;
    padding: 17px 15px 43px;
}
.over-ons-specialist-sec .each-specialist {
    padding-top: 52px;
    padding-bottom: 52px;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    padding-bottom: 24px;
}
.over-ons-team-area {
    padding: 80px 0 57px;
}
.over-ons-team-title {
    margin-bottom: 29px;
}
.each-over-ons-team-slider {
    position: relative;
    transition: 0.5s ease-in-out;
    overflow: hidden;
    border-radius: 20px;
}
.each-over-ons-team-slider:hover .each-over-ons-team-img::after{
    opacity: 1;
}
.each-over-ons-team-img {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    filter: blur(0px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-team-img::after{
    position: absolute;
    content: "";
    background-color: rgba(0 , 0, 0, 0.4);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.each-over-ons-team-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.each-over-ons-team-info {
    text-align: center;
    position: absolute;
    bottom: -66%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 24px;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    pointer-events: none;
    min-height: 460px;
    z-index: 1;
}
.each-over-ons-team-slider:hover .each-over-ons-team-info {
    opacity: 1;
}
.each-over-ons-team-slider:hover .each-over-ons-team-img {
    filter: blur(4px);
}
.each-over-ons-team-info h3 {
    color: #FAFAFA;
}
.each-over-ons-team-info p {
    color: #FAFAFA;
    margin: 4px 0 12px;
}
.each-over-ons-team-info ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}
.each-over-ons-team-info li {
    list-style-type: none;
}
.each-over-ons-team-info li a {
    width: 40px;
    height: 40px;
    border: 1px solid #F7F7F7;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-over-ons-team-info li img {
    width: 12px;
    height: 12px;
}
.each-over-ons-team-info li a:hover {
    background-color: #fecd3a;
    border-color: #fecd3a;
}
.each-over-ons-team-info li a:hover img {
    filter: brightness(100) invert(1);
}
.over-ons-team-wrap .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 20px;
}
.each-team-slider-details p {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.each-team-slider-details p::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 5px;
}
.each-team-slider-details p::-webkit-scrollbar-track{
    background: #FFF;
    border-radius: 5px;
}
.each-team-slider-details p::-webkit-scrollbar-thumb {
    background: #fecd3a;
    border-radius: 5px;
    border: 1px solid #fecd3a;
    transition: 0.6s ease-in-out;
}
.each-team-slider-details{
    opacity: 0;
    transition: 0.5s ease-in-out;
}
.each-over-ons-team-slider:hover .each-team-slider-details{
    opacity: 1;
}
.each-over-ons-team-slider:hover .each-over-ons-team-info{
    bottom: 0;
    pointer-events: all;
}
/* =============================== Geschiedenis ================================ */
/****geschiedenis-about-sec****/
.geschiedenis-about-sec {
    padding-bottom: 23px;
}
.geschiedenis-about-sec .inner-wrap {
    background-color: #EDEDED;
}
/****starting-year-sec****/
.starting-year-sec {
    padding-bottom: 23px;
}
/****ondernemen-sec****/
.ondernemen-sec {
    padding: 62px 0 24px;
}
.ondernemen-title {
    margin-bottom: 62px;
}
.each-ondernemen-area {
    padding: 80px 0;
    position: relative;
}
.ondernemen-img {
    max-width: 730px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.ondernemen-txt {
    max-width: 620px;
    width: 100%;
    padding-left: 39px;
}
.ondernemen-txt h2 {
    margin-bottom: 12px;
}
.ondernemen-txt p {
    margin-bottom: 0;
}
.ondernemen-title h2 {
    line-height: 40px;
    letter-spacing: 0.8px;
}
.each-ondernemen-wrap {
    padding-bottom: 23px;
}
.ondernemen-wrap .each-ondernemen-wrap:last-child {
    padding-bottom: 0;
}
/****brothers-matter-sec****/
.brothers-matter-sec .inner-wrap {
    background-color: #030303;
}
.brothers-matter-wrap {
    padding: 128px 0 94px;
}
.brothers-matter-title {
    margin-bottom: 58px;
}
.brothers-matter-title h2 {
    color: #FAFAFA;
}
.each-brothers-matter-area {
    margin-bottom: 24px;
    position: relative;
}
.brothers-matter-area .each-brothers-matter-area:last-child {
    margin-bottom: 0;
}
.each-brothers-matter-area .row {
    margin: 0 -12px;
    align-items: normal !important;
}
.each-brothers-matter-area .col-lg-6 {
    padding: 0 12px;
}
.each-brothers-matter-txt {
    background-color: #151515;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 121px 125px;
    height: 100%;
}
.each-brothers-matter-txt h2,
.each-brothers-matter-txt p {
    color: #FAFAFA;
}
.each-brothers-matter-txt h2 {
    margin-bottom: 16px;
}
.each-brothers-matter-img {
    overflow: hidden;
    height: 100%;
}
.each-brothers-matter-txt,
.each-brothers-matter-img {
    border-radius: 20px;   
}
.each-brothers-matter-img img {
    height: 100%;
    object-fit: cover;
}
.each-brothers-matter-logo-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.each-brothers-matter-logo {
    width: 180px;
    height: 167px;
    margin: 0 auto;
}
.each-brothers-matter-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-brothers-matter-info {
    border-radius: 10px;
    border: 1px solid #030303;
    background-color: #FFF;
    padding: 11px;
    margin-top: 5px;
}
.each-ondernemen-area .row.align-items-center.flex-row-reverse .ondernemen-txt {
    padding-left: 0;
}
/****new-brand-sec****/
.new-brand-sec .each-brothers-matter-logo {
    width: 125px;
    height: 168px;
}
/****new-building-sec****/
.new-building-sec .brothers-matter-area .each-brothers-matter-area:last-child .row .col-lg-6:first-child {
    width: 24%;
}
.new-building-sec .brothers-matter-area .each-brothers-matter-area:last-child .row .col-lg-6:last-child {
    width: 76%;
}
.new-building-sec .brothers-matter-area .each-brothers-matter-area:last-child .row .col-lg-6:last-child .each-brothers-matter-txt {
    padding-left: 328px;
    padding-right: 328px;
}
.new-building-sec .brothers-matter-area .each-brothers-matter-area:last-child .row .col-lg-6 img {
    width: 339px;
}   
.new-building-logo {
    overflow: visible;
}
/* =============================== Binnenkijken-bij-Matter-Meppel ================================ */
.binnenkijken-location-sec {
    padding: 24px 0;
}
.binnenkijken-location-wrap {
    padding: 80px 0;
}
.binnenkijken-location-img {
    border-radius: 20px;
    overflow: hidden;
    height: 750px;
}
.binnenkijken-location-img img {
    height: 100%;
    object-fit: cover;
}
/* =============================== aanbod-dtl ================================ */
/****aanbod-back-btn****/
.back-btn-sec.aanbod-back-btn {
    top: 0;
}
.back-btn-sec.aanbod-back-btn .inner-wrap {
    border-radius: 20px 20px 0 0;
}
.back-btn-sec.aanbod-back-btn .back-btn-wrap {
    position: initial;
    padding-top: 180px;
}
/****dtl-top-sec****/
.dtl-top-sec .inner-wrap {
    border-radius: 0 0 20px 20px;
}
.dtl-top-wrap {
    padding: 32px 0;
}
.dtl-top-area .col-lg-8 {
    width: 65%
}
.dtl-top-area .col-lg-4 {
    width: 35%
}
.dtl-top-slider .col-lg-9 {
    width: 79%;
}
.dtl-top-slider .col-lg-3 {
    width: 21%;
}
.gallery-thumbs-wrapper {
    padding-right: 5%;
    height: 582px;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img { 
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
    overflow: hidden;
}
.dtl-car-slide {
    border-radius: 10px;
    overflow: hidden;
}
.gallery-thumbs {
    height: 100%;
    object-fit: cover;
}
.dtl-top-slider .common-arrow img,
.dtl-product-slider .common-arrow img {
    width: 30px;
}
.dtl-top-info {
    border-radius: 20px;
    background: #FAFAFA;
    padding: 19px 24px;
    max-width: 516px;
    margin-left: auto;
    margin-right: 0;
    height: 100%;
}
.aanbod-top-info-top h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-top-info-top p {
    color: #6C6D6C;
    margin-top: 5px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 2rem;
    line-height: 28px;
}
.aanbod-top-info-mid table {
    border-top: 1.5px solid #6C6D6C;
    border-bottom: 1.5px solid #6C6D6C;
    display: block;
    padding: 20px 0;
    margin: 20px 0;
}
.aanbod-top-info-mid tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 23px;
    row-gap: 10px;
}
.aanbod-top-info-mid td {
    color: #030303;
    font-family: 'NouvelR-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: block;
    width: 47%;
}
.aanbod-top-info-mid td img {
    width: 20px;
    margin-right: 12px;
}
.aanbod-top-price {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aanbod-top-price h3 strong {
    font-weight: normal;
    color: #6C6D6C;
    margin-left: 5px;
}
.aanbod-top-btn-area {
    border-top: 1.5px solid #6C6D6C;
    border-bottom: 1.5px solid #6C6D6C;
    margin: 21px 0;
    padding: 21px 0;
}
.aanbod-top-btn-area ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.aanbod-top-btn-area li {
    list-style-type: none;
}
.aanbod-top-btn-area a {
    height: 46px;
    width: 46px;
    border: 1px solid #6C6D6C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-top-btn-area a img {
    width: 16px;
    height: 16px;
}
.aanbod-contact-dtls {
    border-radius: 22px;
    background-color: #EDEDED;
}
.aanbod-contact-img {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    max-width: 124px;
    width: 100%;
    height: 124px;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-contact-info ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.aanbod-contact-info li {
    list-style-type: none;
    position: relative;
}
.aanbod-contact-info li:first-child {
    margin-right: 10px;
    padding-right: 10px;
}
.aanbod-contact-info li:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.5px;
    height: calc(100% - 25%);
    background-color: #000000;
}
.aanbod-contact-info h4 {
    color: #0F1013;
    font-size: 2rem;
    margin-bottom: 10px;
}
.aanbod-contact-info li p {
    margin-bottom: 0;
}
.aanbod-contact-info li a:hover {
    color: #258060;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.aanbod-contact-dtls {
    border-radius: 22px;
    background-color: #EDEDED;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 24px 0;
	position: relative;
	overflow: hidden;
}
.dtl-tab-sec .inner-wrap {
    background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0.00) 100%);
}
.dtl-tab-area {
    padding: 60px 0 36px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 24px;
    margin-bottom: 40px;
    border: 0;
    row-gap: 20px;
}
.tab-area {
	position: relative;
	z-index: 1;
}
/****tab-part****/
.kenmerken-tab table {
    width: 100%;
    background: #FAFAFA;
}
.kenmerken-tab tr {
    display: flex;
    flex-wrap: wrap;
    padding: 11px 24px 21px;
    position: relative;
    gap: 15px;
}
/* .kenmerken-tab tr::after {
    content: "";
	position: absolute;
    bottom: 0;
	left: 0;
	width: 100%;
	height: 32px;
	background: #FAFAFA;
} */
.kenmerken-tab td em:first-child{
    width: 33px;
    height: 33px;
    border-radius: 100px;
    background: rgba(47, 47, 47, 0.30);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab td em img{
    width: 12px;
}
.kenmerken-tab td {
    padding: 23px 24px 27px;
    width: 18%;
    flex-shrink: 0;
    position: relative;
    /* border-bottom: 2px solid #6C6D6C; */
    margin-bottom: -5px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.kenmerken-tab td:hover{
    border: 1px solid #fecd3a;
}
.kenmerken-tab td:hover em:first-child{
    background: #fecd3a;
}
.kenmerken-tab td em{
    font-style: normal;
}
/* .kenmerken-tab td::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    content: "";
    background: #6C6D6C;
} */
/* .kenmerken-tab td:first-child,
.kenmerken-tab td:nth-child(5n) {
	padding-left: 0;
}
.kenmerken-tab td:nth-child(4n) {
    padding-right: 0;
} */
.kenmerken-tab td:nth-child(4n)::after {
    display: none;
}
/* .kenmerken-tab td::before {
    content: "";
	position: absolute;
    top: 0;
    right: 0;
	width: 1.7px;
	height: 100%;
	background: #6C6D6C;
    display: none;
} */
.kenmerken-tab td:nth-child(even)::before {
    display: none;
}
ul.tabs li {
    line-height: normal;
    margin: 0;
    word-break: break-word;
    text-transform: none;
    cursor: pointer;
    max-width: max-content;
    position: relative;
    font-size: 1.8rem;
}
.tab_content {
	display: none;
}
.tab_drawer_heading {
	display: none;
}
.tab_last::after {
    display: none;
}
.tab-area .price-table-sec {
    padding-bottom: 0;
}
.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: #f3f3f3;
	font-family: 'neue_montrealregular';
	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;
    border-radius: 10px;
}
.kenmerken-tab h4 {
    margin-bottom: 6px;
    color: rgba(47, 47, 47, 0.7);
    font-size: 2rem;
}
.kenmerken-tab h6 {
    font-family: 'NouvelR-Regular';
    color: rgba(47, 47, 47, 1);
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab li {
    font-family: 'walkway_boldregular';
    width: 40%;
    position: relative;
    color: #F5F5F5;
    line-height: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    word-break: break-word;
    padding-right: 20px;
    padding-left: 30px;
    letter-spacing: 1.6px;
}
.kenmerken-tab li::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background-color: rgba(255, 255, 255, 0.50);
}
.kenmerken-tab li:nth-child(even) {
    color: rgba(245, 245, 245, 0.70);
    padding-left: 0;
    width: 60%;
}
.kenmerken-tab li:last-child, .kenmerken-tab li:nth-last-child(2) {
    margin-bottom: 0;
}
.bullet-panel h5,
.star_contnt h5 {
    font-size: 2.4rem;
    border-bottom: 1px solid #fecd3a;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
	margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 7px;
    position: absolute;
	top: 10px;
    left: 0;
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fecd3a;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #fecd3a;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2.2rem;
}
.tab-btm-btn {
    margin-top: 40px;
}
.tab-btm-btn .common-btn {
  cursor: pointer;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
.kenmerken-tab-block-part {
	display: none;
}
.Afleverpakketten-tab-wrap {
    display: flex;
    column-gap: 69px;
}
.tabs.nav.nav-tabs .common-btn:hover {
    background-color: transparent;
    border-color: #030303;
    color: #030303;
}
.tabs.nav.nav-tabs .common-btn.active {
    background-color: #fecd3a;
    border-color: #fecd3a;
    color: #030303;
}
.each-table h4 {
    margin: 24px 0;
}
.each-table {
    border: 1px solid #0F1726;
    border-radius: 10px;
    overflow: hidden;
    background: #1F293D;
    padding: 30px 40px 97px;
}
.each-table li {
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.36px;
    position: relative;
    margin-bottom: 17px;
    padding-left: 34px;
}
.each-table li::after {
    position: absolute;
    left: 0;
    top: 3px;
    width: 22px;
    height: 22px;
    content: "";
    background-image: url(../images/black-tick-round.svg);
    background-size: 22px;
    background-repeat: no-repeat;
}
.each-table:last-child {
    margin-bottom: 0;
    border: 1px solid rgba(31, 41, 61, 0.22);
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.13);
}
.each-table:last-child li::after {
    background-image: url(../images/white-tick-round.svg);
}
.each-table:last-child li {
    color: #1C1C1C;
}
/*****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.2);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    background-color: #030303;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #fecd3a;
    box-shadow: 0px 0px 25px 0px rgba(253, 206, 55, 0.1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(253, 206, 55, 0.1);
    overflow: hidden;
}
.kenmarken-popup-close {
	background-color: #fecd3a;
    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 #575853;
}
.kenmarken-popup-close img {
	width: 25px;
    filter: brightness(100) 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 h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.kenmerken-popup-model p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.60);
}
.kenmerken-popup-model h6 {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 41, 61, 1);
}
.kenmarken-popup-content h3 {
    margin-bottom: 16px;
    color: #fff;
}
.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;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0.36px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(255, 255, 255, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****tab-btm-sec****/
.tab-btm-sec {
    padding: 24px 0;
}
.tab-btm-sec .inner-wrap {
    padding: 39px 0;
}
.tab-btm-wrap h2 {
    margin-bottom: 42px;
}
.tab-btm-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    column-gap: 95px;
    row-gap: 15px;
}
.each-tab-btm-area {
    display: flex; 
    gap: 16px;
    width: 15%;
}
.each-tab-btm-icon {
    background-color: #fecd3a;
    min-width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-tab-btm-icon img {
    width: 24px;
    height: 24px;
}
.each-tab-btm-info p {
    margin-bottom: 0;
}
/****dtl-product-sec****/
.dtl-product-sec {
    padding-bottom: 10px;
}
.dtl-product-sec .inner-wrap {
    background: linear-gradient(180deg, #EDEDED 0%, rgba(237, 237, 237, 0.00) 100%);
}
.dtl-product-wrap {
    padding: 96px 0 107px;
}
.dtl-product-title {
    margin-bottom: 59px;
}
.dtl-product-slider .each-product {
    border-radius: 10px;
}
.dtl-product-slider .each-product-text {
    border-radius: 0 0 10px 10px;
}
.dtl-product-slider .common-arrow {
    top: 6%;
}
.dtl-product-slider .swiper-button-prev {
    left: -1.3%;
}
.dtl-product-slider .swiper-button-next {
    right: -1.3%;
}
/* =============================== bedankt ================================ */
.bedankt {
    padding-bottom: 16px;
}
.bedankt .banner-content h1 {
    margin-bottom: 24px;
}
.bedankt .banner-content p {
    color: #fff;
    max-width: 740px;
    margin: 0 auto 40px;
}
/* ========================= popup ============================== */
.modal-area .modal-dialog {
    max-width: 64.60%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(3, 3, 3, 0.74);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: transparent;
}
.modal-area .popup-content {
    padding: 32px;
    padding-right: 60px;
    background-color: #FAFAFA;
    border-radius: 20px;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.popup-content h3 {
    margin: 11px 0 15px;
    max-width: 450px;
    width: 100%;
}
.popup-content p,
.popup-content li {
    margin-bottom: 0;
}
.popup-content ul {
    padding-left: 24px;
    margin-bottom: 8px;
}
.popup-content li:last-child {
    margin-bottom: 0;
}
.close-img {
    position: absolute;
    top: 18px;
    right: 21px;
    border-radius: 0;
}
.close-img img {
    width: 15px;
}
.modal-main-content .col-lg-5 {
    width: 37.75%;
}
.modal-main-content .col-lg-7 {
    width: 62.25%;
}
.calsty {
    width: 100%;
} 
/*******privacy*****/
.privacy_section {
    padding: 146px 0 60px;
}
.acties-left-content p {
    margin-bottom: 10px;
}


/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#fecd3a calc(1*100%/6),#030303 0 calc(3*100%/6),#fecd3a 0),
              linear-gradient(#fecd3a calc(2*100%/6),#030303 0 calc(4*100%/6),#fecd3a 0),
              linear-gradient(#fecd3a calc(3*100%/6),#030303 0 calc(5*100%/6),#fecd3a 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: #030303;
  }


.carpass-img {
    width: 115px;
}




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

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

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

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

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.share-social-media-button .a2a_dd span {
    line-height: 0;
}
/*****counter-sec*****/
.counter-sec {
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}
.counter-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    row-gap: 30px;
    column-gap: 10px;
}
.each-counter {
    text-align: center;
}
.each-counter h2,
.each-counter h6 {
    color: #FAFAFA;
}
.each-counter h6 {
    margin-top: 6px;
}


.go-next-btn {
    color: #BD9E38;
    font-family: 'Actor-Regular';
    font-size: 1.8rem;
    line-height: 26px;
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.go-next-btn::before{
    width: 90%;
    bottom: -3px;
    left: 0;
    position: absolute;
    height: 1px;
    background-color: #BD9E38;
    content: '';
}
.go-next-btn:hover::before {
    background-color: #fecd3a;
}
.go-next-btn::after {
    content: '';
    height: 19px;
    width: 19px;
    background-image: url(../images/next-sec-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 19px;
    margin-left: 3px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    top: 4px;
    position: relative;
}
.go-next-btn:hover::after {
    background-image: url(../images/next-sec-arrow-hover.svg);
}
.next-sec-arrow{
    margin-top: 30px;
}
/* .details-header .header-logo-right li img{
    filter: brightness(1) invert(1);
} */
/* .details-header.header-stiky .header-logo-right li img{
    filter: brightness(0) invert(1);
} */

.each-product-img img.active {
	display: block;
}
.each-product-progress {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.4);
	display: none;
}
.each-product-progress span {
	background: linear-gradient(90deg, rgba(253, 206, 55, 0.30) -0.14%, #fecd3a 100.14%);
	display: block;
	height: 100%;
	width: 0;
}
.each-product-img-wrap {
    /* border-radius: 20px; */
    /* overflow: hidden; */
    position: relative;
}
.right-mark {
    position: absolute;
    right: 0;
    bottom: -96px;
    pointer-events: none;
    z-index: 1;
}
.left-mark {
    position: absolute;
    left: 0;
    top: -96px;
    pointer-events: none;
    z-index: 1;
}
.diens-dtl-merge{
    position: relative;
}
.diens-mid-sec .right-mark {
    bottom: -88px;
}
.diens-dtl-merge .left-mark{
    display: none;
}
.radio_filter input{
    display: none;
}
.nieuw-pand-section .brothers-matter-area .each-brothers-matter-area:last-child .each-brothers-matter-logo-area {
    left: 24%;
}
.each-tab-btm-info h4{
    font-size: 2rem;
}

.werkplat-btn {
    background-color: #030303;
    border-color: #030303;
    color: #fff;
    margin-left: 15px;
}
.werkplat-btn:hover {
    background-color: #fecd3a;
    border-color: #fecd3a;
    color:  #030303;
} 
.each-form-showroom-info .each-form-right-info {
    padding-right: 34px;
    margin-right: 34px;
}
.each-form-showroom-info .each-form-right-info:last-child{
    padding: 0;
    margin: 0;
}
.each-form-showroom-info .each-form-right-info p{
    font-size: 1.4rem;
}
.each-form-showroom-info .each-form-right-info td{
    font-size: 1.4rem;
}

/**********************zekerheden-block********************/
.zekerheden-block{
    padding: 75px 0 65px;
}
.zekerheden-wrap{
    max-width: 1340px;
    margin: auto;
}
.zekerheden-block h3{
    font-size: 3.6rem;
    text-align: center;
    line-height: normal;
    margin-bottom: 35px;
    color: #1E1E1E;
}
.zekerheden-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.zekerheden-block li{
    padding: 30px 30px;
    background: #FFF;
    box-shadow: 0 4px 7px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 4px 7px 4px rgba(0, 0, 0, 0.05);
    width: 32.9%;
    margin-bottom: 0;
}
.zekerheden-block ul li::after {
    display: none;
}
.zekerheden-block td h4 {
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.4px;
    color: #1E1E1E;
}
.zekerheden-block td p {
    line-height: 20px;
    color: rgba(30, 30, 30, 0.7);
    letter-spacing: normal;
    margin-bottom: 10px;
}
.zekerheden-block img {
    width: 74px;
}
.zekerheden-block tr {
    display: flex;
    align-items: center;
    gap: 30px;
}



/*============================== Optie filters :: CSS =============================*/
.optie-filters-section{
	margin-bottom: 35px;
}
.optie-filters-section .optie-meer-filter .select-style{
	padding-left: 45px;
	background-repeat:no-repeat;
	background-position:9% center;
	background-size:12px 12px;
	transition: all 0.4s ease;
	cursor:pointer;
	border: 1px solid #C2C2C2;/* added if needed */
}
.optie-filters-section.active .optie-meer-filter .select-style{
	border-radius: 5px 5px 0 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	transition: all 0.4s ease;
}
.optie-filters-section .optie-meer-filter .select-style:hover{ /* change according to theme */
	background-color: #F5F5F5;
	border-color: #F5F5F5;
	border: 1px solid #C2C2C2;/* added if needed */
}
.optie-filters-section .optie-meer-filter .select-style,
.light-mode .optie-filters-section .optie-meer-filter .select-style,
.dark-mode .optie-filters-section .optie-meer-filter .select-style:hover{
	background-image:url('../images/add_optie_filters_black.svg');
}
.optie-filters-section.active .optie-meer-filter .select-style,
.light-mode .optie-filters-section.active .optie-meer-filter .select-style,
.dark-mode .optie-filters-section.active .optie-meer-filter .select-style:hover{
	background-image:url('../images/remove_optie_filters_black.svg');
}
.dark-mode .optie-filters-section .optie-meer-filter .select-style{
	background-image:url('../images/add_optie_filters_white.svg');
}
.dark-mode .optie-filters-section.active .optie-meer-filter .select-style{
	background-image:url('../images/remove_optie_filters_white.svg');
}
.optie-filters-accessories-box hr{
	margin: 4rem 0;
	border-width: 0px;
	opacity:1;
	height: .6px;
	/*background: rgba(0, 0, 0, 0.10);*/
	background: #dee2e6;
}
.optie-filters-accessories-list{
	margin-bottom:30px;
}
.optie-filters-section .col-lg-3{
	margin-bottom:0px !important;
}
.optie-filters-section .optie-filters-accessories-box {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.4s ease;
}
.optie-filters-section.active .optie-filters-accessories-box {
	max-height: 5000px; 
	opacity: 1;
	transform: translateY(0);
	overflow-y: auto;
}
.optie-filters-option-box {
	border: 1px solid #dee2e6;
	border-radius: 0 10px 10px 10px;
	padding: 30px;
	background: #fff;
	margin-top: 0px;
}
.dark-mode .optie-filters-option-box{/* change according to theme */
	background: #0e0e0e;
}
label.optie-filters-option-item {
	padding: 10px;
	margin-bottom: 10px !important;
	border-radius: 5px;
	border: 0.5px solid rgba(0, 22, 33, 0.05);
	background: #EDEDED;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
label.optie-filters-option-item:hover, label.optie-filters-option-item.active{
	border-radius: 5px;
	border: 1px solid #fecd3a; /* change according to theme */
	background: #fecd3a;
	box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
label.optie-filters-custom-check {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}
label.optie-filters-custom-check input {
	display: none;
}
.optie-filters-checkmark {
	width: 21px;
	height: 21px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
	position:relative;
	border: 1px solid #141414; /* checkbox border */
	background: #F6F8FC; /* checkbox background */
}
.optie-filters-checkmark::after {
	content: "";
	width: 6px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) scale(0);
	transition: 0.2s;
	top: 4px;
	position:absolute;
}
.optie-filters-custom-check input:checked + .optie-filters-checkmark { /* change according to theme */
	background: #000; /* checked checkbox background */
	border: 1px solid #000; /* checked checkbox border */
}
.optie-filters-custom-check input:checked + .optie-filters-checkmark::after {
	transform: rotate(45deg) scale(1);
}
label.optie-filters-custom-check span{
	opacity:1;
}
.optie-filters-applied{
	margin-bottom:30px;
}
.optie-filters-applied:empty{
	margin-bottom:0px;
}
.optie-filters-button .select-style{
	width: auto;
    display: inline-block;
    background-image: none !important;
    padding: 0 30px;
	cursor:pointer;
	border: 1px solid #C2C2C2;/* added if needed */
}
.optie-filters-applied .auto-overview-tag{
	margin-top: 5px;
}
.optie-filters-cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    filter: brightness(0);
}
/*======================== ./Optie filters :: CSS ==========================*/
.ft-new-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    /* flex-direction: row-reverse; */
}
.ft-new-logos img {
    width: 75px;
}
.ft-new-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
/* ***co-compensatie-heading *** */
.co-compensatie-heading{
    text-align: center;
    padding-bottom: 40px;
}
.each-compensatie-img img{
    border-radius: 20px;
}
.co-compensatie-gal-wrap{
    padding-bottom: 73px;
    padding-top: 48px;
}
.co-compensatie-gal-sec{
    padding-bottom: 16px;
}
.co-compensatie-slider-btn .swiper-button-prev{
    left: -15px;
}
.co-compensatie-slider-btn .swiper-button-next{
    right: -15px;
}
.co2-top-sec .over-ons-top-info h3{
    padding-bottom: 12px;
}

.mega-menu-icon ul li{
    list-style: none;
}
.mega-menu-icon ul{
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.mega-menu-icon ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(88%) sepia(100%) saturate(7496%) hue-rotate(322deg) brightness(97%) contrast(106%);
}
.mega-menu-icon ul li a img{
    width: 15px;
}
.mega-menu-icon {
    margin-top: 84px;
}
.mega-menu-wrap{
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
.mega-menu-wrap::-webkit-scrollbar {
    background-color: #030303; 
    width: 10px;
    border-radius: 10px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #2C2C2C; 
    border-radius: 10px;
}
/* .form-right-info.each-form-showroom-info{
    align-items: start;
} */
/* .each-form-showroom-info .each-form-right-info::after{
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    position: absolute;
}
.each-form-showroom-info .each-form-right-info{
    border: 0;
} */
.each-form-showroom-info .each-form-right-info{
    display: block;
}
.each-footer-info.footer-nav{
    width: 10%;
}
.each-footer-info{
    width: 25%;
}
.footer-info .each-footer-info:last-child{
    width: 65%;
}
.voorraadwekker_widget_section .top_part .text_div{
    font-family: 'NouvelR-Semibold' !important;
}
.form_part label.form_part_level{
    font-family: 'NouvelR-Regular';
}
.voorraadwekker_widget_section .form_part .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-family: 'NouvelR-Regular';
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn{
    background-image: url(../images/fi-sr-arrow-right.svg) !important;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn:hover{
    border-color: #FDCE37 !important;
}
.bedrijfsvideo-sec{
    margin-top: 20px;
    margin-bottom: 20px;
}
.bedrijfsvideo-iframe{
    width: 100% !important;
    height: 100vh;
}
.bedrijfsvideo-iframe {
    background-color: #000;
    padding: 60px 0;
}
