.nav-tabs>li>a {
    background: #0077b5;
    color: white;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #fcca01 !important;
    cursor: default;
    background-color: #020202 !important;
    border-bottom-color: transparent;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
}
.nav-tabs {
    border-bottom: none;
}
.activeColor {
    color: #039be5 !important;
    font-weight: 900;
  }
/*.activeLiTab  {
    background: #f6f6f6 !important;
}*/
hr.custom_tab_borderPick1 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    width: 100px !important;
    border-top: 3px solid #fac901 !important;
    margin-left: 11px;
}
hr.custom_tab_borderDrop2 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    width: 100px !important;
    border-top: 3px solid #fac901 !important;
    margin-left: 3px;
}
hr.custom_tab_border1 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    width: 100px !important;
    border-top: 3px solid #fac901 !important;
    margin-left: -16px;
}
hr.custom_tab_border2 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    width: 100px !important;
    border-top: 3px solid #fac901 !important;
    margin-left: -8px;
}
hr.custom_tab_border3 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    border: 0 !important;
    width: 83px !important;
    border-top: 3px solid #fac901 !important;
    margin-left: -4px;
}
label.label-radio {
    font-size: 11px;
    position: absolute;
    top: 4px;
    font-weight: 900;
}
/*.nav-tab-holder .nav-tabs > li.tab-width-main.active > a, .nav-tabs > li.tab-width-main.active > a:hover, .nav-tabs > li.tab-width.active > a:focus
{
    color: #555 !important;
    cursor: default !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
}*/
.bx-controls.bx-has-controls-direction {
    display: none;
}
.bx-controls.bx-has-pager.bx-has-controls-direction {
    display: none;
}
.bx-controls.bx-has-controls-auto {
    display: none;
}
.padding-tab {
    padding-top: 25px !important;
    padding-left: 11px !important;
    padding-bottom: 20px !important;
} 

.nav-tabs > li.remove-caret.active:after {
    display: none !important;
}
.nav-tabs > li.tab-width.active:after {
    display: none !important;
}
.nav-tabs > li.tab-width-Air {
     width: 50% !important;
}
.nav-tabs > li.tab-width {
     width: 33% !important;
}
.nav-tabs > li.tab-width-main {
     width: 33% !important;
     text-align: center;
}
.nav-tabs > li.tab-width-main.active:after {
     display: none !important;
}

@media (min-width: 350px) and (max-width: 420px) {
  span.divider {
    border-right: 1px solid black;
    margin-left: 85px;
  }
  span.dividerPick {
    border-right: 1px solid black;
    margin-left: 140px;
  }
  span.dividerDrop {
    border-right: 1px solid black;
    margin-left: 130px;
  }
}
@media (max-width: 340px) {
   hr.custom_tab_border1 {
    width: 68px !important;
    margin-left: -4px;
  }
  hr.custom_tab_border2 {
    width: 68px !important;
    margin-left: 0px;
  }
  hr.custom_tab_border3 {
    width: 68px !important;
    margin-left: 0px;
  }
  span.divider {
    border-right: 1px solid black;
    margin-left: 74px;
  }
  label.label-radio {
    font-size: 10px;
  }
  span.dividerPick {
    border-right: 1px solid black;
    margin-left: 119px;
  }
  span.dividerDrop {
    border-right: 1px solid black;
    margin-left: 112px;
  }
}
@media (max-width: 374px) and (min-width: 321px)  {
  div#pick-from-air-radio {
    margin-left: -23px;
  }
}