/* 
Theme Name: VMG Theme
Author: VMG Software
Version: 2.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&display=swap');

/* Body */
.home-section{
    background-size: cover !important;
  background-position: center center !important;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #f7f7f7 !important;
}
.contact-link{
    color: #000;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.contact-link:hover{
 color:#f6242f
}
.clearall {
    clear: both;
}
.carousel-caption{
display:flex;
    align-items: center;
    text-transform: uppercase;
}
/* Navbar */
.no-padding {
    padding: 0px !important;
}

.top-logo {
	/* padding: 10px 0px 10px 20px; */
	height: 170px;
	position: absolute;
	left: -90px;
	top: 10px;
    z-index:999;
}

.navbar {
    background: #f6242f;
}

.navbar .navbar-brand {
	position: relative;
}

.skew {
    position: relative;
    width: 100%;
    background: #fff;
    top: 0px;
    /*left: 48%;*/
    height: 40px;
    z-index: 9;
    box-shadow: inset 13px -4px 13px #00000029;
    font-weight: 600;
}

.skew:before {
    content: " ";
    position: absolute;
    display: block;
    width: 75px;
    height: 100%;
    top: 0;
    left: -50px;
    z-index: -1;
    background: #fff;
    transform-origin: bottom left;
    -ms-transform: skew(-50deg, 0deg);
    -webkit-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg);
    box-shadow: inset 13px -4px 13px #00000029;
}

.change {
    display: none;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
}

.selected {
    /* background: rgb(255, 255, 255);
    background: -moz-linear-gradient(280deg, rgba(255, 255, 255, 0.0760504885547969) 0%, rgba(0, 0, 0, 0.0760504885547969) 100%);
    background: -webkit-linear-gradient(280deg, rgba(255, 255, 255, 0.0760504885547969) 0%, rgba(0, 0, 0, 0.0760504885547969) 100%);
    background: linear-gradient(280deg, rgba(255, 255, 255, 0.0760504885547969) 0%, rgba(0, 0, 0, 0.0760504885547969) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1); */
    border-bottom:3px solid #fff;
}

.likelist {
    position: absolute;
    top: 20%;
    right: 31%;
    cursor: pointer;
}

.close-like {
    position: relative;
    margin-bottom: -24px;
    background: #fff;
    z-index: 9;
    width: 23px;
    height: 23px;
    /* padding: 5px; */
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
}

.close-like:hover {
    color: #f6242f;
}


/* Front Page (Home) */
.hidden {
    height: 100px;
    visibility: hidden;
}

.hide {
    visibility: hidden;
}

.section1 {
    background-size: cover;
    background-position: center;
}

.welcome {
    background: rgb(255, 255, 255, 0.7);
    text-align: center;
    border-radius: 20px;
    padding: 20px
}

.welcome-home {
    text-align: center;
    padding: 20px
}

.welcome h2, h2 {
    text-transform: uppercase;
    color: #f6242f;
}

.welcome h1, .welcome-home h1 {
    text-transform: uppercase;
    color: #f6242f;
}

.main-heading {
    text-align: center;
    text-transform: uppercase;
    color: #f6242f;
    margin: 50px 0px;
}

.not-selected {
    color: #212529;
}

/* ====================== COMMENTS =================== */

.comment-reply-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #f6242f;
}

.commentlist .children .comment-body {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

/*.commentlist .children .children .comment-body {*/
/*    background-color:#474747;*/
/*    padding:20px;*/
/*    border-radius:20px;*/
/*    margin:10px;*/
/*    display:flex;*/
/*    flex-direction: column;*/
/*}*/
.commentlist .comment-body {
    background-color: #c1c1c1;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.commentlist, .children {
    list-style-type: none;
}

.comment-author {
    margin: 0 0 20px;
    overflow: hidden;
    position: relative;
    background-color: #f6242f;
    color: #FFFFFF;
    padding: 10px;
}

.url {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.comment-meta a {
    text-decoration: none;
}

a.comment-edit-link {
    float: right;
    text-align: center;
    background-color: #f6242f;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
}

a.comment-reply-link {
    float: right;
    text-align: center;
    background-color: #f6242f;
    border-radius: 5px;
    padding: 5px;
    width: 50px;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
    color: #f6242f;
    background-color: #fff;
}

#comments {
    color: #f6242f;
    font-size: 16px;
    text-transform: uppercase;
}

.comment-body p {
    width: 80%;
}

.logged-in-as a {
    text-decoration: none;
    background: #f6242f;
    padding: 5px;
    border-radius: 5px;
    color: #fff
}

.logged-in-as a:hover {
    text-decoration: none;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
    color: #f6242f;
}

.logged-in-as {
    color: transparent;
}

.comment-form-comment label {
    display: none;
}

.comment-form-comment textarea {
    resize: vertical;
    width: 100%;
    border: 1px solid transparent;
    background: #f1f1f1;
    border-radius: 20px;
}

a.comment-reply-link,
a.comment-edit-link {
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
}

#submit {
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #f6242f;
    color: #f6242f;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    text-transform: uppercase;
}

