@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #101010;
    font-size: 1.6rem;
    font-family: 'nunito_sansregular';
	background-color: #F6F6F6;
}
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;
}
/****************************Index*****************************/

/****header****/

.header-area {
    position: absolute;
    height: auto;
    padding: 2rem 0 ;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.is-hidden{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #121212;
    padding: .75rem 0;
    box-shadow: 0px 3px 10px rgb(23 23 23 / 10%);
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area .navbar-brand img {
    width: 23rem;
}
.header-area.is-hidden .navbar-brand img{
	width: 18rem;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4px;
	width: 32px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem 0;
    height: 1px;
}
.menu-icon.active:after {
	transform: translateY(-7px) rotate(-135deg);
}
.menu-icon.active {
    width: 3.7rem;
}
.menu-items ul{
    text-align: left;
}
.menu-items.active{
	width: 30rem;
}
.menu-navigation{
	padding-top: 13rem;
}
.header-area .nav_menu_right_part{
	right: 0;
	top: 50%;
}
#maandModule{
	height: 716px;
	overflow: scroll;
}
/* ******** desk***** */
.desktop-menu{
	margin-right: 8rem;
}
.desktop-menu ul{
	display:flex;
	align-items: center;
	column-gap: 2rem;
	justify-content: end;
}
.menu-right{
	display: flex;
    align-items: center;
    height: 100%;
    justify-content: end;
}
.header-area.is-hidden {
    padding: 2rem 0;
}
/* ********** banner ******** */
.home-banner:before{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(24, 24, 24, 0.20) 0%, rgba(24, 24, 24, 0.20) 100%);
	z-index: 2;
}
.home-banner-content ul{
	display: flex;
	column-gap: 2rem;
	writing-mode: vertical-rl;
  	align-items: center;
  	justify-content: center;
	color: #fff;
}
.home-banner-content li:last-child{
	transform: rotate(180deg);	
	font-family: 'nunito_sanssemibold';
	font-size: 1.1rem;
}
.home-banner-content li img{
	width: 1.6rem;
}
.home-banner-content{
	position: absolute;
	top: 40%;
	z-index: 2;
	width: 100%;
	color: #fff;
}
.home-banner-content h1 span{
	font-style: italic;
}
.home-banner-content p{
	font-family: 'nunito_sanssemibold';
	margin-top: 1rem;
}
.home-banner-content .border-btn{
	margin-top: 7rem;
}
.each-banner{
	height: 95rem;
}
.each-banner img{
	height: 100%;
	object-fit: cover;
}
.banner-btm-sec{
	position: relative;
	margin-top: -13.6rem;
	z-index: 2;
	overflow: hidden;
}
.banner-btm-sec img{
	width: 4.5rem;
}
.banner-btm-sec .col-md-4:first-child{
	padding-left:5%;
	background: rgba(47, 47, 47, 0.50);
}
.banner-btm-sec .col-md-4:last-child{
	padding-right: 10%;
	background: rgba(11, 11, 11, 0.50);
}
.banner-btm-sec .col-md-4{
	background: rgba(30, 30, 30, 0.50);
	backdrop-filter: blur(5px);
	padding: 2.7rem 6rem;
	color: #fff;
}
.banner-btm-sec h4{
	line-height: 24px;
	margin-bottom: .8rem;
}
/* ************** home-product-slider ********** */
.each-product .col-4{
	text-align: end;
}
.each-product > .row{
	padding: 3rem ;
}
.prict-table{
	padding: 0 0 0 3rem;
	position: relative;
}
.each-product p {
	color: rgba(0, 0, 0, 0.5);
	height: 50px;
  	overflow: hidden;
}
.each-product h5{
	color: #000000;
}
.each-product h5 span{
	color: #181818;
}
.prict-table::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background-color: #F0F0F0;
	content: "";
}
.home-product-slider{
	background-color: #181818;
	padding: 9rem 0;
}
.each-product tr{
	display: flex;
	column-gap: .5rem;
	justify-content: space-between;
}
.home-product-slider td {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1.4rem;
}
.home-product-slider td span{
	display: block;
	color: #000000;
}
.right-arrow img{
	width: 1.2rem;
}
.each-product{
	background-color: #fff;
}
.each-product table{
	width: 100%;
	margin-bottom: 2rem;
	margin-top: 2rem;
}
.right-arrow{
	display: flex;
	justify-content: center;
	align-items: center;
    height: 100%;
    width: 100%;
    background-color: #6D212D;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	max-width: 92px;
  	margin-left: auto;
}
.each-product:hover .right-arrow{
	visibility: visible;
}
.home-product-slider .akker_btn_cls{
	margin-top: 6.8rem;
	border-color: rgba(255, 255, 255, 0.3);
}
.heading{
	text-align: center;
	padding-bottom: 7rem;
}
.home-product-slider .heading{
	color: #fff;
}
.home-product-slider .swiper-button-next {
	right: -5.5rem;
}
.home-product-slider .swiper-button-prev {
	left: -5.5rem;
}
/* *********** home-gall *********** */
.home-gall{
	padding-top: 8.6rem;
	color: #181818;
}

