@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#page{
  overflow: hidden;
}
/*************side area**********/
.mini-right-nav li{
  padding: 0;
  width: 54px;
  display: block;
  position: relative;
  margin:0 auto 10px;
}
.mini-right-nav li a{
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 50px;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size: 0px;
  bottom: 0;
  right: 0px;
  line-height: 54px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1;
}
.mini-right-nav span:after{
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 54px);
  border-radius: 0 50px 50px 0;
  content: '';
  background-color: #fff;
  height: 54px;
  -webkit-transition: 0.50s;
  -moz-transition: 0.50s;
  transition: 0.50s;
  z-index: -1;
  -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
  box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.15);
}
.mini-right-nav a:hover span{ 
  width: auto;
  overflow: visible;
  opacity: 1;
  padding: 0 65px 0px 0px;
  border-radius: 50px;
  font-size: 16px;
}
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
  color:#09244f;
}
.mini-right-nav li.whatsapp-nav .navtext, .mini-right-nav li.whatsapp-nav .navtext span:after{
  background-color: #25D366;
}
.mini-right-nav li.whatsapp-nav .navtext span{
  color: #fff;
}
.mini-right-nav li.whatsapp-nav .navtext img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.mini-right-nav img{
  width: 25px;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
.mini-right-nav{
  position: fixed;
  top: 50%;
  z-index: 999;
  right: 0px;
  /*background:#fff;*/
  width: 100px;
}
/******************************* Header Css*****************************/
.header-bovag-logo{
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.header-brand-area img{
  display: block;
  width: 120px;
  margin: auto;
}
.header-brand-area .yong-logo{
  margin-top: 40px;
}
.header-brand-area{
  width: 100px;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 125px;
  padding: 50px 0 25px;
  left: 0px;
}
.desktop-nav .header-left{
  position: relative;
  left: 5%;
}
.header-area{
  position: relative;
}
.header-area:after{
  position: absolute;
  top: 0;
  right: 0px;
  width: 60%;
  height: 480px;
  content: '';
  background: #09244f;
  z-index: -1;
}
.header-area .navbar-brand{
  padding: 0px;
  margin-right: 10px;
}
.header-area .navbar-brand img{
  width: 230px;
}
.header-area .header-left li:nth-child(1){
   font-family: 'MarkSimonsonProximaNovaAltLight';
}
.header-left li{
  font-size: 16px;
  color: #1c1c1c;
  display: inline-block;
  padding: 0 30px;
  font-family: 'MarkSimonsonProximaNovaAltRegular';
}
.header-left li a{
  color: #fff;
}
.header-left li:first-child{
  border-right: 2px solid #fff;
}
.header-left li img{
  width: 26px;
  margin-right: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.header-left ul{
  white-space: nowrap;
}
.desktop-nav{
  padding: 0;
}
.desktop-nav .navbar-nav{
  padding-left: 30px;
}
.desktop-nav .nav-item{
  font-size: 16px;
  font-family: 'NunitoSansRegular';
  padding-right:80px;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
  color: #fff;
}
.cursor{
  cursor: pointer;
}
.aanbod-detail-tab-sec iframe{
	height: 1300px;
}
.menu-icon{
  font-size: 16px;
  color: #08244F;
  font-family: 'NunitoSansRegular';
  margin-right: 80px;
}
.menu-bar{
  width: 24px;
  float: right;
  margin-left: 20px;
}
.menu-bar:after, 
.menu-bar:before, 
.menu-bar div {
  background-color: #151515;
  border-radius: 0px;
  content: '';
  display: block;
  height: 3px;
  margin: 4px 0;
  transition: all .2s ease-in-out;
}
.menu-icon .menu-bar div{
  width: 17px;
}
.menu-icon.active .menu-bar div{
  width: 24px;
}
.menu-items{
  background-color: #151515;
  padding: 30px 45px;
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 200px);
  left: 50%;
  top: 77px;
  transform: translateX(-50%);
}
.menu-items li{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding-right: 60px;
}
.menu-items li a{
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  color: #fff;
}
.menu-items li a:hover{
  opacity: 0.6;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}
/*******************banner******************/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
	bottom: 180px;
	left: 0;
	width: 100%;
  padding-left: 120px;
  z-index: 1;
}
.banner-sec .each-banner-image, .banner-sec .each-banner-image img{
  border-bottom-right-radius: 130px;
}
.banner-wrap{
  position: relative;
}
/***************block-sec****************/
.block-wrap{
  max-width: 1230px;
  width: 100%;
  margin:-65px auto 0;
  position: relative;
  z-index: 1;
}
.each-block {
  background: #fff;
  padding: 35px 40px 40px;
  border-bottom-right-radius: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  -webkit-box-shadow: -2px 5px 8px 0px rgb(0,0,0,0.18);
  -moz-box-shadow: -2px 5px 8px 0px rgb(0,0,0,0.18);
  box-shadow: -2px 5px 8px 0px rgb(0,0,0,0.18);
  position: relative;
}
.each-block h6{
  margin-bottom: 8px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.each-block .arrow img {
    width: 18px;
}
.each-block:hover{
  background: #09244f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.each-block:hover h4, .each-block:hover h6{
  color: #fff;
}
.each-block:hover img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
/*****************product****************/
.product-sec {
  padding: 140px 0 60px;
}
.product-top-heading{
  padding: 0 90px 0 130px;
}
.car-product-text {
  border: 2px solid #09244f;
  border-top: 0px;
  border-bottom-right-radius: 80px;
  padding: 20px 20px 25px;
  position: relative;
}
.car-product {
  margin-right: 60px;
}
.product-slider{
  margin-top: 50px;
  margin-right: 30px;
}
.car-product{
  margin-bottom: 50px;
}
.car-product h4 {
  color: #9F9F9F;
  margin: 8px 0 25px;
  letter-spacing: 0.27px;
  height: 40px;
  font-family: 'MarkSimonsonProximaNovaAltLight';
}
.car-product td {
  font-family: 'MarkSimonsonProximaNovaAltLight';
  font-size: 16px;
  color: #121212;
  line-height: 26px;
  padding-right: 40px;
  position: relative;
}
.car-product td:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 22px;
  content: '';
  background: #08244F;
  right: 25px;
}
.car-product td:last-child:after{
  display: none;
}
.car-product-text td span{
  font-family: 'MarkSimonsonProximaNovaSemibold';
}
.car-product-text table{
  width: 100%;
}
.car-product-text h5{
  font-family: 'MarkSimonsonProximaNovaSemibold';
  color: #4078CD;
  letter-spacing: 0.5px;
  margin:0;
  font-size: 24px;
}
.car-product-text h5 span{
  font-size: 20px;
  color: #121212;
  font-family: 'MarkSimonsonProximaNovaAltRegular';
}
.line{
  width: 27px;
  height: 2px;
  background:#08244F;
  margin: 15px 0 20px;
}
.car-product-arrow {
  background-color: #09244f;
  width: 56px;
  height: 56px;
  border-bottom-right-radius: 25px;
  position: absolute;
  top: -56px;
  right: -56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.car-product-arrow img {
  width:30px;
}
/***************middle-area****************/
.middle-area{
  position: relative;
}
.middle-area:after{
  position: absolute;
  top:0;
  right: 0;
  width: calc(100% - 100px);
  content: '';
  background:#09244f;
  height: 100%;
  z-index: -1;
}
.middle-area-wrap{
  padding: 120px 260px 70px;
}
.middle-block-content h2{
  color: #fff;
  margin-bottom: 70px;
}
.middle-block-content{
  margin-bottom: 60px;
}
.each-middle-block{
  border:4px solid #4078cd;
  padding: 0 50px 30px 30px;
  max-width: 340px;
  margin-bottom:60px;
}
.each-middle-block:hover{
  border:4px solid #fff;
}
.each-middle-block p{
  font-size: 14px;
   font-family: 'A2TypeNewRailAlphabetMedium';
  color: #fff;
  margin-top: 15px;
  line-height: 22px;
}
.block-icon img{
  width: 50px;
}
.block-icon .car-icon{
  width: 78px;
  margin-top: -5px;
}
.block-icon{
  background: #09244f;
  display: inline-block;
  margin-left: 30px;
  position: relative;
  top: -25px;
  max-width: 100px;
  width: 100%;
  text-align: center;
  height: 55px;
}
/**************gallery area**************/
.gallery-area{
  padding: 70px 0 100px;
}
.gallery-left-area h2{
  font-size: 40px;
}
.gallery-left-area h2 span{
  color: #4078CD;
}
.gallery-left-area .common-btn{
  margin-top: 90px;
}
.gallery-left-area{
  padding: 0 130px 0 260px;
}
.gallery-left-area h2{
  margin: 30px 0 50px;
}
.gallery-left-area p{
  margin-left: 30px;
}
.gallery-images{
  padding-left: 70px;
}
.gal-item {
  overflow: hidden;
  padding: 8px;
}
.gal-item .box {
  height: 100%;
  overflow: hidden;
}
.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.gallery-images .col-md-8 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.gallery-images .col-md-4 {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.gallery-images .col-md-12 .box img{
  border-bottom-right-radius: 80px;
}
/******************footer****************/
.footer-area .navbar-brand img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 230px;
}
.footer-top{
  background:#09244f;
  position: relative;
}
.bovag-logo{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.bovag-logo img{
  width: 160px;
}
.footer-info-wrap{
  padding: 10px 50px 10px 140px;
}
.footer-top .header-left li img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 35px;
}
.footer-top .header-left li:nth-child(2){
  font-family: 'MarkSimonsonProximaNovaAltLight';
}
.footer-top .header-left li a {
  color: #fff;
}
.footer-top .header-left li:first-child {
  border-right: 0;
  padding-right: 15px;
}
.footer-top .header-left ul{
  margin-left: 80px;
  align-items: center;
  display: inline-flex;
}
.footer-top .footer-info-wrap .header-left .footer-social-area img{
  width: 16px;
  margin-right: 0;
}
.footer-top .footer-info-wrap .header-left .footer-social-area a{
  margin-right: 20px;
}
.footer-middle{
  background:#dadada;
  padding-top: 60px;
  padding-bottom: 70px;
}
.each-footer-info h6 {
  margin-bottom: 30px;
  font-family: 'NunitoSansBold';
  color: #08244F;
  letter-spacing: normal;
}
.each-footer-info p {
  color: #1c1c1c;
  line-height: 24px;
  /*font-family: 'MarkSimonsonProximaNovaAltRegular';*/
  font-family: 'MarkSimonsonProximaNovaAltLight';
}
.each-footer-info p, .each-footer-info a{
  color: #1c1c1c;
}
.each-footer-info a:hover{
  color: #1c1c1c;
}
.footer-middle .footer-contact-address p{
  font-family: 'MarkSimonsonProximaNovaAltLight';
}
.each-footer-info li a{
  font-family: 'MarkSimonsonProximaNovaAltRegular';
  font-size: 15px;
  color: #1c1c1c;
  margin-bottom: 15px;
  display: block;
}
.privacy-area p{
  margin-right: 80px;
}
.brand-panel p{
  font-family: 'NunitoSansLight';
  margin: 20px 0;
}
.brand-panel img{
  margin-right: 25px;
}
.brand-panel img:last-child{
  margin-right: 0;
}
.footer-menubar-area{
  padding-left: 40px;
}
.brand-panel{
  white-space: nowrap;
}
/*******************aanbod*******************/
.common-header{
  background:#1c1c1c;
}
.common-header li a, .common-header .menu-icon{
  color: #fff;
}
.common-header .menu-bar:after, .common-header .menu-bar:before, .common-header .menu-bar div{
  background-color: #fff;
}
.common-header.header-area:after{
  display: none;
}
.aanbod-select-sec .common-wrapper{
  padding-right: 0;
}
.aanbod-product .car-product-text{
  border:2px solid #1c1c1c;
  border-top: 0;
}
.aanbod-list .car-product-text{
  border:2px solid #1c1c1c;
  margin-top: 0;
}
.aanbod-select-wrap{
  background:#09244f;
  padding: 70px 50px 70px 80px;
}
.aanbod-filter-part{
  width: calc(100% - 254px);
}
.aanbod-grid-area{
  width: 250px;
  padding-left: 7px;
  vertical-align: top;
}
.each-grid-block img{
  width: 25px;
  margin-right: 10px;
  margin-top: -5px;
}
.each-grid-block{
  font-size: 18px;
  color: #fff;
  font-family: 'NunitoSansRegular';
  border: 2px solid #fff;
  text-align: center;
  line-height: 48px;
  height: 50px;
  opacity: 0.5;
}
.aanbod-grid-area .each-grid-block.active{
  opacity: 1;
}
.aanbod-select-sec .each-select-box select{
  color: #bebebe;
  border:1px solid #bebebe;
  padding: 0 15px;
  width: 100%;
  letter-spacing: 0.4px;
  background: url(../images/drop.svg) #fff no-repeat 92% center/10px;
  border-radius: 0;
  height: 50px;
  line-height: 49px;
  font-family: 'A2TypeNewRailAlphabetMedium';
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
}
.aanbod-select-sec .each-select-box select option{
  background-color: #fff;
}
.select-btn .common-btn{
  height: 50px;
  line-height: 48px;
}
.aanbod-product{
  padding: 80px 0 40px;
  overflow: hidden;
  background: #fff;
}
.aanbod-product .left-heading-wrap h2{
  font-size: 40px;
}
.aanbod-product .left-heading-wrap{
  padding-left: 70px;
}
.aanbod-product .car-product td, .aanbod-product, .aanbod-product .car-product-text h5 span{
  /*color: #fff;*/
}
.aanbod-product .car-product td:after{
  /*background: #fff;*/
}
.aanbod-product .car-product {
  margin-right: 100px;
  margin-bottom: 40px;
}
.aanbod-product .col-xl-8{
  margin-bottom: 40px;
}
.aanbod-product .product-slider{
  margin-right: 0;
}
.aanbod-middle-area{
  position: relative;
  z-index: 1;
  padding-left: 80px;
  height: 100%;
}
.aanbod-middle-area:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  content: '';
  background:#09244f;
  z-index: -1;
}
.aanbod-middle-area h2, .aanbod-middle-area p{
  color: #fff;
}
.aanbod-middle-area h2{
  display: inline-block;
  position: relative;
  padding: 60px 60px 60px 0;
}
.aanbod-middle-area h2:before{
  position: absolute;
  top: 0;
  width: calc(100% - 60px);
  height: 100%;
  border: 4px solid #4078CD;
  content: '';
  right: 0;
}
.aanbod-middle-area h2 span{
  background: #09244f;
  position: relative;
  padding: 10px 0;
  display: block;
}
.aanbod-middle-content{
  padding-left: 40px;
}
.aanbod-middle-content p{
  margin-bottom: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aanbod-middle-area.footer-top .header-left ul{
  margin: 50px 0 0 30px;
  display: block;
}
.aanbod-middle-area .header-left li{
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
/***************aanbod list**************/
.aanbod-list .car-product-text{
  margin-left: 40px;
  margin-right: 40px;
  height: 100%;
  padding: 40px 70px;
}   
.aanbod-list .car-product-text h3{
  font-size: 37px;
}
.aanbod-list .car-product-text h5{
  font-size: 32px;
}
.aanbod-list .car-product-text h5 span{
  font-family: 'NunitoSansLight';
}
.aanbod-list .aanbod-middle-area{
  height: auto;
  padding: 80px 0 80px 50px;
}
.aanbod-list .header-left{
  display: inline-block;
}
.aanbod-list.aanbod-product .car-product {
  margin-right: 0px;
}
.aanbod-list .aanbod-middle-content {
  padding-left: 80px;
}
.aanbod-list .aanbod-middle-area .col-lg-7{
  border-right: 2px solid #4078CD;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}
.aanbod-list .aanbod-middle-area .col-lg-5{
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}
.aanbod-list .aanbod-middle-area.footer-top .header-left ul{
  margin:0 0 0 100px;
}
.aanbod-list .aanbod-middle-content p{
  -webkit-line-clamp: 3;
}
.aanbod-list .product-slider {
  margin-top: 80px;
}
/*****************diensten listview****************/
.inner-pg-banner.banner-sec .each-banner-image, .inner-pg-banner.banner-sec .each-banner-image img {
  border-bottom-right-radius: 100px;
}
.listview-top-content .gallery-left-area{
  padding-right: 70px;
}
.diensten-listview-sec{
   overflow: hidden;
   padding-bottom: 30px;
}
.diensten-each-listview{
  margin-bottom: 50px;
}
.diensten-each-listview .aanbod-middle-content p {
  margin: 40px 0px 100px;
  -webkit-line-clamp: 4;
}
.diensten-each-listview .aanbod-middle-content{
  padding-right: 140px;
}
.diensten-listview-img{
  padding-right: 40px;
}
.diensten-listview-img img{
  border-bottom-right-radius: 80px;
}
.diensten-each-listview .aanbod-middle-area{
  padding-left: 100px;
}
.diensten-listview-sec .common-wrapper{
  padding-right: 0
}
.diensten-each-listview .aanbod-middle-area:after{
  width: 100%;
}
.diensten-each-listview .aanbod-middle-area h2:before{
  width: 240px;
  right: auto;
  left: 50px;
}
/*****even*****/
.diensten-each-listview .flex-row-reverse .aanbod-middle-area:after{
  left: auto;
  right: 0;
  border-bottom-right-radius: 80px;
}
.diensten-each-listview:nth-child(even) .diensten-listview-img img {
  border-bottom-right-radius: 0px;
}
.diensten-each-listview:nth-child(even) .diensten-listview-img {
  padding-right: 0px;
  padding-left: 40px;
}
/***************************diensten dtl***********************/
.back-btn-sec{
  overflow: hidden;
}
.back-btn-sec .common-btn{
  margin-right: 90px;
  position: relative;
  z-index: 1;
}
.back-btn-sec .form-sec-wrap {
  padding-top: 130px;
}
.diensten-dtl-banner {
  padding-bottom: 100px;
  position: relative;
}
.diensten-dtl-banner:after {
  height: 100%;
  width: calc(100% - 100px);
  background: #09244f;
  content: '';
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.diensten-dtl-banner-text h2, .diensten-dtl-banner-text p {
  color: #fff;
}
.diensten-dtl-banner .gallery-left-area{
  padding-right: 0px;
  margin-top: -100px;
  position: relative;
  left: -50px;
  max-width: 750px;
}
.diensten-dtl-form-upper-sec {
  padding: 100px 0px 130px;
}
.diensten-dtl-left-text {
  padding-top: 70px;
  padding-right: 100px;
}
.diensten-dtl-right-img img {
  border-bottom-right-radius: 80px;
}
.diensten-dtl-right-img{
  padding-left: 30px;
}
.diensten-dtl-left-text h2 span{
  color: #1c1c1c;
  display: block;
}
.diensten-dtl-left-text h2{
   color: #4078CD;
}
.diensten-dtl-form-sec {
  overflow: hidden;
}
.form-sec-wrap{
  position: relative;
}
.form-sec-wrap:after {
  height: 100%;
  width: 100vw;
  background: #09244f;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.form-sec-wrap.gallery-left-area{
  padding-right: 0;
  padding-top: 100px;
  padding-bottom: 120px;
}
.diensten-dtl-form-sec .gallery-left-area h2{
  color: #fff;
  font-size: 36px;
  margin: 0;
}
.contact-grp-img {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom-right-radius: 80px;
}
.left-img-text p {
  color: #ffffff;
  font-family: 'MarkSimonsonProximaNovaAltRegular';
  margin-left: 0;
  line-height: 24px;
}
.left-img-text p span{
  float: left;
  margin-bottom: 30px;
}
.left-img-text p img {
  width: 24px;
  margin-right: 30px;
}
.contact-mail-call {
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #ffffff;
  line-height: 25px;
}
.right-form{
  padding-top: 40px;
}
.diensten-dtl-form-sec .gallery-left-area .common-btn {
    margin: 10px 0 0;
}
.right-form .form-group {
  margin-bottom: 20px;
}
.form-styl {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 30px;
  font-size: 16px;
  font-family: 'NunitoSansSemiBold';
  color: #bababa;
  background-color: #0d3066;
  border:0;
  border-radius: 0;
  resize: none;
}
.form-styl:focus {
  color: #bababa;
  background-color: #0d3066;
  border:0;
  box-shadow: none;
}
.form-styl:placeholder {
 color: #bababa;
 opacity: 1;
}
.form-styl:-ms-input-placeholder {
  color: #bababa;
  opacity: 1;
}
.form-styl::placeholder {
  color: #bababa;
  opacity: 1;
}
.diensten-dtl-footer-upper {
  padding: 180px 0px 100px;
}
.diensten-bottom-wrap{
  padding-left: 130px;
}
.diensten-dtl-each-btm-box h5{
  color: #1c1c1c;
}
.diensten-dtl-each-btm-box p{
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
}
.diensten-dtl-footer-upper-heading h2 {
  color: #1c1c1c;
}
.diensten-dtl-footer-upper-heading{
  margin-bottom: 100px;
}
.diensten-dtl-footer-upper-btn {
  margin-right: 100px;
}
.diensten-dtl-each-btm-box {
  border: 4px solid #018DCD;
  padding: 30px;
}
.diensten-slider-area{
  position: relative;
}
.diensten-slider-area .common-arrow{
  width: auto;
  height: auto;
  right: -50px;
}
.diensten-slider-area .common-arrow img {
  width: 24px;
  height: 24px;
}
.diensten-dtl-footer-upper .swiper-button-prev{
  display: none;
}
/*****************************contact*************************************/
.map-sec{
  height: 630px;
}
.map-sec .banner-wrap{
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
.contact-time {
  padding: 100px 0;
}
.contact-time-heading {
  padding-left: 0;
}
.contact-time .aanbod-middle-area:after{
  display: none;
}
.contact-time .aanbod-middle-area h2 span {
  background: #fff;
  color: #1c1c1c;
}
.contact-time .aanbod-middle-area h2{
  font-size: 36px;
  margin: 0;
}
.opening-time-wrap{
  max-width: 870px;
  padding-left: 40px;
}
.contact-time-text h6{
  font-family: 'A2TypeNewRailAlphabetBold';
  margin-bottom: 8px;
}
.contact-time .gallery-left-area p{
  margin-left: 0;
  font-family: 'NunitoSansLight';
}
.contact-time-text table{
  width: 100%;
}
.contact-time-text td{
  padding-right: 15px;
  padding-left: 15px;
}

/****************werkplts dtl****************/
.werkplts-table-content table{
  width: 100%;
  margin-bottom: 60px;
}
.werkplts-table-content td{
  width: 50%;
  vertical-align: top;
}
.werkplts-table-content td:nth-child(odd){
  padding-right: 70px;
}
.werkplts-table-content td:nth-child(even){
  padding-left: 70px;
}
.werkplts-table-content.diensten-dtl-banner .gallery-left-area{
  max-width: 100%;
}
/****************aanbod dtl***************/
/**=========slider========**/
.aanbod-dtl-slider .dtl-slider-wrap{
  position: relative;
  overflow: hidden;
}
.aanbod-dtl-slider .dtl-slider-wrap img{
  margin-bottom: -0%;
  margin-top: -0%;
}
.aanbod-dtl-slider .swiper-slide-next .dtl-slider-wrap:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  content: '';
}
.aanbod-dtl-slider .swiper-container{
  border-bottom-right-radius: 80px;
}
.aanbod-dtl-slider .common-arrow{
  right: 7%;
  width: auto;
  height: auto;
  background: transparent;
}
.aanbod-dtl-slider .swiper-button-prev{
  left: 7%;
  right: auto;
}
.aanbod-dtl-slider .swiper-button-prev.swiper-button-disabled{
  visibility: hidden;
}
.aanbod-dtl-slider .common-arrow img{
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 5px;
}
.aanbod-dtl-slider .swiper-pagination{
  text-align: left;
  padding-left: 30px;
}
.aanbod-dtl-slider .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
  border-radius:0;
  background: #fff;
  opacity: 0.5;
  position: relative;
}
.aanbod-dtl-slider .swiper-pagination-bullet:after{
  position: absolute;
  width: 23px;
  height: 23px;
  border: 2px solid #ffff;
  content: '';
  opacity: 0;
  top: -4px;
  left: -4px;
}
.aanbod-dtl-slider .swiper-pagination-bullet-active{
  background: #4078CD;
  opacity: 1;
}
.aanbod-dtl-slider .swiper-pagination-bullet-active:after{
  opacity: 1;
}
.aanbod-dtl-slider .position-absolute{
  top: 0;
  left: 0;
  z-index: 2;
}
.aanbod-dtl-slider .position-absolute .common-btn{
  min-width: 140px;
}
.aanbod-dtl-slider .position-absolute .common-btn:hover {
  background: #09244f;
  color: #fff;
  border-color: #09244f;
}
/**=======price=========**/
.price-area h2 span{
  font-family: 'NunitoSansRegular';
  margin-left: 30px;
}
.price-area h2{
  font-size: 40px;
  margin-left: 90px;
}
.price-area .common-btn{
  margin-right: -30px;
}
.price-area{
  padding: 75px 0 100px;
}
.aanbod-dtl-block-panel.middle-area:after{
  display: none;
}
.aanbod-dtl-block-panel {
  margin-top: 100px;
  max-width: 85%;
  margin-left: 40px;
}
.aanbod-dtl-block-panel .block-icon {
  background: #fff;
  top: -30px;
  margin-left: 0;
  height: 60px;
}
.aanbod-dtl-block-panel .each-middle-block h5{
  color: #1c1c1c;
  opacity: 0.5;
  margin-bottom: 20px;
}
.aanbod-dtl-block-panel .each-middle-block{
  padding: 0 30px 40px 30px;
  margin: 0 50px 0 0;
  /*white-space: nowrap;*/
  height: 100%;
}
.aanbod-dtl-block-panel .each-middle-block h4{
  font-family: 'NunitoSansBold';
}
.aanbod-dtl-block-panel .each-middle-block h4 span{
  font-family: 'NunitoSansRegular';
  font-size: 18px;
}
.aanbod-dtl-block-panel .block-icon img {
  width: 60px;
}
.aanbod-dtl-block-panel .block-icon .calender-image{
  width: 52px;
}
.aanbod-dtl-block-panel .each-middle-block:hover{
  border: 4px solid #4078cd;
}
/*********tab**************/
.aanbod-detail-tab-sec{
  overflow: hidden;
}
.tab-sec{
  position: relative;
  padding: 70px 0 80px;
}
.tab-sec:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  content: '';
  background: #09244f;
  height: 100%;
  z-index: -1;
}
.tab-wrapper{
  max-width: 72%;
  width: 100%;
  margin: auto;
}
.aanbod-detail-tab-sec .tab-content{
  padding: 120px 0;
}
.aanbod-detail-tab-sec .nav-tabs {
  border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
  border-bottom: none;
  width: 19%;
  text-align: center;
  background-color: #fff;
  font-family: 'A2TypeNewRailAlphabetMedium';
  font-size: 14px;
  height: 47px;
  line-height: 47px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
  border-radius: 0rem;
  border: none;
  padding:0;
  color: #1c1c1c;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
  background-color: #4078cd;
  color: #fff;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
  padding-bottom: 20px;
}
.aanbod-detail-tab-sec .bullet-panel li:after {
  padding-left: 15px;
  background-size: 7px;
  position: absolute;
  top: 6px;
  left: 0;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url('../images/bullet.svg');
  background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 10px;
  word-break: break-word;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
  padding-left: 20px;
  position:relative;
  font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
  color: #4078cd;
  border-bottom: 1px solid #4078cd;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: 'NunitoSansBold';
}
.bullet-panel{
  margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
  background-image: url('../images/bullet.svg');
  background-repeat: no-repeat;
  background-position: left top 7px;
  padding-left: 20px;
  background-size: 7px;
 color: #1c1c1c;
}
.kenmerken-tab ul li {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  font-family: 'NunitoSansRegular';
}
.related-car .each-grid-block img {
  filter: brightness(1) invert(1);
  -webkit- filter: brightness(1) invert(1);
}
.related-car .each-grid-block {
  color: #1c1c1c;
  border: 2px solid #1c1c1c;
  max-width: 110px;
  width: 100%;
  height: 54px;
  line-height: 52px;
  margin-right: 12px;
}
.related-car .each-grid-block:nth-child(2){
  opacity: 0.5;
}
.related-car{
  padding: 120px 0 80px;
}
/*****************OVER ONS ********************/
.overons-banner-btm-sec.werkplts-table-content table{
  margin-bottom: 0;
}
.overons-banner-btm-sec {
  padding: 70px 0px 100px;
}
.overons-banner-btm-sec .gallery-left-area{
  margin-left: -40px;
  padding-right: 0;
}
.overons-banner-btm-sec td:nth-child(odd) {
  padding-right: 50px;
}
.overons-banner-btm-sec td:nth-child(even) {
  padding-left: 50px;
}
.checklist-left-img img {
  border-bottom-right-radius: 80px;
}
.checklist-right-text-heading::before {
  content: "";
  width: 265px;
  height: 195px;
  border: 4px solid #4078CD;
  left: 0;
  position: relative;
  display: block;
  top: 0;
}
.checklist-right-text-heading h2 {
  color: #ffffff;
  background-color: #09244f;
  padding: 10px;
  position: absolute;
  top: 48px;
  left: -65px;
}
.checklist-sec {
  overflow: hidden;
}
.checklist-right-text{
  position: relative;
  padding: 90px 0px 120px 220px;
  height: 100%;
}
.checklist-right-text:after{
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  content: '';
  background: #09244f;
  height: 100%;
  left: 0;
  z-index: -1;
}
.checklist-left-img {
  margin-right: 50px;
}
.checklist-right-text-list ul{
  margin-top: 40px;
}
.checklist-right-text-list li {
  font-family: 'NunitoSansBold';
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 60px;
  position: relative;
  padding-left: 70px;
}
.checklist-right-text-list li:last-child{
  margin-bottom: 0;
}
.checklist-right-text-list li:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: '';
  background-image: url(../images/overons-blue-tick.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.common-overons-grid.col-lg-5{
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
}
.common-overons-grid.col-lg-7{
  -ms-flex: 0 0 61%;
  flex: 0 0 61%;
  max-width: 61%;
}
.counter-sec {
  padding: 160px 0px 150px;
}
.each-counter::before {
  content: "";
  width: calc(100% - 40px);
  height: 195px;
  border: 4px solid #4078CD;
  left: 60px;
  position: relative;
  display: block;
  top: 0;
}
.each-counter h3 {
  font-family: 'NunitoSansBold';
  font-size: 84px;
  color: #4078CD;
  position: absolute;
  right: 0;
  top: 0;
  top: 10px;
}
.each-counter h2 {
  color: #1c1c1c;
  position: absolute;
  background-color: #ffffff;
  padding: 10px;
  top: 50%;
}
.each-counter {
  margin: 30px 0px;
  position: relative;
}
.counter-right-text.gallery-left-area {
  margin: 0px 80px 0px 200px;
  padding: 0;
}
.left-counter{
  margin-right: 50px;
}
.counter-right-text p {
  margin-left: 100px;
}
.oldman-sec .common-wrapper{
  padding-right: 0;
}
.oldman-sec {
  padding-bottom: 130px;
}
.oldman-left-text {
  padding: 90px 0px 90px 200px;
}
.oldman-before-box h2{
  position: relative;
  padding: 60px 100px 60px 0;
  display: inline-block;
}
.oldman-before-box h2:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #4078CD;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.oldman-before-box span{
  position: relative;
  left: -60px;
  background: #09244f;
  display: inline-block;
}
.oldman-team-btn {
  margin-top: 90px;
}
.slider-btn .common-arrow, .overons-bottom-sec .common-arrow{
  width: 55px;
  height: 55px;
  background-color: #4078CD;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  display: inline-flex;
  top: 0;
  transform: translateY(0);
}
.slider-btn .swiper-button-next, .overons-bottom-sec .swiper-button-next{
  left: 20px;
}
.slider-btn .common-arrow img, .overons-bottom-sec .common-arrow img{
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.oldman-grp-icon, .slider-btn{
  display: inline-block;
  margin-right: 60px;
}
.oldman-left-text{
  position: relative;
}
.oldman-left-text:before {
  content: "";
  width: 2px;
  height: 310px;
  position: absolute;
  display: block;
  top: -36px;
  right: 0;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
}
.oldman-desc {
  padding: 160px 100px 50px 50px;
}
.oldman-desc h3 {
  color: #ffffff;
}
.oldman-sec-wrap .col-lg-7{
  padding-left: 50px;
}
.oldman-desc h6 {
  font-family: 'MarkSimonsonProximaNovaAltRegular';
  font-size: 20px;
  color: #4078CD;
  margin-top: 10px;
  margin-bottom: 50px;
}
.oldman-desc p, .oldman-before-box h2 {
  color: #ffffff;
}
.oldman-sec-wrap{
  position: relative;
}
.oldman-sec-wrap:after{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 36.5%);
  content: '';
  height: 100%;
  background: #09244f;
  z-index: -1;
  border-bottom-right-radius: 80px;
}
.oldman-sec .col-xl-5{
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}
.col-xl-7 {
  -ms-flex: 0 0 63%;
  flex: 0 0 63%;
  max-width: 63%;
}
.overons-bottom-sec .banner-content{
 position: relative;
  bottom: 0;
  top: 0;
  transform: translateY(0px);
}
.overons-gallery-slider{
  margin-top: 90px;
}
.overons-bottom-sec .common-arrow{
  position: absolute;
}
.overons-bottom-sec .swiper-button-prev{
  left: 70px;
}
.overons-bottom-sec .swiper-button-next{
  right:auto;
  left: 140px;
}
/******************verkocht***********************/
.verkocht-product, .verkocht-product.aanbod-product .car-product-text{
  background: #fff;
}
.verkocht-product.aanbod-product .car-product-text{
  border: 2px solid #1c1c1c;
  border-top:0;
}
.verkocht-product.aanbod-product .car-product td, .verkocht-product.aanbod-product .car-product-text h5 span {
  color: #1c1c1c;
}
.verkocht-product.aanbod-product .car-product td:after{
  background: #1c1c1c;
}
.verkocht-product .car-product-arrow{
  background:#24a644;
}
.verkocht-product{
  padding: 50px 0 80px;
}
.verkocht-product .car-product-arrow img{
  width: 40px;
}
/*******************thanku*******************/
.thanku-banner-sec.common-wrapper{
  padding-right: 0;
}
.thanku-banner-sec.banner-sec .each-banner-image, .thanku-banner-sec.banner-sec .each-banner-image img {
  border-bottom-right-radius: 0px;
}
.thanku-banner-sec .common-btn{
  margin-top: 40px;
}
.thanku-banner-sec .common-btn:hover{
  border:2px solid #fff;
  color: #1c1c1c;
  background:#fff;
}
.thanku-banner-sec{
  height: calc(100vh - 100px);
}
.thanku-banner-sec img{
  height: 100%;
  object-fit: cover;
}
.mm-slideout {
    z-index: unset;
}
.modal_area .modal_close_img img{
max-height:35px;
}
.modal_area .modal_close_img{
position: absolute;
top: 20px;
right: 20px;
height:100%;
}
.modal_area .modal-dialog {
max-width:75%;
margin-top:10%;
}
.modal_area .modal-body{ 
padding:0px;
}
.modal_area .modal-content p{
text-align: justify;
margin-top:30px;
margin-bottom: 50px;
}
.modal_area .modal-content{
border-radius:0px;
border: none;
}
.pop_up_img{
vertical-align: top;
}
.popup_content{
padding-left: 30px;
padding-right: 60px;
padding-top: 4%;
padding-bottom: 4%;
}
.button-btn {
background: #09244f;
color: #FFF;
border-color: #09244f;
}
#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;
}
.kenteken_np{
background-image: url(../images/kenteken_plaat/kenteken_plaat.png);
background-repeat: no-repeat;
background-position: 0% 0%;
padding: 7px 0 6px 30px;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #4078cd;
	border-bottom: 1px solid #4078cd;
	text-transform: uppercase;
	font-family: 'NunitoSansBold';
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.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);
}
.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';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.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';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.foto_upload{
	text-align: center;
	line-height: 20px;
}
/*******************autovehur iframe area******************/
.autovehur-iframe-area{
  padding: 20% 0;
  background: #1c1c1c;
}
.iframe-part.gallery-left-area{
  padding: 15% 0;
  background:#fff;
}
.iframe-part.gallery-left-area h2{
  margin:0;
  color: #4078CD;
  text-align: center;
}
.klantenvertellen_widget {
  /*position: relative;*/
  z-index: 9;
  left: 0;
  border: 0;
  /*top: 420px;*/
  margin-top: 30px;
}
.big_image1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55px !important;
  height: 55px !important;
  transform: translate(-50%, -50%);
}

