body {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #000613;
    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;
}
/******glass-effect******/
.glass-necessary .glass-element {
	display: none;
}
.glass-container {
	position: relative;
	overflow: hidden;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.01), 0 0 20px rgba(0, 0, 0, 0.01);
}
.glass-filter {
	position: absolute;
	inset: 0;
	z-index: 0;
	backdrop-filter: blur(2px);
	filter: url(#lg-dist);
	isolation: isolate;
}
.glass-overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.10);
}
.glass-specular {
	position: absolute;
	inset: 0;
	z-index: 2;
	border-radius: inherit;
	overflow: hidden;
	box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.30), inset 0 0 5px rgba(255, 255, 255, 0.20);
}
.glass-content {
	position: relative;
	z-index: 3;
}
/****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-bg {
    background-color: #000613;
}
.header-main {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-main .glass-container {
    padding: 17px 0;
    background: rgba(0, 6, 19, 0.30);
    overflow: visible;
    box-shadow: none;
}
.header-main .glass-specular {
    box-shadow: none;
}
.header-active .header-main {
    background: #000613;
}
.header-logo {
    text-align: center;
}
.header-logo img {
    width: 98px;
    transition: 0.4s ease-in-out;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Inter-Regular';
    padding-left: 0;
}
.header-nav > ul > li::after {
    display: none
}
.header-nav > ul > li > a {
    color: #fff;
}
.header-nav > ul > li > a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-nav {
    display: flex;
    gap: 24px;
    justify-content: end;
}
.header-contact-btn a {
    color: #FFF;
    font-size: 1.6rem;
    line-height: normal;
    font-family: 'Inter-Regular';
    background-color: transparent;
    border: 0;
    padding: 0;
}
.header-contact-btn a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
/******menu-btn******/
.menu-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: 'Lexend-Regular';
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 7px 18px;
    margin-left: 30px;
}
.header-right {
    display: flex;
    align-items: center;
}
.desk-menu-btn {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 8px;
    cursor: pointer;
}
.desk-menu-btn h6 {
    font-family: 'Inter-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: normal;
}
.menu-dot {
    display: flex;
}
.menu-dot img {
    width: 48px;
    height: 15px;
}
.mob-menu-btn {
    display: none;
    cursor: pointer;
}
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid rgb(15, 17, 24, 0.3);
	background-color: #fff;
	box-shadow: 0px 10px 15px -3px rgb(15, 17, 24, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 7px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
	position: absolute;
	right: 0;
	top: 6px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.parent-dropdown.open ul {
	max-height: 200px;
	opacity: 1;
	pointer-events: all;
}
.parent-dropdown.open img {
	transform: rotate(180deg);
}
.parent-dropdown {
	position: relative;
	padding-right: 18px;
	cursor: pointer;
}
.parent-dropdown > ul > li {
	font-size: 1.6rem;
	position: relative;
    text-align: center;
    padding-left: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #000613;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(0, 0, 0, 0.3);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #155DFC;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background-color: #101828;
    padding: 0;
    z-index: 98;
    width: 100%;
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    transition: all 1.8s;
    -webkit-transition: all 1.8s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
    width: 100%;
    transition: all 2s;
    -webkit-transition: all 2s;
}
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu .side-menu-wrap > ul > li::after{
    display: none;
}
.side-menu .side-menu-wrap > ul > li {
    padding-left: 0;
    display: block;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Inter-Bold';
    font-size: 4rem;
    line-height: 48px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.side-menu .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu .side-menu-wrap > ul > li > a {
    color: rgba(255, 255, 255, 0.50);
    display: block;
    padding-bottom: 0;
}
.side-menu .side-menu-wrap > ul > li > a:hover {
    color: #FFF;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
}
.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: 15px;
    filter: brightness(0) invert(1);
}
/* Mega Menu Wrap */
.mega-menu-scroll::-webkit-scrollbar{
    width: 8px;
    height: 8px;
    border-radius: 5px;
}
.mega-menu-scroll::-webkit-scrollbar-track{
    background: rgba(255, 255, 255, 0.20);
    border-radius: 5px;
}
.mega-menu-scroll::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.50);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    transition: 0.6s ease-in-out;
}
.mega-menu-wave {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100%;
}
.mega-menu-wave img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.mega-menu-container .col-lg-7 {
    width: 65.4%;
}
.mega-menu-container .col-lg-5 {
    width: 34.6%;
}
.mega-menu-container-mb {
    position: relative;
}
.mega-menu-container-mb .circle-btn-txt {
    color: #fff;
    border-color: #fff;
}
.mega-menu-container-mb .circle-btn {
    top: 50%;
    left: 56%;
    transform: translateY(-50%);
}
.mega-menu-inner-wrap {
    padding-right: 40px;
    max-width: 850px;
    padding-top: 133px;
    height: calc(100vh - 80px);
}
.mega-menu-scroll{
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
.each-mega-menu-list h4{
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    margin-bottom: 16px;
}
.each-mega-menu-list p{
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 8px;
}
.each-mega-menu-list table, 
.each-mega-menu-list tbody {
    width: 100%;
    max-width: 246px;
}
.each-mega-menu-list table td:first-child {
    width: 82px;
}
.each-mega-menu-list table tr{
    display: flex;
    align-items: center;
    gap: 32px;
}
.each-mega-menu-list table tr td{
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.mega-menu-contact {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 100px;
}
.mega-menu-img {
    width: 586px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    clip-path: inset(0 100% 0 0);
    transition: all 2s;
    -webkit-transition: all 2s;
}
.side-menu-active .mega-menu-img {
    clip-path: inset(0 0 0 0);
    left: calc(100% - 586px);
}
.mega-menu-img img{
    object-fit: cover;
    height: 100%;
}
.mega-menu-close {
    width: 72px;
    height: 72px;
    border-radius: 50px;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 56px;
    right: 550px;
    cursor: pointer;
    z-index: 1;
}
.mb-logo{
    display: none;
}
/****banner-sec****/
.banner-sec {
    overflow: hidden;
}
.banner-wrap {
	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-area {
    position: absolute;
    left: 50%;
    bottom: 32%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
}
.banner-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.banner-logo {
    width: 962px;
}
.banner-content h1 {
    margin-bottom: 34px;
}
/****product-sec****/
.product-sec {
    position: relative;
    overflow: hidden;
    padding: 167px 0 77px;
}
.product-sec .circle-btn {
    top: -110px;
    left: 39%;
}
.sec-bg-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.sec-mark {
    position: absolute;
    top: -77px;
    left: 0;
    pointer-events: none;
}
.product-heading {
    margin-bottom: 130px;
}
.product-heading-left {
    position: relative;
}
.product-heading-right {
    max-width: 563px;
    width: 100%;
    margin-left: auto;
}
.product-heading-right p {
    margin-bottom: 0;
}
.product-slider .swiper {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.product-slider .common-arrow {
    top: auto;
    bottom: 17px;
}
.each-product > img {
    border-radius: 20px;
    overflow: hidden;
}
.each-product-arw {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 160px;
    height: 160px;
    border-radius: 100px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-arw::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 26px;
    background-image: url(../images/product-arw.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-arw:hover::after {
    transform: translate(-33%, -72%);
}
.each-product-title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.each-product-title p {
    margin-bottom: 0;
    color: rgba(0, 6, 19, 0.50);
}
.each-product-price {
    text-align: end;
}
.each-product-price h4 {
    font-family: 'Inter-Regular';
}
.each-product-price h4 strong {
    display: block;
    color: rgba(0, 6, 19, 0.50);
    font-weight: normal;
}
.each-product-info {
    border-top: 1px solid rgba(0, 6, 19, 0.10);
    margin-top: 14px;
    padding-top: 26px;
}
.each-product-info table,
.each-product-info tbody {
    width: 100%;
}
.each-product-info tr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.each-product-info td {
    letter-spacing: 0.16px;
    color: #000613;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    text-transform: uppercase;
}
.each-product-info td::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 58px;
    width: 1px;
    background-color: rgba(0, 6, 19, 0.10);
}
.each-product-info td:last-child:after {
    display: none;
}
.each-product-info td:last-child {
    margin-right: 0;
    padding-right: 0;
}
.each-product-info td img {
    margin-right: 12px;
}
.product-slider .swiper-slide .each-product-text {
    opacity: 0;
}
.each-product-text {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 10px;
}
/****service-sec****/
.service-sec {
    background: #000613;
    padding: 106px 0 80px;
}
.service-title {
    display: none;
    max-width: 339px;
    width: 100%;
    margin: 0 auto;
}
.desk-service-area {
    position: relative;
}
.each-desk-service-title {
    max-width: 457px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.each-desk-service-title h3 {
    font-family: 'Inter-Regular';
    margin-bottom: 9px;
}
.each-desk-service-title h2,
.each-desk-service-title h3,
.desk-service-text p {
    color: #fff;
}
.each-desk-service-title h2 {
    text-transform: uppercase;
}
.each-desk-service-area {
    margin-top: -88px;
}
.desk-service-big-img,
.desk-service-small-img {
    border-radius: 20px;
    overflow: hidden;
}
.desk-service-small-img {
    height: 299px;
}
.desk-service-big-img {
    height: 789px;
}
.desk-service-big-img img,
.desk-service-small-img img {
    height: 100%;
    object-fit: cover;
}
.each-desk-service-area > .row {
    margin: 0 -16px;
}
.each-desk-service-area .col-lg-4,
.each-desk-service-area .col-lg-5,
.each-desk-service-area .col-lg-3 {
    padding: 0 16px;
}
.each-desk-service-area .col-lg-4 {
    width: 30.5%;
}
.each-desk-service-area .col-lg-5 {
    width: 46%;
}
.each-desk-service-area .col-lg-3 {
    width: 23.5%;
}
.desk-service-text {
    margin-left: -261px;
    margin-bottom: 32px;
}
.desk-service-text p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desk-service-slider .common-arrow {
    top: 51%;
    width: 64px;
    height: 64px;
    background-color: transparent;
    border-color: #fff;
}
.desk-service-slider .common-arrow:hover {
    border-color: #155DFC;
}
.desk-service-slider .common-arrow img {
    filter: brightness(0) invert(1);
}
.desk-service-slider .swiper-button-prev {
    left: 0;
}
.desk-service-slider .swiper-button-next {
    right: auto;
    left: 5%;
}
.desk-service-area .circle-btn {
    left: auto;
    right: 0;
}
.desk-service-area .circle-btn-txt {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.32);
}
.desk-service-area .circle-btn:hover  .circle-btn-txt {
    border-color: #155DFC;
}
.each-desk-service-slider:hover .white-border-btn {
    background-color: #fff;
    color: #000613;
}
.service-title h2,
.service-title p {
    color: #fff;
}
.mob-service-area {
    display: none;
}
.each-mob-service-slider {
    height: 404px;
    border-radius: 20px;
    background: linear-gradient(0deg, #155DFC 0%, #155DFC 100%);
}
.each-mob-service-img {
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-mob-service-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.each-mob-service-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding: 31px 18px 28px;
}
.each-mob-service-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    margin-bottom: 10px;
}
.each-mob-service-txt p:last-child {
    margin-bottom: 0;
}
.each-mob-service-txt h3 {
    color: #fff;
}
.mob-service-btm {
    margin-top: 40px;
}
.mob-service-arw .common-arrow {
    top: auto;
    bottom: 2px;
    background-color: transparent;
    border-color: #fff;
}
.mob-service-arw .common-arrow img {
    filter: brightness(0) invert(1);
}
.mob-service-arw .common-arrow:hover {
    background-color: #fff;
}
.mob-service-arw .common-arrow:hover img {
    filter: brightness(100) invert(1);
}
.mob-service-arw .swiper-button-prev {
    left: auto;
    right: 11%;
}
.mob-service-btn .common-btn {
    padding: 13px 24px;
}
/****about-sec****/
.about-sec {
    padding: 120px 0 250px;
    position: relative;
    overflow: hidden;
}
.about-sec::after {
    content: '';
    position: absolute;
    bottom: 22%;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    pointer-events: none;
}
.sec-mark.about-btm-mark {
    top: auto;
    bottom: -6%;
    left: auto;
    right: 0;
}
.mob-about-sec-bg-mark,
.mob-about-btm-mark {
    display: none;
}
.about-title {
    max-width: 568px;
    margin: 0 auto 37px;
    position: relative;
    z-index: 1;
}
.about-title h2 {
    margin-bottom: 24px;
    text-transform: uppercase;
}
.about-rotate {
    width: 160px;
    height: 160px;
    display: table;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}
.about-rotate a {
    height: calc(100% - 52px);
    width: calc(100% - 52px);
}
.about-rotate-img {
    border-radius: 100%;
    padding: 15px;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotate 10s linear infinite;
}
.about-rotate::after {
    content: "";
    height: 26px;
    width: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/about-arrow.png);
    background-position: center center;
    background-size: 26px;
    background-repeat: no-repeat;
    pointer-events: none;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-area {
    position: relative;
    z-index: 1;
}
.about-img-block {
    margin-top: -86px;
    position: relative;
}
.about-big-img {
    max-width: 1146px;
    width: 100%;
    margin: 0 auto;
    height: 737px;
    border-radius: 20px;
    overflow: hidden;
}
.about-left-samll-img {
    width: 257px;
    height: 257px;
    border-radius: 257px;
    border: 4px solid #FFF;
    position: absolute;
    bottom: -18%;
    left: 4%;
    overflow: hidden;
}
.about-right-samll-img {
    width: 216px;
    height: 216px;
    border-radius: 216px;
    border: 4px solid #FFF;
    position: absolute;
    top: 33%;
    overflow: hidden;
    right: 5%;
}
.about-big-img img,
.about-left-samll-img img,
.about-right-samll-img img {
    height: 100%;
    object-fit: cover;
}
/****usp-sec****/
.usp-sec {
    background-color: #000613;
}
.usp-wrap{
    position: relative;
}
.usp-list {
    position: relative;
    z-index: 1;
}
.usp-list > ul {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.usp-list > ul > li::after{
    display: none;
}
.usp-list > ul > li {
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: transparent;
    width: 23.8%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 85px 50px;
    height: 364px;
    text-align: center;
    position: relative;
    overflow: visible;
}
.usp-list > ul > li svg {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    pointer-events: none;
}
.usp-list > ul > li rect {
    fill: none;
    stroke: #fff;
    stroke-width:1;
}
.usp-list ul li h5 {
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 0.18px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.usp-list ul li p {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
}
.usp-list li .li-warp{
    max-height: 124px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.usp-list li .li-warp::-webkit-scrollbar{
    width: 5px;
    height: 5px;
    border-radius: 5px;
}
.usp-list li .li-warp::-webkit-scrollbar-track{
    background: #00061375;
    border-radius: 5px;
}
.usp-list li .li-warp::-webkit-scrollbar-thumb {
    background: rgba(250 , 250 , 250 , 0.1);
    border-radius: 5px;
    border: 1px solid rgba(250 , 250 , 250 , 0.1);
    transition: 0.6s ease-in-out;
}
.usp-img-wrap{
    inset: 0;
}
.usp-img-wrap::after{
    position: absolute;
    content: '';
    background: radial-gradient(45.61% 45.61% at 50.03% 54.39%, rgba(0, 6, 19, 0.00) 0%, #000613 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.each-usp-img {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
}
.each-usp-img.active{
    opacity: 1;
    visibility: visible;
}
.each-usp-img img{
    height: 100%;
    object-fit: cover;
}
.usp-wrap{
    height: 877px;
    overflow: hidden;
}
.usp-list-wrap {
    padding-top: 257px;
}
/****footer****/
.footer-area {
    background-color: #000613;
    padding: 74px 0 23px;
}
.footer-main {
    margin-bottom: 106px;
}
.footer-logo img {
    width: 154px;
}
.footer-contact-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    max-width: 930px;
    margin-left: auto;
}
.each-footer-contact {
    width: 31%;
}
.each-footer-contact h4 {
    color: #FFF;
    margin-bottom: 15px;
}
.each-footer-contact p {
    margin-bottom: 0;
    line-height: 32px;
}
.each-footer-contact a:hover {
    color: #155DFC;
    text-decoration: underline;
}
.each-footer-contact tr {
    text-align: left;
}
.each-footer-contact td {
    color: #fff;
}
.each-footer-contact td:first-child {
    padding-right: 15px;
}
.footer-wp {
	max-width: 274px;
	width: 100%;
    margin-top: 16px;
}
.footer-wp a {
	border-radius: 41px;
	background-color: rgba(37, 211, 102, 0.30);
	display: flex;
	align-items: center;
	padding: 5px;
}
.footer-wp-img {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #25D366;
	height: 63px;
	width: 63px;
	border-radius: 100%;
	margin-right: 23px;
}
.footer-wp-img img {
	width: 24px;
}
.footer-wp-text h6 {
	color: #fff;
	font-size: 1.4rem;
	line-height: 20px;
    font-family: 'InterTight-Regular';
}	
.footer-wp-text p {
	color: #fff;
	margin: 0;
    font-family: 'HelveticaNeue-Regular';
	font-size: 1.4rem;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-wp:hover a {
    background-color: rgba(37, 211, 102, 0.50);
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit a {
    color: rgba(255, 255, 255, 0.70);
}
.footer-credit a:hover {
    color: #fff;
}
.brand-logo {
    text-align: center;
}
.brand-logo img {
    width: 96px;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    gap: 8px;
    margin-bottom: 0;
}
.footer-social ul li {
    padding-left: 0;
    margin-bottom: 0;
}
.footer-social ul li::after {
    display: none;
}
.footer-social ul li a {
    width: 35px;
    height: 35px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.footer-social ul li a:hover img {
    filter: brightness(100) invert(1);
}
.mob-footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 40px;
}
.mob-footer-social li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: normal;
}
.mob-footer-social li::after {
    display: none;
}
.mob-footer-social li a {
    color: rgba(255, 255, 255, 0.70);
}
.mob-footer-social li a:hover {
    color: #fff;
}
/**************************diensten-list**************************/
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.each-inner-banner {
    height: 614px;
}
.each-inner-banner img {
    height: 100%;
    object-fit: cover;
}
/****diens-service-list****/
.diens-service-list {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.diens-service-list .sec-mark {
    display: none;
    top: auto;
    bottom: -50px;
}
.diens-service-list-area > .row {
    margin: 0 -13px;
    row-gap: 25px;
}
.diens-service-list-area .col-lg-6 {
    padding: 0 13px;
}
.each-service {
    position: relative;
    border-radius: 20px;
    height: 498px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service-txt {
    position: absolute;
    bottom: -65px;
    left: 0;
    padding: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt h3,
.each-service-txt p {
    color: #fff;
}
.each-service-txt h3 {
    margin-bottom: 16px;
}
.each-service-txt p {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-arw {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.00);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-arw::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/about-arrow.png);
    background-size: 26px;
    background-repeat: no-repeat;
}
.each-service:hover .each-service-txt {
    bottom: 0;
}
.each-service:hover .each-service-txt p {
    opacity: 1;
}
.each-service:hover .each-service-arw {
    opacity: 1;
}
/**************************diensten-dtl**************************/
/****bk-btn****/
.bk-btn {
    padding: 170px 0 80px;
}
.bk-btn .common-btn {
    padding-left: 39px;
    padding-right: 39px;
}
/****diens-top-sec****/
.diens-top-sec {
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.diens-top-sec .sec-mark {
    top: auto;
    bottom: -87px;
    left: auto;
    right: 0;
}
.diens-top-img-block {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 16px;
}
.diens-top-left-img {
    width: 328px;
    height: 328px;
    border-radius: 164px;
    overflow: hidden;
}
.diens-top-mid-img {
    width: 528px;
    border-radius: 20px;
    overflow: hidden;
}
.diens-top-left-img img,
.diens-top-mid-img img {
    height: 100%;
    object-fit: cover;
}
.diens-top-txt {
    padding-left: 10px;
}
.diens-top-txt h2 {
    margin-bottom: 20px;
}
/****diens-mid-sec****/
.diens-mid-title {
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.diens-mid-title h2 {
    color: #fff;
    text-transform: uppercase;
}
.diens-mid-sec .usp-list > ul > li rect {
    stroke: #155DFC;
}
.diens-mid-sec .usp-wrap {
    height: 680px;
}
.diens-mid-sec .usp-list-wrap {
    padding-top: 80px;
}
.diens-mid-sec .usp-list > ul > li {
    padding-left: 15px;
    padding-right: 15px;
}
.diens-mid-sec .usp-list > ul > li h5 {
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
}
/****form-sec****/
.form-sec {
    padding: 80px 0 156px;
    position: relative;
    background-color: #000613;
    overflow: hidden;
}
.form-wrap {
    position: relative;
    z-index: 1;
}
.form-title {
    max-width: 670px;
    margin: 0 auto 58px;
}
.form-title h2 {
    font-family: 'Inter-Bold';
    margin-bottom: 18px;
    color: #fff;
}
.form-title p {
    color: #fff;
}
.form-main-wrapper {
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0 4px 28px 0 rgba(47, 47, 47, 0.25);
    max-width: 1243px;
    margin: 0 auto;
    padding: 14px;
}
.form-main-wrapper .col-lg-4 {
    width: 36%;
}
.form-main-wrapper .col-lg-8 {
    width: 64%;
}
.form-info-area {
    border-radius: 20px;
    background: linear-gradient(0deg, #010714 0%, #010714 100%);
    height: 100%;
    padding: 52px 30px 45px;
}
.form-info-title h3 {
    color: #fff;
    margin-bottom: 16px;
}
.form-info-title p {
    color: #fff;
    margin-bottom: 55px;
}
.form-info img {
    width: 21px;
    height: 21px;
    margin-right: 12px;
    margin-bottom: 4px;
}
.form-info a {
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.70);
}
.form-info a:hover {
    color: #fff;
}
.form-info h6 {
    margin-bottom: 34px;
}
.form-social {
    margin-top: 69px;
}
.form-social ul {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    column-gap: 12px;
}
.form-social li {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.50);
    padding-left: 0;
    margin-bottom: 0;
}
.form-social li::after {
    display: none;
}
.form-social li:hover {
    background-color: #155DFC;
    border-color: #155DFC;
}
.form-social li:hover img {
    filter: brightness(0) invert(1);
}
.form-social li a {
    display: flex;
    align-items: center;
}
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-main-area {
    padding: 56px;
}
.form-main-wrapper > .row {
    align-items: normal !important;
}
.form-main-area .row {
    margin: 0 -24px;
}
.form-main-area .col-lg-6,
.form-main-area .col-lg-12 {
    padding: 0 24px;
}
.form-main-area .form-styl {
    background: transparent;
    color: #000613;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    border: none;
    padding: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 6, 19, 0.30);
    border-radius: 0;
    resize: none;
    position: relative;
    z-index: 1;
}
.form-main-area .form-group {
    margin-bottom: 70px;
    position: relative;
}
.form-main-area .form-styl::placeholder{
    color: rgba(24, 23, 22, 0.50);
}
.form-main-area .form-styl:placeholder {
    color: rgba(24, 23, 22, 0.50);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #000613;
    border-color: #000613;
}
.form-main-area .form-styl:focus::placeholder{
    color: #181716;
}
.form-group.form-txt-area {
    margin-bottom: 40px;
}
.form-main-area textarea.form-styl {
    height: 107px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(24, 23, 22, 0.50);
}
.form-main-area label {
	color: rgba(24, 23, 22, 0.50);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
	position: absolute;
	left: 0;
	top: 3px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form-main-area label strong {
	color: rgba(24, 23, 22, 0.50);
}
.form-main-area .form-styl:focus + label {
	color: #000613;
}
.form-main-area input[type=text].form-styl:focus + label strong {
	color: #155DFC;
}
.form-main-area textarea.form-styl:focus + label strong {
	color: #155DFC;
}
.form-btn .common-btn {
    position: relative;
    line-height: 24px;
    display: inline-flex;
    flex-direction: row-reverse;
    padding: 8px 39px;
}
.form-btn .common-btn::before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    background-image: url(../images/send.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
    z-index: 1;
}
.form-btn .common-btn {
    background-color: #155DFC;
    border-color: #155DFC;
}
.form-btn .common-btn:hover {
    background-color: #000613;
    border-color: #000613;
    color: #fff;
}
/****diens-btm-sec****/
.diens-btm-sec {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.diens-btm-sec .sec-mark {
    top: -80px;
}
.diens-btm-title {
    margin-bottom: 60px;
}
.diens-service-slider .common-arrow {
    display: none;
}
/**************************vacature--dtl**************************/
/****vacature-mid-sec****/ 
.diens-mid-sec.vacature-mid-sec .usp-list-wrap {
    padding-top: 184px;
}
.diens-mid-sec.vacature-mid-sec .diens-mid-title {
    display: none;
}
.diens-mid-sec.vacature-mid-sec .usp-list > ul {
    gap: 96px;
}
.diens-mid-sec.vacature-mid-sec li.usp-item-list {
    border: 0;
    text-align: left;
    padding: 0;
    align-items: baseline;
    width: 30%;
}
.diens-mid-sec.vacature-mid-sec .usp-list > ul > li svg {
    display: none;
}
.diens-mid-sec.vacature-mid-sec .usp-item-list li {
    color: #fff;
    width: auto;
    padding: 0;
    padding-left: 13px;
}
.diens-mid-sec.vacature-mid-sec .usp-item-list li::after {
    background-color: #fff;
}
.diens-mid-sec.vacature-mid-sec .usp-list li .li-warp {
    overflow-y: initial;
    overflow-x: initial;
}
/**************************over-ons**************************/
/****over-ons-top-sec****/
.over-ons-top-sec {
    padding: 85px 0 109px;
    position: relative;
    overflow: hidden;
}
.mob-over-ons-top-bg {
    display: none;
}
.over-ons-top-img-block .row {
    margin: 0 -12px;
}
.over-ons-top-img-block .col-lg-7,
.over-ons-top-img-block .col-lg-5 {
    padding: 0 12px;
}
.over-ons-top-img-block .col-lg-7 {
    width: 54.3%;
}
.over-ons-top-img-block .col-lg-5 { 
    width: 45.7%;
}
.over-ons-top-txt {
    width: 50vw;
    position: relative;
    z-index: 1;
}
.over-ons-top-txt h2 {
    margin-bottom: 21px;
    text-transform: uppercase;
}
.over-ons-top-txt p {
    max-width: 338px;
    width: 100%;
}
.over-ons-top-big-img,
.over-ons-top-small-img {
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-top-small-img {
    height: 299px;
}
.over-ons-top-small-img img {
    height: 100%;
    object-fit: cover;
}
/****over-ons-about-sec****/
.over-ons-about-sec {
    background-color: #000613;
    padding: 80px 0 48px;
}
.over-ons-about-area .col-lg-5 {
    width: 43.7%;
}
.over-ons-about-area .col-lg-7 {
    width: 56.3%;
}
.over-ons-about-left {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.over-ons-about-left img {
    height: 100%;
    object-fit: cover;
}
.over-ons-about-txt {
    padding-left: 80px;
    max-width: 677px;
    width: 100%;
}
.over-ons-about-txt h3 {
    margin-bottom: 25px;
}
.over-ons-about-txt p {
    margin-bottom: 0;
}
.each-over-ons-about-txt {
    margin-bottom: 61px;
}
.over-ons-about-txt h3,
.over-ons-about-txt p {
    color: #fff;
}
.over-ons-about-img .col-lg-4 {
    width: 40%;
}
.over-ons-about-img .col-lg-8 {
    width: 60%;
}
.over-ons-about-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.over-ons-about-round-img {
    height: 328px;
    border-radius: 164px;
    overflow: hidden;
}
.over-ons-about-small-img {
    height: 299px;
    border-radius: 20px;
    overflow: hidden;
}
.over-ons-about-round-img img,
.over-ons-about-small-img img {
    height: 100%;
    object-fit: cover;
}
/****over-ons-usp-sec****/
.over-ons-usp-sec .usp-wrap {
    height: 687px;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.over-ons-team-heading {
    margin-bottom: 60px;
}
.over-ons-team-slider {
    max-width: 1188px;
    margin: 0 auto;
}
.over-ons-team-memeber-img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-team-memeber-info p {
    margin-bottom: 0;
}
.over-ons-team-memeber-info {
    margin-top: 33px;
}
.over-ons-team-slider .common-arrow {
    display: none;
}
/* ======== AANBOD LIST PAGE ======== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 24px 0;
    background-color: #000613;
    margin-top: 90px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #fff;
	font-size: 1.4rem;
    font-family: 'Inter-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: #155DFC;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(23%) sepia(99%) saturate(4486%) hue-rotate(224deg) brightness(106%) contrast(98%);
}
.filter-reset a.reset_all_filter:hover img {
    filter: brightness(0) invert(1);
}
.select-style {
    width: 100%;
    height: 72px;
    color: #fff;
    font-size: 1.6rem;
    padding: 0 30px 0 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    background: url(../images/filter-arrow.svg) transparent no-repeat 91% center / 10px;
    appearance: none;
    line-height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    font-family: 'Inter-Regular';
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#101828;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(250, 250, 250, 0.2);
    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: #FFF;
    border-color: #FFF;
    background-image: url(../images/check-tick.png);
    background-size: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 5px;
    background-color: transparent;
    font-size: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    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: #155DFC;
    border-color: #155DFC;
    color: #FFF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
    padding: 0;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #000613;
    font-family: 'Inter-Regular';
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 93px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #155DFC;
    border-color: #155DFC;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-family: 'Poppins-SemiBold';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #155DFC;
    color: #155DFC;
}
.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: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #101828;
    border: 1px solid #101828;
    color: #FFF;
	padding: 10px;
	border-radius: 0 10px 10px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #101828;
    color: #000613;
}
.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;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 200px;
}
.filter-sort .each-filter .select-style {
    border-right: 0;
}
.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: #155DFC;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(250,250,250, 0.4);
    border-color: rgba(250,250,250, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #155DFC;
}
.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: 5px;
    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: #000613;
    font-size: 1.6rem;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #155DFC;
}
.scrh-input {
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    background-color: transparent;
    padding: 11px 20px 11px 52px;
    width: 100%;
}
.scrh-input::placeholder{
    color: rgba(255, 255, 255, 0.20);
}
.scrh-bar-wrap {
    position: relative;
}
.scrh-icon {
    position: absolute;
    top: 12px;
    left: 22px;
    cursor: pointer;
}
.hidden-filter .aanbod-range-filter{
    padding-left: 20px;
}
.zoek_auto-filter .scrh-bar-wrap{
    margin-left: 20px;
}
.clear-filter-main {
    padding-left: 12px;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
}
.aanbod-list-sec .sec-mark {
    z-index: -1;
}
.aanbod-list-sec .sec-mark.about-btm-mark {
    bottom: -3%;
}
.aanbod-list-sec > .container > .row {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 70px;
}
.each-product-list .each-product-price h4{
    color: #000613;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.each-product-list .each-product-price h4 strong{
    color: rgba(0, 6, 19, 0.50);
    letter-spacing: 0;
}
.each-product-list .each-product-title h3 {
    margin-bottom: 0;
}
.each-product-list .each-product-text {
    margin-top: 19px;
}
.each-product-list .each-product-info td {
    padding-right: 14px;
    margin-right: 14px;
}
.each-product-list .each-product-info tr {
    justify-content: start;
    row-gap: 16px;
}
/* ========== AANBOD DETAIL PAGE ========== */
.back-btn-sec {
    padding-top: 171px;
    line-height: 0;
}
.anbd-btn-wrap {
    width: max-content;
    margin-left: auto;
    margin-top: -49px;
    display: flex;
    align-items: center;
    gap: 16px;
}
/* anbd-detail-sec */
.anbd-detail-sec {
    overflow: hidden;
    padding-top: 40px;
}
.anbd-detail-slider .swiper{
    width:100vw;
    margin-left:-50vw;
    left:50%;
    position:relative;
}
.each-anbd-detail-img{
    border-radius: 20px;
    overflow: hidden;
}
.each-anbd-deatil-spec {
    margin: 0 auto;
    margin-top: 25px;
}
.anbd-model-heading h3{
    color: #000613;
    font-family: 'Inter-Bold';
    font-size: 3.2rem;
    line-height: 40px;
}
.anbd-model-heading p{
    color: rgba(0, 6, 19, 0.50);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0;
}
.anbd-model-price{
    text-align: right;
}
.anbd-model-price h4{
    color: #000613;
    font-family: 'Inter-Bold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
}
.anbd-model-price p{
    color: #000613;
    font-family: 'Inter-Regular';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 0.24px;
    margin-bottom: 0;
}
.each-anbd-detail-info{
    border-top: 1px solid rgba(0, 6, 19, 0.10);
    padding-top: 16px;
    margin-top: 16px;
}
.each-anbd-detail-info table,
.each-anbd-detail-info tbody{
    width: 100%;
}
.each-anbd-detail-info td {
    color: #000613;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    padding-right: 16px;
    margin-right: 16px;
    text-transform: uppercase;
}
.each-anbd-detail-info td::after{
    position: absolute;
    content: "";
    background-color: rgba(0, 6, 19, 0.10);
    width: 1px;
    height: 58px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.each-anbd-detail-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    padding: 12px 0;
}
.each-anbd-detail-info tr td:last-child{
    padding-right: 0px;
    margin-right: 0px; 
}
.each-anbd-detail-info tr td:last-child::after{
    display: none;
}
.anbd-detail-arw .common-arrow{
    bottom: 46px;
    top: unset;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-top: 115px;
    padding-bottom: 80px;
}
.tab-btn .tabs li.active {
    color: #121212;
    opacity: 1;
	position: relative;
    border-color: #000613;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: #2F2F2F;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50px;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    padding: 9px 53px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.tab-btn ul.tabs li:hover{
    background-color: transparent;
    border-color: #000613;
    color: #000613;
}
.tab-btn ul.tabs li:hover::after {
    filter: brightness(0);
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    padding-bottom: 22px;
}
.kenmerken-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.kenmerken-tab ul li:nth-child(7),
.kenmerken-tab ul li:nth-child(8),
.kenmerken-tab ul li:nth-child(9){
    border-bottom: 0;
}
.kenmerken-tab li {
    width: 33%;
    position: relative;
    color: rgba(47, 47, 47, 0.70);
    padding: 23px 0;
    display: flex;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0;
    border-bottom: 1px solid rgba(47, 47, 47, 0.30);
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
}
.kenmerken-tab li:hover strong{
    color: #015AD5;
}
.kenmerken-tab li:hover em{
    color: #015AD5;
}
.kenmerken-tab li strong {
    font-weight: normal;
    color: rgba(47, 47, 47, 0.70);
    position: relative;
    padding-left: 20px;
    transition: 0.5s ease-in-out;
    width: 50%;
}
.kenmerken-tab li em {
    font-style: normal;
    text-align: left;
    transition: 0.5s ease-in-out;
    color: #2F2F2F;
    width: 50%;
    padding-right: 100px;
    text-align: right;
}
.kenmerken-tab ul li:nth-child(3n) em{
    padding-right: 0;
}
.kenmerken-tab li::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 10px;
    height: 16px;
    background-image: url(../images/tab-tick.svg);
    background-color: unset;
    background-size: 10px;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    border-radius: 0;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4,
.star_icon h4 {
    border-bottom: 1.5px solid #101828;
    padding-bottom: 10px;
	margin-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding-left: 0;
}
.dtl-tab-sec .bullet-panel li { 
	margin-bottom: 10px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    font-size: 1.6rem;
    line-height: 24px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000613;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #000613;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 20px;
	font-size: 1.6rem;
	text-transform: none;
    color: #FFF;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 20px;
}
.each-onderhoud-block h5 {
    margin: 12px 0 25px;
    font-size: 1.6rem;
    text-transform: none;
    color: #000;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 0;
    left: 7px;
    background-image: url(../images/tab_arrow.svg);
    background-color: unset;
    width: 6px;
    height: 10px;
    background-size: 6px;
    background-repeat: no-repeat;
}
.tab-btn .tabs li.active::after {
    background-image: url(../images/tab_down_arrow.svg);
    background-size: 11px;
    width: 10px;
    height: 10px;
    top: 1px;
}
.tab-btm-btn {
    margin-top: 30px;
}
.tab-btm-btn .common-btn {
    backdrop-filter: none;
    cursor: pointer;
    color: #155DFC;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    line-height: 24px;
    border-color: #155DFC;
    padding: 11px 20px;
}
.tab-btm-btn .common-btn:hover{
    border-color: #000613;
    color: #FFF;
}
.tab_content p{
    color: #000613;
    font-size: 1.6rem;
    line-height: 24px;
}
/****kenmarken-popup****/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 10px;
    background-color: #FFF;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #FFF;
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #121212;
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #121212;
}
.kenmarken-popup-close img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 30px;
    padding-right: 40px;
}
.kenmerken-popup-model p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}
.kenmerken-popup-model h2 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.kenmarken-popup-content h3 {
    margin-bottom: 15px;
}
.kenmarken-popup-content h4 {
    margin-bottom: 15px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
    word-break: break-word;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(47, 47, 47, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/* related-product-sec */
.related-product-sec{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}
.related-product-heading {
    margin-bottom: 40px;
}
.anbd-mb-detail-spec ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.anbd-mb-detail-spec ul li::after{
    display: none;
}
.anbd-mb-detail-spec ul li {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: #010714;
    width: 49.2%;
    padding: 18px 20px;
    margin: 0;
    text-align: center;
}
.anbd-mb-detail-spec p {
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
    margin-bottom: 0;
    position: relative;
    padding-top: 28px;
}
.anbd-mb-detail-spec p::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.15);
    height: 1px;
    width: 90px;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.anbd-mb-detail-spec h5{
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.anbd-mb-detail-box {
    display: flex;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(1, 7, 20, 0.70);
    backdrop-filter: blur(40px);
    gap: 15px;
    margin-top: 10px;
    padding: 15px;
}
.anbd-mb-detail-box-img{
    width: 67px;
    min-width: 67px;
    height: 76px;
    border-radius: 2px;
    overflow: hidden;
}
.anbd-mb-detail-box-img img{
    object-fit: cover;
    height: 100%;
    object-position: top;
}
.anbd-mb-detail-box-text h6{
    color: #FFF;
    font-family: 'Inter-Bold';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.16px;
}
.anbd-mb-detail-box-text p{
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter-Regular';
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.14px;
    margin-bottom: 0;
}
.anbd-mb-detail-box-text p a{
    color: rgba(255, 255, 255, 0.70);   
    transition: all 0.5s;
}
.anbd-mb-detail-box-text p a:hover{
    color: #FFF;
}
.anbd-mb-detail-warp{
    position: relative;
    padding-top: 20px;
    margin-top: 20px;
    z-index: 1;
}
.anbd-mb-detail-warp::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #EAEAEA 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 100%;
    height: 236.827px;
    top: 0;
    left: 0;
    z-index: -1;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 50px;
    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;
}
/* ======== VERKOCHT LIST PAGE ======== */
.verkocht-list-sec {
    padding-top: 170px;
    padding-bottom: 120px;
}
.verkocht-list-sec .sec-mark {
    top: 120px;
}
.verkocht-list-sec .sec-mark.about-btm-mark {
    top: unset;
    bottom: -2.3%;
}
.verkocht-list-heading {
    margin-bottom: 80px;
    padding-left: 40px;
}
.verkocht-list-heading p{
    margin-bottom: 0;
}
.verkocht-list-heading h2{
    margin-bottom: 28px;
}
/**************************bedankt**************************/
.bedankt-banner .banner-content h1 {
    margin-bottom: 16px;
}
.bedankt-banner p {
    color: #fff;
    max-width: 608px;
    margin: 0 auto 31px;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1330px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(0, 6, 19, 0.80);
    backdrop-filter: blur(4px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 41.1%;
}
.modal-area .modal-content .col-lg-7 {
    width: 58.9%;
}
.modal-content-wrap {
    overflow: hidden;
    background: #000613;
    padding: 15px;
    border-radius: 20px;
}
.modal-content-wrap .row{
    --bs-gutter-x: 0px;
}
.modal-area .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content {
    overflow: hidden;
    padding:  60px 80px 60px 100px;
    position: relative;
}
.modal-area .pop-up-image {
	height: 100%;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
}
.modal-area .pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.modal-area .popup-content p{
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0; 
}
.modal-area .popup-content h2{
    color: #FFF;
    margin-top: 32px;
    text-transform: uppercase;
}
.modal-area .popup-content ul{
    margin: 32px 0 38px;
    padding: 0;
}
.modal-area .popup-content ul li::after{
    background-color: #FFF;
}
.modal-area .popup-content ul li{
    color: #FFF;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}




/* Style For Developer start */

/*******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 p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 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(#302041 calc(1*100%/6),#fff 0 calc(3*100%/6),#302041  0),
              linear-gradient(#302041  calc(2*100%/6),#fff 0 calc(4*100%/6),#302041  0),
              linear-gradient(#302041  calc(3*100%/6),#fff 0 calc(5*100%/6),#302041  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: #302041;
  }


.carpass-img {
    width: 115px;
}

/* Style For Developer End */


/* whats app lab  */

.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;
    }
}

/* whats app lab end  */




.anbd-sticky-btn{
    background: #FFF;
    z-index: 9;
    padding-bottom: 12px;
}
.anbd-sticky-btn-active {
    position: sticky;
    top: -70px;
    border-bottom: 1px solid #00000014;
}
.anbd-detail-arw .common-arrow {
    z-index: 0;
}
.privacy_section {
    padding: 120px 0 80px;
}
.privacy_section p strong {
    color: #000613;
}
.product-thum-slider{
    margin: 0 auto;
    max-width: 938px;
}
.product-slider-arw{
    position: relative;
}
.product-slider-arw .common-arrow{
    bottom: 20px;
    top: unset;
}
.product-slider .swiper-slide-active .each-product-text,
.product-slider .swiper-slide-active .each-product-arw {
    opacity: 1;
}
.each-product-arw::before{
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    border: 1px solid #fff;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.00);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-arw:hover::before{
    opacity: 1;
}
.product-wrap .each-product-text,
.product-wrap .each-product-top{
    height: auto !important;
}
.each-over-ons-top-img img{
    border-radius: 20px;
}
.over-ons-top-heading {
    padding-bottom: 42px;
}
.over-ons-top-slider-sec{
    padding-bottom: 25px;
}
.over-ons-top-slider-wrap{
    padding-left: 23px;
    padding-right: 23px;
}