section.hero .filter-main-box {
    background: #fff;
    border-radius: 6px;

    padding: 26px 30px;

    margin: 35px auto 0;

    position: initial;

    box-shadow: 0px 13px 8px #0000000d;

    max-width: 1040px;
}

section.hero .filter-main-box .heading {
    display: block;
}

section.hero .filter-main-box .heading h4 {
    font-size: 18px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1.188;

    text-align: left;

    margin: 0;
}

section.hero .filter-main-box .filter-fields {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.hero .filter-main-box .filter-fields .field-box {
    width: calc(100% / 6 - 20px);
    position: relative;
}

section.hero .filter-main-box .filter-fields .field-box.select:before {
    position: absolute;

    content: "\f078";

    font-family: "Font Awesome 5 Free";

    right: 15px;

    font-size: 12px;

    font-weight: 900;

    height: 12px;

    line-height: 1;

    top: 12px;
}

section.hero .filter-main-box .filter-fields .field-box select {
    width: 100%;

    padding: 8px 15px;

    font-size: 14px;

    border: none;

    background: transparent;

    font-family: "Proxima";

    outline: none;

    color: rgb(54, 54, 54);

    line-height: 1;

    cursor: pointer;

    height: auto;

    text-align: left;

    border: 2px solid #707070c4;
    border-radius: 4px;
}

section.hero .filter-main-box .filter-fields .field-box input {
    width: 100%;

    padding: 8px 15px;

    font-size: 14px;

    font-weight: 500;

    border: none;

    background: transparent;

    font-family: "Proxima";

    outline: none;

    color: rgb(54, 54, 54);

    line-height: 1;

    height: 34px;

    text-align: left;

    border: 2px solid #707070c4;
    border-radius: 4px;
}

section.hero .filter-main-box .filter-fields .field-box select {
    -webkit-appearance: none;
}

section.hero .filter-main-box .filter-fields .field-box button {
    width: 100%;

    height: 100%;

    border: none;

    display: flex;

    justify-content: center;

    align-items: center;

    background: #0018f8;

    cursor: pointer;

    color: #fff;

    border-radius: 4px;
    height: 34px;
}

section.hero .filter-main-box .advance-cta a {
    font-size: 14px;

    font-family: "Proxima";

    font-weight: 500;

    display: block;

    color: rgb(0, 24, 248);

    line-height: 1;

    padding: 10px 5px;

    border: 1px solid rgb(0, 24, 248);

    height: 34px;

    border-radius: 4px;
    text-align: center;
}

section.hero .list-device-box {
    display: flex;
    align-items: center;
    gap: 23px;
    margin: 34px auto 0;
    text-align: center;
    background: #fff;
    padding: 20px 23px;
    border-radius: 6px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0px 13px 8px #0000000d;
    color: #131313;
}

section.hero .list-device-box .btn-primary {
    background: rgb(0, 24, 248);
    padding: 12px 30px;
    border-radius: 6px;
}

section.what-drive-us {
    /*padding: 80px 0 30px;*/

    position: relative;

    overflow: hidden;
}

section.what-drive-us .head-desc {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
}

section.what-drive-us .head-desc a {
    font-weight: bold;
}

section.what-drive-us .head-desc h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Proxima";

    color: rgb(54, 54, 54);


    line-height: 1.318;

    text-align: left;

    margin: 0;

    text-align: center;
}

.what-drive-us-row {
    align-items: center;
}

.what-drive-us-content {
    position: relative;
    padding: 55px 0;
    color: #fff;
}

section.what-drive-us .addvertisment-box {
    margin-bottom: 15px;
}

section.what-drive-us .desc h3 {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;
}

section.what-drive-us .desc p {
    font-size: 14px;

    font-family: "Proxima";

    color: #fff;

    line-height: 1.714;

    text-align: left;
}

section.what-drive-us .desc .cta-box a {
    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 3.286;

    transition: ease all 0.25s;
}

section.what-drive-us .desc .cta-box a:hover {
    background: rgb(0 24 248);
}

section.what-drive-us .our-mission-txt .desc p {
    width: 100% !important;
}

section.what-drive-us .truck-img-box {
    float: right !important;

    margin: auto;

    margin-right: 0;

    margin-top: 0;

    position: absolute;

    right: -90px;
}

section.sale-purchase {
    padding: 77px 15px 140px;
    overflow: hidden;
}

section.sale-purchase .heading {
    position: relative;
    text-align: center;
}

section.sale-purchase .heading::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #5B5B5B1C;
    left: 0;
}

