/* MOBILE MENU ICONS */
.mhi{
    padding-left:10px;
    padding-right:10px;
}
/* HEADER INFOBOX */
.header-infobox {
    border-right: 1px solid rgba(0,76,134,1);
    padding-right: 20px;
    margin-right: 20px;
}
.header-infobox.style-2 .icon, .header-infobox.style-2 .title {
    color: #004c86;
}
.header-infobox.style-2 .title {
    color:#f26721;
    margin: 0;
    font-size: 14px;
    opacity: 1 !important;
    font-weight: 400;
}
/* BOOTSTRAP 7 COLS */
  @media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}
 
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
    max-width: 14.285714285714285714285714285714% !important;
flex:none !important;
  }
}



