body {
	padding: 0px;
	margin: 0px;
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    color: #1A1A1A;
    /*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;
}
/****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;
}
/* ******** Common Clip ******** */
.common-clip{
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.common-clip-right {
    bottom: -52px;
    right: 0;
}
.common-clip-left {
    top: -52px;
    left: 0;
}
/*****************header****************/
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .header-wrap {
    box-shadow: inset 0px 14px 22px 2px rgba(0, 0, 0, 0.02);
}
.header-wrap {
    backdrop-filter: blur(2px);
    background: rgba(245, 245, 245, 0.40);
    border-radius: 8px;
    padding: 9px 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0px -20px;
    margin-top: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-active .header-wrap {
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}
.header-logo img{
    width: 145px;
}
.header-nav > ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.header-nav > ul > li {
    padding: 0px;
    margin: 0px;
    color: #1A1A1A;
    font-size: 1.6rem;
    line-height: 24px;
}
.header-nav > ul > li::after {
    display: none;
}
.header-nav > ul > li > a {
    color: #1A1A1A;
}
.header-nav > ul > li > a:hover {
    color: #EB2A28;
}
.header-nav > ul > li > a:hover img{
    filter: brightness(1) invert(1);
}
/* parent-dropdown */
.parent-dropdown > ul {
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	border: 1px solid #1A1A1A;
	background-color: #1A1A1A;
	box-shadow: 0px 10px 15px -3px rgb(15, 15, 15, 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: -14px;
    top: 11px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(1) invert(1);
    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-left: 0;
}
.parent-dropdown > ul > li::after {
    display: none;
}
.parent-dropdown > ul > li > a {
	color: #fff;
	padding: 5px 17px;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
	display: block;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #EB2A28;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/* menu-btn */
.menu-btn {
    padding: 0;
    width: 98px;
    height: 40px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: flex;
    align-items: center;
    background-color: #EB2A28;
    border-radius: 8px;
    padding: 9px 14px;
    margin-left: auto;
}
.menu-btn em{
    font-family: 'Gabarito-Regular';
    font-style: normal;
    font-size: 1.4rem;
    line-height: 22px;
    color: #FFF;
}
.menu-btn span:nth-child(1) {
    width: 22px;
    height: 1px;
    background: #1A1A1A;
    position: absolute;
    content: "";
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn span:nth-child(2) {
    width: 22px;
    height: 1px;
    background: #1A1A1A;
    position: absolute;
    content: "";
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all .3s cubic-bezier(.475, .425, 0, .995);
}
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 16px;
    left: 5px;
}
.menu-btn.active span:nth-child(2) {
    transform: rotate(-45deg);
    top: 16px;
    left: 5px;
}
.menu-line{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: #FFFFFF;
    border-radius: 4px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background-color: #1A1A1A;
    padding: 150px 40px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    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, 1);
    border-bottom: 1px solid rgb(255, 255, 255, 0.4);
}
.side-menu-active .parent-dropdown > ul > li > a:hover {
    opacity: 0.5;
}
.side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}
.side-menu ul {
    padding: 0px;
    margin: 0px;
}
.side-menu > .side-menu-wrap > ul > li {
    margin-bottom: 45px;
    font-size: 4rem;
    display: block;
    padding: 0px;
}
.side-menu > .side-menu-wrap > ul > li::after {
    display: none;
}
.side-menu > .side-menu-wrap > ul > li > a {
    color: rgb(255, 255, 255, 1);
    display: block;
    padding-bottom: 0;
}
.side-menu > .side-menu-wrap > ul > li > a:hover {
    color: #EB2A28;
}
.side-menu .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    background-color: #EB2A28;
}
.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: 12px;
    width: 10px;
    filter: brightness(1) invert(0);
    right: 10px;
}
.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 {
    text-align: right;
}
.header-btn .common-btn em,
.header-btn .common-btn strong {
    padding-left: 24px;
}
.header-btn .common-btn em::after,
.header-btn .common-btn strong::before{
    position: absolute;
    content: "";
    background-image: url(../images/message-circle.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.side-menu-close img{
    width: 20px;
    height: 20px;
}
.side-menu-close{
    position: absolute;
    top: 40px;
}
/* ========== HOME PAGE HERE ========== */
/* home-banner-sec */
.home-banner-sec{
    position: relative;
    z-index: 1;
}
.home-banner-sec .common-wrap{
    padding-top: 30px;
}
.home-banner-video,
.home-each-banner {
    height: 880px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.home-banner-video::after,
.home-each-banner::after{
    position: absolute;
    content: "";
    background: linear-gradient(192.07deg, rgba(26, 26, 26, 0) 9.84%, rgba(26, 26, 26, 0.5) 90.75%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.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: 2;
    left: 0;
    /* top: 52%; */
    top: 65%;
    transform: translateY(-50%);
    width: 100%;
}
.home-banner-title {
    background: linear-gradient(90deg, #FFFFFF 0%, #FFFFFF 100%);
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 16px;
}
.home-banner-title h4{
    color: #EB2A28;
}
.home-banner-heading h1{
    margin-bottom: 16px;
}
.home-banner-box{
    backdrop-filter: blur(1px);
    background: rgba(245, 245, 245, 0.10);
    border-radius: 8px;
    max-width: 506px;
    padding: 24px 16px 16px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.home-banner-box ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin-bottom: 14px;
}
.home-banner-box ul li{
    font-family: 'Gabarito-Bold';
    font-size: 1.8rem;
    line-height: 26px;
    box-shadow: 0px 0px 4px 0px #0000001A;
    color: #FFF;
    padding-left: 26px;
}
.home-banner-box ul li::after{
    display: none;
}
.home-banner-box ul li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.home-banner-box .common-btn{
    width: 100%;
}
.home-banner-box .common-btn:hover::after {
    bottom: 130%;
    height: 150px;
}
.home-banner-box .common-btn::after {
    bottom: -24px;
}
.home-banner-box .common-btn em::after,
.home-banner-box .common-btn strong::after{
    position: absolute;
    content: "";
    background-image: url(../images/home-btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    height: 10px;
    width: 21px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-banner-box .common-btn em,
.home-banner-box .common-btn strong {
    padding-right: 30px;
}
/* home-product-sec */
.home-product-sec{
    padding-top: 97px;
    padding-bottom: 80px;
}
.home-product-wrapper > .row > .col-lg-9{
    width: 78.6%;
}
.home-product-wrapper > .row > .col-lg-3 {
    width: 21.4%;
}
.each-home-product .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 0;
}
.each-home-product .col-7 {
    width: 59.3%;
}
.each-home-product .col-5 {
    width: 40.7%;
}
.home-product-img{
    border-radius: 8px;
    overflow: hidden;
}
.home-product-spec{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 2px #1A1A1A0F;
    padding: 24px;
    border-radius: 8px;
    height: 100%;
}
.each-home-product{
    padding-top: 60px;
    padding-bottom: 24px;
    padding-right: 24px;
}
.home-product-model h4{
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.home-product-model p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2lh;
}
.home-product-model {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    padding-bottom: 24px;
    margin-bottom: 26px;
}
.home-product-spec ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-product-spec ul li {
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(26, 26, 26, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(26, 26, 26, 0.1);
    border-radius: 4px;
    padding: 10px 16px;
    padding-left: 21px;
}
.home-product-spec ul li em {
    font-style: normal;
    padding-left: 21px;
    position: relative;
}
.home-product-spec ul li em::before{
    position: absolute;
    content: "";
    background-image: url(../images/check-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.home-product-spec ul li strong{
    color: #1A1A1A;
    font-weight: normal;
    text-align: right;
}
.home-product-spec ul li::after{
    display: none;
}
.home-product-price p{
    color: #EB2A28;
    margin-bottom: 0;
}
.home-product-price h6{
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #EB2A28;
}
.home-product-price h6 em{
    color: #1A1A1A;
    font-style: normal;
}
.home-product-price {
    background-color: rgba(26, 26, 26, 0.1);
    padding: 10px 16px;
    border-radius: 4px;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}
.home-product-spec .common-btn{
    padding: 9px 24px;
    border-color: #1A1A1A;
    background-color: #1A1A1A;
    width: 100%;
}
.home-product-spec .common-btn::after{
    background-color: #EB2A28;
    bottom: -20px;
}
.home-product-spec .common-btn:hover::after {
    bottom: 165%;
    height: 100px;
}
.home-product-spec .common-btn:hover{
    border-color: #EB2A28;
}
.each-product-static{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-static::after {
    position: absolute;
    content: "";
    backdrop-filter: blur(4px);
    background: rgba(245, 245, 245, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-product-static:hover .product-static-spec {
    opacity: 1;
}
.each-product-static:hover::after{
    opacity: 1;
}
.product-static-img{
    height: 100%;
    width: 100%;
}
.product-static-img img{
    height: 100%;
    object-fit: cover;
}
.product-static-spec {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    padding: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.product-static-spec h5{
    color: #FFF;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-static-spec p{
    margin-bottom: 4px;
    color: rgba(255, 255, 255 , 0.5);
    font-size: 1.2rem;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-static-spec h6{
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #EB2A28;
}
.product-static-spec h6 em{
    font-style: normal;
    color: #FFF;
}
.home-product-static {
    margin-top: 60px;
}
.home-product-static .swiper-wrapper {
    height: 512px;
}
.home-product-control {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}
.home-product-control .common-arrow{
    border-color: #FFF;
    position: initial;
    pointer-events: all;
}
.home-product-control .common-arrow img {
    filter: brightness(1) invert(1);
}
.home-product-control .common-arrow:hover{
    background-color: #EB2A28;
    border-color: #EB2A28;
}
.product-btn{
    position: relative;
}
.product-btn .common-btn{
    width: 100%;
}
.product-btn .common-btn:hover::after {
    bottom: 130%;
    height: 150px;
}
.product-btn .common-btn::after {
    bottom: -24px;
}
.product-btn .common-btn em::after,
.product-btn .common-btn strong::after{
    position: absolute;
    content: "";
    background-image: url(../images/home-btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    height: 10px;
    width: 21px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product-btn .common-btn em,
.product-btn .common-btn strong {
    padding-right: 30px;
}
/* home-service-sec */
.home-service-sec{
    position: relative;
}
.home-service-wrapper{
    background-color: #1A1A1A;
    border-radius: 30px;
    padding-top: 80px;
    padding-bottom: 50px;
}
.home-service-heading h2{
    color: #FFFFFF;
    margin-bottom: 24px;
}
.home-service-heading p{
    margin-bottom: 0;
    color: #FFFFFF;
}
.home-service-heading{
    max-width: 468px;
    margin: 0 auto;
    margin-bottom: 42px;
}
.each-service {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service::after{
    position: absolute;
    content: "";
    background: linear-gradient(262.59deg, rgba(26, 26, 26, 0) 42.59%, rgba(26, 26, 26, 0.5) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-slider .service-inactive .each-service::after{
    opacity: 1;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.home-service-slider .swiper-slide {
    transition: width 0.4s ease;
    height: 568px;
}
.service-default-left, .service-default-right {
    width: 49.2% !important;
}
.home-service-slider .swiper-slide.service-active {
    width: 62.4%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-slider .swiper-slide:not(.service-active) {
    width: calc(72% / 2);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-service-slider .service-inactive .each-service .each-service-heading{
    opacity: 0.5;
}
.each-service-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 455px;
    padding: 32px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-service-heading .more-btn{
    display: none;
    position: relative;
    width: max-content;
    padding-right: 14px;
    font-family: 'Gabarito-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    color: #EB2A28;
}
.each-service-heading .more-btn::after {
    position: absolute;
    content: "";
    background-image: url(../images/more-arrow.svg);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    height: 12px;
    top: 6px;
    right: 0;
}
.each-service-heading h4{
    color: #FFF;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-heading p{
    color: #FFF;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* home-usp-sec */
.home-usp-wrapper {
    position: relative;
    border-radius: 30px;
    height: 1000px;
    padding-top: 88px;
    margin: 24px 0;
    background-position: bottom center;
}
.home-usp-wrapper::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #FFFFFF -3%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-usp-wrapper .container{
    z-index: 1;
}
.usp-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.each-usp {
    padding: 24px;
    padding-right: 10px;
    border-radius: 8px;
    min-width: 191px;
    max-width: 191px;
    background-color: #FFFFFF;
}
.each-usp h2{
    font-family: 'Gabarito-Regular';
    margin-bottom: 22px;
}
.each-usp p{
    margin-bottom: 0;
    color: #1A1A1A;
}
.usp-box-right .each-usp h2{
    margin-bottom: 46px;
}
.usp-box-right .each-usp{
    margin-left: auto;
}
.home-usp-main{
    max-width: 568px;
    margin: 0 auto;
}
.home-usp-heading{
    margin-bottom: 38px;
}
.home-usp-heading h2{
    margin-bottom: 24px;
}
.home-usp-heading p{
    color: #1A1A1A;
    margin-bottom: 0;
}
.usp-main-box {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.71) 100%);
    padding: 32px 52px;
    border-radius: 8px;
}
.usp-main-box h5{
    max-width: 431px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.usp-main-box h2{
    color: #EB2A28;
    font-family: 'Hurricane-Regular';
    font-size: 4.8rem;
    line-height: 40px;
    letter-spacing: 0.96px;
    margin-bottom: 30px;
}
.usp-main-box .common-btn{
    width: 100%;
}
.usp-main-box .common-btn:hover::after {
    bottom: 130%;
    height: 150px;
}
.usp-main-box .common-btn::after {
    bottom: -24px;
}
.usp-main-box .common-btn em::after,
.usp-main-box .common-btn strong::after{
    position: absolute;
    content: "";
    background-image: url(../images/home-btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    height: 10px;
    width: 21px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.usp-main-box .common-btn em,
.usp-main-box .common-btn strong {
    padding-right: 30px;
}
/* footer-area */
.footer-area{
    position: relative;
}
.footer-area .common-clip-right{
    bottom: -24px;
}
.footer-logo img{
    width: 202px;
}
.footer-wrap{
    background-color: #1A1A1A;
    border-radius: 30px;
    padding-top: 56px;
    margin-bottom: 24px;
}
.each-footer-detail h4{
    color: #FFF;
    margin-bottom: 13px;
}
.each-footer-detail p{
    margin-bottom: 0;
}
.each-footer-detail a{
    color: rgba(255, 255, 255, 0.50);
}
.each-footer-detail a:hover{
    color: #EB2A28;
}
.each-footer-detail ul{
    padding: 0;
    margin: 0;
}
.each-footer-detail ul li{
    padding: 0;
    margin: 0;
}
.each-footer-detail ul li::after{
    display: none;
}
.each-footer-detail table,
.each-footer-detail tbody{
    width: 100%;
}
.each-footer-detail table tr td{
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: block;
}
.each-footer-detail table tr td em {
    font-style: normal;
    display: inline-block;
    width: 138px;
}
.each-footer-detail table tr td strong{
    font-weight: normal;
}
.footer-detail {
    display: flex;
    justify-content: end;
    column-gap: 104px;
    flex-wrap: wrap;
}
.footer-main{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 56px;
    padding-top: 28px;
    padding-bottom: 36px;
    margin-bottom: 24px;
}
.footer-privacy p{
    margin: 0;
    color: rgba(255,255,255, 0.5);
}
.footer-privacy p a{
    color: rgba(255,255,255, 0.5);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;    
}
.footer-privacy p a:hover{
    color: #EB2A28;
}
.footer-market p{
    margin-bottom: 0;
}
.footer-market p a{
    color: #EB2A28;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.footer-market p a::after{
    position: absolute;
    content: "";
    background-color: #EB2A28;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-market p a:hover::after{
    background-color: #fff; 
}
.footer-market p a:hover{
    color: #fff;  
}
.footer-social ul{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}
.footer-social ul li{
    padding: 0;
    margin: 0;
}
.footer-social ul li::after{
    display: none;
}
.footer-social ul li a{
    width: 32px;
    height: 32px;
    border: 1.5px solid rgba(255,255,255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;   
}
.footer-social ul li a:hover{
    background-color: #EB2A28;
}
.footer-bottom {
    padding-left: 43px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 32px;
}
/* ======== SERVICE LIST PAGE ======== */
/* inner-banner-sec */
.inner-banner-sec{
    position: relative;
    overflow-x: clip;
}
.inner-banner-sec .common-wrap{
    padding-top: 30px;
}
.inner-banner-img{
    border-radius: 30px;
    overflow: hidden;
    height: 600px;
    width: 100%;
}
.inner-banner-img img{
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    position: absolute;
    bottom: 120px;
    width: 100%;
    left: 0;
}
/* service-list-sec */
.service-list-sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.service-list-sec .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.each-service-list .more-btn{
    display: block;
    padding-right: 24px;
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}
.each-service-list .more-btn::after {
    background-image: url(../images/service-list-arrow.svg);
    background-size: 17px;
    width: 17px;
    height: 10px;
    top: 9px;
}
.each-service-list .each-service-heading {
    padding: 40px;
    bottom: -25%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-list .each-service-heading p {
    height: 3lh;
    margin-bottom: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
    pointer-events: none;
}
.each-service-list{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
    position: relative;  
}
.each-service-list::after{
    position: absolute;
    content: "";
    background: linear-gradient(262.59deg, rgba(26, 26, 26, 0) 42.59%, rgba(26, 26, 26, 0.7) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;  
}
.each-service-list:hover::after{
    opacity: 1;
}
.each-service-list:hover .each-service-heading{
    bottom: 0;
    z-index: 1;
}
.each-service-list:hover .each-service-heading p,
.each-service-list:hover .more-btn{
    opacity: 1;
    pointer-events: all;
}
/* ======== SERVICE DETAIL PAGE ======== */
/* prev-btn-sec */
.prev-btn-sec{
    padding-top: 182px;
    padding-bottom: 32px;
}
.prev-btn .common-btn{
    background-color: transparent;
    color: #1A1A1A;
    border: 1.5px solid #1A1A1A;
}
.prev-btn .common-btn em,
.prev-btn .common-btn strong{
    color: #1A1A1A;  
    padding-left: 25px; 
}
.prev-btn .common-btn em::after,
.prev-btn .common-btn strong::after{
    position: absolute;
    content: "";
    background-image: url(../images/prev-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px;
    width: 17px;
    height: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.common-btn:hover strong {
    color: #FFF;
}
.common-btn:hover strong::after{
    filter: brightness(0) invert(1);
}
/* service-detail-sec */
.service-detail-img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.service-detail-img img{
    height: 100%;
    object-fit: cover;
}
.service-detail-content {
    padding-left: 80px;
    max-width: 694px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.service-detail-content h2{
    margin-bottom: 24px;
}
.service-detail-content p{
    margin-bottom: 24px;
}
.service-detail-content p:last-child{
    margin-bottom: 0;
}
.service-detail-content h4{
    margin-bottom: 16px;
}
/* service-box-sec */
.service-box-sec {
    padding-top: 126px;
    padding-bottom: 126px;
}
.service-box-wrap table,
.service-box-wrap tbody {
    width: 100%;
}
.service-box-wrap{
    max-width: 1406px;
    margin: 0 auto;
}
.service-box-wrap table tr{
    display: flex;
    column-gap: 77px;
    row-gap: 40px;
}
.service-box-wrap table td{
    text-align: center;
    width: 33.33%;
    position: relative;
}
.service-box-wrap table td::after {
    position: absolute;
    content: "";
    background-image: url(../images/table-cile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 68px;
    width: 68px;
    height: 16px;
    right: -75px;
    top: 50px;
}
.service-box-wrap table td:last-child::after{
    display: none;
}
.service-box-wrap table td h4{
    margin-bottom: 8px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-box-wrap table td p{
    color: rgba(26, 26, 26, 0.5);
    margin-bottom: 0;
}
.service-box-wrap table td:hover h4{
    color: #EB2A28;
}
.vacatures-box-sec .service-box-wrap table tr {
    column-gap: 188px;
}
.vacatures-box-sec .service-box-wrap {
    max-width: 1264px;
}
.vacatures-box-sec .service-box-wrap table td {
    width: 50%;
    text-align: left;
}
.vacatures-box-sec .service-box-wrap table td::after {
    right: -125px;
}
/****form-sec*****/
.form-sec {
    position: relative;
}
.form-wrapper{
    background-color: #1A1A1A;
    border-radius: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.form-heading{
    max-width: 705px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.form-heading h2{
    color: #FFF;
    margin-bottom: 16px;
}
.form-heading p{
    color: #FFF;
    margin-bottom: 0;
}
.form-wrap {
    border-radius: 30px;
    background-color: #F5F5F5;
    padding: 25px;
    max-width: 1436px;
    margin: 0 auto;
    position: relative;
}
.form-wrap > .row {
    margin: 0 -12px;
}
.form-wrap .col-lg-4 {
    padding: 0 12px;
    width: 38%;
}
.form-wrap .col-lg-8 {
    padding: 0 12px;
    width: 62%;
}
.form-info {
    padding: 29px 44px 44px;
    border-radius: 20px;
    background-color: #1A1A1A;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.form-info h4 {
    color: #fff;
    margin-bottom: 63px;
}
.form-info h4 img {
    margin-right: 12px;
    margin-top: -3px;
    width: 31px;
}
.form-info h3 {
    color: #fff;
    font-family: 'Gabarito-SemiBold';
    font-size: 2.4rem;
    line-height: 32px;
    letter-spacing: 2.4px;
    margin-bottom: 24px;
}
.form-info p {
    color: rgba(255, 255, 255, 0.80);
    margin: 0 0 45px;
}
.form-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.form-info li {
    margin-bottom: 24px;
    font-size: 1.6rem;
    line-height: normal;
    display: flex;
    padding: 0;
    gap: 16px;
}
.form-info li img {
    height: 20px;
}
.form-info li::after{
    display: none;
}
.form-info li:last-child {
    margin-bottom: 0;
}
.form-info li a {
    color: #fff;
}
.form-info li a:hover {
    color: #EB2A28;
}
.form-block {
    padding: 50px 40px;
    border-radius: 15px;
    background-color: #FFF;
}
.form-block .form-group {
	margin-bottom: 20px;
}
.form-style {
	resize: none;
    border: 1px solid rgba(26, 26, 26, 0.10);
    border-radius: 10px;
    font-family: 'Gabarito-Regular';
    color: #1A1A1A;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 14px 22px;
	background-color: transparent;
    outline: none;
}
.form-style::placeholder {
	color: rgba(26, 26, 26, 0.50);
}
.form-style:-ms-input-placeholder {
	color: rgba(26, 26, 26, 0.50);
}
.form-style::placeholder {
	color: rgba(26, 26, 26, 0.50);
}
.form-style.foto_upload,
.form-style.photo_upload {
	color: rgba(26, 26, 26, 0.50);
}
.form-style:focus {
    box-shadow: none;
	border: 1px solid #1A1A1A;
    color: #1A1A1A;
    background-color: transparent;
}
.form-style:focus::placeholder {
    color: #1A1A1A;
    border-color: #1A1A1A;
}
.form-style:not(:placeholder-shown) {
    border-color: #1A1A1A;
}
.foto_upload:not(:placeholder-shown) {
    border-color: rgba(26, 26, 26, 0.10);
}
textarea.form-style {
    height: 135px;
}
.form-block label {
    margin-bottom: 11px;
    color: #1A1A1A;
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.form-block .row {
    margin: 0 -10px;
}
.form-block .col-lg-6, .form-block .col-lg-12 {
    padding: 0 10px;
}
.form-block .common-btn {
    margin-top: 13px;
}
.form-wrap .common-clip-left {
    top: -46px;
    left: -46px;
}
.form-wrap .common-clip-right {
    bottom: -36px;
    right: -41px;
}
/* related-service-sec */
.related-service-sec{
    padding-top: 120px;
    padding-bottom: 120px;
}
.related-service-heading{
    margin-bottom: 60px;
}
.common-slider-btn .common-arrow{
    top: 50%;
    transform: translateY(-50%);
}
.common-slider-btn .swiper-button-next {
    right: -23px;
}
.common-slider-btn .swiper-button-prev {
    left: -23px;
}
/* ======== OVER ONS PAGE ======== */
/* over-ons-sec */
.over-ons-sec{
    padding-top: 80px;
    padding-bottom: 60px;
}
.over-ons-heading{
    max-width: 614px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.over-ons-heading h2{
    margin-bottom: 24px;
}
.over-ons-heading p{
    margin-bottom: 0;
}
.over-ons-img{
    position: relative;
    height: 100%;
}
.over-ons-img > img{
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.over-ons-img .common-clip-right {
    bottom: -29px;
    right: -40px;
}
.over-ons-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-left: 60px;
    max-width: 694px;
}
.over-ons-content h4{
    margin-bottom: 16px;
}
.over-ons-content p{
    margin-bottom: 40px;
}
.over-ons-content p:last-child{
    margin-bottom: 0;
}
/* over-counter-sec */
.over-counter-wrap{
    background-color: #1A1A1A;
    border-radius: 30px;
}
.each-over-counter{
    text-align: center;
    position: relative;
    width: 25%;
}
.each-over-counter::after {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
.each-over-counter h2{
    color: #FFF;
    font-family: 'Gabarito-Regular';
    margin-bottom: 16px;
}
.each-over-counter p{
    color: #FFF;
    margin-bottom: 0;
}
.counter-inner-warp {
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex;
    justify-content: space-between;
}
.counter-inner-warp .each-over-counter:last-child::after{
    display: none;
}
/* over-btm-sec */
.over-btm-wrap{
    border-radius: 30px;
    height: 1000px;
    margin: 24px 0;
    padding-top: 80px;
}
.over-btm-wrap table,
.over-btm-wrap tbody{
    width: 100%;
}
.over-btm-wrap table tr{
    display: flex;
    max-width: 1443px;
    margin: 0 auto;
    column-gap: 80px;
}
.over-btm-wrap table tr td{
    width: 33.33%;
    text-align: center;
    position: relative;
}
.over-btm-wrap table tr td::after {
    position: absolute;
    content: "";
    background-color: rgba(26,26,26, 0.1);
    width: 1px;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
}
.over-btm-wrap table tr td:last-child::after{
    display: none;
}
.over-btm-wrap table tr td h4{
    margin-bottom: 8px;
}
.over-btm-wrap table tr td p{
    margin-bottom: 0;
}
/* ========= CONTACT PAGE ========= */
.contact-form-sec .form-wrapper {
    background-color: transparent;
    padding-top: 80px;
    padding-bottom: 0;
}
.contact-form-sec .form-heading h2 {
    color: #1A1A1A;
}
.contact-form-sec .form-heading p{
    color: rgba(26, 26, 26, 0.5);
}
.contact-form-sec .form-info{
    border-radius: 20px;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
}
.contact-form-sec .form-info img{
    height: 100%;
    object-fit: cover;
}
/* contact-detail-sec */
.contact-detail-wrap{
    max-width: 1032px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.each-contact-detail{
    position: relative;
}
.each-contact-detail::after {
    position: absolute;
    content: "";
    background-image: url(../images/table-cile.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 68px;
    width: 68px;
    height: 16px;
    right: -140px;
    top: 50%;
    transform: translateY(-50%);
}
.contact-detail-wrap .each-contact-detail:last-child::after{
    display: none;
}
.each-contact-detail h4{
    margin-bottom: 13px;
}
.each-contact-detail p{
    color: rgba(26, 26, 26, 0.5);
    margin-bottom: 0;
}
.each-contact-detail p a{
    color: rgba(26, 26, 26, 0.5);   
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-contact-detail p a:hover{
    color: #EB2A28;
}
.each-contact-detail table,
.each-contact-detail tbody{
    width: 100%;
}
.each-contact-detail table tr{
    display: flex;
    column-gap: 32px;
}
.each-contact-detail table tr td {
    display: block;
    color: rgba(26, 26, 26, 0.50);
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    display: flex;
    flex-direction: column;
}
.each-contact-detail table tr td em {
    font-style: normal;
}
.each-contact-detail table tr td strong{
    font-weight: normal;
}
.contact-detail-sec{
    padding-top: 130px;
    padding-bottom: 130px;
}
/* ======= THNAK YOU PAGE ======= */
.thank-you-sec{
    margin-bottom: 30px;
}
.thank-you-sec .home-banner-heading h1 {
    margin-bottom: 24px;
}
.thank-you-sec .home-banner-box {
    padding: 16px;
}
/* ======== POPUP PAGE ======== */
.modal-area .modal-dialog {
    max-width: 1272px;
    margin: 8% auto 0;
}
.modal-area .modal {
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(7px);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: transparent;
	position: relative;
}
.modal-area .modal-content .col-lg-5 {
    width: 41.5%;
}
.modal-area .modal-content .col-lg-7 {
    width: 58.5%;
}
.modal-content-wrap {
    overflow: hidden;
    background: #1A1A1A;
    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 h2{
    color: #FFF;    
    font-family: 'Gabarito-Regular';
    margin-bottom: 32px;
}
.modal-area .popup-content p {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.8);
}
.modal-area .popup-content p:last-child{
    margin-bottom: 0;
}
.modal-area .popup-content li{
    color: rgba(255, 255, 255, 0.8);   
}
.modal-area .popup-content li::after {
    background-color: rgba(255, 255, 255, 0.8);
}
.modal-area .popup-content {
    overflow: hidden;
    padding:  60px 114px 60px 48px;
    position: relative;
}
.pop-up-image {
    height: 100%;
    overflow: hidden;
    margin-right: -1px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-mb {
    position: absolute;
    right: 30px;
    top: 30px;
}
/* =========== AANBOD LIST PAGE =========== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 182px 0 32px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1A1A1A;
	font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Gabarito-Regular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    filter: brightness(0) saturate(100%) invert(6%) sepia(4%) saturate(11%) hue-rotate(314deg) brightness(110%) contrast(92%);
}
.filter-reset a:hover {
	color: #EB2A28;
}
.filter-reset a:hover img{
    filter: brightness(0) saturate(100%) invert(31%) sepia(63%) saturate(7241%) hue-rotate(348deg) brightness(96%) contrast(94%);
}
.select-style {
    width: 100%;
    height: 50px;
    color: #1A1A1A;
    font-size: 1.6rem;
    font-family: 'Gabarito-Regular';
    border: 1px solid #1A1A1A;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background:transparent;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    box-shadow: 0px 1px 2px 0px #1018280D;
    text-align: center;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
    background-color: #EB2A28;
    border-color: #EB2A28;
    color: #FFF;
}
.select-style:hover{
    background-color: #EB2A28;
    border-color: #EB2A28;
    color: #FFF;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	background-color: #0F0F0F;
}
.filter-content {
    display: none;
    background-color:#1A1A1A;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #1A1A1A;
    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;
}
.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: #EB2A28;
    border-color: #EB2A28;
    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: #FFF;
    border-radius: 5px;
    background-color: rgba(235, 42, 40, 0.7);
    font-size: 1.4rem;
    border: 1px solid rgba(235, 42, 40, 0.7);
    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: rgba(235, 42, 40, 01);
    border-color: rgba(235, 42, 40, 01);
    color: #FFFF;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #1A1A1A;
    font-family: 'Gabarito-Regular';
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 142px;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-filter-atv .mobile-show-filter {
    top: 100px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn::after{
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: #1A1A1A;
}
.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(26,26,26, 0.5);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 3px;
    margin-left: auto;
    border: 1px solid rgba(26,26,26, 0.5);
}
.mobile-filter-close span img {
	width: 9px;
    filter: brightness(1) invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #EB2A28;
    border: 1px solid #EB2A28;
    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::after{
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: rgba(235, 42, 40, 0.7);
    border-color: rgba(235, 42, 40, 0.7);
    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: 220px;
}
.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: #1A1A1A;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #EB2A28;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(235, 42, 40, 0.4);
    border-color: rgba(235, 42, 40, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #EB2A28;
}
.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: #1A1A1A;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 5px;
    border: 1px solid #1A1A1A;
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #1A1A1A;
    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: #EB2A28;
	font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #1A1A1A;
}
/* aanbod-list-sec */
.aanbod-list-sec{
    padding-bottom: 120px;
}
.product-img{
    border-radius: 8px;
    overflow: hidden;
}
.product-spec {
    box-shadow: 0px 0px 4px 2px #1A1A1A0F;
    background-color: #FFF;
    border-radius: 8px;
    margin-top: 16px;
    padding: 24px 12px;
}
.product-model h4{
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
.product-model p{
    margin-bottom: 0;
}
.product-model{
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.product-info table,
.product-info tbody {
    width: 100%;
}
.product-info table td h6 {
    font-family: 'Gabarito-Regular';
    font-size: 1.4rem;
    line-height: 22px;
}
.product-info table td p{
    margin-bottom: 0;
    font-family: 'Gabarito-Regular';
    font-size: 1.4rem;
    line-height: 22px;
}
.product-info table tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.product-info table td {
    padding-right: 8px;
    margin-right: 8px;
    padding-left: 21px;
    position: relative;
    border-right: 1px solid rgba(26, 26, 26, 0.1);
}
.product-info table td::after {
    position: absolute;
    content: "";
    background-image: url(../images/table-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    width: 14px;
    height: 14px;
    left: 0;
    top: 6px;
}
.product-info table tr td:last-child{
    padding-right: 0;
    margin: 0;
    border: 0;
}
.product-spec .home-product-price {
    margin-top: 24px;
}
.product-spec .common-btn {
    padding: 9px 24px;
    border-color: #1A1A1A;
    background-color: #1A1A1A;
    width: 100%;
}
.product-spec .common-btn::after {
    background-color: #EB2A28;
    bottom: -20px;
}
.product-spec .common-btn:hover::after {
    bottom: 160%;
    height: 100px;
}
.product-spec .common-btn:hover{
    border-color: #EB2A28;
}
.each-product{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product:hover .product-spec .common-btn{
    border-color: #EB2A28;
}
.each-product:hover .common-btn::after {
    bottom: 160%;
    height: 100px;
}
.each-product:hover .common-btn strong {
    top: 50%;
    transform: translateY(-50%);
}
.aanbod-list-sec .row{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 24px;
}
/* ========= VERKOCHT DETAIL PAGE ========= */
.verkocht-list-sec .product-spec .common-btn {
    margin-top: 24px;
}
.verkocht-list-sec{
    padding-top: 182px;
}
.verkocht-hedaing{
    margin-bottom: 34px;
}
/* ========= ANNBOD DETAIL PAGE ========= */
.anbd-detail-shr a{
    width: 50px;
    height: 50px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1A1A1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.anbd-detail-shr a:hover{
    background-color: #EB2A28;
    border-color: #EB2A28;
}
.anbd-detail-shr a:hover img{
    filter: brightness(0) invert(1);
}
.anbd-detail-shr a img,
.anbd-detail-shr a SVG{
    width: 16px  !important;
    height: 16px !important;
    margin: 0  !important;
}
.anbd-detail-shr a:hover svg path{
    fill: #FFF;
}
.anbd-detail-shr {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content;
    margin-left: auto;
    margin-top: -82px;
}
/* anbd-detail-sec */
.anbd-detail-wrap .row{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.anbd-detail-wrap .row .col-lg-5 {
    width: 46%;
}
.anbd-detail-wrap .row .col-lg-4 {
    width: 31.6%;
}
.anbd-detail-wrap .row .col-lg-3 {
    width: 22.4%;
}
.anbd-detail-slider{
    border-radius: 8px;
    overflow: hidden;
}
.anbd-product-control .common-arrow{
    border-color: #FFF;
    top: 50%;
    transform: translateY(-50%);
}
.anbd-product-control .common-arrow img{
    filter: brightness(1) invert(1);
}
.anbd-product-control .common-arrow:hover{
    border-color: #EB2A28;
}
.anbd-product-control .swiper-button-prev {
    left: 16px;
}
.anbd-product-control .swiper-button-next {
    right: 16px;
}
.anbd-product-control .common-arrow:hover img{
    filter: brightness(0) saturate(100%) invert(43%) sepia(99%) saturate(2151%) hue-rotate(334deg) brightness(84%) contrast(125%);
}
.anbd-product-spec{
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 2px #1A1A1A0F;
    padding: 24px;
    border-radius: 8px;
    height: 100%;
}
.anbd-product-model h4{
    margin-bottom: 8px;
    text-transform: uppercase;
}
.anbd-product-model p {
    margin-bottom: 0;
}
.anbd-product-model {
    border-bottom: 1px solid rgba(26, 26, 26, 0.1);
    padding-bottom: 24px;
    margin-bottom: 26px;
}
.anbd-product-spec ul{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.anbd-product-spec ul li {
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(26, 26, 26, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(26, 26, 26, 0.1);
    border-radius: 4px;
    padding: 10px 16px;
    padding-left: 21px;
}
.anbd-product-spec ul li em {
    font-style: normal;
    padding-left: 21px;
    position: relative;
}
.anbd-product-spec ul li em::before{
    position: absolute;
    content: "";
    background-image: url(../images/check-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.anbd-product-spec ul li strong{
    color: #1A1A1A;
    font-weight: normal;
    text-align: right;
}
.anbd-product-spec ul li::after{
    display: none;
}
.anbd-product-price p{
    color: #EB2A28;
    margin-bottom: 0;
}
.anbd-product-price h6{
    font-family: 'Gabarito-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #EB2A28;
}
.anbd-product-price h6 em{
    color: #1A1A1A;
    font-style: normal;
}
.anbd-product-price {
    background-color: rgba(26, 26, 26, 0.1);
    padding: 10px 16px;
    border-radius: 4px;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
}
.anbd-product-spec .common-btn{
    width: 100%;
    padding: 9px 24px;
}
.anbd-product-spec .common-btn::after {
    bottom: -15px;
}
.anbd-product-spec .common-btn:hover::after {
    bottom: 158%;
    height: 120px;
}
.anbd-product-spec .black-btn{
    background-color: #1A1A1A;
    border-color: #1A1A1A;
    margin-top: 8px;
}
.anbd-product-spec .black-btn:hover::after {
    background-color: #EB2A28;
}
.anbd-product-spec .black-btn:hover{
    border-color: #EB2A28;
}
.product-sub-img{
    border-radius: 8px;
    overflow: hidden;
}
.product-sub-warp{
    position: relative;
}
.product-sub {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-sub::after {
    position: absolute;
    content: "";
    backdrop-filter: blur(4px);
    background: rgba(245, 245, 245, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.product-sub h5{
    font-size: 1.8rem;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
}
.product-sub-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    text-align: center;
    width: 100%;
    padding: 0px 20px;
}
.anbd-detai-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.anbd-detail-wrap {
    padding-top: 32px;
}
.anbd-detail-mb-spec  ul{
    display: flex;
    flex-wrap: wrap;
}
.anbd-detail-mb-spec ul li::after{
    display: none;
}
.anbd-detail-mb-spec ul li {
    padding: 0;
    margin: 0;
    font-family: 'Gabarito-Regular';
    font-size: 1.4rem;
    line-height: 22px;
    color: #121212;
    border-bottom: 1px solid rgba(26, 26, 26, 0.10);
    padding: 15px 0;
    padding-left: 21px;
    display: inline-block;
    width: 50%;
}
.anbd-detail-mb-spec ul li::before{
    position: absolute;
    content: "";
    background-image: url(../images/check-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    width: 13px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.anbd-detail-mb-price {
    display: flex;
    align-items: center;
    margin-top: 22px;
    gap: 10px;
}
.anbd-detail-mb-price h4{
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 1.8px;
}
.anbd-detail-mb-price p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #121212;
}
.anbd-detail-mb-contact p{
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 22px;
    color: rgba(26,26,26, 0.5);
}
.anbd-detail-mb-contact p a {
    color: rgba(26,26,26, 0.5);
    display: flex;
    align-items: center;
    gap: 8px;
    width: max-content;
}
.anbd-detail-mb-contact p a:hover {
    color: #EB2A28;
}
.anbd-detail-mb-contact {
    margin-top: 21px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 32px;
}
.anbd-detail-mb-btn {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.anbd-detail-mb-btn .common-btn{
    width: 100%;
}
.anbd-detail-mb-btn .common-btn::after{
    bottom: -30px;
}
.anbd-detail-mb-btn .common-btn:hover::after {
    bottom: 100%;
    height: 148px;
}
.anbd-detail-mb-btn .black-btn{
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
}
.anbd-detail-mb-btn .black-btn::after{
    background-color: #EB2A28;
}
.anbd-detail-mb-btn .black-btn:hover{
    border-color: #EB2A28;
}
/****aanbod-dtl-tab-sec****/
.dtl-tab-sec .col-lg-4 {
    width: 30%;
}
.dtl-tab-sec .col-lg-8 {
    width: 70%;
}
.tab-btn .tabs li.active, 
.tab-btn .tabs li:hover {
    background-color: transparent;
    opacity: 1;
    color: #1A1A1A;
}
.tab-btn .tabs li.active::after,
.tab-btn .tabs li:hover::after {
    filter: brightness(0) saturate(100%) invert(11%) sepia(0%) saturate(26%) hue-rotate(229deg) brightness(91%) contrast(101%);
    opacity: 1;
}
.tab-btn ul.tabs li {
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    color: rgba(26, 26, 26, 0.5);
    text-transform: none;
	font-size: 2.4rem;
    font-family: 'Gabarito-SemiBold';
	line-height: 32px;
    letter-spacing: 2.4px;;
	padding-right: 16px;
    padding-left: 0;
	position: relative;
    opacity: 0.7;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
    display: none;
}
.tab_drawer_heading{
    display: none;
}
.dtl-tab-sec {
    padding: 120px 0;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn {
    margin-bottom: 24px;
}
.tab-btn .tabs {
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 20px;
    margin-bottom: 40px;
    padding-left: 0;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    margin: 0;
    list-style: none;
	gap: 16px;
}
.kenmerken-tab li {
    width: 32.3%;
    padding: 16px 24px;
    background-color: #F5F5F5;
    position: relative;
    font-family: 'Gabarito-Regular';
    color: rgba(26, 26, 26, 0.50);
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    border-radius: 5px;
}
.kenmerken-tab li:hover {
    background-color: #1A1A1A;
	color: #FFF;
}
.kenmerken-tab li strong {
    font-weight: normal;
	display: block;
	color: #1A1A1A;
    text-align: right;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.kenmerken-tab li:hover strong {
    color: #FFF;
}
.kenmerken-tab li::after {
	display: none;
}
.kenmerken-tab{
	overflow: hidden;
}
.bullet-panel h4 {
    border-bottom: 1.5px solid #141414;
    padding-bottom: 10px;
	margin-bottom: 10px;
    color: #141414;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    position: relative;
	margin-bottom: 5px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EB2A28;;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #EB2A28;;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
	font-size: 1.6rem;
    line-height: 24px;
	text-transform: none;
    color: #fff;
}
.each-onderhoud-block h4 {
	text-transform: none;
    font-size: 1.8rem;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-size: 1.6rem;
	text-transform: none;
    line-height: 24px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn{
    margin-top: 40px;
    cursor: pointer;
}
.tab-btn .tabs li.active::after {
	transform: rotate(90deg);
    opacity: 1;
}
.tabs li::after {
    content: "";
    top: 6px;
    background-color: transparent;
    width: 6px;
    height: 20px;
    position: absolute;
    right: 0;
    left: auto;
    background-size: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/tab_arrow.svg);
    opacity: 0.5;
}
/*****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-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    background-color: #1A1A1A;
    border-radius: 10px;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
	border: 1px solid #141414;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.kenmarken-popup-close {
	background-color: transparent;
    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 #fff;
}
.kenmarken-popup-close img {
	width: 15px;
}
.kenmarken-popup-content {
	overflow-y: auto;
    overflow-x: clip;
	height: calc(100% - 116px);
	padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
	background-color: #5B5A5E;
	width: 10px;
    border-radius: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
	background-color: #999999;
    border-radius: 10px;
}
.kenmerken-popup-model {
	padding-bottom: 30px;
	padding-right: 40px;
}
.kenmerken-popup-model h3 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.kenmerken-popup-model h5 {
    color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.kenmarken-popup-content h4 {
	margin-bottom: 10px;
    color: #fff;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.kenmarken-popup-content li::after {
    display: none;
}
.dtl-car-office {
    border: 1px solid rgba(26, 26, 26, 0.10);
    background-color: #FFF;
    box-shadow: 0px 10px 30px 0px #0000000D;
    border-radius: 5px;
    padding: 8px;
    max-width: 416px;
    width: 100%;
    margin-left: auto;
}
.dtl-car-office-top {
    padding: 17px 14px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.dtl-car-office-img {
    border-radius: 100%;
    height: 67px;
    min-width: 67px;
    width: 67px;
    margin-right: 16px;
    overflow: hidden;
}
.dtl-car-office-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.dtl-office-dark {
    display: none;
}
.dtl-car-office-top h3 {
    letter-spacing: normal;
}
.dtl-car-office-top h5 {
    color: #1A1A1A;
    font-family: 'Gabarito-SemiBold';
    font-size: 1.8rem;
    line-height: 26px;
}
.dtl-car-office-text p{
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 24px;
    color: rgba(26, 26, 26, 0.5);
}
.dtl-car-office-text p a{
    color: rgba(26, 26, 26, 0.5);    
}
.dtl-car-office-text p a:hover{
    color: #EB2A28;
}
.dtl-car-office-btm {
    padding: 21px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.dtl-car-office-btm p {
    margin-bottom: 14px;
    color: #1A1A1A;
}
.dtl-car-office-btm p strong {
    margin-right: 6px;
    font-weight: normal;
}
.dtl-car-office-btm p:last-child {
    margin-bottom: 0;
}
.dtl-car-office-btm p a {
    color: #1A1A1A;
}
.dtl-car-office-btm p a:hover {
    color: #EB2A28;
}
.dtl-car-office-btm p img {
    margin-right: 9px;
}
.dtl-car-office-share {
    width: 30px;
    text-align: right;
}
/* related-product-sec */
.related-product-sec{
    padding-top: 120px;
    padding-bottom: 100px;
}
.related-product-heading{
    text-align: center;
    margin-bottom: 60px;
}
.related-product-slider{
    margin: 0px -8px;
}
.related-product-slider .swiper-slide{
    padding: 0px 8px;
    padding-bottom: 20px;
}
/****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: 8px;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    box-shadow: 0 1.4px 0 1px rgba(255, 255, 255, 0.18) inset, 0 10px 26px -12px rgba(0, 0, 0, 0.70);
    background-color: rgba(0, 0, 0, 0.60);
    border-radius: 24px;
    padding: 9px;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px;
    backdrop-filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}
.aanbod-dtl-mob-contact-bar > ul > li > button {
    padding: 13px 50px 13px 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 0.5px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    text-align: left;
    position: relative;
}
.aanbod-dtl-mob-contact-bar > ul > li > button img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 12px;
    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: 48px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    background-color: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.18) inset;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-mob-contact-bar > ul > li > a img {
    width: 25px;
    filter: brightness(0) invert(1);
}
.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 {
    border-bottom: 1px solid #1B8645;
    background-color: rgba(37, 211, 102, 0.22);
    box-shadow: 0 1px 0 1px rgba(160, 255, 195, 0.35) inset;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    width: 100%;
    display: none;
    background-color: rgba(20, 20, 20, 0.55);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button,
.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    padding: 14px 20px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    background-color: rgba(255, 255, 255, 0.10);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    display: block;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-mob-contact-bar > ul > li > ul > li:last-child > button {
    border-bottom: 0;
}
.aanbod-dtl-mob-contact-active > ul > li > button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    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;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.60);
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 1px rgba(255, 255, 255, 0.90) inset, 0 12px 30px -16px rgba(20, 24, 34, 0.35);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a img {
    filter: brightness(1) invert(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button img {
    filter: brightness(0);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button strong {
    color: #222831;
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > button, 
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul > li > a {
    color: #222831;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7)
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > ul {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.16);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > a {
    background-color: rgba(255, 255, 255, 0.8);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li > button {
    background-color:  rgba(255, 255, 255, 0.85);
}
.light-dtl-bar.aanbod-dtl-mob-contact-bar > ul > li.aanbod-dtl-mob-contact-wp > a {
    background-color: #A5D9B9;
    border-bottom-color: rgba(37, 211, 102, 0.50);
}
/*******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;
    max-width: calc(100% - 40px);
    margin: 0 auto 20px;
    border-radius: 10px;
}

.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{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.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(#EB2A28 calc(1*100%/6),#fff 0 calc(3*100%/6),#EB2A28 0),
              linear-gradient(#EB2A28 calc(2*100%/6),#fff 0 calc(4*100%/6),#EB2A28 0),
              linear-gradient(#EB2A28 calc(3*100%/6),#fff 0 calc(5*100%/6),#EB2A28 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: #EB2A28;
  }


.carpass-img {
    width: 115px;
}










.widget-btn-area {
  bottom: 2rem;
  left:3rem;
  z-index: 99;
  font-family: "Nunito Sans", sans-serif;
}
.widget-btn {
  border-radius: 10px;
  background: #FF7100;
  box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  padding: 1.3rem 2.5rem;
  font-size: 1.7rem;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.widget-btn span:after, .widget-mobile span:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right:-.5rem;
  content: '';
  width:1rem;
  height: 1rem;
  background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content {
  background: #1c1c1c;
  padding: 4.5rem;
  -webkit-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  box-shadow:-5px 1px 17px 3px rgba(0,0,0,0.2);
  border-radius: 20px;
  width: 51rem;
  display: none;
}
.arw-rotate {
  margin-top:-2.5rem;
  margin-bottom: 1rem;
  transform: rotate(-90deg);
  cursor:pointer;
}
.widget-content h4, .widget-content h5 {
  text-transform: unset;
  color: #fff;
  letter-spacing: normal;
}
.widget-content h4 {
  font-weight: 500;
  font-size: 2.4rem;
}
.widget-content h5 {
  font-weight: 400;
  font-size: 1.7rem;
  margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span {
  text-decoration: underline;
  color: #FF7100;
}
.widget-content button, .widget-mobile button {
  border-radius: 5px;
  color: #fff;
  border: 2px solid #FF7100;
  background: #FF7100;
  padding: 1.2rem 2rem;
  font-size: 1.7rem;
  font-weight: 600;
  margin-right: .5rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #FF7100 !important;
}
.monthly_amount{
  cursor:pointer;
}
.iframe-footer {
    border: 0;
    width: 100%;
    height: 50px;
    display: block;
}

.fix-wp {
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
    position: fixed;
    bottom: 60px;
    right: 28px;
    z-index: 97;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.fix-call {
    height: 52px;
    width: 52px;
    background-color: #00132F;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.fix-wp img,
.fix-call img {
    width: 22px;
}
.fix-wp a, 
.fix-call a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


/* whats app lab start  */
.fix-wp {
    height: 52px;
    width: 52px;
    background-color: #25D366;
    border-radius: 100%;
}
.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: 2.7vw;
    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;
    }
}
/* whatapp lab end  */
.privacy_section{
    padding-top: 146px;
    padding-bottom: 80px;
}
.modal-area2 .close-img img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(81%) saturate(6084%) hue-rotate(82deg) brightness(94%) contrast(107%);
}
.form-height-add{
    margin-bottom: 20px;
}