/******************************************* GLOBAL ***********************************************/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --blue: #003399;
    --dark-red: #940b0b;
    --light-red: #ed1818;
    --black: #000;
    --white: #fff;
    --off-white: #f7f7f7;
    --dark-grey: #121212;
    --mid-grey: #555;
    --light-grey: #cdcdcd;
  }
.relative{
	position:relative;
}
.required {
	position: relative;
	color: red;
	
	top: 7px;
	font-weight: 800;
	font-size: 26px;
}
#btn-back{
	cursor:pointer;
}
.tiny{
    font-size:10px;
}

body {
    font-family: "Lato", sans-serif;
    font-size:12px;
}
.c-black{
    color:var(--black);
}
.ml-5{
    margin-left:5px;
}
.mr-5{
    margin-right:5px;
}
.no-margin{
    margin:0px!important;
}
.no-padding{
    padding: 0px !important;;

}

\*********************************************************************facebook icon*****************************************************\

element.style {
}
@media screen and (min-width: 768px)
.fixed_dream {
    display: block;
}
.fixed_dream {
    text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
    left: 0px;
    top: 10%;
	font-size: 30px;
    position: fixed;
	display: block;
    z-index: 1500;
    padding: 0px 12px;
    border-radius: 0 8px 8px 0;
    background: #000;
    box-shadow: 2px 6px 8px -2px rgba(0, 0, 0, 0.4);
}
*, :after, :before {
    box-sizing: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
div {
    display: block;
}


body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 40px;
    line-height: 1.846;
    color: #1da1f2;
    background-color: var(--primary-button-background);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*, :after, :before {
    box-sizing: inherit;
}


\********************************************end test***********************************************\
.p-10{
    padding:10px;
}
.inline-centered-column {
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}
.inline-centered-row {
    display: flex;
    justify-content: center;
    flex-direction:row;
    align-items: center;
}
 .clearall{
     clear:both;
 }
 .no-padding{
     padding:0px!important;
 }
 .no-margin{
     margin:0px!important;
 }
 .center {
     text-align: center !important;
 }
 .bg-custom {
	background: var(--blue);
	border-radius: 10px;
	margin-bottom: 15px;
    transition: all 500ms linear;
}
.bg-custom.active {
    left: 0px;
  }
@media (max-width: 768px) {
    .bg-custom {
        position: absolute;
        left: -110%;
        z-index: 99;
    }
}
 .form-select{
    font-size:12px!important;
 }
 .card {
    font-size: 12px;
}
.floating-button {
	position: absolute;
	top: 0%;
	right: 6px;
	display: none;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	color: var(--dark-grey);
	align-items: center;
	background: #cdcdcd;
	padding: 8px;
	border-radius: 50px;
	width: 50px !important;
	z-index: 999;
    cursor:pointer;
}
.float-btn{
    position: fixed!important;
    bottom: 10px!important;
    right: 10px!important;
    z-index: 999999!important;
}
.btn-icon-wrapper{
margin-right:5px;
}
@media (max-width: 768px) {
    .floating-button {
        display:flex;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }
}
@media (max-width: 992px) {
	.m-m{
		margin-bottom:15px;
	}
}


.get-in-touch-button {
	padding: 10px;
	background: #000;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
    font-size:14px;
    transition: all 0.5s ease-in-out;
}
.get-in-touch-button:hover {
    background:#cdcdcd;
    color:#000;
}
.facebook-btn{
    padding: 10px;
    background:#000;
	border-radius: 5px;
	color:#fff;
	cursor: pointer;
    display:inline-block;
    width:40px;
    font-size:14px;
    transition: all 0.5s ease-in-out;
    text-align:center;
}
.facebook-btn:hover{
    background:#000;
	color:#fff;
}
.whatsapp-btn{
    padding: 10px;
    background:#000;
	border-radius: 5px;
	color:#fff;
	cursor: pointer;
    display:inline-block;
    width:40px;
    font-size:14px;
    transition: all 0.5s ease-in-out;
    text-align:center;
}
.whatsapp-btn:hover{
    background:#000;
	color:#fff;
}
.x-btn{
    padding: 10px;
    background:#000;
	border-radius: 5px;
	color:#fff;
	cursor: pointer;
    display:inline-block;
    width:40px;
    font-size:14px;
    transition: all 0.5s ease-in-out;
    text-align:center;
}
.x-btn:hover{
    background:#000;
	color:#fff;
}
.messenger-btn{
    padding: 10px;
    background:#000;
	border-radius: 5px;
	color:#fff;
	cursor: pointer;
    display:inline-block;
    width:40px;
    font-size:14px;
    transition: all 0.5s ease-in-out;
    text-align:center;
}
.messenger-btn:hover{
    background:#000;
	color:#fff;
}
.email-btn{
    padding: 10px;
    background:#000;
	border-radius: 5px;
	color:#fff;
	cursor: pointer;
    display:inline-block;
    width:40px;
    font-size:14px;
    transition: all 0.5s ease-in-out;
    text-align:center;
}
.email-btn:hover{
    background:#000;
	color:#fff;
}
.share-button-wrapper{
    width:100%;
}
.search-form-wrapper{
    width:100%;
    text-align:center;
    display:flex;
}
.search-form{
    display:flex;
}

/**************************************start of the page for the showroom *********************************************************************/




/* ==================== Bouncing Arrow =========================*/
.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    color:#000b2b;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* ==============================================================*/

.large {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000b2b !important;
    /*background: linear-gradient(to right, #000b2b 0%, #bc1818 100%);*/
    /*-webkit-background-clip: text!important;*/
    /*-webkit-text-fill-color: #000b2b;*/
}
.curr{
    display:flex;
}
.currencyinput{
    padding: 5px 0px 0px 0px;
}
.currencyinputlarge{
    padding: 7px 0px 0px 0px;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000b2b !important;
}
.showroom{
    background: rgb(33,33,33);
    background: -moz-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: -webkit-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#2e2e2e",GradientType=1);
}
.percentage{
    padding: 5px 0px 0px 0px;
}
.vehicles{
    border-radius: 10px;
    padding:0px;
    margin-bottom:20px;
}

.vehicles-alt{
    padding:10px;
    margin:10px;
    border-radius: 20px 0px 20px 0px;
    overflow:hidden;
}
.margin-bottom{
    margin-bottom:30px;
}
.capital{
    text-transform:capitalize;
}
.banks{
    width:100%;
}
.mar{
    margin-top:17px;
}
.white-label{
    
    font-size:12px;
    font-weight:600;
}
.filter-display{
    
    padding:20px;
}
.btn-custom{
    color: #fff!important;
    background-color: #212121!important;
    border-color: #212121!important;
    margin-bottom:10px;
    font-size:10px!important;
}
.btn-custom:hover{
    background-color: #000b2b!important;
    border-color: #000b2b!important;
}
.img-holder{
    height:300px;
    background-size:cover!important;
    background-position: center!important;
    border-radius: 0px 0px 0px 0px
}
.heading-holder {
	background: #fff;
	height: 50px;
	display: flex;
}
.heading-holder-alt {
    background: #fff;
    height: 50px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.p-link {
	color: #fff;
	text-decoration: none !important;
	font-weight: 400;
	text-transform: uppercase;
	background: #000b2b;
	width: 100%;
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}
.l-content{
    padding:10px;
}
.price {
    background: #000b2b;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 10px;
   
}
.price-alt {
    background: #000b2b;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width:50%
}
.inside-link {
	border-radius: 10px;
	/* border: 1px solid #000b2b; */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.inside-vehicle {
	border-radius: 10px;
	/* border: 1px solid #000b2b; */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.inside-vehicle:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px 0px, rgba(0, 0, 0, 0.24) 0px 3px 14px 3px, rgba(0, 0, 0, 0.28) 0px 8px 10px 1px;
    transition: box-shadow 200ms ease-in-out 0s;
}
.details {
	background:#000b2b;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	font-size: 14px;
	align-items: center;
	width: 100%;
	display: inline-block;
	text-align: center;
    border-radius: 0px 0px 10px 10px
}
.details-alt{
    background:#000b2b;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	font-size: 14px;
	align-items: center;
	width: 100%;
	display: inline-block;
	text-align: center;
    border-radius: 0px;
}
/* .details-alt:hover{
    background: rgb(41,41,41);
    background: -moz-linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(67,67,67,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(67,67,67,1) 99%);
    background: linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(67,67,67,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#434343",GradientType=1);
} */
.name {
	background: #d70202;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.name-alt{
	background: #d70202;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	font-size: 14px;
    width:50%;
}
.content{
    /*background:#212121;*/
    background: rgb(33,33,33);
    background: -moz-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: -webkit-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#2e2e2e",GradientType=1);
}
.skew-side{
    width:5px;
    background:#fff;
    transform: skew(-25deg);
}
.move:hover:before{opacity: 1; transform: translate(0,0);}
.move:before{
    content: attr(data-hover);
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    opacity: 0;
    transform: translate(-100%,0);
    transition: all .3s ease-in-out;
}
.move-alt:hover:before{opacity: 1; transform: translate(0,0);}
.move-alt:before{
    content: attr(data-hover);
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    opacity: 0;
    transform: translate(-100%,0);
    transition: all .3s ease-in-out;
    margin-left:-50px;
}
/*button div (button text before hover)*/
.move:hover div{opacity: 0; transform: translate(100%,0)}
.move div{
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    transition: all .3s ease-in-out;
}
.move-alt:hover div{opacity: 0; transform: translate(100%,0)}
.move-alt div{
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    transition: all .3s ease-in-out;
}
.straight {
    transform: skew(25deg);
}
.straight p{
  font-size:12px;
    transform: skew(-25deg);
}
.form{
    background:#fff;
    /*padding:20px 50px;*/
}
.form h5 {
    margin-bottom: 20px;
    text-align:center;
    font-weight:600;
}
.submit {
    font-size:12px!important;
    background: #000b2b;
    color: #fff!important;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid transparent;
    text-decoration:none;
}
.submit:hover{
    background:#60a4b9;
    color: #ffffff!important;
    border:1px solid transparent;
}
.submit-no {
    font-size: 12px !important;
    background: #dc3545;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
    outline: none;
    border:1px solid #fff;
}
.submit-no:hover{
    background: #cdcdcd;
    color: #dc3545!important;
    border:1px solid #cdcdcd;
}
.submit-yes {
    font-size: 12px !important;
    background: #0d6efd;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
    outline: none;
    border:1px solid #fff;
}
.submit-yes:hover{
    background: #cdcdcd;
    color:#0d6efd!important;
    border:1px solid #cdcdcd;
}
.view-car{
    font-size:14px!important;
    border:1px solid #d10a11!important;
    color: #d10a11!important;
    width:auto;
    margin:10px 0px;
}
.view-car:hover{
    background: #d10a11;
    color: #fff!important;
}
/* Pages */
.section-animated{
    margin:0;
    padding:0;
}


.heading-main{
    color:#fff;
    font-weight:600;
    text-transform:uppercase;
    padding:100px 0px;
    margin:0px;
    text-align:center;
}
.page-heading{
    color:#000;
    font-weight:600;
    text-transform:uppercase;
    padding:30px 0px;
}
.page-content{
    font-size:14px;
    color:#000;
    font-weight:600;
    text-transform:uppercase;

}
.contact-page-content{
    font-size:12px;
    color:#212121;
    font-weight:400;
    text-transform:uppercase;

}
.weekday{
    width:150px;
    display:inline-block;
}
.no-bullets{
    list-style-type: none;
    font-size:14px;
    font-weight:600;
}
.car-link{
    color:#fff;
    text-decoration:none!important;
    font-weight: 400;
    text-transform: uppercase;
}
.car-link:hover{
    color:#fff;
}
.link{
    color:#212121;
    text-decoration:none!important;
}
.link:hover{
    color:#555;
    text-decoration:none!important;
}
.scroll-down{
    color:#bc1818;
    text-decoration:none!important;
}
.scroll-down:hover{
    color:#555;
    text-decoration:none!important;
}
.center{
    text-align:center;
}
.shadow{
    box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -webkit-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
}
.shade{
    box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
    -webkit-box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
    -moz-box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
}
.short{
    width:20%;
}
.auto{
    width:auto;
}
.nopad{
    padding:0px;
}
.noborder{
    border:1px solid transparent!important;
}
.right{
    text-align:right;
}
.radio{
    font-size: 14px;
    color: #000b2b;
    font-weight: 600;
}
.dropdown{
    display:inline;
}
.search-hold{
    text-align:center;
}
.view-car-hold{
    text-align:right;
}
.nopad{
    padding:0px!important;
}
.float{
    margin-top:-50px;
    position:relative;
}
.bg-white {
    background: transparent;

}
.bg-white h4 {
    text-align:center;
    font-weight:600;
}
.narrow{
    margin:10px;
}

/* CARS PAGE */
.no-margin{
    margin:0px!important;
}
.no-padding{
    padding:0px!important;
}
.radius-right{
	border-radius: 0px 10px 10px 0px;
}
.padded{
    padding:15px 10px;
}
.form-check-input-alt{
    display:none;
}
.form-check-inline {
    padding:0px!important;
    margin:0px!important;
}
.inline{
    display:inline;
}
.disp{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.car-holder{
    border: 1px solid #cdcdcd;
    border-radius:20px;
    padding: 20px 0px 0px 20px;
    margin-bottom:30px;
}
.grey {
    color:#848482;
}
.head6 {
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    padding:20px 10px;
    color:#fff;
}
.head6-alt {
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    padding:20px 10px;
    color:#000b2b;
    display:inline-block;
}
.head6alt {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 16px;
	color: #000b2b;
	margin: 0px;
}
.vehicle-details {
	color: #444 !important;
	font-size: 10px !important;
	background: #fff;
}
.bottom{
    display:flex;
    align-items:flex-end;
}
.all-car-block{
    padding-left:30px!important;
}
.icons{
    padding-top:10px;
    border-top:1px solid #cdcdcd;
    margin-top:10px!important;
}
.page-numbers{
    margin:0px 5px;
}
.small{
    margin:0px!important;
}
.smalltext{font-size:10px;}
.smaller{font-size:12px;}
.tiny{
    font-size:12px;
    margin:0px!important;
}
.inputfile + label {
    font-size:12px!important;
    background: #000b2b;
    color: #fff!important;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    border-radius: 5px;

}

.inputfile:focus + label,
.inputfile + label:hover {
    background: #60a4b9;
    color: #fff!important;
}


.inputfile{
    display:none;
}
.height{
    height:120px;
}

/* UPLOADER */

#drop_file_zone {
    border: 1px dashed #ced4da;
    border-radius: 20px;
    margin: 10px;
    text-align: center;
    padding: 20px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
.hoverxx {
    background:#cdcdcd;
}
.thumbnail {
    height: 100px;
    margin: 10px;
    display:inline;
}
.left{
    width:150px;
}
.img-array{
    display:inline-block;
}
.car-details{
    box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -webkit-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    border-radius:20px;
}
.car-details h3{
    text-align:center;
    font-weight:600;
    margin:20px 0px;
    text-transform: uppercase;
}
.capital{
    text-transform: capitalize;
}
.vehicle-heading{
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #000b2b;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
   
}
.vehicle-heading-alt{
    color: #fff;
    text-align: center;
    font-weight: 600;
    /*background: #000b2b;*/
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
.price-heading{
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #d70202;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.custom-field{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #000b2b;
    font-size: 14px !important;
}
#graph{
    border: 2px solid #000b2b;
    border-radius:10px;
    width:100%;
}
.calc-output{
    width: 100%;
    padding: 0px;
    border-radius: 5px;
    background: #000b2b;
    color:#fff;
}
.vehicle-heading h6, .price-heading h6 {
    margin:0px;
}
.fotorama__stage {
   border-radius:10px;
}
.fotorama__thumb {
    border-radius: 10px;
}
.fotorama__thumb-border{
    border-radius:10px 0px 10px 0px;
}
.fotorama__img{
    top:0px!important;
}
.car-price{
    width:100%;
    text-align:center;
}
.wp-post-image{
    border-radius:20px;
}
.fff{
    display:flex;
}
.car-image{
    /*border-radius:20px;*/
    background-size:cover;
    background-position: center;
    height:300px;
}
.car-image-alt{
    border-radius: 10px 0px 0px 10px;
    background-size:cover;
    background-position: center center;
}
.fa-filter{
    visibility: hidden;
}
.response{
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    padding:20px;
}
/* Footer */

.footer{
    background:#000b2b;
}
.footer h1{
    color:#fff;
    margin:20px 0px;
    font-weight:600;
}
.footer p{
    color:#fff;
}
.footer a{
    color:#fff;
    text-decoration:none;
}
.footer a:hover{
    color:#fff;
    border-bottom: 1px solid #fff;
    /*border-bottom-left-radius: 20px 10px;*/
    /*border-bottom-right-radius: 20px 10px;*/
}
.footer .vmg{
    color:#4aa02c;
    text-decoration:none;
}
.footer .vmg:hover{
    color:#4aa02c;
    font-weight:600;
    border-bottom: 1px solid transparent;
}
.footer .center{
    text-align:center;
}
.footer .right{
    text-align:right;
}
.footer .social {
    color:#fff;
    text-align:right;
    width: 20px;
    flex: 0;
    margin-bottom: 1rem;
}
.footer .end{
    justify-content:flex-end;
    margin-right:5px;
}
.display {
    display: none;
}

.fadex {
    visibility: visible!important;
    opacity: 1!important;
}
.paginate {
    font-size:12px!important;
    background: #000b2b;
    color: #fff!important;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid transparent;
    text-decoration: none;
}
.paginate:hover {
    background:#60a4b9;
    color: #ffffff!important;
    border:1px solid transparent;
}
.space{
    width: 20px;
    display: inline-block;
}
.small-show{
    display:none;
}
.fifteen{
    height:15px;
}

/*=============================================================================================================*/
.box-minmax {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #000b2b;
}
.box-minmax span:first-child {
    margin-left: 10px;
}

.range-slider {
    margin-left: 0px;
}

.rs-range {
    margin-top: 29px;
    width: 100%;
    -webkit-appearance: none;
}
.rs-range:focus {
    outline: none;
}
.rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #000b2b;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #000b2b;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #000b2b;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #000b2b;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-focus-outer {
    border: 0;
}

.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 98px;
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;

    margin: 20px auto 0px auto;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
}
.rs-label::before {
    content: "R";
    display: block;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin-top: -2px;
}
.rs-labelx{
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 98px;
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid #000b2b;
    margin: 20px auto 0px auto;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
}
.rs-labelx::before {
    content: "%";
    display: block;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin-top: -2px;
}
.rs-labely{
    position: relative;
    transform-origin: center center;
    display: block;
    width: 98px;
    height: 98px;
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid #000b2b;
    margin: 20px auto 0px auto;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
}
.rs-labely::before {
    content: "Months";
    display: block;
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-top: -2px;
}
.calc{
    padding: 20px;
    text-align: center;
    background: #f1f1f1;
    border: 10px solid #fff;
    border-radius: 50px;
}
.top-info{
    display:inline-block;
    margin-right:5px;
}
.eq-height {
    height: 52px;
}
/*===================================================================================================================*/

@media (max-width: 1900px) {
    .eq-height {
        height: 35px;
    }

}
@media (max-width: 1400px) {
    .price{
        margin-left:0px;
    }

}
@media (max-width: 1300px) {
    .animate {
        font-size: 2rem;
    }
}
@media (max-width: 1250px) {
    .mainh1-alt{
       
        font-size:36px;
       
    }
    .carousel-caption {
        position: absolute;
        right: 5% !important;
        bottom: 0px!important;
        left: 5% !important;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }
}
@media (max-width: 1120px) {
    .main-data h2 {
       font-size: 24px;
    }
    .main-data p {
        font-size: 14px;
    }
}
@media (max-width: 1200px) {
    .eq-height {
        height: 48px;
    }
    .fifteen{
        height:30px;
    }
    .animated-title > div div {
        font-size: 48px;
    }
    .skew{
        left:50%;
    }
    .no-display{
        visibility: hidden;
    }
    .display{
        display:block;
        margin-top:10px!important;
    }
}

@media (max-width: 1040px) {


}
@media (max-width: 992px) {
    .mainh1-alt {
        
        font-size: 26px;
        
    }
    .eq-height {
        height: 63px;
    }
    .main-data h2 {
        font-size: 20px;
    }
    .main-data p {
        font-size: 10px;
    }
    .list-button{
        display: none;
    }
    .grid-button{
        display: none;
    }
    .animated-title > div div {
        font-size: 36px;
    }
    .welcome-alt{
        width: 29% !important;
    }
    .straight p {
        width: 80%;
        margin: 10px auto;
    }
    .skew{
        position:relative;
    }
    .skew-menu ul li a {
        display: block;
        padding:5px 0px;
        margin:0px 10px;
    }
    .price{
        padding:10px;
    }
    .height {
        height:20px;
    }
    .car-image{
        height:200px;
        /*width:95%!important;*/
    }
    .grey{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .car-holder {
        margin-bottom:10px;
    }
}
@media (max-width: 990px) {
    .skew{
        width: 100%;
        left: 0%;
        text-align:center;
        top:100%;
    }
    .animated-title > div div {
        font-size: 26px;
    }
    .footer h1 {
        font-size: 20px;
    }
    .footer p {
        font-size:12px;
    }
    .navbar-toggler{
        font-size:2.5rem!important;
        margin-left:30%;
    }
    .form {
        background: #fff;
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .main-data p, .sub-data p {
        margin-bottom:5px!important;;
    }
    .small-no-show{
        display:none!important;
    }
    .small-show{
        display:block;
        padding:5px;
        border:1px solid #fff;
        border-radius:10px;
        margin-top:5px;
        width: 85px;
        background:#000b2b;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    }
    .show-hide{
        display:none;
    }
    .small-show:hover{
        background:#ffffff;
        color:#212121!important;
    }
    .animated-title {
        height: 50vmin;
        top: 30%;
    }
    .right {
        text-align: left;
    }
    .animate {
        font-size: 1.5rem;
    }
    .call-to-action {
        font-size: 12px !important;
        padding: 5px 10px;
    }
    .fa-2x {
        font-size: 1em!important;
    }
    /*.carousel-caption {*/
    /*    bottom: 3rem;*/
    /*    top: 20%;*/
    /*}*/

    .banks {
        width: 45% !important;
        margin: 10px 10px !important;
    }
    .col {
        flex: none!important;
        width: 90% !important;
        margin: auto!important;
    }
    .mar{
        margin-bottom:30px!important;
    }
    .noshow{
        height:30px!important;
    }
    .welcome h1{
        font-size:28px!important;
    }
    .welcome-alt {
        width: 44% !important;
        margin-bottom:15px;
    }
    .welcome-alt:last-of-type {
        width: 44% !important;
        margin:auto;
    }
    .skew-menu ul li a {
        margin:0px 5px;
    }
    .navbar-navigate {
        display: flex;
        font-size: 10px;
        padding: 0px;
        list-style: none;
        text-align: left;
        margin: auto;
        text-transform: uppercase;
        flex-direction: column;
        align-items: flex-end;
        position: fixed;
        z-index:99;
        bottom: 10px;
        right: 10px;
        /*border: 2px solid #fff;*/
        /*border-radius: 20px 0px 20px 0px;*/
        /*background: rgb(33,33,33);*/
        /*background: -moz-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);*/
        /*background: -webkit-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);*/
        /*background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#2e2e2e",GradientType=1);*/
    }
    .button {
        display: block;
        position: fixed;
        bottom: 10px;
        left: 10px;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        background: #000b2b;
        z-index: 999;
        border:2px solid #fff;
        align-items: center;
        justify-content: center;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;

    }
    .navbar-toggler{
        font-size:2.5rem!important;
        margin-left:0px;
    }
    .showroom{
        visibility:hidden;
        height:0px;
    }
    .bg-white {
        background:#000b2b;
        color:#fff;
        border:2px solid #fff;
        border-radius: 10px;
        visibility: hidden;
        opacity: 1;
        position: absolute;
        top: 70%;
        left: 40%;
        max-width: 70%;
        transform: translate(-50%, -50%);
        width: 40%!important;
        z-index:9999;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    }
    .fa-filter{
        visibility: visible;
        position: absolute;
        
        color: white;
    }

    .heading-main {
        padding:70px 0px 50px 0px;
    }
    .float {
        margin-top: 20px;

    }
}
@media (max-width: 630px) {
    .bg-white{
        width:50% !important;
    }
}
@media (max-width: 700px) {
    .large-image{
        display:none;
    }
    .small-image{
        display:block;
    }
    .skew{
        font-size:12px;
        height:30px;
    }
    .carousel-caption h2 {
        font-size: 18px!important;
    }
    .carousel-caption p {
        font-size: 10px!important;
    }
}
@media (max-width: 600px) {
    .main-data h2 {
        font-size: 14px;
    }
.main-data p {
        font-size: 8px;
    }
}
@media (max-width: 580px) {
    .welcome-alt {
        width: 38% !important;
        margin: 0px auto 15px auto ;
    }
    .welcome-alt:last-of-type{
        width: 38% !important;
    }
    .no-display{
        display:none;
    }
    .w-60{
        width:60%!important;
    }
    .w-40{
        width:40%!important;
    }
    .footer .right {
        text-align: left;
    }
    .all-car-block{
        padding-left:15px!important;
    }
}
@media (max-width: 576px) {
    .sixty{
        width:60%!important;
    }
    .fourty {
        width:40%!important;
    }
    .third{
        width:33%!important;
    }
}
@media (max-width: 560px) {
    .skew-menu ul li a {
        margin: 0px 0px;
    }
    .space {
        width: 10px;
        display: inline-block;
    }
    .welcome{
        padding: 30px 0px;
        width: 90%;
        margin: auto;
    }
    .noshow1{
        height:25px!important;
    }
    .carousel-gallery {
        margin: 25px 0;
    }
    .welcome h1{
        font-size:24px!important;
    }
}
@media (max-width: 550px) {
    .fl{
        display: none;
    }
    .short {
        width: 40%;
    }
    .nav-link {
        padding: 10px 5px!important;
    }
}
@media (max-width: 530px) {
    .top-logo {
        height: 80px;
    }
    .navbar-toggler {
        font-size: 2rem!important;
        margin-left: 0%;
    }
}
@media (max-width: 520px) {
    .heading-main {
        font-size:20px;
    }
}
@media (max-width: 520px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px!important;
    }
}
@media (max-width: 500px) {
    .mainh1-alt{
       
        font-size:20px;
       
    }
    .wa-holder {
        
        padding: 8px;
        
    }
    .small-on-small {
        
        padding: 5px!important;
        
    }
    .smalltext {
        font-size: 9px;
    }
    .welcome {
        padding: 15px 0px;
    }
    .animated-title {
        width: 50vmin;
    }
    .welcome-alt {
        width: 80% !important;
        margin: 0px auto 15px auto;
    }
    .animate {
        font-size: 1rem;
    }
    /*.carousel-caption{*/
    /*    top:30%;*/
    /*}*/
    .arrow {
        display:none;
        bottom: -40px;
    }
    .welcome-alt:last-of-type {
        width: 80% !important;
    }
}
@media (max-width: 480px) {
    .space {
        width: 5px;
        display: inline-block;
    }
}
@media (max-width: 460px) {
    .navbar-toggler {
        margin-left: 0%;
    }
}
@media (max-width: 450px) {
    .carousel-caption h2 {
        font-size: 14px !important;
    }
    .carousel-caption p {
        font-size: 9px !important;
    }
}
@media (max-width: 440px) {
    .skew{
        height:45px;
    }
    .smalltext {
        font-size: 10px;
    }

    .third {
        width: 50%!important;
        margin:auto;
        text-align:center;
    }
    .bg-white{
        width:70% !important;
    }
}
@media (max-width: 430px) {
    /*.navbar-navigate {*/
    /*    display: block;*/
    /*}*/
    /*.nav-item{*/
    /*    margin:auto!important;*/
    /*    text-align:center!important;*/
    /*    width:100% !important;*/
    /*}*/
    .top-logo {
        height: 60px;
    }
    .skew-menu ul li:first-child, .skew-menu ul li, .skew-menu ul li:last-child{
        border-radius: 7px 0 7px 0px;
        margin-bottom:5px;
    }
    .skew-menu ul li {
        float: none;
    }

}
@media (max-width: 410px) {
    .navbar-toggler {
        margin-left: 0%;
    }
    .top-logo {
        width:80%;
    }
    .navbar-brand{
        margin-right:0px!important;
        width:80%;
    }
    .skew {
        top: 100%;
    }
}
@media (max-width: 400px) {
    .animated-title {
        height: 40vmin;
        top: 40%;
    }
    .head6-alt {
        padding: 20px 0px;
    }
    .w-60{
        width:100%!important;
        text-align: center;
    }
    .w-40{
        width:68%!important;
        margin-top:10px!important;
    }
    .footer-image{
        width:60%;
    }
    .submit {
        padding: 5px 7px
    }
}
@media (max-width: 360px) {
    .call-to-action {
        font-size: 10px !important;
        padding: 2px 10px;
    }
    .main-data h2 {
        font-size: 12px;
    }

    .main-data p {
        font-size: 7px;
    }
}
@media (max-width: 360px) {
    .animated-title {
        height: 50vmin;
        top: 50%;
    }
    .animated-title > div div {
        font-size: 22px;
    }
    .animated-title {
        width: 60vmin;
    }
    .button {
        width: 50px;
        height: 50px
    }
    .heading-main {
        padding: 50px 0px 50px 0px;
        font-size:16px;
    }
    .thumbnail{
        height:50px;
    }

}
@media (max-width: 350px) {
    .skew{
        height:70px;
    }
    .top-info{
        display:inline-block;
        width:60%;
    }
    .social{
        width:10% !important;
    }

}

/*************************************************************************************************************************************************/

/* ==================== Bouncing Arrow =========================*/
.arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    color:#000b2b;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* ==============================================================*/

.large {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000b2b !important;
    /*background: linear-gradient(to right, #000b2b 0%, #bc1818 100%);*/
    /*-webkit-background-clip: text!important;*/
    /*-webkit-text-fill-color: #000b2b;*/
}
.curr{
    display:flex;
}
.currencyinput{
    padding: 5px 0px 0px 0px;
}
.currencyinputlarge{
    padding: 7px 0px 0px 0px;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #000b2b !important;
}
.showroom{
    background: rgb(33,33,33);
    background: -moz-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: -webkit-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#2e2e2e",GradientType=1);
}
.percentage{
    padding: 5px 0px 0px 0px;
}
.vehicles{
    border-radius: 10px;
    padding:0px;
    margin-bottom:20px;
}

.vehicles-alt{
    padding:10px;
    margin:10px;
    border-radius: 20px 0px 20px 0px;
    overflow:hidden;
}
.margin-bottom{
    margin-bottom:30px;
}
.capital{
    text-transform:capitalize;
}
.banks{
    width:100%;
}
.mar{
    margin-top:17px;
}
.white-label{
    
    font-size:12px;
    font-weight:600;
}
.filter-display{
    
    padding:20px;
}
.btn-custom{
    color: #fff!important;
    background-color: #212121!important;
    border-color: #212121!important;
    margin-bottom:10px;
    font-size:10px!important;
}
.btn-custom:hover{
    background-color: #000b2b!important;
    border-color: #000b2b!important;
}

.heading-holder {
	background: #fff;
	height: 50px;
	display: flex;
}
.heading-holder-alt {
    background: #fff;
    height: 50px;
    display: flex;
    overflow: hidden;
    justify-content: space-between;
}
.p-link {
	color: #fff;
	text-decoration: none !important;
	font-weight: 400;
	text-transform: uppercase;
	background: #000b2b;
	width: 100%;
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
}
.l-content{
    padding:10px;
}
.price {
    background: #000b2b;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 10px;
   
}
.price-alt {
    background: #000b2b;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    width:50%
}
.inside-link {
	border-radius: 10px;
	/* border: 1px solid #000b2b; */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.inside-vehicle {
	border-radius: 10px;
	/* border: 1px solid #000b2b; */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.inside-vehicle:hover{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px 0px, rgba(0, 0, 0, 0.24) 0px 3px 14px 3px, rgba(0, 0, 0, 0.28) 0px 8px 10px 1px;
    transition: box-shadow 200ms ease-in-out 0s;
}
.details {
	background:#000b2b;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	font-size: 14px;
	align-items: center;
	width: 100%;
	display: inline-block;
	text-align: center;
    border-radius: 0px 0px 10px 10px
}
.details-alt{
    background:#000b2b;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	font-size: 14px;
	align-items: center;
	width: 100%;
	display: inline-block;
	text-align: center;
    border-radius: 0px;
}
/* .details-alt:hover{
    background: rgb(41,41,41);
    background: -moz-linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(67,67,67,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(67,67,67,1) 99%);
    background: linear-gradient(90deg, rgba(41,41,41,1) 0%, rgba(67,67,67,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#292929",endColorstr="#434343",GradientType=1);
} */
.name {
	background: #d70202;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	font-size: 14px;
}
.name-alt{
	background: #d70202;
	color: #fff;
	font-weight: 600;
	padding: 10px;
	text-align: center;
	font-size: 14px;
    width:50%;
}
.content{
    /*background:#212121;*/
    background: rgb(33,33,33);
    background: -moz-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: -webkit-linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    background: linear-gradient(180deg, rgba(33,33,33,1) 0%, rgba(46,46,46,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#212121",endColorstr="#2e2e2e",GradientType=1);
}
.skew-side{
    width:5px;
    background:#fff;
    transform: skew(-25deg);
}
.move:hover:before{opacity: 1; transform: translate(0,0);}
.move:before{
    content: attr(data-hover);
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    opacity: 0;
    transform: translate(-100%,0);
    transition: all .3s ease-in-out;
}
.move-alt:hover:before{opacity: 1; transform: translate(0,0);}
.move-alt:before{
    content: attr(data-hover);
    position: absolute;
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    opacity: 0;
    transform: translate(-100%,0);
    transition: all .3s ease-in-out;
    margin-left:-50px;
}
/*button div (button text before hover)*/
.move:hover div{opacity: 0; transform: translate(100%,0)}
.move div{
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    transition: all .3s ease-in-out;
}
.move-alt:hover div{opacity: 0; transform: translate(100%,0)}
.move-alt div{
    text-transform: uppercase;
    font-weight: 400;
    font-size: .8em;
    transition: all .3s ease-in-out;
}
.straight {
    transform: skew(25deg);
}
.straight p{
  font-size:12px;
    transform: skew(-25deg);
}
.form{
    background:#fff;
    /*padding:20px 50px;*/
}
.form h5 {
    margin-bottom: 20px;
    text-align:center;
    font-weight:600;
}
.submit {
    font-size:12px!important;
    background: #000b2b;
    color: #fff!important;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid transparent;
    text-decoration:none;
}
.submit:hover{
    background:#60a4b9;
    color: #ffffff!important;
    border:1px solid transparent;
}
.submit-no {
    font-size: 12px !important;
    background: #dc3545;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
    outline: none;
    border:1px solid #fff;
}
.submit-no:hover{
    background: #cdcdcd;
    color: #dc3545!important;
    border:1px solid #cdcdcd;
}
.submit-yes {
    font-size: 12px !important;
    background: #0d6efd;
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 0px;
    outline: none;
    border:1px solid #fff;
}
.submit-yes:hover{
    background: #cdcdcd;
    color:#0d6efd!important;
    border:1px solid #cdcdcd;
}
.view-car{
    font-size:14px!important;
    border:1px solid #d10a11!important;
    color: #d10a11!important;
    width:auto;
    margin:10px 0px;
}
.view-car:hover{
    background: #d10a11;
    color: #fff!important;
}
/* Pages */
.section-animated{
    margin:0;
    padding:0;
}


.heading-main{
    color:#fff;
    font-weight:600;
    text-transform:uppercase;
    padding:100px 0px;
    margin:0px;
    text-align:center;
}
.page-heading{
    color:#000;
    font-weight:600;
    text-transform:uppercase;
    padding:30px 0px;
}
.page-content{
    font-size:14px;
    color:#000;
    font-weight:600;
    text-transform:uppercase;

}
.contact-page-content{
    font-size:12px;
    color:#212121;
    font-weight:400;
    text-transform:uppercase;

}
.weekday{
    width:150px;
    display:inline-block;
}
.no-bullets{
    list-style-type: none;
    font-size:14px;
    font-weight:600;
}
.car-link{
    color:#fff;
    text-decoration:none!important;
    font-weight: 400;
    text-transform: uppercase;
}
.car-link:hover{
    color:#fff;
}
.link{
    color:#212121;
    text-decoration:none!important;
}
.link:hover{
    color:#555;
    text-decoration:none!important;
}
.scroll-down{
    color:#bc1818;
    text-decoration:none!important;
}
.scroll-down:hover{
    color:#555;
    text-decoration:none!important;
}
.center{
    text-align:center;
}
.shadow{
    box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -webkit-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
}
.shade{
    box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
    -webkit-box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
    -moz-box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
}
.short{
    width:20%;
}
.auto{
    width:auto;
}
.nopad{
    padding:0px;
}
.noborder{
    border:1px solid transparent!important;
}
.right{
    text-align:right;
}
.radio{
    font-size: 14px;
    color: #000b2b;
    font-weight: 600;
}
.dropdown{
    display:inline;
}
.search-hold{
    text-align:center;
}
.view-car-hold{
    text-align:right;
}
.nopad{
    padding:0px!important;
}
.float{
    margin-top:-50px;
    position:relative;
}
.bg-white {
    background: transparent;

}
.bg-white h4 {
    text-align:center;
    font-weight:600;
}
.narrow{
    margin:10px;
}

/* CARS PAGE */
.no-margin{
    margin:0px!important;
}
.no-padding{
    padding:0px!important;
}
.radius-right{
	border-radius: 0px 10px 10px 0px;
}
.padded{
    padding:15px 10px;
}
.form-check-input-alt{
    display:none;
}
.form-check-inline {
    padding:0px!important;
    margin:0px!important;
}
.inline{
    display:inline;
}
.disp{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.car-holder{
    border: 1px solid #cdcdcd;
    border-radius:20px;
    padding: 20px 0px 0px 20px;
    margin-bottom:30px;
}
.grey {
    color:#848482;
}
.head6 {
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    padding:20px 10px;
    color:#fff;
}
.head6-alt {
    text-transform:uppercase;
    font-size:12px;
    font-weight:600;
    padding:20px 10px;
    color:#000b2b;
    display:inline-block;
}
.head6alt {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 16px;
	color: #000b2b;
	margin: 0px;
}
.vehicle-details {
	color: #444 !important;
	font-size: 10px !important;
	background: #fff;
}
.bottom{
    display:flex;
    align-items:flex-end;
}
.all-car-block{
    padding-left:30px!important;
}
.icons{
    padding-top:10px;
    border-top:1px solid #cdcdcd;
    margin-top:10px!important;
}
.page-numbers{
    margin:0px 5px;
}
.small{
    margin:0px!important;
}
.smalltext{font-size:10px;}
.smaller{font-size:12px;}
.tiny{
    font-size:12px;
    margin:0px!important;
}
.inputfile + label {
    font-size:12px!important;
    background: #ED0000;
    color: #fff;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    border-radius: 5px;

}

.inputfile:focus + label,
.inputfile + label:hover {
    background: #ED0000;
    color: #fff!important;
}


.inputfile{
    display:none;
}
.height{
    height:120px;
}

/* UPLOADER */

#drop_file_zone {
    border: 1px dashed #ced4da;
    border-radius: 20px;
    margin: 10px;
    text-align: center;
    padding: 20px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
}
#drag_upload_file p {
  text-align: center;
}
#drag_upload_file #selectfile {
  display: none;
}
.hoverxx {
    background:#cdcdcd;
}
.thumbnail {
    height: 100px;
    margin: 10px;
    display:inline;
}
.left{
    width:150px;
}
.img-array{
    display:inline-block;
}
.car-details{
    box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -webkit-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    -moz-box-shadow: 1px 2px 9px 4px rgba(0,0,0,0.34);
    border-radius:20px;
}
.car-details h3{
    text-align:center;
    font-weight:600;
    margin:20px 0px;
    text-transform: uppercase;
}
.capital{
    text-transform: capitalize;
}
.vehicle-heading{
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #000b2b;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
   
}
.vehicle-heading-alt{
    color: #fff;
    text-align: center;
    font-weight: 600;
    /*background: #000b2b;*/
    background: rgb(119,15,16);
    background: -moz-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: -webkit-linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    background: linear-gradient(90deg, rgba(119,15,16,1) 0%, rgba(188,24,24,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b2b",endColorstr="#bc1818",GradientType=1);
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
.price-heading{
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #d70202;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}
.custom-field{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #000b2b;
    font-size: 14px !important;
}
#graph{
    border: 2px solid #000b2b;
    border-radius:10px;
    width:100%;
}
.calc-output{
    width: 100%;
    padding: 0px;
    border-radius: 5px;
    background: #000b2b;
    color:#fff;
}
.vehicle-heading h6, .price-heading h6 {
    margin:0px;
}
.fotorama__stage {
   border-radius:10px;
}
.fotorama__thumb {
    border-radius: 10px;
}
.fotorama__thumb-border{
    border-radius:10px 0px 10px 0px;
}
.fotorama__img{
    top:0px!important;
}
.car-price{
    width:100%;
    text-align:center;
}
.wp-post-image{
    border-radius:20px;
}
.fff{
    display:flex;
}
.car-image{
    /*border-radius:20px;*/
    background-size:cover;
    background-position: center;
    height:300px;
}
.car-image-alt{
    border-radius: 10px 0px 0px 10px;
    background-size:cover;
    background-position: center center;
}
.fa-filter{
    visibility: hidden;
}
.response{
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    padding:20px;
}
/* Footer */

.footer{
    background:#000b2b;
}
.footer h1{
    color:#fff;
    margin:20px 0px;
    font-weight:600;
}
.footer p{
    color:#fff;
}
.footer a{
    color:#fff;
    text-decoration:none;
}
.footer a:hover{
    color:#fff;
    border-bottom: 1px solid #fff;
    /*border-bottom-left-radius: 20px 10px;*/
    /*border-bottom-right-radius: 20px 10px;*/
}
.footer .vmg{
    color:#4aa02c;
    text-decoration:none;
}
.footer .vmg:hover{
    color:#4aa02c;
    font-weight:600;
    border-bottom: 1px solid transparent;
}
.footer .center{
    text-align:center;
}
.footer .right{
    text-align:right;
}
.footer .social {
    color:#fff;
    text-align:right;
    width: 20px;
    flex: 0;
    margin-bottom: 1rem;
}
.footer .end{
    justify-content:flex-end;
    margin-right:5px;
}
.display {
    display: none;
}

.fadex {
    visibility: visible!important;
    opacity: 1!important;
}
.paginate {
    font-size:12px!important;
    background: #000b2b;
    color: #fff!important;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid transparent;
    text-decoration: none;
}
.paginate:hover {
    background:#60a4b9;
    color: #ffffff!important;
    border:1px solid transparent;
}
.space{
    width: 20px;
    display: inline-block;
}
.small-show{
    display:none;
}
.fifteen{
    height:15px;
}

/* ==============================  FILE UPLOAD ================================*/

.smaller{font-size:12px;}

.inputfile + label {
    font-size:12px!important;
    background: #696969;
    color: #fff!important;
    display: inline-block;
    padding:10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background: #cdcdcd;
    color: #212121!important;
}

.inputfile{
    display:none;
}

/* UPLOADER */

#drop_file_zone {
	border: 1px dashed #121212;
	text-align: center;
	padding: 20px;
}

#drag_upload_file {
  width:50%;
  margin:0 auto;
}

#drag_upload_file p {
  text-align: center;
}

#drag_upload_file #selectfile {
  display: none;
}

.thumbnail {
    height: 100px!important;
    margin: 10px;
    display:inline;
}


/******************************************* PAGINATION ***********************************************/
.paginate {
    cursor: pointer;
    display: inline;
    text-decoration: none;
    background: var(--blue);
    color:var(--white)!important;
    
}
.paginate:hover{
    background: var(--light-grey)!important;
    color:var(--white)!important;
}
 .page-btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
.page-btns {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.page-numbers{
    margin:10px 0px;
}
}
.pg-btn {
    width: 20px !important;
    text-align: center !important;
    margin: 0px 0px;
    border-radius: 50px!important;
    background: var(--dark-grey)!important;
    color: var(--white)!important;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    font-size:12px;
}

.current-page-btn{
    background:var(--blue)!important;
    border-radius:2px;
    color:var(--white)!important;
}
.pg-btn:hover{
    background:var(--light-grey)!important;
    border-radius:2px;
}
.it{
    color:#121212;
    font-size:14px;
}
.icon-color{
    color:#121212;
    font-size:14px;
}
.pg-btn-ext {
	width: 100px !important;
	text-align: center !important;
	margin: 0px 5px;
	padding: 5px 20px;
	border-radius: 2px;
	font-weight: 600;
    border-radius:50px;
    transition: all 0.5s ease-in-out;
    font-size:12px;
    background: var(--blue);
}
@media (max-width: 768px) {
.pg-btn-ext {
    width: 120px!important;
    display: inline-block;
}
}
/******************************************* SEARCH FORMS ***********************************************/

 .form-heading{
    color: Var(--dark-grey);
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
 }
 .custom-button {
    padding: 10px;
    background: #ED0000;
    color: #fff;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 50px;
    font-family: "Lato", sans-serif;
    width: 150px;
    margin: 35px 0px;
    transition: all 0.5s ease-in-out;
}
 .custom-button:hover{
    background:var(--mid-grey);
    color:var(--light-grey);
    border:1px solid transparent;
 }
 .custom-btn {
    padding: 10px;
    background-color: var(--dark-grey);
    color: var(--white);
    font-size: 12px;
    border: 1px solid var(--dark-grey);
    border-radius: 50px;
    font-family: "Lato", sans-serif;
    width: 100px;
    margin: 5px 0px;
    cursor:pointer;
    transition: all 0.5s ease-in-out;
    display:inline-block;
    display:flex;

}
.custom-btn:hover {
    background:var(--mid-grey);
    color:var(--light-grey);
    border:1px solid transparent;
}
.custom-select{
    width: 30%!important;
    border-radius: 50px!important;
}
.mr-5{
    margin-right:5px;
}
.m-w-25 {
	min-width: 250px;
}
.no-display{
    display:none;
}
.none{
    display:none;
}
.custom-form-control {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--black);
    background-color: var(--white);
    background-clip: padding-box;
    border: 1px solid var(--light-grey);
    font-family: "Lato", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.autocomplete-suggestions {
    background: var(--light-grey);
    color: var(--dark-grey);
    padding: 10px;
    overflow-y: scroll;
    cursor:pointer;
}
.autocomplete-suggestions strong {color: var(--blue); }
.search-form{
    border:1px solid #cdcdcd;

}
.footer-search{
    padding: 10px;
    color:#121212;
    width:100%;
    flex-grow:2;
    border:none;
}
.footer-search-submit {
	border: 1px solid #121212;
	background: #ffffff;
	color: #121212;
	border-radius: 50px;
	height: 100%;
	width: 46px;
	top: -0px;
    transition: all 0.5s ease-in-out;
}
.footer-search-submit:hover{
    color:#fff;
    background-color: #121212;
    border: 1px solid #fff;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
 /******************************************* TEMPLATES ***********************************************/

 /******************************************* AVANT GARDE ***********************************************/

 .ag-img-holder {
     position:relative;
     height: 200px;
     background-position: center !important;
     background-size: cover !important;
     background-repeat: no-repeat !important;
     Border-radius:20px 20px 0px 0px;
 }
 .ag-car-content {
    background: var(--off-white);
    padding: 10px;
    border-radius: 20px;
}
 .ag-car-price {
    color: var(--black);
    font-size: 27px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.ag-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
	margin: 10px 0px 0px 0px;
    text-align:center;
    color: var(--black);
    
}
.ag-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
	min-height: 40px;
	margin: 0px;
    text-align:center;
    color: var(--black);
}
.ag-flex-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .ag-flex-space-inside {
    display: flex;
    justify-content: space-evenly;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    align-items: center;
}
 .ag-vehicle {
	margin-bottom: 20px;
	/* padding: 10px; */
	border-radius: 30px;
	box-shadow: 9px 9px 18px var(--light-grey), -9px -9px 18px var(--white);
}
.fs-20{
    font-size:20px;
    color:var(--black);
}

/******** LIST ******/
.agl-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
	margin: 10px 0px 0px 0px;
    text-align:center;
    color: var(--white);
    
}
.agl-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;

	margin: 0px;
    text-align:center;
    color: var(--white);
}
.agl {
	font-size: 25px;
	color: var(--black);
}
.agl-car-column {
    background: var(--off-white);
    border-radius: 30px;
    padding: 0px;
    margin-bottom:20px;
    position:relative;
    box-shadow: 9px 9px 18px var(--light-grey), -9px -9px 18px var(--white);
}
.agl-img-holder {
	height: 180px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 20px 0px 0px 20px;
}

.agl-car-min-details {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.agl-car-column-footer-alt{
    padding:0px;
}
.agl-inline-centered-adjusted-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.agl-align {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.agl-small-text{
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size:16px;
    color: var(--black);
    font-weight: 600;
}
.agl-price-alt{
    font-weight: 800;
    text-align: left;
    font-size: 24px;
    float:right;
}
.agl-car-price {
    color: var(--black);
    font-size: 27px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
/******************************************* ELEGANCE ***********************************************/

.el-img-holder {
    position:relative;
    height: 200px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius:20px 20px 0px 0px;
}
.el-car-content {
    padding: 15px;
    border-radius: 0px;
    background: var(--white);
}
.el-car-footer {
    padding: 15px;
    border-radius: 0px 0px 20px 20px;
    background: var(--white);
}
.el-car-price {
   color: var(--mid-grey);
   font-size: 24px;
   font-weight: 700;
   line-height: 18px;
   font-family: "Lato", sans-serif;
   font-size: 24px;
   font-weight: 700;
}
.el-vehicle-heading3 {
   font-family: "Lato", sans-serif;
   font-size: 24px;
   font-weight: 700;
   margin: 0px;
   text-align:left;
   color: var(--black);
}
.el-vehicle-heading6 {
   font-family: "Lato", sans-serif;
   font-size: 14px;
   font-weight: 500;
   min-height: 40px;
   margin: 0px;
   text-align:left;
   color: var(--black);
}
.el-flex-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.el-flex-space-inside {
    display: flex;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    align-items: center;
    justify-content: flex-start;
}
.el-vehicle {
   margin-bottom: 0px;
   padding: 0px;
   border-radius: 20px 20px 0px 0px;
   background:transparent;
   box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}
.el-vehicle-footer {
    margin-bottom: 20px;
    padding: 0px;
    border-radius: 0px 0px 20px 20px;
    background:transparent;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
 }

/******** LIST ******/ 
.ell-car-price {
    color: var(--black);
    font-size: 27px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.ell {
	font-size: 25px;
	color: var(--black);
}
.ell-car-column {
    background: var(--off-white);
    border-radius: 30px;
    padding: 0px;
    margin-bottom:20px;
    position:relative;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 50%);
}
.ell-img-holder {
	height: 180px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 20px 0px 0px 20px;
}
.ell-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
    text-align:left;
    color: var(--mid-grey);
 }
 .ell-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
   
    margin: 0px;
    text-align:left;
    color: var(--mid-grey);
 }
.ell-car-min-details {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.ell-car-column-footer-alt{
    padding:0px;
}
.ell-inline-centered-adjusted-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ell-align {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: start;
}
.ell-small-text {
    text-align: center;
    font-size: 14px;
    color: var(--black);
    font-weight: 500;
    font-family: "Lato", sans-serif;
}
.ell-price-alt{
    font-weight: 800;
    text-align: left;
    font-size: 24px;
    float:left;
}

 /******************************************* SIMPLICITY ***********************************************/

 .s-img-holder {
    position:relative;
    height: 200px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius:0px;
}
.s-car-content {
    padding: 0px;
    border-radius: 0px;
    display: flex;
    justify-content: flex-end;
}
.s-car-price {
   color: var(--black);
   font-size: 27px;
   font-weight: 600;
   line-height: 18px;
   font-family: "Lato", sans-serif;
   font-size: 24px;
   font-weight: 700;
}
.s-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    text-align:left;
    color: var(--mid-grey);
}
.s-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--mid-grey);
    margin: 0px;
    text-align:left;
}
.s-flex-end {
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
}
.s-flex-end i{
    color:var(--dark-grey);
}
.s-flex-end:hover i{
    color:var(--mid-grey);
}
.s-flex-space-inside {
   display: flex;
   justify-content: space-evenly;
   font-family: "Lato", sans-serif;
   font-size: 14px;
   font-weight: 500;
   color: var(--black);
   align-items: center;
}
.s-vehicle {
    background: var(--off-white);
   margin-bottom: 20px;
   padding: 0px;
   border-radius: 0px;
}
.s-fs-30 {
	font-size: 30px;
	color: var(--black);
	float: right;
	padding: 10px;
}
.s-col-f{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}

/******** LIST ******/ 

.sl-car-price {
    color: var(--black);
    font-size: 27px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.sl {
	font-size: 25px;
	color: var(--black);
}
.sl-car-column {
    background: var(--off-white);
    border-radius: 0px;
    padding: 0px;
    margin-bottom:20px;
    position:relative;
   
}
.sl-img-holder {
	height: 180px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 0px 0px 0px 0px;
}
.sl-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
    text-align: left;
    color: var(--mid-grey);
 }
 .sl-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--mid-grey);
    margin: 0px;
    text-align: left;
 }
