@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	color: #FFF;
    font-family: 'lama_sansmedium';
    font-size: 1.6rem;
	background-color: #FAFAFA;
}
html {
    font-size: 62.5%;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/************************************index********************************/
/****header****/
.header-area{
	padding: 3rem 0;
}
.logo img{
	width: 22.7rem;
}
.menu-right{
	display: flex;
	align-items: center;
	justify-content: end;
	column-gap: 5rem;
}
.menu-right ul{
	display: flex;
	align-items: center;
	column-gap: 5rem;
}
.header-area .nav_menu_right_part{
	cursor: pointer;
}
.menu-items li {
    border-bottom: 0;
}
.menu-items.active {
	width: 43rem;
}
.menu-right li a {
	color: #fff;
	font-family: 'sequel100black-4545';
	position: relative;
}
.menu-right li a::after {
	display: block;
	content: "";
	border-bottom: 1px solid #fff;
	transition: transform 250ms ease-in-out;
	transform: scaleX(0);
	transform-origin: 100% 50%;
	margin-top: .4rem;
}
.menu-right li a:hover::after {
	transform: scaleX(1);
	transform-origin: 0px 50%;
}
.sticky-hidden{
	position: fixed;
	z-index: 99;
	background-color: #100F0F;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
    display: block;
    background-color: #fff;
    content: '';
    height: 2px;
    margin: 5px 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.menu-items ul {
    text-align: left;
}
.menu-items a {
	text-transform: none;
	font-family: 'sequel100black-4545';
	font-size: 2.4rem;
}
.menu-items a:hover {
    color: #fff;
}
.menu-navigation {
    padding: 8rem 6.5rem 6rem;
	display: flex;
	flex-direction: column;
	height: 100%;
	row-gap: 3rem;
}
.menu-social ul {
    display: flex;
    column-gap: 3rem;
}
.menu-icon.active:before {
    transform: translateY(5px) rotate(135deg);
}
.menu-social li a {
	border: 1px solid rgba(255, 255, 255, 0.25);
    height: 26px;
    width: 26px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-bottom: 0;
}
.menu-social li a img{
	width: 1rem;
}
.menu-contact li a{
	color: #767676;
	display: block;
	font-family: 'lama_sansmedium';
	font-size: 1.6rem;
}
.menu-contact li a:hover{
	color: #E0353F;
	opacity: 1;
}
.menu-contact li p{
	color: #767676;
	font-family: 'lama_sansmedium';
}
.menu-icon{
	width: 2.4rem;
	margin-left: auto;
}
.menu-icon::after{
	width:1.4rem;
	margin-left: auto;
}
.menu-icon:before{
	width: 2rem;
	margin-left: auto;
}
.menu-icon.active:before,
.menu-icon.active:after{
	width: 2.4rem;
}
.menu-icon.active:after{
	transform: translateY(-9px) rotate(-135deg);
}
.mobile_menu_items li a {
	position: relative;
	display: inline-block;
}
.mobile_menu_items li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.mobile_menu_items li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
  }
/****fixed-wp****/
.fixed-wp {
    border-radius: 40px;
    background: rgba(37, 211, 102, 0.30);
    height: 6.2rem;
    width: 20.1rem;
    position: fixed;
    z-index: 90;
    right: 3rem;
    bottom: 3rem;
    padding: 1rem;
}
.fixed-wp a {
    display: flex;
    align-items: center;
}
.fixed-wp span {
    background-color: #25D366;
    height: 4.7rem;
    width: 4.7rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}
.fixed-wp-part-info {
    margin-left: 1rem;
    margin-top: -1.5rem;
}
.fixed-wp-part-info h6 {
    font-size: 0.8rem;
    color: #fff;
    font-family: 'sequel100black-4545';
    margin-top: 1.2rem;
	text-transform: uppercase;
	line-height: 2px;
	letter-spacing: 0.8px;
}
.fixed-wp-part-info h6 strong {
	font-weight: normal;
	font-size: 1.4rem;
}
/****banner-sec****/
.banner-sec::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(17, 16, 16, 0.30) 0%, rgba(17, 16, 16, 0.30) 100%);
	z-index: 1;
}
.banner-sec::before {
	position: absolute;
	right: 43%;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	backdrop-filter: blur(7.5px);
	z-index: 2;
}
.home-each-banner {
	height: 758px;
}
.home-each-banner img {
	height: 100%;
	object-fit: cover;
}
.banner-content {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
}
.banner-content h1 {
	margin: 3.5rem 0 6rem;
}
.banner-content h1 strong {
	font-weight: normal;
	color: #E0353F;
}
.banner-content h1 span {
	color: #E0353F;
}
.banner-content .common-btn {
	margin-right: 1rem;
}
.banner-content .common-btn:last-child {
	margin-right: 0;
}
/****banner-btm****/
.banner-btm {
	background-color: #100F0F;
	padding: 5.5rem 0;
}
.banner-btm .each-counter {
	display: flex;
	align-items: center;
}
.banner-btm .each-counter-img img {
	width: 3.7rem;
	margin-right: 2rem;
}
.banner-btm .each-counter-info h6 {
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	color: #fff;
}
.banner-btm-social ul {
	display: flex;
	column-gap: 2rem;
	justify-content: end;
}
.banner-btm-social li a {
	background-color: rgba(45, 43, 43, 0.3);
	border-radius: 100%;
	height: 6.2rem;
	width: 6.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-btm-social li a img {
	width: 1.8rem;
	filter: brightness(0) invert(1);
}
.banner-btm-social li a:hover {
	background-color: #fff;
}
.banner-btm-social li a:hover img {
	filter: brightness(1) invert(0);
}
/****product-sec****/
.product-sec {
	padding: 13rem 0;
}
.product-sec .vertical-line {
    height: 17%;
}
.product-sec .line .each-line {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.61) 0%, rgba(16, 15, 15, 0.31) 100%);
}
.product-sec .line .each-line:first-child {
    height: 40%;
}
.product-sec .line .each-line:nth-child(4) {
    height: 40%;
}
.product-top h4 {
	color: #100F04;
	margin-bottom: 3rem;
}
.product-top-btn .white-txt-btn::after {
    background-color: #fff;
    border: 1px solid #fff;
	background-image: url(../images/txt-right-red-arrow.svg);
}
/* .product-top-btn .white-txt-btn:hover::after {
    background-color: transparent;
    border: 1px solid #0A1520;
} */
.product-slider {
	padding-top: 8rem;
	z-index: 0;
}
.slider-img {
    position: relative;
}
.slider-img ul {
    display: flex;
    justify-content: left;
    padding-left: 2rem;
    position: absolute;
    bottom: -2rem;
    right: 2rem;
}
.slider-img li {
    background-color: #D9343D;
	border-radius: 100px;
    color: #fff;
    padding: 6px 20px;
    font-size: 1.6rem;
    font-family: 'sequel100black-4545';
}
.slider-img li:first-child {
    color: #0A1520;
    background-color: #FAFAFA;
    margin-right: 1rem;
}
.slider-price-sec {
    background: #FFF;
    padding: 3rem 1.5rem 2.5rem;
}
.each-slider {
	border-radius: 5px;
	overflow: hidden;
}
.slider-price-sec h6 {
	font-size: 1.6rem;
	color: #B1B1B1;
	font-family: 'lama_sansmedium';
	margin-bottom: 1rem;
}
.slider-price-sec h5 {
	height: 46px;
	overflow: hidden;
	margin-bottom: 1rem;
}
.slider-price-sec table {
	margin-top: 1rem;
}
.slider-price-sec tr {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1rem;
}
.slider-price-sec td {
    font-size: 1.6rem;
    color: #100F0F;
    vertical-align: top;
    font-family: 'lama_sansmedium';
    width: 49%;
}
.slider-price-sec td img {
    margin-right: .4rem;
    margin-bottom: 2px;
}
.product-side-arrow {
    height: 2.4rem;
    width: 2.4rem;
    background-color: #2C2C2C;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.product-side-arrow img {
    width: 1.1rem;
}
.product-slider .swiper-button-next {
	right: -2.5rem;
}
.product-slider .swiper-button-prev {
	left: -2.5rem;
}
.swiper-btm-pegi .swiper-pagination {
    position: initial;
    margin-top: 9rem;
}
.swiper-btm-pegi .swiper-pagination-bullet {
    height: 0.5rem;
    width: 0.9rem;
    background-color: #D6D6D6;
    opacity: 1;
}
.swiper-btm-pegi .swiper-pagination-bullet-active {
    background-color: #E0353F;
    border-radius: 1rem;
	width: 4.4rem;
}
/****home-service-slider****/
.home-service-slider{
	background-color: #100F0F;
	padding: 13rem 0;
}
.home-service-slider-heading-lft h2{
	color: #FFF;
	margin-bottom: 2rem;
}
.home-service-slider-heading-lft p{
	width: 100%;
	max-width: 42rem;
}
.home-service-slider-heading-right .white-txt-btn{
	border: 1.5px solid #686868;
	color: #686868;
}
.home-service-slider-heading-right .white-txt-btn::after{
	border-color: #686868;
	background-image: url(../images/txt-right-arrow-gray.svg);
}
.home-service-slider-heading-right .white-txt-btn:hover{
	border: 1.5px solid #E0353F;
	background-color: #E0353F;
	color: #fff;
}
.home-service-slider-heading-right .white-txt-btn:hover::after{
	background-image: url(../images/txt-right-red-arrow.svg);
	background-color: #fff;
	border-color: #fff;
}
.home-service-slider .vertical-line{
	height: 50%;
}
.home-service-slider .each-line:nth-child(1),
.home-service-slider .each-line:nth-child(4) {
    height: 30%;
}
.service-slider-content{
	display: flex;
	width: 100%;
	max-width: 40rem;
	text-align: center;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	row-gap: 4rem;
}
.service-slider-content p {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 2rem;
}
.home-service-slider  .swiper-slide-next::after{
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    content: "";
     /* background: linear-gradient(254deg, #100F0F 20.76%, rgba(224, 53, 63, 0.12) 198.27%);  */
    background: linear-gradient(-90deg, rgba(16, 15, 15, 0.61), rgba(224, 53, 63, 0.61));
}
.home-service-slider-button{
	display: flex;
    column-gap: 1.2rem;
    position: absolute;
    left: 58%;
    top: 85%;
    transform: translate(-50%, -50%);
	z-index: 3;
}
.home-service-slider-button .common-arrow{
	position: initial;
}
.slider-wrap{
	padding-top: 8rem;
}
.service-slider-img img {
	border-radius: 5px;
	overflow: hidden;
}
/***about-sec****/
.about-sec {
	padding: 13rem 0;
	position: relative;
}
.about-top-left {
	height: 265px;
	padding-left: 6rem;
}
.about-top-left img {
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.about-top-btm {
	height: 345px;
}
.about-top-btm img {
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.about-right-img {
	height: 477px;
}
.about-right-img img {
	border-radius: 5px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.about-left-img {
	display: flex;
	height: 100%;
	gap: 3rem;
	flex-direction: column;
	margin-right: 2rem;
}
.about-info p {
	color: #100F0F;
    max-width: 62rem;
    width: 100%;
	margin: 4rem 0 4.5rem;
}
.about-info li {
	color: #808080;
	font-size: 1.6rem;
	font-family: 'lama_sansmedium';
	max-width: 46rem;
	width: 100%;
	margin-bottom: 2rem;
	padding-left: 3rem;
	position: relative;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-info li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 1rem;
	height: 8px;
	width: 8px;
	background-color: #808080;
}
.about-info li:hover::after {
	background-color: #E0353F;
}
.about-info li:hover {
	color: #100F04;
}
.about-btn {
	padding-top: 4rem;
}
.about-btn .white-txt-btn::after {
    background-color: #fff;
    border: 1px solid #fff;
	background-image: url(../images/txt-right-red-arrow.svg);
}
/* .about-btn .white-txt-btn:hover::after {
    background-color: transparent;
    border: 1px solid #0A1520;
} */
.about-sec hr {
	opacity: 1;
	width: 65%;
	height: 1px;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 6rem;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.61), rgba(16, 15, 15, 0.31));
}
.about-sec::after {
	content: '';
    position: absolute;
    left: 48%;
    height: 56%;
    top: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.61), rgba(16, 15, 15, 0.31));
    width: 1px;
}
/****google review****/
.google-review{
	padding: 13rem 0;
	background-color: #fff;
}
/****footer****/
.footer-logo img{
	width: 22rem;
}
.footer-area {
    background-color: #100F0F;
    padding-top: 12rem;
    padding-bottom: 3rem;
    overflow: hidden;
}
.footer-lft .menu-social ul{
	column-gap: .7rem;
	margin-top: 2rem;
}
.footer-lft .menu-social li a{
	border-color: rgba(255, 255, 255, 0.25);
}
.footer-btm{
	padding: 0 3.4rem;
	margin-top: 8rem;
    /* padding-bottom: 3rem; */
}
.bovag-logo img{
	width: 10.1rem;
	margin-top: 4.5rem;
}
.each-footer h4{
	margin-bottom: 3rem;
}
.footer-right{
	margin-bottom: -6.4rem;
}
.footer-right p,
.footer-right a{
	color: #767676;
	display: block;
}
.footer-top {
	padding-bottom: 14rem;
}
.footer-btm a:hover ,
.footer-right a:hover{
	color: #E0353F;
}
.footer-btm{
	position: relative;
	text-align: center;
}
.footer-btm a{
	display: block;
    text-align: center;
    color: #767676;
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 2;
}    
.footer-area .each-line:first-child {
    height: 30%;
    position: relative;
    left: -1.5%;
}
.footer-area .each-line:last-child{
    height: 30%;
    position: relative;
    right: -1.5%;
}
.footer-btm h2 {
    font-size: 8vw;
    color: rgba(255, 255, 255, 0.05);
    font-family: 'sequel100black-75';
    letter-spacing: 7px;
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    /* position: absolute;
    bottom: -82px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%; */
}
.footer-btm-logo{
	position: absolute;
    bottom: -82px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
/************************************financiering-lease********************************/
/****dtl-header-area****/
.dtl-header-area {
	background-color: #100F0F;
}
/****back-btn****/
.back-btn .white-btn {
	border-color: #686868;
	color: #686868;
	padding-left: 6rem;
	padding-right: 2rem;
	text-transform: none;
}
.back-btn .white-btn:hover {
	background-color: #E0353F;
	border-color: #E0353F;
	color: #fff;
}
.back-btn .txt-btn:hover::after {
    border-color: #fff;
    filter: brightness(0) invert(1);
    background-color: #fff;
}
.back-btn {
	position: relative;
    z-index: 2;
    padding-top: 18rem;
    padding-left: 13.5rem;
    margin-bottom: -16rem;
}
.back-btn .txt-btn::after {
	border-color: #686868;
	background-image: url(../images/back-btn-arrow.svg);
	right: auto;
	left: 20px;
	background-size: 12px;
}
.back-btn .white-txt-btn:hover::after {
	background-color: transparent;
}
/****diensten-dtl-top****/
.diensten-dtl-top {
	padding: 10.5rem 0 14.5rem;
}
.diensten-dtl-top-info {
	padding-left: 7.5rem;
    padding-top: 8rem;
}
.diensten-dtl-top-info p {
	color: #0A1520;
	margin-top: 2.5rem;
}
.diensten-dtl-top-img {
	border-radius: 5px;
	overflow: hidden;
}
.diensten-dtl-top .vertical-line {
    height: 60%;
}
.diensten-dtl-top .line .each-line:first-child {
    height: 30%;
}
.diensten-dtl-top .line .each-line:nth-child(2) {
	height: 24%;
}
.diensten-dtl-top .line .each-line:nth-child(3) {
	height: 28%;
}
.diensten-dtl-top .line .each-line:nth-child(4) {
    height: 50%;
}
.diensten-dtl-top .line .each-line {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.61) 0%, rgba(16, 15, 15, 0.31) 100%);
}
/****diensten-dtl-mid****/
.diensten-dtl-mid {
	padding-bottom: 14rem;
}
.each-diensten-dtl-mid {
	background-color: #fff;
	padding: 7rem 3.5rem;
	height: 100%;
}
.each-diensten-dtl-mid h5 {
	height: 24px;
	overflow: hidden;
}
.each-diensten-dtl-mid p {
	color: #0A131E;
	margin: 4rem 0 0;
    max-width: 39rem;
    width: 100%;
}
.diensten-dtl-mid h2 {
	margin-bottom: 7rem;
}
/****form-sec****/
.form-sec {
	overflow: hidden;
}
.form-bg {
	position: relative;
	padding: 13rem 0 15.5rem;
}
.form-bg .vertical-line {
    height: 60%;
}
.form-bg .line .each-line:first-child {
    height: 25%;
}
.form-bg .line .each-line:nth-child(2) {
	height: 40%;
}
.form-bg .line .each-line:nth-child(3) {
	display: none;
}
.form-bg .line .each-line:nth-child(4) {
    height: 15%;
}
.form-left-content {
	position: relative;
}
.form-left-content::after {
	content: '';
    position: absolute;
    left: -16rem;
    top: 62%;
    height: 1px;
    background: linear-gradient(to right, rgba(224, 53, 63, 0.61), rgba(16, 15, 15, 0.61));
    width: 21%;
}
.form-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(16, 15, 15, 0.95);
}
.form-left,
.form-right {
	position: relative;
	z-index: 1;
}
.form-left h2 {
	color: #fff;
}
.form-left p {
	margin: 3rem 0 8rem;
	max-width: 40rem;
	width: 100%;
}
.each-form-left {
	margin-bottom: 4.5rem;
}
.each-form-left h6 {
	font-size: 1.6rem;
	color: #fff;
	font-family: 'sequel100black-4545';
	margin-bottom: 1.5rem;
}
.each-form-left a {
	color: #767676;
}
.each-form-left a:hover {
	color: #E0353F;
}
.each-form-left p {
	margin: 0 !important;
	color: #767676;
}
.form-group {
	margin-bottom: 2rem;
}
.form-styl{
	resize: none;
	color: rgba(255, 255, 255, 0.4);
	font-size: 1.4rem;
	font-family: 'lama_sansregular';
	padding: 2rem 2.4rem; 
	background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 5px;
}
.form-styl:focus{
	color: #fff;
	border-color: #fff;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
	/* text-transform: uppercase; */
}
.form-styl:placeholder {
	color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}