#submit:hover {
    ont-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f6242f;
    border-radius: 10px;
    padding: 20px;
}

#submit:active {
    position: relative;
    top: 1px;
}

.submit-no {
    font-size: 12px !important;
    background: #dc3545 !important;
    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 !important;
    color: #dc3545 !important;
    border: 1px solid #cdcdcd;
}

.submit-yes {
    font-size: 12px !important;
    background: #0d6efd !important;
    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 !important;
    color: #0d6efd !important;
    border: 1px solid #cdcdcd;
}

/* ====================================================== */

.news-link {
    cursor: pointer;
}

.page-btns {
    float: right;
    display: flex;
}

.pg-btn {
    width: auto !important;
    text-align: center !important;
    border: 2px solid #f6242f !important;
    color: #f6242f !important;
    background: #fff !important;
    border-radius: 5px !important;
    margin: 0px 5px;
}

.home-img {
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
}

.banks {
    height: 75px;
}

.car-column {
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 7px;
}

.team-column {
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.news-column {
    background: #ffffff;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 20px;
    padding: 20px;
}

.news-image {
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.floating {
    position: relative;
}

.car-column-footer {
    padding: 10px 20px;
    font-size: 12px;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    margin-bottom: 50px;
}
.applicationform .spinner-border{
	vertical-align:middle;
}
.form {
    background: #fff;
    padding: 20px 50px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
}

.form h3 {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 400;
    color: #f6242f;
    text-transform: uppercase;
}

h4 {
    color: #f6242f;
    text-transform: uppercase;
}

h5 {
    color: #f6242f;
    text-transform: uppercase;
}

.search {
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 2px solid #f6242f !important;
    color: #f6242f !important;
    width: 150px !important;
    margin: auto !important;
}

.search-wide {
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 2px solid #f6242f !important;
    color: #f6242f !important;
    width: 100% !important;
    margin: auto !important;
}

.search-wide:hover {
    background: #f6242f;
    color: #fff !important;

}

.search:hover {
    background: #f6242f;
    color: #fff !important;

}

select.round {
    background-image: linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%),
    radial-gradient(#f6242f 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .6em) .6em;
    background-size: 5px 5px,
    5px 5px,
    20px 20px;
    background-repeat: no-repeat;
}

select.round:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(#f6242f 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .6em) .6em;
    background-size: 5px 5px,
    5px 5px,
    20px 20px;
    background-repeat: no-repeat;
    outline: 0;
}

.small-text {
    font-size: 14px;
    /*display: inline-block;*/
}
.align{
    display:flex;
    flex-direction: column;
    align-items: center;
}

.no-display {
    display: none;
}

.view-car {
    font-size: 14px !important;
    border: 1px solid #f6242f !important;
    color: #f6242f !important;
    width: auto;
    margin: 10px 0px;
}

.view-car:hover {
    background: #f6242f;
    color: #fff !important;
}

.step_one {
    display: block;
}

.step_two {
    display: none;
}

.step_three {
    display: none;
}

.bot {
    margin-top: 57px !important;
}

/* Pages */
.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub {
    text-align: center;
}

ul li::marker {
    color: #f6242f;
    font-size: 16px;
}

.heading-main {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding: 150px 0px;
    margin: 0px;
}

.page-heading {
    color: #f6242f;
    font-weight: 400;
    text-transform: uppercase;
    padding: 30px 0px;
}

.colour {
    color: #f6242f;
}

.content {
    padding: 20px;
}

.page-content {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.contact-page-content {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;

}

.contact-heading-two {
    color: #f6242f;
    text-transform: uppercase;
}

.no-bullets {
    list-style-type: none;
    font-size: 14px;
    font-weight: 600;
}

.car-link {
    text-decoration: none;
}

.car-links {
    cursor: pointer;
}

.car-links:hover {
    color: #f6242f;
}

.end {
    display: flex;
    height: 30px;
    align-items: flex-end;
}

}
.link {
    color: #000;
    text-decoration: none !important;
}

.link:hover {
    color: #555;
    text-decoration: none !important;
}

.center {
    text-align: center !important;
}

.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);
}

