@import "fonts.css";
@import "common-class.css";

body {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	background-color: #1a181d;
	color: #fff;
	font-family: 'LamaSansRegular';
	letter-spacing: 0.32px;
}

html {
	font-size: 62.5%;
	height: auto !important;
}

.cursor {
	cursor: pointer;
}

.grecaptcha-badge {
	display: none;
}

.img-cover {
	height: 100%;
	object-fit: cover;
}

/**********side area***********/
.mini-right-nav li{
    margin: 0 0 2px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}

.mini-right-nav li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #6EE37A;
	border-radius: 10px 0px 0px 10px;
}

.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: #6EE37A;
	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: 1.6rem;
}

.mini-right-nav .navtext:hover {
	text-decoration:none;
}

.mini-right-nav .navtext span, .mini-right-nav .navtext span a{
	color:#fff;
}

.mini-right-nav img{
	width: 2.7rem;
	position: relative;
	z-index: 1;
}

.mini-right-nav{
	position: fixed;
	top: 39%;
	z-index: 99;
	right: 0;
}

/*=================header==============*/
header {
	padding: 5rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

header.stiky {
	background: #121212;
	padding: 1.5rem 0;
}

header .d-flex.justify-content-between {
	max-width: 100%;
}

.header-logo {
	max-width: 20rem;
}

.header-area .col-lg-9 {
	width: 80%;
}

.header-area .col-lg-3 {
	width: 20%;
}

.menu-icon.active{
	margin-top: .4rem;
}

.menubar {
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: .5rem .65rem .65rem;
}

.menubar a {
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
  	padding-left: .75rem;
  	padding-right: .75rem;
	position: relative;
	height: 3.8rem;
	line-height: 3.8rem;
	display: inline-block;
}

/*.menubar a:after {
	position: absolute;
	bottom: 0.85rem;
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background: url(../images/next.svg) no-repeat center / 0.5rem;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	transform: rotate(90deg);
	right: 0.9rem;
	display: inline-block;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menubar a:hover:after {
	opacity: 1;
}*/

header .default-btn:before {
	display: none;
}

/*===============banner=============*/
.banner {
	margin-bottom: -4rem;
}

.banner-wrap {
	height: calc(100vh - 3rem);
	margin: .5rem;
}

.overlay {
	background: linear-gradient(231deg, rgba(26, 23, 28, 0.00) 17.3%, rgba(26, 23, 28, 0.65) 71.12%);
	z-index: 1;
}

.banner-content {
	top: 60%;
	z-index: 2;
	margin-left: -1.5rem;
}

.banner-content .default-btn {
	border-color: #F7FAF6;
	background: rgba(247, 250, 246, 0.10);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.banner-content h1 {
	margin: 1.4rem 0 5rem;
}

.banner-content h4 {
	line-height: 96%;
	letter-spacing: normal;
}

/*==============product==============*/
.product-block .swiper a {
	color: inherit;
}

.product-block .position-relative h6,
.product-block td span {
	margin-bottom: .75rem;
	font-family: 'LamaSansMedium';
}

.product-block p,
.product-block td span {
	font-family: 'LamaSansMedium';
	font-size: 1.4rem;
	opacity: .5;
	display: block;
}

.product-block p{
	height: 45px;
  	overflow: hidden;
}

.table-area {
	background: #211D24;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.table-area table {
	width: 100%;
}

.table-area td {
	vertical-align: top;
}

.table-area td:not(:last-child) {
	border-right: 1px solid #fff;
}

.table-area h6 {
	margin: auto !important;
	display: table;
}

.price {
	color: #1A171C;
	padding: .8rem 1.8rem;
	border-radius: 100px;
	background: #F7FAF6;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	font-family: 'LamaSansSemiBold';
	top: -3rem;
	right: 3rem;
}

.price span {
	font-size: 1.4rem;
	font-family: 'LamaSansMedium';
}

.product-block a:hover .table-area {
	background: #CE253D;
}

.product-block a:hover .table-area h6 span {
	opacity: 1;
}

.product-block .swiper {
	padding-bottom: 5rem;
}

.product-block .swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
	background: rgba(255, 255, 255, 0.20);
	height: 2px;
}

.product-block .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #fff;
}

.product-block .circle-div {
	border-color: #fff;
	opacity: .3;
	top: -6rem;
	left: -13rem;
}

/*=================home-service===============*/
.home-service {
	background: #211D24;
}

.home-service .image-slide a {
	display: block;
	height: 54.6rem;
}

.home-service .image-slide a img.w-100 {
	height: 100%;
	object-fit: cover;
}

.home-service .content-slide h4,
.service-btn {
	font-family: 'LamaSansMedium';
}

.home-service p {
	margin: 2rem 0 3rem;
}

.service-btn {
	font-size: 1.4rem;
}

.service-btn span,
.footer-top .default-btn span,
header .default-btn span {
	position: relative;
	padding-right: 1.8rem;
}

.service-btn span:after,
.footer-top .default-btn span:after,
header .default-btn span:after {
	position: absolute;
	top: 58%;
	content: '';
	transform: translateY(-50%);
	right: 0;
	width: 1rem;
	height: 1rem;
	background: url(../images/arw.svg) no-repeat center / contain;
}

.service-btn:hover span {
	text-decoration: underline;
}

