body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    background-color: #141414;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
.privacy_section p { 
    margin-bottom: 10px; 
}
/****cookie-fix****/
.cmn-cookie-info ul {
    margin-bottom: 0;
}
.cmn-cookie-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.cmn-cookie-info li::after {
    display: none;
}
.cookie-close img {
    width: 15px;
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/* ============================================== index ============================================== */
/****fix-wp****/
.fix-wp {
    position: fixed;
    bottom: 40px;
    right: 46px;
    z-index: 97;
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
}
.fix-wp a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.fix-wp img {
    width: 26px;
}
/****header-area****/
.header-area {
    padding: 35px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid transparent;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active {
    background-color: #141414;
    border-bottom: 1px solid #0092FF;
}
.header-social ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-social li a {
    width: 44px;
    height: 44px;
    border-radius: 51px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-social li a:hover {
    background-color: #0092FF;
    border-color: #0092FF;
}
.header-social li::after,
.header-nav li::after {
    display: none;
}
.header-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.header-logo img {
    width: 193px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
    padding-left: 0;
}
.header-nav > ul > li > a {
    color: #fff;
    padding: 12px 18px;
    border-radius: 51px;
    overflow: hidden;
    border: 1px solid transparent;
    background-color: transparent;
}
.header-nav > ul > li > a:hover {
    border-color: rgba(255, 255, 255, 0.20);
    background-color: #FFF;
    color: #141414;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/****menu-btn****/
.menu-btn strong {
    font-weight: normal;
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 51px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #0092FF;
    padding: 9px 16px;
}
.menu-btn {
    position: relative;
    max-width: 111px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    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: 18px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-bar div {
    width: 12px;
    left: -5px;
    position: relative;
}
.menu-bar.active div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: scale(0);
}
.menu-bar.active:after {
    transform: scale(0);
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(20, 20, 20, 0.3);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgb(20, 17, 20, 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;
    border-radius: 5px;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: -22px;
	top: 9px;
	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: 0;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}
.parent-dropdown > ul > li > a {
	color: rgb(20, 20, 20, 0.7);
	padding: 8px 17px;
	border-bottom: 1px solid rgb(20, 20, 20, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #0092FF;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu-cross {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}
.side-menu-cross em {
    border-radius: 51px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #0092FF;
    height: 44px;
    width: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.side-menu-cross strong {
    font-size: 2rem;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-weight: normal;
}
.side-menu-cross em img {
    width: 13px;
}
.side-menu {
    position: fixed;
    right: 7.5%;
    top: 7%;
    top: 33px;
    margin-left: auto;
    margin-right: 0;
    /* height: calc(100% + 27%); */
    height: 574px;
    width: 400px;
    border-radius: 30px;
    overflow: hidden;
    background-color: #262626;
    padding: 20px 26px 120px;
    z-index: 99;
    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-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 2rem;
    display: block;
}
.side-menu > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    display: block;
    padding-bottom: 12px;
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 2.4rem;
    line-height: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
.side-menu > .side-menu-wrap > ul > li > a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 10px;
    height: 10px;
    width: 10px;
    background-color: rgba(255, 255, 255, 0.50);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu > .side-menu-wrap > ul > li > a:hover::after {
    opacity: 1;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.side-menu > .side-menu-wrap > ul > li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
}
.side-menu .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu .parent-dropdown ul li {
    text-align: left;
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 12px;
    filter: brightness(0) invert(1);
    right: 0;
}
.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;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 0;
    pointer-events: all;
}
.side-menu-wrap li::after {
    display: none;
}
.side-menu-wrap::-webkit-scrollbar {
    width: 5px;
    background-color: #2C2C2C;
    border-radius: 5px;
}
.side-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #141414;
    border-radius: 5px;
}
/*****mega-menu****/
.mega-menu {
    position: fixed;
    right: 0;
    top: 91px;
    height: 100%;
    width: 100%;
    background: #141414;
    backdrop-filter: blur(3.299999952316284px);
    padding: 0px 0 65px;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
.mega-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.mega-menu .container {
    height: 100%;
}
.mega-mobile-list li::after {
    display: none;
}
.mega-mobile-list li {
    padding-left: 0;
    color: #FFF;
    font-family: 'Montserrat-Bold';
    font-size: 1.8rem;
    line-height: 15px;
    letter-spacing: 0.36px;
}
.mega-menu-nav {
    margin: 50px 0 80px;
}
.mega-menu-nav ul {
    margin-bottom: 0;
}
.mega-menu-nav > ul {
    display: flex;
    column-gap: 10px;
    row-gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mega-menu-nav > ul > li {
    padding-left: 0;
    font-size: 1.8rem;
    font-family: 'Montserrat-Bold';
    line-height: 15px;
    letter-spacing: 0.36px;
    display: table;
    width: 49%;
    margin-bottom: 0;
}
.mega-menu-nav > ul > li::after {
    display: none;
}
.mega-menu-nav > ul > li > a {
    color: #fff;
}
.mega-menu-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .parent-dropdown > a {
    padding-right: 20px;
    padding-bottom: 3px;
}
.mega-menu-nav .parent-dropdown img {
    right: auto;
    filter: brightness(0) invert(1);
    width: 12px;
    top: 5px;
}
.mega-menu-nav .parent-dropdown:hover > a {
    color: #fff;
}
.mega-mobile-list li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.26);
    top: 40px;
}
.mega-menu-nav .parent-dropdown.open ul {
    max-height: 240px;
    margin-top: 20px;
    text-align: left;
}
.mega-menu-nav .parent-dropdown ul li {
    font-size: 1.6rem;
    text-align: left;
}
.mega-menu-nav .parent-dropdown ul li a {
    border-color: #fff;
    color: #FFF;
    text-align: left;
    padding: 14px 10px;
}
.mega-menu-nav .parent-dropdown ul li a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-social-list ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.mega-social-list li::after {
    display: none;
}
.mega-social-list li {
    padding-left: 0;
    margin-bottom: 0;
}
.mega-menu-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}
.mega-menu-contact h4 {
    color: #fff;
}
.mega-menu-contact p {
    color: #fff;
    font-family: 'Riope-Regular';
    font-size: 3.6rem;
    line-height: normal;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 38px;
}
.mega-menu-contact p a {
    color: #fff;
}
.mega-menu-contact p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.mega-mobile-heading h2 {
    color: rgba(255, 255, 255, 0.04);
    font-size: 11.2rem;
    line-height: normal;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    font-style: normal;
}
.mega-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.mega-menu-wrap::-webkit-scrollbar {
    width: 5px;
    background-color: #2C2C2C;
    border-radius: 5px;
}
.mega-menu-wrap::-webkit-scrollbar-thumb {
    background-color: #141414;
    border-radius: 5px;
}
.mega-mobile-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #636363;
    margin-top: 40px;
    padding-top: 40px;
}
.mobile-each-info {
    width: 31%;
}
.mobile-each-info h5 {
    margin-bottom: 20px;
}
.mobile-each-info p {
    margin-bottom: 2px;
}
.mobile-each-info p a:hover {
    color: rgba(255, 255, 255, 0.5);
}
/*****banner-sec***/
.banner-sec {
    position: relative;
    overflow-x: hidden;
}
.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;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}
.banner-content-part {
    display: flex;
    align-items: center;
    column-gap: 13%;
}
.banner-left-img {
    width: 23%;
}
.banner-left-img img {
    border-radius: 10px;
    overflow: hidden;
}
.banner-content-wrap p {
    max-width: 555px;
    width: 100%;
    margin: 16px 0 42px;
}
.go-next-btn {
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 2rem;
    line-height: normal; 
    cursor: pointer;
    padding: 0;
    border: 0;
    background-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.go-next-btn::after {
    content: '';
    height: 10px;
    width: 10px;
    background-image: url(../images/next-sec-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-left: 12px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.go-next-btn img {
    width: 13px;
    height: 20px;
    margin-top: -7px;
    margin-right: 10px;
}
.banner-btm-part {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}
.banner-btm-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.each-banner-counter {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #0092FF;
    border-right: 1px solid #0092FF;
    border-left: 1px solid #0092FF;
    background-color: #141414;
    overflow: hidden;
}
.banner-counter {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 20px;
}
.each-banner-counter {
    width: 23%;
    padding: 15px 12px 20px;
}
.each-banner-counter strong {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: normal;
    justify-content: space-between;
}
.each-banner-counter h6 {
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
}
.each-banner-counter strong em {
    border-radius: 5px;
    background: #0092FF;
    height: 35px;
    width: 35px;
    min-width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.each-banner-counter strong em img {
    width: 15px;
}
/****product-sec****/
.product-sec {
    padding: 123px 0 85px;
    overflow: hidden;
    position: relative;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-title {
    margin-bottom: 82px;
}
.product-title-btn {
    text-align: end;
}
.each-product {
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text {
    background-color: #262626;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 22px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-top h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text-top p {
    color: rgba(255, 255, 255, 0.50);
    margin: 9px 0 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text-top-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.each-product-info ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}
.each-product-info li {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    padding-right: 26px;
    margin-right: 26px;
}
.each-product-info li::before {
    background-image: url(../images/product-vector.svg);
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: right;
    height: 100%;
    width: 100%;
}
.each-product-info li:last-child::before {
    display: none;
}
.each-product-info li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.each-product-info li::after {
    display: none;
}
.each-product-info h6,
.each-product-price h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info h6,
.each-product-info p {
    position: relative;
    z-index: 1;
}
.each-product-text-top {
    width: 70%;
}
.each-product-price {
    text-align: end;
    width: 27%;
}
.each-product-price h5 {
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text {
    background-color: #fff;
}
.each-product-text-top h5,
.each-product-info p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .each-product-text-top h5,
.each-product:hover .each-product-price h5 {
    color: #0092FF;
}
.each-product:hover .each-product-text-top p,
.each-product:hover .each-product-info h6 {
    color: rgba(20, 20, 20, 0.5);
}
.each-product:hover .each-product-price h6 {
    color: rgba(20, 20, 20, 0.8);
}
.each-product:hover .each-product-info p {
    color: #141414;
}
.each-product:hover .each-product-info li::before {
    filter: brightness(0) saturate(100%) invert(39%) sepia(54%) saturate(2711%) hue-rotate(185deg) brightness(101%) contrast(103%);
}
.product-scrollbar.swiper-scrollbar {
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    margin-top: 90px;
}
.product-scrollbar .swiper-scrollbar-drag {
    background: #0092FF;
    cursor: grab;
}
.product-slider .swiper-button-next {
    right: -5%;
}
.product-slider .swiper-button-prev {
    left: -5%;
}
.product-slider .each-product-text-top p,
.aanbod-related-slider .each-product-text-top p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**product-mobile-slider**/
.product-mobile-slider {
    display: none;
}
.each-product-mobile-top-info li::after {
    display: none;
}
.each-product-mobile-top-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.each-product-mobile-top-info li h6 {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.each-product-mobile-top-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.each-product-mobile-price {
    border-radius: 10px;
    border: 1px solid #FFF;
    overflow: hidden;
    padding: 8px 10px;
    text-align: center;
    margin-top: 20px;
}
.each-product-mobile-price h6 {
    font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: rgba(255, 255, 255, 0.70);

}
.each-product-mobile-price h6 strong {
    color: #0092FF;
    font-family: 'Montserrat-Bold';
}
.product-mobile-scrollbar.swiper-scrollbar {
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
}
.product-mobile-scrollbar .swiper-scrollbar-drag {
    background: #0092FF;
    cursor: grab;
}
.product-arrow {
    display: inline-flex;
    gap: 30px;
}
.product-arrow .common-arrow {
    position: initial;
    margin: 0;
    border: 1px solid #fff;
    height: 35px;
    width: 35px;
    border-radius: 35px;
    overflow: hidden;
}
.product-arrow .common-arrow img {
    width: 10px;
}
.product-arrow .common-arrow:hover {
    border-color: #0092FF;
}
.product-control {
    margin-top: 50px;
}
.product-arrow .swiper-button-prev {
    left: 15px;
    position: relative;
}
/****service-sec****/
.service-bg {
    padding: 102px 0 130px;
}
.service-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 160px;
}
.service-title p {
    margin-bottom: 0;
    max-width: 465px;
    width: 100%;
}
.each-service-block {
    border-bottom: 1px solid #fff;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 48px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.each-service-block:hover {
    border-radius: 0 5px 5px 0;
    background: #262626;
    border-bottom: #262626;
    padding-top: 45px;
    padding-bottom: 45px;
}
.each-service-block-wrap em {
    height: 261px;
}
.each-service-block-wrap em img {
    height: 100%;
    object-fit: cover;
}
.each-service-block-wrap h2 {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block-wrap h2::after {
    background-image: url(../images/service-arrow.svg);
    content: '';
    position: absolute;
    right: 0;
    top: 17px;
    background-repeat: no-repeat;
    height: 23px;
    width: 27px;
    background-size: 27px;
    background-position: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block:hover .each-service-block-wrap h2::after {
    transform: rotate(-30deg);
}
.each-service-block-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.each-service-block-wrap em {
    width: 16%;
    margin-right: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block:hover .each-service-block-wrap em {
    opacity: 1;
    width: 17%;
}
.each-service-block:hover .each-service-block-wrap h2 {
    margin-left: 18%;
}
/**service-slider**/
.service-slider {
    display: none;
}
.each-service-slide-img {
    height: 296px;
}
.each-service-slide-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.each-service-slide-info {
    margin-top: 20px;
}
.each-service-slide-info p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 0;
}
.service-slider .common-arrow {
    top: 37%;
}
.service-slider .swiper-button-next {
    right: 2%;
}
.service-slider .swiper-button-prev {
    left: 2%;
}
/****about-sec****/
.about-sec {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}
.about-sec .container {
    position: relative;
    z-index: 1;
}
.about-merk {
    position: absolute;
    right: 0;
    top: -15%;
    z-index: 1;
    pointer-events: none;
}
.about-info p {
    max-width: 575px;
    width: 100%;
    margin: 20px 0 105px;
}
.about-img img {
    border-radius: 10px;
    overflow: hidden;
}
.about-sec .col-lg-7 {
    width: 52%;
}
.about-sec .col-lg-5 {
    width: 48%;
}
.about-info {
    padding-right: 20px;
}
/**about-counter**/
.about-counter {
    margin-top: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.each-about-counter {
    width: 23%;
}
.each-about-counter p {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.each-about-counter h2 strong {
    color: #0092FF;
    font-weight: normal;
}
/****why-us-block****/
.why-us-block {
    /* padding-bottom: 130px; */
    padding-bottom: 40px;
}
.why-us-block-img {
    height: 586px;
    height: 100%;
}
.why-us-block-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.why-us-block-left {
    border-radius: 15px;
    background-color: #262626;
    overflow: hidden;
    padding: 40px 20px 36px;;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 120px;
    margin-right: 18px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-us-merk {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.why-us-block-left em {
    border-radius: 54px;
    background-color: #FFF;
    height: 54px;
    width: 54px;
    min-width: 54px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.why-us-block-left h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.why-us-block-right-info li {
    padding-left: 0;
    margin-bottom: 0;
}
.why-us-block-right-info li::after {
    display: none;
}
.why-us-block-right-info {
    padding-left: 15px;
}
.why-us-block-right-info ul {
    row-gap: 60px;
    display: flex;
    flex-direction: column;
}
.why-us-block-right-info p {
    margin-bottom: 0;
    max-width: 480px;
    width: 100%;
}
.why-us-block-right .col-5 {
    width: 48%;
}
.why-us-block-right .col-7 {
    width: 52%;
}
.why-us-block-right-info h5 {
    margin: 15px 0;
}
.why-us-block-left:hover em {
    background-color: #0092FF;
}
.why-us-block-left:hover em img {
    filter: brightness(0) invert(1);
}
/****faq-sec****/
.faq-sec {
	position: relative;
}
.faq-title {
	margin-bottom: 44px;
	text-align: center;
}
.faq-title p {
	margin-top: 14px;
}
.acc-block ul {
	padding: 0 ;
	margin: 0;
	list-style: none;
}
.acc-block li {
	border-radius: 20px;
	border: 1px solid #262626;
    background-color: #262626;
	padding: 37px 42px 40px;
	margin-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.acc-block li:last-child {
	margin-bottom: 0;
}
.acc-block li>*:not(:first-child),
.acc-block li::after {
	display: none;
}
.acc-block li h5::after {
    position: absolute;
    height: 54px;
    width: 54px;
    background-image: url(../images/acc-down.svg);
    background-size: 12px;
    content: "";
    top: -9px;
    right: 0;
    transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #fff;
	border-radius: 100%;
}
.show_accordian h5::after {
    background-image: url(../images/acc-up.svg) !important;
	background-color: #0092FF;
    border-color: #0092FF !important;
	top: 21px !important;
}
.acc-block h5 {
	position: relative;
	text-transform: none;
	cursor: pointer;
	padding-right: 50px;
}
.acc-block p {
    margin-top: 15px;
    margin-bottom: 0;
    max-width: 1050px;
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    padding-right: 70px;
}
.acc-block li:hover::after {
	background-image: url(../images/acc-up.svg) !important;
}
/****google-review****/
.google-review {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
}
.goggle-review-merk {
    position: absolute;
    left: 0;
    pointer-events: none;
    bottom: -10%;
}
.google-review .container {
    position: relative;
    z-index: 1;
}
/****footer-area****/
.footer-area {
    background: #262626;
    padding: 90px 0 50px;
}
.footer-block {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-logo img {
    width: 193px;
}
.footer-block-mid {
    text-align: center;
}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.footer-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social li::after {
    display: none;
}
.footer-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(53%) sepia(53%) saturate(7489%) hue-rotate(189deg) brightness(106%) contrast(103%);
}
.footer-block-mid p {
    max-width: 500px;
    margin: 30px auto 70px;
    width: 100%;
}
.footer-block-left h5,
.footer-block-right h5 {
    color: rgba(255, 255, 255, 0.66);
    margin-bottom: 18px;
}
.footer-block-left p {
    margin-bottom: 3px;
}
.footer-block-left p a:hover {
    color: #0092FF;
}
.footer-block-left-part,
.footer-block-right-part {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.footer-block-right td:nth-child(2) {
    padding-left: 5px;
}
.each-footer-slide {
    border-radius: 10px;
    overflow: hidden;
    height: 299px;
}
.each-footer-slide img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.footer-slider {
    padding: 43px 0 58px;
}
.footer-wrap {
    padding-left: 22px;
    padding-right: 22px;
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit p a:hover {
    color: #0092FF;
}
.each-footer-slide:hover img {
    transform: scale(1.1);
}
/**footer-mobile**/
.footer-mobile {
    text-align: center;
    display: none;
}
.footer-block-right table {
    display: flex;
    justify-content: space-between;
}
.footer-block-right tr {
    display: flex;
}
/* ============================================== diensten ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    overflow-x: hidden;
}
.each-inner-banner {
    height: 500px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
/****diensen-list-sec****/
.diensen-list-sec {
    padding: 70px 0 70px;
}
.each-d-list-part {
    border-top: 1px solid #fff;
    padding-top: 36px;
    padding-bottom: 36px;
    padding-left: 20px;
}
.each-d-list-part-right {
    display: flex;
    gap: 78px;
    flex-wrap: wrap;
}
.each-d-list-part-img {
    height: 254px;
}
.each-d-list-part-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.each-d-list-part-img {
    width: 34%;
}
.each-d-list-part-info {
    width: 58%;
}
.each-d-list-part-info p {
    max-width: 505px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-part .col-lg-3 {
    width: 30%;
}
.each-d-list-part .col-lg-9 {
    width: 70%;
}
.each-d-list-part-wrap:last-child {
    border-bottom: 1px solid #fff;
}
.each-d-list-part-info h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-part-wrap {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-part-wrap:hover {
    background-color: #fff;
}
.each-d-list-part-wrap:hover .each-d-list-part-info h3 {
    color: #141414;
}
.each-d-list-part-wrap:hover .each-d-list-part-info p {
    color: #141414;
}
.each-d-list-part-wrap:hover .common-btn {
    color: #141414;
    background-color: transparent;
}
.each-d-list-part-wrap .common-btn::after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-d-list-part-wrap:hover .common-btn::after {
    filter: brightness(0);
}
/* ============================================== diensten-dtl ============================================== */
/****inner-header****/
.inner-header {
    background-color: #262626;
}
/****back-btn****/
.back-btn {
    padding-top: 205px;
}
.back-btn .container {
    position: relative;
    z-index: 1;
}
.back-btn .common-btn {
    padding: 11px 15px 11px 40px;
}
.back-btn .common-btn::after {
    right: auto;
    left: 15px;
    background-image: url(../images/back-btn-arrow.svg);
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding-top: 30px;
    position: relative;
    padding-bottom: 25px;
}
.diensten-dtl-top  .row {
    align-items: end;
}
.diensten-dtl-top .container {
    position: relative;
    z-index: 1;
}
.diensten-dtl-top-mark {
    height: 100%;
}
.diensten-dtl-top-mark img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-img img {
    border-radius: 10px;
}
.diensten-dtl-right-part {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
    padding-left: 47px;
    align-items: end;
}
.diensten-dtl-top-img {
    width: 59%;
}
.diensten-dtl-right-part .details-heading {
    position: absolute;
    top: -22%;
    right: 48.5%;
}
.diensten-dtl-right-part-contact {
    width: 38%;
}
.diensten-dtl-top .col-lg-4 {
    width: 36%;
}
.diensten-dtl-top .col-lg-8 {
    width: 64%;
}
.diensten-dtl-right-part-contact .why-us-block-left em {
    background-color: transparent;
    border: 1px solid #0092FF;
}
.diensten-dtl-right-part-contact .why-us-block-left em img {
    filter: brightness(0) invert(1);
}
.diensten-dtl-right-part-contact .why-us-block-left:hover em {
    background-color: #0092FF;
}
.diensten-dtl-top-info {
    margin-top: 85px;
}
.diensten-dtl-top-info h3 {
    margin-bottom: 20px;
}
.diensten-dtl-top-info p {
    font-family: 'LamaSans-Regular';
    letter-spacing: normal;
    line-height: 22px;
}
.diensten-dtl-top .why-us-block-left {
    margin-right: 0;
}
/****diensten-dtl-mid-block****/
.diensten-dtl-mid-block {
    padding: 40px 0 60px;
}
.diensten-dtl-mid-block .container {
    position: relative;
    z-index: 1;
}
.diensten-dtl-mid-block tr {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    /* height: 0; */
    /* max-height: 0; */
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 58px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-block td em {
    position: relative;
    font-style: normal
}
.diensten-dtl-mid-block td em::before {
    background-image: url(/images/d-dtl-table-left-brackets.svg);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 11px;
    background-repeat: no-repeat;
    background-size: 11px;
}
.diensten-dtl-mid-block td em::after {
    background-image: url(/images/d-dtl-table-right-brackets.svg);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 11px;
    background-repeat: no-repeat;
    background-size: 11px;
}
.diensten-dtl-mid-block td strong {
    margin: 0 11px;
    font-weight: normal;
    position: relative;
    top: 6px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Montserrat-Medium';
    line-height: normal;
}
.diensten-dtl-mid-block td sub {
    max-width: 585px;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
    position: relative;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
    display: block;
    bottom: 0;
}
.diensten-dtl-mid-block td sub p {
    margin-bottom: 0;
}
.diensten-dtl-mid-block table {
    width: 100%;
}
.diensten-dtl-mid-block tr:hover sub {
    opacity: 1;
    left: -15%;
    max-height: max-content;
}
.diensten-dtl-mid-block td:first-child {
    margin-top: -15px;
    width: 8%;
}
.diensten-dtl-mid-block tr:hover {
    border-top-color: rgba(255, 255, 255, 0.8);
    border-bottom-color: rgba(255, 255, 255, 0.8);
    /* height: max-content; */
    /* max-height: max-content; */
    padding: 58px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-block td:last-child {
    width: 35%;
    text-align: end;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-mid-block td:nth-child(2) {
    width: 41%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .diensten-dtl-mid-block-mobile {
    display: none;
} */
.diensten-dtl-mid-block-desk td:nth-child(2) h3 {
    display: none;
}
/****form-sec****/
.form-sec {
    background-color: #262626;
    padding: 88px 0;
    position: relative;
}
.form-merk {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
}
.form-sec .col-lg-7 {
    width: 47%;
}
.form-sec .col-lg-5 {
    width: 53%;
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-title h5 {
    color: #0092FF;
    margin-bottom: 35px;
}
.each-form-contact {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 20px;
}
.each-form-contact p {
    margin-bottom: 0;
}
.form-contact {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 464px;
    margin: 90px 0 84px;
}
.form-social ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.form-social li::after {
    display: none;
}
.form-social li img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(91%) contrast(88%);
}
.form-social li:hover img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(60%) saturate(3242%) hue-rotate(187deg) brightness(102%) contrast(110%);
}
.form-social li {
    padding-left: 0;
    margin-bottom: 0;
}
.form-icon-info p a {
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Montserrat-Medium';
    font-size: 2rem;
}
.form-icon-info p a:hover {
    color: #fff;
}
.form-social li a:hover img {
    filter: brightness(0) saturate(100%) invert(62%) sepia(77%) saturate(6540%) hue-rotate(188deg) brightness(104%) contrast(107%);
}
.form-wrap{
    border-radius: 10px;
    background: #141414;
    padding: 45px 20px;
}
.form-group label{
    color: #FFF;
    font-family: 'Montserrat-Medium';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    margin-bottom: 8px;
}
.form-group{
    margin-bottom: 33px;
}
.form-wrap .form-style {
	resize: none;
	border: 0;
    border-radius: 3px;
    font-family: 'Montserrat-Regular';
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    line-height: 20px;
    padding: 15px 10px 15px;
	background-color: #262626;
}
.form-wrap .form-style:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-wrap .form-style::placeholder {
	color: rgba(255, 255, 255, 0.50);
}
.form-wrap .form-style:focus {
    box-shadow: none;
    color: rgba(255, 255, 255, 0.8);
}
.form-wrap .form-style:focus::placeholder {
    color: rgba(255, 255, 255, 0.8);
}
.form-wrap{
    position: relative;
    z-index: 1;
}
.form-wrap textarea.form-style {
    padding-top: 15px;
    height: 114px;
}
.form-wrap .form-style.foto_upload,
.form-wrap .form-style.photo_upload {
	color: rgba(255, 255, 255, 0.8);
}
.submit-btn {
    margin-top: 37px;
}
.submit-btn .common-btn {
    width: 100%;
    /* display: none; */
}
.submit-btn .common-btn::after {
    display: none;
}
.submit-btn .common-btn strong {
    font-weight: normal;
    padding-right: 25px;
    position: relative;
}
.submit-btn .common-btn strong::after {
    content: '';
    position: absolute;
    background-image: url(../images/txt-arrow.svg);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
/**form-mobile**/
.form-img img {
    border-radius: 10px;
    overflow: hidden;
}
.form-mobile-title h2 {
    line-height: normal;
    color: #0092FF;
    margin-bottom: 15px;
}
.form-mobile-title {
    margin-bottom: 35px;
    display: none;
}
.form-img {
    margin-bottom: 20px;
    display: none;
}
.form-mobile-contact .each-form-contact {
    border-bottom: 0;
    padding-bottom: 0;
}
.form-mobile-contact {
    display: flex;
    gap: 20px;
}
.form-icon-info p a {
    font-family: 'Montserrat-Medium';
    color: #FFF;
    font-size: 2rem;
    line-height: normal;
}
.form-icon-info p a:hover {
    color: #0092FF;
}
.form-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
}
.form-btm {
    display: none;
}
.form-wrap .form-group {
    margin-bottom: 24px;
}
.form-group.form-group-textarea {
    margin-bottom: 0;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding: 115px 0 70px;
}
.dtl-slider-title {
    text-align: center;
    margin-bottom: 80px;
}
.dtl-slider .product-scrollbar.swiper-scrollbar {
    margin-top: 88px;
    margin-left: -15px;
}
.dtl-slider .common-arrow {
    top: 40%;
}
.dtl-slider .swiper-button-next {
    right: -5%;
}
.dtl-slider .swiper-button-prev {
    left: -5%;
}
/* ============================================== detailing ============================================== */
/****detailing-top****/
.detailing-top .diensten-dtl-top-img {
    position: relative;
}
.diensten-dtl-top-img h3 {
    position: absolute;
    top: -17.5%;
    left: 0;
}
.detailing-top .row {
    align-items: end;
}
/* ============================================== vacature-dtl ============================================== */
/****diensten-dtl-top****/
.diensten-dtl-top h6 {
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
}
/****vacature-dtl-mid****/
.vacature-dtl-mid {
    padding: 90px 0 110px;
}
.vacature-dtl-mid-area table, .vacature-dtl-mid-area tbody {
    width: 100%;
}
.vacature-dtl-mid-area tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.vacature-dtl-mid-area td {
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding: 7px 10px;
    width: 44.4%;
}
.vacature-dtl-mid-area td:first-child {
    padding-left: 0;
    margin-right: 160px;
}
.vacature-dtl-mid-area td:last-child {
    border-right: 0;
    padding-right: 0;
}
.vacature-dtl-mid-area h3 {
    margin-bottom: 10px;
}
.vacature-dtl-mid-area li {
    line-height: 24px;
    margin-bottom: 20px;
}
/* ============================================== faq ============================================== */
/****faq-part-sec****/
.faq-part-sec {
    padding: 122px 0 100px;
}
/* ============================================== contact ============================================== */
/****map-sec****/
.map-bg {
    height: 854px;
}
/* ============================================== bedankt ============================================== */
/****bedankt-banner****/
.bedankt-banner .common-btn {
    padding: 11px 15px 11px 40px;
    margin-top: 45px;
}
.bedankt-banner .common-btn::after {
    right: 0;
    left: 15px;
    background-image: url(../images/back-btn-arrow.svg);
}
/* ============================================== over-ons ============================================== */
/****over-ons-block****/
.over-ons-block {
    padding: 110px 0 175px;
}
.over-ons-block .col-lg-9 {
    width: 62%;
}
.over-ons-block .col-lg-3 {
    width: 38%;
}
.over-ons-block  .each-about-counter h3 strong {
    color: #0092FF;
    font-weight: normal;
}
.over-ons-block .each-about-counter {
    width: 100%;
}
.over-ons-block .why-us-block-left {
    margin-right: 0;
}
.over-ons-block .why-us-block-right .col-5 {
    width: 58%;
}
.over-ons-block .why-us-block-right .col-7 {
    width: 42%;
}
.over-ons-left-info {
    padding-right: 75px;
}
.over-ons-block .why-us-block-right-info p {
    max-width: 100%;
}
.over-ons-left-info h2 {
    margin-bottom: 38px;
}
.over-ons-block-left-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 170px;
}
.over-ons-block-right-wrap {
    display: flex;
    flex-direction: column;
    gap: 85px;
}
.over-ons-block-counter {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.over-ons-block-counter h3 {
    margin-top: 12px;
}
/****over-ons-table-block****/
.over-ons-table-block {
    padding-bottom: 108px;
}
.each-over-ons-table {
    border-radius: 20px;
    background-color: #262626;
    overflow: hidden;
    padding: 60px 28px 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 32.7%;
}
.each-over-ons-table-counter {
    display: flex;
    align-items: center;
    gap: 16px;
}
.over-ons-table-block-wrap {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.each-over-ons-table-info p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-over-ons-table:hover {
    background-color: #0092FF;
}
.each-over-ons-table-counter h2 {
    color: #FFF;
    font-size: 6.6rem;
    line-height: 76px;
}
.each-over-ons-table-counter h5 {
    font-size: 2.4rem;
    font-family: 'Montserrat-Medium';
    line-height: 28px;
}
.each-over-ons-table:hover p {
    color: #fff;
}
/****over-ons-about-block****/
.over-ons-about-title p {
    max-width: 655px;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
}
.over-ons-about-bg {
    padding: 95px 0 88px;
}
.over-ons-about-info .acc-block li sub {
    font-style: normal;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.over-ons-about-info .acc-block li sub p {
    width: 79%;
    color: #fff;
    max-width: 390px;
    margin-top: 0;
}
.over-ons-about-info .acc-block li sub strong {
    width: 19%;
    font-weight: normal;
}
.over-ons-about-info .acc-block li h5::after {
    height: 31px;
    width: 31px;
    background-size: 8px;
    top: -4px;
}
.over-ons-about-info .show_accordian sub {
    margin-bottom: 45px;
    bottom: 0;
}
.over-ons-about-info .show_accordian h5::after {
    top: -4px !important;
    background-color: transparent;
}
.over-ons-about-info .acc-block h5 {
    margin-bottom: 30px;
    font-family: 'Montserrat-Bold';
    font-size: 2.4rem;
    line-height: 28px;
}
.over-ons-about-info .acc-block li {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    padding: 0;
    margin-bottom: 35px;
}
.over-ons-about-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.over-ons-about-title {
    margin-bottom: 72px;
}
.over-ons-about-info .acc-block li:last-child {
    margin-bottom: 0;
}
.over-ons-about-info {
    padding-left: 60px;
}
.over-ons-about-img {
    height: 100%;
}
/****team-slider-sec****/
.team-slider-sec {
    padding: 102px 0 95px;
}
.each-team-slider-img {
    border-radius: 20px;
    background: #262626;
    overflow: hidden;
    padding-top: 50px;
    height: 420px;
}
.each-team-slider-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-slider-scrollbar.swiper-scrollbar {
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    margin-top: 70px;
}
.team-slider-scrollbar .swiper-scrollbar-drag {
    background: #0092FF;
    cursor: grab;
}
.team-slider-title {
    text-align: center;
    margin-bottom: 83px;
}
.each-team-slide-info {
    margin-top: 15px;
}
.each-team-slide-info h6 {
    font-size: 1.4rem;
    line-height: 20px;
    font-family: 'Montserrat-Regular';
    margin-top: 2px;
}
.each-team-slider-img-info {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
    display: none;
    width: 100%;
}
.team-slider .swiper-button-next {
    right: -5%;
}
.team-slider .swiper-button-prev {
    left: -5%;
}
.each-team-slider-img-info h6 {
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28;
}
/* ============================================== aanbod-list ============================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 212px 0 88px;
}
.filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 27px;
}
.filter-title h3,
.filter-title h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    padding-bottom: 26px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-part > .row {
    column-gap: 3px;
}
.filter-reset a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Montserrat-Medium';
    line-height: 24px;
    letter-spacing: 0.32px;
}
.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: #0092FF;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #fff;
	font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    border: 1px solid #0092FF;
    border-radius: 50px;
    padding: 0 35px 0 15px;
    background: url(../images/filter-arrow.svg) #141414 no-repeat 91% center / 10px;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.select-style:hover,
.select-style.show {
    background-color: #0092FF;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #141414;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #0092FF;
    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: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0092FF;
    border-color: #0092FF;
    background-image: url(../images/check-tick.svg);
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 20px;
    background-color: rgba(0, 146, 255, 0.5);
	font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    border: 1px solid rgba(0, 255, 135, 0);
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover {
    background-color: #0092FF;
    border-color: #0092FF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 24%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
	font-family: 'Montserrat-Regular';
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 150px;
    background-color: transparent;
    border-top: 0;
    border-bottom: 0;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    font-family: 'Poppins-SemiBold';
    width: 100%;
    display: block;
    text-align: center;
    background-color: #0092FF;
    border-color: #1A7BFF;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: normal;
    letter-spacing: 0.42px;
    padding: 11px 15px;
    border-radius: 50px;
    backdrop-filter: blur(2px);
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    color: #0092FF;
    border-color: #fff;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #141414;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #141414;
	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: #141414;
    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: #1A7BFF;
    border: 1px solid #1A7BFF;
    color: #fff;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #0092FF;
    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: 'Montserrat-Regular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 246px;
}
.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: #0092FF;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 146, 255, 0.4);
    border-color: rgba(0, 146, 255, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #0092FF;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.filter-sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}
.mob-filter-visible h6 {
    color: #FFF;
    font-family: 'Poppins-Medium';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1A7BFF;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 102px;
}
.aanbod-product-area .row {
    margin: 0 -11px;
    row-gap: 22px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 11px;
}
.aanbod-product-area .each-product-text {
    padding-left: 15px;
    padding-right: 15px;
}
.aanbod-product-area .each-product-info li {
    padding-right: 9px;
    margin-right: 9px;
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-back-btn****/
.aanbod-back-btn {
    padding-top: 220px;
    display: none;
}
.aanbod-back-btn .common-btn {
    padding-left: 42px;
    padding-right: 16px;
    color: #141414;
    background-color: #fff;
}    
.aanbod-back-btn .common-btn::after {
    right: auto;
    left: 15px;
    background-image: url(../images/aanbod-back-arw.svg);
}
.aanbod-back-btn .common-btn:hover {
    background-color: #0092FF;
    color: #fff;
}
.aanbod-back-btn .common-btn:hover::after {
    filter: brightness(0) invert(1);
}
/****share-btn-sec****/
.share-btn-sec {
    padding-bottom: 50px;
    display: none;
}
.share-btn-area {
    margin-top: -48px;
}
.share-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 8px;
}
.share-area li {
    margin-bottom: 0;
    padding-left: 0;
}
.share-area li::after {
    display: none;
}
.each-share {
    border: 1px solid rgba(255, 255, 255, 0.50);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-share:hover {
    background-color: #0092FF;
    border-color: #0092FF;
}
.each-share:hover img {
    filter: brightness(0) invert(1);
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    padding: 241px 0 45px;
}
.aanbod-top-left {
    max-width: 424px;
    width: 100%;
}
.aanbod-top-left h3 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}
.aanbod-top-area p {
    margin-bottom: 0;
}
.aanbod-top-area .row {
    /* align-items: start !important; */
}
.aanbod-top-right {
    text-align: end;
}
.aanbod-top-right h4 {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    max-width: max-content;
    margin-left: auto;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.aanbod-top-right h4 strong {
    font-weight: normal;
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    margin-left: 11px;
}
.aanbod-top-contact-info p {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: 19px;
    letter-spacing: normal;
}
.aanbod-top-contact-info p img {
    margin-bottom: 5px;
    margin-right: 14px;
}
.aanbod-top-contact-info a:hover {
    text-decoration: underline;
}
/****aanbod-car-sec****/
.aanbod-car-area > .row {
    margin: 0 -4px;
}
.aanbod-car-area .col-lg-8 {
    width: 68%;
}
.aanbod-car-area .col-lg-4 {
    width: 32%;
}
.aanbod-car-area .col-lg-8,
.aanbod-car-area .col-lg-4 {
    padding: 0 4px;
}
.aanbod-small-car-block {
    height: 558px;
}
.aanbod-small-car-block .row {
    row-gap: 12px;
    height: 100%;
}
.each-aanbod-small-car {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    height: 100%;
}
.each-aanbod-small-car img {
    height: 100%;
    object-fit: cover;
}
.overlay-small-car {
    position: relative;
}
.overlay-small-car::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(13.8045654296875px);
    margin: 5px;
    border-radius: 6px;
    pointer-events: none;
}
.overlay {
    z-index: 1;
    text-align: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}
.overlay h6 {
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 20px;
}
.overlay h6 strong {
    font-family: 'Montserrat-Bold';
    font-size: 2.4rem;
    line-height: 28px;
    font-weight: normal;
    display: block;
    color: #0092FF;
}
.aanbod-big-car-slider,
.each-aanbod-big-car-slider,
.aanbod-big-car-slider .swiper {
    height: 100%;
}
.each-aanbod-big-car-slider img {
    height: 100%;
    object-fit: cover;
}
.aanbod-big-car-slider .common-arrow {
    background-color: #212121;
}
.aanbod-big-car-slider .common-arrow:hover {
    background-color: #0092FF;
}
.aanbod-big-car-slider .swiper-button-next {
    right: 5%;
}
.aanbod-big-car-slider .swiper-button-prev {
    left: 5%;
}
.aanbod-car-info-area {
    border-radius: 0 10px 10px 0;
    background-color: #262626;
    height: 100%;
    padding: 13px 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aanbod-car-dtls {
    padding: 24px 22px 51px;
}
.aanbod-car-dtls tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 7px;
    row-gap: 30px;
}
.aanbod-car-dtls td {
    width: 49%;
}
.aanbod-car-dtls td h6 {
    font-family: 'Montserrat-Regular';
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 9px;
}
.aanbod-car-dtls td h6::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.50);
}
.aanbod-contact-top {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-bottom: 25px;
}
.aanbod-contact-dtls {
    border-radius: 5px;
    background-color: #0092FF;
    padding: 14px 10px;
}
.aanbod-contact-img {
    width: 95px;
    min-width: 95px;
    height: 95px;
    border-radius: 8px;
    overflow: hidden;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-contact-info h6 {
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    margin: 4px 0 8px;
}
.aanbod-contact-info p {
    margin-bottom: 0;
}
.aanbod-contact-info a:hover {
    text-decoration: underline;
}
.aanbod-contact-btn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.aanbod-contact-btn li {
    padding-left: 0;
    margin-bottom: 0;
}
.aanbod-contact-btn li::after {
    display: none;
}
.aanbod-contact-btn li .common-btn {
    background-color: #0092FF;
    border-color: #fff;
    padding-left: 29px;
    padding-right: 52px;
}
.aanbod-contact-btn li .common-btn::after {
    right: 26px;
}
.aanbod-contact-btn li .common-btn:hover {
    background-color: #141414;
    border-color: #141414;
}
.aanbod-small-car-block .col-lg-12 {
    height: 18.2%;
}
.mob-aanbod-car-info-area {
    padding: 20px;
    transition: 0.5s ease-in-out;
    border-radius: 0 0 10px 10px;
    border: 2px solid rgba(20, 20, 20, 0.06);
    background: #262626;
}
.mob-aanbod-car-info-area h4 {
    max-height: 1lh;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    font-size: 1.8rem;
    line-height: normal;
    font-style: italic;
}
.mob-aanbod-car-info-area p {
    font-family: 'Montserrat-Regular';
    line-height: 20px;
    color: rgba(255, 255, 255, 0.50);
    margin: 5px 0 20px;
    max-height: 1lh;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}
.mob-aanbod-car-info-area:hover p,
.mob-aanbod-car-info-area:hover h4 {
    max-height: 5lh;
}
.mob-aanbod-car-info-area ul {
    margin: 0;
    list-style: none;
    overflow: hidden;
    padding: 18px 15px;
    background: #0092FF;
}
.mob-aanbod-car-info-area li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mob-aanbod-car-info-area li {
    padding-left: 0;
}
.mob-aanbod-car-info-area li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
.mob-aanbod-car-info-area li::after {
    display: none;
}
.mob-aanbod-car-info-area li h6 {
    width: 35%;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 0.14px;
}
.mob-aanbod-car-info-area li h4,
.mob-aanbod-car-info-area li h5 {
    width: 62%;
    text-align: right;
}
.mob-aanbod-car-info-area li h4 {
    font-family: 'Montserrat-SemiBold';
    font-style: normal;
}
.mob-aanbod-car-info-area table {
    margin-top: 28px;
    display: block;
    width: 100%;
}
.mob-aanbod-car-info-area tbody {
    width: 100%;
    display: block;
}
.mob-aanbod-car-info-area tr {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.mob-aanbod-car-info-area tr:last-child {
    margin-bottom: 0;
}
.mob-aanbod-car-info-area td {
    font-family: 'Montserrat-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 20px;
    letter-spacing: 0.28px;
    width: 50%;
}
.mob-aanbod-car-info-area td:nth-child(even) {
    text-align: right;
}
.mob-aanbod-car-info-area td strong {
    font-weight: normal;
    margin-right: 15px;
    position: relative;
    top: -2px;
}
.mob-aanbod-car-info-area td strong img {
    width: 20px;
    height: 20px;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding: 90px 0 122px;
    overflow: hidden;
}
.tab-content-wrap {
    position: relative;
}
.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;
    text-transform: none;
    font-size: 2rem;
    line-height: normal;
    font-family: 'Montserrat-Medium';
    padding-left: 0;
    padding-right: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    color: rgba(255, 255, 255, 0.50);
}
.tab-btn ul.tabs li:hover,
.tab-btn .tabs li.active {
    color: #0092FF;
}
.tab_container.tab-content {
    padding-right: 0;
}
.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_drawer_heading {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 99px;
    row-gap: 36px;
}
.kenmerken-tab li {
    width: 14%;
    margin-bottom: 0;
    position: relative;
    column-gap: 60px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    list-style-type: none;
    padding-left: 0;
}
.kenmerken-tab li em {
    font-style: normal;
    font-family: 'Montserrat-Regular';
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    line-height: 20px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
    display: inline-block;
}
.kenmerken-tab li em::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 107px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.50);
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    font-family: 'Montserrat-Medium';
    line-height: normal;
    color: #FFF;
    margin-top: 0;
    font-size: 2rem;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
    border-radius: 10px;
    background-color: #262626;
    padding: 40px 52px;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #0092FF;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing::after {
    top: 3px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    margin-bottom: 15px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0092FF;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0092FF;
    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;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
    line-height: 22px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    text-align: left;
    cursor: pointer;
    margin-top: 40px;
    width: max-content;
    padding-left: 18px;
    padding-right: 18px;
}
.tab-btm-btn.common-btn::after {
    display: none;
}
.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(38, 38, 38, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 20px;
    background: #262626;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #0092FF;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px #0092FF;
    -webkit-box-shadow: 0px 0px 25px 0px #0092FF;
    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 #0092FF;
}
.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: 12px;
    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;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgb(255, 255, 255, 0.6);
    color: #fff;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.tab-popup-content li::after{
    display: none;
}
.tab-popup-content li strong {
    width: 50%;
    font-weight: normal;
    color: rgb(255, 255, 255, 0.6);
    line-height: 20px;
}
.show-popup{
    display: none;
}
.tabs li::after {
    content: '';
    position: relative;
    top: 2px;
    left: 11px;
    background-image: url(../images/tab-arrow.svg);
    width: 7px;
    height: 14px;
    background-size: 7px;
    background-repeat: no-repeat;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: transparent;
    border-radius: 0;
}
.tab-btn .tabs li.active::after, .tabs li:hover::after {
    transform: rotate(90deg);
    opacity: 1;
    color: #1C1C1C;
    filter: brightness(0) saturate(100%) invert(44%) sepia(58%) saturate(4365%) hue-rotate(186deg) brightness(102%) contrast(104%);
}
.tab-btn .tabs li::before {
    content: "";
    height: 2px;
    background-color: #0092FF;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -22px;
    opacity: 0;
}
.tab-btn .tabs li.active::before,
.tabs li:hover::before {
    opacity: 1;
}
.tab-btn {
    border-bottom: 2px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tab-right-part {
    max-width: 464px;
    margin-right: 0;
    margin-left: auto;
    overflow: hidden;
} 
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    padding: 100px 0 79px;
}
.aanbod-btm-title {
    margin-bottom: 70px;
}
.aanbod-related-slider .swiper-button-next {
    right: -5%;
}
.aanbod-related-slider .swiper-button-prev {
    left: -5%;
}
.aanbod-related-scrollbar.swiper-scrollbar {
    height: 3px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    width: 100%;
    margin-top: 90px;
}
.aanbod-related-scrollbar .swiper-scrollbar-drag {
    background: #0092FF;
    cursor: grab;
}
.aanbod-related-mobile-slider {
    display: none;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top-sec****/
.verkocht-top-sec {
    padding: 225px 0 60px;
}
.verkocht-top-left {
    max-width: 505px;
    width: 100%;
}
.verkocht-top-right {
    max-width: 262px;
    width: 100%;
    margin-left: auto;
    text-align: end;
}
.verkocht-top-left h3,
.verkocht-top-right h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}
.verkocht-top-left h3 {
    padding-bottom: 25px;
}
.verkocht-top-right h3 {
    padding-bottom: 25px;
    color: #0092FF;
}
.verkocht-top-right h3 em {
    font-style: italic;
    color: #FFF;
}
/****verkocht-product-sec****/
.aanbod-product-sec.verkocht-product-sec {
    padding-bottom: 62px;
    position: relative;
    overflow-x: clip;
}
.verkocht-mark {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(15, 16, 19, 0.80);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content img {
	width: 192px;
}
.modal-area .popup-content p {
    margin: 25px 0;
    max-width: 425px;
    width: 100%;
    color: #141414;
}
.modal-area .popup-content {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 83px 67px 83px 95px;
    position: relative;
    margin-left: -7px;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-content-wrap .col-lg-5 {
    width: 48%;
}
.modal-content-wrap .col-lg-7 {
    width: 52%;
}
.popup-content .common-btn {
    border: 1px solid #0092FF;
    background: transparent;
    color: #141414;
}
.popup-content .common-btn::after {
    filter: brightness(100) invert(1);
}
.popup-content .common-btn:hover {
    background-color: #0092FF;
    color: #fff;
}
.popup-content .common-btn:hover::after {
    filter: brightness(0) invert(1);
}
.popup-bg-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.popup-bg-mark::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.70) 100%);
    pointer-events: none;
}
.popup-content .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-content .close-img {
    position: absolute;
    top: 22px;
    right: 22px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    z-index: 1;
    background: #141414;
    display: none;
}
.modal-content .close-img img {
    width: 25px;
}

/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-dtl-mob-contact-bar > ul > li > a {
    height: 100%;
    width: 40px;
    border: 1px solid #fff;
    background-color: #0D0D0D;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 14px;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-brand {
    width: 90%;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #32D851;
    border-color: #32D851;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid #fff;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 9px 20px;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: #1C1C1C;
    color: #fff;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button img {
    transform: translateY(-50%) rotate(-90deg);
}
.aanbod-dtl-mob-contact-bar.two-line-text > ul > li > a {
    width: 58px;
}
.share-desktop ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.share-desktop li::after {
    display: none;
}
.share-desktop li {
    padding-left: 0;
    margin-bottom: 0;
}
.form-height-add {
    margin-bottom: 60px;
}
.share-social-media-button .a2a_dd svg {
    width: 14px !important;
    margin-right: 2px !important;
}
.privacy_section {
    padding: 80px 0;
}









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

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

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

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


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

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


.carpass-img {
    width: 115px;
}

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

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

.notifcation {
	position: relative;
}

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

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fix-wp{
		display: none;
	}
}
.privacy_section h2{
    padding-top: 85px;
}

.each-price-table li::after {
    display: none;
}
.range-sec .range-area .fill{
    background-color: #121212;
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.diensten-dtl-top-info li {
    margin-bottom: 19px;
}
.diensten-dtl-top-info li::after {
    top: 3px;
}
.detailing-top .diensten-dtl-top-info h3 {
    display: none;
}
.service-title li {
    margin-bottom: 0;
}
.service-title li::after {
    display: none;
}
.service-title ul {
    display: flex;
}
.each-product:hover .each-product-price span{
    color: rgba(20, 20, 20, 0.8);
}
.each-product .each-product-price span{
    font-family: 'Montserrat-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-block-right-part h5 {
    color: rgba(255, 255, 255, 0.66);
}

#frame-leaseone-calc {
  height: 800px !important;
}