.home-gall-right-content{
	padding-top: 2rem;
	padding-bottom: 2rem;
	padding-left: 4.8rem;
}
.home-gall-right-content p{
	max-width: 36rem;
	margin-bottom: 4rem;
}
.home-gall-lft ,
.home-gall-right-img{
	height: 100%;
	overflow: hidden;
}
.home-gall-lft:hover img ,
.home-gall-right-img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.home-gall-lft img ,
.home-gall-right img{
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.home-gall-lft-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.home-gall-lft-content .akker_btn_cls{
	background-color: #fff;
	border-color: #fff;
	color: #181818;
}
.home-gall-lft-content .akker_btn_cls:hover{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.home-gall-lft-content h4 span{
	font-family: 'nunito_sansblack';
	font-style: italic
}
.home-gall-lft-content h4{
	color: #fff;
}
.home-gall-lft-content .row{
	max-width: 60rem;
	padding: 3rem;
	background: rgba(24, 24, 24, 0.50);
	backdrop-filter: blur(5px);
}
/* ************ review-top  ******** */
.review-top{
	padding: 14rem 0 0;
	background: #181818;
}
.review-top ul{
	display: flex;
	column-gap: 2rem;
}
.review-top li:last-child img{
	position: relative;
	top: -3.5rem;
}
.review-top-right {
	color: #fff;
	padding-left: 9rem;
}
.review-top-right h2{
	max-width: 47rem;
	line-height: 59px;
}
.review-top-right p{
	max-width: 57rem;
	margin-top: 2rem;
  	margin-bottom: 8rem;
}
/* *********** google-review ************ */
.google-review{
	background-color: #181818;
	padding: 3rem 0;
}
/* ******** footer ******* */
.footer-area{
	background-color: #111;
	padding-top: 10rem ;
}
.footer-logo img{
	width: 23rem;
}
.footer-right h4{
	color: #fff;
	margin-bottom: 3rem;
}
.footer-top ul{
	display: flex;
	column-gap: 2rem;
	margin-top: 6rem;
}
.footer-top li a{
	width: 4.6rem;
	height: 4.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #242424;
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.5);
}
.footer-top ul img{
	width: 1.2rem;
}
.footer-top li a:hover{
	background-color: #6D212D ;
	border-color: #6D212D;
}
.footer-right p{
	margin-bottom: 3.5rem;
}
.footer-right p ,	
.footer-right a ,
.footer-right span {
	color: rgba(255, 255, 255, 0.5);
	font-family: 'nunito_sanssemibold';
}
.footer-right a:hover{
	text-decoration: underline;
}
.footer-btm{
	padding-top: 6rem;
}
.footer-btm hr{
	opacity: 1;
	margin: 0;
	background: #363636;
	height: 1px;
}
.logo-1{
	width: 29rem;
}
.logo-2{
	width: 7.4rem;
}
.footer-btm ul{
	display: flex;
	column-gap: 4rem;
	padding: 2.4rem 0;
	align-items: center;
}
.footer-right{
	max-width: 70rem;
	margin: 0 auto;
}
/* *************** Werkplaats list ******** */
.inner-banner{
	position: relative;
	z-index: 0;
	height: 50rem;
	overflow: hidden;
}
.inner-banner img{
	height: 100%;
	object-fit: cover;
}	
.inner-banner-content{
	position: absolute;
	left: 8%;
	bottom: 20%;
	width: 100%;
	color: #fff;
	z-index: 1;
}
.inner-banner::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
	z-index: 0;
}
.list-wrap{
	padding-left: 5%;
	padding-right: 5%;
}
.Werkplaats-list .container-fluid:nth-child(odd) .each-list{
	background-color: #121212;
}
.Werkplaats-list .container-fluid:nth-child(even){
	background-color: #121212;
}
.Werkplaats-list .each-list{
	background-color: #F6F6F6;
	padding: 10rem 0;
}
.Werkplaats-list .col-lg-7{
	width: 52.56%;
}
.Werkplaats-list .col-lg-5 {
	width:47.44%;
}
.Werkplaats-list-right{
	padding-left: 10rem;
	padding-right: 2rem;
}
.Werkplaats-list-right h2{
	line-height: normal;
}
.Werkplaats-list-right p{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	max-width: 56rem;
	margin-bottom: 5.4rem;
	margin-top: 2rem;
}
.Werkplaats-list .flex-row-reverse .Werkplaats-list-right{
	color:#181818 ;
}
.Werkplaats-list .flex-row-reverse .Werkplaats-list-right p{
	max-width: 52rem;
}
.Werkplaats-list .flex-row-reverse .akker_btn_cls{
	background-color: transparent;
	color: #181818;
}
.Werkplaats-list .flex-row-reverse .akker_btn_cls:hover{
	background-color: #181818;
	color: #fff;
}
.Werkplaats-list-lft{
	overflow: hidden;
	height: 39rem;
}
.Werkplaats-list-lft img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.Werkplaats-list .row:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
/* ********* Werkplaats detail ******* */
.back-btn{
	padding-top: 32rem;
	margin-bottom: -35rem;
	position: relative;
	z-index: 5	;
}
.back-btn:not(.aanbod-back) .akker_btn_cls{
	background: transparent;
	color: #181818;
}
.back-btn:not(.aanbod-back) .akker_btn_cls:hover, .back-btn:not(.aanbod-back) .akker_btn_cls:focus, 
.back-btn:not(.aanbod-back) .akker_btn_cls:active{
	background: #181818;
	color: #fff;
}
.Werkplaats-dtl-top{
	padding-top: 21rem;
	padding-bottom: 6rem;
}
.inner-header{
	background-color: #181818	;
}
.Werkplaats-dtl-lft{
	height: 100%;
}
.Werkplaats-dtl-lft img{
	height: 100%;
	object-fit: cover;
}
.Werkplaats-dtl-right{
	padding-top: 12rem;
}
.Werkplaats-dtl-right p{
	max-width: 57rem;
	color: #181818;
	margin-bottom: -3rem;
}
.Werkplaats-dtl-right h2{
	margin-bottom: 2rem;
  	text-transform: uppercase;
  	line-height: normal;
}
.Werkplaats-dtl-mid-lft{
	padding-right: 10rem;
	min-height:55rem;
	height: 100%;
}
.Werkplaats-dtl-mid-lft img{
	transform: scaleX(-1);
	height: 100%;
	object-fit: cover;
}
.Werkplaats-dtl-mid{
	background-color: #181818;
	color: #fff;
	padding: 7rem 0;
}
.Werkplaats-dtl-mid-right h2{
	line-height: 5rem;
	margin-bottom: 3rem;
	text-transform: uppercase;
}
.Werkplaats-dtl-mid-right{
	max-width: 60rem;
	padding-top: 7rem;
}
.Werkplaats-dtl-mid-right li{
	padding-left: 4rem;
	position: relative;
	margin-bottom: 1rem;
}
.Werkplaats-dtl-mid-right li::after{
	position: absolute;
	content: "";
	left: 0;
	top: .85rem;
	background-image: url(../images/white-dot.svg);
	width: .6rem;
	height: .6rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.Werkplaats-form{
	padding: 11rem 0;
}
.form-right li p,
.form-sec p,
.form-sec h4{
	color: #181818;
}
.form-styl {
    background-color: #fff;
    color: #181818;
    font-size: 1.6rem;
    padding:1.2rem 2.6rem;
	background: #EEE;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	border-radius: 0;
	border: 1px solid rgba(16, 24, 40, 0.05);
    box-shadow: none;
    resize: none;
    font-family: 'nunito_sanssemibold';
	margin-bottom: 2rem;
	border: 0;
}
.form-sec textarea.form-control{
	min-height: 15rem;
}
.form-styl:focus{
	background: #EEE;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #181818;
	border: 1px solid rgba(16, 24, 40, 0.05);
}
.form-styl:placeholder {
	color: #181818;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #181818;
	opacity: 1;
}
.form-styl::placeholder {
	color: #181818;
	opacity: 1;
}
.form-sec label{
	font-family: 'nunito_sanssemibold';
	color: #181818;
	margin-bottom: 1rem;
}
.form-right{
	max-width: 46rem;
	margin-left: auto;
	margin-right: 0;
}
/* .Werkplaats-form .common-wrap > .row{
	max-width: 1263px;
	margin: 0 auto;
} */
.form-right ul{
	margin-top: 3rem;
}
.form-right li{
	display: flex;
	align-items:flex-start ;
	row-gap: 3.5rem;
	margin-bottom: 2.5rem;
}
.form-right li img{
	width: 2rem;
	margin-right: 2rem;
}
.form-right li a {
	color: #181818;
}
.form-right li a:hover{
	text-decoration: underline;
}
.form-right li p{
	font-family: 'nunito_sanssemibold';
	margin-bottom: 2rem;
}

/* ****** Werkplaats-dtl-slider ****** */
.Werkplaats-dtl-slider{
	padding: 5rem 0;
	background-color: #181818;
}
.Werkplaats-dtl-slider .swiper-button-next{
	right: -1rem;
}
.Werkplaats-dtl-slider .swiper-button-prev{
	left: -1rem;
}
.Werkplaats-dtl-slider .heading h2{
	color: #fff;
}
.Werkplaats-dtl-slider h4{
	line-height: 25px;
}
.Werkplaats-dtl-each-slider {
	position: relative;
}
.Werkplaats-dtl-each-slider::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.Werkplaats-dtl-each-slider-content{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	padding:3rem;
	color: #fff;
	z-index: 1;
}
.Werkplaats-dtl-each-slider img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.Werkplaats-dtl-each-slider:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
 }
