.listing_body {
    padding: 40px 0;
}
.left_section_filter {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 2px 7px 0px #00000029;
}
/* after upload */
.prc-bus ul {
    display: flex;
    justify-content: space-between;
}
/* after upload */
.filter_colum {
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px #0000001f;
    border: 1px solid#ddd;
}
.range_div{padding: 0 10px;}
.form-check-label input {
    margin-right: 5px;
}
.form-check-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.sidebar_tittle h4{font-size: 16px; cursor: pointer;}
.sidebar_tittle h4[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}
.sidebar_tittle .arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 18px;
    color: var(--main-color);
}
.listing_box {
    box-shadow: 0px 2px 7px 0px #00000029;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}
.listing_box:hover .vhcl_img img{
    transform: scale(1.05);
    transition: 0.5s;
}
.vhcl_img{
    overflow: hidden;
    height: 180px;
}
.vhcl_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vhcl_details {
    background: #fff;
    padding: 10px;
}
.vhcl_details h5 {
    margin-top: 0;
    font-size: 16px;
}
.vhcl_details p {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.view_vhcl {
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 5px;
    border-radius: 24px;
    font-weight: 500;
    transition: 0.3s;
}
.view_vhcl:hover{
    background: var(--color-4);
    box-shadow: 0px 2px 3px 0px #00000045;
}
.dtl_icon {
    color: var(--main-color);
    font-size: 17px;
    margin-right: 5px;
    background: #0075ab1f;
    border-radius: 3px;
    height: 23px;
    width: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px){
    .vehicle_list{padding-top: 20px;}
}
@media (min-width: 768px) and (max-width: 1200px)  {
    .container {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .listing_body{padding: 10px 0;}
    .vehicle_list {padding-top: 10px;}
    #filter_xs_slide {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.4s ease-in-out;
    padding-top: 20px;
}
.left_section_filter{
    border: 1px solid#ddd;
}

#filter_xs_slide.active {
    transform: translateX(0);
}
#filter_btn{
    background: var(--main-color);
    color: #fff;
    border: none;
}
}
