@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #101010;
    font-family: 'montserratregular';
    font-size: 1.6rem;
	background-color: #EDEDED;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/****************************Index*****************************/
/****whatsapp-btn****/
.whatsapp-btn{
	height: 7rem;
  	max-width: 26rem;
	border-radius: 41.5px;
	background: rgba(37, 211, 102, 0.5); 
	font-size: 1.4rem;
	font-family: 'montserratsemibold';
	text-transform: uppercase;
	display: none !important;
}
.whatsapp-btn img{
	width: 5.4rem;
}
.whatsapp-btn span{
	font-family: 'montserratmedium';
	font-size: 1.4rem;
}
.whatsapp-btn.position-fixed{
	bottom: 2rem;
	right: 2rem;
	z-index: 99;
}
/****header****/
.header-area {
    position: absolute;
    height: auto;
    padding: 2rem 0 ;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-area.is-hidden{
    position: fixed;
    left: 0;
    top: 0;
    background-color: #121212;
    box-shadow: 0px 3px 10px rgb(23 23 23 / 10%);
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-bovag img{
	width: 40px;
}
.header-area .navbar-brand img {
    width: 23rem;
}
.header-area li a {
	margin-right: 4rem;
}
.header-area li a:hover {
	color: #fff;
  	opacity: .6;
}
.header-area li a {
	font-family: 'sequel100black-45uploadedfile';
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: normal;
	text-transform: uppercase;
}
.menu-items a{
    font-family: 'sequel100black-45uploadedfile';
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: normal;
	text-transform: none;
    margin: 0;
    text-transform: uppercase;
}
.menu-items a:hover {
	color: #27255F;
}
.menu-icon{
    margin-left: 22px;
    margin-top: -4px;
	width: 24px;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
    height: 1px;
}
.menu-icon.active:after {
	transform: translateY(-6px) rotate(-135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .navbar-expand-lg li{
	margin-left: 4.5rem;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link, .header-area .nav-link {
	margin: 0;
	font-family: 'sequel100black-45uploadedfile';
	color: #fff;
	font-size: 1.4rem;
}
.header-area .navbar-nav{
	white-space: nowrap;
	justify-content: end;
}
.header-area .navbar-expand-lg li:first-child{
	margin-left: 0 !important;
}
.header-area .navbar-expand-lg .navbar-nav .nav-link:hover, .header-area .nav-link:hover {
	color: #fff;
	text-decoration: underline;
	opacity: 1;
}
.header-area .nav-link:hover:before {
	display: none;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items {
    background-color: #121212;
}
.nav_menu_right_part a.menu_txt_hide {
	opacity: 0;
}
.nav_menu_right_part a{
	color: #fff !important;
}
.navbar-nav {
    margin-top: 0;
}
.header-area .nav_menu_right_part{
	position: relative;
	z-index: 99;
	top: 1rem;
	right: 0;
}
.header-area .navbar-collapse{
	justify-content: space-between;
}
.m-menu.active a{
   visibility: hidden;
   opacity: 0;
}
/****banner****/
.banner-sec{
	height: 100vh;
	overflow: hidden;
}
.banner-sec img{
	height: 100%;
	object-fit: cover;
}
/* .banner-sec:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.70) 100%);
	z-index: 2;
} */
.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
	text-align: center;
	width: 100%;
}
.banner-content a img {
	margin-right: 1rem;
}
.banner-content h1 span {
	color: #27255F;
}
.banner-content h6{
   color: #fff;
   font-family: 'montserratmedium';
   margin: 2rem 0 4rem;
}
.banner-sec .akker_btn_cls {
    margin-right: 1rem;
	/* border: 0; */
	border-color: #27255F;
	background-color: #27255F;
}
.banner-sec .akker_btn_cls:hover, .banner-sec .akker_btn_cls:focus, .banner-sec .akker_btn_cls:active {
	background-color: #000;
	border-color: #fff;
}
.banner-sec .play-btn{
	border-color: transparent;
	background-color: transparent;
}
.banner-sec .play-btn:hover, .banner-sec .play-btn:focus, .banner-sec .play-btn:active {
	border-color: #fff;
	background-color: transparent;
}
.banner-btm-arrow {
    position: absolute;
    left: 50%;
    bottom: 4%;
    z-index: 4;
    cursor: pointer;
}
.banner-btm-arrow img {
	width: 1.9rem;
}
/****product-sec****/
.product-sec {
	padding: 10rem 0 4.5rem;
}
.product-heading {
	margin-bottom: 7rem;
}
.product-heading h2 span {
	color: #27255F;
}
.product-info h5 {
  	height: 30px;
	color: #27255F;
}
.product-heading h6 {
	font-family: 'montserratmedium';
	color: #101010;
	margin-top: 1rem;
}
.product-car .akker_btn_cls {
    position: absolute;
    right: 4rem;
    bottom: -2.5rem;
    background-color: #27255F;
    border-color: #27255F;
    color: #fff;
    font-family: 'montserratmedium';
    text-transform: inherit;
}
.product-info {
	background-color: #fff;
  	padding: 2rem 1.8rem 2.5rem;
}
.product-info h5 {
	/*height: 51px;*/
    overflow: hidden;
}
.product-info h6 {
	font-family: 'montserratsemibold';
    color: #27255F;
    height: 40px;
    overflow: hidden;
    line-height: 19px;
	margin: 1rem 0 .5rem;
	font-size: 1.4rem;
}
.product-info tr {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 0.5rem;
	margin-top: 1rem;
}
.product-info td {
    vertical-align: top;
    color: #27255F;
    font-size: 1.4rem;
    font-family: 'montserratsemibold';
    padding: 0.5rem .5rem;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #27255F;
}
.each-product-price {
	background-color: #F9F9F9;
    padding: 4rem 2rem 2.5rem;
    display: flex;
    align-items: center;
}
.each-product-price h6 {
	font-family: 'montserratregular';
	margin-left: 1.5rem;
}
.each-product-price h6 span {
	color: #27255F;
	font-family: 'montserratsemibold';
}
.product-slider .swiper-button-next {
	right: -5%;
}
.product-slider .swiper-button-prev {
	left: -5%;
}
.swiper-btm-pegi .swiper-pagination {
    position: initial;
    margin-top: 3rem;
	margin-bottom: 5rem;
}
.swiper-btm-pegi .swiper-pagination-bullet {
    height: 0.4rem;
    width: 0.4rem;
    background-color: rgba(16, 16, 16, 0.30);	
	opacity: 1;
}
.swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #101010;
    border-radius: 1rem;
}
.product-btn .akker_btn_cls{
	background: transparent;
  	border-color: #121212;
  	color: #121212;
}
/****home-mid****/
.home-mid-bg {
	padding: 10rem 0 20.4rem;
	position: relative;
}
.home-mid-bg::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.home-mid-top {
	position: relative;
	z-index: 1;
	margin-bottom: 6rem;
}
.home-mid-top-left h2 {
	color: #fff;
	margin-bottom: 1rem;
}
.home-mid-top-left h2 span {
	color: #27255F;
}
.home-mid-top-left p {
	color: #fff;
	max-width: 65rem;
	width: 100%;
}
.home-mid-slider {
	z-index: 1;
}
.home-mid-slider .swiper-no-swiping .swiper-wrapper{
	justify-content: center;
}
.each-home-mid-slider {
	overflow: hidden;
}
.each-home-mid-slider {
	height: 37.3rem;
	background-size: 0;
}
.each-home-mid-slider:hover{
	background-size: cover;
}
.each-home-top-part {
	background-color: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(15px);
	padding: 4.5rem 3.5rem;
	height: 100%;
	transition: all 0.9s;
    -webkit-transition: all 0.9s;
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
}
.each-home-top-part img {
	max-height: 36px;
    max-width: 36px;
    object-fit: contain;
}
.each-home-top-part h5 {
	color: #fff;
	margin-top: 4rem;
	text-transform: none;
}
.each-home-top-part p {
	color: rgba(255, 255, 255, 0.70);
	margin: 2rem 0 5.5rem;
	max-width: 28rem;
	width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.each-home-btm-part-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    max-width: 32rem;
    margin: 0 auto;
}
.each-home-mid-slider:hover .each-home-btm-part {
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%); 
}
.each-home-mid-slider:hover .each-home-top-part {
	background-color: transparent;
	opacity: 0;
	top: 100%;
}
.each-home-btm-part {
    position: absolute;
    left: 0;
    top: -100%;
    height: 100%;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-btm-part-wrap h5 {
	color: #fff;
}
.each-home-btm-part-wrap .txt-btn {
	color: #fff;
}
.each-home-top-part .txt-btn::after {
	filter: brightness(2);
}
.each-home-btm-part-wrap .txt-btn::after {
    background-image: url(../images/txt-right-white-arrow.svg);
}
.each-home-btm-part-wrap .txt-btn:hover::after{
	right: -1rem;
    filter: none;
    -webkit-filter: none;
}
.each-home-btm-part-wrap h5 {
	margin-bottom: 1rem;
	text-transform: none;
}
/****accordian-sec****/
.accordian-sec {
	padding-top: 6.8rem;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.accordian-img {
	max-width: 70rem;
    width: 100%;
	margin-top: -18rem;
	height: 85rem;
}
.accordian-img img {
	height: 100%;
	object-fit: cover;
}
.accordian-content h2 {
	line-height: 44.96px;
	letter-spacing: 3.2px;
}
.accordian-content h2 span {
	color: #27255F;
}
.accordian-content p {
	margin: 3rem 0;
}
.accordion-item h6 {
	font-family: 'montserratsemibold';
	color: #101010;
}
.accordian-content .accordion-item {
	border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(34, 34, 86, 0.20);
    margin-bottom: 1.2rem;
    overflow: hidden;
    background-color: transparent;
    padding-bottom: 1rem;
}
.accordian-content {
	padding-left: 8rem;
}
.accordian-content p {
	max-width: 62rem;
    width: 100%;
}
.accordion-body p {
	margin: 0 2.5rem;
    max-width: 49rem;
    width: 100%;
}
.accordian-content .accordion-button::after {
    background-image: url(../images/accordian-down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	position: absolute;
    top: 23px;
    right: 26px;
}
.accordian-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
    top: 23px;
    right: 26px;
}
.accordian-content .accordion-button:not(.collapsed) {
    box-shadow: none;
	background-color: transparent;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordian-content .accordion-button {
    padding: 2rem 2.5rem;
    background-color: transparent;	
}
.accordian-content .accordion-body {
    padding:0 10% 3rem 0;
	transition: all 0s;
}
.accordian-content .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.accordian-btn {
	margin-top: 5rem;
}
.accordian-content .accordion-button::before {
	content: "";
	position: absolute;
	background-image: url(../images/red-tick.svg);
	width: 18px;
	height: 12px;
	background-size: contain;
	left: -3px;
	top: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
/****counter****/
.counter-sec {
	padding: 9rem 0;
	background-color: #fff;
}
.counter-sec ul {
	border-top: 0.7px solid #CFCFCF;
	border-bottom: 0.7px solid #CFCFCF;
}
.each-counter {
	margin: 4rem 0 2rem;
}
.each-counter h2 {
	font-size: 3rem;
	color: #27255F;
	font-family: 'sequel100black-65uploadedfile';
	/* / margin-right: 1rem; / */
	line-height: normal;
}
.each-counter h6 span {
	text-transform: uppercase;
	color: #101010;
	font-family: 'sequel100black-55uploadedfile';
}
.each-counter h6 {
	font-family: 'montserratmedium';
	color: rgba(16, 16, 16, 0.50);
	letter-spacing: .16px;
	max-width: 31rem;
}
.counter-sec ul {
	display: flex;
    justify-content: space-between;
}
.each-counter-part{
	padding-left: 2rem;
}
.each-counter .row {
	flex-wrap: nowrap;
}
/****footer-area****/
.footer-area {
	background-color: #fff;
}
.anwb-img{
	max-width: 11.5rem;
}
.bovag-img{
	max-width: 9.7rem;
}
.footer-logo img {
	width: 32.2rem;
}
.each-footer-right {
	padding-left: 4rem;
	margin-bottom: 4rem;
}
.each-footer-right h6 {
	font-size: 1.4rem;
	color: #101010;
	font-family: 'sequel100black-65uploadedfile';
	line-height: 21px;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.each-footer-right p,
.each-footer-right a {
	color: #8C8C8C;
	font-family: 'montserratmedium';
}
.each-footer-right a:hover{
	color: #27255F;
}
.each-footer-right span {
	color: #8C8C8C;
	font-family: 'montserratmedium';
}
.each-footer-right td:nth-child(odd) {
    padding-right: 50px;
}
.each-footer-right td {
    font-size: 1.6rem;
    color: #8C8C8C;
	font-family: 'montserratmedium';
    vertical-align: top;
    line-height: 25px;
}
.footer-logo {
	margin-bottom: 8rem;
}
/****footer-top****/
.footer-top {
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.footer-top-right .row {
	margin-bottom: 6rem;
}
.footer-top::after {
	content: "";
    position: absolute;
    background-color: #121212;
    left: 0;
    bottom: 0;
    height: 15%;
    width: 100%;
	z-index: -1;
}
/****footer-btm****/
.footer-btm {
	background-color: #121212;
	padding: 12rem 0 4.5rem;
}
.footer-nav-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: 0;
    gap: 1rem;
    width: 100%;
}
.footer-nav-menu li a {
    font-family: 'sequel100black-45uploadedfile';
    font-size: 1.4rem;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1.4px;
}
.footer-nav-menu li a:hover{
	opacity: .6;
}
.footer-social li {
    display: inline-block;
    margin-right: .4rem;
}
.footer-social li:first-child a{
	border-color: #3EE223;
}
.footer-social li a {
    border: 1px solid rgba(255, 255, 255, 0.50);	
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.8rem;
    height: 4.8rem;
}
.footer-social li a img {
    width: 1.7rem;
}
.footer-btm hr {
	background-color: #323232;
	opacity: 1;
	margin: 3rem 0 2.5rem;
}
.footer-credit a {
	color: #AEADAD;
	font-family: 'montserratmedium';
	font-size: 1.4rem;
	line-height: normal;
}
.footer-credit a:hover {
	text-decoration: underline;
}
/****************************werkplaats-list*****************************/
/****inner-banner****/
.inner-banner{
	height: auto !important;
}
.inner-banner .each-banner {
	height: 40rem;
}
.inner-banner::before {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.inner-banner .banner-content {
    bottom: 60px;
	top: auto;
    left: 0;
    transform: none;
    text-align: left;
}
/****werkplaats-list-top****/
.werkplaats-list-top {
	background-color: #121212;
	padding: 6.5rem 0 3rem;
}
.werkplaats-list-top-info {
	padding-left: 7rem;
}
.werkplaats-list-top-info p {
	max-width: 49rem;
	width: 100%;
	margin-top: 1.5rem;
}
.werkplaats-list-top-info h2,
.werkplaats-list-top-info p {
	color: #fff;
}
.werkplaats-list-top-info h2 span {
	color: #27255F;
}
.werkplaats-list-top-img {
	padding-right: 1rem;
}
/****list-sec****/
.list-sec {
	padding: 5rem 0;
}
.list-sec .row {
	border-bottom: 1px solid rgba(18, 18, 18, 0.30);
	padding: 6rem 0;
}
.list-sec .common-wrap a:last-child .row {
	border: 0;
}
.list-sec .row .list-info {
	padding-left: 4rem;
}
.list-img {
	height: 39.5rem;
}
.list-img img {
	height: 100%;
	object-fit: cover;
}
.list-info {
	height: 100%;
	padding-top: 3.5rem;
}
.list-info h2 span {
	color: #27255F;
}
.list-info .akker_btn_cls {
	position: absolute;
    bottom: 0;
}
.list-info p {
	max-width: 56rem;
    width: 100%;
    padding-right: 5rem;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-info h2 {
    line-height: 44.96px;
    word-break: break-word;
}
.list-info h6 {
	margin: 0.5rem 0 1rem;
}
/****form-sec****/
.form-bg {
    padding: 12.5rem 0 10.5rem;
  	position: relative;
}
.form-bg::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
}
.form-left h2 {
	color: #fff;
	line-height: normal;
	margin-bottom: 1rem;
}
.form-left,
.form-right {
	position: relative;
	z-index: 1;
}
.form-left p {
	color: #fff;
	font-family: 'montserratmedium';
	max-width: 56rem;
	width: 100%;
}
.form-left-btm {
	margin-top: 8rem;
}
.form-left-btm a:hover{
	color: #fff;
	text-decoration: underline;
}
.form-left-btm .each-footer-right h6 {
	color: #fff;
}
.form-left-btm .each-footer-right {
    padding-left: 0;
}
.form-right {
	padding-left: 2rem;
}
.form-wrap {
	padding-left: 6.5rem;
	padding-right: 6.5rem;
}
.form-group {
	margin-bottom: 3rem;
}
.form-styl {
    background-color: transparent;
    color: #fff;
    font-size: 1.6rem;
    padding:1.2rem 2.6rem;
	border-radius: 0;
	border: 1px solid rgba(255, 255, 255, 0.50);	
    box-shadow: none;
    resize: none;
    font-family: 'montserratmedium';
	text-transform: capitalize;	
}
.form-styl:focus{
	box-shadow: none;
	background-color: transparent;
    color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.50);
}
.form-styl:placeholder {
	color: #fff;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
}
.form-styl::placeholder {
	color: #fff;
}
.form-right textarea.form-control{
	min-height: 15rem;
}
.form-btn {
	text-align: end;
}
.form-btn .akker_btn_cls {
	text-transform: none;
}
/****list-footer-top****/
.list-footer-top {
	padding-top: 10.5rem;
}
/****************************Airco-service*****************************/
/****back-btn****/
.back-btn{
	padding-top: 20rem;
	background-color: #121212;
	margin-bottom: -5rem;
}
.back-btn .txt-btn{
	color: #fff;
	padding-left: 4rem;
	padding-right: 2rem;
}
.back-btn .txt-btn::after {
	background-image: url(../images/back-btn-arrow.svg);
	background-size: 1rem;
	left: 1rem;
	filter: brightness(0) invert(1) ;
}
/****airco-service-top****/
.airco-service-top{
	padding-bottom: 12rem;
	background-color: #121212;
}
.airco-service-right{
	position: relative;
	padding-left: 9rem;
	height: 100%;
}
.airco-service-right img{
	height: 100%;
	object-fit: cover;
}
.airco-service-right-small-car{
	position: absolute;
	left: 0;
	bottom: -3rem;
	width: 21rem;
	height: 21rem;
}
.airco-service-lft {
	padding-top: 10rem;
}
.airco-service-lft h2{
	color: #fff;
	margin-bottom: 2rem;
}
.airco-service-lft h2 span {
    color: #27255F;
}
.airco-service-lft p{
	margin-bottom: 2rem;
	color: #fff;
	max-width: 60rem;
}
.airco-service-lft p:last-child{
	margin-bottom: 0;
}
/****service-mid****/
.service-mid {
	padding: 8.7rem 0;
}
.service-mid h2{
	max-width: 53rem;
	line-height: 44px;
}
.service-mid h2 span{
	color: #27255F ;
}
.service-mid-btm-right h6 ,
.service-mid-top h6{
	font-family: 'montserratsemibold';
	color: #101010;
}
.service-mid-btm-lft{
	padding-right: 15%;
	margin-top: 1.2rem;
	height: calc(100% - 1.2rem);
}
.service-mid-btm-lft img{
	height: 100%;
	object-fit: cover;
}
.service-mid-btm-right h6{
	position: relative;
	padding-left: 4rem;
	margin-bottom: 1rem;
}
.service-mid-btm-right h6::after{
	position: absolute;
	left: 0;
	top: .6rem;
	height: 2rem;
	width: 2rem;
	background-size: 2rem;
	content: "";
	background-image: url(../images/red-tick.svg);
	background-repeat: no-repeat;
}
.service-mid-btm-right p{
	padding-left: 3.7rem;
	max-width: 57rem;
}
.service-mid-top{
	margin-bottom:6.6rem;
}
.service-mid-btm-right li:not(.service-mid-btm-right li:last-child){
	margin-bottom: 2.6rem;
}
/****airco-service****/
.airco-service .home-mid-top-left h2{
	color: #101010;
}
.airco-service .each-home-top-part{
	background: #EDEDED;
	backdrop-filter: blur(15px);
}
.airco-service .each-home-top-part p ,
.airco-service .each-home-top-part h5{
	color: rgba(16, 16, 16, 0.70);
}
.airco-service {
	padding: 9rem 0;
}
.airco-service .txt-btn{
	color: rgba(16, 16, 16, 0.2);
}
.airco-service .each-home-top-part .txt-btn::after{
	filter: brightness(1);
}
.airco-service .home-mid-top{
	margin-bottom: 3rem;
}
.airco-service .each-home-btm-part .txt-btn{
	color: #FFFFFF;
}
.service-dtl-footer{
	background: #ededed;
  	padding-top: 0;
}
/****************************over-ons*****************************/
/****over-ons-top****/
.over-ons-top {
	padding: 10.5rem 0;
}
.over-ons-top-content h2 {
	line-height: 44.96px;
    margin-bottom: 3.5rem;
    word-break: break-word;
}
.over-ons-top-content h2 span {
	color: #27255F;
}
.over-ons-top-img {
    padding-right: 7rem;
    height: 57rem;
}
.over-ons-top-img img {
	height: 100%;
	object-fit: cover;
}
.over-ons-content {
	padding-left: 4rem;
}
.over-ons-top-content p {
	max-width: 61rem;
	width: 100%;
}
.over-ons-content hr {
	background-color: rgba(18, 18, 18, 0.30);
	opacity: 1;
	margin: 4rem 0;
}
.over-ons-content ul {
	display: flex;
	flex-wrap: wrap;
}
.over-ons-content li {
    font-size: 1.6rem;
    color: #101010;
	font-family: 'sequel100black-45uploadedfile';
    margin-bottom: 3.5rem;
    position: relative;
    padding-left: 3rem;
	line-height: 17.6px;
	width: 49%;
}
.over-ons-content li::after {
    content: '';
    position: absolute;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    left: 0;
    top: 0;
	height: 100%;
	width: 100%;
}
/****over-ons-block****/
.over-ons-block-bg {
	position: relative;
	padding: 8.5rem 0 15.5rem;
}
.over-ons-block-bg::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.75) 0%, #0F0F0F 92%);
}
.over-ons-block-left {
	position: relative;
	z-index: 1;
}
.over-ons-block-left h2 {
	color: #fff;
	line-height: 44.96px;
	letter-spacing: 3.2px;
}
.over-ons-block-left h2 span {
	color: #27255F;
}
.each-btm-block-info h4 {
	color: #fff;
}
.each-btm-block-info h6 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'montserratregular';
}
.each-btm-block-img img {
	height: 44px;
}
.over-ons-btm-block {
	margin-top: 7rem;
}
.each-btm-block {
	margin-top: 4rem;
}
.over-ons-block-right {
	position: relative;
	z-index: 1;
}
.over-ons-block-right .accordion-item h6 {
    color: #fff;
}
.over-ons-block-right .accordion-body p {
    color: #fff;
	margin: 0 2.5rem 0 0;
}
.over-ons-block-right .accordian-content .accordion-button::before {
	display: none;
}
.over-ons-block-right .accordian-content .accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);	
}
.over-ons-block-right .accordian-content .accordion-button {
    padding: 1.7rem 2.5rem 1.7rem 0;
}
.over-ons-block-right .accordian-content .accordion-button::after {
    background-image: url(../images/accordian-white-down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	position: absolute;
    top: 23px;
    right: 26px;
}
.over-ons-block-right .accordian-content .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-white-down-arrow.svg);
    width: 1.8rem;
    height: 1.8rem;
    background-size: contain;
	transform: rotate(180deg);
	position: absolute;
    top: 23px;
    right: 26px;
}
/****over-ons-part****/
.over-ons-part {
	position: relative;
	margin-top: -30rem;
}
.over-ons-part::after {
	content: "";
	position: absolute;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.00) -11.15%, #121212 24.84%, #121212 100%);	
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.each-part {
	position: relative;
	z-index: 1;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
	padding: 5rem 5rem;
	height: 100%;
}
.each-part h4 {
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 0.24px;
	margin-bottom: 1rem;
}
.each-part p {
	color: #fff;
	font-family: 'montserratmedium';
	width: 100%;
	max-width: 37rem;
}
.over-ons-part a:hover .each-part {
	background-color: #27255F;
}
/****overons-man-slider****/
.overons-man-slider{
	padding: 9rem 0;
}
.overons-man-slider h2 {
	letter-spacing: 3.2px;
	margin-bottom: 6.5rem;
}
.each-man-slider-img {
	position: relative;
}
.slider-man-name {
	text-align: center;
    background-color: #121212;
    padding: 2rem;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slider-man-name h5 {
	color: #fff;
	letter-spacing: 0.2px;
}
.slider-man-name h6 {
	font-family: 'montserratmedium';
	color: rgba(255, 255, 255, 0.70);
	letter-spacing: 0.16px;
}
.each-man-slider {
	height: 100%;
	object-fit: cover;
}
.each-man-slider-img {
	height: 100%;
}
.each-man-slider-img img {
	height: 100%;
	object-fit: cover;
}
.overons-man-slider .swiper-slide {
	height: auto;
}
.each-man-slider-img::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	content: "";
	background: linear-gradient(0deg, rgba(16, 24, 36, 0.30) 0%, rgba(16, 24, 36, 0.30) 100%);
	transition: all 0.5s;
}
.each-man-slider:hover .each-man-slider-img::after{
	height: 100%;
}
.each-man-slider:hover .each-man-slider-content{
	opacity: 1;
	visibility:visible ;
}
.overons-man-slider .swiper-button-next{
	right: -10.7rem;
}
.overons-man-slider .swiper-button-prev {
    left: -10.7rem;
}
.overons-man-slider .common-arrow {
    top: 28rem;
}
/****overons-btm-slider****/
.overons-btm-slider {
	overflow: hidden;
}
.overons-btm-slider-wrap {
    margin: 0 -27rem;
}
/****************************aanbod-dtl*****************************/
/****car-dtl-banner****/
.car-dtl-banner {
	background-color: #121212;
}
.car-dtl-info {
	width: fit-content;
	margin-left: auto;
	margin-right: 0;
}
.car-dtl-info img {
	margin-right: 1rem;
}
.car-dtl-title h1 span {
	color: #27255F;
}
.car-dtl-info a {
	color: #fff;
	font-family: 'sequel100black-45uploadedfile';
}
.car-dtl-info a:hover {
	text-decoration: underline;
}
.car-dtl-title {
	text-align: center;
}
.car-dtl-title h1 {
	line-height: normal;
	word-break: break-word;
}
.car-dtl-title h6 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'montserratregular';
	line-height: normal;
}
.car-dtl-banner .swiper {
	padding-top: 5.5rem;
}
.car-dtl-banner .swiper-slide-next .each-aanbod-dtl-slider::after {
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.40) 0%, rgba(18, 18, 18, 0.40) 100%);
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    right: 0;
    left: auto;
    top: 0;
}
.car-dtl-banner .swiper-slide-prev .each-aanbod-dtl-slider::before {
    background: linear-gradient(0deg, rgba(18, 18, 18, 0.40) 0%, rgba(18, 18, 18, 0.40) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    right: auto;
    top: 0;
}
.car-dtl-banner .common-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
    width: 6.5rem;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 50%;
}
.car-dtl-banner .common-arrow img {
    width: 20px;
}
.car-dtl-banner .swiper-button-next {
    right: 7%;
}
.car-dtl-banner .swiper-button-prev {
    left: 7%;
}
.car-btm-content {
	padding: 7.5rem 0;
}
.car-btm-left-content ul {
	display: flex;
    max-width: 110rem;
    justify-content: space-between;
    column-gap: 1rem;
}
.car-btm-left-content li {
	color: rgba(255, 255, 255, 0.50);
	font-size: 16px;
	font-family: 'sequel100black-45uploadedfile';
	position: relative;
	padding-left: 4rem;
}
.car-btm-left-content li span {
	color: #FFF;
}
.car-btm-left-content li::after {
	content: "";
    position: absolute;
    background-image: url(../images/red-tick.svg);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 2rem;
	left: 0;
	top: 0.5rem;
}
.car-btm-right-content h2 {
	color: #fff;
}
.car-btm-right-content h6 {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'montserratregular';
}
.car-btm-right-content h6 span {
	color: #fff;
	font-family: 'montserratsemibold';
}
.car-btm-content hr {
	background-color: rgba(255, 255, 255, 0.10);
	opacity: 1;
	margin: 2.5rem 0 3rem;
}
.car-dtl-left-btn .akker_btn_cls {
    margin-right: 2rem;
}
.car-dtl-left-btn .akker_btn_cls:last-child {
	margin-right: 0;
}
.car-dtl-social-btn ul {
	display: flex;
    align-items: center;
    justify-content: end;
}
.car-dtl-social-btn ul li {
	font-family: 'montserratregular';
    font-size: 1.6rem;
	color: #fff;
	margin-right: 1.5rem;
}
.car-dtl-social-btn ul li:last-child {
	margin-right: 0;
}
.car-dtl-social-btn ul li:last-child a {
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 8rem 0 9rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
    border: 0;
    background-color: transparent;
	text-transform: none;
    color: #121212;
	line-height: 20px;  
    letter-spacing: normal;
	width: 100%;
	padding: 14px 14px;
	border-radius: 100px;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'montserratmedium';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    margin-right: 2rem;
	margin-bottom: 1rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item:last-child{
	margin-right: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover ,
.tab-btn .nav-tabs .nav-item .nav-link.active {
	background-color: #27255F;
	border-color: #27255F;
	color: #fff;
}
/****dtl-tab-content****/
.tab-content {
	background-color: #fff;
	padding: 4rem 6rem;
	margin-top: -1rem;
	overflow: hidden;
	border-radius: 35px;
}
.kenmerken-tab ul li {
	font-family: 'sequel100black-45uploadedfile';
	color: #101010;
	font-size: 1.6rem;
	line-height: 30px;
	width: 16%;
	padding: 1.5rem 0;
	position: relative;
}
.kenmerken-tab ul li:nth-child(n):after {
	content: "";
	position: absolute;
	height: 1px;
	width: 200vw;
	left: -100vw;
	bottom: 0;
	background-color: #d9d9d9;
}
.kenmerken-tab ul li:nth-child(odd) {
    font-family: 'sequel100black-45uploadedfile';
	color: rgba(16, 16, 16, 0.70);
}
.kenmerken-tab ul {
	display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    /* justify-content: space-between; */
}
.kenmerken-tab {
	position: relative;
}
.kenmerken-tab::after {
	content: "";
	position: absolute;
	height: 10px;
	width: 200vw;
	left: -60vw;
	bottom: 0;
	background-color: #fff;
}
.bullet-panel h4 {
    border-bottom: 1px solid #121212;
    padding-bottom: 1rem;
	color: #121212;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}
.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.9rem;
    position: absolute;
    top: 0.6rem;
    left: 0;
    content: '';
    width: 0.9rem;
    height: 0.9rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27255F;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #121212;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    color: #fff;
}
.each-onderhoud-block h4 {
    color: #121212;
}
.each-onderhoud-block p {
    margin: 1rem 0 3rem;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding-bottom: 12rem;
}
/****************************contact*****************************/
/********contact*****/
.conatct-form{
	padding: 9.1rem 0 18rem;
}
.contact-form-heading{
	text-align: center;
	margin-bottom: 3.5rem;
}
.contact-form-heading h2{
	color: #27255F;
}
.contact-form-heading p{
	max-width: 70rem;
	margin: 1rem auto;
	font-family: 'montserratmedium';
}
.palceholder {
    position: absolute;
    top: 13px;
    left: 2.6rem;
    color: #B1B1B1;
    display: none;
}
.palceholder label{
	color: #101010;
	font-family: 'montserratmedium';
}
.star {
    color: #000;
}
.conatct-form  .form-styl{
	color: #101010;
	border: 1px solid rgba(16, 16, 16, 0.30);
}
.conatct-form .form-styl:focus{
	box-shadow: none;
	background-color: transparent;
	color: #101010;
}
.conatct-form .form-styl:placeholder {
	color: #101010;
}
.conatct-form .form-styl:-ms-input-placeholder {
	color: #101010;
}
.conatct-form .form-styl::placeholder {
	color: #101010;
}
.conatct-form .form-btn{
	text-align: center;
}
.conatct-form .form-btn .akker_btn_cls{
	background-color: #27255F;
	border-color:#27255F ;
	margin-top: 1rem;
}
.conatct-form .form-btn .akker_btn_cls:hover, .conatct-form .form-btn .akker_btn_cls:focus{
	background-color: transparent;
	color:#121212;
}

/****map-top****/
.aanbod-dtl-dtl-slider-btm .col-lg-4 {
    display: flex;
    justify-content: center;
    flex-direction: column;    
    padding: 3.7rem 2rem;
	text-align: center;
}
.map-top .aanbod-dtl-dtl-slider-btm  p {
    color: #101010;
}
.map-top .aanbod-dtl-dtl-slider-btm h6{
    color: #101010;
    margin-bottom: 1rem;
}
.map-top .aanbod-dtl-dtl-slider-btm a{
    color: #101010;
}
.map-top .aanbod-dtl-dtl-slider-btm a:hover {
    color: #101010 !important;
}
.map-top .aanbod-dtl-slider-btm a:not(.aanbod-dtl-slider-btm ul a){
    margin-bottom: .5rem;
}
.map-top .aanbod-dtl-slider-btm a:hover{
    color: #101010;
}
.map-top .aanbod-dtl-dtl-slider-btm{
    position: relative;
    margin-bottom: -13rem;
    z-index: 1;
}
.map-top  .aanbod-dtl-slider-btm img{
    height: 3.5rem;
	margin-bottom: 1rem;
}
/******map ***/
.map-sec{
	height: 61rem;
}
.aanbod-dtl-slider-btm {
	background-color: #fff;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
	justify-content: center;
	align-items: center;
	padding: 4rem 2rem;
}
.aanbod-dtl-slider-btm h6{
	font-family: 'sequel100black-65uploadedfile';
	font-size: 1.4rem;
	text-transform: uppercase;
}
/****************************bedankt*****************************/
.bedankt-banner .akker_btn_cls {
	border: 1px solid rgba(255, 255, 255, 0.18);
}
.bedankt-banner .akker_btn_cls:hover {
	border-color: #27255F;
    background-color: #27255F;
}
/****************************popup*****************************/
.modal-area .modal-dialog {
    max-width: 72%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(16, 16, 16, 0.50);
}
.modal-area .modal-content {
    border: 0;
	border-radius: 0;
    background-color: #EDEDED;
	position: relative;
}
.popup-content .border-btn {
	border-color: #121212;
	background-color: #121212;
	color: #fff;
	margin-top: 2rem;
}
.popup-content .border-btn:hover {
	background-color: #27255F;
	border-color: #27255F;
}
.modal-area .popup-content p {
    margin: 3rem 0;
}
.modal-area .popup-content {
    padding: 9rem 10rem;
    background-color: #EDEDED;
}
.pop-up-image {
	height: 100%;
}
.pop-up-image img {
	height: 100%;
	object-fit: cover;
}
.close-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
	font-size: 2rem;
	height: 4rem;
	width: 4rem;
	background-color: #27255F;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: 'sequel100black-45uploadedfile';
}
.close-img:hover {
	color: #fff;
}
/****************************aanbod-list*****************************/
/****aanbod-list-header-area****/
.aanbod-list-header-area {
	position: relative;
	background-color: #121212;
}
.aanbod-list-top {
	padding-top: 10rem;
	padding-bottom: 12rem;
}
.aanbod-list-right-btm .each-product {
	margin-bottom: 2.4rem;
}
.aanbod-list-right-top{
	margin-bottom: 3.6rem;
}
.aanbod-list-right-top h6{
	font-family: 'sequel100black-45uploadedfile';
	color: #101010;
	text-transform: uppercase;
}
.aanbod-list-right-filter{
	position: relative;
	border-radius: 100px;
	border: 1px solid #121212;	
	display: flex;
	align-items: center;
	max-width: 41rem;
	font-size: 1.4rem;
	padding: 2rem 1.2rem;
	margin-right: 0;
    margin-left: auto;
  	max-width: 263px;
	justify-content: center;
}
.aanbond-select-option-btn {
	max-width: 30rem;
    font-size: 1.4rem;
    color: #121212;
    border: 0;
    font-family: 'sequel100black-45uploadedfile';
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
	border: 0;
    background: url(../images/dropdown.svg) transparent no-repeat 94% center;
	padding-left: 1rem;
}
.aanbond-select-option-btn option{
	background-color: #EDEDED;
	font-family: arial;
}
.aanbod-list-right{
	padding-left: 4rem;
}
/****filter****/
.cursor{
    cursor: pointer;
}
.filter-left h2{
    line-height: normal;
}
.each-filter{
    border-top: 1px solid #C6C6C6;
}
.each-filter h5{
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
}
.each-filter h5.active{
	color: #27255F;
}
.each-filter h5:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(../images/plus.svg) no-repeat center / cover;
}
.each-filter h5.active:after{
    background: url(../images/minus.svg) no-repeat center / cover;
}
.filter-content{
    display: none;
}
/* / Style for WebKit (Safari/Chrome) / */
.filter-content.show-div::-webkit-scrollbar {
    width: 1px; 
}
.filter-content.show-div::-webkit-scrollbar-track {
    background: #C6C6C6; 
}
.filter-content.show-div::-webkit-scrollbar-thumb {
    background-color: #1038D2;
}
/* / Style for Firefox / */
.filter-content.show-div {
    scrollbar-color: #fff ;
}
/* / Thumb / */
.filter-content.show-div::-moz-scrollbar-thumb {
    background-color: red;
}
/* / Track / */
.filter-content.show-div::-moz-scrollbar-track {
    background: red;
}
.filter-content.show-div {
    display: block;
    margin: 1.8rem 0.9rem 1.8rem 0;
    height: 18rem;
    overflow-y: scroll;
	border-top: 1px solid #C6C6C6;
	padding-top: 2rem;
}
.filter-content.show-div.active {
	overflow-y:scroll ;
	height: 23rem;
}
.aanbod-filter-top {
	background-color: #121212;
	padding-left: 3rem;
	padding-right: 2rem;
	position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}
