  .page-header {
  position: absolute;
  z-index: 9999999 !important;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.15);
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-header.is-sticky {
  position: fixed;
  z-index: 99999;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background: #0D75AC !important;
  padding: 8px 0;
  -webkit-animation: slideDown 0.35s ease-out;
          animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
  max-width: 230px;
}
.page-header.is-sticky .mnu-btn label{
width: 45px;
}
.page-header.is-sticky .mnu-btn label span{
  margin: 5px 0;
}
.page-header.is-sticky .menu-btn {
  top: -14px;
}
.page-header.is-sticky .adsdff{
  top: 21px;
}
.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
