.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px;
}
.hamburger-icon {
  top: 50%;
  right: 0;
  width: 18px;
  height: 1px;
  background: none !important;
  position: absolute;
  border-radius: 5px;
}
.hamburger-icon:before {
  top: -6px;
}
.hamburger-icon:after {
  top: 2px;
}
.hamburger-menu-items {
  padding: 0 20px 50px;
  background: #062b4e;
  max-width: 380px;
  position: absolute;
  right: -360px;
  top: 60px;
  height: calc(100vh - 60px);
  overflow: scroll;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  color: #89aede;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.11em;
  font-family: "Intelo Bold", sans-serif;
  transform: translateX(100%);
  transition: ease all 0.5s;
  will-change: transform;
}
.show-hamburger-menu .hamburger-menu-items {
  transform: translateX(0);
  transition: ease all 0.5s;
  right: 0;
}
.show-hamburger-menu .hamburger-icon:before {
  top: 0;
  transform: rotate(-45deg);
}
.show-hamburger-menu .hamburger-icon:after {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-menu-items .menu-1 li {
  border-bottom: 1px solid #405e84;
  max-height: 55px;
  transition: ease all 0.5s;
  overflow: hidden;
}
.hamburger-menu-items .menu-1 li a,
.hamburger-menu-items .menu-1 li .sub-menu {
  display: block;
  padding: 20px 0;
}
.hamburger-menu-items .menu-1 li .sub-menu {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  font-family: "Intelo Bold", sans-serif;
  letter-spacing: 0.15em;
  cursor: pointer;
}
.hamburger-menu-items .menu-1 li ul {
  margin: -10px 0 2px;
}
.hamburger-menu-items .menu-1 li .sub-menu:before {
  right: 0;
  width: 12px;
  height: 1.5px;
}
.hamburger-menu-items .menu-1 li .sub-menu:after,
.hamburger-menu-items .menu-1 li .sub-menu:before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 12px;
  background: #407dc9;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 8px;
}
.hamburger-menu-items .menu-1 li ul li {
  border: none;
  padding: 0;
}
.hamburger-menu-items .menu-1 li ul li a {
  display: block;
  font-family: "Intelo Light", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: none;
  padding: 10px 0;
  letter-spacing: normal;
}
.hamburger-menu-items .menu-1 li a {
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  font-family: "Intelo Bold", sans-serif;
  letter-spacing: 0.15em;
}
.hamburger-icon:before,
.hamburger-icon:after {
  content: "";
  position: absolute;
  width: 18px;
  height: inherit;
  background: #062b4e;
  border-radius: 5px;
  left: 0;
  transition: ease all 0.5s;
}
.hamburger-menu-items .follow-text {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.11em;
}
.hamburger-menu-wrapper .edit-location {
  display: inline-block;
  margin-left: 6px;
  font-family: "Intelo Light", sans-serif;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: normal;
  color: #407dc9;
  text-decoration: underline;
  text-transform: none;
}
.show-hamburger-menu .hamburger-menu-items {
  transform: translateX(0);
  transition: ease all 0.5s;
  right: 0;
}

.show-hamburger-menu .hamburger-icon {
  background: rgba(0, 0, 0, 0);
}

.show-hamburger-menu .hamburger-icon:before {
  top: 0;
  transform: rotate(-45deg);
}

.show-hamburger-menu .hamburger-icon:after {
  top: 0;
  transform: rotate(45deg);
}
.hamburger-menu-items .copyright-text {
  font-family: "Intelo Light", sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  margin-top: 12px;
  text-transform: none;
  letter-spacing: normal;
}

.menu-color-item a {
  display: block;
  position: relative;
  padding-top: 12px;
  font-family: "Intelo Bold", sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #fab90e;
}

