@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoRegular';
    font-size: 1.6rem;
    color: #1c1c1c;
    overflow-x: hidden;
}
html {
  scroll-behavior: auto !important;
  font-size: 62.5%;
}
#page{
	overflow: hidden;
    position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************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;
}
/*****************header****************/
.header-area {
    height: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-logo img {
    width: 309px;
}
.header-wrap {
	padding: 20px 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header-social li {
	display: inline-block;
	margin-right: 5px;
    vertical-align: top;
}
.header-social li:last-child {
	margin: 0;
}
.header-area .header-social li.whatsapp_logo .navtext{
	/*background: #25D366 !important;
    border-color: #25D366 !important;*/
}
.header-social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
    border: 1.5px solid #696969;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a:hover {
    background-color: #3B6BD5;
    border-color: #3B6BD5 !important;
    color: #707054 !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a img {
    width: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-social li a:hover img {
	filter: brightness(-100%);
	-webkit-filter: brightness(-100%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .header_inner .header-social li a img{
   /* filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);*/
}
.header-area .header_inner .header-social li a{
    border-color: rgba(255, 255, 255, 0.49);
}
.header-area .header_inner .header-social li a:hover img {
    filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.header-area p{
    font-size: 1.6rem;
}
.header-area table{
    width: 100%;
}
.menu-icon{
    margin-left: 0;
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-items a:hover{
    color: #3B6BD5;
}
.header-area.is-hidden .header_inner{
    opacity: 1;
}
.header-area.is-hidden {
    position: fixed;
    top: 0;
    background: #121212 !important;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 0;
}
.header-area.is-hidden .header-wrap{
    border-color: transparent;
}
.whatsapp_logo .navtext img{
    filter: brightness(0) invert(1) !important;
    -webkit-filter: brightness(0) invert(1) !important;
}
.header-area .bovag-logo{
    max-height: 67px;
}
/****banner-sec*****/
.banner-sec { 
    position: relative;
}
.banner-content { 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    padding-top: 5%;
}
.banner-content p{
    color: #fff;
    margin: 2rem 0 4.5rem;
    text-align: center;
}
.banner-content .common-btn{
    margin: 5px;
}
.banner-play{
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    /*background: rgba(0,0,0,0.5);*/
}
.banner-play img {
    width: 60px;
}
.banner-arrow {
    bottom: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
    text-align: center;
}
.banner-arrow a {
    font-family: 'NunitoRegular';
    font-size: 1.8rem;
    color: #fff;
    letter-spacing: 1px;
}
.banner-arrow img {
    width: 15px;
    margin: 35px auto 0;
    display: block;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px);
    }
    60% {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px);
    }
}
.banner-sec:after, .banner-sec::before{
    content: "";
    width: 50%;
    height: 41px;
    /* background-color: #1a1a1a; */
    background-color: #121212;
    position: absolute;
    bottom: -1px;
    z-index: 3;
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%)
}
.banner-sec::before{
    right: 0;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%)
}
/****product-sec******/
.product-sec {
    /* background-color: #1a1a1a; */
    background-color: #121212;
    padding: 6% 0 60px;
}
.product-slider-wrap{
    margin: 0 -18px;
}   
.product-sec h2 {
    margin-bottom: 50px;
    color: #fff;
}
.product-model h5 {
    font-size: 2rem;
    color: rgba(0,0,0,0.5); 
    margin-top: 4px;
    height: 50px;
    overflow: hidden;
}
.product-price h6 {
    font-family: 'NunitoRegular';
    color: rgba(0,0,0,0.5); 
    margin-bottom: 7px;
}
.product-model h4{
    overflow: hidden;
    color: #121212;
    height: 24px;
}
.product-price h4 {
    color: #3B6BD5;
}
.product-dtl {
    padding: 20px;
    background-color: #fff;
}
.product-dtl .divider {
    background-color: #121212;
    opacity: 0.1;
    margin: 20px 0;
}
.product-dtl table{
    width: 100%;
}
.product-dtl td h6{
    line-height: 23px;
    font-family: 'NunitoRegular';
    color: #121212;
}
.product-dtl td h6 span {
    display: block;
    color: #121212;
    opacity: .5;
}
.product-dtl td {
    border-right: 1px solid rgba(49,57,66,0.1);
    vertical-align: top;
    padding: 7px 15px;
}
.product-dtl td:first-child {
    padding-left: 0;
}
.product-dtl td:last-child {
    padding-right: 0;
    border-right: 0;
}
.product-btn{
    font-family: 'NunitoRegular';
    font-size: 16px;
    color: #121212;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 80px;
    height: 60px;
    line-height: 60px;
    display: none;
}
.product-btn:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    width: 60px;
    height: 60px;
    background-color: #3B6BD5;
    background-image: url(../images/next.svg);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
}
.each-product:hover .product-btn {
    display: block;
}
.each-product:hover table {
    display: none;
}
.each-product .swiper-button-next {
    right: 0;
}
.each-product .swiper-button-prev {
    left: 0;
}
.each-product .common-arrow {
    display: none;
}
.each-product:hover .common-arrow {
    display: flex;
}
.product-sec-btn {
    margin-top: 65px;
}
.product-sec .swiper-slide .each-product-img .position-absolute{
    visibility: visible;
}
.bovag-car{
    position: absolute;
    width: 100%;
    left: 1rem;
    bottom: 0;
}
.bovag-car img{
    width: 13rem;
}
/****gallery-sec****/
.gallery-sec {
    position: relative;
    /* background-color: #1a1a1a; */
    background-color: #121212;
    padding-top: 100px;
}
.sec-heading {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto 9.5%;
}
.sec-heading h2 {
    color: #fff;
}
.sec-heading p {
    color: rgba(255,255,255,0.7);
    margin: 30px 0;
}
.each-gallery {
    position: relative;
}
.each-gallery h6{
    color: #fff;
}
.gallery-slider .each_before_the_flood_block:hover .before_the_flood_heading {
    transform: unset;
    -webkit-transform: unset;
}
.gallery-slider .before_the_flood_heading{
    margin-bottom: 0;
}
.each-gallery-dtl { 
    /*max-width: 585px;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5% 40px;
    /*z-index: 1;*/
    display: block;
    height: auto;
    text-align: left;
}
.each-gallery-dtl h5 {
    margin-top: 30px;
    line-height: 30px;
    visibility: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gallery-sec .swiper-slide-active .each-gallery-dtl h5  {
    visibility: visible;
    margin-top: 10px;
}
.gallery-sec .swiper-slide-prev .each-gallery:before, .gallery-sec .swiper-slide-next .each-gallery:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    content: '';
    background: #fff;
    height: 100px;
    z-index: 99;
}
.gallery-sec .swiper-slide-next .each-gallery:before {
    left: auto;
    right: 0;
}
.gallery-sec::after {
    content: '';
    background: #fff;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.gallery-sec .swiper-slide-prev .each-gallery, 
.gallery-sec .swiper-slide-next .each-gallery {
    margin-top: 50px;
    margin-bottom: -50px;
}
.gallery-sec .common-arrow {
    background-color: transparent;
    width: auto;
    height: auto;
    top: 55%;
}
.gallery-sec .common-arrow img {
    filter: invert(0);
    width: 28px;
}
.gallery-sec .swiper-button-next {
    right: 36px;
}
.gallery-sec .swiper-button-prev {
    left: 36px;
}
.each-gallery-img {
    position: relative;
}
.each-gallery-img::before {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-sec .before_the_flood_section{
    display: block;
}
.gallery-sec .each_before_the_flood_block{
    display: block;
    padding: 0;
    min-height: auto;
}
.gallery-sec .before_the_flood_image{
    position: relative;
}
.gallery-sec .swiper-slide-prev .each_before_the_flood_block:hover .before_the_flood_image{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.gallery-sec .each_before_the_flood_block:after{
    display: none;
}
.gallery-sec .each_before_the_flood_block:after, 
.gallery-sec .swiper-slide-prev .before_the_flood_inner, .gallery-sec .swiper-slide-next .before_the_flood_inner{
    display: none;
}
.gallery-sec .swiper-slide-prev .each_before_the_flood_block:hover .before_the_flood_image,
.gallery-sec .swiper-slide-next .each_before_the_flood_block:hover .before_the_flood_image{
    transform: scale(1);
    -webkit-transform: scale(1);
}
/****content-block*****/
.content-block{
    position: relative;
    padding: 8% 0 0;
    margin-bottom: -50px;
}
.content-block-img{
    position: absolute;
    left: 0;
    width: 45%;
    z-index: 1;
}
.content-block .accordion-button::after {
    background-image: url(../images/plus.svg);
    width: 17px;
    height: 17px;
    background-size: contain;
}
.content-block h2{
    color:  #212121;
    margin-bottom: 30px;
}
.content-block h5{
    color:  #212121;
    opacity: 0.5;
    line-height: 30px;
}
.content-block h6{
    font-family: 'NunitoRegular';
    color:  #212121;
    opacity: 0.6;
    text-transform: uppercase;
}
.content-block .accordion-button:not(.collapsed)::after {
    background-image: url(../images/close.svg);
    width: 13px;
    height: 13px;
    background-size: contain;
}
.content-block .accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #fff;
}
.content-block .accordion-item {
    border-bottom: 2px solid rgba(33,33,33,0.15);
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}
.content-block .accordion-item:first-child{
    border-top: 2px solid rgba(33,33,33,0.15);
}
.content-block .accordion-button {
    padding:26px 0;
    letter-spacing: 1px;
    background-color: transparent;
}
.content-block .accordion-body {
    padding:0 30px 30px 0;
}
.content-block .accordion-body p {
    padding-bottom: 30px;
}
.content-block .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.content-block-txt {
    padding-left: 16%;
    padding-bottom: 150px;
}
.content-block .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.content-block .common-btn{
    margin-top: 38px;
}
.more-acc-block {
    display: none;
}
.content-block .more-acc-block .accordion-item:first-child {
    border-top: 0;
}
/*****footer*****/
.footer-area {
    background-color: #000;
    padding: 150px 0;
    position: relative;
}
.footer-logo {
    position: absolute;
    right: 0;
    top: 50%;
    padding-right: 6%;
    padding-left: 6%;
    transform: translateY(-50%);
    width: 45%;
}
.footer-area .header-social a:hover img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.each-footer-info.float-end{
    position: relative;
    left: -50px;
}
.footer-info {
    max-width: 720px;
    width: 100%;
}
.each-footer-info h6 {
    font-family: 'NunitoLight';
    color: rgba(255,255,255,0.6);
    margin-bottom: 28px;
}
.each-footer-info p {
    color: #fff;
    font-size: 1.6rem;
}
.each-footer-info p span {
    color: #7c7c7c;
}
.each-footer-info p a {
    color: #fff;
}
.each-footer-info p a:hover {
    color: #3B6BD5;
}
.each-footer-info .header-social {
    margin-top: 44px;
}
/*==================================contact page start===================================*/
.inner-banner-sec { 
    position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
    padding-top: 8%;
}
/****contact-map-sec***/
.contact-map-sec{ 
    height: 580px;
}
/***contact-info-sec****/
.contact-info-sec {
    background-color: #1a1a1a;
    padding: 4% 0 0;
    margin-bottom: 0;
    position: relative;
}
.contact-info-sec::after {
    content: '';
    background-color: #f4f4f4;
    height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact-info-sec h2 {
    color: #fff;
    margin-bottom: 55px;
}
.contact-info-sec .content-block-img {
    right: 0;
    left: auto;
}
.each-contact-info h6 {
    font-size: 2.1rem;
    color: #fff;
    margin-bottom: 5px;
    text-transform: unset;
    letter-spacing: 0.75px;
    font-family: NunitoBold;
}
.each-contact-info p {
    color: rgba(255,255,255,0.7);
    line-height: 42px;
}
.each-contact-info p a {
    color: rgba(255,255,255,0.7);
}
.each-contact-info p a:hover {
    text-decoration: underline;
}
.each-contact-info td {
    font-size: 2.1rem;
    color: rgba(255,255,255,0.7);
    vertical-align: top;
    line-height: 40px;
}
.each-contact-info td:nth-child(odd) {
    padding-right: 50px;
}
.contact-info-sec .content-block-txt {
    padding-left: 0;
    padding-right: 12%;
}
/***contact-form-sec*****/
.contact-form-sec {
    padding: 65px 0 7%;
    background-color: #F4F4F4;
}
.conatct-form-heading {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.conatct-form-man {
    max-width: 66px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin-right: 20px;
}
.conatct-form-man img {
    height: 100%;
    object-fit: cover;
}
.conatct-form-heading h2 {
    font-family: 'poppinsmedium';
}
.form-styl {
	font-size: 1.6rem;
	font-family: 'nunito_sanslight_italic';
    color: rgba(33, 33, 33, 0.6);
    padding: 0 50px;
    height: 65px;
    resize: none;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
}
.form-styl::placeholder {
	font-family: 'nunito_sanslight_italic';
    color: rgba(33, 33, 33, 0.6);
}
.form-styl:-moz-placeholder {
	font-family: 'nunito_sanslight_italic';
    color: rgba(33, 33, 33, 0.6);
}
.form-styl::-moz-placeholder {
	font-family: 'nunito_sanslight_italic';
    color: rgba(33, 33, 33, 0.6);
}
.form-styl:focus {
	box-shadow: none;
	color: rgba(33, 33, 33, 0.6);
}
.contact-form-sec .form-group {
    margin-bottom: 18px;
}
textarea.form-styl {
    height: 232px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.foto_upload{
    line-height: 65px;
}
/*==================================diensten page start===================================*/
.diensten-list-sec .contact-info-sec{
    padding-top: 8%;
}
.diensten-list-sec .contact-info-sec .content-block-txt h2 {
    margin-bottom: 33px;
}
.diensten-list-sec .contact-info-sec .content-block-txt .common-btn {
    margin-top: 45px;
}
.diensten-list-sec .contact-info-sec .content-block-txt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.diensten-list-sec .contact-info-sec:nth-child(odd) .content-block-txt p {
    color: rgba(255,255,255,0.7);
}
.diensten-list-sec .contact-info-sec:nth-child(odd) .content-block-txt .common-btn {
    border-color: #979797;
    color: #fff;
}
.diensten-list-sec .contact-info-sec:nth-child(odd) .content-block-txt .common-btn:hover {
    border-color: #1599FF;
}
.diensten-list-sec .contact-info-sec:nth-child(odd)::after {
    background-color: #fff;
}
.diensten-list-sec .contact-info-sec:nth-child(even) {
    background-color: #fff;
}
.diensten-list-sec .contact-info-sec:nth-child(even)::after {
    background-color: #1a1a1a;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .content-block-img {
    left: 0;
    right: auto;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .content-block-txt {
    padding-right: 0;
    padding-left: 12%;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .content-block-txt h2 {
    color: #1a1a1a;
}
.diensten-list-sec .contact-info-sec:nth-child(even) .content-block-txt p {
    color: rgba(33, 33, 33, 0.7);
}
.diensten-list-sec .contact-info-sec:last-child::after {
    background-color: #000;
}
/*==================================diensten-dtl page start===================================*/

.inner-header {
    /*background-image: url(../images/header-bg.jpg);*/
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bk-btn-sec {
    padding-top: 150px;
}
/***diensten-dtl-top-sec***/
.diensten-dtl-top-sec {
    padding: 5% 0 5%;
}
.diensten-dtl-top-sec h2{
    color: #121212;
}
.diensten-dtl-top-sec .sec-heading p {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
}
.diensten-dtl-top-sec .sec-heading {
    margin-bottom: 0;
}
/***diensten-dtl-mid-sec****/
.diensten-dtl-mid-sec .content-block-txt p { 
    color: rgba(255,255,255,0.7);
}
.diensten-dtl-mid-sec .content-block-txt h2 {
    margin-bottom: 25px;
}
.diensten-dtl-mid-sec.contact-info-sec::after{
   background: #ededed;
}
/*==================================vacature page start===================================*/
.vacature-info{ 
    margin-top: 40px;
}
.vacature-info li {
    font-size: 2.1rem;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'poppinsmedium';
    margin-right: 25%;
    display: inline-block;
}
.vacature-info li:last-child {
    margin-right: 0;
}
.vacature-list-sec .contact-info-sec:nth-child(odd) .content-block-txt .vacature-info li {
    color: rgba(255,255,255,0.7);
}
.vacature-list-sec .contact-info-sec:nth-child(even) .content-block-txt .vacature-info li,
.vacature-list-sec .contact-info-sec:nth-child(even) .content-block-txt p {
    color: rgba(28,28,28,0.7);
}
.vacature-list-sec .contact-info-sec h2 {
    font-family: 'poppinsmedium';
}
.vacature-list-sec .contact-info-sec .content-block-txt .common-btn {
    margin-top: 0;
}
/*==================================vacature-dtl page start===================================*/
.vacature-dtl-top-sec {
    padding: 6% 0 9%;
}
.vacature-dtl-top-sec .vacature-info li {
    margin-right: 88px;
}
.vacature-dtl-top-sec .vacature-info li:last-child {
    margin-right: 0;
}
.vacature-dtl-mid-sec h2,
.vacature-dtl-top-sec .sec-heading h2 {
    font-family: 'poppinsmedium';
}
/*==================================aanbod-dtl page start===================================*/
.aanbod-dtl-header{
    background-color: #1c1c1c !important;
    background-size: 0 !important;
}
.dtl-top-sec .swiper-slide-prev .each-aanbod-dtl-car,
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car {
    position: relative;
}
.dtl-top-sec .swiper-slide-prev .each-aanbod-dtl-car::after,
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.dtl-top-sec .swiper-button-prev {
    left: calc(14.8% - 10px);
}
.dtl-top-sec .swiper-button-next {
    right: calc(14.8% - 10px);
}
.each-aanbod-dtl-car .position-absolute{
    bottom: 1.4rem;
    left: 2rem;
    visibility: hidden;
}
.each-aanbod-dtl-car .position-absolute img{
    width: 23rem;
}
.dtl-top-sec .swiper-slide-active .each-aanbod-dtl-car .position-absolute{
    visibility: visible;
}

/****dtl-info-sec******/
.dtl-info-sec {
    background-color: #f4f4f4;
    padding: 55px 0;
}
.dtl-info-sec h3 {
    font-size: 3.2rem;
    color: rgba(0,0,0,0.5);
    text-transform: none;
    margin-top: 5px;
}
.dtl-info-wrap {
    padding: 0 10%;
}
.dtl-info-sec .col-md-6:first-child {
    position: relative;
}
.dtl-info-sec .col-md-6:first-child::after {
    position: absolute;
    top: -25px;
    right: 0;
    content: "";
    height: calc(100% + 50px);
    width: 1px;
    background-color: #979797;
}
.dtl-info-price{
    margin: auto;
    display: table;
}
/****dtl-tab-sec******/
.dtl-tab-sec {
    position: relative;
    padding: 80px 0 8%;
   background-color: #1a1a1a;
}
.dtl-tab-sec::before {
    content: '';
    background-color: #f4f4f4;
    height: 100%;
    width: 210px;
    position: absolute;
    top: 0;
    left: 0;
}
.dtl-tab-wrap {
    position: relative;
    padding-left: 40px;
    z-index: 1;
}
.tab-btn {
    max-width: 295px;
    margin-top: 120px;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
    font-family: 'NunitoRegular';
    font-size: 1.6rem;
    border: 0;
	margin-bottom: 15px;
    letter-spacing: 1.5px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
	margin-bottom: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: #89AAF1;
    color: #fff;
    padding: 20px 5px;
    border-radius: 0;
    width: 100%;
	height: 100%;
	word-break: break-word;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #3B6BD5;
}
/*****tab-content****/
.tab-content {
    /*background-color: #121212;*/
    padding: 0 13% 0 1%;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoRegular';
    font-size: 2.1rem;
    color: #fff;
    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 10px;
    padding-left: 20px;
    background-size: 9px;
    color: rgba(255, 255, 255, 0.5);
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.tab-content p {
    color: #fff;
}
.tab-content-heading h2 {
    color: #fff;
    width: 54%;
}
.tab-content-heading {
    padding-bottom: 70px;
    margin-bottom: 80px;
    border-bottom: 1px solid #979797;
}
.bullet-panel h4 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSemiBold';
}
.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: 'NunitoRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 9px;
    position: absolute;
    top: 10px;
    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: #C7C992;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #C7C992;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #fff;
    font-family: 'NunitoSemiBold';
    font-size: 2rem;
    text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 10px 0px 30px;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.dtl-tab-wrap .contact-form-sec{
    padding: 0;
    background-color: transparent;
}
/****aanbod-dtl-bk-btn****/
.aanbod-dtl-bk-btn {
    position: relative;
    background-color: #121212;
}
.aanbod-dtl-bk-btn .common-btn {
    position: absolute;
    z-index: 2;
    right: 10%;
    top: 70px;
}
/***aanbod-dtl-form-sec*****/
.aanbod-dtl-form-sec {
    padding: 4% 0 7%;
    background-color: #F4F4F4;
}
/****related-car-sec****/
.related-car-sec {
    padding: 4% 0;
}
/*=============================aanbod-page-start==============================*/
.aanbod-banner{
    height: 107px;
    overflow: hidden;
}
.aanbod-banner .inner-banner-content{
    display: none;
}
/****filter-sec*****/
.filter-sec{
    background-color: #1a1a1a;
    padding: 75px 0 20px 0;
}
.filter-wrap{
    margin: 0 -5px;
}
.filter-sec .col-xl-2{
    width: 20%;
    padding: 0 5px;
}
.filter-sec .col-md-6{
    padding: 0 5px;
}
.filter-sec .select-style {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'poppinsmedium';
    font-size: 1.6rem;
    border: 1px solid #979797;
    background: url(../images/down-arrow.svg) #1a1a1a no-repeat 92% center/15px;
    appearance: none;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}
.select-style option{
    font-family: arial;
}
.wis-part img{
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.wis-part{
    font-family: 'poppinsmedium';
    color: #ffff; 
    opacity: 0.7;
    letter-spacing:1.5px;
}
.filter-grid img{
    width: 29px;
}
.filter-grid{
    text-align: right;
    line-height: 0;
    cursor: pointer;
    opacity: 0.5;
}
.grid-part{
    width: 100%;
    max-width: 85px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wis-part h6{
    font-family: 'poppinsmedium';
}
.filter-grid.active{
    opacity: 1;
}
/****aanbod-product-sec*****/
.aanbod-product-sec{
    background-color: #1a1a1a;
    padding-bottom: 7%;
}
.aanbod-product-wrap{
    margin: 0 -18px;
}
.aanbod-product-middle-content h2{
    color: #fff;
    margin-bottom: 0;
}
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-middle-content {
    padding: 0 10%;
    position: relative;
    z-index: 2;
    text-align: center;
}
.aanbod-product-middle-content p{
    color: #fff;
    opacity: 0.69;
    margin: 8% 0 10% 0;
    text-align: center;
}
.aanbod-product-sec .each-product{
    margin-bottom: 30px;
}
.aanbod-middle-outer{
    margin-bottom: 30px;
}
/*===================================aanbod-list-page============================*/
/****aanbod-list-sec*****/
.aanbod-list-sec .product-dtl{
    background-color: transparent;
}
.aanbod-list-sec .each-product{
    background-color: #fff;
}
.aanbod-list-sec h2{
    word-break: break-word;
}
.aanbod-list-sec .product-dtl{
    padding: 0;
}
.aanbod-list-sec .product-model ul{
    font-size: 0;
}
.aanbod-list-sec .product-model li{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.aanbod-list-sec .product-model h4{
    margin-left: 10px;
    opacity: 0.49;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
}
.aanbod-list-sec h6, .aanbod-list-sec .product-dtl td h6{
    font-size: 20px;
    font-family: 'NunitoRegular';
}
.aanbod-list-sec .product-dtl td h6 {
  line-height: 30px;
}
.aanbod-list-sec h4{
    text-transform: capitalize;
}
.aanbod-list-sec .product-btn{
    font-size: 24px;
}
.aanbod-list-sec .product-dtl h4, .aanbod-list-sec .product-dtl td h6 span, .aanbod-list-sec .product-dtl td h6, 
.aanbod-list-sec .product-btn{
    color: #313942;
}
.aanbod-list-sec .product-dtl .product-price h4{
    color: #3B6BD5;
}
.aanbod-list-sec .product-dtl td{
   padding: 0 40px;
}
.aanbod-list-sec .product-dtl td:last-child{
    padding-right: 0;
}
.aanbod-list-sec .product-dtl td:first-child{
    padding-left: 0;
}
.aanbod-list-sec .product-dtl{
    padding: 30px 8%;
}
.aanbod-list-sec .product-dtl .divider{
    margin: 7% 0 ;
}
.aanbod-list-sec .aanbod-product-wrap{
    margin: 0;
}
.aanbod-list-sec .each-product{
    margin-bottom: 30px;
}
.aanbod-list-sec .each-product:last-child{
    margin-bottom: 0;
}
/*=============================bedabnkt page start==============================*/
.bedankt-banner-sec::after,
.bedankt-banner-sec::before {
    display: none;
}
/*=============over-ons page start=================*/
/****ons-middle-sec*****/
.ons-middle-sec{
    padding: 6% 0 4.5% 0;
}
.ons-middle-sec .accordion{
    display: flex;
    width: 100%;
    align-items: center;
}
.ons-middle-wrap{
    margin: 0 -4%;
}
.ons-middle-sec .accordion-item{
    width: 33.33%;
    margin-right: 9.5%;
    border-bottom: none;
}
.ons-middle-sec .accordion-button{
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(33,33,33,0.14) !important;
}
.ons-middle-sec h5,
.ons-middle-sec h6{
    font-family: 'poppinsmedium';
}
.ons-middle-sec .accordion-body {
    padding: 10px 0 0 0;
}
.ons-middle-sec .accordion-item:first-child {
    border-top: none;
}
.ons-middle-sec .accordion-item:last-child{
    margin-right: 0;
    margin-bottom: 0;
}
/****team-sec*****/
.team-sec{
    padding-top: 80px;
    background-color: #121212;
    position: relative;
}
.text-head{
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}
.text-head h2{
    color: #fff;
}
.text-head p{
    margin: 21px 0 36px 0;
    color: #fff;
    text-align: center;
}
.team-img:hover img{
   transform: scale(1.25);
}
.team-img:hover:after{
    transform: scale(1.25);
}
.team-img:hover{
    z-index: 9;
}
.team-img img{
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.team-img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    margin: 60px 0;
    position: relative;
}
.team-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    top: 0;
    left: 0;
    position: absolute;
    transition: 0.8s all;
    -webkit-transition: 0.8s all;
}
.team-slider{
    position: relative;
}
.team-slider:after{
    content: "";
    width: 100%;
    height: 60px;
    background-color: #fff;
    bottom: 0;
    position: absolute;
    left: 0;
}
/***ons-content-block***/
.ons-content-block{
    padding-bottom: 0;
}
.ons-content-block .content-block-txt {
    padding-left: 9%;
    padding-bottom: 0;
}
/****ons-gallery-sec*****/
.ons-gallery-sec{
    background-color: #fff;
    padding-top: 80px;
}
/****overons-top-sec*****/
.overons-top-sec{ 
    padding: 5% 0 7%;
}
.overons-top-sec .sec-heading h5 {
    font-size: 2.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    opacity: 0.5;
}
/***overons-info-sec***/
.overons-info-sec h2 { 
    text-transform: none;
}
.overons-info-sec h5 {
    font-size: 2.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}
.diensten-dtl-mid-sec.contact-info-sec.overons-info-sec::after {
    background-color: #fff;
}

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

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

.morgeninternet-footer > img {
    height: 35px;
    padding-top: 7.5px;
}
.kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
  }
.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.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-bottom:15px;
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.star_icon{
    margin-bottom: 30px;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 1rem;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 1.2rem;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.header-social .social2 li a img {
    margin-right: 10px;
    filter: brightness(1);
    -webkit-filter: brightness(1);
}
.header-social .social2 li a {
    height: auto;
    width: auto;
    border: 0;
}
.header-social .social2 li a:hover {
    background-color: transparent;
    color: #fff;
}
/*=================================popup start======================================*/
.modal-area .modal-dialog {
    max-width: 58%;
    margin: 8% auto 0;
}
.modal-area .modal {
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    padding: 20px;
}
.modal-area .modal-content .col-lg-4 {
    width: 37%;
}
.modal-area .modal-content .col-lg-8 {
    width: 63%;
}
.modal-area .popup-content p {
    margin: 30px 0 50px;
    line-height: 30px;
    opacity: 0.5;
}
.modal-area .popup-content {
    padding: 85px 13% 50px;
    background-color: #fff;
    text-align: center;
}
.close-img {
    font-family: 'NunitoRegular';
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.close-img:hover {
    color: rgba(0, 0, 0, 0.64);
}
.close-img-mobile {
    font-family: 'NunitoRegular';
    font-size: 3rem;
    color: #FFF;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
	display: none;
}
.pop-up-image {
    height: 100%;
}
.pop-up-image img {
    height: 100%;
    object-fit: cover;
}
.modal-area .common-btn{
    background: #3B6BD5;
    border-color: #3B6BD5;
    color: #fff;
}
.modal-area .common-btn:hover{
    background: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
/*=================================verkocht page start======================================*/
/***verkocht-product-sec****/
.verkocht-product-sec { 
    padding-top: 6%;
}
/*******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;
}
#bdIframe{
    height: 980px;
}
.close-img a {
    font-family: 'NunitoRegular';
    font-size: 3rem;
    color: rgba(0, 0, 0, 0.64);
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1;
}
.privacy_section h3
{
    color: #121212;
}
.verhuur_info{
    position:relative;
}
.verhuur_info:before{
    position:absolute;
    bottom:15px;
    left:0;
    width:100%;
    height:1px;
    content:'';
    background: #979797;
}
.verhuur_info .col-md-6:first-child::after{
    top: -60px;
    height: calc(100% + 100px);
}
.verhuur_info h2 {
    text-transform: unset;
    display: inline-block;
    margin-right: 20px;
}
.verhuur_info h3 {
    display:inline-block;
}
.privacy_section{
    padding-bottom: 8%;
}

.bedankt-banner-sec .common-btn{
    background: #3B6BD5;
    border-color: #3B6BD5;
    color: #fff;
}
.bedankt-banner-sec .common-btn:hover{
    background: #313942 !important;
    border-color: #313942 !important;
}
.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;
}
.product-price h4, .dtl-info-price h2{
	text-transform: initial;
}
.calsty{ border: 0; width: 100%; height: 760px; background: transparent; }
.instagram-section{
	margin-top: 60px;
}
@media (max-width: 679.98px) {
.calsty{ height: 1300px;}
}
@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}

.dtl-top-sec, .privacy_section, .error-top{
    padding-top: 106px;
}
.each-aanbod-dtl-car{
    cursor: pointer;
}
.verkoch-product-sec{
    background-color: #1a1a1a;
    padding-bottom: 7%;
    padding-top: 7%;
}
.content-block-txt .common-btn{
	background: #3B6BD5 !important;
	border-color: #3B6BD5 !important;
	color: #fff !important;
	width: auto;
	max-width: none;
	padding: 0 2rem;
}
.content-block-txt .common-btn:hover{
  background: transparent !important;
  border-color: #3B6BD5 !important;
  color: #3B6BD5 !important;
}

.Bovaglogo img{
    position: absolute;
    width: 15rem;
    left: 32%;
    margin-top: 4rem;
}
.Bovaglogo{
    position: relative;
}
#menu6 h4{
	margin-bottom: 15px;
}
.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #3B6BD5;
	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: 'NunitoRegular';
  	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: 'NunitoRegular';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #3B6BD5;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #3B6BD5;
  	background: #3B6BD5;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'NunitoRegular';
	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: #3B6BD5 !important;
}
.monthly_amount{
	cursor: pointer;
}
