@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'HelveticaNeueRegular';
	font-size: 1.6rem;
	color: #1E1B1B;
}
html {
  font-size: 62.5%;
  height: auto !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
.img-cover{
	height: 100%;
	object-fit: cover;
}
/*===========header==========*/
header{
	letter-spacing: 0.016rem;
}
.logo{
	/* max-width: 130px; */
	max-width: 170px;
}
header .calender-img{
	margin-top: -3px;
}
.header-btn{
	border-bottom: 1px solid #151B1F;
}
.menu-icon {
  width: 22px;
  height: 22px;
  z-index: 4;
}
.menu-icon div {
  width: 22px;
  height: 14px;
}
.menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color:#FFFFFF;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.menu-icon span:first-of-type {
  top: 0;
}
.menu-icon span:last-of-type {
  bottom: 0;
}
.menu-icon:hover span:first-of-type {
  width: 26px;
}
.menu-icon:hover span:last-of-type {
  width: 12px;
}
.menu-icon.active span:first-of-type{
  transform: rotate(45deg);
  top: 6px;
}
.menu-icon.active span:last-of-type{
  transform: rotate(-45deg);
  bottom: 6px;
}
.menu-icon.active span {
	background-color: #fff;
}
.menu-icon.active:hover span:first-of-type, .menu-icon.active:hover span:last-of-type{
  width: 22px;
}
.menu-items {
	background: #34495E;
}
.menu-items h5{
	font-family: 'HelveticaNeueRegular';
}
.menu-items h5 span{
	position: relative;
  top: -2px;
}
.menu-navigation ul{
	margin: auto;
	display: table;
}
header .contact-info{
	font-family: 'HelveticaNeueLight';
	color: rgba(255, 255, 255, 1);
}
header .contact-info a {
	color: rgba(255, 255, 255, 0.5);
}
header .contact-info a:hover {
	color: #05a0c7;
}
header table {
	color: rgba(255, 255, 255, 0.5);
}
header .social-icon img{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	opacity: .35;
}
/* width */
.menu-items::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.menu-items::-webkit-scrollbar-track {
  background: #1E1B1B; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.menu-items::-webkit-scrollbar-thumb {
  background: #1E1B1B; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.menu-items::-webkit-scrollbar-thumb:hover {
  background: #1E1B1B; 
}
.header-area a:hover{
	color:#43BFE7 !important;
}
.header-area.is-hidden {
	background:#34495E;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
/* .product-slider td,
.product-content .text-white h6,
.product-content .text-white h4{
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #1E1B1B;
} */
.menu-items a{
	
	width: fit-content;
}
.menu-navigation a:hover{
	color: #fff !important;
}
.menu-navigation {
	padding-left: 40px;
}
.header-area {
	background-color:#34495E;
    padding: 21px 0 !important;
}
/*=============main=============*/
main {
    margin-top: 117px;
}
.con-m{
	margin-top: 0px;
}
/*=============banner=============*/
.home-banner{
	height: 817px;
	/* position: relative; */
}
/* .home-banner::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
	z-index: 1;
} */
.banner-gradient{
	background-image: url(../images/gradient2.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: none;
}
.banner-gradient, .cmn-line{
	z-index: 1;
} 
.banner-content{
	max-width: 875px;
}
.home-banner .position-absolute.text-center{
	z-index: 2;
}
.banner-content .default-btn:not(:hover){
	border-color: #43BFE7;
  color: #FFFFFF;
  background: #43BFE7;
}
.left-line, .right-line{
	z-index: 1;
	background: rgba(255, 255, 255, 0.15);
	width: 2px;
}
.left-line{
	left: -8px;
}
.right-line{
	right: -8px;
}
/*=============marque==========*/
.marquee{
	font-family: 'HelveticaNeueMedium';
}
@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{
	margin: 0 25px;
	display: inline-block;
	line-height: 17.6px;
}
.marque-txt li span{
	margin-right: 8.5px;
	color:#43BFE7;
	position: relative;
	top: 0px;
}
/*=============product============*/
.product-block{
	border-top: 1px solid rgba(30, 27, 27, 0.05);
}
.sec-heading{
	padding: 80px 0 100px;
	--color-line: rgba(30, 27, 27, 0.05);
}
.sec-heading h5 {
	margin-bottom: 20px;
	color: #100F0F;
}
.sec-heading h2{
	line-height: 50px;
}
.sec-heading .default-btn:hover {
	background-color: #43BFE7;
	border-color: #43BFE7;
	color: #fff;
}
.border-div{
	background-position: top left 33.2% , top left 83.7%;
  background-image: linear-gradient(var(--color-line),var(--color-line)),linear-gradient(var(--color-line),var(--color-line));
	background-size: 1px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -1;
}
.product-content{
	background: #EBEDEF; 
  padding: 0 5%;
  color: #151B1F;
  border: 1px solid rgba(30, 27, 27, 0.25);
}
.product-content h4 {
	height: 1lh;
	overflow: hidden;
}
.product-content hr{
	background: #151B1F;
	opacity: .4;
	height: 1.5px;
}
.product-slider td{
	font-size: 1.8rem;
	vertical-align: top;
}
.icon-img{
	max-width: 60px;
  transform: rotate(14deg);
}
.product-content li {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 8.5px 0;
}
.product-content td img{
	margin-top: -4px;
	margin-right: 8px;
}
.product-content h6 {
	height: 1lh;
	overflow: hidden;
}
.product-block .circle-btn:before, 
.product-block .cmn-swiper-btn:before {
	filter: invert(0);
}
.product-slider .cmn-swiper-btn:hover img {
	filter: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(7029%) hue-rotate(175deg) brightness(104%) contrast(104%) !important;
	-webkit-filter: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(7029%) hue-rotate(175deg) brightness(104%) contrast(104%) !important;
}
/*===========home-service===========*/
.service-block, footer, .service-block .default-btn:not(:hover){
	background: #34495E;
}
.service-block {
	z-index: 0;
	padding: 50px 0 16px !important;
}
.service-block h2{
	margin-top: 22px;
	font-family: 'HelveticaNeueRegular';
}
.service-slide{
	border-top: 1px solid rgba(67, 191, 231, 0.34);
}
.service-slide .default-btn:not(:hover){
	border-color: #43BFE7;
	color: #fff;
}
.service-slide .default-btn:hover {
	background-color: #43BFE7;
	border-color: #43BFE7;
}
.service-slide .default-btn{
	margin-top: -23px;
	z-index: 2;
	line-height: 22.48px;
}
.service-slide .swiper a{
	color: inherit;
	max-width: 280px;
}
.service-slide .swiper{
	margin-top: -23px;
}
.service-slide .cmn-swiper-btn:hover img {
	filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(6662%) hue-rotate(355deg) brightness(90%) contrast(97%);
}
.each-service{
	padding: 100px 5% 70px;
}
.service-img{
	height: 346px; 
	margin-top: 17px;
}
.service-img .position-relative {
	overflow: hidden;
	border-radius: 10px;
}
.overlay{
	opacity: 0;
	background: linear-gradient(0deg, rgba(30, 27, 27, 0.60) 0%, rgba(30, 27, 27, 0.60) 100%);
}
.each-service h5{
	margin-bottom: 15px;
	/* color: rgba(255, 255, 255, 0.47); */
	font-family: 'HelveticaNeueRegular';
}
.overlay, .each-service h5, .each-service p{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service:before, .service-slide .swiper-slide-active .each-service:after, .circle-btn:before, .cmn-swiper-btn:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.each-service:before{
	left: auto;
	right: 0;
}
.each-service:before, .service-slide .swiper-slide-active .each-service:after{
	width: 1.5px;
	height: 100%;
	background-image: url(../images/line.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.each-service a:hover .circle-btn img, .cmn-swiper-btn img{
	filter: brightness(0) saturate(100%) invert(57%) sepia(64%) saturate(440%) hue-rotate(148deg) brightness(103%) contrast(91%);
	-webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(64%) saturate(440%) hue-rotate(148deg) brightness(103%) contrast(91%);
}
.circle-btn:before, .cmn-swiper-btn:before{
	background: url(../images/arw.svg) no-repeat center / contain;
	width: 19px;
	height: 19px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.circle-btn:before{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.service-slide .cmn-swiper-btn{
	top: 0;
	display: none;
}
.service-slide .cmn-swiper-btn.swiper-button-next{
	right: 45px;
}
.service-slide .cmn-swiper-btn.swiper-button-prev{
	left: 45px;
}
.cmn-swiper-btn.swiper-button-prev:before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.each-service:hover h5{
	color: #43BFE7;
}
/*===========content-block=======.===*/
.each-content .position-relative{
	margin-left: 60px;
}
.content-block .position-absolute{
	z-index: -1;
}
.content-block {
	margin-top: 33px;
	margin-bottom: 36px;
}
.content-block h2{
	line-height: 50px;
	margin-bottom: 40px;
}
.content-block p{
	line-height: 24px;
	max-width: 540px;
    width: 100%;
    margin-bottom: 30px;
}
.content-block .default-btn:hover {
	background-color: #43BFE7;
	border-color: #43BFE7;
	color: #fff;
}
.content-block p .d-block{
	max-width: 604px;
}
.each-content .position-relative:before{
	position: absolute;
	top: 5px;
	left: -60px;
	width: 30px;
	height: 30px;
	content: '';
	background: url(../images/icon.svg) no-repeat center / contain;
	pointer-events: none;
}
.each-content .position-relative.collapsed:before{
	background: url(../images/icon2.svg) no-repeat center / contain;
}
.each-content h5{
	line-height: 37.92px;
	letter-spacing: 0.48px;
}
.img-div{
	max-width: 570px;
}
.middle-img{
	height: 240px;
	width: 566px;
}
.small-img{
	height: 150px;
}
/* %%%%%%%%%%%%% review-block %%%%%%%%%%% */
.review-block{
	position: relative;
}
.review-block::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	border-radius: 1645px;
	background: rgba(52, 73, 94, 0.05);
	filter: blur(178.10000610351562px);
}
/*===============footer==============*/
footer{
	font-family: 'HelveticaNeueLight';
}
footer h2{
	font-family: 'HelveticaNeueRegular';
	line-height: 56px;
}
.whatsapp-btn {
  height: 80px;
  max-width: 270px;
  border-radius: 41.5px;
  background: rgba(37, 211, 102, 0.30);
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 40px !important;
  margin-bottom: 60px;
}
.whatsapp-btn img {
  width: 64px;
}
.whatsapp-btn span {
  font-family: 'HelveticaNeueRegular';
}
.bovag{
	max-width: 158px;
}
.privacy, .privacy a{
	color: rgba(255, 255, 255, 0.67); 
}
.privacy {
	margin-top: 60px;
}
footer a.text-white:not(.whatsapp-btn):hover, .privacy .text-lg-start a:hover{
	text-decoration: underline;
}
.whatsapp-btn, .contact-detail span.d-block{
	font-family: 'HelveticaNeueMedium';
}
footer table {
	max-width: 228px;
}
footer td{
	vertical-align: top;
	padding-bottom: 2.5px;
}
footer td:nth-child(even){
	padding-left: 6px;
	/* width: 60%; */
}
.contact-detail {
	margin-top: 300px;
}
.contact-detail .ps-lg-5 {
	padding-left: 0 !important;
}
.line{
	background: rgba(255, 255, 255, 0.34);;
}
footer .col-lg-6.text-lg-end.text-center img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
footer .col-lg-6.text-lg-end.text-center a:hover{
	filter: brightness(0) saturate(100%) invert(99%) brightness(103%) contrast(98%);
	-webkit-filter: brightness(0) saturate(100%) invert(99%) brightness(103%) contrast(98%);
}
.whatsapp-btn span{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.whatsapp-btn:hover span{
	text-decoration: underline;
}
.insta-block .swiper-slide  img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.insta-block .swiper-slide{
	overflow: hidden;
}
.insta-block .swiper-slide:hover  img{
	transform: scale(1.1);
}
.contact-detail .pb-5 {
	padding-left:  0 !important;
}
.form-btm.contact-detail .row .col-md-3:first-child .ps-xl-4{
	padding-left: 8px !important;
}
/*******************************diensten-list**************************** */
/****inner-banner****/
.home-banner.inner-banner{
	height: 500px;
	position: relative;
}
.home-banner.inner-banner img {
    height: 100%;
    object-fit: cover;
}
.home-banner.inner-banner .pb-lg-5 {
	padding-bottom: 99px !important;
}
.home-banner.inner-banner::before{
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}
/* .home-banner.inner-banner::after{
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(90deg, rgba(145, 145, 145, 0.15) 0%, rgba(0, 0, 0, 0.00) 46%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
} */
/****diensten-list-top-content****/
.diensten-list-top-content{
	border-top: 1px solid rgba(30, 27, 27, 0.05);
	border-bottom: 1px solid rgba(30, 27, 27, 0.05);
}
.diensten-list-top-content .border-div {
    background-position: top left 50%;
}
.diensten-list-top-content .sec-heading {
    padding: 90px 0 80px;
}
.diensten-list-left-content strong {
    font-weight: normal;
    color:#43BFE7;
}
.diensten-list-right-content {
    padding-left: 110px;
}
.each-diensten-list-img {
    max-width: 583px;
    height: 346px;
    overflow: hidden;
	margin-left: 50px;
	padding-right: 10px;
}
.each-diensten-list-img img{
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.each-diensten-list-content {
    padding-top: 35px;
	margin-bottom: 40px;
}
.each-diensten-list-content h4 {
    margin-bottom: 37px;
	font-family: 'HelveticaNeueRegular';
}
.each-diensten-list-content p {
    width: 100%;
    max-width: 570px;
	margin-bottom: 48px;
	color: #181716;
	line-height: 24px;
}
.each-diensten-list{
	position: relative;
}
.each-diensten-list::after{
	height: 1px;
    width: 500vh;
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    background-color: rgba(30, 27, 27, 0.08);
}
.each-diensten-list .sec-heading p {
    max-width: 660px;
    margin: 0;
    padding: 0;
}
.diensten-list-area{
	overflow: hidden;
	margin-bottom: 80px;
}
.diensten-list-top-content .sec-heading p {
	max-width: 530px;
	margin: 0;
	margin-right: 0;
	margin-left: auto;
	padding: 0;
	line-height: 25.28px;
}
.each-diensten-list{
	border-right: 1px solid rgba(30, 27, 27, 0.05);
	padding: 36px 0;
}
.each-diensten-list:nth-child(even){
	border-right: 0;
	border-left: 1px solid rgba(30, 27, 27, 0.05);
}
.each-diensten-list:nth-child(even) .each-diensten-list-img{
	margin-left: 81px;
  	max-width: 594px;
}
.each-diensten-list:nth-child(even) .each-diensten-list-content {
    padding-left: 69px;
}
.each-diensten-list-btn {
    height: 57px;
    width: 57px;
}
.each-diensten-list-btn img {
    height: 100%;
}
.each-diensten-list-content{
	position: relative;
}
.each-diensten-list-btn img{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.blk-btn {
	opacity: 1;
}
.violet-btn {
	opacity: 0;
}
.each-diensten-list:hover .blk-btn{
	opacity: 0;
}
.each-diensten-list:hover .violet-btn{
	opacity: 1;
}
.each-diensten-list:nth-child(even) .each-diensten-list-btn img{
	left: 60px;
}
.each-diensten-list a:hover h4{
	color: #1E1B1B;
}
.each-diensten-list a:hover h4{
	color: #181716;
}
/*******************************Financiering-Lease*****************************/
/****dtl-header-area****/
.dtl-header-area {
	/* background-color:#FFFFFF; */
	border-color: rgba(21, 27, 31, 0.20);
}
.dtl-header-area .container{
	position: relative;
}
.dtl-header-area .container:before, .dtl-header-area .container:after{
	position: absolute;
  	top: -30px;
	width: 2px;
  	content: '';
  	height: calc(100% + 60px);
  	opacity: .3;
  	z-index: 2;
}
.dtl-header-area .container:before{
	border-left: 1px solid #fff;
  	left: -8px;
}
.dtl-header-area .container:after{
	border-right: 1px solid #fff;
  	right: -8px;
}
/****back-page-btn-sec****/
.back-page-btn-sec {
    margin-top: 180px;
    position: relative;
    top: 30px;
}
.back-page-btn a {
    position: relative;
}
.back-page-btn a:hover{
	color: #1E1B1B;
	text-decoration: underline;
}
.back-page-btn img {
	transform: rotate(367deg);
    margin-right: 10px;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
    margin-top: -30px;
    margin-bottom: 124px;
}
.diensten-dtl-top-img {
	border-radius: 10px;
	overflow: hidden;
	height: 513px;
}
.diensten-dtl-top-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.diensten-dtl-top-content {
	padding-right: 130px;
    margin-top: 110px;
}
.diensten-dtl-top-content p {
	/* font-family: 'open_sansregular'; */
    color: #0A1520;
    margin-top: 20px;
    line-height: 25.28px;
}
/****dtl-mid-blk****/
.dtl-mid-blk{
	margin: 148px 0;
}
.dtl-mid-blk-img{
	height: 100%;
	padding-right: 20px;
}
.dtl-mid-blk-img img{
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	border-radius: 10px;
}
.dtl-mid-blk-heading h2 span{
	display: block;
}
.dtl-mid-blk-content{
	display: flex;
    column-gap: 30px;
    align-items: flex-end;
	margin-top: 20px;
}
.each-dtl-mid-blk{
	width: 100%;
	max-width: 30%;
	border-radius: 10px;
	overflow: hidden;
	background-color:#F1F1F1;
	border: 1px solid rgba(30, 27, 27, .26);
	padding: 30px;
	min-height: 345px;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.each-dtl-mid-blk:first-child{
	max-width: 40%;
	min-height: 256px;
}
.each-dtl-mid-blk h2{
	font-family: 'helvetica_neuebold';
	margin-bottom: 8px;
	color: rgba(30, 27, 27, 0.06);
}
.each-dtl-mid-blk h5{
	margin-bottom: 18px;
}
/****form-sec****/
.form-sec {
	/* padding-bottom: 130px; */
	padding-bottom: 0;
	background-color:#34495E;
}
.form-sec .form-part {
	padding-top: 145px;
}
.form-heading h2 {
	color: #fff;
	font-family: 'HelveticaNeueRegular';
}
.form-heading p {
	color: #fff;
	max-width: 670px;
	width: 100%;
	margin: 33px 0 95px;
}
.form-sec .form-group label {
    font-size: 1.4rem;
    color: #fff;
	font-family: 'HelveticaNeueRegular';
    margin-bottom: 14px;
}
.form-sec .form-group label span {
	color:#43BFE7; /*#FCE6A4*/
}
.form-sec .form-group {
    margin-bottom: 30px;
}
.form-sec .form-styl {
	resize: none;
	border: 1px solid rgba(24, 23, 22, 0.25);
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(24, 23, 22, 0.5);
    border-radius: 10px;
    font-size: 1.4rem;
    color: #181716;
	padding: 18px 28px;
	font-family: 'HelveticaNeueRegular';
}
.form-sec .form-styl:focus {
    border: 1px solid #181716;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(24, 23, 22, 0.5);
}
.form-sec .form-styl:placeholder {
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.form-sec .form-styl:-ms-input-placeholder {
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.form-sec .form-styl::placeholder {
    color: rgba(24, 23, 22, 0.5);
    opacity: 1;
}
.form-sec .form-styl:focus:-ms-input-placeholder{
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.form-sec .form-styl:focus::placeholder{
	color: rgba(24, 23, 22, 0.5);
	opacity: 1;
}
.form-sec .form-styl.foto_upload{
	color: rgba(24, 23, 22, 0.5);
}
.form-sec textarea.form-styl {
	min-height: 147px;
}
.form-btn .default-btn {
	background-color:#43BFE7;
	border-color:#43BFE7;
	color: #fff;
}
.form-btn .default-btn:hover {
	background-color:#fff;
	border-color: #000;
	color: #000;
}
.form-img {
	margin-top: 60px;
	height: 589px;
    padding-left: 60px;
    position: relative;
    z-index: 1;
}
.form-img img {
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
	object-position: top;
}
.form-sec hr {
	background-color: transparent;
    opacity: 0;
    margin: 40px 0 30px;
}
.form-btm.contact-detail {
    margin-top: 0;
}
.form-btm.contact-detail span.d-block {
    color: #fff;
}
.form-btm.contact-detail {
	color: #fff;
	padding: 0 80px;
}
.form-btm.contact-detail a,
.form-btm.contact-detail tr {
	font-family: 'HelveticaNeueLight';
}
.form-btm.contact-detail a:hover{
	text-decoration: underline;
}
.form-btm ul {
	display: flex;
	column-gap: 10px;
	justify-content: end;
}
.form-border ul {
	display: flex;
    height: calc(100% - 30px);
    position: absolute;
    justify-content: space-between;
    left: 0;
    top: 0;
    width: 100%;
	pointer-events: none;
}
.form-border li {
	background-image: linear-gradient(to bottom, rgba(30, 115, 190, 0.34) , rgba(30, 27, 27, 0.34));
	width: 1px;
}
.form-wrap {
	position: relative;
	padding: 0 80px;
	overflow: hidden;
}
.form-heading p,
.form-main {
	position: relative;
}
.form-heading p::after {
	content: '';
	position: absolute;
	left: -13%;
	bottom: -60px;
	height: 1px;
	width: 100vw;
	border-top: 1px solid rgba(30, 115, 190, 0.34);
}
.form-main::after {
	content: '';
	position: absolute;
	left: -13%;
	bottom: -40px;
	height: 1px;
	width: 100vw;
	background-color: rgba(30, 115, 190, 0.1);
}
.form-heading, 
.form-main {
	margin-right: 40px;
}
.form-btn {
	margin-bottom: 20px;
}
.form-mobile-heading {
	text-align: center;
	display: none;
}
.form-mobile-heading h5 {
	margin-bottom: 20px;
}
.form-mobile-heading h5,
.form-mobile-heading p {
	color: #fff;
}
.form-btm.contact-detail .col-md-3 {
	width: auto;
}
.form-btm.contact-detail .row {
	justify-content: space-between;
}
/* .contact-detail .col-md-4{
	width: max-content;
} */
.contact-detail .row{
	justify-content: space-between;
}
/****dtl-btm-slider-area****/
.dtl-btm-slider-area{
	padding-bottom: 147px;
	padding-top: 100px;
	overflow-x: clip;
}
.dtl-btm-slider-area h2 strong {
	color: #43BFE7;
	font-weight: normal;
}
.dtl-btm-slider-area .sec-line{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}
.each-dtl-btm-slider img{
	height: 315px;
	object-fit: cover;
}
.each-dtl-btm-slider {
	overflow: hidden;
	border-radius: 10px;
}
.each-dtl-btm-slider:hover img {
	transform: scale(1.1);
}
.each-dtl-btm-slider img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-dtl-btm-slider{
	position: relative;
}
.each-dtl-btm-slider::after {
	position: absolute;
    left: 0;
    top: 0;
	height: 100%;
	width: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(67, 191, 231, 0.20) 0%, rgba(67, 191, 231, 0.20) 100%);
    border-radius: 10px;
	opacity: 1;
	transition: all 0.5s;
}
.each-dtl-btm-slider:hover::after {
	opacity: 0;
}
.dtl-btm-slider-area .swiper{
	margin-top: 73px;
}
.dtl-btm-slider-area h2{
	text-align: center;
}
.dtl-btm-slide-content{
	position: absolute;
	bottom: 0;
	padding: 36px;
	width: 100%;
	z-index: 1;
}
.dtl-btm-slide-content h4 {
	font-family: 'HelveticaNeueRegular';
}
.dtl-btm-slide-content h4{
	font-family: 'HelveticaNeueRegular';
	display: block;
	color: #fff;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.dtl-btm-slide-content h4::after{
	position: absolute;
	content: "";
	right: 0;
	bottom: -5px;
	background-image: url(../images/yellow-arrow.svg);
	width: 52px;
	height: 52px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.dtl-btm-slider{
	/* margin-right: -300px;
	margin-left: -500px; */
	position: relative;
	z-index: 1;
}
/* .dtl-btm-slider::after,
.dtl-btm-slider::before{
	position: absolute;
	left: 4.5%;
	top: 0;
	content: "";
	background-image: linear-gradient(to right,rgba(255, 255, 255, 0), rgba(63, 0, 102, 1));
	width: 20%;
	height: 100%;
	z-index: 2;
	border-radius: 10px;
}
.dtl-btm-slider::before {
	background-image: linear-gradient(to left,rgba(255, 255, 255, 0.13), rgba(63, 0, 102, 1));
}
.dtl-btm-slider::after{
	right: 4.5%;
	left: auto;
} */
.dtl-btm-slider-area .common-arrow{
	top: 60%;
	display: none;
}
.dtl-btm-slider-area .swiper-button-next {
	right: 50px;
}
.dtl-btm-slider-area .swiper-button-prev {
	left: 50px;
}
/*******************************contact*****************************/
/****contact-banner****/
.home-banner.inner-banner.contact-banner::after,
.home-banner.inner-banner.contact-banner::before {
	display: block;
}
.contact-banner::before {
	display: none !important;
}
.home-banner.inner-banner.contact-banner::before {
	background: linear-gradient(0deg, rgba(21, 27, 31, 0.00) 0%, rgba(255, 255, 255, 0.30) 100%);
    z-index: 1;
    height: 28%;
}
.home-banner.inner-banner.contact-banner {
    height: auto;
}
.map {
	height: 450px;
}
/****contact-form-sec****/
.contact-form-sec {
	background-color: #fff;
	padding-bottom: 80px;
}
.contact-form-sec .form-heading h2 {
	color: #1E1B1B;
}
.contact-form-sec .form-heading p {
	color: #1E1B1B;
	line-height: 24px;
}
.contact-form-sec .form-heading p::after {
	border-color: rgba(210, 210, 210, 0.29);
}
.contact-form-sec .form-main::after {
	background-color: rgba(185, 185, 185, 0.29);
}
.contact-form-sec .form-border li {
	background-image: linear-gradient(to bottom, rgba(210, 210, 210, 0.34), rgba(255, 252, 252, 0.34));
}
.form-sec.contact-form-sec .form-group label {
    color: #1E1B1B;
	margin-bottom: 8px;
}
.form-sec.contact-form-sec .form-styl {
	/* border: 1px solid #151B1F; */
	background: #fff;
    color: #1E1B1B;
	box-shadow: none;
}
.form-sec.contact-form-sec .form-styl:focus {
    border: 1px solid #1E1B1B;
	background: #fff;
	box-shadow: none;
	color: #1E1B1B;
}
.form-sec.contact-form-sec .form-styl:placeholder {
	color: rgba(24, 23, 22, 0.5);
}
.form-sec.contact-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(24, 23, 22, 0.5);
}
.form-sec.contact-form-sec .form-styl::placeholder {
    color: rgba(24, 23, 22, 0.5);
}
.form-sec.contact-form-sec .form-styl:focus:-ms-input-placeholder{
	color: rgba(24, 23, 22, 0.5);
}
.form-sec.contact-form-sec .form-styl:focus::placeholder{
	color: rgba(24, 23, 22, 0.5);
}
.form-sec.contact-form-sec .form-btn .default-btn {
    background-color:#43BFE7;
    border-color: #43BFE7;
    color: #fff;
}
.form-sec.contact-form-sec .form-btn .default-btn:hover {
	background-color:transparent;
	border-color:#181717;
	color: #0c0c0c;
}
.form-sec.contact-form-sec .form-btm.contact-detail a, 
.form-sec.contact-form-sec .form-btm.contact-detail tr {
    color: #1E1B1B !important;
}
.contact-form-sec .form-btm.contact-detail span.d-block {
    color: #1E1B1B;
}
.contact-form-sec {
    border-top: 1px solid rgba(30, 27, 27, 0.05);
}
.contact-form-sec .form-wrap{
	overflow: visible;
}
.contact-form-sec{
	overflow: hidden;
}
.form-sec.contact-form-sec .form-btm.contact-detail a :hover{
	filter: brightness(0);
	-webkit-filter: brightness(0);
}
.contact-form-sec .form-part {
	padding-top: 90px;
}
/*******************************over-ons*****************************/
/****over-ons-top****/
.over-ons-top{
	padding: 94px 0 148px;
}
.over-ons-top .sec-line{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	width: 100%;
	pointer-events: none;
}
.over-ons-top-wrap{
	position: relative;
	z-index: 1;
}
.over-ons-top-img{
	display: flex;
	column-gap: 48px;
	justify-content: space-between;
	padding-left: 0;
}
.over-ons-top-content{
	max-width: 619px;
	width: 100%;
	padding-right: 30px;
}
.over-ons-top-content h2{
	margin-bottom: 60px;
}
.over-ons-top-content h2 span{
	display: block;
}
.over-ons-top-content p {
	line-height: 25.28px;
}
.over-ons-top-left-area {
    max-width: 42%;
	width: 100%;
}
.over-ons-top-right-image{
	max-width: 55%;
	width: 100%;
}
.over-ons-top-right-image img{
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-top-left-image img{
	min-height: 330px;
	border-radius: 10px;
	overflow: hidden;
}
.over-ons-top-counting{
	margin-top: 27px;
	display: flex;
	justify-content: center;
	padding: 43px 20px;
	column-gap: 25px;
	align-items: center;
	border-radius: 10px;
	background: linear-gradient(131deg, #43BFE7 9.67%, #075C77 90.33%);
	overflow: hidden;
}
.over-ons-top-counting h4{
	font-family: 'helvetica_neuebold';
}
.over-ons-top-counting p,
.over-ons-top-counting h4{
	color: #fff;
}
.over-ons-top-counting p{
	font-weight: 400;
}
/****over-ons-accordian-sec****/
.over-ons-accordian-sec{
	background-color:#34495E;
	position: relative;
	padding: 107px 0;
	overflow: hidden;
}
.over-ons-accordian-sec .container {
	position: relative;
}
.over-ons-accordian-sec .container::after {
    content: '';
    position: absolute;
    left: 7px;
    top: -105px;
    height: calc(100% + 210px);
    width: 1px;
    background-color: #43BFE7;
	opacity: 0.3;
}
.over-ons-accordian-sec .container::before {
    content: '';
    position: absolute;
    right: 7px;
    top: -105px;
    height: calc(100% + 210px);
    width: 1px;
    background-color: #43BFE7;
	opacity: 0.3;
}
.over-ons-accordian-wrap{
	position: relative;
	z-index: 1;
}
.over-ons-accordian-sec .sec-line{
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	/* width: 100%; */
	pointer-events: none;
	height: 100%;
}
.over-ons-accordian-sec .sec-line img{
	height: 100%;
}
.over-ons-accordian-img{
	padding-right: 36px;
}
.over-ons-accordian-img img{
	border-radius: 10px;
	overflow: hidden;
}
.about-accordion{
	display: flex;
	column-gap: 53px;
	padding-left: 75px;
	height: 100%;
}
.about-accordion .accordion{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.about-accordion .about-accordion-img{
	max-width: 188px;
	width: 100%;
	margin-top: auto;
	border-radius: 10px;
	overflow: hidden;
}
.about-accordion .accordion-button{
	border: none;
	font-size: 2.4rem;
	font-family: 'HelveticaNeueRegular';
	line-height: 38px;
	color: #FFF;
	background-color: transparent;
	border-radius: 0 !important;
	padding: 0;
}
.about-accordion .accordion-item{
	border: none;
	background-color: transparent;
	padding: 22px 0;
	position: relative;
}
.about-accordion .accordion-item::after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(130,83,196,0.17) 0%,rgba(130,77,196,0.17) 100%);
	width: 100%;
	height: 1px;
}
.about-accordion .accordion-button::after{
	filter: invert(1);
}
.about-accordion .accordion-button:not(.collapsed)::after{
	filter: brightness(0) invert(1);
}
.about-accordion .accordion-button:focus{
	box-shadow: none;
}
.about-accordion .accordion-body p{
	color: #fff;
}
.accordion-body{
	padding: 24px 0 0;
}
/****over-ons-man****/
.over-ons-man{
	margin-top: 75px;
	margin-bottom: 148px;
}
.over-ons-man-info {
	margin-top: 0;
}
.over-ons-man-info-title h2 {
	color: #0A1520;
}
.over-ons-man-info-title h2 span{
	display: block;
}
.over-ons-man-info-title{
	margin-bottom: 50px;
}
.over-ons-slider-left .swiper{
	max-width: 309px;
}
.over-ons-man-info h6{
	margin-bottom: 48px;
	font-size: 1.6rem;
	font-family: 'HelveticaNeueRegular';
	margin-top: 10px;
}
.over-ons-slider-left .common-arrow{
	position: relative;
	width: 44px;
	height: 44px;
}
.over-ons-slider-left .common-arrow::before {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-border.png);
    background-size: 44px;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.over-ons-slider-left .swiper-button-prev{
	left: 0;
}
.over-ons-slider-left .swiper-button-next{
	right: 0;
}
.over-ons-slider-nav{
	margin-top: 85px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.over-ons-slider-left .common-arrow:hover::before{
	background-image: url("../images/arrow-hover.png");
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.over-ons-slider-left .common-arrow img{
	position: relative;
	z-index: 1;
	width: 18px;
}
.each-over-ons-slide{
	height: 620px;
}
.each-over-ons-slide img{
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.each-over-ons-slide{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.each-over-ons-slide::after{
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(89deg, rgba(63, 0, 102, 0.35) 1.1%, #43BFE7 98.9%);
}
.over-ons-slider .swiper-slide.swiper-slide-active .each-over-ons-slide::after{
	display: none;
}
.over-ons-slider{
	position: absolute;
	right: 0;
	max-width: 55.5%;
}
/*******************************aanbod-list*****************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
	background-color: #fff;
	padding: 88px 0 0;
	/* overflow: hidden; */
}
.aanbod-filter-sec .container{
	position: relative;
}
.aanbod-filter-sec .container::before{
	position: absolute;
	content: "";
    top: -32%;
    width: 2px;
    height: calc(100% + 297px);
    opacity: 1;
    z-index: 2;
    border-left: 1px solid #F4F4F4;
    left: -8px;
	right: auto;
    transform: translateY(-50%);
	display: block;
}
.aanbod-filter-sec .container::after{
	position: absolute;
    top: -32%;
    width: 2px;
    content: '';
    border-left: 1px solid #F4F4F4;
    right: -9px;
	height: calc(100% + 297px);
    opacity: 1;
    z-index: 2;
    transform: translateY(-50%);
}
.filter-main-wrap {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
}
.filter-main-wrap .filter-main-row {
	width: 84%;
	row-gap: 9px;
}
.filter-left h6 {
	color: #1E1B1B;
	font-size: 2.4rem;
}
.select-style {
	width: 100%;
    height: 50px;
    color: #1E1B1B;
    font-family: 'HelveticaNeueRegular';
    font-size: 1.6rem;
    border: 1px solid #1E1B1B;
    border-radius: 5px;
    padding: 0 30px 0 14px;
    background: url(../images/filter-arrow.svg) #fff no-repeat 94% center/10px;
    appearance: none;
    line-height: 50px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.select-style option{
	font-family: arial;
}
.filter-heading {
	margin-bottom: 20px;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 98;
    border: 1px solid #1E1B1B;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
	max-height: 250px;
    overflow-y: auto;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #1E1B1B;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
	font-family: 'HelveticaNeueRegular';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #1E1B1B;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid #1E1B1B;
    background-color: #fff;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color:#43BFE7;
    border-color:#43BFE7;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 15px;
    width: 15px;
    margin-left: 10px;
	margin-top: 3px;
    border-radius: 3px;
}
.auto-overview-tag {
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    border-radius: 5px;
    background-color:#43BFE7;
    font-family: 'HelveticaNeueRegular';
    font-size: 1.6rem;
	border: 1px solid#43BFE7;
}
.auto-overview-tag-content {
	margin-right: 5px;
}
.cross-btn {
    width: 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.clear-filter-main {
	padding-left: 0;
}
.auto-overview-tag:hover {
	background-color: #fff;
	color: #1E1B1B;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1);
	-webkit-filter: invert(1);
}
.aanbod-filter {
	width: 18%;
	position: relative;
	/* z-index: 100; */
}
.filter-reset {
	margin-top: 0;
}
.filter-reset  .default-btn {
	padding: 12px 20px;
	background-color: #43BFE7;
	border-color:#43BFE7;
	color: #fff;
}
.filter-reset  .default-btn:hover {
	background-color: transparent;
	border-color: #1E1B1B;
	color: #1E1B1B;
}
.filter-reset a {
	color: #1E1B1B;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.mobile-filter-close span {
    max-width: 32px;
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    border: 1px solid #1E1B1B;
}
.mobile-filter-close span img {
	width: 12px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.mobile-filter-close h5 {
	color: #1E1B1B;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #43BFE7;
	border-color:#43BFE7;
	color: #fff;
	padding: 10px;
	border-radius: 50px;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color:#36a8ce;
	border-color: #36a8ce;
	color: #fff;
}
.filter-reset a:hover img {
	filter: invert(27%) sepia(14%) saturate(538%) hue-rotate(10deg) brightness(85%) contrast(93%);
	-webkit-filter: invert(27%) sepia(14%) saturate(538%) hue-rotate(10deg) brightness(85%) contrast(93%);
}
.cursor-pointer {
	cursor: pointer;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 92px;
    background: #34495E;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 5%;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #1E1B1B;
	border-radius: 100%;
	color: #fff;
	margin-left: 5px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-show-filter .common-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #121212;
	border-color: #fff;
	padding: 7.5px 20px;
	border-radius: 20px;
	cursor: pointer;
}
.total-car h5 {
	color: #1E1B1B;
}
.total-car h5 span {
	font-size: 2rem;
}
.sorteren_op-filter {
	width: 200px;
}
/****aanbod-list****/
.aanbod-list{
    padding: 110px 0 80px;
}
.each-aanbod-list{
	height: 100%;
}
.each-aanbod-list a{
	display: block;
	height: 100%;
}
.each-aanbod-list .row{
	height: 100%;
}
.each-aanbod-list .col-xxl-5.col-md-6{
	height: 100%;
}
.each-aanbod-list-img{
    border-radius: 10px;
    overflow: hidden;
	height: 100%;
}
.each-aanbod-list-img img {
    height: 100%;
    object-fit: cover;}
.each-aanbod-list a:hover {
	color: #1E1B1B;
}
.each-aanbod-list-content-btm table{
    width: 100%;
}
.each-aanbod-list-content-btm td {
    width: 49%;
    color: #1E1B1B;
    display: inline-block;
    vertical-align: top;
    word-break: break-all;
    font-size: 1.4rem;
}
/*.each-aanbod-list-content-btm td img {
    width: 12px;
  	margin-right: 4px;
  	margin-top: -3px;
}*/
.each-aanbod-list-content-btm td img {
    width: 12px;
    margin-right: 4px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    top: 4px;
}
.each-aanbod-list-content-btm p{
    font-family: 'HelveticaNeueRegular';
	margin-bottom: 5px;
	text-align: right;
	font-size: 1.5rem;
	letter-spacing: normal;
}
.each-aanbod-list-content-btm p span {
    font-family: 'HelveticaNeueMedium';
    font-size: 1.8rem;
}
.each-aanbod-list-content{
    border-radius: 10px;
    height: 100%;
    border: 1px solid rgba(30, 27, 27, 0.26);
    background:#EBEDEF;
    padding: 15px 15px;
    position: relative;
}
.each-aanbod-list-content-top h3, .each-aanbod-list-content-top p{
	margin-right: 40px;
}
.each-aanbod-list-content-top h6 {
    font-family: 'HelveticaNeueMedium';
    margin-bottom: 5px;
    height: 36px;
    overflow: hidden;
    font-size: 2.5rem;
	padding-right: 53px;
}
.each-aanbod-list-content-top p {
    height: 25px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 1.8rem;
}
.each-aanbod-list-content .icon-img{
    position: absolute;
    right: 10px;
    width: 41px;
    opacity: 0;
	top: 20px;
}
.each-aanbod-list-content .trans-icon{
    position: absolute;
    right: 10px;
    width: 41px;
	top: 20px;
}
.each-aanbod-list:hover .icon-img{
    opacity: 1;
}
.each-aanbod-list:hover .each-aanbod-list-content .trans-icon {
	opacity: 0;
}
/* .aanbod-list .container > .row{
    row-gap: 2.3rem;
} */
.aanbod-list .container{
    position: relative;
}
/* .aanbod-list .container::after{
    position: absolute;
    left: 50%;
    top: -9%;
    height: calc(100% + 80px);
    width: 1px;
    content: "";
    background-color: #847777;
    transform: translateX(-50%);
	opacity: 0.3;
	z-index: -1;
} */
.aanbod-list::before{
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    background-color: rgba(30, 27, 27, 0.05);
    transform: translateX(-50%);
	z-index: -1;
}
.aanbod-list {
	position: relative;
}
.aanbod-list::after {
	position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    content: "";
    background-color: rgba(30, 27, 27, 0.05);
}
.each-filter{
	/* z-index: 99; */
}
/*******************************aanbod-dtl*****************************/
/****aanbod-dtl-back-btn****/
.back-page-btn-sec.aanbod-dtl-back-btn {
    margin-top: 0;
    position: relative;
    top: 120px;
    left: 0;
    overflow: hidden;
    padding-left: 27px;
	z-index: 1;
}
/****aanbod-dtl-back-btn****/
.aanbod-dtl-banner{
	margin-top: 60px;
	padding-bottom: 23px;
	position: relative;
}
.aanbod-dtl-banner-content h2 {
	line-height: 50px;
}
.each-anbod-dtl-img{
	border-radius: 10px;
	overflow: hidden;
	/* height: 100%; */
}
.aanbod-dtl-banner-slider-top{
	margin-bottom: 23px;
}
.aanbod-dtl-banner-slider .swiper-slide{
	height: auto;
}
/* .aanbod-dtl-banner-slider .swiper-slide img{
	height: 100%;
	object-fit: cover;
} */
.aanbod-dtl-banner-slider-top .swiper-slide img{
	height: 585px;
}
.aanbod-dtl-banner-slider .swiper-button-next{
	right: 30px;
}
.aanbod-dtl-banner-slider .swiper-button-prev{
	left: 30px;
}
.aanbod-dtl-banner-content{
	padding-top: 110px;
	padding-left: 27px;
}
.aanbod-dtl-banner .sec-line{
	bottom: 0;
	left: -21px;
	width: 100%;
	position: absolute;
	pointer-events: none;
}
.aanbod-dtl-bk-btn {
    margin-bottom: 50px;
}
.aanbod-dtl-banner-content > h5{
	font-family: 'HelveticaNeueRegular';
	margin: 14px 0 34px;
	height: 60px;
  	overflow: hidden;
}
.aanbod-dtl-banner-pricing-area{
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
	column-gap: 20px;
}
.aanbod-dtl-banner-pricing-area p{
	margin: 0;
	color: rgba(41, 41, 41, 0.53);
}
.aanbod-dtl-banner-pricing-area p strong{
	color:#43BFE7;
	font-size: 2.4rem;
	font-family: 'HelveticaNeueMedium';
	font-weight: normal;
}
.aanbod-dtl-banner-pricing-area p:nth-child(2) strong {
	color: #1E1B1B;
}
.car-dtl-area table{
	width: 100%;
}
.car-dtl-area td {
	vertical-align: top;
}
.car-dtl-area td h5 {
	font-family: 'HelveticaNeueRegular';
	color: #1E1B1B;
}
.car-dtl-area p{
	color: rgba(21, 27, 31, 0.53);
}
.car-dtl-area{
	margin-bottom: 31px;
}
.amnbod-person-area{
	display: flex;
	align-items: center;
	column-gap: 22px;
	border-radius: 10px;
	border: 1px solid rgba(30, 27, 27, 0.26);
	background: #EBEDEF;
	padding: 14px 17px;
	position: relative;
	z-index: 1;
	margin-bottom: 85px;
}
.amnbod-person-img {
    height: 106px;
    width: 106px;
}
.amnbod-person-img img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.amnbod-person-dtl h5{
	margin-bottom: 8px;
	font-family: 'HelveticaNeueRegular';
}
.amnbod-person-dtl p{
	margin-bottom: 3px;
}
.amnbod-person-dtl p a{
	display: inline-block;
	margin-left: 19px;
	color: rgba(30, 27, 27, 0.63);
}
.amnbod-person-dtl p a:hover{
	color: #43BFE7;
}
.anbod-btn-area{
	display: flex;
    justify-content: space-between;
}
.aanbod-dtl-banner hr {
	background-color: rgba(30, 27, 27, 0.05);
	opacity: 1;
	margin: 24px 0 0;
	height: 1.5px;
}
.anbod-btn-area .default-btn {
	position: relative;
}
.anbod-btn-area .default-btn::after {
	content: '';
    position: absolute;
    right: -30px;
    top: -86px;
    height: calc(100% + 180px);
    width: 1.5px;
    background-color: rgba(30, 27, 27, 0.05);	
	pointer-events: none;
}
.anbod-btn-area .default-btn:last-child::after {
	display: none;
}
.anbod-btn-area .default-btn:hover {
	background-color:#43BFE7;
	border-color:#43BFE7;
}
.anbod-btn-area .default-btn.mybtn2 {
	background-color:#43BFE7;
	border-color:#43BFE7;
	color: #fff;
}
.anbod-btn-area .default-btn.mybtn2:hover {
	background-color: #34495E;
	border-color: #34495E;
	color: #fff;
}
.show_selected_filter_cls{
	margin-bottom: 30px;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 44px 0 145px;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 65px;
	margin-bottom: 40px;
    border: 0;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(30, 27, 27, 0.5);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
    font-family: 'HelveticaNeueMedium';
	font-size: 2rem;
    margin: 0;
    word-break: break-word;
    overflow: hidden;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
    font-family: 'helvetica_neuebold';
    padding-bottom: 10px;
    display: inline-block;
}
.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: #43BFE7;
}
/****tab-part****/
ul.tabs li {
	font-family: 'HelveticaNeueMedium';
	font-size: 2rem;
	margin: 0;
	word-break: break-word;
	/* padding-left: 2rem; */
	position: relative;
	text-transform: none;
	color: rgba(30, 27, 27, 0.5);
	cursor: pointer;
	/* margin-bottom: 7rem; */
}
ul.tabs li.active {
	font-family: 'helvetica_neuebold';
}
ul.tabs li:hover,
ul.tabs li.active {
	display: block;
	position: relative;
	color: #43BFE7;
}
/****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;
}
.kenmerken-tab {
	border: 1px solid rgba(30, 27, 27, 0.05);
    border-bottom: 0;
	border-top: 0;
	padding: 0 50px;
	overflow: hidden;
}
.kenmerken-tab ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
}
.kenmerken-tab li {
	font-family: 'HelveticaNeueRegular';
    font-size: 1.6rem;
    line-height: 30px; 
    color: rgba(30, 27, 27, 0.5);
	width: 16%;
	padding: 20px 0;
	position: relative;
}
.kenmerken-tab ul li:nth-child(even) {
	font-family: 'HelveticaNeueMedium';
	color: #1E1B1B;
	word-break: break-word;
	padding-right: 50px;
}
.kenmerken-tab ul li:nth-child(n):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 200vw;
    left: -100vw;
    bottom: 0;
    background-color: rgba(30, 27, 27, 0.01);
}
.kenmerken-tab {
    position: relative;
}
.kenmerken-tab::before, .kenmerken-tab::after {
    content: "";
    position: absolute;
    height: calc(100% + 20px);
    width: 1px;
    left: 32%;
    top: 0;
    border-right: 1px solid rgba(30, 27, 27, 0.05);
}
.kenmerken-tab::before {
    left: 64%;
}
.bullet-panel p {
    border-bottom: 1px solid #1E1B1B;
    padding-bottom: 10px;
    color: #1E1B1B;
    font-size: 2.4rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 20px;
}
.bullet-panel {
    margin-bottom: 20px;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 16px;
    position: relative;
    font-family: 'HelveticaNeueMedium';
    color: #1E1B1B;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 8px;
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #1E1B1B;
}
.left-bg-block {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #43BFE7;
    font-size: 1.6rem;
    line-height: 24px;
}
.block-dtls {
    width: calc(100% - 140px);
    border: 1px solid #43BFE7;
    border-left: 0;
    padding: 20px 15px 5px;
    min-height: 200px;
}
.left-bg-block p {
    line-height: 30px;
    color: #1E1B1B;
	font-size: 1.6rem;
    font-family: 'HelveticaNeueMedium';
}
.each-onderhoud-block h6 {
    line-height: 30px;
    color: #fff;
	font-size: 1.6rem;
    font-family: 'HelveticaNeueMedium';
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 20px;
}
.each-onderhoud-block p strong {
	font-weight: normal;
}
.tab_hedaing h5{
	border-bottom: 1px solid #121212;
  	padding-bottom: 10px;
  	margin-bottom: 15px;
}
/****aanbod-dtl-product-block****/
.aanbod-dtl-product-block {
	padding: 100px 0 75px;
}
.aanbod-dtl-product-block h2 {
	text-align: center;
	margin-bottom: 75px;
}
.aanbod-dtl-product-block .sec-heading {
    padding: 0;
}
/*******************************werkplaats*****************************/
/****werkplaats-banner****/
.inner-banner.werkplaats-banner::before {
	display: none;
}
/*******************************Verkoop*****************************/
/****verkoop-top****/
.verkoop-top .diensten-dtl-top-img {
	height: auto;
	row-gap: 20px;
    display: inline-grid;
	border-radius: 0;
	overflow: auto;
}
.diensten-dtl-top-second-img img {
	border-radius: 10px;
}
.verkoop-top .verkoop-top-img {
	height: 427px;
	border-radius: 10px;
	overflow: hidden;
}
.verkoop-top .verkoop-btm-img {
	height: 274px;
	border-radius: 10px;
	overflow: hidden;
}
.verkoop-top .verkoop-top-img img,
.verkoop-top .verkoop-btm-img img {
	height: 100%;
	object-fit: cover;
}
.verkoop-top .diensten-dtl-top-content h5 {
	color: #0A1520;
	margin-top: 30px;
}
.verkoop-top .diensten-dtl-top-content ul {
	margin-top: 10px;
}
.verkoop-top .diensten-dtl-top-content li {
    position: relative;
    font-family: 'HelveticaNeueRegular';
    color: #0A1520;
    font-size: 1.6rem;
    padding-left: 20px;
    margin-top: 10px;
}
.verkoop-top .diensten-dtl-top-content li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    background-image: url(../images/verkoop-bullet.svg);
    height: 6px;
    width: 6px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
}
/****verkoop-mid****/
.verkoop-mid .each-dtl-mid-blk {
    min-height: 300px;
	justify-content: center;
}
.verkoop-mid .each-dtl-mid-blk:last-child p {
	max-width: 160px;
	width: 100%;
}
.verkoop-mid .each-dtl-mid-blk:first-child {
    min-height: 220px;
}
/*******************************bedankt*****************************/
.home-banner.bedankt-banner-sec {
	height: auto;
}
.bedankt-banner-sec .each-banner {
	height: 817px;
}
.bedankt-banner-sec .each-banner img {
	height: 100%;
	object-fit: cover;
}
.bedankt-banner-sec .banner-content h1 {
	line-height: 72px;
}
/*******************************popup*****************************/
.modal-area .modal-dialog {
    max-width: 1184px;
    margin: 10% auto 0;

}
.modal-area .modal {
	background: rgba(30, 27, 27, 0.40);
	backdrop-filter: blur(2.799999952316284px);
}
.popup-content-part {
	border-radius: 15px;
	overflow: hidden;
	background-color: #151B1F;
}
.modal-area .modal-content {
    border: 0;
	background-color: transparent;
    position: relative; 
}
.modal-area .modal-content .col-lg-5 {
	width: 37%;
}
.modal-area .modal-content .col-lg-7 {
	width: 63%;
}
.modal-area .popup-content p {
    margin-bottom: 40px;
	color: #FFF;
    max-width: 610px;
	border-radius: 15px 0 0 15px;
}
.modal-area .popup-content h2 {
	color:#43BFE7;
	font-size: 3.6rem;
	text-transform: none;
	font-family: 'helvetica_neuebold';
}
.modal-area .popup-content h2 strong {
	color: #1A7BFF;
	font-weight: normal;
}
.modal-area .popup-content {
    padding: 50px 63px;
	background-color: #34495E;
	height: 100%;
}
.pop-up-image {
	border-radius: 0 15px 15px 0;
	overflow: hidden;
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-content ul {
	margin: 30px 0;
}
.popup-content li {
	font-family: 'HelveticaNeueRegular';
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    padding-left: 20px;
}
.popup-content li::after {
	position: absolute;
	content: '';
	background-image: url(../images/white-bullet.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 5px;
	left: 0;
	top: 13px;
	height: 5px;
	width: 5px;
}
.popup-content .default-btn {
	background-color: #fff;
}
.popup-content .default-btn:hover {
	background-color: #1E1B1B;
	color: #fff;
}
.close-img {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 1;
    font-size: 2.7rem;
    height: 57px;
    width: 57px;
}
/*******************************verkocht*****************************/
/****verkocht-top****/
.verkocht-top {
	padding: 75px 0 96px;
	border-top: 1.5px solid rgba(30, 27, 27, 0.05);
}
.verkocht-top p {
    max-width: 510px;
    margin-right: 0;
    margin-left: auto;
}

/*******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: 35px;
    padding-top: 7.5px;
}

.star_icon h5{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #121212;
}
.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{
    margin-bottom: 30px;
}
.kenteken_np {
  background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding: 4px 0 6px 27px;
  color: #000;
  background-size: 134px;
}
/* Cookie */
.cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    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-loader {
	width: 45px;
	height: 40px;
	background: linear-gradient(#05a0c7 calc(1*100%/6),#fff 0 calc(3*100%/6),#05a0c7 0),
			  linear-gradient(#05a0c7 calc(2*100%/6),#fff 0 calc(4*100%/6),#05a0c7 0),
			  linear-gradient(#05a0c7 calc(3*100%/6),#fff 0 calc(5*100%/6),#05a0c7 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: 30px;
    align-items: center;
    color: #fff;
  }
  iframe.calsty {
  	height: 800px;
  }
  @media (max-width: 831.98px) {
	iframe.calsty{ height: 1000px;}
  }
  @media (max-width: 627.98px) {
	iframe.calsty{ height: 900px;}
  }

.load_img{
	width:150px;
}
.privacy_section{
	padding-top: 50px;
	padding-bottom: 120px;
}
.error_top{
    padding-top: 120px;
    background: #000;
}
.form-1, .form-2{
	display: none;
	padding: 40px 5% !important;
	margin-top: 30px !important;
	border-radius: 10px;
}
.form-1 .form-btn, .form-2 .form-btn{
	margin-bottom: 0;
}
.form-1 .form-wrap, .form-2 .form-wrap{
	padding: 0;
}
.form-1 .form-group, .form-2 .form-group{
	position: relative;
}
.privacy_section h3, .privacy_section p {
	color: #000;
}
.cmn-swiper-btn:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.aanbod-dtl-banner .common-arrow {
	display: none;
}
.aanbod-dtl-banner .common-arrow img{
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.aanbod-dtl-banner .common-arrow:hover img {
	filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(6662%) hue-rotate(355deg) brightness(90%) contrast(97%) !important;
	-webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(6662%) hue-rotate(355deg) brightness(90%) contrast(97%) !important;
}
.aanbod-dtl-banner .common-arrow:hover::before {
	filter: brightness(10);
}
.aanbod-dtl-banner .common-arrow:before{
	position: absolute;
	content: "";
	background: url(../images/arw.svg) no-repeat center / contain;
    width: 19px;
    height: 19px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.aanbod-dtl-banner .swiper-button-prev:before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.aanbod-dtl-banner .common-arrow:hover img{
	filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}
.each-dtl-btm-slider:hover .dtl-btm-slide-content h4::after{
	background-image: url(../images/white-arrow.svg);
	transform: rotate(0deg);
}
.form-sec td:nth-child(even){
	padding-left: 20px;
}
.radio_filter .form-check-input {
    display: none;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.sec-heading.position-relative .row{
	align-items: center;
} 
.diensten-list-top-content .sec-heading.position-relative .row{
	align-items: start;
}
.formError{
	z-index: 1;
}
.formErrorContent{
	z-index: 0;
}

.lst-c {
  margin-right: 0px !important;
}

.product-slider {
	position: relative;
}
.product-slider .swiper-button-next {
	right: 6%;
}
.product-slider .swiper-button-prev {
	left: 12%;
}
.product-slider .cmn-swiper-btn img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.product-slider .cmn-swiper-btn:hover img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(1928%) hue-rotate(340deg) brightness(109%) contrast(127%);
    -webkit-filter: brightness(0) saturate(100%) invert(18%) sepia(98%) saturate(1928%) hue-rotate(340deg) brightness(109%) contrast(127%);
}

/* Extra css */
.banner-video {
	height: 855px;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-video,.each-banner  {
	height: 924px;
}

.acc-block {
    margin-top: 70px;
}
.acc-block li {
    margin-bottom: 30px;
    padding-left: 60px;
}
.acc-block li h6 {
	position: relative;
	font-family: 'HelveticaNeueMedium';
	font-size: 2.4rem;
	margin-bottom: 13px;
}

.subpage-middle-section ul{
	display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    column-gap: 30px;
    align-items: flex-end;
    margin-top: 20px;
}
.subpage-middle-section li:first-child {
    max-width: 40%;
    min-height: calc(100% - 100px);
}
.subpage-middle-section li {
    width: 100%;
    max-width: 30%;
    border-radius: 10px;
    overflow: hidden;
    background-color:#EBEDEF;
    border: 1px solid rgba(21, 27, 31, 0.10);
    padding: 30px;
    min-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    cursor: default;
}

.subpage-middle-section li h6 {
    margin-bottom: 18px;
    font-size: 2.4rem;
    line-height: 32px;
    font-family: 'HelveticaNeueMedium';
}
.subpage-middle-section li h2 {
    font-family: 'helvetica_neuebold';
    margin-bottom: 8px;
    color: rgba(30, 27, 27, 0.06);
}
.acc-block ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
.about-accordion .acc-block li {
    padding: 0 30px 20px 0;
    position: relative;
}
.about-accordion .acc-block p {
	color: #fff;
}
.about-accordion .acc-block h6 {
    color: #fff;
}
#tab4 iframe
{ 	border: 0;
	width: 100%;
	height: 850px;
	background: transparent; 
}
.anbod-shair-button {
    position: relative;
    z-index: 1;
}
body .share-social-media-button {
    position: absolute;
    top: 35px;
    right: 0;
}
/* whatsapp lab css start*/
.fixed-whatsapp-icon {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}
.fixed-call-icon {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: calc(0px + 100px);
	z-index: 999;
	background-color: #43BFE7;
	border-radius: 100%;
}
.fixed-call-icon img {
	width: 20px;
}
.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 20px 0;
	position: absolute;
	z-index: 1;
	bottom: 3px;
	right: 5vw;
	font-size: small;
}

.notifcation {
	position: relative;
}

.alert-number {
	display: none;
	position: absolute;
	bottom: 43px;
	right: 4px;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: small;
	animation: shake 0.5s;
	animation-iteration-count: 1;
}
/* whatsapp lab css end*/
.about-accordion .acc-block li.show_accordian h6::after {
    background-image: url(../images/over-acc-active.svg);
}
.about-accordion .acc-block li h6::after {
    background-image: url(../images/over-acc-normal.svg);
    background-size: 16px;
    height: 16px;
    width: 16px;
    left: auto;
    right: -30px;
    top: 10px;
}
.acc-block li.show_accordian h6::after {
    background-image: url(../images/acc-active.svg);
}
.acc-block li h6::after {
    position: absolute;
    height: 33px;
    width: 33px;
    background-image: url(../images/acc-normal.svg);
    background-size: 33px;
    content: "";
    top: 0;
    left: -60px;
}

.about-accordion .acc-block li:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(67, 191, 231, 0.34) 0%, rgba(30, 27, 27, 0.34) 100%);
    width: 100%;
    height: 1px;
}
.marque-wrap {
    white-space: nowrap;
}
.marque-txt {
    animation: 15s slide infinitelinear;
    display: flex;
}
.marque-txt li {
    margin: 0 25px;
    display: inline-block;
    line-height: 17.6px;
}



.hiafvJ {
	background-color: #fff !important;
}
.idHrF {
	background-color: #fff !important;
}
.acc-block li>*:not(:first-child) {
	display: none;
}
.voorraadwekker_widget_section{
	z-index: 999;
}

.aanbod-dtl-banner .aanbod-dtl-banner-slider .aanbod-dtl-banner-slider-top .circle-btn:before, .cmn-swiper-btn:before {
    filter: invert(1);
}



/* Additional CSS */
.calsty
{ 
	border: 0; 
	width: 100%; 
	height: 1100px; 
	background: transparent; 
}


.lfCQiA {
	display: none;
}
.eHNOaE, .lbinPJ, .dEQash {
	background-color: #fff !important;
	box-shadow: 0px 24px 32.1px 0px rgba(30, 27, 27, 0.04) !important;
}
.dEQash {
	background-color: #fff !important;
	box-shadow: 0px 24px 32.1px 0px rgba(30, 27, 27, 0.04) !important;
}
.dLhUFN {
	background-color: #43BFE7 !important;
}
footer .logo {
    max-width: 183px;
}
.service-slide .cmn-swiper-btn:before { 
	filter: invert(0) !important;
}
.service-slide .cmn-swiper-btn:hover {
	filter: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(7029%) hue-rotate(175deg) brightness(104%) contrast(104%);
}
.service-slide .cmn-swiper-btn:hover::before {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(25deg) brightness(105%) contrast(103%) !important;
}
.vacature-btm-slider {
	position: relative;
	z-index: 1;
}
.verkocht-no-product {
	padding-bottom: 30px;
}
.contact-header{
	background-color: transparent;
}




.privacy .row .col-md-6 {
	width: 60%;
}
.privacy .row .col-md-6:first-child {
	width: 40%;
}