.short {
    width: 20%;
}

.auto {
    width: auto;
}

.nopad {
    padding: 0px;
}

.noborder {
    border: 1px solid transparent !important;
}

.right {
    text-align: right;
}

.shares {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shares a {
    margin: 5px !important;
}

.dropdown {
    display: inline;
}

.search-hold {
    text-align: center;
}

.view-car-hold {
    text-align: right;
}

.nopad {
    padding: 0px !important;
}

.float {
	margin-top: -50px;
	position: relative;
	z-index: 9;
}

.bg-white {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 20px;
}

.bg-white h4 {
    text-align: center;
    font-weight: 600;
}

.narrow {
    margin: 10px;
}

/* CARS PAGE */

.car-holder {
    border: 1px solid #cdcdcd;
    border-radius: 20px;
    padding: 20px 0px 0px 20px;
    margin-bottom: 30px;
}

.grey {
    color: #848482;
}

.head6 {
    text-transform: uppercase;
}

.head6-red {
    text-transform: uppercase;
    color: #f6242f;
    text-align: center;
    padding-bottom: 10px;
}

.head6-red:after {
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 60%; /* Change this to whatever width you want. */
    padding-top: 10px; /* This creates some space between the element and the border. */
    border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
}

.price {
    background: #f6242f;
    color: #fff;
    text-align: center;
    margin-right: -10px;
    font-size: 20px;
}

.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;
}

.uppercase {
    text-transform: uppercase;
}

.red {
    color: #f6242f !important;
}

.red-left-border {
    border-left: 2px solid #f6242f;
    padding-left: 3px;
}

.inputfile + label {
    font-size: 14px !important;
    border: 1px solid #f6242f !important;
    color: #f6242f !important;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

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

.inputfile {
    display: none;
}

.height {
    height: 120px;
}

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


#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;
}


/*===================================================================*/

/*============= LIKE LIST ====================*/
.like-selected {
    color: #f6242f;
    /*pointer-events: none;*/
}

#like-list {
    position: absolute;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);
    width: 25%;
    right: 0px;
    background: #fff;
    display: none;
    z-index: 999;
    overflow-y: auto;
    margin-top: 20px;
    padding: 20px;
    height: auto;
    max-height: 580px;
    border-radius: 20px;
}


/* 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;
    padding: 20px;
    background: #fff;
}

.car-details h3 {
    text-align: center;
    font-weight: 600;
    margin: 20px 0px;
    text-transform: uppercase;
}

.car-min-details {
    padding: 10px;
}

.team-details {
    padding: 20px;
}

.car-min-details h3 {
    text-align: center;
    color: #f6242f;
    font-weight: 400;
    margin: 20px 0px 0px 0px;
    text-transform: uppercase;
}

.car-min-details h6 {
    text-align: center;
    color: #000;
    font-weight: 400;
    margin: 0px 0px;
    text-transform: uppercase;
}

.team-details h3 {
    text-align: center;
    color: #f6242f;
    font-weight: 400;
    text-transform: uppercase;
}

.team-image {
    height: 400px;
    background-size: cover;
    background-position: top;
    border-radius: 20px;
    margin: 20px;
}

.team-heading {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: 400;
    margin: 0px 0px;
}

.team-details p {
    text-align: center;
    height: 88px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px;
}

.capital {
    text-transform: capitalize;
}

.vehicle-heading {
    color: #fff;
    text-align: center;
    background: #f6242f;
    padding: 20px;
}
.vehicle-image{
    width: 100%;
    height: 300px;
    display: block;
    background-size: cover;
    background-position: center center;
    border-radius: 20px 20px 0px 0px;
}
.vehicle-image-alt {
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	border-radius: 20px 20px 0px 0px;
	height: 300px;
	object-fit: cover;
	object-position: center top;
}
.vehicle-head {
    font-size: 34px;
}

.border-botm {
    border-bottom: 1px solid #000;
}

.share-heading {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    background: #f6242f;
    padding: 10px;
    border-radius: 20px;
    margin-top: 10px;
}

.fotorama__stage {
    border-radius: 20px;
}

.fotorama__thumb {
    border-radius: 10px;
}

.fotorama__thumb-border {
    border-radius: 10px;
}

.car-price {
    width: 100%;
    text-align: right;
}

.wp-post-image {
    border-radius: 20px;
}

.car-image {
    border-radius: 20px;
    background-size: cover;
    background-position: center;
}

.fa-filter {
    visibility: hidden;
}

/* Footer */

.footer {
    background: #1d1d1b;
}

