@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
    background-color: #131313;
    overflow-x: hidden;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.grecaptcha-badge{
	display:none;
}
#page{
	overflow: hidden;
	position: relative;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #212121;
    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);
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
    border-color: #fff;
}
.mm-listview>li .mm-next:before{
	border-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-btn:before{
	border-color: #fff;
}
.whatsapp-btn{
	width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 999;
}
.whatsapp-btn img{
	width: 50px;
}
/*.whatsapp-btn a{
	color: #1c1c1c;
    font-family: 'NunitoSansBold';
    font-size: 18px;
}*/
/**************header*****************/
.marquee-block ul{
    white-space: nowrap;
}
.marquee-block {
	padding: 20px 0;
}
.marquee-block-wrap{
	overflow: hidden;
}
.marquee-block li {
	margin-right: 120px;
	color: #1da3de;
	position: relative;
	font-family: 'NunitoSansBold';
	font-size: 15px;
	display: inline-block;
	letter-spacing: 0.2px;
}
.marquee-block li::after {
    position: absolute;
    top: 4px;
    left: -25px;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.new-header .desktop-nav{
	padding: 30px 4.5%;
}
.desktop-nav{
   /* background: rgba(30, 30, 30, 0.26);*/
    padding: 0;
    position: relative;
    z-index: 2;
}
.desktop-nav .navbar-brand img{
	width: 230px;
}
.desktop-nav li, .menu-icon{
	font-family: 'NunitoSansBold';
	font-size: 18px;
	margin: 0 22px;
	letter-spacing: 0.5px;
	display: inline-block;
}
.desktop-nav li a{
	color: #fff;
	position: relative;
	position: relative;
}
.desktop-nav li a:before{
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	content: '';
	background: #00a8f3;
	 transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.desktop-nav li a:hover:before{
	width: 100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.bovag-logo{
	margin-right: 60px;
}
.desktop-nav .nav-item .common-btn{
	background: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
	min-width: 280px;
}
.desktop-nav .nav-item .common-btn:hover{
	background: #1da3de;
	border-color: #1da3de;
}
.desktop-nav .menu-icon{
	margin-left: 0;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 3px;
    margin: 4px 0;
}
.menu-icon .menu-bar div {
    width: 14px;
}
.menu-bar {
    width: 22px;
    margin-left: 10px;
    margin-top: 1px;
}
.menu-icon.active .menu-bar:before {
    transform: translateY(8px) rotate(135deg);
}
.menu-icon.active .menu-bar div {
    transform: scale(0);
}
.menu-icon.active .menu-bar:after {
    transform: translateY(-6px) rotate(-135deg);
}
.menu-items {
    position: absolute;
    top: 104px;
    width: 100%;
    max-width: 260px;
    background: #131313;
    right: -100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items.active {
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    padding: 30px 0;
}
.menu-items li a {
    font-family: 'NunitoSansBold';
    font-size: 16px;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 25px;
    letter-spacing: 0.5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #00a8f3;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.menu-icon a:hover{
	color: #fff;
}
.desktop-nav li.dropdown .dropdown-menu a:before{
	display: none;
}
/**************banner************/
.banner-sec {
	position: relative;
	margin-top: -60px;
}
.banner-content {
	position: absolute;
    left: 0;
	top: 62%;
	transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
.banner-sec:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../images/gradient.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
/**************gallery************/
.each-gallery{
	position: relative;
	padding-top: 2px;
}
.gallery-heading{
	position: absolute;
	bottom: 25px;
	left: 0;
	padding-left: 40px;
}
/**************product**********/
.product-sec{
	padding-bottom: 10px;
}
.product-wrapper{
	padding: 0 4%;
}
.sec-heading{
	padding: 75px 0 40px;
	background: #1d1d1d;
}
.aanbod-sec .sec-heading{
	padding: 75px 0 40px;
}
.sec-heading h2{
	margin-bottom: 55px;
}
.product-sec .tab-btn a.txt-btn{
	font-family: 'NunitoSansExtraBold';
	font-size: 20px;
	color: #fff;
}
.product-sec .tab-btn a.txt-btn:hover{
	color: #00a9f4;
}
.tab-btn .nav-tabs{
	border-bottom:0;
}
.tab-btn{
	border-bottom: 1px solid #c6c6c6;
}
.product-sec .tab-btn a{
	color: #fff;
	font-size: 20px;
	font-family: 'NunitoSansExtraBold';
	border: 0;
	padding: 10px 15px;
	position: relative;
	letter-spacing: 0.75px;
	background: transparent;
	display: inline-block;
	margin-right: 20px;
}
.product-sec .tab-btn a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background: #00a9f4;
	opacity: 0;
}
.product-sec .tab-btn a.active{
	/*color: #0a58ca;*/
	color: #fff;
	background-color: transparent;
}
.product-sec .tab-btn a.active:after{
	opacity: 1;
}
.product-sec .tab-btn button, .werkplaats-list-top .tab-btn a{
	color: #fff;
	font-size: 20px;
	font-family: 'NunitoSansExtraBold';
	border: 0;
	padding: 10px 15px;
	position: relative;
	letter-spacing: 0.75px;
	background: transparent;
	display: inline-block;
	margin-right: 20px;
}
.product-sec .tab-btn button:after, .werkplaats-list-top .tab-btn a:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background: #00a9f4;
	opacity: 0;
}
.product-sec .tab-btn button.active, .werkplaats-list-top .tab-btn a.active{
	color: #fff;
}
.product-sec .tab-btn button.active:after, .werkplaats-list-top .tab-btn a.active:after{
 	opacity: 1;
}
.each-product{
	margin: 12px 12px 50px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/*.each-product:hover {
    -webkit-box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.1);
    -moz-box-shadow: -2px 5px 14px 0px rgba(0,0,0,0.1);
    box-shadow: -2px 5px 14px 0px rgb(0,0,0,0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/
.product-dtl{
	background: #131313;
	padding: 30px 20px;
}
.product-dtl h4{
	margin-bottom: 6px;
    font-size: 18px;
    color: #fff;
}
.product-dtl p{
	height: 45px;
	overflow: hidden;
	color: #fff;
}
.product-dtl td{
	font-family: 'NunitoSansRegular';
	font-size: 15px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 0.4px;
	word-break: break-word;
	width: 50%;
	vertical-align: top;
}
.product-dtl td:nth-child(odd){
	/*color: #aeaeae;
	padding-right: 70px;*/
	padding-right: 0 !important;
}
.product-dtl td:nth-child(even){
	padding-left: 12px;
}
.product-dtl table{
	width: 100%;
}
.divider{
	opacity: 1;
	border-top: 1px solid #dedede;
	margin: 25px 0;
}
.product-dtl .divider{
    /*border-top: 1px solid #00a8f3;*/
    border-top: 1px solid transparent;
    margin: 8px 0;
    background-color: transparent;
}
.product-dtl .divider.show_border{
	display: none;
}
.product-dtl h6{
	font-family: 'NunitoSansRegular';
    font-size: 15px; 
    color: #fff;
    margin-bottom: 5px;
}
.product-slider{
	position: relative;
}
.product-slider:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 353px;
	top: 0;
	background: #1d1d1d;
}
/***************service slider**************/
.block-image .swiper-slide-next .each-block{
	display: none;
}
.content-wrap{
	max-width: 750px;
	width: 100%;
	margin-left: auto;
	background: #f0eeee;
	padding: 80px;
	margin-top: -150px;
	position: relative;
	z-index: 1;
}
.content-wrap p{
	margin-top: 30px;
	text-align: justify;
}
.each-block{
	position: relative;
}
.block-btn{
	position: absolute;
    bottom: 30px;
    left: 0;
    padding-left: 40px;
    width: 100%;
}
.service-sec{
	padding: 10px 0 70px;
}
.service-sec .common-arrow{
	top: 0;
}
.service-sec .swiper-button-prev{
	left: 0;
}
.service-sec .swiper-button-next{
	left:80px;
	right: auto;
}
.home-pg-service .row{
	align-items: center;
    background: #f0eeee;
}
.home-pg-service .content-wrap{
	max-width: 100%;
	margin-top: 0;
}
.home-pg-service .block-content p {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******************video**************/
.video-sec .product-wrapper{
	padding-top: 100px;
	padding-right: 14%;
}
.video-wrap{
	position: relative;
}
.video-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}
.video-content img{
	width: 30px;
	margin-top: 15px;
}
.video-content h3{
	color: #fff;
}
/**************footer upper**************/
.left-content{
	background: #f0eeee;
	padding: 140px 80px;
}
.left-content p{
	margin-top: 30px;
	text-align: justify;
}
.left-content hr{
	background: #d1d1d1;
	margin: 120px 0 100px;
	opacity: 1;
}
.left-content li h5{
	position: relative;
	font-family: 'NunitoSansLight';
	padding-left: 20px;
	margin-bottom: 50px;
	color: #121212;
}
.left-content li:last-child h5{
	margin-bottom: 0;
}
.left-content li h5:after {
    position: absolute;
    left: 0;
    content: '-';
    top: 0;
}
.footer-upper-sec .col-md-6:first-child{
	position: relative;
}
.footer-upper-sec .block-right{
	margin-top: 0;
	position: absolute;
    height: 100%;
    width: 100%;
}
.footer-upper-sec .block-right img{
	height: 100%;
	object-fit: cover;
}
/**************footer**************/
.footer-area {
    padding-top: 6%;
}
.each-footer-info h4 {
    font-family: 'NunitoSansLight';
    margin-bottom: 25px;
    color: #fff;
}
.each-footer-info li, .each-footer-info p{
    font-size: 15px;
    font-family: 'NunitoSansLight';
    color: #7e7e7e;
    letter-spacing: 0.2px;
    line-height: 35px;
}
.footer-area .col-lg-5 .each-footer-info{
    padding-left: 90px;
}
.footer-area .col-lg-4 .each-footer-info{
    padding-left: 130px;
}
.footer-area a {
    color: #7e7e7e;
}
.footer-area a:hover {
    color:  #1da3de;
}
.each-footer-info{
    padding-bottom: 100px;
}
.social-icon img{
    width: 24px;
}
.social-icon a{
    margin-right: 10px;
}
.brand-area img{
	/*opacity: 0.18;*/
}
.newsletter-wrap{
	padding: 0 8%;
}
.newsletter-area{
	background: #1e1e1e;
	padding: 50px 40px 25px;
	margin-top: 73%;
}
.newsletter-area h5{
	font-family: 'NunitoSansLight';
	font-size: 15px;
	margin-bottom: 35px;
	color: #fff;
}
.form-styl {
    resize: none;
    background-color: transparent;
    font-family: 'NunitoSansLightItalic';
    border: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.form-styl:focus {
    box-shadow: none;
    color:#fff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.5);
}
.form-styl:placeholder {
    color: #fff;
    opacity: 0.5;
}
.form-styl:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
}
.form-styl::placeholder {
    color: #fff;
    opacity: 0.5;
}
.newsletter-area .txt-btn{
	font-family: 'NunitoSansBold';
    font-size: 15px;
    color: #fff;
    background: transparent;
    border: 0;
    padding: 30px 0 0;
}
.cookie-area{
	background: #1a1a1a;
	padding: 45px 0;
}
.cookie-area li{
	/* display: inline-block; */
    display: none;
	font-size: 15px;
	color: #fff;
	font-family: 'nexabook';
	margin-left: 50px;
}
.cookie-area img{
	width: 230px;
}

/*======================================popup start===========================================*/
.modal-area .modal-dialog {
    max-width: 61%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
}
.modal-area .popup-content h4 {
	color: #1c1c1c;
	display: inline-block;
	border-bottom: 2px solid #00a8f3;
	font-family: 'NunitoSansBold';
	text-transform: capitalize;
	font-style: italic;
	font-size: 24px;
	letter-spacing: normal;
}
.modal-area .popup-content p{
    margin: 30px 0;
}
.modal-area .popup-content {
    padding: 10% 18% 10% 10%;
}
.modal-area .popup-content img{
	width: 18px;
	margin-right: 5px;
}
.modal-area .popup-content .common-btn:not(:hover) img{
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.modal-area .popup-content .common-btn{
	height: 42px;
	line-height: 40px;
	max-width: 100%;
}
.modal-area .popup-content .common-btn:hover{
	background: #000;
	border-color: #000;
}
.close-img {
    position: absolute;
    top: 15px;
	right: 15px;
	z-index: 1;
}
.close-img img{
	width: 42px;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*===================================contact page start=========================================*/
/*.inner-pg-header .marquee-block{
	background-color: #fff;
}*/
.inner-banner-sec {
	position: relative;
	z-index: -1;
	margin-top: 0px;
}
.inner-banner-sec .banner-content {
	bottom: 30%;
	top: auto;
	transform: translateY(0);
}
/*****contact-dtl-sec*****/
.contact-dtl-sec {
	padding: 9% 0;
}
.contact-dtl-sec .each-contact-info p, .contact-dtl-sec .each-contact-info a{
	/*text-transform: uppercase;*/
}
.contact-map {
	height: 705px;
	margin-right: 50px;
}
.each-contact-info h5 {
	font-family: 'NunitoSansExtraBold';
	color: #fff;
	margin-bottom: 60px;
	text-transform: none;
}
.each-contact-info h5 img {
	width: 23px;
	margin-right: 12px;
}
.each-contact-info p {
	/*opacity: 0.7;*/
	color: #fff;
}
.each-contact-info a {
	color: #fff;
}
.each-contact-info a:hover {
	color: #00a9f4;
}
.contact-info .row {
	position: relative;
	margin-bottom: 80px;
}
.contact-info .row:last-child {
	margin-bottom: 0;
}
.contact-info .row::after {
	content: '';
	background-color: #c6c6c6;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 12px;
}
.contact-info {
	max-width: 550px;
	width: 100%;
	margin-left: auto;
}
.contact-info .col-md-6:nth-child(even) .each-contact-info {
	padding-left: 15%;
}
/****contact-time-sec*****/
.contact-time-sec {
	position: relative;
}
.contact-time-text {
	background-color: #1a1a1a;
	padding: 18% 16%;
}
.contact-time-text h3{
	color: #fff;
}
.contact-time-text h3 img {
	width: 25px;
	margin-right: 15px;
}
.contact-time-text p {
	margin: 50px 0 0;
	color: #fff;
}
.contact-time-text hr {
	background-color: #878787;
	opacity: 1;
	margin: 60px 0;
}
.open-time table {
	width: 100%;
}
.open-time td h5 {
	font-family: 'NunitoSansLight';
	margin-bottom: 40px;
	color: #fff;
}
.open-time td p {
	/*opacity: 0.75;*/
}
.open-time td {
	vertical-align: top;
}
/*.open-time {
	max-width: 530px;
	width: 100%;
}*/
.contact-time-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}
/******contact-form-sec*****/
.contact-form-sec {
	position: relative;
}
.contact-form-sec::before {
	content: '';
	background-color: #1d1d1d;
	height: 50%;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.contact-form-wrap {
	margin: 0 70px;
	background-color: #f0eeee;
	padding: 5% 8% 8%;
	box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 14px 54.28px 4.72px rgba(0, 0, 0, 0.09);
}
.contact-form-sec h3 {
	color: #000;
	margin-bottom: 90px;
	text-transform: uppercase;
}
.contact-form-sec .form-styl {
    resize: none;
    background-color: #f0eeee;
    border-radius: 0;
    font-family: 'NunitoSansLightItalic';
    color: rgba(28, 28, 28, 0.5);
    font-size: 16px;
    padding: 0 0 10px;
    border-radius: 0;
    height: auto;
    border-bottom: 1px solid #e5e5e5;
    font-style: italic;
}
.contact-form-sec .form-group {
	margin-bottom: 40px;
}
.contact-form-sec textarea.form-styl {
	height: 162px;
	border-color: #e5e5e5;
}
.contact-form-sec .form-styl:focus {
    box-shadow: none;
    color: rgba(28, 28, 28, 0.5);
    border-bottom: 1px solid #e5e5e5;
}
.contact-form-sec .form-styl:placeholder {
	color: rgba(28, 28, 28, 0.5);
	opacity: 1;
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(28, 28, 28, 0.5);
	opacity: 1;
}
.contact-form-sec .form-styl::placeholder {
	color: rgba(28, 28, 28, 0.5);
	opacity: 1;
}
.contact-form-sec textarea.form-styl:focus {
    border-color: #fff;
}
.contact-form-sec .button_cls{
	text-align: right;
	border-bottom: 1px solid #e5e5e5;
}
.contact-form-sec .common-btn {
	background-color: transparent;
    padding: 0px 0 5px;
    font-size: 20px;
    font-family: 'NunitoSansExtraBold';
    color: #1c1c1c;
    border: 0;
    border-bottom: 5px solid #00a9f4;
    width: auto;
    height: auto;
    line-height: normal;
}
.contact-form-sec .common-btn:hover {
	color: #00a9f4;
}
.contact-form-sec .col-lg-6:last-child .form-group {
	position: relative;
}
/****contact-footer*******/
.contact-footer .brand-area .col-xl-12:last-child img{
	margin-top: 80px;
}
.contact-footer .brand-area.text-end{
	text-align: left !important;
	float: right;
    width: 50%;
}
.contact-footer .brand-area img{
	margin-left: auto;
	margin-right: auto;
	display: table;
}
/*===================================diensten page start=========================================*/
.each-diensten-text {
	/*background-color: #1e1e1e;*/
	padding: 50px 15%;
}
.each-diensten-text h3  {
	text-transform: uppercase;
	color: #fff;
}
.each-diensten-text h2  {
	text-transform: uppercase;
	color: #fff;
}
.each-diensten-text p {
	color: #fff;
	margin: 40px 0 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-diensten-text hr {
	opacity: 1;
	height: 1px;
	background-color: #878787;
	margin: 40px 0 50px;
}
.each-diensten-list {
	background-color: #1d1d1d;
}
.each-diensten-list:nth-child(even) {
	background-color: #f0eeee;
}
.each-diensten-list:nth-child(even) .each-diensten-text {
	background-color: #f0eeee;
}
.each-diensten-list:nth-child(even) .each-diensten-text h3,
.each-diensten-list:nth-child(even) .each-diensten-text h2,
.each-diensten-list:nth-child(even) .each-diensten-text p {
	color: #1c1c1c;
}
.each-diensten-list:nth-child(even) .each-diensten-text .common-btn {
	border-color: #1c1c1c;
	color: #1c1c1c;
}
.each-diensten-list:nth-child(even) .each-diensten-text .common-btn:hover {
	color: #fff;
    border-color: #1da3de;
}
/*===================================diensten-dtl page start=========================================*/
.diensten-dtl-bk-btn {
	position: relative;
	padding-top: 4%;
}
.diensten-dtl-bk-btn .text-end{
	position: relative;
}
.diensten-dtl-bk-btn .common-btn {
	position: absolute;
    right: 60px;
    z-index: 3;
    top: 0;
    margin-top: 5%;
}
/***diensten-dtl-top-sec**/
.diensten-dtl-top-sec {
	padding: 0 0 6%;
	position: relative;
}
.diensten-dtl-top-sec::before {
	content: '';
    background-color: #1d1d1d;
    height: 44%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.diensten-dtl-top-img{
/*	width: calc(100% + 210px);*/
}
.diensten-dtl-top-text {
    background: #f0eeee;
    padding: 20.3% 15%;
/*    padding: 25% 15%;*/
/*    margin-top: 140px;*/
    position: relative;
    z-index: 1;
    height: 100%;
}
.diensten-dtl-top-text h3 {
	text-transform: uppercase;
	color: #121212;
}
.diensten-dtl-top-text h1 {
	text-transform: uppercase;
	color: #121212;
}
.diensten-dtl-mid-sec h3 {
	color: #121212;
}
.diensten-dtl-mid-sec h2 {
	color: #121212;
}
.diensten-dtl-top-text p {
	margin: 40px 0 0;
	text-align: justify;
}
/*****diensten-dtl-mid-sec*****/
.diensten-dtl-mid-sec {
	background-color: #1d1d1d;
	position: relative;
}
.diensten-dtl-mid-sec .block-right {
	/*position: absolute;
	right: 0;
	top: 0;
	width: 44%;
	margin-top: -11%;*/
}
/*==========================aanbod-mini page strat================================ */
/*********aanbod-sec********/
.aanbod-sec {
    padding-bottom: 0;
}
.select-style {
    width: 100%;
    height: 62px;
    line-height: 62px;
    font-family: 'NunitoSansBold';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    color: #746d6d;
    border: none;
    background: none;
    padding: 0 12px;
     /*text-transform: uppercase;*/
}
.filter-main {
   /* width: 100%;
    max-width: 900px;*/
}
.filter-main li{
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;
}
.filter-main li:last-child{
	margin-right: 0;
}
.filter-wrap {
    border-bottom: 1px solid #c6c6c6;
    position: relative;
}
.reset-btn{
	position: absolute;
    right: 0;
    bottom: -30px;
    color: #fff !important;
}
.zoken-btn .common-btn {
    color: #fff;
    font-family: 'NunitoSansExtraBold';
    font-size: 20px;
    border: none;
    position: relative;
}
.zoken-btn .common-btn:hover {
    color: #00a9f4;
    background: none;
}
.zoken-btn .common-btn:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 5px;
    content: '';
    background: #00a9f4;
}
.zoken-btn {
    width: 100%;
    max-width: 90px;
    margin-left: auto;
}
.aanbod-product {
    padding-bottom: 18px;
    position: relative;
}
.aanbod-product .col-xl-4 {
    padding: 0 7px;
}
.aanbod-product .each-product,
.aanbod-middle-wrap {
    margin: 0 0 14px 0;
}
.aanbod-product-middle-area h5 {
    font-family: 'NunitoSansLight';
    margin-bottom: 30px;
    color: #fff;
}
.aanbod-product-middle-area {
    position: relative;
}
.aanbod-product-middle-area p {
    color: #fff;
}
.aanbod-product-middle-content {
    padding: 0 11% 87px 11%;
    position: relative;
    z-index: 2;
}
.aanbod-sec .product-wrapper {
    position: relative;
    z-index: 10;
}
.aanbod-product-middle-area:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
/*==========================verkocht page strat================================*/
/*********verkocht-sec********/
.verkocht-sec {
    background-color: #fff;
    padding-top: 108px;
}
.verkocht-sec .product-slider:before {
    display: none;
}
.verkocht-sec .divider{
	display: none;
}
.verkocht-sec table{
	margin-top: 8px;
}
/*========================== faq page strat ================================ */
/*********faq-middle-sec********/
.faq-middle-sec {
    position: relative;
    background: #f6f6f6;
}
.faq-middle-sec .container-fluid {
    padding-right: 0;
}
.faq-middle-sec .common-wrap {
    padding-right: 0;
}
.faq-middle-sec h3 {
    color: #000000;
    margin-bottom: 50px;
}
.faq-middle-sec .accordion-button::after {
    background-image: url(../images/plus.png);
    width: 10px;
    height: 10px;
    background-size: contain;
}
.accordion-button:not(.collapsed) {
    color: #1c1c1c;
    background-color: #fff;
    font-size: 20px;
    font-family: 'NunitoSansExtraBold';
}
.faq-middle-sec .accordion-button:not(.collapsed)::after {
    background-image: url(../images/close.png);
    width: 10px;
    height: 10px;
    background-size: contain;
}
.faq-middle-sec .accordion-item {
    border-bottom: 2px solid #dedede;
    border-left: none;
    border-top: none;
    border-right: none;
}
.faq-middle-sec .accordion-button {
    font-size: 20px;
    font-family: 'NunitoSansExtraBold';
    color: #1c1c1c;
    padding: 40px 25px 30px 0;
    letter-spacing: 0.5px;
    background-color: transparent;
}
.faq-middle-sec .accordion-body {
    padding: 0;
}
.faq-middle-sec .accordion-body p {
    margin-bottom: 30px;
    margin-right: 10%;
	color: #011c1c;
}
.faq-middle-sec .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.faq-accordian-wrap {
    padding: 60px 28% 60px 0;
    width: 100%;
}
.faq-middle-sec .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.faq-middle-sec .accordion-item {
    background-color: transparent;
}
/***faq-contat-sec****/
.faq-contact-sec {
	padding-top: 6%;
}
.faq-contact-sec::before {
	width: 100%;
	height: 62%;
}
/*==========================overons page start================================*/
.overons-top-block .left-content{
	padding: 28% 18%;
}
.icon-block{
	padding: 9% 0;
}
.icon{
	background: #00a9f4;
	width: 108px;
	height: 108px;
	margin: 0 auto 40px;
}
.icon img{
	width: 46px;
}
.icon-block h4{
	position: relative;
	display: inline-block;
	color: #fff;
}
.icon-block h4:before{
	position: absolute;
	bottom: -15px;
	left: 0;
	content: '';
	background: #1caaf1;
	width: 84px;
	height: 5px;
}
/*==============team===========*/
.team-sec{
	background: #1d1d1d;
	padding: 9% 0 0%;
}
.team-sec h3{
	color: #fff;
}
.member-slider{
	margin-top: 8%;
}
.each-member{
	box-shadow: 0px 40px 60px -40px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 0px 40px 60px -40px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 40px 60px -40px rgba(0, 0, 0, 0.12);
    margin: 0 10px 70px 0;
}
.member-dtl{
	background: #fff;
	padding: 50px 50px 30px;
}
.member-dtl h5{
	font-family: 'NunitoSansExtraBold';
	color: #1c1c1c;
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	padding-bottom: 20px;
}
.member-dtl h5:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 137px;
    height: 5px;
    content: '';
    background: #1caaf1;
}
.member-dtl p{
	opacity: 0.75;
	margin-top: 20px;
}
.slider-wrapper{
	padding-right: 160px;
	position: relative;
}
.slider-wrapper .common-arrow {
    width: 67px;
    height: 67px;
    top: 0;
}
.slider-wrapper .swiper-button-next{
	right: 0;
}
.slider-wrapper .swiper-button-prev{
	left: auto;
    right: 75px;
}
.overons-video-block{
	position: relative;
}
.overons-video-block .video-wrap{
	padding-top: 0;
}
.overons-video-block:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 50%;
	width: 100%;
	content: '';
	background: #1d1d1d;
}
.overons-gallery-slider{
	overflow: hidden;
}
.overons-gallery-slider h3{
	color: #fff;
}
.overons-gallery-slider .text-center{
	padding: 7% 0;
}
.gallery-slider-wrap{
	margin-left: -7%;
}
.overons-gallery-slider .common-arrow{
	top: 0;
}
.overons-gallery-slider .swiper-button-next{
	left: 26.2%;
	right: auto;
}
.overons-gallery-slider .swiper-button-prev{
	left: calc(26.2% - 82px);
}
/*=======werkplaats list=========*/
.werkplaats-list-top.product-sec {
    padding: 9% 0
}
.werkplaats-list-top h3 {
    color: #fff;
    margin-bottom: 50px;
}
.werkplaats-list-top h1 {
    color: #fff;
    margin-bottom: 50px;
}
/*=========bedankt=======*/
.bedankt-banner-sec .common-btn{
	margin-top: 60px;
}
.bedankt-banner-sec .banner-content {
	top: 56%;
}
/*========vacatures===========*/
.diensten-time-block ul li span {
    width: 50%;
    text-align: right;
    padding-right: 17px;
}
.diensten-time-block ul li h6 {
    display: inline-block;
    width: 50%;
    text-align: left;
}
.diensten-time-block ul li span img {
    width: 25px;
    height: 25px;
}
.diensten-time-block ul li {
    margin-bottom: 30px;
}
.diensten-time-block ul li:last-child {
    margin-bottom: 0;
}
.diensten-time-block ul li {
    display: block;
    font-family: 'NunitoSansLight';
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.vacation-sec hr {
    margin-bottom: 0;
    opacity: 0;
}
.vacation-sec .each-diensten-text {
    padding-left: 19%;
    position: relative;
}
.vacation-sec .each-diensten-text:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #878787;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
.diensten-time-block {
    padding-left: 12%;
}
.vacation-sec .each-diensten-list:nth-child(even) .diensten-time-block h6 {
    color: #1c1c1c;
}
.vacation-sec .each-diensten-list:nth-child(even) .diensten-time-block img {
    filter: invert(1);
}
/*========vacature-dtl=========*/
.vacature-dtl-top-sec .diensten-dtl-top-text a {
	font-family: 'NunitoSansLight';
    font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	top: 30px;
}
.vacature-dtl-top-sec .diensten-dtl-top-text a img {
	width: 20px;
	margin-right: 15px;
}
.vacature-dtl-top-sec .diensten-dtl-top-text a:hover {
	opacity: 0.7;
}
.vacature-dtl-mid-sec .diensten-time-block{ 
	padding-left: 0;
}
.vacature-dtl-mid-sec .diensten-time-block ul li{ 
	margin-bottom: 50px;
}

/*==========================aanbod-dtl page strat================================*/
/***aanbod-dtl-bk-btn-sec****/
.aanbod-dtl-bk-btn-sec {
	padding: 70px 0;
}
.aanbod-dtl-bk-btn-sec a img {
	width: 15px;
	margin-right: 15px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-bk-btn-sec a {
	font-family: 'NunitoSansExtraBold';
    font-size: 20px;
    color: #fff; 
}
.aanbod-dtl-bk-btn-sec h4{
	color: #fff;
}
.aanbod-dtl-bk-btn-sec a:hover {
	color: #1da3de;
}
.aanbod-dtl-bk-btn-sec a:hover img {
	filter: brightness(1);
	-webkit-filter: brightness(1);
}
.aanbod-dtl-bk-btn-sec h4 span {
	font-family: 'NunitoSansRegular';
    font-size: 15px;
	margin-left: 40px;
	width: 70%;
    display: inline-block;
	vertical-align: middle;
}
.aanbod-dtl-bk-btn-sec .col-md-9 {
	position: relative;
}
.aanbod-dtl-bk-btn-sec .col-md-9::before {
    content: "";
    background-color: #c6c6c6;
    height: calc(100% + 60px);
    width: 1px;
    position: absolute;
    top: -30px;
    left: -6%;
}
/****dtl-top-slider*****/
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car {
	position: relative;
}
.dtl-top-sec .swiper-slide-next .each-aanbod-dtl-car::after {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    content: '';
}
.dtl-top-sec .common-arrow {
	top: auto;
    bottom: 0;
}
.dtl-top-sec .swiper-button-next{
	right: calc(11% - 90px);
}
.dtl-top-sec .swiper-button-prev{
	left: auto;
    right: 11%;
}
.dtl-top-slider-btn {
	max-width: 190px;
	width: 100%;
	position: absolute;
	right: calc(10% - 80px);
	bottom: 80px;
}
/***dtl-tab-sec******/
.dtl-tab-sec {
	overflow: hidden;
	padding-bottom: 85px;
}
.dtl-tab-sec .tab-btn {
	padding: 115px 0 1px;
	position: relative;
	border: 0;
}
.tab-btn-area {
	position: relative;
	border-bottom: 2px solid #2b2b2b;
}
.dtl-tab-sec .nav-tabs {
	border-bottom: 0;
	align-items: flex-end;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    margin-right: 58px;
    font-family: 'NunitoSansExtraBold';
    font-size: 19px;
    border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: #fff;
    padding: 15px 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    word-break: break-word;
	text-align: left;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span {
	color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span:hover {
	color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span:hover::after {
	display: block;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
	content: "";
    background-color: #1caaf1;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -17px;
    left: 0;
	display: none;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
	display: block;
}
.car-price .col-md-6:nth-child(even) h4 {
	float: right;
}
.car-price h4 span {
	font-family: 'NunitoSansRegular';
    font-size: 15px;
	display: block;
	margin-bottom: 5px;
}
/****tab-content***/
.tab-content-wrapper {
	padding: 85px 5% 0 0;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    word-break: break-word;
	letter-spacing: 0.4px;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 8px;
}
.kenmerken-tab ul li:nth-child(odd) {
	/*opacity: 0.7;*/
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansRegular';
	font-size: 17px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing{
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing h4{
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.tab-content-wrapper p{
	color: #fff;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a9f4;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #00a9f4;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 17px;
    font-family: 'NunitoSansRegular';
	text-transform: none;
}
/*****dtl-car-info******/
.dtl-car-info { 
	max-width: 375px;
	width: 100%;
	margin-left: auto;
}
.dtl-car-info-text h5 {
	font-family: 'NunitoSansExtraBold';
	color: #fff;
	margin-top: 30px;
	text-transform: none;
	letter-spacing: 0.65px;
}
.dtl-car-info-text table {
	margin: 20px 0;
}
.dtl-car-info-text td {
	font-family: 'NunitoSansRegular';
	color: #fff;
	font-size: 15px;
	/*opacity: 0.7;*/
	line-height: 30px;
}
.dtl-car-info-text td a {
	color: #fff;
}
.dtl-car-info-text td a:hover {
	color: #00a9f4;
}
.dtl-car-info-text td:nth-child(even) {
	padding-left: 60px;
}
.dtl-car-info-text .common-btn {
	color: #fff;
	background-color: #00a9f4;
	border-color: #00a9f4;
	height: 50px;
    line-height: 48px;
}
.dtl-car-info-text .common-btn:hover {
	background-color: #fff;
	border-color: #fff;
	color: #1c1c1c;
}
.dtl-car-info-text .common-btn img {
	width: 20px;
	margin-right: 10px;
}
.dtl-car-info-text .col-md-6:first-child .common-btn {
	background-color: #00a859;
	border-color: #00a859;
}
.dtl-share-btn {
	margin-top: 20px;
}
.dtl-share-btn a {
	font-size: 15px;
	font-family: 'NunitoSansRegular';
	color: #fff;
	text-transform: uppercase;
}
.dtl-share-btn a:hover {
	color: #00a9f4;
}
.dtl-share-btn a img {
	width: 22px;
	margin-right: 15px;
	margin-top: -5px;
}
#menu4{
	background-color: #fff;
}
.car-price h4{
	color: #fff;
}
/****aanbod-dtl gallery***/
.dtl-search-icon img {
	width: 30px;
}
.aanbod-dtl-gal-btn {
    max-width: 190px;
    width: 100%;
    position: absolute;
    right: calc(10% - 160px);
    bottom: 80px;
}
.each-dtl-gal {
	position: relative;
}
.dtl-search-icon {
	position: absolute;
    bottom: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    z-index: 1;
}
.dtl-search-icon img {
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    text-align: center;
	position: absolute;
}
.each-dtl-gal:hover .dtl-search-icon {
	bottom: 0;
    height: 100%;
}
/***aanbod-dtl-contact-form****/
.aanbod-dtl-contact-form {
	padding-top: 6%;
}
.aanbod-dtl-contact-form::before {
	width: 100%;
	height: 60%;
}
/****related-car-sec****/
.related-car-sec {
	padding-top: 80px;
	padding-bottom: 0;
}
.related-car-sec .sec-heading {
	background-color: #fff;
}
.related-car-sec .product-slider:before {
	display: none;
}
.related-car-sec .tab-btn {
	padding-bottom: 24px;
}
.related-car-sec .sec-heading h2 {
	margin-bottom: 20px;
}
/* loader */
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
}
#loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
}
#loader_section img{
    width: 100px;
    margin-bottom: 25px;
}

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

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

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

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}
.add_morgan_footer_margin {
    height: 100px !important;
}
/*****(light)morgen footer end********/

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

.star_icon h4{
   	padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: black;;
    word-break: break-word;
    white-space: nowrap;
    display: inline-block;
    margin: 10px 50px 30px 0;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 0px 0 30px;
	color: #121212;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}

/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
}
.cookie_div{
    color:#9c9c9c;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.cookie_div h4{
    margin-bottom: 15px;
    font-size: 13pt;
    font-family: 'Calibri';
}
.cookie_div a{
    color:#38b6be;
    font-size: 10pt;
    font-weight:bold;
    margin-left:8px;
    font-family: 'Calibri';
}
.cookie_div button{
    color:#3c935c;
    background:#dbffe8;
    font-weight: bold;
    border: 0;
    padding: 10px 25px;
    margin:5px 0;
    cursor: pointer;
    font-size: 12px;
    /*font-family: 'Calibri';*/
    font-family: 'arial';
}
.light_theme{
    background:rgba(255, 255, 255, 0.83);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
    -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
    box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
    color:#2a2a2a;
}
.dark_theme h4{
    color:#c9c9c9;
}
.form-1{
	display: none;
}
.form-1.contact-form-sec{
	padding: 5% 0;
}
.form-1.contact-form-sec .form-styl{
	padding: 15px 20px;
	margin-bottom: 0;
}
.form-1.contact-form-sec:before{
	display: none;
}
.form-1.contact-form-sec .common-btn{
	color: #fff;
}
.contact-form-sec textarea.form-styl.form-styl-textarea {
	border-color: #e5e5e5;
}
.contact-form-sec textarea.form-styl.form-styl.form-styl-textarea:focus {
    border-color: #e5e5e5;
}
.privacy_section p{
	word-break: break-word;
	color: #FFF;
}
.privacy_section h3{
	color: #FFF;
}
.bovag-logo img{
	width: 80px;
}
.filter-main h5{
	height: 62px;
    line-height: 62px;
    font-family: 'NunitoSansBold';
    font-size: 16px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 12px;
	float: left;
}
.desktop-nav .common-btn{
	height: 60px;
    line-height: 58px;
}

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

/******dropdown_menu****/
.dropdown-menu a{
padding: 12px 15px;
}
.dropdown:hover>.dropdown-menu {
display: block;
}
.dropdown-menu {
padding-top: 10px;
border-radius:0px;
min-width: 220px;
margin:0px;
border:0px;
background: transparent ;
color: #fff;
width: max-content;
}
.dropdown-item{
color:#fff;
background: #1c1c1c ;
}

.dropdown-menu a:hover{
background-color: #00a9f4 !important;
color:#fff;
}
.calsty{ border: 0; width: 60%; height: 800px; background: transparent; margin-left: 0; }

/*===========new home banner==========*/
.banner-area{
	padding-top: 30px;
	background: #1d1d1d;
	position: relative;
}
.banner-area .bovag-logo{
	position: absolute;
	top: 45px;
	right: 15px;
}
.banner-area .each-banner img {
    max-height: 33rem;
    object-fit: cover;
}
.banner-area .col-md-6:nth-child(odd) .each-banner{
	margin-right: 15px;
}
.banner-area .col-md-6:nth-child(even) .each-banner{
	margin-left: 15px;
}
.banner-area .each-banner{
	position: relative;
}
.banner-area .each-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-image: url(../images/gradient-overlay.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.new-banner-content{
	position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 1;
    max-width: 780px;
    padding: 0 9%;
    font-size: 0;
}
.new-banner-content p{
	color: #fff;
	margin: 20px 0 45px;
}
.new-banner-content .color-btn{
	background: #fff;
    border-color: #fff;
}
.new-banner-content .color-btn:hover{
	background: #1c1c1c;
	border-color: #1c1c1c;
	color: #fff;
}
.gallery-sec{
	display: none;
}
/*=================new aanbod-dtl=================*/
/***new-dtl-path****/
.new-dtl-path {
    padding: 60px 0;
}
.new-dtl-path li {
    font-size: 20px;
    display: inline-block;
    color: #ccc;
}
.new-dtl-path li img {
    width: 12px;
}
.new-dtl-path li span {
    margin: 0 15px 0 20px;
}
/***new-dtl-top-sec***/
.new-dtl-top-slider  {
    position: relative;
}
.new-dtl-top-slider .common-arrow {
    transform: translateY(-50%);
    display: none;
}
.new-dtl-top-slider:hover .common-arrow {
    display: flex;
}
.new-bovag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
    width: 120px;
}
/***new-dtl-top-info****/
.new-dtl-top-info {
    padding-left: 18%;
    padding-bottom: 50px;
    height: 100%;
}
.new-dtl-top-model h2 {
    color: #fff;
    text-transform: none;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.new-dtl-top-model h5 {
    line-height: 28px;
    color: #fff;
}
.new-dtl-top-model hr{
    opacity: 1;
    background-color: #1da3de;
    margin: 20px 0;
    width: 30px;
}
.new-dtl-top-feature li {
    font-family: 'NunitoSansRegular';
    font-size: 16px; 
    color: #fff;
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin-bottom: 15px;
}
.new-dtl-top-feature li span {
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.new-dtl-top-price{ 
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}
.new-dtl-top-price h3 {
    letter-spacing: 0.5px;
    color: #fff;
	text-transform: lowercase;
	cursor: pointer;
}
.new-dtl-top-price h3 span{ 
    color: #888;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.test-drive {
    max-width: 100%;
    margin-bottom: 20px;
    border-radius: 100px;
    height: 50px;
    line-height: 48px;
    background-color: #1da3de;
    border-color: #1da3de;
    color: #fff;
}
.test-drive:hover {
    background-color: #171717;
}
.new-dtl-top-btn .col-md-4 {
    padding: 0 5px;
}
.call-btn {
    max-width: 100%;
    border-radius: 100px;
    height: 40px;
    line-height: 38px;
    background-color: transparent;
    border-color: #1da3de;
    color: #fff;
}
.call-btn:hover {
    background-color: #fff;
    color: #1c1c1c;
}
.call-btn:hover img {
    filter: invert(1);
}
.call-btn img {
    width: 15px;
    margin-right: 10px;
}
.wp-btn {
    background-color: #11bb17;
    border-color: #11bb17;
}
.wp-btn:hover {
    border-color: #11bb17;
}
/**spec-sec****/
.spec-img {
    height: 100%;
}
.spec-img img {
    height: 100%;
    object-fit: cover;
}
.spec-text{
    padding: 20px 10% 80px 0;
}
.spec-text h2 {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
}
.spec-text h2::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #0298d7;
    position: absolute;
    left: 0;
    bottom: 0;
}
.spec-text li {
    font-family: 'NunitoSansLight';
    font-size: 18px;
    color: #fff; 
    margin-bottom: 5px;
}
.spec-text li span {
    text-transform: uppercase;
    color: #888;
    display: block;
    font-size: 16px;
}
.spec-text li:nth-child(even) {
    margin-bottom: 20px;
}
/****new-dtl-calulator*****/
.new-dtl-calulator { 
    padding: 55px 0;
    background-color: #040404;
}
.new-dtl-calulator h3 {
    color: #fff;
    text-transform: none;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}
.new-dtl-calulator h3 a {
    margin-left: 50px;
    background-color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-family: 'NunitoSansRegular';
    font-size: 20px;
    color: #1c1c1c;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.new-dtl-calulator h3 a:hover {
    background-color: #1da3de;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/****new-dtl-gallery***/
.new-dtl-gallery {
    padding: 30px 15px;
}
.new-dtl-gallery .common-arrow {
    transform: translateY(-50%);
    display: none;
}
.new-dtl-gallery:hover .common-arrow {
    display: flex;
}
/****new-dtl-tab-sec****/
.new-dtl-tab-sec{ 
    padding: 80px 0;
}
.each-new-dtl-tab-content {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #888;
}
.each-new-dtl-tab-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.each-new-dtl-tab-content h2 {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    text-transform: none;
}
.each-new-dtl-tab-content h2::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #0298d7;
    position: absolute;
    left: 0;
    bottom: 0;
}
.each-new-dtl-tab-content li {
    font-family: 'NunitoSansRegular';
    font-size: 15px;
    color: #fff;
    word-break: break-word; 
    padding-bottom: 15px;
    padding-left: 30px;
    position: relative;
}
.each-new-dtl-tab-content li span{
	color: #1da3de;
	  padding-right: 15px;
}
.each-new-dtl-tab-content li::after {
    background-size: 16px;
    position: absolute;
    top: 3px;
    left: 0;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/checked.png);
    background-repeat: no-repeat;
}
.each-new-dtl-tab-content p {
    color: #fff;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-new-dtl-tab-content .tab_hedaing h4{
	color: #fff;
	border-bottom: 1px solid #fff;
    /* margin-bottom: 15px; */
    padding-bottom: 10px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1da3de;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1da3de;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.each-onderhoud-block h4 {
    color: #121212;
    font-family: 'NunitoSansRegular';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'NunitoSansRegular';
}
/****new-dtl-contact-block****/
.new-dtl-contact-block {
    background-color: #1da3de;
    padding: 80px 40px;
    max-width: 560px;
    margin: 0 8.5% 0 auto;
    text-align: center;
}
.new-dtl-contact-block h4 {
    color: #fff;
    font-family: 'NunitoSansRegular';
}
.new-dtl-contact-block p {
    color: #fff;
    line-height: 35px;
    margin: 30px 0;
    font-size: 18px;
}
.new-dtl-contact-block .common-btn {
    max-width: 200px;
    border-radius: 100px;
    height: 45px;
    line-height: 43px;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
    color: #fff;
}
.new-dtl-contact-block .common-btn img {
    width: 15px;
    margin-right: 15px;
}
.new-dtl-contact-block .common-btn:hover {
    background-color: #fff;
    color: #1c1c1c;
    border-color: #fff;
}
.new-dtl-contact-block .common-btn:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}
/***new-dtl-related-car****/
.new-dtl-related-car { 
    padding: 80px 0 20px;
}
.new-dtl-related-car h2 {
    color: #fff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
    letter-spacing: 0.5px;
    text-transform: none;
}
.new-dtl-related-car h2::after {
    content: "";
    width: 30px;
    height: 1px;
    background: #0298d7;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tab_hedaing h4{
	margin: 20px 0;
}

/***new-dtl-modal-form*****/
.modal-backdrop{ 
    display: none;
}
.new-dtl-modal-area .modal-content {
    border-radius: 0;
}
.new-dtl-modal-area .modal-dialog {
    max-width: 34%;
    margin: 7% auto 0;
}
.new-dtl-modal-area .modal {
    background-color: rgba(0, 0, 0, 0.85);
}
.new-dtl-modal-form {
    padding: 40px;
}
.new-dtl-modal-form h3 { 
    color: #1c1c1c;
    letter-spacing: 0.5px;
    text-transform: none;
}
.new-dtl-modal-form p {
    font-size: 20px;
    margin: 20px 0 40px;
}
.new-dtl-modal-form p span {
    font-family: 'NunitoSansBold';
}
.new-dtl-modal-area .close-img {
    color: rgba(0, 0, 0, 0.5);
    font-size: 25px;
    font-family: 'NunitoSansRegular';
}
.new-dtl-modal-form .form-styl {
    resize: none;
    background-color: #ececec;
    font-family: 'NunitoSansRegular';
    color: #1c1c1c;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #ececec;
    height: 40px;
    text-transform: none;
}
.new-dtl-modal-form .form-styl:focus {
    box-shadow: none;
    color: #1c1c1c;
    background: #ececec;
    border: 1px solid #bebebe;
}
.new-dtl-modal-form .form-styl:placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.new-dtl-modal-form .form-styl:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.new-dtl-modal-form .form-styl::placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.new-dtl-modal-form textarea.form-styl {
    height: 145px;
    padding: 15px;
}
.new-dtl-modal-form label {
    font-size: 15px;
    margin-bottom:10px;
    font-family: 'NunitoSansRegular';
    color: #1c1c1c;
}
.new-dtl-modal-form label span {
    color: #790000;
    margin-left: 4px;
}
.new-dtl-modal-form .form-group {
    margin-bottom: 20px;
}
.new-dtl-modal-form .common-btn {
    height: 55px;
    line-height: 53px;
    margin-top: 20px;
    max-width: 190px;
    background-color: #1da3de;
    border-color: #1da3de;
    color: #fff;
    border-radius: 100px;
}
.new-dtl-modal-form .common-btn:hover {
    background-color: #1c1c1c;
}
/*.new-dtl-tab-sec .col-lg-4 {
	height: 590px;
	margin-bottom: 20px;
    overflow: hidden;
}
.new-dtl-tab-sec .col-lg-4.moreheight {
    overflow-y: scroll;
}
/*@media(min-width:991px){
	.new-dtl-tab-sec .col-lg-4 {
	flex: 0 0 auto;
	width: 27%;
	}
}*/
.product-dtl .tble-cls td:nth-child(even) {
    padding-right: 30px;
	color: #aeaeae;
}

.header-area.stiky{
    background-color: #131313;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition:all 0.5s;
	-webkit-transition:all 0.5s;
	z-index:9999;
}
.faq-more-list {
    display: none;
}
.faq-middle-btn {
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}
.faq-middle-btn a{
	color: #00aaf4;
	font-family: 'NunitoSansExtraBold';
	font-size: 20px;
}

.tab-btm-sec {
    padding: 30px 0;
}
.tab-btm-sec.active {
    position: fixed;
    width: 100%;
    z-index: 99;
    margin: 0;
    bottom: 0;
}
.each-product{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(1,166,237,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(1,166,237,1);
	box-shadow: 0px 0px 5px 0px rgba(1,166,237,1);
}
.price-sec.tab-btm-sec:after {
	position: absolute;
    top: 0;
    right: 0;
	content: '';
	height: 100%;
    z-index: -1;
    width: 100%;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: -2px 9px 25px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: -2px 9px 25px 0px rgba(0,0,0,0.10);
    box-shadow: -2px 9px 25px 0px rgb(0 0 0 / 10%);
    background: #131313;
}
.common-padding {
    padding-right: 145px;
    padding-left: 145px;
}
.common-padding h2{
    color: #fff;
}
.btn-wrapper {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
}
.price-sec h5{
	color: #fff;
}
.mm-listview > li > a{
	text-transform: uppercase;
}
.show_mobile {
	display: none;
}
.show_border {
	display: none;
}

/*************side area**********/
.mini-right-nav li{
    margin-bottom:4px;
    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: #1c1c1c;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after{
     background-color: #68bb5f;
}
.mini-right-nav span {
    font-family: 'NunitoSansRegular';
    font-size:16px;
    bottom: 0;
    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: #1c1c1c;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(10% + 210px);
    z-index: 999;
    right: 0px;
}

li#klantenvertellen {
    position: relative;
    right: 40px;
}
/*==========faq=========*/
.faq-list-sec{
	padding: 50px 0 120px;
}
.faq-list-sec h2{
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 50px;
	margin-left: 40px;
    font-size: 31px;
}
.faq-list-sec table{
	width: 100%;
	font-size: 0;
}
.faq-list-sec tr{
	background: #f0eeee;
    width: 33.33%;
    display: inline-block;
	min-height: 375px;
}
.faq-list-sec tr:nth-child(even){
	background: #1c1c1c;
}
.faq-list-sec td{
    padding: 40px;
    max-width: 400px;
    width: 100%;
    display: inline-block;
}
.faq-list-sec h3{
	font-family: 'NunitoSansBold';
    letter-spacing: 0.4px;
    text-transform: unset;
    margin-bottom: 10px;
    font-size: 17px;
}
.faq-list-sec ul { 
	list-style-type: '- '; 
} 
.faq-list-sec li{
	font-family: 'NunitoSansRegular';
    font-size: 15px;
    border-bottom: 0px solid #dcdcdc;
    padding: 5px 10px;
}
.faq-list-sec li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.faq-list-sec tr:nth-child(even) h3, .faq-list-sec tr:nth-child(even) li{
	color: #fff;
	border-color: #333333;
}
/*====werkplts====*/
.werkplaats-list-top #search_form{
	display: none;
}
.werkplaats-list-top .tab-btn ul{
	font-size: 0;
	max-width: 1045px;
    width: 100%;
    margin: 0 auto 40px;
}
.werkplaats-list-top .tab-btn li{
	display: inline-block;
	vertical-align: top;
}
.werkplaats-list-top .tab-btn li a{
	font-family: 'NunitoSansBold';
    background: #545454;
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    margin: 0 6px 12px;
    line-height: normal;
    letter-spacing: normal;
}
.werkplaats-list-top .tab-btn li a:hover{
	background:#1da3de;
}
@media(max-width:575px){
	.werkplaats-list-top .tab-btn li a{
	    padding: 4px 7px;
	    font-size: 11px;
	    margin: 0 4px 8px;
	}
}
.whatsapp-no {
	background: #257441;
	padding: 6px 8px;
	font-family: 'NunitoSansBold';
  	font-size: 15px;
	border-radius: 100px;
	letter-spacing: 0.5px;
}
.whatsapp-no span {
	background: #33D26B;
	height: 38px;
	width: 38px;
	border-radius: 100px;
}
.whatsapp-no span img {
  	width: 18px;
}
.trade-btn{
	width: calc(100% - 38px);
}
.new-dtl-top-btn{
	margin-bottom: 60px;
	max-width: 600px;
}
.brand-area .mini-logo img{
 max-width: 75%;
}
.brand-area .bmw-logo img{
    max-width: 50%;
}
.dtl-other-btn{
    height: 3rem;
    width: 3rem;
    border: 1px solid rgb(29, 163, 222, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.dtl-other-btn:hover {
    background-color: #1da3de;
    border-color: #1da3de;
}
@media(min-width: 992px){
	.whatsapp-no{
		margin-left: 2px;
	}
}
@media(max-width: 767.98px){
	.new-dtl-top-btn {
  		margin-bottom: 30px;
  		max-width: 100%;
	}
}
/*===============garantie============*/
.garantie-banner h1, .garantie-list h2{
	font-family: 'NunitoSansSemiBold';
	letter-spacing: normal;
}
.garantie-banner h1{
  	font-size: 50px;
}
.garantie-banner:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(19, 19, 19, 0.50);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.garantie-list{
	padding: 70px 0 110px;
}
.garantie-list .mx-auto{
	max-width: 774px;
	margin-bottom: 60px;
}
.garantie-list h2{
	text-transform: unset;
	line-height: 123.529%;
}
.each-garantie{
	border: 2px solid rgba(255, 255, 255, 0.15);
	margin-bottom: 40px;
}
.each-garantie img.h-100{
	object-fit: cover;
}
.each-garantie span{
	background: #1EA3DE;
	padding: 25px 35px;
	display: block;
}
.each-garantie h6, .each-garantie h3, .each-garantie h5{
	color: #fff;
	letter-spacing: normal;
	line-height: normal;
	text-transform: unset;
}
.each-garantie h6{
	font-family: 'NunitoSansRegular';
	font-size: 14px;
	margin-bottom: 3px;
}
.each-garantie h3{
	font-family: 'NunitoSansBold';
	font-size: 32px;
}
.each-garantie h5{
	font-size: 20px;
}
.each-garantie ul{
	padding: 40px 35px;
}
.each-garantie p{
	margin: 20px 35px 0;
}
.each-garantie li, .each-garantie p{
	color: #fff;
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	letter-spacing: normal;
}
.each-garantie li{
	margin-bottom: 15px;
  	padding-left: 30px;
  	position: relative;
}
.each-garantie:last-child, .each-garantie li:last-child{
	margin-bottom: 0;
}
.each-garantie li:before{
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	width: 16px;
	height: 14px;
	background: url(../images/star.svg) no-repeat center /cover;
}
.each-garantie table{
	width: 100%;
	margin-top: 10px;
}
.each-garantie td{
	font-size: 14px;
	padding-left: 22px;
	position: relative;
}
.each-garantie td:before{
	position: absolute;
  	top: 8px;
  	left: 10px;
  	content: '';
 	width: 5px;
  	height: 5px;
	background: #fff;
	border-radius: 100%;
}