/*
Theme Name: VMG theme
Author: VMG Software
Version: 2.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
.new{
    position: absolute;
    top: -10px;
    color: red;
}

/* =========== Video Styles ========== */

.top-vid-head{
	position: absolute;
    top: 20px;
    right: 20px;
    font-size: 80px!important;
}

#myVideo {
	position: relative;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

@media (max-width: 920px) {
	.top-vid-head{
		font-size: 60px!important;
	}
}

@media (max-width: 700px) {
	.top-vid-head {
		top: 0px;
		right: 10px;
		font-size: 50px !important;
	}
}
@media (max-width: 550px) {
	.top-vid-head {
		font-size: 40px !important;
	}
}
@media (max-width: 400px) {
	.top-vid-head {
		font-size: 30px !important;
		top: -5px;
		right:5px;
	}
}
/* ====================================== */

.item-slick.slick-slide.slick-current.slick-active {
    outline: none !important;
  }
  
  .slider-for {
    margin-bottom: 15px;
  }
  .slider-for img {
    width: 100%;
    min-height: 100%;
  }
  
  .slider-nav {
    margin: auto;
  }
  
  .slider-nav .item-slick {
    max-width: 240px;
    margin-right: 15px;
    outline: none !important;
    cursor: pointer;
  }
  .slider-nav .item-slick img {
    max-width: 100%;
    background-size: cover;
    background-position: center;
    width:80px;
  }
  
  .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -12px;
	padding: 0px;
	color: #fff;
}
  
  .slick-prev {
    left: 0;
    visibility:hidden
  }
  .slick-prev::before {
	font-family: FontAwesome;
	font-size: 20px;
	display: inline-block;
	content: '\f0a8';
	color: #fff;
	visibility: visible;
}
  .slick-next {
    right: 0;
    visibility:hidden;
  }
  .slick-next::after {
	font-family: FontAwesome;
	font-size: 20px;
	display: inline-block;
	content: '\f0a9';
	color: #fff;
	visibility: visible;
}



.item {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent 50px);
	z-index:-1;
  }
  .item:after {
    content: "";
    display: block;
    height: 100vh;
    margin-bottom: -100vh;
  }
  .item:last-of-type {
    margin-bottom: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent 50px), linear-gradient(to top, rgba(0, 0, 0, 0.05), transparent 50px);
  }
  .item:last-of-type:after {
    display: none;
  }
  .item .image-holder {
    position: sticky;
    top: 0;
   
    z-index:99;
    overflow: hidden;
  }
  .item .image-holder img {
    position: relative;
    width: auto;
    left: 0%;
    width:296px;
  }
@media (max-width: 1900px) {
    .item .image-holder img {
        width: 250px;
    }
}
@media (max-width: 1800px) {
    .item .image-holder img {
        width: 220px;
    }
}
@media (max-width: 1740px) {
    .item .image-holder img {
        width: 180px;
    }
}
@media (max-width: 1660px) {
    .item .image-holder img {
        width: 160px;
    }
}
@media (max-width: 1620px) {
    .item .image-holder img {
        width: 120px;
    }
}
@media (max-width: 1540px) {
    .item .image-holder img {
        width: 100px;
    }
}
@media (max-width: 1500px) {
    .item .image-holder img {
        width: 80px;
    }
}
@media (max-width: 1460px) {
    .item .image-holder img {
        width: 60px;
    }
}
@media (max-width: 1420px) {
    .item .image-holder img {
        width: 50px;
    }
}
@media (max-width: 1400px) {
    .item .image-holder img {
        width: 120px;
    }
}
@media (max-width: 1360px) {
    .item .image-holder img {
        width: 100px;
    }
}
@media (max-width: 1320px) {
    .item .image-holder img {
        width: 80px;
    }
}
@media (max-width: 1280px) {
    .item .image-holder img {
        width: 60px;
    }
}
@media (max-width: 1240px) {
    .item .image-holder img {
        width: 50px;
    }
}
@media (max-width: 1200px) {
    .item .image-holder img {
        width: 0px;
    }
}








.slider-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}


.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {

  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: -14px;
	top: -14px;
	background-color: #fff;
	border: 13px solid #c3c3c3;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #c3c3c3;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
  margin:0px 10px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
#slider-fit {
    padding: 0 16px;
}

.noUi-value{
    color:transparent;
}

.noUi-marker {
	position: absolute;
	width: 1px;
	
	background: #fff;
	height: 10px;
	top: -5px;
}



.slider{
    background: #383838;
    padding: 5px 15px 10px;
    border-radius: 5px;
}


.ui-slider {
	background: #fff;
	width: 90%;
	margin: auto;
	height: 2px;
	/* margin-top: 10px; */
}

.ui-slider-handle {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	left: -14px;
	top: -16px;
	background-color: #fff;
	border: 15px solid #c3c3c3;
	display: inline-block;
	position: absolute;
	color: #fff;
	margin-left: -15px;
    z-index:9;
}







