@import "fonts.css";
@import "common-class.css";
body {
    padding: 0px;
    margin: 0px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
}
#page{
    overflow: hidden;
    position: relative;
}
.dblock{
    display:none;
}
#menu {
    display: none;
}
.mm-current {
    display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    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.2);
}
/*************side area**********/
.right-link{
    position:fixed;
    right:0px;
    z-index:99;
}
.common-styl{
    background: #0F8BD9;
    height: 50px;
    line-height: 50px;
    padding: 0px 16px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 100%;
    max-width: 400px;
    right: -345px;
}
.common-styl img{
    margin-right:15px;
    width:20px;
}
.common-styl:hover{
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    right:0px;
}
.whatsaap{
    top:43%;
    background: #25D366;
}
.call{
    top: calc(43% + 57px);
}
.map{
    top: calc(43% + 114px);
}
.common-styl a{
    font-family: 'NunitoSansSemiBold';
    font-size:16px;
    color:#E5E6E6;
    letter-spacing: 0.2px;
}

/******fixed header***********/
.header-area{
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
  }
  .header-fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
    animation: smoothScroll 1s forwards;
    background: #242424;
  }
   .header-area.header-fixed{
    background: #1c1c1c;
  }
  @keyframes smoothScroll {
    0% {
      transform: translateY(-40px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .header-fixed .top-bar{
    display: none;
  }
/*************header**********/
.header-area  {
    border-bottom: 6px solid #0F8BD9;
}
.top-bar{
    background: #323232;
    padding: 5px 0;
}
.top-bar img{
    width: 20px;
    margin-right: 12px;
}
.top-bar a, .desktop-nav a{
    font-family: 'NunitoSansSemiBold';
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #aaaaaa;
    margin-left: 40px;
}
.top-bar span{
    font-family: 'NunitoSansRegular';
    margin-right: 20px;
}
.top-bar .text-end a{
    font-size: 16px;
}
.desktop-nav{
    background: #141414;
    padding: 20px 50px;
}
.desktop-nav .mw-100{
    width: 340px;
}
.desktop-nav a{
    color: #fff;
    margin: 0;
}
.desktop-nav a:hover{
    color: #aaaaaa;
}
.desktop-nav li{
    display: inline-block;
    margin: 0 30px;
}
/*
.desktop-nav .text-center img{
    width: 65px;
}
*/
/*****************banner*****************/
.banner-sec{
    position: relative;
}
.banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.banner-content h3{
    padding: 0;
    margin: 30px 0 40px;
    color: #fff;
}
.banner-content h3:before{
    display: none;
}
.banner-content .common-btn{
    margin: 5px 2px;
}
.common-pagination .swiper-pagination {
    bottom: -2px;
    position: relative;
}
.common-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid #fff;
    background: #fff;
    opacity: 1;
}
.common-pagination .swiper-pagination-bullet-active{
    background: #0F8BD9;
}
.paginatin-wrap{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    z-index: 1;
}
.paginatin-wrap .swiper-button-prev{
    left: -24px;
}
.paginatin-wrap .swiper-button-next{
    right: -24px;;
}
.banner-sec .common-arrow img{
    width: 20px;
}
/**************product***********/
.product-sec{
    padding: 80px 0 100px;
}
.sec-heading{
    margin-bottom: 50px;
}
.product-dtl{
    background: #222224;
    padding: 40px 30px;
    position: relative;
}
.product-price{
    position: absolute;
    right: 0;
    top: -35px;
}
.product-price h4{
    background: #0F8BD9;
    display: inline-block;
/*    padding: 20px 30px;*/
    padding: 15px 15px;
    color: #fff;
    font-size: 17px;
}
.product-dtl h5{
    margin: 15px 0 30px;
    height: 40px;
    overflow: hidden;
    color: #c5c5c8;
    opacity: 0.74;
    font-size: 16px !important;
}
.product-dtl table{
    width: 100%;
}
.product-dtl td img{
    margin-right: 10px;
    width: 20px;
}
.product-dtl td{
    color: #fff;
    font-family: 'NunitoSansLight';
    font-size: 16px !important;
    letter-spacing: 0.4px;
    padding-right: 20px;
}
.product-dtl td:last-child{
    padding: 0;
}
.product-price span{
    font-size: 17px;
    color: #fff;
    font-family: 'MarkSimonsonProximaNovaAltRegular';
    display: block;
    margin-top: 5px;
    opacity: 0.7;
}
/***************gallery*************/
.gallery-slider{
    padding-bottom: 100px;
    padding-top: 50px;
}
.gallery-slider .row h3{
    margin-left: -80px;
    margin-bottom: 20px;
}
.gallery-wrap{
    position: relative;
    margin-bottom: 15px;
}
.gallery-wrap:before, .gallery-wrap:after{
    position: absolute;
    top: -80px;
    height: 81px;
    content: '';
    background: #121212;
    width: calc(50% - 95px);
}
.gallery-wrap:after{
    top: auto;
    bottom: -80px;
}
.gallery-btn{
    margin-left: -80px;
}
.gallery-btn .common-btn{
    margin-right: 8px;
}
.each-gallery{
    position: relative;
    overflow: hidden;
}
.gallery-heading{
    position: absolute;
    bottom: 60px;
    left: 0;
    padding-left: 12%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.each-gallery:hover .gallery-heading{
    bottom: -100%;
}
.gallery-wrap h3, .gallery-dtl p{
    color: #fff;
    padding: 0;
}
.gallery-dtl p{
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-wrap h3:before{
    display: none;
}
.gallery-dtl {
    position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.text-box {
   position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    max-width: 580px;
    width: 100%;
    padding: 0 10% 50px;
}
.each-gallery:hover .gallery-dtl{
    bottom: 0;
    height: 100%;
}
.gallery-wrap .common-pagination{
    position: absolute;
    bottom: -60px;
    width: 50%;
    left: 0;
    padding-right: 115px;
}
.gallery-wrap  .swiper-pagination {
    text-align: right;
}
.gallery-wrap .swiper-button-prev{
    left: 30px;
}
.gallery-wrap .swiper-button-next{
    right: 30px;
}
/**************upper content**************/
.upper-content-sec{
    position:relative;
    margin: 100px 0;
}
.image-block{
    position: absolute;
    top: 0;
    right: 0;
}
.image-block:before{
    position: absolute;
    top: -80px;
    right: 0;
    content: '';
    background: #121212;
    /*width: calc(100% - 284px);*/
    width: calc(100% - 205px);
    height: calc(100% + 80px);
    z-index: -1;
}
.image-block .common-btn{
    margin: 15px 15px 0 0;
}
.content-wrap{
    padding-right: 10%;
}
.content-wrap p{
    margin: 30px 0 50px;
}
.box{
/*    width: 60px;*/
    height: 60px;
    border: 2px solid #0F8BD9;
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #0F8BD9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.box img{
    width: 24px;
}
.content-wrap h5{
    color: #121212;
    font-family: 'NunitoSansRegular';
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.counter-panel{
    margin-left: -20px;
}
/**************footer************/
.footer-top{
    background: #222224;
    padding: 10px 0;
}
.footer-top .mw-100{
    width: 340px;
}
.footer-top li{
    display: inline-block;
    font-family: 'MarkSimonsonProximaNovaAltRegular';
    font-size: 16px;
    margin-left: 80px;
}
.footer-top a{
    color: #fff;
}
.footer-top a:hover{
    color: #0F8BD9;
}
.footer-top li img{
    width: 28px;
    margin-right: 20px;
}
.footer-top .social-icon img{
    width: 24px;
    margin: 0;
}
.footer-top .social-icon img:hover{
    opacity: 0.5;
}
.footer-top .social-icon a{
    margin-right: 20px;
}
/*
.footer-top .social-icon{
    margin-left: 60px;
}
*/
.footer-top ul{
    margin-left: 30px;
}
.footer-top .common-btn:hover{
    border-color: #fff;
    color: #fff;
}
.footer-phone{
    transform: scaleX(-1);
}
/*=====menubar====*/
.footer-menubar{
    background: #141414;
    padding: 50px 0 40px;
}
.each-footer-info h6{
    margin-bottom: 20px;
}
.each-footer-info.footer_menu li{
    font-size: 14px;
}
.each-footer-info p{
    font-family: 'MarkSimonsonProximaNovaLight';
    font-size: 16px;
}
.opening-time.each-footer-info p{
    /*font-family: 'MarkSimonsonProximaNovaAltRegular';*/
    color: #fff;
}
.each-footer-info li{
    font-size: 16px;
    font-family: 'MarkSimonsonProximaNovaAltRegular';
}
.each-footer-info p, .each-footer-info a{
    color: #aeaeae;
}
.each-footer-info a:hover{
    color: #fff;
}
.each-footer-info li{
    margin-bottom: 15px;
}
.each-footer-info p span{
    margin: 20px 0 30px;
    display: block;
}
.each-footer-info{
   padding-right: 80px;
}
.opening-time{
    position: relative;
    left: -30px;
}

/*********************************popup start*************************************/
.modal-area .modal-dialog {
    max-width: 74%;
    margin: 12% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.1);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0px;
    position: relative;
    background-color: transparent;
}
.modal-area .popup-content p{
    margin: 25px 0 0;
}
.popup-content h3:before{
    top: 5px;
    transform: translateY(0);
}
.modal-area .popup-content {
    padding: 17% 13%;
    height: 100%;
    background-color: #fff;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
a.close-img {
    font-family: 'NunitoSansLight';
    font-size: 24px;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    border: 0;
    background-color: transparent;
}

/***********************************contact page start******************************************/
.inner-banner-sec {
    padding: 6% 0;
}
.inner-banner-sec h3 {
    color: #fff;
    padding-left: 0;
}
.inner-banner-sec h3:before{
    display: none;
}
.contact-map-sec .image-block {
    left: 0;
}
.contact-map-wrapper {
    height: 555px;
}
.contact-map-sec .image-block:before {
    left: 0;
    height: calc(100% + 160px);
}
.contact-map-sec .content-wrap {
    padding: 0 0 0 25%;
}
.contact-map-sec .content-wrap p {
    /*line-height: 30px;*/
    font-family: 'MarkSimonsonProximaNovaLight';
}
.contact-map-sec .content-wrap span {
    /*font-family: 'NunitoSansSemiBold';*/
}
/**time-sec****/
.contact-time-sec {
    margin: 172px 0 92px;
}
.contact-time-sec .content-wrap {
    background-color: #121212;
    padding: 10% 10% 30px 0;
}
.contact-time-sec .content-wrap h3 {
    color: #fff;
    margin-bottom: 40px;
}
.contact-time-sec .content-wrap h5 {
    color: #fff;
    text-align: left;
}
.contact-time-sec .content-wrap h5 span{
    font-family: 'NunitoSansSemiBold';
    color: #fff;
}
.contact-time-sec .content-wrap table {
    margin: 30px 0;
    color: #fff;
}
.contact-time-sec .content-wrap table td {
    font-size: 16px;
    font-family: 'MarkSimonsonProximaNovaLight';
}
.contact-time-sec .content-wrap table td:nth-child(odd) {
    padding-right: 70px;
}
.contact-time-sec .content-wrap h6{
    font-family: 'NunitoSansLight';
    margin-top: 15px;
}
.contact-time-sec .image-block:before {
    display: none;
}
.contact-time-sec .image-block {
    padding-left: 15px;
    height: 100%;
}
.contact-time-sec .image-block img {
    height: 100%;
    object-fit: cover;
}
.contact-time-sec .content-wrap::before {
    position: absolute;
    top: -80px;
    left: 0;
    content: '';
    background: #121212;
    width: 50%;
    height: calc(100% + 160px);
    z-index: -1;
}
/****form***/
.contact-form-sec  {
    background-color: #E8E8E8;
    padding: 50px 0;
    margin-bottom: 10px;
}
.contact-form-sec h3 {
    margin-bottom: 60px;
}
.form-styl {
    font-size: 16px;
    font-family: 'MarkSimonsonProximaNovaLight';
    color: rgba(18, 18, 18, 0.5) !important;
    height: 66px;
    padding: 0 50px;
    resize: none;
    background-color: #fff;
    border-radius: 0;
    border: none;
}
.foto_upload{
    line-height: 66px;
}
.form-group {
    margin-bottom: 15px;
}
.form-styl:focus {
    border: 0;
    box-shadow: none;
    color: #121212;
    background-color: #fff;
}
.form-styl:placeholder {
    color: #121212;
    opacity: 0.5;
}
.form-styl:-ms-input-placeholder {
    color: #121212;
    opacity: 0.5;
}
.form-styl::placeholder {
    color: #121212;
    opacity: 0.5;
}
textarea.form-styl {
    padding-top: 25px;
    min-height: 158px;
}
.form-text-area .formErrorContent {
    position: absolute !important;
}
.contact-form-sec .text-end {
    position: relative;
}
.contact-form-sec .text-end::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #fff;
    height: calc(100% + 15px);
    width: calc(100% - 203px);
}

/***********************************diensten page start******************************************/
.diensten-list-sec {
    margin: 100px 0 0;
}
.diensten-list-sec .each-list-block h3::before {
    background-color: #0F8BD9;
}
.diensten-list-sec .each-list-block {
    position: relative;
}
.diensten-list-sec .each-list-block {
    margin-bottom: 80px;
}
.diensten-list-sec .each-list-block:last-child {
    margin-bottom: 20px;
}
.diensten-list-sec .each-list-block:nth-child(even) .image-block {
    left: 0;
}
.diensten-list-sec .each-list-block:nth-child(even) .image-block::before {
    left: 0;
}
.diensten-list-sec .each-list-block:nth-child(even) .common-btn {
    margin-right: 0;
    float: right;
}
.diensten-list-sec .each-list-block:nth-child(even) .content-wrap {
    padding-right: 0;
    padding-left: 10%;
}
.diensten-list-sec .each-list-block .content-wrap p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-btn {
    display: none;
}
/***********************************diensten-dtl page start******************************************/
.diensten-dtl-top-sec .content-wrap ul{
    list-style-type: inherit;
    padding-left: 15px;
}
.diensten-dtl-top-sec .image-block .common-btn {
    position: absolute;
    left: 0;
    top: -95px;
}
.diensten-dtl-top-sec .each-list-block .image-block::before {
    height: calc(100% + 160px);
}
.diensten-dtl-mid-sec {
    margin: 160px 0 95px;
}
.diensten-dtl-mid-sec .each-list-block .image-block {
    left: 0;
}
.diensten-dtl-mid-sec .each-list-block .image-block::before {
    left: 0;
    height: calc(100% + 160px);
}
.diensten-dtl-mid-sec .each-list-block .content-wrap {
    padding-right: 0;
    padding-left: 10%;
}
.diensten-dtl-mid-sec .each-list-block .content-wrap h3::before {
    background-color: #0F8BD9;
}
.diensten-dtl-mid-sec .each-list-block {
    position: relative;
}
.diensten-dtl-slider-sec {
    padding: 20px 0;
}
.diensten-dtl-top-sec .each-list-block .content-wrap p,
.diensten-dtl-mid-sec .each-list-block .content-wrap p {
    display: block;
    overflow: auto;
}
.diensten-dtl-slider-sec .gallery-btn{
    position: relative;
    z-index: 2;
}
.finance-iframe>iframe {
    height: 700px !important;
}
/***********************************aanbod page start******************************************/
.aanbod-filter-sec  {
    padding: 50px 0 60px;
}
.select-style {
    width: 100%;
    border: 2px solid #121212;
    border-radius: 0;
    height: 68px;
    line-height: 66px;
    font-family: 'NunitoSansSemiBold';
    font-size: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/aanbod-d-arrow.svg) #fff no-repeat 90% center/14px;
    color: #121212;
    padding: 0 20px;
    text-align: center;
}
.select-style option{
    font-family: arial;
}
.aanbod-filter-sec .col-lg-3 {
    flex: 0 0 auto;
    width: 18.5%;
    position: relative;
}
.aanbod-filter-sec .float-end{
    position: absolute;
    bottom: -30px;
    right: 0;
}
.aanbod-filter-sec .col-lg-2 {
    flex: 0 0 auto;
    width: 7.5%;
}
.filter-grid {
    float: right;
}
.aanbod-each-filter-grid img {
    width: 18px;
    margin-right: 10px;
}
.aanbod-each-filter-grid {
    font-size: 18px;
    color: #121212;
    font-family: 'NunitoSansSemiBold';
    line-height: 30px;
    height: 30px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.aanbod-each-filter-grid.active {
    opacity: 1;
}
.aanbod-filter-sec .common-btn {
    max-width: 100%;
    height: 68px;
    line-height: 66px;
}
.aanbod-product-sec {
    padding-bottom: 110px;
}
.aanbod-product-sec .each-product {
    margin-bottom: 30px;
}
.aanbod-list1 .product-price h4{
    background: #0F8BD9;
}
.aanbod-product-middle-content{
    padding: 60px 8% 100px;
    position: relative;
    z-index: 1;
    max-width: 620px;
    width: 100%;
}
.aanbod-product-middle-content h3 {
    color: #fff;
    padding-left: 0;
    margin-bottom: 40px;
    font-family: 'MarkSimonsonProximaNovaAltRegular';
}
.aanbod-product-middle-content h3::before {
    display: none;
}
.aanbod-product-middle-content p {
    color: #fff;
    text-align: justify;
}
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-middle-area::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.1);
}
.aanbod-product-sec .col-xl-4 {
    padding: 0 15px;
}
.aanbod-product-sec .col-xl-8 {
    padding: 0 15px 30px;
}
.aanbod-mid-btn {
    position: absolute;
    max-width: 205px;
    padding-top: 15px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}
/***********************************aanbod-list page start******************************************/
.aanbod-list-product-sec .each-product {
    background-color: #1c1c1c;
    margin-bottom: 40px;
}
.aanbod-list-product-sec .each-product .col-lg-4 {
    flex: 0 0 auto;
    width: 44%;
}
.aanbod-list-product-sec .each-product .col-lg-8 {
    flex: 0 0 auto;
    width: 56%;
}
.aanbod-list-product-sec .product-dtl {
    padding: 40px 0 40px 13%;
    width: 100%;
    display: table;
}
.aanbod-list-product-sec .product-dtt-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.aanbod-list-product-sec .product-dtl h5 {
    font-size: 24px;
    margin-bottom: 70px;
}
.aanbod-list-product-sec .product-dtl table {
    margin-bottom: 23px;
}
.aanbod-list-product-sec .product-dtl td {
    padding-right: 100px;
}
.aanbod-list-product-sec .product-dtl .product-price h4 {
    font-size: 20px;
    display: flex;
    padding: 30px 20px;
    align-items: baseline;
}
.aanbod-list-product-sec .product-dtl .product-price h4 span {
    margin-left: 10px;
}
.aanbod-list-product-sec .product-dtl .product-price {
    position: initial;
}
.aanbod-list-product-sec .product-list-btn {
    height: 90px;
    width: 90px;
    border: 0;
    background-color: #0F8BD9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .product-list-btn:hover {
    background-color: #121212;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-list-product-sec .product-list-btn-wrapper {
    height: 100px;
    width: 100px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    bottom: 0;
    display: flex;
    align-items: end;
    justify-content: end;
}
.aanbod-list-product-sec .product-list-btn img {
    width: 25px;
}

/***********************************verkocht page start******************************************/
.verkocht-product-sec {
    padding-top: 140px;
}
.verkocht-product-sec .product-price {
    top: -40px;
}
.verkocht-product-sec .product-price h4{ 
    background-color: #368A4F;
    font-family: 'nunito_sanslight_italic';
    font-style: italic;
    color: #fff;
}
/***********************************bedankt page start******************************************/
.bedankt-banner-sec h1 {
    margin-bottom: 100px;
}
.bedankt-banner-sec .common-btn:hover {
    background-color: #fff;
    color: #1c1c1c;
    border-color: #fff;
}
/***********************************aanbod-dtl page start******************************************/
.dtl-top-sec {
    padding: 93px 0 0;
}
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car {
    position: relative;
}
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    content: '';
}
.dtl-top-sec .swiper-button-next {
    right: 18%;
}
.dtl-top-sec .swiper-button-prev {
    left: 5%;
    display: none;
}
.dtl-top-slider-wrap {
    position: relative;
}
.dtl-top-slider-wrap::before {
    position: absolute;
    top: -80px;
    height: 81px;
    right: 0;
    content: '';
    background: #121212;
    width: calc(50% - 220px);
}
.each-aanbod-dtl-car {
    overflow: hidden;
}
.dtl-top-sec .common-btn {
    position: absolute;
    z-index: 3;
    top: -80px;
}
.dtl-top-sec .common-pagination {
    position: absolute;
    right: 42%;
    bottom: 45px;
    width: 54%;
}
.dtl-top-sec .common-pagination .swiper-pagination{
    text-align: right;
}
/***tab sec**/
.tab-btn-wrapper {
    position: relative;
}
.tab-btn-wrapper::after {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    content: '';
    background: #121212;
    /*width: calc(100% - 74.5%);*/
    width: calc(50% - 220px);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 18.7%;
    text-align: center;
    font-family: 'NunitoSansSemiBold';
    font-size: 16px;
    margin-right: 15px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #121212;
    color: #fff;
    padding: 15px 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #0F8BD9;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.tab-btn {
    margin: 15px 0 15px 125px;
}
.tab-btn .nav-tabs{
    border-bottom: 0;
}
.tab-dtl-block .tab-content{
    padding-left: 8%;
}
.tab-dtl-block {
    background-color: #E8E8E8;
    padding: 80px 0 80px 120px;
}
.tab-dtl-block-heading h3:before{
    top: 5px;
    transform: translateY(0);
}
.tab-dtl-block-heading h3 {
    margin-bottom: 70px;
}
.tab-dtl-block-heading h3 span {
    font-family: 'NunitoSansRegular';
    /*font-size: 28px;*/
    opacity: 0.5;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #212121;
    padding-bottom: 10px;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 12px;
    background-size: 7px;
    color: rgba(33, 33, 33, 0.5);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
/*#menu3>iframe {
    height: 700px !important;
}*/
.tab-content h3 {
    margin-bottom: 50px;
    padding-left: 0;
}
.tab-content h3::before {
    display: none;
}
.bullet-panel h4 {
    color: #212121;
    border-bottom: 1px solid #212121;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansSemiBold';
}
.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: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121212;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #121212;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'NunitoSansSemiBold';
    font-size: 20px;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 10px 0px 30px;
    font-size: 18px;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
/***price bg info***/
.tab-car-price-text {
    background-color: rgba(255,255,255,0.75);
    padding: 13% 16% 5%;
    max-width: 54%;
    width: 100%;
}
.tab-car-price-text .common-btn{
    background: #0F8BD9;
    color: #fff;
}
.tab-car-price-text h2 {
    font-size: 36px;
    font-family: 'NunitoSansSemiBold';
    color: #121212;
    margin-bottom: 10px;
}
.tab-car-price-text h4 {
    color: #121212;
    margin-bottom: 25px;
    font-family: 'MarkSimonsonProximaNovaAltRegular';
}
.tab-car-price-text a img {
    width: 22px;
    margin-right: 15px;
}
.tab-car-price-text a {
    display: block;
    margin-bottom: 30px;
    font-size: 21px;
    font-family: 'NunitoSansSemiBold';
    color: #121212;
}
.tab-car-price-text a:hover{
    color: #0F8BD9
}
.tab-car-price-text .common-btn {
    margin-bottom: 15px;
}
/***gal***/
.aanbod-dtl-gallery-sec {
    padding: 15px 5px;
}
.aanbod-dtl-gallery-sec .gallery-img {
    margin: 0 7px;
}
.aanbod-dtl-gallery-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #000;
    opacity: 0.5;
}
.aanbod-dtl-gallery-sec .gallery-image-content {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    z-index: 1;
}
.aanbod-dtl-gallery-sec .gallery-image-content img {
    width: 70px;
    margin-bottom: 15px;
}
.aanbod-dtl-gallery-sec .gallery-image-content h4 {
    font-family: 'NunitoSansRegular';
}
.aanbod-dtl-gallery-sec .less-gallery-images .col-4:last-child .gallery-img {
    position: relative;
}
.aanbod-dtl-gallery-sec .more-gallery-images {
    display: none;
    margin-top: 15px;
}
.aanbod-dtl-contact-info-sec {
    background-color: #121212;
    margin: 80px 0 90px;
}
.aanbod-dtl-contact-info-sec .image-block:before {
    width: calc(100% + 100%);
}
.aanbod-dtl-contact-info-sec .content-wrap h3,
.aanbod-dtl-contact-info-sec .content-wrap p,
.aanbod-dtl-contact-info-sec .content-wrap a {
    color: #fff;
}
.aanbod-dtl-contact-info-sec .content-wrap p {
    padding-left: 30px;
}
.aanbod-dtl-contact-info-sec .content-wrap a:hover {
    color: #0F8BD9;
}
/***********************************overons page start******************************************/
.overons-top-sec .content-wrap {
    padding-left: 10%;
}
.overons-top-sec .content-wrap p {
    line-height: 24px;
}
.overons-counter-sec {
    padding: 4% 0;
}
.overons-counter-sec .counter-panel h5 {
    color: #121212;
    font-family: 'NunitoSansRegular';
    margin-top: 15px;
    text-align: center;
}
.overons-gal-sec .text-box {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: initial;
    max-width: 100%;
    padding: 0;
    text-align: center;
}
.overons-gal-sec .text-box img {
    width: 50px;
}
/**member***/
/*.member-btn-wrapper {
    background-color: #fff;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    position: absolute;
    right: 0;
    bottom: 0;
}*/
.member-slider-sec {
    padding-bottom: 15px;
}
.each-member {
    position: relative;
}
.each-member::after {
    content: '';
    height: 100%;
    width: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-member:hover.each-member::after {
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.member-btn {
    padding: 15px 0 0 15px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
}
.member-btn h5 {
    font-family: 'NunitoSansSemiBold';
    color: #fff;
    background-color: #0F8BD9;
    padding: 20px 30px;

}
.member-slider-sec h3 {
    margin-bottom: 20px;
}

/*================================vacature page start========================================*/
.vacature-info li {
    font-size: 21px;
    font-family: 'MarkSimonsonProximaNovaLight';
    color: #121212;
    display: inline-block;
    margin-right: 50px;
}
.vacature-info li:last-child {
    margin-right: 0;
}
.vacature-info li span {
    margin-right: 15px;
}
.vacature-info li span img {
    width: 30px;
}
/*================================review page start========================================*/
.each-review-list {
    padding: 15% 0;
    position: relative;
}
.each-review-list:nth-child(odd)::before {
    content: '';
    background-color: #e8e8e8;
    width: calc(100% + 80%);
    height: 100%;
    top: 0;
    left: -40%;
    position: absolute;
    z-index: -1;
}
.each-review-block h5 {
    padding: 10px 0 30px 40px;
}
.each-review-list .col-lg-6:nth-child(odd) .each-review-block{
    padding-right: 7%;
}
.each-review-list .col-lg-6:nth-child(even) .each-review-block{
    padding-left: 7%;
}

/****************/

/* 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:18px;
    text-align: center;
}
#loader_section img{
    width: 100px;
    margin-bottom: 25px;
}

/****(light)morgen footer start****/

.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;
}
.add_morgan_footer_margin {
    height: 100px !important;
}
/*****(light)morgen footer end********/

/*********tab**************/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    padding: 4px 0 6px 30px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    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;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*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: 12px;
    /*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;
}
.form-1, .form-2 {
    display: none;
    padding: 10% 10% 100px 0;
}
.calculator_iframe {
    width: 100%;
    height: 1200px;
}
.privacy_section{
    padding-bottom: 10%;
}
.privacy_section h3::before{
    display: none;
}
.privacy_section h3{
    padding-left: 0;
}
.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;
}

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

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

.notifcation {
	position: relative;
}

.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;
}
.footer_menu ul{
    text-transform: uppercase;
}
iframe#euroIframe
{
    height: 750px;
    padding: 50px 0;
}
.grecaptcha-badge{
    display: none;
}
.each-footer-info img{
	width: 110px;
	image-rendering: -webkit-optimize-contrast;
}
a.phone{
Color: white;
}
table{
Color:white;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #0F8BD9;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'NunitoSansSemiBold';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'NunitoSansRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #0F8BD9;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #0F8BD9;
  	background: #0F8BD9;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'NunitoSansSemiBold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #0F8BD9 !important;
}
.cursor{
	cursor: pointer;
}
html{font-size: 62.5%}