#hq-gcar-vehicle-filter{
    padding-left: 5%;
    padding-right: 5%;
}
.car_attribute_wrapper_icon{
    flex:1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width:100% !important;
    margin-top:0!important;
}
.hq-vehicle-class-card{
    border: 1px solid #dce0e0;
    border-radius: 5px;
    padding: 5%;
}
#hq-vehicle-grid-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    margin-top: 20px;
}
.portfolio_info_wrapper{
    padding: 0 !important;
}
.car_image{

}
.car_search_wrapper{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.car_search_form{
    padding: 20px !important;
}

.spinner-wrapper img{
    padding-bottom:5.0em !important;
}
.hq-car-name{
    margin-top: 0 !important;
}
.feature-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hq-filter-select{
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
    box-sizing: border-box;
}
.hq-item-wrapper{
    width:100%;
    padding-right: 15px;
}
.hq-item-wrapper select,
.hq-item-wrapper button{
    width: 100%;
    margin-right: 10px;
}
#hq-vehicle-grid-wrapper .car_image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hq-car-name{
    margin: 0 !important;
}

@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 992px) {
    #hq-vehicle-grid-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (max-width: 576px) {
    .car_search_wrapper{
        flex-direction: column;
    }
    .car_search_wrapper select{
        margin-bottom: 20px;
    }
}
