@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;
}
.mobile-contact-bar {
    display: none !important;
}
#page{
  overflow-x: hidden;
}
/*************side area**********/
.mini-right-nav li{
  margin: 0px 0 2px;
  padding: 0;
  width: 60px;
  display: block;
  position: relative;
}
.mini-right-nav li a{
  position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #171717;
}
.mini-right-nav span {
  font-family: 'NunitoSansRegular';
  font-size:14px;
  bottom: 0;
  letter-spacing: 0.75px;
  right: 60px;
  line-height: 60px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 0;
-webkit-transition: 0.50s;
-moz-transition: 0.50s;
transition: 0.50s;  
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 60px);
	content: '';
	background-color: rgba(23,23,23,0.65);
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
  box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.15);
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px 0 35px;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
	color:#fff;
}
.mini-right-nav img{
	width: 26px;
	position: relative;
	z-index: 1;
}
.mini-right-nav img{
	width: 20px;
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 999;
	right: 0px;
}
/******************header***************/
.header-area .navbar-brand img {
    width: 240px;
}
.header-area{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background:rgba(0,0,0,0.15);
	border-bottom: 2px solid rgba(255,255,255,0.3);
}
.header-area.active {
    top: 0px;
    left: 0px;
    width: 100%;
    position: fixed;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 999;
    background: #000;
    border-bottom: 2px solid #000;
}
.star-image {
    width: 26px;
    margin-right: 8px;
}
.header-top-left h6{
	display: inline-block;
	margin: 0 15px 0 10px;
	color: #fff;
}
.header-top-left h6 span{
	margin-left: 40px;
}
.header-area .navbar-brand{
	margin-right: 80px;
}
.desktop-nav{
	padding: 0;
}
.header-area{
	padding: 10px 0;
}
.desktop-nav .navbar-nav{
	margin-right: -50px;
}
.desktop-nav .nav-item{
	font-family: 'NunitoSansSemiBold';
	font-size: 14px;
	padding-left: 40px;
	letter-spacing: 0.2px;
}
.desktop-nav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0 5px;
    position: relative;
    white-space: nowrap;
}
.desktop-nav .navbar-nav .nav-link:after {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 0;
    height: 5px;
    content: '';
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.desktop-nav .navbar-nav .nav-link:hover:after, .desktop-nav .navbar-nav .nav-item.active .nav-link:after {
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.mw-50 {
    max-width: 20%;
}
/*******************banner******************/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 52%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 2;
}
.mobile-content{
	display: none;
}
.banner-sec .swiper-pagination-bullet{
	width: 364px;
	height: 3px;
	background:#fff;
	opacity: 0.25;
	border-radius: 0;
}
.banner-sec .swiper-pagination-bullet-active{
	opacity: 1;
}
.banner-sec .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 50px;
}
.banner-sec .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 30px;
}
.filter-area{
	max-width: 630px;
}
.filter-area h6{
	color: #fff;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
}
.each-select-box select {
    width: auto;
	border: 0;
	border-radius: 0;
	height: 56px;
	line-height: 56px;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/down-arrow.svg) no-repeat 93% center/8px;
	color: #fff;
	padding-right: 20px;
}
.filter-wrapper{
	border:2px solid #fff;
	margin-top: 20px;
}
.each-select-box{
	padding-left: 30px;
}
.each-select-box option{
	background-color: #1c1c1c;
}
.select-btn{
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	border: 0;
	border-radius: 0;
	background-color: transparent;
	height: 56px;
	line-height: 56px;
	color: #fff;
	cursor: pointer;
}
.select-btn img{
	width: 16px;
	margin: 0 15px 0 10px;
}
/******************product****************/
.product-sec{
	padding: 120px 0 150px;
}
.product-slider{
	margin-top: 100px;
}
.each-product h4{
	letter-spacing: 3px;
  height: 80px;
  overflow: hidden;
}
.product-dtl{
	padding: 10px 0;
}
.product-dtl tr{
	display: inline-block;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.product-dtl td{
	font-size: 14px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    letter-spacing: 0.2px;
    padding: 15px 70px 15px 0;
}
.product-dtl table{
	width: 100%;
	margin:15px 0;
}
.product-dtl h6{
	letter-spacing: 1px;
}
.product-dtl h6 span{
	margin-left: 50px;
}
.product-slider .common-arrow{
	top: 30%;
}
.product-slider .swiper-button-next{
	right: 0;
}
.product-slider .swiper-button-prev{
	left: 0;
}
/****************middle area***************/
.middle-content{
	padding: 90px 150px 65px 180px;
	background:#fff;
	max-width: 860px;
	width: 100%;
	position: relative;
	top: -80px;
	-webkit-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
}
.middle-content p{
	text-align: justify;
	margin:40px 0;
}
.middle-sec{
	padding-bottom: 5%;
}
.middle-sec img{
	display: none;
}
.middle-content .common-btn{
	border:2px solid #efefef;
	border-radius: 6px;
	margin-top: 40px;
}
.middle-content .common-btn:hover{
	border:2px solid #174070;
}
.middle-content h5{
	color: #1c1c1c;
	font-size: 36px;
	font-family: 'EnglandSignatureItalic';
	font-style: italic;
	letter-spacing: 3px;
}
/*****************service******************/
.content-wrapper{
	max-width: 700px;
	width: 100%;
	margin: 0 auto 100px;
}
.service-area{
	padding-top: 100px;
}
.content-wrapper p{
	margin-top: 40px;
}
.gallery-area{
  background: #1c1c1c;
}
.gallery-area .col-lg-3.custom-grid {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  background: #173f70;
}
.gallery-area .col-lg-9.custom-grid {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.gallery-area p, .gallery-area h4, .gallery-area h5{
	color: #fff;
}
.gallery-area p{
	margin-top: 30px;
	line-height: 20px;
}
.gallery-area .position-absolute{
	bottom: 0;
  left: 0;
}
.gallery-area .d-flex, .gallery-area .position-absolute{
  padding: 0 40px 40px;
}
.gallery-area img.h-100{
  object-fit: cover;
}
.gallery-area h5{
	font-size: 20px;
}
/*********************footer********************/
.footer-area{
	padding-top: 80px;
}
.footer-menu li{
	font-size: 16px;
	font-family: 'NunitoSansBold';
	width: 45%;
	display: inline-block;
	border-bottom:1px solid #dfdfdf;
	padding: 30px 0;
	margin:0 15px;
}
.footer-menu li:first-child, .footer-menu li:nth-child(2){
	border-top:1px solid #dfdfdf;
}
.footer-menu li a{
	position: relative;
	display: block;
  padding: 0;
}
.footer-menu li a:after {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 10px;
    width: 10px;
    height: 10px;
    background: url(../images/next.svg) no-repeat center center/cover;
    content: '';
}
.footer-menu li a:hover{
	opacity: 0.5;
}
.footer-menu{
    max-width: 710px;
    width: 100%;
    margin: 100px auto;
}
.privacy-area{
	background:#f5f5f5;
	padding: 55px 0;
}
.privacy-area .header-top-left h6{
	color: #1c1c1c;
}
.privacy-area .header-top-left{
	padding-right: 40px;
}
.each-footer-info p{
	margin-top: 15px;
	white-space: nowrap;
}
.each-footer-info p, .each-footer-info a, .each-footer-info td h6{
	color: #9f9f9f;
}
.each-footer-info a:hover{
	color: #295187;
}
.each-footer-info td h6{
	margin-top: 15px;
}
.each-footer-info td p{
	margin-top: 0;
}
.footer-wrap{
	padding: 0 0 60px 170px;
	width: calc(100% + 50px);
}
.each-footer-info{
	border-right: 1px solid #dfdfdf;
	padding: 30px 150px 25px;
	height: 100%;
}
.footer-wrap .col-lg-3 .each-footer-info{
	padding-left: 90px;
}
.footer-wrap .col-lg-5 .each-footer-info{
	padding-left: 120px;
	padding-right: 0;
	border-right: 0;
}
.each-footer-info table{
	width: 100%;
}
.each-footer-info td:first-child{
	padding-right: 70px;
}
/****************************contact*********************/
.inner-banner .banner-content{
  top: auto;
  transform: translateY(0%);
  bottom: 30%;
}
.contact-form-sec {
  padding: 40px 0 240px;
}
.contact-form-wrapper{
  max-width: 82%;
  width: 100%;
  margin:auto;
}
.left-cont-detail h2 {
  margin-bottom: 40px;
  line-height: 48px;
}
.left-cont-detail p{
  font-size: 16px;
  letter-spacing: 0.5px;
}
.left-cont-detail{
  max-width: 360px;
  width: 100%;
}
.left-cont-detail p{
  margin-right: 80px;
}
.left-cont-detail img {
  width: 15px;
  margin-right: 30px;
}
.left-cont-detail .pin-image{
  width: 18px;
}
.left-cont-detail span{
  float: left;
  margin-bottom: 50px;
}
.left-cont-detail p:last-child{
  /*margin-right: 0;
  line-height: 45px;
  margin-top: 60px;*/
}
.left-cont-detail a {
  color: #1c1c1c;
}
.form-styl {
  resize: none;
  background-color: transparent;
  border-radius: 0;
  font-family: 'NunitoSansRegular';
  border:0px;
  border-bottom:2px solid rgba(28,28,28,0.2);
  color: #1c1c1c;
  font-size:16px;
  height: auto;
  padding: 0 0 15px;
  opacity: 0.5;
}
.form-area .form-group {
  margin-bottom: 50px;
}
.form-styl:focus {
  box-shadow: none;
  border-bottom:2px solid #1c1c1c;
  background-color:transparent;
  color:#1c1c1c;
  opacity: 1;
}
.form-styl:placeholder {
  color: #1c1c1c;
  opacity: 1
}
.form-styl:-ms-input-placeholder {
  color: #1c1c1c;
  opacity:1;
}
.form-styl::placeholder {
  color: #1c1c1c;
  opacity:1;
}
.form-area .common-btn {
  background: #181818;
  border:2px solid #181818;
  color: #fff;
  margin-top: 15px;
}
.form-area .common-btn:hover {
  border:2px solid #174070;
  background: #174070;
}
.contact-map-area{
  position: relative;
}
.map-image{
  height: 670px;
}
.open-time{
  top: -240px;
  position: absolute;
  left: 0;
  width: 100%;
}
.contact-map-area .middle-content{
  max-width: 600px;
  padding: 100px 140px;
  top: 0;
}
.contact-map-area .middle-content h2{
  margin-bottom: 80px;
  line-height: 50px;
}
.open-time h6, .open-time p {
  font-size: 18px;
  letter-spacing: 2px;
}
.open-time p {
  font-family: 'NunitoSansRegular';
  margin:20px 0 60px;
  line-height: 30px;
  color: #9f9f9f;
}
.open-time p:last-child{
  margin-bottom: 0;
}
/******************aanbod*****************/
.common-header{
  background:#1c1c1c;
  position: relative;
}
.aanbod-select-sec{
  background:#f7f7f7;
}
.aanbod-select-wrap{
  background:#fff;
  padding: 75px 130px;
}
.aanbod-filter-part{
  width: calc(100% - 75px);
}
.submit-btn-area{
  width: 56px;
  height: 56px;
  background: #295187;
  display: flex;
  align-items: center;
  justify-content: center;
  border:0;
}
.submit-btn-area img{
  width: 20px;
}
.aanbod-select-wrap .col-lg-2{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.aanbod-select-sec .each-select-box select{
  color: #1c1c1c;
  border:2px solid #e3e3e3;
  padding: 0 25px;
  width: 100%;
  letter-spacing: 0.4px;
  background: url(../images/down-arrow-black.svg) no-repeat 92% center/7px;
}
.aanbod-select-sec .each-select-box select option{
  background-color: #fff;
}
.aanbod-select-sec .each-select-box {
  padding-left: 0px;
}
.aanbod-product-sec{
  background:#f7f7f7;
  padding: 75px 0 50px;
}
.aanbod-product-sec .each-product, .aanbod-product-sec .col-xl-8{
  margin-bottom: 90px;
}
.aanbod-product-sec .product-dtl{
  padding-bottom: 0;
}
.aanbod-middle-content h2{
  color: #fff;
  font-size: 38px;
  margin-bottom: 35px;
}
.aanbod-middle-area{
  position: relative;
}
.aanbod-middle-content{
  position: absolute;
  bottom: 60px;
  left: 0;
  padding-left: 80px;
}
.aanbod-middle-area .common-btn{
  border:2px solid #fff;
}
.aanbod-middle-area .common-btn:hover{
  border:2px solid #174070;
}
.aanbod-middle-area .common-btn img{
  width: 24px;
  margin-right: 15px;
}
.aanbod-middle-area .common-btn:hover img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
/******************verkocht*****************/
.verkocht-top-content{
  padding-top: 130px;
}
.verkocht-top-content .content-wrapper{
  max-width: 920px;
  margin-bottom: 60px;
}
.verkocht-top-content .content-wrapper p{
  letter-spacing: normal;
}
.verkocht-product{
  background:#fff;
}
.verkocht-product .aanbod-middle-content h2{
  margin-bottom: 0;
}
.verkocht-product .aanbod-middle-content p{
  color: #fff;
  letter-spacing: normal;
  font-size: 16px;
  margin:40px 0 50px;
}
.verkocht-product .aanbod-middle-content{
  max-width: 720px;
  padding-left: 130px;
  bottom: 100px;
}
/******************aanbod dtl******************/
.dtl-top-pagination {
  background:#f8f8f8;
  padding: 20px 0;
}
.dtl-top-pagination li a {
  font-family: 'NunitoSansBold';
  color: #1c1c1c;
}
.dtl-top-pagination li {
  font-size: 16px;
  color: #1c1c1c;
  display: inline-block;
  font-family: 'NunitoSansLight';
}
/*=====slider======**/
.dtl-pg-wrap{
  padding: 0 100px;
}
.aanbod-dtl-top-area{
  padding-top: 30px;
  padding-bottom: 30px;
  background:#1c1c1c;
}
.aanbod-dtl-slider .swiper-slide-next .dtl-slider-wrap:after, .aanbod-dtl-slider .swiper-slide-prev .dtl-slider-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  content: '';
}
.aanbod-dtl-slider .swiper-button-next{
  right: calc(20.6% - 45px);
}
.aanbod-dtl-slider .swiper-button-prev{
  left: calc(20.6% - 45px);
}
.price-area{
  background:#f8f8f8;
  padding: 60px 0;
}
.price-area h2{
  letter-spacing: 4px;
}
.price-area h6{
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 12px;
}
.btn-wrapper .common-btn{
  max-width: 100%;
}
.btn-wrapper .black-btn{
  background:#1c1c1c;
  color: #fff;
}
.btn-wrapper .black-btn:hover{
  border:2px solid #174070;
  background: #174070;
  color: #fff;
}
.btn-wrapper{
  max-width: 770px;
  margin-left: auto;
}
.each-icon-block img{
  width: 50px;
}
.each-icon-block .calender-image{
  width: 40px;
}
.icon-image{
  height: 50px;
}
.each-icon-block h4{
  margin-top: 20px;
  color: #295187;
  opacity: 0.75;
  font-size: 20px;
}
.each-icon-block{
  text-align: center;
  padding: 50px 0 60px;
  border-right: 1px solid #e7e7e7;
}
.aanbod-dtl-block{
  border-bottom: 1px solid #e7e7e7;
}
.aanbod-dtl-block .col-md-3:last-child .each-icon-block{
  border-right:0;
}
/*============tab============*/
.aanbod-detail-tab-sec{
  padding-top: 40px;
}
.each-tab-part{
  padding: 50px 0 80px;
  position: relative;
}
.each-tab-part .tab-content{
  max-width: 880px;
  width: 100%;
}
.each-tab-part:after{
  position: absolute;
  bottom: 0;
  width: calc(100% + 30px);
  left:0;
  height: 1px;
  content: '';
  background:#e2e2e2;
}
.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: 12px;
  word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
  color: #1c1c1c;
  font-family: 'NunitoSansRegular';
}
.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: #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 10px;
  text-transform: uppercase;
  padding-top: 15px;
}
.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 8px;
  padding-left: 20px;
  background-size: 7px;
}
.kenmerken-tab ul li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  font-family: 'NunitoSansRegular';
}
.each-tab-part h4{
  margin-bottom: 30px;
  letter-spacing: normal;
  color: #1c1c1c;
  font-family: 'NunitoSansRegular';
}
.each-tab-part p{
  color: #1c1c1c;
  letter-spacing: normal;
  margin-bottom: 0;
  text-align: justify;
}
.bullet-panel h4{
  border-bottom: 1px solid #1c1c1c;
  padding-bottom: 8px;
}
/**=======fixed-price-bottom=======**/
.tab-btm-sec.active {
  position: fixed;
  width: 100%;
  z-index: 99;
  margin: 0;
  bottom: 0;
}
.tab-btm-sec {
  width: 100%;
  -webkit-box-shadow: -2px 9px 25px 10px rgb(0,0,0,0.15);
  -moz-box-shadow: -2px 9px 25px 10px rgba(0,0,0,0.15);
  box-shadow: -2px 9px 25px 10px rgb(0,0,0,0.15);
  background: #f7f7f7;
  padding: 30px 0;
}
.tab-btm-sec h5 span {
  color: #b8b8b8;
  font-family: 'NunitoSansRegular';
}
.tab-btm-sec h2 {
  margin: 15px 20px;
}
.aanbod-dtl-form-area .contact-form-wrapper{
  max-width: 100%;
}
.aanbod-dtl-form-area .left-cont-detail .mw-100{
  margin-right: 0;
  width: auto;
}
.related-car.product-sec{
  padding: 0;
}
.related-car .product-dtl{
  padding-bottom: 30px;
}
.product-dtl span {
    height: 400px;
}
.highlight-slider .swiper-button-prev{
  left: calc(33.75% - 60px);
}
.highlight-slider .swiper-button-next{
  right: calc(33.75% - 60px);
}
.highlight-slider .opties-image{
  position: relative;
}
.highlight-slider .swiper-slide-prev .opties-image:after, .highlight-slider .swiper-slide-next .opties-image:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  opacity: 0.5;
}
.highlight-slider .common-arrow{
  top: 44%;
}
.each-opties-slide h5{
  text-align: center;
  display: block;
  margin-top: 20px;
  font-family: 'NunitoSansRegular';
}
/******************thank u****************/
.thanku-banner{
  height: 100vh;
  position: relative;
}
.thanku-banner h1{
  letter-spacing: 5px;
  line-height: 75px;
}
/*******************werkplts listview******************/
.werkplaats-listview-sec{
  padding-top: 180px;
}
.listview-content-box p {
  margin: 30px 0px 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.each-listview {
  position: relative;
  margin-bottom: 180px;
}
.listview-content-box {
  padding: 90px 150px 100px 180px;
  background: #fff;
  max-width: 855px;
  width: 100%;
  position: relative;
  top: -74px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.16);
}
.listview-image {
  position: absolute;
  right: 0;
  width: 69%;
}
.listview-content-box .common-btn {
  border: 2px solid #efefef;
  border-radius: 6px;
}
.listview-content-box .common-btn:hover {
  border: 2px solid #174070;
}
.each-listview:nth-child(even) .listview-image {
  right: auto;
  left: 0;
}
.each-listview:nth-child(even) .listview-content-box {
  margin-left: auto;
} 
.each-listview:last-child{
  margin-bottom: 50px;
}
/********************diensten dtl********************/
.back-btn{
  padding-top: 110px;
}
.top-sec-left-text{
  margin-top: -50px;
}
.top-sec{
  padding-bottom: 270px;
}
.top-sec-left-text p {
  margin-top: 50px;
}
.top-sec-left-text p, .right-text p {
  letter-spacing: 0.2px;
  line-height: 30px;
  text-align: justify;
}
.right-text h2 {
  margin-bottom: 45px;
}
.car-img-text-sec {
  position: relative;
}
.car-img-text-sec:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #f5f5f5;
  top: 0;
  z-index: -1;
}
.left-car img {
  position: absolute;
  top: -110px;
}
.right-text {
  padding: 120px 170px 120px 85px;
}
.diensten-dtl-contact {
  padding-bottom:30px;
}
.diensten-dtl-bottom-sec{
  padding-bottom:80px;
}
/**********************************overons********************************/
.overons-whitecar-upper {
  padding: 140px 190px 140px 190px;
}
.overons-whitecar-upper h2 {
  margin-bottom: 50px;
}
.overons-whitecar-upper p {
  letter-spacing: normal;
  margin-bottom: 0;
}
.overons-counter {
  padding-top: 140px;
  padding-left: 140px;
}
.overons-counter li {
  margin-bottom: 150px;
}
.overons-counter h4 {
  font-family: 'NunitoSansRegular';
  display: inline-block;
}
.overons-counter span {
  font-size: 24px;
  color: #1c1c1c;
  padding: 35px;
  background-color: #295187;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 60px;
  width: 96px;
  height: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: 'NunitoSansRegular';
}
.overons-counter span h4{
  color: #ffffff;
}
.overons-slider-sec {
  position: relative;
}
.overons-slider-sec::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  background: #f5f5f5;
  top: 0;
  z-index: -1;
}
.overons-slider-left-text {
  padding: 150px 250px 150px 250px;
}
.overons-slider-left-text h4 {
  margin-top: 65px;
  margin-bottom: 30px;
  font-family: 'NunitoSansRegular';
}
.overons-slider-left-text h4 span {
  margin-top: 65px;
  margin-bottom: 30px;
  color: #295187;
  font-family: 'NunitoSansBold';
}
.overons-slider-left-text p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #1c1c1c;
  font-family: 'NunitoSansRegular';
  line-height: 26px;
  margin-bottom: 0;
}
.overons-slider-right-slider {
  position: relative;
  top: 123px;
  right: 0;
}
.overons-slider-right-slider img {
  position: relative;
}
.slider-img-text {
 position: absolute;
  bottom: 0;
  padding: 25px;
  width: 100%;
  background-color: rgba(23,23,23,0.65);
}
.slider-img-text h4 {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.overons-gallary-sec {
  padding-top: 350px;
  padding-bottom: 30px;
}
.overons-gallary-sec h3 {
  margin-bottom: 50px;
  text-align: center;
}
.teammember-slider .common-arrow{
  top: auto;
  bottom: 74px;
  transform: translateY(0);
  background:#295187;
  width: 70px;
  height: 85px;
}
.teammember-slider .swiper-button-prev{
  left: -70px;
}
.teammember-slider .swiper-button-next{
  right:auto;
  left: 0;
}
.teammember-slider .common-arrow img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  width: 18px;
  height: 18px;
}
#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: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  /*font-family: 'BentonSansRegular';*/
  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;
}
.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: #173f70;
color: #FFF;
border-color: #173f70;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
/*****************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);
}
.werkplts-form-area{
  padding-bottom: 20px;
}
.fixed-whatsapp-btn{
  width: 65px;
  height: 65px;
  background:#244a74;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 999;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 0px 16px 0px  rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px 0px  rgba(0,0,0,0.75);
}
.fixed-whatsapp-btn img{
  width: 35px;
}
.privacy-area h6 a{
	color: #1c1c1c;
}
.custom-heading h2, h5 {
    display: inline;
}
.each-tab-part .white-btn {
    background: transparent;
    font-size: 24px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	display: inline-block;
	margin-right: 5%;
}
.each-tab-part .white-btn .arrow-right {
    border: 1px solid #121212;
    width: 45px;
    height: 45px;
    background-color: transparent;
    margin-left: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 50%;
}
.txt-btn .arrow-right img {
    width: 20px;
    height: 20px;
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
    transform: rotate(180deg);
}
.white-btn.txt-btn .arrow-right img {
    transform: rotate(0deg);
}
.arrow-right img {
    width: 17px;
    height: 17px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.white-btn {
    background: #fff;
    color: #1c1c1c;
    border: 2px solid #f7f7f7;
}
.each-tab-part .white-btn .arrow-right img {
    width: 16px;
    height: 16px;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    transform: rotate(90deg);
}
.read_more {
    cursor: pointer;
}

.tab-content {
    height: 200px;
    overflow: hidden;
}
.top_rotate {
    transform: rotate(270deg) !important;
}
.white-btn {
    background: #fff;
    color: #1c1c1c;
    border: 2px solid #f7f7f7;
}
.financieren_cnt {
    height: auto;
}
#groep-logo {
    width: 170px;
    margin-left: 80px;
    margin-right: 20px;
}
#bovag-id {
    width: 100px;
}
.btn-wrapper span{
	/*float: right;*/
    position: relative;
    right: 6px;
}
.btn-wrapper span img{
	width: 18px;
}
.contact-form-sec td img{
  width: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.contact-form-sec table{
  margin-top: 60px;
}
.contact-form-sec td{
  vertical-align: top;
  padding-bottom: 10px;
}
.contact-form-sec td p{
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}
.contact-form-sec p a{
  color: #1c1c1c;
  display: block;
  margin-bottom: 10px;
}
.contact-form-sec p a:hover{
  color: #295187;
}
.contact-form-sec h4{
  margin-bottom: 25px;
}