.home-service .swiper-arw {
	top: auto;
	bottom: 3.5rem;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.home-service .swiper-arw.swiper-button-next {
	left: 6rem;
	right: auto;
}

.home-service .swiper-arw:not(:hover) img {
	opacity: .5;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.home-service .swiper-arw:hover {
	background: #fff;
}

/*=================marquee================*/
.marquee {
	background: #CE253D;
	font-family: 'LamaSansMedium';
}

@keyframes slide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.marque-wrap {
	white-space: nowrap;
}

.marque-wrap:hover .marque-txt {
	animation-play-state: paused;
}

.marque-txt {
	animation: 15s slide infinite linear;
}

.marque-txt li {
	position: relative;
	margin: 0 5rem;
	display: inline-block;
}

.marque-txt li:before {
	position: absolute;
	top: 50%;
	left: -2rem;
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/tick.svg) no-repeat center /contain;
	transform: translateY(-50%);
}

/*=============content=============*/
.content-sec {
	background: #F7FAF6;
	color: #1A171C;
	z-index: 1;
}

.content-sec table {
	width: 100%;
}

.content-sec td {
	vertical-align: top;
}

.content-sec td img {
	margin-right: 2rem;
	margin-top: -2px;
}

.content-sec tr {
	border-bottom: 1px solid rgba(26, 23, 28, 0.20);
	padding: 3.5rem 0 2.5rem;
	display: block;
}

.content-sec table:last-child tr {
	border-bottom: 0;
}

.content-sec .default-btn {
	border-color: #1A171C;
	background: #1A171C;
}

.circle-div {
	width: 68rem;
	height: 68rem;
	border: 1px solid #1A171C;
	opacity: .15;
	top: -38rem;
	left: -10rem;
	border-radius: 100%;
	z-index: -1;
}

.content-wrap td h6 {
	line-height: 140.5%;
	letter-spacing: 0.2px;
	margin-bottom: 1.2rem;
}

.content-wrap td p {
	line-height: 158%;
	letter-spacing: 0.28px;
	font-family: 'LamaSansMedium';
}

/*==============footer=============*/
footer {
	font-size: 1.4rem;
}

footer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40%;
	content: '';
	background: #F7FAF6;
}

.footer-top {
	background: #201d24;
	padding: 6rem 8rem;
}

.footer-top a:not(.default-btn) {
	font-size: 1.6rem;
}

.footer-top .default-btn {
	margin-bottom: 1.5rem;
	margin-left: -5rem;
}

.footer-top .default-btn:hover span,
header .default-btn:hover span {
	opacity: 1;
	transform: translateY(0px);
}

.footer-top .default-btn span:before,
header .default-btn span:before {
	display: none;
}

footer hr {
	margin: 5.4rem 0 7.5rem;
}

footer span.text-end {
	line-height: 171.429%;
	letter-spacing: 0.28px;
	margin-bottom: .4rem;
}

.privacy {
	letter-spacing: 0.28px;
}

.privacy .col-6.text-lg-center a {
	position: relative;
	left: -14rem;
}

.footer-top a.d-inline-block {
	margin-bottom: 1.8rem !important;
}

.brand img {
	max-height: 3.6rem;
	object-fit: contain;
	margin-right: 1rem;
}

.brand .klaten {
	max-width: 20.8rem;
  	height: 6.4rem;
  	margin-right: 1rem;
}

.logo {
	max-width: 20rem;
	max-height: unset;
}

header .default-btn,
footer .default-btn {
	padding-top: 0;
	padding-bottom: 0;
	height: 50px;
	line-height: 48px;
	top: 3px;
}

footer .default-btn:before,
header .default-btn:before {
	display: none;
}

.footer-top .default-btn span:after,
header .default-btn span:after {
	top: 50%;
}

.footer-top .default-btn span,
header .default-btn span {
	display: block;
	height: 100%;
	top: 0;
	transition: 0.4s;
}

.footer-top .default-btn:hover span,
header .default-btn:hover span {
	top: -100%;
}

/* ***************************aanbod-dtl******************************** */
/* ****importservice-back-button**** */
.importservice-back-button {
	padding-bottom: 2.8rem;
	padding-top: 18rem;
	position: relative;
	z-index: 1;
}

.importservice-back-button a {
	font-family: 'LamaSansMedium';
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	bottom: -8px;
	line-height: 24px;
}

.importservice-back-button a:hover {
	text-decoration: underline;
}

.importservice-back-button a img {
	margin-right: 1rem;
}

/* ****aanbod-dtl-top-heading**** */
.aanbod-dtl-top-heading {
	padding: 3.8rem 0 5.2rem;
}

.aanbod-dtl-top-heading-right {
	text-align: end;
	display: flex;
	justify-content: end;
	align-items: center;
}

.aanbod-dtl-top-heading-right h3 {
	line-height: 114.583%;
}

.aanbod-dtl-top-heading-right h6 {
	margin-bottom: 0;
	margin-left: 1rem;
}

.aanbod-dtl-top-heading-left h4 {
	width: 100%;
	max-width: 76rem;
	line-height: 125%;
}

/* ****aanbod-dtl-slider**** */
.aanbod-dtl-slider-area {
	padding-bottom: 2rem;
}

.aanbod-dtl-slider-button {
	background-color: #fff;
	z-index: 0;
}

.each-aanbod-dtl-img img {
	border-radius: 1.5rem;
	overflow: hidden;
}

.aanbod-dtl-slider-button.swiper-button-prev {
	left: -82px;
}

.aanbod-dtl-slider-button.swiper-button-next {
	right: -73px;
}

/* ****aanbod-dtl-content**** */
.aanbod-dtl-content {
	padding: 0 1.3rem;
}

.aanbod-dtl-content-area li {
	font-family: 'LamaSansMedium';
	color: #F7FAF6;
	position: relative;
	padding-left: 2.5rem;
	line-height: 118%;
}

.aanbod-dtl-content-area span {
	font-size: 2rem;
}