.not-selectable{
    cursor: not-allowed;
}
.mr-5{
    margin-right:5px;
}
.ml-10{
    margin-left:10px!important;
}
.mw-12{
    min-width:12px;
}
.strikethrough{
    text-decoration: line-through;
    text-decoration-color: #cdcdcd;
    text-decoration-thickness: 2px;
}
.twohundred{
    width:200px;
}
.mw-25 {
	min-width: 25%;
	max-width: 25% !important;
}
.top-bar {
    background: linear-gradient(36deg, #365724, #588d3b);
    padding: 13px;
    color: #ffffff;
  }
  .inline {
    display: flex;
  }
  .info-links-left {
	display: flex;
	width: 100%;
	margin: 0px;
	padding: 0px;
	flex-wrap: wrap;
}
.info-links-right {
  display: flex;
  gap: 16px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.link-item {
  list-style-type: none;
  margin: 0px 2px;
  display: flex;
  align-content: center;
}
.link-alt {
    color: #ffffff;
    text-decoration: none;
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
  }
  .link-alt:hover {
    color: #ffffff;
  }
  .mh-link{
    color:var(--white);
    transition: all 0.5s ease-in-out;
    font-size: 12px;
  }
  .mh-link:hover{
    color:var(--medium-teal);
  }
  .c-black{
   color:#000000; 
  }
  .required {
	position: absolute;
	color: red;
	left: 17px;
	top: -2px;
}
.required2{
    position: absolute;
color: red;
left: 5px;
top: 19px;
z-index: 99;
}
  .pg-btn {
	background: #000;
	
	color: #fff !important;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.head4 {
    color: #fff;
    /* width: 200px; */
    padding: 10px 50px;
    text-align: center;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(19,97,228,1) 30%, rgba(13,67,157,1) 50%, rgba(19,97,228,1) 70%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(19,97,228,1) 30%, rgba(13,67,157,1) 50%, rgba(19,97,228,1) 70%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(19,97,228,1) 30%, rgba(13,67,157,1) 50%, rgba(19,97,228,1) 70%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
}
.head3{
    font-size: 24px;
    font-weight: 600;
    color: #f5f5f5;
}
.head5{
    font-size: 20px;
    font-weight: 600;
    color: #f5f5f5;
}
.head6{
    font-size: 16px;
    font-weight: 600;
    color: #f5f5f5;
}
.p-feature{
    font-size: 14px;
    font-weight: 600;
    color: #f5f5f5;
}
.v-text {
	font-size: 14px;
	font-weight: 400;
	color: #f5f5f5;
	text-transform: none;
	margin: 0px;
	padding: 5px;
	background: #333;
	border-top: 1px solid #121212;
	min-height: 53px;
}
.share-btns-float{
    position: absolute;
    right: 0;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.nths:nth-child(odd) .quote-block {
    background: #cae3bd;
    padding: 20px 50px;
    margin: 20px 0px 20px 20px;
    border-radius: 30px;
    width: 100%;
}
.nths:nth-child(even) .quote-block {
    background: #bdcae3;
    padding: 20px 50px;
    margin: 20px 50px 20px 20px;
    border-radius: 30px;
    width: 100%;
}
.nths:nth-child(odd) .quote{
    font-size:60px;
    color:#588d3b;
    margin-left:50px;
}
.nths:nth-child(even) .quote{
    font-size:60px;
    color:rgb(13,67,157);;
}
.link-items{

    padding: 0 5px;
}
.link-item{
    text-decoration: none;
}
.current-page-btn{
    background:#232628!important;
    color:#fff!important;
    border:1px solid #fff;
}
.pg-btn:hover {
    background: #232628;
    color: #fff!important;
}
.page-btns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.page-numbers {
    margin: 0px 5px;
}
.no-display{
    display:none;
}
.no-show{
    visibility:hidden;
}
#deposit_amount{
    display:none;
}
/* Body */
.nav-item {
	/* width: 14%; */
	text-align: center;
	font-size: 14px;
}
.r-align {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.circle-icon {
    background: #ffffff;
    color: #000;
    font-size: 14px;
    width: 30px;
    height: 30px;
    display: flex!important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s ease-in-out;
}
.dark-circle-icon {
	background: #588d3b;
	border-radius: 50px;
	color: #ffffff;
	font-size: 14px;
	width: 30px;
	height: 30px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	margin-right: 5px;
	
}
.dark-circle-text {
	color: #ffffff;
	font-size: 12px;
	display: inline-flex !important;
	transition: all 0.5s ease-in-out;
	margin-right: 5px;
	margin-bottom: 5px;
}
.circle-icon:hover{
    background: #1589ff;  
    color:#ffffff;
}
.header-details{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:10px;
}
.c-buttons {
    background: #fff; 
    border-radius: 5px;
    color: #1f1f1f!important;
    width: 40px;
    height: 40px;
    margin-left:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration:none;
    cursor:pointer;
    transition: all 0.5s ease-in-out;
}
.s-f {
	padding: 10px;
	margin: 0px;
	color: #fff;
	text-align: center;
    font-weight:600;
}
.flexy{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-evenly {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.payments {
	width: 120px;
	margin: 0px 20px;
}
.v-online {
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #1f1f1f;
    font-size: 14px;
    margin-left: 5px;
}
.c-buttons:hover{
    background: #333333; 
    color:#ffffff!important;
}
.brand-img {
	/* width: 100%; */
	padding: 10px 0px;
	height: 130px;
}
.relative{
    position:relative;
}
.absolute-details {
    position: absolute;
    right: 0px;
    display: flex;
    top: 0px;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.fl{
    display: flex;
    align-items: baseline;
}
.fa-location-arrow{
    margin-left:-5px;
}
.flex-center-center {
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.flex-left{

        display: flex!important;
        /* align-items: center; */
        justify-content: flex-start;
   
}
.flex-center-center-column {
    display: flex!important;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
.workshop-block {
	padding: 50px 10px;
	background: rgba(0,0,0,0.7);
	text-align: center;
	border-radius: 30px;
}
.in{
    display: flex;
    align-items: center;
}
.fm{text-align:right}
.vehicle{
    padding:0px;
    margin-bottom:20px;
}
.blanc {
	background: #588d3b;
}
.color-white{
    color:#ffffff;
}
.flex-right-alt{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.flex-right {
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-end;
	height: 100%;
}
.flex{
    display:flex
}
.column{
    flex-direction:column;
}
.flex-row{
    display:flex
}
.flex-center{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.workshop-image{
    width:60%;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
    background:#333!important;
    color:#c3c3c3;
}
.clearall{
    clear:both;
}
.head3{
    font-size: 24px;
    font-weight: 600;
    color: #f5f5f5;
}
.uppercase{
    text-transform:uppercase;
}
input, select, textarea {
    color: #000!important;
    font-size:14px!important;
    font-weight:400!important;
}
.svg-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	padding: 25px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.4);
	margin: 0 auto 20px;
	color: white;
	box-shadow: 0px 7px 20px -9px #000;
	overflow: visible;
}
.para {
	height: 400px;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed !important;
	background-size: cover !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Navbar */
.vmg-custom{
    /*background:#333333;*/
    background: rgb(119,15,16);
    
}
.none{
    text-decoration:none;
    color:transparent;
}
.skew-menu {
    text-align: center;

}
.skew-menu ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    transform: skew(-25deg);
}
.skew-menu ul li {
    background: transparent;
    float: left;
    /*border-right: 1px solid #eee;*/
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s linear;
    /*border:1px solid #fff;*/
}
.skew-menu ul li:first-child {
    border-radius: 7px 0 0 7px;
}
.skew-menu ul li:last-child {
    /*border-right: none;*/
    border-radius: 0 7px 7px 0;
}
.skew-menu ul li:hover {
    /*background: #fff!important;*/
    color: #330607!important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.skew-menu ul li a {
    display: block;
    padding: 1em 2em;
    color: inherit;
    text-decoration: none;
    transform: skew(25deg);
}
.navbar-navigate {
    display: flex;
    font-size:10px;
    padding-left: 0;
    list-style: none;
    margin:auto;
    text-transform:uppercase;
}
.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.button{display:none;}

.top-logo {
	height: 100px;
}

.navbar .navbar-brand{
    color:#fff;
}
.skew{
    position: absolute;
    /*width: 50%;*/
    color:#fff;
    top: 10px;
    left: 58%;
    height: 40px;
    z-index:9;
    font-weight:400;
}
.toplink {
    color: #fff;
    text-decoration: none;
    display: flex;
    transition: all 0.15s ease-in-out;
    justify-content: center;
    align-items: center;
}
.toplink:hover{
    color:#9dd5f7;
    text-decoration:none;
}
.large-p{
    font-size:30px;
}
.lm-5{
    margin-left:5px;
}
.m-p{
    font-size:18px;
}
.change{
        display:none;
        padding:8px;
        text-transform:uppercase;
}
.no-wrap{
    flex-wrap: nowrap!important;
}
.no-left-padding{
    padding-left:0px!important;
}
.list-style{
    overflow:hidden;
}
.sel{
    background:#1f1f1f!important;
    color:#fff!important;
}
.sel:hover{
    color:#333333!important;
    background:#777!important;
}
.selected {
    color:#cdcdcd;

}
.selected:hover {
	color: #555 !important;
}
.selected-text {
    color:#ffffff!important;
}
.selectedx{
    border-bottom: 1px solid #fff;
    /*border-bottom-left-radius: 20px 10px;*/
    /*border-bottom-right-radius: 20px 10px;*/
}
/* Front Page (Home) */
.mainh1{
    font-weight:600;
    font-size:5vw;
    margin:0px!important;
}
.mainh1-alt {
	font-weight: 600;
	font-size: 39px;
	margin: 0px !important;
	width: 100%;
	background: #696969;
	padding: 5px;
	margin-left: 10px !important;
}
.mainh3{
    font-weight:800;
    font-size:3rem;
}
.mainh2{
    font-weight:800;
    font-size:30px;
}
.head5{
    font-size:20px;
    font-weight:800;
}
.d-md-block{
    top:0%;
}
.large-image{
    display:block;
}
.small-image{
    display:none;
}


/*Carousel Gallery*/
.carousel-gallery {
    margin: 50px 0;
    padding: 0 30px;
}
.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    /*height: 200px;*/
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, 0.2);
}
.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #bc1818;
    transform: scale(1.1, 1.1);
}
.section4{
    background:#212121;
}



.call-to-action:hover{
    background:#fff;
    color: #bc1818 !important;
}



.section1{
    background-size: cover;
    background-position: center;
}
.welcome {
	box-shadow: 0 2px 2px 0 rgba(77,77,79,0.08),0 0 2px 0 rgba(77,77,79,0.16);
	padding: 30px;
	background: #cdcdcd;
	border-radius: 5px;
}
.single-welcome {
    text-align: center;
    color: #333333;
    padding: 30px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.share-head{
    width: 100%;
    font-size: 12px;
    color: white;
}
.wa-holder {
    background: #333333;
    border-radius: 5px;
    padding: 16px;
    display: flex;
    align-items: center;
}
.welcome-alt {
	text-align: center;
	color: #333333;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	margin: 0px 15px;
	width: 30% !important;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.welcome-small{
    text-align:center;
    width:60%;
    color:#333333;
    /*border-radius:10px 0px;*/
    padding:30px 0px;
    display: block;
    text-decoration: none;
    margin:auto;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.dark-card {
	padding: 10px;
	font-size: 12px;

	color: #fff;
}
.fin-btn{
    color: #fff;
text-decoration: none;
width: 100%;
display: block;
padding: 10px 0px;
background: #007ad9;
text-align: center;
}
.fin-btn:hover{
    background:#005da6;
}
.btn-holder{
    padding:20px;
    font-size:14px;
}
.back-btn {
	background: #000;
	color: #fff;
	font-size: 14px;
	border-radius: 0;
	margin-top: -20px;
	border: 1px solid transparent;
	display: block;
	margin-bottom: 20px;
}
.dark-card-alt {
    width: 30%;
    margin: auto;
    background: #1f1f1f;
    border: 1px solid #ffffff;
    padding: 10px;
    border-radius: 500px;
}
.welcome h1 {
    text-transform:uppercase;
    /*transform: skew(25deg);*/
    /*text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);*/
    color: #333;
    margin:0px;
}
.welcome h3 {
    text-transform:uppercase;
    /*transform: skew(25deg);*/
    /*text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);*/
    color: #333;
    margin:0px;
}
.welcome-small h3 {
    text-transform:uppercase;
    /*transform: skew(25deg);*/
    /*text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);*/
    color: #333;
    margin:0px;
}
.hr{
    border-top:2px solid #333333;
    opacity:1;
    width:50%!important;
    margin:auto;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

/* ======================= Enquiry Form ====================== */
.close {
    margin: -10px;
    float: right;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    padding: 0px 7px;
    background: #ffffff;
}


#start{
    cursor:pointer;
}
#hidden_1{
    display:none;
}
#hidden_2{
    display:none;
}
#hidden_3{
    display:none;
}
#hidden_4{
    display:none;
}
#hidden_5{
    display:none;
}
#hidden_6{
    display:none;
}
#hidden_7{
    display:none;
}
#hidden_8{
    display:none;
}
#hidden_9{
    display:none;
}
#hidden_10{
    display:none;
}
#hidden_11{
    display:none;
}
#hidden_12{
    display:none;
}
#deposit-amount-copy{
    display:none;
}
#tradein-amount-copy{
    display:none;
}
#id-number-copy{
    display:none;
}
/*===================================================================*/



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

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
/* ==============================================================*/
.custom-btn {
	color: #fff;
	padding: 6px 14px;
	background: #000;
	display: inline-block;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 800;
}
.custom-btn:hover{
    background: #fff;
    color:#000!important;
}
.custom-btn2 {
	color: #fff;
	padding: 4px 12px;
	width: 100%;
	background: #000;
	display: inline-block;
	text-decoration: none;
	border: 1px solid transparent;
	transition: all 0.5s ease-in-out;
	border-radius: 4px;
	display: block;
	position: relative;
	top: 30px;
	height: 35px;
}
.custom-btn2:hover{
    color:#000;
    background: #fff;
}
.custom-lg-btn {
	border-radius: 5px;
	padding: 20px;
	background: #383838;
	color: #fff;
	border: 1px solid #000;
	margin: 25px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	width: 25%;
	display: block;
	margin: auto;
}
.custom-lg-btn:hover {
    color: #fff;
}
.large {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    /*background: linear-gradient(to right, #333333 0%, #bc1818 100%);*/
    /*-webkit-background-clip: text!important;*/
    /*-webkit-text-fill-color: #333333;*/
}
.fs-24{
    font-size:24px;
}
.cr{
    min-width:18%;
    
}
.curr {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: flex-end;
    align-content: center;
}
.currencyinput{
    padding: 5px 0px 0px 0px;
}
.currencyinputlarge{
    padding: 7px 0px 0px 0px;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333333 !important;
}
.showroom{
    background: rgb(33,33,33);
    
}
.showroom-btn{
 
        position: relative;
        color: #232628!important;
        text-decoration: none;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 2px solid #232628;
        border-radius: 1000px;
        padding: 10px 20px;
        margin: 40px;
        /* box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15); */
        transition: 0.5s all ease-in-out;
 
}
.showroom-btn:hover{
 
    position: relative;
    color: white!important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background:#232628;
    border: 2px solid #232628;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 40px;
    /* box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15); */
    /* transition: 0.5s all ease-in-out; */

}
.white-btn{
 
    position: relative;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 40px;
    /* box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15); */
    transition: 0.5s all ease-in-out;

}
.white-btn:hover{

position: relative;
color: #232628!important;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
background:#fff;
border: 2px solid #fff;
border-radius: 1000px;
padding: 10px 20px;
margin: 40px;
/* box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15); */
/* transition: 0.5s all ease-in-out; */

}
.white-btn{
 
    position: relative;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 40px;
    /* box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15); */
    transition: 0.5s all ease-in-out;

}
.white-btn:hover{

position: relative;
color: #232628!important;
text-decoration: none;
display: inline-block;
text-transform: uppercase;
letter-spacing: 1px;
background:#fff;
border: 2px solid #fff;
border-radius: 1000px;
padding: 10px 20px;
margin: 40px;
/* box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15); */
/* transition: 0.5s all ease-in-out; */

}
.percentage{
    padding: 5px 0px 0px 0px;
}
.vehicles{
    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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.white-label {
	color: #c3c3c3;
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	width: 100%;
}
.filter-heading{
    color: #ededed;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
    margin:0px;
	text-transform: uppercase;
}
.filter-display {
	padding: 15px 0px;
}
.flex-center-end{
   
        display: flex;
        justify-content: center;
        align-items: flex-end;
   
}
.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: #333333!important;
    border-color: #333333!important;
}
.v-images {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .v-images {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 50% 100%;
} */
.v2-images {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: 0% 100%;
}
.img-holder {
  height: 200px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
/* .img-holder {
    position:relative;
	height: 180px;
	background-size: cover !important;
	background-position: center center!important;
} */
.curtain {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSI+CiAgPHBhdGggZD0iTTAgNCBMMCAyOCBMMzIgMjggTDMyIDQgeiBNNCAyNCBMMTAgMTAgTDE1IDE4IEwxOCAxNCBMMjQgMjR6IE0yNSA3IEE0IDQgMCAwIDEgMjUgMTUgQTQgNCAwIDAgMSAyNSA3Ij48L3BhdGg+Cjwvc3ZnPg==") no-repeat center hsl(0, 0%, 80%);
      background-size: calc(100%/3);
    overflow:hidden;
    z-index:20;
  }
  
  .img-holder, .curtain {
      min-height:200px;
      height:100%;
  }
  
  .shine {
      width: 100%;
      height: 100%;
      transition: 0.3s;
      background: linear-gradient(-90deg, #efefef 0%, #fcfcfc 50%, #efefef 100%);
      background-size: 400% 400%;
      -webkit-animation: shine 1.3s infinite;
      animation: shine 1.3s infinite;
      opacity:0.8;
  }
  
  @-webkit-keyframes shine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: -135% 0%;
    }
  }
  @keyframes shine {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: -135% 0%;
    }
  }