.aanbod-filter-top h6 {
	text-transform: uppercase;
	color: #fff;
	font-size: 2rem;
}
.aanbod-filter-top h6 span {
	color: #27255F;
}
.aanbod-filter-btm {
	border: 1px solid #c6c6c6;
}
.each-filter > *{
	padding-left: 4rem;
	padding-right: 4rem;
	border-right: 0;
	border-left: 0;
}
.aanbod-list-lft{
	position: sticky;
	top: 15rem;
	height: 115vh;
	overflow-y: auto;

}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #0066FF;
    border-color: #0066FF;
    color: #fff;
    padding: 1rem;
}
.reset-btn img{
	width: 1rem;
  	filter: brightness(0) invert(0);
}
.aanbod-filter label{
    margin-bottom: 1.8rem;
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
	font-family: 'montserratsemibold';
	color: #27255F;
}
/*.aanbod-filter label span{
	color: rgba(16, 16, 16, 0.60);
}*/
.aanbod-filter label span {
    font-family: 'montserratsemibold';
    color: #27255F;
}
.aanbod-filter .form-check-input{
	width: 2.1rem;
    height: 2.1rem;
    margin-top: 0;
    margin-right: 1.5rem;
    border-color: #182139;
    box-shadow: none;
    border-radius: 2px;
    border: 2px solid #949494;
    background-color: transparent;
}
.aanbod-filter .form-check-input:checked {
    background-color: #27255F;
    border-color: #27255F;
}
.price-range{
    z-index: 1;
    height: 2px;
}
.price-range > .track{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #C6C6C6;
}
.price-range > .range{
    position: absolute;
    z-index: 2;
    left: 25%;
    right: 25%;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #C6C6C6;
}
.price-range > .thumb{
    position: absolute;
    z-index: 3;
    width: 10px;
    height: 10px;
    background-color: #fff;
    cursor: pointer;
}
.price-range > .thumb.left{
    left: 25%;
    transform: translate(-5px, -5px);
}
.price-range > .thumb.right{
    right: 25%;
    transform: translate(5px, -5px);
}
.make_sticky {
    position: sticky;
    top: 0;
}
.make_sticky_onscroll {
    height: calc(100vh - 140px);
    overflow-y: auto;
    top: 140px;
}
/* / width / */
.make_sticky_onscroll::-webkit-scrollbar {
  width: 5px;
}
/* / Track / */
.make_sticky_onscroll::-webkit-scrollbar-track {
  background: red; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* / Handle / */
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
  border-radius: 10px;
}
/* / Handle on hover / */
.make_sticky_onscroll::-webkit-scrollbar-thumb:hover {
  background: red; 
}
.my-jquery-slider,
.my-js-slider{
    position: relative;
    margin: 7px 0 18px 0;
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #3c3d3f;
    border-radius: 50px;
    background: #B1E4FF;
}
.auto-overview-tag:hover {
    background: #fff;
}
.clear-filter a{
    text-decoration: underline;
}
.clear-filter button{
    background: transparent;
    border: 0;
    color: #0064ff;
}
.reset-btn{
    font-size: 1.14rem;
    text-transform: uppercase;
	color: #121212;
}
.reset-btn:hover{
	color: #101010;
}
.klant{
	position: fixed;
    right: 0;
    top: 55%;
    z-index: 99;
}

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

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

	.morgeninternet-footer > img {
	    height: 35px;
	    padding-top: 7.5px;
	}
  
  .cookie_div{
      position: fixed;
      bottom: 0;
      z-index: 999999;
      width: 100%;
      padding: 0px 0;
  }
  .cookie_div{
      color:#9c9c9c;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .cookie_div h4{
      margin-bottom: 15px;
      font-size: 13pt;
      font-family: 'Calibri';
  }
  .cookie_div a{
      color:#38b6be;
      font-size: 10pt;
      font-weight:bold;
      margin-left:8px;
      font-family: 'Calibri';
  }
  .cookie_div button{
      color:#3c935c;
      background:#dbffe8;
      font-weight: bold;
      border: 0;
      padding: 10px 25px;
      margin:5px 0;
      cursor: pointer;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .light_theme{
      background:rgba(255, 255, 255, 0.83);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
      background: rgba(0, 0, 0, 0.78);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
      color:#2a2a2a;
  }
  .dark_theme h4{
      color:#c9c9c9;
  }
  /****aanbod dtl****/
  .kenteken_np {
    background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 4px 0 6px 44px;
    color: #000;
    background-size: 152px;
  }
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      text-transform: uppercase;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
      color: #1c1c1c;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .form-1, .form-2 {
        margin-top: 50px;
        display:none;
        max-width:100%;
  }
  .aanbod-list-right-filter label{
  	margin-bottom: 0;
  }