.aanbod-dtl-content-area ul {
	display: flex;
	column-gap: 3.4rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aanbod-dtl-content-area li::after {
	position: absolute;
	content: "";
	background-image: url(../images/tick.svg);
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
	height: 21px;
	width: 14px;
}

.aanbod-dtl-content-area {
	border-radius: 1rem;
	overflow: hidden;
	padding: 2.9rem 13.7rem;
	background: #CE253D;
}

/* ****dtl-reach**** */
.dtl-reach-wrap {
	padding: 5rem 0 9rem;
}

.dtl-reach-contact ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 5rem;
	row-gap: 2rem;
}

.dtl-reach-contact li {
	color: #fff;
	font-size: 1.6rem;
	font-family: 'LamaSansRegular';
	line-height: 1.7rem;
}

.dtl-reach-contact li a {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	line-height: 110%;
}

.dtl-reach-contact li a:hover {
	text-decoration: underline;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dtl-reach-contact li img {
	margin-right: 1.1rem;
	max-width: 1.4rem;
	margin-top: -2px;
}

.dtl-reach-btn {
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 2rem;
}

.dtl-other-btn {
	height: 5rem;
	width: 5rem;
	border: 1px solid rgba(255, 255, 255, 0.50);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dtl-other-btn img {
	width: 1.8rem;
}

.dtl-other-btn:hover {
	background-color: #CE253D;
	border-color: #CE253D;
}

.dtl-other-btn-wrap {
	display: flex;
	justify-content: end;
	column-gap: 2rem;
}

.aanbod-dtl-slider.position-relative {
	margin: 0 -2rem;
}

/* ************************form*************************** */
.form-sec {
	padding: 10rem 0;
}

.form-wrap {
	padding: 0 12.9rem;
	position: relative;
  	z-index: 0;
}

/* ***form-heading*** */
.form-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-heading-left h6 {
	color: #CE253D;
	margin-bottom: 1.6rem;
}

.form-heading-left h3 span {
	color: rgba(255, 255, 255, 0.50);
}

.form-heading-right p {
	width: 100%;
	max-width: 46rem;
}

.form-heading-left h3 {
	width: 100%;
	max-width: 60rem;
	line-height: 125%;
}

/* ***form-area*** */
.form-area {
	padding-top: 6.7rem;
}

.form-area h2 {
	color: #050E16;
	margin-bottom: 2rem;
}

.form-group {
	margin-bottom: 2.8rem;
	position: relative;
	padding-right: 1.5rem;
}

.form-styl {
	font-family: 'LamaSansRegular';
	color: #fff;
	font-size: 2rem;
	border-radius: 0;
	overflow: hidden;
	background: transparent;
	line-height: normal;
	resize: none;
	border: 0;
	border-bottom: 1px solid #fff;
	outline: none;
	padding: 1.6rem 0 2.2rem;
}

.form-styl:focus {
	color: #fff;
	background: transparent;
	outline: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 1px solid #fff;
}

.form-label {
	font-family: 'axiaregular';
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin-bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: transparent;
	line-height: 86%;
}

.form-comment .form-label {
	top: 3rem;
}

.focus-input .form-label {
	top: -0.5rem;
	color: rgba(255, 255, 255, 0.50);
}

.form-area textarea.form-control {
	height: calc(1.5em + 3.72rem + 2rem);
}

/* ***form-btn*** */
.form-btn {
	padding-top: 2rem;
}

/* ***aanbod-dtl-product-block*** */
.product-block.aanbod-dtl-product-block {
	background: #F7FAF6;
	padding-top: 1rem !important;
	padding-bottom: 6.5rem !important;
}

.product-block.aanbod-dtl-product-block h3,
.product-block.aanbod-dtl-product-block h6 {
	color: #1A171C;
}

.product-block.aanbod-dtl-product-block .circle-div {
	border-color: rgba(26, 23, 28, 0.30);
	z-index: 1;
	opacity: 1;
	pointer-events: none;
	left: -10rem;
	top: -10rem;
}

.product-block.aanbod-dtl-product-block .table-area {
	background: #EEEEEE;
}

.product-block.aanbod-dtl-product-block p {
	color: #1A171C;
}

.product-block.aanbod-dtl-product-block a:not(:hover) .table-area td {
	border-color: #1A171C;
}

.product-block.aanbod-dtl-product-block .price {
	background: #fff;
}

.product-block.aanbod-dtl-product-block .default-btn {
	border: 1px solid #1A171C;
	background: transparent;
	color: #1A171C;
}

.product-block.aanbod-dtl-product-block .swiper-pagination-progressbar {
	background: rgba(26, 23, 28, 0.20);
}

.product-block.aanbod-dtl-product-block .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #1A171C;
}

.product-block.aanbod-dtl-product-block a:hover td h6 {
	color: #fff;
}

/*****dtl-tab-sec*****/
.dtl-tab-sec {
	padding: 10.3rem 0 5.2rem;
	background: #211D24;
}

.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 6rem;
	row-gap: 2rem;
	margin-bottom: 4.5rem;
	border: 0;
	padding-bottom: 2rem;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
	background-color: transparent;
	color: rgba(244, 247, 250, 0.50);
	letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'Sequel100Black56';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	overflow: hidden;
	color: #fff;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	font-family: 'Sequel100Black56';
	padding-bottom: 1rem;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
}

.dtl-tab-sec .nav-item::after {
	display: none !important;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link::before {
	content: "";
	height: 0.2rem;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	left: 0;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	color: #fff;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover::before {
	opacity: 1;
}

.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
	width: 100%;
}

.tab-btn ul {
	position: relative;
}