.sl-car-min-details {
	display: flex;
    flex-direction: column;
}
.sl-car-column-footer-alt{
    padding:0px;
}
.sl-inline-centered-adjusted-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sl-align {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: start;
}
.sl-small-text{
    text-align: center;
    font-size:16px;
    color: var(--black);
    font-weight: 600;
}
.sl-price-alt{
    font-weight: 800;
    text-align: left;
    font-size: 24px;
    float:left;
}

/******************************************* CLASSIC ***********************************************/
.cl-car-price {
    color: var(--white);
    font-size: 27px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.c-img-holder {
    position:relative;
    height: 200px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    border-radius:0px;
}
.c-car-content {
 
   padding: 10px;
   border-radius: 0px;
}
.c-car-content-alt {
	background-color: transparent;
	background-image: linear-gradient(300deg, var(--white) 50%, var(--light-red) 50%);
	padding: 10px;
	border-radius: 0px;
	margin-bottom: 20px;
}
.c-car-price {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    text-align:left;
    color: var(--white);
    padding:10px
}
.c-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    text-align:left;
    color: var(--white);
    padding:0px
}
.c-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    margin: 0px;
    text-align:left;
}
.c-vehicle-heading6-right {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    margin: 0px;
    text-align:right;
}
.c-flex-end {
	display: flex;
	background-color: transparent;
	background-image: linear-gradient(120deg, var(--blue) 40%, var(--dark-red) 40%);
	align-items: center;
	justify-content: flex-end;
	align-content: center;
}
.c-flex-space-inside {
   display: flex;
   justify-content: space-evenly;
   font-family: "Lato", sans-serif;
   font-size: 14px;
   font-weight: 500;
   color: var(--black);
   align-items: center;
}
.c-vehicle {
    background: var(--blue);
   
   padding: 0px;
   border-radius: 0px;
}
/******** LIST ******/
.cl {
	font-size: 25px;
	color: var(--black);
}
.cl-car-column {
    background: var(--blue);
    border-radius: 0px;
    padding: 0px;
    margin-bottom:20px;
    position:relative;
    
   
}
.cl-img-holder {
	height: 100%;
	background-size: cover !important;
	background-position: center center !important;
}
.cl-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    text-align:left;
    color: var(--white);
 }
 .cl-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
   
    margin: 0px;
    text-align:left;
    color: var(--white);
 }
 .cl-car-min-details {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.cl-car-column-footer-alt{
    padding:0px;
}
.cl-inline-centered-adjusted-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cl-align {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: start;
}
.cl-align-end {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
.cl-small-text{
    text-align: center;
    font-size: 14px;
    color: var(--white);
    font-weight: 600;
    font-family: "Lato", sans-serif;
}
.cl-price {
	font-weight: 800;
	text-align: right;
	font-size: 24px;
	float: right;
	background-color: transparent;
	background-image: linear-gradient(120deg, var(--blue) 20%, var(--black)0006E 20%);
	padding: 13px;
	width: 50%;
}
.cl-price-alt {
	font-weight: 800;
	text-align: right;
	font-size: 24px;
	float: right;
	background-color: transparent;
	background-image: linear-gradient(120deg, var(--blue) 20%, var(--blue) 20%);
	padding: 13px;
	width: 50%;
}
.fs-20-white{
    font-size:20px;
    color:var(--white);
 }

/******************************************* MOTORS CLONE ***********************************************/

.mc-img-holder {
    height: 200px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	border: 1px solid var(--light-grey);
 }
 .mc-heading-holder{
    border-bottom: 1px solid var(--light-grey);
    display: flex;
    justify-content: space-between;
 }
 .mc-car-content {
    padding: 5px 0px;
    color: var(--dark-grey);
    border-bottom: 1px solid var(--light-grey);
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
 .mc-car-price {
    font-size: 12px;
	color: var(--white);
	font-weight: 600;
	margin: 0px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(100deg,var(--white) 10%, var(--dark-grey) 10%);
	min-width: 110px;
    font-family: "Lato", sans-serif;
}
.mc-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
	margin: 10px 0px 0px 0px;
    text-align:center;
    color: var(--mid-grey);
    
}
.mc-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    color: var(--dark-grey);
	overflow: hidden;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	text-align: left;
	height: 42px;
	margin: 0px;
	overflow: hidden;
}
.mc-flex-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 .mc-flex-space-inside {
    display: flex;
    justify-content: space-evenly;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    align-items: center;
}
 .mc-vehicle {
	margin-bottom: 20px;
}
.fs-14{
    font-size:14px;
    color:var(--dark-grey);
}

/******** LIST ******/
.mcl-vehicle-heading3 {
    font-family: "Lato", sans-serif;
    margin-top: 3px;
    padding-top: 2px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
}
.mcl-vehicle-heading6 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
	margin: 0px;
    text-align:center;
    color: var(--mid-grey);
}
.mcl {
	font-size: 25px;
	color: var(--black);
}
.mcl-inline{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:var(--dark-grey);
}
.mcl-car-column {
	background: var(--white);
	border-radius: 0px;
	padding: 0px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid var(--light-grey);
}
.mcl-img-holder {
	height: 180px;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 0px;
}

