@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-size: 1.8rem;
    color: #262425;
    font-family: 'helveticaregular';
}
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*************************/
/**********whatsapp-btn**********/
.whatsapp-btn{
	position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 99;
}
.whatsapp-btn a{
    background: #26BE00;
    border-radius: 100%;
    width: 5rem;
    height: 5rem;
}
.whatsapp-btn a img{
	width: 2.4rem;
}
/************header************/
.header-area {
	position: absolute;
	height: auto;
	padding: 3rem 0;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
}
.logo{
	width: 29rem;
	position: relative;
  	top: 1rem;
}
.header-area ul {
	display: flex;
	justify-content: space-between;
	margin-right: .5rem;
}
.header-area li{
	display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05rem;
}
.header-area li a {
	padding: 0.8rem 2rem;
	border-radius: 10px;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	font-family: 'helveticabold';
	font-size: 1.8rem;
	color: #ffffff;
}
.header-btn .akker_btn_cls {
	min-width: 22.4rem;
	padding: 1.5rem 0.5rem;
    color: #fff;
}
.header-btn .akker_btn_cls:hover {
	color: #0085FF;
}
.header-fb img {
	background-color: #ffffff;
	padding: 1.8rem;
	border-radius: 10px;
	overflow: hidden;
}
.m-logo {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.m-logo a {
	position: initial;
	width: auto;
	margin-right: 0;
}
.header-area.is-hidden {
	position: fixed;
}
/************banner************/
.banner-sec {
	position: relative;
}
.banner-content{
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.banner-content h1 {
	margin-bottom: 6rem;
}
.banner-sec .border-btn {
	margin-left: 0.5rem;
}
/************product************/
.product-sec {
	background-color: #262425;
}
.product-sec-wrap {
	background-color: #F2F2F2;
	padding: 3% 5% 5%;
	margin-top: -7%;
    position: relative;
    z-index: 1;
	border-radius: 10px;
}
.product-img{
	overflow: hidden;
	border-radius: 5px;
}
.each-product {
    background-color: #fff;
    padding: 1rem;
    overflow: hidden;
    border-radius: 1rem;
}
.product-dtl {
    margin-top: 2rem;
    padding: 0 1rem;
}
.product-dtl h6 span {
	font-size: 1.6rem;
	font-family: 'helveticaregular';
	height: 35px;
    overflow: hidden;
    display: block;
    margin-top: .5rem;
}
.product-dtl table{
	border-bottom: 2px solid rgba(38, 36, 37, 0.09);
	border-top: 2px solid rgba(38, 36, 37, 0.09);
	margin: 2rem 0;
	width: 100%;
}
.product-dtl td {
	font-size: 1.6rem;
	padding: 2rem .4rem 2rem 0;
/*	display: inline-block;*/
	color: #262425;
	font-family: 'helveticaregular';
 }
.product-dtl td:last-child{
   text-align: end;
}
.product-price {
    margin: 2rem 0;
}
.product-price h6 span {
	color: #0085FF;
	font-size: 2.1rem;
    font-family: 'helveticabold';
    height: auto;
}
.each-product .product-price h6{
	font-size: 1.9rem;
}
.product-dtl .akker_btn_cls {
    max-width: 100%;
	border-radius: 5px;
}
.product-sec .swiper-button-next {
	right: -11.6rem;
}
.product-sec .swiper-button-prev {
	left: -11.6rem;
}
/************home-gallery-sec************/
.home-gallery-sec {
	background-color: #262425;
	padding: 6% 0 10%;
}
.home-gallery-sec h2 {
	margin-bottom: 4%;
}
.each-home-gallery img{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-gallery:hover img {
	transform: scale(1.1);
}
/************home-counter-sec************/
.home-counter-sec {
	position: relative;
}
.home-counter-sec::after {
	content: '';
	position: absolute;
	background-color: #262425;
	height: 60%;
	width: 100%;
	top: 0;
	left: 0;
}
.home-counter-sec h2 {
	color: #262425;
}
.home-counter-sec-wrap {
	background-color: #F2F2F2;
    padding: 6% 7% 5%;
    position: relative;
    z-index: 1;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.home-counter-sec-wrap::after {
    background-color: #0085FF;
    content: "";
    position: absolute;
    width: 100%;
    height: 3.6rem;
    border-radius: 1rem;
    bottom: 0;
    left: 0;
}
.home-counter-sec p {
	margin: 14% 0 9%;
}
.counter-right-info {
	position: relative;
}
.counter-right-info::after {
	position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #AAAAAA;
    transform: translateY(-50%);
}
.counter-right-info::before {
	position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background-color: #AAAAAA;
    transform: translateX(-50%);
}
.each-counter-right {
	padding: 5.5rem 4rem;
	text-align: center;
}
.each-counter-right h2 {
	font-size: 8rem;
	font-family: 'helveticalight';
	color: #000000;
}
.each-counter-right h5 {
	margin-top: 3rem;
	color: #000000;
}
/************about-sec************/
.about-sec {
	position: relative;
	padding-top: 4%;
}
.about-sec h2 {
	color: #262425;
}
.about-sec h3 {
	font-size: 30rem;
	color: #F2F2F2;
	font-family: 'helveticabold';
	position: absolute;
    top: 20px;
    right: -15px;
    z-index: -1;
}
.about-sec-btm {
	margin-top: 9%;
}
.about-sec-info {
	padding: 0 8%;
}
.about-sec-info p {
	margin: 5rem 0 5.5rem;
}
/************home-btm-sec************/
.home-btm-sec{
	padding: 0% 0 4%;
}
.home-btm-sec li{
	color: #262425;
	width: 24%;
	display: block;
	position: relative;
	list-style: none;
	padding: 5rem 6rem;
    font-family: 'helveticabold';
	font-size: 1.8rem;
}
.home-btm-sec ul{
	display: flex;
	flex-wrap:wrap ;
	justify-content: space-between;
}
.home-btm-sec li::after {
    position: absolute;
    content: "";
    background-image: url(../images/tick.svg);
    background-position: center;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-color: #0085FF;
    border-radius: 100%;
    left: 0;
    width: 4.9rem;
    height: 4.8rem;
    top: 4rem;
}
/**********home-btm-slider***********/
.home-btm-slider .outer-wrap {
	background-color: #f6f6f6;
	padding: 1%;
}
.each-home-btm-img {
	border-radius: 5rem;
	overflow: hidden;
}
.each-home-btm-img img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-btm-img:hover img {
	transform: scale(1.1);
}
/************footer************/
.footer-top {
	 background-color: #262425;
	 padding: 5% 0;
}
.footer-area .form-group {
	margin-bottom: 0;
	margin-right: 0;
}
.footer-area .form-styl{
	color: #262425;
	font-size: 1.8rem;
	font-family: 'helveticabold';
	padding: 1.6rem;
	border: 0;
	border-radius: 0;
	box-shadow: none !important;
	resize: none;
	background-color: #fff;
    border-radius: 10px;
    height: 100%;
}
.footer-area .form-styl:focus{
	border-color: #262425;
	background-color: #ffffff;
	color: #262425;
}
.footer-area .form-styl:placeholder {
	color: #262425;
	opacity: 1;
}
.footer-area .form-styl:-ms-input-placeholder {
	color: #262425;
	opacity: 1;
}
.footer-area .form-styl::placeholder {
	color: #262425;
	opacity: 1;
}
.footer-btn {
	max-width: 63rem;
	margin-left: auto;
	width: 100%;
}
.footer-btm {
	background-color: #1A1819;
	padding: 4% 0 3%;
}
.footer-logo img{
	width: 33.7rem;
}
.footer-social li img{
	width: 2.2rem;
}
.footer-social li a{
	display: flex;
	height: 5rem;
	width: 5rem;
	border: 1px solid #0085FF;
	justify-content: center;
	align-self: center;
	border-radius: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-social li a:hover{
	background-color: #0085FF;
}
.footer-social li a:hover img{
	filter:brightness(0) invert(1);
}
.footer-left h5 {
	margin: 5.5rem 0 4rem;
}
.footer-left{
	padding-right: 14%;
}
.footer-right{
	padding-left: 10%;
    margin-top: -5rem;
}
.footer-right a {
	color: rgba(255, 255, 255, 0.60);
	font-family: 'volvo_novumregular';
	font-size: 1.6rem;
}
.footer-right a:hover {
	color: #0085FF;
}
.footer-right h5 {
	margin-bottom: 2.5rem;
}  
.footer-right p, .footer-right h6 {
	color: rgba(255, 255, 255, 0.60);
	font-size: 1.6rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
	font-family: 'helveticaregular';
}
.footer-table table {
	width: 100%;
}
.footer-table td {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5rem;
}
.footer-table td:last-child {
	margin-bottom: 0;
}
.footer-btm hr {
	height: 1px;
	margin: 9.5rem 0 4rem;
	background-color: #5C5C5C;
}
.footer-btm-logo ul {
	display: flex;
/*    background-color: #ffffff;*/
    width: 100%;
    padding-right: 0.9rem;
    /*align-items: center;
    justify-content: center;*/
    gap: 1rem;
	border-radius: 10px;
	overflow: hidden;
}
/*.bovag-logo {
	width: 4.9rem;
}*/

.auto-logo {
	width: 11.7rem;
}
.rdw-logo {
	width: 7.3rem;
}
.footer-btm-logo img {
    height: 36px;
    border-radius: 4px;
    overflow: hidden;
}
.footer-nav-menu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: auto;
	margin-right: 0;
	gap: 0.9rem;
	width: 100%;
}
.footer-nav-menu li a{
	font-family: 'helveticabold';
	font-size: 1.8rem;
}
.footer-nav-menu li a:hover{
	color: #0085FF;
}
.footer-nav-menu li:last-child{
	width: 20%;
	margin-right: 0;
}
/*************************popup*************************/
.modal-area .modal-dialog {
    max-width: 62%;
    margin: 11% auto 0;
}
.modal-area .modal {
	background: rgba(0, 0, 0, 0.50);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0 10px 10px 0;
    background-color: #fff;
	position: relative;
	overflow: hidden;
}
.modal-area .popup-content p {
    margin: 5rem 0 5.5rem;
	max-width: 63rem;
	width: 100%;
}
.modal-area .popup-content {
    padding: 4rem 13%;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
	border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.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: #262425;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'helveticaregular';
}
.close-img:hover {
	color: #fff;
}
/*************************diensten-dtl*************************/
/****diensten-dtl-header****/
.diensten-dtl-header{
	background-color: #1A1819;
	position: relative;
}
/****diensten-dtl-btn****/
.diensten-dtl-btn {
	background-color: #262425;
	padding: 4% 0;
}
/****diensten-dtl-banner****/
.diensten-dtl-banner{
	position: relative;
}
.diensten-dtl-banner::after{
	background-color: #262425;
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 18rem);
	top: 0;
	left: 0;
}
.diensten-dtl-banner-wrap{
	position: relative;
	z-index: 1;
	background-color: #F2F2F2;
}
.diensten-dtl-banner-wrap::after{
	background-color: #0085FF;
	content: "";
	position: absolute;
	width: 100%;
	height: 3.6rem;
	border-radius: 1rem;
	bottom: 0;
	left: 0;
}
.diensten-dtl-banner-content{
	padding: 5rem 10% 5rem 15%;
}
.diensten-dtl-banner-content h2{
	color: #262425;
	margin-bottom: 3.5rem;
}
/****marque-sec****/
.marque-sec{
	padding: 2% 0;
}
marquee li{
	display: inline-block;
	padding: 2rem 15.1rem 2rem 7.3rem;
	position: relative;
	font-family: 'helveticabold';
	font-size: 18px;
	color: #262425;
}
marquee li::before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url("../images/marque-img.svg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 49px;
	width: 49px;
}
/****diensten-dtl-about-sec****/
.diensten-dtl-about-sec {
	padding: 0 0 5% 0;
}
.diensten-dtl-about-sec .about-sec-btm {
	margin-top: 0;
}
/****form-sec****/
.form-sec{
	background-color: #262425;
	padding: 6% 0;
}
.each-adress{
	height: 100%;
	padding: 9.6rem 2rem;
	background-color: #fff;
}
.each-adress-img {
	height: 5rem;
}
.each-adress h4{
	color: #262425;
	padding: 2rem 0 1.6rem;
	font-family: 'helveticabold';
}
.each-adress a{
	color: #000;
	font-size: 2rem;
	font-family: 'helveticalight';
}
.each-adress a:hover{
	color: #0085FF;
}
.each-adress li{
	display: inline-block;
	padding-right: 2.1rem;
}
.each-adress li:last-child{
	padding: 0;
}
/* .each-adress li a:hover{
	filter: grayscale(1);
} */
.adress-area .row{
	margin: 0px -15px;
}
.adress-area .col-lg-3{
	padding: 0px 15px;
}
.adress-area{
	padding-bottom: 5%;
}
.form-area .row{
	margin: 0 -7rem;
}
.form-area .col-lg-6{
	padding: 0px 7rem;
}
.form-area h2{
	margin-bottom: 6.3rem;
}
.time-dtl table{
	width: 100%;
}
.time-dtl h5{
	padding-bottom: 1.6rem;
}
.time-dtl p, .time-dtl h6{
	color: #FFFFFF;
	font-family: 'helveticaregular';
	font-size: 1.6rem;
}
.time-dtl p{
	vertical-align:top;
	margin-bottom: .5rem;
	opacity: .75;
}
.time-dtl h6{
	margin-top: 2.5rem;
	opacity: .75;
}
.time-dtl td{
	vertical-align: top;
}
.time-dtl td:nth-child(odd){
	padding-right: 13rem;
}
.map {
	height: 21.7rem;
	margin-top: 8.7rem;
}
.form-wrap label {
	font-size: 2.4rem;
	color: #FFFFFF;
	font-family: 'helveticaregular';
	margin-bottom: 1.5rem;
}
.form-group{
	margin-bottom: 4.2rem;
	margin-right: 4rem;
}
.form-styl{
	background-color: transparent;
	border: none;
	font-size: 2.4rem;
	color: rgba(255, 255, 255, 0.35);
	padding: 0 0 1.5rem;
	border-bottom: 1px solid #fff;
	resize: none;
	font-family: 'helveticalight';
	border-radius: 0;
}
.form-styl:focus {
	color: rgba(255, 255, 255, 0.35);
	background-color: transparent;
	border-color: #fff;
	outline: 0;
	box-shadow: none;
}
.form-styl:placeholder {
	color: #ffffff;
	opacity: 0.35;
}
.form-styl:-ms-input-placeholder {
	color: #ffffff;
	opacity: 0.35;
}
.form-styl::placeholder {
	color: #ffffff;
	opacity: 0.35;
}
.form-btn {
	margin-right: 4rem;
}
.attestment{
	position: relative;
}
.attestment::after{
	content: "";
	position: absolute;
	background-image: url("../images/attestment.svg");
	background-size: contain;
	background-repeat: no-repeat;
	height: 1.9rem;
	width: 1rem;
	right: 1.8rem;
	bottom: 2.2rem;
	cursor: pointer;
}
.form-wrap .row{
	margin: 0 -3.3rem;
}
.form-wrap .col-lg-6,
.form-wrap .col-lg-12{
	padding: 0px 3.3rem;
}
.form-fb {
	border-radius: 10px;
    border: 1px solid #0059AB;
    height: 4.7rem;
    width: 4.7rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.form-insta {
	border-radius: 10px;
    border: 1px solid #F52C81;
    height: 4.7rem;
    width: 4.7rem;
	display: inline-flex;
    justify-content: center;
    align-items: center;
}
/****diensten-dtl-gallery-sec****/
.diensten-dtl-gallery-sec {
	padding: 4% 0 6%;
	background-color: #ffffff;
}
.diensten-dtl-gallery-sec h2{
	color: #1A1819;
	margin-bottom: 7rem;
}
.home-gal-content{
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 100%;
	z-index: 2;
}
.home-gal-content h4{
	color: #FFFFFF;
	font-size: 32px;
	font-family: 'helveticabold';
}
.each-home-gallery::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 133, 255, 0.35);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-home-gallery:hover::after{
	opacity: 1;
}
.home-gallery-slider .swiper-button-prev{
	left: -30px;
}
.home-gallery-slider .swiper-button-next{
	right: 4.5%;
}
/*************************diensten-list*************************/
/****inner-banner****/
.inner-banner-content{
	position: absolute;
	top: 58%;
    transform: translateY(-50%);
}
.diensten-list-sec{
	padding: 7% 0 5%;
	background-color: #f2f2f2;
}
.diensten-list-sec .row{
	margin: 0px -2rem;
}
.diensten-list-sec .col-lg-4{
	padding: 0 2rem;
}
.each-diensten-list {
	position: relative;
	margin-bottom: 4rem;
}
.each-diensten-list::after, .wrkplts-content .position-relative::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 133, 255, 0.35);
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list:hover::after, .wrkplts-content .position-relative:hover::after{
	opacity: 1;
}
.diensten-content{
	position: absolute;
	text-align: center;
	bottom: 30px;
	width: 100%;
	z-index: 2;
}
.diensten-content h4{
	color: #FFFFFF;
	font-size: 32px;
	font-family: 'helveticabold';
}
.each-diensten-list img, .wrkplts-content .position-relative img.w-100{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-list:hover img, .wrkplts-content .position-relative:hover img.w-100{
	transform: scale(1.1);
}
/*************************over-ons*************************/
/****over-ons-dtl****/
.over-ons-dtl::after {
	display: none;
}
.over-ons-dtl .diensten-dtl-banner-wrap::after {
	display: none;
}
.over-ons-dtl h4 {
	margin-bottom: 4.5rem;
}
.over-ons-dtl .diensten-dtl-banner-wrap {
    padding: 3rem;
}
.over-ons-dtl .diensten-dtl-banner-content {
    padding: 5rem 8% 5rem 8%;
}
/****over-ons-counter-sec****/
.over-ons-counter-sec{
	padding: 8.5rem 0 7%;
	position: relative;
}
.over-ons-counter-sec::after{
	background-color: #0085FF;
    content: "";
    position: absolute;
    width: 100%;
    height: 3.6rem;
    bottom: 0;
    left: 0;
}
.each-counter{
	height: 100%;
	padding: 25% 2rem;
	background-color: #0085FF;
}
.each-counter h2{
	font-size: 8rem;
	font-family: 'helveticalight';
	margin-bottom: 1rem;
}
.each-counter h2 span{
	color: #fff;
}
.each-counter p{
	color: #fff;
	font-size: 2.4rem;
}
.over-ons-counter-sec .row{
	margin: 0px -1.5rem;
}
.over-ons-counter-sec .col-xl-3{
	padding: 0px 1.5rem;
}
/****over-ons-slider****/
.over-ons-slider{
	background-color: #1A1819;
	padding: 6% 0 8%;
}
.over-ons-slider-heading{
	max-width: 75.5rem;
	width: 100%;
	padding-bottom: 7.5rem;
}
.over-ons-slider-heading h2{
	margin-bottom: 3.4rem;
}
.over-ons-slider-heading p{
	color: #ffffff;
}
.over-ons-slid .swiper-button-prev{
	left: -30px;
}
.over-ons-slid .swiper-button-next {
    right: 4.5%;
}
.over-ons-slid-content h5{
	font-family: 'helveticabold';
}
.over-ons-slid-content p{
	font-family: 'helveticalight';
	color: #FFFFFF;
}



/*=======*/
.over-ons-whole-blk {
	position: absolute;
    text-align: center;
    bottom: 10px;
    left: 1rem;
    padding: 1.5rem;
    width: calc(100% - 2rem);
   /* / background-color: #0085FF; /*/
    z-index: 2;
    border-radius: 1rem;
	overflow: hidden;
}
.over-ons-whole-blk:hover .over-ons-slid-content {
	border-radius: 1.2rem 1.2rem 0 0;
    overflow: hidden;
}
.each-over-ons-slid:hover .over-ons-slid-content {
	border-radius: 1.2rem 1.2rem 0 0;
    overflow: hidden;
}
.over-ons-slid-content {
	background-color: #0085FF;
	padding: 2rem;
	border-radius: 1.2rem;
	overflow: hidden;
}
/* .over-ons-slid-content{
	position: absolute;
	text-align: center;
	bottom: 10px;
	left: 1rem;
	padding: 1.5rem;
	width: calc(100% - 2rem);
	background-color: #0085FF;
	z-index: 2;
	border-radius: 1rem;
} */
.over-ons-btm-content img {
	width: 2.5rem;
	margin-bottom: 2rem;
}
.over-ons-btm-content {
	/*/ display: none; /*/
	background-color: rgba(0, 133, 255, 0.5);
	padding: 2rem;
	/*/ margin-bottom: -22rem; /*/
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	height: 0;
	padding: 0;
	visibility: hidden;
	/*/ border-radius: 1.2rem 0 0 1.2rem; /*/
	border-radius:  0 0 1.2rem 1.2rem;
	overflow: hidden;
}
.over-ons-btm-content img{
	width: 0;
}
.each-over-ons-slid:hover .over-ons-btm-content{
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	height: 98%;
	padding: 4rem;
	visibility: visible;
	border-radius: 0 0 1.2rem 1.2rem;
}
.each-over-ons-slid:hover .over-ons-btm-content img{
	width: 2.5rem;
}
.over-ons-btm-content p {
	color: #fff;
	margin: 1.3rem 0;
}
.over-ons-btm-content a:hover {
	color: #262425;
}
.each-over-ons-slid:hover .over-ons-btm-content {
	/*/ display: block; /*/
	margin-bottom: 0;
}
/*=======*/



/*************************contact*************************/
/****contact-form-sec****/
.contact-form-sec {
	background-color: #ffffff;
	position: relative;
}
.contact-form-sec .adress-area {
    padding-bottom: 0;
}
.contact-form-sec .each-adress {
    background-color: #f2f2f2;
}
/****contact-about-sec****/
.contact-about-sec {
    padding-top: 0;
	padding-bottom: 7%;
}
.contact-about-sec .about-map {
	height: 100%;
}
.contact-about-sec .about-sec-btm {
	margin-top: 0;
}
.contact-about-sec .contact-left {
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
.about-map {
	border-radius: 0 10px 10px 10px;
	overflow: hidden;
}
/*************************bedankt*************************/
.bedankt-banner-sec .banner-content {
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	left: 45px;
	z-index: 1;
}
/*************************aanbod*************************/
/****filter-sec****/
.filter-sec {
	background-color: #F2F2F2;
	padding: 4% 0 3.2rem;
}
.filter-sec .row{
	margin: 0px -1.1rem;
}
.filter-sec .col-md-2{
	width: 20%;
	padding: 0px 1.1rem;
}
.filter-sec .select-style {
    color: #121212;
    -webkit-appearance: none;
    appearance: none;
    padding: 1.3rem 3rem;
	background-color: transparent;
	border: 1px solid #121212;
    border-radius: 1rem;
    text-align: center;
	width: 100%;
	font-family: 'helveticabold';
	font-size: 1.7rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: url(../images/dwn-arrow.svg) transparent no-repeat 90% center/ 12px;
    position: relative;
    height: auto;
  	line-height: normal;
  	font-weight: normal;
}
.filter-sec .select-style option{
	font-family: arial;
}
.filter-sec a{
	font-size: 1.6rem;
	font-family: 'helveticaregular';
	color: #121212;
	position: relative;
	padding-left: 2rem;
}
.filter-sec a::after{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background-image: url("../images/cross.svg");
	background-size: contain;
	background-size: 1.8rem;
    background-position: center;
    width: 1.8rem;
    height: 1.8rem;
}
.filter-wrap{
	max-width: 131.2rem;
	width: 100%;
	margin: 0px auto;
}
.reset-btn{
	margin-top: 2.3rem;
}
.filter-sec .nice-select:after{
	display: none;
}
.filter-sec .nice-select .list{
	min-width: 95%;
	background-color: #f2f2f2;
	box-shadow: none;
  	border-radius: 10px;
  	border: 1px solid rgba(18,18,18,0.5);
  	min-height: 70px;
  	left: -1px;
  	margin-top: -54px;
  	padding-bottom: 1rem;
  	z-index: 2;
  	max-height: 240px;
  	overflow-y: auto;
}
/* width */
.filter-sec .nice-select .list::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.filter-sec .nice-select .list::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.filter-sec .nice-select .list::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.filter-sec .nice-select .list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.filter-sec .nice-select .option.focus, 
.filter-sec .nice-select .option.selected.focus {
  	background-color: #3686f7 !important;
  	color: #fff;
}
.filter-sec .nice-select .option:hover{
	background-color: transparent !important;
}
.filter-sec .nice-select .option{
	line-height: 30px;
	min-height: 30px;
	font-family: 'helveticabold';
  	font-size: 1.7rem;
  	position: relative;
  	padding-left: 4rem;
}
.filter-sec .nice-select .option:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.5rem;
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/tick.svg) no-repeat left top 0 / 15px;
	opacity: 0;
}
.filter-sec .nice-select .option.selected:before{
	opacity: 1;
}
.filter-sec .nice-select .option.selected{
	font-weight: normal;
}
/****aanbod-sec****/
.aanbod-sec{
	background-color: #F2F2F2;
	padding-bottom: 6%;
}
.aanbod-wrap{
	max-width: 157.7rem;
	width: 100%;
	margin: 0px auto;
}
.aanbod-sec .row{
	margin: 0px -1.3rem;
}
.aanbod-sec .col-lg-3, .aanbod-sec .col-lg-12
{
	padding: 0px 1.3rem;
	margin-bottom: 2.7rem;
}
.aanbod-mini-blog{
	padding: 6.6rem 10rem;
	background-color: #fff;
	border-radius: 1rem;
}
.aanbod-mini-blog .col-lg-3{
	margin-bottom: 0;
}
.aanbod-mini-blog p{
	max-width: 50.7rem;
	width: 100%;
	margin: 0px auto;
}
/*************************verkocht*************************/
/****verkocht-sec****/
.verkocht-sec{
	padding-top: 7%;
}
/*************************aanbod-dtl*************************/
/****aanbod-dtl-btn****/
.aanbod-dtl-btn{
	padding: 7rem 0 4rem;
}
.aanbod-dtlbtn-inner{
	padding-bottom: 3rem;
	border-bottom: 1px solid #AAAAAA;
}
.aanbod-dtl-btn td {
	padding: 0 2rem;
	border-right: 1px solid #AAAAAA;
}
.aanbod-dtl-btn td:nth-child(2){
	width: 33%;
	text-align: center;
}

.aanbod-dtl-btn td:first-child{
	padding-left: 0;
}
.aanbod-dtl-btn td:last-child{
	padding-right: 0;
	border: none;
}
.aanbod-dtl-btn td .akker_btn_cls {
	min-width: 24.4rem;
}
.aanbod-dtl-btn td h4{
	font-family: 'helveticabold';
}
.aanbod-dtl-btn td h5{
	color: #262425;
}
/****aanbod-dtl-banener****/
.aanbod-dtl-banener .common-arrow {
	background: #0085FF;
    backdrop-filter: none;
}
.aanbod-dtl-banener .common-arrow img {
	filter:brightness(0) invert(1);
}
.add {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 133, 255, 0.35);
    border-radius: 10px;
}
.add img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    width: 2.3rem;
}
.show-car{
	display: none;
	margin-top: 3rem;
}
.each-aanbod-dtl-img{
	height: 33.33%;
}
.each-aanbod-dtl-img a{
	display: block;
	margin-bottom: 1.5rem;
	position: relative;
}
.each-aanbod-dtl-img img{
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.each-aanbod-slide img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-content{
	padding-left: 3.4rem;
}
.aanbod-dtl-content table{
	width: 100%;
}
.aanbod-dtl-content th,
.aanbod-dtl-content td{
	padding: 5rem 0;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
.aanbod-dtl-content th:last-child,
.aanbod-dtl-content td:last-child{
	border-right: none;
}
.aanbod-dtl-content tr:last-child td{
	border-bottom: none;
}
.aanbod-dtl-content h5{
	color: #262425;
	font-family: 'helveticabold';
}
.aanbod-dtl-content th h5{
	color: #0085FF;
}
.aanbod-dtl-content p{
	margin-bottom: 1rem;
}
.aanbod-dtl-banner-btn{
	padding: 4.8rem 0;
}
.aanbod-dtl-banner-btn .border-btn{
	color: #121212;
    /* border: 1px solid #121212; */
    margin-left: 1rem;
    border-color: #121212;
}
.aanbod-dtl-banner-btn .border-btn:hover{
	color: #fff;
	/* border: 1px solid #0085FF; */
	border-color: #0085FF;
}
.aanbod-dtl-banner-btn .num a{
	font-size: 2.4rem;
	color: #000;
	display: inline-block;
	position: relative;
	padding: 1.1rem 0 1.1rem 3.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: 'helveticaregular';
}
.aanbod-dtl-banner-btn .num a::after{
	position: absolute;
	content: "";
	width: 2.5rem;
	height: 2.5rem;
	background-image: url("../images/num.svg");
	background-position: center;
	background-size: cover;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.aanbod-dtl-banner-btn .num{
	padding-left: 4rem;
	border-left: 1px solid #AAAAAA;
	margin-left: 4rem;
}
.aanbod-dtl-banner-btn .num a:hover{
	color: #0085FF;
}
/****dtl-tab-sec*****/
.dtl-tab-sec {
	background-color: #ffffff;
    padding-bottom: 5%;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	border: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'helveticabold';
    font-size: 1.8rem;
    margin: 0;
    word-break: break-word;
    margin-right: 1.2rem;
	margin-bottom: 0;
	width: 15.7%;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    /* border: 1px solid rgba(0, 0, 0, 0.25); */
	border-radius: 10px 10px 0 0;
    background-color: #f2f2f2;
    color: #121212;
	font-family: 'helveticabold';
    padding: 1.9rem 0.5rem;
	letter-spacing: normal;
	position: relative;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	text-transform: none;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover {
	background-color: #0085FF;
	border-color: #0085FF;
	color: #fff;
}
/****dtl-tab-content****/
.dtl-tab-sec .tab-content {
	padding: 5%;
	background-color: #f2f2f2;
}
.dtl-tab-sec .tab-content ul li {
    font-family: 'helveticalight';
    font-size: 1.8rem;
    color: #212121;
    padding-bottom: 1rem;
    word-break: break-word;
}
.kenmerken-tab ul li:nth-child(odd) {
	font-family: 'helveticaregular';
    background-image: url(../images/slash.svg);
    background-repeat: no-repeat;
    background-position: left top 0.8rem;
    padding-left: 2rem;
    background-size: 1rem;
}
.kenmerken-tab ul li {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.bullet-panel h5 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
}
.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: 2rem;
    position: relative;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 1rem;
    position: absolute;
    top: 0.8rem;
    left: 0;
    content: '';
    width: 1rem;
    height: 1rem;
    background-image: url(../images/slash.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0085FF;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #0085FF;
    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: 'helveticalight';
}
.each-onderhoud-block h4 {
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #121212;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'helveticalight';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-form-sec****/
.aanbod-dtl-form-sec h2 {
	margin-bottom: 6%;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	background-color: #f2f2f2;
	padding: 5% 0;
}
.aanbod-dtl-product-sec .product-sec-wrap {
	background-color: transparent;
	margin-top: 0;
}
.aanbod-dtl-product-sec .common-arrow{
	background: linear-gradient(90deg, rgba(38,36,37,0.42) 0%, rgb(26 26 26 / 50%) 100%);
}
.aanbod-dtl-product-sec h2 {
	color: #262425;
}
.aanbod-dtl-product-heading {
	margin-bottom: 5%;
}

.add:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
    background-image: url(../images/add-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.add img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
    width: 2.3rem;
}

/*******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;
    margin-bottom: 15px;
    color: #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    text-transform: uppercase;
    display: inline-block;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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 {
 	background-color: #f6f6f6;
    display: none;
    margin-top: 3rem;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 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;
}

.form-1 .form-styl {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: #000000;
    padding: 1.2rem 1.8rem 2.2rem;
    border-bottom: 1px solid #000000;
    resize: none;
    font-family: 'helveticalight';
    border-radius: 0;
}
.form-1 .form-styl::placeholder{
	color: #000000;
}
section.listview-top-content.privacy_section h2 {
    color: #1a1819;
}

.tab-btn-area .nav-tabs .nav-item .nav-link {
    color: black;
}
img.blt-img {
    width: 15px;
}

.finance-content h2 {
    color: #262425;
    margin: 3rem 0;
}
.finance-content .radio-area {
    margin-bottom: 3rem;
}

.finance-content .in-stock h5 {
    color: #262429;
}
.finance-content h6 {
    margin: 3rem 0;
    font-family: 'helveticaregular';
}
#kltnvertellen {
  position: fixed;
  right: 0%;
  z-index: 99999;
  bottom: 57%;
}
.finan_text_form_sec{
	padding:40px 0px 0px;
}
.finan_text_form_sec iframe {
		height: 750px;
}
.footer-download {
	margin-top:4.8rem ;
}
.product-heading {
	margin-bottom: 3%;
/*	margin-top: -3%;	*/
}
.product-heading h2 {
	color: #000;
}


.product-dtl tr {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.aanbod-dtl-content .tab-btn .nav-tabs .nav-item .nav-link.active{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}
.aanbod-dtl-content .tab-btn .nav-tabs .nav-item .nav-link {
   /* border-radius: 10px 10px 0 0;*/
    background-color: #dbdbdc;
    color: #121212;
    font-family: 'helveticabold';
    padding: 1.3rem 0.5rem;
    letter-spacing: normal;
    position: relative;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    text-transform: none;
}
.aanbod-dtl-content li {
    width: 50%;
}
.aanbod-dtl-content .tab-content {
    padding: 5%;
    background-color: #f2f2f2;
}

.aanbod-dtl-content h2 {
    color: #262425;
    margin: 3rem 0;
}
.aanbod-dtl-content .radio-area {
    margin: 3rem 0rem;
    border-radius: 1.2rem;
    background: #fff;
    padding: 2rem;
	}
}
.aanbod-dtl-content h6 {
    margin: 3rem 0;
    font-family: 'helveticaregular';
}
.contebt-rihgt-buttons button {
    padding: 8px;
    max-width: 100%;
    margin-top: 2rem;
}

.financiering-tab h6 {
    margin: 3rem 0rem;
    font-size: 1.9rem;
}

.blk-button {
    max-width: 24.4rem;
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-radius: 10px;
    background-color: #262425;
    border-color: #262425;
    padding: 1.5rem 0.5rem;
    color: #fff;
    font-size: 1.8rem;
    font-family: 'helveticabold';
    text-transform: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.blk-button:active, .blk-button:focus, .blk-button:hover {
    color: #262425;
    border-color: #262425;
    background-color: transparent;
}

.contebt-rihgt-lists ul li::after {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contebt-rihgt-lists {
    margin-top: 3rem;
}
.contebt-rihgt-lists li {
	width: 100%;
    position: relative;
    padding-left: 3rem;
}
.aanbod-dtl-content ul {
	 border-radius: 10px 10px 0 0;
    overflow: hidden;
    border-bottom: 0;
}
.aanbod-dtl-content li {
	border-radius: 0;
}
.dtl-tab-sec {
    padding-top: 2.5rem;
}

.aanbod-dtl-content .tab-content {
    border-radius: 0rem 0rem 2rem 2rem;
}
.form-2{
    background-color: #f6f6f6;
    display: none;
    margin-top: 3rem;
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 2rem;
}
.form-2 .form-styl {
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: #000000;
    padding: 1.2rem 1.8rem 2.2rem;
    border-bottom: 1px solid #000000;
    resize: none;
    font-family: 'helveticalight';
    border-radius: 0;
}
.form-2 .form-styl::placeholder{
	color: #000000;
}
.aanbod-dtl-content label, li {
    font-family: 'helveticalight';
}

.footer-nav-menu a {
    color: #fff;
}

.all-servic-details {
    overflow: hidden;
    position: relative;
}
.srv-height{
	height: 12.5rem;
}
.servic-details-fade {
    margin-top: 1rem;
    bottom: 0;
    width: 100%;
    left: 0;
}
.srv-height:after {
    content: '';
   /* background-color: rgb(242 242 242 / 56%);*/
   background: linear-gradient(0deg, rgba(242,242,242,1) 0%, rgba(242,242,242,0.29175420168067223) 100%);
    height: 30%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fade-button {
	color: #0085ff;
  /*  position: relative;*/
    z-index: 1;
    width: auto;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 4rem;
    cursor: pointer;
}
.servic-details-fade p{
	position: relative;
}

.servic-details-fade p:after{
	content: "";
	height: 1.5rem;
	width: 1.5rem;
	position: absolute;
	left: 0;
	top: 0.4rem;
	background-image: url(../images/plus.svg);
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: center center;
}
.aanbod-block-btm li:first-child{
	width: 12rem;
  	height: 12rem;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 1.5rem;
}
.aanbod-block-btm li:nth-child(2){
	width: calc(100% - 14rem);
}
.aanbod-block-btm a.d-block, .aanbod-block-btm span{
	font-family: 'HelveticaNeueMedium';
  	font-size: 1.6rem;
}
.aanbod-block-btm span a{
	color: #121212;
	font-family: 'helveticalight';
}

.form-top-sec {
    background-color: #262425;
    padding-top: 6%;
    padding-bottom: 2rem;
}
.product-img:hover img {
    transform: scale(1.1);
}
.product-img:hover img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-adress .whatsapp-t-icon {
    width: 4.5rem;
}
.each-adress .whatsapp-icon {
    width: 4.5rem;
}


.aanbod-dtl-content{
	height: 100%;
}
.aanbod-dtl-content .tab-content {
    height: calc(100% - 7rem);
}
.each-product {
    position: relative;
}
.image_aanbod_icon {
    position: absolute;
    width: 14%;
    top: 0px;
    z-index: 9;
}
.dtl-bottom-each-slider img{
	width: 15px;
	margin-left: 5px;
}
.iframe-sec{
	padding: 5% 0;
}
.iframe-sec-heading h2 {
  margin-bottom: 4.4rem;
  color:#121212;
}
.calculator_iframe{
	width:100%;
	height: 1370px;
}
@media(max-width: 1412.98px){
	.calculator_iframe{
		height: 1670px;
	}
}
@media(max-width: 902.98px){
	.calculator_iframe{
		height: 1470px;
	}
}
@media(max-width: 575.98px){
	.calculator_iframe{
		height: 1520px;
	}
}
@media(max-width: 370.98px){
	.calculator_iframe{
		height: 1600px;
	}
}
.wrkplts-content{
	padding: 70px 8%;
}
.wrkplts-content .mx-auto{
	max-width: 930px;
}
.wrkplts-content h2{
	color: #262425;
	margin-bottom: 30px;
}
.wrkplts-content .position-relative h4{
	font-family: 'helveticabold';
}
.wrkplts-content img.h-100{
	object-fit: cover;
}
