/*PAGINATION DESIGN*/

@font-face {
    font-family: "BentonSans";
    src: url("./font/BentonSansLight.dd4bcb6.otf"), url("./font/BentonSansBold.6f2c293.otf");
    /* src: url("./font/BentonSans.ttf"), url("./font/AvenirNext-Bold.ttf"); */
}

body {
    font-family: "BentonSans" !important;
}

.hero-area {
    background-position: center;
}

.front--site-logo {
    height: 4rem;
}

.testimonial-section {
    padding: 0;
    background: url('/assets/huayang/images/testimonial-banner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}

.insuranceform-section {
    padding: 0;
    background: url('/assets/huayang/images/insuranceform-banner.png'), url('/assets/images/noimage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}

.carloan-section {
    padding: 0;
    background: url('/assets/huayang/images/carloan-banner.png'), url('/assets/images/noimage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}

@media only screen and (max-width: 600px) {

    .latestCars,
    .usedCars {
        padding: 3px 0px 0px !important;
    }
}

.section-container {
    width: 49%;
    display: inline-block;
    position: relative;
    padding: 0px 2px;
}

.section-container .carsbox {
    padding: 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 19vh;
    border: 4px solid #ff0000;
    border-radius: 0.5rem;
}

.section-container .newcars {
    background: url(/assets/huayang/images/new_cars_buy-min.png), url(/assets/images/noimage.png);
}

.section-container .usedcars {
    background: url(/assets/huayang/images/used_cars_buy-min.png), url(/assets/images/noimage.png);
}

.section-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ff0000;
}

.section-container:hover .overlay {
    opacity: 0.8;
}

.section-container .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.personalloan-section {
    padding: 0;
    background: url('/assets/huayang/images/personalloan-banner.png'), url('/assets/images/noimage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}

.usedcar-section {
    padding: 0;
    background: url('/assets/huayang/images/usedcar-banner.png'), url('/assets/images/noimage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}

.newcar-section {
    padding: 0;
    background: url('/assets/huayang/images/newcar-banner.png'), url('/assets/images/noimage.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 90vh;
}

ul.pagination li a,
ul.pagination li span {
    width: 35px;
    height: 35px;
    /* background: #ccc !important; */
    /* border-radius: 50%; */
    border-color: #ff0000;
    text-align: center;
    font-size: 14px;
    /* line-height: 35px; */
    margin: 0px 5px;
    transition: all 0.3s;
    color: #000;
    display: inline-block;
}

ul.pagination li {
    display: inline-block;
}

ul.pagination li a:hover {
    color: #fff !important;
    background: #ff0000 !important;
}

ul.pagination {
    display: inline-block;
    margin: 0 auto;
}

ul.pagination li.active span {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff;
    cursor: no-drop;
}

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


/*PAGINATION DESIGN ENDS*/

.gocover {
    display: none;
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.recent-post-widget .post-list li .post .post-img {
    max-width: 100px;
}

.forgot-header {
    background-color: #ed1e79;
    padding: 15px 30px;
}

.forgot-header h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}


/*-------------------------
    Preloader Css
---------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    z-index: 9999999;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}


/* PRELOADER CSS ENDS*/


/* details page CSS */

ul.profile-meta i {
    color: #ff0000;
}


/* search page CSS */

a#showMore {
    display: block;
    text-align: right;
    font-size: 14px;
    text-transform: capitalize;
}

.inTouchButton {
    color: #ff0000;
}

.quote_car {
    background: #ff0000 !important;
    color: #fff;
}


/* Search box; over-riding default design */

.front-sort-box {
    text-align: unset !important;
}

.clear-all-btn:hover {
    color: #ff0000;
}

.front-font-color {
    color: #ff0000;
}

.breadcrumb-area h4 {
    font-weight: bold;
}

.breadcrumb-area img {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2rem;
}

.front-admin-features {
    background-color: #f9f9f9;
    padding: 1rem;
}

.section-header {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.vehicle-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
}

.front-gst {
    font-size: 16px;
}

.inspection-section {
    background: #fff6f4;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
}

.column-border-right {
    border-right: 1px solid #dedede;
}

ul.side-navbar li {
    margin-top: 1rem;
}


/* ul.side-navbar li:hover {
    border-right: 2px solid #ff0000;
} */

ul.side-navbar li>a {
    text-decoration: none;
}

ul.side-navbar li>a:hover {
    text-decoration: none;
    color: #ff0000;
    -webkit-transition: 0.5s ease-out;
}

ul.side-navbar li>span {
    margin-right: 1rem;
}

.card-row-header {
    border-bottom: 3px solid #ccc;
    margin-bottom: 1rem;
    font-weight: bold;
}

.car-card {
    -webkit-transition: 0.2s ease-in;
}

.car-info-box>a {
    text-decoration: none;
}

.car-info-box.no-bg {
    background: none;
}

.car-card:hover {
    margin-top: -0.5rem;
    margin-bottom: 0.5rem;
    -webkit-transition: 0.2s ease-out;
}

.filter-type-button {
    transition: all 0.3s ease-out;
    cursor: pointer;
    border: 1px solid #9f8f7c;
}

.filter-type-button:hover {
    color: #9f8f7c;
}

.filter-type-button:active {
    color: #fff;
    background-color: #1e1e1e;
}

.filter-type-button-active {
    color: #fff;
    background-color: #1e1e1e;
}

.btn-models {
    border: 1px solid #71685e;
    border-radius: 8px;
}

.center-nav-container {
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem;
}

.center-nav-container .center-nav-item {
    color: #fff;
    text-decoration: none;
    margin: 0.2rem;
    cursor: pointer;
    text-transform: uppercase;
}

.center-nav-container .center-nav-item:hover {
    color: #dedede;
    border-bottom: 2px solid #ff0000;
    margin-bottom: 0;
}

.car-details-container {
    background-color: #1e1e1e;
}

.car-details-header {
    margin: 2rem 0;
    color: #fff;
}


/* Gallary area styles */

.car-gallary-area {
    background-color: #fff;
}


/* gallary area ends here */


/* Specificationd etails */

.car-specifications-area {
    background-color: #f9f9f9;
}

.specification-details {
    color: #fff;
}

.car-specification-button {
    padding: 3px 30px;
    font-size: unset;
}

.specifications-header {
    border-bottom: 3px solid #9f8f7c;
    padding-left: 0;
}

.specifications-accordion-title {
    border-bottom: 2px solid #9f8f7c;
    padding: 0.4rem 0.4rem 0.4rem 0;
}

.specifications-accordion-header {
    text-transform: uppercase;
    border-bottom: 2px solid #9f8f7c;
    margin: 0;
}

.specificaion-accordion-row {
    border-bottom: 2px solid #9f8f7c;
    padding: 0.3rem;
}

.getintouch {
    background-color: #f9f9f9;
}

.information-imgs {
    width: 50%;
}

.testimonials-card-title {
    height: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.testimonials-card-paragraph {
    /* height: 100px; */
    text-overflow: ellipsis;
    overflow: hidden;
}

.floating-sell-your-car {
    background-color: #ff0000;
    position: absolute;
    right: -60px;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: #ff0000 2px 2px;
    bottom: 40vh;
    z-index: 10;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.floating-sell-your-car .fa-circle {
    display: block;
    padding: 4px 0;
    width: 25%;
    font-size: 40px;
}

.floating-sell-your-car .fa-car {
    color: #000;
    z-index: 1;
    padding: 4px 0;
    font-size: 28px;
    display: block;
    width: 25%;
}

.floating-sell-your-car .content-element {
    display: block;
    padding: 0px 0 0 45px;
    text-align: center;
}

.floating-sell-your-car a {
    color: #FFF;
}

.insurance-form-label {
    min-height: 5px;
    width: 100%;
}

.loan-form-wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 2rem;
}

.loan-form-h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #f37936;
    font-weight: 700;
    margin-bottom: 50px;
}

.loan-form-input-text {
    padding: 1.6rem;
    border-radius: 1rem;
}

.loan-form-input-select {
    border-radius: 1rem;
    height: 50px;
}

.form-info {
    padding-bottom: 30px;
}

.form-mid {
    padding: 15px 0px 0px;
}

.custom-radio-group {
    position: relative;
    display: block;
    text-align: right;
    padding-left: 0px;
}

.custom-radio-group li {
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 20px;
}

.custom-radio-group li:first-child {
    padding-left: 0px;
}

.car-details-featured_image {
    width: 80%;
    height: 450px;
}

.newcar-description-link:hover {
    color: #ff0000;
}


/* Over-riding and extending the width of container */

@media (min-width: 1408px) {
    .container {
        max-width: 1344px;
    }
}

@media only screen and (max-width: 600px) {
    .car-details-featured_image {
        width: 100%;
        height: 400px;
        margin-bottom: 1rem;
    }
}


/* 
@media (min-width: 1024px) {
  .container{
      max-width: 960px;
  }
} */

.dropdown-menu .nav-link {
    border-bottom: 1px solid #efefef;
    padding: 5px 8px !important;
}

.latestCars,
.usedCars {
    padding: 25px 0px 0px;
    background: #f3f5fb;
}

.spec-label {
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

img.light-zoom {
    height: 350px;
    object-fit: cover;
}

.car-details-featured_image {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.usedcar-banner {
    background-color: #000;
    margin-top: 5rem;
    padding: 2rem;
}

.container.slider {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.banner-slider {
    margin-top: 80px;
}

.slick-slider {
    padding: 0;
}

.used-car-description p {
    max-width: unset !important;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.used-car-filter-buttons {
    background: #ff0000;
    font-weight: bold;
}

.img-area {
    position: relative;
}

.label-area {
    background-color: #000;
    width: 100%;
    display: inline-block;
    position: absolute;
    height: 3rem;
    padding: 10px;
    color: #000;
    box-shadow: 0 5px #ff0000;
}

.latestCars .car-info-box,
.usedCars .car-info-box {
    border-radius: 6px;
}

a.car-label-model {
    position: absolute;
    border: 3px solid #ff0000;
    background: #FFF;
    color: #000;
    font-weight: bold;
    bottom: -1.8rem;
    right: 0.6rem;
}

a.car-label-model:hover {
    color: #ff0000;
}

a.car-label {
    position: absolute;
    left: 1rem;
    font-weight: bold;
    font-size: 1rem;
    text-align: left;
    width: 75%;
    color: #FFF;
}

a.car-more {
    position: absolute;
    bottom: 1px;
    background: #00000063;
    color: #FFF;
    border-color: #FFF;
    width: 95%;
    margin: 0 2%;
    font-size: 1.25rem;
    font-weight: bold;
}

a.car-more:hover {
    background: #000;
}

.car-info-box img.light-zoom {
    object-fit: cover;
    padding-top: 25px;
}

.upper-text {
    text-transform: uppercase;
}

label.error {
    color: #ff0000;
}

span.servicing-info {
    text-align: left !important;
    color: #000;
    font-size: 18px;
}

.contact-parent-wrapper {
    margin: 100px 0px;
}

.contact-parent-wrapper>i {
    color: #ff0000;
}

.contact-theme-color {
    color: #ff0000;
}

.newcar-detail-card {
    height: 300px
}

.badge-pill {
    border-radius: 0.25rem;
    padding: 0.4rem .4em;
    min-width: 2rem;
    font-size: 14px;
    font-weight: bold;
}

.slider-specs .fas {
    font-size: 1rem !important;
}

.avatar-image {
    height: 2rem;
}

.feature-info {
    height: 100px !important;
    overflow: hidden;
}

.feature-thumbnail {
    height: 180px;
}

@media only screen and (max-width: 991px) {
    .feature-info {
        height: auto !important;
        text-align: justify;
        padding: 0 10px;
    }

    /* .testimonial {
        padding: 8px 0px 8px;
    } */

    .testimonial .section-heading {
        margin-bottom: 0px;
    }

    .testimonial .single-testimonial .people {
        /* margin-top: 0px; */
    }

    /* .testimonial .single-testimonial .people .title {
        line-height: 12px;
    } */

    .testimonial .single-testimonial .people .title {
        margin-top: 0px;
    }

    .testimonial .single-testimonial .review-text p {
        text-align: justify;
    }

    .testimonial .owl-controls .owl-dots {
        margin-top: 0px;
    }

    .section-heading .title {
        line-height: 30px;
    }

    .latestCars .section-heading,
    .usedCars .section-heading {
        margin-bottom: 0px;
    }

    .car-info-box.promotion .content {
        padding: 3px 3px 0px;
    }

    .car-info-box.promotion .content .footer-area {
        margin-top: 0;
        padding: 5px 0;
    }

    .carousel-inner {
        height: 35vh;
    }

    .carousel-item img {
        object-fit: contain;
        height: 50vh;
    }

    .mybtn1 {
        /* width: 45%; */
        margin: 0px 2px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .sub-categori {
        padding: 5px 0px 65px;
    }

    .hero-area,
    .personalloan-section,
    .newcar-section,
    .testimonial-section {
        height: 35vh;
    }

    .car-details-featured_image {
        height: 25vh;
    }

    .carloan-section {
        height: 50vh;
    }

    .breadcrumb-area {
        padding: 45px 0px 85px;
    }

    h1 {
        font-size: 35px;
    }

    img.light-zoom.newcar-detail-card {
        height: 200px;
        object-fit: cover;
    }

    .label-area {
        padding: 5px;
        height: 2rem;
    }

    a.car-label {
        font-size: 0.85rem;
    }

    a.car-label-model {
        bottom: -1.3rem;
    }

    a.car-more {
        font-size: 0.95rem;
    }

    .sub-categori .right-area .categori-item-area .car-info-box {
        margin-bottom: 15px;
    }
}

.blink {
    animation: blink 2s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0.4;
    }
}

.google-btn {
    width: 100%;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    margin-top: 5px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 25%);
}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 70px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-btn .google-icon {
    /* position: absolute;
    margin-top: 11px;
    margin-left: 11px;
    width: 18px;
    height: 18px; */
    margin-top: 8px;
    height: 24px;
}

.google-btn .btn-text {
    float: left;
    margin: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: center;
    width: 100%;
}

.google-btn:hover {
    box-shadow: 0 0 6px #4285f4;
}

.google-btn:active {
    background: #1669F2;
}

.image-label {
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 400px;
    background-color: #ff0000;
}

.image-label h5 {
    color: #FFF;
    padding: 7px 0;
}

.image-container {
    margin-bottom: 10px;
    position: relative;
    height: 330px;
    padding-top: 0 !important;
}

.breadcrumb-area {
    padding: 35px 0px 20px;
}

.breadcrumb-area img {
    padding: 0rem;
}

.wa-chat a {
    display: table;
    font-family: sans-serif;
    text-decoration: none;
    margin: 0em 2em;
    color: #fff;
    font-size: 1.3em;
    padding: 20px 1em 20px 3.5em;
    border-radius: 2em;
    font-weight: bold;
    background: #25d366 url('https://tochat.be/click-to-chat-directory/css/whatsapp.svg') no-repeat 1.5em center;
    background-size: 1.6em;
    width: auto;
}

.wa-chat {
    display: inline-block;
    height: 25px;
    width: 40%;
}

.staff-info {
    display: inline-block;
    width: 56%;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}

.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
}

span.custom-combobox {
    display: inline-flex;
}

.ui-widget.ui-widget-content {
    background: #FFF;
}

.filter-header h3 {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 10px 15px 10px !important;
    font-size: 100%;
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    border: 0px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.filter-header .content {
    padding: 0.5em 1.2em;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #ffffff;
    color: #333333;
}

.slick-dots {
    bottom: -20px !important;
}

p {
    line-height: initial;
}

.latestCars .car-info-box .content .top-meta {
    margin: 6px 0px 6px;
    min-height: 40px;
}

@media only screen and (max-width: 600px) {
    .banner-slider {
        margin-top: 0px;
    }

    .detail-header h5 {
        text-align: center;
    }

    span.custom-combobox {
        width: 100%;
    }

    nu-area .navbar {
        padding: 5px 0px;
    }

    #main_menu {
        top: 85px;
    }

    .floating-sell-your-car {
        right: -76px;
        padding: 9px 10px;
        font-size: 12px;
        right: -68px;
    }

    input#makesearch,
    input#modelsearch {
        font-size: 11px;
    }

    .car-info-box .content .top-meta {
        margin: 0px 0px 0px;
        min-height: auto;
    }

    .car-info-box .content .title {
        font-size: 14px;
        margin-bottom: 5px;
        min-height: auto;
    }

    .car-info-box .content .footer-area {
        margin-top: 0px;
        padding-top: 8px;
        display: flow-root;
    }

    .car-info-box .content .footer-area .left-area .price {
        font-size: 15px;
        margin-bottom: 8px;
        text-align: center;
    }

    .usedcar-banner img.light-zoom {
        height: 130px !important;
        object-fit: cover;
    }

    .usedcar-banner .front-font-color {
        font-size: 14px;
        font-weight: bold;
        padding: 5px 0 0 0;
    }

    .usedcar-banner {
        margin-top: 4rem;
        padding: 0.7rem;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    .sort-section button.btn {
        width: 100%;
        margin-bottom: 5px;
    }

    .sort-section .list-inline-item {
        display: inline-block;
        width: 100%;
    }

    .contact-us .row {
        /* margin: 0 !important; */
    }

    .contact-us .h5,
    .contact-us h5 {
        font-size: 1.02rem;
    }

    .contact-us h2 {
        font-size: 25px;
    }

    .contact-us h3 {
        font-size: 23px;
    }

    .contact-us .col-12 {
        padding: 0;
    }

    .contact-us p {
        font-size: 13px;
    }

    .details-info-area .heading .title {
        font-size: 14px;
        padding: 8px 10px;
    }

    .contact-us .left-area {
        margin-top: 0px;
    }

    .contact-us .left-area .contact-form {
        padding:20px 0px 20px;
        /* padding: 0px 0px 0px; */
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: unset;
    }

    .contact-us .left-area .contact-form .form-input input {
        width: 100%;
        height: 40px;
        padding: 0px 5px 0px 40px;
        font-size: 11px;
    }

    .contact-us .form-control {
        height: calc(1.5em + 0.75rem + 2px);
        font-size: 0.8rem;
    }

    .contact-us .left-area .contact-form .submit-btn {
        background: #ff0000;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .text-right {
        text-align: center;
        margin: 10px 0;
        width: 100%;
    }

    .footer {
        padding: 0 10px;
    }

    footer .text font {
        font-size: 12px;
        text-align: left;
    }

    footer .footer-logo img {
        height: 62px;
        display: contents;
        width: 29px;
    }

    .footer .text {
        font-size: 12px;
        line-height: 1.02;
        text-align: justify;
    }

    .contact-parent-wrapper {
        margin: 0px 0px;
    }

    .contact-us .right-area {
        margin-top: 0px;
    }

    h2 {
        font-size: 35px;
        line-height: 1.25;
    }

    .insuranceform-section {
        height: 32vh;
        margin-top: 70px;
    }

    .faq-section {
        padding: 5px 0px 5px;
    }

    .faq-section h3 {
        font-size: 16px;
    }

    .faq-section .mb-4,
    .faq-section .my-4 {
        margin-bottom: 0.5rem !important;
    }

    .faq-section p {
        font-size: 12px;
        margin: 0;
    }

    .faq-section .p-4 {
        padding: 0.5rem 1.3rem;
    }

    .faq-section h4.pb-4.mb-4 {
        padding-bottom: 0 !important;
    }

    .faq-section .p-4 {
        padding: 0 1.5rem !important;
    }

    .insurance-form-label {
        min-height: auto;
        font-size: 13px !important;
    }

    .mybtn1 {
        /* width: 100%; */
        padding: 6px 24px !important;
    }

    .mainmenu-area .navbar .mybtn1 {
        margin-left: 0px !important;
        margin-bottom: 15px;
        padding: 5px 30px;
        width: 98%;
    }

    .breadcrumb-area .row {
        margin: 0;
    }

    .breadcrumb-area .image-container {
        height: 190px;
        margin-bottom: 1px;
    }

    .breadcrumb-area img {
        padding: 0rem;
        height: 170px;
    }

    .breadcrumb-area .image-label {
        width: 100%;
    }

    .breadcrumb-area .image-label h5 {
        color: #FFF;
        padding: 3px 0 0px;
        font-size: 16px;
    }

    .breadcrumb-area .ml-4,
    .breadcrumb-area .mx-4 {
        margin-left: unset;
    }

    .breadcrumb-area {
        padding: 35px 5px 20px;
    }

    .breadcrumb-area .row.d-flex.align-items-stretch.image-boxes.col-lg-12,
    .breadcrumb-area .col-lg-12.pt-lg-5.text-center {
        margin-left: -10px;
    }

    .breadcrumb-area h1 {
        font-size: 28px;
        text-align: center;
        width: 100%;
    }

    .used-detail .mt-4 {
        margin-top: 5.5rem !important
    }

    .used-detail .section-header {
        font-size: 1.15rem;
        font-weight: bold;
        margin-bottom: 1.2rem;
    }

    .margin-0 {
        margin: 0
    }

    .bannerImage.col-12.slick-initialized.slick-slider {
        display: none;
    }
}

.slick-slide img {
    width: 100%;
    height: 150px;
}

.owl-carousel .owl-item{
    background-color: #ffffff;
    padding-top: 10px;
    border-radius: 10px;
    max-height: 500px;
    overflow-y: auto;
}

@media only screen and (max-width: 600px) {
    .contact-form .row {
        /* margin-right: -15px !important;
        margin-left: -15px !important; */
    }

    .disclaimer{
        padding-left: 34px;
            padding-right: 34px;
    }
}