.visionmissiontext {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.preownedtext {
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: underline;
    margin-bottom: 10px;
}

.gallery-tabs {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 15px;
}

.page-content .art-text p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
    text-align: justify;
}

.copy-footer {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.copy-footer a {
    color: #88a048;
}

.sec-partenaires > .container > p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.site-header .site-nav li.active a {
	color: #88a048;
}

p.sub-title {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.ab-text > ul {
	list-style: circle;
	padding-left: 40px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.feat-list {
	padding-bottom: 0px;
	margin: 50px auto 0;
    text-align: justify;
}

.feat-list p {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.contact-page p {
	font-family: 'Josefin Sans', sans-serif !important;
	font-size: 17px !important;
}

.form-group, .form-group input {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
}

.form-group input[type]:not([type=range]) {
    border: 1px solid #88a048;
}

.col-half p {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
}

.totalpayment {
    font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
    color: #344b8d;
}

.showPayments {
    display: none;
}

/***************** slider ********************/
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
/*  background: #d3d3d3;*/
/*    background: #c0de6e;*/
    background: #88a048;
  outline: none;
  opacity: 0.8;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}


.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 23px;
  height: 24px;
  border: 0;
  background-image: url('/images/web/car-steering.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 23px;
  height: 25px;
  border: 0;
  background-image: url('/images/web/car-steering.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/*
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
*/

.emi-calculator-container {
	margin-left: 20%;
}

.home-slider .slider-text h2 {
    font-size: 50px;
    text-transform: uppercase;
    background: rgb(0 0 0 / 30%);
    padding: 0px 50px;
    width: fit-content;
}

.mapouter{position:relative;text-align:right;height:500px;width:100%;}
.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:100%;}

.contact-page .btn-blue {
    border: none;
}

@media (min-width: 769px) {
    .nav-top {
        position: fixed;
        z-index: 1000;
        width: 100vw;
        top: 0px;
        left: 0px;
    }
    
    .site-header {
        position: fixed;
        z-index: 1000;
        width: 100vw;
        top: 42px;
        left: 0px;
    }
    
    .page-content, .sec-gallery, .home-slider {
        margin-top: 131px;
    }
}

@media (max-width: 768px) {
	.emi-calculator-container {
		margin-left: -15px;	
	}
    
    .sec-about .ab-image, .ab-servs .ab-image {
         max-height: fit-content !important; 
    }
    
    .home-slider .slides li img {
        min-height: fit-content;
    }
    
    .home-slider .slider-text h2 {
        font-size: 20px;
        line-height: 28px;
        padding: 0px 20px;
    }
}