@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    color: #F7FAF6;
	background-color: #11111A;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/***************************index**************************/
/****header****/
.header-area {
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	overflow: hidden;
}
.header-logo img {
	width: 9rem;
}
.header-area {
	padding: 2rem 0;
}
.header-menu ul {
    display: flex;
    column-gap: 3.8rem;
    justify-content: end;
    align-items: center;
}
.header-menu li {
	font-size: 1.6rem;
    color: #F7FAF6;
	font-family: 'lama_sansbold_condensed';
	text-transform: uppercase;
}
.header-menu li a:hover {
	color: #78D64B;
}
.header-area.sticky .header-menu li a:hover {
	color: #F7FAF6;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
	background-color: #78D64B;
	padding: .75rem 0;
}
.header-area.sticky.header-area .akker_btn_cls {
    background-color: #F7FAF6;
    border-color: #F7FAF6;
    color: #11111A;
}
.header-area.sticky.header-area .akker_btn_cls:hover {
	border-color: #78D64B;
    color: #78D64B;
}
/****banner****/
.banner-sec::after {
	content: "";
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(17, 17, 26, 0.40) 0%, rgba(17, 17, 26, 0.40) 100%);
	z-index: 1;
}
.banner-content {
    position: absolute;
    bottom: 20rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
	z-index: 3;
}
.banner-content h4 {
	color: #78D64B;
	font-family: 'lama_sansblack_condensed';
	text-transform: uppercase;
	line-height: 116px;
}
.banner-content h1 {
	margin-bottom: 4.5rem;
}
.banner-content h1 span {
	position: relative;
}
/*.banner-content h1 span::after {
	content: "";
    position: absolute;
    height: 1.3rem;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-image: url(../images/banner-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}*/
