.info-bar {
    position: relative;
    z-index: 1001;
  }
  .info-bar ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #444;
  }
  .info-bar ul:before,
  .info-bar ul:after {
    content: " ";
    display: table;
  }
  .info-bar ul:after {
    clear: both;
  }
  .info-bar ul:before,
  .info-bar ul:after {
    content: " ";
    display: table;
  }
  .info-bar ul:after {
    clear: both;
  }
  @media (max-width: 767px) {
    .info-bar ul {
      text-align: center;
      border-left: none !important;
    }
    .info-bar ul a {
      border-right: none !important;
    }
  }
  .info-bar ul > li {
    float: left;
  }
  .info-bar ul > li > a {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    border-right: 1px solid #444;

    text-decoration: none;
  }
  .info-bar ul > li > a:hover {
    background-color: #444;
  }
  @media (max-width: 767px) {
    .info-bar ul > li {
      float: none;
      display: inline-block;
    }
  }
  .info-bar .info-bar-right ul {
    float: right;
  }
  .info-bar .info-bar-right ul .dropdown-menu.drop-down-sign-in {
    right: 0;
    left: auto;
  }
  @media (max-width: 767px) {
    .info-bar .info-bar-right ul .dropdown-menu.drop-down-sign-in {
      right: -30px;
    }
  }
  @media (max-width: 767px) {
    .info-bar .info-bar-right {
      border-top: 1px solid #444;
    }
    .info-bar .info-bar-right ul {
      float: none;
    }
  }