@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1c1c1c;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
.mm-listview > li .mm-next:before{
	border-color: rgba(255,255,255,0.1);
}
.mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-btn:before {
  border-color: #fff;
}
/*************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 li.whtasapp-nav a{
  	background-color: #58c04d;
}
.mini-right-nav span {
	font-family: 'NunitoSansRegular';
	font-size:16px;
	bottom: 0;
	letter-spacing: 0.5px;
	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:#171717;*/
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav li.whtasapp-nav span{
  	background-color: #58c04d;
}
.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: 20px;
	position: relative;
	z-index: 1;
}
.mini-right-nav{
	position: fixed;
	top: 50%;
	z-index: 999;
	right: 0px;
}
/****************header****************/
.header-area {
	z-index: 2;
	position: relative;
}
.header-area .col-lg-3 {
    width: 20%;
}
.header-area .col-lg-9 {
    width: 80%;
}
.logo{
	background: #1e1e1e;
	width: 100%;
	height: 100%;
	padding: 0 30px;
}
.contact-info{
	background: #fff;
    padding: 8px 60px;
}
.contact-info li {
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: #1e1e1e;
    margin-right: 80px;
    display: inline-block;
}
.contact-info li a{
	color: #1e1e1e;
}
.contact-info li a:hover{
	color: #adbb33;
}
.contact-info img {
    width: 20px;
    margin-right: 20px;
}
.contact-info .bullet-img{
	width: 14px;
}
.navigation-panel{
	padding: 20px 60px;
	background: rgba(0, 0, 0, 0.5);
}
.navigation-panel li{
	display: inline-block;
	margin-right: 70px;
}
.navigation-panel li a{
	color: #fff;
	font-family: 'NunitoSansBold';
	font-size: 16px;
}
.navigation-panel li a:hover{
	color: #adbb33;
}
.header-area .contact-info .bovag-img{
	width: 121px;
	margin-left: -20px;
	margin-right: 5px;
}
.header-area .contact-info .header-bovag-logo{
	margin-right: 0;
}
.header-bovag-logo .logo3{
	width: 120px;
	margin-right: 0;
}
/**************banner************/
.banner-sec {
	position: relative;
	margin-top: -64px;
}
.banner-sec:after {
	content: '';
	background: linear-gradient(90deg, rgba(0,0,0,0.40) 0%, rgba(255,255,255,0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.banner-content{ 
	position: absolute;
	left: 0;
	top: 53%;
	transform: translatey(-50%);
	width: 100%;
	z-index: 2;
}
.banner-content-wrap {
	max-width: 650px;
	width: 100%;
}
.banner-content p {
    color: #fff;
	margin: 45px 0;
}
/*****************product**************/
.product-sec{
	background: #1e1e1e;
	padding: 50px 0 90px;
}
.sec-heading{
	max-width: 960px;
	width: 100%;
	margin: 0 auto 70px;
}
.sec-heading h3, .sec-heading p{
	color: #fff;
}
.sec-heading p{
	margin-top: 40px;
}
.product-slider{
	padding: 0 7%;
	position: relative;
}
.product-slider .swiper-button-prev{
	top: auto;
    bottom: 25%;
}
.product-slider .swiper-button-next{
	top: 25%;
}
.product-dtl {
    background: #fff;
	padding: 40px;
	position: relative;
	left: 90px;
}
.product-dtl h2 {
    font-family: 'NunitoSansBold';
	font-size: 49px;
	color: #1c1c1c;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.product-dtl h5{
	margin-bottom: 30px;
	height: 60px;
    overflow: hidden;
}
.product-dtl .text-end h5{
	height: auto;
}
.product-dtl h6{
	font-size: 18px;
	color: #1c1c1c;
	opacity: 0.5;
	letter-spacing: 0.5px;
	line-height: 28px;
}
.each-product:nth-child(even) .product-dtl{
	left: -90px;
}
.each-product:nth-child(even){
	margin-top: -50px;
}
.product-img{
	margin-left: 20px;
}
.each-product:nth-child(even) .product-img{
	margin-left: 0;
	margin-right: 20px;
}
.each-product .common-btn{
	border: 2px solid #e5e5e5;
    background: transparent;
    color: #1c1c1c;
    line-height: 58px;
}
.each-product .common-btn:hover{
	background: #adbb33;
	border-color: #adbb33;
	color: #fff;
}
/*****************service**************/
.service-sec {
	padding: 80px 0 90px;
	position: relative;
}
.service-sec::after {
	content: '';
	background-color: #eeeeee;
	height: 100%;
	width: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.service-content {
	max-width: 620px;
    width: 100%;
    padding-right: 40px;
}
.service-content p {
	margin: 20px 0 55px;
}
.service-gal {
	padding-right: 100px;
}
.service-gal .col-lg-4 {
	padding: 5px;
}
.each-service-gal {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.each-service-gal::after {
	content: '';
	background-color: rgba(173, 187, 51, 0.5);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: -100%;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-gal:hover::after {
	top: 0;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-gal:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-gal img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.gal-heading {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 1;
}
/**************upper block**************/
.content-block {
	position: relative;
}
.content-wrap {
    max-width: 840px;
    width: 100%;
    padding: 15%;
    position: relative;
    background: #fff;
    margin: 100px -160px 100px auto;
    box-shadow: -16.728px 18.579px 43px 0px rgb(0,0,0,0.06);
	-webkit-box-shadow: -16.728px 18.579px 43px 0px rgb(0,0,0,0.06);
	-moz-box-shadow: -16.728px 18.579px 43px 0px rgb(0,0,0,0.06);
}
.content-wrap p {
	margin: 20px 0 55px;
}
.block-image img{
	height: 100%;
	object-fit: cover;
}
/****footer*****/
.footer-area{ 
	background: #1d1d1a;
	padding-left: 40px;
}
.footer-bovag-logo img{
	width: 159px;
}
.footer-bovag-logo{
/*	margin-top: 30px;*/
    margin-bottom: 10px;
}
.footer-logo-new img{
	width: 120px;
    margin-left: 10px;
}
.contact-detail {
	padding: 30px 0;
}
.footer-area li{
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    display: inline-block;
    margin-left: 80px;
}
.footer-area li img{
	width: 20px;
	margin-right: 20px;
}
.footer-area .common-btn{
	min-width: 260px;
}
.footer-menu{
	padding: 80px 0 140px;
	max-width: 920px;
	width: 100%;
}
.each-info h6{
	margin-bottom: 25px;
}
.footer-area .each-info a{
	position: relative;
	color: rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(227, 227, 277, 0.2);
    display: block;
    letter-spacing: 0.2px;
    padding-bottom: 8px;
     transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-area .each-info a:hover{
	border-color: #adbb33;
	color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-area .each-info a:after{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    background-image: url(../images/next.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    opacity: 0.2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-area .each-info a:hover:after{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.footer-area .each-info li{
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}
.footer-menu .col-md-4:first-child .each-info{
	max-width: 180px;
	width: 100%;
}
.each-info td{
	font-family: 'NunitoSansBold';
    font-size: 16px;
    color: #fff;
	opacity: 0.5;
	letter-spacing: 0.2px;
}
.each-info td:nth-child(odd) {
	padding-right: 25px;
}
.each-info p{
	color:rgba(255, 255, 255, 0.5);
	line-height: 32px;
}
.each-info span{
	float: left;
    margin-bottom: 30px;
    margin-left: -30px;
}
.each-info span img{
	width: 18px;
}
.openingtime{
	margin-left: 50px;
}


/*===========================contact page start================================*/
.inner-banner-sec{ 
	padding: 8% 0 5%;
	margin-top: -65px;
}
.inner-banner-content {
	padding-left: 8%;
}
.inner-banner-content h1 {
    font-size: 60px;
    padding: 0;
}
.inner-banner-content h1::after {
	display: none;
}
/*******/
.contact-info-sec {
	background-color: #1c1c1c;
}
.contact-info-sec .col-lg-5{
    width: 46.5%;
}
.contact-info-sec .col-lg-7{
    width: 53.5%;
}
.contact-info-block {
	padding: 13% 27% 13% 40px;
}
.contact-info-block h3 {
    color: #fff;
	margin-bottom: 30px;
}
.contact-info-block p {
    color: #fff;
}
.contact-dtl-block {
	margin-top: 80px;
}
.contact-dtl-block h6 {
    font-size: 18px;
	margin-bottom: 40px;
}
.contact-dtl-block table {
	width: 100%;
}
.contact-dtl-block table td {
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: rgba(255,255,255,0.5);
	vertical-align: top;
	padding-bottom: 17px;
}
.contact-dtl-block table td:nth-child(even) {
	padding-left: 135px;
}
.contact-dtl-block table td a {
	color: rgba(255,255,255,0.5);
}
.contact-dtl-block table td a:hover {
	color: rgba(173, 187, 51, 1);
}
.contact-dtl-block table td span {
	margin-right: 16px;
	margin-bottom: 10px;
	float: left;
}
.contact-dtl-block table td img {
	width: 20px;
}
.contact-info-sec .common-wrap,
.contact-info-sec .container-fluid {
	padding-right: 0;
}
.contact-map-info table {
	width: 100%;
}
.contact-map-info table td {
	vertical-align: top;
	font-family: 'NunitoSansRegular';
    font-size: 16px;
    color: rgba(255,255,255,0.5);
	padding-left: 26px;
	line-height: 28px;
}
.contact-map-info table td span {
	float: left;
	margin-right: 20px;
}
/*.contact-map-info table td span img {
	width: 50px;
}*/
.contact-map-info {
	position: absolute;
	width: 100%;
	bottom: 20px;
	max-width: 840px;
    left: 50%;
    transform: translate(-50%);
}
.contact-map {
	position: relative;
}
/***form***/
.form-styl {
	resize: none;
	background-color: #fff;
	font-family: 'NunitoSansRegular';
	border:0;
	border-radius:0;
	color: #1c1c1c;
	font-size:16px;
	padding:0 0 25px 0;
	border-bottom: 1px solid rgba(28, 28, 28, 0.3);
  }
  .form-styl:focus {
	box-shadow: none;
	color:#1c1c1c;
	opacity: 1;
	border-color: rgba(28, 28, 28, 0.3);
  }
  textarea.form-styl {
	  height: 90px;
  }
  .contact-form-sec .content-wrap h3 {
	margin-bottom: 40px;
  }
  .contact-form-sec .content-wrap {
	  padding: 7% 10%;
  }
  .contact-form-sec .form-group {
	  margin-bottom: 20px;
  }
  .contact-form-sec .common-btn {
	  margin-top: 10px;
  }
  .form-styl:placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #1c1c1c;
	opacity: 1;
}
.form-styl::placeholder {
	color: #1c1c1c;
	opacity: 1;
}
/*===========================overons page start================================*/
.overons-top-sec {
	overflow: hidden;
	position: relative;
}
.overons-img{
	padding-bottom: 40px;
}
.overons-img:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: '';
	background: #1c1c1c;
	z-index: -1;
}
.overons-img .left-image{
	position: absolute;
    bottom: 30px;
}
.overons-img .left-image img{
	width: 130px;
}
.overons-img td:first-child p{
	margin-bottom: 160px;
}
.overons-top-sec table {
	width: 100%;
}
.overons-top-sec table td {
	width: 50%;
	vertical-align: top;
	position: relative;
}
.overons-top-sec table td p {
	text-align: justify;
}
.overons-top-sec table td:nth-child(odd) {
	padding: 7% 9% 0% 0;
}
.overons-top-sec table td:nth-child(even) {
	padding: 7% 0 7% 9%;
}
.overons-top-sec table td:nth-child(even)::after {
	content: '';
	background-color: #1c1c1c;
	width: calc(100% + 17%);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.overons-top-sec table td h3 {
	margin-bottom: 30px;
}
.overons-top-sec table td:nth-child(even) h3,
.overons-top-sec table td:nth-child(even) p {
	color: #fff;
}
/***counter***/
.overons-counter-sec {
	padding: 160px 0;
	position: relative;
}
.overons-counter-sec::after {
	content: '';
	background-color: #f4f4f4;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.each-counter {
	white-space: nowrap;
	text-align: right;
}
.each-counter h4 {
	color: #1c1c1c;
	display: inline-block;
}
.each-counter span h4 {
	color: #fff;
}
.each-counter span {
	background-color: #adbb33;
	padding: 12px;
    margin-right: 30px;
    display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: 'NunitoSansRegular';
    font-size: 24px;
    color: #fff;
}
.overons-counter-sec .col-lg-3:nth-child(1) .each-counter,
.overons-counter-sec .col-lg-3:nth-child(2) .each-counter {
	text-align: left;
}
/***gal**/
.overons-gal {
	padding-bottom: 65px;
}
.overons-gal .each-service-gal::after {
	display: none;
}
.overons-gal .each-service-gal img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-gal .each-service-gal:hover img {
	transform: scale(1.1);
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.overons-gal .common-arrow {
	border-color: #1c1c1c;
}
.overons-gal .common-arrow img {
	filter: invert(1);
}
.overons-gal .service-gal {
	padding-right: 50px;
	padding-left: 50px;
	position: relative;
}
.overons-gal .swiper-button-next {
	right: -5%;
}
.overons-gal .swiper-button-prev {
	left: -5%;
}
.overons-gal .service-content {
	padding-right: 70px;
}
/****member*****/
.member-sec {
	background-color: #181818;
	padding: 145px 0 125px;
}
.member-heading {
	margin-bottom: 110px;
}
.member-heading h3 {
	color: #fff;
}
.each-member-info h4 {
	margin-bottom: 35px;
}
.each-member-info p {
	color: #fff;
}
.each-member-service {
	margin-top: 22px;
}
.member-sec .member-img-slider .swiper-slide-active .each-member-img {
	position: relative;
}
.member-sec .member-img-slider .swiper-slide-active .each-member-img::after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.swiper-button-next {
	right: 0;
}
.member-wrapper {
	padding-right: 7%;
	position: relative;
}
.slider-content {
	padding-right: 30%;
}
/*===========================bedankt page start================================*/
.bedankt-banner-sec::after {
	display: none;
}
.bedankt-banner-sec .banner-content-wrap {
	max-width: 745px;
}

/******************service list*****************/
.listview-block .block-image{
	width: calc(100% + 360px);
    margin-left: -360px;
}
.listview-block:nth-child(even) .block-image{
	margin-left: 0px;
}
.listview-block .content-wrap{
	margin: 0;
	max-width: 920px;
	padding: 10% 18% 8%;
}
.listview-block:nth-child(even) .content-wrap{
    text-align: right;
}
.listview-block .content-wrap p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listview-block{
	background: #1b1b19;
}
.listview-block:nth-child(even){
	background: #f1f1f1;
}

/*===========================service-dtl page start================================*/
.service-dtl-bk-btn {
	background-color: #1c1c1c;
	padding: 145px 0 40px;
	margin-top: -65px;
}
.service-dtl-bk-btn .common-btn {
	margin-right: 130px;
	background-color: transparent;
	border: 1px solid #fff;
}
.service-dtl-bk-btn .common-btn:hover {
	background-color: #adbb33;
	border-color: #adbb33;
}
/**top****/
.service-dtl-top-sec {
	background-color: #1c1c1c;
	position: relative;
}
.service-dtl-top-text {
	padding: 0 10% 100px 16%;
}
.service-dtl-top-text h3 {
	color: #fff;
	margin-bottom: 35px;
}
.service-dtl-top-text p {
	color: #fff;
}
.service-dtl-top-img {
	position: absolute;
	z-index: 1;
	top: 92px;
	right: 6%;
}
/***mid***/
.service-dtl-mid-sec {
	padding: 70px 0 110px;
}
.service-dtl-mid-wrapper {
	padding-left: 10%;
}
.service-dtl-mid-sec h3{
	margin-bottom: 40px;
}
.service-dtl-mid-sec table {
	width: 100%;
}
.service-dtl-mid-sec table td {
	width: 50%;
	vertical-align: top;
}
.service-dtl-mid-sec table td:nth-child(odd) {
	padding-right: 35px;
}
.service-dtl-mid-sec table td:nth-child(even) {
	padding-left: 35px;
}

/*===========================aanbod-dtl page start================================*/
/**top**/
.aanbod-dtl-top-sec {
	padding: 185px 0 50px;
	margin-top: -65px;
	background-color: #1c1c1c;
}
.aanbod-dtl-top-sec h3 {
	color: #fff;
	margin-bottom: 10px;
}
.aanbod-dtl-top-name h4 {
	padding-left: 70px;
}
.aanbod-dtl-top-price h4 {
	font-family: 'NunitoSansBold';
	padding-right: 125px;
}
.dtl-top-slider .swiper-button-prev {
	left: 5%;
}
.dtl-top-slider .swiper-button-next {
	right: 5%;
}
.aanbod-dtl-inner-wrap {
	padding-left: 10%;
	padding-right: 10%;
}
.each-dtl-top-car{
	overflow: hidden;
}
.each-dtl-top-car img{
	margin: -5% 0;
}
/****info sec***/
.aanbod-dtl-info-sec {
	background-color: #1c1c1c;
}
.aanbod-dtl-info-block {
	background-color: #2b2b2b;
    color: #fff;
	padding: 65px;
	margin-right: 7%;
}
.aanbod-dtl-info-block h4 {
	color: #fff;
	margin-bottom: 45px;
}
.aanbod-dtl-info-block ul li {
	font-family: 'NunitoSansBold';
    font-size: 16px;
    color: #fff;
    padding-bottom: 5px;
    word-break: break-word;
	width: 48%;
    display: inline-block;
    vertical-align: top;
}
.aanbod-dtl-info-block ul li:nth-child(even) {
    color: rgba(300, 3000, 3000, 0.75);	
    font-family: 'NunitoSansRegular';
    padding-left: 30px;
}
.each-aanbod-cont-info {
	padding: 15px 20px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	margin-top: 10px;
	color: #fff;
}
.each-aanbod-cont-info a:hover{
	color: #fff;
}
.each-aanbod-cont-info img {
	width: 30px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	margin-right: 22px;
}
.each-aanbod-cont-info p {
	margin-bottom: 0;
	margin-top: 2px;
	color: #fff;
}
.each-aanbod-cont-info table {
	width: 100%;
}
.each-aanbod-cont-info table td:nth-child(odd) {
	width: 10%;
}
.each-aanbod-cont-info table td:nth-child(even) {
	width: 90%;
}
.aanbod-dtl-info-contact h4 {
	margin-bottom: 25px;
}
.aanbod-dtl-info-contact {
	margin-left: 7%;
	margin-top: 24%;
}
.aanbod-dtl-info-wrap{
	margin-top: -200px;
	position: relative;
	z-index: 1;
}
/**aanbod-dtl-gal*****/
.aanbod-dtl-gallery-sec {
	padding: 80px 0;
	background-color: #1c1c1c;
}
.aanbod-dtl-gallery-sec .gallery-img {
	margin: 0 5px 20px 5px;
	position: relative;
}
.aanbod-dtl-gallery-sec .gallery-img .aanbod-dtl-gal-icon {
	position: absolute;
	top: 20px;
	right: 20px;
}
.aanbod-dtl-gallery-sec .less-gallery-images .col-6:last-child .gallery-img{
	position: relative;
}
.aanbod-dtl-gallery-sec .overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background:#000;
	opacity: 0.4;
}
.aanbod-dtl-gallery-sec .gallery-image-content{
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.aanbod-dtl-gallery-sec .gallery-image-content img{
	width: 55px;
	margin-bottom: 15px;
}
.aanbod-dtl-gallery-sec .more-gallery-images{
	display: none;
}
/****tab sec***/
.dtl-tab-sec {
	background-color: #1c1c1c;
	padding-bottom: 50px;
}
.dtl-tab-sec .nav-tabs {
    border-bottom: 0;
} 
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    width: calc(16.667% - 10px);
    margin-right: 10px;
    text-align: center;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    border: 1px solid #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 25px 0;
    border-radius: 0;
    width: 100%;
	position: relative;
	z-index: 1;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::after {
	content: '';
	width: calc(100% + 2px);
	height: calc(100% + 15px);
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -1px;
	z-index: -1;
	display: none;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    background-color: #fff;
    color: #141414;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active::after {
	display: block;
}
.tab-content-wrapper {
	margin-top: 10px;
	background-color: #fff;
	padding: 80px;
	margin-right: 10px;
}
.tab-content-wrapper .foto_upload{
	line-height: normal;
}
.tab-content-wrapper .form-group{
	margin-bottom: 30px;
}
.tab-content-wrapper .form-styl{
	padding-bottom: 15px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.bullet-panel h5 {
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'NunitoSansBold';
}
.bullet-panel:last-child h5 {
	text-transform: initial;
	border-bottom: 0;
	font-size: 24px;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'NunitoSansRegular';
    font-size: 18px;
    color: #1c1c1c;
    padding-bottom: 10px;
    word-break: break-word;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 20px;
    position: relative;
    font-family: 'NunitoSansRegular';
}
.dtl-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 8px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(../images/black-bullet.svg);
    background-repeat: no-repeat;
}
.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 9px;
    padding-left: 20px;
    background-size: 8px;
    color: rgba(0, 0, 0, 0.5);
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1c1c1c;
    font-size: 16px;
    line-height: 24px;
}
.left-bg-block h6 {
    line-height: 30px;
    color: #fff;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #1c1c1c;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
    background-color: #fff;
}
.each-onderhoud-block h4 {
    color: #1c1c1c;
    font-family: 'NunitoSansBold';
    font-size: 24px;
}
.each-onderhoud-block h5 {
    color: #1c1c1c;
    margin: 10px 0px 30px;
    font-size: 18px;
    font-family: 'NunitoSansBold';
}
.aanbod-dtl-related-product .product-slider .swiper-button-next,
.aanbod-dtl-related-product .product-slider .swiper-button-prev {
	top: 50%;
}
.aanbod-dtl-related-product .sec-heading {
	margin-bottom: 130px;
}
.opties-contact-area .each-aanbod-cont-info {
	background-image: url(../images/opties-contact.jpg);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-top: 20px;
}
.opties-contact-area{
	margin-top: 30px;
	max-width: 410px;
	width: 100%;
}
.aanbod-dtl-related-product {
	padding-bottom: 130px;
}
/*===========================aanbod page start================================*/
/***anbod-filer-area***/
.anbod-filer-area{
	background-color: #1c1c1c;
	padding-top: 191px;
	margin-top: -65px;
}
.filter-left-area h3,
.filter-left-area h4{
	color: #fff;
}
.filter-right-area {
    width: 100%;
    /*max-width: 582px;*/
    margin-left: auto;
}
.filter-wrap{
	width: calc(100% - 82px);
}
.search-box{
	width: 60px;
    height: 60px;
}
.filter-right-area .text-end a{
	margin-top: 5px;
	display: block;
}
.filter-right-area .col-lg-5{
	width: 43%;
	padding-right: 0;
	padding-left: 10px;
}
.filtar-main{
	border-bottom: 1px solid #a7a7a7;
	padding-bottom: 25px;
}
.filter-right-area .col-lg-2{
	width: 14%;
}
.anbod-filer-area .select-style{
	color: #fff;
    border: 2px solid #fff;
    padding: 0 15px;
    width: 100%;
    letter-spacing: 0.4px;
    background: url(../images/down-arrow.png) #1c1c1c no-repeat 92% center/10px;
    border-radius: 0;
    height: 60px;
    line-height: 58px;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
}
.select-style option{
	font-family: sans-serif;
}
.filter-right-area button{
	background-color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
	border: none;
}
.filter-right-area button img{
	width: 20px;
	filter: invert(1);
	-webkit-filter: invert(1);
	transform: rotate(-90deg);
}
/***aanbod-product-area***/
.aanbod-product-area{
	background-color: #1c1c1c;
	padding-top: 100px;
	padding-bottom: 100px;
}
.aanbod-product-box{
	margin-bottom: 40px;
}
.aanbod-product-txt{
	background-color: #121212;
	padding: 15px 22px 0 22px;
}
.aanbod-product-txt h3{
	color: #fff;
	font-family: 'NunitoSansBold';
}
.aanbod-product-txt h4{
	font-family: 'NunitoSansBold';
	margin-bottom: 5px;
	color: #fff;
	margin-top: -10px;
}
.anbod-product-main {
    padding: 0 6%;
}
.aanbod-product-txt h5{
	color: rgb(255,255,255,0.5);
	margin-bottom: 25px;
	height: 60px;
	overflow: hidden;
}
.aanbod-product-txt td h5, .aanbod-product-txt .product-details-right h5{
	height: auto;
}
.product-detail-left table{
	width: 100%;
}
.product-detail-left table td{
	vertical-align: top;
/*	width: 33.33%;*/
	padding-left: 40px;
	padding-top: 20px;
}
.product-detail-left td:first-child{
	padding-left: 0;
}
.product-detail-left table tr{
	border-top: 1px solid #fff;
    display: flex;
    justify-content: space-around;
}
.product-details-right {
	float: right;
}

/*===========================verkocht page start================================*/
.verkocht-product-sec .product-detail-left table td {
/*	width: 100%;*/
	display: block;
	padding-left: 0;
	padding-top: 0;
}
.verkocht-product-sec .product-detail-left table td:last-child {
	padding-bottom: 20px;
}
.verkocht-product-sec .aanbod-product-txt h5 {
	margin-bottom: 0;
}
#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-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Avenir-Medium';
	font-size: 22px;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
	padding-bottom: 6px;
	word-break: break-word;
	margin: 0px !important;
	font-size: 18px;
	color: #1c1c1c;
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.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;
}
.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{
	line-height: 57px;
}
#bdIframe{
	height: 930px;
/*	height: 1550px;*/
}
.aanbod-product-box img{
	image-rendering: -webkit-optimize-contrast;
}
.product-img img{
	image-rendering: -webkit-optimize-contrast;
}
.gallery-img img{
	image-rendering: -webkit-optimize-contrast;
}
.each-dtl-top-car img{
	image-rendering: -webkit-optimize-contrast;
}
/*=================popup================*/
.modal-area .modal-dialog {
    max-width: 72%;
    margin: 12% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.6);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h3{
	color: #1e1e1e;
}
.modal-area .popup-content p{
    margin: 20px 0 0;
    text-align: left;
}
.modal-area .popup-content {
    padding: 30px 15%;
    background-color: #fff;
}
.close-img {
    font-family: 'NunitoSansRegular';
    font-size: 23px;
    color: #1e1e1e;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
}
.pop-up-image {
	height: 100%;
	background-image: none !important;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
/*==========dropdown==========*/
.header-area .dropdown-menu {
	padding: 5px 0 0;
	border-radius: 0;
	background-color: transparent;
	border: 0;
	min-width: 200px;
}
.header-area .dropdown-menu a {
	padding: 12px;
    background: #adbb33;
    color: #fff;
    display: block;
}
.header-area .dropdown-menu a:hover {
	background:#fff;
	color: #adbb33;
}
.header-area .dropdown:hover>.dropdown-menu {
	display: block;
}
