@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	/* font-family: 'LamaSansRegular'; */
	font-family: 'nissan_brandregular';
	font-style:normal;
    font-size: 1.6rem;
	line-height: normal;
    color: #1D1D1F;
    /*overflow-x: hidden;*/
	scroll-behavior: smooth;
}
html {
    font-size: 62.5%;
}
#page{
	overflow-x: clip;
}
.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{
	position: fixed;
	width:100%;
	left:0px;
	z-index: 99;
	top: 0;
	height: 30px;
}
header .container-fluid {
    padding: 17px 131px 16px 19px;
    position: relative;
    z-index: 99;
    background: #FBFBFB;
}
.header-logo img {
	width: 92px;
}
.header-area-left {
	gap:105px;
}
.header-area-right{
	gap:18px;
}
.menu-area ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu-area > ul{
	display: flex;
	gap:29px;
}
.menu-area > ul > li > a{
	font-size: 1.6rem;
	color:#1D1D1F;
	font-family: 'LamaSansMedium';
}
.menu-area > ul > li > a:hover {
	color: #D32346;
}
.wish-list-icon-area{
	border-radius: 5px;
	border: 1px solid #1D1D1F;
    padding: 9.5px;
    width: 45px;
    height: 45px;
}
.wish-list-icon-area img{
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	height: 21px;
    width: 21px;
}
.header-area-wrapper{
	align-items: center;
}
.wish-list-icon-area a{
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
/*.wish-list-icon-area:hover{
	background-color: #D32347;
    border: 1px solid #D32347;
}
.wish-list-icon-area:hover img{
	filter: brightness(0) saturate(100%) invert(23%) sepia(36%) saturate(4926%) hue-rotate(329deg) brightness(94%) contrast(97%);
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	 height: 45px; 
}*/
.wish-list-icon-area .header_heart_hover {
	display: none;
}
.wish-list-icon-area:hover .header_heart{
	display: none;
}
.wish-list-icon-area:hover .header_heart_hover{
	display: block;
}
/*.wish-list-icon-area a:hover{
	 background-color: #D32347; 
	 height: 44px; 
}*/
.wish-list-icon-area.active_favourite {
	background-color: #D32346;
	border-radius: 5px;
	border: 1px solid #D32346;
}
.wish-list-icon-area.active_favourite img {
	filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.header-contact-button .common-btn{
	border-color: #1D1D1F;
	color: #1D1D1F; 
	padding: 12px 18px 12px 48px;
}
.header-contact-button .common-btn::after{
	filter: invert(1);
}
/* .header-contact-button  .common-btn::after{
	filter: invert(100%) sepia(2%) saturate(5129%) hue-rotate(201deg) brightness(92%) contrast(81%);
	-webkit-filter: invert(100%) sepia(2%) saturate(5129%) hue-rotate(201deg) brightness(92%) contrast(81%);
} */
.header-contact-button .common-btn:hover{
	color: #fff;
	background-color: #1D1D1F;
	padding-left: 18px;
    padding-right: 48px;
}
.header-contact-button .common-btn:hover::after{
	filter: unset;
	-webkit-filter: unset;
}
.desktop-header{
	position:fixed;
	width:130px;
	/* min-height: 80vh; */
	min-height: 100vh;
	background: #D32346;
	top:0px;
	left:0px;
	/* padding-top: 88px; */
	display:flex;
	z-index: 9;
}
.hr-vertical{
	height:100% !important;
	background-color:rgba(29,29,31,0.15);
	/* background-color: #fff; */
	width:2px;
	position:absolute;
	top:0px;
	right:0px;
	opacity:1;
	z-index: 3;
}
.header-content-wrapper{
	display: flex;
    flex-direction: column;
    padding: 76px 0;
    gap: 5vh;
    position: relative;
    z-index: 999;
   
}
.menu-box {
	padding:45px 0px;
}
.menu-box a{
	display: flex;
	gap:16px;
	justify-content: center;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.water-mark{
	font-size:48px;
	line-height:48.8px;
	text-transform:uppercase;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: rgba(255,255,255,0.4);
	-webkit-text-stroke-width: 1px;
	position:absolute;
	writing-mode: vertical-lr;
	font-family: 'Lama_Sans_Black_Expanded';
	letter-spacing: 0.05em;
	top: 50%;
	transform: translateY(-50%) rotate(180deg) ;
	pointer-events:none;
	transition:all 0.5s ;
	-webkit-transition:all 0.5s ;
	-moz-transition:all 0.5s ;
	-ms-transition:all 0.5s ;
	-o-transition:all 0.5s ;
}
.menu-box a:hover{
	gap:25px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.menu-box span{
	height: 85px;
    width: 2px;
    background-color: rgb(255, 255, 255);
    display: inline-block;
	position: relative;
}
.contact-info-button ul{
	list-style: none;
    padding: 0px;
    margin: 0px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-info-button li {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.contact-info-button li:last-child {
	border-bottom:0;
	padding-bottom: 0; 
}
.contact-info-button li img {
    width: 20px;
}
.contact-info-button a {
	opacity: 0.6;
}
.contact-info-button a:hover {
	opacity: 1;
}
.language-area ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	gap:5px;
	display: flex;
	flex-direction: column;
	align-items:center;
	padding-right: 8px;
}
.language-area ul li a{
	font-family: 'LamaSansMedium';
	font-size:16px;
	color:rgba(255,255,255,0.39);
	border-bottom:1px solid #fff;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.language-area ul li:last-child a{
	padding-bottom: 0px;
	border:0px;
}
.language-area ul li a:hover,
.language-area ul li a.active {
	color:#fff
}
.open-header-area{
	position:fixed;
	top:0px;
	left:0px;
	/*background-color: #D32347;*/
	width:100%;
	height:100%;
	padding-top:88px;
	opacity:0;
	overscroll-behavior: contain;
	overflow-x: hidden;
	overflow-y: auto;
	will-change: height;
	--modal-grid-template-columns: repeat(3, 35% 35% 30%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	-webkit-transition: clip-path .8s cubic-bezier(.785,.135,.15,.86) 0s;
    -moz-transition: clip-path .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -ms-transition: clip-path .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -o-transition: clip-path .8s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: clip-path .8s cubic-bezier(.785,.135,.15,.86) 0s;
}
.open-header-area.active{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    pointer-events: auto;
    -webkit-transition: clip-path .8s cubic-bezier(.785,.135,.15,.86) 0s;
    -moz-transition: clip-path .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -ms-transition: clip-path .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -o-transition: clip-path .8s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: clip-path .8s cubic-bezier(.785,.135,.15,.86) 0s;
}
.open-header-content-area{
	width: calc(100vw - 130px);
	margin-left: 130px;
	height:100%;
	overflow-y: scroll;
	z-index:9;
	position: relative;
}
.open-header-area:before{
	background: #D32346;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -moz-transition: -moz-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -ms-transition: -ms-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -o-transition: -o-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: transform .8s cubic-bezier(.785,.135,.15,.86) 0s;
    width: 100%;
    z-index: -1;
}
.open-header-area.active:before{
	transform: scale(1);
    -webkit-transition: -webkit-transform .8s cubic-bezier(.785,.135,.15,.86) 0s;
    -moz-transition: -moz-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -ms-transition: -ms-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    -o-transition: -o-transform .8s cubic-bezier(.785, .135, .15, .86) 0s;
    transition: transform .8s cubic-bezier(.785,.135,.15,.86) 0s;
}
main , footer{
	width: calc(100vw - 130px);
	margin-left: 130px;
}
.each-menu{
	padding-left: 65px;
	padding-top: 70px;
	min-width: 30vw;
}
.each-menu ul{
	padding: 0px;
	list-style: none;
	margin: 0px;
	display:flex;
	flex-direction: column;
	gap:40px
}
.each-menu ul li a{
	font-family: 'Lama_Sans_Black_Expanded';
	font-size:32px;
	line-height:32px;
	color:#fff;
	transition: all 0.5;
}
.each-menu ul li a:hover{
	color:rgba(255,255,255,0.7);
	transition: all 0.5;
}
.each-menu{
	padding-bottom: 90px;
}
.horizontail-divider{
	height:2px;
	background-color:rgba(29,29,31,0.15);
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	content:'';
}
.menu-right:after{
	display:none
}
.each-bottom-menu-content h4{
	font-family: 'lama_sansmedium_expanded';
	color:#fff;
	margin-bottom: 20px;;
}
.each-bottom-menu-content h5{
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	color:#fff;
	line-height: 24px;
}
.top- a,
.each-bottom-menu-content > a{
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.02em;
	color:#fff;
	display: inline-block;
	margin-bottom: 6px;
}
.top- a,
.each-bottom-menu-content > a:hover {
	opacity: 0.6;
}

.whatsapp-box{
	background-color: #fff;
	border-radius:5px;
	display:inline-flex !important;
	gap:10px;
	padding:9px 22px;
	/* margin-bottom: 15px; */
	max-width: 200px;
}
.number-area h6{
	line-height: 110%;
	letter-spacing: 0.02em;
	color:#1D1D1F;
	margin-bottom: 0px;
}
.number-area p{
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	color:#1D1D1F;
	margin-bottom: 0px;
}
.timming-area h6{
	color:#ffffff;
	margin-bottom: 10px;
}
.timming-area table {
	width:100%
}
.timming-area table tr td{
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	color:#ffffff;
	
}
.each-bottom-menu-content{
	padding-left: 3.5%;
	padding-top: 25px;
	padding-bottom: 70px;
	padding-right: 4%	;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.watermark-image{
	position: absolute;
	top:125px;
	right:155px;
	max-width:395px;
	pointer-events: none;
}
.watermark-image img{
	width:100%
}
.menu-box  a.close-menu{
	transform: scale(0);
	transition:all 0.5s;
}
.menu-box.active a.close-menu{
	display: flex;
	transform: scale(1);
	transition:all 0.5s;
}
.menu-box a.open-menu{
	opacity:1;
	transition:all 2s;
}
.menu-box.active a.open-menu{
	opacity:0;
	transition:all 0.01s;
}
.menu-box .close-menu span{
	width:65px;
	height:2px;
	position:relative
}
.menu-box .close-menu span:first-child{
	transform:rotate(45deg);
	left: 34px;
    top: -42px;
   /* top: 2px;*/
}
.menu-box .close-menu span:nth-child(2){
	transform:rotate(-45deg);
	/*right: 36px;
    top: 2px;*/
	right: 39px;
    top: -41px;
}
.menu-box .close-menu:hover {
	gap:16px;
}
.menu-box.active a.close-menu .water-mark {
	transform: translateY(-70%) rotate(180deg);
}
/************ Banner Area ************/
.banner-area{
	height: 100vh;
	position: relative;
	margin-top: 25px;
}
.banner-area::after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top:0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	pointer-events: none;
}
.banner-area h1 strong{
	color: #D32346;
}
.banner-content {
    position: absolute;
    left: 5%;
    bottom: 240px;
    z-index: 2;
}
.banner-content ul{
	display: flex;
	column-gap: 36px;
}
.banner-video {
	/* height: 773px; */
	height: 100%;
}
.banner-video video {
    height: 100%;
    display: block;
    object-fit: cover;
}
.banner-slider {
	height: 100%;
}
.banner-slider .swiper {
	height: 100%;
}
.banner-sec .swiper-slide {
	height: auto;
}
.each-banner {
	height: 100%;
}
.each-banner img {
	height: 100%;
	object-fit: cover;
}
.mobile_menu {
	display: none;
}

/*************side area**********/
.mini-right-nav li{
	margin: 0px 0 2px;
	padding: 0;
	/* width: 70px; */
	width: auto;
	display: block;
	position: relative;
  }
  .mini-right-nav li .navtext{
	  position: relative;
	  display: flex;
	  align-content: center;
	  justify-content: center;
	  /* width: 75px;
	  height: 75px; */
	  /* background-color: #fff; */
	  border-radius:5px 0 0  5px ;
	  z-index: 99;
	  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}
  .mini-right-nav li.whtasapp-nav .navtext{
	background-color: #58c04d;
  }
  .mini-right-nav span {
	font-size: 1.6rem;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 0;
	/* transition: 0.50s; */
	/* padding: 20px; */
	/* right: -100%; */
	padding: 0;
	left: -100%;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
}
  .mini-right-nav span:after {
	position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 10px);
    content: '';
    background-color: #fff;
    height: 100%;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  }

  .mini-right-nav .navtext:hover span {
	  width: 268px;
	  overflow: visible;
	  padding: 20px;
	  /* right: 100%; */
	  left: calc(100% + 52px);
	  
  }

  .mini-right-nav img{
	  /* width: 44px; */
	  width: 28.1px;
	  height: 27.85px;
	  position: relative;
	  z-index: 1;
	  opacity: 0.6;
  }
  .mini-right-nav img:hover{
	opacity: 1;
  }
  .mini-right-nav{
	  position: relative;
	  top: 70%;
	  z-index: 10;
	  right: 0px;
  }
  .navtext-wrap {
	  position: relative;
	  top: 40px;
	  transform: translateY(-50%);
	  line-height: 32px;
	  text-align: left;
	  border-bottom: 1px solid #ececec;
	  margin-top: 1rem;
	  padding-bottom: 0.5rem;
  }
  .navtext-wrap:last-child { 
	  border-bottom : 0 
  }
  .navtext-wrap h4 {
	  font-size: 1.8rem;
	  color: #1D1D1F;
	  line-height: 24px;
	letter-spacing: 0.8px;
	font-family: 'lama_sansmedium_expanded';
  }
  .navtext-wrap b {
	font-weight: 400;
  }
  .navtext-wrap a {
	  font-size: 1.5rem;
	  color: rgba(29, 29, 31, 0.60);
	  line-height: 24px;
	letter-spacing: 0.32px;
  }
  .navtext-wrap a:hover{
	color: #D32346;
  }
  .mini-right-nav li .navtext p {
	position: relative;
	color: #1D1D1F;
    font-family: 'lama_sansbold_expanded';
	font-size: 1.6rem;
	line-height: 24px;
	letter-spacing: 0.8px;
	display: inline-block;
  }
  .mini-right-nav li .navtext p strong {
	color: #D32346;
  }
  .mini-right-nav li .navtext p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: 100%;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
}
  /* .mini-right-nav .common-nav span{
	  line-height: normal;
	  height: 60px;
  }  */
  .menu-area .dropdown-toggle::after{
	  /* display: none; */
	  background-image: url(../images/down-arrow.svg);
	  border: 0;
	  height: 10px;
	  width: 10px;
	  background-repeat: no-repeat;
	  position: absolute;
	  background-size: 10px;
	  top: 9px;
  }
  .menu-area .dropdown-menu li a,
  .menu-area .dropdown-toggle{
	  font-size: 1.6rem;
	  color: #1D1D1F;
	  font-family: 'LamaSansMedium';
  }
  
  .menu-area .dropdown-menu li a:hover,
  .menu-area .dropdown-toggle:hover{
	  color: #D32346;
  }
  .menu-area .dropdown-menu{
	  flex-direction: column;
	  row-gap: 10px;
	  background-color: #fff;
	  border: 0;
	  padding: 10px ;
	  min-width: max-content;
  }
  .menu-area .dropdown:hover .dropdown-menu{
	  display: flex;
  }
/* **************home-btm-slider ******** */
.banner-btm-sec{
	background: #1D1D1F;
	position: relative;
	z-index: 3;
}
@keyframes slides {
	from {
	  transform: translateX(0);
	}
	to {
	  transform: translateX(-100%);
	}
  }
  
  .logos {
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
  }
  .logo_items ul {
	display: inline-flex;
	
  }
  .logo_items ul li {
	position: relative;
	text-align: center;
	width: 12%;
  }
  .logo_items ul li::after {
	content: "";
    height: 64px;
    width: 1px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -11px;
  }
  .logo_items ul li:last-child::after {
	opacity: 0;
  }
  .logo_items li .pop_hover{
	position: absolute;
	top: -160px;
	left: 50%;
    transform: translateX(-50%);
  }
  .logo_items{
	animation: 35s slides infinite linear;	
  }
   .logo_items:hover{
	animation-play-state: paused;
	cursor: pointer;
  }
 
  .logo_items img{
	/* width: 80%; */
	/*width: 40px;*/
    /* aspect-ratio: 14 / 5; */
	/* aspect-ratio: 19 / 6; */
	object-fit: contain;
	/* filter:brightness(.5) ;
	-webkit-filter:brightness(.5) ; */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	/* filter: brightness(0) saturate(100%) invert(60%) sepia(2%) saturate(0%) hue-rotate(302deg) brightness(99%) contrast(95%); */
}
.logo_items img:hover{
	filter: brightness(0);
}
.logo_items li:nth-child(4) img{
	margin-top: 14px
}
.logo_items img:hover{
	/* filter: brightness(1);
	-webkit-filter: brightness(1); */
	filter: brightness(0) saturate(100%) invert(9%) sepia(1%) saturate(3415%) hue-rotate(201deg) brightness(96%) contrast(93%);
}
.pop_hover{
	display: flex;
	padding: 10px;
	border-radius: 5px;
	background-color: #D32346;
	height: 100%;
	width: fit-content;
	min-height: 185px;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -206px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.visible {
	opacity: 1;
	visibility: visible;
}
.pop_hover a::after{
	display: none;	
}
.pop_hover a{
	padding-left: 10px;
	padding-right: 10px;

}
.pop_hover a:hover{
	padding-left: 10px;
	padding-right: 10px;
}
.pop_hover .common-btn{
	border-color: #fff;
	width: 100%;
	min-width: 100%;
}
.pop_hover  .red_btn{
	color: #fff;
}
.pop_hover  .white_btn{
	border-color:#fff ;
	background-color: #fff;
	color: #D32346;
	z-index: 999999;
}
.pop_hover  .red_btn:hover,
.pop_hover  .white_btn:hover {
	border-color: #fff;
	background-color: #D32346;
	color: #fff;
}
.pop_hover .common-btn:hover {
	background-color: #121212;
	border-color: #121212;
}
.logo_items li.show-pop .pop_hover {
	opacity: 1;
	visibility:visible;
}
.banner-area .dwn-arw {
    font-family: 'LamaSansMedium';
    font-size: 1.2rem;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    z-index: 2;
    bottom: 12rem;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-area .scroll-indicator {
    height: 4rem;
    margin-top: 1rem;
}
.banner-area  .scroll-indicator__text {
    -webkit-animation: scrolling 2.75s ease-in-out 0s infinite;
    animation: scrolling 2.75s ease-in-out 0s infinite;
}
@-webkit-keyframes scrolling {
	0% {
		transform: translateY(-40px);
		opacity: .6
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(40px);
		opacity: .6
	}
}
@keyframes scrolling {
	0% {
		transform: translateY(-40px);
		opacity: .6
	}

	25% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	50% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	75% {
		transform: translateY(0) skewX(0deg);
		opacity: 1
	}

	to {
		transform: translateY(40px);
		opacity: .6
	}
}
/****product-sec****/
.product-sec{
	position: relative;
	/* background-image: linear-gradient(rgba(29, 29, 31, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 29, 31, 0.04) 1px, transparent 1px); */
	background-size:132px 132px;
	background-position: top;
	padding-top: 50px;
}
.product-sec::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 30%;
	width: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.88) 45.04%, #FFF 100%);
	content: "";
	pointer-events: none;
	z-index: 1;
}
.product-left {
	margin: 100px 0 295px;
	position: relative;
    z-index: 2;
	max-width: 540px;
}
.product-left h6{
	font-family: 'LamaSansMedium';
	font-size: 2.4rem;
}
.product-left h2 {
	margin-top: 25px;
	color: #1D1D1F;
	font-family: 'Lama_Sans_Black_Expanded';
}
.product-left h2 span{
	position: relative;
}
.product-left h2 span::after{
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	background-position: bottom center;
	height: 10px;
	width: 100%;
	background-size: cover;
	background-image: url(../images/underline.svg);
	background-repeat: no-repeat;
	display: none;
}
.product-left h2 strong{
	color: #D32346;
}
.product-left p {
	margin: 23px 0;
}
.home-filter-part{
	max-width: 388px;
	margin-top: 65px;
}
.home-filter-part h4{
	color: #1D1D1F;
	font-family: 'lama_sansmedium_expanded';
}
.product-sec .select-style {
    width: 100%;
    color: rgba(29, 29, 31, 0.5);
    border-radius: 5px;
    border: 1px solid rgba(29, 29, 31, 0.07);
    background-color: #FFF;
    border-radius: 5px;
    font-size: 1.6rem;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.5s;
	line-height: normal;
    -webkit-transition: all 0.5s;
    padding: 14px 20px;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    background-image: url(../images/home-filter-down-arrow.svg);
    background-position-x: 92%;
    background-position-y: center;
    background-size: 11px;
    background-repeat: no-repeat;
}

.product-sec .select-style:hover ,
.product-sec .select-style:focus{
	color: rgba(29, 29, 31, 0.5);
	border: 1px solid rgba(29, 29, 31, 0.51);
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.home-filter .row {
	margin-top: 20px;
	margin-bottom: 36px;
	row-gap: 16px;
}

.slider-img {
    position: relative;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.slider-img img {
	
}
.slider-img ul {
    display: flex;
    justify-content: end;
    padding-right: 20px;
    position: absolute;
    bottom: -20px;
    right: 0;
}
.left-slide{
	margin-top: 100px;
    margin-bottom: -70px;
	padding-left: 17.5px;
}
.right-slide{
	padding-right: 17.5px;
}
.cursor {
	position: fixed;
	top: 0;
	left: -100px;
	overflow: hidden;
	z-index: 1000;
	pointer-events: none;
}
.cursor:before {
	content: "Bekijk";
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 73px;
	border-radius: 44px;
	border: 1px solid #1D1D1F;
	background: rgba(29, 29, 31, 0.22);
	backdrop-filter: blur(7.300000190734863px);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	color: #fff;
	font-family: 'LamaSansRegular';
	z-index: 99;
}
.cursor.hover:after {
	opacity: 0;
}
.cursor.hover:before {
	opacity: 1;
}
.hover {
	overflow: visible;
}
.custom_pointer a {
	cursor: none !important;
}
.list-wrpaaer{
	overflow: visible !important;
}
.slider-price-sec a{
	display: block;
}
.slider-price-sec > *{
	padding: 0 18px;
}
.slider-price-sec-top .common-btn:hover::after{
	left: auto;
	right: auto;
}
.slider-price-sec-top ul{
	display: flex;
	justify-content: space-between;
	column-gap: 17px;
}
.each-slider{
	background-color: #fff;
	position: relative;
	/* overflow: hidden; */
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0px 9px 14px 0px rgba(29, 29, 31, 0.06);
	z-index: 0;
}
.each-slider:hover .slider-price-sec-top {
	background-color: #D32346;
}
.slider-price-sec-top li{
	border: 1.5px solid #fff;
    padding: 7px 18px 7px 45px;
    position: relative;
    line-height: normal;
	border-radius: 5px;
	color: #fff;
}
.slider-price-sec-top li::after{
	position: absolute;
    content: "";
    left: 18px;
    top: 0;
    height: 100%;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url(../images/list_btn_1.svg);
	background-size: 20px;
}
.slider-price-sec-top li:nth-child(2):after{
	background-image: url(../images/list_btn_2.svg);
}
.slider-price-sec-top li.active_price_two,
.slider-price-sec-top li.active_price_one{
	background-color: #fff;
	color: #D32346;
}
.slider-price-sec-top li.active_price_one::after{
	background-image: url(../images/active_price_one.svg);
}
.slider-price-sec-top li.active_price_two::after{
	background-image: url(../images/active_price_two.svg);
}
.product-right{
	padding-left: 105px;
}
.slider-price-sec-top{
	padding-top: 12px ;
	padding-bottom: 12px;
	background: #1D1D1F;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.slider-price-sec{
	border-radius: 0px 0px 5px 5px;
	border: 1.5px solid rgba(29, 29, 31, 0.09);
	border-top: 0;
	background: #FFF;
	box-shadow: 0px 9px 14px 0px rgba(29, 29, 31, 0.06);
}
.slider-price-sec-mid h4{
	/*color: #1D1D1F;
	line-height: 24px ;
	margin-bottom: 3px;
	height: 24px;
	overflow: hidden;*/
	color: #1D1D1F;
    line-height: 35px;
    margin-bottom: 3px;
    height: 60px;
    overflow: hidden;
}
.slider-price-sec-mid p{
	color: rgba(29, 29, 31, 0.59);
	line-height: 19px;
	height: 37px;
	overflow: hidden;
}
.slider-price-sec-mid ul{
	display: flex;
	column-gap: 14px;
	margin: 15px 0 23px;
}
.slider-price-sec-mid ul li{
	color: #D32346;
	font-family: 'LamaSansRegular';
}
.slider-price-sec-mid ul li:first-child{
	font-family: 'LamaSansMedium';
	color: #1D1D1F;
}
.slider-price-sec-btm tr{
	display: flex;
	flex-wrap: wrap;
	row-gap: 23px;
}
.slider-price-sec-btm td{
	width: 49%;
	color: #1D1D1F;
	display: flex;
	/* word-break: break-word; */
	align-items: start;
	padding-top: 5px;
}
.slider-price-sec-btm td img{
	margin-right: 14px;
	width: 18px;
	position: relative;
	top: 3px;
}
.slider-price-sec-btm tr td:nth-child(even){
	padding-right: 20px;
}
.slider-price-sec-btm{
	padding-bottom: 23px;
}
.slider-price-sec-btm tr{
	position: relative;
}
/* .slider-price-sec-btm tr::before,
.slider-price-sec-btm tr::after{
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1.5px;
	background-color: rgba(29, 29, 31, 0.09);
	content: "";
} */
/* .slider-price-sec-btm tr::before{
	top: 50%;
	left:0;
	height: 1.5px;
	width: 100%;
} */
.slider-price-sec-top .favorite-btn.active::after {
	background-image: url(../images/love-red.svg);
}
.slider-price-sec-top .favorite-btn.active {
	background-color: #fff;
	color: #D32346;
}
/* *********** service-slider ******* */
.service-slider{
	background-color: #1D1D1F;
	padding: 130px 0 71px;
}
.service-slider-heading {
	text-align: center;
}
.service-slider-heading h2{
	margin: 26px 0;
}
.service-slider-heading h2 strong{
	color: #D32346;
}
.service-slider-heading p{
	max-width: 726px;
	margin: 0 auto;
	color: #fff ;
}
.service-slider-heading h2 span{
	position: relative;
}
.service-slider-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.service_slider_wrap{
	padding-top: 94px;
}
.service_slider_wrap .swiper-slide {
	height: auto;
}
.service_slider_wrap .section_wrap{
	padding-right: 0;
	position: relative;
	/* margin-right: -10%; */
}
.service_slider_wrap{
	overflow: hidden;
}
.service_slider_wrap .swiper {
	margin-right: -25%;
	position: relative;
}
.service_slider_wrap .swiper::after{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 24%;
	content: "";
	background: linear-gradient(269deg, #1D1D1F 0.57%, rgba(29, 29, 31, 0.38) 99.43%);
	z-index: 1;
	pointer-events: none;
}
.each_service_slider_content{
	padding-top: 30px;
}
.each_service_slider_content h4 {
	font-family: 'lama_sansmedium_expanded';
}
.service_slider_image{
	overflow: hidden;
	border-radius: 5px;
	height: 434px;
}
.service_slider_image img{
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.each_service_slider:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
/* ******* service_slider_btm_sec *********** */
.service_slider_btm_sec{
	background: #1D1D1F;
	padding: 100px 0 79px;
}
.service_slider_btm_sec_wrap{
	/* padding: 0 65px; */
}
.service_slider_btm_sec .common-btn{
	margin-top: 24px;
}
.service_slider_btm_left,
.service_slider_btm_right{
	max-width: 564px;
	margin: 0 auto;
}



/*=============marque==========*/
.bg_border{
	position: relative;
	/*background-image: linear-gradient(rgba(29, 29, 31, 0.03) 1px, transparent 1px), 	 linear-gradient(90deg, rgba(29, 29, 31, 0.07), transparent 1px);*/
	background-size:132px 132px;
	background-position: top;
}
.marquee{
	padding: 88px 0 86px;
	background-color:#FBFBFB;
}
@keyframes slide_2{
	from{
		transform: translateX(0);
	}
	to{
		transform: translateX(-100%);
	}	
}
.marque-wrap{
	white-space: nowrap;
}
.marque-wrap:hover .marque-txt{
	animation-play-state: paused;
}
.marque-txt{
	animation: 15s slide_2 infinite linear;
}
.marque-txt li{
	margin: 0 25px;
	display: inline-block;
	line-height: 17.6px;
	font-family: 'LamaSansRegular';
}
.marque-txt li span{
	margin-right: 8.5px;
	color: #3F0066;
	position: relative;
	top: 0px;
}

/* **********	home_overons	******** */
.home_overons{
	background-color: #FBFBFB;
}
.home_overons_heading h2{
	color: #1D1D1F;	
	margin: 34px 0 53px;
}
.home_overons_heading h4 {
	color: #1D1D1F;	
	font-family: 'lama_sansmedium_expanded';
}
.home_overons_heading h2 span{
	position: relative;
}
.home_overons_heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.home_overons_heading h2 strong{
	color: #D32346;
}
.home_overons_right_top{
	padding-left: 106px;
}
.home_overons_lft{
	border-radius: 5px;
	overflow: hidden;
}
.about-accordion .accordion-item {
    border: none;
    background-color: transparent;
    padding: 22px 0;
    position: relative;
	border-bottom: 1.5px solid rgba(29, 29, 31, 0.07);;
}
.about-accordion .accordion-button {
    border: none;
    font-size: 1.6rem;
    font-family: 'LamaSansMedium';
    line-height: 38px;
    color: #1D1D1F;
	line-height: 24px;
	letter-spacing: 0.32px;
    background-color: transparent;
    border-radius: 0 !important;
    padding: 0;
	box-shadow: none;
}
.about-accordion  .accordion-button:focus{
	box-shadow: none;
}
.about-accordion .accordion-body{
	padding: 10px 0 21px;
}
.about-accordion .accordion-body p{
	color: rgba(29, 29, 31, 0.65);
}
.about-accordion .accordion-button::after{
	background-image: url(../images/add.svg);
	height: 19px;
	width: 19px;
}
.about-accordion .accordion-button:not(.collapsed)::after{
	background-image: url(../images/minus.svg);
}
.about-accordion .common-btn{
	margin-top: 32px;
}

/* ***************** counter_sec ************** */
.counter_sec{
	padding: 96px 0 134px;
	background-color: #FBFBFB;
}
.counter_sec h3{
	color: #1D1D1F;
	text-transform: uppercase;
	font-family: 'lama_sansbold_expanded';
	letter-spacing: normal;
}
.counter_sec h4 {
	color: #1D1D1F;
	font-family: 'lama_sansmedium_expanded';
	letter-spacing: 0.48px;
}
.outline_text h3{
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;
	color: #D32346;
}
.counter_sec  ul{
	display: flex;
	justify-content: space-between;
	column-gap: 17px;
}
.counter_sec  li{
	min-width: 215px;
}
/* ************ home-btm-sec ********** */
.home-btm-sec{
	padding: 141px 0;
	background-color: #F7F7F7;
}
.home-btm-sec-heading{
	text-align: center;
}
.home-btm-sec-heading h3{
	max-width: 693px;
	margin: auto;
	color: #1D1D1F;
	line-height: 40px;
	margin-bottom: 55px;
}
.home-btm-sec-tab .nav-pills{
	max-width: 1240px;
	justify-content: space-between;
	margin: 0 auto 15px;
	gap: 10px;
}
.home-btm-sec-tab .tab_btn{
	padding: 20px 26px;
	border: 1px solid rgba(29, 29, 31, 0.27);
	display: block;
	cursor: pointer;
	border-radius: 5px;
	transition: all 0.5s;
	font-family: 'lama_sansmedium_expanded';
	font-size: 2rem;
	line-height: 24px;
	letter-spacing: 0.4px;
	color: rgba(29, 29, 31, 0.54);
}
.tab_btn:hover,
.tab_btn.active{
	color:#fff ;
	background: #1D1D1F;
}


.each_tab_content{
	border-radius: 5px;
	border: 1px solid rgba(29, 29, 31, 0.09);
	background: #FBFBFB;
	box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.06);
	padding: 62px 93px 61px 103px;
}
.each_tab_content_lft h3{
	font-family: 'Lama_Sans_Black_Expanded';
	color: #1D1D1F;
}
.each_tab_content_lft h4{
	font-family: 'lama_sansmedium_expanded';
	color: #1D1D1F;
}
.each_tab_content_lft ul{
	display: flex;
	column-gap: 24px;
	margin: 23px 0 36px;
}
.each_tab_content_lft_top h3{
	margin-bottom: 34px;
}
.each_tab_content_lft_top p{
	margin-top: 7px;
}
.each_tab_content_lft_btm{
	margin-top: 34px ;
}
.each_tab_content_lft_btm a{
	display: block;
	width: max-content;
	line-height: 24px;
}
.each_tab_content_lft_btm .col-md-6 > *{
	margin-bottom: 5px;
}
.each_tab_content_right_img{
	overflow: hidden;
	border-radius: 5px;
}
.each_tab_content_right ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
	row-gap: 14px;
}
.each_tab_content_right li{
	max-width:300px;
	width: 49%;
}
.each_tab_content_lft_btm tr{
	vertical-align: top;
}
.each_tab_content_lft_btm tr td:first-child{
	padding-right: 15px;
	padding-bottom: 5px;
}
.each_tab_content_lft_btm tr td {
    line-height: 24px;
    letter-spacing: 0.32px;
    color: #1D1D1F;
}
.each_tab_content_lft_btm .row{
	row-gap: 36px;
}
/* *************** footer ******** */
.footer_area{
	background: #1D1D1F;
	padding-top: 99px;
}
.footer-top-lft span{
	position: relative;
}
.footer-top-lft span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;	
	display: none;
}
.footer-mid{
	padding-top: 85px;
}
.footer-mid .each-bottom-menu-content h4{
	font-family: 'lama_sansmedium_expanded';
	line-height: 32px;
	letter-spacing: 1.2px;

}
.footer-mid .each-bottom-menu-content h6{
	color: #fff;
	margin-bottom: 10px;
}
.footer-mid .number-area h6{
	color: #1D1D1F;
	margin-bottom: 0;
}
.footer-mid .each-bottom-menu-content > a{
	color: rgba(255, 255, 255, 0.26);
	font-family: 'LamaSansRegular';
}
.footer-mid .each-bottom-menu-content > a:hover{
	color: #fff;
}
.footer_btm a:hover{
	color: #fff;
}
.footer_btm a{
	color: rgba(255, 255, 255, 0.26);
	font-family: 'LamaSansRegular';
	line-height: 25px;
}
.footer-mid  .whatsapp-box {
    padding: 7px 15px 7px 11px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.footer-mid .whatsapp-box {
    /* padding: 5px; */
    padding: 5px 10px;
    max-width: 200px;
    width: 100%;
	align-items: center;
}
.footer-mid .whatsapp-box:hover {
	/* background-color: rgba(255, 255, 255, 0.8); */
	/* border: 1px solid #D32347; */
}
.footer-mid .timming-area table tr td{
	color: rgba(255, 255, 255, 0.26);
	font-family: 'LamaSansRegular';
}
.footer-mid  .each-bottom-menu-content{
	border-right: 0;
	padding: 0;
	width: 21%;
	position: relative;
	flex-shrink: 0;
}
.footer-mid .each-bottom-menu-content::after{
	position: absolute;
	right: 16%;
	height: 100%;
	width: 1.5px;
	content: "";
	background-color: rgba(47, 47, 49, 0.41);
	z-index: 1;
	top: 0;
}
.footer-mid  .each-bottom-menu-content:last-child:after{
	display: none;
}
.footer-mid .number-area p {
	font-size: 1.4rem;
	line-height: 18px;
}
.footer-btm-wrap{
	padding: 30px 0;
	background: #2F2F31;
	margin-top: 95px;
}
.footer-btm{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-logo img{
	width: 98px;
}
.footer-btm a{
	color: rgba(255, 255, 255, 0.30);
}
.footer-btm a:hover{
	color: #fff;
}
.footer-social ul{
	display: flex;
	column-gap: 29px;
}
.footer-Privacy {
	letter-spacing: 0.8px;
}
.footer-mid .timming-area{
	margin-top: 15px;
}
/* ************************diensten-list************************ */
/****inner-banner****/
.inner-banner{
	padding-top: 88px;
	position: relative;
}
.inner-banner-content {
    position: absolute;
    top: 41%;
    left: 0;
	width: 100%;
	z-index: 11;
	padding: 0 179px;
}
.inner-banner-content h1 {
    color: #fff;
}
.inner-banner-content h1 span{
	line-height: 88px;
	position: relative;
}
.inner-banner-content h1 strong {
    color: #D32346;
}
/* .inner-banner-content h1 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
} */
.inner-banner::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(22, 21, 21, 0.29) 0%, rgba(22, 21, 21, 0.37) 100%);
}
/****diensten-list-area****/
.diensten-list-area {
    background-color: #FBFBFB;
	padding: 79px 0 47px;
	position: relative;
	/*background-image: linear-gradient(rgba(29, 29, 31, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 29, 31, 0.02), transparent 1px);*/
	background-size:132px 132px;
	background-position: top;
}
.each-diensten-list {
	border-radius: 5px;
    overflow: hidden;
	margin-bottom: 26px;
	position: relative;
}
.each-diensten-list::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(29, 29, 31, 0.40) 0%, rgba(29, 29, 31, 0.40) 100%);
}
.diensten-list-area a:hover .each-diensten-list::after{
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 15.77%, rgba(0, 0, 0, 0.52) 84.26%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.each-diensten-list-content {
    padding: 23px 101px 35px;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
    webkit-transation: all 0.5s;
}
.each-diensten-list-content p{
	color: #fff;
	margin: 3px 0 32px;
	width: 100%;
	max-width: 77%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.each-diensten-list-btm-content{
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.diensten-list-area a:hover .each-diensten-list-btm-content{
	opacity: 1;
}
/****google-review****/
.google-review {
    background: #F7F7F7;
	padding: 76px 0 120px;
}
.werkplaats-dtl-tab-sec .nav-item {
    width: 19% !important;
    /* width: 100%; */
    text-align: center;
}
/* ************************contact************************ */
/****contact-banner****/
.map {
    height: 500px;
    margin-top: 89px;
}
/****contact-tab-sec****/
.home-btm-sec.contact-tab-sec  {
    padding: 30px 0;
	background-color: #fff;
}
.contact-tab-sec .each_tab_content {
    padding-bottom: 31px;
	background: #FBFBFB;
}
.contact-tab-sec .home-btm-sec-tab .tab_btn {
    background: #F7F7F7;
    letter-spacing: normal;
    padding: 20px 18px;
}
.contact-tab-sec .tab_btn:hover, .contact-tab-sec .tab_btn.active {
    color: #fff;
    background: #1D1D1F;
}
.contact-tab-sec .swiper {
	justify-content: left;
	max-width: 1260px;
}
.contact-tab-btn-slider {
	margin-bottom: 20px;
}
.contact-tab-btn-slider .swiper-button-next {
	right: -4%;
}
.contact-tab-btn-slider .swiper-button-prev {
	left: -4%;
}
.contact-tab-sec .nav-item {
	/* width: 19%; */
	width: 100%;
	text-align: center;
}
/****form-sec****/
.form-sec {
	position: relative;
	background: #fff;
	padding: 98px 0 106px;
}
.form-sec::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/form-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.form-wrapper {
    padding: 0 154px;
	position: relative;
	z-index: 1;
}
.form-heading {
    margin-bottom: 74px;
}
.form-heading h2{
	font-family: 'Lama_Sans_Black_Expanded';
	color: #1D1D1F;
	margin-bottom: 21px;
	text-align: center;
}
.form-heading h2 span{
	position: relative;
}
.form-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.form-heading h2 strong {
    color: #D32346;
}
.form-heading p {
    width: 100%;
    max-width: 629px;
    margin: 0 auto;
	text-align: center;
}
.form-label {
    margin-bottom: 5px;
    color: #1D1D1F;
    line-height: 24px;
}
.form-styl {
	resize: none;
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	border: 0;
    border: 1.5px solid rgba(29, 29, 31, 0.16);
    color: #1D1D1F;
    padding: 17px 20px;
	letter-spacing: normal;
	line-height: 24px;
	border-radius: 5px;
	backdrop-filter: blur(15px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: transparent;
}
.form-group {
	margin-bottom: 26px;
	position: relative;
}
.form-styl:placeholder {
	color: rgba(29, 29, 31, 0.50);
	border-color: rgba(29, 29, 31, 0.16);
}
.form-styl:-ms-input-placeholder {
	color: #1D1D1F;
}
.form-styl::placeholder {
	color: rgba(29, 29, 31, 0.50);
}
.form-styl:focus {
    box-shadow: none;
	border-color: #1D1D1F;
    color: #1D1D1F;
    background-color: #fff;
}
.form-main textarea.form-control {
	height: 170px;
    overflow: hidden;
}
.form-sec .form-group .select-style{ 
    background: url(../images/down-arrow.svg) no-repeat 96% center/15px;
    appearance: none;
	color: rgba(29, 29, 31, 0.50);
}
.form-sec .form-group .select-style:hover{
	border: 1.5px solid rgba(29, 29, 31, 0.16);
}
.form-sec .form-group .select-style:focus,
.form-sec .form-group .select-style:active
{
	border: 1.5px solid #1D1D1F;
}
.form-sec .form-group label span {
    color: #D32346;
}
.form-btn {
    margin-top: 3px;
}
.form-btn button.common-btn {
    padding-top: 14px;
    padding-bottom: 14px;
}
.form-main .row {
    margin: 0 -24px;
}
.form-main .col-lg-6 {
    padding: 0 24px;
}
.form-main .col-lg-12 {
    padding: 0 24px;
}
.form_btn{
	max-width: max-content;
    width: 100%;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    border-radius: 5px;
    padding: 13.5px 48px 13.5px 18px;
    display: inline-block;
    color: #fff;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: normal;
    position: relative;
    border: 1px solid #D32346;
    background-color:#D32346 ;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.form_btn::before{
    position: absolute;
    content: "";
    left: auto;
	right: 18px;
    top: 0;
    height: 100%;
    width: 14px;
    background-position: center;
    background-size: 14px;
    background-image: url(../images/btn_arrow.svg);
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.form_btn:active, 
.form_btn:focus, 
.form_btn:hover {
	color: #D32346;
    background-color: transparent ;
}
.form_btn:active::before, 
.form_btn:focus::before, 
.form_btn:hover::before{
	transition: all 0;
	filter: invert(20%) sepia(37%) saturate(7248%) hue-rotate(336deg) brightness(87%) contrast(88%);
}
/* ************************diensten-dtl************************ */
/****back-btn-sec****/
.back-btn-sec {
    padding-top: 127px;
	background-color: #FBFBFB;
}
.back-btn {
    position: relative;
	top: 100px;
    left: 0;
	padding-left: 45px;
    z-index: 1;
}
.back-btn a {
	font-family: 'LamaSansRegular';
    color: #1D1D1F;
    font-size: 1.6rem;
    line-height: 25px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.back-btn a:hover{
	color: #D32346;
}
.back-btn a:hover img{
	filter: invert(33%) sepia(83%) saturate(5858%) hue-rotate(337deg) brightness(101%) contrast(101%);
     -webkit-filter: invert(33%) sepia(83%) saturate(5858%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
/****diensten-dtl-top-sec****/
.diensten-dtl-top-sec{
	position: relative;
	/*background-image: linear-gradient(rgba(29, 29, 31, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 29, 31, 0.03), transparent 1px);*/
	background-size:132px 132px;
	background-position: top;
	background-color: #FBFBFB;
}
.diensten-dtl-top-area {
    padding: 51px 0 141px;
}
.diensten-dtl-top-left h2{
	color: #1D1D1F;
	padding-bottom: 54px;
	word-break: break-word;
}
.diensten-dtl-top-left h2 span{
	position: relative;
    width: fit-content;
    display: inline-block;
}
.diensten-dtl-top-left h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.diensten-dtl-top-left h2 strong {
    color: #D32346;
}
.dtl-top-left-img{
	border-radius: 5px;
    overflow: hidden;
}
.diensten-dtl-top-right {
	padding-top: 160px;
	padding-left: 43px;
}
.diensten-dtl-top-right h4{
	font-family: 'lama_sansmedium_expanded';
	color: #1D1D1F;
    line-height: 24px;
    letter-spacing: 0.48px;
	margin: 13px 0;
}
.diensten-dtl-top-right p {
    margin-bottom: 10px;
	width: 100%;
    max-width: 644px;
}
.diensten-dtl-top-right .black_btn {
    margin-top: 46px;
	padding-top: 14px;
    padding-bottom: 14px;
}
.diensten-dtl-top-right .common-btn {
	margin-right: 10px;
	margin-bottom: 10px;
}
/****dtl-mid-blk****/
.dtl-mid-blk{
	background: #1D1D1F;
	padding: 95px 0 154px;
}
.dtl-mid-blk-heading h2 {
    margin-bottom: 103px;
}
.dtl-mid-blk-heading h2 span{
	position: relative;
}
.dtl-mid-blk-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.dtl-mid-blk-heading h2 strong {
    color: #D32346;
}
.dtl-mid-blk-left {
    margin-right: 109px;
}
.dtl-mid-blk-left h4 {
	font-family: 'lama_sansmedium_expanded';
    line-height: 24px;
    letter-spacing: 0.48px;
	margin-bottom: 15px;
}
.dtl-mid-blk-left p{
	color: #fff;
	margin-bottom: 27px;
    padding-bottom: 32px;
}
.dtl-mid-blk-left li {
    position: relative;
	padding-left: 92px;
}
.dtl-mid-blk-left li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 22px;
    width: 43px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
	background-size: 43px;
}
.dtl-mid-blk-left li::before {
    content: "";
    position: absolute;
    left: 92px;
    bottom: 0;
    height: 1px;
	width: 84%;
    background: rgba(255, 255, 255, 0.20);
}
.dtl-mid-blk-left li:last-child:before {
	display: none;
}
.dtl-mid-blk-right{
	margin-left: 26px;
	border-radius: 5px;
    overflow: hidden;
	height: 100%;
}
.dtl-mid-blk-right img{
	height: 100%;
	object-fit: cover;
}
.dtl-mid-blk-left li:last-child p{
	margin-bottom: 0;
	padding-bottom: 0;
}
/****diensten-dtl-service-slider****/
.diensten-dtl-service-slider{
	background: #F7F7F7;
	padding: 75px 0 56px;
}
.diensten-dtl-service-slider .service-slider-heading{
	text-align: start;
}
.diensten-dtl-service-slider-heading{
	display: flex;
	justify-content: space-between;
}
.diensten-dtl-service-slider-heading h2 {
    color: #1D1D1F;
}
.diensten-dtl-service-slider-heading h2 span{
	position: relative;
}
.diensten-dtl-service-slider-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.diensten-dtl-service-slider-heading h2 strong {
    color: #D32346;
}
.diensten-dtl-service-slider .service_slider_wrap {
    padding-top: 86px;
}
.diensten-dtl-service-slider .service_slider_wrap .swiper::after{
	background: linear-gradient(269deg, #F7F7F7 0.57%, rgba(247, 247, 247, 0.38) 99.43%);
}
.diensten-dtl-service-slider .each_service_slider_content h4{
	color: #1D1D1F;
}
/* ************************garantie************************ */
.garantie-top-sec h2 {
    position: relative;
    padding-bottom: 0;
	margin-bottom: 57px;
}
.garantie-top-sec h2::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
	width: 348px;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
}
.back-btn-sec.garantie-back-btn-sec {
    padding-top: 55px;
}
.garantie-top-sec .diensten-dtl-top-right {
    padding-top: 157px;
}
/* ************************autoverhuur************************ */
/****autoverhuur-top-sec****/
.autoverhuur-top-sec .dtl-top-left-img{
	position: relative;
}
.autoverhuur-top-sec .dtl-top-left-img::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(29, 29, 31, 0.40) 0%, rgba(29, 29, 31, 0.40) 100%);
}
.autoverhuur-top-sec h2::after {
    left: 135px;
}
/****autoverhuur-blk****/
.autoverhuur-blk {
    padding: 129px 0 97px;
}
.autoverhuur-blk h2{
	color: #1D1D1F;
	margin-bottom: 46px;
}
.autoverhuur-blk h2 span{
	position: relative;
}
.autoverhuur-blk h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.autoverhuur-blk h2 strong {
    color: #D32346;
}
.autoverhuur-blk p {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
	padding-bottom: 56px;
}
.autoverhuur-blk a{
	text-decoration: underline;
}
/* ************************over-ons************************ */
.over-ons-banner .inner-banner-content {
    top: 46%;
}
/****over-ons-top****/
.over-ons-top-sec{
	position: relative;
	background-image: linear-gradient(rgba(29, 29, 31, 0.04) 1px, transparent 1px), 	 linear-gradient(90deg, rgba(29, 29, 31, 0.04), transparent 1px);
	background-size: 132px 132px;
	background-position: top;
}
.over-ons-top-sec {
    padding-top: 106px;
}
.over-ons-top-img {
    border-radius: 5px;
    overflow: hidden;
	margin-left: 26px;
}
.over-ons-top-content h2 {
    color: #1D1D1F;
	margin-bottom: 41px;
}
.over-ons-top-content h2 span{
	position: relative;
}
.over-ons-top-content h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
	width: 225px;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.over-ons-top-content h2 strong {
    color: #D32346;
}
.over-ons-top-content p {
    width: 100%;
    max-width: 652px;
	margin-bottom: 23px;
}
/****overons-benefit-sec****/
.overons-benefit-sec{
	background: #1D1D1F;
	padding: 112px 0 135px;
}
.overons-benefit-heading {
    margin-bottom: 68px;
}
.overons-benefit-heading h2 span{
	position: relative;
}
.overons-benefit-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.overons-benefit-heading h2 strong {
    color: #D32346;
}
.each-benefit{
	min-height: 345px;
    height: 100%;
	border-radius: 5px;
	border: 1.5px solid rgba(255, 255, 255, 0.16);
	text-align: center;
	margin-right: 20px;
	padding: 36px 33px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.each-benefit:hover{
	border-color: #D32346;
}
.overons-benefit-area .col-lg-4:last-child .each-benefit{
	margin-right: 0;
}
.each-benefit h4{
	color: #D32346;
	line-height: 32px;
	letter-spacing: 0.48px;
	margin-bottom: 10px;
}
.each-benefit h6, .each-benefit p {
    color: #fff;
}
.each-benefit h6{
	font-family: 'Lama_Sans_Black_Expanded';
	margin-bottom: 20px;
}
.each-benefit p {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}
/****over-ons-counter_sec****/
.over-ons-counter-sec {
    padding: 98px 0 48px;
	background-color: #fff;
}
.over-ons-counter-sec h3{
	font-family: 'lama_sanssemibold_expanded';
	line-height: 32px;
	letter-spacing: 1.8px;
	margin-bottom: 12px;
}
.over-ons-counter-sec h6 {
    font-family: 'LamaSansRegular';
    font-size: 2.4rem;
    line-height: 33px;
}
/****over-ons-member-sec****/
.over-ons-member-sec {
    padding: 127px 0 140px;
}
.over-ons-member-sec-heading h2 {
    color: #1D1D1F;
	margin-bottom: 79px;
}
.over-ons-member-sec-heading h2 span{
	position: relative;
}
.over-ons-member-sec-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.over-ons-member-sec-heading h2 strong {
    color: #D32346;
}
.each-member-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}
.each-member-box::after{
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(244deg, rgba(0, 0, 0, 0.06) 2.32%, rgba(0, 0, 0, 0.20) 100%);
}
.each-member-box img {
    height: 100%;
    object-fit: cover;
}
.each-member-info {
    position: absolute;
	bottom: 0;
    left: 0;
    z-index: 1;
	padding: 26px 33px;
    width: 100%;
}
.each-member-info h4{
	line-height: 24px;
	margin-bottom: 7px;
	font-family: 'lama_sanssemibold';
}
.each-member-info h6 {
	font-family: 'LamaSansMedium';
    color: #fff;
}
/******overons-new******/
.over-ons-top-second-sec {
	padding-bottom: 80px;
}
.over-ons-top-second-sec .over-ons-top-img {
	margin-right: 26px;
	margin-left: 0;
}
.over-ons-top-second-sec .over-ons-top-content {
	display: table;
	margin-left: auto;
}
.overons-dtl-mid-blk .col-lg-6:nth-child(even) .dtl-mid-blk-left {
    margin-left: 109px;
	margin-right: 0;
}
.over-ons-member-sec .home-btm-sec-tab .nav-pills {
	flex-wrap: nowrap;
}
.over-ons-member-sec .home-btm-sec-tab .each-member-img {
    height: 100%;
}
/* ************************Werkplaatsafspraak************************ */
.Werkplaatsafspraak-top-sec .diensten-dtl-top-right {
    padding-top: 164px;
}
.Werkplaatsafspraak-form-sec{
	padding-bottom: 137px;
}
.Werkplaatsafspraak-form-sec .form-heading {
    margin-bottom: 52px;
}
.Werkplaatsafspraak-form-sec .form-heading h2 {
    margin-bottom: 26px;
	word-break: break-word;
}
.Werkplaatsafspraak-form-sec .form-heading h2 span::after{
	display: none;
}
.Werkplaatsafspraak-form-sec .form-heading p{
	position: relative;
	padding-bottom: 14px;
}
.Werkplaatsafspraak-form-sec .form-heading p::after{
	position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 7.5px;
    width: 348px;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
}
/* ************************airco-service************************ */
.diensten-dtl-top-right li {
    margin-bottom: 16px;
	position: relative;
	padding-left: 10px;
}
.diensten-dtl-top-right li::after {
	background-size: 5px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}
/* ************************bandenservice************************ */
.bandenservice-top-sec .diensten-dtl-top-right {
    padding-top: 112px;
}
/* ************************Uitlijnen************************ */
.uitlijnen-top-sec .diensten-dtl-top-left h2{
	position: relative;
	padding-bottom: 0;
    margin-bottom: 54px;
}
.uitlijnen-top-sec .diensten-dtl-top-left h2::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 7px;
    width: 339px;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.uitlijnen-top-sec .diensten-dtl-top-left h2 strong {
    color: #D32346;
}
/* ************************Vacature-list************************ */
.Vacature-list-banner .inner-banner-content {
    max-width: 695px;
}
.Vacature-list-banner .inner-banner-content h1{
	position: relative;
	padding-bottom: 13px;
}
.Vacature-list-banner .inner-banner-content h1::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
}
.Vacature-list-area-heading h2{
	color: #1D1D1F;
	margin-bottom: 46px;
}
.Vacature-list-area-heading h2 span{
	position: relative;
}
.Vacature-list-area-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.Vacature-list-area-heading h2 strong {
    color: #D32346;
}
.Vacature-list-area-heading p {
    width: 100%;
    max-width: 709px;
    margin: 0 auto;
	padding-bottom: 141px;
}
.Vacature-list-area{
	background-image: linear-gradient(rgba(29, 29, 31, 0.03) 1px, transparent 1px), 	 linear-gradient(90deg, rgba(29, 29, 31, 0.03), transparent 1px);
	padding-top: 129px;
}
/* ************************Autoschade************************ */
.autoschade-top-sec .dtl-top-left-img{
	position: relative;
}
.autoschade-top-sec .dtl-top-left-img::after{
	content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 15.77%, rgba(0, 0, 0, 0.52) 84.26%);
}
/* ************************bedankt************************ */
.bedankt-banner {
    height: 916px;
    background: #000;
}
.bedankt-banner .inner-banner-content {
    top: 32%;
}
.bedankt-banner .inner-banner-content h1 {
    max-width: 74%;
}
.bedankt-banner .inner-banner-content p {
    color: #fff;
    max-width: 576px;
    width: 100%;
    margin: 43px 0 56px;
}
/****popup****/
.modal-area .modal-dialog {
	max-width: 63%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background: rgba(29, 29, 31, 0.70);
	backdrop-filter: blur(5px);
}
.modal-area .modal-content {
    border: 0;
    background-color: #fff;
	position: relative;
}
.modal-area .modal-main-content{
	border-radius: 5px;
	overflow: hidden;
}
.modal-area .popup-content {
    padding: 41px 5px 10px 50px;
    background-color: #fff;
}
.pop-up-image {
	height: 100%;
	padding-left: 48px;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.popup-content h2{
	color: #1D1D1F;
	margin: 34px 0;
}
.popup-content h2 strong{
	color: #D32346;
}
.popup-content li {
	margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
	line-height: 24px;
    letter-spacing: 0.32px;
}
.popup-content li::after {
    background-size: 5px;
    position: absolute;
    top: 9px;
    left: 0;
    content: '';
    width: 6px;
    height: 6px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-size: 6px;
}
.popup-content li:last-child{
	margin-bottom: 41px;
}
.close-img {
    position: absolute;
    top: -26px;
    right: -27px;
    height: 66px;
    width: 66px;
    background-color: #1D1D1F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	border-radius: 100%;
}
.close-img img{
	width: 20px;
}
/********************************fleet********************************/
/****fleet-sec****/
.fleet-sec {
    padding: 129px 0 100px;
	position: relative;
	background-image: linear-gradient(rgba(29, 29, 31, 0.03) 1px, transparent 1px), 	 linear-gradient(90deg, rgba(29, 29, 31, 0.03), transparent 1px);
	background-size:132px 132px;
	background-position: top;
	background-color: #FBFBFB;
}
.fleet-heading{
	text-align: center;
}
.fleet-heading h2{
	color: #1D1D1F;
}
.fleet-heading h2 span{
	position: relative;
}
.fleet-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.fleet-heading h2 strong {
    color: #D32346;
}
.fleet-heading p {
    width: 100%;
    max-width: 871px;
    margin: 0 auto;
    padding: 42px 0 60px;
}
.each-fleet-info{
	border-radius: 5px;
	overflow: hidden;
	border: 1.5px solid rgba(29, 29, 31, 0.16);
	background: #FFF;
	min-height: 402px;
	height: 100%;
	padding: 31px 34px 42px;
}
.fleet-area .row{
	margin: 0 -11px;
	row-gap: 27px;
}
.fleet-area .col-xl-4 {
    padding: 0 11px;
}
.each-fleet-info h3 {
	font-family: 'LamaSansMedium';
	font-size: 2.4rem;
    color: #D32346;
	line-height: 32px;
	letter-spacing: 0.48px;
}
.each-fleet-info h4 {
    font-family: 'LamaSansRegular';
    color: #1D1D1F;
    line-height: 32px;
    letter-spacing: 0.48px;
    margin: 11px 0 29px;
	word-break: break-word;
}
/****business-sec****/
.business-sec {
    background: #1D1D1F;
	padding: 91px 0 41px;
}
.business-content-heading h2 span{
	position: relative;
}
.business-content-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.business-content-heading h2 strong {
    color: #D32346;
}
.business-content-heading h4 {
    line-height: 36px;
    letter-spacing: 0.48px;
	margin: 16px 0 47px;
}
.business-main-content li{
	color: #FFF;
	line-height: 24px;
	letter-spacing: 0.32px;
	width: 45%;
	position: relative;
	padding-left: 42px;
	max-width: 432px;
	margin-bottom: 35px;
}
.business-main-content li::after{
	content: "";
    position: absolute;
    left: 0;
	top: 3px;
    height: 16px;
    width: 22px;
    background-image: url(../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
}
.business-main-content ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.business-sec-img {
    border-radius: 5px;
    overflow: hidden;
	margin-left: 27px;
}
/****financiering-sec****/
.financiering-sec {
    padding-top: 130px;
	overflow: hidden;
}
.financiering-sec h2 {
	margin-bottom: 41px;
    color: #1D1D1F;
}
.financiering-sec h2 span{
	position: relative;
}
.financiering-sec h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.financiering-sec h2 strong {
    color: #D32346;
}
.financiering-sec-heading{
	margin-bottom: 78px;
}
.financiering-sec-heading p {
    width: 100%;
    max-width: 85%;
}
.financiering-table-area table{
	width: 100%;
}
.financiering-table-area table tr{
	position: relative;
	display: flex;
	/* justify-content: center; */
	padding: 0 163px;
}
.financiering-table-area td {
    border-right: 1.5px solid #DAD9D9;
	width: 25%;
	padding: 27px 37px 30px;
	vertical-align: top;
}
.financiering-table-area td h4{
	font-family: 'lama_sansmedium_expanded';
	line-height: 37.92px;
	letter-spacing: 0.48px;
	padding: 19px 0;
}
.financiering-table-area p {
    width: 100%;
    max-width: 449px;
}
.financiering-table-area table tr:nth-child(odd)::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #EEE;
	z-index: -1;
}
.btm-main-table{
	overflow-x: auto;
}
.financiering-table-area table tr:first-child{
	background: #D32346;
}
.financiering-table-area table tr:first-child::after{
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0;
	background: #D32346;
	z-index: -1;
}
.financiering-table-area table tr:first-child td{
	width: 25%;
	padding: 0 37px;
	vertical-align: top;
}
.financiering-table-area td:last-child {
	border-right: none;
}
.financiering-btm-table-heading h2{
	text-align: center;
}
.financiering-top-table {
	padding-bottom: 129px;
}
.financiering-top-table table tr:first-child td{
	text-align: center;
	vertical-align: top;
	width: 50%;
}
/********************************Verkoop********************************/
.Verkoop-slider .service_slider_wrap .swiper {
    margin-right: 0;
}
.Verkoop-slider .service_slider_wrap .swiper::after {
	display: none;
}
/******************************verkocht********************************/
.verkocht-heading-sec{
	padding-top: 162px;
	padding-bottom: 20px;
	position: relative;
    /*background-image: linear-gradient(rgba(29, 29, 31, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(29, 29, 31, 0.03), transparent 1px);*/
    background-size: 132px 132px;
    background-position: top;
	background-color: #FBFBFB;
}
.verkocht-heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.verkocht-heading-sec h2 {
    color: #1D1D1F;
	position: relative;
}
.verkocht-heading-sec h2::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 348px;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.verkocht-heading-sec h2 strong {
    color: #D32346;
}
.verkocht-list-car h4{
	font-size: 3.2rem;
	padding: 27px 0 0px;
}
.aanbod-list-car.verkocht-list-car {
    background-color: #FBFBFB;
	padding-top: 77px;
	padding-bottom: 100px;
}
.verkocht-list-car .slider-price-sec-mid span{
	font-family: 'LamaSansMedium';
	line-height: 24px;
	padding-bottom: 26px;
}
.verkocht-list-car .slider-price-sec-btm td{
	font-size: 2rem;
	letter-spacing: 0.4px;
}
/* ================  aanbod-list  ======================== */
/****aanbod-filter-sec****/
.aanbod-filter-sec {
    padding: 50px 0;
	padding-top: 187px;
}
.aanbod-filter-wrap {
    position: relative;
    z-index: 2;
}
.filter-reset a {
	color: #1D1D1F;
	font-size: 1.4rem;
	font-family: 'LamaSansRegular';
}
.filter-reset img {
	width: 9px;
	margin-left: 5px;
	margin-bottom: 2px;
    filter: brightness(1) invert(1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.filter-reset a:hover {
	color: #D32346;
}
.filter-reset a:hover img {
	filter: invert(33%) sepia(83%) saturate(5858%) hue-rotate(337deg) brightness(101%) contrast(101%);
	-webkit-filter: invert(33%) sepia(83%) saturate(5858%) hue-rotate(337deg) brightness(101%) contrast(101%);
}
.select-style {
	width: 100%;
    height: 60px;
    color: rgba(29, 29, 31, 0.50);
	font-family: 'LamaSansRegular';
    font-size: 1.6rem;
	border: 1px solid rgba(29, 29, 31, 0.16);
    border-radius: 5px;
    padding: 0 30px 0 18px;
    background: url(../images/filter-arrow.svg)  no-repeat #fff 91% center/10px;
    appearance: none;
    line-height: 55px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
    cursor: default;
	transition: all 0.5s;
}
.select-style:active,
.select-style:focus,
.select-style:hover{
	border: 1px solid rgba(29, 29, 31, 0.61);
}
.select-style.show {
    border-radius: 5px 5px 0 0;
}
.filter-main {
    margin-bottom: 20px;
}
.filter-main option{
	font-family: 'LamaSansRegular';
	background-color: #14181E;
}
.filter-content {
    display: none;
    background-color:#fff;
    padding: 10px 10px 15px;
    z-index: 2;
    border: 1px solid rgba(29, 29, 31, 0.16);
    border-top: 0;
    border-radius: 0 0 5px 5px;
    margin-top: -5px !important;
	cursor: default;
    max-height: 230px;
    overflow-y: auto;
    z-index: 999;
}
.filter-content::-webkit-scrollbar {
	background-color: #dbdbdb;
	width: 10px;
}
.filter-content::-webkit-scrollbar-thumb {
	background-color: #999999;
}
.filter-content.show-div {
    display: block;
}
.maandprijs_van-filter .cursor,
.maandprijs_tot-filter .cursor {
	left: 0;
}
.maandprijs_van-filter .cursor::before,
.maandprijs_tot-filter .cursor::before {
	display: none;
}
.maandprijs_van-filter .form-check-input,
.maandprijs_tot-filter .form-check-input {
	display: none;
}
.aanbod-filter-sec label {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSansRegular';
    font-size: 1.4rem;
	cursor: pointer;
	color:rgba(29, 29, 31, 0.50);
}
.aanbod-filter-sec label:last-child {
	margin-bottom: 0;
}
.aanbod-filter-sec label span {
    float: right;
    color: #F9F8F6;
    opacity: 0.65;
}
.aanbod-filter-sec .form-check-input{
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid rgba(29, 29, 31, 0.16);
    background-color: transparent;
    border-radius: 3px;
}
.aanbod-filter-sec .form-check-input:checked {
    background-color: #D32346;
    border-color: #D32346;
}
.auto-overview-tag {
    margin-right: 5px;
	margin-bottom: 10px;
    padding: 5px 14px;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #1D1D1F;
    border-radius: 5px;
	font-family: 'LamaSansRegular';
    font-size: 1.4rem;
    border: 1px solid #1D1D1F;
}
.cross-btn {
    width: 9px;
}
.auto-overview-tag:hover {
	background-color: #D32346;
	border-color: #D32346;
	color: #fff;
}
.auto-overview-tag:hover img{
	filter: brightness(0) invert(1);
}
.aanbod-filter {
	margin-bottom: 18px;
}
.filter_lft{
	padding-right: 22%;
}
.total_search_records {
	margin-top: 30px;
}
.mobile-show-filter {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: #1D1D1F;
    width: 100%;
    z-index: 5;
    margin-top: 0;
    padding: 15px 0;
}
.mobile-show-filter .common-btn {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background-color: #D32346;
    border-color: #D32346;
	padding-left: 10px;
	padding-right: 10px;

}
.mobile-show-filter .common-btn::after{
	display: none;
}
.mobile-show-filter .common-btn:hover {
    background-color: transparent;
    border-color: #F9F8F6;
}
.filter-count {
	min-width: 20px;
	height: 20px;
	background-color: #14181E;
	border-radius: 100%;
	color: #F9F8F6;
    border: 1px solid #14181E;
	margin-left: 30px;
	font-size: 1.2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.mobile-filter-close {
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background-color: #D32346;
}
.mobile-filter-close span {
    max-width: 32px;
	width: 100%;
    height: 32px;
    background-color: #F9F8F6;
    border-radius: 50%;
	margin-left: auto;
	border: 1px solid #D32346;
}
.mobile-filter-close span img {
	width: 9px;
	filter: invert(1);
	-webkit-filter: invert(1);
}
.auto-overview-filter-result .total_search_records {
	margin-top: 0;
	background-color: #D32346;
	border-color: #D32346;
  	color: #f3f3f3;
	padding: 10px;
	border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.auto-overview-filter-result .total_search_records h4{
	font-size: 1.6rem;
	color: #F9F8F6;
}
.auto-overview-filter-result .total_search_records:hover {
	background-color: #1D1D1F;
}
.cursor-pointer {
	cursor: pointer;
}
.filter-sort {
	display: flex;
	align-items: center;
	justify-content: end;
}
.filter-sort h6 {
	margin-right: 10px;
    color: rgba(249, 248, 246, 0.7);
    font-family: 'LamaSansRegular';
    text-transform: none;
    letter-spacing: normal;
}
.filter-sort .aanbod-filter {
	margin-bottom: 0;
	width: 100%;
}
.model-filter .form-check-input {
    display: none;
}
.sorteren_op-filter .form-check-input, .nieuw-filter .form-check-input, .locatie-filter .form-check-input{
    display: none;
}

.filter_left_heading h4{
	color: #1D1D1F;
	font-family: 'lama_sansmedium_expanded';
	margin-bottom: 20px;
}
.filter_right{
	padding-left: 20%;
}
.aanbod-list-car {
	padding-top: 31px;
	padding-bottom: 60px;
}

.aanbod-list-car .section_wrap > .row{
	row-gap: 54px;
	column-gap: 16px
}
.aanbod-list-car .section_wrap > .row .col-lg-4{
	width: calc(33.33% - 16px);
}
.compare_selection{
	position: fixed;
	right: 0;
	top: 19%;
	z-index: 5;
	overflow: hidden;
}
.compare_selection_show{
	background-color: #fff;
	position: fixed;
    right: 0;
    z-index: 1;
    bottom: 32%;
	border-radius: 5px 0px 0px 5px;
	transition: all .5s;
	transform:translateX(100%) ;
}
.show_div{
	transform:translateX(0%) ;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.compare_selection_show > *{
	padding-right: 22px;
	padding-left: 22px;
}
.compare_selection_show > span,
.compare_selection_show_dtn span{
	height: 26px;
	width: 26px;
	background-color: #D32346;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: 'LamaSansMedium';
	color: #fff;
	position: absolute;
    top: -7px;
    left: -7px;
	padding: 0;
}
.compare_selection_show_dtn {
	height: 75px;
	width: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	position: fixed;
	top: 60%;
	right: 0;
	cursor: pointer;
	z-index: 99;
	border-radius: 5px 0 0 5px;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
}
.compare_selection_show_dtn img{
	width: 40px;
}
.compare_selection_list .common-btn{
	margin-right: 100px;
	margin-bottom: 22px;
	transition: all 0s;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
}
.show_div .compare_selection_list .common-btn{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.compare_selection_list li{
	font-family: 'LamaSansMedium';
	display: flex;
	align-items: center;
	column-gap: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(29, 29, 31, 0.10);
	line-height: 24px;
	letter-spacing: 0.8px;
	margin-bottom: 9px;
}
.compare_selection_more .compare_selection_show_dtn span{
	visibility: hidden;
}
.compare_selection_show > span{
	visibility: hidden;
}
.compare_selection_more .compare_selection_show > span{
	visibility: visible;
}
.compare_selection_list li:last-child{
	border: 0;
}
.compare_selection_list li span{
	width: 14px;
	height: 14px;
	background-color: #1D1D1F;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}
.compare_selection_list ul{
	max-height: 300px;
	overflow: auto;
}
.compare_selection_heading h6{
	font-family: 'lama_sansbold_expanded';
	line-height: 24px;
	letter-spacing: 0.8px;
	margin-bottom: 24px;
	position: relative;
	width: max-content;
	padding-top: 22px;
}
.compare_selection_heading h6 span{
	color: #D32346;
}
.compare_selection_heading h6::after{
	position: absolute;
    left: 0;
    bottom: -5px;
    content: "";
    background-position: bottom center;
    height: 3.5px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
}
.cursor_pointer{
	cursor: pointer;
}
.aanbod-list-review {
    padding: 143px 0 120px;
}
.sell-car{
	position: relative;
	padding: 10px 18px;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 24px;
	font-family: 'LamaSansRegular';
	text-transform: capitalize;
	z-index: 1;
	background-color: #D32346;
	color: #fff;
}
.aanbod-list-car .slider-price-sec-top ul{
	justify-content: center;
}
/* ================== aanbod-dtl ==========  */
.aanbod_form_sec,
.back-btn-sec.pb-0.bg_border{
	background-color: #FBFBFB !important;
}
.aanbod-dtl-slider{
	padding-bottom: 92px;
	background-color: #FBFBFB;
	overflow-x: clip;
}
.aanbod-back-btn.back-btn-sec.pb-0.bg_border {
	background-color: #F7F7F7 !important;
}
.small-car {
	height: 100%;
	/* height: calc(100% - 10px); */
}
.small-car img{
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	overflow: hidden;
}
.small-car-sec{
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: space-between; */
	/* height: 100%; */
}
.small_car{
	display: flex;
	row-gap: 20px;
}
.big-car{
	border-radius: 5px;
	overflow: hidden;
}
.slider-right-top-heading h2{
	color: #1D1D1F;
	letter-spacing: normal;
	text-transform: capitalize;
	font-family: 'LamaSansMedium';
	font-size: 2.8rem;
}
.slider-right-top-heading  p{
	color: rgba(29, 29, 31, 0.59);
	line-height: 19px; 
	letter-spacing: normal;
	margin-top: 5px;
}
.slider-right-top ul{
	display: flex;
	column-gap: 20px;
	margin: 30px 0;
}
.slider-right li{
	font-size: 24px;
	line-height: 24px;
	font-family: 'LamaSansMedium';
	width: 49%;
}
.slider-right li:nth-child(2){
	color: #D32346;
}
.slider-right-mid table{
	width: 100%;
}
.slider-right-mid tr{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.slider-right-mid td{
	display: flex;
	column-gap: 7%;
	font-size: 16px;
	line-height: 15px;
}
.slider-right-mid td span{
	width:50%;
	color: rgba(29, 29, 31, 0.59);
}
.slider-right-mid td span img{
	width: 20px;
	margin-right: 16px;
}
.slider-right{
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
.slider-right > *{
	padding: 0 32px;
}
.anbod-dtl-contact-info p{
	font-family: 'LamaSansMedium';
	color: #1D1D1F;
	font-size: 1.8rem;
	letter-spacing: 0.36px;
}
.anbod-dtl-contact-info ul{
	display: flex;
	flex-wrap: wrap;
	column-gap: 27px;
}
.anbod-dtl-contact-info li{
	width: max-content;
}
.anbod-dtl-contact-info li a{
	font-size: 16px;
	color: rgba(22, 21, 21, 0.50);
}
.anbod-dtl-contact-info li a:hover{
	color: #D32346;
}
.anbod-dtl-contact-info li a:hover img{
	filter: invert(25%) sepia(42%) saturate(3270%) hue-rotate(324deg) brightness(95%) contrast(106%);
}
.anbod-dtl-contact-info li img{
	width: 15px;
	margin-right: 6px;
}
.anbod-dtl-contact-info {
	border-radius: 5px;
	background: #FEFEFE;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	margin: 26px;
	padding-top:16px ;
	padding-bottom: 8px;
}
.slider-right-btm ul{
	display: flex;
	column-gap: 5px;
	row-gap: 14px;
	flex-wrap: wrap;
}
.slider-lft-btm ul{
	display: flex;
	gap: 14px;
	margin-top: 56px;
}
.slider-lft-btm .common-btn::after{
	left: 18px;
	/* opacity: 0; */
}
.slider-lft-btm .common-btn{
	padding-left: 48px;
    padding-right: 18px;
}
.slider-lft-btm .common-btn:focus,
.slider-lft-btm .common-btn:active,
.slider-lft-btm .common-btn:hover{
	background-color: #D32346;
	border-color: #D32346;
}
.slider-lft-btm .common-btn.show_after::after{
	opacity: 1;
	left: auto;
    left:18px;
}
.Vergelijk_btn::after{
	background-image: url(../images/Vergelijk_btn.svg);
	filter: none;
	transition: all 0.5s;
}
/* .Vergelijk_btn:hover::after{
	background-image: url(../images/active_price_one.svg);
} */
.Vergelijk_btn:focus::after,
.Vergelijk_btn:active::after,
.Vergelijk_btn:hover::after{
	background-image: url(../images/active_price_one.svg);
	filter: none;
}
.favoriet_btn::after{
	background-image: url(../images/Favoriet.svg);	
}
.favoriet_btn:hover::after{
	background-image: url(../images/heart.svg);	
	filter: none;
}

.delen_btn::after{
	background-image: url(../images/delen_btn.svg);
}
.Vergelijk_btn:hover:after{
	filter: none;
}
.slider-right,
.slider-lft{
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 25px;
	padding-top: 25px;
}
#stickyDiv {
    position: fixed;
    top: 109px;
    z-index: 2;
    height: auto;
    margin-left: 40px;
}
.slider-lft-btm .common-btn.show_after {
	background-color: #D32346;
    border-color: #D32346;
	color: #fff;
}
/* .slider-lft-btm .common-btn.show_after::after {
	filter: brightness(10);
} */
.slider-lft-btm .common-btn.Vergelijk_btn.show_after::after {
	background-image: url(../images/active_price_one.svg);
}
.slider-lft-btm .common-btn.favoriet_btn.show_after::after {
	background-image: url(../images/heart.svg);
	filter: invert(0);
}
.modal-area2 .popup-content-part .form-main .row {
	margin: 0 -0.7rem;
}
/* ============ aanbod-tab-sec ============== */
.aanbod-tab-sec{
	background: #1D1D1F;
	padding: 57px 0 87px;
	position: relative;
}
.aanbod-tab-sec::after {
	content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #1D1D1F;
    width: 200vw;
    margin-left: -50vw;
    left: 50%;
}
.aanbod-tab-sec .accordion {
	position: relative;
	z-index: 1;
}
.aanbod-tab-sec .accordion-item{
	background-color:transparent;
	border: 0;
}
.aanbod-tab-sec .accordion-button{
	font-size: 2.4rem;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: none;
	padding: 33px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
	font-family: 'lama_sansmedium_expanded';
}
.aanbod-tab-sec .accordion-button:not(.collapsed){
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border: 0 ;
}
.aanbod-tab-sec .accordion-button{
	background-color: transparent;
	color: rgba(255, 255, 255, 0.45);
}
.aanbod-tab-sec .accordion-body{
	padding: 0;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.aanbod-tab-sec .accordion-button::after{
	background-image: url(../images/accro_icon.svg);
	transform: rotate(0);
	height: 24px;
	width: 24px;
	background-size: 24px;
}
.accordion-button.CarPass::after{
	background-image: url(../images/CarPass.svg);
	height: 27px;
	width: 27px;
	background-size: 27px;
}
.aanbod-tab-sec .accordion-button:not(.collapsed)::after{
	background-image: url(../images/minus-accro.svg);
	position: relative;
	top: 11px;
}
.aanbod-tab-sec .accordion-button:focus{
	box-shadow: none;
}
.delen_btn {
	color: #fff;
}
.delen_btn:hover img {
	filter: invert(1);
}
.printf .common-btn:hover img {
	filter: brightness(0)invert(1);
}
/* =========== tab content  =========== */
.Kenmerken ul{
	display: flex;
	flex-wrap: wrap;
	row-gap: 30px;
}
.Kenmerken li{
	width: 25%;
	color: #fff;
	line-height: 30px;
	letter-spacing: normal;
	position: relative;
}
.Kenmerken li:nth-child(2n){
	font-family: 'LamaSansMedium';
	color: rgba(255, 255, 255, 0.47);
}
.Kenmerken li:nth-child(odd){
	padding-left: 15px;
}
.Kenmerken li:nth-child(odd)::after{
	position: absolute;
	content: "";
	background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
    background-position: center;
	left: 0;
    background-size: 10px;
	height: 10px;
	width: 10px;
	top: 10px;
}
.bullet-panel .tab_heading {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.bullet-panel h4 {
    text-transform: none;
    font-size: 2rem;
    line-height: 26px;
}
.bullet-panel ul li {
    padding-left: 1.4rem;
    position: relative;
    line-height: 26px;
    letter-spacing: 0.32px;
	color: #fff;
}
.bullet-panel li:after {
    background-size: 9px;
    position: absolute;
    top: 7px;
    left: 0;
    content: '';
    width: 9px;
    height: 9px;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.bullet-panel {
    margin-bottom: 30px;
}
.aanbod-tab-sec .accordion-body p{
	color: #fff;
}
.left-bg-block {
	width: 140px;
	background: #D32346;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 120px);
  	border: 1px solid #D32346;
	border-left: 0;
	padding: 15px;
}
.block-dtls h6{
	color: #fff;
}
.block-dtls p{
	font-size: 1.4rem;
}
/* =======aanbod-dtl-car-slider ===== */
.aanbod-dtl-car-slider{
	padding: 39px 0 63px;
	background: #FBFBFB;
}
.aanbod-dtl-car-slider-heading h2{
	color: #1D1D1F;
	margin-bottom: 73px;
	text-align: center;
}
.aanbod-dtl-car-slider-heading h2 span{
	position: relative;
}
.aanbod-dtl-car-slider-heading h2 span::after{
	position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}
.aanbod-dtl-car-slider-heading h2 strong {
    color: #D32346;
}
/* ============= Favorieten =============== */
.favorieten {
	padding-top: 150px;
}
.favorieten_heading{
	padding-bottom: 60px;
}
.favorieten_heading h2{
	color: #1D1D1F;
}
 .slider-price-sec-mid span{
	line-height: 24px;
	display: flex;
	height: 100%;
	align-items: center;
	column-gap: 10px;
	margin-top: 14px;
}
.favorieten .each-slider{
	position: relative;
	z-index: 0;
}
.favorieten .cross_btn{
	position: absolute;
	right: -8px;
	top: -18px;
	z-index: 2;
	height: 36px;
	width: 36px;
	background-color: #1D1D1F;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.favorieten .cross_btn img{
	width: 17px;
	filter: brightness(0) invert(1);
}
/* =============== Vergelijk ============ */
.table-sec{
	padding-top: 127px;
	padding-bottom: 60px;
	background-color: #FBFBFB;
}
.slider-left-top{
	padding-right: 20px;
	padding-top: 15px;
}
.slider-left-top-content  h3 {
	font-family: 'lama_sansextrabold';
    color: #1D1D1F;
    line-height: 43px;
	margin-bottom: 60px;
}
.slider-left-top  p{
	max-width: 286px;
}
.slider-left-top-content p {
    width: 100%;
	max-width: 100%;
}
.each-slider-btn{
	background: #1D1D1F;
	text-align: center;
	padding: 10px 0;
}
.each-slider-btn p{
	color: #fff;
}
.slider-left-btm {
	border: 1.5px solid #1D1D1F;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	border-right-color: #DAD9D9;
	margin-top: 20px;
}
.slider-btm{
	border-right: 1px solid #DAD9D9;
	border-top: 1.5px solid #1D1D1F;
	border-bottom: 1.5px solid #1D1D1F;
	margin-top: 20px;
}
.table-sec .swiper {
	padding-top: 15px;
}
.slider_right{
	position: relative;
}
.table-sec .each-slider-btn .common-btn:after {
    background-image: url(../images/list_btn_2.svg);
}
.slider-top{
	padding-right: 23px;
}
.slider-btm li{
	color: rgba(29, 29, 31, 0.76);
	padding: 34px 10px 34px 40px;
	background: #FBFBFB;
	line-height: 24px;
}
.slider-left-btm li:nth-child(even),
.slider-btm li:nth-child(even){
	background: #EEE;
}
.slider-left-btm li{
	font-size: 24px;
	line-height: normal;
	letter-spacing: 1.2px;
	font-family: 'LamaSansMedium';
	display: flex;
	padding-top: 34px;
	padding-left: 34px;
	background: #FBFBFB;
	padding: 34px 10px 34px 40px;
	color: #1D1D1F;
}
.slider-top{
	position: relative;
}
.table-sec .swiper::after{
	position: absolute;
    top: 15px;
    height: 100%;
    width: 12%;
    content: "";
	background: linear-gradient(90deg, rgba(251, 251, 251, 0.61) 0.02%, #FBFBFB 88.98%);
    z-index: 9;
    right: 0;
	pointer-events: none;
}
.table-sec .swiper::before{
	position: absolute;
    top: 15px;
    height: 100%;
    width: 12%;
    content: "";
	background: linear-gradient(270deg, #FBFBFB 0%, rgba(251, 251, 251, 0.00) 100%);
    z-index: 9;
    right: 0;
	pointer-events: none;
}
.slider_right-arrow{
	position: absolute;
	display: flex;
	justify-content: end;
	top: 150px;
	row-gap: 30px;
	flex-direction: column;
	align-items: end;
	right: 6%;
}
.slider_right-arrow .common-arrow{
	position: initial;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	background-color: #1D1D1F;
	border-radius: 50% ;
}
.slider_right-arrow .common-arrow:hover{
	background-color: #D32346;
}
.table-sec .section_wrap{
	max-width: 100%;
}
.table-sec .section_wrap {
	max-width: 100%;
	margin-left: 204px;
	margin-right: 0;
}
.close_btn{
	position: absolute;
	height: 26px;
	width: 26px;
	background-color: #1D1D1F;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	top: -10px;
	right: 10px;
}
.close_btn img{
	width: 12px;
	filter: brightness(0) invert(1);
}
.slider-lft-btm .printf .common-btn::after {
	opacity: 0 !important;
}
.slider-lft-btm .printf .common-btn{
	padding-left: 18px;
}
.print_pdf_cls{
	width: 18px;
    filter: brightness(0);
}
.d-flex {
	display: flex !important;
}
.slider_right .common-btn {
	padding-top: 5px;
	padding-bottom: 5px;
}
.slider_right .common-btn:hover,
.slider_right .common-btn:focus,
.slider_right .common-btn:active {
	padding-right: 18px;
    padding-left: 48px;
}
.slider_right .common-btn:hover::after {
	left: 18px;
	right: auto;
}
.slider_right .common-btn.active_favourite { 
	color: #fff;
    border: 1px solid #D32346;
    background-color: #D32346;
}
/*******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;
	overflow: hidden;
}

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

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


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

.star_icon h4{
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 15px;
   /* color: #1c1c1c;*/
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
}
.star_icon p img{
    width: 15px;
    margin-top: -3px;
    margin-right: 5px;
}
.star_icon p{
    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;
    background-color: #1a1d1a;
    padding: 5rem 3rem;
    margin-top: 2rem;
}
.form-2 .form-group label 
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.form-1 .form-group label
{
    font-family: 'lama_sansregular';
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 2rem;
}
.aanbod-loader {
    width: 45px;
    height: 40px;
    background: linear-gradient(#555 calc(1*100%/6),#fff 0 calc(3*100%/6),#555 0),
              linear-gradient(#555 calc(2*100%/6),#fff 0 calc(4*100%/6),#555 0),
              linear-gradient(#555 calc(3*100%/6),#fff 0 calc(5*100%/6),#555 0);
    background-size: 10px 400%;
    background-repeat: no-repeat;
    animation: matrix 1s infinite linear;
  }
  @keyframes matrix {
    0% {
      background-position: 0% 100%, 50% 100%, 100% 100%
    }
  
    100% {
      background-position: 0% 0%, 50% 0%, 100% 0%
    }
  }
  .load_aanbod{
    justify-content: center;
    display: flex;
    column-gap: 3rem;
    align-items: center;
    color: #fff;
  }

.webshop_footer {
  width: 100%;
  margin: 0 !important;
}
header.webshop_header {
    height: 85px;
}
header.webshop_header .back_link_div {
    margin-top: 30px;
}
#google_translate_element{
	height: 0;
    overflow: hidden;
}
.skiptranslate{
    height: 0;
    overflow: hidden;
    visibility: hidden !important;
}
body {
    top: 0 !important;
}

.slider-price-sec-top ul li{
	cursor: pointer;
}
.kenteken-Error {
    color: #D32346;
    display: none;
}

.modal-area2 .popup-right .txt-btn::after {
	display: none;
}
.modal-area2 .popup-right .txt-btn {
	padding-right: 20px;
}
.cookie-bt{ 
	margin-bottom: 0 !important;
}
.bottom-menu-area .each-bottom-menu-content h4 {
    max-width: 130px;
}
body .layout_1 .new_gen, body .layout_2 .new_gen {
	margin-left: 7%;
	max-width: 75%;
}
.share-social-media-button .a2a_dd:hover {
	color: #fff !important;
}
.share-social-media-button .a2a_dd:hover svg {
	filter: invert(1) !important;
}

/****webshop-dtl*****/
header.webshop_header {
	height: auto;
	padding: 15px 0;
}
header.webshop_header .back_link_div {
	margin-top: 0;
}
header.webshop_header .header_row  {
	align-items: center;
}
header.webshop_header .logo_right_div {
	text-align: right;
}
.step_3_heading {
	margin-bottom: 30px;
}

.slider-lft-btm .active_price_one::after {
	background-image: url(../images/active_price_one.svg);
}
.slider-lft-btm .active_price_one, .slider-lft-btm .active_price_two {
	background-color: #D32346;
    border-color: #D32346;
	color: #fff;

}
.slider-lft-btm .active_price_two::after {
	background-image: url(../images/heart.svg);
	filter: invert(0);
}
.m-language {
	display: none;
}
.slider_btn {
	max-width: max-content;
    width: 100%;
    font-family: 'LamaSansMedium';
    font-size: 1.6rem;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 5px;
    padding: 13.5px 18px 13.5px 48px;
    display: inline-block;
    color: #fff;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: normal;
    position: relative;
}
.slider_btn::after{
	position: absolute;
    content: "";
    left: 18px;
    top: 0;
    height: 100%;
    width: 14px;
    background-position: center;
    background-size: 14px;
    background-image: url(../images/list_btn_2.svg);
    background-repeat: no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.slider_btn:active,
.slider_btn:focus,
.slider_btn:hover{
	color: #fff;
}
.common-btn_active{
	color: #fff;
    border: 1px solid #D32346;
    background-color:#D32346 ;
    padding-left: 18px;
    padding-right: 48px;
}
.common-btn_active::after{
    left: auto;
    right: 18px;
}
.dtl-mid-blk .dtl-mid-blk-area .row{
	align-items: center;
}
.google-review .ButtonBase__ButtonContainer-sc-p43e7i-3.euBiGU.HeaderWriteReviewButton__WriteReviewButton-sc-a5mrro-1,
.google-review .ButtonBase__Overlay-sc-p43e7i-4.jhGZeV,
.google-review .ButtonBase__Ellipsis-sc-p43e7i-5.dqiKFy{
	background-color: #D32346 !important;
	border-color:#D32346 !important;
}

/* =========== header-slider ===== */
.header-area .logos{
	/* overflow-x: clip; */
	max-width: 1300px;
	padding: 0;
}
.header-area-left{
	/* width: 40%;
	min-width: 470px; */
	width: 10%;
    min-width: 92px;
}
.header-area-right{
	/* width: 30%; */
	width: 20%;
	min-width: 260px;
	justify-content: end;
}
.header-area .banner-btm-sec{
	/* width: 30%;
	min-width: auto; */
	/* padding: 0 50px; */
	width: 100%;
}
.header-area .logo_items{
	animation: none;
	width: 100%;
}
.header-area .logo_items img:hover {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}
.header-area .logo_items li .pop_hover {
    position: absolute;
    top: calc(100% + 20px);
	z-index: 999999999;
}
.header-area .logo_items ul{
	display: none;
}
.header-area .logo_items ul:first-child{
	display: inline-flex;
	width: 100%;
}
/*.header-area .logo_items li:last-child .pop_hover{
	left: 0;
}*/
.header-area .logo_items li:first-child .pop_hover{
	left: 100%;
	/* right: 0; */
}
.header-contact-button{
	margin-top: 12px;
  	margin-bottom: 2px;
}
.big-car-sec{
	position: relative;
}
.big-car-sec .common-arrow{
	height: 44px;
    width: 44px;
    border: 1px solid #D32346;
    background-color: #D32346;
    /* border-radius: 100%; */
}
.big-car-sec .common-arrow img{
	margin-top: 2px;
	width: 20px;
	filter: brightness(0) invert(1);
}
.big-car-sec .swiper-button-prev img{
	transform: rotate(180deg);
}
.webshop_button_link2 img{
	width: 19px;
    margin-right: 5px;
    margin-top: -6px;
}
/*.webshop_button_link2{
	color: #FFF;
    background: #0064ff;
	font-family: 'point_bold';
    font-size: 15px;
    text-align: center;
    padding: 14px 20px;
    border-radius: 35px;
    border: 1px solid #e2e2e2;
    display: inline-block;
    margin: 2px;
    line-height: normal;
}
.webshop_button_link2:hover{
	color: #1c1c1c;
	background: #9ec5ff;
}*/
.banner-btm-sec .hyundai_hover{
	min-height: 240px;
}
.slider-right-btm .common-btn{
	padding: 13.5px 11px 13.5px 23px;
	font-size: 1.5rem;
}
.slider-right-btm .common-btn::after{
	left: 10px;
	width: 12px;
}


/* ===== show_contact_menu === */
.show_contact_menu_heading p{
	position: relative;
    color: #1D1D1F;
    font-family: 'lama_sansbold_expanded';
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: 0.8px;
    display: inline-block;
}
.show_contact_menu_heading p strong {
    color: #D32346;
}
.show_contact_menu_heading p::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: 100%;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
}
.show_contact_menu_img img{
	cursor: pointer;
}
.show_menu_content{
	position: fixed;
	width: max-content;
	background-color: #fff;
	top: 22%;
	padding: 30px;
	padding-left: 40px;
	left: -100%;
	transition: all 1s;
	pointer-events: none;
	opacity: 0;
	border-radius: 5px;
}
.show_contact_menu:hover .show_menu_content{
	pointer-events: all;
	opacity: 1;
	left: 130px;
}
.show_contact_menu{
	position: relative;
	z-index: 2;
}
.show_contact_menu:hover .show_contact_menu_img::after{
	pointer-events: all;
}
.show_contact_menu_img img{
	position: relative;
	z-index: 9;
	opacity: 0.6;
}
.show_contact_menu_img img:hover{
	opacity: 1;
}
.show_contact_menu_img::after{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 200px;
	content: "";
	pointer-events: none;
	z-index: 0;
}
.product-sec .swiper{
	display: none;
}
.kia_hover{
	min-height: 130px;
  	top: calc(100% + 13px) !important;
}
.header-area .logo_items ul {
    gap: 10px;
    /* align-items: center; */
}
.contact-tab-sec .contact-sec-heading h2{
	margin-top: 25px;
    color: #1D1D1F;
    font-family: 'Lama_Sans_Black_Expanded';
	margin-bottom: 38px;
}
.contact-tab-sec .contact-sec-heading h6{
	font-family: 'LamaSansMedium';
    font-size: 2.4rem;
}
.contact-tab-sec .section_wrap{
	margin-top: 100px;
}
.contact-tab-sec .contact-sec-heading h2 span::after{
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	background-position: bottom center;
	height: 10px;
	width: 100%;
	background-size: cover;
	background-image: url(../images/underline.svg);
	background-repeat: no-repeat;
	display: none;
}
.banner-area .swiper-arrw {
    position: relative;
    position: absolute;
    z-index: 99;
    bottom: 0;
    /* background: red; */
    width: 100%;
    display: flex;
    justify-content: space-around;
	max-width: 338px;
	align-items: center;
}
.banner-area .swiper-arrw .common-arrow img{
	width: 20px;
}
.banner-area .swiper-arrw .common-arrow {
	position: initial;
}
.banner-area .swiper-arrw .swiper-button-prev{
	transform: rotate(180deg);
}
.banner-area .swiper-arrw .common-arrow {
	margin: 0;
	filter: brightness(0) invert(1);
}
.banner-area .swiper-scrollbar{
	opacity: 1 !important;
	/* left: auto; */
	background-color: rgba(217, 217, 217, 0.50);
	height: auto;
	border: 2.4rem;
	border-radius: 0;
	/* bottom: -2px; */
	/* right: 0; */
	width: 100%;
	/* margin: 0 auto; */
	overflow: hidden;
	height: 4px;
	margin-left: 35px;
	margin-right: 35px;
}
.banner-area .swiper-scrollbar-drag {
	background: #fff !important;
}
.bottom-menu-area .menu_btn {
    background-color: #fff;
    padding: 12px 11px 12px 33px;
	max-width: 201px;
}
.header-contact-button .menu_btn:hover {
	padding-left: 14px;
    padding-right: 38px;
}
.left_menu ul{
	display: flex;
	flex-direction: column;
	padding: 0  0 40px;
	justify-content: center;
	align-items: center;
	row-gap: 30px;
}
.left_menu > ul a {
    color: #fff !important;
}
.left_menu > ul a:hover{
	color: rgba(255, 255, 255, 0.5) !important;
}
.logo_items ul {
	align-items: center;
}

.carpass-img {
    width: 115px;
}
.overons-benefit-sec .marquee{
	background: none;
	color: #fff;
	padding: 0;
}
.bottom-menu-area ul{
	display: flex;
	column-gap: 15px;
	margin: 23px 0 15px;
	/* height: 35px; */
	flex-wrap: wrap;
	max-width: 200px;
	row-gap: 10px;
}
.bottom-menu-area ul svg path {
  fill: #fff;
  fill-opacity:1;
}
.bottom-menu-area ul svg rect {
  opacity:1;
  filter: brightness(0) invert(1);
}
/* .footer-mid .each-bottom-menu-content{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
} */
.footer-mid-slider .swiper-slide {
	height: auto;
}
.footer-mid .each-bottom-menu-content {
	width: 100%;
	height: 100%;
}
.footer-mid-slider .common-arrow {
	height: 49px;
	width: 49px;
	border: 1px solid #D32347;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
.footer-mid-slider .common-arrow img {
    width: 20px;
}
.footer-mid-slider .common-arrow:hover {
    background-color: #D32347;
}
.footer-mid-slider .common-arrow:hover img {
    filter: brightness(0) invert(1);
}
.footer-mid-slider .swiper-button-next {
	right: -5%;
}
.footer-mid-slider .swiper-button-prev {
	left: -6%;
}
.footer-mid .timming-area {
	display: none;
}
.footer-mid .each-bottom-menu-content::after {
	position: absolute;
    right: 16%;
    height: 100%;
    width: 1.5px;
    content: "";
    background-color: rgba(47, 47, 49, 0.41);
    z-index: 1;
    top: 0;
}
.footer-mid .each-bottom-menu-content .hr-vertical {
	background-color: rgba(47, 47, 49, 0.41);;
}
.autoverhuur-sec{
	padding-top: 90px;
}
.popup_menu_button{
	padding-left: 65px;
}
.privacy_section {
	padding: 100px 0;
}




.slider-left-top-content h3 { 
    margin-bottom: 15px;
}
.slider-left-btm { 
    margin-top: 100px;
}
.slider-btm {
    margin-top: 100px;
}
.slider-btm li:last-child,
.slider-left-btm li:last-child {
	display: none;
}
.slider-left-btm li {
    font-size: 16px;
}
.bottom-menu-area ul { 
    align-items: center;
}
.each-bottom-menu-content li svg {
    height: 45px;
}
.footer_area .bottom-menu-area .menu_btn {
    background-color: transparent;
    color: #fff;
    border-color: #D32346;
}
.footer_area .header-contact-button .common-btn::after {
    filter: invert(0);
}
.each-logo {
	position: relative;
    text-align: center; 
}
.each-logo::after {
    content: "";
    height: 64px;
    width: 1px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -11px;
}
.each-logo .pop_hover {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  z-index: 999999999;
}
/* .logo-slider .swiper:first-child .swiper-slide .pop_hover {
  left: 100%;
  right: 0;
} */
.visible {
  opacity: 1;
  visibility: visible;
}
.logo-slider .swiper{
	 overflow-y: visible;
	overflow-x: clip;
}
/* .logo-slider::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background-color: transparent;
	content: "";
	z-index: 2;
}
.logo-slider::before {
	position: absolute;
	right: 0;
	top: 0;
	width: 37%;
	height: 100%;
	background-color: transparent;
	content: "";
	z-index: 2;
} */
.logo-slider .swiper-wrapper {
	align-items: center;
}
.header-area .banner-btm-sec {
    width: 84%;
}
.banner-area {
    height: 52vw;
}




.form-check-input[type=checkbox] {
    border-radius: 1.2rem;
}
.form-group.gewenste-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.gewenste-checkbox .form-label { 
    display: block;
    width: 100%;
}
.gewenste-checkbox .form-check {
    width: 50%;
	margin-bottom: 8px;
	/* border: 1px solid #121212; */
}
.gewenste-checkbox .form-check:nth-child(odd) label {
	padding-right: 20px;
}
.volgende-radio label { 
    display: block;
}
.form-group.volgende-radio input {
    margin-bottom: 15px !important;
	margin-right: 5px !important;
}
/****werkplaats-tab-sec*****/
.werkplaats-dtl-tab-sec .each_tab_content {
	padding: 0;
	margin-top: 40px;
}
.werkplaats-dtl-sec-tab .tab_btn {
    background: #F7F7F7 !important;
	color: rgba(29, 29, 31, 0.54) !important;
}
.werkplaats-dtl-sec-tab .tab_btn:hover, 
.werkplaats-dtl-sec-tab .tab_btn.active {
    color: #fff !important;
    background: #1D1D1F !important;
}

.Werkplaatsafspraak-form-sec .form-check .form-check-input{
	margin-top: 2px !important;
}
.werkplaats-dtl-tab-sec .form-heading {
	max-width: 803px;
	width: 100%;
	margin: 0 auto 74px;
}
.werkplaats-dtl-tab-sec  .form-heading h2 {
    text-align: center;
}
.werkplaats-dtl-tab-sec  .form-heading h2 span::after {
    display: none;
}
.werkplaats-dtl-tab-sec .form-heading em {
    max-width: max-content;
    margin: auto;
    display: block;
    font-style: normal;
}
.werkplaats-dtl-tab-sec .form-heading h2 em {
    position: relative;
    max-width: 320px;
}
.werkplaats-dtl-tab-sec .form-heading h2 em::after {
    position: absolute;
    left: 0;
    bottom: -13px;
    content: "";
    background-position: bottom center;
    height: 10px;
    width: 100%;
    background-size: cover;
    background-image: url(../images/underline.svg);
    background-repeat: no-repeat;
	display: none;
}





.werkplaats-dtl-tab-sec .form-heading h2 em {
    max-width: 475px;
}
.werkplaats-dtl-tab-sec .form-heading h2 em::after { 
    left: 50%;
    transform: translateX(-50%); 
    width: 68%; 
}


.contact-tab-btn-slider .common-arrow {
    height: 49px;
    width: 49px;
    border: 1px solid #D32347;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    border-radius: 5px;
    overflow: hidden;
	top: 46%;
}
.contact-tab-btn-slider .common-arrow img {
    width: 20px;
}