@import "fonts.css";
@import "common-class.css";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'blue_sky_standardregular';
    font-size: 1.6rem;
    color: #fff;
	background-color: #0a0a0a;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.dblock{
	display:none;
}
#menu {
	display: none;
}
.mm-current {
	display: block !important;
}
#mobile-contact-bar {
    display: none;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
/*****************for mobile menu*************/
#menu.mm-menu {
    background: #121212;
    border-color: rgba(255,255,255,0.1);
    color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.1);
}
/****captcha****/
.grecaptcha-badge{
	display:none;
}
/**************************index*******************************/
/***************header***************/
.header-area {
    height: auto;
    padding: 3.5rem 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: #171717;
    padding: 3.5rem 0;
    box-shadow: 0px 3px 10px rgb(23 23 23 / 10%);
    z-index: 99;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.header-wrap {
    padding-right: 2rem;
}
.header-area .navbar-brand img {
    width: 20.6rem;
}
.menu-items a{
    font-family: 'blue_sky_standardregular';
	font-size: 1.6rem;
	letter-spacing: normal;
	text-transform: none;
    margin: 0;
    text-transform: capitalize;
}
.menu-items a:hover {
	color: #ffffff;
    text-decoration: underline;
}
.menu-icon{
    margin-left: 0;
    margin-top: -4.2px;
	width: 3.7rem;
}
.menu-icon:after, .menu-icon:before, .menu-icon div {
	margin: 0.4rem;
    height: 1px;
}
.menu-icon.active:after {
	transform: translateY(-7px) rotate(-135deg);
}
.menu-icon.active:before {
  transform: translateY(3px) rotate(135deg);
}
.menu-items ul{
    text-align: left;
}
.header-area .nav_menu_right_part{
    position: relative;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0;
}
.nav_menu_right_part.active{
    font-size: 0;
}
.header_inner{
    padding: 0;
}
.nav_menu_right_part.active a.menu-word{
    opacity: 0;
}
.menu-navigation {
    padding: 15rem 3rem 3rem;
}
.menu-items {
    background-color: #171717;
}
.menu-items.active{
	width: 31rem;
}
/***************banner***************/
.banner-content{
    position: absolute;
    bottom: 9.5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}
.banner-content h1{
    margin-bottom: 4rem;
}
.banner-sec .common-btn {
    margin-right: 1rem;
}
.banner-sec .common-btn:hover {
    border-color: #fff
}
.banner-sec span {
    display: block;
    width: 13rem;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.banner-sec:hover span{
    opacity: 1;
}
/***************home-top***************/
.home-top {
    padding: 3rem 0 2.5rem;
}
.home-top .gallery-heading h3 {
    font-size: 3.2rem;
    color: #fff;
}
.home-top .gallery-heading p {
    color: #fff;
}
.home-top .gallery-heading {
    max-width: 90rem;
}
.home-top .gallery-heading a:not( .home-top ul a) {
    color: #FFA000;
    text-decoration: underline;
}
.home-top li img{
    width: 14rem;
}
.home-top a:last-child  img{
    width: 3rem;
    height: 40px;
    object-fit: contain;
}
.home-top li{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.home-top li p{
    margin-top: 2rem;
}
.home-top ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 7rem;
}
.home-gallery .gallery-heading{
    margin-top: 0;
    margin-bottom: 8rem;
}
/***************product***************/
.product-sec {
    background-color: #fff;
}
.product-car{
   overflow: hidden;
}
.product-car img{
    margin: -4.3% 0;
}
.product-car::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.product-slider .common-arrow {
    top: -30px;
}
.product-slider .swiper-button-prev {
    left: auto;
    right: 9rem;
}
.product-slider .swiper-button-next {
    right: 4rem;
}
.product-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3rem 4rem;
    z-index: 1;
}
.product-info p,
.product-info h5 {
    line-height: 2rem;
}
.product-info p{
	font-size: 1.6rem;
}
.each-product a:hover {
    color: #fff;
}
/***************gallery-sec***************/
.gallery-sec {
    position: relative;
    background-color: #fff;
    padding-top: 4rem;
}
.sec-heading {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0 auto 9.5%;
}
.sec-heading h2 {
    color: #fff;
}
.sec-heading p {
    color: rgba(255,255,255,0.7);
    margin: 30px 0;
}
.each-gallery {
    position: relative;
}
.each-gallery-dtl { 
    max-width: 61rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 5% 40px;
    z-index: 1;
    display: none;
}
.gallery-sec .swiper-slide-active .each-gallery-dtl{
    display: block;
}
.each-gallery-dtl p {
    margin: 3rem 0;
    visibility: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.gallery-sec .swiper-slide-active  .each-gallery-dtl .common-btn,
.gallery-sec .swiper-slide-active .each-gallery-dtl p,
.gallery-sec .swiper-slide-active .each-gallery-dtl h5 {
    visibility: visible;
    color: #fff;
}
.each-gallery-dtl .common-btn:hover {
    color: #171717 !important;
}
.gallery-sec .swiper-slide-prev .each-gallery:before, 
.gallery-sec .swiper-slide-next .each-gallery:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 1px);
    content: '';
    background: #0a0a0a;
    height: 75px;
    z-index: 1;
}
.gallery-sec .swiper-slide-next .each-gallery:before {
    left: auto;
    right: 0;
}
.gallery-slider{
    position: relative;
}
.gallery-slider::after {
    content: '';
    background: #0a0a0a;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.gallery-sec .common-arrow {
    background-color: transparent;
    width: auto;
    height: auto;
    top: 55%;
}
.gallery-sec .common-arrow img {
    filter: invert(0);
    width: 28px;
}
.gallery-sec .swiper-button-next {
    right: 3.6rem;
}
.gallery-sec .swiper-button-prev {
    left: 3.6rem;
}
.each-gallery-img {
    position: relative;
}
.each-gallery-img::before {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.gallery-sec .common-arrow{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    width: 8rem;
    border: 1px solid rgba(247, 240, 236, 0.27);
    border-radius: 50%;
    top: 38%;
}
.gallery-heading{
    color: #0A0A0A;
    max-width: 65rem;
    margin: 5rem auto 8rem;
}
.gallery-heading h3{
    margin-bottom: 2.7rem;
}
/************home-footer-top************/
.home-footer-top{
    padding: 15rem 0 0;
}
.home-footer-top-img {
    position: relative;
    z-index: -1;
}
.home-footer-top-img::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.00) 0%, #0A0A0A 100%);
}
.home-footer-top-content {
    position: absolute;
    width: 100%;
    top: 31%;
    max-width: 83%;
}
.home-footer-top-content hr{
    margin-bottom: 0;
    background-color: #fff;
    opacity: 1;
    height: 1px;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 12rem;
    margin: 0;
}
.home-footer-top-content h5 span{
    margin-bottom: 6rem;
    display: block;
}
.home-footer-top-content h6{
    font-size: 12.8rem;
  
}
.home-footer-top-content ul{
    display: flex;
    justify-content: space-between;
    margin-top: 15.5rem;
}
.home-footer-top-content p{
    max-width: 65rem;
    margin: 5rem 0;
    padding-right: 10rem;
}
/************home-btm************/
.home-btm {
    padding: 12rem 0;
}
.home-btm-wp {
    border-radius: 10rem;
    background-color: #fff;
    width: 22.3rem;
    padding: 1rem;
    margin: 7rem 0 8rem;
}
.home-btm-wp a {
    display: flex;
    align-items: center;
}
.home-btm-wp span {
    background-color: #62D358;
    height: 5.2rem;
    width: 5.2rem;
    border-radius: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-btm-wp span img {
    width: 2.6rem;
}
.home-btm-wp-part-info {
    margin-left: 1.8rem;
	/* margin-top: 1rem; */
}
.home-btm-wp h6,
.home-btm-wp p {
    color: #071116;
    font-family: 'blue_sky_standardregular';
    font-size: 1.6rem;
    line-height: 17.6px;
    text-transform: none;
}
.home-btm-wp p {
    font-family: 'blue_sky_standardbold';
	margin-top: 0.3rem;
}
.home-btm-wp p:hover {
	text-decoration: underline;
}
.each-home-btm-slider:hover img {
    transform: scale(1.1);
}
.each-home-btm-slider img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-home-btm-slider {
    overflow: hidden;
}
.home-btm-slider .swiper-button-prev {
    left: auto;
    right: 7rem;
}

.home-btm-slider .common-arrow {
    top: -30px;
}
/************footer************/
.footer-area {
    padding: 3rem 0 2.4rem;
}
.footer-logo img {
    width: 18rem;
}
.each-footer h5 {
	font-size: 2rem;
	font-family: 'blue_sky_standardbold';
}
.each-footer h5 {
    margin-bottom: 2.5rem;
}
.each-footer span {
	color: rgba(255, 255, 255, 0.50);
	font-family: 'blue_sky_standardregular';
}
.each-footer a, 
.each-footer h6 {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'blue_sky_standardregular';
    font-size: 1.6rem;
    line-height: 24.08px;
}
.each-footer a:hover {
    text-decoration: underline;
}
.klanten-logo {
	margin-top: 4rem;
	text-align: end;
}
.klanten-logo img {
	width: 35rem;
}
.footer-right hr {
    height: 1px;
    margin: 6rem 0 2.5rem;
    background-color: #fff;
    opacity: 1;
}
.footer-btm-right h6 {
    font-size: 1.8rem;
    font-family: 'blue_sky_standardregular';
    color: #fff;
    line-height: normal;
}
.footer-btm-right li {
    display: inline-block;
	margin-right: 2rem; 
    vertical-align: middle;
}
.footer-btm-right li:last-child {
	margin-right: 0;
}
.footer-right{
    max-width: 1110px;
    margin-left: auto;
}
.footer-btm-right li h6 {
	margin-right: 6.5rem;
    font-size: 1.8rem;
    font-family: 'blue_sky_standardregular';
    color: #fff;
}
.bovag-logo img {
	width: 9.7rem;
}
.footer-btm-left {
	display: flex;
	align-items: center;
}
.footer-btm-left h6 {
	margin-left: 2.5rem;
}
/***************service-detail***************/
.back-btn {
    padding: 19rem 0 9.6rem;
    margin-bottom: -13.5rem;
    position: relative;
    z-index: 1;
}
.service-sec-top {
    padding-top: 4rem;
}
.service-sec-top-lft img{
    height: 100%;
    object-fit: cover;
}
.service-sec-top-right{
    max-width: 75rem;
    padding-right: 4rem;
}
.service-sec-top-right h3 {
    margin-bottom: 4rem;
}
.service-dtl-mid-sec {
	padding-top: 14rem;	
    padding-bottom: 11.5rem;
}
.service-dtl-mid-info h3 {
    margin-bottom: 4.5rem;
}
.service-dtl-mid-info {
    padding-left: 22%;
    position: relative;
    z-index: 1;
}
.service-dtl-mid-info .accordion-button::after {
    background-image: url(../images/right-arrow.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
}
.service-dtl-mid-info .accordion-button:not(.collapsed)::after {
    background-image: url(../images/up-arrow.svg);
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
	transform: rotate(0);
	position: absolute;
	top: 3.5rem;
    right: 0;
}
.service-dtl-mid-info .accordion-item h6 {
	font-size: 1.8rem;
	text-transform: uppercase;
    font-family: 'blue_sky_standardregular';
    color: #fff;
}
.service-dtl-mid-info .accordion-body {
    padding: 0 3rem 3rem 0;
    max-width: 525px;
}
.service-dtl-mid-info .accordion-button {
    padding: 3rem 0;
    background-color: transparent;
}
.service-dtl-mid-info .accordion-item {
    background-color: transparent;
    border: 0;
	border-bottom: 1px solid #fff;
}
.service-dtl-mid-info .accordion-item:first-child{
    border-top: 1px solid #fff;
}
.service-dtl-mid-info .accordion-button:focus {
    border: none;
    box-shadow: none;
}
.service-dtl-mid-info .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.form-sec {
    background-color: #fff;
    padding-top: 8rem;
    position: relative;
    z-index: 0;
}
.from-sec-wrap {
    padding: 0 18rem;
}
.each-form-left {
    margin-bottom: 4.5rem;
}
.each-form-left h5,
.each-form-left h6,
.each-form-left a,
.each-form-left span {
    color: #000;
    line-height: 24.08px;
}
.each-form-left span {
    line-height: 32px;
}
.each-form-left h5 {
    margin-bottom: 2rem;
}
.each-form-left h6 {
    font-size: 1.6rem;
}
.each-form-left a:hover {
    text-decoration: underline;
}
.from-right {
    padding-left: 7rem;
}
.from-right h3 {
    color: #000;
}
.from-right p {
    font-size: 1.6rem;
    color: #000;
    line-height: 24px;
    margin: 5rem 0;
    max-width: 560px;
}
.form-styl {
	resize: none;
    font-family: 'blue_sky_standardregular';
	border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 1.4rem;
    padding: 1rem 0;
	letter-spacing: normal;
	line-height: 20px;
	border-radius: 0;
    color: rgba(0,0,0,0.5);
    cursor: inherit !important;
}
.form-group {
	margin-bottom: 4rem;
    position: relative;
}
.palceholder{
   position: absolute;
   top: 7px;
   left: 0;
    color: #B1B1B1;
    display: none;
}
.star{
    color: red;
 }
.form-styl:focus{
    color: #000;
}
 .form-styl:placeholder {
	color: #000;
	opacity: 0.5;
}
.form-styl:-ms-input-placeholder {
	color: #000;
    opacity: 0.5;
}
.form-styl::placeholder {
	color: #000;
    opacity: 0.5;
} 
textarea.form-styl{
    height: 45px;
}
.foto_upload {
    color: rgba(0, 0, 0, 0.5);
}
.form-styl:focus {
    box-shadow: none;
	border-color: rgba(0, 0, 0, 0.15);
    color: #000;
    background-color: #fff;
}
.form-main textarea.form-control {
    height: 40px;
    overflow: hidden;
}
/***placeholder-custom****/
.form-placeholder {
    position: absolute;
    pointer-events: none;
    bottom: 1rem;
    left: 0;
    font-family: 'blue_sky_standardregular';
	border: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1.4rem;
	letter-spacing: normal;
	line-height: 20px;
}
.form-placeholder span {
    color: #FF0000;
}
.form-group input:valid + .form-placeholder,
.form-group textarea:valid + .form-placeholder {
    display: none;
}
.form-placeholder.active {
    color: #000;
}
.form-group {
    position: relative;
}
.form-btn {
    text-align: end;
}
/***************contact-us***************/
.map {
    height: 50rem;
}
.contact-form-sec {
    padding-bottom: 11rem;
}
/***************about-us***************/
.inner-banner .banner-content {
    bottom: 20%;
}
.inner-banner h1{
    margin-bottom: 0 !important;
}
.about-us-top {
    padding: 11.5rem 0 11rem;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.about-us-top-info p {
    color: rgba(255, 255, 255, 0.80);
    max-width: 527px;
}
.about-us-top-info {
    padding-left: 10rem;
}
.about-us-top-info h3 {
    margin-bottom: 4.5rem;
}
.about-us-top .row{
    align-items: center;
}
.about-us-mid-sec ul {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.about-us-mid-sec li {
	color: #fff;
	font-family: 'lama_sansregular';
	font-size: 1.6rem;
	line-height: 17.6px;
	position: relative;
	padding-left: 3rem;
}
.about-us-mid-sec li::after {
    position: absolute;
    content: "";
    background-image: url(../images/star.svg);
    background-position: center;
    background-size: 2rem;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    height: 1.6rem;
    width: 1.7rem;
}
.about-us-gallery {
    background-color: #fff;
    overflow: hidden;
}
.about-us-gallery-info {
    max-width: 73rem;
    margin: 0 auto;
    padding: 10rem 0 9rem;
}
.about-us-gallery-info h3 {
    margin-bottom: 4rem;
}
.about-us-gallery-info h3,
.about-us-gallery-info p {
    color: #000;
}
.about-us-gallery .col-md-3:last-child .show-arrow{
    right: 4rem;
}
.each-gal-slide {
    position: relative;
}
.each-gal-slide::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.3) 0%, #0A0A0A 100%);
}
.about-us-gallery-slider .swiper-slide-active .each-gal-slide::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #0A0A0A 89.06%, #0A0A0A 100%);
}
.about-us-gallery-slider .swiper-slide {
    height: 70.4rem;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.about-us-gallery-slider .swiper:hover .swiper-slide {
    /* width: 16.6% !important; */
}
.about-us-gallery-slider .swiper .swiper-slide:hover {
    width: 50% !important;
}
.each-gal-slide {
    height: 100%;
    overflow: hidden;
}
.each-gal-slide img {
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-gal-slide:hover img{
    transform: scale(1.2);
}
.about-us-gallery .common-arrow {
    height: 8rem;
    width: 8rem;
    border: 1px solid rgba(247, 240, 236, 0.27);
    border-radius: 50%;
    top: 40%;
}
.about-us-gallery .swiper-button-next {
    right: 7rem;
}
.about-us-gallery .swiper-button-prev {
    left: 7rem;
}
.overons-gal .swiper-slide{
    height: auto !important;
}
.overons-gal .swiper-slide .each-gal-slide img{
    height: 100%;
    object-fit: cover;
}
/***************service-list***************/
.service-list {
    background-color: #fff;
    padding: 13rem 0 10rem;
}
.each-list-info h3,
.each-list-info p {
    color: #000;
}
.each-list-info {
    margin: 5rem 0 7rem;
}
.each-list-info p {
    margin: 3rem 0 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 562px;
}
.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 9rem;
    -moz-column-gap: 9rem;
    column-gap: 9rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card-service {
    display: inline-block;
    width: 100%;
}
/***************car-detail***************/
.car-dtl-banner {
	padding-top: 8rem;
}
.car-dtl-banner .swiper-slide-next .each-aanbod-dtl-slider::after {
    background-color: rgba(10, 10, 10, 0.61);
    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-color: rgba(10, 10, 10, 0.61);
    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: 8rem;
    width: 8rem;
    border: 1px solid rgba(247, 240, 236, 0.27);
    border-radius: 50%;
    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-dtl-content {
    padding: 9rem 0 4.5rem;
}
.car-dtl-content hr {
    background-color: rgba(255, 255, 255, 0.15);
    margin: 6.3rem 0 4.3rem;
    opacity: 1;
}
.car-top-info p {
    text-transform: uppercase;
}
.car-top-info h2 {
    font-size: 2rem;
}
.car-top-table table {
    width: 100%;
}
.car-top-table td {
    vertical-align: top;
}
.car-top-table h6 {
    font-size: 1.6rem;
    line-height: 30px;
    font-family: 'blue_sky_standardregular';
}
.car-top-table h6 span {
    color: rgba(255, 255, 255, 0.50);
    margin-bottom: 1.5rem;
}
.car-top-price {
    text-align: end;
}
.car-top-price p {
    line-height: 30px;
    font-family: 'blue_sky_standardbold';
}
.car-top-price p span {
    font-size: 2rem;
}
.car-top-price h2 {
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: end;
}
.car-top-price h2 span {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-left: 2rem;
    margin-bottom: 2rem;
}
.car-dtl-left a {
    font-size: 1.8rem;
    font-family: 'lama_sanssemibold';
    display: block;
    margin-bottom: 5px;
}
.car-dtl-left a:hover {
    text-decoration: underline;
    color: #fff;
}
.car-dtl-left br{
    display: none;
}
.car-dtl-left a img {
    margin-right: 2rem;
    margin-bottom: 0.6rem;
}
.car-dtl-left-btn {
    margin-top: 3.5rem;
}
.car-dtl-left-btn .common-btn {
    margin-right: 1.5rem;
    font-size: 1.4rem;
    background-color: transparent;
}
.car-dtl-left-btn .common-btn:hover, .car-dtl-left-btn .common-btn:focus {
    color: #fff;
    border-color: #fff;
    text-decoration: none;
}
.car-dtl-right {
    margin-top: 7rem;
    text-align: end;
}
.car-dtl-right  li {
    display: inline-block;
    font-size: 1.6rem;
    font-family: 'lama_sansregular';
    color: #fff;
    vertical-align: middle;
    margin-right: .5rem;
}
.car-dtl-right li:first-child{
    margin-right: 2rem;
}
.car-dtl-right 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;
}
.car-dtl-right li a img {
    width: 1.7rem;
	width: 3rem;
	margin-right: 2px;
}
/***tab section***/
.dtl-tab-sec{
	padding: 10rem 0 12rem;
    background-color: #fff;
}
.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: uppercase;
    color: #0a0a0a;
    letter-spacing: normal;
	width: 100%;
	margin-bottom: 6rem;
	text-align: left;
	position: relative;
	border-radius: 0;
	padding-left: 0;
    border: 0;
    border-bottom: 2px solid transparent;
}
.dtl-tab-sec .tab-btn .nav-tabs {
    column-gap: 6rem;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link span::after {
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/dtl-right-arrow.svg);
    background-position: center;
    background-size: 1.8rem;
    background-repeat: no-repeat;
    height: 1.8rem;
    width: 1.8rem;
    content: "";
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active span::after {
	background-image: url(../images/dtl-down-arrow.svg);
}
.dtl-tab-sec .tab-btn .nav-tabs .nav-item {
	font-family: 'blue_sky_standardregular';
	font-size: 1.6rem;
    margin: 0;
    word-break: break-word;
    /* margin-right: 2rem; */
	margin-bottom: 1rem;
	/* width: 15%; */
}
.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 ,
.dtl-tab-sec .tab-btn .nav-tabs .nav-item .nav-link.active {
	border-color: #0a0a0a;
}
/***dtl-tab-content***/
.tab-content .col-lg-3 {
	width: 20%;
}
.each-Kenmerken {
	border: 0;
	margin-bottom: 6rem;
}
.each-Kenmerken p {
	color: #0a0a0a;
	font-family: 'blue_sky_standardregular';
	line-height: 30px;
	margin-top: 1rem;
    font-size: 1.6rem;
}
.each-Kenmerken h6 {
	color: #0a0a0a;
	font-family: 'blue_sky_standardregular';
	line-height: 30px;
    font-size: 2rem;
}
.bullet-panel h4 {
    border-bottom: 1px solid #0a0a0a;
    padding-bottom: 1rem;
    color: #000;
}
.dtl-tab-sec .tab-content .tab-pane .tab_hedaing {
    padding-bottom: 2rem;
}
.bullet-panel {
    margin-bottom: 2rem;
}

.dtl-tab-sec .bullet-panel ul li {
    padding-left: 1.3rem;
    position: relative;
    color: #0a0a0a;
    margin-bottom: 1rem;
}
.dtl-tab-sec .bullet-panel li:after {
    background-size: 0.7rem;
    position: absolute;
    top: 0.8rem;
    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: #0a0a0a;
    font-size: 1.6rem;
}
.form-sec.car-detail-form-sec {
    padding-top: 0;
}
.car-detail-form-sec .from-right {
    padding-left: 17.5rem;
}
.car-detail-form-sec .from-right h3 {
    margin-bottom: 6.5rem;
}
.each-big-dtl {
    /* height: calc(100% - 12rem); */
    height: 41.7rem;
}
.each-small-dtl {
    height: 21rem;
}
.each-dtl {
    overflow: hidden;
}
.each-dtl:hover img {
    transform: scale(1.1);
    height: 100%;
    object-fit: cover;
}
.each-dtl img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.car-detail-product-sec {
    padding-top: 12.5rem;
    background-color: #0a0a0a;
}
.product-btn {
    margin-top: 4.5rem;
}
.car-detail-product-sec h3 {
    margin-bottom: 8rem;
}
.form-2{
    display:none;
    padding: 8% 5% !important;
    margin-top: 2rem !important;
}
.calsty {
    border: 0;
    width: 100%;
    height: 758px;
    background: transparent;
}
/***************aanbod-list***************/
.aanbod-list-sec {
    padding-top: 14rem;
}
.each-aanbod-list-info {
    position: absolute;
    left: 0;
    bottom: -6rem;
    padding: 3rem;
    width: 100%;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    color: #fff;
}
.each-aanbod-list-info p{
    height: 44px;
    overflow: hidden;
}
.each-aanbod-list a{
    display: block;
}
.each-aanbod-list-info table {
    margin-top: 3.3rem;
}
.each-aanbod-list-info td {
    vertical-align: top;
    font-size: 1.4rem;
    font-family: 'blue_sky_standardregular';
    line-height: 20px;
    color: #fff;
    padding-right: 2rem;
}
.each-aanbod-list-info td:last-child {
    display: flex;
    padding-right: 0;
}
.each-aanbod-list-info td span {
    font-size: 0.8rem;
}
.each-aanbod-list {
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-list a::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
    z-index: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.each-aanbod-list a:hover::after {
    bottom: 0;
}
.each-aanbod-list a:hover .each-aanbod-list-info {
    bottom: 0;
}
/*======filter=======*/
.cursor{
    cursor: pointer;
}
.filter-left h6{
    font-size: 2rem;
}
.filter-left h2{
    line-height: normal;
}
.each-filter{
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.filter-left select, .sort-by select{
    padding: 1.2rem 3rem 1.2rem 1.2rem;
    border: 1px solid #2c2c2c;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/dropdown.svg) #0a0a0a no-repeat 94% center;
}
.filter-left select option, .sort-by select option{
    font-family: arial;
}
.each-filter h5{
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-family: 'blue_sky_standardbold';
    text-transform: uppercase;
}
.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;
}
.filter-content.show-div {
    display: block;
    margin: 1.8rem 0;
}
.aanbod-filter label{
    margin-bottom: 1.8rem;
    display: block;
    font-size: 1.4rem;
    text-transform: uppercase;
}
.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: 1px solid #fff;
    background-color: transparent;
}
.aanbod-filter .form-check-input:checked {
    background-color: #0064ff;
    border-color: #0064ff;
}
.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);
}
.multi-range-slider input[type="range"]{
    position: absolute;
    -webkit-appearance: none;
    pointer-events: none;
    z-index: 2;
    height: 20px;
    width: 100%;
    opacity: 0;
    width: calc(100% + 10px);
    left: -5px;
    top: -10px;
}
.multi-range-slider input[type="range"]::-webkit-slider-thumb{
    pointer-events: all;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 0 none;
    background-color: #00FFCB;
    -webkit-appearance: none;
    cursor: pointer;
}
.multi-range-slider input[type="range"]::-moz-range-thumb{
    pointer-events: all;
    width: 10px;
    height: 10px;
    border-radius: 0;
    border: 0 none;
    background-color: #00FFCB;
    cursor: pointer;
}
.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: #f1f1f1; 
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} 
/* Handle */
.make_sticky_onscroll::-webkit-scrollbar-thumb {
  background: #888; 
  border-radius: 10px;
  border-radius: 10px;
}
/* Handle on hover */
.make_sticky_onscroll::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.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;
}