.Werkplaats-dtl-each-slider{
	overflow: hidden;
}
/* **********  contact ****** */
.contact-form{
	background-color: #181818;
}

.contact-form .form-styl {
    background-color: #fff;
    color: #B5B5B5;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	opacity: 1;
}
.contact-form .form-sec textarea.form-control{
	min-height: 15rem;
}
.contact-form .form-styl:focus{
	background: #EEE;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #B5B5B5;
	border: 1px solid rgba(16, 24, 40, 0.05);
}
.contact-form .form-styl:placeholder {
	color: #B5B5B5;
	opacity: 1;
}
.contact-form .form-styl:-ms-input-placeholder {
	color: #B5B5B5;
	opacity: 1;
}
.contact-form .form-styl::placeholder {
	color: #B5B5B5;
	opacity: 1;
}
.contact-form label{
	color: #fff;
}
.contact-form .form-right li a,
.contact-form p ,
.contact-form h4{
	color: #fff;
}
.contact-form .akker_btn_cls{
	background-color: #fff;
	color: #181818;
}
.contact-form .akker_btn_cls:hover{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.contact-form .form-right li img{
	filter:brightness(0)  invert(1) ;
}
.contact-form .form-right p{
	color: #fff;
}
.map{
	height: 65rem;
}
/* ******* overons ***** */
.overons-top{
	padding-top: 8.9rem;
	padding-bottom: 11rem;
}
.overons-top-right{
	max-width: 57rem;
    margin-left: 6rem;
}
.overons-top-right p{
	margin-bottom:8rem;
	margin-top: 3rem;
}
.overons-top-right h2, .overons-slider h2{
	text-transform: uppercase;
}
/* ************** overons-accro ************** */
.overons-accro{
	background-color: #181818;
	padding: 9rem 0;
}
.accro-heading p {
	color: #fff;
	margin: 3rem 0;
}
.accro-heading h2{
	color: #fff;
	text-transform: uppercase;
}
.accordian-content .accordion-item {
    background-color: transparent;
	border: 0;
    border-bottom: 1px solid #fff;
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordian-content .accordion-button::after {
	background-image: url(../images/accordian-down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	position: absolute;
    top:3rem;
    right: 0;
	transform: rotate(-90deg);
}
.accordian-content .accordion-button:not(.collapsed)::after {
    transform: rotate(0);
}
.accordian-content .accordion-button:not(.collapsed) {
    box-shadow: none;
	background-color: transparent;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordian-content .accordion-item p {
	color: #fff;
	max-width: 62rem;
    width: 100%;
}
.overons-accro h4 ,
.overons-accro .accordion-button:not(.collapsed){
	color: #fff;
	padding-right: 1.8rem;
	line-height: 59px;
	/* margin: 5rem 0; */
}
.accordian-content {
    position: relative;
    z-index: 1;
	padding-top: 9rem;
}
.accordian-content .accordion-button {
    padding: 0;
	margin: 2rem 0;
    background-color: transparent;	
}
.accordian-content .accordion-body {
    padding: 0 10% 3rem 0;
	transition: all 0s;
}
.accordian-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordian-right-top{
	max-width: 61rem;
}
.each-counter h2 ,
.each-counter h4{
	line-height: normal;
}
.each-counter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	height: 22rem;
	color: #fff;
}
.accordian-right-top .col-sm-6:first-child .each-counter{
	background-color: #6D212D;
}
.accordian-right-top .col-sm-6:last-child .each-counter h2 ,
.accordian-right-top .col-sm-6:last-child .each-counter h4 {
	color: #181818;
}
.accordian-content{
	padding-right: 10rem;
}
.accordian-right{
	padding-left: 10rem;
}

.overons-slider{
	padding: 11rem 0;
}

.overons-slider .swiper-slide{
	height: 100%;
}
.each-overons-slider{
	height: calc( 100% - 10rem);
}
.each-overons-slider img{
	height: 100%;
	object-fit: cover;
}
.overons-slider .common-arrow{
	top: 40%;
}
.overons-slider .swiper-button-next{
	right: -1rem;
}
.overons-slider .swiper-button-prev{
	left: -1rem;
}
.overons-slider .common-arrow img{
	filter: invert(1);
}
.each-overons-slider-content{
	text-align: center;
	padding: 2rem;
	background-color: #fff;
}
.overons-slider .swiper-slide ,
.overons-slider .swiper-wrapper{
	height: auto !important;
}
.each-overons-slider-content h4{
	line-height: normal;
}
.each-gal {
    height: 45rem;
    overflow: hidden;
}
.gallery-img{
	background-color: #181818;
	padding: 7.4rem 0 4rem;
}
.gallery-img .heading h2{
	color: #fff;
}
.gallery-img .col-5 {
    width: 37%;
}
.gallery-img .col-2 {
    width:26%;
}
.each-gal img{
	height: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	object-fit: cover;
}
.each-gal:hover img{
	transform: scale(1.15);
}

/* ********** aanbod-dtl ******* */
.aanbod-back{
	padding-top: 23rem;
	background-color: #181818;
}
.aanbod-back .col-lg-5 a{
	font-family: 'lama_sanssemibold';
}
.aanbod-back img{
	margin-right: 1rem;
}
.aanbod-dtl-banner{
	background-color: #181818;
	padding-top: 6rem;
	padding-bottom: 5rem;
}
.aanbod-dtl-banner h2{
	font-size: 4.8rem;
	text-transform: uppercase;
}
.aanbod-dtl-right img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-right-top ,
.aanbod-dtl-right-btm{
	position: relative;
	height: 100%;
}
.aanbod-dtl-right-btm::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.opacity:after{
	display: none;
}
.plus{
	position: absolute;
	left: 50%;
	top: 50%;
	height:2rem ;
	width: 2rem;
	transform: translate(-50% , -50%);
	cursor: pointer;
	z-index: 9;
}
.car-price-sec{
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 4rem;
}
.price-right-btm ,
.price-lft-btm{
	margin-top: 5rem;
	margin-bottom: 3rem;
}
.price-lft-btm ul{
	display: flex;
	flex-wrap: wrap;
}
.price-lft-btm li{
	width: 49%;
	font-family: 'nunito_sanssemibold';
	font-size: 1.8rem;
	line-height: 2;
}
.car-price-sec h3{
	font-size: 2.8rem;
	color: rgba(255, 255, 255, 0.5);
	
}
.price-lft-btm li:nth-child(odd){
	color: rgba(255, 255, 255, 0.6);
}
.white-btn{
	background-color: #fff;
	color: #000;
}
.white-btn:active, 
.white-btn:focus,
.white-btn:hover{
	color: #fff;
	border-color: #fff;
}
.contact-man{
	border: 1px solid #fff;
	padding: 1rem;
	margin-top: 2rem;
}
.contact-man-img{
	overflow: hidden;
	border-radius: 50%;
	height: 9rem;
	width: 9rem;
}
.contact-man-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.contact-man-lft{
	writing-mode: vertical-rl;
    align-items: center;
    justify-content: center;
	display: flex;
	width: 100%;
}
.contact-man-lft h4{
	transform: rotate(180deg);
	line-height: normal;
}
.contact-man-email p{
	font-family: 'nunitoextrabold';
}

/* *************** aanbod-dtl ******** */
/****dtl-tab-content****/
.dtl-tab-sec{
	padding: 8rem 0;
}
#aanbod-home ul{
	display: flex;
	flex-wrap: wrap;
}
#aanbod-home li{
	width: 16.6%;
	font-family: 'nunito_sanssemibold';
	font-size: 1.8rem;
	color: #212121;
	margin-bottom: 2rem;
}
#aanbod-home li:nth-child(odd){
	color: rgba(33, 33, 33, 0.6);
}
.dtl-tab-sec .tab-btn{
	margin-bottom: 5rem;
}
.dtl-tab-sec .tab-btn ul{
	column-gap: 1.8rem;
}
.dtl-tab-sec .tab-btn .nav-item{
	width: 15%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link{
	border: 1px solid #000;
    background-color: transparent;
    text-transform: none;
    color: #000;
    opacity: 1;
    padding: 1.2rem 2rem;
    border-radius: 0;
    letter-spacing: normal;
    border-radius: 0;
    width: 100%;
	font-family: 'nunito_sanssemibold';
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover, 
.tab-btn .nav-tabs .nav-item .nav-link.active {
	border: 1px solid #000;
    background-color: #000;
    color: #fff;
}

.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	column-gap: 1rem;
}
.kenmerken-tab li {
    font-size: 1.4rem;
    line-height: 2.6rem;
    letter-spacing: 0.16px;
    color: rgba(245, 245, 245, 0.70);
    width: 14%;
    margin-bottom: 6rem;
}
.kenmerken-tab li span {
	display: block;
    color: #212121;
	font-family: 'nunito_sanssemibold';
    font-size: 1.6rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #212121;
    padding-bottom: 1rem;
    color: #212121;
    font-size: 2.5rem;
	line-height: normal;
	margin-bottom: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    /* padding-bottom: 2rem; */
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.6rem;
    position: relative;
    color: #212121;
	margin-bottom: 1rem;
	font-size: 2rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.9rem;
    left: 0;
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	
}
.block-dtls p{
	margin-bottom: 5rem;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #000;
    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;
	font-family: 'nunito_sanssemibold';
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
	text-transform: none;
	line-height: normal;
}
.each-onderhoud-block h5 {
    color: #F5F5F5;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
}
.home-product-slider.bg-transparent .heading h2{
	color: #181818;
}
.home-product-slider.bg-transparent .heading{
	padding-bottom: 3rem;
}
/***************************bedankt**************************/
/****.bedankt-banner****/
.bedankt-banner .home-banner-content p {
	max-width: 51rem;
	width: 100%;
}
.bedankt-banner .home-banner-content .border-btn {
    margin-top: 4.8rem;
}
.bedankt-banner .home-banner-content {
    top: 36%;
}
/***************************popup**************************/
.modal-area .modal-dialog {
    max-width: 61%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.60);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #FFFFFF;
	position: relative;
}
.modal-area .popup-content p {
    margin: 4.5rem 0 5.5rem;
	color: #181818;
	font-family: 'nunito_sansregular';
}
.popup-logo img {
	width: 23.5rem;
}
.modal-area .popup-content {
    padding: 3rem 11rem 5rem;
    background-color: #FFFFFF;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #181818;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'nunito_sansregular';
}
.close-img:hover {
	color: #fff;
}
.pop-up-image h2 {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3rem;
	color: #fff;
	text-transform: uppercase;
	z-index: 1;
}
.pop-up-image::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(24, 24, 24, 0.2);
}
/* ************* aanbod-list  *************** */
.aanbod-list{
	padding-bottom: 9rem;
}
.aanbod-list .each-product {
	background-color: #181818;
}
.aanbod-list .each-product h5 span ,
.aanbod-list .each-product  h5{
	color: #fff;
}
.aanbod-list .each-product p{
	color: rgba(255, 255, 255, 0.5);
}
.aanbod-list .prict-table td{
	color: rgba(255, 255, 255, 0.5);
}
.aanbod-list .prict-table td span{
	color: #fff;
	display: block;
} 
.aanbod-list .right-arrow img{
	filter: invert(1);
}