.footer h1 {
    color: #f6242f;
    margin: 20px 0px;
    font-weight: 600;
}

.footer p {
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: none;
    transition:all 0.5s ease-in-out;
}

.footer a:hover {
    color: #f6242f;
    text-decoration: none;
}

.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;
}

.footer-image {
    width: 150px;
    margin-bottom:10px;
}

.display {
    display: none;
}

.fadex {
    visibility: visible !important;
    opacity: 1 !important;
}

.paginate {
    cursor: pointer;
    display: inline;
    text-decoration: none;
}

.hide-one {
    height: 50px;
}

.adjust {
    height: 50px;
}

.adjust-two {
    height: 0px;
}

.adjust-three {
    height: 0px;
}

.adjust-four {
    height: 0px;
}

.adjust-five {
    height: 0px;
    display: none;
}

.adjust-six {
    height: 0px;
    display: none;
}

.no-disp {
    display: block
}

.toggle-show-hide {
    display: none;
}

.show-hide {
    display: block;
}

@media (max-width: 1800px) {
    #like-list {
        width: 30%;
    }
}

@media (max-width: 1500px) {
    #like-list {
        width: 35%;
    }
}

@media (max-width: 1440px) {
    .news-image {
        height: 400px;
    }

    .likelist {
        right: 10%;
    }

    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px !important;
    }
}

@media (max-width: 1400px) {
    .vehicle-head {
        font-size: 28px;
    }

    .price {
        margin-left: 0px;
    }
}

@media (max-width: 1320px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0px !important;
    }
}

@media (max-width: 1250px) {
    #like-list {
        width: 40%;
    }

    .top-logo {
        
        padding: 25px 0px 25px 20px;
    }

}

@media (max-width: 1200px) {
    .news-image {
        height: 350px;
    }

    .vehicle-heading {
        padding: 15px;
    }

    .vehicle-head {
        font-size: 24px;
    }

    .no-display {
        visibility: hidden;
    }

    .display {
        display: block;
        margin-top: 10px !important;
    }
}

@media (max-width: 1050px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 10px !important;
    }
}

@media (max-width: 992px) {
    /*.navbar-collapse{*/
    /*    position: fixed;*/
    /*    background:#f6242f;*/
    /*    right: 20px;*/
    /*    z-index: 9;*/
    /*    padding: 20px;*/
    /*    border-radius: 20px;*/
    /*    border:2px solid #fff;*/
    /*    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);*/
    /*    -webkit-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);*/
    /*    -moz-box-shadow: 40 10px 20px 0 rgb(0 0 0 / 20%);*/
    /*}*/
 .likelist {
	right: 10px;
	top: -35px;
	/* border: 1px solid white; */
	background: white;
	padding: 5px;
	border-radius: 50px;
	width: 35px;
}
    .like-selected {
        color: red;
        /*pointer-events: none;*/
    }
    .no-show-mobile{
     height:0px;
    }
    .top-logo {
        top:-5px;
    }
    .center-on-small{
        text-align:center;
    }
    .toggler-holder{
        background:#f6242f;
    }
    .top-logo {
        padding: 10px 20px;
        left: -250px;
    }
    .banner-heading {
        font-size: 24px;
    }

    #like-list {
        margin-top: 40px;
    }

    .like-price {
        font-size: 14px !important;
        padding: 5px !important;
    }

    .floating {
        position: fixed;
        width: 200px !important;
        right: 0px;
        top: 25%;
        height: auto;
        max-height: 500px;
        overflow-y: scroll;
        text-align: center;
    }

    .vehicle-head {
        font-size: 18px;
    }

    .car-price {
        margin-bottom: 10px;
    }

    .floating .smaller {
        font-size: 14px;
        margin-top: 20px;
    }

    .show-hide {
        display: none;
    }

    .no-disp {
        display: none
    }

    .hide-one {
        display: none;
    }

    .toggle-show-hide {
        display: block;
        text-decoration: none;
        padding: 10px;
    }

    .adjust {
        height: 80px;
    }

    .adjust-two {
        height: 50px;
    }

    .adjust-three {
        height: 40px;
    }

    .skew {
        position: absolute;
        width: 100%;
        left: 0%;
        text-align: center;
        top: 100%;
        display: flex;
        justify-content: flex-end;
    }


    .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) {

    .footer h1 {
        font-size: 20px;
    }

    .footer p {
        font-size: 12px;
    }

    .navbar-toggler {
        font-size: 28px !important;
        border: 1px solid transparent!important;
    }

    .form {
        background: #fff;
        padding: 20px;
        border-radius: 20px;
    }
}