/*******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{
    margin-bottom: 3rem;
  }
  .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;
      display: inline-block;
  }
  .star_icon p img{
      width: 15px;
      margin-top: -3px;
      margin-right: 5px;
  }
  .star_icon p{
      color: black;;
      padding-bottom: 6px;
      word-break: break-word;
  }
  .photo_contnt li img{
      width: 15px;
      margin-left: 5px;
  }
  .star_icon h3 {
      margin: 40px 0 30px;
      color: #1c1c1c;
  }
  .aanbod-detail-tab-sec .tab-content .star_icon p {
      margin: 0;
  }
  .bullet-panel h3 {
      margin-bottom: 30px;
  }
.form-1 {
    display:none;
    max-width:100%;
    padding: 8% 5% !important;
    margin-top: 2rem !important;
}
.privacy_section, .error_top{
    padding-top: 112px;
}
.load_img{
    width:70px;
}
.load_txt{
    color:#FFA000 !important;
}
.error_page .error_background{
    padding-top: 5%;
}
.each-gal-slide {
	position: relative;
}

/* .show-div img {
	width: 2rem;
	cursor: pointer;
	height: auto;

}

.show-div {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8rem;
	width: 8rem;
	border: 1px solid rgba(247, 240, 236, 0.27);
	border-radius: 50%;
	top: 40%;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
} */