.img-car-holder {
	height: 200px;
	background-size: cover !important;
	background-position: center bottom!important;
}
.team-img-holder {
	height: 250px;
	background-size: cover !important;
	background-position: center !important;
	border: 1px solid #fff;
}
.team-link{
    color:#1589ff;
    text-decoration:none;
    transition: all 0.5s ease-in-out;
}
.team-link:hover{
    color:#cdcdcd;
}
.heading-holder {
	background: #fff;
	height: 50px;
	display: flex;
}
.heading-holder-alt {
	background: #fff;
	/* height: 50px; */
	display: flex;
	/* overflow: hidden; */
	justify-content: space-between;
}
.c-link{
    color: #588d3b;
	text-decoration: none !important;
	font-weight: 400;
	text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.c-link:hover{
    color:#fff;
}
.c-link-alt{
    color: #fff;
	text-decoration: none !important;
	font-weight: 400;
	text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.c-link-alt:hover{
    color:#121212;
}
.tick{
    color: #588d3b;
    margin-right:10px
}
.tick.space{
    color: #588d3b;
    margin-right:10px;
    margin-left:20px;
}
.p-link {
	color: #fff;
	text-decoration: none !important;
	font-weight: 400;
	text-transform: uppercase;
	background: #333333;
	width: 20%;
	display: block;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
    margin: auto;
  
}
.great-big {
	font-size: 50px;
	visibility: hidden;
}
.c-red2{
    color:#de5c63;
}
.c-red{
    color: rgb(214,49,59)!important;
}
.c-yellow{
   color: #c9a349!important;
}
.c-white{
    color:#ffffff!important
}
.c-light-grey{
    color:#c3c3c3!important;
}
.c-dark{
    color:#232628!important
}
.c-dark-blue{
    color:#588d3b!important
}
.c-medium-blue{
    color:#1361e4!important
}
.c-light-blue{
    color:#9dd5f7!important
}
.d-year{
    background: #4d7b33;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.d-condition{
    background: #588d3b;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.d-colour{
    background: #588d3b;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.d-mileage{
    background: #639f43;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.d-body{
    background: #3278ee;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.d-transmission{
    background: #5690f1;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.full-width{
    width:100%;
}
.d-fuel{
    background: #7aa8f4;
    padding: 1px 8px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 2px;
    display: inline-block;
}
.dd-white {
	padding: 1px 8px;
	color: #fff;
	display: inline-block;
	min-width: 120px;
}

button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 50px;
    padding: 10px 30px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
    transition: all .3s ease-in-out;
  }
  
  .p-link > span.bg {
    background: #cdcdcd;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all .3s ease-in-out;
    
  }
  
  .p-link:hover {
    color: #333333;
  }
  
  .p-link:hover > span.bg {
    transition: all .3s ease-in-out;
  }
  
  .car-img{
        background-size: cover!important;
        background-position: bottom center!important;
  }
  
  
  /* left */
  
  .p-link.lft > .bg {
    left: 0;
    bottom: 100%;
    transform: translateY(-100%);
  }
  
  .p-link.lft:hover > .bg {
    transform: translateY(100%);
  }
  

/* .p-link:hover{
    color:#cdcdcd
} */
.l-content{
    padding:10px;
}
.price-holder{
    background: transparent;
padding: 0px;
}
.price {
    background: #333;
    font-weight: 400;
    text-align: center;
    font-size: 16px;
    padding: 12px;
    background: rgb(51,51,51);
    transition: 0.7s all ease-in-out;
/* background: -moz-linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(119,119,119,1) 50%, rgba(51,51,51,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(119,119,119,1) 50%, rgba(51,51,51,1) 100%);
background: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(119,119,119,1) 50%, rgba(51,51,51,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#333333",endColorstr="#333333",GradientType=1);  */
}
.price-alt {
	background: #333;
	font-weight: 800;
	text-align: right;
	font-size: 18px;
	width: 20%;
	display: flex;
	justify-content: right;
	align-items: top;
	padding: 5px 10px;
}
.inside-link {
    background: linear-gradient(36deg, #365724, #588d3b);
}
.inside-inside-link{
    background: rgba(19,97,228,1);
    border-radius: 10px;
    padding:10px;
}
.bbttnn {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid white;
    border-radius: 1000px;
    padding: 10px 20px;
    margin: 40px;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
    transition: 0.7s all ease-in-out;
  }
  .bbttnn:hover{
    color:#cae3bd;
    border: 2px solid #cae3bd;
  }
  /* .button:hover {
    cursor: pointer;
    background: white;
    color: #333333;
    -webkit-animation: none;
            animation: none;
  } */
  .button-pulse {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
            animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
    transition: 0.7s all ease-in-out;
  }
  .button-pulse:hover {
    -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
            animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 #cae3bd;
  }
 .onefifty{
    width:150px;
 } 
  
  @-webkit-keyframes pulse {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
  }
  
  @keyframes pulse {
    to {
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
    }
  }

.inside-vehicle {
    transition: all 0.7s ease-in-out;
    color:#fff;
}


.details {
    background: #333;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    font-size: 12px;
    align-items: center;
    display: flex;
    text-align: center;
    transition: all 0.7s ease-in-out;
    justify-content: center;
}
.details-alt {
    background: #333;
    color: #fff;
    display: block;
    justify-content: flex-end;
    /* height: 100%; */
    flex-grow: 1;
}
.name {
    background: #000;
    color: #ffffff;
    font-weight: 800;
    padding: 5px;
    text-align: left;
    font-size: 18px;
    max-height: 70px;
    overflow: hidden;
    transition: 0.7s all ease-in-out;
    overflow:hidden;
    max-height:37px;
}
.name-alt {
	background: #333;
	color: #fff;
	font-weight: 800;
	padding: 5px;
	text-align: left;
	width: 80%;
}
.v-name{
    font-size:24px;
    line-height:24px;
}
.smaller-18{
    font-size:18px;
    color:#ccc;
}
.car-content {
	padding: 10px 5px;
	margin: auto;
	font-size: 14px;
	color: #c3c3c3;
	transition: all 0.7s ease-in-out;
	line-height: 25px;
	font-weight: 600;
	text-transform: capitalize;
}
.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:#bdcae3;
    padding:0px 20px 20px 20px;
    border-radius:30px;
}
.form h5 {
    margin-bottom: 20px;
    text-align:center;
    font-weight:600;
}
.submit {
	font-size: 12px !important;
	background: #ededed;
	color: #232628 !important;
	display: inline-block;
	padding: 9px;
	cursor: pointer;
	border: 1px solid transparent;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.submit:hover{
    background:#1f1f1f;
    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: #fff;
	font-weight: 400;
	text-transform: uppercase;
	padding: 20px;
	background: #696969;
}
.weekday{
    width:150px;
    display:inline-block;
}
.no-bullets{
    list-style-type: none;
    font-size:14px;
    font-weight:600;
}
.contact-link{
    text-decoration:none;
}
.contact-link:hover{
    color:#1361e4!important;
}
.car-link{
    color:#fff;
    text-decoration:none!important;
    font-weight: 400;
    text-transform: uppercase;
}
.car-link:hover{
    color:#fff
}
.v-details{
    width: 70px;
float: right;
margin-right: 20px;
}
.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: #333333;
    font-weight: 600;
}
.dropdown{
    display:inline;
}
.search-hold{
    text-align:center;
}
.search-btn{
    padding: 5px 20px;
    border-radius: 50px;
    transition:all 0.5s ease-in-out;
    color:#588d3b ;
    border: 1px solid #588d3d!important;
}
.search-btn:hover{
    background:#588d3b;
    color:#fff;
}
.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;
}
.team-block {
    margin-bottom:20px;
	border: 2px solid #588d3b;
	padding: 0px;
	border-radius: 5px;
}
.team-image {
	width: 100%;
	border-radius: 5px 5px 0px 0px;
}
.team-description {
	background: #fff;

	border-radius: 0px 0px 5px 5px;
}
.eq-height {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.team-block-link{
    color:#1f1f1f;
    text-decoration: none;
}
.team-block-link:hover{
    color:#1361e4!important;
}
.no-margin{
    margin:0px!important;
}
.no-padding{
    padding:0px!important;
}
.align-items{
    align-items:center!important
}
.radius-right{
	border-radius: 0px 5px 5px 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: 30px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
}
.disp-alt{
    padding:15px;
    border-radius: 30px;
    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-alt {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	padding: 20px 10px;
	color: #fff;
	display: inline-block;
}
.head6alt {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 10px;
	color: #cdcdcd;
	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;}
.footertext {
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}
.min-3 {
	min-width: 250px;
	/* max-width: 300px !important; */
	/* margin-bottom: 20px; */
}
.img-img-holder{
    height: 100px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    filter: grayscale(100%)!important;
}
.img-img-holder:hover{
    filter: grayscale(0%)!important;
}
.smaller {
	font-size: 14px;
	color: #b9b9b9;
}
.tiny{
    font-size:12px;
    margin:0px!important;
}
.file-btn-holder{
    background-color: #f4f4f4;
    padding: 0.571em 1em;
    border: 1px solid #c8c8c8;
    color: #333;
}
.flex-image-items{
    display: flex;
    align-items: center;
}
.cancel-btn{
    font-size: 14px !important;
	color: #fff !important;
	display: inline-block;
	padding: 7px 20px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	background-color: #035baa !important;
	border: 1px solid #0059a9 !important;
	border-radius: 4px;
	font-weight: 600;
  
}
.close-btn{
    font-size: 14px !important;
	color: #fff !important;
	display: inline-block;
	padding: 7px 14px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	background-color: #035baa !important;
	border: 1px solid #0059a9 !important;
	border-radius: 4px;
	font-weight: 600;
    margin-left:20px;
}
.disabled-btn{
    opacity: 0.6;
    pointer-events: none;
    cursor:not-allowed;
}
.inputfile + label {
	font-size: 14px !important;
	color: #fff !important;
	display: inline-block;
	padding: 7px 20px;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	background-color: #035baa !important;
	border: 1px solid #0059a9 !important;
	border-radius: 4px;
	font-weight: 600;
}
.input-p, .calc-p{
    color:#588d3b;
    font-size:12px;
}
.inputfile:focus + label,



.inputfile{
    display:none;
}

.input-group-addon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	background: #e9ecef;
	color: #333;
	border-radius: 4px;
	position: absolute;
	top: 22px;
	right: 0px;
	height: 30px;
}

.height{
    height:120px;
}

/* UPLOADER */

#drop_file_zone {
	background: #fff;
	color: #333;
}
#drag_upload_file {
 
}
#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: #232628;
    padding: 15px;
    border-radius: 50px;
    text-transform: uppercase;
}
.vehicle-heading-alt{
    color: #fff;
    text-align: center;
    font-weight: 600;
    /*background: #333333;*/
    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="#333333",endColorstr="#bc1818",GradientType=1);
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}
.price-heading {
    color: #fff;
    text-align: center;
    font-weight: 600;
    background: #696969;
    padding: 9px;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap:wrap;
}
.small-price{
    background: #212121;
    padding: 8px;
    margin-left: 20px!important;
    font-size: 12px;
}

