body {
	padding: 0px;
	margin: 0px;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    color: #0F0F0F;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
::selection {
    background-color: #004992;
    color: #fff;
    text-shadow: none;
}

/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
/****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;
}
.privacy_section p {
	margin-bottom: 10px;
}
.star_icon p { 
    margin-bottom: 0; 
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 60px;
	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;
}
/****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;
}
/*****************header****************/
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 33px 0;
}
.header-bg{
    background-color: #111;
    padding: 27px 0;
}
.header-active{ 
    padding: 26px 0;
    background-color: #111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-logo img {
    width: 131px;
    position: relative;
    z-index: 99;
}
.header-nav > ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
}
.header-nav > ul > li {
    padding: 0px;
    margin: 0px;
    color: #0F0F0F;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 24px;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #0F0F0F;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12.5px 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li > a:hover {
    color: #FFF;
    border-radius: 100px;
    background-color: #0F0F0F;
}
.header-active .header-nav > ul > li > a:hover, 
.header-bg .header-nav > ul > li > a:hover{
    background-color: #004992;
}
/* parent-dropdown */
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 0px;
	background-color: #FFF;
	box-shadow: 0px 10px 15px -3px rgb(15, 15, 15, 0.3);
    border-radius: 5px;
	min-width: 170px;
	margin-top: 10px;
    margin-bottom: 0;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	transition: all 0.7s;
	opacity: 0;
	pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 120px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: 6px;
    top: 10px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 10px;
}
.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: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #0F0F0F;
	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: #FFF;
    background-color: #004992;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/* menu-btn */