.form-styl::placeholder {
	color: rgba(255, 255, 255, 0.4);
	opacity: 1;
}
.form-sec textarea.form-styl {
    min-height: 19rem;
}
.form-btn {
    margin-top: 3rem;
}
.form-left .menu-social ul {
    column-gap: 1.5rem;
}
/****diensten-dtl-slider****/
.diensten-dtl-slider {
	padding: 15rem 0;
}
.diensten-dtl-slider h2 {
	margin-bottom: 7rem;
}
.each-diensten-dtl-slider-img img {
	border-radius: 5px;
	overflow: hidden;
}
.each-diensten-dtl-slider-info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2rem 1.5rem;
}
.each-diensten-dtl-slider {
	overflow: hidden;
}
.each-diensten-dtl-slider img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-diensten-dtl-slider-img {
    border-radius: 5px;
    overflow: hidden;
}
.each-diensten-dtl-slider:hover img {
	transform: scale(1.1);
}
/************************************contact********************************/
/****contact-banner****/
.contact-banner {
	height: 45rem;
}
/****contact-form-sec****/
.contact-form-sec {
	padding: 13rem 0;
}
.contact-form-sec .form-left h2,
.contact-form-sec .form-left p,
.contact-form-sec .each-form-left h6 {
	color: #100F0F;
}
.contact-form-sec .form-left p {
    max-width: 44rem;
}
.contact-form-sec .menu-social li a {
    border: 1px solid #100F0F;
}
.contact-form-sec .each-form-left p {
    color: #767676 !important;
}
.contact-form-sec .form-btn .white-txt-btn::after {
    background-color: #fff;
    border: 1px solid #fff;
    background-image: url(../images/txt-right-black-arrow.svg);
}
.contact-form-sec .form-btn .white-txt-btn {
    border-color: #100F0F;
}
.contact-form-sec .form-btn .white-txt-btn:hover, .contact-form-sec .form-btn .white-txt-btn:focus, 
.contact-form-sec .form-btn .white-txt-btn:active{
	border-color: #E0353F;
}
.contact-form-sec .form-styl{
	color: rgba(16, 15, 15, 0.4);
    border: 1px solid rgba(16, 15, 15, 0.4);
}
.contact-form-sec .form-styl:focus{
	color: #100F0F;
	border-color: #100F0F;
}
.contact-form-sec .form-styl:focus::placeholder {
	color: #100F0F;
}
.contact-form-sec .form-styl:placeholder {
	color: rgba(16, 15, 15, 0.4);
}
.contact-form-sec .form-styl:-ms-input-placeholder {
	color: rgba(16, 15, 15, 0.4);
}
.contact-form-sec .form-styl::placeholder {
	color: rgba(16, 15, 15, 0.4);
}
.form-left .menu-social {
	margin-top: 1.5rem;
}
/****contact-slider****/
.contact-slider {
	padding-bottom: 12.5rem;
}
.contact-slider-img {
    overflow: hidden;
	border-radius: 5px;
	cursor: pointer;
}
.contact-slider-img:hover img {
    transform: scale(1.1);
}
.contact-slider-img img {
	border-radius: 5px;
	overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* .contact-slider .swiper {
	padding-top: 4rem;
} */
.contact-slider .common-arrow {
	top: 0;
}
.contact-slider .swiper-button-next {
	right: 0;
}
.contact-slider .swiper-button-prev {
	right: 6rem;
	left: auto;
}
/************************************over-ons********************************/
/****overons-top****/
.overons-top-lft{
	padding-left: 11rem;
	padding-right: 2rem;
}
.overons-top-lft h2 {
	color: #000;
}
.overons-top-lft p{
	max-width: 64rem;	
	width: 100%;
	color: #0A1520;
	margin-top: 2rem;
	padding-bottom: 16rem;
}
.overons-top .each-line:first-child{
	height: 50%;
}
.overons-top .each-line{
	height: 30%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.61), rgba(16, 15, 15, 0.31));
}
.overons-top {
    padding: 14rem 0 8rem;
}
.overons-top-right{
	height: 50rem;
	position: relative;
  	z-index: 1;
}
.overons-lft{
	height: 24rem;
	padding-right: 30%;
	margin-top: -9rem;
}
.overons-top-right img,
.overons-lft img{
	height: 100%;
	object-fit: cover;
}
.overons-right {
    height: 100%;
    display: flex;
    align-items: center;
}
.overons-right ul{
	display: flex;
	column-gap: 9.7rem;
	flex-wrap: wrap;
}
.overons-right p{
	color: #000;
}
.overons-right h2{
	font-family: 'sequel100black-75';
	color: #000;
	font-size: 3.6rem;
}
/****overons-mid****/
.overons-mid{
	background: #100F0F;
	padding: 14rem 0;
}
.overons-mid-heading{
	text-align: center;
	margin-bottom: 6.5rem;
}
.overons-mid-heading h2{
	color: #fff;
	text-transform: capitalize;
}
.overons-mid .vertical-line{
	height: 30%;
	top: auto;
	bottom: 0;
}
.overons-mid .each-line{
	background: linear-gradient(to top, rgba(224, 53, 63, 0.61), rgba(16, 15, 15, 0.61));
}
.overons-mid-each-part p{
	max-width:31rem ;
	text-align: center;
	margin: 2.5rem auto 0;
}
.overons-mid-each-part {
	text-align: center;
}
.overons-mid-each-part h4 {
	font-family: 'lama_sansmedium';
	height: 32px;
	overflow: hidden;
}
/****overons-man-slider****/
.overons-man-slider{
	padding: 14rem 0;
}
.overons-man-slider .swiper-slide-active .row{
	flex-direction: row-reverse;
}
.overons-man-slider .swiper-slide .overons-man-slider-img{
	height: 42rem;
	padding-left: 10rem;
	width: 50rem;
    margin-left: auto;
}
.overons-man-slider .swiper-slide-next .overons-man-slider-img{
	height: 21rem;
	padding: 0;
}
.overons-man-slider .overons-man-slider-img img{
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.overons-man-slider-heading{
	margin-bottom: 5.2rem;
}
.overons-man-slider-heading h2 {
	color: #000;
}
.overons-man-slider-heading p{
	color: #0A1520;
	max-width: 64rem;
	margin-left: auto;
	margin-right: 0;
}
.overons-man-slider-content{
	padding-left: 10rem;
}
.overons-man-slider-content {
	position: relative;
}
.overons-man-slider-content:after {
	position: absolute;
	content: "";
	left:0 ;
	top:10%;
	height: 90%;
	width: 1px;
	background: linear-gradient(to top, rgba(255, 255, 255, 0.61), rgba(224, 53, 63, 0.31));
}
.overons-man-slider-content p{
	color: #0A1520;
	margin-top: 3rem;
}
.overons-man-slider-content h4{
	color: #100F0F;
	font-family: 'lama_sansmedium';
}
.overons-man-slider-content h6{
	color: #B1B1B1;
	font-size: 1.4rem;
	margin-top: 1rem;
}
.overons-man-swiper-button .common-arrow{
	position: initial;
	display: none;
}
.overons-man-swiper-button .common-arrow:hover{
	background-color: #100F0F;
}
.overons-man-swiper-button {
	position: absolute;
	left: auto;
	right: 10%;
	top: 85%;
	display: flex;
	column-gap: 1.8rem;
}
/****overons-btm-slider****/
.overons-btm-each-slider {
	border-radius: 5px;
	overflow: hidden;
}
.overons-btm-each-slider{
	cursor: pointer;
}
/************************************diensten********************************/
.inner-banner{
   position: relative;
   height: 45rem;
}
.inner-banner::after{
   position: absolute;
   left: 0;
   top: 0;
   height: 100%;
   width: 100%;
   content: "";
   background: linear-gradient(0deg, rgba(17, 16, 16, 0.30) 0%, rgba(17, 16, 16, 0.30) 100%);
   z-index: 0;
}
.inner-banner img{
   height: 100%;
   object-fit: cover;
}
.inner-banner-content{
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 100%;
   z-index: 3;
}
/****diensten-list****/
.diensten-list{
	padding-top: 6rem;
	overflow: hidden;
	position: relative;
}
.diensten-list .row .col-lg-6{
	padding: 0 7.5rem;
}
.diensten-list .row .col-lg-6:nth-child(odd){
	padding-left: 0;
}
.diensten-list::after{
	position: absolute;
	left: 50%;
	top: 0;
	height: 70%;
	width: 1px;
	content: "";
	background: linear-gradient(to top, rgba(255, 255, 255, 0.61), rgba(16, 15, 15, 0.31));
}
.diensten-list-lft h2{
	margin-bottom: 2.5rem;
}
.diensten-list-lft{
	margin: 8rem 0;
}
.diensten-list-lft p{
	color: #100F0F;
	max-width: 48rem;
}
.diensten-each-list-conten h2{
	color: #0A1520;
	margin-bottom: 2rem;
}
.diensten-each-list-content p{
	color: #0A1520;
	max-width: 55rem;
	width: 100%;
	margin: 2.3rem 0 2.9rem;
}
.diensten-each-list-img{
	position: relative;
}
.diensten-each-list-img {
	overflow: hidden;
}
.diensten-each-list-img img {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.diensten-each-list-img:hover img {
	transform: scale(1.1);
}
.arrow-btn{
	position: absolute;
	bottom: 5rem;
    right: 9rem;
}
.arrow-btn:after{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 6.8rem;
	width: 6.8rem;
	background-image: url(../images/red-arrow.svg);
	background-size: 2rem;
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
	border: 1px solid #000000;
	background-position: center;
	border-radius: 100%;
}
.diensten-each-list-img{
	height: 26rem;
}
.diensten-each-list-img img{
	height: 100%;
	object-fit: cover;
}
.diensten-each-list{
	margin: 8rem 0;
}
.diensten-list .col-lg-6 {
	position: relative;
}
.diensten-list .row .col-lg-6::after{
	position: absolute;
	left: -16rem;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(to left, rgba(255, 255, 255, 0.61), rgba(16, 15, 15, 0.31));
	content: "";
}
.diensten-list .row .col-lg-6:nth-child(even)::after{
	background: linear-gradient(to right, rgba(255, 255, 255, 0.61), rgba(16, 15, 15, 0.31));
	right: -16rem;
	left: auto;
}
.diensten-list .row .col-lg-6:nth-last-child(2)::after ,
.diensten-list .row .col-lg-6:nth-last-child(1)::after {
    display: none;
}
/************************************bedankt********************************/
.bedankt-banner.banner-sec::before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
	backdrop-filter: blur(7.5px);
    z-index: 2;
}
.bedankt-banner .banner-content {
	text-align: center;
}
.bedankt-banner .banner-content h1 {
	margin: 3rem 0 4rem;
}
.bedankt-banner .banner-content p {
	max-width: 60rem;
	margin: 0 auto 9rem;
}
.bedankt-banner .txt-btn {
	padding-right: 2rem;
    padding-left: 6rem;
}
.bedankt-banner .txt-btn::after {
    right: 0;
    left: 20px;
	background-image: url(../images/txt-white-left-arrow.svg);
}
/************************************popup********************************/
.modal-area .modal-dialog {
    max-width: 59%;
    margin: 10% auto 0;
}
.modal-area .modal {
	background-color: rgba(16, 15, 15, 0.3);
	/* opacity: 0.7; */
}
.modal-area .modal-content {
    border: 0;
    border-radius: 5px;
    background-color: #0f1010;
    position: relative;
    overflow: hidden;
}
.modal-area .popup-content h2 {
	color: #fff;
}
.modal-area .popup-content h2 strong {
	color: #E0353F;
	font-weight: normal;
}
.modal-area .popup-content p {
    margin: 4.5rem auto 5rem;
	max-width: 82rem;
	width: 100%;
}
.modal-area .popup-content {
	text-align: center;
    padding: 8.5rem 12.5rem;
    background-color: #100F0F;
}
/************************************importeren********************************/
.importeren-dtl-top .product-top-btn {
	margin-top: 7rem;
}
/************************************verkocht********************************/
/****verkocht-top****/
.verkocht-top {
	padding: 13.5rem 0 10rem;
}
.verkocht-top p {
	color: #0A1520;
	margin-right: 0;
	margin-left: auto;
	max-width: 60rem;
}
/****verkocht-product****/
.verkocht-product {
	padding-bottom: 12.5rem;
}
.verkocht-product .each-slider {
	margin-bottom: 3.5rem;
}
/************************************aanbod-dtl********************************/
/****dtl-back-btn****/
.dtl-back-btn {
    padding-left: 7.5rem;
}
/****dtl-top-sec****/
.dtl-top-sec .line .each-line:first-child {
    height: 12%;
    left: -8%;
}
.dtl-top-sec .line .each-line {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.61) 0%, rgba(16, 15, 15, 0.31) 100%);
}
.dtl-top-sec .line .each-line:nth-child(2) {
   display: none;
}
.dtl-top-sec .line .each-line:nth-child(3) {
    height: 29%;
	left: 28%;
}
.dtl-top-sec .line .each-line:nth-child(4) {
   height: 15%;
}
.dtl-top-sec {
	padding-top: 10.5rem;
}
.dtl-top-slider {
	position: relative;
}
.dtl-top-slider .swiper { 
	border-radius: 5px;
}
.each-dtl-top-car {
	border-radius: 5px;
	overflow: hidden;
}
.dtl-top-thumb {
	margin-top: 2rem;
}
.each-top-thumb {
	border-radius: 5px;
	overflow: hidden;
	/* height: 14.9rem; */
	position: relative;
}
/* .each-top-thumb img {
	height: 100%;
	object-fit: cover;
} */
.dtl-top-thumb .row {
	margin: 0 -0.9rem;
}
.dtl-top-thumb .col-lg-3 {
	padding: 0 0.9rem;
}
.plus-img {
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: calc(100% - 2rem);
	width: calc(100% - 2rem);
	cursor: pointer;
}
.plus-img h6 {
	color: #111;
	font-size: 1.6rem;
	line-height: 28px;
	font-family: 'lama_sansregular';
}
.plus-img img {
	width: 1.8rem;
	height: 1.8rem;
	margin-bottom: 1rem;
}
.dtl-top-info h4 {
	color: #D9343D;
	letter-spacing: normal;
}
.dtl-top-info {
    padding-left: 2rem;
    padding-top: 7rem;
}
.dtl-top-info h2 {
    margin: 3rem 0 3.5rem;
    font-size: 3rem;
    line-height: 36px;
}
.dtl-top-info .slider-price-sec {
	background-color: transparent;
	padding: 0;
}
.dtl-top-info .slider-price-sec td {
	font-size: 1.8rem;
}
.dtl-top-info .slider-price-sec td span {
	font-family: 'lama_sansregular';
}
.dtl-top-price {
    padding: 2rem 0 2.5rem;
}
.dtl-top-price .col-lg-8 {
	width: 54%;
}
.dtl-top-price-left h4,
.dlt-top-price-right h4 {
	color: #0A1520;
}
.dlt-top-price-right h4 strong {
	font-weight: normal;
	font-size: 1.6rem;
}
.dtl-top-btn {
	display: flex;
    align-items: center;
}
.dtl-add-to-any {
	display: inline-block !important;
}
.dtl-top-btn .white-txt-btn::after {
    background-color: #fff;
    border: 1px solid #fff;
    background-image: url(../images/txt-right-red-arrow.svg);
}
/* .dtl-top-btn .white-txt-btn:hover::after {
    background-color: transparent;
    border: 1px solid #0A1520;
} */
.dtl-top-btn .white-btn  {
    border: 1px solid #100F0F;
	color: #100F0F;
}  
.dtl-top-btn .white-btn.white-txt-btn::after {
    background-color: #fff;
    border: 1px solid #100F0F;
    background-image: url(../images/txt-right-black-arrow.svg);
}
.dtl-top-btn .white-btn:hover {
	background-color: #100F04;
	color: #fff;
}
.dtl-top-btn li:last-child a {
	border-radius: 100%;
	height: 4.8rem;
	width: 4.8rem;
	border: 1px solid #100F04;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.dtl-top-btn ul {
	display: inline-flex;
    flex-wrap: wrap;
    column-gap: 1rem;
    align-items: center;
}
.dtl-top-man-part {
    background-color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 5px;
	margin-top: 3.8rem;
}
.dtl-top-man-part .row {
	max-width: 58rem;
}
.dtl-top-man-img {
	border-radius: 114px;
	overflow: hidden;
	height: 114px;
    width: 114px;
	background-position-x: 95%;
}
.dtl-top-man-img img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.dtl-top-man-info {
	padding-left: 2rem;
}
.dtl-top-info .slider-price-sec td {
    font-size: 1.6rem;
}
.dtl-top-man-info h4 {
	color: #100F04;
	margin-bottom: 2rem;
}
.dtl-top-man-info a {
	color: #100F0F;
	font-size: 1.6rem;
	font-family: 'lama_sansregular';
	line-height: 17.6px;
}
.dtl-top-man-info a:hover {
	text-decoration: underline;
}
.dtl-top-man-info img {
	margin-right: 2rem;
	width: 1.5rem;
}
/****dtl-tab-sec****/
.dtl-tab-sec{
	padding: 14rem 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span {
	position: relative;
	padding-right: 2rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link {
	border: 0;
    background-color: transparent;
	text-transform: none;
    color: #949494;
	width: 100%;
	margin-bottom: 6rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link:hover, .dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
    color: #E0353F;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 3.9rem;
	display: flex;
	justify-content: center;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'sequel100black-4545';
	font-size: 2.4rem;
    margin: 0;
	letter-spacing: 0.96px;
    word-break: break-word;
	margin-bottom: 1rem;
	/* width: 15%; */
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 20%;
}
.each-Kenmerken {
	border: 0;
	margin-bottom: 6.5rem;
}
.each-Kenmerken h6 {
	font-size: 1.4rem;
	color: #100F0F;
	font-family: 'lama_sansregular';
}
.each-Kenmerken p {
	color: #100F0F;
	line-height: normal;
}
.each-Kenmerken p {
	margin-top: .75rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #100F0F;
    padding-bottom: 1rem;
    color: #100F0F;
}
.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;
    font-family: 'lama_sansregular';
    color: #100F0F;
    margin-bottom: 10px;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: '';
    width: 0.7rem;
    height: 0.7rem;
    background-image: url(../images/bullet.svg);
    background-repeat: no-repeat;
}
.dtl-tab-sec .tab-content p {
	color: #100F0F;
}
.left-bg-block {
    width: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #100F0F;
    font-size: 1.6rem;
    line-height: 2.4rem;
}
.block-dtls {
    width: calc(100% - 14rem);
    border: 1px solid #100F0F;
    border-left: 0;
    padding: 2rem 1.5rem 0.5rem;
    min-height: 20rem;
}
.left-bg-block h6 {
    line-height: 3rem;
	color: #fff;
	font-size: 1.6rem;
}
.each-onderhoud-block h4 {
	color: #100F0F;
	text-transform: none;
}
.each-onderhoud-block h5 {
    color: #100F0F;
    margin: 1rem 0 3rem;
    font-size: 1.8rem;
	text-transform: none;
}
.each-onderhoud-block {
    display: flex;
    margin-bottom: 2rem;
}
/****aanbod-dtl-product-sec****/
.aanbod-dtl-product-sec {
	padding-top: 14.5rem;
}
.aanbod-dtl-product-sec .product-top h2 strong {
	color: #E0353F;
}
/************************************aanbod-list********************************/

/****************************aanbod-list*****************************/
.aanbod-heading  h4{
	color: #100F0F;
	margin-bottom: 1.4rem;
}
.aanbod-list{
	padding: 9rem 0 0;
}
.aanbod-heading{
	padding-top: 18rem;
}
.aanbod-heading p{
	color: #100F0F;
	width: 100%;
	max-width: 59rem;
	margin-left: auto;
	margin-right: 0;
	position: relative;
  	z-index: 1;
}
.aanbod-heading .each-line{
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.61) 0%, rgba(16, 15, 15, 0.31) 100%);
}
.aanbod-heading .each-line:nth-child(4),
.aanbod-heading .each-line:first-child{
	height: 65%;
}
/****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 h4{
	font-family: 'lama_sansmedium';
	color: #100F0F;
}
.aanbod-list-right-filter select{
	position: relative;
	border-radius: 100px;
	border: 1px solid #1B2527;	
	display: flex;
	align-items: center;
	max-width: 37rem;
	font-size: 1.4rem;
	padding: 1.2rem 2rem;
	margin-right: 0;
    margin-left: auto;
    margin-left: auto;
  	/* / max-width: 310px; / */
}
.clear-filter-wrap .auto-overview-tag span {
	color: #100F0F;
	font-size: 1.2rem;
	font-family: 'lama_sansregular';
}
 .aanbond-select-option-btn {
	max-width: 20rem;
    font-size: 2.4rem;
    color: #686868;
    border: 0;
    font-family: 'sequel100black-4545';
    -webkit-appearance: none;
    cursor: pointer;
    background: transparent;
	border: 0;
    background:none;
	padding-left: 1rem;
} 
.aanbond-select-option-btn option{
	background-color: #FAFAFA;
	font-family: 'arial';
}
.aanbod-list-right{
	padding-left: 4rem;
}
/****filter****/
.aanbod-list .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%;
}
.sorteren_op-filter .aanbod-list-right-filter{
	display: flex;
	justify-content: end;
	align-items: center;
	column-gap: 2rem;
}
.sorteren_op-filter label{
	color: #0E1416;
	font-size: 2.4rem;
	font-family: 'sequel100black-4545';
}
.cursor{
    cursor: pointer;
}
.filter-left h2{
    line-height: normal;
}
.clear-filter{
	text-align: end;
}
.clear-filter-wrap{
	padding-top: 3rem;
}
.clear-filter-wrap p{
	color: #100F0F;
}
.clear-filter-wrap{
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	padding-left: 2rem;
	padding-right: 2rem;
}
.reset_all_filter{
	padding: .8rem 1.3rem;
	border-radius: 50px;
	border: 1px solid #B1B1B1;
	color: #B1B1B1 !important;
	font-size: 1.4rem;
}
/* .each-filter{
    border-top: 1px solid #C6C6C6;
} */
.each-filter h5 {
    position: relative;
    cursor: pointer;
    font-size: 1.6rem;
    margin: 0;
    padding-right: 6rem;
    padding-bottom: 2rem;
}
.each-filter h5:after{
    position: absolute;
    top: 0;
    right: 3rem;
    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: #121212;
}
/* / / 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 ;
    height: 18rem;
    overflow-y: auto;
	/* border-top: 1px solid #C6C6C6; */
	padding-top: 2rem;
}
.filter-content.show-div.active {
	overflow-y:auto ;
	height: 23rem;
}
.aanbod-filter-top {
	background-color: #D9343D;
	padding-left: 3rem;
	padding-right: 2rem;
	position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.aanbod-filter-top-active{
	border-radius: 5px;
}
.aanbod-filter-top h6 {
	color: #fff;
	font-size: 1.8rem;
	font-family: 'sequel100black-4545';
}
.filter-heading{
	display: flex;
	align-items: center;
	column-gap: 1.5rem;
}
.aanbod-filter-btm {
	border: 1px solid #c6c6c6;
	border-top: 0;
	padding: 0 2rem;
}
.filter-heading h6:after{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3rem;
    content: '';
    width: 2rem;
    height: 2rem;
	background: url(../images/minus.svg) no-repeat center / cover;
	filter: brightness(0)invert(1);
}
.filter-heading h6.active:after{
    background: url(../images/plus.svg) no-repeat center / cover;
	filter: brightness(0)invert(1);
}
.each-filter > *{
	/* padding-left: 3rem; */
	padding-right: 3rem;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #c6c6c6;
}
.aanbod-list-lft{
	position: sticky;
	top: 15rem;
	height: 76vh;
	overflow-y: auto;
	overflow-x: hidden;
}
.auto-overview-filter-result .total_search_records {
    margin-top: 0;
    background-color: #E0353F;
    border-color: #E0353F;
    color: #fff;
    padding: 1rem;
}
.filter-heading img{
	width: 2.5rem;
}
.reset-btn img{
	width: 1rem;
  	filter: brightness(0) invert(0);
}
.each-filter label{
    margin-bottom: 1.8rem;
    display: block;
    font-size: 1.4rem;
	color: #101010;
}
.each-filter label span{
	color: rgba(16, 16, 16, 0.60);
}
.each-filter .form-check-input{
	width: 1.8rem;
  	height: 1.8rem;
  	margin-top: 0;
  	margin-right: 1rem;
    box-shadow: none;
    border-radius: 2px;
    border: 2px solid #100F0F;
    background-color: transparent;
}
.each-filter .form-check-input:checked {
    background-color: #D9343D;
    border-color: #D9343D;
}
.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;
}
.make_sticky {
    position: sticky;
    top: 10;
	border-bottom: 1px solid #C6C6C6;
	border-radius: 5px;
}
.make_sticky_onscroll {
    height: calc(100vh - 140px);
    overflow-y: auto;
    top: 140px;
}
.make_sticky_onscroll::-webkit-scrollbar {
  width: 5px;
}
.make_sticky_onscroll::-webkit-scrollbar-track {
  background: red; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 10px;
  border-radius: 10px;
}
.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: #100F0F;
  	border-radius: 50px;
  	background: #B1B1B1;
}
/* .auto-overview-tag:hover {
    background: #121212;
} */