.team-heading{
    color: #fff;
    text-align: center;
    font-weight: 400;
    background: rgb(13,67,157);
    background: -moz-linear-gradient(90deg, rgba(13,67,157,1) 0%, rgba(19,97,228,1) 50%, rgba(13,67,157,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(13,67,157,1) 0%, rgba(19,97,228,1) 50%, rgba(13,67,157,1) 100%);
    background: linear-gradient(90deg, rgba(13,67,157,1) 0%, rgba(19,97,228,1) 50%, rgba(13,67,157,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#588d3b",endColorstr="#588d3b",GradientType=1);
    padding: 15px;
  
}
.custom-field{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #333333;
    font-size: 14px !important;
}
#graph{
    border: 2px solid #333333;
    border-radius:10px;
    width:100%;
}
.center-pc{
    text-align:center;
}
.calc-output{
    width: 100%;
    padding: 0px;
    border-radius: 5px;
    background: #333333;
    color:#fff;
}
.vehicle-heading h6, .price-heading h6 {
    margin:0px;
}
.fotorama__stage {
    border-radius: 0px
}
.fotorama__thumb {
    border-radius: 0px;
}
.fotorama__thumb-border{
    border-radius: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-holder{
    min-height:190px;
}
.car-image-alt {
	/* background-size: cover !important; */
	/* background-position: center top !important; */
	height: 100%;
	width: 100%;
	object-fit:cover;
}
.fa-filter{
    visibility: hidden;
}
.response{
    font-size:12px;
    text-align:center;
    text-transform:uppercase;
    padding:20px;
}
/* Footer */
.main-footer {
    background: #cdcdcd;
}
.main-footer a{
    color:#1f1f1f;
    text-decoration:none;
    transition: all 0.5s ease-in-out;
}
.main-footer a:hover{
    color:rgb(13,67,157);;
    text-decoration:none;
}
.footer {
    background: #333;
	
}
.footer h1{
    color:#c3c3c3;
    margin:20px 0px;
    font-weight:600;
}
.footer p{
    color:#c3c3c3;
}
.footer-link{
    color:#007ad9;
    text-decoration:none;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
.footer-link:hover{
    color:#007ad9;
    text-decoration: underline;
}
.footer-link-alt{
    color:#c3c3c3;
    text-decoration:none;
    border-bottom: 1px solid transparent;
    transition: all 0.5s ease-in-out;
}
.footer-link-alt:hover{
    color:#c3c3c3;
    text-decoration: underline;
}
.footer .vmg {
    color: #9be399;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.footer .vmg:hover{
    color:#60d35d;
    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: #cdcdcd;
    color: #1f1f1f !important;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    width: 200px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.paginate:hover {
    background:#232628;
    color: #cdcdcd!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: #333333;
}
.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: #333333;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: #333333;
    border-radius: 0px;
    border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #333333;
    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="#333333",endColorstr="#bc1818",GradientType=1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}
.rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #333333;
    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="#333333",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="#333333",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="#333333",endColorstr="#bc1818",GradientType=1);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid #333333;
    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="#333333",endColorstr="#bc1818",GradientType=1);
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid #333333;
    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;
}
.share-btns-nofloatmob {
    display:none;
}
.set-width{
    min-width:200px;
}
.svn{
    font-size: 25px!important;
    margin: 5px 0!important;
    color: #f5f5f5!important;
    font-weight: 700!important;  
}
.vn{
    font-size:19px;
    color:#bbb;
}
.price-heading-s{
    font-size:16px;
    font-weight:700;
    color:#c3c3c3;
}
.f-c{
    display:flex;
    align-items: center;
}
.circle-price {
    color: #fff;
    background: #212529;
    border-radius: 50px;
    border: 3px solid #fff;
    width: 30px;
    height: 30px;
    display: inline-flex!important;
    /* align-content: center; */
    align-items: center;
    justify-content: center;
}
.btt {
	display:none;
	color: #fff;
	width: 100%;
	padding: 5px;
	background: #444;
	text-align: left;
	position: absolute;
	border-radius: 0px;
	transition: opacity 1s;
	font-size: 14px;
    font-weight:400;
    line-height:24px;
	z-index: 99;
    font-family:"Roboto Condensed", sans-serif
}
  .btt:after {
    content: '';
    border-width: 5px;
    position: absolute;
    border-style: solid;
  }
  .circle-price:hover .btt {
      display:block;
  }
  .xbtt {
	left: 0px;
	bottom: -80px;
}
  .xbtt:after{
    right: 45%;
    bottom: 100%;
    border-color: transparent transparent #444 transparent;
  }
  .bb{
    border-bottom:1px solid #333;
  }