/* *************** filter ************ */
.filter-sec {
	padding-top: 18rem;
	padding-bottom: 3rem;
}
.sorteren_op-filter label{
	width: max-content !important;
	padding-right: 1rem;
	margin: 0;
	font-family: 'nunito_sanssemibold';
}
.sorteren_op-filter .select-style{
	width: auto !important;
}
.select-style {
	width: 100%;
    height: 4.6rem;
    color: #202633;
    font-family: 'nunito_sanssemibold';
    font-size: 1.6rem;
    border: 1px solid #181818;
    padding: 0 2rem;
    background: url(../images/filter-arrow.svg) transparent no-repeat 93% center/10px;
    appearance: none;
    line-height: 4.6rem;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	background-size: 0.6rem;
	text-transform: capitalize;
}
.select-style option{
	font-family: arial;
}
.filter-content {
    display: none;
    background-color:#f6f8fa;
    padding: 1rem 2rem 1.5rem;
    z-index: 2;
    border: 1px solid #181818;
    border-top: 0;
    margin-top: -0.5rem !important;
	cursor: default;
}
.filter-content.show-div {
    display: block;
}
.filter-sec label {
    color: #202633;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
	font-size: 1.6rem;
	cursor: pointer;
}
.filter-sec label:last-child {
	margin-bottom: 0;
}
.filter-sec label span {
    float: right;
    color: #202633;
    opacity: 0.65;
}
.filter-sec .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: middle;
    margin-top: -0.3rem;
    margin-right: 0.8rem;
    box-shadow: none;
    border: 1px solid #202633;
    background-color: #F6F8FA;
    border-radius: 0.3rem;
}
.filter-sec .form-check-input:checked {
    background-color: #2B61DC;
    border-color: #2B61DC;
}
.filter-main .select-style {
    font-family: 'nunito_sanssemibold';
    color: #101824;
    font-size: 1.6rem;
    background: url(../images/filter-arrow.svg) #F6F8FA no-repeat 93% center / 12px;
}
.filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 100px;
}
.filter-content{
	margin-top: -1.2rem !important;
	border-radius: 0 ;
}
.aanbod-filter {
	margin-bottom: .5rem;
}
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #202633;
    border-radius: 1rem;
    background-color: #e8e8e8;
    font-size: 1.6rem;
}
.cross-btn {
    width: 1.6rem;
}
.auto-overview-tag:hover {
	background-color: #2B61DC;
	color: #fff;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	margin-top: 3rem !important;
}
.clear-filter {
	margin-top: 2rem;
}
.clear-filter a {
	font-size: 1.6rem;
	color: #181818;
}
.clear-filter img {
	width: 1.3rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter a:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
}
.mobile-filter-close {
    padding: 1.5rem 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F6F8FA;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F6F8FA;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #101824;
}
.mobile-filter-close span img {
	width: 1.2rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #0066FF;
    border-color: #0066FF;
    color: #fff;
    padding: 1rem;
    max-width: initial;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #202633;
	border-color: #202633;
}
.filter-left {
	margin-top: 0;
}
.filter-left h6 {
	display: inline-block;
	cursor: pointer;
}
.filter-wrap .akker_btn_cls{
	padding-top: .9rem;
	padding-bottom: .9rem;
}
.sorteren_op-filter label{
	margin-bottom: 0;

}
.sorteren_op-filter .input.select{
	display: flex;
	justify-content: center;
	align-items: center;

}
/*******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.svg);
	  background-repeat: no-repeat;
	  background-position: left;
	  padding: 4px 0 6px 44px;
	  color: #000;
	  background-size: 152px;
  }
  
  .star_icon h4{
	  padding-bottom: 10px;
	  text-transform: uppercase;
	  padding-top: 15px;
	  margin-bottom: 15px;
	  color: #1c1c1c;
	  border-bottom: 1px solid #1c1c1c;
	  text-transform: uppercase;
  }
  .star_icon p img{
	  width: 15px;
	  margin-top: -3px;
	  margin-right: 5px;
  }
  .star_icon p{
	  font-size: 2rem !important;
	  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, .form-2 {
	  display:none;
	  margin-top: 30px !important;
	  margin: 0 auto 10px;
  } 
  .privacy-sec{
	  background-color: #121212;
	  padding: 11% 0;
  }
  .mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #121212;
	border-radius: 0;
}
.mini-right-nav span {
    font-family: 'nunito_sanssemibold';
    font-size:0px;
    bottom: 0;
    right: 0px;
    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;
	z-index:-1;
}
.mini-right-nav span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 0;
	content: '';
	background-color: #121212;
	height: 60px;
	-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: 0;
	font-size:16px;
}
.mini-right-nav .navtext:hover {
	text-decoration:none;
}
.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}
.mini-right-nav li.whtasapp-nav .navtext, .mini-right-nav .whtasapp-nav span:after{
	background-color: #23d366;
}
.mini-right-nav img{
	width: 20px;
	position: relative;
	z-index: 1;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 15;
	right: 0px;
}
  .cpnt {
	  cursor: pointer;
  }
  .filter-clean img {
	  width: 12px;
	  margin-right: 10px;
	  margin-bottom: 2px;
  }
  .acties-left-content h2{
	  color: #181818;
  }
  .privacy_section{
	  padding-top: 17rem;
  }
  .error_top {
	  margin-top: 17rem;
  }
  .load_img{
	  width: 5rem;
  }
.WerkPlanner{
	width: 100%;
    height: 713px;
}
.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}

@media screen and (max-width: 600px) {
	.popuptext {
		right: 60px !important;
	}
}
@media (max-width : 767.98px){
	.fixed-whatsapp-icon{
		display: none;
	}
}
.merk-filter .form-check-input {
	display: none;
}
.warranty-table table{
	width: 100%;
}
.warranty-table th{
	height: 60px;
	padding-top: 0 !important;
  	padding-bottom: 8px !important;
}
.warranty-table tr th, .warranty-table tr td{
	width: 19%;
	text-align: center;
	padding: 20px 7px;
	color: rgba(33, 33, 33, 0.60);
	font-family: 'nunito_sansregular';
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 20px;
}
.warranty-table tr td:first-child{
	text-align: left;
  	border-top: 1px solid rgba(0,0,0,0.1);
  	background: transparent !important;
  	border-right: 1px solid rgba(0,0,0,0.1);
  	height: 80px;
  	padding: 0 15px 0 0;
}
.warranty-table tr th:not(:first-child){
	border-left: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.warranty-table tr:nth-child(even) td:nth-child(even){
	background: #EEEEEE;
}
.warranty-table tr:nth-child(odd) td:nth-child(odd){
	background: #EEEEEE;
}
