#Header-gov {
    display: flex;
    align-items: center;
    height: 48px;
    background: #3366CC;
    padding-left: 62px;

}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 107px;
    background: #fff;
    padding: 0 50px 0 62px;
    border-bottom: 2px solid #0DB4DC;
}

#head2 {
    display: flex;
    align-items: center;
}

.head-line {
    display: inline-block;
    height: 40px;
    width: 1px;
    border: none;
    background: #A6ADB4;
    margin: 0 30px;
}

.list-group-item.active {
    font-weight: bold;
    color: #fff;
    border: 0;
    background: linear-gradient(90deg, rgba(32,203,169,1) 0%, rgba(29,181,217,1) 100%);
}
.list-group-item.active img {
    filter: invert(1) brightness(10);
}

/*  bhoechie tab */
div.bhoechie-tab-container{
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border:1px solid #ddd;
    margin-top: 20px;
    margin-left: 50px;
    -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;
  }
  div.bhoechie-tab-menu div.list-group>a .glyphicon,
  div.bhoechie-tab-menu div.list-group>a .fa {
    color: #5A55A3;
  }
  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: #5A55A3;
    background-image: #5A55A3;
    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 #5A55A3;
  }
  
  div.bhoechie-tab-content{
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 10px;
  }
  
  div.bhoechie-tab div.bhoechie-tab-content:not(.active){
    display: none;
  }
  .admin-img {
    height: 40px;
  }
  .Sub-title {
    
    font-size: 22px !important;
    font-weight: bold !important;
    line-height: 30px !important;
    color: #262944 !important;
  }
  .mt-28 {
    margin-top: 28px !important;
  }
  @media (max-width: 700px) {
#menu-container {
  flex-direction: column;
  padding: 24px 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
  }

.menu-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 205px;
  padding: 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: #2b323d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
  
footer {
  background: #0DB4DC;
  margin: 40px 0 0;
  padding: 40px 90px 40px 150px;
  display: block;
}
.middle {
  margin-top: 20px;
  margin-bottom: 20px;
}
  

  


  
