@import "fonts.css";
 @import "common-class.css";
 body {
     padding: 0px;
     margin: 0px;
     font-family: 'lama_sansregular';
     font-size: 16px;
     color: #FFF;
     background-color: #071116;
}
html {
     font-size: 62.5%;
}
 .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;
}
/*****************header****************/
 .header-area {
     position: absolute;
     width: 100%;
     left: 0;
     top: 0;
     padding-top: 2rem;
     z-index: 9;
}
.hamburger {
     display: flex;
     align-items: center;
     color: #fff;
     font-family: 'lama_sansbold';
     font-size: 1.4rem;
     column-gap: .8rem;
     padding-left: 0;
     text-transform: uppercase;
     padding-top: 0;
     padding-bottom: 0;
}
.menu-left, .menu-left ul {
     display: flex;
     column-gap: 5.8rem;
     align-items: center;
}
.menu-right li .header-button{
     outline: none;
     border:0;
     background-color: transparent;
     font-family: 'lama_sansbold';
     font-size: 1.4rem;
     text-transform: uppercase;
     color: #fff;
     padding: 1.3rem;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
.menu-right li .header-button:hover{
     background-color: #E40001;
     color: #fff;    
}
.menu-right li .header-button:hover::after{
     display: none;
}
.menu-right a, .menu-left a {
     font-family: 'lama_sansbold';
     font-size: 1.4rem;
     text-transform: uppercase;
}
.menu-mid {
     text-align: center;
}
.menu-mid img {
     width: 20rem;
}
.menu-right ul {
     display: flex;
     column-gap: 6.4rem;
     justify-content: end;
     align-items: center;
}
.menu-right a img {
     width: 1.3rem;
     margin-top: -.4rem;
     margin-right: 1rem;
     filter: brightness(0) invert(1);
     -webkit-filter: brightness(0) invert(1);
}
.menu-left a, .menu-right a {
     position: relative;
}
.menu-left a::after, .menu-right a::after {
     position: absolute;
     content: "";
     height: 2px;
     width: 0;
     bottom: -1.5px;
     left: 0;
     background-color: #E40001;
     transition: all .5s;
     -webkit-transition: all .5s;
}
.menu-left a:hover, .menu-right a:hover {
     color: #E40001;
}
.menu-right a:hover img {
     filter: brightness(1) invert(0);
     -webkit-filter: brightness(1) invert(0);
}
.menu-left a:hover::after, .menu-right a:hover::after {
     width: 100%;
}
.hamburger:hover {
     opacity: 1;
}
.menu-mid {
     z-index: 2;
}
.menu-mid::after, .menu-mid::before {
     position: absolute;
     bottom: 0;
     content: '';
     width: calc(50vw - 11.6rem);
     background: #fff;
     height: 1px;
     right: 0;
     transition: all 0.1s;
     -webkit-transition: all 0.1s;
}
.menu-mid::after {
     left: 1.4rem;
     right: auto;
}
.menu-mid::before{
     right: 1.4rem;
}
.menu-mid a {
     display: block;
     transition: transform .3s;
     transform: translateY(calc(100% - 5rem));
     position: relative;
     z-index: 2;
}
.mobile-menu {
     background-color: #071116;
     /* padding: 9.4rem 0; */
     top: 11.5rem;
     position: fixed;
     z-index: 0;
     display: none;
     width: 100%;
     /* height: 55rem;
     min-height: 32rem;
     overflow: auto;
     padding-bottom: 8rem; */
 }
 .mobile-menu .row{
     /* height: 46rem;
     overflow: auto;
     padding-bottom: 8rem; */
 }
.mobile-menu-left {
     height: 100%;
}
.mobile-menu-left li a {
     font-family: 'lama_sansbold';
     font-size: 2rem;
     position: relative;
}
.mobile-menu-left li a::after {
     position: absolute;
     content: "";
     height: 2px;
     width: 0;
     bottom: -1.5px;
     left: 0;
     background-color: #E40001;
     transition: all .5s;
     -webkit-transition: all .5s;
}
.menu-each-slider{
     overflow: hidden;
     border-radius: 2rem;
}
.mobile-menu-right .swiper-slide img{
     transition: transform .9s ease-in-out;
     transform: scale(1)
}
.mobile-menu-right .swiper-slide-active img {
     transform: scale(1.08);
     transition: transform 0.9s ease-in-out;
}
.mobile-menu-left li a:hover::after {
     width: 100%;
}
.mobile-menu-mid-social ul {
     display: flex;
     column-gap: 1.7rem;
}
.mobile-menu-mid-social li img {
     width: 2.1rem;
}
.mobile-menu-right {
     height: 36rem;
}
.mobile-menu-right img {
     height: 100%;
     object-fit: cover;
}
.mobile-menu-mid, .mobile-menu-left ul {
     display: flex;
     flex-direction: column;
     height: 100%;
     justify-content: space-between;
     row-gap: 1rem;
}
.mobile-menu-mid-top a {
     font-family: 'lama_sansbold';
     font-size: 2rem;
     color: #F9F8F6;
}
.mobile-menu-mid-top a:hover{
     text-decoration: underline;
}
.mobile-menu-mid h6 {
     color: #F9F8F6;
     font-size: 1.6rem;
     font-family: 'lama_sansbold';
     margin-bottom: 1.1rem;
}
.mobile-menu-mid-mid a {
     font-family: 'lama_sansregular';
}
.mobile-menu-mid-btm p span {
     color: rgba(249, 248, 246, 0.40);
}
.show-menu .row>div {
     /* transform: translateY(-100%); */
     opacity: 0;
     animation: fadeIn 1s forwards;
     animation-delay: 1s;
}
@keyframes fadeIn {
     to {
         opacity: 1;
         transform: translateY(0);
    }
}
.show-menu .mobile-menu-left li {
     /* transform: translateX(-100%); */
     opacity: 0;
     animation: fadeInmenu .5s forwards;
     animation-delay: 1s;
}
@keyframes fadeInmenu {
     to {
         opacity: 1;
         transform: translateX(0);
    }
}
.stiky{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 0;
	background: #071116;
	z-index: 99;
}
.stiky .menu-mid a {
	transform: translateY(0);
}
.stiky .menu-mid::after, 
.stiky .menu-mid::before{
	width:calc(100% - 4.5rem);
}
.stiky .show-menu{
	top: 9.5rem;
}
.mobile-menu {
     max-height: 55.4rem;
     overflow-y:auto;
     height: 100%;
     padding: 9rem 0;
}
.mobile-menu-wrap {
     overflow-y: auto;
     height: 100%;
}
.mobile-menu-right {
     overflow: hidden;
     border-radius: 2rem;
}
/* ************** banner *************** */
 .banner-sec {
     position: relative;
     overflow: hidden;
}
.banner-line img{
     width: 100%;
}
.banner-line {
     position: absolute;
     height: 100%;
     width: 75rem;
     right: -2rem;
     bottom: -19%;
     pointer-events: none;
     z-index: 4;
}
.banner-content {
     position: absolute;
     top: 50%;
     left: 0;
     transform: translateY(-50%);
     width: 100%;
     z-index: 1;
}
.banner-content h1 {
     margin-bottom: 1rem;
}
.banner-content h2 {
     font-size: 6.4rem;
}
.banner-video {
     height: 68rem !important;
     border-radius: 4rem;
}
.banner-content .common-btn {
     margin-top: 4rem;
}
.banner-video .video-js {
     height: 100% !important;
     width: 100% !important;
     background-color:#071116;
}
.banner-video .video-js .vjs-tech {
     object-fit: cover;
     border-radius: 4rem;
     background-color:#071116;
}
.banner-sec .swiper {
     height: 100vh;
     border-radius: 4rem;
     padding: 1.2rem;
     padding-bottom: 0;
     overflow: hidden;
     background-color:#071116;
}
.each-banner-slider {
     height: 100%;
     border-radius: 4rem;
     overflow: hidden;
}
.each-banner-slider img {
     height: 100%;
     object-fit: cover;
}
.banner-wrap{
     margin: 1rem;
     position: relative;
     overflow: hidden;
     height: 100%;
}
/* **************** home-product *********** */
 .product-slider{
     padding: 10rem 0;
}
 .home-slider-heading{
     text-align: center;
     margin-bottom: 5.7rem;
}
 .each-product-slider {
     border-radius: 3rem;
     overflow: hidden;
     padding: .8rem;
     padding-bottom: 3.4rem;
     border-radius: 20px;
     background: #FFF;
}
.product-slider-img img{
	border-radius: 1rem;
}
.product-slider-img{
	position: relative;
}
.poduct-slide-btn{
	padding: 1.3rem;
	background-color: #E40001;
	color: #fff;
	text-align: center;
	display: inline-block;
	border-radius: 1rem 0 1rem 0;
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'lama_sansbold';
	text-transform: uppercase;
	font-size: 1.2rem;
}
.product-slider-top-content h6 {
     color: #071116;
     font-size: 2rem;
     font-family: 'lama_sansbold';
}
.product-slider-top-content p {
     color: rgba(7, 17, 22, 0.5);
     font-family: 'lama_sansmedium';
     height: 52px;
     overflow: hidden;
}
.product-slider-content table {
     width: 100%;
     margin-top: 2.2rem;
     margin-bottom: 2.2rem;
}
.product-slider-content td {
     color: rgba(10, 21, 32, 0.5);
     font-family: 'lama_sansbold';
     font-size: 1.4rem;
}
.product-slider-content td img{
     width: 1.3rem;
     margin-right: .8rem;
     margin-top: -2px;
}
.product-slider-btm-content {
     border-top: 2px solid #D9D9D9;
	 padding-top: 2rem;
}
.product-slider-btm-content h6 {
     color: #0A1520;
     font-family: 'sequel100black-4545';
     font-size: 1.6rem;
     margin-bottom: 1rem;
}
.product-slider-content {
     padding-top: 2.6rem;
}
.product-slider-content>* {
     margin: 0 1.4rem;
}
.product-slider-btm-content p {
     color: #828282;
     font-family: 'lama_sansmedium';
}
.product-slider-btm-content p strong {
     font-weight: normal;
     color: #E40001;
	 font-family: 'lama_sansbold';
}
.product-slider .swiper-button-next{
	right: -5%;
}
.product-slider .swiper-button-prev{
	left: -5%;
}
.product-slider-add {
     background-color: rgba(240, 240, 240, 1);
     background-image: url(../images/add.svg);
     height: 3.7rem;
     width: 3.7rem;
     background-size: 1.4rem;
     background-repeat: no-repeat;
     background-position: center;
     border-radius: 100%;
     margin-left: auto;
     margin-right: 0;
	 transition: all 0.5s;
}
.each-product-slider:hover .product-slider-add  {
	background-color: #E40001;
	background-image: url(../images/add-white.svg);
}
.product-slider-btm-content {
     padding-top: 2.2rem;
}
.product-slider .swiper-scrollbar-drag {
     background-color: #E40001;
     border-radius: 0;
}
.product-slider .swiper-scrollbar {
     background-color: rgba(255, 255, 255, 0.1);
     height: 4px;
     border-radius: 0;
     margin: 0 5rem 1.3rem;
     overflow: hidden;
}
 .product-scroll{
     margin-top: 7rem;
}
/* ************ home-service**************** */
.each-service-slider img{
	border-radius: 2rem;
}
.home-service{
     padding-top: 12rem;
	padding-bottom: 9rem;
     background-color: #0D1E26;
}
.home-service .swiper-button-prev{
	left: -4rem;
}
.each-service-slider-content{
	border-radius: 0px 0px 20px 20px;
	background: rgba(7, 17, 22, 0.30);
	backdrop-filter: blur(10px);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 4.6rem 4.3rem;
     z-index: 1;
}
.each-service-slider-content p{
	margin-top: 2.4rem;
}
.each-service-slider{
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
.home-service-top-right p{
	margin-bottom: 5.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	animation-duration: 5s;
}
.home-service-top-right{
	max-width: 50rem;
	margin-left: auto;
	margin-right: 0;
}
.service-slider-top{
	margin-bottom: 8rem;
}
.sevice-slider-arrow{
	display: flex;
	height: 3.5rem;
	width: 3.5rem;
	border: 1px solid #F7F0EC;
	border-radius: 100%;
	margin-left: auto;
	background-image: url(../images/sevice_slider_arrow.svg);
	background-size: 1.5rem;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-slider:hover .sevice-slider-arrow{
	background-color: #fff;
	border-color: #fff;
	background-image: url(../images/sevice_slider_black_arrow.svg);
}
.each-service-slider:hover p{
     display: -webkit-box;
	animation-duration: 5s;
}
.each-service-slider p{
     display: none;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-service-slider-img{
	overflow: hidden;
}
.each-service-slider-img img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-service-slider:hover .each-service-slider-img img{
	transform: scale(1.1);
}
/************marque-sec************/
.marque-sec{
    padding: 2rem 0;
	background: #E40001;
}
.marque-sec li{
     position: relative;
     color: #fff;
     padding-left: 3rem;
     padding-right: 14rem;
     font-family: 'lama_sansbold';
     word-spacing: 8px;
}
.marque-sec li::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    height: 2.2rem;
    width: 2.2rem;
    background-image: url(../images/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2rem;
    content: "";
}
.marque-sec {
    margin: 0 auto;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}     
.brands{
	overflow: hidden;	
}
.brands__wrapper:hover .each-brand {
	animation-play-state: paused;
}
.each-brand{
	display: inline-block;
	animation: marquee 15s linear infinite ;
}
.brands__wrapper ul{
	display: flex;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}
}

/* ********** home-review ************* */
.home-review{
	padding: 12rem 0 24rem;
     position: relative;
}
.home-review-line{
     position: absolute;
     left: 0;
     top: 3%;
     width: 72rem;
     height: 100%;
     z-index: 1;
}
.home-review-lft{
	padding-right: 28rem;
	position: relative;
}
.home-review-lft-img-1{
	height: 60rem;
}
.home-review-lft-img-2 img ,
.home-review-lft-img-1 img{
	height: 100%;
	object-fit: cover;
	border-radius: 2rem;
}
.home-review-lft-img-2{
	position: absolute;
	right: 0;
     height: 50rem;
	width: 35rem;
	top: 21rem;
     z-index: 2;
}
.home-review-right-top p{
     max-width: 56rem;
     width: 100%;
     margin: 2rem 0;
}
.home-review-right{
     padding-left: 13rem;
}
.home-review .accordion-item {
     background-color: transparent;
     border: 0;
     padding: 1rem 0;
 }
 .home-review .accordion-item:last-child{
     padding-bottom: 0;
 }
 .home-review .accordion-item:last-child {
     border-bottom: 0;
 }
 .home-review .accordion-item:last-of-type .accordion-button,
 .home-review .accordion-item:first-of-type .accordion-button{
     border-radius: 1rem !important ;
 }
 .home-review .accordian-content .accordion-button::after {
     display: none;
 }

 .home-review .accordian-content .accordion-button:not(.collapsed) {
     box-shadow: none;
     border-radius: 1rem 1rem 0 0 !important;
     color: #071116;
 }
 .home-review .accordian-content .accordion-button{
     border-radius: 1rem ;
     padding: 2rem 0;
 }
 .home-review .accordian-content p {
     color: #11111A;
 }
 .home-review .accordion-body p {
     margin: 0 2.5rem 0 0;
     max-width: 49rem;
     width: 100%;
 }
 .home-review .accordian-content {
     position: relative;
     z-index: 1;
 }
 .home-review .accordian-content .accordion-button {
     background-color: transparent;	
     background-color: #fff;
 }
 .home-review .accordian-content .accordion-body {
     transition: all 0s;
     padding-left: 5.2rem;
 }
.home-review  .accordion-collapse{
     background-color: #fff;
     border-radius: 0 0 1rem 1rem !important;
 }
.home-review  .accordian-content .accordion-button:focus {
     border: none;
     box-shadow: none;
 }
 .home-review .accordion-button h4{
     color: #071116;
     font-family: 'lama_sansbold';
     padding-left: 5.2rem;
     position: relative;
     font-size: 1.6rem;
     width: 100% ;
     padding-right: 2rem;
}
.home-review .accordion-button h4::after{
     position: absolute;
     left: 2.2rem;
     top: 0;
     content: "";
     background-image: url(../images/tick.svg);
     height: 2rem;
     width: 2rem;
     background-size: 2rem;
     background-repeat: no-repeat;
}
.home-review .accordion-button h4::before {
     position: absolute;
     right: 1rem;
     top: 0;
     content: "";
     background-image: url(../images/accordian-down-arrow.svg);
     height: 2rem;
     width: 2rem;
     background-size: 1.5rem;
     background-repeat: no-repeat;
 }
 .home-review .accordion-button:not(.collapsed) h4::before {
     background-image: url(../images/accordian-up-arrow.svg);
     transform: rotate(0);
 }
.home-review a{
     display: block;
     margin-top: 7rem;
}
.google-review{
     padding-bottom: 8rem;
}
/************footer************/
.footer-area {
     padding: 3rem 0 0;     
 }
 .foote-wrap{
     position: relative;
     overflow: hidden;
     background-color: #0D1E26;
     margin:0 1.2rem;
     border-radius: 4rem ;
     padding-top:10rem ;
     padding-bottom: 4.5rem;
 }
 .footer-line{
     position: absolute;
     right: -1%;
     top: -13%;
     z-index: 2;
     width: 91rem;
     pointer-events: none;
 }
.home-btm{
     margin-bottom: 10rem;
}
.each-home-btm-slider{
     height: 26rem;
     overflow: hidden;
     border-radius: 2rem;
}
.each-home-btm-slider img{
     height: 100%;
     object-fit: cover;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
.each-home-btm-slider:hover img{
     transform: scale(1.1);
}
.home-btm-wp {
     border-radius: 10rem;
     background: rgba(37, 211, 102, 0.30);
     width: 27rem;
     padding: 1rem;
     margin: 7rem 0 8rem;
 }
 .home-btm-wp span {
     background-color: #62D358;
     height: 5.2rem;
     width: 5.2rem;
     border-radius: 10rem;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 1rem;
 }
 .home-btm-wp-part-info h6{
     font-family: 'lama_sansbold';
     font-size: 1.4rem;
     color: #fff;
     text-transform: uppercase;
     line-height: normal;
     margin-bottom: .5rem;
 }
 .home-btm-wp a {
     display: flex;
     align-items: center;
     column-gap: 1rem ;
 }
 .home-btm-wp-part-info p{
     line-height: 1;
 }
 .home-btm-wp span img {
     width: 2.6rem !important;
 }
 .footer-logo img {
     width: 17rem;
 }
 .footer-right hr {
     height: 1px;
     margin: 6rem 0 2.5rem;
     background-color: #fff;
     opacity: 1;
 }
 .footer-btm-right li {
     display: inline-block;
      margin-right: 2rem; 
     vertical-align: middle;
 }
 .footer-btm-right li:last-child {
      margin-right: 0;
 }
 .footer-right{
     max-width: 1110px;
     margin-left: auto;
 }
 .bovag-logo img {
      width: 9.7rem;
 }
 .footer-btm-left {
      display: flex;
      align-items: center;
 }
 .footer-btm-left h6 {
      margin-left: 2.5rem;
 }
 .each-footer h6{
     font-family: 'lama_sansbold';
     font-size: 1.6rem;
     margin-bottom: 1.2rem;
 }
 .mobile-menu-mid-mid a:hover{
     color: #fff;
     text-decoration: underline;
 }
 .home-btm-slider{
     z-index: 0;
 }
 /* ************ Diensten ************ */
 .inner-banner{      
     padding: 1.5rem 1.5rem 0 1.5rem;   
     margin-bottom: 1.5rem;   
 }
 .inner-banner-img{
     position: relative;
     height: 47rem; 
     overflow: hidden;
     border-radius: 4rem; 
 }
 .inner-banner-content{
     position: absolute;
     left: 0;
     top: 55%;
     text-align: center;
     width: 100%;
     transform: translateY(-50%);
 }
 .inner-banner .banner-line{
     right: -10rem;
     bottom: -24%;
 }
 .diensten-list-sec{
     padding: 14rem 0 12rem;
 }
 .diensten-list-sec .each-service-slider{
     position: relative;
 }
 .diensten-list-sec .each-service-slider::after{
     position: absolute;
     background: linear-gradient(180deg, rgba(12, 24, 31, 0.00) -11.94%, #0C181F 100%);
     content: "";
     left: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
     z-index: 0;
 }
 .diensten-list-sec .each-service-slider-content{
     background: transparent;
     backdrop-filter: unset;
 }
.diensten-list-sec .each-service-slider:hover .sevice-slider-arrow{
     background-size: 1.3rem;
}
.diensten-list-sec .sevice-slider-arrow{
     background-image: url(../images/black-right-arrow.svg);
     background-color: #fff;
     background-size: 1rem;
}
.diensten-list-sec .each-service-slider:hover .each-service-slider-content{
     border-radius: 0px 0px 20px 20px;
     background: rgba(7, 17, 22, 0.30);
     backdrop-filter: blur(10px);
}
/* ******************* diensten-dtl **************** */
.diensten-dtl-top{
     position: relative;
     padding-bottom: 15rem;
}
.diensten-dtl-top-lft{
     height: 50rem;
}
.diensten-dtl-top-lft img{
     border-radius: 2rem;
     height: 100%;
     object-fit: cover;
}
.diensten-dtl-top-right{
     padding-left: 8rem;
     padding-top: 4rem;
}
.diensten-dtl-mid-heading h5 strong{
     color: #E40001;
     font-weight: normal;
}
.diensten-dtl-top-right h2{
     margin-bottom: 2.5rem;
}
.back-btn-sec{
     padding-top: 23rem;   
}
.back-btn{
     margin-bottom: -2rem;
     padding-left: 8rem;
     position: relative;
     z-index: 5;
}
.text-btn{
     position: relative;
     padding-left: 3rem;
}
.text-btn::after{
     position: absolute;
     content: "";
     left: 0;
     top: 5px;
     height: 1.5rem;
     width: 1.5rem;
     background-size: 1.5rem;
     background-image: url(../images/back-arrow.svg);
     background-repeat: no-repeat;     
     background-position: center;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
     filter: brightness(0) invert(1);
     -webkit-filter: brightness(0) invert(1);
}
.text-btn:hover::after{
     left: -.5rem;
     filter: brightness(1) invert(0);
     -webkit-filter: brightness(1) invert(0);
}
.diensten-dtl-top-line{
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: -1;
}
.diensten-dtl-mid-heading {
     text-align: center;
     margin-bottom: 5rem;
}
.diensten-dtl-mid-each-content{
     border-radius: 20px;
     background: #0D1E26;
     height: 100%;
     padding: 4.6rem 6rem ;
}
.diensten-dtl-mid-each-content p strong{
     font-weight: normal;
     font-family: 'lama_sansbold';
     margin-bottom: 2.1rem;
     display: block;
}
.diensten-dtl-btm{
     background-color: transparent;
}
.diensten-dtl-btm .home-service-top-lft{
     padding-top: 10rem;
}
/* ********* thankyou ****** */
.thankyou-banner-img{
     margin: 1.2rem;
     margin-bottom: 0;
}
.thankyou-banner-img img{
     border-radius: 4rem;
     overflow: hidden;
     height: 100%;
     object-fit: cover;
}
.thankyou-banner-wrap{
     margin: 1.2rem;
     margin-bottom: 0;
     overflow: hidden;
     border-radius: 4rem;
}

/*============== popup ==============*/
.modal-area .modal-dialog {
     max-width: 50%;
     margin: 10% auto 0;
}
.modal-area .modal {
     background-color: rgba(7, 17, 22, 0.8);
}
.modal-area .modal-content {
     border: 0;
     border-radius: 40px;
     background-color: #0D1E26;
     position: relative;
     overflow: hidden;
}
.modal-area .popup-content p {
     margin: 5rem auto 7.5rem;
     max-width: 78rem;
     width: 100%;
}
.modal-area .popup-content {
     text-align: center;
     padding: 8.5rem 11.5rem 6.5rem;
     background-color: #0D1E26;
}
.modal-area .popup-content h2 {
     letter-spacing: normal;
}
/*******************************aanbod-list***************************/
.aanbod-list-top{
     padding-top: 20rem;
}
.aanod-list-top-heading{
     text-align: center;
     margin-bottom: 9.7rem;
}
.aanod-list-top-content h2{
     text-align: end;
}
.aanod-list-top-content p{
     max-width: 64rem;
}
/***aanbod-filter-sec***/
.aanbod-filter-sec {
	padding: 9rem 0 0;
}
.total-car h5 {
	font-family: 'lama_sansmedium';
	color: #fff;
     font-size: 2rem;
}
.total-car h5 span {
	font-size: 1.6rem;
     text-transform: lowercase;
}
.filter-main .each-filter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sorteen-filter {
	width: 100%;
	max-width: 40rem;
}
.aanbod-filter-sec label {
     color: #fff;
     margin-bottom: 0;
     display: block;
     width: 100%;
     z-index: 2;
     font-family: 'lama_sansregular';
     font-size: 1.6rem;
     cursor: pointer;
     max-width: 100%;
     margin-bottom: .65rem;
}
.aanbod-filter-sec label span{
     opacity: .6;
}
.aanbod-filter-sec .total-car h5{
     margin-bottom: 2rem;
}
.clear-filter {
	margin-top: 1.5rem;
}
.clear-filter a {
	color: #fff;
}
.clear-filter img {
	width: 1.8rem;
	margin-left: 0.5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
     filter:brightness(0) invert(1);
     -webkit-filter:brightness(0) invert(1);
}
.aanbod-filter-sec .dropdown-menu.show {
    border-radius: 0 0 2rem 2rem;
}
.select-style.show {
	border-radius: 2rem 2rem 0 0;
     border-bottom: 0;
}
.outer-filter {
	display: flex;
	justify-content: end;
	gap: 1.5rem;
}
.outer-filter .more-filter-btn {
	max-width: 5.8rem;
	width: 100%;
	cursor: pointer;
	background-image: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.more-filter-btn img {
	width: 2rem;
}
.more-filter-btn:hover,
.more-filter-btn.active {
	background-color: transparent;
	border-color: rgba(23, 19, 19, 0.40);
}
.more-filter-btn:hover img,
.more-filter-btn.active img{
	filter: invert(0);
}
.outer-filter .select-style {
	padding-right: 3.7rem;
}
.select-style {
     width: 100%;
     height: 4.8rem;
     color: #fff;
     font-family: 'lama_sansmedium';
     font-size: 1.6rem;
     padding: 0 2rem;
     background: url(../images/filter-arrow.svg) #071116 no-repeat 93% center/10px;
     appearance: none;
     line-height: 4.8rem;
     border-radius: 30px;
     border: 1px solid rgba(255, 255, 255, 0.30);
     box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
     -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.filter-content {
     display: none;
     background-color:#071116;
     padding: 1rem 2rem 1.5rem;
     z-index: 2;
     border: 1px solid rgba(255, 255, 255, 0.30);
     border-top: 0;
     border-radius: 0 0 0.5rem 0.5rem;
     margin-top: -.2rem !important;
     cursor: default;
     max-height: 25rem;
     overflow-y: scroll;
}
.filter-content.show-div {
    display: block;
}
.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 #fff;
    background-color: transparent;
    border-radius: 0.3rem;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #1B1313;
    border-color: #fff;
}
.aanbod-filter-sec .color_box {
	background-color: Gray;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1rem;
	margin-top: 0.3rem;
    border-radius: 0.3rem;
}
.aanbod-filter {
	margin-bottom: 2rem;
}
.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: #1B1313;
    border-radius: 1rem;
    background-color:#F0D9FF;
	font-family: 'lama_sansmedium';
    font-size: 1.6rem;
}
.cross-btn {
    width: 1.1rem;
}
.auto-overview-tag:hover .cross-btn {
	filter: invert(1) brightness(10);
}
.total_search_records {
	margin-top: 3rem;
}
.mobile-filter-close {
     padding: 1.5rem;
     position: fixed;
     top: 0;
     width: 100%;
     left: 0;
     z-index: 10;
     background-color: #071116;
     border-bottom: 1px solid #fff;
}
.mobile-filter-close span {
    max-width: 3.2rem;
	width: 100%;
    height: 3.2rem;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #1B1313;
}
.mobile-filter-close span img {
    width: 1.8rem;
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #E40001;
	border-color: #E40001;
	color: #fff;
	padding: 1rem;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1B1313;
	border-color: #1B1313;
}

/* **************************************************************************************************************************** */
 /* ************ Diensten ************ */

 .diensten-lis-sec .each-service-slider{
     position: relative;
 }
 .diensten-lis-sec .each-service-slider::after{
     position: absolute;
     background: linear-gradient(180deg, rgba(12, 24, 31, 0.00) -11.94%, #0C181F 100%);
     content: "";
     left: 0;
     bottom: 0;
     height: 100%;
     width: 100%;
     z-index: 0;
 }
 .diensten-lis-sec .each-service-slider-content{
     background: transparent;
     backdrop-filter: unset;
 }
.diensten-lis-sec .each-service-slider:hover .sevice-slider-arrow{
     background-size: 1.3rem;
}

.diensten-lis-sec .sevice-slider-arrow{
     background-image: url(../images/black-right-arrow.svg);
     background-color: #fff;
     background-size: 1rem;
}



/*============================ over-ons-page start ============================*/
.over-ons-top{
     margin: 15.9rem 0 12.3rem;
}
.over-ons-top-first-img{
     max-width: 42.5rem;
     width: 100%;
     height: 37.6rem;
     margin-left: auto;
     border-radius: 2rem;
     overflow: hidden;
}
.over-ons-top-first-img img{
     height: 100%;
     object-fit: cover;
}
.over-ons-top-img{
     max-width: 59rem;
     width: 100%;
     margin-left: auto;
}
.over-ons-top-last-img{
     max-width: 27.7rem;
     height: 30.8rem;
     width: 100%;
     border-radius: 2rem;
     overflow: hidden;
     margin-top: -22.7rem;
}
.over-ons-top-last-img img{
     height: 100%;
     object-fit: cover;
}
.over-ons-top-content{
     padding-right: 7rem;
}
.over-ons-top-content h2{
     margin-bottom: 3rem;
}
.overons-mid-img{
     max-width: 66.1rem;
     width: 100%;
     height: 100%;
     padding-right: 3rem;
}
.overons-mid-img img{
     height: 100%;
     object-fit: cover;
     border-radius: 2rem;
     overflow: hidden;
}
.overons-mid-sec{
     margin-bottom: 12.4rem;
}
.overons-mid-content h6{
     color: #FFF;
     font-family: 'lama_sansbold';
     font-size: 1.6rem;
     line-height: 2rem;
     position: relative;
     margin-bottom: .8rem;
}
.overons-mid-text{
     margin-top: 3rem;
     padding-left: 5.5rem;
}
.overons-mid-text h6 span{
     position: absolute;
     left: -5rem;
     border: 1px solid #FFFFFF;
     padding: .8rem;
     border-radius: 100%;
     height: 3.2rem;
     display: flex;
     top: -.5rem;
     width: 3.2rem;
}
.overons-mid-content p{
     margin-bottom: 2.9rem;
}
.overons-mid-bg{
     position: absolute;
     top: -24rem;
     left: 0;
     z-index: -1;
     pointer-events: none;
}
.our-team-area{
     margin-bottom: 12.4rem;
}
.our-team-slider{
     margin-top: 5.7rem;
     position: relative;
}
.each-our-team{
     background-color: #0D1E26;
     border-radius: 1.5rem;
     overflow: hidden;
}
.our-team-text{
     padding: 4rem 1rem 3.7rem;
}
.our-team-text h6{
     color: #FFF;
     font-family: 'lama_sansbold';
     font-size: 1.6rem;
     text-transform: uppercase;
     margin-bottom: .5rem;
}
.our-team-text p{
     font-size: 1.4rem;
}
.our-team-slider .common-arrow{
     filter: invert(1);
}
.over-ons-gal-sec{
     margin-bottom: 12.4rem;
}
.over-ons-gal-wrap{
     padding: 0 1.5rem;
}
.over-ons-gal-wrap h2{
     margin-bottom: 5.7rem;
     text-align: center;
}
.each-over-ons-gal{
     display: flex;
     flex-wrap: wrap;
     column-gap: 2.5rem;
     row-gap: 2.5rem;
}
.over-ons-gal-small,
.over-ons-gal-big{
     overflow: hidden;
     border-radius: 2rem;
}
.each-over-ons-gal img{
     border-radius: 2rem;
     overflow: hidden;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
.each-over-ons-gal img:hover{
     transform: scale(1.1);
}
.over-ons-gal-small{
     max-width: 48%;
     width: 100%;
}
/*=============== contact ===============*/
.map-area{
     padding: 1.5rem;
}
.map-area .map{
     border-radius: 4rem;
     overflow: hidden;
     height: 47rem;
}
.map-area .map > img{
     height: 100%;
     object-fit: cover;
}
.map-bg {
     position: absolute;
    bottom: -22%;
    right: 0;
    pointer-events: none;
    width: 31%;
}
.map-bg img {
     width: 734px;
}
.contact-sec{
     padding: 12.4rem 0;
     margin: 12.4rem 0;
     position: relative;
}
.contact-sec::after{
     background-image: url(../images/contact-after.png);
     background-position: center;
     background-size: cover;
     top: 0;
     left: 0;
     position: absolute;
     width: 100%;
     height: 100%;
     content: "";
}
.form-heading{
     max-width: 58.8rem;
     width: 100%;
     margin-bottom: 3.5rem;
}
.form-heading h2{
     margin-bottom: 2rem;
}
.contact-sec .row{
     position: relative;
     z-index: 1;
}
.form-styl{
     background-color: transparent;
     border: 1px solid #FFFFFF;
     border-radius: 1rem;
     padding: 1.1rem 1.9rem;
     color: #FFF;
     font-family: 'lama_sansmedium';
     font-size: 1.4rem;
     line-height: 2.8rem;
     resize: none;
}
.form-styl::placeholder{
     color: #FFF;
     opacity: 1;
}
.form-styl:focus{
     background-color: rgba(36, 34, 34, 0.67);
     outline: none;
     box-shadow: none;
     border-color: #fff;
}
.textarea.form-styl{
     min-height: 15.2rem;
}
.textarea {
	color:#fff;
}

.form-area{
     max-width: 72rem;
     width: 100%;
}
.form-area .form-group{
     margin-bottom: 1.3rem;
}
.form-btn{
     margin-top: 3.3rem;
}
.form-btn button{
     background-color: transparent;
     border: navajowhite;
}
.contact-info-area{
     max-width: 45.5rem;
     width: 100%;
     margin-left: auto;
}
.each-contact-info{
     margin-top: 6.4rem;
     display: flex;
     column-gap: 4.6rem;
     align-items: center;
}
.contact-info-img{
     max-width: 7rem;
     width: 100%;
}
.contact-info-img img{
     width: 4rem;
}
.each-contact-info h6{
     color: #F9F8F6;
     font-family: 'lama_sansbold';
     font-size: 1.6rem;
     line-height: 2.5rem;
     letter-spacing: 0.16px;
}
.each-contact-info a{
     color: #F9F8F6;
}
.each-contact-info a:hover{
     color: #E40001;
}
/*======================= start verkocht =======================*/
.verkocht-area{
     padding: 12rem 0 13rem;
}
.verkocht-heading{
     margin-bottom: 5rem;
}
.verkocht-area .each-product-slider{
     margin-bottom: 1.9rem;
}
.verkocht-area .product-slider-btm-content {
     padding-top: 6.6rem;
}
/* ********** aanbod-dtl ******** */
.aanbod-dtl-back{
     padding-top: 18rem;
}
.aanbod-banner{
     margin-top: 17.6rem;
}
.aanbod-banner .banner-line {
     width: 59rem;
     right: 13.5%;
     bottom: -29%;
}
.aanbod-share{
     text-align: right;
}
.aanbod-share a{
     font-size: 1.4rem;
     line-height: 2.8rem;
     text-transform: uppercase;
     font-family: 'lama_sansbold';
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
.aanbod-share strong{
     margin-left: 1.1rem;
     border-bottom: 1px solid transparent;
     transition: all 0.5s;
     -webkit-transition: all 0.5s;
}
.aanbod-share a:hover{
     color: #fff;
}
.aanbod-share a:hover strong{
     border-color: #fff;
}
.aanbod-banner-slider{
     border-radius: 2rem;
     overflow: hidden;
     margin-top: 5.8rem;
}
.aanbod-banner-slider .swiper-button-next{
     right: 13%;
}
.aanbod-banner-slider .swiper-button-prev{
     left: 13%;
}
.aanbod-banner-slider .common-arrow{
     width: 6.5rem;
     height: 6.5rem;
     border: 1px solid #FFFFFF;
     border-radius: 100%;
}
.each-aanbod-banner{
     position: relative;
     border-radius: 2rem;
     overflow: hidden;
     opacity: 0.6;
}
.aanbod-banner-slider .swiper-slide.swiper-slide-active .each-aanbod-banner{
     opacity: 1;
}
.aanbod-banner-text{
     position: absolute;
     bottom: 6rem;
     left: 3.6rem;
     width: 100%;
     opacity: 0;
}
.aanbod-banner-slider .swiper-slide.swiper-slide-active .aanbod-banner-text{
     opacity: 1;
}
.aanbod-banner-text h2 strong{
     display: block;
}
.aanbod-car-dtl{
     margin: 6.9rem 0 12.6rem;
}
.car-dtl-area{
     padding-bottom: 3.6rem;
     border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.car-dtl-area table{
     width: 100%;
     max-width: 77rem;
}
.car-dtl-area table h6{
     color: rgba(255, 255, 255, 0.70);
     font-family: 'lama_sansregular';
     font-size: 1.6rem;
     line-height: normal;
}
.car-dtl-area table h5{
     font-family: 'lama_sansmedium';
     margin-top: .5rem;
     text-transform: capitalize;
}
.car-dtl-area table td{
     border-right: 1px solid rgba(255, 255, 255, 0.5);
     padding: 0 5.9rem;
}
.car-dtl-area table td:first-child{
     padding-left: 0;
}
.car-dtl-area table td:last-child{
     padding-right: 0;
     border: none;
}
.car-pricing-area{
     display: table;
     margin-left: auto;
}
.car-pricing-area h6{
     color: #E40001;
     font-size: 2.4rem;
     font-family: 'lama_sansmedium';
     margin-top: .7rem;
}
.car-pricing-area h6 strong{
     font-family: 'lama_sansbold';
}
.car-dtl-btm{
     margin-top: 4rem;
}
.car-dtl-contact{
     display: flex;
     align-items: center;
     column-gap: 4rem;
}
.car-dtl-contact-img{
     max-width: 9.8rem;
     height: 9.8rem;
     width: 100%;
     border-radius: 100%;
     overflow: hidden;
}
.car-dtl-contact-info a:hover{
     color: #fff;
     text-decoration: underline;
}
.car-dtl-contact-info a img{
     margin-right: 1.2rem;
}
.car-dtl-btm-btn{
     display: table;
     margin-left: auto;
}
.car-dtl-btm-btn a:not(:last-child){
     margin-right: 8.4rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 12.4rem 0 8.7rem;
     background-color: #0D1E26;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
     background-color: transparent;
	text-transform: none;
     color: #FFFFFF;
	width: 100%;
	margin-bottom: 7.4rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.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: #E40001;
}
.dtl-tab-sec .tab-btn .nav-tabs {
     column-gap: 7rem;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'sequel100black-4545';
	font-size: 1.6rem;
     margin: 0;
	letter-spacing: 0.64px;
     word-break: break-word;
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 14%;
}
.each-Kenmerken {
	border: 0;
	margin-bottom: 3.7rem;
}
.each-Kenmerken h6 {
	font-size: 1.4rem;
	color: #fff;
	font-family: 'lama_sansregular';
}
.each-Kenmerken p {
     font-family: 'lama_sansmedium';
	color: #FFF;
	line-height: normal;
     margin-top: .4rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 1rem;
    color: #fff;
    font-size: 2rem;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    color: #fff;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #fff;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
	color: #071116;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
	color: #fff;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #fff;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
.aanbod-dtl-contact{
     margin: 0;
}
.aanbod-dtl-contact .form-heading{
     max-width: 100%;
}
/*============== aanbod-list-area ==============*/
.aanbod-list-area{
     margin: 7.8rem 0 12.4rem;
}
.each-aanbod-list{
     background-color: #fff;
     border-radius: 2rem;
     overflow: hidden;
     padding: 1.3rem;
}
.aanbod-list-img img{
     border-radius: 1rem;
     overflow: hidden;
}
.aanbod-list-small-img img:not(:last-child){
     margin-bottom: 1.2rem;
}
.aanbod-list-big-img{
     height: 100%;
     border-radius: 1rem;
     overflow: hidden;
}
.aanbod-list-big-img img{
     height: 100%;
     object-fit: cover;
}
.each-aanbod-list{
     margin-bottom: 2.9rem;
}
.each-aanbod-list .product-slider-top-content h6{
     font-size: 2.4rem;
}
.each-aanbod-list .product-slider-content td{
     font-size: 1.6rem;
}
.each-aanbod-list .product-slider-btm-content h6{
     font-size: 2rem;
}
.each-aanbod-list .product-slider-btm-content {
     padding-top: 3rem;
 }
 .each-aanbod-list:hover .product-slider-add {
     background-color: #E40001;
     background-image: url(../images/add-white.svg);
 }
.hamburger-inner::before {
     top: -7px;
}
.hamburger--collapse .hamburger-inner::after {
     top: -14px;
}
.hamburger-box{
     width: 24px;
     height: 24px;
     top: -4.5px;
     margin-right: 5px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
     width: 24px;
}
.active-menu{
     background: #071116;
     transition-duration: 1.5s;
 }
 .print_pdf_cls{
     width: 3rem;
 }
 .contact-info p span{
     opacity: .5;
 }
 .error_top, .privacy_section{
     padding: 16rem 0 2rem;
 }
 .active-menu .hamburger-box {
     top: -2px;
 }


 
/*******loader*****/
#loader_section{
  display:none;
  width:100%;
  position: fixed;
  top: 0;
  background: #000000b8;
  z-index: 9999999;
  height: 100vh;
  padding: 30vh 0px;
}
#loader_section p{
  color:#fff;
  font-size:18px;
  text-align: center;
}
#loader_section img{
  width: 100px;
  margin-bottom: 25px;
}

/*********Morgen Footer************/
.morgeninternet-footer {
    background: #000000;
    width: 100%;
    height: 50px;
    display: block;
    text-align: center;
    transition: 0.3s all;
}

.morgeninternet-footer:hover {
    background: #202020;
    transition: 0.3s all;
}

.morgeninternet-footer > img {
    height: 30px;
    padding-top: 15px;
}

/****aanbod dtl****/
.kenteken_np{
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
}

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 2rem;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon{
    margin-bottom: 3rem;
}
.star_icon p{
    padding-bottom: 6px;
    word-break: break-word;
}
.photo_contnt li img{
    width: 15px;
    margin-left: 5px;
}
.star_icon h3 {
    margin: 40px 0 30px;
}
.aanbod-detail-tab-sec .tab-content .star_icon p {
    margin: 0;
}
.bullet-panel h3 {
    margin-bottom: 30px;
}
.cursor{
    cursor:pointer;
}
.form-1, .form-2 {
  display:none;
  margin: 0 auto 10px;
  padding: 4rem 0;
} 


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




/**************************************cookie_div*************************************/
/* .cookie_div {
    background-color: #011F27;
} */
/* Cookie */
/* .cookie_div{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    padding: 0px 0;
    max-width: 60rem;
    width: auto;
    left: 3%;
} */
/* .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: 2rem;
    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;
}*/
/* .cookie_div h5 {
    font-family: 'intermedium';
    font-size: 1.8rem;
    color: #000;
    line-height: 24px;
} */
/* .cookie_div p {
    font-family: 'interregular';
    font-size: 1.2rem;
    color: #6E6E73;
    margin: 2rem 0 3rem;
    line-height: 18.24px;
} */
/* .cookie_div a {
    margin-left: 0 !important;
}
.cookie-btn a {
    font-size: 1.2rem;
    color: #000;
    font-family: 'intermedium';
    text-decoration: underline;
}
button.cooki-btn-right {
    font-size: 1.2rem;
    color: #000;
    font-family: 'intermedium';
    text-decoration: underline;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.cookie-div-wrap {
    background-color: #fff;
    max-width: 30.6rem;
    border-radius: 13px;
   padding: 5rem 2rem 5rem 2rem;
    position: relative;
    height: 100vh;
    max-height: 460px;
    overflow: hidden;
    bottom: 2rem;
}
.cookie-btn {
    margin-bottom: 3rem;
}
button.cookies-btn {
    color: #3C935C;
    font-family: 'interbold';
    font-size: 1.2rem;
    padding: 2rem;
    background: #DBFFE8;
    display: block;
    margin: 0;
    width: 100%;
}
.cookie-btm-btn a {
    color: #3C935C;
    font-family: 'interbold';
    font-size: 1.2rem;
    padding: 2rem;
    background: #DBFFE8;
    display: block;
}
.cookie-btm-btn {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.cookie-div-right-part-wrap {
     min-height: 463px; 
    overflow: hidden;
    padding-top: 5rem;
    height: 100%;
}
.cookie-cross {
    background-color: #E9E9E9;
    border-radius: 0px 13px;
    max-width: 6rem;
    text-align: center;
    padding: 1.4rem 2rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.cookie-div-right-part {
    background-color: #fff;
    max-width: 59rem;
    border-radius: 13px;
    padding: 3rem 3rem 5rem 3rem;
    position: relative;
    overflow: hidden;
     height: 100vh; 
    min-height: 600px;
    bottom: 2rem;
}
.cookie-div-right-part-title h6 {
    font-size: 1.8rem;
    color: #000;
    font-family: 'intermedium';
}
.cookie-div-right-part-info-btn ul {
    display: flex;
    column-gap: 2rem;
}
.cookie-div-right-part-info-btn li a {
    color: #000;
    font-family: 'intermedium';
    font-size: 1.2rem;
    text-decoration-line: underline;
} 
button.weigeren-btn {
    color: #000;
    font-family: 'intermedium';
    font-size: 1.2rem;
    text-decoration-line: underline;
    padding: 0;
    margin: 0;
    background-color: transparent;
}
.cookie-div-right-part-info p {
    margin: 2rem 0;
}
.cookie-div-right-part-info-btn {
    margin-bottom: 2rem;
}
.cookie-div-right-part-title {
    padding-bottom: 4rem;
}
.cookie-gray-btn a{
    background-color: #bebebe;
    color: #fff;
}
.cookie-div-right-part .cookie-gray-btn{
    display: flex;
}
.cookie-div-right-part .cookie-gray-btn a {
    width: 50%;
}
button.accepteer-all {
    margin: 0;
    width: 50%;
}
.cookie-gray.instellingen-btn {
    margin: 0;
    width: 50%;
    background-color: #bebebe;
    color: #fff;
}
.cookie-gray-btn .cookie-green{
    background-color: #DBFFE8;
    color: #3C935C;
}
.cookie_div .accordian-content .accordion-button::after {
    display: none;
}
.cookie_div .accordion-item {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-right: 10px;
}
.cookie_div .accordian-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 1rem 1rem 0 0 !important;
    color: #071116;
    width: fit-content;
}
.cookie_div .accordian-content .accordion-button {
    border-radius: 1rem;
    padding: 1rem 0 1rem;
}
.cookie_div .accordian-content p {
    color: #11111A;
}
.cookie_div .accordion-body p {
    margin: 0 2.5rem 0 0;
    max-width: 49rem;
    width: 100%;
}
.cookie_div .accordian-content {
    position: relative;
    z-index: 1;
}
.cookie_div .accordian-content .accordion-button {
    background-color: transparent;  
    background-color: #fff;
}
.cookie_div .accordian-content .accordion-body {
    transition: all 0s;
    padding-left: 0;
}
.cookie_div .accordion-body {
    padding: 0 1.25rem 2rem;
}
.cookie_div .accordion-collapse{
    background-color: #fff;
    border-radius: 0 0 1rem 1rem !important;
}
.cookie_div .accordian-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.cookie_div .accordion-button h4 {
    color: #000;
    font-family: 'interbold';
    padding-left: 2rem;
    position: relative;
    font-size: 1.2rem;
    width: 100%;
    padding-right: 2rem;
    margin-bottom: 0;
}
.cookie_div .accordion-button h4::after {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    background-image: url(../images/cookie-accordian-down.svg);
    height: 2rem;
    width: 2rem;
    background-size: 1.2rem;
    background-repeat: no-repeat;
}
.cookie_div .accordion-button:not(.collapsed) h4::after {
    background-image: url(../images/cookie-accordian-right.svg);
    transform: rotate(0);
    height: 2rem;
    width: 2rem;
    background-size: 0.8rem;
}
/* button.accepteer-all {
    color: #3C935C;
    font-family: 'interbold';
    font-size: 1.2rem;
    padding: 2rem;
    background-color: #3C935C;
    display: block;
} */
 /* .switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 26px;
}
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
} */
/* .cookie-slider-round {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.cookie-slider-round:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
} */
/* input:checked + .cookie-slider-round {
    background-color: #3C935C;
}   
  
input:focus + .cookie-slider-round {
    box-shadow: 0 0 1px #3C935C;
}
input:checked + .cookie-slider-round:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
} */
/* Rounded cookie-slider-rounds */
/* .cookie-slider-round.round {
    border-radius: 34px;
}
.cookie-slider-round.round:before {
    border-radius: 50%;
}
.cookie-div-right-part {
    display: none;
}
.cookie-widget {
    background-color: #3C935C;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.6rem;
    width: 4.6rem;
    display: none;
} */
/* .cookie-widget img {
    width: 25px;
}  */




/*.dark_theme .cookie_div button {
    color: #000;
}
 .dark_theme .accepteer-all {
    color: black;
}
.dark_theme .cookie-gray.instellingen-btn {
    color: #000;
}
.dark_theme .cookie-div-right-part-title h6 {
    color: #fff;
}
.dark_theme .cookie-div-wrap {
    background-color: #232323;
}
.dark_theme.cookie_div h5 {
    color: #fff;
}
.dark_theme.cookie_div p {
    color: #ffffff;
}
.dark_theme.cookie-btn a {
    color: #fff;
}
.dark_theme button.cooki-btn-right {
    color: #fff;
}
.dark_theme button.cookies-btn {
    color: #ffffff;
    background: #3C935C;
}

.dark_theme .cookie-div-right-part {
    background-color: #232323;
}

.dark_theme .cookie-div-right-part-info-btn li a {
    color: #fff;
}

.dark_theme button.weigeren-btn {
    color: #fff;
}
.dark_theme .accordion-item {
    background-color: #232323;
   border: 1px solid rgba(0, 0, 0, .125);
}
.dark_theme.cookie_div .accordion-collapse {
    background-color: #232323;
    border-radius: 0 0 1rem 1rem !important;
}
.dark_theme.cookie_div .accordian-content p {
    color: #ffffff;
}
.dark_theme.cookie_div .accordion-button h4 {
    color: #fff;
}
.dark_theme.cookie_div .accordian-content .accordion-button {
    background-color: transparent;
    background-color: #232323;
}
.dark_theme .cookie-btn a {
    color: #fff;
}

.dark_theme.cookie_div .accordion-button h4::after {
    filter: invert(1);
}
.dark_theme .cookie-cross a img {
    filter: invert(1);
}
.dark_theme input:checked + .cookie-slider-round {
    background-color: #00B079;
}

.dark_theme .cookie-gray-btn button {
    background: #B3ECC8;
}
.dark_theme .cookie-gray.instellingen-btn {
    background-color: #BDBDBD;
} */




/* old cookie css Start   */

.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;
 }
/* old cookie css End   */