@media (max-width: 768px) {
    .alt-pad{
        padding:0px!important;
    }
    .vehicle-heading {
        padding: 10px;
    }
    .banner-heading{
        font-size: 22px;
    }
    .vehicle-head {
        text-align: center;
    }

    .car-price {
        text-align: center;
    }

    .page-heading {
        text-align: center;
    }

    .contact-heading-two {
        text-align: center;
    }

    .cntr {
        justify-content: center;
    }

    .news-image {
        height: 300px;
    }

    .adjust-four {
        height: 20px;
    }

    .adjust-six {
        display: block;
        height: 30px;
    }

    .navbar-toggler {
        float: none;
        margin: auto !important;
    }

    .center-it {
        text-align: center !important;
        display: flex!important;
        align-items: center!important;
    }

    .button {
        position: fixed;
        bottom: 3%;
        right: 30px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        cursor: pointer;
        background: #f6242f;
        box-shadow: -1px 1px 13px -4px rgba(0, 0, 0, 0.75);
        /*transition: top 0.5s cubic-bezier(0.38, -0.27, 0.83, 0.67);*/
        z-index: 999;
        -webkit-transform: translateZ(0);
    }

    .bg-white {
        visibility: hidden;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 40%;
        max-width: 70%;
        border-top: 1px solid #fff;
        transform: translate(-50%, -50%);
        /* transition: all 0.8s;*/
        width: 40% !important;
        z-index: 99;
    }

    .fa-filter {
        visibility: visible;
        position: absolute;
        top: 40%;
        left: 35%;
        color: white;
    }

    .heading-main {
        padding: 50px 0px 50px 0px;
    }

    .float {
        margin-top: 20px;

    }
}

@media (max-width: 700px) {
    .carousel-caption {
        position: absolute!important;
        top: 10% !important;
    }
    .banner-heading{
        font-size: 20px;
    }
    #like-list {
        width: 50%;
    }
}

@media (max-width: 630px) {
    .bg-white {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .lg{
        font-size:20px;
    }
    #like-list {
        width: 60%;
        padding: 5px;
        margin-top: 30px;
    }

    .skew {
        font-size: 12px;
        height: 30px;
    }

    .adjust-three {
        height: 30px;
    }
}

@media (max-width: 580px) {
    .vehicle-heading {
        padding: 10px;
    }

    .car-price {
        text-align: center;
    }

    .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: 550px) {
    .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn:nth-child(n+3) {
        font-size: 12px !important;
    }
    .banner-heading {
        font-size: 16px;
    }
    .short {
        width: 40%;
    }
}

@media (max-width: 530px) {
    .navbar-toggler {
        font-size: 2rem !important;
        margin-left: 20%;
    }
}

@media (max-width: 520px) {
    .heading-main {
        font-size: 20px;
    }
}

@media (max-width: 500px) {
    .banner-heading {
        font-size: 16px;
    }
    .news-image {
        height: 250px;
    }
}
@media (max-width: 480px) {
    .top-logo {
        padding: 0px;
        left: -200px;
        height: 120px;
        top: 5px;
    }
    .banner-heading {
        font-size: 12px;
    }

}
@media (max-width: 460px) {
    .likelist {
        right: 5px;
    }

    .navbar-toggler {
        margin-left: 10%;
    }
}

@media (max-width: 440px) {
    #like-list {
        width: 70%;
    }

    .third {
        width: 50% !important;
        margin: auto;
        text-align: center;
    }

    .bg-white {
        width: 70% !important;
    }
}

@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) {
    .top-logo {
        padding: 0px;
        left: -180px;
        height: 100px;
    }
    .news-image {
        height: 200px;
    }

    .w-60 {
        width: 100% !important;
        text-align: center;
    }

    .w-40 {
        width: 68% !important;
        margin-top: 10px !important;
    }

    .footer-image {
        width: 60%;
    }
}

@media (max-width: 375px) {
    #like-list {
        width: 80%;
    }
    .carousel-caption {
        position: absolute!important;
        top: 0% !important;
    }
    .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn:nth-child(n+3) {
        font-size: 10px !important;
    }
}

@media (max-width: 360px) {
    .top-logo {
        padding: 0px;
        left: -150px;
        height: 80px;
    }
    .news-image {
        height: 200px;
    }

    .heading-main {
        padding: 50px 0px 50px 0px;
        font-size: 16px;
    }

    .thumbnail {
        height: 50px;
    }
}

@media (max-width: 330px) {
    .adjust-five {
        display: block;
        height: 20px;
    }
}