

.top-header-common{
    padding: 0 40px;
  }
  .thf-top-header-width {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
  @media (max-width:680px) {
    .top-header-common{
      justify-content: center;
    }
  }
  
  .top-header-left {
    display: flex;
    align-items: center;
     flex-wrap: wrap;
     flex-grow: 1;
  }
  
  @media (max-width:680px) {
    .top-header-left{
      justify-content: center;
    }
  }
  
  .top-header-right {
    display: flex;
    align-items: center;
    margin: 5px 0;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  @media (max-width:575px) {
    .top-header-right{
      width: 100%;
      justify-content: center;
    }
  }
  
  
  /* top header 1 start */
  .top-header-1 {
    background: #0C0E2B;
    color: #fff;
    padding: 5px 40px;
    font-size: 13px;
    margin: auto;
  }
  
  
  .top-header-1 .top-header-left  .top-header-item {
    color: #eee;
    transition: .2s;
    line-height: 1;
    display: flex;
  }
  .top-header-1 .top-header-left  a.top-header-item i{
    display: inline-block;
    margin-right: 5px;
  }
  
  .top-header-1 .top-header-right .social-icons{
    display: flex;
    align-items: center;
  }
  
  .top-header-1 .top-header-right .social-icons .social-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: .3s;
  width: 35px;
  height: 35px;
  background: #f2b53f;
  border-radius: 50%;
  }
  
  .top-header-1 .top-header-right .social-icons .social-icon:hover{
    color: #fff;
  }
  
  /* top header 1 end */
  
  