@media only screen and (max-width: 1255px) {

  
    /*---------- Start Body Section--------------*/
    .service_head{
        background-image: url("../../image/services_03.jpg") !important;
        background-size: cover !important;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        width: 100%;
        height: 25vh !important;
      
    }
    .service_head h1{
        padding-top: 110px !important;
        font-size: 35px !important;
        margin: 0px;
        text-align: center;
    }

    
    /*------Start ADDITIONAL VEHICLE REPAIR SERVICESSection-------*/
    .other_service{
        display: block !important;
        justify-content: center;
        padding: 10px;
    }
    .other{
        width: 100%;
       
    }
    /*--Vehicle must be picked up within 48 hours after being Serviced--*/
    .hrs_services h1{
        text-align: center;
        padding: 10px 0px !important;
    }
    .hrs_box{
        display: block !important;
        justify-content: center;
        padding: 10px !important;
    }
    .box_on{
        width:100% !important;
        box-shadow: 2px 2px 5px #666;
        padding: 5px;
        margin: 0px !important;
    }

       
}
    /* For tablets: */