section {
    padding: 65px 0px 0px 0px;
}
/** BANNER **/
/* .banner {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    background-image: url("../images/home.png");
    background-color: #00000036;
    background-blend-mode: overlay;
    position: relative;
} */
.banner-swiper {
    position: relative;
}
.banner-text {
    min-width: 20%;
    position: absolute;
    /* transform: translate(-50%,-50%); */
}
.banner-text .white-btn {
    width: 80%;
}
.banner-swiper .swiper-slide {
    margin: 0;
}
.banner-swiper .banner-prev {
    left: 20px;
    text-align: center;
}
.banner-swiper .banner-next {
    right: 20px;
    left: auto;
    text-align: center;
}
.banner-swiper .banner-prev::after,.banner-swiper .banner-next::after {
    font-size: 35px!important;
    color: #fff;
}
.banner-desktop-image {
    display: none;
}
.banner .swiper-button-next.swiper-button-disabled,.banner .swiper-button-prev.swiper-button-disabled {
    display: none;
}
button:focus {
    outline: none !important;
}
.update-message {
    position: absolute;
    top: 15px;
    opacity: 1;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    z-index: 99;
}

.banner-text h1 {
    width: 100%;
    color: #fff;
    font-size: 27px;
    font-family: Montserrat-Bold;
    /* font-weight: 700; */
}
.featured-swiper {
    padding-bottom: 60px;
    padding-top: 10px;
}
.logo-p {
    font-family: Montserrat;
    font-size: 12px;
    width: 70%;
    color: #ffffff70;
}
.banner-text p {
    width: 100%;
    color: #fff;
    /* font-weight: 300; */
    font-size: 17px;
    font-family: Montserrat;
}
.form-group label {
    font-family: Montserrat-Bold;
    font-size: 15px;
}
.budget-range .ui-slider-horizontal .ui-slider-range {
    background: #000000 !important;
}
.duration-range p {
    font-size: 15px;
}

