body {
	padding: 0px;
	margin: 0px;
	color: #1C1C1C;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    background-color: #F6F6F6;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****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;
}
/****iframe-footer****/
.iframe-footer {
    border: 0;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    display: block;
}
/* ============================================== index ============================================== */
/****fix-wp****/
.fix-wp a {
    position: fixed;
    right: 20px;
    bottom: 25%;
    width: 63px;
    height: 65px;
    background: #25D366;
    border-radius: 65.081px;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix-wp a img {
    width: 24px;
}
/****fix-klanten****/
.fix-klanten a {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 98;
}
.fix-klanten a img {
    width: 60px;
}
/****header-area****/
.header-area {
    padding: 27px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header-logo img {
    width: 100px;
}
.header-wrap {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(84, 84, 84, 0.30);
    backdrop-filter: blur(40px);
    padding: 10px 0;
    margin: 0 6.4%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky .header-wrap {
    background-color: #BB1225;
}
.header-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-nav ul {
    display: flex;
    align-items: center;
    column-gap: 43px;
    justify-content: center;
}
.header-nav li {
    font-size: 1.6rem;
    font-family: 'Inter-Regular';
    line-height: 24px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.70);
}
.header-nav li a {
    color: rgba(255, 255, 255, 0.70);
}
.header-nav li a.active {
    color: #fff;
}
.header-nav li a:hover {
    color: #fff;
}
.header-others ul {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 8px;
}
.header-others li {
    padding-left: 0;
}
.header-contact {
    font-size: 1.4rem;
    font-family: 'LamaSans-Medium';
    line-height: 22px;
    letter-spacing: 0.28px;
    border-radius: 75px;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 12px 20px;
    letter-spacing: 0.28px;
}
.header-contact:hover {
    background-color: #BF192B;
    border-color: #BF192B;
    color: #fff;
}
.header-area.stiky .header-contact:hover {
    background-color: #fff;
    border-color: #fff;
    color: #BF192B;
}
.menu-btn {
    border: 1px solid #fff;
    padding: 0 25px 0 15px;
    border-radius: 75px;
    background-color: #fff;
    cursor: pointer; 
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 101;
    font-family: 'LamaSans-Medium';
    line-height: 22.12px;
    letter-spacing: 0.28px;
    font-size: 1.4rem;
}
.menu-bar {
    position: relative;
    max-width: 46px;
    height: 42px;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-top: -5px;
    transform: rotate(180deg);
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #1c1c1c;
    content: '';
    height: 1px;
    margin: 4px 0 4px auto;
    width: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 10px;
    right: 10px;
}
.menu-bar div {
    width: 10px;
}
/* .menu-bar.active  div {
    transform: scale(0);
}
.menu-bar.active:before {
    transform: translateY(6px) rotate(135deg);
}
.menu-bar.active:after {
    transform: translateY(-4px) rotate(-135deg);
} */
.header-nav li.dropdown a::after {
    position: absolute;
    top: 33%;
    right: -15px;
    content: '';
    width: 8px;
    height: 8px;
    background: url(../images/dropdown-arrow.svg) no-repeat center / 10px;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dropdown-show li::after {
    opacity: 0;
}
.header-nav li.active a::after {
    opacity: 1;
}
.header-nav .dropdown-menu {
    pointer-events: none;
    opacity: 0;
    top: 45px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #73766A;
    background-color: rgba(84, 84, 84, 0.30);
    backdrop-filter: blur(40px);
    padding: 0;
    /* z-index: -1; */
    /* min-width: 348px; */
    min-width: max-content;
    display: block;
    padding: 27px 15px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav .dropdown-menu.active {
    opacity: 1;
    pointer-events: all;
}
.header-nav .dropdown-menu::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 25px;
    width: 100%;
    z-index: 1;
}
.header-nav .dropdown-menu::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(84, 84, 84, 0.30);
    backdrop-filter: blur(40px);
}
.header-nav .dropdown-menu li {
    margin-bottom: 15px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
}
.header-nav .dropdown-menu li a::after {
    display: none;
}
.header-nav .dropdown-menu li a {
    color: #fff;
    font-size: 2rem;
    font-family: 'Inter-Medium';
    line-height: normal;
}
/* .header-nav .dropdown-menu li a:hover {
    color: #FFBF00;
} */
.header-nav .dropdown-menu li:hover a {
    color: #FFBF00;
}
.header-area.stiky .dropdown-menu {
    border-color: rgba(255, 255, 255, 0.25);
    background-color: #BB1225;
}
/***mega-menu****/
.mega-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mega-menu.active {
    top: 0;
}
.mega-menu-empty {
    height: 100%;
    position: relative;
    width: 100%;
}
body.active {
    position: relative;
    overflow: hidden;
}
body::after {
    content: "";
    height: 100%;
    width: 100%;
    backdrop-filter: blur(6px);
    background-color: rgba(22, 21, 21, 0.20);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}
body.active::after {
    opacity: 1;
    pointer-events: all;
}
.mega-menu .col-lg-8 {
    width: 53%;
}
.mega-menu .col-lg-4 {
    height: 100%;
    width: 47%;
}
.mega-menu-main {
    background-color: #BB1225;
    height: 100%;
    position: relative;
    padding: 31px 0 140px;
}
.mega-menu-main .container {
    height: 100%;
}
.mega-menu-logo {
    padding-bottom: 68px;
}
.mega-menu-logo img {
    width: 173px;
}
.mega-menu-main-wrap {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
.mega-menu-main-wrap::-webkit-scrollbar {
    width: 10px;
    background-color: #1C1C1C;
    border: 1px solid #1C1C1C;
}
.mega-menu-main-wrap::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #DD271E;
}
.mega-menu-nav {
    margin-bottom: 92px;
}
.mega-menu-nav li {
    color: #fff;
    font-family: 'Inter-Medium';
    font-size: 2rem;
    line-height: normal;
    margin-bottom: 20px;
    padding-left: 0;
}
.mega-menu-nav li:last-child {
    margin-bottom: 0;
}
.mega-menu-nav li a {
    font-family: 'Inter-Medium';
    font-size: 2.5rem;
    line-height: normal;
    color: #fff;
}
.mega-menu-nav li a:hover {
    color: #FFBF00;
}
.mega-menu-contact {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    background-color: #1C1C1C;
    position: relative;
    transform: rotate(-4deg);
    padding: 55px 46px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
}
.mega-menu-main {
    /* position: relative; */
}
.menu-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.mega-menu-contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: -11%;
    width: 100vw;
    height: 100%;
    background-color: #1C1C1C;
}
.each-mega-menu-contact {
    width: 32%;
    position: relative;
    z-index: 1;
}
.each-mega-menu-contact p {
    margin-bottom: 0;
}
.each-mega-menu-contact p a {
    color: #fff;
}
.each-mega-menu-contact p a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.mega-menu-nav ul li.submenu {
    position: relative;
    padding-right: 28px;
    display: inline-block;
}
.submenu img {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}
.mega-menu-nav ul {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.submenu .dropdown-show {
    position: absolute;
    /* min-width: 267px; */
    min-width: max-content;
    padding: 22px 15px 26px;
    margin-top: 3px;
    margin-bottom: 16px;
    border-radius: 10px;
    background: #FFF;
    display: none !important;
    z-index: 1;
}
.submenu .dropdown-show.show {
    display: block !important;
}
.dropdown-show li a {
    font-family: 'Inter-Medium';
    color: #1C1C1C;
    font-size: 2rem;
    line-height: normal;
}
.dropdown-show li {
    cursor: pointer;
}
.dropdown-show li:hover a {
    color: #BB1225;
}
.dropdown-show li a:hover {
    /* color: #BB1225; */
}
/* .submenu {
    position: relative;
}
.submenu::after {
    content: '';
    position: absolute;
    top: 18px;
    left: auto;
    right: 0;
    background-image: url(../images/submenu-arw.svg);
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateX(0);
    background-color: transparent;
    display: block;
} */
.each-mega-menu-contact h6 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #FFF;
}
.mega-menu-logo,
.mega-menu-nav {
    padding-left: 70px;
    padding-right: 70px;
}
.mega-menu-contact {
    padding-left: 116px;
    padding-right: 116px;
}
.menu-cross img {
    width: 18px;
}
.menu-cross {
    background-color: #fff;
    border-radius: 75px;
    overflow: hidden;
    height: 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 68px;
    cursor: pointer;
}
.mega-menu-active-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 70px; 
}
.mega-menu-nav ul li.submenu.active .dropdown-show {
    display: block !important;
}
/*****banner-sec***/
.banner-wrap {
	position: relative;
}
.banner-sec {
    position: relative;
    z-index: 2;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner,
.banner-video {
	height: 900px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}
.banner-content h1 {
    margin-bottom: 31px;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    overflow-x: clip;
}
.usp-marquee-outer-wrap {
    position: relative;
    overflow: hidden;
    width: calc(100% + 2px);
    padding: 26px 0;
    background-color: #BB1225;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-2deg);
    z-index: 2;
    top: -45px;
}
.usp-marquee-outer-wrap::after {
    background-color: rgba(27, 27, 27, 0.70);
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
}
.usp-marquee-wrap {
	display: flex;
	width: max-content;
}
.usp-marquee-wrap,
.usp-marquee-wrap ul {
    gap: 178px;
}
.usp-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.usp-marquee-wrap li {
    position: relative;
}
.usp-marquee-wrap li {
	white-space: nowrap;
	line-height: 24px;
	font-size: 1.6rem;
    font-family: 'Inter-Regular';
	padding-left: 24px;
	position: relative;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.usp-marquee-wrap li::after {
    content: '';
    position: absolute;
    background-image: url(../images/usp-img.svg);
    height: 14px;
    width: 14px;
    background-size: 14px;
    top: 5px;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
}
.usp-marquee-wrap li:hover {
    /* color: #090A0E; */
}
/****product-sec****/
.product-sec {
    background-color: #1C1C1C;
    position: relative;
    padding-top: 55px;
    padding-bottom: 60px;
}
.product-mark {
    position: absolute;
    right: 0;
    pointer-events: none;
    z-index: 1;
    top: -67%;
}
.product-sec::after {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 80px;
    background-color: #1c1c1c;
}
.product-title {
    position: relative;
    z-index: 1;
    margin-bottom: 63px;
}
.each-product-top-info h4 {
    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-product-top-info p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(28, 28, 28, 0.70);
    margin: 3px 0 14px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product {
    background-color: #F6F6F6;
    border-radius: 10px;
    padding: 13px 0 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btm-info li {
    display: flex;
    flex-direction: column;
    padding: 12px 10px 16px;
    padding-left: 10px;
    position: relative;
}
.each-product-btm-info li:first-child {
    padding-left: 0;
}
.each-product-btm-info li:first-child::after {
    display: none;
}
.each-product-btm-info li:last-child {
    padding-right: 0;
}
.each-product-btm-info ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.each-product-top-info {
    padding: 0 24px;
}
.each-product-btm-info {
    padding: 0 25px;
}
.each-product-btm-info li::after {
    background-color: #B5B5B5;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btm-info ul::after {
    background-color: #B5B5B5;
    content: '';
    position: absolute;
    left: -30%;
    bottom: 0;
    height: 1px;
    width: 100vw;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-btm-info {
    overflow: hidden;
}
.each-product-btm-info li {
    font-family: 'LamaSans-Medium';
    line-height: 22.12px;
    letter-spacing: 0.28px;
    font-size: 1.4rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 33%;
    text-align: center;
}
.each-product-btm-info li strong {
    font-weight: normal;
    font-size: 2rem;
    font-family: 'Inter-Medium';
    line-height: normal;
    word-break: break-word;
}
.product-price h4 {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 18px;
    flex-wrap: wrap;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-price h4 strong {
    font-weight: normal;
    font-family: 'LamaSans-Medium';
    line-height: 22.12px;
    letter-spacing: 0.28px;
    font-size: 1.4rem;
}
.each-product:hover {
    background-color: #BB1225;
}
.each-product:hover .each-product-top-info h4 {
    color: #fff;
}
.each-product:hover .each-product-top-info p {
    color: rgba(255, 255, 255, 0.70);
}
.each-product:hover .each-product-btm-info li {
    color: #fff;
}
.each-product:hover .each-product-btm-info li::after {
    background-color: #CF5966;
}
.each-product:hover .each-product-btm-info ul::after {
    background-color: #CF5966;
}
.each-product:hover .product-price h4 {
    color: #fff;
}
.product-slider .swiper-horizontal .swiper-scrollbar{
    height: 1px;
    position: initial;
}
.product-slider .swiper-scrollbar {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.20);
    width: 100%;
    display: block;
    height: 2px;
    z-index: 1;
}
.product-slider .swiper-scrollbar-drag {
    background: #fff;
}
.slider_control .swiper-button-prev,
.slider_control .swiper-button-next{
    position: initial;
}
.slider-btn {
    display: flex;
    justify-content: end;
    column-gap: 10px;
}
.slider-btn ul{
   margin: auto;
}
.slider-btn .common-arrow {
    height: 45px;
    width: 45px;
}
.slider_control {
    margin-top: 52px;
}
.slider_control .col-lg-10 {
    width: 90%;
}
.slider_control .col-lg-2 {
    width: 10%;
}
.product-btn {
    display: none;
}
/****service-sec****/
.service-sec {
    padding: 80px 0 0;
    position: relative;
}
.service-left-mark,
.service-right-mark {
    position: absolute;
    top: 7%;
    left: 0;
}
.service-right-mark {
    left: auto;
    right: 0;
}
.service-title {
    margin-bottom: 58px;
}
.service-title p {
    width: 100%;
    max-width: 996px;
    margin: 16px auto 34px;
}
.service-title ul {
    display: flex;
    column-gap: 15px;
    justify-content: center;
}
.service-title li {
    padding-left: 0;
}
.service-title .common-btn {
    padding-left: 28px;
    padding-right: 28px;
}
.service-title .common-btn::before {
    width: 100%;
    background-color: transparent;
    border: 1px solid #BF192B;
}
.service-title .common-btn img {
    margin-right: 6px;
}
.service-title .common-btn::after {
    content: '';
    position: absolute;
    /* bottom: -20%; */
    bottom: -11%;
    left: 50%;
    transform: translateX(-50%);
    /* width: 17px;
    height: 17px; */
    width: 12px;
    height: 12px;
    background-image: url(../images/service-btn-mark.svg);
    /* background-size: 17px; */
    background-size: 12px;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-title .common-btn:hover::after {
    opacity: 1;
}
.service-title .common-btn:hover::before {
    background-color: #BF192B;
}
.service-title .common-btn:hover img {
    filter: brightness(0) invert(1);
}
.service-title .common-btn.bekijk-diensten strong {
    position: relative;
    padding-left: 25px;
}
.service-title .common-btn.bekijk-werkplaats strong {
    position: relative;
    padding-left: 22px;
}
.service-title .common-btn.bekijk-diensten strong::before,
.service-title .common-btn.bekijk-werkplaats strong::before {
    content: '';
    position: absolute;
    top: 13%;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/service-icon1.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}
.service-title .common-btn.bekijk-werkplaats strong::before {
    background-image: url(../images/service-icon2.svg);
    width: 15px;
    height: 15px;
    background-size: 15px;
}
.service-title .common-btn.bekijk-diensten:hover strong::before,
.service-title .common-btn.bekijk-werkplaats:hover strong::before {
    filter: brightness(0) invert(1);
}
.service-slider {
    width: 104vw;
    margin-left: -43vw;
    left: 41%;
    position: relative;
    border-bottom: 9px solid #BB1225;
}
.each-service {
    border-right: 1px solid #fff;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 459px;
}
.each-service-img {
    height: 100%;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.60) 0%, rgba(28, 28, 28, 0.30) 100%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service:hover::after {
    opacity: 1;
}
.each-service-info {
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 100%;
    padding: 32px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-info p {
    color: #fff;
    word-break: break-word;
    white-space: normal;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-info h5 {
    margin-bottom: 14px;
}
.each-service-info h3 {
    word-break: break-word;
    white-space: normal;
}
.each-service-info-btm .common-btn {
    border: 1px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    padding: 8px 14px;
    margin-top: 28px;
}
.each-service-info-btm .common-btn::before {
    opacity: 0;
}
.each-service-info-top p,
.each-service-info-btm h5,
.each-service-info-btm .common-btn {
    opacity: 0;
}
.each-service:hover .each-service-info-top p,
.each-service:hover .each-service-info-btm h5,
.each-service:hover .each-service-info-btm .common-btn {
    opacity: 1;
}
.each-service:hover .each-service-info-btm .common-btn {
    background-color: #BB1225;
    border-color: #BB1225;
}
.each-service:hover .each-service-info {
    bottom: 0;
}
.service-sec {
    overflow-x: clip;
}
.service-slider-wrap {
    display: flex;
    align-items: center;
} 
.service-marquee-outer {
    overflow: hidden;
}
.service-slider-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
    align-items: center;
}
.service-slider-wrap li {
	white-space: nowrap;
	line-height: normal;
    padding-left: 0;
    min-width: 432px;
}
/**** home-about-sec ****/
.home-about-sec {
    position: relative;
    overflow: hidden;
}
.home-about-mark {
    position: absolute;
    right: 0;
    bottom: 33%;
    pointer-events: none;
    display: none;
}
.home-about-title {
    margin-bottom: 34px;
}
.home-about-title-right p {
    margin-bottom: 0;
    max-width: 630px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.home-about-title-left h6 {
    font-family: 'LaBelleAurore';
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 7px;
}
.home-about-sec {
    padding: 107px 0 113px;
}
.home-about-area .col-lg-8 {
    width: 60%;
}
.home-about-area .col-lg-4 {
    width: 40%;
}
.home-about-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-home-counter-area {
    border-radius: 10px;
    background: #BB1225;
    width: 32.26%;
    padding: 19px 21px;
}
.home-counter-area {
    display: flex;
    flex-wrap: wrap;
    column-gap: 13px;
    padding: 0 22px;
    margin-bottom: -9%;
    position: relative;
    z-index: 1;
}
.counter-icon {
    width: 34px;
    height: 34px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.counter-icon img {
    width: 13px;
}
.each-counter h4 {
    color: #FFF;
    font-family: 'Inter-SemiBold';
    font-size: 2.4rem;
    line-height: normal;
}
.each-counter h3 {
    margin: 31px 0 12px;
}
.home-about-info {
    padding-right: 20px;
}
.home-about-info tr {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.home-about-info td:nth-child(odd) {
    width: 42px;
    height: 42px;
    background-color: #fff;
    filter: drop-shadow(0px 3px 18px rgba(0, 0, 0, 0.02));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
}
.home-about-info td:nth-child(even) {
    position: relative;
}
/* .home-about-info td:nth-child(even)::after {
    content: '';
    position: absolute;
    left: -13px;
    transform: translateX(-50%);
    width: 20px;
    background-image: url(../images/line-img.svg);
    background-repeat: no-repeat;
    bottom: 17px;
    height: calc(100% - 73px);
    background-size: contain;
} */
.home-about-info td:nth-child(even)::after {
    content: '';
    position: absolute;
    left: -13px;
    transform: translateX(-50%);
    width: 20px;
    bottom: 17px;
    height: calc(100% - 73px);
    border-left: 2px dashed #BB1225;
}
.home-about-info tr:last-child td:nth-child(even)::after {
    display: none;
}
.home-about-info td:nth-child(even) img {
    width: 15px;
    height: 15px;
}
.home-about-info td:nth-child(even) {
    padding-left: 34px;
}
.home-about-info td:nth-child(even) h3 {
    color: #1C1C1C;
}
.home-about-info td:nth-child(even) p {
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    letter-spacing: 0.28px;
    color: rgba(28, 28, 28, 0.70);
    margin-bottom: 0;
    max-width: 343px;
    width: 100%;
    margin-bottom: 85px;
    margin-top: 8px;
}
.home-about-info tr:hover td:nth-child(odd) {
    background-color: #BB1225;
}
.home-about-info tr:hover td:nth-child(odd) img {
    filter: brightness(0) invert(1);
}
.home-about-info tr:last-child td:nth-child(even) p {
    margin-bottom: 0;
}
.home-about-btn {
    padding-left: 14%;
    margin-top: 21px;
}
.home-about-btn .common-btn strong {
    color: #1C1C1C;
}
.home-about-btn .common-btn:hover strong {
    color: #fff;
}
/***********home-brand-marquee************/
.home-brand-marquee-sec {
	position: relative;
	width: 100%;
    padding: 22px 0;
    background-color: #fff;
}
.home-brand-marquee-outer {
    overflow: hidden;
}
.home-brand-marquee-wrap {
	display: flex;
	width: max-content;
    align-items: center;
}
.home-brand-marquee-wrap,
.home-brand-marquee-wrap ul {
    gap: 98px;
}
.home-brand-marquee-wrap ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
    align-items: center;
}
.home-brand-marquee-wrap li {
	white-space: nowrap;
	line-height: normal;
}
.home-brand-marquee-sec .sec-bg::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(72, 60, 50, 0.42);
    filter: blur(238.60000610351562px);
}
/**** footer ****/
.footer-area {
    overflow: hidden;
}
.footer-top {
    background-color: #BB1225;
    position: relative;
}
.footer-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 70%);
    height: 100%;
    background-color: #1C1C1C;
}
.footer-top-left {
    background-color: #1C1C1C;
    position: relative;
    z-index: 1;
}
.footer-top-left,
.footer-info {
    padding: 46px 0;
    height: 100%;
}
.footer-logo {
    margin-bottom: 83px;
}
.footer-logo img {
    width: 176px;
}
.footer-top-left p {
    margin-bottom: 0;
    color: #fff;
    max-width: 330px;
    width: 100%;
}
.footer-top .col-lg-4 {
    width: 28%;
}
.footer-top .col-lg-8 {
    width: 72%;
}
.footer-top-left h3 {
    margin-bottom: 17px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    padding-left: 81px;
}
.each-footer-contact-dtls h6 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
}
.each-footer-contact-dtls a {
    color: #FFF;
    font-family: 'Inter-Medium';
    font-size: 2rem;
    line-height: normal;
}
.each-footer-contact-dtls a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.each-footer-contact-dtls {
    margin-bottom: 62px;
}
.each-footer-contact-dtls:last-child {
    margin-bottom: 0;
}
.each-footer-info li {
    padding-left: 0;
    margin-bottom: 22px;
    position: relative;
}
.each-footer-info li:last-child {
    margin-bottom: 0;
}
.each-footer-info li a {
    font-family: 'Inter-Medium';
    line-height: normal;
    font-size: 2rem;
}
.each-footer-info li a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.each-footer-info li.submenu a {
    padding-right: 10px;
}
.each-opening-time {
    margin-bottom: 46px;
}
.each-opening-time:last-child {
    margin-bottom: 0;
}
.each-opening-time h6 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
    margin-bottom: 6px;
}
.each-opening-time td {
    font-family: 'Inter-Medium';
    line-height: normal;
    font-size: 2rem;
    color: #fff;
}
.each-opening-time td:nth-child(odd) {
    padding-right: 5px;
}
.footer-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
}
.footer-brand-logo {
    display: flex;
    column-gap: 17px;
}
.footer-btm {
    background-color: #1C1C1C;
    padding: 40px 0;
}
.footer-privacy {
    text-align: center;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    column-gap: 11px;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li a {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social li a:hover {
    background-color: #BB1225;
}
.footer-social li img {
    width: 12px;
}
.footer-privacy a {
    color: rgba(255, 255, 255, 0.75);
    line-height: 24px;
}
.footer-privacy a:hover {
    color: #fff;
}
.footer-mobile-privacy,
.footer-mobile-social {
    display: none;
}
.each-footer-info .submenu.active .dropdown-show {
    display: block !important;
}
.each-footer-info .submenu .dropdown-show {
    padding: 10px 9px;
}
.each-footer-info .dropdown-show li a {
    font-size: 1.2rem;
}
.each-footer-info .dropdown-show li a:hover {
    color: #BB1225;
}
.each-footer-info .dropdown-show li {
    margin-bottom: 3px !important;
}
.each-footer-info .submenu img {
    top: 10px;
    width: 10px;
    right: auto;
}
/* ================================= aanbod-dtl ==================================== */
/****inner-header****/
.inner-header .header-wrap {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: #BB1225;
    backdrop-filter: blur(40px);
}
.inner-header .header-contact:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1c1c1c;
}
/****back-btn-sec****/
.back-btn-sec {
    padding: 140px 0 46px;
    z-index: 1;
    position: relative;
}
/****aanbod-top-sec****/
.aanbod-top-sec {
    position: relative;
}
.aanbod-top-mark {
    position: absolute;
    top: -31%;
    right: 0;
    pointer-events: none;
}
.mob-aanbod-top-mark {
    display: none;
}
.aanbod-top-sec .col-lg-7 {
    width: 60%;
}
.aanbod-top-sec .col-lg-5 {
    width: 40%;
}
.aanbod-top-slider {
    position: relative;
    height: 100%;
}
.each-aanbod-top-slider-img {
    height: 100%;
}
.each-aanbod-top-slider-img img {
    height: 100%;
    object-fit: cover;
}
.aanbod-top-slider .swiper,
.each-aanbod-top-slider-img,
.each-aanbod-top-thumb {
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-top-big-slider {
    margin-bottom: 8px;
}
.aanbod-top-slider .common-arrow {
    top: 36%;
}
.aanbod-top-left-top,
.aanbod-top-left-btm {
    border-radius: 10px;
    background: #FFF;
    padding-left: 50px;
    padding-right: 40px;
}
.aanbod-top-left-top {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    margin-bottom: 7px;
}
.aanbod-top-left-title h2 {
    color: #1C1C1C;
}
.aanbod-top-left-title h5 {
    color: rgba(28, 28, 28, 0.70);
    margin-top: 15px;
}
.aanbod-top-left-car-info {
    position: relative;
    padding: 20px 0;
    margin: 24px 0;
}
.aanbod-top-left-car-info::before,
.aanbod-top-left-car-info::after {
    content: '';
    position: absolute;
    top: 0;
    left: -13%;
    width: calc(100% + 30%);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15);
}
.aanbod-top-left-car-info::after {
    top: auto;
    bottom: 0;
}
.aanbod-top-left-car-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.aanbod-top-left-car-info td {
    /* padding-right: 51px; */
    padding-right: 48px;
}
.aanbod-top-left-car-info td h5 {
    color: rgba(28, 28, 28, 0.80);
    margin-bottom: 10px;
}
.aanbod-top-left-price p {
    color: rgba(28, 28, 28, 0.70);
}
.aanbod-top-left-price p strong {
    color: #1C1C1C;
    font-weight: normal;
}
.aanbod-top-left-price h2 {
    margin-bottom: 10px;
}
.aanbod-top-left-btm {
    padding-top: 36px;
    padding-bottom: 36px;
    position: relative;
}
.aanbod-top-left-btm img {
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-top-left-btm h3 {
    color: #1C1C1C;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 26px 0 20px;
}
.aanbod-top-left-btm ul {
    display: flex;
    column-gap: 20px;
    position: relative;
    margin: 15px 0 8px;
}
.aanbod-top-left-btm ul::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 43%;
    transform: translateY(-50%);
    width: 2px;
    height: calc(100% - 10px);
    background-color: rgba(28, 28, 28, 0.80);
}
.aanbod-top-left-btm li {
    padding-left: 0;
}
.aanbod-top-left-btm a {
    font-family: 'Inter-Medium';
    font-size: 2rem;
    color: rgba(28, 28, 28, 0.80);
}
.aanbod-top-left-btm a:hover {
    color: #BB1225;
}
.aanbod-top-left-btm-mark {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.mob-tab-top-sec {
    display: none;
}
/****tab-top-sec****/
.tab-top-sec {
    padding: 40px 0 18px;
}
.tab-top-area ul {
    display: flex;
    column-gap: 12px;
    justify-content: end;
}
.tab-top-area li {
    border-radius: 100px;
    border: 1px solid rgba(28, 28, 28, 0.20);
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-top-area li img {
    width: 15px;
}
.tab-top-area li:hover {
    background-color: #BB1225;
    border-color: #BB1225;
}
.tab-top-area li:hover img,
.tab-top-area li:hover svg {
    filter: brightness(0) invert(1) !important;
}
/****tab-right-btn-part****/
.tab-right-btn-area ul {
    display: flex;
    column-gap: 14px;
    justify-content: end;
}
.tab-right-btn-area li {
    padding-left: 0;
}
.tab-right-btn-area .common-btn::before {
    display: none;
}
.tab-right-btn-area .common-btn {
    background-color: #BB1225;
    border: 1px solid #BB1225;
    font-family: 'lama_sanssemibold';
    border-radius: 100px;
    padding: 10px 33px;
}
.tab-right-btn-area .common-btn strong {
    font-weight: normal;
}
.tab-right-btn-area .common-btn:hover {
    background-color: transparent;
    color: #BB1225;
}
.tab-right-btn-area .wp-btn,
.tab-right-btn-area .wp-btn:hover {
    background-color: #66C41F;
    border-color: #66C41F;
    color: #fff;
}
.tab-right-btn-area .wp-btn img {
    width: 21px;
    height: 21px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding-bottom: 35px;
    position: relative;
    overflow: hidden;
    margin-top: -46px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 21px;
    margin-bottom: 32px;
    row-gap: 26px;
}
.tab-btn-right {
    margin-bottom: 60px;
}
.aanbod-dtl-slider-btm {
    padding: 30px 17px;
}
/****tab-part****/
ul.tabs li.common-btn {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    margin: 0;
    word-break: break-word;
    cursor: pointer;
    color: #1C1C1C;
    max-width: max-content;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: transparent;
    border: 1px solid #1C1C1C;
    border-radius: 100px;
    padding: 12px 20px;
}
.dtl-tab-sec .tab-btn .nav-tabs .common-btn::before {
    display: none;
}
ul.tabs li.common-btn:hover,
ul.tabs li.common-btn.active {
    background: #BB1225;
    color: #BB1225;
    border-color: #BB1225;
    color: #fff;
}
.tab_content {
    margin-top: 30px;
}
.tab_drawer_heading {
    display: none;
}
.tab-btn-right ul {
    list-style-type: none;
    display: flex;
    column-gap: 41px;
    justify-content: end;
    padding-left: 0;
}
.tab-btn-right li a {
    color: #f3f3f3;
    font-family: 'neue_montrealregular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    transition: all 0.5s;
}
.tab-btn-right li a:hover {
    text-decoration: underline;
}
/****dtl-tab-content****/
.tab-content-area {
    border-radius: 10px;
    background: #FFF;
    overflow: hidden;
    padding: 0 52px 49px;
}
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab h3 {
    line-height: 56px;
    letter-spacing: normal;
    color: #F5F5F5;
    margin: 54px 0 26px;
}
.kenmerken-tab:first-child h3{
    margin-top: 0;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 7%;
    padding-right: 7%;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 33.33%;
    position: relative;
    font-family: 'livvic-regular';
    color: rgba(28, 28, 28, 0.70);
    padding: 25px 0;
    display: flex;
}
.kenmerken-tab li strong{
    font-weight: normal;
    width: 50%;
    color: #1C1C1C;
}
.kenmerken-tab li::after {
    display: none;
}
.kenmerken-tab li::before {
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    width: 200vw;
    height: 1px;
    background-color: rgba(28, 28, 28, 0.15);
}
.kenmerken-tab h5{
    color: #1C1C1C;
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #1C1C1C;
    border-bottom: 1px solid #BB1225;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.star_icon h5 {
    color: #1C1C1C;
    border-bottom: 1px solid #BB1225;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dtl-tab-sec .tab-content-area .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin: 0 0 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 6px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BB1225;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #BB1225;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    color: #1C1C1C;
}
.tab-btm-btn {
    margin-top: 33px;
}
.tab-btm-btn .common-btn {
    font-family: 'livvic-medium';
    position: relative;
    color: #1C1C1C;
    cursor: pointer;
    padding: 0;
}
.tab-btm-btn .common-btn::before {
    display: none;
}
/****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.11);
    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 #BB1225;
    box-shadow: 0px 0px 25px 0px rgba(187, 18, 37, 1);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(187, 18, 37, 1);
    overflow: hidden;
}
.kenmarken-popup-close {
    background-color: #fff;
    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 #575853;
}
.kenmarken-popup-close img {
    width: 25px;
    filter: brightness(100) invert(1);
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content h4 {
    margin-bottom: 15px;
}
.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 h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-size: 3rem;
    color: #1C1C1C;
}
.kenmerken-popup-model p {
    margin-bottom: 0;
}
.kenmerken-popup-model h6 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(31, 41, 61, 1);
}
.kenmarken-popup-content h3 {
    margin-bottom: 16px;
    line-height: 32px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 61px;
}
.kenmarken-popup-content li {
    width: 50%;
    position: relative;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1.5px solid #D9D9D9;
}
.kenmarken-popup-content li:nth-child(even) {
    color: rgba(15, 23, 38, 0.70);
}
.kenmarken-popup-content li::after {
    display: none;
}
/****form-sec****/
.form-sec {
    position: relative;
    background: #BB1225;
    overflow: hidden;
}
.form-wrap {
    position: relative;
    z-index: 1;
}
.form-wrap .col-lg-7 {
    width: 48%;
}
.form-wrap .col-lg-5 {
    width: 52%;
}
.form-main-area-part {
    padding: 105px 0 102px;
    max-width: 705px;
    width: 100%;
}
.form-main-area .form-group {
    margin-bottom: 16px;
}
.form-main-area h2 {
    color: #F9F8F6;
    margin-bottom: 9px;
}
.form-main-area p {
    color: #F9F8F6;
    margin-bottom: 32px;
}
.form-main-area .form-styl {
    padding: 13px 31px;
    resize: none;
    line-height: 24px;
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.80);
}
.form-main-area .form-styl:focus::placeholder{
    color: #1C1C1C;
}
.form-main-area .form-style:-ms-input-placeholder {
    color: #fff;
}
.form-main-area .form-styl::placeholder{
    color: #fff;
}
.form-main-area .form-style:focus::placeholder {
    color: #1C1C1C;
}
.form-main-area .form-styl:focus {
    color: #1C1C1C;
    background-color: #F9F8F6;
    border-color: #F9F8F6;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-main-area .form-style.photo_upload,
.form-main-area .form-style.foto_upload {
    color: #fff;
}
.form-main-area .form-group textarea.form-control {
    height: 149px;
}
.form-main-area label {
    line-height: normal;
    margin-bottom: 2px;
    color: #fff;
}
.form-btn {
    margin-top: 35px;
}
.form-btn .common-btn em {
    color: #1C1C1C;
}
.form-btn .common-btn em::before {
    background-color: #fff;
}
.form-btn .common-btn:hover::before {
    background-color: #fff;
}
.form-btn .common-btn:hover {
    color: #1C1C1C;
}
.form-img-area {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.form-img {
    position: relative;
    height: 100%;
}
.form-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: -11%;
    width: 100vw;
    height: 100%;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.70) 0%, rgba(28, 28, 28, 0.70) 100%);
}
.form-img img {
    height: 100%;
    object-fit: cover;
}
.form-contact-dtls {
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    background-color: #1C1C1C;
    position: relative;
    transform: rotate(-5deg);
    padding: 55px 68px;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    position: absolute;
    bottom: 2%;
    width: 100%;
}
.form-contact-dtls::after {
    content: '';
    position: absolute;
    top: 0;
    left: -11%;
    width: 100vw;
    height: 100%;
    background-color: #1C1C1C;
    z-index: -1;
}
.each-form-contact-info {
    position: relative;
    z-index: 1;
    padding-right: 5px;
}
.each-form-contact-info:last-child {
    padding-right: 0;
}
.each-form-contact-info h6 {
    font-family: 'Inter-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
}
.each-form-contact-info p {
    margin-bottom: 0;
}
.each-form-contact-info p a {
    font-family: 'Inter-Medium';
    color: #fff;
    font-size: 2rem;
    line-height: normal;
}
.each-form-contact-info p a:hover {
    color: rgba(255, 255, 255, 0.75);
}
.mob-form-img-area {
    display: none;
}
/****aanbod-btm-sec****/
.aanbod-btm-sec {
    position: relative;
    padding: 100px 0 82px;
}
.aanbod-btm-left-mark,
.aanbod-btm-right-mark {
    position: absolute;
    top: 4%;
    left: 0;
}
.aanbod-btm-right-mark {
    left: auto;
    right: 0;
}
.aanbod-btm-title {
    margin-bottom: 80px;
}
.aanbod-btm-title h2 {
    color: #1C1C1C;
}
.aanbod-product-slider .each-product {
    background-color: #fff;
}
.aanbod-product-slider .each-product:hover {
    background-color: #BB1225;
}
.aanbod-product-slider .swiper-button-next {
    right: -2%;
}
.aanbod-product-slider .swiper-button-prev {
    left: -2%;
}
.aanbod-product-slider .slider-btn .common-arrow {
    height: 72px;
    width: 72px;
}
/* ================================= over-ons ==================================== */
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner-img {
    position: relative;
}
.inner-banner-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.60) 0%, rgba(28, 28, 28, 0.60) 100%);
}
.inner-banner-content {
    position: absolute;
    bottom: 35%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}
/****overons-top-sec****/
.overons-usp-marquee-sec {
    background-color: #1C1C1C;
}
.overons-top-sec {
    padding: 82px 0 148px;
    position: relative;
    overflow-x: clip;
}
.overons-top-sec::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    bottom: 8%;
    left: -7%;
    width: 200vw;
    height: 100%;
    background-color: #1C1C1C;
    border-bottom: 8px solid #BB1225;
    transform: rotate(-1deg);
}
.overons-top-area {
    position: relative;
    z-index: 1;
}
.overons-top-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 620px;
    margin-right: 0;
    margin-left: auto;
}
.overons-top-content {
    width: 100%;
    max-width: 677px;
    padding-right: 20px;
}
.overons-top-content p,
.overons-top-content h4 {
    color: #fff;
}
.overons-top-content h2 {
    margin-bottom: 28px;
}
.overons-top-content h4 {
    margin: 25px 0;
}
/****overons-mid-sec****/
.overons-mid-sec {
    padding: 78px 0 68px;
}
.overons-mid-left {
    padding-right: 18px;
}
.overons-mid-left h2 {
    color: #1C1C1C;
}
.overons-mid-right {
    max-width: 815px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.overons-mid-right p {
    margin-bottom: 24px;
}
.overons-mid-right p:last-child {
    margin-bottom: 0;
}
/****overons-counter-sec****/
.overons-counter-sec {
    padding-bottom: 69px;
}
.overons-counter-sec .home-counter-area {
    margin-bottom: 0;
    column-gap: 18px;
    padding: 0;
}
.overons-counter-sec .each-home-counter-area {
    width: 24%;
    background: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-counter-sec .each-counter h3,
.overons-counter-sec .each-counter h4 {
    color: #1C1C1C;
}
.overons-counter-sec .each-counter h4 {
    font-size: 2rem;
}
.overons-counter-sec .counter-icon {
    background-color: #BB1225;
}
.overons-counter-sec .counter-icon img {
    filter: brightness(0) invert(1);
}
.overons-counter-sec .each-home-counter-area:hover {
    background: #BB1225;
}
.overons-counter-sec .each-home-counter-area:hover h3,
.overons-counter-sec .each-home-counter-area:hover h4 {
    color: #fff;
}
.overons-counter-sec .each-home-counter-area:hover .counter-icon {
    background-color: #fff;
}
.overons-counter-sec .each-home-counter-area:hover .counter-icon img {
    filter: none;
}
/****overons-btm-sec****/
.overons-btm-sec {
    background-color: #BB1225;
    position: relative;
    padding-top: 68px;
}
.overons-btm-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 83%);
    background-color: #F6F6F6;
}
.overons-btm-area {
    position: relative;
    z-index: 1;
}
.overons-btm-area .col-lg-7 {
    width: 56%;
}
.overons-btm-area .col-lg-5 {
    width: 44%;
}
.overons-btm-img {
    display: flex;
    flex-wrap: wrap;
    column-gap: 21px;
}
.each-overons-btm-img {
    width: 48%;
    height: 463px;
    border-radius: 10px;
    overflow: hidden;
}
.each-overons-btm-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.overons-btm-content {
    max-width: 544px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.overons-btm-content h2 {
    margin-bottom: 20px;
}
.overons-btm-content p {
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 156px;
}
/****overons-gal-sec****/
.overons-gal-sec {
    overflow-x: hidden;
    padding: 69px 0 25px;
}
.overons-gal-slider {
    margin-left: -8px;
    width: 102vw;
}
.each-gal-img {
    height: 279px;
    border-radius: 10px;
    overflow: hidden;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
/* ================================= Financiering-Leasen ==================================== */
/****diens-dtl-top-sec****/
.diens-dtl-top-sec{
    background:#1C1C1C;
    overflow-x: clip;
    position: relative;
}
.diens-dtl-top-sec::after {
    content: '';
    position: absolute;
    left: -38px;
    height: 100vw;
    width: 200vw;
    bottom: -110px;
    background-color: #1C1C1C;
    transform: rotate(-2deg);
    border-bottom: 8px solid #BB1225;
}
.diens-dtl-top-wrap{
    position: relative;
    z-index: 1;
}
.diens-dtl-top-img img{
    border-radius: 10px;
}
.diens-dtl-top-wrap .col-lg-5{
    width: 44%;
}
.diens-dtl-top-wrap .col-lg-7{
    width: 56%;
}
.diens-dtl-top-text  h2{
    padding-bottom: 30px;
}
.diens-dtl-top-text{
    max-width: 620px;
    margin-right: auto;
    padding-right: 10px;
}
.diens-dtl-top-text p{
    color: #fff;
    padding-bottom: 12px;
}
.diens-dtl-top-text h4{
    color: #fff;
    padding-bottom: 25px;
}
.back-btn-sec.dtl-page-back-btn{
    background:#1C1C1C;
}
/****diens-dtl-mid-sec****/
.diens-dtl-mid-sec{
    padding-top: 202px;
    padding-bottom: 80px;
}
.dien-dtl-mid-text h3{
    color: #1C1C1C;
    margin-bottom: 11px;
}
.dien-dtl-mid-text p{
   color: rgba(28, 28, 28, 0.70);
}
.home-about-info.dien-dtl-mid-text td:nth-child(odd){
    background-color: transparent;
}
.home-about-info.dien-dtl-mid-text{
    max-width: 552px;
    margin-left: 132px;
}
.home-about-info.dien-dtl-mid-text tr:hover td:nth-child(odd) {
    background-color: transparent;
}
.home-about-info.dien-dtl-mid-text tr:hover td:nth-child(odd) img {
    filter: none;
}
.diens-dtl-mid-img img{
    border-radius: 10px;
}
.home-about-info.dien-dtl-mid-text td {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}
.home-about-info.dien-dtl-mid-text td::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background-image: url(../images/dien-dtl-about-icon.svg);
    background-size: 16px;
    background-color: #BB1225;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 42px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.02);
}
.home-about-info.dien-dtl-mid-text td::before {
    content: '';
    position: absolute;
    left: -20px;
    transform: translateX(-50%);
    /* width: 20px; */
    /* background-image: url(../images/line-img.svg); */
    /* background-repeat: no-repeat; */
    top: 53px;
    height: calc(100% - 20px);
    /* background-size: contain; */
    border: 1px dashed #BB1225;
}
.home-about-info.dien-dtl-mid-text td:nth-child(even) p {
    max-width: 450px;
    margin-bottom: 100px;
    letter-spacing: 0;
    line-height: 24px;
}
.home-about-info.dien-dtl-mid-text td:nth-child(even) {
    padding-left: 59px;
}
.home-about-info.dien-dtl-mid-text td::before {
    left: 20px;
}
.home-about-info.dien-dtl-mid-text tr:last-child td {
    margin-bottom: 0;
}
.home-about-info.dien-dtl-mid-text tr:last-child td::before {
    display: none;
}
/****diens-service-sec****/
.diens-service-heading h2{
    color: #1C1C1C;
    padding-bottom: 92px;
}
.diens-service-sec{
    padding-top: 128px;
    position: relative;
    padding-bottom: 1px;
}
.diens-service-sec .aanbod-btm-left-mark, .diens-service-sec .aanbod-btm-right-mark {
    top: 10%;
}
.diens-service-slider .each-service-img{
    height: 460px;
}
.diens-service-slider .each-service-img img{
    height: 100%;
    object-fit: cover;
}
.diens-service-slider .each-service-info-btm{
    text-align: left;
}
.diens-service-slider .each-service-info-btm h5{
    opacity: 0.2;
}
.diens-service-slider .each-service::after{
    background: linear-gradient(0deg, rgba(28, 28, 28, 0.60) 0%, rgba(28, 28, 28, 0.60) 100%);
    opacity: 0;
}
.diens-service-slider .each-service:hover::after{
    opacity: 1;
}
.diens-service-sec .each-service-info{
    padding: 45px 50px;
}
.diens-service-slider .each-service-info-top{
    text-align: left;
}
/* ================================= garantie ==================================== */
/****garantie-top-sec****/
.garantie-top-sec .diens-dtl-top-img-info h4{
    color: #fff;
    padding-top: 50px;
    padding-bottom: 25px;
}
.garantie-top-sec .diens-dtl-top-img-info p{
    color: #fff;
}
.garantie-top-sec ul li{
    color: #fff;
    position: relative;
    padding-left: 10px;
}
.garantie-top-sec ul li::after{
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 6px;
    width: 6px;
    background-color: #fff;
    border-radius: 100%;
}
.diens-dtl-top-text h6{
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Inter-Regular';
}
.garantie-top-sec .diens-dtl-top-text p{
    padding-bottom: 16px;
}
.garantie-top-sec .diens-dtl-top-text h4{
    padding-top: 8px;
}
.diens-dtl-top-sec.garantie-top-sec::after{
    left: -15px;
}
/* ================================= autopoetser-page ==================================== */
/****autopoetser-top-sec****/
.autopoetser-top-sec {
    padding-bottom: 60px;
}
.autopoetser-top-sec .diens-dtl-top-text li{
    color: #fff;
    position: relative;
    padding-left: 24px;
}
.autopoetser-top-sec .diens-dtl-top-text ul{
    padding-bottom: 31px;
    padding-top: 7px;
}
.autopoetser-top-sec .diens-dtl-top-text li::after{
    background-image: url(../images/autopoetser-dot.svg);
    content: "";
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: cover;
}
/* ================================= werkplaatsafspraak ==================================== */
/****werkplaatsafspraak-top-sec****/
.werkplaatsafspraak-top-sec .diens-dtl-top-text li::after{
    background-image: url(../images/autopoetser-dot.svg);
    content: "";
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    background-size: cover;
}
.werkplaatsafspraak-top-sec .diens-dtl-top-text ul{
    padding-bottom: 0;
    padding-top: 7px;
}
.werkplaatsafspraak-top-sec .diens-dtl-top-text li{
    color: #fff;
    position: relative;
    padding-left: 24px;
}
.werkplaatsafspraak-mid-sec .home-about-info.dien-dtl-mid-text td:nth-child(even) p{
    margin-bottom: 65px;
}
/* ================================= apk-keuring ==================================== */
/****apk-keuring-top-sec****/
.apk-keuring-top-sec .diens-dtl-top-text li{
    color: #fff;
    list-style: none;
    padding: 0;
}
.apk-keuring-mid-sec .home-about-info.dien-dtl-mid-text td:nth-child(even) p{
    margin-bottom: 25px;
}
/* ================================= aanbod-list ==================================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 162px 0 42px;
    background-color: #1c1c1c;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #FDFDFD;
	font-size: 1.4rem;
	font-family: 'Inter-Medium';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    /*filter: brightness(100) invert(1);*/
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #BB1225;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(5585%) hue-rotate(345deg) brightness(74%) contrast(98%);
}
.aanbod-filter-sec .select-style {
	width: 100%;
    height: 48px;
    color: #FDFDFD;
    font-family: 'Inter-Medium';
    font-size: 1.6rem;
    border: 1px solid #BB1225;
    border-radius: 150px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/11px;
    background-color: #BB1225;
    appearance: none;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
}
.aanbod-filter-sec .select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'Inter-Medium';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color: #BB1225;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #BB1225;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #F9F8F6;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'Inter-Medium';
    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: #1C1C1C;
    border-color: #1C1C1C;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #FDFDFD;
    border-radius: 5px;
    background-color: #BB1225;
    font-family: 'Inter-Medium';
    font-size: 1.2rem;
    border: 1px solid #BB1225;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: transparent;
    color: #BB1225;
}
.auto-overview-tag:hover img {
    filter: brightness(0) saturate(100%) invert(21%) sepia(91%) saturate(5585%) hue-rotate(345deg) brightness(74%) contrast(98%);
}
.filter-main .col-lg-3 {
	margin-bottom: 18px;
	width: 20%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 92px;
    background-color: #2D333F;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 12px 8px;
    border-radius: 40px;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #BB1225;
    border: 1px solid #BB1225;
    border-radius: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
}
.mobile-show-filter .common-btn::after,
.mobile-show-filter .common-btn::before {
    display: none;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1C1C1C;
	border-radius: 100%;
	color: #fff;
    border: 1px solid #1C1C1C;
	margin-left: 12px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #fff;
    color: #1C1C1C;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #BB1225;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #BB1225;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .common-btn {
	margin-top: 0;
	background-color: #1C1C1C;
	border: 1PX solid #1C1C1C;
  	color: #FFF;
	padding: 10px;
	border-radius: 40px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .common-btn::after,
.auto-overview-filter-result .common-btn::before {
    display: none;
}
.auto-overview-filter-result h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .common-btn:hover {
	background-color: transparent;
    border-color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'Inter-Medium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .sorteren_op-filter {
	margin-bottom: 0;
	width: 200px;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
/****aanbod-product-sec****/
.aanbod-product-sec {
    padding-bottom: 61px;
	background-color: #1c1c1c;
}
.aanbod-product-area .row {
    margin: 0 -11px;
    row-gap: 20px;
}
.aanbod-product-area .col-xl-4 {
    padding: 0 11px;
}
/* ================================= verkocht ==================================== */
/****verkocht-top-sec****/
.verkocht-top-sec {
    background: #1C1C1C;
    padding-top: 171px;
    padding-bottom: 50px;
}
/****verkocht-product-sec****/
.verkocht-product-sec {
    background-color: #1C1C1C;
    padding-bottom: 21px;
}
.verkocht-product-sec .product-price h4 {
    justify-content: center;
}
/* ================================= contact ==================================== */
/****contact-map-sec****/
.contact-map-area{
    height: 641px;
}
.contact-map-sec{
    overflow: hidden;
}
.each-time-dtl h3{
    color: #1C1C1C;
    padding-bottom: 15px;
}
.each-time-dtl td{
    color: #1C1C1C;
    font-size: 2rem;
    line-height: normal;
    font-family: 'Inter-Medium';
    padding-bottom: 10px;
}
.each-time-dtl{
    padding-bottom: 90px;
}
.each-time-dtl:last-child{
    padding-bottom: 0;
}
.each-time-dtl td:first-child{
    padding-right: 5px;
}
.contact-map-wrap .col-lg-8{
    width: 69%;
}
.contact-map-wrap .col-lg-4{
    width: 31%;
}
.contact-map-wrap{
    position: relative;
}
/*==================================popup==================================*/
.modal-area .modal-dialog {
    max-width: 64%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(28, 28, 28, 0.60);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
.pop-up-image {
    height: 100%;
}
.modal-area .popup-content {
    height: 100%;
    padding: 93px 83px;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-area .popup-content p {
    margin: 50px 0 34px;
}
.modal-area .popup-content h3 {
    line-height: 52px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: 'Exo2SemiBoldItalic';
    font-size: 4rem;
    margin: 12px 0 23px;
    width: 100%;
    max-width: 485px;
}
.popup-info-btm p {
    margin-top: 17px;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.close-img {
    position: absolute;
    top: -28px;
    right: -25px;
    z-index: 1;
    font-size: 3rem;
    height: 62px;
    width: 62px;
    background-color: #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
}
.close-img:hover {
    color: #fff;
}
.modal-content .col-lg-7 {
    width: 54%;
}
.modal-content .col-lg-5 {
    width: 46%;
}
.popup-content {
    position: relative;
    overflow: hidden;
}
.popup-mark {
    position: absolute;
    top: 2%;
    right: 0;
    pointer-events: none;
} 
.popup-mark img {
    width: 100% !important;
}
.popup-content .common-btn-dark {
    max-width: max-content;
}
.popup-content img {
    width: 176px;
}
.fix-klanten{
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 98;
}
.fix-klanten iframe {
    border-radius: 10px 0 0 10px;
}







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


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

.calsty {
    width: 100%;
    height: 1400px;
}

.calsty1 {
    width: 100%;
    height: 900px;
}

/*@media(max-width: 767.98px){
    .morgeninternet-footer.viewcar-footer {
        margin-bottom: 68px !important;
        height: 50px;
    }
    .widget-mobile {
        background: #1c1c1c;
        padding: 1.5rem 1.2rem;
        border-top: 1px solid rgba(255,255,255,0.1);
        border-bottom: 1px solid rgba(255,255,255,0.1);
        z-index: 99;
        font-family: "Nunito Sans", sans-serif;
    }
    .widget-mobile .d-flex {
        gap: 5px;
    }
    .widget-mobile button {
        padding: .65rem;
        font-size: 1.45rem;
    }

    .widget-mobile h6 span {
        font-size: 1.45rem;
        cursor: pointer;
        font-weight: 600;
        padding-right: 2.5rem;
        color: #fff;
        margin-right: .75rem;
    }
    .widget-mobile h6 span:after {
        background: url(../images/arw-color.svg) no-repeat center/ contain;
        right: 0;
    }
    .widget-mobile h6 span:not(.active):after {
        filter: brightness(0) invert(1);
        -webkit-filter: brightness(0) invert(1);
    }
    .widget-mobile h6 span.active {
        color: #FF7100;
    }
    .widget-mobile h6 span.active:after {
        transform: translateY(-50%) rotate(-90deg);
    }
    .widget-mobile-content {
        bottom: 6.5rem;
        background: #121212;
        padding: 3rem 1.5rem 1.5rem;
        z-index: 99;
        display: none;
    }

    .widget-mobile-content.show-div {
        display: block;
    }
    .widget-content-wrap {
        background: #1c1c1c;
        border: 1px solid rgba(255,255,255,0.1);
        padding: 1.5rem;
    }
    .widget-mobile-content td {
        color: #fff;
        vertical-align: top;
        font-size: 1.45rem;
        font-weight: 400;
        padding: 4px 0;
    }
    .widget-mobile-content td a {
        color: #fff;
        text-decoration: none;
    }
    .widget-mobile-content td a:hover {
        color: #FF7100;
    }
    .whatsapp-block {
        background: #25D366;
        border-radius: 5px;
        width:3.7rem;
        height: 3.7rem;
    }
    .whatsapp-block img {
        width: 1.8rem;
    }
    .widget-mobile-content td span {
        width: 2.2rem;
        height: 2.2rem;
        border: 1px solid rgba(255,255,255,0.1);
        margin-right: 1.8rem;
    }
}*/
.btn_area_planning_widget .blue-btn {
    max-width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding-bottom: 10px !important;
    max-width: 100% !important;
}
.btn_area_planning_widget .planning_widget_wrapper {
    width: 100% !important; 
    display: flex;
    align-items: center;
}
.btn_area_planning_widget {
    width: 250px;
}
.btn_area_planning_widget .arrow {
    margin-top: 12px !important;
}
.privacy_section {
    padding: 100px 0 40px;
}
.privacy_section h2 {
    color: #1c1c1c;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 5%;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

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

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 12px;
	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;
}
.lease_iframe {
  height: 4500px;
  margin-top: 130px;
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}