.mcl-car-min-details {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
}
.mcl-car-column-footer-alt{
    padding:0px;
}
.mcl-inline-centered-adjusted-row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mcl-align {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	border-right: 1px solid var(--light-grey);
	margin-right: 5px;
}
.mcl-small-text{
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size:12px;
    color: var(--dark-grey);
    font-weight: 600;
}
.mcl-price-holder {
    width: 40%;
    min-width: 40%;
}
.mcl-price-alt {
    font-weight: 800;
    text-align: right;
    font-size: 22px;
    float: right;
    color: var(--white);
    background-image: linear-gradient(120deg,var(--white) 15%, var(--dark-grey) 15%);
    width: 100%;
}
@media (max-width: 1200px) {
    .mobile-no-margin {
        margin: 0px !important;
        max-width: 100% !important;
    }
    .mcl-price-alt {
        font-weight: 800;
        text-align: right;
        font-size: 20px;
        float: right;
        color: var(--white);
        background-image: linear-gradient(120deg,var(--white) 15%, var(--dark-grey) 15%);
       
    }
}
@media (max-width: 992px) {
    .mcl-inline {
        flex-wrap: wrap;
    }
    .mcl-price-holder {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-bottom: 10px;
    }
    .mcl-price-alt {
        width: 60%;
    }
}
@media (max-width: 450px) {
    .mcl-align {
        min-width: 100px;
    }
    .mcl-price-alt {
        font-size: 18px;
        width: 60%;
    }
}
@media (max-width: 380px) {
    .mcl-price-alt {
        width: 70%;
    }
}


