@import "fonts.css";
@import "common-class.css";

body {
    padding: 0px;
    margin: 0px;
    color: rgba(27, 27, 27, 0.60);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: #F9F9F9;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/*#page{
    overflow: hidden;
}*/
.dblock{
    display:none;
}
#menu {
    display: none;
}
.mm-current {
    display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
    background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
    display:none;
}
/**********************************index**********************************/
/***header-area***/
.header-area {
    position: fixed;
    width: 100%;
    padding: 35px 0 26px;
    z-index: 99;
    background-color: #f9f9f9;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 236px;
}
.header-nav li {
    color: #000D1A;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height:22px; 
}
.header-nav li a {
    color: #000D1A;
}
.header-nav li a:hover{
    color: #004995;
}
.header-nav {
    padding: 0 0 0 60px;
}
.header-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 35px;
    margin: 0;
}
.header-btn {
    margin-left: 51px;
}
.stiky {
    box-shadow: 0px 0px 20px 0px rgba(27, 27, 27, 0.2);
}
/***mobile-header***/
.mobile-header .header-menu {
    position: fixed;
    top: 82px;
    background-color: #f9f9f9;
    height: 100vh;
    width: 100%;
    left: 0;
    padding: 40px;
    clip-path: inset(0 0 100% 0);
    transition: all 0.5s;
    overflow: scroll;
    padding-bottom: 120px;
}
.mobile-header .header-menu ul {
    flex-direction: column;
    text-align: center;
}
.mobile-header .header-menu.mob-menu-active {
    clip-path: inset(0 0 0 0);
}
.mobile-header .header-menu ul {
    margin: 0 auto;
}
.mobile-header .header-menu li {
    padding: 0;
    color: #000D1A;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal; 
    margin-bottom: 20px;
}
.mobile-header .header-menu li a {
    color: #000D1A;
}
.mobile-header .header-menu li a:hover {
    color: #004995;
}
.mobile-header .header-menu 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
}
.menu-bar {
    position: relative;
    max-width: 91px;
    width: 100%;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****fixed-mail****/
.fixed-mail {
    position: fixed;
    right: 40px;
    bottom: calc(46% - 194px);
    z-index: 98;
}
.fixed-mail a {
    background: #F9F9F9;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
.fixed-mail a img {
    width: 24px;
}
/****fixed-call****/
.fixed-call {
    position: fixed;
    right: 40px;
    bottom: calc(46% - 262px);
    z-index: 98;
}
.fixed-call a {
    background: #F9F9F9;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
.fixed-call a img {
    width: 24px;
}
/****fixed-wp****/
.fixed-wp {
    position: fixed;
    right: 40px;
    bottom: calc(46% - 330px);
    z-index: 98;
}
.fixed-wp a {
    background: #25D366;
    border-radius: 100%;
    width: 56px;
    height: 56px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.09);
}
.fixed-wp a img {
    width: 24px;
}
/***main***/
main {
    padding-top: 119px;
}
/***banner-sec***/
.banner-sec {
    padding: 0 20px;
    position: relative;
}
.each-banner {
    border-radius: 20px;
    overflow: hidden;
}
.banner-video,.each-banner  {
    height: 777px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
    height: 100%;
}
.banner-sec .swiper-slide {
    height: auto;
}
.each-banner img {
    height: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.banner-content h1 {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.10);
    line-height: 82.5px;
    letter-spacing: 1.1px;
}
.banner-content-wrap {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
}
/****product-sec****/
.product-sec {
    padding: 121px 0 80px;
    position: relative;
    overflow: hidden;
    padding-right: 50px;
}
.product-title {
    margin-bottom: 103px;
}
.each-product-img {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    height: 100%;
}
.each-product-img img {
    height: 100%;
    object-fit: cover;
}
.each-product-text {
    padding: 22px 34px 20px;
    border-radius: 0 10px 10px 0;
    background-color: #004996;
    overflow: hidden;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display: table;
    height: 100%;
    width: 100%;
}
.each-product-text-wrap {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.each-product-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-product-text p {
    color: rgba(255, 255, 255, 0.68);
    font-family: 'LamaSans-Medium';
    letter-spacing: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0 25px;
}
.each-product-text ul {
    display: flex;
    gap: 2px;
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
}
.each-product-text li {
    line-height: 26px;
    color: #fff;
}
.each-product-text li:first-child {
    font-size: 1.8rem;
    font-family: 'sequel100black-55uploadedfile'; 
}
.each-product-text li:last-child {
    font-size: 1.6rem;
    font-family: 'sequel100black-55uploadedfile'; 
}
.each-product-text table {
    margin-bottom: 18px;
    width: 100%;
}
.each-product-text tr {
    display: flex;
    flex-wrap: wrap;
}
.each-product-text td {
    color: #fff;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
    padding: 10px 14px 5px;
    width: 50%;
    display: flex;
    align-items: center;
}
.each-product-text td:nth-child(even) {
    padding-right: 0;
}
.each-product-text td:nth-child(odd) {
    padding-left: 0;
}
.each-product-text td img {
    margin-right: 13px;
    position: relative;
    top: 0;
}
.each-product-text td strong {
    font-weight: normal;
}
.each-product-text tr:nth-child(odd) td {
    padding-top: 0;
}
.each-product-text tr:nth-child(even) td {
    padding-bottom: 0;
}
.product-slider {
    position: relative;
}
.product-slider::after {
    content: "";
    height: 100%;
    right: 0;
    width: 25%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    z-index: 1;
}
.each-product-text .white-btn {
    margin-top: 10px;
}
.each-product .col-md-7 {
    width: 52%;
}
.each-product .col-md-5 {
    width: 48%;
}
.product-slider .swiper-button-next {
    right: 4%;
}
.product-slider .swiper-button-prev {
    left: auto;
    right: 7.7%;
    transform: rotate(180deg);
}
.product-btn {
    text-align: center;
    margin-top: 77px;
}
.product-btn .common-btn {
    padding: 15px 62px;
}
.each-product-text .common-btn {
    padding: 15px 35px;
}
/****service-sec****/
.service-sec {
    background-color: #EEEEEE;
    padding: 100px 0 65px;
    position: relative;
    z-index: 1;
}
.service-title {
    margin-bottom: 60px;
}
.service-title p {
    max-width: 515px;
    margin-right: 0;
    margin-left: auto;
}
.service-title ul {
    display: flex;
    justify-content: left;
    max-width: 515px;
    margin-left: auto;
    margin-right: 0;
    column-gap: 20px;
    margin-top: 33px;
}
.service-title h2 strong {
    color: rgba(27, 27, 27, 0.03);
    z-index: -1;
}
.service-slider .swiper-wrapper {
    align-items: center;
}
.each-slider img {
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.service-slider .swiper-slide-active .each-slider,
.service-slider .swiper-slide {
    height: auto;
}
.each-slider{
    position: relative;
}
.each-slider-content {
    position: absolute;
    width: 100%;
    bottom: 1%;
    left: 0;
    padding: 40px;
    text-align: center;
}
.service-slider .swiper-slide-active .each-slider-content {
    bottom: 0;
}
.each-slider-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 auto;
    max-width: 550px;
    opacity: 0;
    color: #fff;
}
.each-slider-content .common-btn {
    opacity: 0;
    padding: 15px 32px;
    transform: scale(0.65);
}
.service-slider .each-slider {
    /* transition: all 0.5s;
    -webkit-transition: all 0.5s; */
    position: relative;
    height: 412px;
}
.service-slider .swiper-slide-active .each-slider-content h3,
.service-slider .swiper-slide-active .each-slider-content p {
    transform: scale(0.65);
}
.service-slider .swiper-slide-prev .each-slider-content {
    left: -15%;
}
.service-slider .swiper-slide-next .each-slider-content {
    left: 15%;
}
.service-slider .swiper {
    padding: 30px 0;
}
.service-slider .swiper-slide-active .each-slider {
    position: relative;
    transition: all 0.9s;
    -webkit-transition: all 0.9s;
    transform: scale(1.7);
}
.service-slider .swiper-slide-active .each-slider-content .common-btn {
    opacity: 1;
}
.service-slider .swiper-slide-active .each-slider-content p{
    opacity: 1;
    display: -webkit-box;
}
.service-slider .swiper-slide {
    z-index: -1;
}
.service-slider .swiper-slide-active {
    z-index: 1;
}
.service-slider .common-arrow{
    top: 230px;
}
.service-slider .swiper-button-next {
    right: 20%;
}
.service-slider .swiper-button-prev {
    left: 20.5%;
    transform: rotate(180deg);
}
/****about-sec****/
.about-sec {
    padding: 125px 0 116px;
}
.about-right h2 {
    padding-left: 15px;
}
.about-right p {
    max-width: 460px;
    width: 100%;
    margin: 51px 0 35px;
}
.about-right {
    padding-left: 60px;
}
.image-wrapper{
    position: relative;
}
.image-wrapper > div{
    position:absolute;
    top:0px;
    left:0px;
    opacity:1;
    transition: all 0.5s;;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
}
.image-wrapper > div img{
    border-radius: 10px;
    overflow: hidden;
}
.image-wrapper > div.active{
    top:50px;
    left:50px;
    opacity:1;
    transition: all 0.5s;;
    z-index: 1;
}
/****home-btm-sec****/
.home-btm-right-round {
    position: relative;
}
.home-btm-right-line {
    position: absolute;
    bottom: 0px;
    right: 60%;
    z-index: -1;
}
.each-home-btm-left h3 {
    margin: 8px 0 12px;
}
.each-home-btm-left p {
    max-width: 430px;
    width: 100%;
}
.each-home-btm-left:nth-child(even) {
    max-width: 345px;
    margin: 44px auto 100px;
}
/****google-review****/
.google-review {
    padding: 110px 0 105px;
    position: relative;
}
.review-back {
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%;
    z-index: -1;
    display: none;
}
/****footer-area****/
.footer-area {
    background-color: #EEEEEE;
    padding: 78px 0 33px;
}
.footer-logo {
    margin-bottom: 70px;
}
.footer-logo img {
    width: 236px;
}
.footer-wp a {
    display: flex;
    align-items: center;
}
.footer-wp-wrap {
    border-radius: 41.5px;
    padding: 10px 30px 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    background-color: #25D366;
}
.footer-wp span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    width: 63px;
    border: 1px solid #fff;
    background-color: #25D366;
    border-radius: 100%;
    overflow: hidden;
}
.footer-wp-part-info {
    text-align: left;
    margin-top: 6px;
    margin-left: 12px;
}
.footer-wp-part-info h6 {
    color: #fff;
    font-size: 1.4rem;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'LamaSans-SemiBold';
}
.footer-wp-part-info p {
    font-size: 1.4rem;
    line-height: 20px;
    color: #fff;
    font-family: 'LamaSans-Medium';
}
.footer-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding-left: 40px;
    position: relative;
}
.each-footer-right {
    width: 49%;
}
.footer-right::after {
    content: '';
    position: absolute;
    right: 46%;
    top: 0;
    background-color: rgba(27, 27, 27, 0.2);
    height: calc(100% + 45px);
    width: 1px;
}
.each-footer-right:nth-child(even) {
    padding-left: 100px;
}
.footer-area hr {
    background-color: rgba(27, 27, 27, 0.2);
    opacity: 1;
    margin: 71px 0 21px;
}
.footer-social ul {
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 14px;
}
.footer-credit a {
    color: #1B1B1B;
}
.footer-credit a:hover {
    color: #004996;
}
.each-footer-right a {
    color: rgba(27, 27, 27, 0.6);
    line-height: 30px;
}
.each-footer-right {
    margin-bottom: 16px;
}
.each-footer-right h3 {
    margin-bottom: 13px;
}
.each-footer-right a:hover {
    color: #cf0c18;
}
.footer-social li a:hover {
    /* filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(2215%) hue-rotate(196deg) brightness(94%) contrast(104%); */
    filter: invert(28%) sepia(84%) saturate(4999%) hue-rotate(344deg) brightness(77%) contrast(117%);
}
.each-footer-right td:first-child {
    padding-right: 20px;
}
/**********************************diensten**********************************/
/****inner-banner****/
.inner-banner {
    padding: 0 20px;
    position: relative;
}
.each-inner-banner {
    border-radius: 10px;
    overflow: hidden;
}
.inner-banner-content {
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}
/****list-sec****/
.list-sec {
    padding-top: 120px;
}
.each-list-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-list-info p {
    margin: 20px 0 37px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 5lh;
}
.each-list-info {
    margin-top: 38px;
}
.each-list .common-btn {
    padding: 15px 35px;
}
.each-list:hover .border-btn {
    background-color: #004996;
    border-color: #004996;
    color: #fff;
}
.each-list:hover img {
    transform: scale(1.1);
}
.list-sec .col-lg-6 {
    padding: 0 15px;
}
.list-sec .row {
    margin: 0 15px;
}
/**********************************diensten-dtl**********************************/
/****back-btn****/
.back-btn {
    padding-top: 69px;
    overflow: hidden;
}
.back-btn .common-btn {
    padding: 12px 38px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    padding: 30px 0 114px;
}
.diensten-dtl-top-img img {
    border-radius: 10px;
    overflow: hidden;
}
.diensten-dtl-top-img {
    padding-right: 68px;
}
.diensten-dtl-top-info h2 {
    margin-left: -20px;
    margin-bottom: 65px;
    padding-left: 15px;
}
.diensten-dtl-top-info p {
    /* margin-left: 9px; */
    margin-bottom: 25px;
    color: #000;
}
.diensten-dtl-top-info p:last-child {
    margin-bottom: 0;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid-info li h3 {
    position: relative;
    padding-left: 27px;
}
.diensten-dtl-mid-info li h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #004996;
    height: 100%;
    width: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.diensten-dtl-mid-info li p {
    margin-left: 29px;
    margin-top: 13px;
    max-width: 400px;
    width: 100%;
}
.diensten-dtl-mid-title {
    margin-bottom: 92px;
}
.diensten-dtl-mid-title h2::after {
    display: none;
}
.diensten-dtl-mid-info li {
    margin-bottom: 50px;
}
.diensten-dtl-mid-info li:last-child {
    margin-bottom: 0;
}
.diensten-dtl-mid {
    padding-bottom: 162px;
}
.diensten-dtl-mid-info {
    padding-right: 40px;
}
/****form-sec****/
.form-sec {
    background-color: #EEEEEE;
    padding: 120px 0 81px;
}
.form-right {
    padding: 76px 88px 76px;
    border-radius: 10px;
    background: #f9f9f9;
    /* height: 100%; */
    height: auto;
    margin-top: -36px;
}
.form-right-title h2 {
    margin-bottom: 14px;
    padding-left: 0;
}
.form-right-title h2::after {
    display: none;
}
.form-right-title {
    margin-bottom: 57px;
}
.form-sec .col-lg-7 {
    width: 53%;
}
.form-sec .col-lg-5 {
    width: 47%;
}
.form-left-img {
    background-size: 0;
}
.footer-right.form-left-info {
    padding-left: 0;
    justify-content: left;
}
.form-left-info.footer-right::after {
    display: none;
}
.form-left-info .each-footer-right:nth-child(even) {
    padding-left: 0;
}
.form-left-info hr {
    margin: 72px 0 78px;
}
.form-left-info {
    position: relative;
}
.form-left-info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    background-color: #1B1B1B;
    height: 1px;
    width: calc(100% - 13%);
}
.form-left-info .each-footer-right {
    margin-bottom: 138px;
}
.form-left {
    padding-right: 15px;
}
.form-left-info .each-footer-right:first-child h3 {
    margin-top: -35px;
}
.form-left-info .each-footer-right a,
.form-left-info .each-footer-right td,
.form-left-info .each-footer-right p {
    color: #1B1B1B;
}
.form-left-info .each-footer-right a:hover {
    /* color: #004996; */
    color: #cf0c18;
}
.form-left .footer-social ul {
    justify-content: left;
}
.form-left .footer-social {
    margin-top: 36px;
}
.form-group {
    margin-bottom: 22px;
}
.form-styl {
    border: none;
    color: #1B1B1B;
    border: 1px solid rgba(27, 27, 27, 0.6);
    padding: 8px 20px;
    line-height: 28px;
    resize: none;
    font-family: 'LamaSans-Medium';
    line-height: 32px;
    font-size: 1.6rem;
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
}
.form-styl:focus::placeholder{
    color: #1B1B1B;
}
.form-styl::placeholder{
    color: rgba(27, 27, 27, 0.6);
}
.form-styl:focus {
    color: #1B1B1B;
    border: 1px solid #1B1B1B;
    box-shadow: none;
    background-color: transparent;
}
.form-styl.photo_upload {
    color: rgba(27, 27, 27, 0.6);
}
.form-right .form-group textarea.form-control {
    border: 1px solid rgba(27, 27, 27, 0.6);
    min-height: 137px;
}
.form-group textarea.form-control:focus{
    border: 1px solid #101824;
}
.form-group textarea.input_active{
    border: 1px solid #101824;
}
.form-btn {
    margin-top: 20px;
}
.form-btn .common-btn {
    padding: 12px 43px;
}
/****related-car-sec****/
.dtl-btm-sec {
    padding-top: 150px;
}
.dtl-btm-title {
    margin-bottom: 94px;
}
.dtl-btm-title h2 {
    padding-left: 15px;
}
.each-dtl-btm-img {
    border-radius: 10px;
    overflow: hidden;
}
.each-dtl-btm {
    position: relative;
    overflow: hidden;
}
.each-dtl-btm-info {
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    bottom: 0;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.each-dtl-btn-info-wrap {
    max-width: 560px;
    width: 100%;
    position: relative;
    bottom: -225px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-btm:hover .each-dtl-btn-info-wrap {
    bottom: 0;
}
.each-dtl-btn-info-wrap p {
    color: #F9F9F9;
    margin: 20px 0 38px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 94px;
}
.each-dtl-btm:hover img {
    transform: scale(1.1);
}
.each-dtl-btm-img img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/**********************************over-ons**********************************/
/****over-ons-top****/
.over-ons-top {
    padding-top: 115px;
}
.over-ons-top-part p {
    max-width: 590px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    color: #000;
}
.over-ons-btm-part .col-lg-7 {
    width: 58%;
    margin-right: 10px;
}
.over-ons-btm-part .col-lg-5 {
    width: 41%;
}
.over-ons-btm-part {
    height: 100%;
}
.over-ons-btm-part img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.over-ons-top-part {
    margin-bottom: 58px;
}
/****over-ons-mid-wrap****/
.over-ons-mid-wrap {
    border-radius: 10px;
    background-color: #004995;
    overflow: hidden;
    max-width: 1356px;
    padding: 75px 43px 73px;
    margin: -57px 47px 0 42px;
    z-index: 1;
    position: relative;
  }
  .over-ons-mid-wrap tr {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
.over-ons-mid-wrap td {
    text-align: center;
    position: relative;
    padding: 0 20px 0 24px;
    width: 33.3%;
}
.over-ons-mid-wrap td p {
    color: rgba(255, 255, 255, 0.6);
}
.over-ons-mid-wrap td::after {
    content: '';
    position: absolute;
    left: 0;
    top: 65px;
    height: calc(100% - 45px);
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.over-ons-mid-wrap td:first-child {
    padding-left: 0;
}
.over-ons-mid-wrap td:last-child {
    padding-right: 0;
}
.over-ons-mid-wrap td:first-child::after {
    display: none;
}
.over-ons-mid-wrap td h3 {
    margin: 37px 0 14px;
}
/****over-ons-team****/
.over-ons-team {
    padding-top: 80px;
}
.over-ons-team-title {
    text-align: center;
    margin-bottom: 51px;
}
.over-ons-team-title h2 {
    padding-left: 0;
}
.over-ons-team-title h2::after {
    display: none;
}
.over-ons-team-top {
    margin-bottom: 115px;
}
.over-ons-team-top img {
    border-radius: 10px;
    overflow: hidden;
}
.each-team-slider-info {
    text-align: center;
}
.each-team-slider-info h6 {
    color: #1B1B1B;
    line-height: 27px;
    letter-spacing: 0.36px;
}
.each-team-slider-info p {
    font-family: 'LamaSans-Medium';
    letter-spacing: 0.32px;
    margin: 10px 0 2px;
}
.each-team-slider-info a {
    color: #004996;
}
.each-team-slider-info {
    margin-top: 16px;
}
.each-team-slider-info a:hover {
    color: #1B1B1B;
}
/**********************************contact**********************************/
/****contact-map****/
.contact-map {
    padding: 0 20px;
}
.map {
    height: 500px;
}
/****contact-form-sec****/
.contact-form-sec {
    background-color: #f9f9f9;
    padding-top: 147px;
}
/**********************************werkplaats-list**********************************/
/****werkplaats-list-sec****/
.werkplaats-list-sec .row {
    row-gap: 60px;
}
/**********************************werkplaatsafspraak-plannen**********************************/
/****diensten-dtl-top****/
.diensten-dtl-top-info ul li {
    position: relative;
    color: #000;
    line-height: 24px;
    padding-left: 24px;
    margin-bottom: 10px;
}
.diensten-dtl-top-info ul li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../images/werk-bullet.svg);
    background-size: 10px;
    height: 10px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
/**********************************APK**********************************/
/****diensten-dtl-top****/
.diensten-dtl-top-info h6 {
    color: #000;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-SemiBold';
    margin-bottom: 27px;
}
/**********************************Airco-service**********************************/
/****diensten-dtl-top****/
.diensten-dtl-top-info ul {
    margin-bottom: 20px;
}
/**********************************vacature-dtl**********************************/
/****diensten-dtl-mid****/
.diensten-dtl-mid-info li h3 {
    margin-bottom: 15px;
}
.diensten-dtl-mid-info h6 {
    position: relative;
    padding-left: 58px;
    color: #000;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'LamaSans-Regular';
    margin-bottom: 10px;
}
.diensten-dtl-mid-info h6::after {
    content: "";
    position: absolute;
    background-image: url(../images/werk-bullet.svg);
    background-size: 10px;
    height: 10px;
    width: 10px;
    background-position: center;
    background-repeat: no-repeat;
    top: 7px;
    left: 37px;
}
/**********************************aanbod-dtl**********************************/
/****aanbod-dtl-top-sec****/
.aanbod-dtl-top-sec{
    margin-top: 30px;
}
.aanbod-dtl-top-wrap .col-lg-7 {
    width: 55%;
}
.aanbod-dtl-top-wrap .col-lg-5 {
    width: 45%;
}
.aanbod-dtl-slider-top{
    margin-bottom: 11px;
}
.aanbod-dtl-slider-top .aanbod-dtl-img{
    border-radius: 10px;
    overflow: hidden;
}
.aanbod-dtl-slider-top .common-arrow {
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.30);
}
.aanbod-dtl-slider-top .swiper-button-prev {
    transform: rotate(180deg);
    left: 40px;
}
.aanbod-dtl-slider-top .swiper-button-next {
    right: 40px;
}
.aanbod-dtl-slider-top .common-arrow img {
    filter: brightness(0) invert(1);
}
.aanbod-dtl-slider-top .common-arrow:hover {
    background-color: #004995;
    border-color: #004995;
}
.aanbod-dtl-slider-thmb .aanbod-dtl-img{
    border-radius: 5px;
    overflow: hidden;
}
.aanbod-dtl-top-content{
    padding-left: 92px;
}
.aanbod-dtl-top-content h3{
    color: #1B1B1B;
    margin-bottom: 12px;
}
.aanbod-dtl-top-content p{
    max-width: 449px;
    width: 100%;
    margin-bottom: 52px;
    font-size: 1.8rem;
    line-height: 26px;
}
.aanbod-dtl-top-content h6 {
    color: #000D1A;
    letter-spacing: 0.36px;
    line-height: 27px;
}
.aanbod-dtl-top-content h6 strong {
    /*color: #000D1A;*/
	letter-spacing: normal;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 26px;
	padding: 6px 13px;
}
.each-features{
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 24px;
}
.features-content h5{
    color: #1B1B1B;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    font-style: normal;
    line-height: 26px;
}
.features-content h6{
    color: #004996;
    font-family: 'LamaSans-Medium';
    font-size: 1.8rem;
    font-style: normal;
    line-height: 26px;
    margin: 0;
}
.car-features {
    max-width: 484px;
    width: 100%;
    margin-top: 51px;
}
.car-btton-area{
    max-width: 478px;
    width: 100%;
    margin-top: 67px;
}
.car-btton-area h6{
    margin-bottom: 0;
}
.car-btton-area p{
    margin: 0 0 11px;
    max-width: 100%;
}
.car-btton-area p a{
    max-width: 100%;
    width: 100%;
}
.car-btton-area .common-btn {
    padding: 12px 17px;
    text-align: center;
    letter-spacing: normal;
}
.car-btton-area h6 .common-btn:first-child{
    max-width: calc(100% - 63px);
    width: 100%;
    margin-right: 5px;
}
.car-btton-area h6 .common-btn:hover img{
    filter: invert(1);
}
/****car-dtl-area****/
.car-dtl-area{
    margin-top: 65px;
    margin-bottom: 131px;
}
.each-person{
    background-color: #EEEEEE;
    border-radius: 5px;
    overflow: hidden;
    padding: 32px 20px 10px;
    text-align: center;
    height: 100%;
}
.person-img {
    max-width: 130px;
    width: 130px;
    height: 130px;
    margin: 0px auto 18px;
}
.person-img img {
    border-radius: 100%;
    overflow: hidden;
    height: 100%;
    object-fit: cover;
}
.each-person h6{
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 24px; 
    color: #1B1B1B;
    margin-bottom: 14px;
}
.each-person p{
    margin-bottom: 19px;
}
.each-person p img{
    display: table;
    margin: 0px auto 13px;
}
.each-person p a{
    color: #004996;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-person p a:hover{
    color: rgba(27, 27, 27, 0.5);
}
.person-area {
    padding-left: 90px;
}
.car-dtl-wrapper .col-lg-7 {
    width: 53.5%;
}
.car-dtl-wrapper .col-lg-5 {
    width: 46.5%;
}
/****dtl-tab-sec****/
.dtl-tab-sec .tab-btn {
    text-align: center;
    position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    margin-bottom: 50px;
    border: none;
    column-gap: 25px;
    row-gap: 25px;
    width: 100%;
}
.share-btn {
    position: absolute;
    right: 0;
    top: 7px;
}
/****tab-part****/
ul.tabs li {
    font-family: 'sequel100black-55uploadedfile';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
    margin: 0;
    word-break: break-word;
    text-transform: none;
    color: #000D1A;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* max-width: max-content; */
    display: block;
    padding: 15px 15px 15px;
    border-right: none;
    border: 1px solid #000D1A;
    width: 31%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
/* ul.tabs li.active {
    color: #000D1A;
} */
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
/****dtl-tab-content****/
.kenmerken-tab {
    overflow: hidden;
}
.kenmerken-tab ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.kenmerken-tab li{
    width: 33.33%;
    padding: 24px 40px;
    border-top: 1.5px solid rgba(27, 27, 27, 0.6);
    border-right: 1.5px solid rgba(27, 27, 27, 0.6);
}
.kenmerken-tab li:nth-child(3n){
    border-right: none;
}
.kenmerken-tab li:nth-child(1),
.kenmerken-tab li:nth-child(2),
.kenmerken-tab li:nth-child(3){
    border-top: none;
    padding-top: 0;
}
.kenmerken-tab h5 {
    color: rgba(27, 27, 27, 0.60);
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 7px;
}
.kenmerken-tab h6{
    color: #1B1B1B;
    font-family: 'LamaSans-Medium';
    font-size: 1.6rem;
    line-height: normal;
} 
.bullet-panel h4 {
    border-bottom: 1px solid #1B1B1B;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #1B1B1B;
    font-size: 2.2rem;
    font-family: 'sequel100black-55uploadedfile';
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    color: #1B1B1B;
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.dtl-tab-sec .bullet-panel li:after {
    top: 8px;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 0;
    background-color: #004996;
    border-radius: 100%;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #004996;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #004996;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block p {
    line-height: 24px;
    font-size: 1.6rem;
    margin-top: 8px;
    margin-bottom: 25px;
}
.left-bg-block p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.block-dtls h5 {
    text-transform: none;
    font-size: 2rem;
    color: #004996;
}
.tab-btm-btn {
    margin-top: 50px;
}
.tab-btm-btn .common-btn {
    padding: 12px 37px;
}
.tab-btm-btn .common-btn::after {
    display: none;
}
.tab-btm-btn .common-btn strong {
    font-family: 'LamaSans-SemiBold';
}
.kenmerken-tab-block-part {
    display: none;
}
/*****kenmarken-popup******/
.kenmarken-popup {
    display: none;
}
.kenmarken-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 102;
    display: flex;
}
.kenmarken-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(48, 48, 48, 0.64);
    backdrop-filter: blur(12px);
    top: 0;
    left: 0;
    z-index: 100;
}
.kenmarken-popup-inner {
    border-radius: 20px;
    background-color: #F9F9F9;
    position: relative;
    z-index: 101;
    max-width: 93%;
    margin: auto auto;
    padding: 60px 70px 40px;
    width: 100%;
    height: 75vh;
    border: 1px solid #004996;
    box-shadow: 0px 0px 25px 0px rgba(0, 73, 150, 0.5);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 73, 150, 0.5);
    overflow: hidden;
}
.kenmarken-popup-close {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.kenmarken-popup-close img {
    width: 27px;
}
.kenmarken-popup-content {
    overflow-y: scroll;
    height: calc(100% - 116px);
    padding-right: 20px;
}
.kenmarken-popup-content::-webkit-scrollbar  {
    background-color: #5B5A5E;
    width: 10px;
}
.kenmarken-popup-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.kenmerken-popup-model {
    padding-bottom: 45px;
    padding-right: 40px;
}
.kenmerken-popup-model h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1B1B1B;
}
.kenmerken-popup-model p {
    line-height: normal;
    color: #1B1B1B;
    margin-top: 7px;
}
.kenmarken-popup-content h4 {
    margin-bottom: 24px;
    font-family: 'sequel100black-55uploadedfile';
    color: #1B1B1B;
    font-size: 2.4rem;
    line-height: 36px;
    letter-spacing: 0.48px;
}
.kenmarken-popup-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.kenmarken-popup-content li:nth-child(odd) {
    padding-right: 10px;
}
.kenmarken-popup-content li:nth-child(even){
    color: rgba(27, 27, 27, 0.60);
}
.kenmarken-popup-content li{
    width: 50%;
    position: relative;
    font-family: 'LamaSans-Regular';
    color: #1B1B1B;
    font-size: 1.6rem;
    line-height: normal;
    margin-bottom: 0;
    padding: 20px 0;
    border-top: 1.5px solid rgba(27, 27, 27, 0.6);
}
.kenmarken-popup-content li:nth-child(1),
.kenmarken-popup-content li:nth-child(2){
    border: none;
}
/****aanbod-dtl-product-sec****/
.product-sec.aanbod-dtl-product-sec {
    padding-top: 92px;
    padding-bottom: 0;
}
.aanbod-dtl-product-sec .product-title {
    margin-bottom: 94px;
}
/**********************************thankyou**********************************/
/****thankyou-banner-sec****/
.thankyou-banner-sec .banner-content-wrap {
    max-width: 100%;
}
.thankyou-banner-sec .banner-content h1 {
    margin-bottom: 35px;
}
.thankyou-banner-sec .banner-content {
    bottom: 90px;
}
.thankyou-banner-sec {
    padding-bottom: 36px;
}

/**********************************popup**********************************/
.modal-area .modal-dialog {
    max-width: 71%;
    margin: 10% auto 0;
}
.modal-area .modal {
    background: rgba(27, 27, 27, 0.7);
    backdrop-filter: blur(12px);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
}
.pop-up-image {
    height: 100%;
    padding: 20px 0;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
}
.modal-area .popup-content {
    padding: 68px 46px 74px 46px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 30px;
    width: 100%;
    max-width: 726px;
    z-index: 1;
    position: relative;
}
.modal-area .popup-content h2 {
    padding-left: 0;
}
.modal-area .popup-content h2::after {
    display: none;
}
.modal-area .popup-content p{
    margin-bottom: 21px;
    color: #000; 
}
.modal-area .popup-content h2 {
    margin-bottom: 15px;
}
.modal-area .popup-content p:last-child {
    margin-top: 0;
    margin-bottom: 0;
}
.modal-area .popup-content ul {
    list-style-type: none;
    margin-bottom: 20px;
}
.modal-area .popup-content li {
    line-height: 24px;
    margin-bottom: 14px;
    color: #000;
    position: relative;
    padding-left: 24px;
}
.modal-area .popup-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 10px;
    width: 10px;
    background-image: url(../images/werk-bullet.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
}
.close-img {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    height: 50px;
    width: 50px;
    background-color: #1256A4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.close-img img {
    width: 35px;
    height: 35px;
}
/*****home-filter*****/
.filter-reset a {
    color: #000D1A;
    font-size: 1.4rem;
    font-family: 'LamaSans-Regular';
}
.filter-reset img {
    width: 9px;
    margin-left: 5px;
    margin-bottom: 2px;
    filter: brightness(0) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
    color: #004995;
}
.filter-reset a:hover img {
    filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(2366%) hue-rotate(319deg) brightness(100%) contrast(102%);
    -webkit-filter: brightness(0) saturate(100%) invert(77%) sepia(100%) saturate(2366%) hue-rotate(319deg) brightness(100%) contrast(102%);
}
.select-style {
    width: 100%;
    height: 50px;
    color: #1B1B1B;
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    background-color: transparent;
    border: 1px solid #1B1B1B;
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat 91% center/15px;
    appearance: none;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
    letter-spacing: 0.36px;
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    max-width: 970px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
}
.filter-main .row {
    row-gap: 20px;
}
.filter-main option{
    font-family: 'PublicSans-Regular';
    background-color: #101010;
}
.filter-content {
    display: none;
    background-color:#f9f9f9;
    padding: 10px 10px 15px;
    border: 1px solid #004996;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
    background-color: #dbdbdb;
    width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.filter-main label {
    color: #1B1B1B;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSans-Medium';
    font-size: 1.4rem;
    cursor: pointer;
}
.filter-main label:last-child {
    margin-bottom: 0;
}
.filter-main label span {
    float: right;
    color: #fff;
    opacity: 0.65;
}
.filter-main .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1B1B1B;
    background-color: transparent;
    border-radius: 3px;
}
.filter-main .form-check-input:checked {
    background-color: #004996;
    border-color: #004996;
}
.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: #101010;
    border-radius: 6px;
    background-color:#FFB84B;
    font-family: 'PublicSans-Regular';
    font-size: 1.4rem;
    border: 1px solid #FFB84B;
}
.cross-btn {
    width: 9px;
    filter: brightness(0);
}
.auto-overview-tag:hover {
    background-color: #fff;
    border-color: #fff;
}
.aanbod-filter {
    margin-bottom: 0;
    width: 25%;
}
.total_search_records {
    margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 82px;
    background-color: #242424;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #FFB84B;
    border-color: #FFB84B;
}
.mobile-show-filter .common-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #101010;
}
.filter-count {
    min-width: 25px;
    height: 25px;
    background-color: #101010;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #101010;
    margin-left: 30px;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #FFB84B;
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #FFB84B;
}
.mobile-filter-close span img {
    width: 9px;
    filter: invert(1);
    -webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    color: #101010;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
    font-size: 1.6rem;
    color: #fff;
}
.auto-overview-filter-result .total_search_records:hover {
    background-color: transparent;
}
.cursor-pointer {
    cursor: pointer;
}
.filter-sort {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 12px;
    right: 4%;
}
.filter-sort .aanbod-filter {
    width: 200px;
}
.filter-sort .select-style {
    border-color: transparent;
}
.filter-sort .select-style.show {
    border-color: rgba(255, 255, 255, 0.50);
}
.filter-sort label {
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'PublicSans-Regular';
    font-size: 1.4rem;
    cursor: pointer;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input {
    display: none;
}
.sorteren_op-filter {
    width: 100%;
}
.clear-filter-main {
    max-width: 970px;
    width: 100%;
    margin: 30px auto 0;
}
/**home-filter-customize***/
.home-filter {
    margin-top: 90px;
}
.home-filter .filter-main {
    max-width: 816px;
    margin: 0 auto;
    width: 100%;
    padding: 20px 24px;
    border-radius: 5px 5px 0 0;
    background-color: #F9F9F9;
    backdrop-filter: blur(5px);
    /* overflow: hidden; */
}
.home-filter .aanbod-filter {
    width: 32%;
}
.filter-btn {
    width: 12%;
}
.home-filter .select-style {
    color: #004995;
    border: 1px solid #004995;
    background: url(../images/home-filter-arrow.svg)  no-repeat 91% center/15px;
    height: 55px;
    line-height: 55px;
}
.home-filter .filter-main option {
    font-family: 'LamaSans-Regular';
    background-color: #f9f9f9;
}
.home-filter .col-xl-12 .row .col-lg-4 {
    padding: 0 17.5px;
}
.home-filter .col-xl-12 .row {
    margin: 0 -17.5px;
}
.home-filter .filter-main .row {
    row-gap: 0;
}
.home-filter .filter-btn {
    width: 35%;
}
.home-filter .filter-btn .common-btn {
    padding: 15px 65px;
    background-color: #004995;
}
.home-filter .filter-btn .common-btn:hover {
    background-color: #A33B3B;
}
/**********************************aanbod-list**********************************/
.aanbod-header .desktop-header .container {
    position: relative;
}
.aanbod-header .desktop-header .container::after {
    content: "";
    height: 1px;
    width: 99%;
    left: 50%;
    bottom: -27px;
    transform: translateX(-50%);
    position: absolute;
    background-color: rgba(0, 0, 0, 0.20);
}
.aanbod_list_filter_sec{
    padding-top: 68px;
    padding-bottom: 48px;
}
.aanbod_list_filter_sec .clear-filter-main,
.aanbod_list_filter_sec .filter-main{
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}
.aanbod_list_filter_sec .mobile-filter-close h6,
.aanbod_list_filter_sec .filter_right_heading h6,
.filter_left_heading h6{
    color: #1B1B1B;
    font-size: 1.8rem;
    font-family: 'LamaSans-Medium';
    line-height: 26px; 
    margin-bottom: 17px;
}
.aanbod_list_filter_sec .select-style{
    background-image: url("../images/arrow-down.svg");
    background-size: 15px;
    background-position: 91%;
    background-repeat: no-repeat;
    padding-right: 38px;
}
.aanbod_list_filter_sec .select-style.show{
    background-color: #F9F9F9;
}
.aanbod_list_filter_sec .dropdown-menu.show{
    background-color: #F9F9F9;
    padding: 10px 10px 15px;
    border: 1px solid #1B1B1B;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
    cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.aanbod_list_filter_sec .filter-main label{
    font-family: 'LamaSans-Regular';
    font-size: 1.6rem;
    line-height: normal;
    color: #1B1B1B;
}
.aanbod_list_filter_sec .filter-main .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1B1B1B;
    background-color: transparent;
    border-radius: 3px;
}
.aanbod_list_filter_sec .form-check-input:checked[type=checkbox] {
    border: 1px solid #004996;
    background-color: #004996;
}
.aanbod_list_filter_sec .filter-right{
    max-width: 230px;
    width: 100%;
    margin-left: auto;
}
.aanbod_list_filter_sec .common-btn{
    background-color: #1B1B1B;
    border-color: #1B1B1B;
    padding: 12px 26px;
    letter-spacing: 0;
}
.aanbod_list_filter_sec .common-btn:hover{
    background-color: #A33B3B;
    border-color: #A33B3B;
}
.aanbod_list_filter_sec .filter-reset img{
    filter: brightness(0) invert(0);
    width: 11px;
}
.aanbod_list_filter_sec .filter-main label span{
    color: #1B1B1B;
}
.aanbod_list_filter_sec .auto-overview-tag{
    font-family: 'LamaSans-Regular';
    font-size: 1.4rem;
    line-height: normal;
    color: #1B1B1B;
    background-color: transparent;
    border:1px solid #1B1B1B;
}
.aanbod_list_filter_sec .auto-overview-tag:hover{
    background-color: #004995;
    border-color: #004995;
    color: #fff;
}
.aanbod_list_filter_sec .auto-overview-tag:hover img{
    filter: invert(1);
}
.aanbod_list_filter_sec .filter-reset a{
    font-family: 'LamaSans-Medium';
}
.aanbod_list_filter_sec .filter-reset a:hover img {
    filter: invert(15%) sepia(64%) saturate(4531%) hue-rotate(200deg) brightness(50%) contrast(101%);
    -webkit-filter: invert(15%) sepia(64%) saturate(4531%) hue-rotate(200deg) brightness(50%) contrast(101%);
}
.aanbod_list_filter_sec .mobile-show-filter{
    top: 97px;
    background-color: #EEE;
}
/* .aanbod_list_filter_sec .mobile-show-filter .common-btn{
    border: 1px solid #fff;
} */
.aanbod_list_filter_sec .mobile-show-filter .common-btn:hover{
    color: #fff;
}
.aanbod_list_filter_sec .mobile-show-filter .filter-count{
    background-color: #fff;
    color: #1B1B1B;
}
.aanbod_list_filter_sec .mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    border-bottom: 1px solid rgba(45, 51, 63, 0.5);
}
.aanbod_list_filter_sec .mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #2D333F;
}
.aanbod_list_filter_sec .mobile-filter-close span img {
    width: 9px;
    filter: invert(0);
    -webkit-filter: invert(0);
}
.aanbod_list_filter_sec .mobile-filter-close h6{
    color: #000D1A;
    margin-bottom: 0;
}
/****aanbod-list-product-sec****/
.aanbod-list-product-img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5px;
}
.each-aanbod-list-product .each-product-text{
    border-radius: 10px;
}
.each-aanbod-list-product .each-product-text li,
.each-aanbod-list-product .each-product-text td,
.each-aanbod-list-product .each-product-text h3{
    color: #000D1A;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-list-product .each-product-text p{
    color: rgba(0, 13, 26, 0.68);
    margin-top: 5px;
    margin-bottom: 23px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-list-product .each-product-text td img{
    filter: invert(1);
    -webkit-filter: invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-list-product .each-product-text{
    background-color: #EEE;
    padding: 18px 16px 21px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-list-product .each-product-text table{
    margin-bottom: 0;
    /* max-width: 276px; */
    width: 100%;
}
.each-aanbod-list-product .each-product-text ul{
    margin-bottom: 18px;
}
.each-aanbod-list-product:hover  .each-product-text h3,
.each-aanbod-list-product:hover .each-product-text td,
.each-aanbod-list-product:hover .each-product-text li{
    color: #FFF;
}
.aanbod-list-product-sec .aanbod-list-product-wrapper a:hover .each-product-text p{
    color: rgba(255, 255, 255, 0.68);
}
.each-aanbod-list-product:hover .each-product-text td img{
    filter: invert(0);
    -webkit-filter: invert(0);
}
.each-aanbod-list-product:hover .each-product-text{
    background-color: #004995;
}
.each-aanbod-list-product{
    margin-bottom: 41px;
}
.aanbod-list-product-wrapper .col-xl-12{
    margin-bottom: 40px;
    padding: 0px 5px;
}
.aanbod-list-product-wrapper .row{
    margin: 0px -5.2px;
}
.aanbod-list-product-wrapper .col-xl-4{
    padding: 0px 5.2px;
}
.aanbod_list_filter_sec .aanbod-filter-wrap,
.aanbod-list-product-wrapper{
    margin: 0px -16.5px;
}
.aanbod_list_filter_sec .filter-main{
    backdrop-filter: none;
}
/**********************************verkocht**********************************/
.verkocht-product-sec {
    padding-top: 80px;
}
.verkocht-product-sec .each-aanbod-list-product:hover .each-product-text p {
    color: #fff;
}
/****verkocht-google-review****/
.google-review.verkocht-google-review {
    padding-top: 0;
}

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


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

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

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

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


/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 10px 6px 20px;
    color: #000;
    background-size: contain;
}
.star_icon{
    margin-bottom: 30px;
}
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #181716;
    padding-bottom: 10px;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 30px;
    align-items: center;
    color: #fff;
  }


.carpass-img {
    width: 115px;
}
.gwWjnk {
    background-color: #F9F9F9;
    border: 1px solid rgba(27, 27, 27, 0.05);
    box-shadow: 0px 0px 4px 0px rgba(27, 27, 27, 0.05);
}
.iPXdjg {
    border-radius: 10px !important;
    border: 1px solid rgba(27, 27, 27, 0.05) !important;
    background-color: #F9F9F9 !important;
    box-shadow: 0px 0px 4px 0px rgba(27, 27, 27, 0.05) !important;
}
.euBiGU {
    background-color: #004996 !important;
    border-radius: 5px !important;
    transition: all 0.5s;
}
.euBiGU:hover {
    background-color: #A33B3B !important;
}
.privacy_section {
    padding: 40px 0 60px;
}
.privacy_section h2 {
    margin-bottom: 30px;
}
body .share-social-media-button .a2a_dd svg {
    width: 14px !important;
    margin-right: 0 !important;
}
body .share-social-media-button:hover svg {
    filter: invert(1) !important;
}
body .formError {
    z-index: 1;
}

/* *****garantie**** */
.warranty-table{
	width: 100%;
}
.warranty-table td {
    padding: 16px 14px;
}
.warranty-table tr th{
	border: none;
    width: 19%;
	text-align: center;
	padding: 10px 10px 19px;
}
.warranty-table tr th:first-child{
	background-color: transparent;
	border: none;
}
.warranty-table tr td{
	border: none;
	text-align: center;
}
.warranty-table tr th,
.warranty-table tr td{
    width: 19.5%;
}
.warranty-table tr th:first-child{
    width: 22%;
}
.warranty-table tr td:first-child{
	background-color: transparent;
	border-radius: 0;
    width: 22%;
}
.warranty-table tr {
    display: flex;
	flex-wrap: wrap;
}
.warranty-table table{
	width: 100%;
    border-bottom: 1.5px solid rgba(27, 27, 27, 0.60);
}
.warranty-table tr td img {
    width: 20px;
}
.each-warranty-table img{
	width: 30px;
}
.each-warranty-table{
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px;
	text-align: center;
}
.each-warranty-table li{
	border-bottom: 1px solid #fff;
	padding: 15px 0;
}
.each-warranty-table h4 {
    margin-bottom: 8px;
}
.each-warranty-table li:last-child{
	border-bottom: none;
}
.table-area{
	position: relative;
}
.img-tag {
    position: absolute;
    right: -40px;
    z-index: 1;
    transform: rotate(10deg);
    top: -5%;
}
.img-tag h4 {
    border: 1px solid #fff;
    background: #fff;
    color: #1E1E1E;
    padding: 10px 40px;
    display: inline-block;
}
.warranty-table tr th {
    position: relative;
    border: 1.5px solid rgba(27, 27, 27, 0.60);
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
}
.warranty-table tr th:nth-child(2){
    border-left: 1.5px solid rgba(27, 27, 27, 0.60);
}
.table-area th p {
    line-height: normal;
}
.table-area th h6,
.table-area td h6 {
    font-size: 1.4rem;
    color: #000D1A;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.table-area td h4 {
    font-family: 'lama_sansbold';
    font-size: 1.6rem;
    line-height: normal;
    color: #1B1B1B;
}
.warranty-table tr td {
    border: 1.5px solid rgba(27, 27, 27, 0.60);
    border-bottom: 0;
    border-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.warranty-table tr td:first-child {
    border-left: 0;
    text-align: start;
    padding-left: 0;
    display: block;
}
.warranty-table tr td p {
    font-size: 1.4rem;
    line-height: 21px;
}
.table-area td h6 {
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: normal;
}

.warranty-table-sec {
    padding: 120px 0;
    overflow: hidden;
}
.warranty-table-sec .table-area th p {
    font-size: 1.2rem;
    line-height: 15px;
}
.warranty-table-sec .table-area td h6 {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.32px;
}
.warranty-table-sec .warranty-table tr td p {
    font-size: 1.6rem;
    line-height: 24px;
}
.warranty-table-sec .warranty-table td {
    padding-top: 35px;
    padding-bottom: 35px;
    word-break: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.autotrust img{
    padding-bottom: 20px;
    width: 230px;
    margin-right: 10%;
}
.big_image{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px !important;
    height: 55px !important;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.video-overlay {
    position: relative;
}

.video-overlay::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
}

.dtl-tab-sec .tabs .active{
    color: #004996;
    border-color: #004996;
}
.header-nav ul .dropdown ul{
    display: none;
}
.header-nav .dropdown-menu.show{
    display: block;
}
.header-nav .dropdown:hover .dropdown-menu{
    display: block;
}
.header-nav .dropdown-toggle::after{
    border: 0;
    background-image: url(../images/arrow-down.svg);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 38px;
    height: 10px;
    position: relative;
    top: 5px;
}
.plannen{
    margin-top: 10px;
    margin-bottom: 25px;
}
.mobile-header .header-menu li li{
    animation-delay:0s !important;
}
.header-menu ul li ul {
    display: none;
    margin-top: 20px;
    background: #EEE;
    max-width: 300px;
    border-radius: 10px;
    padding: 10px 10px 5px;
    margin-top: 10px !important;
}
.mobile-sub-menu{
    display: flex;
    justify-content: center;
    padding-left: 20px;
}
.mobile-sub-menu::after{
    content: "";
    background-image: url(../images/arrow-down.svg);
    background-size: 11px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 31px;
    height: 12px;
    position: relative;
    top: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-footer-right a img{
    width: 20px;
    margin-right: 7px;
}
.header-menu ul li ul{
    margin-top: 30px;
}
.each-footer-right a:hover img{
    filter: invert(28%) sepia(84%) saturate(4999%) hue-rotate(344deg) brightness(77%) contrast(117%);
}
.mobile-sub-menu-active::after{
   transform:rotate(180deg);
}
.garantie-pdf{
    padding: 30px 0;
}
.pdf_svg{
    width: 30px;
}
.warranty-table .table-area th strong{
    background: #A33B3B;
    padding: 10px ;
    color: #fff;
}
.warranty-table .table-area th h4{
    font-size: 1.3rem;
    transform: rotate(-18deg) translate(29px , 24px);
    white-space: nowrap;
}
.warranty-table-area.sub-garantie .table-area th h4{
    transform: rotate(-18deg) translate(84px, 36px);
    font-size: 1.6rem;
}

.submenu .dropdown-item{
    padding: 1.25rem 1rem;
}

