body {
	padding: 0px;
	margin: 0px;
    font-family: 'Exo2-Regular';
    font-size: 1.6rem;
    color: #fff;
    background-color: #1C151D;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
.formError {
	z-index: 1 !important;
}
.star_icon p { 
    margin-bottom: 0; 
}
/****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%;
    height: 50px;
    display: block;
    max-width: calc(100% - 34px);
    margin: 0 auto 17px;
    border-radius: 10px;
}
/****star_icon****/
.star_icon p { 
    margin-bottom: 0; 
}
/****privacy****/
.privacy_section p { 
    margin-bottom: 10px; 
}
/****error-contact-fix*****/
.error-contact-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.error-contact-wrap li {
    padding-left: 0;
}
.error-contact-wrap li::after,
.error-contact-wrap li::before {
    display: none;
}
/****voorraadwekker_widget_section icon fix*****/
.voorraadwekker_widget_section .select2-results li::after,
.voorraadwekker_widget_section .select2-results li::before {
    display: none;
}
.voorraadwekker_widget_section .select2-results li {
    margin: 0;
}
/***fix-wp***/
.fix-wp {
	position: fixed;
	bottom: 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;
}
/****form****/
body .form-main-area .error_cls,
body .form-main-area .success_cls {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/*****************header****************/
/****header****/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s ease-in-out;
    padding: 22px 0;
    background-color: #1C151D;
    overflow: hidden;
}
.header-area.header-active {
    box-shadow: 0px 10px 15px -3px rgba(255, 255, 255, 0.1);
}
.header-wrap .col-lg-6 {
    width: 56%;
}
.header-wrap .col-lg-4 {
    width: 27%;
}
.header-logo img {
    width: 131px;
}
.header-nav > ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 46px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav > ul > li {
    color: #F9F8F6;
    font-family: 'Exo2-Regular';
    font-size: 1.6rem;
    line-height: normal;
    padding-left: 0;
    position: relative;
}
.header-nav > ul > li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -38px;
    background-color: #DD2625;
    width: 100%;
    height: 1px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-nav > ul > li:hover::after {
    opacity: 1;
}
.header-nav > ul > li::before {
    display: none;
}
.header-nav > ul > li > a {
    font-family: 'Exo2-Regular';
    color: #FFF;
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    position: relative;
}
.header-nav > ul > li > a:hover {
    color: #DD2625;
}
.header-nav .parent-dropdown img {
    filter: brightness(0) invert(1);
}
.header-contact-wrap {
    display: flex;
    align-items: center;
    gap: 35px;
    justify-content: end;
    position: relative;
}
.header-contact-wrap::after {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    width: 100vw;
    height: calc(100% + 55px);
    background-color: #261F27;
    z-index: -1;
}
.header-contact-wrap::before {
    content: '';
    position: absolute;
    top: -28px;
    left: 0;
    width: 1px;
    height: calc(100% + 55px);
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 1;
}
.header-contact-number p {
    margin-bottom: 0;
}
.header-contact-number img {
    margin-bottom: 2px;
    margin-right: 2px;
}
.header-btn {
    display: flex;
    justify-content: end;
}
.header-btn .common-btn {
    padding: 12px 22px;
}
.header-btn .common-btn::after {
   display: none;
}
.header-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-area.menu-up .header-contact-wrap::after {
    display: none;
}
/****menu-btn****/
.menu-bar {
    /* position: relative;
    max-width: 44px;
    width: 100%;
    cursor: pointer;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
    -webkit-transition: .5s;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    /* display: block;
    background-color: rgba(38, 31, 39, 1);
    content: '';
    height: 2px;
    margin: 4px 0 4px auto;
    width: 26px;
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    display: block;
    background-color: rgba(38, 31, 39, 1);
    content: '';
    height: 1px;
    margin: 2px auto;
    width: 8px;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.inner-header .menu-bar div, .inner-header .menu-bar::after, .inner-header .menu-bar::before{
    background-color: rgba(38, 31, 39, 1);
}
.menu-bar.active div {
    transform: scale(0);
    background-color: #fff;
}
.menu-bar.active:before { 
    transform: translateY(10px) rotate(135deg); 
}
.menu-bar.active:after {
    transform: translateY(-2px) rotate(-135deg); 
}
.header-active .menu-bar div, 
.header-active .menu-bar::after, 
.header-active .menu-bar::before {
    background-color: rgba(38, 31, 39, 1);
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
}
.parent-dropdown > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #DD2625;
    background-color: #DD2625;
    width: max-content;
    margin-top: 10px;
    margin-bottom: 0;
    z-index: 1;
    max-height: 0;
    overflow: hidden;
    transition: all 0.7s;
    opacity: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
    max-height: 345px;
    overflow-y: auto;
}
.parent-dropdown > ul::-webkit-scrollbar {
    display: none;
}
.parent-dropdown > img {
    position: absolute;
    right: 0;
    top: 9px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 8px;
    height: 8px;
}
.parent-dropdown.open ul {
	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::before {
    display: none;
}
.parent-dropdown > ul > li > a {
    padding: 7px 12px;
    display: block;
    color: rgba(255, 255, 255, 0.70);
    text-align: center;
}
.parent-dropdown > ul > li:last-child > a {
	border-bottom: 0;
}
.parent-dropdown > ul > li > a:hover {
	color: #fff;
}
.parent-dropdown a {
    padding-bottom: 10px;
}
/*****side-menu****/
.side-menu {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 630px;
    padding: 120px 107px 40px;
    z-index: 98;
    clip-path: inset(0 0 0 100%);
    pointer-events: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #221B23;
    border-radius: 20px 0 0 20px;
}
.side-menu-active {
    clip-path: inset(0 0 0 0);
    pointer-events: all;
}
/* .side-menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
} */
.side-menu ul {
    margin-bottom: 0;
    padding-left: 0;
}
.side-menu-main-wrap > .side-menu-wrap > ul > li {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 4.8rem;
    display: block;
    font-family: 'Exo2-SemiBold';
    line-height: 70px;
}
.side-menu-main-wrap > .side-menu-wrap > ul > li::before {
    display: none;
}
.side-menu-main-wrap > .side-menu-wrap > ul > li > a {
    color: rgb(255, 255, 255, 1);
    display: block;
    padding-bottom: 0;
}
.side-menu-main-wrap > .side-menu-wrap > ul > li > a:hover {
    color: #DD2625;
}
.side-menu-main-wrap .parent-dropdown ul {
    left: 0;
    transform: translateX(0);
    position: initial;
    max-height: 0;
    margin-top: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    border-color: transparent;
}
.side-menu-main-wrap .parent-dropdown.open ul {
    max-height: 200px;
    margin-top: 10px;
}
.side-menu-main-wrap .parent-dropdown > ul > li > a {
    text-align: left;
}
.side-menu-main-wrap .parent-dropdown ul {
    background-color: #261F27;
}
.side-menu-main-wrap .parent-dropdown ul li {
    text-align: left;
}
.side-menu-main-wrap .parent-dropdown img {
    top: 15px;
    width: 10px;
}
.body-overlay {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(28, 21, 29, 0.80);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* background: rgba(28, 21, 29, 0.80); */
}
.body-overlay-active {
    opacity: 1;
    pointer-events: all;
}
/****banner-sec****/
.banner-sec {
    overflow: hidden;
    padding-top: 99px;
}
.banner-wrap {
	position: relative;
}
.banner-video, 
.each-banner {
	height: 746px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
    position: absolute;
    left: 0;
    bottom: 11%;
    z-index: 2;
    width: 100%;
}
.banner-content-wrap h1 {
    margin: 14px 0 42px;
}
.banner-content-wrap .common-btn {
    border-color: #fff;
    color: #fff;
}
.banner-content-wrap .common-btn:hover {
    background: #DD2625;
    border-color: #DD2625;
}
.banner-content-wrap > .row {
    align-items: end;
}
.banner-content-wrap .col-lg-8 {
    width: 72.7%;
}
.banner-content-wrap .col-lg-4 {
    width: 27.3%;
}
.banner-left {
    max-width: 799px;
    width: 100%;
}
.banner-right {
    width: 35vw;
    position: relative;
}
.banner-right::after {
    content: '';
    position: absolute;
    bottom: -35%;
    left: 0;
    width: 1px;
    height: 200vh;
    background-color: rgba(255, 255, 255, 0.15);
}
.each-banner-right {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    padding: 26px 157px 26px 80px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-banner-right-txt {
    position: relative;
    padding-left: 62px;
}
.each-banner-right-txt::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 12px;
    background-image: url(../images/double-red-arw.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}
.each-banner-right-txt p {
    margin-bottom: 0;
}
.each-banner-right-txt .text-btn {
    padding-right: 16px;
}
.each-banner-right-txt .text-btn::after { 
    width: 10px;
    height: 10px; 
    background-size: 10px;
    top: 59%;
}
.each-banner-right-icon {
    text-align: end;
}
.banner-right-blk-icon {
    display: none;
}
.each-banner-right:hover {
    background: #FFF;
    backdrop-filter: blur(10px);
}
.each-banner-right:hover .each-banner-right-txt p,
.each-banner-right:hover .each-banner-right-txt .text-btn {
    color: #272727;
}
.each-banner-right:hover .each-banner-right-txt .text-btn::after {
    background-image: url(../images/txt-btn-arrow-blk.svg);
}
.each-banner-right:hover .banner-right-icon {
    display: none;
}
.each-banner-right:hover .banner-right-blk-icon {
    display: inline-block;
}
.each-banner-right {
	position: relative;
}
.each-banner-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200vw;
    height: 100%;
    background: rgba(82, 85, 88, 0.5);
    backdrop-filter: blur(10px);
    z-index: -1;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****product-sec****/
.product-sec {
    position: relative;
    overflow: hidden;
    padding: 107px 0 67px;
}
.product-mark {
    position: absolute;
    top: -10%;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.mob-product-mark {
    display: none;
}
.product-title {
    margin-bottom: 35px;
}
.product-title-left {
    max-width: 575px;
    width: 100%;
}
.product-title-left h6 {
    margin-bottom: 19px;
}
.product-title-right {
    text-align: end;
}
.product-slider-wrap {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
.each-product {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-info .row {
    align-items: center;
}
.each-product-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
.each-product-text {
    border-radius: 0 0 10px 10px;
    background-color: #261F27;
    padding: 18px 18px 0;
}
.each-product-text h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.each-product-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(255, 255, 255, 0.70);
    height: 2lh;
    margin-bottom: 18px;
}
.each-product-info-area tr {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 8px;
}
.each-product-info-area td {
    font-family: 'Exo2-Medium';
    font-size: 1.4rem;
    line-height: 22px;
    color: #000000;
    border-radius: 90px;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    padding: 3px 10px;
}
.each-product-price strong {
    font-weight: normal;
    display: inline-block;
    margin-top: 5px;
    font-size: 1.8rem;
}
.each-product-info .col-8 {
    width: 66%;
}
.each-product-info .col-4 {
    width: 34%;
}
.each-product-btn {
    background-color: #261F27;
    padding: 9px 22px 18px;
    opacity: 0;
    border-radius: 0 0 10px 10px;
    transition: all 1s;
    -webkit-transition: all 1s;
    pointer-events: none;
}
.each-product-btn .common-btn {
    width: 100%;
    text-align: left;
    background-color: #DD2625;
    border-color: #DD2625;
    padding: 12px 42px 12px 19px;
}
.each-product:hover .each-product-btn { 
    opacity: 1; 
    pointer-events: all;
}
.each-product:hover .each-product-text {
    border-radius: 0;
}
.product-slider .swiper-horizontal .swiper-scrollbar,
.aanbod-product-slider .swiper-horizontal .swiper-scrollbar {
    height: 1px;
    position: initial;
}
.product-slider .swiper-scrollbar,
.aanbod-product-slider .swiper-scrollbar {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.10);
    width: 100%;
    display: block;
    height: 2px;
    z-index: 1;
    top: -12px;
}
.product-slider .swiper-scrollbar-drag,
.aanbod-product-slider .swiper-scrollbar-drag {
    background: #fff;
    border-radius: 30px;
    cursor: grab;
}
.each-product-btn,
.aanbod-product-sec .each-product-btn { 
    max-height: 0;
    padding: 0;
}
.each-product:hover .each-product-btn,
.aanbod-product-sec .each-product:hover .each-product-btn { 
    max-height: 100px;
    padding: 9px 18px 18px;
}
.slider_control .swiper-button-prev,
.slider_control .swiper-button-next{
    position: initial;
}
.slider-btn {
    display: flex;
    justify-content: start;
    column-gap: 10px;
}
.slider-btn ul{
   margin: auto;
}
.slider-btn .common-arrow {
    height: auto;
    width: auto;
    background: transparent;
    border: none;
}
.slider_control .common-arrow img {
    filter: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider_control .common-arrow:hover img {
    opacity: 1;
}
.slider_control {
    margin-top: 56px;
}
.slider_control .col-lg-10 {
    width: 95%;
}
.slider_control .col-lg-2 {
    width: 5%;
}
/****service-sec****/
.service-sec {
    overflow: hidden;
    background-color: #261F27;
    position: relative;
}
.service-mark {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.mob-service-mark {
    display: none;
}
.service-wrap {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-area .col-lg-4 {
    width: 34%;
}
.service-area .col-lg-8 {
    width: 66%;
}
.service-left-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service-left-top {
    max-width: 360px;
    width: 100%;
    padding: 55px 0 99px;
    position: relative;
}
.service-left-top::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    display: none;
}
.service-left-top h2 {
    margin: 11px 0 20px;
}
.service-left-top p {
    margin-bottom: 70px;
}
.service-contact {
    position: relative;
    padding: 62px 0;
}
.service-contact::after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
}
.service-contact-title {
    display: flex;
    align-items: center;
    gap: 15px;
}
.service-contact p {
    margin-top: 11px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 300px;
}
.service-contact .common-btn {
    padding-left: 26px;
    padding-right: 52px;
    border-color: rgba(255, 255, 255, 0.30);
}
.service-contact .common-btn::after {
    right: 14%;
}
.service-contact .common-btn:hover {
    border-color: #DF2626;
}
.service-right-area {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
}
.each-service {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #261F27;
    padding: 38px 72px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-txt h3 {
    margin-bottom: 13px;
}
.each-service-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-txt-wrap .text-btn::after {
    top: 64%;
}
.each-service:hover .each-service-txt-wrap {
    background-color: #DD2625;
}
.each-service-img {
    height: 303px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.mob-service-contact {
    display: none;
}
/****usp-marquee-sec****/
.usp-marquee-sec {
    background-color: #DD2625; 
    position: relative;
    overflow-x: clip;
    z-index: 1;
}
.usp-marquee-wrap {
    padding: 15px 0px;
	display: flex;
	width: max-content;
    gap: 34px;
}
.usp-marquee-wrap ul {
    display: flex;
    align-items: center;
    gap: 34px;
    padding: 0;
    margin: 0;
}
.usp-marquee-wrap ul li {
    padding: 0;
    position: relative;
    font-size: 2rem;
    line-height: normal;
    padding-left: 46px;
    letter-spacing: normal;
}
.usp-marquee-wrap ul li::before {
    display: none;
}
.usp-marquee-wrap ul li::after {
    content: '';
    position: absolute;
    background: url(../images/marqu-list-img.svg) transparent;
    background-repeat: no-repeat;
    top: 50%;
    background-size: 17px;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
    left: 0;
}
/****home-about-sec****/
.home-about-sec {
    background-color: #FFF;
    padding-top: 77px;
    position: relative;
    overflow-x: clip;
}
.home-about-mark {
    position: absolute;
    top: -7%;
    right: 0;
    pointer-events: none;
}
.mob-home-about-mark {
    display: none;
}
.home-about-txt {
    width: calc(100% + 55%);
}
.home-about-txt h6 {
    font-family: 'Exo2-Medium';
    font-size: 1.4rem;
    letter-spacing: normal;
    color: #000;
}
.home-about-txt h2,
.home-about-txt p {
    color: #000;
}
.home-about-txt h2 {
    margin-top: 9px;
    margin-bottom: 17px;
}
.home-about-txt p {
    margin-bottom: 47px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-about-txt .common-btn {
    border-color: #1C151D;
    color: #1C151D;
}
.home-about-txt .common-btn::after { 
    background-image: url(../images/blk-btn-arw.svg);
}
.home-about-txt .common-btn:hover {
    border-color: #DD2625;
    color: #fff;
}
.home-about-txt .common-btn:hover::after { 
    background-image: url(../images/btn-arw.svg);
}
.home-about-area .col-lg-4 {
    width: 29%;
}
.home-about-area .col-lg-8,
.counter-sec .col-lg-8 {
    width: 71%;
}
.home-about-img .row {
    align-items: end;
    margin: 0 -9px;
}
.home-about-img .col-lg-3,
.home-about-img .col-lg-9 {
    padding: 0 9px;
}
.home-about-img .col-lg-3 {
    width: 37%;
}
.home-about-img .col-lg-9 {
    width: 63%;
}
.each-home-about-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-home-about-img img {
    height: 100%;
    object-fit: cover;
}
.home-about-big-img {
    height: 662px;
}
.home-about-small-img {
    height: 282px;
}
/****counter-sec****/
.counter-sec {
    background-color: #FFF;
    padding-top: 61px;
    position: relative;
}
.counter-mark {
    position: absolute;
    right: 0;
    top: -24%;
    width: 30%;
    pointer-events: none;
    display: none;
}
.counter-mark img {
    width: 100%;
}
.counter-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.each-counter h2 {
    color: #DD2625;
}
.each-counter p {
    color: #000;
    margin-bottom: 0;
}
/****home-btn-sec****/
.home-btm-sec {
    background-color: #FFF;
    padding: 60px 0 109px;
    position: relative;
}
.home-btm-sec::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 24%);
    height: calc(100% + 45%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}
.home-btm-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
.home-btm-area {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    justify-content: center;
}
.each-home-btm-area {
    width: 23.59%;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 40px 23px 72px 40px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-btm-area::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(../images/home-btm-icon.svg);
    background-size: 23px;
    background-color: #DD2625;
    background-repeat: no-repeat;
    background-position: center center;
}
.each-home-btm-area h5 {
    color: #222222;
    margin-bottom: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-btm-area p {
    color: rgba(34, 34, 34, 0.70);
    margin-bottom: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-btm-area:hover {
    background-color: #DD2625;
    border-color: #DD2625;
}
.each-home-btm-area:hover h5 {
    color: #fff;
}
.each-home-btm-area:hover p {
    color: rgba(255, 255, 255, 0.70);
}
.home-about-area,
.counter-wrap,
.home-btm-area {
    position: relative;
    z-index: 1;
}
/****google-review****/
.google-review {
    padding-bottom: 109px;
    background-color: #fff;
}
/****footer****/
.footer-area {
    padding-top: 78px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #3E383F;
}
.footer-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: -1;
}
.footer-top {
    padding-bottom: 62px;
}
.footer-logo img {
    width: 231px;
}
.footer-top-title {
    max-width: 422px;
    margin: 0 auto;
}
.footer-contact-btn {
    text-align: end;
}
.footer-contact-btn .common-btn::after {
    right: 15%;
}
.footer-main .col-lg-7 {
    width: 55%;
}
.footer-main .col-lg-5 {
    width: 45%;
}
.footer-main-area {
    padding-right: 60px;
    padding-bottom: 54px;
}
.footer-main-info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
    row-gap: 20px;
    border-top: 1px solid #3E383F;
    border-bottom: 1px solid #3E383F;
    padding: 48px 0;
    margin-bottom: 64px;
}
.each-footer-info h5 {
    position: relative;
    margin-bottom: 14px;
}
.each-footer-info h5::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 12px;
    background-image: url(../images/double-red-arw.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}
.each-footer-info h5,
.each-footer-info p,
.each-footer-info td:first-child {
    padding-left: 35px;
}
.each-footer-info p {
    margin-bottom: 12px;
}
.each-footer-info td {
    line-height: 24px;
    letter-spacing: 0.32px;
}
.each-footer-info td:first-child {
    padding-right: 4px;
}
.each-footer-info tr {
    display: flex;
}
.f-bovag-logo img {
    width: 103px;
}
.footer-privacy a {
    font-family: 'VolvoNovum-Light';
    line-height: 24px;
    letter-spacing: 0.32px;
}
.footer-privacy a:hover {
    color: #DD2625;
}
.footer-social ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 11px;
    justify-content: end;
}
.footer-social li {
    padding-left: 0;
}
.footer-social li::before {
    display: none;
}
.footer-social li a {
    height: 39px;
    width: 39px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.footer-social li a img {
    width: 18px;
    height: 18px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a:hover {
    background-color: #DD2625;
    border-color: #DD2625;
}
.footer-gal {
    border-radius: 10px 0 0 0;
    overflow: hidden;
}
.each-footer-gal {
    position: relative;
    height: 389px;
}
.each-footer-gal img {
    width: 26px;
    height: 100%;
    object-fit: cover;
}
.each-footer-gal-txt {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 24px;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
}
.each-footer-gal::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-gal:hover .each-footer-gal-txt,
.each-footer-gal:hover::after {
    opacity: 1;
}
.footer-btm .row {
    align-items: center;
}
.footer-main > .row {
	align-items: end;
}
/* ============================================== aanbod-list ============================================== */
/****inner-header****/
.inner-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 180px 0 60px;
}
.aanbod-filter-title {
    max-width: 681px;
    width: 100%;
    margin-bottom: 60px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-left-part {
    position: relative;
    z-index: 1;
}
.filter-reset {
    position: relative;
    /* top: -201px;
    right: 52%; */
}
.filter-reset a {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Exo2-Regular';
    line-height: 24px;
    letter-spacing: 0.32px;
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #DD2625;
}
.select-style {
    width: 100%;
    height: 44px;
    color: #000;
    font-family: 'Exo2-Medium';
    font-size: 1.4rem;
    border: 1px solid #fff;
    border-radius: 51px;
    padding: 0 40px 0 18px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 91% center / 10px;
    appearance: none;
    line-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: default;
    backdrop-filter: blur(5px);
    text-align: center;
}
.filter-sort .select-style {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
}
.select-style:hover,
.select-style.show {
    background-color: #DD2625;
    border-color: #DD2625;
    color: #fff;
    background-image: url(../images/filter-arrow-white.svg);
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color: #DD2625;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #DD2625;
    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-family: 'Exo2-Medium';
    font-size: 1.4rem;
    cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #fff;
    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 #fff;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #fff;
    border-color: #fff;
    background-image: url(../images/check-tick.png);
    background-size: 9px;
    background-position: center center;
    background-repeat: no-repeat;
}
.auto-overview-tag {
    margin-right: 5px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 20px;
    background-color: rgba(221, 38, 37, 0.5);
	font-family: 'Exo2-Medium';
    font-size: 1.4rem;
    border: 1px solid #DD2625;
    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: transparent;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 22%;
}
.hidden-filter .col-lg-3 h5 {
    font-family: 'Exo2-SemiBold';
    display: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 66px;
    background-color: #1C151D;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 100px;
    background-color: #DD2625;
    border-color: #DD2625;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-right: 19px;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #DD2625;
    color: #fff;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1C151D;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #1C151D;
	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: 2;
    background-color: #1C151D;
    border-bottom: 1px solid rgba(249, 248, 246, 0.3);
}
.mobile-filter-close span {
    max-width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 5px;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.mobile-filter-close span img {
	width: 9px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #DD2625;
    border: 1px solid #DD2625;
    color: #fff;
	padding: 10px;
	border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #DD2625;
    color: #fff;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'lama_sansmedium';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 225px;
}
.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;
}
.filter-left-part .row {
    column-gap: 5px;
}
/****aanbod-range-filter****/
.aanbod-range-filter label {
    font-size: 1.6rem;
}
.aanbod-range-filter .ui-slider .ui-slider-handle {
    width: 25px;
    height: 25px;
    background-color: #DD2625;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(221, 38, 37, 0.4);
    border-color: rgba(221, 38, 37, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #DD2625;
}
.aanbod-range-filter .ui-widget.ui-widget-content {
    border: 0;
}
.aanbod-range-filter .slider-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aanbod-range-filter .slider-inputs span {
    color: #fff;
}
.aanbod-range-filter .slider-inputs input {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 90px;
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
.mob-filter-visible h6 {
    color: #fff;
    padding-left: 0;
}
.mob-filter-visible h6::after {
    display: none;
}
.mob-filter-visible strong {
    font-weight: normal;
    color: #DD2625;
}
.list-filter-img {
    border-radius: 15px;
    overflow: hidden;
}
.aanbod-product-sec {
    padding-bottom: 50px;
}
.aanbod-product-area > .row {
    row-gap: 20px;
    margin: 0 -9px;
}
.aanbod-product-area .col-xl-4,
.aanbod-product-area .col-lg-12 {
    padding: 0 9px;
}
/* ============================================== diensten ============================================== */
/****inner-banner-sec****/
.inner-banner-sec {
    position: relative;
    padding-top: 99px;
    overflow: hidden;
}
.inner-banner-img {
    height: 500px;
}
.inner-banner-img img {
    height: 100%;
    object-fit: cover;
}
.inner-banner-content {
    width: 100%;
    bottom: 35px;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*****diens-list-sec*****/
.diens-list-sec{
    padding-top: 53px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-color: #221B23;
}
.diens-list-sec .container {
    position: relative;
    z-index: 1;
}
.diens-list-merk-top{
    position: absolute;
    top: -40px;
    left: 0;
    pointer-events: none;
}
.diens-list-merk-btn {
    position: absolute;
    bottom: -10.5%;
    right: 0;
    pointer-events: none;
    z-index: 2;
}
.each-diens-list{
    background: #261F27;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-text {
    padding: 60px 72px 72px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 1;
    position: relative;
}
.each-diens-list-img {
    height: 100%;
    overflow: hidden;
}
.each-diens-list-img img{
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diens-list-text h3{
    padding-bottom: 14px;
}
.each-diens-list-text p{
    margin-bottom: 100px;
    max-width: 375px;
}
.each-diens-list:hover .each-diens-list-text {
    background: #DD2625;
}
.diens-list-wrap{
    border-radius: 20px;
    overflow: hidden;
}
/****inner-footer****/
.inner-footer {
    border-top: 1px solid #3E383F;
}
/* ============================================== diensten-dtl ============================================== */
/****bk-btn-sec****/
.bk-btn-sec {
    position: relative;
}
.bk-btn-sec .common-btn {
    padding: 12px 19px 12px 42px;
    position: absolute;
    top: 165px;
}
.bk-btn-sec .common-btn::after {
    right: 0;
    left: 9%;
    transform: rotate(180deg);
    top: 40%;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    overflow: hidden;
    padding-top: 99px;
    background: #261F27;
}
.diensten-dtl-top-img {
    position: absolute;
    left: 7.5px;
    width: 44vw;
    height: 100%;
}
.diensten-dtl-top-img img {
    height: 100%;
    object-fit: cover;
}
.diensten-dtl-top-wrap .col-lg-4 {
    width: 42%;
    position: relative;
}
.diensten-dtl-top-wrap .col-lg-8 {
    width: 58%;
}
.diensten-dtl-top-info {
    padding-top: 21%;
    padding-right: 43px;
}
.diensten-dtl-top-info h2 {
    margin-bottom: 18px;
}
.diensten-dtl-top-info h5 {
    margin-bottom: 30px;
}
.diensten-dtl-top .dtl-banner-right {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.diensten-dtl-top .dtl-banner-right .banner-right {
    margin-left: auto;
    margin-right: 0;
    width: 33vw;
}
.diensten-dtl-top .dient-dtl-banner-right .col-lg-4 {
    width: 27.4%;
}
/****diensten-dtl-table****/
.diensten-dtl-table {
    padding: 128px 0 74px;
    background-color: #261F27;
}
.diensten-dtl-table table {
    width: 100%;
}
.diensten-dtl-table tr {
    display: flex;
    flex-wrap: wrap;
}
.diensten-dtl-table td {
    padding: 48px 54px;
    position: relative;
    width: 32.8%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}
.diensten-dtl-table td::before {
    content: '';
    position: absolute;
    left: -50%;
    border-radius: 10px 0 0 10px;
    background-color: #DD2625;
    overflow: hidden;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.diensten-dtl-table td:hover::before {
    left: 0;
    opacity: 1;
}
.diensten-dtl-table td::after {
    content: '';
    position: absolute;
    right: 0;
    background-color: #322B33;
    height: 100%;
    width: 2px;
    top: 0;
}
.diensten-dtl-table td:last-child::after {
    display: none;
}
.diensten-dtl-table td h4 {
    font-size: 2.7rem;
    margin-bottom: 20px;
    font-family: 'Exo2-Bold';
    position: relative;
    z-index: 1;
}
.diensten-dtl-table td p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 365px;
    width: 100%;
    position: relative;
    z-index: 1;
}
/****form-sec****/
.form-bg {
    position: relative;
    padding: 65px 0;
}
.form-bg::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(105deg, rgba(38, 31, 39, 0.90) 50%, rgba(38, 31, 39, 0.85) 86.29%);
}
.form-sec .container {
    position: relative;
    z-index: 1;
}
.form-ring {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.form-title {
    margin-bottom: 55px;
}
.form-title h2 {
    margin: 4px 0 20px;
    color: #F1F4F7;
}
.form-title p {
    max-width: 450px;
    width: 100%;
}
.form-main-area .form-styl {
    background: transparent;
    color: #fff;
    font-family: 'Exo2-Regular';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    border: none;
    padding: 0;
    padding-bottom: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0;
    resize: none;
}
.form-main-area .form-group {
    margin-bottom: 35px;
}
.form-main-area .form-styl::placeholder{
    color: rgba(241, 244, 247, 0.5);
}
.form-main-area .form-styl:placeholder {
    color: rgba(241, 244, 247, 0.5);
}
.form-main-area .form-styl:focus{
    outline: none;
    box-shadow: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.form-main-area  .form-styl:focus::placeholder{
    color: #fff;
}
.form-main-area textarea.form-styl {
    height: 85px;
}
.form-main-area .form-styl.photo_upload,
.form-main-area .form-styl.foto_upload {
    color: rgba(241, 244, 247, 0.5);
}
.form-btn {
    margin-top: 52px;
    max-width: max-content;
    margin-right: 0;
    margin-left: auto;
}
.form-btn .common-btn {
    min-width: 341px;
    text-align: left;
}
.form-right {
    display: flex;
    flex-wrap: wrap;
    row-gap: 84px;
    column-gap: 90px;
    padding-left: 95px;
    align-items: end;
}
.each-form-right h6 {
    font-size: 2.4rem;
    line-height: 24px;
    letter-spacing: normal;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 15px;
}
.each-form-right td:first-child {
    padding-right: 10px;
}
.each-form-right a {
    letter-spacing: 0.32px;
    line-height: 24px;
    display: inline-block;
}
.each-form-right a,
.each-form-right table,
.each-form-right .footer-social ul {
    margin-left: 35px;
}
.each-form-right .footer-social ul {
    justify-content: left;
}
.each-form-right {
    width: 41%;
}
.form-sec .col-lg-7 {
    width: 58%;
}
.form-sec .col-lg-5 {
    width: 42%;
}
.each-form-right .footer-social li a {
    margin-left: 0;
}
/****dtl-slider-sec****/
.dtl-slider-sec {
    padding: 100px 0 84px;
}
.dtl-slider-title {
    margin-bottom: 60px;
    text-align: center;
}
.each-dtl-slider-wrap {
    border-radius: 20px;
    overflow: hidden;
}
.dtl-slider .each-diens-list-text {
    background-color: #261F27;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding: 35px 35px 40px;
}
.each-dtl-slider {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-slider:hover .each-diens-list-text {
    background-color: #DF2626;
}
.each-dtl-slider .each-diens-list-text p {
    margin-bottom: 67px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-dtl-slider .each-diens-list-text h4 {
    margin-bottom: 14px;
}
/* ============================================== vacature-dtl ============================================== */
/****vacature-dtl-table****/
.vacature-dtl-table td {
    width: 50%;
}
.vacature-dtl-table td li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.70);
}
.vacature-dtl-table, .vacature-dtl-top {
    background: transparent;
}
/* ============================================== verkocht ============================================== */
/****verkocht-top****/
.verkocht-top {
    padding: 160px 0 60px;
}
/****verkocht-product****/
.verkocht-product {
    padding-bottom: 66px;
}
/* ============================================== contact ============================================== */
/****contact-form-sec****/
.contact-form-sec {
    padding: 69px 0;
    position: relative;
    background-color: #261F27;
}
/****map-sec****/
.map {
    height: 690px;
}
/* ============================================== over-ons ============================================== */
/****over-ons****/
.over-ons-top {
    padding: 108px 0 73px;
    position: relative;
}
.over-ons-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-top .col-lg-5 {
    width: 44%;
}
.over-ons-top .col-lg-7 {
    width: 56%;
}
.over-ons-top-info {
    padding-right: 85px;
}
.over-ons-top-ring {
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: -1;
}
.over-ons-top-info h2 {
    margin: 10px 0 35px;
}
/****over-ons-counter-sec****/
.over-ons-counter-sec {
    position: relative;
}
.over-ons-counter-mark {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    pointer-events: none;
    z-index: 1;
}
.over-ons-counter-mark img {
    width: 100%;
}
.over-ons-counter-wrap {
    position: relative;
    z-index: 1;
}
.over-ons-counter-sec .each-counter p {
    color: #fff;
}
.over-ons-counter-sec .each-counter {
    position: relative;
    padding-right: 11.9%;
}
.over-ons-counter-sec .each-counter::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 45px;
    height: 27px;
    background-image: url(../images/counter-arw.svg);
    background-size: 45px;
    background-repeat: no-repeat;
}
/* .over-ons-counter-area .counter-wrap .each-counter:nth-last-child(2) {
    padding-right: 0;
}
.over-ons-counter-area .counter-wrap .each-counter:nth-last-child(2)::after {
    display: none;
} */
.over-ons-counter-area .counter-wrap .each-counter:last-child {
    padding-right: 0;
}
.over-ons-counter-area .counter-wrap .each-counter:last-child::after {
    display: none;
}
.over-ons-counter-img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 48px;
}
.over-ons-counter-right {
    padding-left: 72px;
}
.over-ons-counter-right .each-counter {
    padding-right: 0 !important;
    padding-top: 46%;
    padding-bottom: 38%;
}
.over-ons-counter-right .each-counter::after {
    right: auto;
    left: 0;
    top: 10.6%;
    transform: rotate(90deg);
}
.over-ons-counter-right .each-counter::before {
    content: '';
    position: absolute;
    bottom: 0;
    transform: rotate(90deg);
    left: 0;
    width: 45px;
    height: 27px;
    background-image: url(../images/counter-arw.svg);
    background-size: 45px;
    background-repeat: no-repeat;
}
.mob-counter {
    display: none;
}
/****over-ons-btm-sec****/
.over-ons-btm-sec {
    padding: 119px 0 101px;
    background-color: #1C151D;
}
.over-ons-btm-sec.home-btm-sec::after {
    display: none;
}
.over-ons-btm-sec .each-home-btm-area h5 {
    color: #FFF;
}
.over-ons-btm-sec .each-home-btm-area p {
    color: rgba(255, 255, 255, 0.7);
}
.over-ons-btm-sec .each-home-btm-area {
    border: 1px solid #383333;
    background-color: #261F27;
}
.over-ons-btm-sec .each-home-btm-area:hover {
    background-color: #DD2625;
    border-color: #DD2625;
}
/****over-ons-team-sec****/
.over-ons-team-sec {
    background-color: #FFFFFF;
    padding: 101px 0 114px;
}
.over-ons-team-title {
    margin-bottom: 62px;
}
.over-ons-team-title h2 {
    color: #000000;
}
.team-member-img {
    border-radius: 20px;
    overflow: hidden;
}
.team-member-info h4,
.team-member-info p {
    color: #1E1E1E;
}
.team-member-info p {
    margin-bottom: 0;
}
.over-ons-team-slider .swiper-horizontal .swiper-scrollbar {
    height: 1px;
    position: initial;
}
.over-ons-team-slider .swiper-scrollbar {
    opacity: 1;
    background-color: rgba(28, 21, 29, 0.10);
    width: 100%;
    display: block;
    height: 2px;
    z-index: 1;
    top: -12px;
}
.over-ons-team-slider .swiper-scrollbar-drag {
    background: #1C151D;
    border-radius: 30px;
    cursor: grab;
}
.over-ons-team-slider .slider_control .swiper-button-prev,
.over-ons-team-slider .slider_control .swiper-button-next{
    position: initial;
}
.over-ons-team-slider .slider-btn {
    display: flex;
    justify-content: start;
    column-gap: 10px;
}
.over-ons-team-slider .slider-btn ul{
   margin: auto;
}
.over-ons-team-slider .slider-btn .common-arrow {
    height: auto;
    width: auto;
    background: transparent;
    border: none;
}
.over-ons-team-slider .slider_control .common-arrow img {
    filter: none;
    opacity: 0.4;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-team-slider .slider_control .common-arrow:hover img {
    opacity: 1;
}
.over-ons-team-slider .slider_control {
    margin-top: 120px;
}
.over-ons-team-slider .slider_control .col-lg-10 {
    width: 95%;
}
.over-ons-team-slider .slider_control .col-lg-2 {
    width: 5%;
}
.team-member-info {
    margin-top: 16px;
}
/****gal-sec****/
.gal-sec {
    background-color: #FFFFFF;
}
.gal-wrap {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.each-gal-img {
    overflow: hidden;
    height: 415px;
}
.each-gal-img img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-img:hover img {
    transform: scale(1.1);
}
/* ============================================== aanbod-dtl ============================================== */
/****aanbod-top-sec****/
.aanbod-top-sec {
    position: relative;
    padding: 180px 0 80px;
}
.aanbod-top-mark {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.aanbod-top-sec .col-lg-7 {
    width: 51%;
}
.aanbod-top-sec .col-lg-5 {
    width: 49%;
}
.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: 5px;
    overflow: hidden;
}
/* .each-aanbod-top-thumb {
    height: 152px;
} */
.each-aanbod-top-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.aanbod-top-big-slider {
    margin-bottom: 21px;
}
.aanbod-top-slider .common-arrow {
    top: 39%;
}
.aanbod-top-slider .swiper-button-next {
    right: 7%;
}
.aanbod-top-slider .swiper-button-prev {
    left: 7%;
}
.aanbod-top-left-part {
    padding-left: 40px;
}
.aanbod-top-title h2 {
    margin-bottom: 11px;
}
.aanbod-top-title p {
    margin-bottom: 16px;
}
.aanbod-top-price h3 {
    color: #DD2625;
    font-size: 2.5rem;
}
.aanbod-top-price p {
    margin-bottom: 35px;
}.aanbod-share-btn ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    justify-content: end;
    margin-bottom: 0;
}
.aanbod-share-btn li {
    padding-left: 0;
}
.aanbod-share-btn li::before {
    display: none;
}
.aanbod-share-btn li a {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-share-btn li a img {
    width: 15px;
}
.aanbod-share-btn li a:hover {
    background-color: #DD2625;
    border-color: #DD2625;
}
.aanbod-car-info {
    padding: 29px 0;
    margin: 29px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.aanbod-car-info table,
.aanbod-car-info tbody {
    width: 100%;
}
.aanbod-car-info tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 10px;
}
.aanbod-car-info td {
    width: 30%;
}
.aanbod-car-info td h6 {
    position: relative;
    margin-bottom: 10px;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.50);
    font-size: 1.4rem;
    font-family: 'Exo2-Medium';
    letter-spacing: normal;
}
.aanbod-car-info td h6::after {
    display: none;
}
.aanbod-top-btn-area .common-btn::after {
    display: none;
}
.aanbod-top-btn-area {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.aanbod-top-btn ul {
    margin-bottom: 0;
    display: flex;
    gap: 15px;
}
.aanbod-top-btn li {
    padding-left: 0;
}
.aanbod-top-btn li::before {
    display: none;
}
.aanbod-top-btn .common-btn,
.aanbod-top-wp-btn .common-btn {
    padding: 11px 17px;
}
.aanbod-top-btn .common-btn {
    background-color: #DF2626;
    border-color: #DF2626;
}
.aanbod-top-btn .common-btn:hover {
    background-color: transparent;
}
.aanbod-top-wp-btn .common-btn,
.aanbod-top-wp-btn .common-btn:hover {
    background: linear-gradient(0deg, #2AB540 0%, #2AB540 100%), #FFF;
    border-color: #2AB540;
}
.aanbod-top-wp-btn .common-btn img {
    margin-left: 5px;
    margin-bottom: 3px;
}
.aanbod-top-contact {
    /* padding-top: 68px; */
    padding-bottom: 44px;
}
.aanbod-top-contact .service-contact {
    padding: 0;
}
.aanbod-top-contact .service-contact::after {
    display: none;
}
.aanbod-contact-img {
    width: 173px;
    height: 173px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: auto;
}
.aanbod-contact-img img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
    padding: 77px 0 106px;
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
}
.tab-main-area {
    position: relative;
    z-index: 2;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 60px;
	margin-bottom: 38px;
    border: 0;
	justify-content: center;
}
.tab-btn ul.tabs li {
    position: relative;
    display: inline-block;
    word-break: break-word;
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    font-family: 'Exo2-Bold';
    padding-left: 0;
    color: rgba(47, 47, 47, 0.70);
    text-align: right;
    font-size: 2rem;
    line-height: normal;
    letter-spacing: normal;
}
.tab-btn .tabs li.active {
    background-color: transparent;
    opacity: 1;
	position: relative;
}
.tab-btn .tabs li:hover,
.tab-btn .tabs li.active {
	color: #DD2625;
}
.tab-btn ul.tabs li.active span{
	color: #FFF;
}
.tab-btn ul.tabs li.active span::after, ul.tabs li span:hover::after{
    opacity: 1;
}
.tab_content {
    display: none;
}
.tab_content img{
	max-width: 40%;
	height: 30px;
	filter: invert(1);
	padding-right: 15px;
}
.tab_drawer_heading{
    display: none;
}
.tab_drawer_heading{
	display: none;
}
.tab-btn .tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 67px;
    padding-bottom: 28px;
    margin-bottom: 35px;
    padding-left: 0;
}
.tab-btn {
    position: relative;
}
.tab-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: rgba(47, 47, 47, 0.10);
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 10px;
    row-gap: 13px;
    margin-bottom: 0;
}
.kenmerken-tab li {
    width: 32.5%;
    padding: 15px 34px 15px 21px;
    position: relative;
    color: rgba(47, 47, 47, 0.70);
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    border: 1px solid #FFFFFF;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.kenmerken-tab li::before {
    display: none;
}
.kenmerken-tab li:hover {
    background: #DD2625;
    border-color: #DD2625;
    color: #fff;
}
.kenmerken-tab li strong {
    font-weight: normal;
    display: block;
    color: #2F2F2F;
    font-family: 'Exo2-Medium';
    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 ul {
    margin-bottom: 0;
}
.bullet-panel h4 {
    color: #2F2F2F;
    border-bottom: 1.5px solid #DD2625;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel li {
    margin-bottom: 10px;
    color: #202020;
}
.dtl-tab-sec .bullet-panel li::before {
    background-color: #DD2625;
    height: 6px;
    width: 6px;
    top: 10px;
}
.tab_content p {
    color: #202020;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DD2625;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #DD2625;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
    font-size: 2.4rem;
    color: #2F2F2F;
}
.left-bg-block h6 {
    color: #fff;
    padding-left: 0;
}
.left-bg-block h6::after {
    display: none;
}
.each-onderhoud-block h5 {
    margin: 8px 0 25px;
    font-family: 'Exo2-Regular';
    font-size: 1.6rem;
    color: #2F2F2F;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    margin-top: 36px;
    border-color: #DD2625;
    background-color: #DD2625;
    cursor: pointer;
    padding: 11px 17px;
}
.tab-btm-btn::after {
    display: none;
}
.tab-btm-btn:hover{
    background-color: transparent;
    color: #2F2F2F;
}
.tab-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.tab-popup-content-wrap{
    overflow-x: hidden;
    overflow-y: scroll;
}
.popup-opacity{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(22, 22, 22, 0.6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.tab-popup-area {
    border-radius: 30px;
    background: #1C151D;
    position: relative;
    z-index: 101;
    margin: auto auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #DD2625;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(221, 38, 37, 0.2);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(221, 38, 37, 0.2);
    max-width: 93%;
}
.popup-cross {
    background: transparent;
    width: 45px;
    height: 45px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    border-radius: 100%;
    cursor: pointer;
    border: 1px solid #DD2625;
}
.tab-popup-content {
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    height: calc(100% - 116px) !important;
}
.tab-popup-content ul{
    margin-bottom: 33px;
    padding: 0;
}
.tab-popup-content ul:last-child{
    margin-bottom: 0;
}
.popup-cross img{
    width: 15px;
}
.tab-popup-area h3 {
    margin-bottom: 12px;
}
.tab-popup-area p {
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-popup-content h4 {
    margin-bottom: 20px;
}
.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.15);
    flex-wrap: wrap;
    padding: 6px 0;
}
.tab-popup-content li::before {
	display: none;
}
.tab-popup-content li strong{
    width: 50%;
    font-weight: normal;
    color: rgba(247, 240, 236, 0.70);
}
.show-popup{
    display: none;
}
.tabs li::after {
    display: inline-block;
    content: '';
    position: relative;
    top: 4px;
    left: 7px;
    background-image: url(../images/tab_arrow.svg);
    width: 7px;
    height: 15px;
    background-size: 7px;
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab-btn .tabs li:hover::after,
.tab-btn .tabs li.active::after {
    filter: brightness(0) saturate(100%) invert(18%) sepia(90%) saturate(2535%) hue-rotate(347deg) brightness(107%) contrast(97%);
    transform: rotate(90deg);
}
.tab-btn .tabs li::before {
    content: "";
    height: 2px;
    background-color: #DD2625;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: -28px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 0;
}
.tab-btn .tabs li:hover::before,
.tab-btn .tabs li.active::before {
    opacity: 1;
}
.tab-mark {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.tab-left-part {
    border-radius: 5px;
    border: 1px solid rgba(47, 55, 51, 0.10);
    background-color: #2F3733;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 8px 8px 0;
    margin-top: 80px;
}
.dtl-tab-sec .col-lg-9 {
    width: 70%;
}
.dtl-tab-sec .col-lg-3 {
    width: 30%;
}
.tab-contact-info {
    overflow: hidden;
    padding: 8px 9px 0;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
    max-width: 417px;
    margin-left: auto;
    border: 1px solid rgba(47, 47, 47, 0.10);
    background: #FFF;
}
.tab-contact-top {
    padding: 13px 20px;
    display: flex;
    column-gap: 24px;
    overflow: hidden;
    align-items: center;
    border-radius: 5px;
    background-color: #F5F5F5;
}
.tab-contact-img {
    min-width: 66px;
    height: 66px;
}
.tab-contact-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    object-position: top;
}
.tab-contact-title p {
    font-size: 1.4rem;
    line-height: 19px;
    font-family: 'Inter-Regular';
    margin-top: 3px;
    margin-bottom: 0;
}
.tab-contact-title p a {
    color: rgba(47, 47, 47, 0.70);
}
.tab-contact-title p a:hover {
    color: #DD2625;
}
.tab-contact-btm li {
    padding-left: 0;
}
.tab-contact-btm li::before {
    display: none;
}
.tab-contact-title h5 {
    color: #2F2F2F;
}
.tab-contact-btm ul {
    margin-bottom: 0;
    padding-left: 0;
}
.tab-contact-btm li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.tab-contact-btm li:last-child {
    margin-bottom: 0;
}
.tab-contact-btm img {
    width: 16px;
    height: 16px;
    margin-right: 11px;
}
.tab-contact-btm {
    padding: 25px 22px;
}
.tab-contact-btm p {
    font-family: 'Inter-SemiBold';
    color: #2F2F2F;
    margin-bottom: 0;
    line-height: 17px;
    letter-spacing: normal;
}
.tab-contact-btm a {
    font-family: 'Inter-Regular';
    color: #2F2F2F;
    margin-left: 9px;
}
.tab-contact-btm a:hover {
    color: #DD2625;
}
/****dtl-product-sec****/
.dtl-product-sec {
    padding: 121px 0 82px;
}
.dtl-product-sec .mob-product-title-right {
    display: none;
}
/* ============================================== popup ============================================== */
.modal-area .modal-dialog {
    max-width: 63.55%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(28, 21, 29, 0.70);
}
.modal-area .modal-content {
    border: 0;
    position: relative;
    background: transparent;
}
.modal-area .popup-content {
    padding: 30px 83px;
    background: #1C151D;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 4px;
    position: relative;
}
.popup-mark {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.pop-up-image {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.popup-content p{
    margin-bottom: 0;
    padding: 10px 0 35px;
}
.modal-main-content .col-lg-5 { 
    width: 46%;
}
.modal-main-content .col-lg-7 { 
    width: 54%;
}
.popup-logo img {
    width: 126px;
}




/* Style For Developer start */

/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 15px;
}


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #2F2F2F;
    border-bottom: 1px solid #DD2625;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
    filter: invert(0);
    max-width: 100%;
    height: auto;
    padding: 0;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#fff  calc(1*100%/6),#DF2626 0 calc(3*100%/6),#fff  0),
              linear-gradient(#fff  calc(2*100%/6),#DF2626 0 calc(4*100%/6),#fff  0),
              linear-gradient(#fff  calc(3*100%/6),#DF2626 0 calc(5*100%/6),#fff  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;
}

/* Style For Developer End */


 /* Whats app Lab CSS start */
.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;
}
.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: 100%;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 44px;
    left: 17px;
    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;
    }
}
/* Whats app Lab CSS End */

.cookie h6 {
    padding-left: 0;
}
.cookie h6::after {
    display: none;
}
.privacy_section {
    padding: 100px 0 40px;
}
.select2-results li::after,
.select2-results li::before {
    display: none;
}
.select2-results li {
    margin: 0;
}
.voorraadwekker_widget_section .form_part .voorraadwekker_btn {
    background-color: #DD2625 !important;
    border-color: #DD2625 !important;
}
.voorraadwekker_widget_section .form_part .select2-container--default .select2-selection--single {
    border-color: rgba(28, 21, 29, 0.50) !important;
}
.voorraadwekker_widget_section .form_part .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(28, 21, 29, 0.50) !important;
}
.voorraadwekker_widget_section .form_part .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #1C151D transparent transparent transparent !important;
}
.voorraadwekker_widget_section .voorraadwekker_widget_wapper {
    background: #fff !important;
    color: #1C151D !important;
}
.voorraadwekker_widget_section .top_part .text_div {
    color: #1C151D !important;
    font-family: 'Exo2-SemiBold' !important;
    text-transform: uppercase !important;
}
.voorraadwekker_widget_section .voorraadwekker_widget_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.voorraadwekker_widget_section .form_part .form-control {
    border-color: rgba(28, 21, 29, 0.50) !important;
    color: #1C151D !important;
}
.share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
    filter: brightness(0) invert(1);
    margin-top: -4px;
}
#tab4 iframe{
	width: 100%;
	height: 900px;
}
.diensten-dtl-table td:nth-child(2) {
    border-radius: 0;
}
.diensten-dtl-table td:nth-child(2)::before{
    border-radius: 0;
}
.diensten-dtl-table td:last-child{
    border-radius: 0 10px 10px 0;
}
.diensten-dtl-table td:last-child:before{
   border-radius: 0 10px 10px 0;
}


.menu-btn.common-btn::after{
    display: none;
}
.menu-btn.common-btn em{
    font-style: normal;
}
.menu-btn.common-btn strong {
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 21px;
    height: 21px;
    content: "";
    transition: .5s;
    -webkit-transition: .5s;
    overflow: hidden;
    border-radius: 100%;
    color: transparent;
    z-index: 1;
    position: absolute;
}
.menu-btn.common-btn{
    padding: 12px 48px 12px 19px;
}
.menu-btn strong{
    background-color: #fff;
}

.header-for-menu .menu-btn{
    z-index: 99;
}
.side-menu-wrap{
    text-align: end;
}
.side-menu-btm-contact{
    text-align: end;
}
.side-menu-btm-contact p {
    margin-bottom: 12px;
    font-size: 1.6rem;
}
.side-menu-btm-contact p a{
    color: rgba(255, 255, 255, 0.70);
}
.side-menu-btm-contact p a:hover{
    color: rgba(255, 255, 255, 1);
}
.side-menu-main-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding-right: 10px;
}
.menu-btn.active .menu-bar:before {
    transform: translateY(3px) rotate(135deg);
}
.menu-btn.active .menu-bar:after {
    transform: translateY(-3px) rotate(-135deg);
}
.menu-btn.active .menu-bar div {
    transform: scale(0);
}
.afleverkosten-top-section .diensten-dtl-top-info ul li::before{
    width: 5px;
    height: 5px;
    top: 10px;
}
.afleverkosten-top-section .diensten-dtl-top-info ul{
    padding-left: 12px;
}
.f-logos img {
    width: 70px;
}
.f-logos-wrap {
    display: flex;
    align-items: center;
    row-gap: 14px;
    column-gap: 14px;
}
.f-logos.f-logos1 img {
    width: 92px;
}