@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-family: 'lama_sansregular';
    color: #181716;
    font-size: 1.6rem;
    /*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: 1.8rem 0;
    border-bottom: 1px solid #A2A2A2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.stiky {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
}
.header-logo img {
    width: 230px;
}
.header-logo-light {
   /* display: none;*/
}
.header-area.stiky .header-logo-light {
    display: table;
    margin: 0 auto;
}
.header-area.stiky .header-logo-dark {
    display: none;
}
.header-nav ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.header-nav li,
.header-btn li {
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 1.12px;
    font-family: 'lama_sansmedium';
    line-height: normal;
}
.header-nav li a,
.header-btn li a {
    color: #fff;
}
.header-nav li a:hover,
.header-btn li a:hover {
    color: #E52521;
}
.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 {
    background-color: rgba(1, 1, 1, 0.60);
    backdrop-filter: blur(2.9000000953674316px);
    height: 100%;
}
.mega-menu-main {
    background-color: #111;
    height: 100%;
    position: relative;
    /*padding: 160px 50px 16px;*/
    padding: 135px 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;
}
.mega-menu-heading {
    color: rgba(255, 255, 255, 0.04);
    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: #fff;
    font-family: 'lama_sansbold_expanded';
    font-size: 2.4rem;
    line-height: 55px; 
    letter-spacing: 0.48px;
    /*text-transform: capitalize;*/
   /* margin-bottom: 19px;*/
    margin-bottom: 12px;
    -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 {
    color: #fff;
}
.mega-menu-nav li a.language {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.39);
    border-right: 3px solid #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.mega-menu-nav li a.language:first-child {
    padding-left: 0;
}
.mega-menu-nav li a.language:last-child {
    border-right: 0;
    padding-right: 0;
}
.mega-menu-nav li a.active_flag {
    color: #fff;
}
.mega-menu-nav li a:hover {
    color: #E52521 !important;
}
.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;*/
  margin-top: 20px;
}
.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: invert(1);
}
.mega-menu-social li a img:hover {
    filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(1817%) hue-rotate(344deg) brightness(92%) contrast(104%);
    -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(1817%) hue-rotate(344deg) brightness(92%) contrast(104%);
}
.mega-menu-wave {
    position: absolute;
    top: 0;
    right: 0;
    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;
}
.each-mega-menu-contact h4 {
    margin-bottom: 7px;
    letter-spacing: 0.4px;
    line-height: normal;
    color: #fff;
}
.each-mega-menu-contact p,
.each-mega-menu-contact p a,
.each-mega-menu-contact td {
    color: #fff;
}
.each-mega-menu-contact p a:hover {
    color: #E52521;
}
.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;
}
.header-area.active .header-nav,
.header-area.active .header-logo {
    display: none;
}
.mega-manu-logo {
    position: absolute;
    top: 23px;
    left: 50px;
}
.mega-manu-logo img {
    width: 196px;
}
.mega-menu .col-lg-6 {
    height: 100%;
}
.mega-menu-main::-webkit-scrollbar {
    display: none;
}
.mega-menu.active .mega-menu-heading {
    transform: translateY(-50%) translateX(0);
}
.menu-logo-dark {
    display: none;
}
/******banner-sec*******/
.banner-sec {
    position: relative;
}
.banner-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(17, 15, 14, 0.65) 0%, rgba(17, 15, 14, 0.00) 51.17%, rgba(17, 15, 14, 0.66) 105.67%);
    z-index: 1;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 855px;
}
.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;
}
.banner-video {
	height: 869px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
/*****banner-info-sec*******/
.banner-info-sec {
    background-color: #010101;
    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: 'lama_sansbold_expanded';
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.28px;
}
.banner-info-social li img {
    width: 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);
    -webkit-filter: brightness(1);
}
.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: #E52521;
}
.each-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-counter h4 {
    font-family: 'lama_sanssemibold_expanded';
    color: #fff;
    letter-spacing: 0.4px;
    line-height: normal;
}
.each-counter h6 {
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.32px;
    line-height: normal;
    font-family: 'lama_sansregular';
}
.each-counter-img {
    margin-right: 28px;
}
/****product-sec******/
.product-sec {
    padding: 140px 0 170px;
    position: relative;
}
.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 45px 0;
}
.product-heading {
    max-width: 480px;
    width: 100%;
    padding-right: 40px;
    margin-bottom: 71px;
    position: relative;
}
.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: #010101;
    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.6rem;
    /* font-family: 'lama_sanssemibold'; */
    line-height: 32px;
    letter-spacing: normal;
    color: #fff;
    margin-bottom: 10px;
    height: 33px;
    overflow: hidden;
}
.each-product-text h3 {
    color: rgba(255, 255, 255, 0.53);
    letter-spacing: normal;
    line-height: normal;
    height: 40px;
    overflow: hidden;
}
.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: normal;
}
.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;
}
.product-btm {
    display: flex;
    align-items: end;
    justify-content: space-between;
    column-gap: 20px;
}
.each-product:hover .each-product-text,
.each-product:hover .each-product-img {
    /* border-color: #E52521; */
}
.each-product:hover .product-arrow {
    background-color: #E52521;
    border-color: #E52521;
}
.each-product:hover .product-arrow img {
    /* filter: invert(1);
    -webkit-filter: invert(1); */
}
.product-price h4 {
    color: #fff;
    font-family: 'lama_sansmedium';
    line-height: normal;
    letter-spacing: normal;
}
.product-price h4 strong {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.6rem;
    font-weight: 400;
    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: 46%;
    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;
    color: #181716;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    border: 1px solid #181716;
    border-radius: 39px;
    padding: 0 28px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 93% center/10px;
    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;
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
}
.select-style:hover {
    opacity: 1;
}
.select-style.opacity {
    opacity: 1;
}
.select-style.show {
    border-radius: 15px 15px 0 0;
}
.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 #181716;
    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: #011F27;
    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 #181716;
    background-color: #fff;
    border-radius: 3px;
}
.filter-wrap .form-check-input:checked {
    background-color: #E52521;
    border-color: #E52521;
}
.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;
}
.filter-search-btn:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
.each-product-thumb-text h4 {
    padding-left: 10px;
    line-height: 28px;
}
/*****service-sec******/
.service-sec {
    background-color: #010101;
    padding: 150px 0 146px;
    position: relative;
}
.service-sec .container {
    position: relative;
    z-index: 1;
}
.service-heading {
    margin-bottom: 116px;
}
.service-heading h2 {
    color: #fff;
}
.service-heading p {
    max-width: 510px;
    padding-left: 30px;
    color: #fff;
}
.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: #E52521;
    border-color: #E52521;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
}
.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-img .common-btn {
    display: none;
}
.each-service-text h4 {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    line-height: 62px;
}
.each-service-text h4::after {
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid #E52521;
    background-color: #E52521;
    border-radius: 100%;
    background-image: url(../images/btn-arrow-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9px;
    position: absolute;
    right: calc(0rem - 60px);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 0;
}
.each-service:hover .each-service-text h4::after  {
    opacity: 1;
}
.each-service:hover .each-service-img .common-btn {
    opacity: 1;
}
.service-sec .common-btn {
    margin-right: 45px;
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.service-sec .common-btn:hover {
    background-color: #E52521;
    border-color: #E52521;
}
.service-sec .common-btn::after {
    border-color: #fff;
    background-image: url(../images/btn-arrow-white.svg);
}
.service-sec .common-btn:hover::after {
    border-color: #E52521;
    background-color: #E52521;
}
.service-slider .swiper-slide {
    flex-grow: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.service-slider .swiper-slide:hover {
    width: 60% !important;
}
/****about-sec*****/
.about-wrap {
    padding: 147px 0 132px;
    position: relative;
    z-index: 1;
}
.about-sec {
    position: relative;
}
.about-sec::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1855px;
    background: rgba(229, 37, 33, 0.05);
    filter: blur(171.4499969482422px);
}
.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;
}
.about-accordion .about-img img {
    height: 100%;
    object-fit: cover;
}
.about-accordion .accordion-button {
    font-family: 'lama_sansmedium_expanded';
    color: #181716;
    font-size: 2rem;
    line-height: 32px;
    letter-spacing: 0.4px;
    padding: 20px 70px 13px 0;
    background-color: transparent;
}
.about-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    color: #010101;
}
.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 #E52521;
    border-radius: 100%;
    background-size: 12px;
    background-image: url(../images/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-white.svg);                                                                                                                                                                                                                                                                                                                                                                                                               .svg);
    transform: rotate(45deg);
    background-color: #E52521;
}
.about-accordion .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
}
.about-accordion .accordion-body p {
    max-width: 62rem;
    width: 100%;
}
/******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: 194px;
}
/*****footer-area*****/
.footer-area {
    padding: 124px 0 31px;
    position: relative;
    overflow: hidden;
}
.footer-logo {
    margin-bottom: 30px;
}
.footer-logo img {
    width: 200px;
}
.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;
    font-family: 'lama_sansmedium_expanded';
    letter-spacing: normal;
}
.each-footer-info p {
    margin-bottom: 0;
    line-height: 27px;
    color: #181716;
}
.footer-credit {
    border-top: 1.5px solid #DCDCDC;
    margin-top: 80px;
    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(24%) sepia(96%) saturate(1817%) hue-rotate(344deg) brightness(92%) contrast(104%);
    -webkit-filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(1817%) hue-rotate(344deg) brightness(92%) contrast(104%);
}
.footer-credit p {
    margin-bottom: 0;
    letter-spacing: 0.16px;
    line-height: 22px;
}
.footer-mark {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.footer-mark h2 {
    font-family: 'lama_sansbold_expanded';
    font-size: 10.4vw;
    text-transform: uppercase;
    line-height: 11.4vw;
    background: linear-gradient(180deg, rgba(24, 23, 22, 0.04) -55.69%, rgba(255, 255, 255, 0.02) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 -35%;
    text-align: center;
}
.each-footer-info td {
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #181716;
}
.each-footer-info td:first-child {
    padding-right: 30px;
}
.klanten img {
    max-width: 250px;
}
.footer-copy-right {
    text-align: center;
    margin-top: 10px;
    display: none;
}
/***********************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;
    line-height: normal;
}
/****diensten-list-top****/
.diensten-list-top {
    position: relative;
    padding: 135px 0 125px;
}
.diensten-list-top h2 {
    margin-top: 20px;
}
.diensten-list-top p {
    max-width: 580px;
    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: #E52521;
    border-color: #E52521;
}
.each-list:hover .common-btn::after {
    background-color: #E52521;
    border-color: #E52521;
    background-image: url(../images/btn-arrow-white.svg);
}
.each-list-left-img {
    height: 273px;
    padding-right: 96px;
}
.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 h2 {
    font-family: 'lama_sansmedium_expanded';
    font-size: 5rem;
    color: #0A1520;
    line-height: 63px;
    letter-spacing: 0.55px;
    word-break: break-word;
}
.each-list-content p {
    color: #0A1520;
    max-width: 440px;
    width: 100%;
    margin: 10px 0 30px;
    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: 100px;
}
.each-list-content {
    padding-right: 47px;
}
.each-list:nth-child(even) .each-list-content {
    padding-right: 0;
    padding-left: 30px;
}
.each-list .col-sm-8 {
    width: 70%;
}
.each-list .col-sm-4 {
    width: 30%;
}
/****list-footer-area****/
.footer-area.list-footer-area {
    padding-top: 0;
}
/***********************Financiering -Lease***********************/
/****dtl-header-area****/
.dtl-header-area {
    background-color: #010101;
}
/****back-page-btn-sec****/
.back-page-btn-sec{
    margin-top: 180px;
}
.back-page-btn a{
    padding-left: 56px;
    position: relative;
}
.back-page-btn a::after{
    content: "";
    height: 44px;
    width: 44px;
    border: 1px solid #181716;
    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: #E52521;
    background-color: #E52521;
    background-image: url(../images/prev-white-arrow.svg);
}
/****financiering-banner****/
.financiering-banner{
    margin-top: 114px;
    margin-bottom: 141px;
}
.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: rgba(229, 37, 33, 0.05);
    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: #E52521;
    line-height: 32px;
    margin-bottom: 10px;
    letter-spacing: 0.4px;
}
.dtl-btm-slider {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
/****dtl-btm-sec****/
.dtl-btm-sec{
    margin-top: 163px;
}
.dtl-btm-sec h2{
    text-align: center;
    margin-bottom: 50px;
}
.dtl-btm-slider-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
}
.dtl-btm-slider-img img {
    overflow: hidden;  
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}
.dtl-btm-slider-img:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****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(1, 1, 1, 0.70);
    backdrop-filter: blur(19.799999237060547px);
}
.form-content {
    position: relative;
    z-index: 1;
}
.form-content-top {
    margin-bottom: 100px;
}
.form-content-top h2 {
    color: #fff;
    line-height: 53px;
    letter-spacing: 0.4px;
}
.form-content-top p {
    max-width: 550px;
    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(1, 1, 1, 0.25);
    background: #FFF;
    font-size: 1.4rem;
    padding: 16px 32px;
    border-radius: 40px;
	line-height: 28px;
    font-family: 'lama_sansmedium';
}
.form-style:placeholder {
	color: rgba(1, 1, 1, 0.50);
	opacity: 1;
}
.form-style:-ms-input-placeholder {
	color: rgba(1, 1, 1, 0.50);
	opacity: 1;
}
.form-style::placeholder {
	color: rgba(1, 1, 1, 0.50);
	opacity: 1;
}
.foto_upload{
    color: rgba(1, 1, 1, 0.50);
}
.form-style:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
	border: 1px solid #010101;
	color: #010101;
	background: #FFF;
}
.form-style:focus::placeholder {
	color: #010101;
}
.form-sec textarea {
    height: calc(100% - 50px);
    border-radius: 10px;
}
.form-btn {
    margin-top: 20px;
}
.form-content-btm .each-footer-info h3 {
    color: #fff;
    font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.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: #E52521;
}
.form-content-btm td {
    color: #fff;
}
.form-content-btm td:first-child {
    padding-right: 30px;
}
.form-content-btm {
    position: relative;
    top: -21px;
}
.each-dtl-btm-slider h4 {
    line-height: 32px;
    letter-spacing: 0.4px;
}
/***********************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;
    background-attachment: fixed;
}
/***********************over ons***********************/
/****over-ons-top****/
.over-ons-top{
    margin-top: 138px;
    margin-bottom: 33px;
}
.over-ons-top-content h4{
    margin-bottom: 19px;
}
.over-ons-top-content h2{
    max-width: 451px;
    width: 100%;
    margin-bottom: 25px;
    line-height: 63px;
}
.over-ons-top-content{
    max-width: 757px;
    width: 100%;
    padding-right: 30px;
    padding-bottom: 150px;
}
.over-ons-top-img{
    border-radius: 10px;
    overflow: hidden;
    height: 553px;
}
.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: #010101;
    margin-top: -116px;
    position: relative;
}
.over-ons-counter-wrap {
    max-width: 850px;
    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-content h4 {
    font-family: 'lama_sansbold_expanded';
    line-height: normal;
    letter-spacing: 0.4px;
}
.over-ons-counter-area .row .col-lg-4:first-child .each-over-ons-counter{
    justify-content: start;
}
/****over-ons-mdl-sec****/
.over-ons-mdl-sec{
    margin: 136px 0 63px;
    overflow-x: clip;
}
.over-ons-mdl-conent{
    max-width: 605px;
    width: 100%;
    margin-top: 23px;
}
.over-ons-mdl-conent h2 {
    margin-bottom: 20px;
    color: #0A1520;
    line-height: 63px;
}
.over-ons-mdl-conent h2 span {
    color: #181716;
}
.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;
    border-radius: 1651px;
    background: rgba(229, 37, 33, 0.05);
    filter: blur(171.4499969482422px);
    left: 0;
    top: -27%;
    width: 1651px;
    height: 1401px;
    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%;
}
.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-wrap h2 {
    line-height: 63px;
}
.over-ons-slide-sec{
    margin-top: 122px;
}
.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;
    position: initial;
}
.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: #E52521;
}
.over-ons-slider .common-arrow {
    top: 120px;
}
/***********************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 p {
    font-family: 'open_sansregular';
    margin-bottom: 25px;
}
.verkoop-banner .financiering-banner-content h3 {
    color: #010101;
    margin-bottom: 10px;
}
.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-mid-sec .each-dtl-mid-content p {
    font-family: 'open_sansregular';
}
/****verkoop-form-sec****/
/*.verkoop-form-sec .form-content-top h2 {
    text-transform: uppercase;
}*/
.verkoop-form-sec .form-content-top p {
    margin: 20px 0 0;
}
.verkoop-form-sec .form-content-top {
    margin-bottom: 60px;
}
/*.verkoop-form-sec .form-style {
    text-transform: uppercase;
}*/
/****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: #181716;
}
/***********************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: 150px 0 70px;
}
.form-sec.contact-form::after {
    display: none;
}
.contact-form .form-content-top h2 {
    color: #181716;
}
.contact-form .form-content-top p {
    color: #181716;
}
.contact-form .form-style {
    border: 1px solid rgba(24, 23, 22, 0.25);
    background-color: transparent;
}
.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 {
	border: 1px solid #181716;
	color: #181716;
	background: #FFF;
}
.contact-form .form-style:focus::placeholder {
	color: rgba(24, 23, 22, 0.5);
}
.contact-form .form-content-btm .each-footer-info h3 {
    color: #181716;
}
.contact-form .form-content-btm .each-footer-info a, 
.contact-form .form-content-btm .each-footer-info p {
    color: #181716;
}
.contact-form .each-footer-info td {
    color: #181716;
}
.contact-form {
    position: relative;
}
.contact-form::before {
    content: "";
    position: absolute;
    border-radius: 1503px;
    background: rgba(229, 37, 33, 0.05);
    filter: blur(171.4499969482422px);
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 100%;
}
/****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 39px;
    border-radius: 10px;
    border: 2px solid rgba(41, 41, 41, 0.05);
    background: rgba(41, 41, 41, 0.03);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    row-gap: 25px;
}
.aanbod-dtl-lft-top h1{
    color: #010101;
    font-size: 3rem;
    font-family: 'lama_sanssemibold_expanded';
    line-height: 42px;
}
.aanbod-dtl-lft-top p{
    color: rgba(41, 41, 41, 0.53);
    margin-bottom: 0;
    font-family: 'lama_sansmedium';
    line-height: normal;
    letter-spacing: normal;
    margin-top: 8px;
}
.aanbod-dtl-lft-top-price-table{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-table-lft{
    width: 55%;
}
.price-table-right{
    width: 40%;
}
.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: 20px;
    padding-right: 20px;
}
.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: #E52521;
    font-size: 3rem;
    line-height: 40px;
    letter-spacing: normal;
    font-family: 'lama_sansbold';
}
.price-table-right{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.price-table-lft td p{
    margin-bottom: 0;
    font-family: 'lama_sansmedium';
    color: rgba(41, 41, 41, 0.53);
    letter-spacing: normal;
    line-height: normal;
}
.price-table-lft td h6{
    color: #181716;
    font-size: 2rem;
}
.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;
}*/
.aanbod-dtl-lft-slider .swiper-slide:first-child::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 37%;
    content: "";
    border-radius: 0 10px 10px 0;
    background: linear-gradient(90deg, #F9F9F9 0%, rgba(255, 255, 255, 0.00) 279.38%);
    z-index: 1;
}
.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;
}
/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 143px 0 130px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 85px;
	margin-bottom: 36px;
    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: #181716;
}
/****tab-part****/
ul.tabs li {
	font-family: 'lama_sansmedium';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	/* padding-left: 20px; */
	position: relative;
	text-transform: none;
	color: rgba(1, 1, 1, 0.50);
	cursor: pointer;
	/* margin-bottom: 70px; */
}
/* ul.tabs li::after {
	content: '';
	position: absolute;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 9px;
	height: 10px;
	width: 10px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
} */
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #010101;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* ul.tabs li:hover::after,
ul.tabs li.active::after {
	opacity: 1;
} */
.tab_content {
	/* padding: 20px; */
	display: none;
}
.tab_drawer_heading {
	display: none;
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
	column-gap: 10px;
}
.kenmerken-tab li {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    line-height: normal; 
    color: #181716;
	width: 19%;
	padding: 25px 20px 18px;
    display: flex;
    position: relative;
    border-right: 1px solid rgba(41, 41, 41, 0.1);
}
.kenmerken-tab li strong {
    font-family: 'lama_sansmedium';
    font-weight: 500;
}
.kenmerken-tab li:nth-child(5n) {
    border-width: 0;
}
.kenmerken-tab li::after {
    background-size: 5px;
    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;
}
.bullet-panel p {
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
    color: #181716;
    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: #181716;
	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: 7px;
    height: 7px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #181716;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E52521;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #E52521;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #181716;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block p {
    line-height: 30px;
    color: #181716;
	font-size: 1.6rem;
    font-family: 'lama_sansmedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec .form-bg {
    padding: 119px 0 85px;
}
.aanbod-dtl-form-sec .form-content-top h2 {
    letter-spacing: 0.8px;
}
/****.aanbod-dtl-product****/
.aanbod-dtl-product {
    padding-top: 122px;
    padding-bottom: 28px;
}
.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;
   height: auto;
   overflow: visible;
}
.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: 60px;
}
.aanbod-dtl-product .each-product-text table {
    margin: 20px 0;
}
.aanbod-dtl-product  .each-product-text-top h6 {
    line-height: normal !important;
    font-family: 'lama_sansmedium' !important;
    height: 25px;
}
/***********************aanbod-list***********************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 214px 0px 50px;
}
.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: #181716;
}
.reset-btn a:hover {
    color: #E52521;
}
.reset-btn img {
    width: 13px;
    filter: brightness(0);
    margin-left: 3px;
}
/* .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: #181716;
}
.auto-overview-tag:hover {
    background: #E52521;
}
.auto-overview-tag, .clear-filter{
    font-size: 1.45rem;
}
.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: #181716; 
    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: 0;
}
.aanbod-list-product .each-product-text-top h6, .aanbod-dtl-product .each-product-text-top h6 {
    color: rgba(255, 255, 255, 0.56);
    font-family: 'lama_sanssemibold_expanded';
    height: 48px;
    overflow: hidden;
}
/***********************popup***********************/
.modal-area .modal-dialog {
    max-width: 46%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(1, 1, 1, 0.60);
    backdrop-filter: blur(2.9000000953674316px);
}
.popup-content-part {
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
}
.modal-area .modal-content {
    border: 0;
	background-color: transparent;
    position: relative; 
}
.modal-area .popup-content p {
    margin-bottom: 40px;
	max-width: 820px;
	width: 100%;
    max-width: 610px;
}
.modal-area .popup-content h2 {
	color: #E52521;
	font-size: 3.6rem;
	text-transform: none;
}
.modal-area .popup-content {
    padding: 65px 80px 80px;
}
.popup-content ul {
	margin: 30px 0;
}
.popup-content li {
	font-family: 'lama_sansregular';
    font-size: 2.4rem;
    color: #010101;
    position: relative;
    padding-left: 20px;
}
.popup-content li::after {
	position: absolute;
	content: '';
	background-image: url(../images/white-bullet.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px;
	left: 0;
	top: 16px;
	height: 5px;
	width: 5px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.close-img {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 1;
    font-size: 2.7rem;
    height: 44px;
    width: 44px;
    background-color: #E52521;
    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 {
    line-height: 48px;
    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;
}
.error_top{
    padding: 120px 5% 30px;
    background: #121212;
}
.privacy_section{
    padding: 120px 0 30px;
    background: #121212;
}
.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% + 100px);
    content: "";
    width: 1px;
    background: linear-gradient(180deg, rgba(229, 37, 33, 0.35) 23.4%, rgba(255, 255, 255, 0.00) 100%);
    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: rgba(229, 37, 33, 0.35);
}
.banner-info-wrap .each-banner-info:nth-child(5)::after{
    height: calc(100% + 100px);
}
/*******bedankt-banner*****/
.bedankt-banner-sec .banner-content {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.bedankt-banner-sec .banner-content h1 {
    margin-bottom: 20px;
}
.bedankt-banner-sec .banner-content p {
    color: #fff;
    margin-bottom: 60px;
    max-width: 662px;
    width: 100%;
}


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

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

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

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 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: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2 {
    display: none;
    padding: 50px 10px;
    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),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }
  .cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
  }
  .cookie_div{
    color:#9c9c9c;
    font-size: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
  }
  .cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
  }
  .cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
  }
  .cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
  }
  .light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
    color:#2a2a2a;
  }
  .dark_theme h4{
    color:#c9c9c9;
  }