.error_top{
    padding: 14rem 0 5rem;
    background: #000;
}
.privacy_section{
	padding-top: 5rem;
}
.load_img{
	width: 5rem;
}
.select-style{
	background: transparent;
  	border: 1px solid #C6C6C6;
  	appearance: none;
  	-webkit-appearance: none;
  	border-radius: 0;
  	padding: 1rem 3rem 1rem 1rem;
  	background: url(../images/dropdown.svg) transparent no-repeat 94% center;
  	width: 100%;
}
.select-style option{
	font-family: arial;
}
.calsty{
	height: 830px;
}
.aanbod-list-top .container-fluid{
	padding: 0;
}
.aanbod-car-wrap{
	/* max-width: 1170px; */
  	padding: 0 3% !important;
}
.aanbod-car-wrap .each-product-price h4{
	font-size: 1.6rem;
}
.aanbod-car-wrap .each-product-price h6 {
  	margin-left: .5rem;
  	line-height: normal;
}
.aanbod-car-wrap .product-info tr{
	display: block;
}
.aanbod-car-wrap .product-info td{
	padding: .5rem .5rem;
	margin-right: .2rem;
	margin-bottom: .75rem;
	display: inline-block;
	font-size: 1.4rem;
	color: #27255F;
	font-family: 'montserratsemibold';
}
.aanbod-car-wrap .product-info table{
	height: 8rem;
}
.mini-right-nav {
    position: fixed;
    top: calc(10% + 150px);
    z-index: 999;
    right: 0px;
}
.mini-right-nav li {
    margin-bottom: 4px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;
}
.mini-right-nav li a {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #27255F;
}
.mini-right-nav span {
    font-family: 'montserratsemibold';
    font-size: 16px;
    bottom: 0;
    right: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
}
.mini-right-nav a:hover span {
    width: auto;
    padding: 0 25px;
    overflow: visible;
}
.mini-right-nav a span {
    color: #fff;
}
.mini-right-nav span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 60px);
    content: '';
    background-color: #27255F;
    height: 60px;
    -webkit-transition: 0.50s;
    -moz-transition: 0.50s;
    transition: 0.50s;
    z-index: -1;
}
.mini-right-nav img {
    width: 20px;
}