@media only screen and (min-width:769px) and (max-width:990px) 
{
    
    .tabscontent,.location_new_div .location_details
    {
        width: 100%;
        padding: 0px;
    }
    .col-sm-9-custom ul.tab_content li a {
    
         min-width: 160px; 
    }
    ul.tab_content li a
    {
        min-width: 200px; 
    }
    .unit-options,.unit-rates
    {
        width: 28%;
    }
     .col-sm-3-custom
    {
        width: 100%;
        float: none;
        text-align: center;
    }
     .col-sm-9-custom .location_details
    {
      width: 100%;
      text-align: center!important;
      float: none;
    }
    .col-sm-9-custom
    {
      width: 100%;
      float: none;
      text-align: center;
    }
    .container-custom
    {
      width: 100%;
      margin: 0 auto;
    }
}
@media only screen and (min-width:200px) and (max-width:768px) 
{
    
      .col-sm-3-custom
    {
        width: 100%;
        float: none;
        text-align: center;

    }
    .col-sm-9-custom
    {
      width: 100%;
         text-align: center!important;
      float: none;

    }
    .col-sm-9-custom .location_details
    {
      width: 100%;
         text-align: center!important;
      float: none;

    }
    .container-custom
    {
      width: 100%;
      margin: 0 auto;
    }
    
    .tabscontent,.location_new_div .location_details
    {
        width: 100%;
        padding: 0px;
    }
    ul.tab_content 
    {
        display: none!important;
    }
    .unit-options,.unit-rates
    {
        width: 28%;
    }
    .option_category_in_mobile_view
    {
        display: block;
        margin-bottom: 20px;
    }

    table.unit_table,table.unit_table tbody, table.unit_table th, table.unit_table td, table.unit_table tr {
        display: block;
        width: 100%;
    }
    table.unit_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table.unit_table td {
        border: none;
        position: relative;
        padding: 5px 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: center;
    }
    .unit-options-list
    {
        text-align: left;
        width: 220px;
        margin: 0 auto;
    }
    .unit-options-list li
    {
        width: 100%;
    }

}	