.new-mobile-nav, .menu.menu-right {
    display: none;
}
.burger-container span.menu-text {
    font-size: 12px;
    background: var(--grey-light);
    padding: 9px 13px 10px;
    border-radius: 8px;
    position: relative;
    top: 13px;
    right: 20px;
    color: #333;
    font-weight: 700;
}
.header .btn.btn-nav-cta {
    display: none;
}
@media (max-width: 1024px) {
    .header .btn.btn-nav-cta {
        background: var(--enquire-nav);
        color: var(--white);
        display: inline-block;
        padding: 6px 13px;
        margin: 7px 0 0;
        font-size: 15px;
        float: right;
        right: 38px;
        position: relative;
    }
    .btn.btn-nav-cta:hover {
        background: var(--enquire-nav-dark);
    }
    .burger {
        max-width: 26px;
        margin: 12px;
    }
    .exit {
        max-width: 26px;
    }
    .menu a.inner-a {
        padding: 12px 18px;
    }
    .burger-container {
        float: right;
        height: 50px;
        width: 50px;
        text-align: center;
    }
    .menu a.backBtn {
      background-color: white;
      font-size: 16px;
      text-align: right;
      border-top: none;
    }
    .menu-right .backBtn {
      text-align: left;
    }
    .menu-top .backBtn,
    .menu-bottom .backBtn {
      text-align: left;
    }
    h2 {
      text-align: center;
      font-size: 18px;
      font-weight: normal;
      margin: 15px 0;
    }
    .menu {
      background-color: white;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: fixed;
      top: 0;
      z-index: 10;
      width: 280px;
      height: 100%;
    }
    .menu.menu-right {
        display: inherit;
    }
    .menu .dropdown {
        list-style: none;
    }
    .menu a {
        display: inline-block;
        color: black;
        padding: 17px 14px;
        border-top: 1px solid #e4e4e4;
        text-decoration: none;
        position: relative;
        z-index: 11;
        font-size: 16px;
        width: 100%;
        font-weight: normal;
    }
    .menu .last-a {
        border-bottom: 1px solid #e4e4e4;
    }
    .menu a:hover,
    .menu a:active {
      background-color: white;
    }
    .menu-left {
      left: -280px;
    }
    .menu-left.left-open {
      left: 0;
    }
    .menu-right {
      right: -280px;
    }
    .menu-right.right-open {
      right: 0;
        z-index: 9999;
    }
    .menu-top {
      width: 100%;
      top: -100%;
    }
    .menu-top.top-open {
      top: 0;
    }
    .menu-bottom {
      width: 100%;
      top: 100%;
    }
    .menu-bottom.bottom-open {
      top: 0;
    }

     .header {
      position: fixed;
      display: none;
      top: 0;
      left: 0;
      height: 60px;
      padding: 5px 0 0;
      width: 100%;
      background: #fff;
      overflow: hidden;
      -webkit-transition: all 0.5s ease-out, background 1s ease-out;
      transition: all 0.5s ease-out, background 1s ease-out;
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s;
      z-index: 1;
    }

    header.navbar {
        display: block;
    }
    .overlay {
        position: fixed;
        top: 0;
        background: #00000040;
        height: 100vh;
        width: 100vw;
        z-index: 99;
        display: none;
    }
    .new-mobile-nav {
        display: block;
        z-index: 99;
        box-shadow: 0 0px 8px #9a9a9a;
    }
    .new-mobile-nav .mobile-logo {
        height: 46px;
        width: 120px;
        background-size: contain;
    }
    header.navbar {
        display: none;
    }
    .jobseeker a.inner-a {
        padding: 12px 18px;
    }
    .navbar {
        display: none;
    }
    .mobile-logo {
        left: 8px;
        position: relative;
    }
}
@media (max-width: 768px) {
    .header ul.menu li.menu-item a {
        font-size: 18px;
        line-height: 2em;
    }
    .header ul.dropdown-menu.new-drop li a {
        line-height: 1.8em;
    }
}