.banner-box {
	position: absolute;
    right: 14.6rem;
    bottom: -5rem;
	z-index: 3;
}
.banner-box img {
	height: 600px;
}
.each-banner {
	height: 800px;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
/****marque-sec****/
.marque-sec{
    background-color: #78D64B;
	padding: 3.5rem 0;
	margin: 0 auto;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
	z-index: 3;
}
.marque-sec ul{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.marque-sec li{
    position: relative;
    color: #11111A;
	font-family: 'lama_sansextrabold_condensed';
    font-size: 2.4rem;
    position: relative;
    padding-left: 9rem;
    padding-right: 9rem;
	text-transform: uppercase;
}
.marque-sec li::after{
    position: absolute;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    height: 2.6rem;
    width: 2.6rem;
    background-image: url(../images/marque-img.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.6rem;
    content: "";
    transform: translateY(-50%);
}   
.brands{
    overflow: hidden;
}
.brands__wrapper {
    display: flex;
    column-gap:0;
    line-height: 30px;
    animation: marquee 10s linear infinite ;
}
.brands__wrapper:hover {
    animation-play-state: paused;
}
.list-inline {
    display:flex;
    column-gap:30px;
}
@keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-66.66%);
    }
}
/****product****/
.product-sec {
	position: relative;
	z-index: 1;
	padding: 14rem 0;
}
.product-slider {
	margin-right: -22rem;
}
.product-heading {
	margin-bottom: 8rem;
}
.product-heading h2 {
	margin-bottom: 4rem;
	color: #EDEDED;
}
.product-heading p {
	max-width: 70rem;
	width: 100%;
}
.product-slider .common-arrow {
	top: 22px;
}
.product-slider .swiper-button-next {
	right: 14rem;
}
.product-slider .swiper-button-prev {
	right: 18rem;
	left: auto;
}
.each-product-info table {
    width: 100%;
	margin: 3rem 0;
}
.each-product-info tr {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}
.each-product-info td, .price {
    vertical-align: top;
    color: #11111A;
    font-size: 1.2rem;
    font-family: 'lama_sansbold_condensed';
    padding: 0.9rem 1.4rem 0.6rem;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #78D64B;
    background-color: #78D64B;
}
.each-product-info td:nth-child(4n), .price {
	background-color: transparent;
    color: #78D64B;
    border-color: transparent;
    font-size: 1.4rem;
}
.each-product-info {
	padding-top: 3rem;
}
.each-product-btn h6 {
	text-transform: uppercase;
	font-size: 1.6rem;
	height: 30px;
	overflow: hidden;
}
.each-product-info h6 span {
	font-size: 1.4rem;
    color: rgba(254, 253, 253, 0.50);
    font-family: 'lama_sansmedium';
    height: 35px;
    overflow: hidden;
    display: block;
}
.each-product-info h6 {
	height: 38px;
	overflow: hidden;
}
.each-product-btn.txt-btn {
	color: #F7FAF6;
    font-family: 'lama_sansbold_condensed';
    font-size: 1.6rem;
	text-transform: uppercase;
}
.each-product-btn.txt-btn::after {
	content: "";
    height: 26px;
    width: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
	background-image: url(../images/product-txt-arrow.svg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
	filter: invert(0) brightness(1);
    -webkit-filter: invert(0) brightness(1);
}
.product-slider .swiper {
	padding: 6rem 0;
}
.product-slider .swiper-scrollbar {
	opacity: 1 !important;
	width: 90%;
	background-color: rgba(247, 250, 246, 0.10);
	height: 0.4rem;
	border: 2.4rem;
	bottom: 0;
	left: 0;
}
.product-slider .swiper-scrollbar-drag {
	background-color: #78D64B;
    border-radius: 20px;
    height: 4px;
	width: 29% !important;
}
.product-heading h2 {
	position: relative;
	padding-left: 8rem;
}
.product-heading h2::after {
	position: absolute;
	content: "";
	background-image: url(../images/product-part.svg);
	left: 0;
	bottom: 0;
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.each-product-img {
	overflow: hidden;
}
.each-product-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-product-img:hover img {
	transform: scale(1.1);
}
/****service-sec****/
.service-sec {
	background-color: #F7FAF6;
	padding: 27rem 0;
	position: relative;
}
.service-sec::after {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #78D64B;
}
.service-slider-left h3 {
	color: #11111A;
    margin-top: 2rem;
    width: calc(100% + 15rem);
    position: relative;
    z-index: 15;
	pointer-events: none;
}
.service-slider-left p {
	color: #11111A;
    margin: 5.5rem 0 8.5rem;
    max-width: 54rem;
    width: 100%;
    padding-right: 3rem;
}
.each-service-slider-img {
	height: 47.4rem;
}
.each-service-slider::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(17, 18, 16, 0.00) 0%, rgba(17, 18, 16, 0.30) 100%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-slider:hover::after {
    height: 100%;
}
.each-service-slider {
	height: 100%;
	position: relative;
	overflow: hidden;
}
.service-slider .common-arrow{
	position: relative;
}
.each-service-slider-content {
	/* position: absolute; */
	position: relative;
	z-index: 1;
	padding: 3.8rem;
	display: flex;
    justify-content:end;
    height: 100%;
    flex-direction: column;
	/* bottom: -18rem; */
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider-content p {
	margin-bottom: 5rem;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	display: none;
}
/* .each-service-slider:hover .each-service-slider-content .txt-btn,
.each-service-slider:hover .each-service-slider-content p {
	margin-bottom: 0;
} */
/* .each-service-slider:hover .each-service-slider-content {
	bottom: 0;
} */
.each-service-slider-content .txt-btn {
	text-transform: uppercase;
    color: #EDEDED;
    font-size: 3.2rem;
    display: inline-block;
    font-family: 'lama_sansblack_condensed';
    width: fit-content;
	padding-right: 6rem;
	margin-bottom: 4rem;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-service-slider-content .txt-btn::after {
    filter: invert(1) brightness(10);
    -webkit-filter: invert(1) brightness(10);
}
.each-service-slider-content .txt-btn::after {
    content: "";
    height: 29px;
    width: 12.2px;
	top: 48%;
}
.each-service-slider-content .txt-btn:hover::after {
	right: -1rem;
}
.service-slider-right {
	margin-right: -57%;
    position: relative;
    z-index: 1;
    padding-left: 0rem;
}
.service-arrow {
	position: absolute;
    display: flex;
    column-gap: 3rem;
    bottom: -9rem;
    right: 17rem;
	align-items: center;
}
.service-slider .swiper-pagination {
    position: relative;
    bottom: 1.2rem;
    color: #11111A;
	font-size: 2.4rem;
	font-family: 'lama_sansblack_condensed';
}
/****about-sec****/
.about-sec {
	padding: 21rem 0;
}
.about-right {
	max-width: 54rem;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    padding-left: 6rem;
}
.about-right h4 {
	color: #78D64B;
	line-height: 36px;
	margin: 2rem 0 8rem;
}
.about-left {
	position: relative;
    padding-left: 6rem;
}
.about-btm-left {
	position: absolute;
    left: 0;
    top: 80%;
    width: 50rem;
}
.about-left-img {
	margin-top: -4rem;
}
.about-title h2 {
	line-height: 80px;
	position: relative;
	z-index: 1;
	color: #EDEDED;
}
.about-part {
	position: absolute;
    top: -14rem;
}
.about-part img {
	height: 661px;
	width: 800px;
}
/****google-review-sec****/
.google-review-sec {
	padding: 50px 0px;
    background: #f7faf6;
    position: relative;
    z-index: 1;
}
/****footer-area****/
.footer-area {
	padding: 11rem 0 5.5rem;
}
.footer-left a {
	font-family: 'lama_sansbold_condensed';
	letter-spacing: 0.24px;
	line-height: 33.72px;
	color: #F9F8F6;
	font-size: 2.4rem;
}
.footer-left a:hover {
	text-decoration: underline;
}
.footer-left h4 {
	color: #F9F8F6;
	line-height: 33.72px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.footer-right h6 {
	color: #F9F8F6;
	text-transform: uppercase;
	margin-bottom: 1.6rem;
}
.footer-right a {
	color: #F9F8F6;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
}
.footer-right a:hover {
	text-decoration: underline;
}
.footer-right p {
	line-height: 22.48px;
	letter-spacing: 0.16px;
	color: #F9F8F6;
	font-family: 'lama_sansregular';
}
.footer-right p span {
	color: rgba(249, 248, 246, 0.40);
}
.footer-right {
	max-width: 56rem;
	margin-right: 0;
	margin-left: auto;
}
.footer-area hr {
	background-color: #2E2A2A;
	opacity: 1;
	margin: 4rem 0 1.8rem;
}
.footer-credit a {
	color: rgba(249, 248, 246, 0.20);
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	line-height: 22.48px;
	letter-spacing: 0.16px;
}
.footer-credit a:hover {
	color: #78D64B;
}
.footer-social li {
    display: inline-block;
    margin-right: 1rem;
}
.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.1rem;
    height: 3.1rem;
}
.footer-social li:last-child a {
    border-color: #25D366;
}
.footer-social li a img {
    width: 1.1rem;
}
.footer-btm-img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer-left,
.footer-right {
	position: relative;
	z-index: 1;
}
.footer-credit {
	position: relative;
	z-index: 1;
}
/***************************diensten-list**************************/
/****inner-banner****/
.inner-banner::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}
.inner-banner .each-banner {
	height: 500px;
}
.inner-banner .each-banner img {
	height: 100%;
	object-fit: cover;
} 
.inner-banner .banner-box {
	bottom: -36rem;
}
.inner-banner .banner-box img {
	width: 628px;
	height: 520px;
}
.inner-banner .banner-content {
	bottom: 0;
}
/****list-sec****/
.list-sec {
	padding: 6rem 0 6.75rem;
    position: relative;
    z-index: 4;
}
.list-info h2 {
	margin-bottom: 5rem;
}
.list-info h2 img {
	margin-right: 2rem;
	margin-bottom: 1.8rem;
}
.list-info p {
	max-width: 56rem;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-info p span {
	font-family: 'lama_sansregular';
}
.list-info .akker_btn_cls {
	margin-top: 5.5rem;
}
.list-img {
	height: 496px;
	position: relative;
	height: auto !important;
}
.list-img img {
	height: 100%;
	object-fit: cover;
}
.list-img::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(180deg, rgba(17, 18, 16, 0.00) 0%, rgba(17, 18, 16, 0.30) 100%);
}
.list-sec .row .list-info {
    padding-left: 10.5rem;
}
.list-sec .row {
    padding: 6.75rem 0;
}
.list-sec .row:first-child {
    padding-top: 0;
}
.list-info h2 {
	position: relative;
    padding-left: 8rem;
    line-height: 70px;
}
.list-info h2::after {
	position: absolute;
    content: "";
    background-image: url(../images/product-part.svg);
    left: 0;
    top: 0;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/***************************diensten-detail-financiering**************************/
/****back-btn****/
.back-btn {
    padding-top: 23.8rem;
    margin-bottom: 3rem;
}
.back-btn .akker_btn_cls {
	background-color: transparent;
	border-color: transparent;
	color: #F7FAF6;
	font-family: 'lama_sansblack_condensed';
	font-size: 1.6rem;
	text-transform: none;
	padding-top: 0;
	padding-bottom: 0;
}
.back-btn .txt-btn::after {
	background-image: url(../images/txt-left-arrow.svg);
	left: 0;
    filter: invert(0) brightness(10);
    -webkit-filter: invert(0) brightness(10);
}
.back-btn .txt-btn:hover::after {
	left: 1rem;
}
/****diensten-dtl-top****/
.diensten-dtl-top-img {
	height: 723px;
}
.diensten-dtl-top-img img {
	height: 100%;
	object-fit: cover;
}
.diensten-about-sec .about-right h4{
    color: #78D64B;
}
.diensten-about-sec .about-right h4:first-child   {
	color: #fff;
}
.diensten-dtl-top-info h2 {
	position: relative;
	padding-left: 8rem;
	margin-bottom: 5.5rem;
}
.diensten-dtl-top-info h2::after {
	position: absolute;
    content: "";
    background-image: url(../images/product-part.svg);
    left: 0;
    top: -10px;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.diensten-dtl-top-info p {
	max-width: 58rem;
	width: 100%;
}
.diensten-dtl-top-info {
	padding-right: 2rem;
}
.diensten-dtl-top .banner-box {
    right: 0;
    bottom: -18rem;
}
.diensten-dtl-top .banner-box img {
    height: 520px;
	width: 628px;
}
/****diensten-about-sec****/
.diensten-about-sec .about-left {
    padding-left: 0;
}
.diensten-about-sec .about-top-left {
	height: 604px;
}
.diensten-about-sec .about-top-left img {
	height: 100%;
	object-fit: cover;
}
.diensten-about-sec .about-btm-left {
    position: absolute;
    right: 10rem;
	left: auto;
    top: 80%;
    width: 50rem;
}
.diensten-about-sec .about-left-img {
    padding-right: 18rem;
}
.diensten-about-sec .about-right {
	max-width: 58rem;
}
.diensten-about-sec .about-right h4 {
	/* color: #fff; */
	margin: 0;
	margin-top: 1rem;
}
.diensten-about-sec .about-right h4 span {
	color: #78D64B;
}
.diensten-about-sec .about-right p {
	margin-bottom: 3.5rem;
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
	background-color: #F7FAF6;
	padding: 11.5rem 0 10rem;
}
.diensten-dtl-mid-wrap {
	padding-left: 8rem;
	padding-right: 8rem;
}
.diensten-dtl-mid-left h3 {
	position: relative;
	padding-left: 8rem;
	color: #11111A;
}
.diensten-dtl-mid-left h3::after {
	position: absolute;
    content: "";
    background-image: url(../images/product-part.svg);
    left: 0;
    top: -10px;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.diensten-dtl-mid-left p {
	color: #11111A;
	margin: 4rem 0 6rem;
	max-width: 50rem;
}
.form-styl{
	resize: none;
	border: 0;
	font-family: 'lama_sansmedium';
	color: #11111A;
	background: transparent;
	border-bottom: 1px solid rgba(17, 17, 26, 0.50);
	padding: 1.2rem 0;
	border-radius: 0;
  	transition: border 150ms ease-out;
  	font-family: 'lama_sansmedium';
  	font-size: 1.6rem;
}
.form-group.voorkeursdatum .form-styl{
	font-size: 1.6rem !important;
}
textarea.form-styl{
	height: 5rem;
}
.form-group.focused textarea.form-styl{
	height: 8rem;
}
.form-styl:focus{
	border-color: rgba(17, 17, 26, 0.50);
	box-shadow: none;
  	background-color: transparent;
}
.form-group.focused .form-styl{
	font-size: 2.4rem;
	padding-top: 2rem;
}
.form-styl:placeholder {
	color: #11111A;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #11111A;
	opacity: 1;
}
.form-styl::placeholder {
	color: #11111A;
	opacity: 1;
}
.form-main label {
  	position: absolute;
  	left: 0;
  	top: 10px;
  	background-color: #F7FAF6;
  	z-index: 10;
  	transition: transform 150ms ease-out, opacity 150ms ease-out;
  	pointer-events: none;
  	width: 100%;
  	color: #11111A;
}
.form-main .focused label {
  	transform: translateY(-125%);
  	opacity: .5;
}
.form-group{
    margin-bottom: 4rem;
  	position: relative;
}
.form-main {
    padding-right: 6rem;
}
.form-btn {
	padding-top: 2rem;
}
.form-btn .txt-btn::after {
	top: 47%;
}
.diensten-dtl-mid-right h4 {
	margin-bottom: 5rem;
}
.each-diensten-dtl-mid-right {
	margin-bottom: 5rem;
}
.each-diensten-dtl-mid-right h6 {
	color: #11111A;
	margin-bottom: 1.5rem;
}
.each-diensten-dtl-mid-right a {
	color: #11111A;
	font-family: 'lama_sansmedium';
}
.each-diensten-dtl-mid-right a:hover {
	text-decoration: underline;
}
.each-diensten-dtl-mid-right p {
	color: #11111A;
}
.diensten-dtl-mid::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    clip-path: polygon(37% 0, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(37% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #78D64B;
}
.diensten-dtl-mid-right {
	padding-left: 34rem;
    position: relative;
    z-index: 3;
	padding-top: 10rem;
}
.diensten-dtl-social li {
    display: inline-block;
    margin-right: 1.2rem;
}
.diensten-dtl-social li a {
    border: 1px solid #11111A;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.1rem;
    height: 3.1rem;
}
.diensten-dtl-social li a img {
    width: 1.1rem;
}
/****dtl-service-sec****/
.service-sec.dtl-service-sec {
	padding: 11rem 0;
	background-color: #11111A;
}
.dtl-service-sec::after {
	display: none;
}
.dtl-service-sec .service-slider-left h2 {
	line-height: 72px;
	margin-top: 2rem;
}
.dtl-service-sec .service-slider .swiper-pagination {
    color: #78D64B;
}
.dtl-service-sec .service-arrow {
    bottom: 11rem;
    left: 0;
    right: auto;
}
.dtl-service-sec .each-service-slider-content .txt-btn {
    margin-bottom: 0;
}
.dtl-service-sec .banner-box {
	z-index: 1;
	bottom: 25rem;
}
/***************************werkplaats-detail-onderhoud**************************/
/****.werkplaats-dtl-top****/
.werkplaats-dtl-top .diensten-dtl-top-info h2 {
	line-height: 70px;
}
/***************************contact**************************/
/****map****/
.map {
    height: 50rem;
}
/****contact-form****/
.contact-form {
	z-index: 1;
}
/****contact-google-review****/
.contact-google-review {
	padding-top: 10.5rem;
}
/***************************bedankt**************************/
/****.bedankt-banner****/
.bedankt-banner	{
	overflow: hidden;
}
.bedankt-banner .banner-content p {
	margin-bottom: 4rem;
	max-width: 66rem;
	width: 100%;
}
/****bedankt-footer-area****/
.bedankt-footer-area {
	z-index: -3;
}
/***************************popup**************************/
.modal-area .modal-dialog {
    max-width: 61%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(16, 16, 16, 0.5);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #FFFFFF;
	position: relative;
}
.modal-area .popup-content p {
    margin: 2.5rem 0 6rem;
	color: #181818;
	font-family: 'lama_sansbold_condensed';
}
.popup-logo img {
	width: 30rem;
}
.modal-area .popup-content {
    padding: 1.5rem 8.5rem 4rem;
    background-color: #FFFFFF;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #78D64B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'lama_sansmedium';
}
.close-img:hover {
	color: #fff;
}
/***************************over-ons**************************/
/****over-ons-top****/
.over-ons-top {
	padding: 14.5rem 0 12.5rem;
	position: relative;
	z-index: 4;
}
.over-ons-top-img {
	height: 522px;
	padding-left: 8rem;
}
.over-ons-top-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-top-info {
	padding-right: 12rem;
}
.over-ons-top-info h2 {
	color: #ededed;
	line-height: 80px;
	margin-bottom: 2rem;
}
/****over-ons-mid****/
.over-ons-mid {
	background-color: #F7FAF6;
	padding: 6rem 0 11rem;
}
.over-ons-mid-info h2 {
	color: #11111A;
	margin: 5rem 0 4rem;
	line-height: 80px;
}
.over-ons-mid-info {
	padding-right: 5rem;
}
.over-ons-mid-info p {
	color: #11111A;
	max-width: 56rem;
	width: 100%;
}
.over-ons-mid-info ul {
	margin-top: 5.5rem;
    display: flex;
	column-gap: 10rem;
}
.each-counter h3 {
	font-size: 3.2rem;
	color: #78D64B;
	margin-bottom: 0.7rem;
}
.each-counter h6 {
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
	color: #11111A;
}
.accordion-item {
    background-color: transparent;
	border: 0;
    border-bottom: 1px solid #11111A;
	border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.accordion-item:last-child {
	border-bottom: 0;
}
.accordian-content .accordion-button::after {
	background-image: url(../images/accordian-down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	position: absolute;
    top: 30px;
    right: 26px;
}
.accordian-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-up-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
    top: 30px;
    right: 26px;
}
.accordian-content .accordion-button:not(.collapsed) {
    box-shadow: none;
	background-color: transparent;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordian-content p {
	color: #11111A;
	max-width: 62rem;
    width: 100%;
}
.accordion-body p {
	margin: 0 2.5rem;
}
.accordion-body p {
	margin: 0 2.5rem 0 0;
    max-width: 49rem;
    width: 100%;
}
.accordian-content {
	padding-left: 18rem;
    position: relative;
    z-index: 1;
	padding-top: 9rem;
}
.accordian-content .accordion-button {
    padding: 3rem 2.5rem 3rem 0;
    background-color: transparent;	
}
.accordian-content .accordion-body {
    padding: 0 10% 3rem 0;
	transition: all 0s;
}
.accordian-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.over-ons-mid::after {
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 59%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    background-color: #78D64B;
}
/****over-ons-man-slider****/
.over-ons-man-slider {
	padding: 12rem 0 15rem;
}
.over-ons-man-info h4 {
	color: #EDEDED;
	margin-bottom: 1rem;
}
.over-ons-man-info h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
}
.over-ons-man-slider h2 {
	margin-bottom: 2rem;
	color: #EDEDED;
}
.over-ons-man-info {
	margin-top: 3rem;
    padding-left: 6rem;
}
.over-ons-man-slider .banner-box {
    left: 0;
    bottom: 60rem;
    right: auto;
    z-index: 1;
}
.over-ons-man-info::after {
	content: '';
	position: absolute;
	background-image: url(../images/over-ons-man-part1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	height: 45px;
	width: 45px;
	filter: brightness(0) invert(1);
}
.over-ons-man-slide {
	height: 100%;
	position: relative;
}
.over-ons-man-slide img{
	height: 100%;
	object-fit: cover;
}
.over-ons-man-slider .swiper-button-next {
    right: 0;
}
.over-ons-man-slider .swiper-button-prev {
    right: 5rem;
    left: auto;
}
.over-ons-man-slider .swiper {
	padding: 6rem 0 15rem;
}
.over-ons-man-slide::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    content: "";
    background: linear-gradient(0deg, rgba(16, 24, 36, 0.30) 0%, rgba(16, 24, 36, 0.30) 100%);
    transition: all 0.5s;
}
.each-over-ons-man:hover .over-ons-man-slide::after {
	height: 100%;
}
.over-ons-man-slider .swiper-scrollbar {
    opacity: 1 !important;
    width: 100%;
    background-color: rgba(247, 250, 246, 0.10);
    height: 0.4rem;
    border: 2.4rem;
    bottom: 0;
    left: 0;
}
.over-ons-man-slider .swiper-scrollbar-drag {
    background-color: #78D64B;
    border-radius: 20px;
    height: 4px;
    width: 29% !important;
}
.over-ons-man-slider .swiper-slide-next .over-ons-man-info h4 {
	color: #78D64B;
}
.over-ons-man-slider .swiper-slide-next .over-ons-man-info h6 {
	color: #78D64B;
}
.over-ons-man-slider .swiper-slide-next  .over-ons-man-info::after {
	filter: brightness(1) invert(0);
}
.over-ons-man-slider .swiper-wrapper {
	height: auto;
}
.over-ons-man-slider .swiper-slide {
	height: auto !important;
}
.each-over-ons-man {
	height: 100%;
	object-fit: cover;
}
/****overons-btm-slider****/
.overons-btm-slider {
	overflow: hidden;
	padding-bottom: 15rem;
}
.overons-btm-slider-wrap {
    margin: 0 -38rem;
}
.overons-btm-slider h2 {
    position: relative;
    left: 14rem;
    top: 4rem;
    z-index: 3;
	line-height: 75px;
	color: #EDEDED;
}
/***************************aanbod-dtl**************************/
/****aanbod-dtl-bac-btn****/
.aanbod-dtl-bac-btn {
	margin-bottom: -2rem;
    position: relative;
    z-index: 5;
}
/****aanbod-dtl-top****/
.aanbod-dtl-top .col-lg-4 {
	width: 38%;
}
.aanbod-dtl-top .col-lg-8 {
	width: 62%;
}
.aanbod-dtl-top-lft {
	margin-top: 5rem;
}
.aanbod-dtl-top-lft h6 {
	font-family: 'lama_sansmedium';
	color: #78D64B;
	text-transform: uppercase;
}
.aanbod-dtl-top-lft h3 {
	line-height: 48px;
    margin-top: 2rem;
    width: calc(100% + 23rem);
    position: relative;
    z-index: 15;
    pointer-events: none;
	font-family: 'lama_sansbold_condensed';
}
.aanbod-dtl-top-lft table h6 {
	color: #F7FAF6;
	font-size: 1.6rem;
	font-family: 'lama_sansblack_condensed';
}
.aanbod-dtl-top-lft table p {
	font-size: 1.4rem;
	color: rgba(247, 250, 246, 0.50);
}
.aanbod-dtl-top-lft table {
	width: 100%;
	max-width: 39rem;
	margin: 8rem 0 4rem;
}
.aanbod-dtl-top-lft td {
	vertical-align: top;
	padding-right: 3rem;
}
.aanbod-dtl-top-lft td:last-child {
	padding-right: 0;
}
.aanbod-dtl-btm {
	max-width: 39rem;
}
.aanbod-dtl-btm .row{
	align-items: center;
}
.aanbod-dtl-btm h4 {
	color: #78D64B;
	font-family: 'lama_sansblack_condensed';
}
.aanbod-dtl-btm h6 {
	line-height: 22.12px;
	letter-spacing: 0.28px;
	color: rgba(247, 250, 246, 0.50);
	font-size: 1.4rem;
	font-family: 'lama_sansmedium';
	margin-top: 1rem;
}
.aanbod-dtl-btm ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.aanbod-dtl-btm ul li {
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
    color: #fff;
    margin-right: 1.5rem;
}
.aanbod-dtl-btm ul li:last-child a {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.50);	
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aanbod-dtl-btm ul li img {
	image-rendering: 15px;
}
.aanbod-dtl-btn {
	margin-top: 5rem;
}
.aanbod-dtl-btn ul {
	display: flex;
}
.aanbod-dtl-btn ul li {
	margin-right: 2rem;
}
.aanbod-dtl-btn ul li:last-child {
	margin-right: 0;
}
.aanbod-dtl-top-right .swiper-wrapper{
	align-items: end;
}
.aanbod-dtl-slider ,
.aanbod-dtl-top-right .swiper-slide{
	transition: all 0.4s;
}
.aanbod-dtl-top-right .swiper-slide-next .aanbod-dtl-slider{
	height:30rem;
}
.aanbod-dtl-top-right .swiper-slide-next .aanbod-dtl-slider img{
	height: 100%;
	object-fit: cover;
}
.aanbod-dtl-top-right .common-arrow{
	position: relative;
	left: auto;
	right: 0;
	height: 5rem;
	width: 5rem;
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(10px);
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aanbod-dtl-top-right .common-arrow img{
	width: 1rem;
	filter: brightness(0) invert(1);
}
.slidr-arrow{
	display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: end;
	row-gap: 3rem;
	position: absolute;
	top: 24px;
	right: 0;
}
.aanbod-dtl-top-right .swiper-slide-active .aanbod-dtl-slider::before {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); */
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    right: auto;
    top: 0;
}
/****dtl-tab-sec****/
.dtl-tab-sec {
	padding: 6.5rem 0 8.5rem
}
.tab-wrap {
    padding: 8rem;
}
.dtl-tab-sec .tab-btn .nav-tabs {
	column-gap: 5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(245, 245, 245, 0.1);
    border-radius: 0;
    overflow: hidden;  
	margin-bottom: 4.9rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	color: rgba(245, 245, 245, 0.50);
    letter-spacing: normal;
	width: 100%;
	border-radius: 0;
	padding: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'lama_sansblack_condensed';
	font-size: 2.4rem;
    margin: 0;
    word-break: break-word;
	position: relative;
	padding-left: 3rem;
}
.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: #78D64B;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
	content: '';
	position: absolute;
	background-image: url(../images/over-ons-man-part1.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	height: 27px;
	width: 27px;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover span::after{
	opacity: 1;
}
/****dtl-tab-content****/
.kenmerken-tab ul {
    /*display: flex;
    flex-wrap: wrap;
	column-gap: 1rem;*/
}
.kenmerken-tab li {
	font-family: 'lama_sansmedium';
	font-size: 1.4rem;
	line-height: 26px;
	letter-spacing: 0.16px;
	color: rgba(245, 245, 245, 0.70);
	width: calc(16.667% - .75rem);
	margin-bottom: 4rem;
	display: inline-block;
	vertical-align: top;
	margin-right: .75rem;
}
.kenmerken-tab li span {
	display: block;
    color: #F5F5F5;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 1rem;
    color: #F5F5F5;
    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;
	font-family: 'lama_sansmedium';
    color: #F5F5F5;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.8rem;
    position: absolute;
    top: 0.7rem;
    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: #78D64B;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #78D64B;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
	color: #f5f5f5;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
	color: #F5F5F5;
    font-size: 2.2rem;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #F5F5F5;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	font-family: 'lama_sansmedium';
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-product****/
.aanbod-dtl-product .product-heading {
	text-align: center;
	margin-bottom: 4rem;
}
.product-heading h3 {
    position: relative;
    padding-left: 8rem;
	font-family: 'lama_sansbold_condensed';
	display: inline-block;
}
.product-heading h3::after {
    position: absolute;
    content: "";
    background-image: url(../images/product-part.svg);
    left: 0;
    bottom: 0;
    height: 64px;
    width: 64px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/***************************aanbod-list**************************/
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    position: relative;
    z-index: 4;
}
.aanbod-filter {
	margin-bottom: 2rem;
    padding-right: 0;
    position: relative;
}
.aanbod-filter-top {
    background-color: #78D64B;
    padding-top: 2rem;
}
.filter-left h6 {
	cursor: pointer;
}
.outer-filter {
	display: flex;
    justify-content: end;
    gap: 1.5rem;
    align-items: center;
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}
.aanbod-filter h4 {
    background-color: #78D64B;
    padding-bottom: 0;
    text-transform: uppercase;
    font-family: 'lama_sansextrabold_condensed';
}
.aanbod-filter > * {
    padding: 1rem 2rem 1rem 0rem;
    background-color: #78D64B;
}
.select-style {
	width: 100%;
    height: 2.6rem;
    color: #11111A;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'lama_sansmedium';
    font-size: 1.4rem;
    border: 0;
    padding: 0 24% 0 2rem;
    padding-left: 0;
    background: url(../images/filter-arrow.svg) #78D64B no-repeat 80% center/7px;
    appearance: none;
    line-height: 2rem;
    background-color: #78D64B;
    text-transform: uppercase;
}
.select-style option{
	font-family: arial;
}
.aanbod-filter::after{
    position: absolute;
    right: 3rem;
    top: 50%;
    height: 65%;
    width: 2px;
    background: rgba(17, 17, 26, 0.70);
    content: "";
    transform: translateY(-50%) rotate(17.431deg);
}
.aanbod-filter-part .row .aanbod-filter:last-child:after ,
.aanbod-filter-part .row .aanbod-filter:nth-child( 4n):after{
   display: none;
}
.clear-filter a {
	font-size: 1.2rem;
    font-family: 'lama_sansextrabold_condensed';
    color: #fff;
    background-color: #0C0C0F;
    border-radius: 100px;
    padding: 1rem;
    display: inline-block;
    margin-left: 0 !important;
}
.clear-filter img {
	width: 1.3rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.filter-main .select-style {
    font-family: 'lama_sansmedium';
    color: #11111A;
    font-size: 1.4rem;
    padding-left: 2rem;
    background: url(../images/filter-arrow.svg) #F6F8FA no-repeat 93% center / 7px;
    background-color: #78D64B;
    text-transform: none;
}
.filter-left {
	margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 6rem;
    /* display: none; */
}
.clear-filter {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-right: 6rem;
}
.aanbod-filter-btm {
    padding: 0 8rem;
    display: none;
}
.filter-content {
    display: none;
    background-color:#11111A;
    padding: 1rem 2rem 1.5rem;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: -0.5rem !important;
	cursor: default;
    transform: translate3d(0px, 68px, 0px) !important;
}
.filter-content.show-div {
    display: block;
}
.aanbod-filter-sec label {
    color: #fff;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	cursor: pointer;
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #f0f0f7;
    opacity: 0.65;
}
.aanbod-filter-sec .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 #11111A;
    background-color: #F7FAF6;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #78D64B;
    border-color: #78D64B;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 100px;
}
.aanbond-select-option-btn.select-style{
	border-top-left-radius: 24px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	}
.filter-content{
	margin-top: -1.2rem !important;
	border-radius: 0 ;
}
/* .aanbod-filter:last-child:after {
    display: none;
} */
.auto-overview-tag {
    margin-right: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #11111A;
    border-radius: 1rem;
    background-color:#F7FAF6;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.cross-btn {
    width: 1.7rem;
}
.total_search_records {
	margin-top: 3rem;
}
/* .clear-filter a:hover img {
	filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
	-webkit-filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(4447%) hue-rotate(214deg) brightness(109%) contrast(101%);
} */
/* .clear-filter img {
	width: 1.3rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    filter: brightness(0) invert(1);
} */
.clear-filter a:hover img {
	filter: brightness(1) invert(0);
    -webkit-filter:  brightness(1) invert(0);
}
.mobile-filter-close {
    padding: 1.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #F7FAF6;
	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: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F7FAF6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #11111A;
}
.mobile-filter-close span img {
	width: 1.6rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
    background-color: #78D64B;
    border-color: #78D64B;
    color: #fff;
    padding: 1rem;
    max-width: initial;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #11111A;
}
/****product-car-sec****/
.product-car-sec {
	padding: 8rem 0;
    position: relative;
    z-index: 3;
}
.product-car-sec .each-product {
	margin-bottom: 3rem;
}
/* ********************** ADD IN EVERY PAGE ************* */
/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 30px;
      padding-top: 15px;
  }
  
  .cookie_div{
      position: fixed;
      bottom: 0;
      z-index: 999999;
      width: 100%;
      padding: 0px 0;
  }
  .cookie_div{
      color:#9c9c9c;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .cookie_div h4{
      margin-bottom: 15px;
      font-size: 13pt;
      font-family: 'Calibri';
  }
  .cookie_div a{
      color:#38b6be;
      font-size: 10pt;
      font-weight:bold;
      margin-left:8px;
      font-family: 'Calibri';
  }
  .cookie_div button{
      color:#3c935c;
      background:#dbffe8;
      font-weight: bold;
      border: 0;
      padding: 10px 25px;
      margin:5px 0;
      cursor: pointer;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .light_theme{
      background:rgba(255, 255, 255, 0.83);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
      background: rgba(0, 0, 0, 0.78);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
      color:#2a2a2a;
  }
  .dark_theme h4{
      color:#c9c9c9;
  }
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 0 6px 44px;
      color: #000;
      background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      font-family: 'NunitoSansRegular';
      font-size: 16px;
      color: black;;
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
   .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  } 
  .privacy-sec{
      background-color: #121212;
      padding: 11% 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  
  .acties-left-content
  {
    margin-top: 200px;
  }
  .acties-left-content h5
  {
    font-size: 30px;
    margin-bottom:10px ;
  }
  .acties-left-content p 
  {
      color: white;
  }
  
  .error_top {
      margin-top: 160px;
      margin-bottom: 20px;
  }
  

.product-sec , .service-slider{
	overflow: hidden;
}
.aanbod-dtl-top{
	position: relative;
	z-index: 0;
}
/* custom style for aanbod detail forms  */

.form-1 .form-styl:focus{
	box-shadow: none;
	background: transparent;
    color: #fff;
	border-bottom: 1px solid #fff;
}
.form-1 .form-styl{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.form-1 .form-styl:placeholder {
	color: #fff;
}
.form-1 .form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-1 .form-styl::placeholder {
	color: #fff;
}
.form-1 .form-group label{
    color: #fff;
}
.form-1 .diensten-dtl-mid-left label.active{
    color: #fff;
}
/* ******************************** */
.form-2 .form-styl:focus{
	box-shadow: none;
	background: transparent;
    color: #fff;
	border-bottom: 1px solid #fff;
}
.form-2 .form-styl{
	border-bottom: 1px solid #fff;
	color: #fff;
}
.form-2 .form-styl:placeholder {
	color: #fff;
}
.form-2 .form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-2 .form-styl::placeholder {
	color: #fff;
}
.form-2 .form-group label{
    color: #fff;
}
.form-2 .diensten-dtl-mid-left label.active{
    color: #fff;
}
.foto_upload{
	font-family: 'lama_sansmedium';
  	font-size: 1.6rem;
}

/* css for count loader  */
.load_img{
    width: 5rem;
}
.dtl-tab-sec .banner-box {
  	right: 8rem;
  	max-width: 63rem;
  	height: 52rem;
  	width: 100%;
	top: -10rem;
	pointer-events: none;
	bottom: auto;
	background-image: url(../images/gradient-bar.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: top;
    z-index: -1;
}
.dtl-tab-sec .banner-box img {
   	display: none;
}
.tab-wrap{
	position: relative;
	z-index: 9;
}
.bedankt-banner .banner-content {
    bottom: 15rem;
}

.fixed-whatsapp-icon {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	right: 10px;
	bottom: 0px;
	z-index: 999;
}

.fixed-whatsapp-icon img {
	width: 50px;
}

.popup .popuptext {
	display: none;
	width: 200px;
	background-color: #25D366;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	padding: 8px 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;
}
.ui-widget.ui-widget-content{
	z-index: 99 !important;
}
/*===========packages===========*/
.packages{
	padding: 140px 0 90px;
	margin-bottom: -90px;
}
.packages h2{
	margin-bottom: 112px;
}
.packages table{
	width: 100%;
}
.packages tr{
	background: rgba(255, 255, 255, 0.04);
}
.packages tr:nth-child(odd){
	background: #11111A;
}
.packages td{
	color: #FFF;
	font-family: 'lama_sansbold_condensed';
	font-size: 2.4rem;
	line-height: normal;
	padding: 24px 30px;
	vertical-align: top;
}
.packages td:not(:first-child){
	border-left: 1px solid rgba(247, 250, 246, 0.15);
	text-align: center;
}
.packages td span{
	color: #F7FAF6;
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
	line-height: 22.48px;
	letter-spacing: 0.16px;
	max-width: 200px;
  	margin: auto;
  	display: block;
}
.packages tr:last-child td{
	border: 0;
}
.packages td:first-child{
	width: 48%;
}
.packages th{
	color: #11111A;
	font-family: 'lama_sansblack_condensed';
	font-size: 4rem;
	line-height: 63px;
	text-transform: uppercase;
	text-align: center;
	height: 117px;
}
.packages th:nth-child(2){
	background: #F7FAF6;
}
.packages th:nth-child(3){
	background: #78D64B;
	height: 152px;
	margin-top: -32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.packages tr h4{
	font-family: 'lama_sansblack_condensed';
  	font-size: 4rem;
  	color: #fff;
  	line-height: 63px;
}
.tab-content iframe {
	height: 900px;
}