.menu-btn {
    padding: 0;
    width: 60px;
    height: 20px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.menu-btn span:nth-child(1) {
    width: 16px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2) {
    width: 16px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 8px;
    left: 0px;
    border-radius: 2px;
}
.menu-btn span:nth-child(3) {
    width: 16px;
    height: 1px;
    background: #FFF;
    position: absolute;
    content: "";
    top: 12px;
    left: 0px;
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn.active span:nth-child(2){
    display: none;
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    width: 20px;
    top: 10px;
}
.menu-btn.active span:nth-child(3){
    transform: rotate(-45deg);
    width: 20px;
    top: 10px;
}
.menu-btn strong {
    color: #FFF;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: normal;
    position: absolute;
    top: -3px;
    left: 22px;
}
.menu-btn.active strong{
    opacity: 0;
} 
.menu-btn.active {
    width: 60px;
    height: 20px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    height: calc(100vh - 20px);
    width: calc(100% - 20px);
    background-color: #0F0F0F;
    padding: 150px 0px 40px;
    z-index: 98;
    border-radius: 10px;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
.side-menu-active .parent-dropdown > ul > li > a {
    color: rgb(255, 255, 255, 0.7);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    color: #FFF;
}
.side-menu-main-wrap {
    height: calc(100vh - 250px);
    overflow-y: auto;
    overflow-x: hidden;
}
.side-menu-main-wrap::-webkit-scrollbar {
    background-color: #232323;
    width: 8px;
    border-radius: 10px;
}
.side-menu-main-wrap::-webkit-scrollbar-thumb {
    background-color: rgb(62, 62, 62);
    border-radius: 10px;
}
.side-menu ul {
    padding: 0px;
    margin: 0px;
}
.side-menu-wrap > ul > li {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: normal;
    display: block;
    font-family: 'LamaSans-Black';
    padding: 0px;
    color: #FFF;
    font-style: italic;
}
.side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu-wrap > ul > li > a {
    color: #FFF;
    display: block;
    padding-bottom: 0;
}
.side-menu-wrap > ul > li > a:hover {
    opacity: 0.6;
}
.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;
    color: #0F0F0F;
}
.side-menu .parent-dropdown ul li a{
    color: #0F0F0F;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.side-menu .parent-dropdown img {
    top: 15px;
    width: 10px;
    filter: brightness(0) invert(1);
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.body-overlay-active {
    opacity: 1;
    z-index: 3;
    pointer-events: all;
}
.header-btn .common-btn{
    border-radius: 100px;
}
.each-menu-detail h4{
    color: #FFF;
    font-family: 'LamaSans-Black';
    font-size: 1.6rem;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 14px;
}
.each-menu-detail p{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22.016px; 
    margin-bottom: 0;
}
.each-menu-detail p a{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-menu-detail p a:hover{
    opacity: 0.6;
}
.each-menu-detail table,
.each-menu-detail tbody{
    width: 100%;
}
.each-menu-detail table td{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22.016px;
    display: block; 
}
.side-menu-detail {
    display: flex;
    flex-direction: column;
    gap: 27px;
    padding-top: 19px;
}
/* ========== HOME PAGE HERE ========== */
/* home-banner-sec */
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-video,
.home-each-banner {
    height: 900px;
    overflow: hidden;
    position: relative;
}
.home-banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.home-each-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 100%;
}
.home-banner-heading {
    padding-right: 70px;
}
.home-banner-heading h1{
    margin-bottom: 24px;
    text-transform: uppercase;
}
.home-banner-heading .common-btn:last-child{
    margin-left: 14px;
}
.home-banner-scrollbar {
    width: 132px;
    overflow: hidden;
    height: 8px;
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}
.product-scrollbar {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
    transform: rotate(0deg);
    border-radius: 30px;
    z-index: 1;
    height: 3px;
    width: 100%;
    cursor: grab;
}
.product-scrollbar .swiper-scrollbar-drag {
    background: #0066FF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-banner-num span{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
}
.home-banner-num .swiper-pagination{
    height: 100%;
    pointer-events: none;
}
.home-banner-num .swiper-pagination .swiper-pagination-current {
    position: absolute;
    right: 56px;
    top: calc(50% - 90px);
}
.home-banner-num .swiper-pagination .swiper-pagination-total {
    position: absolute;
    right: 56px;
    bottom: calc(50% - 105px);
}
/* home-filter-sec */
.home-filter-warp{
    position: relative;
}
.home-filter-sec {
    position: absolute;
    bottom: 43px;
    z-index: 2;
}
.home-filter-sec .aanbod-filter-sec{
    padding: 0;
    background-color: transparent;
}
.home-filter-sec .select-style {
    width: 100%;
    height: 56px;
    color: #FFF;
    font-size: 1.4rem;
    font-family: 'LamaSans-SemiBold';
    border: 0px;
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 0 45px 0 18px;
    background: url(../images/filter-arrow-hover.svg) rgba(255, 255, 255, 0.30) no-repeat 95% center / 10px;
    appearance: none;
    line-height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
}
.home-filter-sec .select-style:hover{
    background: url(../images/filter-arrow.svg) rgba(255, 255, 255, 1) no-repeat 95% center / 10px;
    color: #0F0F0F;
    border-radius: 5px;
}
.home-filter-sec .select-style.show{
    background: url(../images/filter-arrow.svg) rgba(255, 255, 255, 1) no-repeat 95% center / 10px;
    color: #0F0F0F;
    border-radius: 5px;
}
.home-filter-sec .filter-content {
    background-color: #0F0F0F;
    border: 1px solid #0F0F0F;
}
.home-filter-sec .aanbod-filter-sec label {
    color: #FFF;
}
.home-filter-sec .aanbod-filter-sec .form-check-input:checked {
    background-color: #FFF;
    border-color: #FFF;
}
.home-filter-sec .filter-main {
    margin-bottom: 0;
}
.scrh-input {
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(10px);
    padding: 17.5px 23px;
    padding-right: 50px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 0px;
    color: #FFF;
    text-align: left;
    font-size: 1.4rem;
    font-family: 'LamaSans-SemiBold';
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.scrh-input:hover{
    background-color: #FFF;
    color: #0F0F0F;
}
.scrh-input:hover::after{
    filter: brightness(1) invert(1);
}
.scrh-input::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 23px;
    width: 16px;
    height: 16px;
    background-image: url(../images/scrh-icon.svg);
    background-size: 16px;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-filter-sec .row{
    --bs-gutter-x: 15px;
    --bs-gutter-y: 0;
}
/* home-product-sec */
.home-product-sec{
    background-color: #F5F5F5;
    position: relative;
    padding: 110px 0;
    z-index: 1;
}
.home-product-sec::after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(245, 245, 245, 0.00) 0%, #F5F5F5 100%);
    width: 100%;
    height: 444px;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.home-product-wave{
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.home-product-wrap{
    margin-top: 56px;
}
.each-product{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .common-btn{
    border-radius: 100px;
    background-color: #0F0F0F;
    border-color: #0F0F0F;
    color: #FFF;
}
.each-product-img{
    position: relative;
    margin-bottom: 24px;
}
.each-product-model{
    margin-bottom: 20px;
}
.each-product-model h4{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-model p{
    margin-top: 10px;
    margin-bottom: 0px;
}
.each-product-info ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 33px;
}
.each-product-info ul li::after{
    display: none;
}
.each-product-info ul li{
    color: #0F0F0F;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22.016px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 11px;
}
.each-product-spec{
    border-bottom: 1px solid rgba(15, 15, 15, 0.20);
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.product-price p{
    font-size: 1.4rem;
    line-height: 22.016px;
    margin: 0;
}
.product-control-btn .common-arrow{
    top: 50%;
    transform: translateY(-50%);
}
.product-control-btn .swiper-button-next {
    right: -75px;
}
.product-control-btn .swiper-button-prev {
    left: -75px;
}
/****product-progress****/
.product-progress {
    position: absolute;
    width: 27px;
    height: 27px;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    border: 3px solid rgba(0, 0, 0, 0.50);
    border-radius: 27px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.progress-ring {
    position: absolute;
    inset: 0;        
    width: 100%;
    height: 100%;
}
.progress-ring svg {
    width: 27px;
    height: 27px;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 1;
    background-color: transparent;
}
.progress-ring-circle {
    fill: none;
    stroke: rgba(255, 255, 255, 1);
    stroke-width: 3;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
/* home-service-sec */
.home-service-sec{
    background: radial-gradient(50% 50% at 50% 50%, #0F0F0F 0%, rgba(15, 15, 15, 0.99) 100%);
    position: relative;
    z-index: 1;
    padding: 87px 0;
}
.home-service-wave {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.003;
}
.home-service-heading h2{
    color: #FFF;
}
.home-service-heading p{
    color: #FFF;
    margin-top: 9px;
    margin-bottom: 0;
}
.home-service-heading{
    margin-bottom: 62px;
}
.each-service{
    border-radius: 20px;
    background-color: #1B1B1B;
    height: 494px;
    overflow: hidden;
    padding: 11px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::after{
    position: absolute;
    content: "";
    background-image: url(../images/service-icon.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    width: 34px;
    height: 37px;
    left: 27px;
    top: 27px;
}
.each-service-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 223px;
    height: 190px;
    margin-left: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.each-service-img::before{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, rgba(15, 15, 15, 0.40) 0%, rgba(15, 15, 15, 0.40) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-service:hover .each-service-img::before{
    opacity: 1;
}
.each-service-img img{
    height: 100%;
    object-fit: cover;
}
.each-service-spec h3{
    color: #FFF;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-spec p{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 4px;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-service-spec .each-service-btn{
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-spec {
    position: absolute;
    left: 0;
    bottom: -115px;
    padding: 27px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover .each-service-img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.each-service:hover .each-service-spec {
    bottom: 0;
}
.each-service:hover .each-service-spec p,
.each-service:hover .each-service-btn{
    opacity: 1;
}
.service-control-btn .common-arrow{
    border-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
}
.service-control-btn .common-arrow img{
    filter: brightness(0) invert(1);
}
.service-control-btn .common-arrow:hover{
    border-color: #004992;
}
.service-control-btn .swiper-button-next {
    right: -75px;
}
.service-control-btn .swiper-button-prev {
    left: -75px;
}
.homne-service-btn{
    margin-top: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
/*****usp-marquee-sec*****/
.usp-marquee-bg{
    overflow: hidden;
    background: #004992;
}
.usp-marquee-wrap {
    padding: 35px 0px;
	display: flex;
	width: max-content;
    gap: 120px;
}
.usp-marquee-wrap ul{
    display: flex;
    align-items: center;
    gap: 120px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    color: #FFF;
    font-family: 'LamaSans-Black';
    font-size: 2.4rem;
    font-style: italic;
    line-height: normal;
    letter-spacing: 0.24px;
    padding-left: 24px;
}
.usp-marquee-wrap ul li::after {
    left: -3px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
    background-size: 16px;
}
/* home-over-sec */
.home-over-sec{
    padding-top: 113px;
    padding-bottom: 74px;
}
.home-over-heading{
    max-width: 600px;
    padding-right: 24px;
}
.home-over-heading p{
    margin-top: 9px;
    margin-bottom: 0;
}
.home-over-img-wrap {
    display: flex;
    align-items: center;
    gap: 25px;
}
.home-over-img {
    width: 50%;
    height: 277px;
    border-radius: 10px;
    overflow: hidden;
}
.home-over-img img{
    height: 100%;
    object-fit: cover;
}
.home-over-text-wrap {
    padding-top: 133px;
}
.home-over-text {
    max-width: 536px;
    padding-right: 20px;
    position: relative;
    padding-top: 42px;
}
.home-over-text::after{
    position: absolute;
    content: "";
    background-image: url(../images/quation.svg);
    background-repeat: no-repeat;
    background-size: 38px;
    height: 26px;
    width: 38px;
    left: 0;
    top: 0;
}
.home-over-text p{
    margin: 0;
}
.home-over-each-text p{
    margin-bottom: 29px;
}
/* home-usp-sec */
.home-usp-sec .row{
    --bs-gutter-x: 25px;
    --bs-gutter-y: 20px;
}
.each-usp{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 517px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-usp:hover .each-usp-box {
    background-color: #004992;
}
.each-usp:hover .each-usp-box h4,
.each-usp:hover .each-usp-box p{
    color: #FFF;
}
.each-usp-img {
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 14px;
    overflow: hidden;
}
.each-usp-img img{
    height: 100%;
    object-fit: cover;
}
.each-usp-box {
    background: #F5F5F5;
    bottom: 0;
    position: absolute;
    max-width: 314px;
    right: 0;
    min-height: 299px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 23px;
    padding-bottom: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-usp-box h4{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
    margin-bottom: 16px;
}
.each-usp-box p{
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 22.016px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-usp-wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.home-usp-warp{
    position: relative;
}
/* review-sec */
.review-sec{
    padding-top: 101px;
    padding-bottom: 47px;
}
/* footer-area */
.footer-area{
    background-color: #0F0F0F;
}
.each-gallery{
    height: 198px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery img{
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gallery:hover img{
    transform: scale(1.1) rotate(2deg);
}
.footer-gallery{
    padding: 52px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.footer-text h2 {
    color: #FFF;
    font-size: 8rem;
    line-height: normal;
    letter-spacing: 1.592px;
}
.footer-social ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    margin-top: 22px;
}
.footer-social ul li{
    padding: 0;
    margin: 0;
}
.footer-social ul li::after{
    display: none;
}
.footer-social ul li a{
    width: 48px;
    height: 48px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.footer-social ul li a img{
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.footer-social ul li a:hover{
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: #FFF;
}
.footer-social ul li a:hover img{
    filter: brightness(1) invert(1);
}
.each-ft-detail h4{
    color: #FFF;
    margin-bottom: 21px;
}
.each-ft-detail p:last-child{
    margin-bottom: 0;
}
.each-ft-detail p {
    color: #FFF;
    margin-bottom: 0;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-ft-detail p a{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-ft-detail p a:hover{
    opacity: 0.6;
}
.each-ft-detail table,
.each-ft-detail tbody{
    width: 1005;
}
.each-ft-detail table tr td{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px; 
    letter-spacing: 0.32px;
    display: block;
}
.each-ft-detail table tr td br{
    display: none;
}
.each-ft-detail{
    width: 50%;
}
.ft-detail-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
}
.footer-mid-area {
    padding-top: 58px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.footer-btm-logo{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-logo img{
    width: 131px;
}
.privacy-text {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: end;
}
.privacy-text p{
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.50);
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: 140.5%;
    letter-spacing: 0.16px;
}
.privacy-text p a{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: rgba(255, 255, 255, 0.50);
}
.privacy-text p a:hover{
    color: #FFF;
}
.footer-btm-area{
    padding: 28px 0;
}
/* ========= SERVICE 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-heading {
    position: absolute;
    top: 49%;
    width: 100%;
}
/* service-list-sec */
.service-list-sec{
    padding: 98px 0;
}
.service-list-sec .row{
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}
.each-service-list{
    height: 413px;
    padding: 16px;
}
.each-service-list .each-service-img {
    overflow: hidden;
    max-width: 249px;
    height: 191px;
}
.each-service-list .each-service::after {
    background-size: 43px;
    width: 43px;
    height: 47px;
    left: 42px;
    top: 36px;
}
.each-service-list .each-service-btn .white-btn{
    display: none;
}
.each-service-list .each-service-spec {
    bottom: 0;
    padding: 35px 42px;
    padding-right: 15px;
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: space-between;
}
.each-service-list:hover .each-service-spec{
    padding-right: 42px;
}
.each-service-list .each-service-spec p {
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    margin-top: 13px;
    margin-bottom: 0px;
    opacity: 1;
}
.each-service-btn .common-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #FFF;
}
.each-service-btn .common-arrow img{
    filter: brightness(0) invert(1);
}
.each-service-list:hover .common-arrow{
    border-color: #004992;
    background-color: #004992;
    border-radius: 50px;
}
.each-service-list .each-service-btn {
    opacity: 1;
}
.each-service-heading {
    max-width: 435px;
}
/* ========= SERVICE DETAIL PAGE ========= */
.prev-btn-sec{
    padding-top: 155px;
}
/* service-detail-sec */
.service-detail-sec{
    padding-top: 24px;
    padding-bottom: 83px;
}
.service-deatil-img{
    border-radius: 10px;
    overflow: hidden;
}
.service-detail-heading {
    max-width: 703px;
    padding-right: 30px;
}
.service-detail-heading h2{
    margin-bottom: 9px;
}
.service-detail-heading p:last-child{
    margin-bottom: 0;
}
.service-detail-heading p{
    margin-bottom: 24px;
    max-width: 575px;
}
/* service-detail-mid-sec */
.service-detail-mid-sec{
    padding-bottom: 83px;
}
.service-detail-layer-wrap {
    position: relative;
    overflow: hidden;
}
.service-detail-layer {
    position: absolute;
    top: 107px;
    z-index: -1;
    pointer-events: none;
}
.service-mid-detail{
    max-width: 443px;
    padding-right: 30px;
}
.service-mid-detail img{
    margin-bottom: 27px;
}
.service-mid-detail p{
    margin-top: 9px;
    margin-bottom: 20px;
}
.service-right-detail {
    max-width: 563px;
}
.service-right-detail h3{
    margin-bottom: 9px;
}
.service-right-detail p{
    margin-bottom: 24px;
}
.service-right-detail p:last-child{
    margin-bottom: 0;
}
.service-right-detail li{
    color: #0F0F0F;
    margin-bottom: 14px;
}
.service-right-detail li::after{
    filter: brightness(1) invert(1);
}
/* service-table-sec */
.service-table-sec{
    padding-bottom: 149px;
}
.service-table-warp{
    display: flex;
    align-items: end;
    border-radius: 5px;
    overflow: hidden;
}
.each-service-table{
    background: #F5F5F5;
    height: 145px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 32px 38px;
    width: 100%;
}
.each-service-table img{
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-table h4{
    transition: all 0.5s;
    -webkit-transition: all 0.5s   
}
.each-service-table p{
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s 
}
.each-service-table p:last-child{
    margin-bottom: 0;
}
.each-service-table:hover{
    height: 100%;
    border-radius: 10px 10px 0 0;
    background: #004992;
}
.each-service-table:hover img{
    width: 44px;
    height: 48px;
    filter: brightness(0) invert(1);
    margin-bottom: 50px;
}
.each-service-table:hover h4{
    color: #FFF;
}
.service-table-innerwarp{
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: 15px;
}
.service-table-innerwarp::-webkit-scrollbar {
    background-color: #0F0F0F;
    width: 4px;
    border-radius: 10px;
}
.service-table-innerwarp::-webkit-scrollbar-thumb {
    background-color: #FFF;
    border-radius: 10px;
}
.each-service-table:hover .service-table-innerwarp{
    opacity: 1;
    position: initial;
}
.each-service-table ul li{
    margin-bottom: 30px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.each-service-table ul li:last-child{
    margin-bottom: 0;
}
/* vacatures-table-sec */
.vacatures-table-sec{
    padding-bottom: 83px;
}
/* form-sec */
.form-sec{
    background: radial-gradient(50% 50% at 50% 50%, #0F0F0F 0%, rgba(15, 15, 15, 0.99) 100%);
    position: relative;
    z-index: 1;
    padding-top: 78px;
    padding-bottom: 96px;
}
.form-wave{
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.003;
}
.form-heading {
    max-width: 560px;
}
.form-heading h2{
    color: #FFF;
}
.form-heading h1 strong{
    font-weight: normal;
    display: block;
}
.form-heading h1 strong:first-child {
    margin-left: 42px;
    margin-top: 20px;
}
.form-heading h1 strong:last-child {
    margin-left: 84px;
    margin-top: 20px;
}
.form-heading p{
    color: #FFF;
    margin-top: 43px;
    margin-bottom: 0;
}
.form-style{
    width: 100%;
    outline: none;
    resize: none;
    padding: 0;
    padding-bottom: 14px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.70);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0;
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
body .form-main-wrap .error_cls,
body .form-main-wrap .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-style::placeholder{
    color: rgba(255, 255, 255, 0.70);
    opacity: 1;
}
.form-style:focus::placeholder{
    color: #FFF;
}
.form-style:focus {
    border-color: #FFF;
    background-color: transparent;
    box-shadow: unset;
    color: #FFF;
}
.form-style:not(:placeholder-shown) {
    border-color: #FFF;
}
.form-group{
    margin-bottom: 38px;
}
.textarea-style{
    height: 84px;
}
.submit-btn{
    margin-top: 2px;
}
.form-main-wrap {
    max-width: 723px;
    margin-left: auto;
    padding-left: 30px;
}
.submit-btn .common-btn{
    background-color: #004992;
    border-color: #004992;
    color: #FFF;
    border-radius: 50px;
}
.submit-btn .common-btn:hover{
    color: #0F0F0F;
    background-color: #FFF;
    border-color: #FFF;
}
.form-wrap{
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 89px;
}
.each-form-detail h4{
    color: #FFF;
    margin-bottom: 21px;
}
.each-form-detail p {
    margin-bottom: 0;
    color: #FFF;
    letter-spacing: 0.32px;
}
.each-form-detail p a{
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-form-detail p a:hover{
    opacity: 0.6;
}
.each-form-detail table,
.each-form-detail tbody{
    width: 100%;
}
.each-form-detail table tr td{
    color: #FFF;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    display: block;
}
.each-form-detail table td br:last-child{
    display: none;
}
.from-detail{
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    flex-wrap: wrap;
    gap: 30px;
}
/* related-service-sec */
.related-service-sec{
    padding-top: 85px;
    padding-bottom: 109px;
}
.related-service-heading{
    margin-bottom: 50px;
}
.related-service-control-btn .common-arrow{
    top: 50%;
    transform: translateY(-50%);
}
.related-service-control-btn .swiper-button-next{
    right: -75px;
}
.related-service-control-btn .swiper-button-prev{
    left: -75px;
}
/* ======== OVERONS PAGE ======== */
.overons-new-wrap {
    background: radial-gradient(50% 50% at 50% 50%, #0F0F0F 0%, rgba(15, 15, 15, 0.99) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.overons-btm-wave {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.003;
}
.overons-btm-wave img{
    height: 100%;
}
/* overons-top-sec */
.overons-top-sec{
    padding-top: 136px;
    padding-bottom: 103px;
}
.overons-top-sec .col-lg-6:first-child {
    width: 48%;
}
.overons-top-sec .col-lg-6:last-child {
    width: 52%;
}
.overons-top-left-icon img{
    width: 60px;
    margin-bottom: 57px;
}
.overons-top-left-img{
    width: 170.813px;
    height: 153.683px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 56px;
}
.overons-top-left-img img{
    height: 100%;
    object-fit: cover;
}
.overons-top-left-text p{
    color: #FFF;
    font-size: 1.4rem;
    line-height: 22.016px;
    margin-bottom: 0;
}
.overons-top-left-part {
    max-width: 447px;
}
.overons-top-right-lg-text h4{
    color: #FFF;
    margin-bottom: 17px;
}
.overons-top-right-lg-text h2{
    margin-bottom: 79px;
    color: #FFF;
    font-size: 6.8rem;
    line-height: 78px;
    letter-spacing: 3.4px;
}
.overons-top-right-img{
    width: 261px;
    min-width: 261px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.overons-top-right-img img{
    height: 100%;
    object-fit: cover;
}
.overons-top-right-text p{
    color: #FFF;
}
.overons-top-right-text h2{
    margin-bottom: 14px;
    color: #004992;
    font-size: 6.8rem;
    line-height: 78px;
    letter-spacing: 3.4px;
}
.overons-top-right-text h2 em{
    color: #FFF;
    font-weight: normal;
}
.overons-top-right-box {
    display: flex;
    align-items: center;
    gap: 55px;
}
/* overons-btm-sec */
.overons-btm-sec{
    padding-bottom: 60px;
}
.overons-btm-sec .row{
    --bs-gutter-x: 23px;
}
.overons-btm-sec .col-lg-7 {
    width: 59.7%;
}
.overons-btm-sec .col-lg-5 {
    width: 40.3%;
}
.overons-btm-left-img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.overons-btm-left-img img{
    height: 100%;
    object-fit: cover;
}
.overons-btm-right-box{
    border-radius: 20px;
    background: #1B1B1B;
    height: 100%;
}
.overons-btm-right-each-img{
    width: 149.5px;
    min-width: 149.5px;
    height: 127.377px;
    border-radius: 6.704px;
    overflow: hidden;
}
.overons-btm-right-each-img img{
    height: 100%;
    object-fit: cover;
}
.overons-btm-right-img-wrap {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
    padding: 11px;
    flex-wrap: wrap;
}
.overons-btm-right-sml-text h4{
    color: #FFF;
    font-family: 'LamaSans-SemiBold';
    font-size: 2.4rem;
    line-height: 140.5%;
    letter-spacing: 0.24px;
    font-style: normal;
    width: max-content;
    position: relative;
}
.overons-btm-right-sml-text h4::after {
    position: absolute;
    content: "";
    background-image: url(../images/over-arrow.svg);
    background-repeat: no-repeat;
    background-size: 110px;
    width: 110px;
    height: 30px;
    right: -55px;
    bottom: -48px;
}
.overons-btm-right-sml-cunter h2{
    color: #FFF;
}
.overons-btm-right-sml-cunter {
    width: max-content;
    margin-left: auto;
}
.overons-btm-right-text {
    padding-top: 86px;
    padding-bottom: 42px;
    padding-left: 32px;
    padding-right: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.overons-btm-right-content p{
    color: #FFF;
}
.overons-btm-right-content p:last-child{
    margin-bottom: 0;
}
.overons-btm-right-content {
    margin-top: 66px;
    padding: 30px;
    padding-top: 0;
}
/* why-choose-sec */
.why-choose-sec{
    padding-top: 121px;
    padding-bottom: 95px;
}
.why-choose-heading p{
    margin-top: 52px;
    margin-bottom: 38px;
}
.why-choose-heading p,
.why-choose-heading a{
    margin-left: 41px;
    max-width: 730px;
    margin-right: 30px;
}
.why-choose-img {
    max-width: 567px;
    height: 100%;
    border-radius: 27px;
    overflow: hidden;
    margin-left: auto;
}
.why-choose-img img{
    height: 100%;
    object-fit: cover;
}
/* team-sec */
.team-sec{
    padding-top: 144px;
    padding-bottom: 80px;
}
.team-heading{
    margin-bottom: 39px;
}
.each-team{
    border-radius: 10px;
    overflow: hidden;
}
.each-team-num {
    border: 1px solid #C2C2C2;
    border-top: 0;
    padding: 15px;
    padding-bottom: 10px;
}
.each-team-text{
    border: 1px solid #C2C2C2;
    border-top: 0;
    padding: 10px 15px;
    border-radius: 0px 0px 10px 10px;
}
.each-team-text p{
    color: #004992;
    margin-bottom: 0;
}
.team-member-control .common-arrow {
    top: 34%;
}
.team-member-control .swiper-button-next {
    right: -75px;
}
.team-member-control .swiper-button-prev {
    left: -75px;
}
.overons-choose-wrap {
    overflow: hidden;
    position: relative;
}
.why-choose-wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
/* ======== CONTACT PAGE ======== */
.map-bg{
    height: 500px;
    width: 100%;
}
.map-bg img{
    height: 100%;
    object-fit: cover;
}
/* ======== THANK YOU PAGE ======= */
.thank-you-sec .home-banner-content {
    top: 54%;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1108px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(15, 15, 15, 0.80);
    padding: 0 !important;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 48.5%;
}
.modal-area .modal-content .col-lg-7 {
    width: 51.5%;
}
.modal-content-wrap {
    overflow: hidden;
}
.modal-content-wrap .row{
    --bs-gutter-x: 22px;
}
.modal-area .d-table-cell.align-middle {
    position: relative;
    z-index: 1;
}
.modal-area .popup-content img {
	width: 131px;
}
.modal-area .popup-content p {
	margin: 38px 0;
    letter-spacing: 0.32px;
}
.modal-area .popup-content {
    border-radius: 10px;
    background-color: #FFF;
    overflow: hidden;
    padding:  60px 67px;
    position: relative;
}
.modal-area .popup-content::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/popup-light-layer.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    -webkit-transition: all 0.5s;
    z-index: 0;
}
.pop-up-image {
	height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-content  .common-btn{
    background-color: #0F0F0F;
    color: #FFF;
    border-color: #0F0F0F;
    border-radius: 50px;
}
.popup-content  .common-btn:hover{
    background-color: #004992;
    border-color: #004992;
}
/* ======== AANBOD LIST PAGE ======== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 200px 0 65px;
}
.anbd-filter-heading {
    margin-bottom: 62px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #0F0F0F;
	font-size: 1.4rem;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #004992;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #0F0F0F;
    font-size: 1.6rem;
    font-family: 'LamaSans-Medium';
    border: 1px solid #0F0F0F;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg) no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.select-style:hover{
    background: url(../images/filter-arrow-hover.svg) #004992 no-repeat 91% center / 10px;
    color: #FFF;
    border-color: #004992;
    border-radius: 50px;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background: url(../images/filter-arrow-hover.svg) #004992 no-repeat 91% center / 10px;
    color: #FFF;
    border-color: #004992;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#0F0F0F;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #0F0F0F;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #FFF;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-size: 1.4rem;
	cursor: pointer;
    font-family: 'LamaSans-Medium';
}
.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: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #F9F8F6;
    border-radius: 5px;
    background-color: #0F0F0F;
    font-size: 1.4rem;
    border: 1px solid #0F0F0F;
    flex-direction: row-reverse;
}
.cross-btn {
    width: 9px;
    margin-left: 0 !important;
    margin-right: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.auto-overview-tag:hover img {
    filter: invert(0);
}
.auto-overview-tag:hover {
    background-color: #004992;
    border-color: #004992;
    color: #FFF;
}
.hidden-filter .row .col-xl-9 .row{
    --bs-gutter-x: 6px;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 10px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #fff;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 120px;
    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: #004992;
    border-color: #004992;
    text-transform: capitalize;
    color: #FFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover {
    background-color: #0F0F0F;
    border-color: #0F0F0F;
    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: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
}
.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.19);
}
.mobile-filter-close span img {
	width: 12px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #004992;
    border: 1px solid #004992;
    color: #FFF;
	padding: 10px;
	border-radius: 0 5px 5px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #0F0F0F;
    border-color: #0F0F0F;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    text-transform: none;
    letter-spacing: normal;
}
.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: #0F0F0F;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #004992;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.19);
    border-color: rgba(0, 0, 0, 0.19);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #004992;
}
.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 #0F0F0F;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #0F0F0F;
    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: #0F0F0F;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: normal;
    letter-spacing: 0.42px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #004992;
}
/* aanbod-list-sec */
.aanbod-list-sec {
    padding-bottom: 75px;
}
.aanbod-list-sec > .container >.row{
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
}
.aanbod-list-wave{
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 0;
    z-index: -1;
}
/* ========= VERKOCHTE LIST PAGE ========= */
.verkocht-list-page{
    padding-top: 204px;
    padding-bottom: 74px;
}
.verkocht-list-heading{
    margin-bottom: 65px;
}
/* ========= ANNBOD DETAIL PAGE ========= */
.anbd-prev-sec{
    padding-top: 197px;
}
/* anbd-detail-sec */
.anbd-detail-sec .row{
    --bs-gutter-x: 18px;
}
.anbd-detail-price {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: end;
    margin-bottom: 45px;
    margin-top: -51px;
    width: max-content;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.anbd-detail-box{
   border-radius: 30px;
    border: 1px solid rgba(16, 24, 36, 0.10);
    background: #F5F5F5; 
    overflow: hidden;
}
.anbd-detail-model {
    padding: 60px 32px 60px;
    max-width: 570px;
}
.anbd-detail-model h3{
    color: #0F0F0F;
    font-size: 4rem;
    line-height: 44px; 
    letter-spacing: 0.4px;
    margin-bottom: 10px;
	font-style: normal;
}
.anbd-detail-model p{
    color: #0F0F0F;
    font-family: 'LamaSans-Regular';
    font-size: 1.8rem;
    line-height: 26px;
    margin-bottom: 0;
}
.anbd-detail-spec input{
    background-color: #FFF;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 2px solid #DEDFE0;
}
.anbd-detail-spec .form-check-input:checked {
    background-color: #FFF;
    border-color: #DEDFE0;
}
.anbd-detail-spec .form-check-input:checked[type=radio] {
    background-color: #FFF;
    background-image: url(../images/dot.svg);
    background-size: 12px;
}
.anbd-detail-spec .form-check-input:focus {
    border-color: #DEDFE0;
    outline: 0;
    box-shadow: unset;
}
.anbd-detail-spec label {
    color: #101824;
    font-family: 'LamaSans-SemiBold';
    font-size: 2.4rem;
    line-height: 34%;
    letter-spacing: 0.24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}
.anbd-detail-spec label strong{
    font-weight: normal;
}
.anbd-detail-spec .form-check {
    display: flex;
    align-items: center;
    gap: 15px;
}
.anbd-detail-spec {
    padding: 41px 80px 41px 32px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    border-top: 1px solid #DBDDDE;
    border-bottom: 1px solid #DBDDDE;
}
.green-dot h5 {
    color: #0F0F0F;
    font-family: 'LamaSans-Bold';
    font-size: 1.8rem;
    line-height: 26px;
    position: relative;
    padding-left: 17px;
}
.green-dot h5::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #00B12C;
    border-radius: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.green-dot {
    padding: 28px 36px;
}
.anbd-detail-profile-box {
    border-radius: 30px;
    border: 1px solid rgba(16, 24, 36, 0.10);
    background: #F5F5F5;
    overflow: hidden;
    margin-top: 18px;
}
.anbd-detail-each-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.anbd-detail-profile-img {
    height: 101px;
    width: 101px;
    min-width: 101px;
    overflow: hidden;
}
.anbd-detail-profile-img img{
    height: 100%;
    object-fit: cover;
}
.anbd-detail-profile-info h4{
    margin-bottom: 8px;
}
.anbd-detail-profile-info ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}
.anbd-detail-profile-info ul li::after{
    display: none;
}
.anbd-detail-profile-info ul li{
    padding: 0;
    margin: 0;
    color: #101824;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.anbd-detail-profile-info {
    padding: 19px 32px;
}
.anbd-detail-profile-info ul li a{
    display: flex;
    align-items: center;
    gap: 8px;
    color: #101824;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-detail-profile-info ul li a:hover{
    color: #004992;
}
.anbd-detail-slider {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 17px;
}
.anbd-detail-slider .swiper,
.anbd-detail-slider .swiper-wrapper{
    height: 100%;
}
.anbd-detail-img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.anbd-detail-img img{
    height: 100%;
    object-fit: cover;
}
.anbd-detail-thum-img{
    border-radius: 10px;
    overflow: hidden;
}
.anbd-detail-control-btn .common-arrow{
    border-color: #FFF;
    top: unset;
    /* bottom: 80px; */
    bottom: 45%;
}
.anbd-detail-control-btn .common-arrow img{
    filter: brightness(0) invert(1);
}
.anbd-detail-control-btn .common-arrow:hover{
    border-color: #004992;
}
.anbd-detail-control-btn .swiper-button-next{
    right: 27px;
}
.anbd-detail-control-btn .swiper-button-prev{
    left: 27px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    position: relative;
    padding-top: 106px;
    padding-bottom: 126px;
}
.tab-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
.tab-btn-wrap .black-btn:hover{
    background-color: #004992;
    border-color: #004992;
}
.tab-btn .tabs li.active {
    color: #2F2F2F;
    opacity: 1;
	position: relative;
}
.tab-btn ul.tabs li {
    position: relative;
    word-break: break-word;
    cursor: pointer;
    color: rgba(47, 47, 47, 0.50);
    font-family: 'LamaSans-SemiBold';
    font-size: 2rem;
    line-height: normal;
    padding: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.tab-btn ul.tabs li:hover{
    color: #2F2F2F;
}
.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{
    border-bottom: 1px solid rgba(47, 47, 47, 0.30);
    padding-bottom: 28px;
    margin-bottom: 15px;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 47px;
}
.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: #2F2F2F;
    padding: 25px 0;
    display: flex;
    font-family: 'LamaSans-Regular';
    font-size: 2rem;
    line-height: 20px;
    margin: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: space-between;
    padding-left: 8px;
}
.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%;
}
.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: 18px;
    height: 16px;
    background-image: url(../images/tab-tick.svg);
    background-color: unset;
    background-size: 18px;
    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 {
    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;
    font-size: 1.6rem;
    line-height: 24px;
    color: #0F0F0F;
}
.dtl-tab-sec .bullet-panel li::after{
    filter: brightness(0) saturate(100%) invert(15%) sepia(84%) saturate(2605%) hue-rotate(196deg) brightness(102%) contrast(105%);
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004992;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #004992;
    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: #2F2F2F;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    line-height: normal;
    padding: 0;
    border: 0px;
    box-shadow: unset;
}
.tab-btm-btn .common-btn:hover{
    background-color: transparent;
    color: #004992;
}
.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 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;
    color: #2F2F2F;
    border-bottom: 1.5px solid #D9D9D9;
}
.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{
    padding-top: 90px;
    padding-bottom: 110px;
}
.related-product-heading{
    margin-bottom: 50px;
}
/****aanbod-dtl-mob-contact-bar*****/
.aanbod-dtl-mob-contact-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    padding: 20px;
    display: none;
}
.aanbod-dtl-mob-contact-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aanbod-dtl-mob-contact-bar li {
    line-height: 22px;
    padding: 0;
    margin: 0;
}
.aanbod-dtl-mob-contact-bar li::after, .aanbod-dtl-mob-contact-bar li::before {
    display: none;
}
.aanbod-dtl-mob-contact-bar > ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 8px 50px 8px 20px;
    border: 1px solid #fff;
    background-color: #0F0F0F;
    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: #0F0F0F;
    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;
}


/* 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 h4{
    border-bottom: 1.5px solid #101828;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.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(#004992 calc(1*100%/6),#fff 0 calc(3*100%/6),#004992  0),
              linear-gradient(#004992  calc(2*100%/6),#fff 0 calc(4*100%/6),#004992  0),
              linear-gradient(#004992  calc(3*100%/6),#fff 0 calc(5*100%/6),#004992  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: #004992;
  }


.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;
    }
}
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
.share-social-media-button .a2a_dd svg {
    width: 13px !important;
    margin-right: 0px !important;
}
.share-social-media-button .a2a_dd svg path{
    fill: #0F0F0F;
}
.share-social-media-button .a2a_dd:hover svg path{
    fill: #FFF;
}
.privacy_section{
    padding-top: 150px;
    padding-bottom: 80px;
}
.werkplaat-heading h1{
    font-size: 4.8rem;
    line-height: normal;
}
.modal-area.content-model .popup-content::after{
    z-index: -1;
}
.modal-area.content-model .close-img {
    border: 1px solid #000;
    top: 15px;
    right: 15px;
    position: absolute;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-area.content-model .close-img img{
    width: 15px;
    filter: brightness(0);
}
.modal-area.content-model .popup-content p {
    margin: 24px 0;
    letter-spacing: 0.32px;
}
.voorraadwekker_widget_section{
    margin-bottom: 75px;
}
.each-product-model h4{
	font-style: normal;
}
.each-product-info img{
	width: 18px;
}