
div.wrapper {
    width: 100%;
    text-align: center;
    margin: 10px auto;
    font-family: Helvetica;

}
body div > ul.tab_content {
    margin: 0;
    padding: 0px 0px 0px 6px;
    display: inline-block;
    font-family: Helvetica;
    margin: 0px 0 26px;

}
ul.tab_content li { 
    list-style: none;
    float: left;
    position: relative;
    margin-right: 4px;
    margin-bottom: 0;
}
ul.tab_content li.controls {
    float: right;
}
 ul.tab_content li a {
    min-height: 125px;
    max-height: 100%;
    min-width: 220px;
    max-width: 100%;
    display: block;
    font-weight: bold;
    display: inline-block;
    padding: 15px 30px 0;
    color: #fff;
    outline: 0;
    text-decoration: none;
    background: #3B5E7C;
    text-align: center;
}

.col-sm-9-custom ul.tab_content li a {
    min-height: 115px;
    max-height: 100%;
    min-width: 170px;
    max-width: 100%;
    display: block;
    font-weight: bold;
    display: inline-block;
    padding: 10px 30px 0;
    color: #fff;
    outline: 0;
    text-decoration: none;
    background: #3B5E7C;
    text-align: center;
}


ul.tab_content li a.viewall 
{
  padding: 35px 30px 0;
  background: #F98F15;
}
ul.tab_content li.active a 
{
 pointer-events: none;
 color: white;
 background: #3B3B3B;
}
ul.tab_content li.active a.viewall 
{
  pointer-events: none;
  color: white;
  background: #F98F15;
}
.tabscontent
{
  width: 890px;
  margin: 0 auto;
  border: 2px solid #3B5E7C;
  clear: both;
  padding: 0 15px;
  background: #fff;
  border-radius: 10px;
}
div.tabscontent > div 
{
  padding: 0 5px;
   transition: all ease 2s;
}
div.controls {
    float: right;
}
div.controls a 
{
  margin-left: 5px;
}
.lorem 
{
  font-style: italic;
}
ul.tab_content li.active a:after, ul.tab_content li.active a:before 
{
  bottom: -35px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
ul.tab_content li.active a:before 
{
  border-color: rgba(136,183,213,0);
  border-bottom-color: #3B5E7C;
  border-width: 20px;
  margin-left: -20px;
  animation: fadein .7s;
  amination-delay: .5s;
}

.option_category_in_mobile_view
{
    display: none;
}

 del span.price_text
    {
        text-decoration: line-through;
    }
    .phone_call
    {
      background-color: #199cd8;
      display: inline-block;
      cursor: pointer;
      color: #fff;
      padding: 10px 0;
      font-size: 16px;
      width: 100%;
      text-decoration: none;
      text-align: center;
      border: 2px solid #199cd8;
      transition: all ease 0.8s;
      text-transform: uppercase;
    }
    .unit_table
    {
        width: 100%;
        border: none;
        font-family: Helvetica;
        font-size: 13px;
        color: #333;
        margin: 0;
       
    }
    .unit-info
    {
        border-bottom: 2px solid #3B5E7C;
        padding: 15px 0;
    }
    .unit_table td
    {
        border: none;
        vertical-align: top;
    }
    .unit-size
    {
        font-size: 21px;
        width: 15%;
    }
    .unit-options
    {
        width: 28%;
    }
    .unit-rates
    {
        font-size: 12px;
        text-align: center;
        width: 32%;
    }
    .unit-options-list
    {
        margin: 0px;
        padding: 0px;
    }
    .price_text
    {
        font-size: 18px;
    }
    .unit-special-offer
    {
        color: red;
    }

    .phone_call:hover
    {
        background: #fff;
        color: #333;
        border: 2px solid #199cd8;
    }
    .image_icons
    {
        vertical-align: middle;
        width: 30px;
        padding-right: 5px;
    }
    .unit-options-list li{
        margin-top: 2px;
        list-style: none;
        display: inline-table;
    }

    .tab_select_optins_mobile:after {
        top: 39%;
        right: .6em;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136,183,213,0);
        border-top-color: #263138;
        border-width: 6px;
        margin-left: -6px;
    }
    .option_category_in_mobile_view
    {
        position: relative;
    }
    .location-category-select
    {
        display: block;
        width: 100%!important;
        font-size: 1.125em;
        background: #dcdddf;
        color: #263138;
        padding: 10px 20px;
        border: 0;
       -webkit-appearance: none;
       -moz-appearance: none;
       text-indent: 1px;
       text-overflow: '';
       border-radius: 0;
    }
    
    .phone_call img
    {
        
        padding-right: 5px;
    }
.list-div .unit-info:last-child
{
    border-bottom: 0px;
}
.unit-rates span {
    display: inline-block;
    zoom: 1;
}

.col-sm-3-custom
{
  width: 22%;
  float: left;
}
.col-sm-9-custom
{
  width: 78%;
  float: left;
}
.container-custom
{
 width: 900px;
 margin: 0 auto;
}
.location_details
{
  height: 84px;
 font-size: 13px;
 line-height: 18px;
 text-align: left;
 padding-left: 10px;
}
.location_details .name_div
{
  color: #F98F15;
  font-weight: bold;
}

.location-photo
{
  border: 1px solid #e1e1e1;
  width: auto;
  height: 200px;
}
.location_new_div .location_details
{
   width: 890px;
   margin: 0 auto;
}
.NewImageSIze{
    height: 150px;
}
.NewlocationSIze
{
    height: 10px;
}
.link_location
{
    cursor: pointer;
}