@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'interregular';
    color: #292929;;
    font-size: 1.6rem;
    background: #FFF;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
	overflow: hidden;
}*/
#mobile-contact-bar {
    display: none;
}

/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header-area******/
.header-area {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    /* padding: 9px 0 8px; */
    padding: 13px 0 12px;
    border-bottom: 1px solid #878686;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    position: fixed;
    background: #292929;;
    backdrop-filter: blur(10px);
}
.header-logo img {
    width: 327px;
}
.header-nav ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header-nav li,
.header-btn li {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    font-family: 'Inter-Medium';
    line-height: normal;
}
.header-nav li a,
.header-btn li a {
    color: #fff;
}
.header-nav li a:hover,
.header-btn li a:hover {
    color: #2679D0;
}
.header-btn ul {
    justify-content: end;
    display: flex;
    align-items: center;
    column-gap: 23px;
}
/*******hamburger********/
.hamburger {
    margin-right: 8px;
    width: 14px;
    height: 24px;
    position: relative;
}
.hamburger .bar {
    padding: 0;
    width: 14px;
    height: 1px;
    background-color: #fff;
    display: block;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}
.bar1 {
    top: 0;
}
.bar2, .bar3 {
    top: 11px;
}
.bar3 {
    right: 0;
}
.bar4 {
    bottom: 0;
}
.menu-btn {
    min-width: 124px;
    border-radius: 100px;
    border: 1.5px solid #fff;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 101;
}
.menu-btn span {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-family: 'lama_sansmedium';
    color: #fff;
    line-height: 24px;
}
.hamburger .bar1 {
    transform-origin: 5%;
    top: 7px;
}
.hamburger .bar4 {
    transform-origin: 5%;
    top: 15px;
}
/* .menu-btn.active {
    filter: brightness(0);
    -webkit-filter: brightness(0);
} */
.menu-btn.active .hamburger > .bar1{
    transform: rotate(45deg);
    height: 1px;
    width: 14px;
}
.menu-btn.active .hamburger > .bar3{
    transform: rotate(45deg);
    height: 1px;
    background-color: transparent;
}
.menu-btn.active .hamburger > .bar2{
    transform: rotate(-45deg);
    height: 1px;
    background-color: transparent;
}
.menu-btn.active .hamburger > .bar4{
    transform: rotate(-45deg);
    height: 1px;
    width: 14px;
}
/******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 .row {
    height: 100%;
}
.mega-menu-empty {
    height: 100%;
    background: rgba(41, 41, 41, 0.84);
}
.mega-menu-main {
    background-color: #2679D0;
    height: 100%;
    position: relative;
    padding: 160px 50px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 30px;
    overflow-x: hidden;
    overflow-y: scroll
}
.each-mega-menu-contact p{
    margin-bottom: 5px;
    letter-spacing: 0.28px;
    white-space: nowrap;
    font-size: 1.4rem;
}
.each-mega-menu-contact td {
    font-size: 1.4rem;
    line-height: 24px;
    letter-spacing: 0.28px;
    color: #fff;
}
.mega-menu-heading {
    color: rgba(255, 255, 255, 0.10);
    font-family: 'lama_sansbold_expanded';
    font-size: 20rem;
    line-height: 200px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    pointer-events: none;
    transition: all 1.4s;
    -webkit-transition: all 1.4s;
}
.mega-menu-top {
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
}
.mega-menu-nav li {
    color: #292929;;
    font-family: 'ErasITC-Medium';
    font-size: 2.4rem;
    line-height: 32px;  
    letter-spacing: 0.72px;
    /* letter-spacing: 0.48px; */
    /*text-transform: capitalize;*/
    margin-bottom: 30px;
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}
.mega-menu-nav li a:hover {
    color: #292929;
}
.mega-menu-nav li.active {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
    -webkit-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	-o-animation-delay: calc(0.1s * attr(data-animation-offset number 1));
	animation-delay: calc(0.1s * attr(data-animation-offset number 1));
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.mega-menu-social {
    margin-top: 34px;
}
.mega-menu-social ul {
    display: flex;
    align-items: center;
    column-gap: 14px;
}
.mega-menu-social li a img {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    filter: brightness(0) invert(1);
}
.mega-menu-social li a img:hover {
    /* filter: invert(1) brightness(10); */
    filter: brightness(0) invert(0.5);
}
.mega-menu-wave {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    height: 100%;
}
.mega-menu-wave img {
    height: 100%;
    object-fit: cover;
}
.mega-menu-contact {
    position: relative;
    padding-top: 20px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    flex-wrap: wrap;
}
.each-mega-menu-contact h4 {
    margin-bottom: 7px;
    color: #FFF;
    letter-spacing: 0.72px;
}
.each-mega-menu-contact p a:hover {
    color: rgba(255, 255, 255, 0.6);
}
.mega-menu-contact::after {
    content: "";
    height: 1px;
    width: 100vw;
	margin-left: -50vw;
	left: 50%;
    top: 0;
    position: absolute;
    background-color: #636363;
}
.mega-menu.active {
    top: 0;
}
.each-mega-menu-contact .footer-time-area {
    column-gap: 15px;
}
/* .header-area.active .header-nav,
.header-area.active .header-logo {
    display: none;
} */
.mega-manu-logo {
    position: absolute;
    top: 12px;
    left: 50px;
}
.mega-manu-logo img {
    width: 327px;
}
.mega-menu .col-lg-5 {
    height: 100%;
}
.mega-menu-main::-webkit-scrollbar {
    display: none;
}
.mega-menu.active .mega-menu-heading {
    transform: translateY(-50%) translateX(0);
}
.header-logo-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.header-bovag-logo {
    position: relative;
    padding-left: 26px;
}
.header-bovag-logo img {
    width: 88px;
}
.header-bovag-logo::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 1px;
}
/******banner-sec*******/
.banner-sec {
    position: relative;
}
.banner-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(41, 41, 41, 0.30) 0%, rgba(41, 41, 41, 0.30) 100%);
}
.home-banner-btn {
    display: flex;
    align-items: center;
    gap: 60px;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 970px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content { 
    position: absolute;
    bottom: 160px;
    width: 100%;
    left: 0;
    z-index: 2;
}
/* .banner-content h1 {
    margin-bottom: 68px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
} */
.banner-video {
	height: 869px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
/*****banner-info-sec*******/
.banner-info-sec {
    background-color: #292929;
    border-top: 1px solid #636363;
}
.banner-info-wrap {
    display: flex;
    justify-content: space-between;
}
.banner-info-social ul {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.each-banner-info {
    /* width: 20%; */
    border-right: 1px solid #636363;
    padding: 30px 4.4%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}
.each-banner-info:first-child {
    padding-left: 0;
}
.each-banner-info:last-child {
    border-right: 0;
    padding-right: 0;
}
.each-banner-info li {
    font-family: 'interbold';
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
}
.banner-info-social li img {
    width: 20px;
    height: 20px;
    /* filter: brightness(10);
    -webkit-filter: brightness(10); */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-info-social li a:hover img {
    filter: brightness(1) invert(0.5);
    -webkit-filter: brightness(1) invert(0.5);
}
.banner-info-contact ul {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.banner-info-contact li {
    line-height: 55px;
    letter-spacing: 0.28px;
}
.each-banner-info li a {
    color: #fff;
}
.each-banner-info li a:hover {
    color: #2679D0;
}
.each-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-counter h4 {
    color: #fff;
}
.each-counter-text h4 strong{
    font-weight: normal;
}
.each-counter h6 {
    color: rgba(255, 255, 255, 0.30);
    letter-spacing: 0.32px;
    line-height: normal;
    font-family: 'interregular';
}
.each-counter-img {
    margin-right: 28px;
}
/****product-sec******/
.product-sec {
    padding: 140px 0 170px;
    position: relative;
}
.product-mark-btn{
    position: absolute;
    bottom: -4%;
    right: 0;
    z-index: 1;
}
.mob-mark-btn{
    display: none;
    position: absolute;
    top: -30px;
    left: 0;
    pointer-events: none;
}
.home-product-curve-img {
    position: absolute;
    right: 0;
    bottom: -25%;
    pointer-events: none;
}
.product-sec .container {
    position: relative;
    z-index: 1;
}
.sec-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.go-product-pg {
    padding: 0 45px 30px 0;
}
.product-heading {
    max-width: 577px;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 71px;
    position: relative;
    top: -40px;
}
.product-filter{
    max-width: 441px;
}
.product-heading p {
    margin: 43px 0 61px;
    letter-spacing: normal;
}
.each-product-thumb-img {
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid transparent;
    margin-bottom: 12px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-thumb-img:hover {
    /* border-color: rgba(250, 184, 104, 0.44); */
}
.each-product-text {
    border-radius: 10px;
    background: #292929;
    margin-top: 10px;
    padding: 38px 60px 24px;
    border: 3px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-text h2 {
    font-size: 3.2rem;
    font-family: 'Inter-SemiBold';
    line-height: 40px;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 12px;
    height: 1lh;
    overflow: hidden;
}
.each-product-text h3 {
    color: #fff;
    letter-spacing: normal;
    line-height: normal;
    overflow: hidden;
    height: 1lh;
    margin-bottom: 6px;
}
.each-product-text h4{
    color: rgba(255, 255, 255, 0.53);
    font-family: 'Inter-Medium';
}
.each-product-text table td h4{
    color: #fff;
    font-family: 'ErasITC-Medium';
}
.aanbod-list-product .each-product-text h4{
    color: rgba(255, 255, 255, 1);
    font-family: 'ErasITC-Medium';
}
.each-product-text table {
    width: 100%;
    margin: 31px 0 37px;
}
.each-product-text tr {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.each-product-text td h3 {
    color: #fff;
}
.each-product-text td h6 {
    color: rgba(255, 255, 255, 0.53);
    line-height: 24px;
    padding-bottom: 6px;
}
.product-arrow {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    flex-shrink: 0;
}
.aanbod-dtl-product .product-arrow {
    width: 29px;
    height: 29px;
}
.product-btm {
    display: flex;
    align-items: end;
    justify-content: space-between;
    column-gap: 20px;
    align-items: center;
}
.each-product:hover .each-product-text,
.each-product:hover .each-product-img {
    /* border-color: #FAB868; */
}
.each-product:hover .product-arrow {
    background-color: #2679D0;
    border-color: #2679D0;
}
.each-product:hover .product-arrow img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.product-price h4 {
    color: rgba(255, 255, 255, 0.99);
    font-family: 'ErasITC-Medium';
}
.product-price h4 strong {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.6rem;
    font-weight: normal;
    margin-right: 10px;
}
.each-product-img {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.product-slider-thumb {
    position: relative;
    margin-left: -44%;
}
.product-slider-thumb::after {
    content: "";
    height: 100%;
    width: 35%;
    background: linear-gradient(275deg, rgba(255, 255, 255, 0.00) 12.98%, #FFF 95.77%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.product-slider-thumb .swiper-button-next {
    right: auto;
    left: 23%;
    top: 55%;
}
.product-slider-thumb .swiper-button-prev {
    left: 23%;
    top: 34%;
}
.product-left {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}
.product-filter {
    margin-bottom: 90px;
}
/****product-filter******/
.select-style {
	width: 100%;
    height: 56px;
    font-family: 'interregular';
    font-size: 1.4rem;
    border-radius: 40px;
    padding: 0 28px;
    background: url(../images/filter-arrow.svg) no-repeat 93% center/10px;
    background-color: #fff;
    appearance: none;
    line-height: 56px;
    text-transform: uppercase;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    /* opacity: 0.3; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(41, 41, 41, 0.25);
    color: rgba(41, 41, 41, 0.25);
}
.select-style:hover {
    color: #292929;
    border-color: #292929;
    background: url(../images/filter-arrow-hover-black.svg) no-repeat 93% center/10px;
    background-color: #fff;
}
.select-style.opacity {
    opacity: 1;
}
.select-style.show {
    border-radius: 15px 15px 0 0;
    border-color: #292929;
    color: #292929;
    background: url(../images/filter-arrow-hover-black.svg) no-repeat 93% center/10px;
    background-color: #fff;
}
.select-style option{
    font-family: arial;
    color: #011F27;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid #292929;;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 400px;
    overflow-y: auto;
    z-index: 99;
}
.filter-content.show-div {
    display: block;
}
.filter-wrap label {
    color: #292929;;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'lama_sansmedium';
    font-size: 1.4rem;
	cursor: pointer;
}
.filter-wrap label:last-child {
	margin-bottom: 0;
}
.filter-wrap label span {
    float: right;
    color: #011F27;
    opacity: 0.65;
}
.filter-wrap .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #292929;;
    background-color: #fff;
    border-radius: 3px;
}
.filter-wrap .form-check-input:checked {
    background-color: #2679D0;
    border-color: #2679D0;
}
.filter-wrap .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.aanbod-filter {
	margin-bottom: 20px;
	width: 20%;
}
.product-filter .aanbod-filter  {
    width: 100%;
    margin-bottom: 10px;
}
.filter-search-btn {
    margin-top: 20px;
}
.filter-search-btn::after {
    display: none;
}
.filter-search-btn img {
    width: 12px;
    margin-right: 7px;
    margin-top: -1px;
}
.product-filter .filter-search-btn:hover img {
    filter: brightness(0) invert(1);
}
.each-product-thumb-text h4 {
    padding-left: 10px;
    line-height: 28px;
    color: #292929;;
}
/*****service-sec******/
.service-sec {
    background-color: #2679D0;
    padding: 150px 0 146px;
    position: relative;
}
.service-mark{
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.service-mark img{
    height: 100%;
    object-fit: cover;
}
.each-service-text h4{
    color: #FFF;
}
.home-service-mark {
    position: absolute;
    left: 0;
    bottom: -14%;
    pointer-events: none;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 116px;
}
.service-heading h2 {
    color: #fff;
}
.service-heading p {
    max-width: 458px;
    margin-left: auto;
    /* padding-left: 30px; */
    color: #fff;
}
.service-heading .col-lg-4{
    width: 36%;
}
.service-heading .col-lg-5{
    width: 36%;
}
.service-heading .col-lg-3{
    width: 28%;
}
.each-service .common-btn {
    padding: 0;
    border: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service .common-btn::after {
    background-color: #2679D0;
    border-color: #2679D0;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    display: none;
}
.service-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.each-service-img {
    position: relative;
    height: 437px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 23px;
}
.each-service-img img {
    height: 100%;
    object-fit: cover;
}
.each-service:hover .each-service-img .common-btn {
    opacity: 1;
}
.service-sec .common-btn {
    margin-right: 45px;
}
.service-sec .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #2679D0;
}
.service-sec .common-btn:hover::after {
    border-color: #fff;
    background-color: #fff;
    background-image: url(../images/btn-arrow-orange.svg);
}
.service-slider .swiper-slide {
    flex-grow: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider .swiper-slide:hover {
    width: 44% !important;
}
.service-slider{
    position: relative;
}
.service-slider .swiper-button-next{
    right: -25px;
}
.service-slider .swiper-button-prev{
    left: -25px;
}
/****about-sec*****/
.about-wrap {
    padding: 147px 0 50px;
    position: relative;
    z-index: 1;
}
.about-sec {
    position: relative;
}
.about-sec .container {
    position: relative;
}
.about-sec .sec-line {
    width: 100%;
}
.about-heading-right {
    max-width: 460px;
    width: 100%;
    margin-left: auto;
}
.about-heading-right p {
    margin-bottom: 30px;
}
.about-img {
    margin: 70px 0 36px;
    border-radius: 10px;
    overflow: hidden;
    height: 470px;
}
.about-img img{
    height: 100%;
    object-fit: cover;
}
.about-accordion .about-img img {
    height: 100%;
    object-fit: cover;
}
.about-accordion .accordion-button {
    font-family: 'ErasITC-Medium';
    color: #292929;;
    font-size: 2.4rem;
    line-height: 32px;
    padding: 20px 70px 13px 0;
    background-color: transparent;
}
.about-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #292929;;
}
.about-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #CECECE;
    background-color: transparent;
}
.about-accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
.about-accordion .accordion-button::after {
    height: 36px;
    width: 36px;
    border: 1px solid #2679D0;
    border-radius: 100%;
    background-size: 12px;
    background-image: url(../images/black-plus.svg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: -70px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-accordion .accordion-button:not(.collapsed)::after {
    background-image: url(../images/plus.svg);
    transform: rotate(45deg);
    background-color: #2679D0;
}
.about-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
}
.about-accordion .accordion-body p {
    /* max-width: 62rem; */
    max-width: 772px;
    width: 100%;
}
.about-line-mobile {
    display: none;
}
/******gallery-sec*****/
.gallery-sec h2 {
    margin-bottom: 82px;
    text-align: center;
}
.each-gal-wrap {
    padding: 6px;
}
.gallery-main .row {
    height: 100%;
}
.each-gal {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.each-gal img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.each-gal:hover img {
    transform: scale(1.1);
}
.gallery-main .col-lg-4 {
    width: 41%;
}
.gallery-main .col-lg-3 {
    width: 29.5%;
}
.gallery-main .col-lg-3 .each-gal-wrap {
    height: 205px;
}
/*****footer-area*****/
.footer-area {
    /* padding: 80px 0 31px; */
    padding: 142px 0 31px;
    position: relative;
    overflow: hidden;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    width: 194px;
}
.footer-info {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    column-gap: 20px;
}
.each-footer-info h3 {
    margin-bottom: 11px;
    line-height: normal;
}
.each-footer-info p {
    margin-bottom: 0;
    line-height: 27px;
}
.each-footer-info p a {
    color: #292929;;
}
.each-footer-info p a:hover {
    color: #2679D0;
}
.footer-credit {
    border-top: 1.5px solid #DCDCDC;
    margin-top: 166px;
    padding-top: 19px;
}
.footer-social ul {
    display: flex;
    column-gap: 13px;
    justify-content: end;
}
.footer-social li a img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-social li a img:hover {
   filter: brightness(0) saturate(100%) invert(35%) sepia(79%) saturate(954%) hue-rotate(183deg) brightness(96%) contrast(93%);
}
.footer-credit p {
    margin-bottom: 0;
}
.footer-credit p a {
    color: #000;
}
.footer-credit p a:hover {
    color: #2679D0;
}
.footer-mark {
    position: absolute;
    bottom: -62%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.footer-mark h2 {
    font-family: 'lama_sansbold_expanded';
    font-size: 17.4vw;
    text-transform: uppercase;
    line-height: 17.4vw;
    background: linear-gradient(180deg, rgba(24, 23, 22, 0.02) -55.69%, rgba(255, 255, 255, 0.02) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.each-footer-info td {
    line-height: 24px;
}
.each-footer-info td:first-child {
    padding-right: 2px;
}
/***********************diensten-list***********************/
/****inner-banner****/
.inner-banner {
    position: relative;
}
.inner-banner .each-banner {
    height: 527px;
}
.inner-banner .each-banner img {
    height: 100%;
    object-fit: cover;
}
.inner-banner .banner-content {
    top: 62%;
    bottom: 0;
    width: 100%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    text-align: center;
}
.inner-banner .banner-content h1 {
    margin-bottom: 0;
    /* font-size: 5rem; */
    /* text-transform: uppercase; */
}
/****diensten-list-top****/
.diensten-list-top {
    position: relative;
    padding: 135px 0 125px;
    position: relative;
}
.diensten-list-top-mark {
    position: absolute;
    right: 0;
    top: -35%;
    pointer-events: none;
    z-index: -1;
}
.diensten-list-top h2 {
    margin-top: 20px;
}
.diensten-list-top h4 {
    color: #292929;
    letter-spacing: 1.12px;
    font-size: 1.4rem;
    line-height: 22px;
    font-family: 'Inter-Medium';
}
.diensten-list-top p {
    max-width: 562px;
    margin-right: 0;
    margin-left: auto;
    width: 100%;
    letter-spacing: normal;
}
.each-list {
    margin-bottom: 160px;
}
.each-list:hover .common-btn {
    color: #fff;
    background-color: #2679D0;
    border-color: #2679D0;
}
.each-list:hover .common-btn::after {
    background-color: #2679D0;
    border-color: #2679D0;
    background-image: url(../images/btn-arrow-white.svg);
}
.each-list-left-img {
    height: 273px;
    padding-right: 40px;
}
.each-list-right-img {
    height: 273px;
    padding-left: 20px;
}
.each-list-left-img img,
.each-list-right-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.each-list-content h3 {
    color: #292929;
}
.each-list-content p {
    /* color: #0A1520; */
    max-width: 440px;
    width: 100%;
    margin: 10px 0 57px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-list:nth-child(even) .each-list-right-img {
    padding-left: 0;
    padding-right: 20px;
}
.each-list:nth-child(even) .each-list-left-img {
    padding-right: 0;
    padding-left: 40px;
}
.each-list-content {
    padding-right: 47px;
}
.each-list:nth-child(even) .each-list-content {
    padding-right: 0;
    padding-left: 23px;
}
.each-list .col-sm-8 {
    width: 70%;
}
.each-list .col-sm-4 {
    width: 30%;
}
/***********************Financiering -Lease***********************/
/****dtl-header-area****/
.dtl-header-area {
    background-color: #292929;
}
/****back-page-btn-sec****/
.back-page-btn-sec{
    margin-top: 150px;
}
.back-page-btn a {
    padding-left: 56px;
    position: relative;
    color: #292929;;
}
.back-page-btn a em {
    font-style: normal;
}
.back-page-btn a::after{
    content: "";
    height: 44px;
    width: 44px;
    border: 1px solid #292929;;
    border-radius: 100%;
    background-image: url(../images/prev-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.back-page-btn a:hover::after{
    border-color: #2679D0;
    background-color: #2679D0;
    background-image: url(../images/prev-white-arrow.svg);
}
/****financiering-banner****/
.financiering-banner{
    margin-top: 114px;
    margin-bottom: 95px;
    position: relative;
}
.diensten-dtl-mark {
    position: absolute;
    right: 0;
    bottom: -72%;
    pointer-events: none;
    z-index: -1;
}
.financiering-banner-big-img{
    max-width: 447px;
    width: 100%;
    height: 425px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: auto;
}
.financiering-banner-content p {
    margin-bottom: 23px;
}
.financiering-banner-big-img img{
    height: 100%;
    object-fit: cover;
}
.financiering-banner-small-img{
    height: 252px;
    max-width: 280px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px;
    background-color: #fff;
    margin-top: -198px;
    margin-left: 143px;
    position: relative;
}
.financiering-banner-small-img img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.financiering-banner-content{
    max-width: 658px;
    width: 100%;
    padding-right: 30px;
}
.financiering-banner-content h2 {
    margin-bottom: 30px;
}
/****dtl-mid-sec****/
.dtl-mid-sec {
    background-color:  #F4F8FD;
    padding: 64px 0 47px;
}
.dtl-mid-sec .row{
    margin: 0px -45px;
}
.dtl-mid-sec .col-lg-4{
    padding: 0px 45px;
}
.each-dtl-mid-content h4{
    color: #2679D0;
    line-height: 32px;
    margin-bottom: 10px;
}
.each-dtl-mid-content p{
    color: #1A1D1A;
}
/****dtl-btm-sec****/
.dtl-btm-sec{
    margin-top: 125px;
}
.dtl-btm-sec h2{
    text-align: center;
    margin-bottom: 55px;
}
.dtl-btm-slider-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    height: 319px;
}
.dtl-btm-slider-img img {
    overflow: hidden;  
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
    height: 100%;
    object-fit: cover;
}
.dtl-btm-slider-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-btm-slider .swiper-button-next {
    right: -25px;
}
.dtl-btm-slider .swiper-button-prev {
    left: -25px;
}
/****form-sec****/
.form-sec {
    position: relative;
}
.form-bg {
    padding: 91px 0 85px;
}
.form-sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(41, 41, 41, 0.72);
    backdrop-filter: blur(19.799999237060547px);
}
.form-content {
    position: relative;
    z-index: 1;
}
.form-content-top {
    /* margin-bottom: 100px; */
    margin-bottom: 78px;
}
.form-content-top h2 {
    color: #fff;
}
.form-content-top p {
    max-width: 536px;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
    letter-spacing: normal;
}
.form-group {
	margin-bottom: 24px;
    height: 100%;
}
.form-style {
    resize: none;
	border: 1px solid rgba(24, 23, 22, 0.25);
    background: #FFF;
    font-size: 1.4rem;
    padding: 16px 32px;
    border-radius: 40px;
    color: #292929;
	line-height: 28px;
    font-family: 'interregular';
}
.form-style:-ms-input-placeholder {
	color: rgba(41, 41, 41, 0.50);
	opacity: 1;
}
.form-style::placeholder {
	color: rgba(41, 41, 41, 0.50);
	opacity: 1;
}
.foto_upload{
    color: rgba(41, 41, 41, 0.50);
}
.form-style:focus::placeholder {
	color: #292929;
}
.form-sec textarea {
    height: calc(100% - 50px);
    border-radius: 10px;
    /* height: calc(100% - 25px); */
}
.Inkoop-form-sec textarea{
    height: calc(100% - 25px); 
}
.form-btn {
    margin-top: 20px;
}
.form-content-btm .each-footer-info h3 {
    color: #fff;
    font-size: 1.4rem;
    font-family: 'Inter-Medium';
    line-height: 22px;
    margin-bottom: 6px;
    letter-spacing: 1.12px;
}
.form-content-btm .each-footer-info a,
.form-content-btm .each-footer-info p {
    color: #fff;
}
.form-content-btm .footer-info {
    margin-top: -60px;
}
.form-content-btm .each-footer-info p a:hover {
    color: #2679D0;
}
.form-content-btm td {
    color: #fff;
}
.form-content-btm {
    position: relative;
    top: 12px;
}
.each-dtl-btm-slider h4 {
    color: #292929;;
}
/***********************Verzekering***********************/
/****dtl-form-sec****/
.dtl-form-sec .form-content-top h4 {
    color: #fff;
    margin-bottom: 10px;
}
.dtl-form-sec .form-bg {
    padding: 135px 0 85px;
}
/***********************over ons***********************/
/****over-ons-top****/
.overons-top-content-wrap{
    position: relative;
}
.overons-top-mark{
    position: absolute;
    pointer-events: none;
    z-index: -1;
    right: -10%;
    overflow: hidden;
    bottom: 0;
}
.over-ons-top{
    margin-top: 138px;
    margin-bottom: 33px;
    position: relative;
}
.overons-mark {
    position: absolute;
    pointer-events: none;
    top: -50%;
    z-index: -1;
    right: 0;
    overflow: hidden;
}
.over-ons-top-content h4 {
    margin-bottom: 19px;
    color: #292929;;
}
.over-ons-top-content h2{
    max-width: 550px;
    width: 100%;
    margin-bottom: 25px;
}
.over-ons-top-content{
    max-width: 727px;
    width: 100%;
    padding-right: 30px;
    padding-bottom: 115px;
}
.over-ons-top-img{
    border-radius: 10px;
    overflow: hidden;
    height: 644px;
}
.over-ons-top-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-top .row {
    align-items: end;
}
/****over-ons-counter-area****/
.over-ons-counter-area {
    background-color: #2679D0;
    margin-top: -116px;
    position: relative;
}
.over-ons-counter-area > .row {
    max-width: 852px;
    width: 100%;
}
.each-over-ons-counter{
    display: flex;
    justify-content: center;
    border-right: 1px solid #fff;
    padding: 41px 20px 24px;
    column-gap: 28px;
    align-items: center;
}
.over-ons-counter-area .col-lg-3:last-child .each-over-ons-counter{
    border: none;
}
.over-ons-counter-content p,
.over-ons-counter-content h4{
    color: #fff;
}
.over-ons-counter-area .row .col-lg-4:first-child .each-over-ons-counter {
    justify-content: start;
    padding-left: 0;
}
/****over-ons-mdl-sec****/
.over-ons-mdl-sec{
    margin: 136px 0 63px;
}
.over-ons-mdl-conent{
    max-width: 605px;
    width: 100%;
    margin-top: 23px;
}
.over-ons-mdl-conent h2 {
    margin-bottom: 20px;
    color: #292929;
}
.over-ons-mdl-conent h2 span {
    color: #292929;;
}
.over-ons-mdl-conent p {
    color: #3d3d3d;
    letter-spacing: normal;
}
.over-ons-mdl-img{
    max-width: 415px;
    width: 100%;
    border-radius: 10px;
    margin-left: auto;
    overflow: hidden;
}
.over-ons-mdl-sec {
    position: relative;
}
.over-ons-mdl-sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    width: 1651px;
    height: 1401px;
    z-index: 1;
    pointer-events: none;
    border-radius: 1651px;
    background: rgba(38, 121, 208, 0.05);
    filter: blur(171.4499969482422px);
}
.overons-mid-merk-img{
    pointer-events: none;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
/****redl-area****/
.redl-area{
    position: relative;
}
.redl-area::after{
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1855px;
    background: rgba(250, 184, 104, 0.05);
    filter: blur(171.4499969482422px);
    z-index: -1;
    pointer-events: none;
}
/****over-ons-accordian-sec****/
.over-ons-accordian-img{
    border-radius: 10px;
    overflow: hidden;
    height: 383px;
}
.over-ons-accordian-img img {
    height: 100%;
    object-fit: cover;
}
.over-ons-accordian-sec .about-accordion{
    padding-left: 48px;
    position: relative;
    z-index: 2;
}
.over-ons-accordian-sec .about-accordion .accordion-button::after{
    position: absolute;
    left: 0;    
}
.over-ons-accordian-sec .about-accordion .accordion-button {
    padding: 22px 0rem 22px 63px;
}
/****over-ons-slide-sec****/
.over-ons-slide-wrap{
    max-width: 939px;
    width: 100%;
    margin: 0px auto;
}
.over-ons-slide-sec{
    margin-top: 122px;
    position: relative;
}
.over-ons-slider{
    margin-top: 98px;
}
.each-over-ons-slider h3 {
    line-height: normal;
    letter-spacing: normal;
}
.over-ons-slider-img{
    border-radius: 173px;
    overflow: hidden;
    height: 226px;
    margin-bottom: 12px;
}
.over-ons-slider-img img{
    height: 100%;
    object-fit: cover;
}
.each-over-ons-slider p{
    font-family: 'lama_sansmedium';
    color: rgba(24, 23, 22, 0.5);
    line-height: normal;
    letter-spacing: normal;
}
.over-ons-slider .swiper-button-next{
    right: -10%;
}
.over-ons-slider .swiper-button-prev{
    left: -10%;
}
.over-ons-slider .swiper-pagination{
    /* padding-top: 56px; */
    padding-top: 20px;
    position: initial;
    display:  block !important;
}
.over-ons-slider .swiper-pagination-bullet{
    width: 18%;
    border-radius: 0;
    height: 2px;
    margin: 0 20px !important;
}
.over-ons-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #2679D0;
}
.over-ons-slider .common-arrow {
    top: 120px;
}
.each-over-ons-slider p{
    color: rgba(41, 41, 41, 0.50);
}
/***********************vacature***********************/
/****vacature-list-top****/
.vacature-list-top h2 {
    color: #0A1520;
}
.vacature-list-top p {
    font-family: 'open_sansregular';
}
/****vacature-list-sec****/
.vacature-list-sec .each-list-content p {
    font-family: 'open_sansregular';
}
/***********************verkoop***********************/
/****verkoop-banner****/
.verkoop-banner .financiering-banner-content h2 {
    color: #0A1520;
}
.verkoop-banner .financiering-banner-content p {
    font-family: 'open_sansregular';
    color: #0A1520;
    margin-bottom: 25px;
}
.verkoop-banner .financiering-banner-content h3 {
    color: #0A1520;
    margin-bottom: 10px;
    line-height: 36px;
    letter-spacing: normal;
}
.verkoop-banner .financiering-banner-content li {
    position: relative;
    font-family: 'open_sansregular';
    color: #0A1520;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-top: 10px;
    line-height: 25px;
    letter-spacing: 0.32px;
}
.verkoop-banner .financiering-banner-content li:last-child {
    margin-bottom: 15px;
}
.verkoop-banner .financiering-banner-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/bullet.svg);
    height: 6px;
    width: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
}
/****verkoop-mid-sec****/
.verkoop-mid-sec {
    padding: 130px 0;
}
.verkoop-form-sec .form-content-top p {
    margin: 20px 0 0;
}
.verkoop-form-sec .form-content-top {
    margin-bottom: 60px;
}
/****verkoop-btm-sec****/
.verkoop-btm-sec .each-dtl-btm-slider h4 {
    color: #0A1520;
}
/***********************werkplaats-list***********************/
/****werkplaats-list-sec****/
.werkplaats-list-sec .each-list-content p {
    color: #292929;;
}
/***********************werkplaats-dtl***********************/
/****werkplaats-dtl-banner****/
.werkplaats-dtl-banner .financiering-banner-content p {
    color: #0A1520;
    margin-bottom: 20px;
}
.werkplaats-dtl-banner .financiering-banner-content h4 {
    font-family: 'lama_sansbold_expanded';
    color: #0A1520;
    margin: 20px 0 15px;
}
.werkplaats-dtl-banner .financiering-banner-content li {
    position: relative;
    font-family: 'lama_sansregular';
    color: #1A1D1A;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-top: 10px;
}
.werkplaats-dtl-banner .financiering-banner-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/bullet.svg);
    height: 6px;
    width: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
}
.werkplaats-dtl-banner .financiering-banner-content h3 {
    color: #0A1520;
}
.werkplaats-dtl-banner .financiering-banner-content ul {
    margin-bottom: 20px;
}
/***********************airco-service***********************/
/****airco-service-banner****/
.airco-service-banner .financiering-banner-content p {
    font-family: 'lama_sansregular';
    margin-bottom: 25px;
}
.airco-service-banner .financiering-banner-content li {
    font-family: 'lama_sansregular';
    color: #1A1D1A;
    line-height: 24px;
    letter-spacing: 0.32px;
}
/***********************contact***********************/
/****contact-form****/
.contact-form {
    padding: 100px 0 120px;
    position: relative;
}
.contact-mark {
    position: absolute;
    right: 0;
    pointer-events: none;
    top: -37%;
    z-index: -1;
    overflow: hidden;
    width: 16%;
}
.contact-form .form-content {
    position: initial;
}
.form-sec.contact-form::after {
    display: none;
}
.contact-form .form-content-top h2 {
    color: #292929;;
}
.contact-form .form-content-top p {
    color: #292929;;
}
.contact-form .form-style {
   border-radius: 39px;
    border: 1px solid rgba(41, 41, 41, 0.5);
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.form-sec.contact-form textarea{
    border-radius: 10px;
}
.contact-form .form-time-dtl h6{
    color: #292929;
}
.contact-form .form-style:placeholder {
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.contact-form .form-style:-ms-input-placeholder {
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.contact-form .form-style::placeholder {
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.contact-form .form-style:focus {
	color: #292929;;
	background: #FFF;
    border: 1px solid #292929;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.contact-form .form-style:focus::placeholder {
	color: #292929;
}
.contact-form .form-content-btm .each-footer-info h3 {
    color: #292929;;
}
.contact-form .form-content-btm .each-footer-info a, 
.contact-form .form-content-btm .each-footer-info p {
    color: #292929;;
}
.contact-form .each-footer-info td {
    color: #292929;;
}
.contact-form {
    position: relative;
}
/****map-block****/
.map-left {
    height: 527px;
    border-radius: 10px;
    overflow: hidden;
}
.map-left img {
    height: 100%;
    object-fit: cover;
}
.map {
    height: 527px;
    border-radius: 10px;
    overflow: hidden;
}
/***********************aanbod-dtl***********************/
/****aanbod-dtl-top****/
.aanbod-dtl-top{
    padding-top: 115px;
    overflow: hidden;
}
.aanbod-dtl-lft{
    padding: 54px 35px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    row-gap: 25px;
    border-radius: 10px;
    border: 2px solid rgba(41, 41, 41, 0.05);
    background: rgba(41, 41, 41, 0.03);
    position: relative;
}
.aanbod-dtl-lft-top h1{
    color: #292929;;
    font-size: 3.2rem;
    font-family: 'Inter-SemiBold';
    line-height: 40px;
    letter-spacing: 0;
}
.aanbod-dtl-lft-top p{
    color: rgba(41, 41, 41, 0.53);
    margin-bottom: 0;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 8px;
}
.aanbod-dtl-lft-top-price-table{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.aanbod-dtl-lft-top h3{
    color: #292929;
}
.aanbod-dtl-lft-merk {
    bottom: 0;
    right: -22%;
    position: absolute;
    pointer-events: none;
    width: 42%;
}
.price-table-lft{
    width: 65%;
}
.price-table-lft h4{
    font-size: 2rem;
    line-height: 29px;
}
.price-table-right{
    width: 35%;
}
.price-table-right h3{
    color: #2679D0;
}
.price-table-lft table{
    width: 100%;
    border-right: 1px solid rgba(41, 41, 41, 0.05);
}
.price-table-lft tr{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.price-table-lft tr::after{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: 100%;
    content: "";
    background-color: rgba(41, 41, 41, 0.05);
}
.price-table-lft tr::after {
    display: none;
}
.price-table-lft table {
    border-right: 0;
}
.price-table-lft td{
    width: 50%;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}
.price-table-lft td:nth-child(n + 3) {
    padding-bottom:0;
}
.price-table-lft td:nth-child(even){
    padding-left: 10px;
    padding-right: 10px;
}
.price-table-lft tr {
    border-right: 1px solid rgba(41, 41, 41, 0.05);
}
.price-table-lft td:first-child {
    border-bottom: 1px solid rgba(41, 41, 41, 0.05);
}
.price-table-lft td:nth-child(2) {
    border-bottom: 1px solid rgba(41, 41, 41, 0.05);
}
.price-table-right h2{
    color: #2679D0;
    letter-spacing: normal;
    font-family: 'Inter-SemiBold';
    letter-spacing: 0;
    font-size: 2.8rem;
}
.price-table-right{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
}
.price-table-lft td p{
    margin-bottom: 0;
    color: rgba(41, 41, 41, 0.53);
    letter-spacing: normal;
    line-height: normal;
}
.price-table-lft td h6 {
    color: #292929;;
    font-size: 1.8rem;
    line-height: 32px;
    font-family: 'Inter-Medium';
}
.aanbod-dtl-top .mySwiper .swiper-wrapper{
    margin-left: -27%;
}
.aanbod-dtl-lft-slider{
    position: relative;
}
.aanbod-dtl-top .mySwiper::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 14%;
    content: "";
    border-radius: 0 10px 10px 0;
    background: linear-gradient(90deg, #F9F9F9 0%, rgba(255, 255, 255, 0.00) 279.38%);
    z-index: 1;
    pointer-events: none;
}
.small-car-slider{
    overflow: hidden;
    border-radius: 10px;
}
.big-car-slider{
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-right-slide-top ul{
    display: flex;
    column-gap: 20px;
}
.aanbod-dtl-right-slide-top .common-btn{
    margin-top: 0;
}
.aanbod-dtl-right-slide-top .common-btn:hover{
    color: #fff;
}
.aanbod-dtl-right-slide-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 7px;
}
.filter-serch-grey .share-social-media-button .a2a_dd{
    background-color: rgba(41, 41, 41, 0.27);
    border-color: rgba(41, 41, 41, 0.27) !important;
    border: 1px transparent !important;
    color: rgba(41, 41, 41, 0.57) !important;
    padding: 11px 21px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    text-transform: uppercase;
    font-family: 'Inter-Medium';
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 112px 0 120px;
    position: relative;
}
.aanbod-dtl-mark {
    position: absolute;
    right: 0;
    bottom: -53%;
    pointer-events: none;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 48px;
	margin-bottom: 25px;
    border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(41, 41, 41, 0.50);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'lama_sansmedium';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
    font-family: 'lama_sansmedium';
    padding-bottom: 10px;
    display: inline-block;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #292929;;
}
/****tab-part****/
ul.tabs li {
	font-family: 'ErasITC-Medium';
	font-size: 2.4rem;
    letter-spacing: 0.72px;
    line-height: 32px;
	margin: 0;
	word-break: break-word;
	/* padding-left: 20px; */
	position: relative;
	text-transform: none;
	color: rgba(41, 41, 41, 0.50);
	cursor: pointer;
	/* margin-bottom: 70px; */
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #292929;;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.tab_content {
	/* padding: 20px; */
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
	column-gap: 15px;
    width: 100%;
}
.kenmerken-tab li {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: normal; 
    color: #292929;;
	width: 24%;
	padding: 25px 20px 18px;
    padding-left: 19px;
    display: flex;
    position: relative;
    border-right: 1px solid rgba(41, 41, 41, 0.1);
    align-items: center;
}
.kenmerken-tab li strong {
    font-weight: normal;
}
.kenmerken-tab li:nth-child(4n){
    border-width: 0;
}
.kenmerken-tab li::after {
    background-size: 8px;
    position: absolute;
    top: 33px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
/*.kenmerken-tab li strong {
    font-weight: normal;
}*/
.kenmerken-tab li span {
	/* display: block; */
    margin-left: 10px;
    font-family: 'lama_sansmedium';
}
.bullet-panel p {
    border-bottom: 1px solid #292929;;
    padding-bottom: 10px;
    color: #292929;;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'lama_sansmedium';
    color: #292929;;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #292929;;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAB868;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #FAB868;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #292929;;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #292929;;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.tab-btm-btn {
    margin-top: 48px;
    color: #2679D0;
    font-size: 2.4rem;
    line-height: 32px; 
    letter-spacing: 0.72px;
    font-family: 'ErasITC-Medium';
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .form-bg {
    padding: 119px 0 125px;
}

/****.aanbod-dtl-product****/
.aanbod-dtl-product {
    padding-top: 122px;
    padding-bottom: 28px;
    position: relative;
}
.aanbod-dtl-product .each-product-text {
    padding: 30px 40px;
}
/* .aanbod-dtl-product .each-product-text h5 {
    color: #fff;
} */
.aanbod-dtl-product .each-product-text h5 {
    color: #fff;
}
.aanbod-dtl-product .each-product-text td h3 {
   font-size: 1.6rem;
   font-family: 'interregular';
}
.aanbod-dtl-product .product-price h4 {
    color: rgba(255, 255, 255, 0.99);
}
.aanbod-dtl-product .common-arrow {
    top: 41%;
}
.aanbod-dtl-product .swiper-button-next {
    right: -21px;
}
.aanbod-dtl-product .swiper-button-prev {
    left: -21px;
}
.aanbod-dtl-product h2 {
    margin-bottom: 80px;
}
.aanbod-dtl-product .each-product-text table {
    margin: 20px 0;
}
.aanbod-dtl-product  .each-product-text-top h6 {
    line-height: normal !important;
    font-family: 'interregular' !important;
    height: 25px;
}
.aanbod-dtl-product-merk{
    position: absolute;
    bottom: 40%;
    transform: translateY(50%);
    right: 0;
    pointer-events: none;
    overflow: hidden;
}
/***********************aanbod-list***********************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 172px 0px 50px;
}
.aanbod-list-product-mark{
    position: absolute;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);  
    left: 0;
    overflow: hidden;
}
.reset-btn.select-style {
    margin-left: 0;
    margin-right: auto;
}
.reset-btn.select-style{
    display: flex;
    /* / width: 100%; / */
    /* / height: 100%; / */
    justify-content: center;
    align-items: center;
    background: none;
    width: max-content;
    /* background: rgba(247, 250, 246, 0.10);
    box-shadow: 0px 1px 2px 0px rgba(14, 15, 14, 0.5); */
    /* border-radius: 100px; */
    border: 0;
    padding: 0;
    margin-top: 0;
    text-transform: none;
    box-shadow: none;
}
.reset-btn a {
    font-size: 1.6rem;
    color: #292929;;
}
.reset-btn a:hover {
    color: #2679D0;
}
.reset-btn img {
    width: 13px;
    filter: brightness(0);
    margin-left: 3px;
}
.reset-btn a:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(36%) saturate(4160%) hue-rotate(193deg) brightness(98%) contrast(99%);
}
/* .reset-btn a:hover img {
    filter: brightness(1);
} */
.auto-overview-tag .cross-btn {
    width:18px;
    filter: brightness(0) invert(1);
} 
.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: #fff;
    border-radius: 50px;
    background: #292929;;
}
.auto-overview-tag:hover {
    background: #2679D0;
}
.auto-overview-tag, .clear-filter {
    font-size: 1.4rem;
}
.load_img{
    width: 150px;
}
.filter-sec .col-xl-2{
    /* width: 20%; */
    padding: 0 10px;
}
.wis-part img{
    width: 12px;
    margin-right: 10px;
    margin-bottom: 1px;
}
.wis-part{
    font-family: 'lama_sansmedium';
    color: #292929;; 
    opacity: 0.7;
    letter-spacing: 1.5px;
}
.filter-grid img{
    width: 30px;
}
.filter-grid{
    text-align: right;
    line-height: 0;
    cursor: pointer;
    opacity: 0.5;
}
.grid-part{
    width: 100%;
    max-width: 85px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wis-part h6{
    font-family: 'lama_sansmedium';
}
.filter-grid.active{
    opacity: 1;
}
/****aanbod-list-product****/
.aanbod-dtl-product.aanbod-list-product {
    padding-top: 15px;
    padding-bottom: 25px;
}
.aanbod-list-product .each-product-text-top h6, .aanbod-dtl-product .each-product-text-top h6 {
    color: rgba(255, 255, 255, 0.31);
    height: 1lh;
    overflow: hidden;
}
/***********************popup***********************/
.modal-area .modal-dialog {
    max-width: 52%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(75, 75, 75, 0.70);
    backdrop-filter: blur(2.9000000953674316px);
}
.popup-content-part {
	border-radius: 15px;
	overflow: hidden;
	background-color: #292929;;
}
.modal-area .modal-content {
    border: 0;
	background-color: transparent;
    position: relative; 
}
.modal-area .popup-content p {
    margin-bottom: 40px;
	width: 100%;
	color: #FFF;
    max-width: 643px;
}
.modal-area .popup-content h2 {
    color: #FFF;
    text-transform: none;
    max-width: 475px;
}
.modal-area .popup-content {
    padding: 58px 68px 61px;
}
.popup-content ul {
	margin: 30px 0;
}
.popup-content li {
    font-family: 'ErasITC-Medium';
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    padding-left: 20px;
    line-height: 32px;
    letter-spacing: 0.72px;
}
.popup-content li::after {
	position: absolute;
	content: '';
	/* background-image: url(../images/white-bullet.svg); */
	background-position: center;
    background-color: #fff;
	background-repeat: no-repeat;
	background-size: 6px;
	left: 0;
	top: 11px;
	height: 6px;
	width: 6px;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 1;
    font-size: 2.7rem;
    height: 44px;
    width: 44px;
    background-color: #2679D0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'lama_sansregular';
    border-radius: 100px;
}
.close-img:hover {
	color: #fff;
}
/***********************verkocht***********************/
/****verkocht-top****/
.verkocht-top {
    padding: 90px 0 127px;
    position: relative;
}
.verkocht-top h2 {
    letter-spacing: normal;
}
.verkocht-top p {
    max-width: 510px;
    margin-right: 0;
    margin-left: auto;
    /*text-transform: lowercase;*/
    letter-spacing: normal;
}
.aanbod-dtl-product .each-product-text {
    padding: 30px;
    /*min-height: 300px;*/
}
.over-ons-accordian-sec .about-accordion .accordion-body{
    padding-left: 70px;
}
.privacy_section{
    padding: 120px 0 30px;
    background: #292929;;
}
.privacy_section h2, .privacy_section p{
    color: #fff;
}
.product-sec .sec-line{
    display: none;
}
.banner-info-wrap .each-banner-info{
    border: 0;
    position: relative;
}
.banner-info-wrap .each-banner-info::after{
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% + 200px);
    content: "";
    width: 1px;
    background: linear-gradient(rgba(99, 99, 99, 1) , rgba(99, 99, 99, 0));
    pointer-events: none;
}
.banner-info-wrap .each-banner-info:first-child::after{
    display: none;
}
.banner-info-wrap .each-banner-info:nth-child(2)::after{
    height: calc(100% + 100px);
}
.banner-info-wrap .each-banner-info:nth-child(3)::after{
    height: 100%;
    background: #636363;
}
.banner-info-wrap .each-banner-info:nth-child(5)::after{
    height: calc(100% + 100px);
}
.iHhINz {
    color: #292929 !important;
}


/*******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;
}

#loader_section,
.popup-opacity,
.tab-popup {
    position: fixed;
    height: 100vh
}

/*********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: 7.5px;
}


/****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: #292929;
    border-bottom: 1px solid #292929;;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2 {
    display: none;
    padding: 50px 0;
    margin-top: 20px;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#2679D0 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#2679D0 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#2679D0 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: #2679D0;
  }
@media (max-width: 991px) {
    .form-1, .form-2 {
        padding: 0 !important;
    }
}
.radio_filter .form-check-input {
    display: none;
}
.aanbod-dtl-right-slide-top .common-btn {
    background-color: transparent;
    border-color: #292929;;
}
.aanbod-dtl-right-slide-top .common-btn:hover {
    background-color: #2679D0;
    border-color: #2679D0;
    color: #fff;
}
.over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
    border: none;
}
.over-ons-counter-area .row {
    max-width: 807px;
}
.carpass-img {
    width: 115px;
}

/* /iframe-footer/ */
.iframe-footer {
    border: 0;
    width: 100%;
    /* margin-bottom: 0; */
    height: 50px;
    display: block;
    /* border-radius: 10px;
    margin: 10px auto 55px;
    max-width: calc(100% - 24px); */
}

/***fix-wp***/
.fix-wp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    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: 3vw;
    font-size: small;
}

.notifcation {
    position: relative;
}

.alert-number {
    display: none;
    position: absolute;
    bottom: 28px;
    left: 16px;
    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;
    }
}
/* .review-sec {
    padding: 108px 0 46px;
} */

.tab-popup {
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 102;
    display: flex
}

.tab-popup-content-wrap {
    overflow-x: hidden;
    overflow-y: scroll
}

.popup-opacity {
    width: 100vw;
    background: rgba(16, 24, 36, .6);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100
}

.tab-popup-area {
    border-radius: 30px;
    background: #292929;
    position: relative;
    z-index: 101;
    margin: auto;
    padding: 50px;
    width: 100%;
    height: 75vh;
    border: 1px solid #2679D0;
    overflow: hidden;
    box-shadow: 0 0 25px 0 rgba(38, 121, 208, 0.5);
    -webkit-box-shadow: 0 0 25px 0 rgba(38, 121, 208, 0.5);
    max-width: 93%
}

.popup-cross {
    background: #292929;
    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 #2679D0;
}

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

.popup-cross img {
    width: 18px
}

.tab-popup-area h3 {
    line-height: normal;
    margin-bottom: 20px;
    font-size: 2.8rem;
    color: #fff
}

.tab-popup-area p {
    color: rgba(255, 255, 255, .7);
    line-height: normal;
    padding-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: 'lama_sansregular';
    margin-bottom: 0
}

.tab-popup-content h4 {
    font-family: 'lama_sanssemibold';
    line-height: 56px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 2.4rem
}

.tab-popup-content li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.5px solid rgba(255, 255, 255, .15);
    font-family: 'lama_sansregular';
    line-height: 30px;
    color: #fff;
    padding: 6px 0;
    flex-wrap: wrap
}

.tab-popup-content li strong {
    width: 50%;
    font-weight: 400;
    color: rgba(255, 255, 255, .7)
}

.show-popup{
    display: none;
}
.bedankt-banner-sec h1 {
    color: #fff;
    margin-bottom: 0;
}
.bedankt-banner-sec p {
    color: #fff;
    max-width: 775px;
    width: 100%;
    margin: 25px 0 40px;
}
.bedankt-banner-sec .banner-content{
    bottom: 360px;
}
.werkplaats-iframe {
    padding: 88px 0 100px;
}

.calsty
{ border: 0; width: 100%; height: 1100px; background: transparent; 
}

/***Lab****/
.widget-btn-area{
    bottom: 2rem;
    left: 3rem;
    z-index: 99;
    font-family: "Nunito Sans", sans-serif;
}
.widget-btn{
    border-radius: 10px;
    background: #2679D0;
    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: 54%;
    transform: translateY(-50%) rotate(90deg);
    right: -1.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;
    margin-right: 0;
    margin-left: auto;
}
.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: #2679D0;
}
.widget-content button, .widget-mobile button{
    border-radius: 5px;
    color: #fff;
    border: 2px solid #2679D0;
    background: #2679D0;
    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: #2679D0 !important;
}
.monthly_amount{
    cursor:pointer;
}
/****aanbod-filter-sec****/
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.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 #292929;;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #2679D0;
    border-color: #2679D0;
    background-image: url(../images/check-tick.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}
.hidden-filter .col-lg-3 {
	margin-bottom: 18px;
	width: 25%;
}
.total_search_records {
	margin-top: 30px;
}
.aanbod-filter-sec label {
    color: #292929;;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'interregular';
    font-size: 1.4rem;
    cursor: pointer;
}
.filter-reset a {
    color: #292929;;
}
.filter-reset a img {
    filter: brightness(1) invert(1);
    width: 12px;
    margin-left: 2px;
}
.filter-reset a:hover {
    color: #2679D0;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(100%) saturate(693%) hue-rotate(178deg) brightness(94%) contrast(90%);
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 61px;
    background-color: #292929;;
    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.filter-active {
    top: 80px;
}
.mobile-show-filter .common-btn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #2679D0;
}
.mobile-show-filter .common-btn strong {
    /* background-color: #2679D0; */
    border-color: #2679D0;
    color: #fff;
    font-weight: normal;
}
.mobile-show-filter .common-btn::after {
    display: none;
}
/* .mobile-show-filter .common-btn:hover strong {
    background-color: transparent;
    border-color: #292929;;
    color: #292929;;
} */
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.mobile-show-filter .common-btn:hover .filter-count {
    background-color: #2679D0;
    color: #292929;;
}
.filter-count {
    min-width: 20px;
    height: 20px;
    background-color: #292929;;
    border-radius: 100%;
    color: #2679D0;
    border: 1px solid #292929;;
    margin-left: 5px;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: none;
}
/* .filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #0F0F0F;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #0F0F0F;
	margin-left: 5px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    display: none;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #0F0F0F;
}
.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 {
    display: flex;
    gap: 2px;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #00FF87;
	border: 1px solid #00FF87;
    color: #161616;
	padding: 10px;
	border-radius: 5px;
    min-height: 46px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records::after {
    display: none;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: transparent;
    border-color: #00FF87;
    color: #fff;
    padding-right: 10px;
}
.cursor-pointer {
	cursor: pointer;
} */
.hidden-filter .col-lg-3 h5 {
    display: none;
    font-family: 'lama_sansregular';
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.filter-sort h6 {
    display: none;
}
/* .filter-sort h6 {
	margin-right: 10px;
    color: #292929;;
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .each-filter {
	margin-bottom: 0;
	width: 190px;
}
.filter-sort .aanbod-filter .select-style {
    padding-left: 10px;
    border-radius: 5px;
    border-color: transparent;
    color: #00FF87;
    background-image: url(../images/sorten-filter-arrow.svg);
}
.filter-sort .aanbod-filter .select-style.show {
    border-color: #fff;
} */
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.sorteren_op-filter.aanbod-filter {
    width: 100%;
}
.filter-sec .col-lg-3 {
    margin-bottom: 20px;
}
.aanbod-filter-part.justify-content-center {
    justify-content: left !important;
}
.sorteren_op-filter {
    margin-bottom: 0;
}
/****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: #2679D0;
    border-radius: 100%;
    border: 0;
    top: -11px;
    cursor: grab;
}
.aanbod-range-filter .ui-slider {
    height: 5px;
    border-radius: 5px;
    background-color: rgba(1, 63, 122, 0.4);
    border-color: rgba(1, 63, 122, 0.4);
    max-width: calc(100% - 20px);
    margin: 22px auto 17px;
}
.aanbod-range-filter .ui-slider .ui-slider-range {
    background-color: #2679D0;
}
.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 input {
    border-radius: 10px;
    border: 1px solid rgba(18, 18, 18, 0.25);
    padding: 8px;
    background-color: transparent;
    width: 100px;
    color: #292929;;
    font-size: 1.6rem;
    line-height: normal;
}
.mob-filter-visible {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 15px;
    margin: 0 auto;
    max-width: 510px;
    width: 100%;
}
/* .filter-sort {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: end;
} */
.mob-filter-visible strong {
    font-weight: normal;
    color: #2679D0;
}



/* ======================================  new-css====================== */
.product-merk-img {
    position: absolute;
    left: 50%;
    z-index: -1;
    pointer-events: none;
    transform: translate(-50%, -50%);
    top: 53%;
    top: 54%;
    width: 20%;
}
.about-merk-img{
    position: absolute;
    top: 14%;
    pointer-events: none;
    overflow: hidden;
    left: 0;
}
.about-merk-img-btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    overflow: hidden;
}
.about-sec::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1855px;
    background: rgba(38, 121, 208, 0.05);
    filter: blur(171.4499969482422px);
}
.footer-merk-left-img{
    position: absolute;
    bottom: 0;
    left: 0;
    /* z-index: -1; */
    width: 100%;
    pointer-events: none;
}
.footer-merk-right-img{
    position: absolute;
    bottom: 0;
    right: -7%;
    z-index: -1;
    display: none;
}
.footer-top{
    padding-bottom: 105px;
}
.review-sec{
    padding-top: 115px;
}
.footer-time-area{
    display: flex;
    column-gap: 25px;
}
.footer-info{
    max-width: 640px;
}
.footer-credit{
    margin-top: 45px;
}
.footer-develop {
    display: none;
}
.footer-develop li:first-child img{
    width: 133px;
}
.footer-develop li img{
    width: 124px;
}
.footer-develop ul{
    display: flex;
    column-gap: 24px;
    align-items: center;
}
.footer-logo img {
    width: 327px;
}
.footer-time-dtl td{
    font-size: 1.6rem;
    font-family: 'interregular';
    color: #292929;
}
.footer-time-dtl h6{
    font-family: 'interbold';
    color: #292929;
    line-height: 24px;
}
.each-footer-info h4 {
    margin-bottom: 2px;
    color: #292929;
}
.each-footer-info table td:first-child{
    padding-right: 24px;
}
.footer-merk-img{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.aanbod-filter-sec{
    position: relative;
}
.aanbord-list-img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
}
.aanbord-list-img-mid{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    pointer-events: none;
}
/* .aanbord-list-img::after{
    background: linear-gradient(209deg, rgba(255, 255, 255, 0.18) 1.17%, rgba(255, 255, 255, 0.51) 49.04%, #FFF 91.11%);
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
} */
.aanbod-filter-sec {
    padding: 21rem 0 0rem;
}
.reset-btn.select-style{
    width: 100%;
    justify-content: end;
}
.aanbod-dtl-merk{
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.dtl-tab-sec{
    position: relative;
}
.dtl-tab-merk{
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    bottom: -24%;
    overflow: hidden;
}
.diensten-list-merk{
    top: -60%;
    right: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
    /* width: 50%; */
}
.diensten-list-top{
    position: relative;
}
.back-page-btn-merk-left{
    top: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    right: 0;
    overflow: hidden;
}
.back-page-btn-merk-right{
    bottom: -30%;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}
.form-dtl-wrap .col-lg-2{
    width: 20%;
}
.werkplaats-form-sec .form-btn{
    text-align: end;
    margin-top: 0;
    margin-right: 5%;
}
.form-checkbox-area {
    max-width: 65%;
    display: block;
    margin: 3px;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 58px;
    row-gap: 10px;
}
.form-checkbox {
    float: none;
    width: 42%;
    /* display: block; */
    padding: 3px;
    margin: 0;
    margin-left: 0px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.form-checkbox input{
    width: 25px;
    height: 25px;
    border-radius: 5px;
}
.form-list-item-label::before, .form-list-item-label::after {
    content: " ";
}
.form-list-item-label{
    color: #fff;
    font-size: 1.6rem;
    line-height: 24px;
}
.form-dtl-heading h3{
    color: #FEF4F4;
    padding-bottom: 13px;
}
.form-dtl-heading{
    padding-top: 23px;
}
.form-checkbox-heading h3{
    color: #FEF4F4;
}
.form-textarea{
    margin-top: 65px;
}
.form-checkbox  input[type="checkbox"] {
    accent-color: #2679D0;
    border: 1px solid #292929; 
    border-radius: 5px;
}
.date-time{
    padding-top: 42px;
}
.date-time input{
    position: relative;
    width: 48%;
    border-radius: 39px;
    border: 1px solid #292929;
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 16px 20px;
}
.calendar-img{
    background-image: url(../images/calendar_month.svg);
    background-position: 92% center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 23px;
}
.werkplaats-form-sec .form-group{
    height: unset;
}
.form-style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #292929;;
    color: #292929;;
    background-color: #FFF;
}
.werkplaats-form-sec textarea{
    min-height: 210px;
}
.werkplaats-form-sec  .form-content-top {
    margin-bottom: 2.5rem;
}
.form-dtl-wrap-btm .col-lg-7{
    width: 60%;
}
.form-dtl-wrap-btm .col-lg-5{
    width: 40%;
}
.over-ons-top-merk{
    bottom: 15%;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.over-ons-top{
    position: relative;
}
.over-ons-mdl-merk{
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.over-ons-mdl-sec{
    position: relative;
}
.din-list-merk-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    pointer-events: none;
    z-index: -1;
}
.list-sec{
    position: relative;
}
.footer-middle-mark-img{
    position: absolute;
    top: 50%;
    right: 0;
    pointer-events: none;
    z-index: -1;
    transform: translateY(-50%);
}

/* ============NEW-CSS================= */
.fix-klanten{
    position: fixed;
    right: 20px;
    top: 65%;
    z-index: 98;
    width: 163px;
}
.fix-klanten iframe{
    border-radius: 10px;
    overflow: hidden;
    width: 163px;
    height: 87px;
}
.product-filter .select-style{
    border-radius: 40px;
    border: 1px solid rgba(41, 41, 41, 0.25);
    background-color: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: rgba(41, 41, 41, 0.25);
    opacity: 1;
    /* transition: all 0.5s;
    -webkit-transition: all 0..5s; */
}
.service-heading-btn .common-btn{
    margin-bottom: 17px;
}
.product-filter .select-style.show{
    border-radius: 15px 15px 0 0;
    border-color: #292929;
    color: #292929;
    background-color: #fff;
}
.product-filter .select-style:hover{
    background-color: #fff;
    border: 1px solid #292929;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #292929;
}
.footer-rating-img iframe{
    max-width: 203px;
}
.footer-rating-img{
    display: none;
}
.gallery-sec{
    padding-top: 110px;
}
.sorteren_op-filter.aanbod-filter {
    width: 23%;
    margin-left: auto;
    margin-top: 100px;
}
.diens-list-banner h1{
    text-transform: uppercase;
}
.financiering-banner-content li{
    position: relative;
    padding-left: 16px;
    padding-bottom: 5px;
}
.financiering-banner-content ul{
    padding-top: 8px;
}
.financiering-banner-content li::after{
    content: "";
    top: 6px;
    left: 0;
    position: absolute;
    background-color: #2679D0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.werkplaats-dtl-banner .financiering-banner-content strong{
    display: block;
    font-size: 2.4rem;
    font-family: 'Inter-Medium';
    font-weight: normal;
    line-height: 32px;
}
.form-time-area{
    display: flex;
    column-gap: 16px;
}
.form-time-dtl h6{
    color: #fff;
    font-family: 'Inter-SemiBold';
}
.form-content-btm td:first-child {
    padding-right: 3px;
}
.form-content-btm .footer-info {
    max-width: 640px;
}
.list-sec .each-list:last-child{
    margin-bottom: 0;
}
.financiering-banner-content h3{
    padding-bottom: 4px;
    color: #292929;
}
.contact-form .form-content::after{
    background: rgba(38, 121, 208, 0.05);
    filter: blur(171.4499969482422px);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.clear-filter-main{
    margin-top: 10px;
}
.filter-sort .select-style{
    border: 0;
    color: rgba(41, 41, 41, 0.25);
    text-transform: none;
    box-shadow: none;
    background-color: transparent;
    /* opacity: 0.8; */
}
.filter-sort .select-style:hover{
    color: #292929;
}
.filter-sort .select-style.show{
    border: 1px solid #292929;
    background-color: #fff;
    opacity: 1;
    color: #292929;
}
.aanbod-dtl-mark{
    display: none;
}
.aanbod-dtl-right .common-arrow{
    display: none;
}
.banner-content .common-btn{
    margin-top: 40px;
}
.footer-rating-img iframe{
    border-radius: 10px;
    overflow: hidden;
    height: 62px;
}
.mega-menu-mark-line{
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    height: 100%;
    overflow: hidden;
}
.each-mega-menu-contact .footer-time-dtl  td{
    color: #fff;
    font-size: 1.4rem;
    font-family: 'lama_sansregular';
}
.each-mega-menu-contact .footer-time-dtl h6{
    color: #fff;
     font-size: 1.4rem;
    font-family: 'lama_sansregular';
}
.each-mega-menu-contact{
    width: 28%;
}
.mega-menu .col-lg-5{
    width: 43%;
}
.mega-menu .col-lg-7{
    width: 57%;
}
.mega-menu-contact .each-mega-menu-contact:last-child{
    width: 40%;
}
.share-social-media-button svg{
    display: none;
}
.contact-form .color-btn:hover::after{
    border-color: #2679D0;
}
.cal-icon{
    width: 23px;
    height: 23px;
    background-position: right center;
    background-size: 23px;
    background-image: url(../images/calendar_month.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 56%;
    z-index: 1;
    bottom: 19px;
    pointer-events: none;
}
.date-time{
    position: relative;
}
.footer-time-dtl tr{
    display: flex;
}
.form-time-dtl tr{
    display: flex;
}
/* **landing-top-sec**/
.circle-mark {
    position: absolute;
    pointer-events: none;
    z-index: -1;
}
.top-mark { 
    top: 0;
    left: 0; 
}
.landing-top-sec {
    padding: 163px 0 90px;
    position: relative;
}
.landing-top-area {
    width: 100%;
    max-width: 747px;
    margin: 0 auto;
}
.landing-top-area h2 {
    font-family: 'ErasITC-Medium';
    color: #292929;
    text-align: center;
    font-size: 6.4rem;
    line-height: 72px;
    letter-spacing: 1.92px;
    margin-bottom: 26px;
}
.landing-top-area p,
.landing-info P { 
    margin-bottom: 24px;
}
/* **landing-mid-sec**/
.landing-mid-sec {
    position: relative;
    overflow: hidden;
}
.landing-btm-area {
    padding: 87px 20px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center; 
}
.mid-mark { 
    top: 50%;
    transform: translateY(-50%);
    right: 0; 
}
.landing-info h3 {
    font-family: 'ErasITC-Medium';
    color: #292929;
    font-size: 3.2rem; 
    line-height: 40px;
    letter-spacing: 0.96px;
    margin-bottom: 25px;
}
.landing-img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 614px;
    margin-left: auto;
}
.each-landing-area {
    margin-bottom: 48px;
}
.each-landing-area:last-child {
    margin-bottom: 0;
}
.each-landing-area:nth-child(even) .landing-img { 
    margin-left: 0;
}
.each-landing-area:nth-child(even) .landing-info {
    padding-left: 20px;
}
/* **landing-btm-sec**/
.landing-btm-sec {
    padding: 120px 0;
}
.landing-btm-wrap {
    max-width: 731px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.landing-btm-area h2,
.landing-btm-area p {
    color: #fff;
}
.landing-btm-wrap p{
    margin-bottom: 30px;
}
.aanbod-dtl-right-slide-top .filter-search-btn{
	background-color: #2679D0;
	border-color: #2679D0;
	color: #fff;
}
.aanbod-dtl-right-slide-top .filter-search-btn:hover{
	border: 1px solid #292929;
	background: none;
	color: #292929;
}
.each-filter .select-style{
	color: #292929;
	border: 1px solid #292929;
	background: url(../images/filter-arrow-hover-black.svg) no-repeat 93% center/10px;
}
.header-bovag {
    width: 80px;
}
.footer-bovag {
    margin-top: 30px;
}
.footer-bovag img {
    width: 120px;
}
.aanbod-wp-btn img{
    width: 18px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(64%) sepia(100%) saturate(360%) hue-rotate(85deg) brightness(87%) contrast(97%);
}
.aanbod-wp-btn {
 border-color: #25D366;
 color: #25D366;
}
.aanbod-wp-btn:hover{
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}
.aanbod-wp-btn:hover img{
    filter: none;
}
.aanbod-wp-btn.common-btn:hover::after{
    background: #25D366;
    background-image: url(../images/btn-arrow-white.svg);
        background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    border-color: #25D366;

}
.aanbod-wp-btn.common-btn::after{
    border-color: #25D366;
    background-image: url(../images/arrow-green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
}











  
  .widget-btn-area {
    bottom: 2rem;
    left:3rem;
    z-index: 99;
    font-family: "Nunito Sans", sans-serif;
  }
  .widget-btn {
    border-radius: 10px;
    background: #2679D0;
    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: -1.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;
    position: absolute;
    top: 60px;
    right: 40px;
    margin-right: 0; 
  }
  .widget-content h4, .widget-content h5 {
    text-transform: unset;
    color: #fff;
    letter-spacing: normal;
  }
  .widget-content h4 {
    font-weight: 500;
    font-size: 2.4rem;
  }
  .widget-content h5 {
    font-weight: 400;
    font-size: 1.7rem;
    margin: 1.5rem 0 5.4rem;
  }
  .widget-content h5 span {
    text-decoration: underline;
    color: #FF7100;
  }
  .widget-content button, .widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #FF7100;
    background: #FF7100;
    padding: 1.2rem 2rem;
    font-size: 1.7rem;
    font-weight: 600;
    margin-right: .5rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: pointer;
  }
  .widget-content button:hover, .widget-mobile button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #FF7100 !important;
  }
  .monthly_amount{
    cursor:pointer;
  }
  .iframe-footer {
      border: 0;
      width: 100%;
      height: 50px;
      display: block;
  }
  .calsty {
      width: 100%;
      height: 700px;
  }
  @media(max-width: 991px){
      .calsty {
        height: 1150px;
      }
  }
  
  @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;
      }
  }
  .share-social-media-button .a2a_dd svg {
    margin-right: 0 !important;
  }
.privacy_section {
    padding: 200px 0 60px;
}

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

        .notifcation {
            position: relative;
        }

        .alert-number {
            display: none;
            position: absolute;
            bottom: 30px;
            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;
        }
        @media screen and (max-width: 600px) {
            .popuptext {
                right: 60px !important;
            }
        }

.foto_upload {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}
.select2-container .select2-results__option::after{
    display: none;
}
.aanbod-filter-active .aanbod-filter-wrap .mob-filter-front {
    opacity: 0;
}
.aanbod-list-sec .each-product-item .each-product-info tr td {
    padding: 12px 6px 8px 3px;
    font-size: 1.6rem;
    line-height: 26px;
}
.aanbod-list-sec .each-product-wrap{
    padding: 16px 10px 0;
}
.over-ons-obout-sec .each-counter-text h3{
    font-size: 4.8rem;
    padding-bottom: 18px;
}
.over-ons-obout-sec .each-counter-text {
  padding: 37px 20px 37px 0;
}
.aanbod-list-sec .each-product-info td h4 {
    font-size: 2rem;
}
.aanbod-list-sec .each-product-info td h4 strong{
    font-size: 1.6rem;
}
.aanbod-detail-slider-sec  .each-product-info td h4{
    font-size: 2rem;
    line-height: 26px;
}
.aanbod-detail-slider-sec  .each-product-item .each-product-info tr td{
    font-size: 1.6rem;
    padding: 12px 8px 8px;
}
.aanbod-detail-slider-sec  .each-product-item .each-product-info tr td:first-child{
    padding-left: 0;
}
.aanbod-detail-slider-sec  .each-product-wrap .each-product-info td h4 strong{
    font-size: 1.6rem;
}
.aanbod-detail-slider-sec .each-product-wrap{
    padding: 16px 18px 0;
}
.afleverpakketten-description {
    margin-top: 30px;
}
.afleverpakketten-description h3 {
    margin-bottom: 15px;
}
.afleverpakketten-description p {
    margin-bottom: 20px;
}

.afleverpakketten-description ul li br {
    display: none;
}

.widget-content h5 span {
    text-decoration: underline;
    color: #2679D0;
}
.widget-content {
    background: #FFF;
}
.widget-content h4 {
    color: #241E1E;
}
.widget-content button, .widget-mobile button {
    border-radius: 5px;
    color: #fff;
    border: 2px solid #2679D0;
    background: #2679D0;
    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{
    color: #FFF !important;
    background-color: #241E1E !important;
    border-color: #241E1E !important;
}
.widget-content h5 {
    color: #241E1E;
}
.arw-rotate img{
    filter: invert(1) brightness(1);
}