@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	color: #fff;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
/*******************header*****************/
.topbar{
	padding: 20px 0;
}
.topbar h6{
	color: #1c1c1c;
	font-size: 16px;
	font-family: 'NunitoSansBold';
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
.topbar h6 span{
	font-family: 'NunitoSansRegular';
	color: #B7B7B7;
}
.topbar a{
	color: #B7B7B7;
}
.topbar a:hover{
	color: #28235b;
}
.topbar li img{
	width: 28px;
	margin-right: 15px;
}
.topbar li{
	text-align: left;
	display: inline-block;
	padding-left: 90px;
}
.topbar li:nth-child(2){
	padding-left: 100px;
}
.mini-right-nav li{
    margin-bottom:4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a{
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #aa2634;
}
.mini-right-nav li.whtasapp-nav a, .mini-right-nav .whtasapp-nav span:after{
     background-color: #68bb5f;
}
.mini-right-nav span {
    font-family: 'NunitoSansRegular';
    font-size:16px;
    bottom: 0;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;  
}
.mini-right-nav span:after{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color: #aa2634;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1; 
}
.mini-right-nav a:hover  span{ width:auto; padding:0 25px ;overflow:visible; }
.mini-right-nav a:hover {text-decoration:none;}
.mini-right-nav a span{
    color:#fff;
}
.mini-right-nav img{
    width: 20px;
    position: relative;
    z-index: 1;
}
.mini-right-nav{
    position: fixed;
    top: calc(10% + 210px);
    z-index: 999;
    right: 0px;
}
/******navbar****/
.desktop-nav{
	background:rgba(28,28,28,0.9);
	padding: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
}
.desktop-nav .container{
	position: relative;
}
.desktop-nav .nav-item{
	font-size: 16px;
	font-family: 'NunitoSansBold';
	padding: 10px 45px;
    border-right: 1px solid rgba(255,255,255,0.2);
    letter-spacing: 0.5px;
}
.desktop-nav .nav-item:last-child{
	border-right:0;
}
.desktop-nav .nav-item:first-child{
	padding-left: 0;
}
.desktop-nav.navbar-expand-lg .navbar-nav .nav-link{
	padding: 0;
}
.header-whatsapp-btn img{
	width: 20px;
}
.navbar-wrap{
	width: calc(100% - 74px);
	padding: 15px 0;
}
.header-whatsapp-btn{
	width: 74px;
	height: 74px;
	background: rgba(63,63,63,0.75);
	line-height: 75px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	right: 15px;
	top: 0;
}
/*******************banner sec***************/
.banner-sec{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 44%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	z-index: 1;
}
.home-banner-btn{
    border-radius:6px;
	font-family: 'NunitoSansBold';
	font-size:14px;
	color:#fff;
	background:#aa2634;
	border:0;
	max-width: 160px;
	/* margin-top: 20px; */
	width:100%;
	margin: 20px 5px;
	text-align:center;
	line-height: 40px;
	display:inline-block;
	position:relative;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor:pointer;
}
.banner-filter-block{
	border-radius: 20px;
	background: #fff;
	margin-left: 30px;
}
.banner-filter-block img{
	border-radius: 20px;
}
.banner-filter-block h4{
	margin-bottom: 25px;
}
.select-area{
	padding: 30px 45px 0;
}
.select-area h4 span{
	color: #aa2634;
	font-family: 'NunitoSansBold';
}
.select-style {
    width: 100%;
    border:0;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 0;
    font-family: 'NunitoSansRegular';
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/down-arrow.svg) #fff no-repeat 94% center/6px;
    color: #9C9C9C;
    padding: 0 0 8px;
}
.select-area .row{
	margin-bottom: 16px;
}
.select-area .common-btn{
	position: relative;
	top: 26px;
}
/************************ Car slider Area *******************************/
.product-sec{
	padding: 90px 0 130px;
}
.section-heading{
	margin-bottom: 75px;
}
.product-slider{
	position: relative;
}
.product-slider .swiper-button-next{
	right: -80px;
}
.product-slider .swiper-button-prev{
	left: -80px;
}
.product-dtl td, .product-dtl h6{
	font-size: 16px;
	color: #1c1c1c;
	font-family: 'NunitoSansRegular';
}
.product-dtl .col-xl-5.text-right h6{
	color: #aa2634;
	font-family: 'NunitoSansBold';
}
.product-dtl td{
	padding-right: 30px;
}
.product-dtl td:last-child{
	padding-right: 0px;
}
.product-wrap{
	padding: 0 45px;
}
.product-dtl{
	border:1px solid #DBDBDB;
	border-top:0;
	border-radius: 0 0 12px 12px;
	background-color: #fff;
}
.product-price{
	border-top:1px solid #DBDBDB;
}
.product-top-info, .product-price{
	padding: 20px 40px 10px 30px;
}
.product-top-info h4{
	font-size: 16px;
}
.product-btn{
	margin-top: 60px;
}
.product-dtl h4{
	height: 45px;
}
.product-dtl .col-xl-5.text-right h4{
	height: auto;
	color: #aa2634;
	font-size: 16px;
}
/*******************middle sec***************/
.left-content h2, .left-content p{
	color: #fff;
}
.left-content p{
	margin: 15px 50px 70px 0;
}
.middle-sec-wrap{
	background:#1c1c1c;
}
.left-content{
	padding: 80px 0;
}
.block-image{
	border-radius: 28px;
	overflow: hidden;
	position: absolute;
	/*top: 15px;*/
	top: 140px;
  	width: 50%;
  	height: calc(100% - 70px);
  	right: 0;
  	padding-left: 20px;
}
.middle-block-sec{
	padding-bottom: 80px;
}
/*********************gallery sec*************/
.gallery-sec p{
	margin:15px 50px 0 0;
}
.each-gallery{
	border-radius: 28px;
	overflow: hidden;
	position: relative;
}
.gallery-heading h4{
	color: #fff;
}
.gallery-heading{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
}
.gallery-slider{
	position: relative;
	margin: 120px 0 100px;
}
.gallery-slider .swiper-button-next{
	right: -100px;
}
.gallery-slider .swiper-button-prev{
	left: -100px;
}
/********************testimonial sec*****************/
.testimonial-sec{
	padding: 8% 0;
}
.each-testimonial-block{
	padding: 40px;
	background:#fff;
	border-radius: 28px;
	/*height: 350px;*/
	height: auto;
}
.each-testimonial-block h4{
	padding-left: 80px;
	position: relative;
}
.each-testimonial-block h4:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	content: '';
	background-repeat: no-repeat;
	background-size: cover;
	background-image:url(../images/checked.svg);
}
.each-testimonial-block h4 span{
	font-size: 16px;
	color: #AFAFAF;
}
.divider{
	border-top:1px solid #D8D8D8;
	margin: 20px 0 30px;
}
.each-testimonial-block p{
	margin-right: 50px;
}
.testimonial-slider{
	position: relative;
}
.testimonial-sec .swiper-button-next{
	right: -100px;
}
.testimonial-sec .swiper-button-prev{
	left: -100px;
}
.testimonial-sec .common-arrow{
	border:1px solid #fff;
	background:transparent;
}
.testimonial-sec .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/********************footer********************/
.footer-area{
	background: #1c1c1c;
}
.footer-area p, .each-footer-info a{
	color: #ffffff;
}
.each-footer-info a:hover{
	color: #fff;
}
.footer_btn{
    position: relative;
    left:19.5%;
}
/*.footer-logo-area img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}*/
.footer-logo-area p{
	margin: 30px 50px 0 0;
}
.each-footer-info h4{
	color: #fff;
	margin-bottom: 15px;
}
.each-footer-info p span{
	font-family: 'NunitoSansBold';
}
.each-footer-info .common-btn{
	margin-top: 24px;
	color: #1c1c1c;
}
.each-footer-info{
	margin-top: 60px;
}
.footer-content{
	padding-left: 40px;
}
.footer-area .desktop-nav{
	position: relative;
	background: #161616;
	margin-top: 45px;
}
.footer-area .desktop-nav li{
	display: inline-block;
}
.footer-area .desktop-nav li a{
	padding: 0;
}
/********************service listview******************/
.inner-pg-banner.banner-sec .each-banner-image, .inner-pg-banner.banner-sec .each-banner-image img {	    
    height: auto;
}
.inner-pg-banner.banner-sec .each-banner-image img{
 	object-fit: cover;
 }
 .banner-sec.inner-pg-banner{
 	height: auto;
 }
