@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
	top:0 !important;
}
.dblock {
	display: none;
}
/**********top bar***********/
.topbar-images{
	margin:15px 0 20px;
}
.topbar-images img{
	/*margin-left:25px;*/
}
.topbar-btn .common-btn{
	min-width:241px;
}
.top-bar{
	padding:12px 0 12px 60px;
}
.iframe_custom {
    width: 100%;
	height: 2270px;
    border:none; 
}
.contact-dtl li img{
	width: 13px;
    margin-right: 20px;
}
.contact-dtl li:nth-child(1) img {
    transform: rotate(100deg);
}
.contact-dtl li{
	color:#1c1c1c;
	font-size:16px;
	font-family: 'NunitoSansBold';
	margin-left:50px;
	display:inline-block;
}
.top-bar .text-right{
	position:relative;
}
.top-bar .topbar-images, .top-bar .contact-dtl{
	width:calc(100% - 294px);
}
.topbar-btn{
	position:absolute;
	top:46%;
	right:0;
	transform:translateY(-50%);
}
/**********navbar******/
.desktop-nav{
	background-color:#1c1c1c;
	padding: 0;
	clip-path:polygon(93% 0%, 100% 100%, 100% 100%, 0 100%, 0 0);
	-webkit-clip-path:(93% 0%, 100% 100%, 100% 100%, 0 100%, 0 0);
}

.desktop-nav .nav-item{
	margin-left: 100px;
	font-size: 16px;
	font-family: 'NunitoSansRegular';
	padding:20px 0;
	position:relative;
}
.desktop-nav .navbar-nav .nav-link{
	color:#fff;
	position:relative;
	padding:0;
	opacity:0.5;
}
.desktop-nav .navbar-nav .nav-link:hover, .desktop-nav .active .nav-link,
.desktop-nav .navbar-nav .nav-link:focus{
	opacity:1;
	color:#fff;
}

