/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #0071bd;
  padding: 0 !important;
  border-radius: 0px;
  -moz-border-radius: 0px;
  border:0px solid #ddd;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0; background: #051e38; color: #fff; border-bottom: 1px #818284 solid;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #0071bd;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #051e38;
  background-image: #051e38;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #051e38;
}

div.bhoechie-tab-content{
  background-color: #0071bd;;
  /* border: 1px solid #eeeeee; 
  padding-left: 20px;
  padding-top: 10px;*/
  padding: 26px 30px; min-height:327px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.tabhd{font-size: 15px; font-weight: 600; font-family: 'Raleway', sans-serif;}
div.bhoechie-tab-menu div.list-group > a {
  padding: 17px 10px;
}

.tabicon i{font-size: 30px !important;}
.bhoechie-tab-content p{color: #fff; font-family: 'Raleway', sans-serif;}
.bhoechie-tab-content h2{color: #fff !important; font-family: 'Raleway', sans-serif;}
.bhoechie-tab-container .list-group .list-group-item {
  border-bottom: 0px #818284 solid !important;
}
.bhoechie-tab-container.list-group-item.text-center {
    border-bottom: 1px #818284 solid; border-right: 0px;}


  @media only screen and (min-width: 320px) and (max-width: 450px){
    div.bhoechie-tab-content{
      height: 359px; overflow: scroll;
    }
  }

  @media only screen and (min-width: 451px) and (max-width: 768px){
    div.bhoechie-tab-content{
      height: 291px !important; overflow: scroll;
    }
  }