.cnb-bar {
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  overflow: hidden;
  transition: max-height 0.4s ease;
  min-height: 40px;
  font-family: "Revisal-Light", sans-serif;
  position: relative;
  z-index: 10;
}
.cnb-bar.open {
  max-height: max-content;
}
.cnb-inner {
  padding: 0.75rem 1rem;
}
.cnb-header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    font-size: 14px;
}
.cnb-title {
  display: flex;
  align-items: center;
  letter-spacing: 0.4px;
  font-family: "Revisal-Regular", sans-serif;
}
.cnb-title > svg {
  margin-top: -3px;
}
.cnb-title span {
  margin-left: 5px;
}
.cnb-content {
  margin-top: 0.5rem;
  display: none;
  font-size: 15px;
}
.cnb-content p {
  line-height: 1.5!important;
  font-size: 15px;
  font-family: "Revisal-Regular", sans-serif;
}
.cnb-bar.open .cnb-content {
  display: block;
}
.cnb-toggle,
.cnb-close {
  background: none;
  border: none;
  color: inherit;
  margin: 0 0 0 30px;
  cursor: pointer;
  padding: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  display: flex;
  transition: all 0.4s ease;
  display: block;
}
.cnb-toggle span {
  margin-left: 3px;
  display: inline-block;
  height: 16px;
}
.cnb-close { font-size: 1.2rem; }

.cnb-bar.open .cnb-toggle span {
  transform: rotate(180deg);
  display: inline-block;
}

@media screen and (max-width:901px) {
  .cnb-header {
    flex-direction: column;
    padding: 18px 0 8px;
  }
}

@media screen and (max-width:1399px) {
  .page-template-portal2 .header .header__main {
    padding-top: 30px;
  }
}

@media screen and (min-width:1400px) {
  .page-template-portal2 .header .header__main {
    padding-top: 10px;
  }
}