/** HEADER TEXTS **/
.header-container {
    position: relative;
    display: flex;
}
.steps-title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    display: block;
}
.steps-p {
    font-family: Montserrat;
    font-size: 13px;
    width: 70%;
    color: #000000;
}
.sales-text{
    width: 100%;
}
.sales-text span {
    font-family: Montserrat-Bold;
    font-size: 21px;
    color: #000000;
}
.sales-text .req-parts-btn{
    margin-top: 3.5rem;
}
.sales-text .w-90{
    width: 90%;
}
.sales-text p {
    font-family: Montserrat;
    font-size: 14px;
    line-height: 1.2rem !important;
    color: #000000;
    margin-top: 10px;
}
.header-text {
    margin-bottom: 25px;
    font-family: Montserrat-Bold;
    /* font-weight: 700; */
}
#centered-title {
    text-align: center;
    display: block;
    margin: 0 auto;
}
/** SWIPER FEATURED CARS **/
/* .featured-swiper{
    padding-bottom: 55px;
} */
.steps {
    background: #f8f9fa;
    padding-bottom: 60px;
    margin-top: 10px;
}
.steps #flexed-col{
    justify-content: flex-start !important;
}
.featured-col-img {
    padding: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.featured-swiper .swiper-wrapper .swiper-slide .row {
    margin: 0 auto;
}
#featured-col {
    order: -1;
    margin-bottom: 35px;
}
.outer-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 15px;
    position: relative;
    /* height: 370px; */
    border-radius: 8px;
    border: 2px solid #ffffffb3;
    transition: 0.4s all ease-in-out;
    opacity: 1;
}
.featured-car-img {
    width: 100%;
    padding-bottom: 10px;
}
.inner-card {
    width: 100%;
}
.inner-card::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -11px;
}
.line {
    width: 100%;
    border-bottom: 2px solid #dedede;
    position: absolute;
    opacity: 1;
    top: 45%;
    margin-top: -25px;
    transition: 0.4s all ease-in-out;
}
#lower-line {
    width: 88%;
    transform: translateX(-50%);
    left: 50%;
    border-bottom: 1px solid #dedede;
    top: unset;
    margin-top: unset;
}
.padding {
    padding: 5px;
}
/* .outer-card span{
    color: #7B7B7B;
    font-size: 12px;
    font-family: Montserrat;
} */
/* .inner-card span:first-child {
    font-weight: 700;
} */
/* .outer-card h5{
    color: #7B7B7B;
    font-size: 12px;
    font-family: 'Montserrat';
    margin-top: 10px;
} */
.warranty-text {
    color: #000 !important;
    font-family: "Montserrat";
    display: block;
    padding-bottom: 10px;
    transition: 0.4s all ease-in-out;
    opacity: 1;
}
.warranty {
    transition: 0.4s all ease-in-out;
    opacity: 1;
}
.car-name {
    font-size: 17px;
    /* font-weight: 700; */
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    font-family: "Montserrat";
}
.login-buttons .white-btn {
    background: transparent !important;
    margin-left: 10px;
    color: #000000 !important;
}
.price {
    font-size: 18px;
    /* font-weight: 700; */
    font-family: "Montserrat-Bold";
    transition: 0.4s all ease-in-out;
    opacity: 1;
}
.speed {
    margin-left: 10px;
    display: flex;
    margin-top: 20px;
}
.speed span {
    opacity: 1;
    font-size: 12px;
    margin-left: -10px;
    color: #000000;
    margin-right: 17px;
    font-family: Montserrat;
    /* font-weight: 400; */
}
.circled-dot {
    background-color: #c4c4c4;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    align-self: center;
    margin-top: 0px;
}
.used-swiper .row .col-lg-12 {
    padding-right: 5px !important;
    padding-top: 5px !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000000 !important;
}
.swiper-button-prev,
.swiper-button-next {
    display: none;
}
/** STEPS TO BUY **/
#flexed-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}
#flexed-col h4 {
    /* font-weight: 700; */
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Montserrat-Bold;
}
#flexed-col h6 {
    /* font-weight: 300; */
    display: block;
    margin-bottom: 25px;
    padding: 0px 25px;
    line-height: 1.5em;
    font-family: Montserrat;
    font-size: 14px;
}
.sales-text h3 {
    font-family: Montserrat-Bold;
}
.sales-text h6 {
    font-family: Montserrat;
    font-size: 14px;
}
.upper-images {
    position: relative;
}
.rounded-circle {
    background-color: beige;
    width: 100px;
    top: -35px;
    height: 100px;
    right: 0;
    z-index: -1;
    position: absolute;
}
.rounded-circle span {
    position: absolute;
    right: 0;
    font-size: 55px;
    /* font-weight: 700; */
    color: #ecd7c0;
    top: -30px;
}
/** BRANDS **/
.brand-img-container {
    display: block;
    margin-top: 40px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 12px;
}
.logo-cont {
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}
.used-vehicles {
    display: none;
}
/** SALES **/
.sales-container {
    display: flex;
    background: #d2d9e0;
    position: relative;
    border-radius: 45px;
    margin-bottom: 30px;
    flex-direction: column;
}
.sales-container .row{
    height: 100%;
}
.sales-img {
    display: none;
}
.flex-col {
    display: flex;
    align-items: center;
}
.flex-col-top {
    display: flex;
    padding-top: 15px;
}
.upper-part {
    margin-left: 2px;
    flex-direction: column;
}
.model-year-container{
    flex-direction: column;
    min-width: 16rem;
}
.mileage-container{
    flex-direction: column;
}
.used-search-filters-container{
    gap:30px
}
.login-buttons {
    display: flex;
    justify-content: space-evenly;
}
.flex-column {
    flex-direction: column;
}
.flex-column > .white-btn {
    width: 90%;
    margin-bottom: 5px;
}
.flex-column > .black-btn {
    width: 90%;
    margin-left: 10px;
}
.hide {
    display: none;
}
@media screen and (orientation: landscape) {
    .featured-car-img {
        width: 70%;
        padding-bottom: 10px;
    }
    .featured-col-img {
        width: 55%;
    }
}
@media (max-width: 767px) {
    .sales-text {
        padding: 10px;
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .featured-car-img {
        width: 60%;
    }
    .featured-col-img {
        width: 55%;
    }
    /* .info-line::after {
        display: none;
    } */
}
@media (min-width: 1025px) {
    .banner {
        margin-top: 80px;
    }
    .banner-text .white-btn {
        width: 45%;
    }
    .banner-desktop-image {
        display: block;
        max-height: 70vh;
    }
    .banner-mobile-image {
        display: none;
    }
    .card-col {
        padding-left: 6px !important;
        padding-right: 7px !important;
    }
    .featured-swiper .price span,
    .new-swiper .price span {
        display: block !important;
        margin-right: 5px;
    }
    .featured-swiper .card-buttons span,
    .new-swiper .card-buttons span {
        font-size: 18px;
        font-family: "Montserrat-Bold";
        color: black;
        display: block;
        margin-top: -33px;
        margin-bottom: 5px;
    }
    .featured-swiper .variant-name,
    .new-swiper .variant-name {
        display: none !important;
    }
    .featured-swiper .card-buttons,
    .new-swiper .card-buttons {
        margin-top: 7px;
    }
    .hor-card .price {
        color: #000;
        font-size: 1em;
        font-family: "Montserrat-Bold";
        margin-top: 12px;
    }
    /* .main-btn:hover {
        color: #000!important;
        border:1px solid #000;
    } */
    /* .banner-text {
        left: 40%;
    } */
    .banner-text h1 {
        width: 70%;
        font-size: 27px;
        font-family: "Montserrat-Bold";
    }
    .banner-text p {
        width: 45%;
        font-size: 14px;
        font-family: "Montserrat";
        color: #ffffffba;
    }
    .featured-swiper .swiper-slide {
        padding: 6px 20px;
    }
    .featured-swiper .swiper-wrapper .swiper-slide .row {
        margin: unset;
        margin-right: -15px;
        margin-left: -15px;
    }
    .new-swiper .swiper-slide {
        padding: 5px 20px;
        padding-bottom: 8px;
    }
    .new-swiper {
        padding-top: 8px;
    }
    .new-swiper .swiper-wrapper .swiper-slide .row {
        margin: unset;
        margin-right: -15px;
        margin-left: -15px;
    }
    .used-vehicles {
        display: block;
    }
    .swiper-button-prev {
        display: block;
        left: 43%;
        color: #000;
        margin-top: -22px;
        z-index: 1;
    }
    .swiper-button-next {
        display: block;
        left: 47%;
        color: #000;
        margin-top: -22px;
        z-index: 1;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 25px !important;
    }
    .swiper-button-prev:focus,
    .swiper-button-next:focus {
        outline: none;
    }
    .featured-col-img {
        height: auto;
        width: 100%;
    }
    .featured-row > .col-lg-6 {
        overflow: hidden;
        height: 1%;
    }
    .featured-img {
        height: 100%;
        padding-top: 10px;
    }
    .featured-car-img {
        width: 100%;
        padding: 10px 0px;
    }
    #featured-col {
        order: 1;
        padding-left: 2px !important;
    }
    #flexed-col {
        margin-top: 60px;
    }
    #steps-row {
        padding: 0px 55px;
    }
    .brands {
        padding-bottom: 50px;
    }
    #reverse-row {
        flex-direction: row-reverse;
    }
    .sales-cols {
        max-width: 48% !important;
    }
    .sales-container {
        margin-bottom: 0px;
    }
    #left-sales {
        margin-left: -20px;
    }
    .sales-img {
        display: block;
        position: absolute;
        top: -1.5rem;
        left: -25px;
    }
    .hide {
        display: block;
    }
    .login-buttons {
        margin-left: -10px;
    }
    #parts-col {
        overflow: hidden;
        margin-left: 35px;
    }
    .used-cars .swiper-button-next {
        left: 97% !important;
    }
    .used-cars .swiper-button-prev {
        left: 90% !important;
    }
    .vertical-col {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 18px;
    }
    .used-swiper {
        padding-bottom: 20px;
        /* pointer-events: none;
        cursor: not-allowed; */
    }
    .hor-card::before {
        display: none;
    }
    .hor-card .inner-card::before {
        display: none !important;
    }
    .hor-card {
        flex-direction: row;
        /* height: 175.5px; */
        box-shadow: 0 0.5rem 0.6rem rgba(0, 0, 0, 0.15);
        padding: 9.5px 10px;
    }
    .new-col {
        padding-right: 5px !important;
        padding-top: 5px;
    }
    .warranty-container {
        display: flex;
        flex-direction: column;
        margin-top: 18px;
    }
    .warranty-container .warranty-text {
        padding-bottom: 0;
    }
    .hor-card .featured-car-img {
        width: 100%;
        padding: 0;
        max-width: 349px;
    }
    .hor-card .line {
        display: none;
    }
    .hor-card .car-name {
        height: 25px;
        -webkit-line-clamp: 1;
    }
    .hor-card .inner-card {
        margin-left: 15px;
    }
    .search-vehicles {
        /* position: absolute;
        border: 0;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%; */
        display: block;
        width: 85%;
        position: relative;
        z-index: 9;
        margin-top: -105px;
        margin: 0 auto;
        margin-top: -100px;
    }
    .search-vehicles a {
        color: #adb5bd;
        text-transform: uppercase;
        /* font-weight: 500; */
    }
    .search-vehicles .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        position: relative;
        background-color: transparent;
    }
    .search-vehicles .nav-pills .nav-link.active::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 5px;
    }
    .outer-card:hover .card-buttons {
        display: block;
        opacity: 1;
        transition: 0.4s all ease-in-out;
    }
    .vertical-card:hover .price,
    .outer-card:hover .speed,
    .outer-card:hover .warranty,
    .outer-card:hover .warranty-text,
    .outer-card:hover .line,
    .outer-card:hover .warranty-container {
        opacity: 0;
        display: none;
        transition: 0.4s all ease-in-out;
    }
    .card-buttons {
        opacity: 0;
        display: none;
        transition: 0.4s all ease-in-out;
    }
    .hor-card .card-buttons div {
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
    }
    .hor-card .card-buttons div .white-btn,
    .hor-card .card-buttons div .black-btn {
        width: 48%;
    }
    .vertical-card .card-buttons div {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        margin-bottom: 21px;
        opacity: 1;
        transition: 0.4s all ease-in-out;
    }
    .nav-links {
        color: #003b63;
        font-family: "Montserrat";
        font-size: 14px;
        transition: 0.3s;
        text-transform: uppercase;
        transition: all 0.5s ease-in-out;
        padding-left: 15px;
        padding-right: 15px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .transmission span {
        font-family: "Montserrat-Bold";
        font-size: 12px;
        display: block;
        margin-top: 8px;
        position: relative;
        top: -4px;
        margin-bottom: 0.5rem;
    }
    .dropdown-content {
        display: none;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 15px;
    }
    .budget-dropdown-content {
        display: none;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
        z-index: 1;
        border-radius: 15px;
    }

    .form-control:focus {
        border-color: #dee2e6;
        box-shadow: 0 0 0 0.05rem #dee2e6;
    }
    .form-title {
        padding: 17px 0px !important;
        border-radius: 7px !important;
        margin-top: -7px !important;
    }
}
@media (min-width: 1200px) {
    .search-filter-container {
        display: flex;
        justify-content: space-evenly;
        width: 80%;
        font-size: 15px;
    }
    .search-vehicles .main-btn {
        color: #fff;
        background: #000;
        border-radius: 0px 35px 35px 0px;
        border: 1px solid;
        /* padding: 29px 0px; */
        margin-left: 0px;
        width: 18%;
        position: absolute;
        right: 10px;
        top: 50%;
        height: 65px;
        right: 10px;
        transform: translateY(-50%);
    }
    .search-vehicles .main-btn img {
        width: 15px;
        height: 15px;
        display: block;
        margin-left: -10px;
        margin-right: 10px;
    }
    .more-filters::after {
        display: none !important;
    }
    /* .search-filter {
        margin-left: 28px;
        margin-right: 40px;
    }
    .search-filter::after{
        margin-right: -34px;
    } */
}
@media (min-width: 1300px) {
    .search-filter {
        padding: 20px 10px;
    }
}
@media (min-width: 1900px) {
    .login-buttons {
        margin-left: -10px;
    }
    .featured-swiper .outer-card {
        padding: 25px 15px;
    }
    .new-swiper img {
        width: 80% !important;
        display: block;
        margin: 0 auto;
    }
    .menu-links a {
        margin-right: 45px;
        font-size: 15px;
    }
    .grid-icons {
        position: relative;
    }
    .car-name,
    .steps-title,
    .price {
        font-size: 21px;
    }
    .featured-swiper .speed {
        margin-bottom: 10px;
    }
    .clear-anchor a {
        margin-left: 70px;
    }
    .new-swiper .warranty-text {
        color: #000 !important;
        font-family: "Montserrat";
        display: block;
        padding-bottom: 30px;
    }
    .outer-card span {
        font-size: 15px;
    }
    .sales-text span {
        font-size: 28px;
    }
    .featured-swiper .card-buttons {
        margin-top: 34px;
    }
    .new-swiper .card-buttons {
        margin-top: 45px;
    }
    .used-swiper .card-buttons {
        margin-top: 20px;
    }
}