.each-gal-slide:hover .show-arrow {
	visibility: visible;
}
.each-gal-slide {
    position: relative;
}

.show-arrow img {
    width: 2rem;
    cursor: pointer;
    height: auto;

}

.show-arrow{
    position: absolute;
    right: -4rem;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8rem;
    width: 8rem;
    border: 1px solid rgba(247, 240, 236, 0.27);
    border-radius: 50%;
    top: 40%;
    visibility: hidden;
    cursor: pointer;
    transition: all 0s;
    -webkit-transition: all 0s;
}
.each-gal-slide:hover .show-arrow {
    visibility: visible;
}
.my-width {
    width: 61%;
}
.my-width .show-arrow{
    display: none;
}
.small-width {
width: 13%;
}
.overlay{
    position: relative;
    height: 100%;
}
.overlay:after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0.41) 0%, #0A0A0A 100%);
}
.my-width .overlay:after{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #0A0A0A 89.06%, #0A0A0A 100%);
}
.each-gal-slide:after{
 display: none;
}

.about-us-gallery-slider .each-gal-slide{
    height: 60rem;
}
.about-us-gallery-slider .col-3:last-child .show-arrow{
    right: 4rem;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  width:100%;
}
.select-wrapper select{
  -webkit-appearance: none;
  background: url(../images/dropdown_bk.svg) no-repeat 96% center;
}
.asterisk {
  position: absolute;
  top: 20%;
  left: 115px;
  transform: translateY(-50%);
  height: 1px;
}


.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #293490;
	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.5rem;
  	font-family: 'lama_sanssemibold';
  	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-family: 'lama_sanssemibold';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'blue_sky_standardregular';
	font-size: 1.5rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #293490;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #293490;
  	background: #293490;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'lama_sanssemibold';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #293490 !important;
}