.vehicle-card {
    background-color: #fff;
}

#hq-tabs ul.ui-tabs-nav {
    display: flex;
    justify-content: space-around;
    list-style-type: none;

}

.hq-tabs-wrapper {
    margin: 30px 0 50px 0;
}

#hq-tabs ul.hq-tabs-wrapper li {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    fill: #7a7a7a !important;
    color: #7a7a7a !important;
    border: none;
    background-color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgb(16 36 65 / 10%);
    margin: 0 25px;
    padding: 9px 12px;
}

.hq-vehicle-content-wrapper h3:nth-child(1) {
    font-weight: bold;
    font-size: 20px;
    color: #032c7e;
    padding-bottom: 10px;
}

.hq-grid-button-wrapper h3:nth-child(2) {
    font-weight: bold;
    font-size: 18px;
    color: #6dbf5f;
    padding-top: 6px;
}


.hq-list-label-wrapper-inner {
    flex-wrap: wrap;
}

/*startingfrom*/

/*buttonstyle*/
.hq-list-rent-button {
    padding: 10px;
    background: #012b7f !important;
    border-radius: 5px !important;
    color: white;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    height: 40px;
    line-height: 20px;
    width: 140px;
    text-align: center;
}

.hq-list-rent-button:hover {
    color: white;
    text-decoration: none;
    background-color: #d6230c !important;
}


/*buttonstyle*/

.vehicle-card {

    padding: 23px !important;
    background-color: white;
    transition: all 0.3s;
}

.vehicle-card {
    justify-content: end !important;
}

#hq-smart-vehicle-grid {
    padding-bottom: 50px;
}

.vehicle-card:hover {
    transform: translate(0px, -4px);
    box-shadow: 0px 6px 8px -3px rgb(0 0 0 / 30%);
}

/*navclassbar*/

#hq-tabs ul.ui-tabs-nav {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    flex-wrap: wrap;

    margin: 0px 15px 0px 15px;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%);
    border-radius: 5px;

    font-family: "Roboto", sans-serif;
}

#hq-tabs ul.hq-tabs-wrapper li {
    width: 20%;
    margin: 0px !important;
    text-align: center;
    box-shadow: none !important;
}

/*responsive grid*/
#hq-smart-vehicle-grid {
    padding: 20px 10px 20px 10px;
}

.ui-tabs-anchor {
    color: #012b7f;
    width: 100%;
}

.ui-tabs-anchor:hover {
    color: #e7043b;
}

#hq-tabs ul.hq-tabs-wrapper li {
    border-right: solid 1px #c8c6c6 !important;
    border-radius: 0px !important;
}

.hq-list-image-wrapper {
    margin-bottom: 0px;
}

@media only screen and (max-width: 800px) {
    .vehicle-card {
        width: 100%;

    }

    #hq-smart-vehicle-grid-row {
        display: flex;
        flex-direction: column;

    }

    #hq-smart-vehicle-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
        column-gap: 10px;
        row-gap: 30px;
    }
}

@media (max-width: 800px) {
    #hq-tabs ul.ui-tabs-nav {
        display: flex;
        justify-content: space-between;
        list-style-type: none;
        flex-wrap: wrap;
        box-shadow: none;

    }

    #hq-tabs ul.hq-tabs-wrapper li {
        width: 100%;
        text-align: center;
        margin: 10px !important;
        box-shadow: 0 0 5px 0px rgb(0 0 0 / 30%) !important;
        border-right: none !important;
    }


    #hq-smart-vehicle-grid {
        padding: 20px 30px 20px 20px;
    }

    .hq-list-rent-button {
        font-family: "Roboto", sans-serif !important;
        border-radius: 5px;
        width: 155px;
    }


    .vehicle-card {
        justify-content: end !important;
    }
}

@media only screen and (max-width: 400px) {
    .hq-list-rent-button {
        width: 100px;
    }

    .hq-grid-button-wrapper h3 {
        font-size: 0.9rem !important;
        padding-left: 4px;
        position: relative;
        top: 4px;

    }

}