.tab-btn ul::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0.1rem;
	left: 0;
	bottom: 0;
	background: rgba(241, 244, 247, 0.20);
}

/****dtl-tab-content****/
.kenmerken-tab ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1rem;
}

.kenmerken-tab li {
	line-height: 3.6rem;
	color: rgba(255, 255, 255, 0.50);
	width: 16%;
	margin-bottom: 5.7rem;
	line-height: 26px;
}

.kenmerken-tab li span {
	color: #fff;
	display: block;
}

.bullet-panel p {
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
	color: #fff;
	font-size: 2rem;
}

.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
	padding-bottom: 2rem;
}

.bullet-panel {
	margin-bottom: 2rem;
}

.dtl-tab-sec .bullet-panel ul li {
	padding-left: 1.6rem;
	position: relative;
	color: #fff;
	margin-bottom: 1rem;
}

.dtl-tab-sec .bullet-panel li:after {
	background-size: 0.8rem;
	position: absolute;
	top: 8px;
	left: 0;
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
}

.left-bg-block {
	width: 14rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #CE253D;
	line-height: 2.4rem;
}

.block-dtls {
	width: calc(100% - 14rem);
	border: 1px solid #CE253D;
	border-left: 0;
	padding: 2rem 1.5rem 0.5rem;
	min-height: 20rem;
}

.left-bg-block p {
	line-height: 3rem;
	color: #fff;
}

.each-onderhoud-block p {
	line-height: 3rem;
	color: #fff;
}

.each-onderhoud-block {
	display: flex;
	margin-bottom: 2rem;
}

/****tab-part****/
ul.tabs li {
	position: relative;
	font-family: 'LamaSansRegular';
	padding-bottom: 1rem;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	cursor: pointer;
}

ul.tabs li span {
	position: relative;
}

ul.tabs li span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -33px;
	left: 0;
	background-color: #F1F4F7;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

ul.tabs li.active span::after,
ul.tabs li span:hover::after {
	opacity: 1;
}

/****dtl-tab-content****/
.tab_container.tab-content .kenmerken-tab {
	border-top: 1px solid rgba(30, 27, 27, 0.1);
}

.tab_content {
	display: none;
}

.tab_drawer_heading {
	display: none;
}

/* **************************aanbod-list************************ */
.each-product-block {
	margin-bottom: 3rem;
}

/* ************************contact*************************** */
.map-area {
	padding: 2rem 2rem 0;
}

.contact-map-img {
	height: 50rem;
	border-radius: 2rem;
	overflow: hidden;
}

.contact-mid-area {
	padding: 9.5rem 0;
}

.contact-mid-box {
	text-align: center;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	min-height: 22.8rem;
	padding: 5.8rem 0;
	background: rgba(247, 250, 246, 0.10);
}

.contact-mid-box:hover a h6 {
	color: #fff;
	text-decoration: underline;
}

.icon-img {
    padding-bottom: 2.2rem;
    height: 69px;
}

.icon-img img {
	width: 27.4px;
	height: 38.4px;
}

.contact-mid-box h6 {
	font-family: 'LamaSansMedium';
	line-height: 28px;
	letter-spacing: 0.2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 0;
}

/* ***contact-form-sec*** */
.form-sec.contact-form-sec {
	background: #F7FAF6;
}


.form-sec.contact-form-sec .form-heading-left h3 {
	color: #1A171C;
}

.form-sec.contact-form-sec .form-heading-right p {
	color: #1A171C;
}

.form-sec.contact-form-sec .form-label {
	color: #1A171C;
	z-index: 0;
}

.form-sec.contact-form-sec .focus-input .form-label {
	color: rgba(26, 23, 28, 0.50);
}

.form-sec.contact-form-sec .form-styl {
	border-bottom: 1px solid rgba(26, 23, 28, 0.50);
	z-index: 2;
	position: relative;
}

.form-sec.contact-form-sec .form-styl:focus {
	border-bottom: 1px solid #1A171C;
	color: #171717;
}
.form-sec.contact-form-sec .form-styl {
     color: #1A171C;
}

/* ****************diensten******************* */
.diensten-area-heading {
	padding: 10.5rem 0 0.5rem;
}

.diensten-area-heading .circle-div {
	top: -166px;
	left: -10rem;
	border: 1px solid rgba(255, 255, 255, 0.30);
	opacity: 1;
	z-index: 1;
}

.diensten-area-heading-right {
	padding-right: 13.5rem;
	width: 100%;
	max-width: 71rem;
	padding-top: 1.8rem;
}

.diensten-area-heading-left h2 strong {
	color: rgba(255, 255, 255, 0.50);
	font-weight: normal;
}

.diensten-area-heading-right p {
	line-height: 24px;
}

.diensten-area .circle-div {
	border: 1px solid rgba(255, 255, 255, 0.30);
	top: -18rem;
	left: -13rem;
	opacity: .3;
}

/* ***diensten-list-area*** */
.each-list {
	position: relative;
	margin-bottom: 2rem;
}

.each-diensten-area-content p {
	margin-bottom: 0;
	height: auto !important;
}

.each-diensten-area-content {
	position: absolute;
	left: 0;
	bottom: -111px;
	padding: 4.7rem 4.7rem 4.1rem;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* height: 100%; */
}

