@media screen and (max-width: 768px) {
  .nav-res {
    display: flex !important;
  }
  .nav {
    display: none !important;
  }
}

.nav-res {
  display: none;
  justify-content: start;
}

.nav-res a {
  margin-right: 24px;
}

.nav {
  display: flex;
  justify-content: space-between;
}

.right-side {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}

.menu li {
  padding: 0 10px;
}

.menu a {
  font-size: 14px !important;
}

header .menu .sub-menu {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1) !important;
}

header .menu .sub-menu li a {
  color: rgb(0 0 0 / 90%);
}

header .menu .sub-menu li:hover a {
  color: #0065cd !important;
}

.button-header a {
  padding-top: 7px !important;
}

.sidebar-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 9999 !important;
  width: 100%;
  height: 100%;
}

.sidebar {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
  background-color: white;
  box-shadow: -3px 0px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
}

.sidebar .logo {
  width: 100%;
  text-align: center;
}
.sidebar .linkbox {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
.sidebar .link {
  width: 100%;
  text-align: right;
  padding: 8px;
  color: #0f0f0f;
}

#page-head {
  margin-top: 0px !important;
}
.changed-on-x {
  margin: 1845px;
}