section.sale-purchase .heading h3 {
    font-size: 28px;
    font-weight: 800;
    color: #312e2e;
    text-align: center;
    background-color: #fff;
    padding: 0 46px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

section.sale-purchase .divider {
    display: flex;
    gap: 38px;
    margin-top: 52px;
}

section.sale-purchase .divider .buy-box,
section.sale-purchase .divider .sell-box {
    max-width: 50%;
    width: calc(50% - 38px);
    padding: 28px 25px;
    display: flex;
    align-items: center;
}

section.sale-purchase .divider .img {
    width: 50%;
    display: flex;
    align-items: center;
}

section.sale-purchase .divider img {
    max-width: 445px;
    top: -52px;
    position: absolute;
}

section.sale-purchase .buy-box img {
    left: -106px;
}

section.sale-purchase .sell-box img {
    right: -106px;
    top: -30px;
}

section.sale-purchase .buy-box {
    position: relative;
    background: transparent linear-gradient(180deg, #2539ef 0%, #2c39aa 100%) 0% 0% no-repeat padding-box;
    border-radius: 6px;
}

section.sale-purchase .sell-box {
    border-radius: 6px;
    position: relative;
    background: transparent linear-gradient(180deg, #87ea25 0%, #5a9418 100%) 0% 0% no-repeat padding-box;
}

section.sale-purchase .divider .desc h4 {
    font-size: 16px;
    font-family: "Proxima";
    color: inherit;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: 0;
}

section.sale-purchase .desc {
    width: 50%;
    padding: 14px;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.sale-purchase .buy-box .desc {
    margin-left: auto;
    color: #2b39b2;
}

section.sale-purchase .sell-box .desc {
    color: #5c9918;
}

section.sale-purchase .divider .desc h3 {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    margin: 0;

    margin-bottom: 25px;
}

section.sale-purchase .divider .desc p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1.714;

    text-align: left;

    max-width: 90%;

    margin-bottom: 30px;
}

section.sale-purchase .divider .desc .cta-box a {
    background-color: rgb(255, 255, 255);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Proxima";

    border: 1px solid #fff;

    color: rgb(54, 54, 54);

    line-height: 3.286;

    transition: ease all 0.25s;
}

section.sale-purchase .divider .buy-box .desc .cta-box a:hover {
    background: #0018f8;

    color: rgb(255, 255, 255);
}

section.sale-purchase .divider .sell-box .desc .cta-box a:hover {
    background: #61db4a;

    color: rgb(23 27 28);
}

section.featured-vehicles .head-desc {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
}

section.featured-vehicles .head-desc h3 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.318;

    text-align: left;

    margin: 0;

    text-align: center;
}

section.featured-vehicles .head-desc a {
    font-weight: bold;
}

section.featured-vehicles .head-desc h2 {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;
}

section.featured-vehicles .addvertisment-box {
    margin-top: 15px;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #272727;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #0018f8;
}

section.featured-vehicles .featured-vehicle-slider .item {
    margin: 0 15px;

}


section.featured-vehicles .featured-vehicle-slider .item .desc-box .price-box {
    position: absolute;

    background: #0018f8;

    padding: 8px 10px 8px 15px;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

    top: -25px;

    right: 0;

    font-size: 16px;
}


section.featured-vehicles .featured-vehicle-slider .slick-arrow {
    font-size: 0;
    border: 1px solid #363636;
    background: #0018f8;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: ease all 0.25s;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 90;
}

section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-prev {
    right: auto;
    left: -52px;
}

section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-next {
    right: -52px;
}

section.featured-vehicles .featured-vehicle-slider .slick-arrow:before {
    position: absolute;

    content: "\f054";

    font-size: 15px;

    font-family: "Font Awesome 5 Free";

    z-index: 99;

    font-weight: 900;

    color: #fff;

    bottom: 0;

    top: 0;

    right: 0;

    left: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    transition: ease all 0.25s;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 3px 3px 0 0;
}

section.featured-vehicles
.featured-vehicle-slider
.slick-arrow.slick-prev:before {
    content: "\f053";
}

section.featured-vehicles .featured-vehicle-slider .slick-arrow:hover {
    background: #ffffff;

    border-color: #ddd;
}

section.featured-vehicles .featured-vehicle-slider .slick-arrow:hover:before {
    color: #363636;
}

section.blogs-news {
    padding: 80px 0;
}

section.what-drive-us .desc {
    font-size: 18px;
    color: #fff;
    padding-left: 35px;
}

section.what-drive-us .desc h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 32px;
    color: #fff;
}

section.what-drive-us .desc .learn-more {
    background: #fff;
    font: normal normal 600 15px/18px Proxima;
    letter-spacing: 0px;
    color: #1d20da;
    opacity: 1;
    padding: 12px 60px;
    margin-bottom: 22px;
    border-radius: 6px;
}

section.what-drive-us .desc .learn-more + p {
    font-weight: 600;
}

section.events {
    padding: 0 0 90px;
}

section.events .head-desc {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 60px;
}

section.events .head-desc h3 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Proxima";

    color: rgb(54, 54, 54);
    /* #1848 */
    /*text-transform: uppercase;*/

    line-height: 1.318;

    text-align: left;

    margin: 0;

    text-align: center;
}

section.events .head-desc a {
    font-weight: bold;
}

section.blogs-news .head-desc {
    padding-top: 30px;
}

