@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #000;
    font-family: 'montserratregular';
    font-size: 1.6rem;
	background-color: #F0F0F0;
    /*overflow-x: hidden;*/
}
html {
    font-size: 62.5%;
}
/* #page{
	overflow: hidden;
} */
.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;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	padding: 3rem 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
}
.header-area::after {
	content: '';
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.69) -9.37%, rgba(0, 0, 0, 0) 100%);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header-logo {
    margin-right: 1rem;
}
.header-logo img {
	width: 14.5rem;
}
.header-menu ul {
    display: flex;
    column-gap: 4.5rem;
    justify-content: left;
    margin-top: 8px;
}
.header-menu{
	margin-left: 6rem;
}
.header-area .col-lg-2 {
	width: 12%;
}
.header-area .col-lg-7 {
	width: 63%;
}
.header-menu li a {
	position: relative;
	font-size: 1.6rem;
	font-family: 'montserratregular';
	line-height: 24px;
}
.header-menu li a:after {
    display: block;
    content: "";
    border-bottom: 2px solid #fff;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    margin-top: .4rem;
}
.header-menu a:hover {
    color: #F9F8F6;
}
.header-menu a:hover:after {
    transform: scaleX(1);
    transform-origin: 0px 50%;
}
.header-btn {
	text-align: end;
}
.stiky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	transition: all 0.5s;
}
.header-btn .akker_btn_cls {
	padding: 10px 18px;
}
.header-btn .akker_btn_cls:active, .header-btn .akker_btn_cls:focus, .header-btn .akker_btn_cls:hover {
  background-color: #fff;
  border-color: #fff;
}
.header-logo,
.header-menu,
.header-btn {
	position: relative;
	z-index: 1;
}
/****banner-sec****/
.banner-sec{
	position:relative;
}
.banner-sec .each-banner::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    left: 0;
    top: 0;
}
.each-banner{
	height: 98.9rem;
}
.each-banner img{
	height:100%;
	object-fit:cover;
}
.banner-content {
	position: absolute;
    top: 30rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
.banner-content h1 {
	margin-bottom: 17rem;
}
.banner-btm {
	position: absolute;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 3;
}
.banner-btm-wrap {
	background-color: #fff;
	padding: 4rem 14rem;
}
.banner-btm .select-style {
    width: 100%;
    height: 50px;
	line-height: 50px;
    color: #000;
    font-family: 'montserratmedium';
    font-size: 1.6rem;
    border: 0;
    border-radius: 0;
    background: url(../images/home-right-arrow.svg)  no-repeat 55% center / 11px;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border-bottom: 2px solid #D9D9D9;
	margin-bottom: 25px;
}
/* .banner-btm .col-lg-3 {
	position: relative;
}
.banner-btm .col-lg-3::after {
	content: '';
	position: absolute;
	height: 1.5px;
	left: 0;
	bottom: -5px;
	width: 60%;
	width: 100%;
	background-color: #D9D9D9;
} */
.banner-btm .col-lg-3:last-child::after {
	display: none;
}
.banner-btm .select-style option {
    background-color: #000;
	color: #fff;
    width: 100%;
    border: none;
	font-family: 'arial';
}
.banner-btm h2 {
	font-family: 'montserratmedium';
	color: #081A1B;
	position: relative;
	margin-bottom: 5rem;
	line-height: 24px;
}
.banner-btm h2::after {
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	bottom: -30px;
	width: 100%;
	background-color: #D9D9D9;
}
/****product-sec****/
.product-sec {
	background-color: #F0F0F0;
	padding: 23rem 0 10rem;
	position: relative;
}
.product-sec h3 {
	color: rgba(22, 54, 55, 0.11);
	font-family: 'Montserrat';
	font-size: 30rem;
	line-height: 24px;
	position: absolute;
    left: 0;
    top: 21%;
}
.product-slider {
	padding-top: 4rem;
}
.product-info {
	background-color: #fff;
  	padding: 3rem 1.5rem 1.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-content h6 {
	height: 22px;
    overflow: hidden;
	margin-bottom: 0.5rem;
}
.product-content p {
	font-size: 1.2rem;
	color: #101923;
	height: 45px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.product-info tr {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
	margin-top: 1rem;
}
.product-info td {
    vertical-align: top;
    color: #101923;
    font-size: 1.3rem;
    font-family: 'montserratregular';
    padding: 0.5rem .65rem;
    border-radius: 0;
	background-color: rgba(16, 25, 35, 0.09);
}
.product-btm-info table{
	height: 12rem;
}
.product-price h4,
.product-price h6 {
	color: #163637;
}
.product-slider a:hover .product-info {
	background-color: #163637;
}
.product-slider a:hover .product-content h6,
.product-slider a:hover .product-content p,
.product-slider a:hover .product-price h4,
.product-slider a:hover .product-price h6 {
	color: #fff;
}
.product-slider a:hover .product-info-btn {
	background-color: #fff;
	color: #101010;
	border-color: #fff;
}
.product-slider a:hover .product-info td {
	background-color: rgba(255, 255, 255, 0.82);
}
.product-btn {
	margin-top: 8.5rem;
	position: relative;
    z-index: 1;
}
.product-slider .common-arrow {
    bottom: -10rem;
 	top: auto;
}
.product-slider .swiper-button-next {
    right: 0%;
}
.product-slider .swiper-button-prev {
    left: 0%;
}
.product-btm-info .col-md-7 {
    width: 53%;
}
.product-btm-info .col-md-5 {
    width: 47%;
}
/****service-sec****/
.service-sec {
	background-color: #f8f8f8;
    padding: 30.5rem 0 21rem;
    position: relative;
    margin-top: -12rem;
}
.service-sec h2 {
	margin-bottom: 5rem;
}
.service-sec h3 {
	color: rgba(22, 54, 55, 0.11);
    font-family: 'Montserrat';
    font-size: 30rem;
    line-height: 24px;
    position: absolute;
    left: -27px;
    top: 20.5%;
}
.each-service-block {
	position: relative;
	overflow: hidden;
}
.each-service-block-first,
.each-service-block-last {
	height: 886px;
	position: relative;
	overflow: hidden;
}
.each-service-block-first img,
.each-service-block-last img {
	height: 100%;
	object-fit: cover;
}
.each-service-block {
	/* height: calc(100% - 59rem); */
    height: 33.33%;
	position: relative;
}
.each-service-block-last {
	position: relative;
}
.each-service-block::before,
.each-service-block-last::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.each-service-block-first::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.each-service-block img {
	height: 100%;
	object-fit: cover;
}
.each-service-block-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block-info h4 {
	color: #fff;
	position: relative;
	padding-right: 4rem;
	display: inline-block;
}
.each-service-block::after,
.each-service-block-first::after,
.each-service-block-last::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: rgba(22, 54, 55, 0.5);
    /* opacity: 0; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block:hover::after {
    bottom: 0;
}
.each-service-block-first:hover::after {
    bottom: 0;
}
.each-service-block-last:hover::after {
    bottom: 0;
}
.each-service-block-info h4::before {
	content: "";
    background-image: url(../images/service-arrow.svg);
    position: absolute;
    top: 6px;
    right: 0;
    width: 1.4rem;
    height: 1.8rem;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-block:hover .each-service-block-info h4::before,
.each-service-block-first:hover .each-service-block-info h4::before,
.each-service-block-last:hover .each-service-block-info h4::before {
    opacity: 1;
}
.each-service-block-info h4::after {
    display: block;
    content: "";
    border-bottom: 2px solid #fff;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 0%;
    margin-top: .4rem;
    left: 0;
}
.each-service-block:hover h4::after,
.each-service-block-first:hover h4::after,
.each-service-block-last:hover h4::after {
    transform: scaleX(1);
    transform-origin: 0% 100%;
}
.each-service-block:hover .each-service-block-info,
.each-service-block-first:hover .each-service-block-info,
.each-service-block-last:hover .each-service-block-info {
	width: 100%;
	text-align: center;
}
.each-service-block:hover .each-service-block-info {
	width: 100%;
}
.each-service-block:hover .each-service-block-info h4 {
	width: fit-content;
	margin: auto;
}
.tt::after{
	display: none;
}
/****about-sec****/
.about-sec {
    padding: 5rem 0 29rem;
    background-color: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.about-info {
    position: relative;
    z-index: 0;
    padding: 8.5rem 0;
    padding-right: 2rem;
}
.about-info::after {
    position: absolute;
    content: '';
    background-color: #F0F0F0;
    height: 100%;
    width: 200vw;
    left: -100%;
    top: 28px;
    z-index: -1;
}
.about-top-img {
    height: 746px;
    max-width: 56.5rem;
    margin-left: auto;
    z-index: 1;
}
.about-top-img img {
    height: 100%;
    object-fit: cover;
}
.about-btm-img {
    position: absolute;
    height: 272px;
    bottom: -20rem;
    right: 27rem;
    width: 44.2rem;
}
.about-btm-img img {
    height: 100%;
    object-fit: cover;
}
.about-info p {
    margin-bottom: 3rem;
    max-width: 68rem;
    width: 100%;
}
.about-info h2 {
    font-family: 'montserratmedium';
    margin-bottom: 4.5rem;
}
.about-sec h3 {
    color: rgba(22, 54, 55, 0.11);
    font-family: 'Montserrat';
    font-size: 30rem;
    line-height: 24px;
    position: absolute;
    left: -24px;
    top: 9%;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
}
/****google-review****/
.google-review {
	padding-bottom: 11rem;
	background-color: #f8f8f8;
}
/****footer-area****/
.footer-area {
	background-color: #163637;
	position: relative;
}
.footer-left {
	padding: 6rem 0 4.5rem;
}
.footer-nav-menu ul {
    display: flex;
    column-gap: 4rem;
	position: relative;
}
.footer-nav-menu ul::after {
	content: '';
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -20px;
    width: 100%;
    background-color: #fff;
}
.footer-nav-menu li a {
    position: relative;
    font-size: 1.6rem;
    font-family: 'montserratsemibold';
    line-height: 24px;
	color: #fff;
}
.footer-btm {
	margin-top: 6rem;
}
.each-footer {
	margin-bottom: 2rem;
}
.each-footer p {
	color: #fff;
	line-height: 24px;
}
.each-footer a {
	line-height: 24px;
}
.each-footer a:hover {
	text-decoration: underline;
}
.each-footer span {
	font-family: 'montserratregular';
	font-size: 1.6rem;
	color: #fff;
}
.footer-logo img {
	width: 19.3rem;
}
.footer-logo {
    height: 100%;
    background-color: #f0f0f0;
    max-width: 417px;
    width: 100%;
    margin-left: auto;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each-footer img {
	width: 2rem;
}
/**************************diensten-dtl***************************/
/****inner-banner****/
.inner-banner .each-banner::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    left: 0;
    top: 0;
}
.inner-banner .each-banner {
    height: 50rem;
}
.inner-banner .each-banner img {
    height: 100%;
    object-fit: cover;
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec{
	padding-top: 17.5rem;
	overflow: hidden;
}
.big-heading h2{
	font-size: 25rem;
	color: rgba(22, 54, 55, 0.11);
	line-height: 20rem;
	font-family: 'Montserrat';
	text-transform: uppercase;
}
.big-heading{
	position: absolute;
	left: -2.7rem;
	top: -1.9rem;
	pointer-events: none;
}
.diensten-dtl-top-sec .row{
	position: relative;
	z-index: 1;
}
.diensten-dtl-top-sec h3{
	font-size: 3.6rem;
    line-height: 56.88px;
    letter-spacing: 0.72px;
	margin-left: 14.8rem;
	margin-bottom: 3.1rem;
	font-family: 'montserratregular';
}
.diensten-dtl-top-img{
	height: 100%;
}
.diensten-dtl-top-img img{
	height: 100%;
	object-fit: cover;
}
.diensten-dtl-top-content{
	background-color: #163637;
	height: 100%;
}
.diensten-dtl-top-content-wrapper{
	padding: 5.9rem 3rem 2rem 15rem;
	max-width: 74.5rem;
}
.diensten-dtl-top-content h4{
	margin-bottom: 3.8rem;
	color: #FFFFFF;
}
.diensten-dtl-top-content p{
	margin-bottom: 2.8rem;
	color: #E2E2E2;
}
/****diensten-dtl-service****/
.diensten-dtl-service{
	margin: 7.5rem 0 7.5rem;
}
.diensten-dtl-service-wrapper{
	max-width: 108.5rem;
	width: 100%;
	margin: 0px auto;
}
.diensten-dtl-service-wrapper h4{
	margin-bottom: 8.7rem;
	font-family: 'montserratregular';
}
.diensten-dtl-service-wrapper .row{
	margin: 0px -22.5px;
}
.diensten-dtl-service-wrapper .col-lg-4{
	padding: 0px 22.5px;
}
.each-diensten-dtl-service{
	margin-bottom: 2.7rem;
}
.each-diensten-dtl-service h6{
	margin: 1.8rem 0 1.5rem;
}
/****dtl-form-sec****/
.dtl-form-sec {
    background-color: rgba(22, 54, 55, 0.11);
	overflow: hidden;
}
.form-outer {
    padding-right: 14rem;
    padding-top: 4rem;
    padding-bottom: 5rem;
}
.form-img {
	height: 100%;
}
.form-img img {
	height: 100%;
	object-fit: cover;
}
.form-outer h4 {
    font-family: 'montserratregular';
    margin-bottom: 4rem;
}
.dtl-form-sec .form-group{
	margin-bottom: 2rem;
}
.form-styl{
	background-color: rgba(248, 248, 248, 0.85);
	color: #000;
	font-size: 1.6rem;
	padding: 2rem;
	border: 0;
	box-shadow: none;
	resize: none;
	font-family: 'montserratmedium';
}
.form-styl:focus{
	box-shadow: none;
	color: #000;
	background-color: rgba(248, 248, 248, 0.85);
}
.form-styl:placeholder {
	color: #000;
}
.form-styl::placeholder {
	color: #000;
}
.form-styl:-ms-input-placeholder {
	color: #000;
}
.form-group textarea {
    min-height: 16.5rem;
}
/****diensten-dtl-slider****/
.diensten-dtl-slider{
	position: relative;
}
/* .diensten-dtl-slider::after{
	background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 0%, rgba(0, 0, 0, 0.29) 50%, rgba(0, 0, 0, 0.61) 100%);
	content: "";
	position: absolute;
	width: 398px;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 5;
} */
.diensten-dtl-slider-sec {
    margin-top: 6.5rem;
    margin-bottom: 3.5rem;
}
.diensten-dtl-slider-sec .big-heading h2{
	font-size: 30rem;
}
.diensten-dtl-slider-sec h3{
	color: #000;
    font-family: 'montserratregular';
    font-size: 3.6rem;
    line-height: 56.88px;
    letter-spacing: 0.72px;
	margin-bottom: 63px;
}
.each-diensten-dtl-slider{
	height: 57.5rem;
	position: relative;
}
.each-diensten-dtl-slider:hover .diensten-dtl-slider-text {
	width: 100%;
	left: 0;
}
.each-diensten-dtl-slider:hover .diensten-dtl-slider-text h4 {
	width: fit-content;
    margin: auto;
}
.each-diensten-dtl-slider::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.each-diensten-dtl-slider::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(22, 54, 55, 0.50) 0%, rgba(22, 54, 55, 0.50) 100%);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-dtl-slider:hover::after{
	opacity: 1;
}
.each-diensten-dtl-slider img{
	object-fit: cover;
	height: 100%;
}
.diensten-dtl-slider .swiper-slide-next + .swiper-slide + .swiper-slide::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	z-index: 2;
}
.diensten-dtl-slider-text{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-dtl-slider-text h4{
	color: #FFFFFF;
	position: relative;
	padding-right: 3.4rem;
	padding-bottom: 4px;
	overflow-x: clip;
}
.diensten-dtl-slider-text h4::before{
	content: "";
	background-image: url("../images/diensten-dtl-slider-text-arow.svg");
	position: absolute;
	top: 5px;
	right: 0;
	width: 1.8rem;
	height: 2.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-dtl-slider:hover .diensten-dtl-slider-text h4::before{
	opacity: 1;
} 
.diensten-dtl-slider-text h4::after{
	display: block;
    content: "";
    border-bottom: 2px solid #fff;
    transition: transform 250ms ease-in-out;
    transform: scaleX(0);
    transform-origin: 100% 0%;
    margin-top: .4rem;
	left: 0;
}
.each-diensten-dtl-slider:hover h4::after{
	transform: scaleX(1);
    transform-origin:  0% 100%;
}
/**************************over-ons***************************/
/****over-ons-about****/
.over-ons-about h2 {
	position: absolute;
	top: 14rem;
}
.about-sec.over-ons-about h3 {
    top: 11%;
}
.over-ons-about .about-top-img {
    margin-top: 6rem;
}
.over-ons-about .about-btm-img {
	bottom: -7rem;
}
/****counting-sec****/
.counting-sec{
	padding: 18.9rem 0;
    position: relative;
    height: 482px;
}
.counting-sec::after{
	width: 100%;
	height: 100%;
	background-color: rgba(22, 54, 55, .68);
	content: "";
	left: 0;
	top: 0;
	position: absolute;
}
.container-wrapper{
	margin: 0px 0 0 12rem;
	width: 100%;
	position: relative;
	z-index: 1;
}
.each-counting{
	display: flex;
    column-gap: 3rem;
	align-items: center;
}
.countion-img {
	width: 10.4rem;
	height: 10.4rem;
	padding: 3rem;
	background-color: rgba(30, 43, 61, .44);
	display: flex;
	align-items: center;
	justify-content: center;
}
.countion-img img{
	max-width: 100%;
	height: auto;
}
.countion-text h2{
	color: #F6F8FA;
	font-family: 'montserratmedium';
	font-size: 4rem;
	line-height: 5.6rem; 
	letter-spacing: 0.4px;
}
.countion-text h4{
	color: #F6F8FA;
	font-family: 'montserratmedium';
}
/****overons-team-sec****/
.overons-team-dtl h6 {
	font-family: 'montserratbold';
}
.overons-team-sec{
	padding-top: 13.5rem;
	overflow-x: clip;
}
.overons-team-sec .big-heading{
	top: 8.6rem;
}
.overons-team-sec .big-heading h2{
	font-size: 28rem;
}
.overons-team-sec h3{
	color: #000;
    font-family: 'montserratregular';
    font-size: 3.6rem;
    line-height: 56.88px;
    letter-spacing: 0.72px;
    margin-bottom: 3rem;
}
.overons-team-slider{
	padding: 6.8rem 0 7.6rem;
	position: relative;
	z-index: 1;
}
.overons-team-slider::after {
    width: 100vw;
    margin-left: -54vw;
    left: 50%;
    position: absolute;
    background-color: #E9E9E9;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
}
.overons-team-dtl{
	background-color: #FFFEFB;
	position: absolute;
	bottom: 3rem;
	left: 3rem;
	right: 3rem;
	padding: 2.4rem;
}
.overons-team-dtl h5{
	line-height: 2.5rem;
}
.overons-team-dtl p{
	font-family: 'montserratmedium';
	line-height: 2.5rem;
}
.overons-team-slider .common-arrow{
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.5);
}
.overons-team-slider .common-arrow img{
	width: 30px;
}
.each-overons-team{
	height: 57.4rem;
}
.each-overons-team img{
	height: 100%;
	object-fit: cover;
}
/****overons-showroom-sec****/
.overons-showroom-sec{
	margin-bottom: 170px;
	padding-top: 103px;
	overflow-x: clip;
}
.overons-showroom-sec .big-heading{
	top: 80px;
	left: 0;
}
.overons-showroom-sec h3{
	color: #000;
    font-family: 'montserratregular';
    font-size: 3.6rem;
    line-height: 40px;
    letter-spacing: 0.72px;
    margin-bottom: 5.7rem;
}
.overons-showroom-slider {
	position: relative;
}
.overons-showroom-slider  .common-arrow{
	height: 50px;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.5);
}
.overons-showroom-slider  .common-arrow img{
	width: 30px;
}
.each-overons-showroom{
	height: 280px;
}
.each-overons-showroom img{
	height: 100%;
	object-fit: cover;
}
/**************************diensten-list***************************/
/****list-sec****/
.list-sec {
	background-color: #F8F8F8;
	padding-top: 8rem;
	padding-bottom: 4rem;
}
.each-list-info {
	background-color: #fff;
	padding: 2.5rem 3.5rem 4.5rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-wrap {
	padding-left: 13rem;
    padding-right: 13rem;
    margin-right: -4rem;
}
.each-list {
	margin-right: 4rem;
	margin-bottom: 4rem;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-sec .row .col-xl-4:nth-child(even) .each-list-info {
	background-color: rgba(22, 54, 55, 0.11);
}
.each-list-info h2 {
	color: rgba(22, 54, 55, 0.11);
	font-size: 20rem;
	font-family: 'Montserrat';
	line-height: 24px;
	position: absolute;
	bottom: 12rem;
}
.list-sec .row .col-xl-4:nth-child(even) .each-list-info h2 {
	color: rgba(255, 255, 255, 0.74);
}
.each-list-info p {
	max-width: 26rem;
    width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin: 2.5rem 0 8rem;
	position: relative;
    z-index: 1;
}
.list-wrap h2 {
	margin-bottom: 1rem;
}
.list-sec .big-heading {
    top: 0rem;
}
.each-list-info h2 {
	position: absolute;
    bottom: 9rem;
	left: 0;
}
.each-list-img {
	overflow: hidden;
}
.each-list-img:hover img {
	transform: scale(1.1);
}
.each-list-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-info {
	background-color: #E5E9E9;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-list:hover .each-list-info h2 {
	color: #F7F9F9;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-sec .row .col-xl-4:nth-child(even):hover .each-list-info {
	background-color: #fff;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.list-sec .row .col-xl-4:nth-child(even):hover .each-list-info h2 {
	color: #E5E9E9;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/**************************contact***************************/
/****contact-form-sec****/
.contact-form-sec {
	padding: 5rem 0 0;
	background-color: #E9E9E9;
}
.contact-form-part {
	background-color: #f0f0f0;
	margin-top: 5rem;
	position: relative;
	z-index: 1;
	padding-bottom: 5rem;
}
.contact-form-sec h3 {
	font-size: 3.6rem;
    margin-top: 4rem;
}
.contact-form-sec .big-heading {
    top: 1.1rem;
	left: -1.7rem;
}
/****contact-block****/
.contact-block {
	padding: 8rem 0 5rem;
	background-color: #E9E9E9;
}
.each-contact-call,
.each-contact-mail,
.each-contact-loacation {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.each-contact-call {
	background-color: rgba(22, 54, 55, 0.74);
	text-align: center;
	padding: 5.5rem 5rem 7.5rem;
	margin-right: 9rem;
}
.each-contact-mail {
	background-color: rgba(22, 54, 55, 0.48);
	text-align: center;
	padding: 5.5rem 5rem 7.5rem;
	margin-right: 9rem;
}
.each-contact-location {
	background-color: rgba(22, 54, 55, 0.28);
	text-align: center;
	padding: 5.5rem 5rem 7.5rem;
}
.each-contact-block-img img {
	width: 56px;
	margin-bottom: 4.5rem;
}
.each-contact-info a {
	font-size: 2.4rem;
}
.each-contact-info a:hover {
	text-decoration: underline;
}
.each-contact-info span {
	font-size: 2.4rem;
	color: #fff;
	font-family: 'montserratregular';
}
/****map-area****/
.map {
	height: 34.3rem;
}
/**************************aanbod-dtl***************************/
/****dtl-header-area****/
.dtl-header-area {
	background-color: #163637;
}
.dtl-header-area.header-area::after {
	display: none;
}
/****aanbod-dtl-back-btn****/
.aanbod-dtl-back-btn {
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
	padding-top: 14rem;
}
.aanbod-dtl-back-btn .txt-btn {
	padding-right: 0;
	padding-left: 4rem;
}
.aanbod-dtl-back-btn .txt-btn:hover {
	color: #000;
}
.aanbod-dtl-back-btn .txt-btn::after {
	background-image: url(../images/back-btn.svg);
	background-color: transparent;
	transform: rotate(180deg);
	left: 0;
	right: auto;
	top: -0.7rem;
	background-size: 10px;
}
.aanbod-dtl-back-btn .txt-btn:hover::after {
	left: 1rem;
}
/****aanbod-dtl-banner****/
.aanbod-dtl-banner {
    padding: 7rem 0 5rem;
	background-color: #f8f8f8;
}
.aanbod-dtl-banner .common-arrow {
    height: 60px;
    width: 60px;
}
.detail-slider h2 {
	font-family: 'montserratbold';
	color: #081A1B;
}
.detail-slider p {
	margin-bottom: 2rem;
}
.gallery-top {
    margin-bottom: 2rem;
}
.aanbod-dtl-info {
    padding-left: 4rem;
	padding-top: 10rem;
}
.aanbod-dtl-top-part ul {
	border-bottom: 1px solid #163637;
	display: flex;
	align-items: center;
}
.aanbod-dtl-top-part li {
	margin-bottom: 2rem;
}
.aanbod-dtl-top-part li h2 {
	font-family: 'montserratsemibold';
	color: #163637;
	line-height: 20px;
}
.aanbod-dtl-top-part li h4 {
	color: #163637;
}
.aanbod-dtl-mid-part ul {
    display: flex;
    flex-wrap: wrap;
    /* max-width: 67rem; */
    padding-right: 0;
    row-gap: 2.5rem;
    justify-content: space-between;
}
.aanbod-dtl-mid-part li {
    position: relative;
    padding-left: 3rem;
    padding-right: 0;
	font-size: 1.8rem;
	font-family: 'montserratlight';
    color: #1B1313;
	line-height: 30px;
	width: 50%;
}
.aanbod-dtl-mid-part li span {
    width: 49%;
	color: rgba(27, 19, 19, 0.50);
	font-family: 'montserratregular';
	font-size: 1.6rem;
}
.aanbod-dtl-mid-part li::after {
    position: absolute;
    background-image: url(../images/tick2.svg);
    content: "";
    left: 0;
    top: 3px;
    height: 22px;
    width: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.aanbod-dtl-btm {
	background-color: #D9D9D9;
	padding: 2.5rem 3rem 3rem;
}
.aanbod-dtl-btm h6 {
	font-family: 'montserratmedium';
	color: rgba(22, 54, 55, 0.5);
	margin-bottom: 2.5rem;
}
.aanbod-dtl-btm-part a {
	font-family: 'montserratmedium';
	color: #163637;
	display: block;
	margin-bottom: 1rem;
}
.aanbod-dtl-btm-part a img {
	width: 15px;
	margin-right: 1rem;
}
.aanbod-dtl-btm-part a:hover {
	text-decoration: underline;
}
.aanbod-dtl-btm-part li {
    display: inline-block;
    margin-right: 2rem;
    font-size: 1.6rem;
    font-family: 'montserratmedium';
	color: #163637;
    line-height: 17.6px;
}
.aanbod-dtl-btm-part li a {
    border: 1px solid #163637;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.6rem;
    height: 4.6rem;
}
.aanbod-dtl-btm-part li a img {
    width: 1.7rem;
	margin-right: 0;
}
.aanbod-dtl-btn ul {
	max-width: 36rem;
}
.aanbod-dtl-btn {
	margin-top: 3.5rem;
}
.aanbod-dtl-mid-part {
	margin: 3rem 0 5rem;
}
.aanbod-dtl-btn li {
	margin-bottom: 1rem;
}
.aanbod-dtl-btn li img {
	margin-left: 2rem;
}
.aanbod-dtl-btn .dropdown-btn {
	background-color: #fff;
	border-color: #fff;
	color: #163637;
	font-family: 'montserratmedium';
	position: relative;
	width: 100%;
    font-size: 1.6rem;
    border-radius: 0;
    padding: 10px 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-transform: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.aanbod-dtl-btn .dropdown-btn::before {
	position: absolute;
    background-image: url(../images/dropdown.svg);
    content: "";
    right: 0;
    top: 18px;
    height: 100%;
    width: 3rem;
    background-repeat: no-repeat;
}
.aanbod-dtl-btn .dropdown-btn::after {
	display: none;
}
.aanbod-dtl-btn .dropdown-btn:focus{
	border: 0;
	outline: none;
	box-shadow: none;
}
.aanbod-dtl-btn .dropdown-menu {
	min-width: 100% !important;
}
.aanbod-dtl-btn .dropdown-item {
	color: #163637;
    font-family: 'montserratmedium';
	font-size: 1.6rem;
	padding: 0.5rem 5rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	background-color: #f8f8f8;
	padding-bottom: 4rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
	text-transform: none;
    color: rgba(255, 255, 255, 0.5);
	line-height: 20px;  
    letter-spacing: normal;
	width: 100%;
	padding: 15px 20px;
    position: relative;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'montserratmedium';
    font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
    margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.tab-btn {
	background-color: #163637;
    max-width: 90rem;
    margin-left: auto;
    margin-right: 0;
    padding: 0 4rem;
    border-radius: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #fff;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/dtl-right-arrow.svg);
    background-position: center;
    background-size: 1rem;
    background-repeat: no-repeat;
    height: 1rem;
    width: 1rem;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	filter: brightness(1) invert(0.5);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
    background-image: url(../images/dtl-down-arrow.svg);
	filter: brightness(1);
}
/****dtl-tab-content****/
.tab-content {
	background-color: #DFE3E3;
	padding: 4rem;
	margin-top: -1rem;
	overflow: hidden;
	border-radius: 0;
}
.kenmerken-tab ul li {
	font-family: 'montserratregular';
	color: #081A1B;
	font-size: 1.6rem;
	margin-bottom: 10px;
	width: 49%;
	position: relative;
	display: inline-block;
  	vertical-align: top;
}
.kenmerken-tab li:nth-child(odd):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;
}
.kenmerken-tab li:nth-child(odd){
	font-family: 'montserratmedium';
	padding-left: 1.2rem;
}
.kenmerken-tab {
	position: relative;
}
.bullet-panel h4 {
    border-bottom: 1px solid #163637;
    padding-bottom: 1rem;
	color: #081A1B;
}
.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.2rem;
    position: relative;
    color: #081A1B;
    line-height: 30px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 1.2rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #081A1B;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #163637;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #163637;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
    color: #163637;
}
.each-onderhoud-block p {
    margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.akker_btn_cls.inruilen-btn {
	background-color: #25D366;
	border-color: #25D366;
	color: #fff;
}
.inruilen-btn img {
  	width: 18px;
  	margin-right: 6px;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec {
	margin-top: 6rem;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec .product-slider .common-arrow {
    top: 60%;
}
.aanbod-dtl-product-sec .product-slider .swiper-button-next {
    right: -5%;
}
.aanbod-dtl-product-sec .product-slider .swiper-button-prev {
    left: -5%;
}
.aanbod-dtl-product-sec {
	position: relative;
	padding-top: 9rem;
}
.aanbod-dtl-product-sec::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40%;
	width: 100%;
	background-color: #f8f8f8;
}
.aanbod-dtl-product-sec.product-sec h3 {
    top: 14%;
}
/**************************aanbod-list***************************/
/****aanbod-list-header-area****/
.aanbod-list-header-area.header-area::after {
	background: linear-gradient(180deg, rgba(40, 40, 40, 0.69) 35.74%, rgba(0, 0, 0, 0.00) 100%);
}
/****aanbod-filter-sec****/
.filter-sec {
	padding-top: 16rem;
}
.filter-sec .big-heading {
	top: 8rem;
	left: -10%;
}
.filter-sec .big-heading h2 {
	border-bottom: 0;
}
.filter-sec h2 {
	text-align: center;
	border-bottom: 2px solid #D9D9D9;
	margin: 0 17.5rem 0 15.5rem;
	margin-bottom: 3rem;
}
.filter-wrap {
	background-color: #fff;
	padding: 4rem;
	position: relative;
	z-index: 1;
}
.filter-sec h3 {
	font-size: 3.6rem;
	color: #000;
	font-family: 'montserratregular';
	margin-bottom: 3rem;
}
.filter-sec .select-style {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #000000;
	font-family: 'montserratmedium';
	font-size: 16px;
	background: url(../images/filter-down-arrow.svg) no-repeat 92% 18px / 14px;
	padding: 0 2rem;
	appearance: none;
	-webkit-appearance: none;
	/*text-transform: capitalize;*/
	margin-bottom: 25px;
	border-radius: 0;
	border: 0;
	border-bottom: 2px solid #D9D9D9;
}
.filter-content{
	display: none;
	background: #000;
	color: #fff;
	padding: 10px;
	z-index: 2;
	/* border: 1px solid #fff; */
	border: 0;
	border-radius: 0 0 5px 5px;
	/* border-top: 0; */
	margin-top: -6px !important;
}
.filter-content.show-div {
 	display: block;
}
.filter-sec label{
	color: #fff;
	margin-bottom: 10px;
	text-transform: none;
	display: block;
	width: 100%;
	z-index: 2;
	font-family: 'montserratmedium';
	font-size: 14px;
}
.filter-sec option {
 	background-color: #000;
	color: #fff;
}
.filter-sec label span{
	float: right;
	color: #fff;
	opacity: .65;
}
.filter-sec .form-check-input{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	box-shadow: none;
	border: 1px solid #fff;
	background-color: #000;
	border-radius: 0;
}
.filter-sec .form-check-input:checked {
	background-color: #0064ff;
	border-color: #0064ff;
}
.filter-sec .select-style{
 	cursor: default;
}
.select-style.show{
 	border-bottom-color: transparent;
}
.cross-btn{
 	width:18px;
}
.auto-overview-tag {
	margin-right: .5rem;
	margin-bottom: 1rem;
	padding: .5rem 1.4rem;
	cursor: pointer;
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	color: #F7FAF6;
	border-radius: 50px;
	background: #0E0F0E;
}
.auto-overview-tag:hover {
 	background: #F7FAF6;
}
.auto-overview-tag, .clear-filter{
 	font-size: 1.45rem;
}
.load_img{
 	width:150px;
}
.each-filter .select-style{
	padding: 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.filter-sec .col-xl-2{
	width: 20%;
	padding: 0 5px;
}
.filter-sec .col-md-6{
 	padding: 0 5px;
}
.reset-btn.select-style {
	margin-left: auto;
	margin-right: 12px;
}
.reset-btn.select-style{
	display: flex;
	/* / width: 100%; / */
	/* / height: 100%; / */
	justify-content: center;
	align-items: center;
	background: none;
	width: max-content;
	background: rgba(247, 250, 246, 0.10);
	/* box-shadow: 0px 1px 2px 0px rgba(14, 15, 14, 0.5); */
	border-radius: 100px;
	border: 0;
	padding: 8px 11px 8px 14px;
	color: #F7FAF6;
	margin-top: 1rem;
	text-transform: none;
	font-family: 'widescreen_trialregular';
    margin-left: 14rem;
    margin-right: auto;
}
.reset-btn a:hover {
 	color: #F7FAF6;
}
.reset-btn img{
 	width: 1rem;
}
.wis-part img{
	width: 12px;
	margin-right: 10px;
	margin-bottom: 2px;
}
.wis-part{
	font-family: 'widescreen_trialex_medium';
	color: #F7FAF6; 
	opacity: 0.7;
	letter-spacing:1.5px;
}
.filter-grid img{
 	width: 30px;
}
.filter-grid{
	text-align: right;
	line-height: 0;
	cursor: pointer;
	opacity: 0.5;
}
.grid-part{
	width: 100%;
	max-width: 85px;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wis-part h6{
 	font-family: 'widescreen_trialex_medium';
}
.filter-grid.active{
 	opacity: 1;
}
/****aanbod-list-product****/
.aanbod-list-product {
	padding: 5rem 0;
}
.aanbod-list-btm h6 {
	margin-top: 5rem;
	text-align: center;
}
/* .aanbod-list-product .each-product {
	margin-bottom: 3rem;
} */
.aanbod-list-product .product-slider {
	padding-top: 0;
}
/**************************verkocht***************************/
.verkocht-product .big-heading {
    top: 1.1rem;
}
.aanbod-list-product.verkocht-product {
	padding-top: 10rem;
}
.verkocht-product h3 {
	font-size: 3.6rem;
	margin-bottom: 3rem;
}
.verkocht-product .product-content p {
    max-width: 32rem;
    width: 100%;
}
/**************************bedankt***************************/
.bedankt-banner .banner-content h1 {
	margin-bottom: 0;
}
.bedankt-banner .banner-content h6 {
	color: #fff;
	font-family: 'montserratbold';
	margin: 3rem 0 9rem;
}
/**************************popup***************************/
.modal-area .modal-dialog {
    max-width: 45%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.44);
}
.modal-area .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #F0F0F0;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content h1 {
	color: #081A1B;
	line-height: 56.64px;
	text-transform: uppercase;
}
.modal-area .popup-content h1 span {
	font-family: 'montserratmedium';
}
.modal-area .popup-content p {
	font-family: 'montserratmedium';
    margin: 4rem auto 8rem;
	max-width: 50rem;
	width: 100%;
	color: #081A1B;
}
.modal-area .popup-content {
	text-align: center;
    padding: 9rem 15.5rem 8rem;
    background-color: #F0F0F0;
}

/******************privacy**********************/
.privacy_section {
	padding: 8rem 0
}




/*******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-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, .form-2 {
	display:none;
	margin: 0 auto 10px;
    padding: 2rem;
} 
.privacy-sec{
	background-color: #121212;
    padding: 11% 0;
}
.cpnt {
    cursor: pointer;
}
.filter-clean img {
    width: 12px;
    margin-right: 10px;
    margin-bottom: 2px;
}


.acties-left-content p {
    color: black;
}
.error_top {
    padding-top: 10rem;
}


.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #fff;
  }



.auto-overview-tag img {
filter: brightness(0) invert(1);
-webkit-filter: brightness(0) invert(1);
/*transition: all 0.5s;
-webkit-transition: all 0.5s;*/
}
.auto-overview-tag:hover {
  background: #f0f0f0;
  color: #163637;
  }
.auto-overview-tag:hover img{
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}


.verkocht-no-product {
    padding-top: 15rem;
}

.footer-bovg img{
  width: 10rem;
}
.instagram .akker_btn_cls:hover {
  text-decoration: none;
}

.instagram .akker_btn_cls img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.instagram .akker_btn_cls:hover img {
  /* filter:invert(0); */
  color: white;
 filter: brightness(0) invert(1);
  
}
.instagram .white-btn:active, .instagram .white-btn:focus, .instagram .white-btn:hover {
  background-color: #163637;
  border-color: #fff;
  color: #fff;
}

.calculator-tab iframe {
    width: 100%;
}


.calculator-top-block .input_range {
    background: #00FFCB;
    border-radius: 15px;
    text-align: center;
    padding: 1rem;
    position: relative;
    top: 1rem;
    max-width: 160px;
}
.range_val_h4 {
    background: #163637;
    border-radius: 15px;
    text-align: center;
    padding: 1.35rem 1rem;
    /* position: relative; */
    top: 1rem;
    max-width: 160px;
    margin-left: 0;
    font-size: 2.6rem;
    margin-bottom: 1rem;
}
.input_range {
	color: #f8f8f8;
    background: #163637;
    border-radius: 15px;
    text-align: center;
    padding: 1.35rem 1rem;
    /* position: relative; */
    top: 1rem;
    max-width: 160px;
    margin-left: 0;
    font-size: 2.6rem;
    margin-bottom: 1rem;
    border:0;
    font-family: 'montserratsemibold';
}
.range_val_h4 span::after {
    content: "";
    width: 2px;
    height: 24px;
    background: #f8f8f8;
    display: inline-block;
    animation: cursor-blink 1.5s steps(2) infinite;
    vertical-align: top;
}
.calculator-top-block .input_range {
    background: #00FFCB;
    border-radius: 15px;
    text-align: center;
    padding: 1rem;
    position: relative;
    top: 1rem;
    max-width: 160px;
}

h4.range_val_h4 span {
    color: #f8f8f8;
}
.bovag-insta{
	display: flex;
	column-gap: 2rem;
}