body {
	padding: 0px;
	margin: 0px;
    color: #0A0B19;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    background-color: #F8F8F8;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/****form****/
.form-sec .form-styl.foto_upload, 
.form-sec .form-styl.photo_upload { 
    color: rgba(24, 23, 22, 0.50); 
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

/****header-area****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid rgba(253, 253, 253, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active,
.menu-on {
    background-color: #0A0B19;
}
.header-wrap .row {
    justify-content: space-between;
}
.header-wrap .col-lg-6 {
    width: 62%;
}
.header-wrap .col-lg-3 {
    width: auto;
}
.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.header-logo img {
    width: 311px;
}
.black-logo {
    display: none;
}
.menu-btn-wrap {
    border-right: 1px solid rgba(253, 253, 253, 0.20);
    border-left: 1px solid rgba(253, 253, 253, 0.20);
    padding: 40px 0;
    margin: 0 30px;
    text-align: center;
}
.header-btn {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
/******menu-btn******/
.menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    line-height: 24px;
    gap: 16px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar {
    position: relative;
    max-width: 56px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 1px;
    margin: 4px 0 4px auto;
    width: 56px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-btn .menu-bar div {
    transform: scale(0);
}
.menu-btn.active .menu-bar:before {
    transform: translateY(5px);
    background-color: #8C7862;
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-5px);
    background-color: #8C7862;
}
.menu-btn .menu-text {
    transition: 0.3s;
}
/*****parent-dropdown****/
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(15, 17, 24, 0.3);
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 7px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 4rem;
    line-height: 30px;
	position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	display: block;
}
.parent-dropdown > ul > li:last-child {
	margin-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #8C7862;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 105px;
    height: 600px;
    width: 100%;
    background-color: #0A0B19;
    padding: 34px 0 40px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu .container {
    height: 100%;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 10px;
    border-radius: 2px;
    background-color: #21222c;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #2a2a2c; 
    border-radius: 2px;
}
.side-menu .col-lg-5 {
    width: 41%;
}
.side-menu .col-lg-4 {
    width: 30%;
}
.side-menu .col-lg-3 {
    width: 29%;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.side-nav {
    padding: 0 20px 0 72px;
}
.side-nav > ul > li {
    margin-bottom: 32px;
    padding-left: 0;
    font-size: 4.8rem;
    line-height: 56px;
    font-family: 'EurostileLTProUnicode-BoldOblique';
    display: block;
}
.side-nav > ul > li:last-child {
    margin-bottom: 0;
}
.side-nav > ul > li::before {
    display: none;
}
.side-nav > ul > li > a {
    color: #fff;
    display: block;
    padding-bottom: 0;
}
.side-nav > ul > li > a:hover {
    color: #8C7862;
}
.side-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    padding-left: 25px;
}
.side-nav .parent-dropdown.open ul {
    max-height: 230px;
    margin-top: 20px;
}
.side-nav .parent-dropdown ul li {
    text-align: left;
}
.side-nav .parent-dropdown img {
    top: 16px;
    width: 27px;
}
.side-info .reach-info {
    padding: 0;
    border: 0;
    margin: 48px 0;
}
.side-info .each-reach-info h4 {
    color: #fff;
}
.side-info .each-reach-info p a,
.side-info .each-reach-info p,
.side-info .each-reach-info table {
    color: #fff;
}
.side-info .each-reach-info p a:hover {
    color: #8C7862;
}
.side-info .social ul {
    justify-content: end;
}
.side-info .social li a {
    border-color: rgba(255, 255, 255, 0.50);
    background-color: transparent;
}
.side-info .social li a img {
    filter: brightness(0) invert(1);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/*****banner-sec***/
.banner-sec {
    position: relative;
}
.banner-sec::before {
    content: "";
	height: 100px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
    background: linear-gradient(180deg, rgba(10, 11, 25, 0.00) 0%, #0A0B19 100%);
    z-index: 2;
}
.banner-video, .each-banner {
	height: 900px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 140px;
    z-index: 3;
    width: 100%;
}
.banner-content h1 {
    margin-bottom: 35px;
}
.sec-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49%;
    pointer-events: none;
}
.banner-sec .sec-mark {
    z-index: 2;
    bottom: -170px;
}
/*****product-sec*******/
.product-sec {
    background-color: #0A0B19;
    padding: 120px 0 96px;
}
.product-heading-wrap {
    position: relative;
    z-index: 2;
}
.product-heading h2 {
    color: #fff;
    margin-bottom: 16px;
}
.product-control {
    position: relative;
    display: inline-flex;
    gap: 16px;
    padding-right: 13px;
}
.product-control .common-arrow {
    position: initial;
    margin: 0;
}
.product-slider {
    margin-top: -45px;
}
.each-product-text {
    margin-top: 24px;
}
.each-product-text h3 {
    color: #fff;
}
.each-product-text p {
    color: #fff;
    margin: 5px 0 0;
}
.each-product-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.each-product-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-img {
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-info {
    border-radius: 5px;
    background-color: #fff;
    padding: 8px 22px;
    overflow: hidden;
    margin-top: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info table {
    width: 100%;
}
.each-product-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.each-product-info td {
    color: #0A0B19;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    line-height: 24px;
    padding-right: 43px;
    margin-right: 43px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td strong {
    font-weight: normal;
}
.each-product-info td img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td::after {
    content: "";
    background-color: rgba(10, 11, 25, 0.20);
    height: 70%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info td:last-child {
    padding-right: 0;
    margin-right: 0;
}
.each-product-info td:last-child::after {
    display: none;
}
.each-product:hover .each-product-info {
    background-color: #8C7862;
}
.each-product:hover .each-product-info td {
    color: #fff;
}
.each-product:hover .each-product-info td img {
    filter: brightness(0) invert(1);
}
.each-product:hover td::after {
    background-color: rgba(255, 255, 255, 0.20);
}
.product-slider .swiper-wrapper {
    align-items: end;
}
.product-slider .swiper-slide-active .each-product-img {
    height: 380px;
}
/****service-sec******/
.service-sec {
    padding: 120px 0;
    position: relative;
}
.service-heading {
    margin-bottom: 72px;
    position: relative;
    z-index: 1;
}
.service-heading h2 {
    margin-bottom: 16px;
}
.sec-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
.sec-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.service-sec .sec-line {
    z-index: 1;
}
.service-main {
    position: relative;
    z-index: 1;
}
.each-service {
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-wrap {
    padding: 32px 0;
    border-bottom: 1px solid #0A0B19;
}
.each-service h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service p {
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover {
    background-color: #0A0B19;
}
.each-service:hover h3,
.each-service:hover p,
.each-service:hover .txt-btn {
    color: #fff;
}
.each-service-text {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.each-service-img {
    max-width: 357px;
    width: 100%;
    margin-left: auto;
    border-radius: 5px;
    height: 209px;
    overflow: hidden;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
/***about-sec****/
.about-sec {
    padding: 120px 0 130px;
    position: relative;
    background-color: #0A0B19;
}
.about-heading-right {
    max-width: 475px;
    width: 100%;
    margin-left: auto;
}
.about-heading h2 {
    color: #fff;
}
.about-heading p {
    color: #fff;
    margin-bottom: 40px;
}
.each-about-slider-text h3 {
    color: #fff;
}
.each-about-slider-text p {
    color: #fff;
    margin: 16px 0;
}
.each-about-slider-text .txt-btn {
    color: #fff;
}
.each-about-slider-text .txt-btn:hover {
    color: #8C7862;
}
.about-slider-progress {
    width: 100%;
    height: 2px;
    background-color: #F8F8F8;
    margin-top: 50px;
    overflow: hidden;
}
.about-slider-progress span {
    display: block;
    height: 100%;
    width: 0;
    background-color: #8C7862;
}
.about-slider-img {
    border-radius: 5px;
    overflow: hidden;
}
.each-about-slider-img {
    height: 651px;
}
.each-about-slider-img img {
    height: 100%;
    object-fit: cover;
}
.about-slider-control {
    display: flex;
    gap: 16px;
    position: relative;
    margin-bottom: 44px;
}
.about-slider-control .common-arrow {
    position: initial;
    top: 0;
}
.about-slider-text {
    max-width: 525px;
    width: 100%;
    padding-left: 50px;
    padding-top: 50px;
}
.about-sec .sec-line {
    bottom: 0;
    top: auto;
}
/*****footer-area*****/
.footer-area {
    padding: 120px 0 24px;
}
.footer-logo img {
    width: 311px;
}
.reach-info {
    border-top: 1px solid rgba(10, 11, 25, 0.50);
    border-bottom: 1px solid rgba(10, 11, 25, 0.50);
    margin: 56px 0;
    padding: 48px 0;
    text-align: center;
}
.reach-info .row {
    max-width: 875px;
    margin: 0 auto;
}
.each-reach-info h4 {
    margin-bottom: 4px;
}
.each-reach-info p {
    margin-bottom: 0;
}
.each-reach-info table {
    margin: 0 auto;
}
.each-reach-info td:nth-child(odd) {
    margin-right: 10px;
}
.each-reach-info tr {
    display: flex;
    justify-content: center;
}
.social ul {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.social li a {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(10, 11, 25, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li a img {
    width: 20px;
    height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.social li a:hover {
    background-color: #8C7862;
    border-color: #8C7862;
}
.social li a:hover img {
    filter: brightness(0) invert(1);
}
/**************************diensten-dtl**************************/
/******inner-header-area*****/
.inner-header-area {
    border-color: rgba(10, 11, 25, 0.20);
    background-color: #F8F8F8;
}
.inner-header-area .white-logo {
    display: none;
}
.inner-header-area .black-logo {
    display: block;
}
.inner-header-area .menu-btn-wrap {
    border-color: rgba(10, 11, 25, 0.20);
}
.inner-header-area .menu-btn {
    color: #0A0B19;
}
.inner-header-area .menu-bar div, 
.inner-header-area .menu-bar::after, 
.inner-header-area .menu-bar::before {
    background-color: #0A0B19;
}
.inner-header-area .header-btn .white-btn {
    border-color: #0A0B19;
    background: rgba(10, 11, 25, 0.05);
    color: #0A0B19;
}
.inner-header-area .header-btn .white-btn:hover {
    border-color: #8C7862;
}
.inner-header-area.header-active .white-logo,
.inner-header-area.menu-on .white-logo {
    display: block;
}
.inner-header-area.header-active .black-logo,
.inner-header-area.menu-on .black-logo {
    display: none;
}
.inner-header-area.header-active .menu-btn,
.inner-header-area.menu-on .menu-btn {
    color: #fff;
}
.inner-header-area.header-active .white-btn,
.inner-header-area.menu-on .white-btn {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-color: #fff;
}
.inner-header-area.header-active .menu-bar div, 
.inner-header-area.header-active .menu-bar::after, 
.inner-header-area.header-active .menu-bar::before {
    background-color: #fff;
}
.inner-header-area.menu-on,
.inner-header-area.menu-on .menu-btn-wrap,
.inner-header-area.header-active,
.inner-header-area.header-active .menu-btn-wrap {
    border-color: rgba(253, 253, 253, 0.20);
}
.inner-header-area.header-active, 
.inner-header-area.menu-on {
    background-color: #0A0B19;
}
/******bk-btn-sec*****/
.bk-btn-sec .common-btn {
    top: 216px;
    z-index: 2;
}
/****diens-top-sec****/
.diens-top-sec {
    padding: 128px 0 110px;
    position: relative;
    overflow: hidden;
}
.diens-top-sec .sec-pattern img {
    height: 100%;
}
.diens-top-area {
    position: relative;
    z-index: 1;
}
.diens-top-area .col-lg-7 {
    width: 52%;
}
.diens-top-area .col-lg-5 {
    width: 48%;
}
.diens-top-img {
    border-radius: 5px;
    overflow: hidden;
    max-width: 769px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.diens-top-content {
    padding-top: 122px;
    padding-right: 26px;
}
.diens-top-content h2 {
    margin-bottom: 21px;
}
.diens-top-content h6 {
    color: #0A0B19;
    font-family: 'EurostileLTProUnicode-Demi';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 15px;
}
/****diens-mid-sec****/
.diens-mid-sec {
    background-color: #0A0B19;
    padding: 113px 0 100px;
    position: relative;
    overflow: hidden;
}
.diens-mid-mark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}
.diens-mid-mark img {
	width: 100%;
    height: 100%;
}
.diens-mid-wrap {
    position: relative;
    z-index: 1;
}
.diens-mid-title {
    margin-bottom: 67px;
}
.diens-mid-title h2 {
    color: #fff;
}
.diens-mid-area .row {
    justify-content: center;
    row-gap: 20px;
}
.each-diens-mid-img {
    border-radius: 5px;
    overflow: hidden;
}
.each-diens-mid-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-mid-area:hover .each-diens-mid-img img {
    transform: scale(1.1);
}
.each-diens-mid-info {
    text-align: center;
    padding: 25px;
}
.each-diens-mid-info h3,
.each-diens-mid-info p {
    color: #fff;
}
.each-diens-mid-info p {
    margin-top: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/****form-sec****/
.form-sec {
    position: relative;
    padding: 103px 0 152px;
}
.form-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11%;
    background: linear-gradient(180deg, rgba(10, 11, 25, 0.00) 0%, #0A0B19 100%);
}
.form-block {
    position: relative;
    z-index: 1;
    max-width: 1189px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}
.form-block .col-lg-7 {
    width: 67%;
}
.form-block .col-lg-5 {
    width: 33%;
}
.form-part {
    background-color: #F8F9FD;
    padding: 60px 57px;
    position: relative;
}
.form-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
}
.form-mark img {
    width: 100%;
}
.form-title {
    margin-bottom: 40px;
}
.form-main-area .form-styl {
    resize: none;
    border: none;
	border-bottom: 1px solid rgba(10, 11, 25, 0.50);
    background-color: transparent;
    color: #181716;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    padding: 0;
    padding-bottom: 26px;
	line-height: 24px;
    border-radius: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.form-main-area .form-group {
    margin-bottom: 66px;
    position: relative;
}
.form-main-area .col-lg-12 .form-group {
    margin-bottom: 45px;
}
.form-main-area .col-lg-12 .form-group.form-comment {
	margin-bottom: 0;
}
.form-styl:focus {
    color: #181716;
    border-color: #0A0B19;
}
.form-main-area .form-styl::placeholder{
    color: rgba(24, 23, 22, 0.50);
}
.form-main-area .form-styl:placeholder {
    color: rgba(24, 23, 22, 0.50);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #181716;
    border-color: #0A0B19;
    background-color: transparent;
}
.form-main-area .form-styl:focus::placeholder{
    color: #181716;
}
.form-main-area textarea.form-styl {
    min-height: 112px;
    padding: 0;
    border-bottom: 2px solid rgba(87, 88, 83, 0.20);
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(24, 23, 22, 0.50);
}
.form-main-area label {
	font-family: 'EurostileLTProUnicode';
	color: rgba(24, 23, 22, 0.50);
    font-size: 1.6rem;
    line-height: normal;
	position: absolute;
	left: 0;
	top: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-main-area label strong {
	color: rgba(24, 23, 22, 0.50);
}
.form-main-area .form-styl:focus + label {
	color: #181716;
}
.form-main-area input[type=text].form-styl:focus + label strong {
	color: #6BA970;
}
.form-main-area textarea.form-styl:focus + label strong {
	color: #6BA970;
}
/* .form-main-area textarea.form-style {
    min-height: 214px;
	border-radius: 13px;
}
.form-main-area textarea.form-style:focus {
	border-radius: 13px;
} */
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
	padding: 0 24px
}
.form-main-area .row {
	margin: 0 -24px;
}
.form-main-area .form-group.form-comment {
    margin-bottom: 0;
}
.form-btn {
    margin-top: 40px;
}
.form-right-area {
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 120px 22px;
}
.form-right-area p {
    color: #fff;
}
.form-right-area h3,
.form-right-area a {
    color: #E4F0FC;
}
.form-right-area h3 {
    margin-bottom: 8px;
}
.form-right-area a {
    font-size: 1.6rem;
    line-height: 24px;
}
.form-right-area a:hover {
    color: #8C7862;
}
.form-right-area .social ul {
    gap: 10px;
}
.form-right-area .social li a {
    width: 35px;
    height: 35px;
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.01);
}
.form-right-area .social li a:hover {
    background-color: #8C7862;
    border-color: #8C7862;
}
.form-right-area .social li a img {
    width: 12px;
    filter: brightness(0) invert(1);
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding-top: 140px;
    position: relative;
}
.diens-btm-title {
    margin-bottom: 47px;
}
.each-diens-btm-slider {
    height: 460px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-diens-btm-slider::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(10, 11, 25, 0.50) 0%, rgba(10, 11, 25, 0.50) 100%);
}
.diens-btm-slider-img {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.diens-btm-slider-img img {
    height: 100%;
    object-fit: cover;
}
.diens-btm-slider-txt {
    position: absolute;
    bottom: -20%;
    left: 0;
    padding: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.diens-btm-slider-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 4px 0 20px;
    opacity: 0;
    transition: all 1.3s;
    -webkit-transition: all 1.3s;
}
.diens-btm-slider-txt h3,
.diens-btm-slider-txt p,
.diens-btm-slider-txt .txt-btn {
    color: #fff;
}
.diens-btm-slider-txt .txt-btn:hover {
    /* color: #8C7862; */
}
.each-diens-btm-slider:hover .diens-btm-slider-txt {
    bottom: 0;
}
.each-diens-btm-slider:hover .diens-btm-slider-txt p {
    opacity: 1;
}
.diens-btm-slider .swiper-button-next {
    right: -1.5%;
}
.diens-btm-slider .swiper-button-prev {
    left: -1.5%;
}
/**************************vacature-dtl**************************/
/******vacature-mid-sec*****/
.vacature-mid-sec .each-diens-mid-info {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}
.vacature-mid-sec .each-diens-mid-info h3 {
    margin-bottom: 12px;
}
.vacature-mid-sec .each-diens-mid-info ul {
    margin-bottom: 0;
    padding-left: 25px;
}
.vacature-mid-sec .each-diens-mid-info li {
    line-height: 32px;
    color: #FFFFFF;
}
/**************************diensten-list**************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-sec .sec-mark {
    z-index: 0;
    bottom: -30%;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}
.each-inner-banner {
    height: 600px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-list-sec****/
.diens-list-sec {
    padding-top: 120px;
}
.diens-list-sec .each-service {
    background-color: #F8F8F8;
}
.diens-list-sec .each-service:hover {
    background-color: #0A0B19;
}
/**************************contact**************************/
/****map-sec****/
.map-sec {
    position: relative;
    padding-top: 50px;
}
.map {
    height: 500px;
}
/**************************over-ons**************************/
/****welcome-sec-sec****/
.welcome-sec {
    background-color: #0A0B19;
    padding: 120px 0 26px;
}
.welcome-area {
    position: relative;
    z-index: 1;
}
.welcome-area .col-lg-7,
.welcome-btm-area .col-lg-7 {
    width: 51%;
}
.welcome-area .col-lg-5,
.welcome-btm-area .col-lg-5 {
    width: 49%;
}
.welcome-big-img,
.each-welcome-btm-img {
    border-radius: 5px;
    overflow: hidden;
    height: 335px;
}
.welcome-big-img img,
.each-welcome-btm-img img {
    height: 100%;
    object-fit: cover;
}
.welcome-txt {
    max-width: 705px;
    width: 100%;
    padding-right: 20px;
}
.welcome-txt h2 {
    margin-bottom: 38px;
}
.welcome-txt h2,
.welcome-txt p {
    color: #fff;
}
/****welcome-btm-sec****/
.welcome-btm-sec {
    background-color: #0A0B19;
    padding-bottom: 80px;
}
.welcome-btm-txt {
    padding-left: 64px;
}
.welcome-btm-txt p {
    color: #fff;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    position: relative;
    padding: 112px 0 80px;
    overflow: hidden;
}
.over-ons-about-sec .sec-pattern {
    z-index: -1;
}
.over-ons-about-area .row {
    row-gap: 18px;
}
.over-ons-about-title {
    margin-bottom: 62px;
}
.each-over-ons-about {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.each-over-ons-about-wrap { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px;
}
.each-over-ons-about-wrap p {
    margin-bottom: 0;
    margin-top: 27px;
    max-width: 660px;
    width: 100%;
}
.each-over-ons-about-wrap h3,
.each-over-ons-about-wrap p {
    color: #FFFFFF;
}
.over-ons-about-right-txt {
    background-color: #fff;
    padding: 31px 45px;
    height: 100%;
}
.over-ons-about-right-txt p {
    margin-top: 27px;
    margin-bottom: 0;
}
.over-ons-about-img {
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.over-ons-about-img img {
    height: 100%;
    object-fit: cover;
}
/****gal-sec****/
.gal-sec {
    padding-top: 73px;
}
.gal-title {
    margin-bottom: 55px;
}
.each-gal-img {
    border-radius: 5px;
    overflow: hidden;
    height: 453px;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img {
    transform: scale(1.1);
}
/**************************aanbod-list**************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding-top: 183px;
    padding-bottom: 65px;
    position: relative;
}
.aanbod-filter-sec  .sec-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 48%;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
    color: #0A0B19;
    font-size: 1.6rem;
    font-family: 'EurostileLTProUnicode';
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.filter-reset a:hover{
    color: #8C7862;
}
.filter-reset a.reset_all_filter:hover {
    color: #0A0B19;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #0A0B19;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    border: 1px solid #0A0B19;;
    border-radius: 5px;
    padding: 0 42px 0 20px;
    background: url(../images/filter-arrow.svg) transparent no-repeat 90% center / 16px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    text-transform: uppercase;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    border-color:#8C7862; 
    color: #fff;
    background-color: #8C7862;
    background-image: url(../images/filter-arrow-white.svg);
}
.select-style:hover {
    border-color: #8C7862;
    color: #fff;
    background-color: #8C7862;
    background-image: url(../images/filter-arrow-white.svg);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
    font-family: 'Causten-Medium';
}
.filter-content {
    display: none;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #8C7862;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
   background-color: #8C7862;
}
.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: #ffffff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.4rem;
	cursor: pointer;
}
.range-block label{
    color:#0A0B19;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
    background: transparent;
}
.aanbod-filter-sec .form-check-input:checked {
    background: #0A0B19;
    border-color: #0A0B19;
    background-image: url(../images/check-tick.svg);
    background-size: 15px;
    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: #0A0B19;
    border-radius: 5px;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.4rem;
    border: 1px solid #8c786278;;
    flex-direction: row-reverse;
    background-color: #8c786278;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag img {
    filter: invert(1);
}
.auto-overview-tag:hover {
    background-color: #8C7862;
    border-color: #8C7862;
    color: #ffffff;
}
.auto-overview-tag:hover img {
    filter: invert(0);
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 22%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #000;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 84px;
    background-color: #F5F5F5;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 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: 'EurostileLTProUnicode';
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    background-color: #FCC000;
    background: #8C7862;
    border-color: #8C7862;
    text-transform: capitalize;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: #0A0B19;
    border-color: #0A0B19;
    color: #FFF; 
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #000;
    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: #F5F5F5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(0);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #8C7862;
    border: 1px solid #8C7862;
    color: #fff;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #0A0B19;
    border-color: #0A0B19;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: #000;
    font-family: 'Causten-Medium';
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 239px;
}
.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 .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #8C7862;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(252, 192, 0, 0.4);
    border-color: rgba(252, 192, 0, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
    background-color: #8c786278;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #8C7862;
}
.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: #000;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #0A0B19;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #000;
    font-size: 1.4rem;
    font-family: 'EurostileLTProUnicode';
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #8C7862;
    font-size: 1.4rem;
    font-family: 'EurostileLTProUnicode';
}
/*****aanbod-product-sec*****/
.aanbod-product-sec {
    padding-bottom: 64px;
}
.aanbod-product-sec .container {
    position: relative;
    z-index: 1;
}
.aanbod-product-sec > .container > .row{
    row-gap: 40px;
    margin-left: -20px;
    margin-right: -20px;
}
.aanbod-product-sec .col-lg-6{
    padding-left: 20px;
    padding-right: 20px;
}
.aanbod-product-sec .each-product-text h3{
    color: #0A0B19;
}
.aanbod-product-sec .each-product-text p{
    color: #0A0B19;
}
/**************************verkocht**************************/
.verkocht-list-heading-sec{
    padding-top: 180px;
    padding-bottom: 87px;
}
.verkocht-list-heading-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.verkocht-list-heading-wrap p{
    margin-bottom: 0;
}
/**************************Bedankt**************************/
.banner-sec.bedankt-banner-sec{
    overflow: hidden;
}
/**************************popup**************************/
.modal-area .modal-dialog{
    max-width: 75%;
    margin: 11% auto 0;
}
.modal-area .modal-content{
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.modal-main-content .col-lg-5{
    width: 47.6%;
}
.modal-main-content .col-lg-7{
    width: 52.4%;
}
.pop-up-image {
    height: 100%;
    overflow: hidden;
}
.modal-area .popup-content{
    border-radius: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 70px 56px 60px 48px;
    position: relative;
}
.popup-content p{
    margin-bottom: 24px;
}
.popup-content h3{
    margin-bottom: 36px;
}
.popup-content ul{
    margin-bottom: 30px;
    padding-left: 26px;
}
.popup-content li{
    padding-bottom: 8px;
}
.pop-up-image img{
    object-fit: cover;
    height: 100%;
}
.modal-area .modal{
    background: rgba(10, 11, 25, 0.32);
    backdrop-filter: blur(5px);
}
/**************************aanbod-dtl**************************/
/****aanbod-header****/
.aanbod-header {
    background-color: #0A0B19;
}
/****aanbod-bk-btn****/
.aanbod-bk-btn {
    background-color: #0A0B19;
    padding: 184px 0 17px;
}
.aanbod-bk-btn .common-btn {
    position: initial;
    background-color: #F8F8F8;
    color: #0A0B19;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
	overflow: hidden;
	position: relative;
    background-color: #0A0B19;
}
.aanbod-top-slider-wrap {
	width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.aanbod-top-slider-wrap::after,
.aanbod-top-slider-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(270deg, rgba(10, 11, 25, 0.00) 0%, #0A0B19 100%);
    pointer-events: none;
}
.aanbod-top-slider-wrap::before {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(10, 11, 25, 0.00) 0%, #0A0B19 100%);
    z-index: 2;
}
.aanbod-top-slider .swiper-button-next {
    right: 20.5%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 20.5%;
}
.each-aanbod-top-slider {
    border-radius: 5px;
    overflow: hidden;
}
/****aanbod-car-dtls-sec****/
.aanbod-car-dtls-sec {
	padding-top: 20px;
    background-color: #0A0B19;
}
.aanbod-car-dtls {
    margin-bottom: 25px;
}
.aanbod-car-dtls .row {
    align-items: end;
}
.aanbod-car-dtls .col-lg-4 {
    width: 31%;
}
.aanbod-car-dtls .col-lg-6 {
    width: 52%;
}
.aanbod-car-dtls .col-lg-2 {
    width: 17%;
}
.aanbod-car-title h3 {
    margin-bottom: 4px;
    color: #fff;
}
.aanbod-car-title p,
.aanbod-car-info p,
.aanbod-car-price p {
    color: #fff;
    margin-bottom: 0;
}
.aanbod-car-title h3,
.aanbod-car-title p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-car-info {
    display: flex;
    justify-content: center;
}
.aanbod-car-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 17px;
}
.aanbod-car-info td {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 43px;
    margin-right: 43px;
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}
.aanbod-car-info td:last-child {
	padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.aanbod-car-info td img {
    width: 30px;
}
.aanbod-car-info td:last-child img {
    width: 20px;
}
.aanbod-car-info h6 {
	font-family: 'Inter-Medium';
	color: #fff;
	line-height: normal;
}
.aanbod-car-info h6 strong {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.50);
	display: block;
	margin-top: 10px;
}
.aanbod-car-price {
    margin-right: 0;
    margin-left: auto;
    display: table;
    text-align: end;
}
.aanbod-car-price h3 {
    color: #FFFFFF;
    margin-bottom: 5px;
}
.aanbod-car-btn-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.aanbod-car-btn-left ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    gap: 16px;
}
.aanbod-car-btn-left li {
    list-style-type: none;
}
.share-btn a {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.00);
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 30px;
}
.share-btn img {
    margin-right: 16px;
}
.share-btn a:hover {
    background-color: #8C7862;
    border-color: #8C7862;
}
.aanbod-car-dtls .col-5 {
    display: none;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding: 74px 0 140px;
    background-color: #0A0B19;
    overflow: hidden;
}
.tab-content-wrap {
    position: relative;
}
.tab-mark {
    position: absolute;
    top: 65%;
    right: -7%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 100%;
}
.tab-mark img {
    width: 100%;
}
.tab-content-area {
    position: relative;
    z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 60px;
    margin-bottom: 38px;
    border: 0;
    justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(248, 248, 248, 0.70);
    text-transform: none;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'EurostileLTProUnicode';
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn ul.tabs li:hover,
.tab-btn .tabs li.active {
    color: #8C7862;
}
.tab_container.tab-content{
    max-width: 1100px;
    padding-right: 10px;
}
.tab-btn ul.tabs li.active span{
    color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_content p {
    color: #fff;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 31px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 110px;
    row-gap: 36px;
}
.kenmerken-tab li {
    width: 15%;
    padding: 0 0 18px;
    position: relative;
    font-family: 'EurostileLTProUnicode';
    color: rgba(248, 248, 248, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    border-bottom: 1px solid rgba(248, 248, 248, 0.30);
    list-style-type: none;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #F8F8F8;
    padding-top: 8px;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab{
    overflow: hidden;
}
.bullet-panel h4,
.star_contnt h4 {
    border-bottom: 1.5px solid #8C7862;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 32px;
    color: #8C7862;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    margin-bottom: 10px;
    color: #fff;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8C7862;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #8C7862;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 24px;
    font-size: 1.6rem;
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
    font-size: 2rem;
    line-height: 20px;
    color: #fff;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.4rem;
    line-height: 21px;
    text-transform: none;
    color: rgba(255, 255, 255, 0.70);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    cursor: pointer;
    margin-top: 30px;
    font-family: 'EurostileLTProUnicode';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #FFF;
    width: max-content;
}
.tab-btm-btn:hover{
    color: #8C7862;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(10, 11, 25, 0.60);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 5px;
    background: #0A0B19;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #8C7862;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px #8C7862;
    -webkit-box-shadow: 0px 0px 25px 0px #8C7862;
    max-width: 93%;
}
.popup-cross{
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #8C7862;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 15px;
}
.tab-popup-area h3 {
    margin-bottom: 20px;
    color: #fff;
}
.tab-popup-area p {
    color: rgba(255, 255, 255, 0.6);
    line-height: normal;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h4 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 2rem;
    font-family: 'EurostileLTProUnicode-Demi';
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(255, 255, 255, 0.6);
    line-height: 30px;
    color: #fff;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tab-popup-content li::after{
    display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgb(255, 255, 255, 0.6);
}
.show-popup{
    display: none;
}
.tabs li::after {
    content: '';
    position: relative;
    top: 0;
    left: 7px;
    background-image: url(../images/tab-arrow.svg);
    width: 12px;
    height: 7px;
    background-size: 12px;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    filter: brightness(0) invert(1);
    opacity: 0.7;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active::after,
.tabs li:hover::after {
    transform: rotate(0deg);
    filter: none;
    opacity: 1;
    color: #8C7862;
}
.tab-btn .tabs li::before {
    content: "";
    height: 2px;
    background-color:  #8C7862;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -17px;
    opacity: 0;
}
.tab-btn .tabs li.active::before,
.tabs li:hover::before {
    opacity: 1;
}
.tab-btn {
    border-bottom: 2px solid rgba(248, 248, 248, 0.50);
    padding-bottom: 15px;
    margin-bottom: 37px;
}
.tab-right-part {
    max-width: 437px;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
} 
.aanbod-contact-img{
    min-width: 67px;
    height: 64px;
    overflow: hidden;
    border-radius: 67px;
}
.aanbod-contact-img img{
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.aanbod-contact-info  ul li::after{
    display: none;
}
.aanbod-contact-top {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    background: #8C7862;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    gap: 34px;
}
.aanbod-contact-btm {
    background: #F8F8F8;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    padding: 20px 20px 14px;
}
.aanbod-contact-btm ul{
    padding: 0;
    margin: 0;
}
.aanbod-contact-btm ul li {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-left: 0;
    position: relative;
}
.aanbod-contact-btm li:last-child{
    padding-top: 8px;
    padding-bottom: 0;
}
.aanbod-contact-btm li:first-child::after{
    display: none;
}
.aanbod-contact-btm li::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 200vw;
    height: 1px;
    background: rgba(10, 11, 25, 0.20);
    top: 0;
    left: -50%;
}
.aanbod-contact-btm ul li strong {
    font-weight: normal;
    line-height: 24px;
    color: #0A0B19;
}
.aanbod-contact-btm ul li a:hover{
    color: #8C7862;
}
.aanbod-contact-title a:hover{
    color: #fff;
}
.aanbod-contact-info{
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dtl-tab-btm-mark{
    position: absolute;
    bottom: -50%;
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.aanbod-contact-title h4 {
    color: #F8F8F8;
    margin-bottom: 5px;
}
.aanbod-contact-title a {
    line-height: 24px;
    color: rgba(248, 248, 248, 0.70);
}
.aanbod-contact-title a:hover {
    color: #fff;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    position: relative;
    padding-top: 139px;
}
.aanbod-btm-title {
    text-align: center;
    margin-bottom: 63px;
}
.aanbod-product-slider .each-product-model h3,
.aanbod-product-slider .each-product-model p,
.aanbod-product-slider .each-product-price h3,
.aanbod-product-slider .each-product-price p {
    color: #0A0B19;
}
.aanbod-product-slider .common-arrow {
    width: 55px;
    top: 52%;
}
.aanbod-product-slider .swiper-button-next {
    right: -2%;
}
.aanbod-product-slider .swiper-button-prev {
    left: -2%;
}




/* ========================style for developer================================ */

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

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

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

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


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h5{
    padding-bottom: 10px;
    /* text-transform: uppercase; */
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1F1F1F;
    border-bottom: 1px solid #0B1931;
    padding-bottom: 10px;
    /* font-family: 'Poppins-Medium'; */
    font-size: 2.4rem;
    line-height: 32px;

}
.star_icon p img{
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    padding-right: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#8C7862 calc(1*100%/6),#0A0B19 0 calc(3*100%/6),#8C7862 0),
              linear-gradient(#8C7862 calc(2*100%/6),#0A0B19 0 calc(4*100%/6),#8C7862 0),
              linear-gradient(#8C7862 calc(3*100%/6),#0A0B19 0 calc(5*100%/6),#8C7862 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: #8C7862;
  }


.carpass-img {
    width: 115px;
}

/****fix-wp****/
.fix-wp {
    position: fixed;
    height: 48px;
    width: 48px;
    background-color: #25D366;
    border-radius: 100%;
    z-index: 98;
    bottom: 50px;
    right: 30px;
}
.fix-wp img {
    width: 22px;
}
.fix-wp a {
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 3vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
    /* bottom: 28px; */
    bottom: 28px;
    /* left: 16px; */
    right: -11px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fix-wp{
		display: none;
	}
}
.each-service:hover .each-service-arrow .common-arrow-part{
    background-color: #FAFAFA;
}
.privacy_section h2 {
    padding-top: 110px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}

.modal-area2 .tick::after {
    top: 50% !important;
    transform: translateY(-50%);
}
.share-social-media-button .a2a_dd svg {
    margin-right: 16px !important;
}