@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
    font-size: 1.6rem;
    font-family: 'lama_sansregular';
    color: #121212;
    line-height: 22.4px;
    letter-spacing: 0.32px;
}
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);
}
.mm-menu .mm-listview>li a:not(.mm-next):hover {
	color: #FA9816;
}
.mm-menu .mm-listview>li .mm-arrow:after, 
.mm-menu .mm-listview>li .mm-next:after,
.mm-menu .mm-btn:after, 
.mm-menu .mm-btn:before {
	border-color: rgba(255,255,255,0.5);
}
.mm-listview .mm-next:before {
	background-color: rgba(255,255,255,0.5);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/*****header-area*****/
.header-area {
	position: absolute;
	top: 5rem;
	left: 0;
	width: 100%;
	z-index: 99;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-area.is-hidden{
	top: 0;
}
.header-wrap {
	background-color: #fff;
	border-radius: 2rem;
	padding: 1.5rem 2rem;
}
.header-area.is-hidden .header-wrap{
	background-color: transparent;
}
.header-area.is-hidden {
    position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.header-area.is-hidden .header-wrap {
	margin: 1.5rem 0;
}
.header-logo img {
	width: 25.7rem;
}
.header-menu li {
	display: inline-block;
	margin-right: 5.5rem;
}
.header-menu li:last-child {
	margin-right: 3rem;
}
.header-menu li a {
	font-size: 2rem;
    font-family: 'lama_sansregular';
    color: rgba(18,18,18,0.9);
	letter-spacing: 0.05rem;
	padding-left: 1.1rem;
	position: relative;
	line-height: normal;
}
.header-menu li a::after {
	content: "";
	height: 0;
	width: 0.3rem;
	background-color: #FA9816;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-menu li a:hover::after {
	height: 90%;
}
.header-menu li a.active::after {
	height: 90%;
}
.header-menu .dropdown:hover > .dropdown-menu {
    display: block;
}
.header-menu .dropdown:hover > a::before {
	transform: translateY(-50%) rotate(180deg);
}
.header-menu .dropdown-menu {
	border-color: #BDBDBD;
	min-width: 18.6rem;
	padding: 0 2rem;
	border-radius: 0.4rem;
	left: -2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.header-menu .dropdown-menu li {
	margin-right: 0;
	display: block;
}
.header-menu .dropdown-item {
	padding: 1rem;
	border-bottom: 1px solid #BDBDBD;
}
.header-menu li:last-child .dropdown-item {
	border-bottom: 0;
}
.header-menu .dropdown-item:hover:after {
	height: 50%;
}
.header-menu .dropdown-item:hover {
	background-color: transparent;
}
.header-menu .dropdown > a {
	position: relative;
	padding-right: 3rem;
}
.header-menu .dropdown > a::before {
	content: "";
	height: 1.8rem;
	width: 1.8rem;
	background-size: 1.8rem;
	background-repeat: no-repeat;
	background-position: center center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	position: absolute;
	background-image: url(../images/arrow-down.svg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/**********side area***********/
.mini-right-nav li{
    margin: 0 0 5px;
    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: #FA9816;
	border-radius: 1rem 0 0 1rem;
}
.mini-right-nav span {
    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: 1rem;
	content: '';
	background-color: #FA9816;
	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{
	background-color: #26BE00;
}
.mini-right-nav .whtasapp-nav span:after{
	background-color: #26BE00;
}
.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: 30%;
	z-index: 99;
	right: 0;
}
/***banner-sec****/
.banner-sec {
	position: relative;
}
.banner-content {
	position: absolute;
	top: 65%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
}
.banner-content h1 {
	margin-bottom: 5rem;
}
/***product-sec*****/
.product-sec {
	margin-top: -15rem;
	position: relative;
	z-index: 1;
}
.product-slider {
	margin-top: 5rem;
	position: relative;
}
.product-slider .swiper-button-next {
	right: -6.5rem;
}
.product-slider .swiper-button-prev {
	left: -6.5rem;
}
.each-product {
	background-color: #fff;
	border-radius: 2rem;
	padding: 1rem;
	border: 2px solid #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-product:hover {
	border-color: #FA9816;
}
.product-img {
	border-radius: 1rem;
	overflow: hidden;
	margin-bottom: 1rem;
}
.product-dtl h4 {
	margin-bottom: 10px;
  	/*height: 70px;
  	overflow: hidden;*/
  	line-height: normal;
}
.product-dtl p {
	color: #A8A8A8;
	height: 50px;
  	overflow: hidden;
  	margin-bottom: 2rem;
}
.product-dtl table {
	width: 100%;
}
.product-dtl td {
	color: #A8A8A8;
	font-size: 1.6rem;
    font-family: 'lama_sanssemibold';
	padding-bottom: 2rem;
	width: 42%;
	vertical-align: top;
}
.product-dtl td:last-child{
	width: 58%;
}
.product-dtl td img {
	margin-right: .5rem;
  	width: 1.8rem;
}
.product-price { 
	border-top: 2px solid #FA9816;
	margin-top: 1rem;
	padding-top: 1rem;
}
.product-price h3 {
	font-size: 2.6rem;
    font-family: 'lama_sansbold';
    color: #121212;
	padding-left: 0;
}
.product-price h3::after {
	display: none;
}
.product-price h6 {
	color: #828282;
}
.product-price span {
	color: #FA9816;
}
/****service-sec*****/
.service-sec .block-wrap {
	background-color: #fff;
}
.service-info {
	padding-right: 10rem;
}
.service-info h3 {
	margin-bottom: 4rem;
}
.service-info p {
	margin-bottom: 5rem;
}
.service-info p:last-child {
	margin-bottom: 0;
}
.each-service {
	overflow: hidden;
	border-radius: 2rem;
	position: relative;
}
.each-service h3 {
	padding-left: 0;
	margin-bottom: 2rem;
	color: #fff;
	word-break: break-word;
}
.each-service h3::after {
	display: none;
}
.each-service p {
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 7;
	text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.each-service-text { 
	position: absolute;
	width: 100%;
	height: 11rem;
	bottom: 0;
	left: 0;
	padding: 4rem;
	background-color: rgba(0,0,0,0);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service .akker_btn_cls {
	position: absolute;
	right: 4rem;
	bottom: 4rem;
	opacity: 0;
}
.each-service:hover .each-service-text {
	background-color: rgba(0,0,0,0.6);
	height: 100%;
}
.each-service:hover .akker_btn_cls {
	opacity: 1;
}
/****about-sec****/
.about-info {
	background-color: #fff;
	border-radius: 2rem;
	overflow: hidden;
}
.about-sec .block-wrap {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.about-info-text {
	padding: 6rem;
}
.about-info-img {
	height: 100%;
}
.about-info-img img {
	height: 100%;
	object-fit: cover;
}
.about-info-text p {
	margin-bottom: 5rem;
}
.about-info-text h3 {
	margin-bottom: 4rem;
}
/***about-counter***/
.about-counter .block-wrap {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding-top: 0;
}
.each-counter {
	text-align: center;
}
.each-counter h2 {
	font-size: 6rem;
}
.each-counter h4 {
	font-size: 2.8rem;
	font-family: 'lama_sansregular';
}
/***rating-sec***/
.rating-sec h3 {
	margin-bottom: 6rem;
}
.rating-sec .block-wrap {
	background-color: #fff;
	position: relative;
}
/***footer-area***/
.footer-area {
	background-color: #121212;
	padding: 30rem 0 6rem;
	margin-top: -15rem;
}
.footer-logo {
	margin-top: 4rem;
	text-align: center;
}
.footer-logo img {
	width: 25.7rem;
}
.footer-area a {
	color: #fff;
}
.footer-area a:hover {
	color: #FA9816;
}
.footer-info p {
	line-height: 21px;
	font-family: 'lama_sanslight';
	font-size: 1.4rem;
	margin-bottom: 3rem;
	color: #fff;
}
.footer-info {
	justify-content: space-between;
}
.each-footer-info {
	padding-right: 2rem;
}
.each-footer-info:last-child {
	padding: 0;
}
.each-footer-info p:last-child {
	margin-bottom: 0;
}
.footer-info h5 {
	color: #fff;
	margin-bottom: 2rem;
}
.footer-klanten {
	max-width: 32.8rem;
	width: 100%;
	margin-left: auto;
}
.footer-menu {
	margin: 6.2rem 0 0;
}
.footer-menu ul {
	display: flex;
}
.footer-menu li {
	margin-right: 5.2rem;
}
.footer-menu li:last-child {
	margin-right: 0;
}
.footer-menu li a {
	color: rgba(255, 255, 255, 0.60);
	font-family: 'lama_sansregular';
	font-size: 1.4rem;
}
.footer-menu li a:hover {
	color: #FA9816;
}
.footer-credit {
	border-top: 2px solid #FA9816;
	padding-top: 2rem;
	margin-top: 2.4rem;
}
.footer-credit p a {
	color: rgba(255, 255, 255, 0.60);
	font-family: 'lama_sansregular';
	font-size: 14px;
}
.footer-credit p a:hover {
	color: #FA9816;
}
/*=======================popup start===========================*/
.modal-area .modal-dialog {
    max-width: 80rem;
    margin: 8% auto 0;
}
.modal-area .modal {
	background-color: rgba(31, 31, 34, 0.70);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 4rem;
	overflow: hidden;
    background-color: #fff;
	position: relative;
}
.modal-area .popup-content h3 {
	font-size: 4rem;
	margin-bottom: 3.7rem;
}
.modal-area .popup-content h3 span {
	font-family: 'lama_sanssemibold';
}
.modal-area .popup-content p {
    margin-bottom: 4.5rem;
}
.modal-area .popup-content {
    padding: 6rem 6rem 3rem;
}
.close-img {
    position: absolute;
    top: 2rem;
    right: 3rem;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #FA9816;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansregular';
	border-radius: 0.5rem;
}
.close-img:hover {
	color: #fff;
}
/*=======================lease-financieren page start===========================*/
/***inner-banner-sec**/
.inner-banner-sec {
	position: relative;
}
.inner-banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
}
.inner-banner-content h1 {
	column-rule: rgba(255,255,255,0.9);
	font-size: 4.8rem;
	letter-spacing: normal;
}
/***pg-content-wrap***/
.pg-content-wrap {
	margin-top: -15rem;
	position: relative;
}
/***finance-benefit-area***/
.inner-wrap {
	padding: 6.5rem;
	background-color: #fff;
	border-radius: 2rem;
	margin-bottom: 3rem;
}
.inner-wrap:last-child {
	margin-bottom: 0;
}
.finance-benefit-text {
	max-width: 67rem;
	padding-right: 3rem;
}
.finance-benefit-text h3 {
	margin-bottom: 5rem;
}
.finance-benefit-text h4 {
	margin-bottom: 1rem;
	font-family: 'lama_sansregular';
}
.finance-benefit-text p {
	font-size: 1.8rem;
	margin-bottom: 3.6rem;
}
.finance-benefit-text p:last-child {
	margin-bottom: 0;
}
.finance-benefit-img {
    max-width: 51.4rem;
    margin-left: auto;
}
.finance-benefit-img img {
	border-radius: 1rem;
}
/***complete-offer-area****/
.complete-offer-area p {
	margin: 4rem 0;
	max-width: 78.4rem;
	width: 100%;
}
/***form-area***/
.form-area {
	background-color: #FA9816;
}
.form-area h3 {
	color: rgba(255,255,255,0.9);
	margin-bottom: 6rem;
}
.form-area h3::after {
	background-color: rgba(255,255,255,0.9);
}
.form-styl {
	resize: none;
    background-color: #fff;
    border-radius: 1rem;
    font-family: 'lama_sansregular';
    border: 0;
    color: #121212;
    font-size: 1.8rem;
    padding: 1.6rem 2.8rem;
	letter-spacing: normal;
}
.form-group {
	margin-bottom: 1rem;
}
textarea.form-styl {
	height: calc(100% - 1rem);
}
.form-styl:placeholder {
	color: #121212;
}
.form-styl:-ms-input-placeholder {
	color: #121212;
}
.form-styl::placeholder {
	color: #121212;
}
.form-styl:focus {
    box-shadow: none;
    color: #121212;
    background-color: #fff;
}
.form-area .akker_btn_cls {
	background-color: #fff;
	border-color: #fff;
	color: #121212;
	margin-top: 3rem;
}
.form-area .akker_btn_cls:active, 
.form-area .akker_btn_cls:focus, 
.form-area .akker_btn_cls:hover {
	background-color: #121212;
	border-color: #121212;
	color: #fff;
}
/*=======================garanties page start===========================*/
/***package-area**/
.package-area h3 {
	margin-bottom: 4rem;
}
.package-area p {
	max-width: 91.7rem;
	width: 100%;
}
.package-main {
	margin: 5.4rem -4rem 0;
}
.each-package {
	border-radius: 1rem;
	border: 1px solid #FA9816;
	padding: 6rem 4rem;
	height: 100%;
}
.each-package h6 {
	margin-bottom: 1.2rem;
}
.each-package h4 {
	color: #FA9816;
	font-family: 'lama_sanssemibold';
	margin-bottom: 3rem;
}
.each-package li {
	color: #000;
    font-family: 'lama_sansregular';
	margin-bottom: 2rem;
	line-height: 1.6;
	font-size: 1.8rem;
}
.each-package li:last-child {
	margin-bottom: 0;
}
.package-main .col-xl-3 {
	padding: 0 1rem;
}
.package-main .row {
	margin: 0 -1rem;
}
/***garantie-complete-offer***/
.garantie-complete-offer {
	background-color: #F8F8F8;
}

/*===============contact==========*/
.map .common-bg{
	height: 60rem;
}
.map .d-inline-block{
	max-width: 26rem;
/*	margin-left: 15%;*/
}
.map .d-inline-block, .contact-detail .col-md-4 div{
	background: #FA9816;
	border-radius: 1rem;
}
.map h6{
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}
.map h6, .contact-detail p, .contact-detail h4{
	color: #fff;
	letter-spacing: normal;
}
.map img{
	width: 2.4rem;
}
.dwn-arw{
	position: absolute;
	bottom: -50px;
	left: 50%;
	background: url('../images/angle.png') no-repeat center / contain;
	width: 80px;
	height: 80px;
	transform: translateX(-50%);
}
.contact-detail .mx-auto{
	max-width: 130rem;
	margin-top: -9rem;
}
.contact-detail a img{
	width: 4rem;
}
.contact-detail a:hover p{
	text-decoration: underline;
}
.rounded-img{
	border-radius: 2rem;
}
.openingtime td{
	vertical-align: top;
	padding-right: 4rem;
	padding-bottom: 2rem;
}
.openingtime p{
	margin-top: 1.5rem;
}
.contact-btm h3, .overons-top h3, .overons-middle h3, .overons-middle h3, .overons-middle h6, .overons-slider h2{
	font-family: 'LamaSansMedium';
	padding-left: 0;
}
.contact-btm h3::after, .overons-top h3::after, .overons-middle h3::after, .overons-middle h3::after{
	display: none;
}
.contact-btm p{
	margin: 3rem 5rem 5rem 0;
}
/*==========vacature===========*/
.vacature-list .each-service p{
	-webkit-line-clamp: 3;
}
.foto-upld .float-end{
	border: 1px solid rgba(32, 38, 51, 0.20);
	padding: .5rem 1.2rem;
	font-family: 'LamaSansMedium';
	font-size: 1.4rem;
	margin-top: -.2rem;
	border-radius: 5px;
	margin-right: -1.5rem;
}
.foto-upld{
	cursor: default;
}
.back-btn{
	background: #FA9816;
	padding: 18rem 0;
	font-family: 'lama_sanssemibold';
}
.back-btn span.gray{
	opacity: .5;
}
.swiper-no-swiping .swiper-wrapper {
  	justify-content: center;
}
/*=============overons============*/
.overons-top, .overons-counter, .overons-middle{
	background: #121212;
}
.overons-top p{
	margin-top: 3rem;
}
.overons-top .d-table{
	max-width: 75rem;
}
.overons-middle h3, .overons-middle p, .overons-middle h6{
	color: #fff;
}
.overons-counter .row{
	max-width: 138rem;
	margin: auto;
}
.overons-counter h4{
	color: #fff;
	opacity: .9;
}
.overons-counter .block-wrap {
	padding: 0;
	background-color: transparent;
}
.overons-counter{
	padding: 10rem 0;
}
.overons-middle .me-lg-5{
	max-width: 56rem;
}
.overons-middle .each-block{
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	margin-bottom: 2rem;
	overflow: hidden;
}
.overons-middle p{
	margin: 3rem 3rem 6rem 0;
}
.overons-middle h6{
	position: relative;
	padding-right: 3rem;
}
.overons-middle h6:after{
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	content: '';
	background: url(../images/arw.svg) no-repeat center /contain;
}
.overons-middle .cursor:not(.collapsed) h6:after{
	transform: rotate(90deg);
}
.overons-middle .each-block.show-bg{
	background: #222222;
	pointer-events: none;
}
.overons-middle .each-block.show-bg .cursor{
	pointer-events: auto;
}
.overons-middle{
	padding-bottom: 25rem;
}
.overons-content-area{
	padding-bottom: 10rem;
}
.overons-content-area, .overons-review, .overons-slider{
	background: #f8f8f8;
}
.overons-content-area .block-wrap{
	margin-top: -15rem;
	position: relative;
	padding: 1.4rem 1.4rem 1.4rem 10rem !important;
}
.overons-slider{
	overflow: hidden;
	padding-bottom: 20rem;
}
.slider-wrapper{
	margin-right: -15rem;
	margin-left: -15rem;
}
.overons-slider .swiper-button-next{
	right: 12%;
}
.overons-slider .swiper-button-prev{
	left: 12%;
	transform: rotate(180deg);
}
.overons-slider .common-arrow img{
	width: 1.2rem;
}
.slider-wrapper .swiper:before, .slider-wrapper .swiper:after{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(16.9% - 2rem);
	height: 100%;
	content: '';
	background: #000;
	opacity: .5;
	z-index: 2;
	border-radius: 2rem;
}
.slider-wrapper .swiper:after{
	left: auto;
	right: 0;
}
.overons-slider h2{
	color: #121212;
}
/*===============aanbod============*/
.corner{
	border-radius: 10px !important;
}
.aanbod-filter{
	background: #fff;
}
.each-filter h5{
	font-family: 'lama_sansbold';
	font-size: 1.8rem;
	position: relative;
	margin-bottom: 2rem;
}
/*.each-filter h5:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: '+';
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #182139;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.each-filter h5.active:after{
	content: '-';
}
.more-filter {
  font-size: 1.4rem;
  font-family: 'PoppinsBold';
  color: #FF5739;
}
.filter-content{
	display: none;
}
.filter-content.show-div {
	display: block;
}
*/
.select-styl{
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	color: #929292;
	background: url(../images/dwn-arrow.svg) #fff no-repeat 93% center / 11px;
	border: 1px solid #E2E2E2;
	border-radius: 5px;
	padding: 1.2rem;
	appearance: none;
	-webkit-appearance: none;
}
.select-styl option{
	font-family: arial;
}
.aanbod-filter label, .select-styl{
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	color: #929292;
}
.aanbod-filter label img{
	width: 40px;
}
.aanbod-filter .form-check-input{
	width: 2.5rem;
	height: 2.5rem;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 1.5rem;
	box-shadow: none;
	border-radius: 5px;
	border: 1px solid #E2E2E2;
}
.aanbod-filter .form-check-input:checked {
  	background-color: #000;
  	border-color: #000;
}
.more-filter{
	font-size: 1.4rem;
	font-family: 'LamaSansMedium';
	color: #FA9816;
}
.price-btn{
	font-family: 'LamaSansMedium';
	font-size: 1.2rem;
	color: #929292;
}
.price-range{
	z-index: 1;
	height: 5px;
}
.price-range > .track{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #FA9816;
}
.price-range > .range{
	position: absolute;
	z-index: 2;
	left: 25%;
	right: 25%;
	top: 0;
	bottom: 0;
	border-radius: 100px;
	background-color: #FA9816;
}
.price-range > .thumb{
	position: absolute;
	z-index: 3;
	width: 20px;
	height: 20px;
	background-color: #FA9816;
	border-radius: 50%;
	cursor: pointer;
}
.price-range > .thumb.left{
	left: 25%;
	transform: translate(-15px, -8px);
}
.price-range > .thumb.right{
	right: 25%;
	transform: translate(15px, -8px);
}
.multi-range-slider input[type="range"]{
	position: absolute;
	-webkit-appearance: none;
	pointer-events: none;
	z-index: 2;
	height: 10px;
	width: 100%;
	opacity: 0;
	width: calc(100% + 20px);
	left: -10px;
}
.multi-range-slider input[type="range"]::-webkit-slider-thumb{
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 0 none;
	background-color: #FA9816;
	-webkit-appearance: none;
	cursor: pointer;
}
.multi-range-slider input[type="range"]::-moz-range-thumb{
	pointer-events: all;
	width: 20px;
	height: 20px;
	border-radius: 0;
	border: 0 none;
	background-color: #FA9816;
	cursor: pointer;
}
.aanbod-top-filter{
 	top: -18rem;
}
.aanbod-top-filter .select-styl{
	max-width: 200px;
}
.aanbod-product .product-slider{
	margin-top: -5rem !important;
}
/* ===================== aanbod-dtl ======== */
.aanbod-dtl-banner .common-radius{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(49, 49, 49, 0.64) 0%, rgba(49, 49, 49, 0.64) 100%);
}
.add h4{
	color: #fff;
	font-size:3.2rem;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    color: #fff;
    cursor: pointer;
}
.aanbod-dtl-banner-img {
	border-radius: 10px;
    overflow: hidden;
	margin-bottom: 2rem;
}
.each-aanbod-dtl-img {
    margin-right: 1rem;
    border-radius: 10px;
    overflow: hidden;
}
.each-aanbod-dtl-img:last-child {
    margin-right: 0;
}
.aambod-banner-content {
    background-color: #fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 5rem 3.3rem 3.3rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.aambod-banner-content .aambod-banner-dtl {
    padding: 0;
}
.aambod-banner-dtl table {
    margin-top: 3rem;
	width: 100%;
}
.aambod-banner-dtl td {
    vertical-align: top;
    padding-bottom: 2rem;
}
.aambod-banner-dtl td h6 {
    color: #A8A8A8;
}
.aambod-banner-dtl td img{
	margin-right: 1rem;
}
.aambod-banner-content .aambod-banner-dtl .product-price {
    margin-top: 1.7rem;
	border: 0;
	padding-top: 0;
}
.product-dtl table img {
    margin-right: 1rem;
}
.aambod-banner-content li {
    margin-top: 1rem;
}
.aambod-banner-content li a {
    width: 100%;
    text-align: left;
    position: relative;
}
.aambod-banner-content li a::after {
    content: '';
    position: absolute;
    background-image: url(../images/aanbod-btn-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    background-size: 10px;
    right: 2.6rem;
    top: 50%;
    transform: translateY(-50%);
}
.aambod-banner-content-btm{
	background-color: #FA9816;
	padding: 2.3rem 3rem;
	border-radius: 5px;
	margin-top: 1rem;
}
.aambod-banner-content-btm h6{
	color: #fff ;
	margin-bottom: 4.3rem;
}
.aambod-banner-content-btm .akker_btn_cls{
	background-color: #fff;
	color: #121212;
}
.aanbod-dtl-banner h4{
	margin-bottom: 4rem;
}
.aanbod-dtl-banner .block-wrap {
	padding-top: 4rem;
}
.dtl-tab-sec {
	/* padding: 6rem 0 10.5rem; */
}
.dtl-tab-sec .block-wrap{
	padding-top: 3rem;
}
.dtl-tab-content-heading h3 {
	color: #0A1520;
	margin-bottom: 5.5rem;
	line-height:  33.28px;
	font-family: 'lama_sansregular';
}
.dtl-tab-sec .each-tab-content {
    margin-bottom: 3rem;
	background-color: #fff;
	padding: 6rem;
	border-radius: 2rem;
}
.kenmerken-block{
	padding-left: 7rem;
}
.each-tab-content .col-lg-3 {
	width: 20%;
}
.each-Kenmerken {
	border-radius: 10px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	overflow: hidden;
	padding: 0.7rem 2rem 2rem;
	margin-bottom: 2rem;
}
.each-Kenmerken h6 {
	color: #A8A8A8;
	font-size: 1.6rem;
	line-height: normal;
	margin: 1.5rem 0;
}
.each-Kenmerken h5 {
	color: #0A1520;
	font-family: 'lama_sanssemibold';
	line-height: normal;
	letter-spacing: normal;
}
.bullet-panel .tab_heading {
	padding-bottom: 2rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #0A1520;
    padding-bottom: 2rem;
	font-family: 'lama_sansregular';
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.4rem;
    position: relative;
	font-family: 'lama_sansregular';
	color: #0A1520;
	line-height: 30.8px;
	letter-spacing: 0.32px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.6rem;
    position: absolute;
    top: 1.1rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.each-tab-last-part h3 {
	color: #FA9816;
	font-family: 'lama_sansbold';
	font-size: 2.4rem;
	line-height: 50.58px;
	letter-spacing: 0.36px;
}
.each-tab-last-part h3::after{
	display: none;
}
.each-tab-last-part a {
	color: #0A1520;
	font-family: 'lama_sanssemibold';
	font-size: 1.6rem;
	line-height: 25.28px;
}
.each-tab-last-part .akker_btn_cls.orange-btn {
	color: #fff;
	margin-top: 8rem;
}
.each-tab-last-part p {
	margin: 6rem 0 3.5rem;
}
.each-tab-last-part {
	border-radius: 20px;
	border: 1px solid rgba(10, 21, 32, 0.20);
	padding: 4.5rem 5rem;
}
.each-tab-last-part.active {
	background-color: #0A1520;
}
/* .each-tab-last-part.active h3 {
	color: #fff;
} */
.each-tab-last-part.active h3 span {
	color: #FF912F;
}
.each-tab-last-part.active a {
	color: #fff;
}
.each-tab-last-part.active p {
	margin: 3rem 0;
}
.each-tab-last-part .akker_btn_cls {
	margin-top: 6rem;
}
.each-tab-content:last-child {
	margin-bottom: 0;
}
.dtl-google-review {
	background-color: #fff;
}
.each-tab-last-part {
    border-radius: 10px;
    border: 1px solid #DDD;
    padding: 5.5rem 4rem;
    position: relative;
	height: 100%;
}
.each-tab-last-part h6 {
    font-size: 1.4rem;
    color: #adadad;
    display: flex;
    align-items: center;
}
.each-tab-last-part h6 span {
    border: 1px solid #d9d9d9;
    border-radius: 100%;
    width: 3rem;
    height: 3rem;
    display: inline-block;
    margin-right: 2rem;
	position: relative;
}
.each-tab-last-part.active h6 span::after {
    position: absolute;
    content: "";
    background-image: url(../images/tick.svg);
    background-position: center center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    left: 48%;
    width: 1.5rem;
    height: 1.5rem;
    top: 45%;
    transform: translate(-50%, -50%);
}
.each-tab-last-part.active {
    border: 1px solid #FA9816;
    background-color: rgba(255, 73, 73, 0.08);
}
.each-tab-last-part.active h6 {
    color: #FA9816;
}
.each-tab-last-part.active h6 span {
	border: 1px solid #FA9816;
    background-color: #FA9816;
}
.dtl-tab-content-heading p{
	margin-bottom: 6rem;
}

/*******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;
}
.privacy_section {
	word-break: break-word;
  	padding: 17rem 0 5rem;
  	margin-bottom: -15rem;
  	background: #000;
  	position: relative;
}
.privacy_section h3, .privacy_section p{
	color: #fff;
}
.error_background{
	padding-top: 17rem;
    background-color: #000;
}
.error_top{
	background-color: #000;
}
.form-1 .inner-wrap{
	padding: 2.5rem;
}
.form-2 .inner-wrap{
	padding: 2.5rem;
}
.form-1, .form-2 {
	display:none;
	margin: 3rem 0;
}
.gm-style .gm-style-iw-c{
	background-color: #fa9816 !important;
}
.gm-style-iw-d{
	overflow: hidden !important;
}
.gm-style .gm-style-iw-tc::after{
	background-color: #fa9816 !important;
	left: 70% !important;
  	transform: translateX(-50%) !important;
	height: 35px;
	width: 80px;
}
.gm-style-iw-d .d-inline-block{
	margin-left: 1rem;
	margin-right: 7rem;
}
.calsty {
    border: 0;
    width: 100%;
    height: 649px;
    background: transparent;
}