.desktop-nav .nav-link:after{
	position:absolute;
	bottom:-20px;
	left:0;
	content:'';
	width:20px;
	height:3px;
	background-color:#fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity:0.5;
}
.desktop-nav .nav-link:hover:after, .desktop-nav .active .nav-link:after{
	width:100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	opacity:1;
}
/*************banner*********/
.banner{
	position:relative;
	margin-top: -1px;
}
.banner-wrapper {
    height: 500px;
}
.banner-content {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom:70px;
}
.banner-content .row{
	align-items:center;
}
.banner-content p{
	color:#fff;
}
.banner-content .col-lg-5{
	max-width:33%;
}
.home-btn .common-btn:first-child{
	padding-left:20px;
	margin-right:5px
}
.home-btn .common-btn:first-child:before{
	background-image:url('../images/icon.png');
	background-repeat:no-repeat;
	background-position:left:
	background-size:cover;
	width:16px;
	height:16px;
	position:absolute;
	top:53%;
	transform:translateY(-50%);
	left:20px;
	content:'';
	z-index: 1;
}
.home-btn .common-btn:hover:before{
	filter:brightness(1)invert(1);
}
.banner .swiper-button-next{
	right:0;
}
.banner .swiper-button-prev{
	left:0;
}
.banner .common-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}
/*************product*************/
.product-area{
	padding:90px 0 40px;
	background-color:#f6f6f6;
}
.section-heading {
	margin-bottom:95px;
}
.each-car-img{
	position:relative;
	cursor:pointer;
}
.each-car-img:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,0.70);
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-car-img:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	content: '';
	width: 30px;
	height: 30px;
	background-image: url('../images/aanbod-search.svg');
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center;
	z-index: 1;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.each-product:hover .each-car-img:after, .each-product:hover .each-car-img:before{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.aanbod-middle{
	position:relative;
}
.aanbod-middle:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background-color:rgba(0,0,0,0.4);
	opacity:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.aanbod-middle:hover:after{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.aanbod-middle .img-btm-txt{
	position: relative;
    z-index: 1;
}
.product-content{
	padding:25px 35px;
	background-color:#fff;
	position:relative;
}
.product-content:after {
    content: "";
	position: absolute;
	left: 35px;
	border-width: 0px 14px 15px;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
	transform: translateY(-50%);
	top: -3px;
}
.product-content h6{
	color:#4c4c4c;
	margin-bottom: 4px;
}
.product-content table{
	width:100%;
}
.product-content td{
	color:#4c4c4c;
	font-size:14px;
	font-family: 'NunitoSansRegular';
	letter-spacing: 0.2px;
	height: 43px;
	overflow: hidden;
	display:inline-block;
}
.product-content td:nth-child(2){
	text-align:right;
	font-family: 'NunitoSansRegular';
}
.product-content .divider{
	margin:15px 0;
	border-top:1px solid #f2f2f2;
}
.product-content p{
	color:#4c4c4c;
	font-size:14px;
	font-family: 'NunitoSansRegular';
}
.product-content p span{
	margin:0 26px;
}
.product-middle{
	padding-top:65px;
}
.product-middle h6{
	color:#1c1c1c;
	margin-bottom:45px;
}
.product-middle h4{
	margin:20px 0 15px;
}
.product-middle .border-btn{
	border:2px solid #1c1c1c;
}
.product-middle .border-btn:after{
	background-color:#1c1c1c;
}
.product-middle .border-btn span{
	color:#1c1c1c;
}
.product-middle .border-btn:hover span{
	color:#fff;
}
.product-slider .col-xl-3{
	margin-bottom:30px;
}
/************service slider*********/
.service-slider{
	position:relative;
	overflow:hidden;
	background-color:#fefefe;
}
.service-content .boder-btm{
	position:relative;
	border-bottom:2px solid #eeeeee;
	padding-bottom:20px;
}
.service-content .boder-btm:after{
	content: "";
	position: absolute;
	left: 0;
	width:90px;
	height:2px;
	background-color:#eeeeee;
	bottom:0;
}
.service-content p{
	margin-bottom:45px;
}
.service-content{
	padding:60px 0;
	width: calc(100% - 54%);
}
.custom-div1 .swiper-button-next{
	right: 40%;
}
.right-img-area{
	position: absolute;
    width: 40vw;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 2;
    right: 0;
}
.right-img-area img{
	display:none;
}
.custom-div1{
	/*width: 62%;*/
}
.custom-div2{
	width:38%;
	position:relative;
}
.service-content .border-btn span{
	color:#1c1c1c;
}
.img-btm-txt h4, .img-btm-txt h6{
	color:#fff;
	margin-top: 10px;
}
.img-btm-txt {
	padding: 0 50px 50px;
}
.custom-div1 .swiper-button-prev{
	left:0;
}
.custom-div1 .swiper-pagination{
	top: 40px;
    right: 45%;
}
.custom-div1 .swiper-pagination-bullet{
	background:#1c1c1c;
	opacity:0.25;
	margin-left: 10px;
}
.custom-div1 .swiper-pagination-bullet-active{
	background:#1c1c1c;
	opacity:1;
	width:9px;
	height:9px;
}
/********footer*********/
.footer-area{
	background-color:#1d1d1d;
}
.each-footer h6{
	color:#fff;
	margin-bottom: 25px;
}
.each-footer li {
    width: 100%;
    color:#fff;
	font-size:16px;
	font-family: 'NunitoSansRegular';
    border-bottom: 1px solid #fff;
	opacity:0.5;
	margin-bottom: 25px;
	padding-bottom: 8px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
 .footer-area .col-xl-3 .each-footer li span {
    float: right;
    color: #fff;
	opacity:0.5;
}
.each-footer span img{
	width:10px;
}
 .each-footer a:hover li, .footer-area .col-xl-3 .each-footer a:hover li span{
	opacity:1;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
 .each-footer a:hover li{
	border-bottom: 1px solid #f78802;
}
.each-footer{
	padding: 80px 90px 35px;
}
.each-footer p{
	color:#fff;
	font-size:16px;
	opacity:0.5;
	margin-bottom:50px;
	line-height: 28px;
}
.footer-contact-info li{
	margin-bottom:35px;
	border-bottom:0;
	position:relative;
	color:rgba(255,255,255,0.5);
	opacity:1;
}
.footer-contact-info li img{
	width:12px;
}
.footer-contact-info li:after{
	position: absolute;
	top: 6px;
	left: -30px;
	content: '';
	background-image: url('../images/ph2.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	width: 15px;
	height: 15px;
}
.footer-contact-info li:nth-child(1):after{
	transform:rotate(100deg);
}
.footer-contact-info li:nth-child(2):after{
	background-image:url('../images/mail2.svg');
}
.footer-contact-info li:nth-child(3):after{
	background-image:url('../images/dot.svg');
	width: 13px;
	height:13px;
}
.footer-area .col-lg-9 .col-xl-3 .each-footer{
	padding-right: 0px;
}
.footer-area .col-lg-9 .col-lg-4 .each-footer{
	padding-left: 120px;
	padding-right: 0px;
}
.btm-icons{
	padding-top: 25px;
}
.btm-icons img{
	margin-bottom:70px;
	display:block;
}
.btm-icons .btm-image-2{
	margin-bottom:0;
}
.header-logo, .footer-logo{
	cursor:pointer;
}
/***********inner-banner*************/
.inner-page-header .desktop-nav{
	clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 0 100%, 0 0);
    -webkit-clip-path: (100% 0%, 100% 100%, 100% 100%, 0 100%, 0 0);
}
.inner-banner{
	position:relative;
}
.inner-banner-content{
	padding: 70px 0;
}
.inner-banner-content h1{
	margin-bottom:0;
	margin-left: 60px;
}
/***********werkplts listview*************/
.listview-area{
	background-color:#f7f7f7;
	padding:120px 0 100px;
}
.each-listview{
	background-color:#fff;
	margin-bottom:20px;
}
.listview-content{
	padding:85px 160px 75px 80px;
	position:relative;
}
.listview-content:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	right: -20px;
	top: 0;
	bottom: 0;
	margin:auto;
	z-index: 1;
	width: 0;
    height: 0;
    border-top: 20px solid transparent;
	border-left: 20px solid #fff;
	border-bottom: 20px solid transparent;
}
.listview-content p{
	margin:30px 0 70px;
}
.listview-wrapper{
	max-width:1165px;
	width:100%;
	margin:auto;
}
.listview-wrapper .each-listview:nth-child(even) .listview-content::after{
	left:-20px;
	right:auto;
	border-right: 20px solid #fff;
	border-left: 0;
}
.listview-img img{
	display:none;
}
/*************aanbod***********/
.aanbod-select{
	background-color:#f6f6f6;
	padding-bottom:50px;
}
.aanbod-wrapper{
	padding:50px 35px 40px;
	background-color:#fff;
	margin:0 75px;
	border-radius:0 0 15px 15px;
}
.select-style {
    width: 100%;
    background: url('../images/drop.svg') no-repeat 90% /7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    font-size: 16px;
    color: #1c1c1c;
    font-family: 'NunitoSansRegular';
	border: 2px solid #e3e3e3;
    height: 50px;
    line-height: 48px;
	padding-left:25px;
	letter-spacing: 0.5px;
}
.select-btn .common-btn{
	height:50px;
	line-height:50px;
	max-width:100%;
}
.each-select-box{
	margin-bottom:10px;
}
.aanbod-product{
	padding: 0 0 70px;
}
.aanbod-middle img{
	display:none;
}
.aanbod-product .col-md-6{
	margin-bottom:30px;
}
/***********verkocht*********/
.verkocht-product{
	padding-top:100px;
}
.verkocht-product .each-car-img:after, .verkocht-product .each-car-img:before{
	display:none;
}
/************werkplts dtl***********/
.werkplts-dtl-content{
	position:relative;
}
.werkplts-dtl-wrapper{
	/*width: calc(100% - 228px);*/
	padding-left:60px;
}
.werkplts-right-img-wrapper{
	position: absolute;
    right: 0;
    width: 40vw;
    height: 100%;
}
.werkplts-dtl-content .service-content {
    width: 100%;
    padding:90px 0;
}
.werkplts-dtl-content .service-content p {
    margin-bottom:0;
	line-height: 26px;
}
.werkplts-dtl-content .service-content h2{
   font-size: 48px;
	margin-bottom: 45px;
}
.werkplts-dtl-content .service-content .boder-btm{
	border-bottom:0;
}
.werkplts-dtl-content .service-content .boder-btm:after {
    background-color: #1c1c1c;
	bottom: -2px;
}
.werkplts-dtl-content .service-content .boder-btm:before{
	content: "";
	position: absolute;
	left: 0;
	width: 230px;
	height: 1px;
	background-color: #1c1c1c;
	bottom: 0;
}
.werkplts-dtl-img{
	position:relative;
}
.werkplts-dtl-img:after{
	content: "";
	position: absolute;
	display: block;
	width: 0;
	top: 0;
	bottom: 0;
	margin:auto;
	z-index: 1;
	width: 0;
    height: 0;
    border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
	right:0;
}
.werkplts-dtl-btn{
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.werkplts-dtl-img img{
	display:none;
}
/**********table********/
.werkplts-table-area{
	width:100%;
	background-color:#f7f7f7;
	padding:120px 0;
}
.werkplts-table-area table{
	width:100%;
}
.werkplts-table-area tr td{
	vertical-align:top;
	width:50%;
}
.werkplts-table-area tr td:nth-child(odd){
	padding-right:20px;
}
.werkplts-table-area tr td:nth-child(even){
	padding-left:20px;
}
.table-wrapper{
	padding-left:60px;
}
.table-wrapper h4{
	margin-bottom:50px;
}
.form-styl{
	padding: 0px 25px;
    resize: none;
    background-color: transparent;
    border-radius: 0px;
    font-family: 'NunitoSansRegular';
    border: 2px solid #e8e8e8;
    min-height: 50px;
    color: #898989;
    font-size: 16px;
    line-height: 50px;
}
.form-styl:placeholder {
	color: #898989;
}
.form-styl:-ms-input-placeholder {
	color: #898989;
	opacity: 1;
}
.form-styl::placeholder {
	color: #898989;
	opacity: 1;
}
.form-styl:focus {
	box-shadow: none;
	border:2px solid #e8e8e8;
	background-color:transparent;
	color:#898989;
}
.form-wrapper h4{
	margin-bottom:50px;
}
.form-wrapper h4 span{
	color:#f78802;
}
.form-wrapper .form-group {
    margin-bottom: 8px;
}
.form-wrapper .common-btn{
	margin-top:20px;
}
.service-form-wrapper {
    /*width: calc(100% - 228px);*/
}
.form-wrapper{
	padding-right:14%;
}
.form-img-area {
    position: absolute;
    width: 40vw;
    right: 0;
    top: 0;
    z-index: 2;
}
.form-img-wrapper{
	position:relative;
	height: 387px;
}
.form-img-wrapper img{
	display:none;
}
.form-img-content{
	position:absolute;
	bottom:50px;
	left:0;
	padding-left:50px;
}
.form-img-content h4, .form-img-content h6{
	color:#fff;
	margin-top:10px;
}
.right-contact-part{
	background-color:#1c1c1c;
	/*padding: 112px 0;*/
	height: 385px;
    padding-top: 112px;
}
.form-img-area .row{
	align-items:center;
}
.right-contact-part p{
	color:#fff;
	font-family: 'NunitoSansLight';
}
.right-contact-part p span{
	color:#9b9b9b;
}
.right-contact-part-wrapper{
	margin: auto;
	width: 100%;
	max-width: 158px;
}
.form-img-area .row .col-md-6:nth-child(even) .right-contact-part{
	background-color:#fff;
	position:relative;
}
.form-img-area .row .col-md-6:nth-child(even) .right-contact-part p{
	color:#1c1c1c;
}
.form-img-area .row .col-md-6:nth-child(even) .right-contact-part::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
	left: -20px;
}
/************werkplts dtl slider**********/
.each-werkplts-slide, .werkplts-slider{
	position:relative;
	margin-top: -1px;
	cursor:pointer;
}
.werkplts-slide-heading{
	position:absolute;
	bottom:40px;
	left:0;
	width:100%;
	text-align:center;
	z-index: 1;
}
.werkplts-slide-heading h4{
	color:#fff;
}
.werkplts-slider .common-arrow{
	opacity:1;
}
.werkplts-slider .swiper-button-next{
	right:0;
}
.werkplts-slider .swiper-button-prev{
	left:0;
}
.each-werkplts-slide:after {
  content:'';
  position:absolute;
  left:0; 
  top:0;
  width:100%; 
  height:100%;
  background-color:rgba(0,0,0,0.25);
 }
/*************overons***********/
.overons-right-txt{
	position:absolute;
	top:50%;
	right:-30px;
	transform:translateY(-50%);
}
.overons-top-area .container{
	position:relative;
}
.overons-middle-area{
	background-color:#f7f7f7;
	padding:100px 0 85px;
}
.overons-middle-area .service-content{
	padding-top:0;
	padding-bottom:0;
}
.overons-middle-area h4{
	margin-bottom:50px;
}
.overons-middle-area h4 span{
	color:#ec8e1c;
}
.overons-list-content li{
	font-family: 'NunitoSansExtraBold';
	color:#1c1c1c;
	font-size:24px;
	margin-bottom:35px;
	position:relative;
	padding-left: 60px;
	white-space: nowrap;
}
.overons-list-content li:last-child{
	margin-bottom:0;
}
.overons-list-content li:nth-child(even):after{
	background-color:#f78802;
}
.overons-list-content li:after{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:10px;
	height:10px;
	background-color:#1c1c1c;
	content:'';
	border-radius:100%;
}
.overons-list-content{
	padding-left: 30%;
}
/****************counter area***********/
.counter-area{
	background-color:#2e383f;
	padding:150px 0;
}
.each-counter h3{
	font-size:48px;
	color:#fff;
	font-family: 'NunitoSansBold';
	display:inline-block;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.each-counter h4{
	font-size:21px;
	color:#fff;
	font-family: 'NunitoSansBold';
	display:inline-block;
	margin-left:20px;
	line-height: 57px;
    vertical-align: top;
}
.counter-wrapper{
	max-width:1200px;
	width:100%;
	margin:auto;
}
/*********member slider*******/
.member-slider{
	padding:100px 0 130px;
}
.member-slider .each-werkplts-slide:after{
	display:none;
}
.member-slider .common-arrow{
	background-color:#fff;
	opacity:1;
}
.member-slider .common-arrow img{
	filter:brightness(1)invert(1);
}
.member-slider .swiper-button-prev{
	left:0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.member-slider .swiper-button-next{
	right:0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.member-slider h4{
	margin-bottom:10px;
}
.member-slider h4 span{
	color:#ec8e1c;
}
.member-slider .werkplts-slide-heading h6{
	color:#fff;
	margin-top:10px;
}
.member-slider .section-heading{
	margin-bottom:75px;
}
.member-slider .werkplts-slide-heading{
	bottom:20px;
}
.member-slider-wraper{
	/*padding:0 90px 0 30px;*/
}
/***********ovrons-bottom slider*********/
.overons-btm-heading h4{
	margin:20px 0 60px;
}
.overons-btm-heading h4 span{
	color:#ec8e1c;
}
.overons-btm-slider{
	padding-bottom:10px;
}
.overons-btm-slider .each-werkplts-slide:after{
	display:none;
}
.overons-btm-slider .common-arrow{
	transform: translateY(0);
	display: flex;
    align-items: center;
    justify-content: center;
}
/**************aanbod dtl**************/
.aanbod-dtl-btn{
	padding:25px 0 50px;
}
/*************slider upper-area**********/
.price-part {
/*	position: absolute;
	right: 15px;
	width: 100%;
	top:0;
	text-align: left;
	max-width: 241px;*/
	text-align: right;
}
.slider-upper-area .container{
	position:relative;
}
.slider-upper-area{
	padding-bottom:50px;
}
.slider-upper-area h3 span{
	font-family: 'NunitoSansSemiBold';
}
.slider-upper-area h3{
	font-family: 'NunitoSansLight';
	margin-bottom:0;
	font-size:24px;
}
.thumbnil-slider{
	position:relative;
}
.thumbnil-slider .gallery-top{
	background-color:#000;
}
.thumbnil-slider .gallery-top .swiper-button-next {
    right: 6%;
}
.thumbnil-slider .gallery-top .swiper-button-prev {
    left: 6%;
}
.thumbnil-slider .gallery-top .common-arrow img {
	width:20px;
	height:20px;
}
.thumbnil-slider .gallery-top .common-arrow {
	width:auto;
	height:auto;
}
.thumbnil-slider .gallery-top .swiper-slide-prev {
    opacity: 0.3;
}
.thumbnil-slider .gallery-top .swiper-slide-next {
    opacity: 0.3;
}
.thumbnil-slider .gallery-thumbs{
	margin: 8px 0;
}
.thumbnil-slider .common-arrow{
	background-color: transparent;
    opacity: 1;
}
/****************tab*************/
.aanbod-detail-tab-sec{
	background-color: #f7f7f7;
	padding: 70px 0;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border-bottom: none;
	width: 18%;
	text-align: center;
	background-color: transparent;
	font-size: 16px;
	font-family: 'NunitoSansBold';
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item a:hover{
	color: #1c1c1c;
	background-color: #fff;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-top-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border: none;
	padding: 14px;
	color: #1c1c1c;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background-color: #fff;
	color: #1c1c1c;
}
.aanbod-detail-tab-sec .tab-content {
	padding: 40px 30px;
	background-color: #fff;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 20px;
}
.aanbod-detail-tab-sec .bullet-panel li:after {
    padding-left: 15px;
    background-size: 7px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
	font-family: 'NunitoSansBold';
	font-size: 16px;
	color: #1c1c1c;
	padding-bottom: 6px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .tab-content .kenmerken-tab ul li:nth-child(even) {
   color: #1c1c1c;
   	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: 0% 40%;
    padding-left: 20px;
    background-size: 7px;
}
.kenmerken-tab ul li {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansBold';
}
/*************right part*********/
.dtl-man-img {
    display: inline-block;
    width: 120px;
}
.dtl-man-content {
    display: inline-block;
    padding-left: 20px;
	text-align: center;
}
.dtl-man-img img {
    border-radius: 100%;
    border: 8px solid #f6f6f6;
}
.dtl-man-content h5{
	font-family: 'NunitoSansBold';
	color:#1c1c1c;
	letter-spacing: 0.5px;
}
.right-side-dropdown {
    background-color: #fff;
	padding: 52px 30px 30px;
	margin-top: -31px;
}
.payment{
	margin-bottom: 15px;
}
.payment .common-btn{
	max-width:100%;
}
.payment-method{
	width:100%;
	height:60px;
	line-height:58px;
	text-align: center;
	color:#1c1c1c;
	font-family: 'NunitoSansBold';
	font-size:16px;
	background-color:transparent;
	border:2px solid #efefef;
	margin-top:15px;
	margin-bottom: 30px;
}
.man-area{
	padding-left: 30px;
}
.aanbod-custom-div1{
	width:70%;
}
.aanbod-custom-div2{
	width: 30%;
	padding-left: 20px;
}
.dtl-right-part{
	margin-top: -8%;
}

.right-side-dropdown .text-center a{
	color:#1c1c1c;
	font-size:16px;
	font-family: 'NunitoSansBold';
	position:relative;
	line-height: 35px;
}
.right-side-dropdown .text-center a:after{
	position:absolute;
	top:6px;
	left:-30px;
	content:'';
	width:13px;
	height:13px;
	background-image:url('../images/ph.svg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:left;
	transform: rotate(100deg);
}
.price-area-btm {
    padding: 35px;
    background-color: #fff;
    margin-top: 50px;
	position:relative;
}
.price-area-btm h3{
	font-family: 'NunitoSansSemiBold';
}
.price-area-btm h5{
	color:#1c1c1c;
	font-family: 'NunitoSansBold';
	letter-spacing: 0.5px;
	margin-bottom:25px;
}
.price-area-btm .common-btn{
	margin-bottom:0;
	margin-top:20px;
	max-width: 100%;
}
.price-area-btm::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
	right:0;
	margin:auto;
    border-width: 0px 15px 15px;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
    transform: translateY(-50%);
}
/**************contact*********/
.map-img{
	height:385px;
}
.left-part{
	width:19.55%;
	display:inline-block;
	position:relative;
	height: 400px;
}
.contact-btm-area h6{
	margin-top:10px;
	color:#1c1c1c;
}
.middle-part{
	width:40%;
	display:inline-block;
}
.right-part{
	width:40%;
	display:inline-block;
}
.contact-btm-area{
	position:relative;
	line-height: 0;
    vertical-align: top;
}
.contact-middle-img-wrapper .each-contact-img{
	position: absolute;
	width: 33vw;
	height: 100%;
	z-index: 1;
	bottom: -54px;
	right: -30px;
	background-size: contain;
	background-position: bottom;
}
.each-contact-img img{
	display:none;
}
.line-height-part{
	line-height: 1.15;
    vertical-align: top;
}
.left-part-txt{
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
	z-index: 1;
}
.left-part-txt::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
    right: -24px;
}
.each-contact-img{
	height:400px;
}
.contact-middle-img-txt{
	padding-left:60px;
	padding-top:60px;
}
.contact-middle-img-txt h4 span{
	color:#f78802;
}
/**************thank u**********/
.thank-u-content{
	max-width:490px;
	width:100%;
	margin: 0 auto 60px;
}
.thank-u-area .banner-content{
	bottom:auto;
	transform:translateY(-50%);
	top:50%;
}
/***************************************loader********************/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999;
	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: 4px 0 6px 30px;
}
.cursor
{
	cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
	text-align: center;
	background: #000;
	padding: 7px 0px 5px;
}
.error_background {
	background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
	padding: 35px 0;
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.75);
}
.cookie_div{
	color:#9c9c9c;
	font-size: 13pt;
	font-family: 'Calibri';
}
.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: 13pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	font-size: 12pt;
	background:#e6f8ed;
	font-weight: bold;
    border: 0;
    padding: 13px 25px;
	margin:5px 0;
	cursor: pointer;
	font-family: 'Calibri';
}
.form-1, .form-2{
	display:none;
}
.aanbod-product .product-content{
	padding-left:20px;
	padding-right:20px;
}
/***************************************************new footer*************************/
.footer-upper-logo{
	border-top:2px solid #eeeeee;
	border-bottom:2px solid #eeeeee;
	padding:60px 0 40px;
}
.footer-upper-logo img, .footer-middle-wrapper{
	padding-left:60px;
}
.footer-middle-area{
	background-color:#f6f6f6;
}
.new-footer-area .each-footer h6, .new-footer-area .each-footer li, .new-footer-area .each-footer p{
	color:#121212;
}
.new-footer-area .each-footer li {
	border-bottom: 1px solid transparent;
}
.new-footer-area .each-footer li span img{
	filter:brightness(1)invert(1);
	opacity: 0;
}
.new-footer-area .each-footer li span {
    float: right;
}
.new-footer-area .each-footer a:hover span img{
	opacity: 1;
}
.new-footer-area .each-footer{
	padding:0;
}
.footer-middle-area{
	padding:75px 0;
}
.footer-middle-area .btm-icons img{
	display:inline-block;
	vertical-align: top;
	margin-right:70px;
	margin-bottom:0;
}
.footer-middle-area .footer-contact-info li{
	padding-bottom:0;
	color: rgba(18,18,18,0.5);
}
.footer-middle-area .btm-icons .btm-img1{
	margin-right:0;
}
.footer-middle-wrapper .col-lg-9 .each-footer{
	padding-left: 130px;
}
.footer-middle-wrapper{
	padding-right: 10%;
}
.footer-middle-area .btm-icons img{
	margin-right:30px;
}
/**********************************new slider for service slider area****************/
.service-slider-swiper-arrows{
	position: absolute;
    width: 40vw;
    right: 0;
    top: 0;
    height: 100%;
}
.service-slider .swiper-button-prev{
	left:0;
}
.service-slider .swiper-button-next{
	right:0;
}
.service-slider .common-arrow{
	background-color:rgba(255,255,255,0.10);
	opacity:1;
	display: flex;
    align-items: center;
    justify-content: center;
}
.service-slider-swiper-arrows .swiper-pagination-bullet {
    background: #1c1c1c;
    opacity: 0.25;
    margin-left: 10px;
}
.service-slider-swiper-arrows .swiper-pagination-bullet-active {
    background: #1c1c1c;
    opacity: 1;
    width: 9px;
    height: 9px;
}
.service-slider-swiper-arrows .swiper-pagination{
	top: 40px;
	left: -160px;
}
.service-slider .right-img-area .common-arrow img{
	display:block;
}
.right-img-bg-area{
	cursor:pointer;
}
.zoeken_text .select-style {
    width: 100%;
    background: url('../images/search_icon.svg') no-repeat 90% /15px;
	color: #1c1c1c;
}
.zoeken_text .select-style:placeholder {
	color: #1c1c1c;
}
.zoeken_text .select-style:-ms-input-placeholder {
	color: #1c1c1c;
}
.zoeken_text .select-style::placeholder {
	color: #1c1c1c;
}
.details_iframe 
{
	min-width: 100%;
	border: 0;
	height:1300px;
}
.aanbod-detail-tab-sec .onderscheidende_opties li:after {
    padding-left: 15px;
    background-size: 13px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/Ster.png');
    background-repeat: no-repeat;
}
.new-products-listing{
	background:#f6f6f6;
	padding:80px 0px;
}
.products-logo-area{
	background:#fff;
	border-bottom:12px solid #f78802;
	padding:10px 20px;
}
.new-product-yellow-box{
	display:inline-block;
	background:#f78802;
	text-align:center;
	margin-bottom: 15px;
}
.new-product-yellow-box h4{
	font-family: 'NunitoSansBold';
	text-align:center;
	font-size:17px;
	margin:0px;
	padding:15px 15px;
	color:#fff;
}
.new-product-image img{
	width:100%;
}
.new-products-content{
	text-align:center;
	margin-top: -30px;
	background:#fff;
	min-height: 163px;
}
.new-products-content h5{
	font-size:21px;
	font-family: 'NunitoSansRegular';
	color:#4c4c4c;
	margin:0px;
}
.new-products-content p{
	font-family: 'NunitoSansLight';
	font-size:12px;
	color:#929292;
	padding-bottom: 25px;
}
.new-products-table-area{
	background:#fff;
}
.new-products-table-area table{
	width:100%;
	border-top:1px solid #f2f2f2
}
.new-products-table-area table tr td{
	font-family: 'NunitoSansLight';
	font-size:12px;
	color:#929292;
	border-right:1px solid #f2f2f2;
	text-align:center;
	width: 33.33%;
	padding: 15px 0px;
}
.new-products-table-area table tr td:last-child{
	border-right:0px solid #f2f2f2
}
.modal-dialog{
	position:relative;
	z-index:1;
}
.modal-backdrop{ 
	z-index:0;
}
#myModal:after{
	position:absolute;
	top:0px; 
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	content:' ';
}
.mm-page {
    position: static;

}
.modal{ z-index:9999999}
.modal_area .modal_close_img img{
	max-height:50px;
}
.modal_area .modal_close_img{
	position: absolute;
    top: 20px;
    right: 20px;
}

.modal_area .modal-dialog {
    max-width:75%;
	margin-top:10%;
}
.modal_area .modal-body{ 
	padding:0px;
}
.modal_area .modal-content p{
	color:#121212;
	text-align: justify;
	line-height:18px;
}
.modal_area .modal-content{
	border:none;
	border-radius:0px;
	position:relative;
	z-index:999999999;
}
.pop_up_img{
	display: inline-block;
    width: 45%;
    vertical-align: top;
}
.popup_content{
	display: inline-block;
	width: 54%;
	padding-top: 6%;
	padding-left: 56px;
	padding-right: 80px;
}
.popup_content h2{
	font-size:24px;
	color:#121212;
	padding-bottom: 0px;
	position:relative;
	margin-bottom:30px;
}
.popup_content h2 span{ color:#121212}
.popup_content h2::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 4px;
    background: #f78802;
    bottom: -15px;
    left: 0px;
}
.modal_area .global_btn{
	margin-top: 40px;
	display:inline-block;
}
.aanbod-page-block{
	height:100%;
	display:table;
	width:100%;
}
.new-products-listing .container .row .col-lg-4{
	margin-bottom:30px;
}
.aanbod-page-content{
	display:table-cell;
	vertical-align:middle;
	padding:0px 30px;
}
.aanbod-page-content h4{
	font-family: 'NunitoSansExtraBold';
	color:#fff;
	font-size:27px;
	margin-bottom:7px;
}
.aanbod-page-content p{
	font-family: 'NunitoSansBold';
	color:#fff;
	font-size:18px;
}
.aanbod-page-block  img{
	display:none;
}
.green-btn{
	background-color: #109003;
}
#mobile-contact-bar {
	display: none;
}
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
.topbar-images a{
	display: inline-flex;
	margin:0 12px;
}
.active_flag{    
	-webkit-box-shadow: 0px 0px 9px 2px rgb(237, 145, 34);
    -moz-box-shadow: 0px 0px 9px 2px rgba(148,148,148,1);
    box-shadow: 0px 0px 9px 2px rgb(237, 145, 34);
}
.whatsapp_button {
    position: fixed;
    /*width: 70px;*/
    z-index: 99999999;
    right: 5px;
    bottom: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.whatsapp_button img{
    width: 70px;
}
.whatsappbtn-txt{
    background: #4cb051;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
    margin-right: 20px;
    font-family: 'NunitoSansRegular';
    margin-top: 15px;
}
/* Financial lease section */

.financial-lease-secion {
	height: 907px;
	padding: 20px 0px;
}

@media only screen and (max-width: 768px) {
	.financial-lease-secion {
		height: 847px;
	}
}
.dtl-btn-wrap{
	max-width: 480px;
	width: 100%;
	margin-left: auto;
}
.dtl-btn-wrap .common-btn{
	max-width: 100%;
}
.mobile-part{
	display: none;
}
.grecaptcha-badge{
	z-index: 999;
}