body {
	padding: 0px;
	margin: 0px;
	font-family: 'ZalandoSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    background-color: #fff;
    /*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;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 40px;
	right: 50px;
	z-index: 97;
	height: 52px;
	width: 52px;
	background-color: #25D366;
	border-radius: 100%;
}
.fix-wp a {
	display: block;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.fix-wp img {
	width: 25px;
}
/* ============================================== index ============================================== */
/****header-area****/
/**header-top**/
.header-bg .header-top{
    background-color: #0180F6;
}
.header-bg .header-top li a:hover{
    color: #181818;
}
.header-bg .header-top li a:hover img {
    filter: brightness(1) invert(1);
}
.header-bg .header-wrap{
    background-color: #181818;
}
.header-bg .header-nav > ul > li > a {
    background-color: #fff;
    border-color: #fff;
    color: #181818;
}
.header-bg .header-nav > ul > li::after {
    filter: brightness(0);
}
.header-bg .header-nav > ul > li > a:hover {
    color: #fff;
}
.header-bg .header-nav > ul > li:hover::after {
    filter: brightness(0) invert(1);
}
.header-active.header-bg .header-nav > ul > li > a {
    border-color: #181118;
}
.header-active.header-bg .header-nav > ul > li > a:hover {
    border-color: #0180F6;
}
.header-top {
    background-color: #181818;
    padding: 10px 0;
}
.header-top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.header-top ul li {
    padding-left: 0;
    margin-bottom: 0;
    color: #FFF;
    font-family: 'ZalandoSans-Medium';
    font-size: 1.2rem;
    line-height: 16.86px;
    letter-spacing: 0.12px;
    padding-right: 10px;
}
.header-top ul li::after {
    display: none;
}
.header-top ul li img {
    width: 8px;
    /* margin-top: 1px; */
}
.header-top li a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #fff;
}
.header-top li a:hover {
    color: #0180F6;
}
.header-wp {
    color: #39FF83 !important;
}
.header-top ul li::before {
    background-color: rgba(255, 255, 255, 0.10);
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 15px;
}
.header-top ul li:last-child::before {
    display: none;
}
.header-top ul li:last-child {
    padding-right: 0;
}
.header-top li a:hover img {
    filter: brightness(0) saturate(100%) invert(30%) sepia(94%) saturate(1535%) hue-rotate(192deg) brightness(100%) contrast(105%);
}
.header-wp img {
    filter: brightness(0) saturate(100%) invert(70%) sepia(78%) saturate(406%) hue-rotate(83deg) brightness(102%) contrast(103%) !important;
}
/**header-area**/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrap {
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 192px;
}
.header-active-logo {
    display: none;
}
.header-area.header-active .header-desk-logo {
    display: none;
}
.header-area.header-active .header-active-logo {
    display: block;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
}
.header-nav > ul > li {
    padding-left: 0;
    letter-spacing: 0.16px;
    font-family: 'ZalandoSans-Regular';
    position: relative;
    margin-bottom: 0;
}
.header-nav > ul > li::after {
    position: absolute;
    content: '';
    right: 21px;
    top: 17px;
    left: auto;
    transform: none;
    height: 11px;
    width: 11px;
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/plus-icon-white.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .header-nav > ul > li::after {
    display: none;
} */
.header-nav > ul > li > a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 11px 42px 11px 18px;
    background-color: #181818;
    border: 1px solid #181818;
    border-radius: 100px;
}
.header-nav > ul > li a:hover {
    background-color: #0180F6;
    border-color: #0180F6;
}
.header-nav > ul > li:hover::after {
    transform: rotate(90deg);
}
.hamburger-mobile {
    display: none;
}
.hamburger-desk {
    width: 23px;
}
/******menu-btn******/
.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #fff;
    border-radius: 10px;
    padding: 12px 22px;
    margin-left: 8px;
    border-radius: 100px;
    border: 1px solid #0180F6;
    background: #181818;
}
.menu-bar {
    position: relative;
    max-width: 20px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 24px 4px 8px;
    border-radius: 100px;
    background-color: #181818;
    box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 10px;
    min-width: 170px;
    margin-top: 9px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-x: clip;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 13px;
	top: 19px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 15px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #0180F6;
}
.header-nav > ul > .parent-dropdown > a {
    padding-right: 54px;
    position: relative;
}
.header-nav > ul > .parent-dropdown::after {
    right: 33px;
}
.header-active .header-wrap {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 37px;
    height: calc(100vh - 60px);
    height: 100%;
    width: calc(100% - 60px);
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #181818;
    border-radius: 0;
    z-index: 98;
    clip-path: inset(0 0 100% 0);
    padding-top: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-wrap {
    height: 100%;
    position: relative;
    z-index: 1;
}
.side-menu .container {
    height: 100%;
}
.side-menu-content {
    height: calc(100% - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 15px;
}
.side-menu-content::-webkit-scrollbar {
    background-color: #232323;
    width: 10px;
    border-radius: 10px;
}
.side-menu-content::-webkit-scrollbar-thumb {
    background-color: rgb(62, 62, 62);
    border-radius: 10px;
}
.side-menu-nav {
    max-width: 400px;
    width: 100%;
}
.side-menu-nav ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-nav > ul > li {
    padding-left: 0;
    font-size: 3.4rem;
    display: block; 
    font-family: 'ZalandoSans-Medium';
    margin-bottom: 33px;
    line-height: normal;
}
.side-menu-nav > ul > li::after {
    display: none;
}
.side-menu-nav > ul > li > a {
    color: #fff;
    display: inline-block;
    padding-bottom: 0;
}
.side-menu-nav > ul > li > a:hover {
    color: #0180F6;
}
.side-menu-nav .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.side-menu-nav .parent-dropdown.open ul {
    max-height: 240px;
    margin-top: 20px;
}
.side-menu-nav .parent-dropdown ul li {
    text-align: left;
    font-size: 2.5rem;
}
.side-menu-nav .parent-dropdown img {
    top: 17px;
    width: 20px;
    right: 0;
}
.side-menu-nav .parent-dropdown > ul > li > a {
    padding: 15px 20px;
}
.side-menu-nav-mobile {
    display: none;
}
.side-menu-close {
    cursor: pointer;
}
.side-menu-close img {
    width: 28px;
}
.side-menu-logo img {
    width: 192px;
}
.side-menu-header {
    margin-bottom: 65px;
}
/****banner-sec****/
.banner-sec {
    position: relative;
}
.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-wrap-part {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap-part .common-container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.banner-content h1 {
    color: #fff;
    margin-bottom: 35px;
}
.banner-content h6 {
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 15px 0 30px;
    max-width: 315px;
    width: 100%;
    line-height: 24px;
}
.banner-wrap {
    padding-bottom: 65px;
    padding-top: 65px;
}
.banner-content ul {
    display: flex;
    align-items: center;
    gap: 12px;
}
.banner-content li {
    padding-left: 0;
    margin-bottom: 0;
}
.banner-content li::after {
    display: none;
}
.banner-btm-part {
    width: 424px;
    padding: 70px 0;
}
.banner-btm-new {
    height: 238px;
}
.banner-btm-img img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.banner-btm-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
.banner-btm-img {
    --r: 10px;
    --s: 43px;
    --x: 13px;
    --y: 14px;
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%,#0000 72%);
    --_g: conic-gradient(from 90deg at calc(100% - var(--r)) calc(100% - var(--r)),#0000 25%,#000 0);
    --_d: (var(--s) + var(--r));
    mask: calc(100% - var(--_d) - var(--x)) 100% var(--_m),
    100% calc(100% - var(--_d) - var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 100%,#0000 126%,#000 calc(100% + 1px)) 
     calc(-1*var(--r) - var(--x)) calc(-1*var(--r) - var(--y)),
    var(--_g) calc(-1*var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(-1*var(--_d) - var(--y));
    mask-repeat: no-repeat;
    height: 100%;
}
.banner-btm-arrow-part {
    background-color: #0180F6;
    z-index: 1;
    height: 52px;
    width: 52px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner-btm-arrow-part img {
    width: 11px;
    border-radius: unset;
}
/****product-sec****/
.product-sec {
    background-color: #EEEEEE;
    padding: 73px 0 71px;
    position: relative;
    overflow: hidden;
}
.product-title {
    margin-bottom: 50px;
}
.product-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.product-ellipse {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.product-title h2 {
    color: #0A131E;
}
.each-product-text-wrap h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 4px;
}
.each-product {
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-product::after {
    position: absolute;
    content: "";
    background-color: #fff;
    background-color: #EEEEEE;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    border-bottom-right-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
}
.each-product:hover::after {
    opacity: 1;
}
.each-product-text {
    background-color: #181818;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.each-product-text-wrap h6 {
    color: #FFF;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.4rem;
    line-height: 24px;
}
.product-arrow {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0180F6;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
}
.product-arrow::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: -20px -20px 0 #EEEEEE;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.product-arrow::after {
    position: absolute;
    content: "";
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: -20px -20px 0 #EEEEEE;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.each-product:hover .product-arrow {
    opacity: 1;
}
.product-arrow-part {
    background-color: #0180F6;
    z-index: 5;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-arrow-part img {
    height: auto !important;
}
.each-product-text-wrap {
    padding: 20px 30px;
}
.product-slider {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.each-product-text table {
    width: 100%;
}
.each-product-text td {
    color: #FFF;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.7rem;
    line-height: 24px;
    letter-spacing: normal;
    position: relative;
    z-index: 1;
    padding: 20px 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    display: inline-flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 20%;
    text-align: center;
}
.each-product-text td em {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}
.each-product-text td:last-child {
    color: #FFF;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    text-align: right;
}
.each-product-text td:last-child strong {
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
}
.product-slider-wrap {
    margin-left: -33%;
    margin-right: -33%;
}
/* .each-product-text table {
    width: 100%;
} */
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
    /* height: 100%; */
    background-color: #131313;
}
.each-product-text td:nth-child(odd) {
    background-color: #202020;
}
/* .each-product-text td:nth-child(even) {
    background-color: #131313;
} */
.each-product:hover .each-product-text td:last-child {
    background-color: #0180F6;
}
.each-product-btm {
    background-color: #202020;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.product-control {
    margin-top: 71px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.product-control .swiper-scrollbar {
    height: 2px;
    background: rgba(1, 128, 246, 0.2);
    position: relative;
    width: 100%;
    border-radius: 24px;
}
.product-control .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #0180F6;
    cursor: grab;
}
.product-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: -7px;
}
.product-nav .common-arrow {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: unset;
    transition: none;
}
.product-nav .common-arrow img {
    width: 8px;
}
.product-nav .common-arrow:hover {
    filter: brightness(0) saturate(100%) invert(50%) sepia(75%) saturate(7484%) hue-rotate(195deg) brightness(106%) contrast(100%);
    background-color: transparent;
}
.each-product-btm strong {
    font-weight: normal;
    color: rgba(255, 255, 255, 0.70);
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    display: none;
}
.product-price {
    display: none;
}
.product-btn {
    display: none;
}
.product-slider .each-product-img {
    height: 365px;
}
.product-slider .each-product-img img {
    height: 100%;
    object-fit: cover;
}
/****service-sec****/
.service-sec {
    background-color: #181818;
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.service-title {
    margin-bottom: 80px;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.each-service-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider:hover::after {
    opacity: 1;
}
.each-service-slider-img {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    height: 473px;
}
.each-service-slider-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-slider-info h3 {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider-info p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 18px 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider-info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 83px 15px 110px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    row-gap: 20px;
}
.each-service-slider-info .common-btn{
    width: max-content;
    margin: 0 auto;
}
.each-service-slider:hover .each-service-slider-info p,
.each-service-slider:hover .each-service-slider-info h3 {
    color: #181818;
}
.each-service-slider:hover .each-service-slider-info {
    z-index: 1;
}
/* .each-service-slider:hover .common-btn {
    background-color: #0180F6;
    color: #fff;
} */
.each-service-slider:hover .common-btn::after {
    transform: rotate(90deg);
}
.each-service-slider::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    height: 92px;
    width: 98px;
    background-size: 98px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/service-slide-mark.png);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-slider:hover::before {
    opacity: 1;
}
.service-mobile-btn {
    margin-top: 30px;
    display: none;
}
.service-slider .swiper-button-prev {
    left: -6%;
}
.service-slider .swiper-button-next {
    right: -6%;
}
.service-btm-info {
    border-top: 1px solid #fff;
    margin-top: 72px;
    padding-top: 72px;
}
.service-btm-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.service-btm-info p {
    margin-bottom: 0;
    max-width: 490px;
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
}
/****about-sec****/
.about-sec {
    padding: 115px 0 90px;
}
.about-top-info h2,
.about-top-info h5,
.about-top-info p {
    color: #181818;
}
.about-top-info h5 {
    margin-bottom: 10px;
}
.about-top-info h5, 
.about-top-info p {
    max-width: 450px;
    margin-right: 0;
    margin-left: auto;
}
.about-top-info {
    margin-bottom: 63px;
}
.about-btm-part .col-lg-7 {
    width: 64%;
}
.about-btm-part .col-lg-5 {
    width: 36%;
}
.about-img {
    height: 100%;
    position: relative;
}
.about-img img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.about-slider-info h5,
.about-slider-info p {
    color: #181818;
}
.about-slider-img img {
    border-radius: 20px;
    overflow: hidden;
}
.about-slider-info {
    margin-top: 39px;
}
.about-slider-info h5 {
    margin-bottom: 10px;
}
.about-vector-info {
    border-radius: 10px;
    background-color: #EEE;
    overflow: hidden;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 209px;
    position: relative;
    z-index: 1;
}
.about-img::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    width: 76px;
    height: 76px;
    background: transparent;
    box-shadow: 20px -20px 0 #FFF;
    z-index: 0;
    border-radius: 26px;
}
.about-vector-info img {
    width: 34px;
    object-fit: contain;
    border-radius: unset;
}
.about-vector-info h6 {
    font-family: 'ZalandoSans-Regular';
    color: #181818;
    font-size: 1.4rem;
    line-height: 20px;
}
.about-control {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.about-control .swiper-scrollbar {
    height: 2px;
    background: rgba(1, 128, 246, 0.2);
    position: relative;
    width: 100%;
    border-radius: 24px;
}
.about-control .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #0180F6;
    cursor: grab;
}
.about-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: -7px;
}
.about-nav .common-arrow {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: unset;
    transition: none;
}
.about-nav .common-arrow img {
    width: 8px;
}
.about-nav .common-arrow:hover {
    filter: brightness(0) saturate(100%) invert(50%) sepia(75%) saturate(7484%) hue-rotate(195deg) brightness(106%) contrast(100%);
    background-color: transparent;
}
.about-slider {
    padding-left: 22px;
}
.about-vector-info-wrap {
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px 0 0 20px;
}
/****home-btm-block****/
.home-btm-block h3,
.home-btm-block p,
.each-home-counter h2,
.each-home-counter h5 {
    color: #181818;
}
.each-home-counter h2 {
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-counter h5 {
    margin-bottom: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-counter {
    border-radius: 10px;
    border: 1px solid #0180F6;
    background-color: #FFF;
    padding: 24px 33px 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 31.9%;
    position: relative;
}
.each-home-counter::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 80px;
    width: 101px;
    background-size: 101px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(../images/counter-mark.png);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-home-counter:hover::after {
    opacity: 1;
}
.each-home-counter:hover {
    background-color: #0180F6;
}
.each-home-counter p {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-counter:hover h5,
.each-home-counter:hover h2,
.each-home-counter:hover p {
    color: #fff;
}
.home-counter-part {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 56px;
}
/****google-review-sec****/
.google-review-sec {
    position: relative;
    padding: 100px 0;
}
.google-review-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}
.google-review-sec .container {
    position: relative;
    z-index: 1;
}
/****footer-area****/
.footer-area {
    background-color: #181818;
    padding: 52px 0 30px;
}
.footer-top-title a {
    color: #FFF;
    font-family: 'ZalandoSansSemiExpanded-Medium';
    font-size: 4.8rem;
    line-height: 62.4px;
    letter-spacing: 0.96px;
}
.footer-top-title a:hover {
    color: #0180F6;
}
.each-footer-contact h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'ZalandoSans-Regular';
    line-height: 24px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.each-footer-contact p a,
.each-footer-contact td {
    font-family: 'ZalandoSansSemiExpanded-Medium';
    font-size: 2rem;
    line-height: 22px;
    color: #FFF;
}
.each-footer-contact p a:hover {
    color: #0180F6;
}
.each-footer-contact td:first-child {
    padding-right: 10px;
}
.footer-social ul li,
.footer-mobile-social ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social ul li::after,
.footer-mobile-social ul li::after {
    display: none;
}
.footer-social ul li a,
.footer-mobile-social ul li a {
    height: 37px;
    width: 37px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a:hover,
.footer-mobile-social ul li a:hover {
    background-color: #fff;
}
.footer-logo img {
    width: 162px;
}
.footer-bovag-logo img {
    width: 128px;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'ZalandoSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.footer-credit a:hover {
    color: #0180F6;
}
.footer-top-title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.footer-contact {
    display: flex;
    justify-content: space-between;
    gap: 76px;
}
.footer-social ul,
.footer-mobile-social ul {
    display: flex;
    gap: 16px;
}
.footer-mid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 45px 0 31px;
    border-bottom: 1px solid #fff;
    padding-bottom: 48px;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-btm-img-mobile {
    display: none;
}
.footer-part-mobile {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.footer-mobile-logo {
    display: none;
}

/* ======== Diensten List Page ======== */
/* inner-banner-sec */
.inner-banner-sec {
    position: relative;
}
.inner-banner-bg {
    height: 500px;
    width: 100%;
}
.inner-banner-bg img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
}
/* service-list-sec */
.service-list-sec{
    padding: 100px 0;
}
.service-list-sec .row{
    --bs-gutter-x: 19px;
    --bs-gutter-y: 40px;
}
.each-service{
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-content {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FFF;
    border-radius: 20px 0 0 0;
    padding: 22px 22px 7px;
    max-width: 474px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-content::after{
    content: "";
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 20px 20px 0 #FFF;
}
.each-service-content::before {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 20px 20px 0 #FFF;
}
.btn-arrow {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0180F6;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
}
.btn-arrow::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: -20px -20px 0 #FFF;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn-arrow::after {
    position: absolute;
    content: "";
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: -20px -20px 0 #FFF;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.btn-arrow img {
    width: 14px;
}
.each-service::after {
    position: absolute;
    content: "";
    background-color: #FFF;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
    border-bottom-right-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    opacity: 0;
}
.each-service-content h4{
    margin-bottom: 5px;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-content p{
    margin-bottom: 0px;
    color: #1D1D1D;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service:hover .btn-arrow {
    opacity: 1;
}
.each-service:hover::after{
    opacity: 1;
}
/* ======== Service Detail Page ======== */
.prev-btn{
    padding-top: 294px;
    background-color: #EEEEEE;
}
.round-wave{
    position: absolute;
    top: 159px;
    right: 0;
}
.prev-btn-wrap {
    width: max-content;
    position: relative;
}
.prev-btn-wrap .common-btn {
    z-index: 1;
    padding: 11px 18px 11px 40px;
}
.prev-btn-wrap .common-btn::after {
    right: unset;
    left: 18px;
}
.prev-bg::after {
    position: absolute;
    content: "";
    background-color: #EEEEEE;
    border-bottom-right-radius: 20px;
    width: calc(100% + 14px);
    height: calc(100% + 26px);
    left: 0;
    top: -12px;
    z-index: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.prev-btn-wrap::after {
    content: "";
    position: absolute;
    top: -12px;
    right: -84px;
    width: 70px;
    height: 70px;
    background: transparent;
    box-shadow: -20px -20px 0 #EEEEEE;
    z-index: 0;
    border-radius: 25px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.prev-btn-wrap::before {
    content: "";
    position: absolute;
    top: 62px;
    left: 0px;
    width: 90px;
    height: 90px;
    background: transparent;
    box-shadow: -20px -20px 0  #EEEEEE;
    z-index: 0;
    border-radius: 26px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
/* service-detail-sec */
.service-detail-sec {
    background-color: #EEEEEE;
    margin-top: -60px;
}
.service-detail-sec .row .col-lg-7 {
    width: 57%;
}
.service-detail-sec .row .col-lg-5 {
    width: 43%;
}
.service-detail-img {
    border-radius: 25px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.service-detail-img img{
    height: 100%;
    object-fit: cover;
}
.service-detail-text {
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
.service-detail-text h2{
    color: #181818;
    margin-bottom: 14px;
}
.service-detail-text p{
    color: #181818;
}
/* service-table-sec */
.service-table-sec{
    background-color: #EEEEEE;
    padding-top: 134px;
    padding-bottom: 100px;
}
.service-table-wrap table,
.service-table-wrap tbody{
    width: 100%;
}
.service-table-wrap table tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 86px;
    row-gap: 20px;
    overflow: hidden;
}
.service-table-wrap table td {
    margin: 0 auto;
    text-align: center;
    width: 29.33%;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-table-wrap table td:hover h4 {
    background-color: #000;
}
.service-table-wrap table td::after {
    position: absolute;
    content: "";
    border-top: 1px solid rgba(24, 24, 24, 0.07);
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    top: 27px;
}
.service-table-wrap table td h5{
    color: #1A241F;
    margin-bottom: 14px;
}
.service-table-wrap table td p{
    color: #1A241F;
    margin-bottom: 0;
}
.service-table-wrap table td h4 {
    color: #EEE;
    font-size: 2rem;
    line-height: 22px;
    border-radius: 10px;
    background: #0180F6;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 46px;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* form-sec */
.form-sec{
    background: radial-gradient(40.5% 40.49% at 50% 50%, rgba(24, 24, 24, 0.98) 0%, rgba(24, 24, 24, 0.99) 100%);
    position: relative;
    overflow: hidden;
    padding: 87px 0;
}
.form-wave {
    opacity: 0.01;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.form-content {
    max-width: 530px;
}
.form-text-new h2{
    color: #EEE;
    margin-bottom: 15px;
}
.form-text-new p{
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 0;
}
.form-info-text h5{
    margin-bottom: 7px;
}
.form-info-text p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.50);
}
.form-info-text p strong {
    font-weight: normal;
    margin: 0px 7px;
}
.form-info-text p a{
   color: rgba(255, 255, 255, 0.50);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-info-text p a:hover{
    color: #0180F6;
}
.form-text-new {
    margin-bottom: 85px;
}
.form-each-info {
    display: flex;
    column-gap: 18px;
    border-bottom: 1px solid rgba(107, 107, 106, 0.35);
    max-width: 434px;
    padding-bottom: 19px;
    margin-bottom: 70px;
}
.form-info .form-each-info:last-child{
    margin-bottom: 35px;
}
.form-info-text table,
.form-info-text tbody{
    width: 100%;
}
.form-info-text table tr{
    display: flex;
    margin-top: 5px;
}
.form-info-text table tr td{
    color: rgba(255, 255, 255, 0.50);
    font-family: 'ZalandoSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    width: 100%;
}
.form-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.form-social ul li::after{
    display: none;
}
.form-social ul li{
    padding: 0;
}
.form-social ul li a{
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form-social ul li a:hover{
    background-color: #FFF;
    border-color: #FFF;
}
.form-social ul li a img{
    width: 17px;
}
.form-box-wrap{
    border-radius: 10px;
    background: #FFF;
    padding: 34px 63px;
}
.form-wrap .form-group{
    margin-bottom: 20px;
}
.form-wrap .form-group label{
    color: rgba(24, 24, 24, 0.60);
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 6px;
}
.form-style {
    border-radius: 5px;
    border: 1px solid rgba(24, 24, 24, 0.10);
    background: #F5F5F5;
    padding: 18px 20px;
    resize: none;
    color: #1B1B1B;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'ZalandoSans-Regular';
}
.form-style::placeholder{
    opacity: 0;
}
.form-textarea{
    height: 136px;
}
.form-btn {
    margin-top: 30px;
}
.form-heading h3{
    color: #1B1B1B;
    margin-bottom: 32px;
}
.form-control:focus {
    background-color: #F5F5F5;
    border-color: rgba(24, 24, 24, 0.10);
    outline: 0;
    box-shadow: unset;
}
.form-btn .common-btn{
    background-color: #0180F6;
    color: #FFF;
}
.form-btn .common-btn:hover {
    background: #181818;
}
.form-sec .container > .row > *:nth-child(1) {
    width: 52%;
}
.form-sec .container >.row > *:nth-child(2) {
    width: 48%;
}
.form-wrap .form-style.photo_upload, 
.form-wrap .form-style.foto_upload {     
    color: rgba(255, 255, 255, 0.40); 
    color: transparent;
}
/* service-related-sec */
.service-related-sec{
    padding: 90px 0;
}
.service-related-heading h2{
    color: #0A131E;
    margin-bottom: 57px;
}
.service-arrow .common-arrow {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    border-color: #181818;
}
.service-arrow .common-arrow img{
    filter: brightness(1) invert(1);
}
.service-arrow .common-arrow:hover{
    border-color: #0180F6;
}
.service-arrow .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.service-arrow .swiper-button-next {
    right: -5.5%;
}
.service-arrow .swiper-button-prev {
    left: -5.5%;
}
/* ======== OVER ONS PAGE ======== */
/* over-ons-sec */
.over-ons-sec{
    padding-top: 93px;
    padding-bottom: 110px;
}
.over-anbd-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}
.over-anbd-btn a strong{
    background-color: #0180F6;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-anbd-btn a {
    color: #262626;
    font-family: 'ZalandoSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-anbd-btn a:hover{
    color: #0180F6;
}
.over-anbd-btn a:hover strong{
    background-color: #181818;
}
.over-anbd-text h5{
    color: #181818;
    margin-bottom: 18px;
}
.over-anbd-text p{
    color: #181818;
    margin-bottom: 0;
}
.over-ons-img {
    height: 100%;
    width: 100%;
    position: relative;
}
.over-ons-img > img {
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}
.over-img-box {
    background: #EEE;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: start;
    gap: 14px;
    padding: 10px;
    border: 10px solid #FFF;
    border-radius: 20px;
    z-index: 1;
}
.over-ons-img::after {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 76px;
    height: 76px;
    background: transparent;
    box-shadow: -20px -20px 0  #FFF;
    z-index: 0;
    border-radius: 26px;
}
.over-img-text p{
    margin-bottom: 0;
    color: #181818;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.4rem;
    line-height: 20px;
}
.over-ons-text h2{
    color: #181818;
    margin-bottom: 25px;
}
.over-ons-text p{
    color: #181818;
    margin-bottom: 0;
}
.over-ons-sec .row .col-lg-3 {
    width: 23%;
}
.over-ons-sec .row .col-lg-4 {
    width: 36%;
}
.over-ons-sec .row .col-lg-5 {
    width: 41%;
}
.over-ons-text {
    padding-left: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
/* over-box-sec */
.over-box-sec{
    padding-bottom: 90px;
}
.over-each-box{
    border-radius: 10px;
    border: 1px solid #0180F6;
    height: 100%;
    padding: 25px 34px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.over-each-box:hover{
    background-color: #0180F6;
}
.over-each-box:hover .over-each-wave {
    opacity: 1;
    top: -1px;
    right: -2px;
}
.over-each-box h2{
    color: #181818;
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-each-box h5{
    color: #181818;
    margin-bottom: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-each-box p{
    color: #181818;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-each-box:hover h2,
.over-each-box:hover h5,
.over-each-box:hover p{
    color: #FFF;
}
.over-each-wave {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-box-sec .row{
    --bs-gutter-x: 32px;
    --bs-gutter-y: 20px;
}
/* about-car-sec */
.about-car-sec{
    background: radial-gradient(40.5% 40.49% at 50% 50%, rgba(24, 24, 24, 0.98) 0%, rgba(24, 24, 24, 0.99) 100%);
    padding-top: 106px;
    padding-bottom: 120px;
    position: relative;
    overflow: hidden;
}
.about-car-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.about-car-heading{
    margin-bottom: 80px;
}
.ask-box1 {
    background-color: #FFF;
    border-radius: 20px;
    overflow: hidden;
    padding: 12px;
    height: 100%;
    position: relative;
    border-bottom-right-radius: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ask-box1:hover .ask-content-arrow{
    background-color: #0180F6;
}
.ask-box1:hover .ask-content-arrow img{
    filter: brightness() invert(1);
}
.ask-box-img {
    border-radius: 10px;
    overflow: hidden;
    height: 295px;
    width: 100%;
}
.ask-box-img img{
    height: 100%;
    object-fit: cover;
}
.ask-content h3{
    color: #191919;
    margin-bottom: 6px;
}
.ask-content p{
    color: #1A1A1A;
    margin-bottom: 0;
}
.ask-content-text {
    max-width: 255px;
    padding-top: 20px;
    padding-bottom: 40px;
}
.ask-content-arrow {
    background: #FFF;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ask-content-arrow img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.ask-content-arrow::after {
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 10px 20px 0 rgba(24, 24, 24, 0.98);
    z-index: 0;
}
.ask-content-arrow::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-right-radius: 20px;
    box-shadow: 20px 8px 0 rgba(24, 24, 24, 0.98);
    z-index: 0;
}
.ask-box1::after {
    position: absolute;
    content: "";
    background: radial-gradient(40.5% 40.49% at 50% 50%, rgba(24, 24, 24, 0.98) 0%, rgba(24, 24, 24, 0.99) 100%);
    width: 70px;
    height: 70px;
    right: 0;
    bottom: 0;
    border-top-left-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.ask-box2{
    border-radius: 20px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.ask-box2 img{
    height: 100%;
    object-fit: cover;
}
.about-car-wrap .about-slider{
    padding: 0;
}
.about-car-sec .row{
    --bs-gutter-x: 28px;
    --bs-gutter-y: 20px;
}
.about-car-sec .row > *:first-child {
    width: 32.2%;
}
.about-car-sec .row > *:nth-child(2n) {
    width: 31.6%;
}
.about-car-sec .row > *:last-child {
    width: 36.2%;
}
.about-car-wrap .about-slider-info h5, 
.about-car-wrap .about-slider-info p {
    color: #FFFFFF;
}
.about-car-wrap .about-nav .common-arrow img {
    width: 8px;
    filter: brightness(0) invert(1);
}
/* team-sec */
.team-sec{
    overflow: hidden;
    padding-top: 95px;
}
.team-heading h2{
    color: #0A131E;
    margin-bottom: 63px;
}
.each-member {
    border-radius: 13px;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover .each-member-content{
    background-color: #0180F6;
}
.each-member:hover .each-member-content h5{
    color: #FFF;
}
.each-member:hover .each-member-content ul li{
    color: #FFF;
}
.each-member:hover .each-member-content ul li::after{
    background-color: #FFF;
}
.each-member-content{
    background-color: #F5F5F5;
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-content h5{
    color: #181818;
    margin-bottom: 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-content ul{
    padding: 0;
    margin: 0;
}
.each-member-content ul li{
    font-family: 'ZalandoSans-Regular';
    color: #181818;
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member-content ul li::after {
    background-color: #181818;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-image: none;
    top: 9px;
    transform: unset;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.team-member-arrow .common-arrow {
    position: initial;
    margin: 0;
    height: auto;
    width: auto;
    border: none;
    border-radius: unset;
    transition: none;
}
.team-member-arrow .common-arrow:hover {
    filter: brightness(0) saturate(100%) invert(50%) sepia(75%) saturate(7484%) hue-rotate(195deg) brightness(106%) contrast(100%);
    background-color: transparent;
}
.team-member-arrow {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: end;
}
.team-member-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 17px;
    margin-top: 68px;
}
.team-member-btn .swiper-scrollbar {
    height: 2px;
    background: rgba(1, 128, 246, 0.20);
    position: initial;
    width: 100%;
    border-radius: 24px;
}
.team-member-btn .swiper-scrollbar-drag {
    border-radius: 24px;
    background: #0180F6;
    cursor: grab;
}
.team-member-arrow .common-arrow img {
    width: 10px;
}
/* gallery-sec */
.gallery-sec{
    padding-top: 95px;
    padding-bottom: 90px;
}
.gallery-warp .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.gallery-item {
    height: 320px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-item img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gallery-item:hover img {
    transform: scale(1.2) rotate(-2deg);
}
/* ======== CONATCT PAGE ======== */
/* map-sec */
.map-bg{
    height: 690px;
    width: 100%;
}
.map-bg img{
    height: 100%;
    object-fit: cover;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(29, 29, 29, 0.50);
}
.modal-area .modal-content {
    border: 0px;
    position: relative;
    background: transparent;
}
.modal-area .pop-up-image {
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .pop-up-image img {
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.modal-area .popup-content {
    padding: 130px 83px;
    background-color: #FFF;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content .common-btn {
    background-color: #0180F6;
}
.modal-area .popup-content .common-btn:hover {
    background-color: #181818;
}
.modal-area .popup-content .d-table-cell  img{
    width: 127px;
}
.modal-area .popup-content p{
    margin-top: 33px;
    margin-bottom: 40px;
    color: #141414;
}
.modal-area .modal-content .row{
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}
.modal-area .modal-content .col-lg-5 {
    width: 46.6%;
}
.modal-area .modal-content .col-lg-7 {
    width: 53.4%;
}
.modal-area .modal-content .close-img {
    position: absolute;
    top: 11px;
    right: 16px;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    z-index: 1;
    background: #0180F6;
    display: none;
}
.modal-area .modal-content .close-img img {
    width: 14px;
    filter: brightness() invert(1);
}
.popup-line {
    position: absolute;
    top: -1px;
    right: -1px;
}
/* ========== AANBOD LIST PAGE HERE ========== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 267px 0 57px;
    background-color: #F5F5F5;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	font-size: 1.6rem;
    line-height: 24px;
    color: #141414;
    font-family: 'ZalandoSans-Regular';
}
.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: #0180F6;
}
.select-style {
    width: 100%;
    height: 48px;
    color: #FFF;
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    font-family: 'ZalandoSans-Medium';
    padding: 0 30px 0 20px;
    border-radius: 100px;
    border: 1px solid #0180F6;
    background-color: #181818;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    position: relative;
}
.select-style::after {
    position: absolute;
    content: '';
    right: 18px;
    top: 16px;
    height: 12px;
    width: 12px;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/plus-icon-white.svg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #0180F6;
}
.select-style:hover{
    background-color: #0180F6;
}
.select-style:hover::after{
    transform: rotate(90deg);
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#181818;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #181818;
    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: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    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 #F9F8F6;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #0180F6;
    border-color: #0180F6;
    background-image: url(../images/check-tick.png);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FFF;
    border-radius: 20px;
    background-color: #0180F6;
    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 img {
    filter: brightness(1);
}
.auto-overview-tag:hover {
    background-color: #181818;
    border-color: #181818;
    color: #FFF;
}
.filter-main .col-xl-9 .row {
    margin: 0px -5.5px;
}
.hidden-filter .col-lg-3 {
    margin-bottom: 18px;
    width: 22%;
    padding: 0px 5.5px;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #181118;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 104px;
    background-color: transparent;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #0180F6;
    border-color: #0180F6;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #FFF;
    text-align: center;
    font-family: 'ZalandoSans-Medium';
    font-size: 1.4rem;
    letter-spacing: 0.42px;
    padding: 13px;
}
.mobile-show-filter .common-btn::after{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #00FF87;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    border-bottom: 1px solid #1818182e;
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid #1818183b;
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #0180F6;
    border: 1px solid #0180F6;
    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: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #0180F6;
    color: #181818;
}
.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);
    text-transform: none;
    letter-spacing: normal;
    display: none;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.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;
    color: #161616;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #0180F6;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: #0180f647;
    border-color: #0180f647;
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #0180F6;
}
.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: #181818;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 50px;
    border: 1px solid #18181830;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #181818;
    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: #181818;
    font-family: 'ZalandoSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1A7BFF;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    background-color: #F5F5F5;
    padding-bottom: 88px;
}
.aanbod-list-sec .each-product-text table {
    width: 100%;
}
.aanbod-list-sec .each-product-text td{
    font-size: 1.4rem;
    line-height: 22px;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    text-align: center;
}
.aanbod-list-sec .each-product-text td:last-child {
    justify-content: end;
    text-align: right;
}
.aanbod-list-sec .each-product-text-wrap {
    padding: 20px 10px;
}
.aanbod-list-sec .product-arrow::after {
    box-shadow: -20px -20px 0 #f5f5f5;
    right: -52px;
    width: 40px;
}
.aanbod-list-sec .product-arrow::before {
    box-shadow: -20px -20px 0 #f5f5f5;
}
.aanbod-list-sec .product-arrow {
    width: 38px;
    height: 38px;
}
.aanbod-list-sec .product-arrow-part {
    height: 38px;
    width: 38px;
}
.aanbod-list-sec .each-product::after {
    width: 50px;
    height: 40px;
}
.aanbod-list-sec .product-arrow::before {
    top: 40px;
}
.aanbod-list-sec .row{
    --bs-gutter-x: 17px;
    --bs-gutter-y: 20px;
}
.aanbod-list-sec .each-product-img {
    height: 260px;
    overflow: hidden;
}
.aanbod-list-sec .each-product-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-list-sec .product-arrow img {
    height: auto !important;
}
/* ======== AANBOD DETAIL PAGE ======== */
/* anbd-detail-sec */
.anbd-detail-sec {
    padding-top: 242px;
    padding-bottom: 106px;
    background-color: #EEEEEE;
}
.anbd-heading-lg{
    margin-bottom: 45px;
}
.anbd-heading h3{
    color: #0A131E;
}
.anbd-heading h3 strong{
    font-size: 4.8rem;
    line-height: 130%;
    letter-spacing: 0.96px;
    font-weight: normal;
}
.anbd-heading-price{
    text-align: right;
}
.anbd-heading-price h3{
    color: #0A131E;
    margin-bottom: 5px;
}
.anbd-heading-price p{
    color: #0A131E;
    margin-bottom: 0;
}
.anbd-detail-slider{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.anbd-detail-slider .common-arrow {
    background-color: #0180F6;
    border-color: #0180F6;
}
.anbd-detail-slider .common-arrow:hover {
    background-color: #181818;
    border-color: #181818;
}
.anbd-detail-slider .swiper-button-next {
    right: 10px;
}
.anbd-detail-slider .swiper-button-prev {
    left: 10px;
}
.anbd-detail-img {
    height: 440px;
}
.anbd-detail-img img{
    height: 100%;
    object-fit: cover;
}
.anbd-gal-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    /* height: 55%; */
    height: calc(100% - 67%);
}
.anbd-gal-item{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.anbd-detail-table table,
.anbd-detail-table tbody{
    width: 1005;
}
.anbd-detail-table table tr td p {
    color: rgba(24, 24, 24, 0.53);
    font-family: 'ZalandoSans-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    margin-bottom: 4px;
}
.anbd-detail-table table tr td h5 {
    color: #181818;
    font-size: 1.8rem;
}
.anbd-detail-table table tr {
    column-gap: 0px;
    row-gap: 60px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}
.anbd-detail-table table tr::after{
    position: absolute;
    content: "";
    background-color: rgba(24, 24, 24, 0.20);
    width: 100%;
    height: 1px;
    top: 50%;
}
.anbd-detail-table table tr td {
    position: relative;
    height: 100%;
    padding-left: 8px;
}
.anbd-detail-table table tr td:first-child ,
.anbd-detail-table table tr td:nth-child(4){
    padding: 0;
    margin: 0;
}
.anbd-detail-table table tr td::after{
    position: absolute;
    content: "";
    background-color: #181818;
    height: 36px;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-detail-table table tr td:nth-child(3)::after,
.anbd-detail-table table tr td:nth-child(6)::after{
    display: none;
}
.anbd-right-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    row-gap: 20px;
}
.anbd-car-controll .common-arrow{
    position: initial;
    margin: 0;
    border: 1px solid rgba(24, 24, 24, 0.60);
}
.anbd-car-controll .common-arrow img{
    filter: brightness(1) invert(1);
}
.anbd-car-controll .common-arrow:hover{
    border-color: #0180F6;
}
.anbd-car-controll .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.anbd-car-controll {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.anbd-deatil-part {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 10px;
}
.anbd-detail-wrap .row .col-lg-7 {
    width: 55.6%;
}
.anbd-detail-wrap .row .col-lg-5 {
    width: 44.4%;
}
.anbd-detail-wrap > .row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
}
.anbd-in-wrap{
    position: relative;
}
.share-lg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.share-lg::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    width: 70px;
    height: 70px;
    background: transparent;
    box-shadow: -20px -20px 0  #EEEEEE;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.share-lg::before {
    content: "";
    position: absolute;
    top: 0;
    right: -70px;
    width: 70px;
    height: 70px;
    background: transparent;
    box-shadow: -20px -20px 0  #EEEEEE;
    z-index: 0;
    border-radius: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.share-lg a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0180F6;
    border-radius: 50%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.share-lg a:hover{
    background-color: #121212;
}
.share-lg-new {
    background-color: #EEEEEE;
    width: 70px;
    height: 70px;
    border-bottom-right-radius: 20px;
    position: relative;
    z-index: 1;
}
/* dtl-tab-sec */
.dtl-tab-sec{
    padding-bottom: 84px;
    background-color: #EEEEEE;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(24, 24, 24, 0.70);
    text-transform: none;
    font-size: 2rem;
    line-height: 22px;
    font-family: 'ZalandoSansSemiExpanded-Medium';
    padding-left: 0;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
    position: relative;
    color: #0076C7;
}
.tab-btn .tabs li:hover::before{
    opacity: 1;
}
.tab-btn ul.tabs li:hover {
    color: #0076C7;
}
.tab_container.tab-content {
    max-width: 1100px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}
.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 p{
    color: #181818;
}
.tab_content img {
    max-width: 40%;
    height: 30px;
    filter: invert(1);
    padding-right: 15px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn .tabs {
    display: flex;
    justify-content: left;
    column-gap: 40px;
    padding: 0px 0;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
}
.tab_content li::after {
    top: 7px;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 10px;
    row-gap: 13px;
    max-width: 1000px;
}
.kenmerken-tab li {
    width: 32.5%;
    padding: 16px 24px 16px 24px;
    position: relative;
    color: rgba(24, 24, 24, 0.70);
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'ZalandoSans-Regular';
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background: #F5F5F5;
    margin: 0;
}
.kenmerken-tab li:hover {
    border-radius: 5px;
    background: #0076C7;
    border-color: #0076C7;
    color: #FFF;
}
.kenmerken-tab li:hover strong {
    color: #FFF;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #181818;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-in-wrap .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab {
    overflow: hidden;
}
.bullet-panel h4, .star_icon h4 {
    border-bottom: 1.5px solid #0076C7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0180F6;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0180F6;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
    text-transform: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    text-transform: none;
    color: #181818;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btn-wrap {
    border-bottom: 2px solid rgba(28, 28, 28, 0.10);
    padding-bottom: 44px;
}
.tab-btn .tabs li.active::before {
    position: absolute;
    content: "";
    background-color: #0076C7;
    width: 100%;
    height: 2px;
    bottom: -59px;
    left: 0;
    opacity: 1;
}
.tab-btm-btn {
    text-align: left;
    cursor: pointer;
    margin-top: 64px;
    padding: 11px 18px 11px 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    max-width: fit-content;
}
.tab-btm-btn.common-btn::after {
    right: unset;
    left: 18px;
    top: 16px;
}
.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;
    backdrop-filter: blur(12px);
    background: #0000006b;
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 10px;
    background: #EEEEEE;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    overflow: hidden;
    max-width: 93%;
    border: 1px solid #0076C7;
}
.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;
    background-color: #0180F6;
    border: 1px solid #0180F6;
}
.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: 14px;
    filter: brightness() invert(0);
}
.tab-popup-area p {
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.tab-popup-content h4 {
    line-height: 56px;
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    line-height: 30px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}
.tab-popup-content li::after {
    display: none;
}
.tab-popup-content li strong {
    width: 50%;
    font-weight: normal;
}
.show-popup {
    display: none;
}
.tab-btn .tabs li.active::after {
    transform: rotate(90deg);
    top: 2px;
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(30%) sepia(34%) saturate(7072%) hue-rotate(188deg) brightness(93%) contrast(101%);
}
.tabs li::after {
    display: inline-block;
    content: url(../images/tab-arrow.svg);
    background-image: none;
    position: relative;
    top: 2px;
    left: 9px;
    background-color: transparent;
    width: 9px;
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tabs li:hover::after {
    opacity: 1;
    filter: brightness(0) saturate(100%) invert(30%) sepia(34%) saturate(7072%) hue-rotate(188deg) brightness(93%) contrast(101%);
}
.tab-right-btn .wp-btn {
    display: flex;
    align-items: center;
}
.tab-right-btn .wp-btn::before {
    content: '';
    height: 21px;
    width: 21px;
    background-image: url(../images/btn-wp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px;
    margin-right: 8px;
    display: inline-block;
}
.tab-right-btn ul li::after {
    display: none;
}
.tab-right-btn ul {
    display: flex;
    column-gap: 16px;
    justify-content: end;
    margin-bottom: 0;
}
.tab-right-btn ul li {
    padding: 0;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
    border-radius: 90px;
}
.aanbod-contact-img {
    min-width: 67px;
    width: 67px;
    height: 67px;
}
.aanbod-contact-info ul li::after {
    display: none;
}
.each-aanbod-contact {
    display: flex;
    column-gap: 14px;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 12px 10px;
}
.tab-right-part {
    padding: 8px;
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    border: 1px solid rgba(47, 55, 51, 0.10);
    background: #F5F5F5;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.tab-content-wrap {
    padding-top: 35px;
}
.tab-content-wrap .col-lg-3 {
    width: 28%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .col-lg-9 {
    width: 72%;
    padding-left: 1px;
    padding-right: 1px;
}
.tab-content-wrap .row {
    margin-left: -1px;
    margin-right: -1px;
}
.aanbod-contact-info-wrap {
    padding-top: 20px;
}
.aanbod-contact-info-wrap ul li {
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0;
}
.aanbod-contact-info-wrap ul li img {
    width: 16px;
}
.aanbod-contact-info-wrap ul li strong {
    font-weight: normal;
    color: #181818;
    font-family: 'LamaSans-SemiBold';
    font-size: 1.6rem;
    line-height: 24px;
}
.aanbod-contact-info-wrap ul li strong a{
    margin-left: 3px;
    color: #181818;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.aanbod-contact-info-wrap ul li a:hover {
    color: #0076C7;
}
.each-aanbod-contact-text a:hover {
    color: #0076C7;
}
.each-aanbod-contact-text h5{
    margin-bottom: 4px;
    color: #181818;
    font-family: 'ZalandoSans-Regular';
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.36px;
}
.each-aanbod-contact-text p{
    margin-bottom: 0;
    color: rgba(24, 24, 24, 0.70);
}
.each-aanbod-contact-text p a{
    color: rgba(30, 30, 30, 0.70);
}
.each-aanbod-contact-text p a:hover{
    color: #0076C7;
}
.aanbod-contact-info {
    position: relative;
}
.aanbod-share {
    width: max-content;
    position: absolute;
    bottom: 14px;
    right: 27px;
}
.aanbod-share img {
    width: 18px;
    height: 18px;
}
.anbd-pop-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: end;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: #181818;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    color: #181818;
}
.tab-popup-content h3 {
    color: #181818;
    margin-bottom: 15px;
}
/* related-product-sec */
.related-product-sec{
    background-color: #EEEEEE;
    padding-top: 95px;
    padding-bottom: 90px;
}
.related-product-heading h2{
    color: #0A131E;
    margin-bottom: 57px;
}
.related-product-wrap .each-product-text-wrap {
    padding: 20px 10px;
}
.related-product-wrap .each-product-text td {
    font-size: 1.4rem;
    line-height: 22px;
    padding: 22px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
}
.related-product-control .common-arrow{
    border-color: #181818;
}
.related-product-control .common-arrow img{
    filter: brightness(1) invert(1);
}
.related-product-control .common-arrow:hover{
    border-color: #0180F6;
}
.related-product-control .common-arrow:hover img{
    filter: brightness(0) invert(1);
}
.related-product-control .swiper-button-next {
    right: -5%;
}
.related-product-control .swiper-button-prev {
    left: -5%;
}
.related-product-wrap .product-arrow::after {
    box-shadow: -20px -20px 0 #EEEEEE;
}
.related-product-wrap .product-arrow::before {
    box-shadow: -20px -20px 0 #EEEEEE;
}
.related-product-wrap .product-arrow {
    width: 38px;
    height: 38px;
}
.related-product-wrap .product-arrow-part {
    height: 38px;
    width: 38px;
}
.related-product-wrap .each-product::after {
    width: 50px;
    height: 40px;
}
.related-product-wrap .product-arrow::before {
    top: 40px;
}
.related-product-slider .each-product-img {
    height: 259px;
}
.related-product-slider .each-product-img img {
    height: 100%;
    object-fit: cover;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: -17px;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px 0;
    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: #181818;
    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: #181818;
    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;
}
/* ======= VERKOCHT PAGE ======= */
.verkocht-sec {
    padding-top: 243px;
    padding-bottom: 74px;
}
/* ======== THANK YOU PAGE ======== */
.thank-you-sec .banner-content-wrap h3{
    margin-bottom: 35px;
}
/* =========== vacature-dtl ============ */
/****vacature-table-sec****/
.vacature-table-sec .service-table-wrap table td {
    text-align: left;
    width: 46%;
}
.vacature-table-sec .service-table-wrap table td:first-child {
    padding-left: 8%;
}
.vacature-table-sec .service-table-wrap table td h4 {
    margin-left: 0;
}
.privacy_section p {
    color: #181818;
    margin-bottom: 10px;
}
.privacy_section {
    padding: 100px 0 60px;
}
.privacy_section h2 {
    color: #181818;
}
.anbd-mb-info li::after {
    display: none;
}
.share-btn {
    border: 1px solid rgba(24, 24, 24, 0.50);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.share-button .share-social-media-button .a2a_dd svg {
    width: 12px !important;
    margin-right: 0 !important;
}
.share-btn:hover {
    background-color: #0180F6;
    border-color: #0180F6;
}
.share-button .share-social-media-button .a2a_dd.share-btn:hover svg {
    filter: brightness(0) invert(1);
}
.anbd-gal-item img {
    height: 100%;
    object-fit: cover;
}







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


.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: 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;
}
.aanbod-dtl-morgen.iframe-footer {
    margin-bottom: 45px !important;
}
.calsty{
    border: 0;
    width: 100%;
    /* height: 690px; */
    background: transparent;
}
/* .over-ons-dark{
    display: none;
}
.dark-mode .over-ons-dark{
    display: block;
} */
.plannen-form {
    padding: 240px 0 130px;
}
.plannen-back { 
    padding-top: 60px;
    position: relative;
    top: -59px;
}
.plannen-slider {
    background-color: #EEE;
}
.prev-btn-wrap {
    top: 59px;
}
.plannen-back .round-wave {
    top: 0;
}
.plannen-slider .each-service-content {
    background-color: #eee;
}
.plannen-slider .each-service-content::before,
.plannen-slider .each-service-content::after {
    box-shadow: 20px 20px 0 #eee;
}
.plannen-slider .btn-arrow::before,
.plannen-slider .btn-arrow::after {
    box-shadow: -20px -20px 0 #eee;
}
.plannen-slider .each-service::after {
    background-color:  #eee;
}