/*===================================================================================================================*/

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

}
@media (max-width: 1400px) {
	.v-text {
	
	min-height: 73px;
}
	.custom-btn2 {
	
	top: 10px;

}
    .p-link {
        width: 40%;
    }
    .share-btns-float{
        display: none;
    }
    .share-btns-nofloatmob{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        min-width:150px;
    }
    .share-btns-nofloatmob i{
        font-size: 14px;
        width: 20px;
        height: 20px;
    }
    
    .share-btns-nofloatmob h6{
        color: #fff;
    }
}
@media (max-width: 1300px) {
    .animate {
        font-size: 2rem;
    }
}
@media (max-width: 1250px) {
    .mainh1-alt{
       
        font-size:36px;
       padding: 11px;
    }
    
    .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: 1160px) {
    .img-holder, .curtain {
	min-height: 150px;
	height: 100%;
}
    .img-holder {
	height: 150px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
}
@media (max-width: 1200px) {
	.custom-btn2 {
	
	top: 10px;

}
    .row.tiny {
        font-size: 10px;
    }
    .d-year{
        padding: 1px 4px;
    }
    .dark-card-alt {
        width: 40%;
    }
    .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: 992px) {
	.custom-btn2 {
	top: 0px;
}
    .para {
        height: auto;
    }
    .mmb{
        margin-bottom:15px;
    }
    .mw-25 {
        min-width: 33.33%;
        max-width: 33.33% !important;
    }
    .single-welcome h1.mainh1-alt{
        text-align: left!important;
    }
    .row.tiny {
        font-size: 12px;
    }
    .d-year{
        padding: 1px 8px;
    }
    .nav-item {
        width: 50%;
        text-align: center;
    }
    .par{
        font-size:14px;
    }
    .curr {
        flex-wrap: wrap;
    }
    .cr {
        min-width: 30%;
    }
    .dark-card-alt {
        width: 60%;
    }
    .center-pc{
        text-align:left;
    }
    .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;*/
    }
	 .img-holder, .curtain {
	min-height: 200px;
	height: 100%;
}
    .img-holder {
	height: 200px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
    .grey{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 600;
    }
    .car-holder {
        margin-bottom:10px;
    }
    .small-on-small{
        padding: 8px!important;
    }
    .paginate {
        width: auto;
    }
}
@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{
       
        margin-left:30%;
    }
   
}
@media (max-width: 768px) {
	.v-text {
	min-height: 0px;
}
	.img-holder, .curtain {
	min-height: 250px;
	height: 100%;
}
    .img-holder {
	height: 250px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
	.car-image-alt {
	height: 300px;
}
	.details-alt {
	
	height: 40px;
}
    .m-m-15{
        margin-top:15px!important;
    }
    .mw-25 {
        min-width: 50%;
        max-width: 50% !important;
    }
    .share-btns-nofloatmob{
     width:100%;
    }
    .row.tiny {
        font-size: 10px;
    }
    .d-year{
        padding: 1px 4px;
    }
    .mainh1-alt {
        margin-left: 0px !important;
    }
    .pg-btn {
        width: 30px;
        height: 30px;   
    }
    .paginate {
        padding: 6px;
    }
    .mt-mobile {
        margin-top: 10px!important;
    }
    .single-welcome {
        flex-wrap: wrap;
    }
    .cr {
        min-width: 100%;
    }
    .dark-card-alt {
        width: 80%;
    }
    .main-data p, .sub-data p {
        margin-bottom:5px!important;;
    }
    .small-no-show{
        display:none!important;
    }
    .small-show{
        display:block;
        padding:5px;

        border-radius:50px;
        margin-top:5px;
        width: 85px;
        background:#333333;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    }
    .small-on-small{
        margin-bottom:10px;
    }
    .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;
    }
   

    .banks {
        width: 45% !important;
        margin: 10px 10px !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;
      
    }

    .navbar-toggler{
        font-size:2.5rem!important;
        margin-left:0px;
    }
    .showroom{
        visibility:hidden;
        height:0px;
    }
    .bg-white {
        background: #333333;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 30px;
        visibility: hidden;
        opacity: 1;
        position: absolute;
        top: 15px;
        left: 15px;
        width: 60% !important;
        z-index: 9999;
        box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    }
    .s-m{
        margin-top:10px;
    }
    .fa-filter{
        visibility: visible;
        position: absolute;
        
    
    }

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

    }
}
@media (max-width: 630px) {
   
}
@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: 620px) {

}
@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) {
    .team-img-holder {
        height: 650px;
    }
    .s-m-15{
        margin-top:15px!important;
    }
    .car-image-alt {
        
/*         height: 200px; */
    }
    .mt-mobile{
        margin-top:30px;
    }
    .bg-white {
        
        width: 70% !important;
       
    }
    .brand-img {
        height: 100px;
    }
    .absolute-details {
        flex-direction: row;
       left: 0px;
        top: 5px;
        align-items: flex-start;
        justify-content: flex-start; 
    }
    
    .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: 20px;
        /* 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(min-width: 500px){
    /* .share-btns-nofloatmob{
        display: none;
    } */

}
@media (max-width: 500px) {
  
    
    #drag_upload_file {
        width: 100%;
       
    }
    .single-welcome h1.mainh1-alt{
        text-align: center!important;
    }
    .mainh2 {
        
        font-size: 5vw;
    }
    .dark-card-alt {
        width: 100%;
    }
    .mainh1-alt{
       
        font-size:20px;
       
    }
    .wa-holder {
        
        padding: 8px;
        
    }
    .small-on-small {
        
        padding: 5px!important;
        
    }
    .smalltext {
        font-size: 9px;
    }
    
    .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) {
    .c-buttons {
        width: 30px;
        height: 30px;
    }
    .flex-right-alt {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .space {
        width: 5px;
        display: inline-block;
    }
}
@media (max-width: 460px) {
    .mw-25 {
        min-width: 100%;
        max-width: 100% !important;
    }
    .page-numbers {
        margin: 0px 5px;
        width: 100%;
        margin: 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-btns {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .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: 444px) {
.row.tiny {
    font-size: 12px;
}
.d-year{
    padding: 1px 8px;
}
}
@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) {
	.car-image-alt {
	height: 200px;
}
    /*.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: 420px) {
.smaller {
	font-size: 10px;
}
.circle-icon {
	font-size: 12px;
	width: 20px;
	height: 20px;
}
}
@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) {
		.img-holder, .curtain {
	min-height: 200px;
	height: 100%;
}
    .img-holder {
	height: 200px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
    .team-img-holder {
        height: 400px;
        background-position: center top !important;
    }
    .custom-lg-btn {
        width: 100%;
    }
    .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) {
    .p-link {
        width: 60%;
    }
    .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;
    }
    .header-details {
        flex-wrap: wrap;
    }
}
@media (max-width: 340px) {
    .bg-white {
        width: 90% !important;
    }
   
.brand-img {
	height: 90px;
}
.toplink {
    margin: 2px;
}
.smaller{font-size:10px;}
}
@media (max-width: 350px) {
    .skew{
        height:70px;
    }
    .top-info{
        display:inline-block;
      
    }
    .social{
        width:10% !important;
    }

}
@media (max-width: 310px) {
    .sm {
      padding: 0px 5px !important;
    }

  }