@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: '34095';
    font-size: 16px;
    color: #fff;
}
#page{
	overflow: hidden;
	position: relative;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    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);
}
/*************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: #36b84e;
}
.mini-right-nav span {
  font-family: '34095';
  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: #36b84e;
}
.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{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	padding: 40px 0;
}
.header-area2{
    position: fixed;
	background-color: #121212;
    z-index: 2;
    top: 0;
    width: 100%;
    padding: 20px 0;
    opacity: 0.9;
}
.desktop-nav, .desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
}
.desktop-nav .nav-link, .desktop-nav .nav-link:hover{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
a.navbar-brand img{
    width: 320px;
}
.menu-icon a{
	color: #fff;
}
.desktop-nav .nav-item {
	padding-left: 60px;
	/*font-size: 20px;*/
	font-size: 18px;
	/*font-family: '34093';*/
	font-family: '34095';
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.menu-bar {
    width: 28px;
    margin-left: 30px;
    margin-top: 3px;
}
.menu-bar div, .menu-bar::after, .menu-bar::before {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 4px 0;
}
.menu-icon.active .menu-bar div {
    width: 15px;
}
/****menu-items******/
.menu-items{
	position: absolute;
    top: 120px;
    width: 100%;
    max-width: 260px;
    background: #1b1b1b;
    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: 40px 0;
}
.menu-items li a {
    font-family: '34093';
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    width: 100%;
    padding: 14px 30px;
    letter-spacing: 0.2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items li.active a, .menu-items li a:hover {
    background: #b10000;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    opacity: 1;
}
.menu-items li a:hover:after{
	opacity: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-icon.active img{
	transform: rotate(45deg);
}
/************banner***************/
.banner-sec {
	position: relative;
	height: 95vh;
	overflow: hidden;
}
#banner_video, #banner_video div{
	height: 100%;
	width: 100%;
}
#banner_video div{
	padding: 0 !important;
	position: static !important;
}
#banner_video iframe {
   width: 100vw !important;
   height: 56.25vw !important; 
   min-height: 100vh !important;
   min-width: 177.77vh !important;
   position: absolute;
   top: 50% !important;
   left: 50% !important;
   transform: translate(-50%, -50%) !important;
}
.banner-content {
	position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.banner-sec:after, .banner-sec:before{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
	content: '';
	background-image: url(../images/banner-overlay.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner-sec:before{
	height: 100%;
	background-image: url(../images/gradient.png);
}
.banner-button {
	top: 50%;
  	transform: translateY(-50%);
  	left: 0;
  	z-index: 2;
}
.banner-button .common-btn{
	margin: 0 4px 8px;
	background: #fff;
	border-color: #fff;
}
.banner-button .common-btn{
	background: #fff;
  	border-color: #fff;
  	color: #121212;
}
.banner-button .common-btn.color-btn{
	background: #b10000;
  	border-color: #b10000;
  	color: #fff;
}
.banner-button .common-btn:hover, .banner-button .common-btn.color-btn:hover{
	background: #121212;
  	border-color: #2b2b2b;
  	color: #fff;
}
/**********icon block********/
.icon-area{
	background: #121212;
}
.icon-image{
	height: 95px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.icon-image img{
	width: 90px;
}
.icon-image .avatar-image{
	width: 60px;
}
.each-icon{
	margin-top: -90px;
    position: relative;
    z-index: 1;
}
/*************product***********/
.product-sec{
	background: #f8f8f8;
}
.product-slider{
    position: relative;
    padding-bottom: 20px;
}
.product-slider:before{
	position: absolute;
    top: 0;
    width: 100%;
    height:502px;
    content: '';
    background: #121212;
}
.sec-heading{
    background: #121212;
    padding: 100px 0 80px;
}
.sec-heading-wrap{
	max-width: 840px;
	width: 100%;
	margin:auto;
}
.sec-heading p{
	margin-top: 30px;
    color: #ffffff;
}
.product-dtl{
	background: #fff;
	padding: 10px;
}
.product-image{
    overflow: hidden;
}
.product-image img{
    margin-top: -4%;
    margin-bottom: -4%;
}
.product-info-wrap{
    padding: 30px;
}
.product-dtl table{
/*	margin-bottom:11%;*/
	margin-bottom:6%;
/*	margin-bottom:40px;*/
}
.product-dtl td{
	width: 33.33%;
	vertical-align: top;
}
.product-dtl td:nth-child(2){
	padding-left: 40px;
}
.product-dtl td h4, .product-dtl h5{
	color: #9d9d9d;
	letter-spacing: 0.5px;
}
.product-dtl h5{
	margin: 6px 0 30px;
}
.thumb-img {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .3s;
    height: 0;
    overflow: hidden;
}
.each-product .thumb-img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02);
    transition: transform .6s cubic-bezier(.08, .35, .13, 1.02);
    margin-bottom: 20px;
}
/**********gallery**********/
.gallery-sec{
    position: relative;
}
.gallery-sec:before{
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    content: '';
    background: #f8f8f8;
}
.each-gal {
    position: relative;
    margin: 100px 0;
}
.each-gal:hover{
    z-index: 9;
}
.each-gal img{
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}
.each-gal:hover img{
    transform: scale(1.2);
}
.gal-heading{
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-transform: uppercase;
}
.gallery-sec .common-arrow{
	width: 50px;
	height: 50px;
	background: #1c1c1c;
	transform: translateY(-50%);
}
.gallery-sec .swiper-button-next{
	right: 0;
}
.gallery-sec .swiper-button-prev{
	left: 0;
}
/***********counter*************/
.counter-sec {
    padding: 60px 0 90px;
}
.counter-text {
    max-width: 690px;
    width: 100%;
}
.counter-text h2, .each-counter-box h5{
    color:#0a0a0a;
}
.counter-text p {
    margin: 30px 0 40px;
}
.count-box {
    border: 1px solid #eaeaea;
    width: 128px;
    height: 128px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.each-counter-box {
    margin-bottom: 90px;
}
.counter-wrap{
    max-width: 540px;
    width: 100%;
    margin-left: auto;
}
.each-counter-box:hover .count-box{
    border-color: #b10000;
}
.each-counter-box:hover .count-box h4{
    color: #b10000;
}
.each-counter-box p{
    font-size: 0;
}
.each-counter-box:hover h5{
    font-size: 0;
}
.each-counter-box:hover p{
    font-size: 15px;
}
/*************footer**************/
.footer-area {
    background: #121212;
    padding-top: 90px;
}
.footer-logo{
    width: 40%;
}
.address-dtl h4{
    margin-bottom: 20px;
    color: #fff;
}
.address-dtl h4 span{
    color: #b10000;
}
.address-dtl{
    margin-bottom: 70px;
}
.address-dtl p{
   /* font-size: 20px;*/
   font-size: 18px;
    line-height: 32px;
    color: #fff;
}
.social-icons{
    /*margin-top: 140px;*/
    margin-top: 70px;
    margin-bottom: 30px;
}
.social-icons a img{
    width: 28px;
}
.social-icons li{
    display: inline-block;
    margin-right: 30px;
}
.brand-img{
    margin-left: 10px;
	max-width: 140px !important;
}
.footer-menubar{
    background: #1b1b1b;
    padding: 60px 0 50px;
}
.footer-menubar li{
    font-family: '34095';
    /*font-size: 25px;*/
	font-size: 18px;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-right:70px;
}

/**********************************contact page start**********************************************/
.map-sec {
	height: 890px;
	position: relative;
}
.map-sec::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
    content: '';
    background-image: url(../images/map-blur.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}
.contact-dtl-sec {
	padding: 70px 0 140px;
	background-color: #121212;
}
.contact-dtl-wrapper {
	padding: 0 50px;
}
.contact-dtl-sec h2 {
	margin-bottom: 40px;
}
.contact-time table {
	margin-bottom: 30px;
}
.contact-time table td {
	font-family: '34093';
    font-size: 20px;
	color:#fff;
	line-height: 30px;
}
.contact-time table td:nth-child(even) {
	padding-left: 40px;
}
.contact-dtl-sec h6 {
	font-family: '34093';
    font-size: 20px;
	color:#fff;
}
.contact-dtl-sec .address-dtl:last-child {
	margin-bottom: 0;
}
.contact-dtl-sec .address-dtl:first-child {
	margin-bottom: 90px;
}
.contact-info .cont-adrs {
	margin-top: 90px;
}
.contact-info .cont-adrs h6 {
	line-height: 30px;
}
.form-sec {
	padding: 80px 0 170px;
}
.form-wrapper {
	padding: 0 50px;
}
.form-sec h2 {
	color:#0a0a0a;
	margin-bottom: 40px;
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 0;
    font-family: '34091';
	font-weight: bold;
    border: 0;
    color: rgba(10, 10, 10, 0.5);
    font-size: 15px;
    border-radius: 0;
	padding: 0 30px;
	border: 2px solid #dddddd;
    height: 64px;
}
textarea.form-styl {
	padding: 30px 30px 43px;
}
.form-group {
	margin-bottom: 10px;
}
.form-styl::placeholder {
    color: rgba(10, 10, 10, 0.5);
	font-family: '34091';
	font-weight: bold;
}
.form-styl::-moz-placeholder {
    color: rgba(10, 10, 10, 0.5);
	font-family: '34091';
	font-weight: bold;
}
.form-styl:-moz-placeholder {
    color: rgba(10, 10, 10, 0.5);
	font-family: '34091';
	font-weight: bold;
}
.form-styl:focus {
	box-shadow: none;
	font-family: '34091';
	font-weight: bold;
    color: rgba(10, 10, 10, 0.5);
    font-size: 15px;
	border-color: #dddddd;
}
.form-sec .common-btn, .inruilen_tab .common-btn, .each-listview-text .common-btn{
	background-color: #0a0a0a;
	color: #fff;
	border-color: #0a0a0a;
	width: 250px;
}
.form-sec .common-btn:hover, .inruilen_tab .common-btn:hover, .each-listview-text .common-btn:hover{
	background-color: transparent;
	background-color: #b10000;
	border-color: #b10000;
}
/****inner banner*****/
.inner-banner-sec {
	padding: 170px 0 70px;
}
/**********************************service page start**********************************************/
.each-listview-text {
	max-width: 765px;
  	margin: auto;
  	padding: 0 60px;
}
.each-listview-text h2 {
	color:#0a0a0a;
}
.each-listview-text p {
	margin: 40px 0 45px;
	display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 580px;
}
/**********************************service-dtl page start**********************************************/
.service-dtl-mid-sec {
	background-color: #121212;
}
.service-dtl-mid-sec .each-listview-text {
	padding-bottom: 30px;
	padding-top: 30px;
}
.service-dtl-mid-sec .each-listview-text h2 {
	color: #fff;
}
.service-dtl-mid-sec .each-listview-text p {
	color: #fff;
	display: block;
	margin-bottom: 0;
}
.service-dtl-mid-sec .each-listview-text {
	height: 100%;
	width: 100%;
}
.service-dtl-mid-sec .each-listview-text-wrap {
	vertical-align: middle;
}
.service-dtl-top-sec .each-listview-text p {
	margin-bottom: 0;
	display: block;
}
.service-dtl-top-sec .each-listview-text  {
	padding-top: 25%;
	padding-bottom: 60px;
	height: 100%;
	width: 100%;
}
.service-dtl-bk-btn .container {
	position: relative;
}
.service-dtl-bk-btn .common-btn {
	position: absolute;
	z-index: 1;
	top: 107px;
	left: 60%;
}
.service-dtl-gal-sec {
    padding: 0;
}
.service-dtl-gal-sec::before {
    display: none;
}
.service-dtl-gal-sec h2 {
    color: #0a0a0a;
}
.service-dtl-gal-sec{
   position: relative;
}
.service-dtl-gal-sec:after{
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    background: #121212;
    height: 50%;
    left: 0;
}
/**********************************overons page start**********************************************/
.overons-top-sec .each-listview-text {
	padding-bottom: 30px;
	padding-top: 30px;
	height: 100%;
	width: 100%;
}
.overons-top-sec .each-listview-text-wrap {
	vertical-align: middle;
}
.overons-top-sec .each-listview-text p {
	display: block;
	margin-bottom: 0;
}
.overons-member-sec {
	background-color: #121212;
}
.mob-member-btn {
	display: none;
}
.each-member {
	position: relative;
	text-align: center;
}
.each-member h4 {
	/*font-size: 22px;*/
	font-size: 18px;
	font-family: '34093';
	color: #fff;
	position: absolute;
	bottom: 55px;
	width: 100%;
}
.overons-member-sec .each-listview-text h2 {
	color: #fff;
}
.overons-member-sec .each-listview-text p {
	color: #fff;
	display: block;
	margin-bottom: 95px;
}
.overons-member-sec .common-arrow img {
	width: 20px;
}
.overons-member-sec .swiper-button-prev {
	left: 15%;
	top: auto;
}
.overons-member-sec .swiper-button-next {
	left: 15%;
	right: auto;
	left: calc(100% - 80%);
	top: auto;
}
.overons-form-sec {
	padding: 92px 0 188px;
	background-color: #f8f8f8;
}
.overons-form-sec .form-styl {
	background-color: #f8f8f8;
}
.overons-member-sec .col-lg-6:nth-child(2) {
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}
.overons-counter-sec {
    padding: 120px 0 30px;
}

/**********************************aanbod page start**********************************************/
.aanbod-filter-sec {
	background-color: #f8f8f8;
}
.aanbod-filter-wrapper {
	background-color: #fff;
	padding: 35px 40px;
}
.select-style {
	width: 100%;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    height: 70px;
    line-height: 69px;
    font-family: 'MarkSimonsonProximaNovaAltLight';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/aanbod-d-arrow.png) #fff no-repeat 80% center/10px;
    color: #b4b4b4;
    padding: 0 23px;
    margin-bottom: 15px;
}
.aanbod-filter-sec .col-lg-3 {
	-ms-flex: 0 0 18.5%;
	flex: 0 0 18.5%;
	max-width: 18.5%;
}
.aanbod-filter-sec .col-lg-3:last-child {
	-ms-flex: 0 0 25.5%;
	flex: 0 0 25.5%;
	max-width: 25.5%;
}
.aanbod-filter-sec .common-btn {
	max-width: 100%;
	height: 70px;
	line-height: 68px;
	background-color: #121212;
	color: #fff;
	border-color: #121212;
}
.aanbod-filter-sec .common-btn:hover {
	background-color: #b10000;
	border-color: #b10000;
}
.aanbod-product-sec .filter-grid {
	max-width: 210px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 65px;
}
.aanbod-product-sec .aanbod-each-filter-grid {
	font-size: 16px;
    color: #000000;
    font-family: '34093';
    text-align: center;
    line-height: 48px;
    height: 50px;
    opacity: 0.5;
	cursor: pointer;
	margin-left: 5px;
}
.aanbod-product-sec .aanbod-each-filter-grid.active {
	opacity: 1;
}
.aanbod-product-sec .aanbod-each-filter-grid img {
	width: 26px;
	margin-right: 10px;
	margin-top: -5px;
}
.aanbod-product-sec {
	background-color: #f8f8f8;
	padding: 40px 0 75px;
}
.aanbod-product-sec .each-product {
	margin-bottom: 35px;
}
/**********************************aanbod-dtl page start**************************************/
.aanbod-dtl-header {
	position: relative;
	background-color: #121212;
    padding: 32px 0;
}
.aanbod-dtl-header .menu-items{
    top: 170px;
}
.aanbod-dtl-top-sec {
	position: relative;
	padding-bottom: 55px;
	padding-top: 188px;
}
.aanbod-dtl-top-wrapper {
	padding: 0 20px;
}
.aanbod-dtl-top-sec h3 {
	display: inline-block;
}
.aanbod-dtl-top-sec h4 {
    color: #9d9d9d;
	display: inline-block;
	margin-left: 50px;
}
.dtl-car-info {
	padding: 45px 0;
	background-color: #f8f8f8;
}
.dtl-car-info .col-lg-3 {
	border-left: 2px solid rgba(157,157,157,0.5);
}
.dtl-car-info .col-lg-3:first-child {
	border-left: 0;
}
.car-info-block h4 {
    color: #9d9d9d;
}

.dtl-car-info, .tab-btn-sec, .aanbod-dtl-tab-sec, .aanbod-dtl-contact, .product-sec, .footer-area {
    width: 100%;
    display: inline-block;
}
/***tab btn******/
.tab-btn-sec {
	padding: 75px 0 40px;
}
.tab-btn-wrapper {
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 40px;
}
.tab-nav-btn li {
	font-family: '34095';
    font-size: 25px;
    color: rgba(18, 18, 18, 0.59);
    display: inline-block;
    letter-spacing: 0.75px;
    margin-right: 42px;
    line-height: 35px;
	cursor: pointer;
}
.tab-nav-btn li:hover {
	color: #b10000;
}
.tab-nav-btn li:last-child {
	margin-right: 0;
}
.tab-nav-btn li.active {
	color: #b10000;
}
.dtl-car-price{
    display: flex;
}
.dtl-car-price h3{
	margin-bottom: 15px;
}

.dtl-car-price h3:nth-child(2){
    opacity: 0.5;
    margin-left: 15px;
}
.col-md-12.star_contnt{
    margin-bottom: 30px;
}
/***tab content****/
.each-tab-content {
	padding-bottom: 95px;
	margin-bottom: 105px;
	border-bottom: 2px solid #f2f2f2;
}
.each-tab-content:last-child {
	margin-bottom: 0;
}
.each-tab-content p {
	font-size: 15px;
    color: #1c1c1c;
    font-family: '34093';
}
.kenmerken-tab-wrapper {
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 105px;
}
.kenmerken-tab-wrapper .each-tab-content {
	border: 0;
	margin-bottom: 0;
}
.kenmerken-tab ul li {
	width: 48%;
    display: inline-block;
    vertical-align: top;
    font-family: '34093';
    font-size: 17px;
    padding-bottom: 10px;
	color: #0c0c0c;
	opacity: 0.7;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 20px;
    background-size: 7px;
    opacity: 1;
}
.tab-common-heading h3 {
	margin-bottom: 35px;
}
.kenmerken-tab-wrapper .tab-common-heading {
	margin-top: 95px;
}
.opties-image {
	position: relative;
}
.opties-gallery {
    margin-top: -5%;
}
.opties-slider .swiper-slide-prev .opties-image::after,
.opties-slider .swiper-slide-next .opties-image::after {
	position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/overlay-prev.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 2;
}
.opties-slider .swiper-slide-next .opties-image::after {
	left: auto;
	right: 0;
	background-image: url(../images/overlay-nxt.png);
}
.each-opties-slide h4{
	margin: 28px 0 0 50px;
	font-family: '34093';
	color: #000000;
}
.opties-slider .common-arrow{
    transform: translateY(-50%);
}
.opties-slider .common-arrow img {
	width: 25px;
}
.opties-slider .swiper-button-prev {
	left: 50px;
	z-index: 5 !important;
}
.opties-slider .swiper-button-next {
	right: 50px;
	z-index: 5;
}
.alge-divider {
	border-top: 2px solid #f2f2f2;
	margin: 140px 0 115px;
}
.opties-gallery .tab-common-heading h3 {
	margin-bottom: 40px;
}
.bullet-panel ul li {
	padding-left: 20px;
	position: relative;
	font-family: '34093';
	font-size: 17px;
	padding-bottom: 10px;
	color: #0c0c0c;
}
.bullet-panel li:after {
	padding-left: 15px;
	background-size: 7px;
	position: absolute;
	top: 12px;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
}
.tab_hedaing {
	padding-bottom: 20px;
}
.tab_hedaing h6 {
	color: #0a0a0a;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 10px;
    font-size: 24px;
    font-family: '34095';
}
.bullet-panel {
	margin-bottom: 20px;
}
.each-onderhoud-block {
	display: flex;
    margin-bottom: 20px;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b10000;
    font-size: 16px;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #0a0a0a;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.block-dtls h4 {
    font-size: 18px;
    color: #0a0a0a;
	font-family: '34095';
}
.block-dtls h5 {
    margin: 10px 0px 30px;
    font-family: '34093';
    /*font-size: 16px;*/
    font-size: 17px;
    color: #0a0a0a;
}
.left-bg-block h6 {
	font-size: 16px;
}
/*****contact****/
.aanbod-dtl-contact {
	padding: 110px  0 160px;
}
.aanbod-dtl-product-slider {
	padding-bottom: 120px;
}
/*****************************************bedankt page start***************************************/
.bedankt-banner-sec {
	position: relative;
}
.bedankt-banner-sec::after {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
	content: '';
	background-image: url(../images/banner-overlay.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bedankt-banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50% );
	max-width: 825px;
	width: 100%;
	z-index: 2;
}
.bedankt-banner-content p {
    color: #fff;
	margin: 30px 0 60px;
}
.bedankt-banner-content .common-btn {
	color: #fff;
}
.bedankt-banner-content .common-btn:hover {
	background-color: #b10000;
}

/**********************************aanbod-list page start**************************************/
.aanbod-list-product-sec .each-product {
	background-color: #fff;
}
.aanbod-list-product-sec .product-dtl {
	height: 100%;
	padding: 0 6%;
}
.aanbod-list-product-sec .product-dtl h3 span {
	color: #b10000;
}
.aanbod-list-product-sec .product-dtl h4 {
	display: inline-block;
}
.aanbod-list-product-sec .product-dtl h6 {
	color: #9d9d9d;
	font-family: '34095';
	font-size: 20px;
	display: inline-block;
	margin-left: 10px;
}
.aanbod-list-product-sec .product-dtl h5 {
	margin: 10px 0 95px;
}
/**********************************verkocht page start**************************************/
.verkocht-product-sec {
	padding: 75px 0 40px;
}
.verkocht-product-sec .product-dtl h5 {
	margin-bottom: 0;
}

/*************pop up*************/
.modal-backdrop{
    z-index: 1;
}
.modal-area .modal-dialog {
    max-width: 82%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(255, 255, 255, 0.5);
}
.modal-area .close-img {
    position: absolute;
    color: #212121;
    font-size: 23px;
    top: 40px;
    left: 50px;
    cursor: pointer;
    z-index: 1;
}
.modal-area .close-img img {
    width: 15px;
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0px;
    position: relative;
}
.modal-area .popup-content p{
    margin: 30px 0 0;
}
.modal-area .popup-content {
    padding: 18% 15%;
	position: relative;
	background-color: #fff;
}
.modal-area .pop-up-image img{
   height: 100%;
   object-fit: cover;
}
.modal-area .popup-content h2 {
	color: #121212;
}




/*** Neo 19 ***/

/* 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;
}
/*****(normal)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;
}
/*****(normal)morgen footer end********/
/* 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;
}
/*********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: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    font-size: 16px;
    color:#1c1c1c;
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.car-btn{
    background: transparent;
    border: none;
    cursor: pointer;
}
.each-product .car-btn{
	display:none;
}
/* Privacy */
.privacy_section{
    padding-top: 100px;
    padding-bottom: 30px;
    background-color: #000000;
}
.privacy_sec h3{
	color: #ffffff;
}
.privacy_sec p{
	color: #ffffff;
}
.error_background{
    padding-top: 150px;
    background-color: #000000;
}
.aanbod-filter-wrapper a.float-right{
    color: #121212;
}
.onderhouden img{
    height: 30px;
    width: 80px !important;
    padding-left: 10px;
}
.foto_upload{
    line-height: 62px;
}
.calsty {
  width: 100%;
  height: 1280px;
  padding: 0px;
  background: #F6F6F6;
  border: none;
}
.grecaptcha-badge{
	Z-index:999;
}
.calsty{ border: 0; width: 100%; height: 1000px; background: transparent; }

/*===========werkplaats=============*/
.wrkplts-list h2, .wrkplats-dtl h2, .wrkplts-btm-block h2, .wrkplts-form h2, .wrkplats-slider h2{
	font-family: 'LamaSansSemiBold';
	letter-spacing: 0.4px;
	color: #151515;
}
.wrkplts-list p, .wrkplats-dtl p, .wrkplts-content-block p, .wrkplts-btm-block li, .wrkplts-form p{
	font-family: 'LamaSansMedium';
	font-size: 16px;
	line-height: 25px;
	color: #151515;
	letter-spacing: normal;
}
.wrkplts-list p, .wrkplats-dtl p{
	margin: 35px 0;
}
.wrkplats-dtl .each-listview-text p{
	margin-bottom: 0;
	display: block;
}
.wrkplts-content-block{
	background: #121212;
}
.wrkplts-content-block h3, .wrkplts-content-block h6, .wrkplts-content-block li{
	font-family: 'LamaSansSemiBold';
}
.wrkplts-content-block h3{
	letter-spacing: 0.3px;
}
.wrkplts-content-block h3, .wrkplts-content-block p, .wrkplts-content-block h6, .wrkplts-content-block li{
	color: #fff;
}
.wrkplts-content-block h6, .wrkplts-content-block li{
	font-size: 16px;
	line-height: 25px;
}
.wrkplts-content-block li span{
 	display: block;
 	font-family: 'LamaSansMedium';
}
.wrkplts-content-block p{
	margin: 20px 0 30px;
}
.wrkplts-content-block ul{
	padding: 4px 30px 0 15px;
	list-style-type: disc;
}
.wrkplts-content-block li{
	position: relative;
  	padding: 10px 0 10px 4px;
}
.wrkplts-content-block li:before{
	position: absolute;
	bottom: 0;
	right: 0px;
	content: '';
	width: calc(100% + 15px);
	height: 2px;
	background: rgba(255, 255, 255, 0.15);
}
.wrkplts-content-wrap{
	padding: 120px 0 70px;
}
.wrkplts-top-img{
  	height: 607px;
  	padding-right: 100px;
}
.wrkplts-middle-img, .wrkplts-btm-img{
	padding-left: 100px;
}
.wrkplts-middle-img{
	max-width: 545px;
	height: 525px;
	margin-left: auto;
	margin-top: -60px;
}
.wrkplts-btm-img{
	max-width: 470px;
	height: 442px;
	margin-top: -85px;
}
.wrkplts-content-block img.h-100{
	object-fit: cover;
}
.wrkplts-btm-block .d-table{
	max-width: 680px;
	padding: 35px 60px 25px;
}
.wrkplts-btm-block h2{
	margin-bottom: 14px;
}
.wrkplts-btm-block ul{
	list-style-image: url(../images/check.svg);
	padding-left: 25px;
}
.wrkplts-btm-block li{
	padding-left: 12px;
}
.wrkplts-btm-block span{
  	display: block;
  	padding: 13px 0;
}
.wrkplts-btm-block li:not(:last-child) span{
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.wrkplts-form .mx-auto{
	max-width: 670px;
	margin-top: 60px;
	margin-bottom: 45px;
}
.wrkplts-form .mx-auto p{
	margin-top: 12px;
}
.wrkplts-form .phone-button{
	bottom: 35px;
  	right: -220px;
}
.wrkplts-form .phone-button img{
	filter: brightness(1)invert(1);
  	margin-top: -2px;
}
.wrkplts-form .phone-button a{
	color: #121212;
}
.wrkplts-form .phone-button a:hover{
	text-decoration: underline;
}
.wrkplts-form-wrap{
	padding: 45px 0 160px;
}
.wrkplts-form-wrap h2{
	margin-bottom: 45px;
}
.wrkplts-form .form-group{
	border: 2px solid #DDDDDD;
	padding: 10px 10px 10px 25px;
	margin-bottom: 10px;
}
.wrkplts-form td:nth-child(even){
	width: 100%;
}
.wrkplts-form label{
	margin-bottom: 0;
	white-space: nowrap;
}
.wrkplts-form input, .wrkplts-form select, .wrkplts-form textarea{
	border: 0;
	font-size: 14px;
	font-family: 'LamaSansRegular';
	color: rgba(10, 10, 10, 0.50);
	width: 100% !important;
  	padding: 10px 15px 10px 5px;
  	height: auto;
  	line-height: normal;
  	text-overflow: ellipsis;
}
.wrkplts-form input:placeholder {
	color: #0a0a0a;
	opacity: 0.5;
}
.wrkplts-form input:-ms-input-placeholder {
	color: #0a0a0a;
	opacity: 0.5;
}
.wrkplts-form input::placeholder {
	color: #0a0a0a;
	opacity: 0.5;
}
.wrkplts-form-wrap .row{
	margin: 0 -5px;
}
.wrkplts-form-wrap [class*="col"]{
	padding: 0 5px;
}
.wrkplts-form select{
	appearance: none;
	-webkit-appearance: none;
	background: url(../images/select-arw.svg) #fff no-repeat center right 25px /16px;
  	padding-right: 40px;
}
.wrkplts-form option{
	font-family: arial;
}
.wrkplts-form label, .wrkplts-form textarea{
	color: rgba(0, 0, 0, 0.80);
	font-family: 'LamaSansRegular';
	font-size: 16px;
}
.wrkplts-form textarea{
	height: 200px;
	resize: none;
	padding-left: 0;
}
.wrkplts-form textarea:placeholder {
	color: #0a0a0a;
	opacity: 0.8;
}
.wrkplts-form textarea:-ms-input-placeholder {
	color: #0a0a0a;
	opacity: 0.8;
}
.wrkplts-form textarea::placeholder {
	color: #0a0a0a;
	opacity: 0.8;
}
.wrkplts-form .common-btn{
	padding-left: 30px;
	padding-right: 30px;
}
.wrkplts-form .common-btn:not(:hover){
	background: #0a0a0a;
	border-color: #0a0a0a;
}
.wrkplts-form .select2-container{
  	width: 100% !important;
}
.wrkplts-form .select2-container--default .select2-selection--multiple .select2-selection__rendered{
	padding: 0 25px;
}
.wrkplts-form .select2-container .select2-search--inline .select2-search__field {
  	margin-top: 10px;
}
.wrkplts-form .select2-container--default .select2-selection--multiple{
	border: 0;
}
.wrkplts-form .select2-search__field:placeholder{
	color: #0a0a0a;
	opacity: 1;
}
.wrkplts-form .select2-search__field:-ms-input-placeholder {
	color: #0a0a0a;
	opacity: 1;
}
.wrkplts-form .select2-search__field::placeholder {
	color: #0a0a0a;
	opacity: 1;
}
.wrkplts-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #0a0a0a;
  	border-color: #0a0a0a;
}
.wrkplts-form .select-arw{
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../images/select-arw.svg) transparent no-repeat center 25px /16px;
	pointer-events: none;
}
