@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'PoppinsLight', sans-serif;
    font-size: 1.6rem;
    color: #121212;
    top: 0 !important;
}
html {
    font-size: 62.5%;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****************header****************/
.header-area{
	background-color: #fff;
	padding: 3.7rem 0;
	position: relative;
	top: 0;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-menu  ul{
	display: flex;
	column-gap: 7.4rem;  
	justify-content: center	;
}
.header-menu li a{
	font-family: 'PoppinsRegular';
	font-size: 1.6rem;
}
.stiky{
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-logo img{
	width: 20rem;
}
.language{
	/* border: 0;
	position: relative;
	 background-image: url(../images/world.svg); 
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: 0 50%;
	color: #555759;
	font-family: 'intermedium';
	font-size: 1.8rem;
	padding-left:2rem;
	margin-left: 2rem;
	background-color: #fff;
	padding-left: 2rem; */
}
.log-in-form{
	position: absolute;
	top: 100%;
	top: calc(100% + 3.5rem);
	right: 0;
	background-color: #fff;
	width: 100%;
	padding: 4rem 3rem;
	display: none;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}
.form-styl {
    display: block;
    padding: 1.3rem 2.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
	border: 1px solid #0A1520;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'PoppinsRegular';
}
.form-styl:placeholder {
	color: #000;
}
.form-styl:-ms-input-placeholder {
	color: #000;
}
.form-styl::placeholder {
	color: #000;
}
.form-styl:focus {
    box-shadow: none;
    color: #000;
	border: 1px solid #0A1520;
}
.form-group{
	margin-bottom: 2.2rem;
}
.form-group label{
	margin-bottom: 1.1rem;
}
.header-area .user img{
	width: 3rem;
	margin-right: 1rem;
}
.header-area .user{
	display:inline-block ;
}
.header-form{
	position: relative;
	width: 100%;
	max-width: 40.2rem;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	align-items: center;
	column-gap: 1rem;
}
/*.header-area .dropdown-toggle:after{
	display: none;
}*/
/**********side area***********/
.mini-right-nav li{
    margin: 0 0 15px;
    padding: 0;
    width: 50px;
    display: block;
    position: relative;    
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	border-radius: 50px;
}
.mini-right-nav span {
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 50px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 50px);
	border-radius: 50px;
	content: '';
	background-color: #f9f9f9;
	height: 50px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.mini-right-nav .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 50px;
	font-size:1.4rem;
	color: rgba(18, 18, 18, 0.6);
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
	background-color: #f9f9f9;
}
.mini-right-nav img{
	width: 16px;
	filter: brightness(1) invert(1);
	-webkit-filter: brightness(1) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 9;
	right: 30px;
}
.whtasapp-nav span:after, .mini-right-nav li.whtasapp-nav .navtext{
	background-color: #26BE00;
}
.mini-right-nav .whtasapp-nav .navtext span{
	color: #fff;
}
.whtasapp-nav img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
/* =============== banner ========= */
.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	text-align: center;
	transform: translate(-50% , -50%);
	width: 100%;
}
.banner-content h1{
	margin-bottom: 4.3rem;
}
/* ============= product-sec =================== */
.product-sec{
	background-color: rgba(117, 183, 41, 0.05);
	padding: 4.2% 0 2.1%;
}
.product-heading h2{
	text-align: center;
	padding-bottom: 4.2%;
}
.each-slider{
	padding: 1.5rem ;
	background-color: #fff;
}
.each-slider h5{
	padding: 2.8rem 0;
	color : #000000;
}
.each-slider p span{
	letter-spacing: 1.2px;
	/*opacity: 0.5;*/
	/*color: #000;*/
	color : #000000;
	height: 35px;
	overflow: hidden;
	display: block;
}
.each-slider p{
	opacity: 1;
}
.each-slider table{
	width: 100%;
	padding-top: 1.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin: 2rem 0;
}
.each-slider td{
	display: inline-block;
	padding-bottom: 2rem;
	word-break: break-word;
	vertical-align: top;
	font-size: 1.2rem;
	width: 32%; 
	color : #000000;
	/*opacity: 0.6;*/
}

.each-slider tr:last-child td:last-child{
	text-align: end;
	padding-right: 0;
}
.each-slider .akker_btn_cls:not(.each-slider.each-slider-content .akker_btn_cls){
	max-width: 100%;
	width: 100%;
	justify-content: center;
	padding: 1.2rem .5rem;
}
.product-sec .swiper-button-prev{
	left: -3%;
}
.product-sec .swiper-button-next{
	right: -3%;
}
.product-sec .text-center .akker_btn_cls{
	margin-top: 4rem;
}
/* ============= service-top-sec =================== */
.service-top-sec{
	padding: 5% 0;
}
.service-top-sec .col-lg-6:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.10);
}
.service-top-sec .col-lg-6 p{
	max-width: 60rem;
	margin-left: auto;
	margin-right: 0;
	color: #121212;
	padding-left: 2rem;
}
.service-top-sec .col-lg-6 h2{
	padding: 4rem 0;
}
/* ============= service-sec =================== */
.service-sec{
	padding-top: 4rem;
	overflow: hidden;
}
.each-service-box{
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 0;
	overflow: hidden;
	width: 100%;
}
.each-service-box-content h5{
	color: #fff;
}
.each-service-box-content p{
	color: #fff;
	opacity: .75;
	max-width: 57rem;
	margin: 2rem 0 3rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-box .akker_btn_cls{
	display:none;
}
.each-service-box-content{
	position: absolute;
	left: 0;
	top: 50%;
	padding: 2rem 15%;
	transform: translateY(-50% );
	z-index: 2;
	width: 100%;
	max-width: 80rem;

}
.each-service-box img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-box:hover .akker_btn_cls{
	display: block;
}
.each-service-box:hover img{
	transform: scale(1.15);
}
.each-service-box::after{
	position: absolute;
	left: 0;
	bottom:100%;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(117, 183, 41, 0.9);
	transition: all 0.5s;
	visibility: hidden; 
	-webkit-transition: all 0.5s;
}
.each-service-box::before{
	/* position: absolute;
	left:0;
	bottom:0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.2); */
}
.each-service-box:hover.each-service-box::after{
	visibility: visible;
	bottom: 0;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.each-service-box:hover.each-service-box::before{
	visibility: hidden;
}
/* ============= service-btm-sec =================== */
.service-btm-sec{
	background-color: rgba(117, 183, 41, 0.05);
}
.service-btm-sec-content{
	padding: 4rem 4rem 4rem 10% ;
}
.service-btm-sec-img{
	height: 100%;
}
.service-btm-sec img{
	height: 100%;
	object-fit: cover;
}
.service-btm-sec-content ul{
	max-width: 520px;
}
.service-btm-sec-content li{
	letter-spacing: 1.6px;
	font-family: 'PoppinsMedium';
	display: inline-block;
	width: 49%;
	position: relative;
	padding-left: 4rem;
	margin-bottom: 3.7rem;
	padding-right: 2rem;
}
.service-btm-sec-content li::after{
	position: absolute;
	top: 1.5px;
	left: 0;
	content: "";
	height: 2rem;
	width: 2rem;
	background-color: #75B729;
	background-image: url(../images/tick.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem;
}
.service-btm-sec-content p{
	max-width: 57rem;
	width: 100%;
	margin: 2.8rem 0 3.7rem;
}

/* ============= home-btm-sec =================== */
.home-btm{
	padding: 3.6rem 0;
}
.home-btm li{
	display: inline-block;
	width: 19%;
	border-right: 1px solid rgba(18, 18, 18, 0.50);
	margin: 0 auto;
	letter-spacing: 1.6px;
	color: #555759;

}
.home-btm li:last-child{
	border-right: 0;
}
.home-btm ul{
	text-align: center;
}
/* ============= FOOTER	 =================== */
.footer-top{
	background-color: #75B729;
	padding: 8rem 0;
}
.footer-top table{
	width: 100%;
}
.footer-top tr{
	display: inline-block;
	width: 33%;
	
}
.footer-top td{
	display: block;
	vertical-align: top;
	width: fit-content;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 2px;
}
.footer-top td a{
	color: #fff;
}
.footer-top td a:hover{
	text-decoration: underline;
}
.footer-top tr td:last-child{
	font-family: 'VolvoNovumMedium';
	font-size: 1.8rem;
	letter-spacing: normal;
	margin-top: 1rem;
}
.footer-logo img{
	width: 20rem;
}
.footer-btm{
	padding: 8% 0;
}
.social-logo ul{
	display: flex;
	gap: 1.5rem;
	margin-top: 1rem;
}
.social-logo li a{
	display: flex;
	width: 4.8rem;
	height: 4.8rem;
	background-color: #75B729;
	justify-content: center;
	align-items: center;
	border: 1px solid #75B729;
}
.social-logo li img{
	width: 16px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.social-logo li a:hover{
	background-color: #fff;
}
.social-logo li a:hover img{
	filter: brightness(1) invert(0);
	-webkit-filter: brightness(1) invert(0);
}
.footer-button{
	margin-top: 4rem;
}
.footer-menu li:not(:last-child){
	margin-bottom: 1.5rem;
}
.footer-menu li a{
	font-size: 1.8rem;
	color: #121212;
	opacity: 0.5;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-contact a ,
.footer-right p{
	color: rgba(18,18,18,0.6);
	opacity: 1;
}
.footer-contact a:hover{
	text-decoration: underline;
}
.footer-menu li a:hover, .footer-contact a:hover{
	color: #121212;
	opacity: 1;
}
.footer-menu li a:hover{
	font-family: 'PoppinsMedium';
}
.footer-contact p{
	margin: 1rem 0.25rem;
}
.footer-time h6{
	margin-bottom: 1rem;
}
/* ================== thankyou ================== */
.inner-banner{
	position: relative;
}
.inner-banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	text-align: center
}
.inner-banner-content h1{
	margin-bottom: 4.3rem;
}
/* ================== Aanbod ================== */
.each-slider-content{
	padding: 4rem ;
	background-color: #ECF2EE;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
/* ================== Diensten ================== */
.diensten-top-right{
	padding-left: 13%;
}

/* ================aanbod=========== */
.heading-text h2 span{
	color: #75B729;
}
.aanbod-list{
	background-color: rgba(117, 183, 41, 0.05);
	padding-bottom: 6.6%;
}
.aanbod-list .each-slider{
	margin:2rem ;
}
.each-slider-content h5{
	max-width: 32rem;
	line-height: normal;
	padding-bottom: 3rem;
}
.each-slider-content hr{
	background-color: rgba(0, 0, 0, 0.10);
	opacity: 0.5;
	margin: 0;
}
.each-slider-content .akker_btn_cls{
	text-transform: none;
	max-width: 100%;
	justify-content: center;
}
.each-slider-content p{
	margin: 3rem 0;
	color: #121212 ;
}
.filter-sec{
	background-color: rgba(117, 183, 41, 0.05);
	padding: 4% 0 2.9%;
}
.filter-sec .row{
	/*max-width: 120.5rem;
	margin-right: 5%;
	margin-left: auto;*/
	margin-top: 5.7rem;
}
.filter-sec label{
	font-family: 'PoppinsMedium';
	margin-bottom: .5rem;
}
.select-style {
    width: 100%;
    height:4.8rem;
    color: rgba(85, 87, 89, 1);
    font-family: 'PoppinsLight';
    font-size: 1.6rem;
    border: 0;
    padding: 0 2.5rem;
    background: url(../images/down-arrow.svg)  #ECF2EE no-repeat 90% center/10px;
    appearance: none;
    text-transform: none;
    line-height: 2.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.select-style:focus ,
.select-style:hover{
	color: #fff;
	background-image: url(../images/white-down-arrow.svg);
	background-color: #75B729;
}
.reset-btn {
	margin-top: 2rem;
}
.reset-btn img{
	width: 1.9rem;
}
.aanbod-list-wrap {
	margin: 0 -2rem;
}
/* =========== b2b-list ================= */
.b2b-list .each-slider hr:not(.each-slider-content hr){
	margin: 3rem 0;
}
/* ================ aanbod-dtl=========== */
.aanbod-dtl-banner{
	padding: 4.2rem 0 5.5%;
}
.aanbod-dtl-banner .common-arrow{
	width: 4.5rem;
	height: 4.5rem;
	background: #fff;
}
.aanbod-dtl-banner .common-arrow img{
	width: 1.4rem;
}
.aanbod-dtl-banner .swiper-button-next{
	right: 0;
}
.aanbod-dtl-banner .swiper-button-prev{
	left: 0;
}
.small-car{
	overflow: hidden;
	position: relative;
}
.overlay{
	position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/add.svg);
    background-size: 4rem;
    background-position: center;
    background-repeat: no-repeat;
}
.aanbod-dtl-banner-right{
	padding: 0 5%;
	width: 100%;
}
.aanbod-dtl-table table{
	width: 100%;
	border-top: 1px solid rgba(85, 87, 89, 0.2);
	border-bottom: 1px solid rgba(85, 87, 89, 0.2);
	margin: 3.2rem 0 4.2rem;
}
.aanbod-dtl-table tbody{
	display: table;
	width: 100%;
	margin: 3.2rem 0;
}
.aanbod-dtl-table td h6{
	color: rgba(164, 183, 143, 0.75); 
	letter-spacing: 1.2px;
}
.aanbod-dtl-table td{
	text-align: center;
	padding: 2rem 0;
	color: #A4B78F;
}
.aanbod-dtl-table tr:nth-child(odd) td:nth-child(odd){
	background-color: #F8FBF4
}
.aanbod-dtl-table tr:nth-child(even) td:nth-child(even){
	background-color: #F8FBF4;
}
.aanbod-dtl-table h5{
	font-family: 'PoppinsExtraLightItalic';
}
.aanbod-dtl-table h5 a{
	color: #121212;
	opacity: 0.5;
}
.aanbod-dtl-right-btm a{
	margin-top: 4rem;
	margin-right: 1rem;
}
.aanbod-dtl-banner-right h2{
	margin-bottom: 2rem;
}
.aanbod-dtl-tab-sec{
	padding: 6% 0 ;
	background-color: rgba(117, 183, 41, 0.05);
}
.aanbod-dtl-tab-sec .accordion-button{
	padding: 3.6rem 0 ;
	background-color: transparent;
	box-shadow: none;
	border-top: 1px solid rgba(85, 87, 89, .2);
	color: #121212;
}
.aanbod-dtl-tab-sec .accordion-item{
	border: 0;
	background-color: transparent;
}
.aanbod-dtl-tab-sec .accordion-button::after{
	background-image: url(../images/down-arrow.svg);
}
.aanbod-dtl-tab-sec .accordion-body{
	padding: 0;
	padding-bottom: 4rem;
}
.aanbod-dtl-tab-sec .accordion-item h5{
	border-bottom: 1px solid #171717;
    padding-bottom: 1rem;
    font-family: 'PoppinsRegular';
    margin-bottom: 1rem;
	color: #171717;
	display: inline-block;
}
/*==========================================================dtl-tab-content==================================================*/
/* ******kenmerken ******* */

.kenmerken-tab ul li:nth-child(odd) {
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 1.3rem;
    background-size: 0.6rem;
    color: #171717;
	font-family: 'PoppinsMedium';
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	font-family: 'PoppinsLight';
	margin-bottom: 1rem;
}
.bullet-panel .tab_hedaing h5 {
	display: block;
}
.bullet-panel h5 {
    border-bottom: 1px solid #171717;
    padding-bottom: 1rem;
    font-family: 'PoppinsRegular';
    color: #171717;
    margin-bottom: 1rem;
}
.aanbod-dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.aanbod-dtl-tab-sec .tab-content p {
	color: #171717;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.aanbod-dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    font-family: 'PoppinsLight';
    margin-bottom: 1rem;
}
.aanbod-dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #75B729;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #75B729;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #171717;
    font-family: 'PoppinsMedium';
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #171717;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.aanbod-dtl-btm-slider table{
	width: 100%;
	max-width: 17rem;
	border-bottom: 1px solid rgba(85, 87, 89,0.2);
}
.aanbod-dtl-btm-slider td{
	font-size: 1.6rem;
	padding-bottom: 2.4rem;
}
.aanbod-dtl-btm-slider td:first-child{
	font-family: 'PoppinsMedium';
}
.aanbod-dtl-btm-slider td:last-child{
	font-family: 'PoppinsLight';
}
.aanbod-dtl-btm-slider  h5{
	padding: 2.4rem 0;
}
.aanbod-dtl-each-slider p{
	margin-top: 1.3rem;
}
.aanbod-dtl-each-slider-img{
	overflow: hidden;
}
.aanbod-dtl-each-slider img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.aanbod-dtl-each-slider:hover img{
	transform: scale(1.1);
}
.aanbod-dtl-btm-slider .swiper-button-next{
	right: -3%;
}
.aanbod-dtl-btm-slider .swiper-button-prev{
	left: -3%;
}
.aanbod-dtl-tab-sec h5 span{
	font-family: 'PoppinsLight';
	color: #555759;
	display: block;
	margin-bottom: 2rem;
}
/*=============contact============*/
.cursor{
    cursor: pointer;
}
.contact-top .col-md-4{
	padding: 8% 0;
}
.contact-top h5, .form-block h5{
	margin-bottom: 2rem;
}
.contact-top .col-md-4:first-child{
	background: #75B729;
}
.contact-top .col-md-4:last-child{
	background: rgba(117, 183, 41, 0.05);
}
.contact-top a, .openingtime p{
	color: #121212;
	opacity: .65;
}
.contact-top .col-md-4:first-child h5, .contact-top .col-md-4:first-child a{
	color: #fff;
}
.contact-top a:hover{
	opacity: 1;
}
.contact-top img{
	width: 20px;
}
.openingtime{
	padding: 0 20%;
}
.form-styl {
	background-color: #ECF2EE;
	padding: 1rem 2rem;
	resize: none;
	border: 0;
	color: rgba(85, 87, 89, 0.75);
}
.form-styl:focus{
	border: 0;
	background-color: #ECF2EE;
	color: rgba(85, 87, 89, 0.75);
}
.form-styl:placeholder {
	color: #555759;
	opacity: .75;
}
.form-styl:-ms-input-placeholder {
	color: #555759;
	opacity: .75;
}
.form-styl::placeholder {
	color: #555759;
	opacity: .75;
}
.foto_upload{
	color: rgba(85, 87, 89, 0.75);
}
.form-block, .product-sec {
	z-index: 0;
	position: relative;
}
.form-block label {
	color: #555759;
	font-family: 'PoppinsMedium';
	opacity: .75;
}
.form-block:before{
	content: '';
	position: absolute;
	background: rgba(117, 183, 41, 0.05);
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.form-wrap{
	max-width: 710px;
}
.map{
	position: absolute;
  	right: 0;
  	width: 50%;
}
.map .akker_btn_cls{
	position: absolute;
	right: 15%;
	bottom: 15%;
}
/*=========register==========*/
.checkbox-area label{
	letter-spacing: 1.6px;
}
.checkbox-area label div{
	width: calc(100% - 4rem);
}
.checkbox-area span{
	color: #75B729;
}
.checkbox-area .form-check-input{
	width: 2rem;
	height: 2rem;
	box-shadow: none;
	background-color: #ECF2EE;
	margin-top: 0;
}
.checkbox-area .form-check-input:checked {
  	background: url(../images/tick2.svg) #ECF2EE no-repeat center / 16px;
}
.form-block li{
	width: 100%;
	display: block;
}
/*=============diensten-dtl==============*/
.back-btn{
	top: 5rem;
	z-index: 1;
}
.top-content{
	padding: 7% 0;
}
.top-content table, .content-wrap .d-table{
	width: 100%;
}
.top-content td{
	width: 50%;
	vertical-align: top;
}
.top-content h5, .diensten-middle h5, .diensten-middle h2, .team-block h2{
	margin-bottom: 2rem;
}
.top-content:before{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	content: '';
	background: rgba(117, 183, 41, 0.05);
}
.content-wrap, .top-content td{
	padding-left: 6.8%;
	padding-right: 10%;
}
.content-wrap hr{
	opacity: .1;
}
.diensten-middle img{
	height: 100%;
	object-fit: cover;
}
.diensten-bottom-block .service-btm-sec-content  {
	background: #75B729;
}
.diensten-bottom-block h5, .diensten-bottom-block p, .diensten-bottom-block .service-btm-sec-content li{
	color: #fff;
}
.diensten-bottom-block .service-btm-sec-content li:after {
  	background-color: #fff;
  	background-image: url(../images/tick3.svg);
}
/*============overons=============*/
.overons-top{
	background: rgba(117, 183, 41, 0.05);
}
.diensten-bottom-block .akker_btn_cls{
	border-color: #fff;
	color: #fff;
}
.diensten-bottom-block .akker_btn_cls:active, .diensten-bottom-block .akker_btn_cls:focus, 
.diensten-bottom-block .akker_btn_cls:hover {
	color: #75B729;
	background-color: #fff;
}
.diensten-middle p:not(:last-child){
	margin-bottom: 12%;
}
.team-block .mx-auto.text-center{
	max-width: 800px;
}
.team-block{
	background: rgba(117,183,41,0.05);
	padding: 8% 0;
}
.team-block .owl-carousel .owl-stage{
	margin: auto;
	padding-top: 10rem;
}
.team-block .owl-dots{
	display: none;
}
.member-dtl{
	position: absolute;
  	bottom: -10rem;
  	left: 0;
  	padding: 0 5%;
  	opacity: 0;
  	transition: all 0.5s;
  	-webkit-transition: all 0.5s;
}
.team-block .position-relative:hover .member-dtl{
	opacity: 1;
}
.team-block .owl-nav{
	position: absolute;
  	top: 60%;
  	transform: translateY(-50%);
  	width: 100%;
}
.team-block .owl-nav button.disabled{
	opacity: .5;
}
.team-block .owl-nav span{
	display: none;
}
.team-block .owl-prev, .team-block .owl-next{
	position: absolute;
  	top: 0;
  	left: -5%;
}
.team-block .owl-next{
	right: -5%;
	left: auto;
}
.team-block .owl-prev:before, .team-block .owl-next:before{
	position: absolute;
	content: '';
	top: 0;
	width: 20px;
	height: 20px;
}
.team-block .owl-prev:before{
	background-image: url(../images/prev.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	left: 0;
}
.team-block .owl-next:before{
	background-image: url(../images/next.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	right: 0;
}
.member-dtl > div{
	background: #fff;
  	max-width: 290px;
}
.member-dtl h6{
	font-family: 'VolvoNovumMedium';
}
.member-dtl h6, .member-dtl p, .member-dtl span{
	color: #555759; 
}
.member-dtl span, .member-dtl p{
	font-size: 1.2rem;
}
.member-dtl span{
	letter-spacing: 2px; 
}
/*===============popup===========*/
.modal-area .modal-dialog{
	max-width: 940px;
	margin-top: 12%;
}
.popup-content {
	padding: 5% 10%;
}
.popup-content p{
	margin: 2rem 0 3rem;
}
.modal-area img.w-100{
	height: 100%;
	object-fit: cover;
}
.modal-area .d-flex{
	position: absolute;
	right: -8px;
	z-index: 2;
	width: 40px;
	height: 40px;
	color: #fff;
	background: #75B729;
	border-radius: 100%;
	top: -12px;
}
.modal-area .d-flex img{
	width: 20px;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}







/*******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;
}

/*********Morgen Footer************/
.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;
}

.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;
}
/****aanbod dtl****/
.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-family: 'NunitoSansRegular'; */
    font-size: 16px;
    color: black;;
    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;
}
 .form-1 {
	display:none;
	margin-top: 30px !important;
	margin: 0 auto 10px;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}
.prvc-chk {
    text-align: center;
}
.prvc-chk .ckeckbx_error_msg {
    color: #f71f1f;
}
.user .dropdown-menu {
	display: none;
}
.user .dropdown-menu.show {
    display: block;
}
.user .dropdown-item {
    font-family: 'interbold';
    color: #555759;
	margin: 0.5rem 0;
}
.user span {
    font-family: 'interbold';
    font-size: 1.8rem;
    color: #555759;
}
.user ul.dropdown-menu {
    width: 100%;
}
.user li a{
	font-size: 1.6rem;
	padding: 10px;
}
.user img {
    width: 3rem;
    margin-right: 1rem;
}

.forget-form:before {
    width: 100% !important;
}

.footer-button p {
	font-family: 'interbold';
    font-size: 1.8rem;
    color: #555759;
}
/*.align-middle{
	position: relative;
}*/
.overons-form {
    position: relative;
}

/*.overons-login-form {
	position: absolute;
	max-width: 41rem;
    margin-top: 2rem;
    top: 100%;
    top: calc(100% + 3.5rem);
    right: 0;
    background-color: #fff;
    width: 100%;
    padding: 4rem 3rem;
    display: none;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}*/
.overons-login-form {
    position: absolute;
    max-width: 41rem;
    background-color: #fff;
    width: 100%;
    padding: 4rem 3rem;
    margin-top: 0.1rem;
    display: none;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
    z-index: 1;
}
.kenmerken-tab ul li {
    width: 24%;
}
.subpage-bottom-slider .common-arrow{
	top: 0;
  	margin-top: 0;
  	right: 5%;
}
.subpage-bottom-slider .swiper-button-prev{
	left: auto;
	right: calc(5% + 4rem);
}
.subpage-bottom-slider{
	padding-top: 5rem;
}

/*************** Language Flag End ************/
.language{
	border: 0;
	position: relative;
	background-image: url(../images/world.svg);
	background-repeat: no-repeat;
	background-size: 2rem;
	background-position: 0 50%;
	padding-left:2rem;
	margin-left: 2rem;
	background-color: #fff;
	display: flex;
}
.user .header-form .dropdown-menu.show {
	padding: 0 .75rem;
	border: 0;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	inset: inherit !important;
	transform: translate3d(0, 35px, 0px) !important;
	min-width: fit-content;
	width: 100%;
}
.dropdown.language .header-form .dropdown-menu.show {
	padding: 0 .75rem;
	border: 0;
	box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
	inset: inherit !important;
	transform: translate3d(0, 23px, 0px) !important;
	min-width: fit-content;
	width: 100%;
}
.language .btn:focus{
	box-shadow: none;
}

.language .dropdown-toggle::after {
    border: 0;
    background-image: url(../images/down.svg);
    background-size: cover;
    background-position: center;
    height: 2rem;
    width: 2rem;
    top: 46%;
    position: absolute;
    transform: translateY(-50%);
}

.header-form .dropdown-toggle ,
.dropdown-menu li{
	color: #555759;
	font-family: 'intermedium';
	font-size: 1.6rem;
}

.lnkbtn {
    text-transform: uppercase;
}
.forget-button, .back-to-login, .back-to-login1 {
    cursor: pointer;
}
/*======Language Flag Start=====*/
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
/* ==========dropdown-language-btn======= */
.dropdown-menu li a{
	display: block !important;
	font-family: 'intermedium';
	text-transform: uppercase;
	padding: 0 2rem;
}
.language .dropdown-menu{
	min-width: auto;
}
.user .dropdown-toggle:focus{
	box-shadow: none;
}
.user .dropdown-menu{
	min-width: max-content;
}
.user .dropdown-menu li a{
	padding: 0 1rem;
}
.modal-backdrop{
	z-index: 0;
}
.footer-button .ftr-dropdwn .dropdown-toggle{
	padding-left: 0;
}
.ftr-dropdwn img{
	margin-right: .5rem;
}
.ftr-dropdwn ul.dropdown-menu{
	position: inherit !important;
	min-width: auto;
	width: auto	;
	transform: translate3d(0px, 0, 0px) !important;
}
.lg-btn-ft{
	transform: translateX(0) !important;
}
.ftr-dropdwn .dropdown-menu.show {
    max-width: 20rem;
}
.footer-menu li a.active{
	opacity: 1;
	font-family: 'PoppinsMedium';
}
#gt_float_wrapper{
	top: 38px !important;
}
.gt_float_switcher .gt_options a{
	font-size: 0;
	text-align: center;
}
.gt_float_switcher{
	box-shadow: none !important;
}
.team-block .owl-item .team-image{
	margin-bottom: 7.5rem;
}
.mw-55{
	max-width: 55px;
}
.print_pdf_cls{
	margin-left: 2rem;
}
.aanbod-list-wrap .each-slider-content{
	position: relative;
}
.aanbod-list-wrap .each-slider-content a.akker_btn_cls {
	position: absolute;
	bottom: 1.5rem;
	max-width: 100%;
	width: calc(100% - 3rem);
    left: 1.5rem;
}
#prijs .aanbod-dtl-btm-slider table{
	max-width: 32rem;
}

.mobile-form .modal-dialog {
   /* max-width: 500px;
    margin: 1.75rem auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.load_img{
    width:150px;
}
.car-license__input{
	font-family: 'PoppinsLight' !important;
	font-size: 1.6rem !important;
	color: #121212;
	pointer-events: none;
}
.header-menu li{
	z-index:999999;
}
.show_select_val {
	width: 100%;
	height: 4.8rem;
	color: rgba(85, 87, 89, 1);
	font-family: 'PoppinsLight';
	font-size: 1.6rem;
	border: 0;
	padding: 0 2.5rem;
	background: url(../images/down-arrow.svg) #ECF2EE no-repeat 90% center/10px;
	appearance: none;
	text-transform: none;
	line-height: 2.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.show_select_val:hover {
	color: #fff;
	background-image: url(../images/white-down-arrow.svg);
	background-color: #75B729;
}
.show_select_filter {
	width: 100%;
	color: #fff;
	font-family: 'PoppinsLight';
	font-size: 1.6rem;
	border: 0;
	padding: .5rem 2.5rem;
	background: #75B729 no-repeat 90% center/10px;
	appearance: none;
	text-transform: none;
	margin-top: -1px !important;
}
.test-filter-sec .dropdown .show.show_select_val{
	color: #fff;
  	background-image: url(../images/white-down-arrow.svg);
  	background-color: #75B729;
}
.test-filter-sec{
	position: relative;
	z-index: 1;
}
.test-filter-sec label {
	width: 100%;
}
.show_select_filter .form-check-input {
	margin-right: 5px;
}
.show_select_filter label {
	font-size: 15px;
}
.lebel_text {
	padding: 12px 0; 
	cursor: default;
}
.aanbod-dtl-right-btm{
	display: flex;
    justify-content: flex-start;
}
@media(max-width: 767.98px){
	.show_select_filter, .show_select_val{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}