.each-diensten-img img {
	width: 1.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-diensten-img {
	display: flex;
	height: 4rem;
	width: 4rem;
	border-radius: 100%;
	background-color: #F7FAF6;
	border-color: #F7FAF6;
	justify-content: center;
	align-items: center;
	transform: rotate(45deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-left: auto;
	margin-right: 0;
}

.each-list:hover .each-diensten-img {
	transform: rotate(0deg);
	border: 1px solid #CE253D;
	background-color: #CE253D;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-diensten-img img {
	filter: invert(1);
	-webkit-filter: invert(1);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-list:hover .each-diensten-img img {
	filter: invert(0);
	-webkit-filter: invert(0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-diensten-info a {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-diensten-info a:hover h4 {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-diensten-info a:hover p {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.diensten-main-area h4 {
	font-family: 'interregular';
	color: #fff;
	line-height: 150%;
	letter-spacing: 0.64px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 3rem;
}

.each-list:hover .each-diensten-info h4 {
	margin-bottom: 0.8rem;
}

.each-diensten-info p {
	padding-top: 0.5rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	line-height: 24px;
	display: -webkit-box;
	letter-spacing: 0.32px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.diensten-area {
	padding: 0 0 3.2rem;
	z-index: 1;
}

.each-diensten-area-content .row {
	align-items: start !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-list:hover .each-diensten-area-content .row {
	align-items: end !important;
}

.each-list:hover .each-diensten-area-content {
	bottom: 0;
}

.each-diensten-area-img img {
	border-radius: 1.5rem;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}

.each-list {
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border-radius: 1.5rem;
}

.each-diensten-area-img {
	position: relative;
	height: 47.4rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-diensten-area-img::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(26, 23, 28, 0.00) 0%, rgba(26, 23, 28, 0.50) 100%);
}

.each-list a:hover .each-diensten-area-img::after {
	background: linear-gradient(180deg, rgba(26, 23, 28, 0.00) 0%, rgba(26, 23, 28, 0.90) 100%);
}

.each-diensten-info {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-list:hover .each-diensten-info {
	display: block;
	height: auto;
}

.each-list:hover .each-diensten-area-content {
	height: auto;
}

/* ****************inner-banner***************** */
.inner-banner {
	padding: 2rem 2rem 0;
	background: #1A171C;
}

.inner-banner-content {
	position: absolute;
	top: 60%;
}

.inner-banner-wrap {
	padding: 0 6.6%;
}

.inner-banner-img {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
	height: 500px;
	z-index: 2;
}

.inner-banner img {
	height: 100%;
	object-fit: cover;
}

.inner-banner-content h1 {
	color: #fff;
	position: relative;
	z-index: 1;
}

.inner-banner-img::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(231deg, rgba(26, 23, 28, 0.00) 17.3%, rgba(26, 23, 28, 0.65) 71.12%);
}

/* ************************diensten-dtl***************************** */
/* ***diensten-dtl-top-sec*** */
.diensten-dtl-top-sec {
	padding: 18.5rem 0 4.9rem;
}

.diensten-dtl-top-right p {
	width: 100%;
	max-width: 71rem;
	padding-bottom: 3.4rem;
}

.diensten-dtl-top-right h2 {
	text-transform: capitalize;
	margin-bottom: 4rem;
}

.diensten-dtl-back-button a {
	font-family: 'LamaSansMedium';
}

.diensten-dtl-back-button a img {
	margin-right: 1rem;
}

.diensten-dtl-top-sec .circle-div {
	top: 24rem;
	/* top: 37rem; */
	left: -19rem;
	border-color: rgba(255, 255, 255, 0.30);
	opacity: 1;
}

.diensten-dtl-top-sec {
	padding: 0;
	margin-top: -7rem;
	padding-bottom: 4.6rem;
}

.diensten-dtl-top-right {
	max-width: 60rem;
	margin-right: 0;
	margin-left: auto;
	padding-left: 8.3rem;
	padding-top: 4.7rem;
}

/* ***diensten-dtl-content-sec*** */
.content-sec.diensten-dtl-content-sec p {
	font-size: 1.8rem;
	color: #fff;
	font-family: 'LamaSansRegular';
	letter-spacing: normal;
	line-height: 1.5;
}

.content-sec.diensten-dtl-content-sec td img {
	margin-right: 1rem;
	width: 19px;
}

.content-sec.diensten-dtl-content-sec {
	padding-top: 4.5rem !important;
	padding-bottom: 4.9rem !important;
	background: #211D24;
}

.content-sec.diensten-dtl-content-sec h6 {
	color: #fff;
}

.content-sec.diensten-dtl-content-sec h2 {
	margin-left: 0;
	color: rgba(255, 255, 255, 0.50);
	padding-bottom: 1rem;
}

.content-sec.diensten-dtl-content-sec tr {
	padding: 1.5rem 0 0.4rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.20);
}

.content-sec.diensten-dtl-content-sec table:last-child tr {
	border-bottom: 2px solid rgba(255, 255, 255, 0.20);
}

.content-sec.diensten-dtl-content-sec .img-div {
	height: 69rem;
}

.diensten-dtl-content-sec [data-animate="img"]::after {
	background-color: #211D24;
}

/* ***diensten-dtl-product-block*** */
.product-block.aanbod-dtl-product-block.diensten-dtl-product-block p {
	color: #fff;
	opacity: 1;
}

.diensten-dtl-product-block h3 {
	line-height: 125%;
}

/* *******************werkplaats********************** */
.werkplaats-dtl-mid-sec.text-center {
	padding-top: 1.6rem;
	background: #211D24;
}

.werkplaats-dtl-mid-area {
	min-height: 89.8rem;
	height: 100%;
	margin: 0 2.7rem;
}

.product-block.aanbod-dtl-product-block.diensten-dtl-product-block .swiper {
	padding-bottom: 3.8rem;
	z-index: 2;
}

/* *******************over-ons********************** */
.content-sec.over-ons-content-sec {
	background: #1A171C;
	color: #fff;
}

.over-ons-content-sec [data-animate="img"]::after {
  background-color: #1A171C;
}

.content-sec.over-ons-content-sec .row.mb-xxl-5 h6{
	margin-top: 0;
}

.content-sec.over-ons-content-sec .img-div {
	height: 41rem;
	margin-left: 0;
	margin-right: 8rem;
	padding-right: 2.5rem;
}

.content-sec.over-ons-content-sec span {
	color: rgba(255, 255, 255, 0.50);
}

.content-sec.over-ons-content-sec .circle-div {
	border-color: rgba(255, 255, 255, 0.30);
}

.content-sec.over-ons-content-sec h3 {
	color: #fff;
	line-height: 125%;
}

.content-sec.over-ons-content-sec .content-wrap{
	padding-bottom: 8rem;
	max-width: 100%;
}

.content-sec.over-ons-content-sec p {
	color: #fff;
}

.content-sec.over-ons-content-sec .content-wrap img {
	width: 100%;
	border-radius: 1rem;
	overflow: hidden;
}

.content-sec.over-ons-content-sec .circle-div {
	top: -16rem;
	opacity: 1;
}

.over-ons-left-btm-content p {
	width: 100%;
	max-width: 70rem;
	margin-top: 9rem;
	color: rgba(255, 255, 255, 0.50);
}

.over-ons-right-btm-img {
	margin-top: -4.7rem;
}

/* ***over-ons-box-sec*** */
.over-ons-box-sec {
	position: relative;
}

.over-ons-box-sec::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	left: 0;
	bottom: 0;
	background: #211D24;
	z-index: -1;
}

.each-over-ons-box {
	border-radius: 1.5rem;
	overflow: hidden;
	height: 100%;
	min-height: 34.6rem;
	margin-right: 1rem;
	text-align: center;
	padding: 6.7rem 7rem;
	position: relative;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	border: 1px solid rgba(255, 255, 255, 0.20);
  background-color: #1A171C;
}

.each-over-ons-box:hover{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-over-ons-box .position-absolute{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-over-ons-box:hover .position-absolute{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-over-ons-box .position-absolute::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(26, 23, 28, 0.85) 0%, rgba(26, 23, 28, 0.85) 100%);
	border-radius: 1.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
}

.each-over-ons-box:hover .position-absolute:after {
	visibility: visible;
}

.each-info {
	position: relative;
	z-index: 1;
}


.each-over-ons-box:hover .each-info p {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-info h6 {
	color: #fff;
	margin: 2.7rem 0 1.7rem;
	line-height: 30px;
}

.each-info p {
	line-height: 24px;
	letter-spacing: 0.16px;
	color: rgba(255, 255, 255, 0.50);
	width: 100%;
	max-width: 34rem;
	margin: 0 auto;
}

/* ***over-ons-mid-sec*** */
.over-ons-mid-sec {
	padding: 10.8rem 0 1rem;
	background: #211D24;
}

.over-ons-mid-heading h2 {
	margin-bottom: 6.9rem;
}

.over-ons-mid-area {
	padding-bottom: 1.4rem;
}

.over-ons-mid-area table {
	width: 100%;
}

.over-ons-mid-area tr {
	display: flex;
	flex-wrap: wrap;
	column-gap: 7rem;
	margin-bottom: 7rem;
}

.over-ons-mid-area td {
	width: calc(33.33% - 5rem);
	position: relative;
}

.over-ons-mid-area td h6::after {
	content: '';
	position: absolute;
	background-image: url(../images/red-tick.svg);
	background-repeat: no-repeat;
	background-size: 1.8rem;
	left: 0;
	top: 0.6rem;
	height: 100%;
	width: 100%;
}

.over-ons-mid-area td h6 {
	padding-left: 2.5rem;
	margin-bottom: 2.5rem;
}

.over-ons-mid-area td p {
	margin-top: 2.2rem;
	line-height: 24px;
	letter-spacing: 0.16px;
}

.over-ons-mid-area td hr {
	height: 2px;
	background-color: rgba(255, 255, 255, 0.20);
	opacity: 1;
}

.each-info img {
	max-width: 4rem;
	width: 100%;
}

/* ****over-ons-slider**** */
.over-ons-slider {
	padding-top: 2rem;
	overflow: hidden;
	background: #F7FAF6;
}

.gallery-slider-img {
	height: 302px;
}

.gallery-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 1rem;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.gallery-slider-area .swiper-slide {
	height: auto;
}

.over-ons-gallery-slider-wrap {
	margin: 0 -10rem;
}

.gallery-slider-img {
	overflow: hidden;
	border-radius: 1rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.gallery-slider-img:hover img {
	transform: scale(1.1);
}

/* ***over-ons-bottom-slider*** */
.each-swiper-img {
	height: 53rem;
	border-radius: 1.5rem;
	overflow: hidden;
}

.each-swiper-info-box {
	background: #F7FAF6;
	position: absolute;
	width: calc(100% - 26px);
	padding: 2rem 1rem;
	bottom: 19px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	border-radius: 1.5rem;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-swiper {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.each-swiper-info-box h6 {
	font-family: 'LamaSansRegular';
}

.each-swiper:hover .each-swiper-info-box {
	background: #CE253D;
}

.each-swiper:hover .each-swiper-info-box h6 {
	color: #fff;
}

.each-swiper:hover .each-swiper-info-box p {
	color: #fff;
	opacity: 1;
}

.product-block.aanbod-dtl-product-block.over-ons {
	padding-bottom: 1rem !important;
	padding-top: 2rem !important;
}

.each-swiper-img img {
	height: 100%;
	object-fit: cover;
}

.over-ons-man-slider {
	position: relative;
	z-index: 2;
}

.each-swiper-info-box p{
	line-height: 140.5%;
	letter-spacing: 0.16px;
	margin-bottom: 0;
	height: auto;
}

.each-swiper-info-box h6{
	font-family: 'LamaSansRegular';
	line-height: 140.5%;
	letter-spacing: 0.2px;
	margin-bottom: .4rem !important;
}



/*****************aanbod-list***************/
/* ***aanbod-list-top-sec*** */
.aanbod-list-top-sec {
	background: #F7FAF6;
	padding-top: 5rem;
}

.aanbod-list-top-sec-left h6 {
	color: #1A171C;
}

.sorteren_op-filter label {
	color: #1A171C;
	text-transform: none;
	display: block;
	width: 100%;
	z-index: 2;
}

.sorteren_op-filter .form-check-input {
	display: none;
}

.sorteren_op-filter.aanbod-filter {
	width: calc(100% - 3rem);
	margin-left: auto;
}

.sorteren_op-filter.aanbod-filter .select-style {
	background: url(../images/black-arw.svg) #F7FAF6 no-repeat 90% center / 10px;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	color: #1A171C;
	padding: 0 2rem;
	padding-right: 4.2rem;
	z-index: 1;
	border: 1px solid rgba(26, 23, 28, 0.2);
	box-shadow: none;
	-webkit-box-shadow: none;
	width: 24rem;
}

.sorteren_op-filter label {
/*	width: 13%;*/
	font-size: 1.6rem;
}

.sorteren_op-filter .filter-content {
	background-color: #F7FAF6;
	border: 1px solid rgba(26, 23, 28, 0.2);
	border-top: 0;
	min-width: 24rem;
  	padding: 0rem 2rem 1.4rem;
}

.product-block.aanbod-dtl-product-block {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*.product-block.aanbod-dtl-product-block .table-area:hover h6{
	color: #fff;
}
.product-block.aanbod-dtl-product-block .table-area:hover h6 span{
	opacity: 1;
}
.product-block.aanbod-dtl-product-block .table-area:hover td{
	border-color: #fff;
}*/
/* ***aanbod-list-filter*** */
.aanbod-filter-sec {
	background-color: #1A171C;
	padding: 17.3rem 0 5.8rem;
	z-index: 1;
}

.filter-heading h4 {
	font-family: 'LamaSansMedium';
	margin: 7.5rem 0 3.4rem;
}

.aanbod-filter h6 {
	font-size: 1.6rem;
	margin-bottom: 1.4rem;
}

.select-style {
	width: 100%;
	height: 4.6rem;
	color: rgba(255, 255, 255, 0.50);
	font-family: 'LamaSansMedium';
	font-size: 1.4rem;
	border: 1px solid rgba(247, 250, 246, 0.50);
	border-radius: 5px;
	padding: 0 2rem;
	background: url(../images/filter-arrow.svg) #1A171C no-repeat 93% center/10px;
	appearance: none;
	line-height: 4.3rem;
	text-transform: none;
	box-shadow: 0px 1px 2px 0px rgba(26, 23, 28, 0.5);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(26, 23, 28, 0.5);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
	z-index: 2;
/**/
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
    
}

.select-style.show {
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
}

.filter-content {
	display: none;
	background-color: #1A171C;
	padding: 1rem 1rem 1.5rem;
	z-index: 3;
	border: 1px solid rgba(247, 250, 246, 0.50);
	border-top: 0;
	border-radius: 0 0 5px 5px;
	margin-top: -0.5rem !important;
	cursor: default;
	max-height: 30rem;
	overflow-y: auto;
}

.filter-content.show-div {
	display: block;
}

.filter-wrap label {
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 1rem;
	display: block;
	width: 100%;
	z-index: 2;
	font-family: 'LamaSansMedium';
	font-size: 1.4rem;
	cursor: pointer;
}

.filter-wrap label:last-child {
	margin-bottom: 0;
}

.filter-wrap label span {
	float: right;
  	color: #fff;
  	opacity: 0.5;
}

.filter-wrap .form-check-input {
	width: 1.6rem;
	height: 1.6rem;
	vertical-align: middle;
	margin-top: -0.3rem;
	margin-right: 0.8rem;
	box-shadow: none;
	border: 1px solid rgba(247, 250, 246, 0.50);
	background-color: transparent;
	border-radius: 5px;
}

.filter-wrap .form-check-input:checked {
	background-color: #CE253D;
	border-color: #CE253D;
}

.filter-wrap .color_box {
	background-color: Gray;
	height: 1.5rem;
	width: 1.5rem;
	margin-left: 1rem;
	margin-top: 0.3rem;
	border-radius: 0.3rem;
}

.aanbod-filter {
	margin-bottom: 2rem;
	width: 20%;
}

.model-filter .form-check-input {
	display: none;
}

.filter-search-btn {
	margin-top: 1rem;
}

.filter-search-btn::after {
	display: none;
}

.filter-search-btn img {
	width: 1.2rem;
	margin-right: 0.7rem;
	margin-top: -0.1rem;
}

.reset-btn.select-style {
	margin-left: 0;
	margin-right: auto;
}

.reset-btn.select-style {
	background: none;
	text-align: end;
	border: 0;
	padding: 0;
	margin-top: 0;
	text-transform: none;
	box-shadow: none;
}

.reset-btn a {
	font-size: 1.4rem;
	margin-right: 10px;
	color: rgba(255, 255, 255, 0.50);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.reset-btn a:hover {
	color: #fff;
}

.reset-btn img {
	width: 1.8rem;
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}

.auto-overview-tag .cross-btn {
	width: 18px;
	filter: brightness(0) invert(1);
}

.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: #fff;
	border-radius: 50px;
	background: transparent;
	border: 1px solid rgba(247, 250, 246, 0.50);
}

.auto-overview-tag:hover {
	background: #CE253D;
	border-color: #CE253D;
}

.auto-overview-tag,
.clear-filter {
	font-size: 1.45rem;
}

.filter-wrap {
	position: relative;
	z-index: 2;
}

.aanbod-filter-sec .col-xl-2 {
	padding: 0 10px;
}

.aanbod-filter-sec .circle-div {
	border-color: rgba(255, 255, 255, 0.30);
	top: 8rem;
	left: -13rem;
	opacity: 1;
}
/*******************bedankt*****************/
.bedankt-banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(231deg, rgba(26, 23, 28, 0.00) 17.3%, rgba(26, 23, 28, 0.65) 71.12%);
}

.bedankt-banner .banner-content h1 {
	margin-bottom: 0;
}

.bedankt-banner .banner-content h4 {
	margin: 3.5rem 0 7rem;
}

.bedankt-banner .banner-wrap {
	height: 850px;
}

.bedankt-banner .banner-wrap img {
	height: 100%;
	object-fit: cover;
}

/**********************popup***************************/
.modal-area .modal-dialog {
	max-width: 38%;
	margin: 10% auto 0;
}

.modal-area .modal {
	background-color: rgba(0, 0, 0, 0.42);
}

.popup-img {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	height: 122px;
}

.popup-img img {
	height: 100%;
	object-fit: cover;
}

.modal-area .modal-content {
	border: 0;
	background-color: #211D24;
	;
}

.popup-logo img {
	width: 229px;
}

.modal-area .popup-content {
	text-align: center;
	padding: 3.2rem 8rem 5rem;
	background-color: #211D24;
	;
}

.modal-area .popup-content p {
	margin: 3.5rem auto;
	max-width: 55rem;
	width: 100%;
	line-height: 24px;
}

/* ***********verkocht-list-top-sec*********** */
.verkocht-list-top-sec .circle-div {
	opacity: .15;
	top: -123%;
	z-index: 1;
}

.verkocht-list-top-sec .aanbod-list-top-sec-left {
	margin-bottom: 4.5rem;
}

.product-block.aanbod-dtl-product-block.verkocht .table-area {
	cursor: pointer;
}

/* ***********werkplaats-dtl************** */
.werkplaats-dtl-diensten-dtl-top-sec p {
	padding-bottom: 0rem;
}

.werkplaats-dtl-diensten-dtl-top-sec {
	padding-bottom: 4rem;
}

.werkplaats-dtl-diensten-dtl-top-sec .diensten-dtl-top-right td {
	vertical-align: top;
}

.werkplaats-dtl-diensten-dtl-top-sec td img {
	margin-right: 0.3rem;
	width: 18px;
}

.werkplaats-dtl-diensten-dtl-top-sec .diensten-dtl-top-right td p {
	margin-bottom: 0;
}

.form-sec.contact-form-sec .form-styl {
  color: #1A171C;
}
.aanbod-dtl-product-block .swiper{
	z-index: 2;
}

.each-filter .select-style {
    text-transform: capitalize;
}

.form-styl {
	z-index: 2;
    position: relative;
}
.form-label {
	z-index: 0;
}
.content-sec.diensten-dtl-content-sec p{
	position: relative;
	padding-left: 2.8rem;
}

.content-sec.diensten-dtl-content-sec p:after {
	position: absolute;
	content: "";
	background-image: url(../images/red-tick.svg);
	background-position: center;
	background-size: 16px;
	background-repeat: no-repeat;
	left: 0;
	top: -1px;
	height: 21px;
	width: 14px;
}



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


/****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 #fff;
    text-transform: uppercase;
}
.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, .form-2 {
    display: none;
    padding: 5rem 0;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.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;
  }


iframe.custom-zakelijk-lease-iframe {
    height: 900px;
}

.privacy_section, .error_page{
    padding-top: 14rem;
    padding-bottom: 5rem;
}
.form-1 .form-area, .form-2 .form-area{
    padding-top: 0;
}
.form-1 .form-styl:focus{
    color: #fff;
}
.form-1 .form-styl:placeholder {
    color: #fff;
    opacity: 1;
}
.form-1 .form-styl:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form-1 .form-styl::placeholder {
    color: #fff;
    opacity: 1;
}
.form-2 .form-styl:focus{
    color: #fff;
}
.form-2 .form-styl:placeholder {
    color: #fff;
    opacity: 1;
}
.form-2 .form-styl:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.form-2 .form-styl::placeholder {
    color: #fff;
    opacity: 1;
}

.lease-aanbod-list-top-sec {
    background: #F7FAF6;
    padding-top: 5rem;
}
.aanbod-list-top-sec-left iframe {
	height: 4000px;
}
#overview-voertuigsoort span {
    text-transform: capitalize;
}
.each-filter .cursor-pointer {
    text-transform: capitalize;
}
.contact-mid-box td{
	font-family: 'LamaSansMedium';
	line-height: 28px;
	letter-spacing: 0.2px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 2rem;
}
.contact-mid-box table {
	display: flex;
	justify-content: center;
}
.icon-img .person{
	width: 57px;
	height: 38px;
}
.icon-img .clock {
    width: 32.5px;
    height: 41.5px;
}


.close-img {
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: 1;
	font-size: 3rem;
	height: 54px;
	width: 54px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #141414;
	font-family: 'lama_sansregular';
	border-radius: 100%;
  }
  .kenteken-Error {
	color: #ff0000;
  }