
  .top-bar-02, .top-bar-02 a {
    font-size: 16px;
    line-height: 1.78;
    color: #696969;
  }

  .top-bar-02 {
      padding-top: 0px;
      padding-bottom: 0px;
      background-color: #1F83BD0D;
      border-bottom-width: 0px;
      border-bottom-color: #1F83BD0D;
      color: #696969;
  }

  .page-top-bar ul {
      z-index: 9999;
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  .top-bar-info .info-item {
      display: inline-block;
      line-height: 1;
      margin-right: 15px;
  }

  .top-bar-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 50px;
  }
  .top-bar-02 .top-bar-left {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
  .top-bar-wrap{
    margin-left: 30px;
    margin-right: 30px;
  }
  @media (max-width: 767px) {
    .page-top-bar {
      display: none;
    }
  }