.header-left iframe{
	border:0;
}
/*--------- BTS4 Drpdwn --------*/
.dropdown-menu a {
  padding: 12px 15px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  min-width: 220px;
  margin: 0px;
  padding-top: 30px;
  background-color: transparent;
  border: 0px;
  z-index: 9;
}
.active .dropdown-menu {
  padding-top: 18px;
}
.dropdown-menu a {
  transition: .3s ease;
  font-family: 'NunitoSansRegular';
  font-size: 16px;
  background:#1c1c1c;
  color: #fff;
}
.dropdown-menu a:hover {
  background: #09244f;
  color: #fff;
}
.menu-items .dropdown .dropdown-menu a:hover{
  opacity: 1;
}
.hightlight{
  padding: 30px 0 70px;
}
.hightlight h3{
  color: #1c1c1c;
  margin-bottom: 30px;
}
.highlight-slider .common-arrow{
  background: transparent;
  top: calc(50% - 22px);
}
.highlight-slider .common-arrow img{
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.each-opties-slide h5{
  font-family: 'NunitoSansRegular';
  color: #1c1c1c;
  margin-top: 20px;
}
/*=============new aanbod dtl slider=============*/
html{
  font-size: 62.5%;
}
.thumbnil-slider .swiper-button-next {
  right: 0;
}
.thumbnil-slider .swiper-button-prev {
  left: 0;
}
.thumbnil-slider .common-arrow{
  background: #4078CD;
}
.thumbnil-slider .swiper-pagination{
  bottom: 0;
  right: 0;
  left:auto;
  background-color: #4078CD;
  font-family: 'NunitoSansSemiBold';
  padding: 10px 52px;
}
.thumbnil-content{
  padding: 0 10%;
}
.thumbnil-slider h5, .thumbnil-slider h3, .thumbnil-content td{
  color: #1c1c1c;
}
.thumbnil-slider h5 span{
  font-size: 15.4px;
}
.thumbnil-slider .divider{
  border-top: 2px solid #ebebeb;
  margin: 25px 0px;
}
.monthly-price{
  max-width: 200px;
  height: 38px;
  line-height: 36px;
}
.line{
  height: 4px;
}
.thumbnil-content table{
  width: 100%;
}
.thumbnil-content td{
  font-size: 17px;
  font-family: 'NunitoSansRegular';
  padding-bottom: 15px;
  vertical-align: top;
}
.thumbnil-content td:nth-child(even){
  color: #9f9f9f;
  font-family: 'NunitoSansLight';
}
@media(max-width:991px){
  .thumbnil-content{
    padding: 0;
  }
  .thumbnil-content td{
    font-size: 16px;
  }
}