.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: 50%;
    z-index: 99;
}
.cross-btn {
    width: 10px;
}
.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;
  }



/*******loader*****/
#loader_section{
    display:none;
    width:100%;
    position: fixed;
    top: 0;
    background: #000000b8;
    z-index: 9999999;
    height: 100vh;
    padding: 30vh 0px;
  }
  #loader_section p{
    color:#fff;
    font-size:18px;
    text-align: center;
  }
  #loader_section img{
    width: 100px;
    margin-bottom: 25px;
  }
  
  /*********Morgen Footer************/
  .morgeninternet-footer {
      background: #000000;
      width: 100%;
      height: 50px;
      display: block;
      text-align: center;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer:hover {
      background: #202020;
      transition: 0.3s all;
  }
  
  .morgeninternet-footer > img {
      height: 30px;
      padding-top: 15px;
  }
  
  .cookie_div{
      position: fixed;
      bottom: 0;
      z-index: 999999;
      width: 100%;
      padding: 0px 0;
  }
  .cookie_div{
      color:#9c9c9c;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .cookie_div h4{
      margin-bottom: 15px;
      font-size: 13pt;
      font-family: 'Calibri';
  }
  .cookie_div a{
      color:#38b6be;
      font-size: 10pt;
      font-weight:bold;
      margin-left:8px;
      font-family: 'Calibri';
  }
  .cookie_div button{
      color:#3c935c;
      background:#dbffe8;
      font-weight: bold;
      border: 0;
      padding: 10px 25px;
      margin:5px 0;
      cursor: pointer;
      font-size: 12px;
      /*font-family: 'Calibri';*/
      font-family: 'arial';
  }
  .light_theme{
      background:rgba(255, 255, 255, 0.83);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
  }
  .dark_theme{
      background: rgba(0, 0, 0, 0.78);
      -webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
      box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
  }
  .light_theme h4{
      color:#2a2a2a;
  }
  .dark_theme h4{
      color:#c9c9c9;
  }
  /****aanbod dtl****/
  .kenteken_np{
      background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
      background-repeat: no-repeat;
      background-position: left;
      padding: 4px 0 6px 44px;
      color: #000;
      background-size: 152px;
  }
  
  .star_icon h4{
      padding-bottom: 10px;
      text-transform: uppercase;
      padding-top: 15px;
      margin-bottom: 15px;
      color: #1c1c1c;
      border-bottom: 1px solid #1c1c1c;
      display: inline-block;
  }
  .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;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
  .cursor{
      cursor:pointer;
  }
  .form-1, .form-2 {
      display:none;
      margin-top: 30px !important;
      margin: 0 auto 10px;
  } 
  .privacy_section{
      background-color: #121212;
      padding: 11% 0;
  }
  .cpnt {
      cursor: pointer;
  }
  .filter-clean img {
      width: 12px;
      margin-right: 10px;
      margin-bottom: 2px;
  }
  .acties-left-content h2{
      color: #fff;
  }
  .privacy_section{
    padding-top: 10rem;
  }
  .error_top {
    padding: 15rem 0 2rem;
    margin-bottom: 20px;
  }
  .privacy_section h4{
	color: #fff !important;
  }
  .load_img{
      width: 5rem;
  }
.dtl-aanbod-form .form-styl{
	color: #000;
    border: 1px solid rgba(16, 15, 15, 0.4);
}
.dtl-aanbod-form .form-styl:focus::placeholder {
	color: #100F0F !important;
}
.dtl-aanbod-form .form-styl::placeholder {
	color: #100F0F !important;
}
.dtl-aanbod-form .form-styl:focus{
	color: #100F0F;
	border-color: #100F0F;
}
.aanbod-list .py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.brandstof-filter h5{
	border: 0;
}
.calsty {
    border: 0;
    width: 100%;
    height: 690px;
    background: transparent;
}



.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #E0353F;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.7rem;
  	font-family: 'sequel100black-4545';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'lama_sansmedium';
	font-size: 1.7rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #E0353F;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #E0353F;
  	background: #E0353F;
	padding: 1.2rem 2rem;
	font-size: 1.7rem;
  	font-family: 'lama_sansmedium';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	cursor: pointer;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #E0353F !important;
}