.inner-pg-banner .banner-content{
	top: auto;
	transform: translateY(0);
	bottom: 24%;
}
.listview-top-sec{
	background: #1c1c1c;
	padding: 90px 0 100px;
	margin-top: -1px;
}
.listview-top-sec table{
	width: 100%;
	margin-top: 20px;
}
.listview-top-sec td{
	width: 50%;
	vertical-align: top;
}
.listview-top-sec td:nth-child(odd){
	padding-right: 70px;
}
.listview-top-sec td:nth-child(even){
	padding-left: 70px;
}
.listview-top-sec h2, .listview-top-sec p{
	color: #fff;
}
.listview-content p{
	margin: 15px 0 70px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listview-content{
	max-width: 660px;
	width: 100%;
	padding: 40px 0 100px;
}
.listview-image{
    position: relative;
    left: 100px;
    z-index: 1;
}
.listview-image img{
	border-radius: 28px;
}
.listview-sec{
	padding: 100px 0 40px;
}
.each-listview{
	position: relative;
	padding: 160px 0 40px;
	margin-top: -80px;
    background: #fff;
}
.each-listview:after{
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 80px;
	content:'';
	/*background: #f6f6f6;*/
	background:#fff;
	display: none;
}
.each-listview:nth-child(1){
	padding-top: 0px;
	margin-top: 0;
}
/*====even====*/
.each-listview:nth-child(even){
	background: #f6f6f6;
}
.each-listview:nth-child(even):after{
	background: #fff;
}
.each-listview:nth-child(even) .listview-image {
	left: 0px;
}
.each-listview:nth-child(even) .listview-content{
	margin-left: 100px;
}
/********************service dtl****************/
.common-header .desktop-nav{
	position: relative;
}
.back-btn-sec .common-btn{
	margin-right: -20px;
}
.back-btn-sec{
	padding-top: 60px;
}
.service-dtl-top-content{
	background: #fff;
	padding-top: 0;
}
.service-dtl-top-content a{
	color: #323232;
	text-decoration: underline;
}
.service-dtl-top-content h2, .service-dtl-top-content p{
	color: #1c1c1c;
}
.service-dtl-middle-area{
	background: #1c1c1c;
	padding: 80px 0 0;
}
.service-dtl-middle-area .listview-content h2, .service-dtl-middle-area .listview-content p{
	color: #fff;
}
.service-dtl-middle-area .listview-content p{
	display: block;
	margin-bottom: 0;
}
.service-dtl-image{
	position: absolute;
	z-index: 1;
	overflow: hidden;
	border-radius: 28px;
}
.service-dtl-middle-area .listview-content {
    max-width:100%;
    /*padding: 40px 0 110px 100px;*/
	padding: 40px 0 70px 100px;
}
.service-dtl-middle-area .each-listview:after{
	background: #fff;
}
.service-dtl-middle-area .each-listview {
	background-color: transparent;
	padding-bottom: 0px;
}
.form-styl {
    resize: none;
    background-color:#fff;
    border-radius:8px;
    font-family: 'NunitoSansRegular';
    border:0;
    color: #1c1c1c;
    font-size: 16px;
    height: 52px;
    padding:15px;
    border: 1px solid #CACACA;
}
.form-styl:focus {
    box-shadow: none;
    color:#1c1c1c;
    opacity: 1;
    background-color: #fff;
}
.form-styl:placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-styl:-ms-input-placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-styl::placeholder {
    color: #1c1c1c;
    opacity: 1;
}
.form-area label {
	font-size: 18px;
	font-family: 'NunitoSansBold';
	margin-bottom: 14px;
	color: #1c1c1c;
	opacity: 0.5;
}
.form-area .form-group {
    margin-bottom: 30px;
}
.form-area textarea {
	height: 175px;
}
.form-area{
	padding: 120px 0;
}
.form-area h2{
	text-align: center;
	margin-bottom: 90px;
}
.form-area .common-btn{
	margin-top: 60px;
}
.service-dtl-bottom-sec{
	background: #f6f6f6;
	padding: 90px 0 130px;
}
.service-dtl-bottom-sec .gallery-slider{
	margin: 75px 0 0;
}
.service-dtl-from-area {
	padding: 180px 0px 120px 0px;
}
/*********************contact***************/
.map-sec{
	height: 500px;
}
.contact-address-wrap{
	background: #1c1c1c;
}
.address-area{
	padding: 100px 0 150px;
}
.address-area p, .address-area h2{
	color: #fff;
}
.address-area a:hover{
	color: #D8D8D8;
}
.address-area h2{
	margin-bottom: 20px;
}
.address-area p span{
	font-family: 'NunitoSansBold';
	margin-top: 25px;
    display: block;
}
.address-area td{
	padding-right: 45px;
}
.address-area td:last-child{
	padding-right:0;
}
.contact-image-area{
	overflow: hidden;
	border-radius: 28px;
	margin-top: -100px;
}
.contact-address-sec{
	padding-top: 100px;
}
/*****************aanbod****************/
.aanbod-filter-sec .common-btn{
	max-width: 100%;
}
.filter-wrap{
	width: calc(100% + 60px);
	margin-left: -30px;
}
.aanbod-filter-sec{
	padding: 40px 0 50px;
	border-bottom: 1px solid #d1d1d1;
}
.aanbod-filter-sec .select-style{
	font-size: 14px;
	font-family: 'New Rail Alphabet Medium';
	border: 1px solid #cacaca;
	border-radius: 8px;
	height: 53px;
	line-height: 52px;
	padding: 0 20px;
	background-size: 10px;
	background-position: 90%;
	color: #bebebe;
}
.aanbod-product{
	padding: 50px 0 0;
}
.aanbod-product .each-product{
	margin-bottom: 30px;
}
.aanbod-middle-area{
	border-radius: 28px;
	padding: 0 100px 0 60px;
}
.aanbod-middle-area h2, .aanbod-middle-area p{
	color: #fff;
}
.aanbod-middle-area p{
	margin: 20px 0 45px;
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aanbod-product .product-top-info h4 span {
	margin-left: 20px;
}
.product-sec .product-top-info h4 span {
	margin-left: 20px;
}
/*****************aanbod dtl****************/
.dtl-top-sec{
	padding: 50px 0;
}
.dtl-top-sec h2{
	color: #1c1c1c;
	font-size: 30px;
}
.gallery-thumbs{
	margin-top: 10px;
}
.aanbod-dtl-slider{
	overflow: hidden;
}
.gallery-thumb-wrap{
	margin-right: -4%;
	margin-left: -4%;
}
.aanbod-dtl-slider .swiper-slide-next .dtl-slider-wrap:after, 
.aanbod-dtl-slider .swiper-slide-prev .dtl-slider-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
}
.aanbod-dtl-slider .common-arrow{
	background: transparent;
}
.aanbod-dtl-slider .common-arrow img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-slider .swiper-button-next{
	right: 8%;
}
.aanbod-dtl-slider .swiper-button-prev{
	left: 8%;
}
/*====icon block====*/
.icon-txt h5{
	opacity: 0.5;
	margin-bottom: 15px;
}
.each-icon-block img {
    width: 50px;
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.each-icon-block .calender-image {
    width: 40px;
}
.aanbod-dtl-block-wrap {
    padding: 70px 0;
}
.icon-image{
	margin-right: 30px;
}
.each-icon-block{
	text-align: center;
}
.icon-txt{
	text-align: left;
}
/*********tab**************/
.aanbod-detail-tab-sec iframe{
	height: 980px;
}
.aanbod-detail-tab-sec{
	background: #f6f6f6;
}
.aanbod-detail-tab-sec .nav-tabs {
	border-bottom: 0px;
}
.aanbod-detail-tab-sec .tab-sec{
	background: #323232;
	padding: 100px 70px;
	height: 100%;
}
.aanbod-detail-tab-sec .col-lg-3{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.aanbod-detail-tab-sec .col-lg-9{
	-ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.aanbod-detail-tab-sec .tab-sec .nav-tabs .nav-item {
	border:0;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 53px;
	line-height: 52px;
	font-family: 'NunitoSansBold';
	text-align: center;
	margin-bottom: 10px;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link {
	border-radius:6px;
	border: none;
	padding:0;
	color: #1c1c1c;
	border: 1px solid #fff;
	background: #fff;
}
.aanbod-detail-tab-sec .nav-tabs .nav-link.active {
	background: transparent;
	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: 6px;
    left: 0;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
}
.aanbod-detail-tab-sec .tab-content ul li {
	font-family: 'NunitoSansRegular';
	font-size: 16px;
	color: #1c1c1c;
	padding-bottom: 10px;
	word-break: break-word;
}
.aanbod-detail-tab-sec .bullet-panel ul li {
	padding-left: 20px;
	position:relative;
	font-family: 'NunitoSansRegular';
}
.aanbod-detail-tab-sec .tab-content{
	padding: 80px 100px;
}
.aanbod-detail-tab-sec .tab-content .tab-pane .tab_hedaing h4 {
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.bullet-panel{
	margin-bottom:20px;
}
.kenmerken-tab ul li:nth-child(odd) {
	background-image: url('../images/bullet.svg');
    background-repeat: no-repeat;
    background-position: left top 6px;
    padding-left: 20px;
    background-size: 7px;
   color: #1c1c1c;
}
.kenmerken-tab ul li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	font-family: 'NunitoSansRegular';
}
.related-car{
	background:#f6f6f6;
	padding-bottom: 90px;
}
.product-btm-price {
	font-family: 'NunitoSansBold';
    font-size: 24px;
    color: #1c1c1c;
}
/******************overons*****************/
.team-member{
	padding: 100px 0 130px;
}
.each-member h4{
	color: #aa2634;
	margin-top: 30px;
}
.each-member h4 span{
	color: #1c1c1c;
}
.member-image, .overons-image-wrap{
	overflow: hidden;
	border-radius: 28px;
}
.member-slider{
	max-width: 1380px;
	width: 100%;
	margin: 65px auto 0;
}
.right-area-content p{
	margin-top: 20px;
}
.middle-top-part{
	padding: 160px 0 0;
	position: relative;
	background: #f6f6f6;
}
.right-area-content{
	padding: 0 0 240px 100px;
}
.middle-top-part:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	content: '';
	background: #fff;
}
.overons-image-wrap{
	position: relative;
	z-index: 1;
}
.overons-image-wrap img{
	border-radius: 28px;
}
.counter-wrap{
	padding: 0 90px 100px 80px;
}
.each-counter{
	border: 2px solid #aa2634;
	height: 100px;
	border-radius: 6px;
}
.count-block h5{
	color: #fff;
}
.counter-area{
	margin-top: -100px;
}
.count-block{
	width: 110px;
    background: #aa2634;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
}
.count-txt h5{
	line-height: 100px;
}
.count-txt {
	width: calc(100% - 110px);
}
.overons-gallery-slider h2{
	margin-bottom: 70px;
}
.overons-gallery-slider{
	padding-top: 100px;
}
.overons-gallery-slider .swiper-button-next{
	right: 6%;
}
.overons-gallery-slider .swiper-button-prev{
	left: 6%;
}
#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;
}
.inruilen_tab{
	background-image: url(../images/aanbod-detail-tab-btn.jpg) !important;
	background-repeat: no-repeat!important;
	background-position: 0% 0%;
	border: 0 !important;
	background-size: cover!important;
}
.star_icon h4{
	padding-bottom: 10px;
	text-transform: uppercase;
	padding-top: 15px;
	margin-bottom: 15px;
	color: #1c1c1c;
	border-bottom: 1px solid #1c1c1c;
	text-transform: uppercase;
}
.star_icon p img{
  width: 15px;
  margin-top: -3px;
  margin-right: 5px;
}
.star_icon{
	margin-bottom: 30px;
}
.star_icon p{
  font-size: 16px;
  color: #1c1c1c;
  padding-bottom: 6px;
  word-break: break-word;
  margin-bottom: 0;
  font-family: 'NunitoSansRegular';
}
.photo_contnt li img{
  width: 15px;
  margin-left: 5px;
}
.cursor
{
  cursor:pointer;
}
#menu {
 display: none;
}
.mm-current {
 display: block !important;
}
.morgan_footer
{
  text-align: center;
  background: #000;
  padding: 7px 0px 5px;
}
.error_background {
  background-color: #121212;
}
.error_top
{
}
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
  padding: 0px 0;
}
.light_theme{
  background:rgba(255, 255, 255, 0.83);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
    background: rgba(0, 0, 0, 0.78);
  -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
  box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.cookie_div{
  color:#9c9c9c;
  font-size: 12px;
  /*font-family: 'Calibri';*/
  font-family: 'arial';
}
.cookie_div h4{
  margin-bottom: 15px;
  font-size: 13pt;
  font-family: 'Calibri';
}
.light_theme h4{
  color:#2a2a2a;
}
.dark_theme h4{
  color:#c9c9c9;
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.mm-slideout {
    z-index: unset;
}
.form-1, .form-2, .form-3 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
}
.foto_upload{
	font-size: 18px;
	font-family: 'NunitoSansBold';
	color: #1c1c1c;
	opacity: 0.5;
	line-height: 21px;
	text-align: center;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #1c1c1c;
    border-color: rgba(255,255,255,0.2);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}

/*****************vacature******************/
.vacature-icon img {
	width: 30px;
	margin-right: 30px;
}
.vacature-icon p {
	font-family: 'New Rail Alphabet Medium';

}
/*****************vacature detail******************/
.vacature-dtl-icon {
	margin-top: 40px;
}
/**************aanbod-listview******************/
.aanbod-list-pdct-dtl {
	border: 1px solid #DBDBDB;
	border-radius: 0px 12px 12px 0px;
	height: 100%;
}
.aanbod-list-middle-area {
	padding: 60px 80px 30px 80px;
}
.aanbod-list-pdct-dtl .product-price {
	position: relative;
}
.aanbod-list-pdct-dtl .product-price a {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.aanbod-list-pdct-dtl .product-top-info h4 span {
	margin-left: 20px;
}

/*****Aanbod grid Block****/
.each-grid-block img{
  width: 25px;
  margin-right: 10px;
  margin-top: -5px;
}
.each-grid-block{
  font-size: 18px;
  color: #000;
  font-family: 'NunitoSansRegular';
  border: 2px solid #000;
  text-align: center;
  line-height: 48px;
  height: 50px;
}
.aanbod-grid-area .col-md-6 .each-grid-block {
  opacity: 0.5;
}
.aanbod-grid-area .col-md-6 .active {
  opacity: 1;
}
.aanbod-grid-area {
   width: 100%;
   max-width: 320px;
   margin: 30px auto 0;
   display: table !important;
}
.privacy_section {
	padding-bottom: 50px;
}
/*****navbar button*****/
.header_btn {
  width: 224px;
  height: 74px;
  background: #ab2635;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 25px;
  font-family: 'NunitoSansBold';
}
/****banner video button***/
.desktop-banner-content .col-lg-7 .common-btn{
	margin-top:50px;

}
.desktop-banner-content .col-lg-7 .common-btn img{
	height:17px;
	width: 17px;
	margin-top: -2px;
	margin-right: 8px;
}
/*****whatsapp button top***/ 
.logo1 {
  width: 17px;
  height: 17px;
}
.rectangle_whatsapp.common-btn {
  background: #0fb252;
  color: #fff;
  position: fixed;
   z-index: 99;
   right: 30px;
   bottom: 20px;
}
/*****whatsapp button bottom***/ 
.footer-whatsapp-btn{
	width: 224px;
  	height: 74px;
  	background: #0fb252;
	line-height: 75px;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	right: 15px;
	top: 0;
}
/***overons middle video button***/
.video_button {
  position: relative;
  top: -170px;
  left:0%;
  z-index: 1;
  background: transparent;
  border: none;
  color: white;
  font-size: 30px;
}
.play_button{
    height: 40px;
    width: 40px;
}
.header-area{
	-webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background:#fff;
}
.header-area.active {
    top: 0px;
    left: 0px;
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #fff;
    animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header-area.active .topbar {
    padding: 10px 0;
	display: none;
}
.header-area.active .topbar li:last-child, .header-area.active .header_btn{
	display: none;
}
.header-area.active .topbar .col-lg-3 img{
	width: 200px;
}
.aanbod-search-bottom-txt h5{
	opacity: 0.5;
	margin-top: 40px;
}
/******/
.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: 35px;
	padding-top: 7.5px;
}


.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-family: 'futura_lt_btlight';
	font-size: 16px;
	color: #0c0c0c;
	;
	padding-bottom: 6px;
	word-break: break-word;
}

.photo_contnt li img {
	width: 15px;
	margin-left: 5px;
}
.service_pagination { position: relative; top: 0px; margin-bottom: 50px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); text-align: center; }
.service_pagination a { display: inline-block; width: 40px; height: 40px; -moz-border-radius: 4px; border-radius: 4px; font-size: 12px; line-height: 40px; text-align: center; }
.service_pagination li { display: inline-block; }
.service_pagination a { color: #000000; border-radius: 50%; font-size: 17px; margin: 0 3px; background: #FFFFFF; }
.service_pagination .active a, .service_pagination a:hover { background: #ab2635; color: #fff; border-radius: 50%; }
.listview-sec h2{
	font-size: 33px;
}
.home-counter{
	padding: 100px 0;
}
.home-counter .counter-wrap {
	max-width: 760px;
  	margin: auto;
}
.block-image img{
	height: 100%;
	object-fit: cover;
	border-radius: 28px;
}
.icon-txt span a{	
	color: #1c1c1c;
}