.menu-color-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #fab90e;
}
.hamburger-menu-items {
  padding: 0 20px 50px;
  background: #062b4e;
  max-width: 380px;
  position: absolute;
  right: -360px;
  top: 60px;
  height: calc(100vh - 60px);
  overflow: scroll;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  color: #89aede;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.11em;
  font-family: "Intelo Bold", sans-serif;
  transform: translateX(100%);
  transition: ease all 0.5s;
  will-change: transform;
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .hamburger-menu-items {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .hamburger-menu-items {
    max-width: 100vw;
    min-width: 100vw;
    top: 70px;
  }
}

.hamburger-menu-items .menu-1 li {
  border-bottom: 1px solid #405e84;
  max-height: 55px;
  transition: ease all 0.5s;
  overflow: hidden;
}

.hamburger-menu-items .menu-1 li.expand-menu {
  max-height: 500px;
  transition: ease all 0.5s;
}

.hamburger-menu-items .menu-1 li.expand-menu .sub-menu:after {
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  transition: ease all 0.3s;
}

.hamburger-menu-items .menu-1 li .edit-btn {
  font-family: "Intelo Regular", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: none;
  display: inline-block;
  text-decoration: underline;
}

.hamburger-menu-items .menu-1 li .sub-menu {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  font-family: "Intelo Bold", sans-serif;
  letter-spacing: 0.15em;
  cursor: pointer;
}

.hamburger-menu-items .menu-1 li .sub-menu:after,
.hamburger-menu-items .menu-1 li .sub-menu:before {
  content: "";
  position: absolute;
  width: 1.5px;
  height: 12px;
  background: #407dc9;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 8px;
  transition: ease all 0.3s;
}

.hamburger-menu-items .menu-1 li .sub-menu:before {
  right: 0;
  width: 12px;
  height: 1.5px;
}

.hamburger-menu-items .menu-1 li a {
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  font-family: "Intelo Bold", sans-serif;
  letter-spacing: 0.15em;
  color: #c9c9c9;
}

.hamburger-menu-items .menu-1 li a,
.hamburger-menu-items .menu-1 li .sub-menu {
  display: block;
  padding: 20px 0;
}

.hamburger-menu-items .menu-1 li a a,
.hamburger-menu-items .menu-1 li .sub-menu a {
  display: block;
  padding: 20px 0;
  background: #407dc9;
}

.hamburger-menu-items .menu-1 li ul {
  margin: -10px 0 2px;
}

.hamburger-menu-items .menu-1 li ul li {
  border: none;
  padding: 0;
}

.hamburger-menu-items .menu-1 li ul li a {
  display: block;
  font-family: "Intelo Light", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-transform: none;
  padding: 10px 0;
  letter-spacing: normal;
}

.hamburger-menu-items .menu-2 .sub-menu a {
  color: #89aede;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  font-family: "Intelo Bold", sans-serif;
  letter-spacing: 0.15em;
  vertical-align: baseline;
  text-transform: uppercase;
}

.hamburger-menu-items .menu-2 .sub-menu .profile-icon {
  position: relative;
}

.hamburger-menu-items .menu-2 .sub-menu .profile-icon:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjE2NjMgMTQuODc1VjEzLjQ1ODNDMTQuMTY2MyAxMi43MDY5IDEzLjg2NzggMTEuOTg2MiAxMy4zMzY1IDExLjQ1NDlDMTIuODA1MSAxMC45MjM1IDEyLjA4NDUgMTAuNjI1IDExLjMzMyAxMC42MjVINS42NjYzNEM0LjkxNDg5IDEwLjYyNSA0LjE5NDIyIDEwLjkyMzUgMy42NjI4NyAxMS40NTQ5QzMuMTMxNTIgMTEuOTg2MiAyLjgzMzAxIDEyLjcwNjkgMi44MzMwMSAxMy40NTgzVjE0Ljg3NSIgc3Ryb2tlPSIjODlBRURFIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTguNTAwMzMgOC41MDAwNEMxMC4wNjUxIDguNTAwMDQgMTEuMzMzNyA3LjIzMTUxIDExLjMzMzcgNS42NjY3MUMxMS4zMzM3IDQuMTAxOSAxMC4wNjUxIDIuODMzMzcgOC41MDAzMyAyLjgzMzM3QzYuOTM1NTIgMi44MzMzNyA1LjY2Njk5IDQuMTAxOSA1LjY2Njk5IDUuNjY2NzFDNS42NjY5OSA3LjIzMTUxIDYuOTM1NTIgOC41MDAwNCA4LjUwMDMzIDguNTAwMDRaIiBzdHJva2U9IiM4OUFFREUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")
    no-repeat;
  content: "";
  position: absolute;
  top: 0;
  right: -4px;
  transform: translateX(-50%);
  width: 17px;
  height: 17px;
  background-position: center !important;
}

.hamburger-menu-items .menu-2 a {
  display: block;
  font-family: "Intelo Light", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: normal;
  padding: 12px 0 0;
  color: #fff;
  text-transform: none;
}

.hamburger-menu-items .menu-2.expanded-menu > li {
  border-bottom: 1px solid #405e84;
  padding: 20px 0;
}

.hamburger-menu-items .follow-us {
  padding: 15px 0;
  margin: 15px 0;
  border-top: 1px solid #405e84;
  border-bottom: 1px solid #405e84;
  align-self: center;
  display: flex;
}

.hamburger-menu-items .follow-us .facebook-link,
.hamburger-menu-items .follow-us .insta-link,
.hamburger-menu-items .follow-us .youtube-link,
.hamburger-menu-items .follow-us .twitter-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 40px;
  background-size: contain !important;
  margin-top: -3px;
}
.hamburger-menu {
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  position: relative;
  top: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .hamburger-menu {
    top: -1px;
    margin-right: 10px;
  }
}