@media (max-width: 991px) {
    .form-1, .form-2 {
        padding: 0 10px !important;
    }
}
.radio_filter .form-check-input {
    display: none;
}
.aanbod-dtl-right-slide-top .common-btn {
    background-color: transparent;
    border-color: #010101;
    color: #010101;
}
.aanbod-dtl-right-slide-top .common-btn:hover {
    background-color: #E52521;
    border-color: #E52521;
    color: #fff;
}
.over-ons-counter-area .col-lg-4:last-child .each-over-ons-counter{
    border: none;
}
.google-review{
    padding-top: 50px;
}
.dtl-header-body{
    position: initial !important;
    min-height: auto !important;
}
/*************** Language Flag Start ************/
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.topbar-images a {
    display: inline-flex;
    margin: 0 12px 0 0;
}

.topbar-images a img {
    width: 25px;
}
/* .header-social {
    margin-top: -17px;
} */
body {
	top: 0 !important;
}
.translation-links img {
    width: 20px;
}
.active_flag a {
    -webkit-box-shadow: 0px 0px 9px 2px rgb(237 145 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148, 148, 148, 1);
    box-shadow: 0px 0px 9px 2px rgb(237 145 34);
}
.mega-menu-nav .translation-links img {
    width: 30px;
    margin-right: 10px;
}
.header-btn .translation-links a {
    padding-right: 7px;
    border-right: 2px solid #fff;
    padding-left: 0;
    color: rgba(255, 255, 255, 0.39);
}
.header-btn .translation-links a:last-child {
    padding-right: 0;
    border-right: 0;
    margin-left: 0 !important;
}
.header-btn .translation-links a.active_flag {
    color: #fff;
}
/*************** Language Flag End ************/
.mobl-btn {
    display: none;
}

.dtl-btm-slider-img {
height: 319px;
}
.dtl-btm-slider-img img {
  height: 100%;
  object-fit: cover;
}

.fixed-whatsapp-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  bottom: 0px;
  z-index: 999;
}
.notifcation {
  position: relative;
}
.fixed-whatsapp-icon img {
  width: 50px;
}
.alert-number {
  display: none;
  position: absolute;
  bottom: 43px;
  right: 4px;
  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;
  animation-iteration-count: 1;
}
.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: 5vw;
  font-size: small;
}
.popup .popuptext {
  color: #fff;
  text-align: center;
  font-size: small;
}