#BBgrid ,#BBslider{
    width: 100%;
    height: 100%;
    max-width: 1440px;
    font-size: 18px;
}
.BBgrid_list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}#BBgrid .vechiel_grid_item {
    padding: 10px 10px;
    margin-top: 24px;
    height: 270px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
}#BBgrid .products_img {
    width: 35%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.veh_descrip h2 , .reserv-details-wrap h3 {
    color:var(--titlecolor);
}
#BBgrid h2 , #BBslider h3{
    font-size: 2.4rem;
    line-height: 1.2;
    margin: 0;
}
#BBgrid .vehicle_detailsblock {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 0 20px;
}
#BBgrid .booking_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    font-size: 1.2em;
}
#BBgrid .booknow_button {
    width: 180px;
    text-align: center;
    color: #e5e5e5;
    padding: 7px 0;
    background-color: var(--buttoncolor);
    border-radius: 3px;
    text-decoration: none;
}

#BBgrid .price_details {
    font-weight: 600;
    font-size: 40px;
}

#BBgrid p{
    font-size: 18px;
}

.Carefatures {
    list-style: none;
    padding: 0;
    display: flex;
    width: 207px;
    font-size: 15px;
}

ul.Carefatures li {
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.Carefatures li .car-list-icon {
    width: 20px;
    height: 35px;
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.4;
    margin-right: 6px;
}
@media only screen and (max-width: 992px){
    #BBgrid .price_details {
        font-size: 28px;
    }
    #BBgrid{
        font-size: 14px;
    }
    #BBgrid h2{
        font-size: 1.6rem;
    }
    #BBgrid .booknow_button{
        width: 135px;
        font-size: 16px;
        font-weight: 600;
    }
    #BBgrid .vechiel_grid_item{
        height: auto;
        min-height: 160px;
    }
    #BBgrid .booking_sec{
        width: 100%;
        align-items: baseline;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto;
    }
    #BBgrid .products_img{
        width: 39%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }
    #BBgrid .vehicle_detailsblock{
        display: flex;
        flex-direction: column;
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .button-wrapper{
        min-width: 100%;
    }
    #BBgrid .vehicle_detailsblock{
        padding: 0;
        width: 100%;
    }
    #BBgrid .products_img{
        height: 180px;
        width: 100%;
    }

    #BBgrid .vechiel_grid_item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }


}

#BBgrid .booknow_button:hover{
    background-color: #585858;
    color: #cfcfcf;
}


#BBslider .button-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0 auto;
    margin-top: 25px;
    max-width: 1200px;
}

.button-wrapper button img {
    width: 38px;
    opacity: 0.7;
    height: 40px;
}

.BBslider_list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    transition: all 0.6s cubic-bezier(0, 0, 0.2, 1) 0s;
}

.BBslider_list .vechiel_grid_item {
    display: flex;
    min-width: 330px;
    margin-right: 10px;
    flex-direction: column;
    border: 1px solid #f7f7f7;
}

div#BBslider {
    overflow: hidden;
}

#BBslider .products_img{
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 180px;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reserv-details-wrap {
    padding: 10px 10px;
}
#BBslider h3 {
    font-size: 22px;
    height: 68px;
    text-align: center;
    font-weight: 600;
}
.reserv-details-wrap p {
    font-size: 16px;
    text-align: center;
    background-color: #fdfdfd;
    width: 40%;
    margin: 0 auto 18px auto;
    border: 1px solid #e4dede;
    border-radius: 50px;
}

.rent_price_view {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
    text-align: center;
}
.rent_price_view .rent_price-big {
    font-size: 36px;
    color: var(--buttoncolor);
    font-weight: 700;
}

.rent-btn-wrap button {
    background: antiquewhite;
    color: antiquewhite;
}

#BBslider .rent-btn-wrap a {
    padding: 7px 20px;
    background-color: aqua;
    color: antiquewhite;
    text-decoration: none;
    text-align: center;
}

#BBslider .rent-btn-wrap {
    display: block;
    text-align: center;
    height: 50px;
}
#BBslider .rent-btn-wrap a {
    border-radius: 3px;
    display: inline-block;
    margin-top: 8px;
    padding: 5px 20px;
    background-color:var(--buttoncolor);
    color: var(--buttontxtcolor);
    text-decoration: none;
    text-align: center;
}

#BBslider .rent-btn-wrap a:hover{
    background-color: #585858;
    color: var(--buttontxtcolor);
}

#BBslider .button-wrapper button {
    border: 1px solid #ffffff;
    background-color: white;
    border-radius: 5px;
    margin-left: 12px;
}

#BBslider .button-wrapper button:hover {
    cursor: pointer;
    border: 1px solid #c5c5c5;
}