/* ////////////////////////////////////////// ELEMENTOR WIDGET STYLES ///////////////////////////////////////// */

.img-holder {
     position:relative;
     height: 200px;
     background-position: center center!important;
     background-size: cover !important;
     background-repeat: no-repeat !important;
     Border-radius:0px 0px 0px 0px;
 }
 .img-holder:hover .hover-overlay {
    opacity: 0.6;
}
 .hover-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    background: white;
    color: black;
    transition: 0.4s ease-out;
    z-index: 99;
}
.inline-centered-column {
    display: flex;
    justify-content: center;
    flex-direction:column;
    align-items: center;
}
.icon{
    width:50px;
    height:50px;
}
.car-price{
    color: var(--black);
    font-size: 27px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700; 
    margin:0px;
}
.heading1 {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
	margin: 0px;
    text-align:center;
    color: var(--black);
    
}
.heading2 {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
	min-height: 40px;
	margin: 0px;
    text-align:center;
    color: var(--black);
}

.flex-space{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-space i{
    margin-right:5px;
}
.car-meta-item{
    display: flex;
    justify-content: space-evenly;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    align-items: center;
}
.custom-loop-button {
	padding: 10px;
	background-color: var(--dark-grey);
	color: var(--white);
	font-size: 12px;
	border: 1px solid var(--dark-grey);
	border-radius: 50px;
	font-family: "Lato", sans-serif;
	margin: 5px 0px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	display: inline-block;
}
.custom-loop-button:hover {
    background:var(--mid-grey);
    color:var(--light-grey);
    border:1px solid transparent;
}
.custom-loop-button-wrapper{
    width:100%;
}