section.events .item {
    box-shadow: 0px 13px 8px #0000000d;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 40px;
}

section.events .item img {
    width: 100%;
}

section.events .item .desc-box {
    padding: 30px 20px;
}

section.events .item .title-box h3 {
    font: normal normal bold 18px/26px Proxima;
    letter-spacing: 0px;
    color: #272727;
    opacity: 1;
    margin-bottom: 30px;
}

section.events .item .title-box h3 a {
    color: #272727;
}

section.events .item ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font: normal normal 600 14px/15px Proxima;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 26px;
}

section.events .item ul .fa {
    margin-right: 6px;
    color: #0018F8;
}

section.events .item .category-box a {
    display: inline-block;
    padding: 9px 50px;
    background: #0018f8;
    color: #fff;
    font-weight: 500;
    margin-bottom: 26px;
    border-radius: 6px;
}

section.events .item .desc-text p {
    font-weight: 500;
    margin-bottom: 26px;
    margin: 0;
    word-wrap: break-word;
    height: 150px;
    width: 100%;
    display: -webkit-box !important;
    display: -moz-box !important;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    text-align: left !important;
}

section.events .item .read-more {
    padding: 12px 30px;
    display: block;
    border-radius: 6px;
    color: #0018f8;
    border: 1px solid #0018f8;
    font-weight: 500;

}

@media (min-width: 992px) {
    section.hero {
        min-height: 1200px;
        background-color: #fff;
        background-position: bottom;
    }
}

@media (max-width: 992px) {
    section.hero .filter-main-box .filter-fields {
        gap: 20px;
    }

    section.hero .filter-main-box .filter-fields .field-box {
        width: calc(50% - 20px);
    }

    section.sale-purchase .divider {
        gap: 80px;
        display: grid;
    }

    section.sale-purchase .divider .buy-box, section.sale-purchase .divider .sell-box {
        max-width: 100%;
        width: 100%;
        padding: 28px 15px;
        display: flex;
        align-items: center;
    }

    section.sale-purchase .buy-box img {
        left: -127px;
    }

    section.sale-purchase .sell-box img {
        right: -138px;
        top: -30px;
    }

    section.hero {
        /*background-image: url('../images/herro-banner-mb.jpeg');*/
        min-height: 1200px;
        /*background-image: url('../images/herro-banner-mb.jpeg');*/
        background-size: 100%;
        background-color: #fff;
        background-position: bottom;
    }

}

@media (max-width: 767px) {
    section.hero {
        /*background-image: url('../images/herro-banner-mb.jpeg');*/
        min-height: 900px;
    }

    section.hero .filter-main-box .filter-fields {
        display: grid;
        gap: 20px;
        justify-content: unset;
    }

    section.hero .filter-main-box .filter-fields .field-box {
        width: 100%;
        position: relative;
    }

    section.hero .heading h3 {
        font-size: 25px !important;

        margin-top: 0 !important;
    }

    section.hero .subheading {
        font-size: 21px;
        text-align: center;
    }

    section.hero .filter-main-box {
        padding: 20px 15px;
        margin: 30px auto 0;
    }


    section.hero .list-device-box {
        gap: 15px;
        margin: 34px auto 0;
        padding: 20px 15px;
        font-size: 14px;
    }

    section.hero .list-device-box .btn-primary {
        padding: 12px 15px;
        font-size: 14px;
    }

    section.sale-purchase {
        padding: 40px 15px;
    }

    section.sale-purchase .divider {
        gap: 38px;
        display: grid;
    }

    section.featured-vehicles {
        padding: 40px 0;
    }

    section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-next {
        right: -10px;
    }

    section.featured-vehicles .featured-vehicle-slider .slick-arrow.slick-prev {
        right: auto;
        left: -10px;
    }

    section.what-drive-us .head-desc {
        padding: 0 15px;
        text-align: center;
        margin-bottom: 30px;
    }

    section.what-drive-us .desc {
        font-size: 14px;
        padding-left: 0;
        padding-top: 35px;
    }

    section.events {
        padding: 40px 0;
    }

    section.events .item .desc-box {
        padding: 20px 15px;
    }

    section.events .item .title-box h3 {

        margin-bottom: 15px;
    }

    section.events .item ul {
        margin-bottom: 15px;
    }
}


#homeSearch input::-moz-placeholder {
    font-size: 16px !important;
    font-weight: bold !important;
}


#homeSearch input,
#homeSearch select,
#homeSearch input::placeholder,
section.hero .filter-main-box .advance-cta a {
    font-size: 16px !important;
    font-weight: bold !important;
}

section.hero .list-device-box {
    font-weight: bold !important;
}

section.hero .subheading img {
    filter: none !important;
}

section.events .item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

section.what-drive-us:before {
    top: 70px;
    bottom: unset;
}

section.events .item img {
    width: 100%;
    aspect-ratio: 300/200;
    -o-object-fit: cover;
       object-fit: cover;
}

a.desc {
    white-space: unset;
}

