.menu__wrapper {
    display: none;
}

.mobMenu {
    display: none;

}

.mobMenuLogo img {
    height: 40px;
    width: auto;
}

@media screen and (max-width:890px) {
    .hide-mobnav {
        display: none
    }

    #navBar {
        padding: 0
    }

    #MainNav {
        display: none
    }

    main {
        overflow-x: hidden;
    }

    #navRight,
    #mainNav,
    .navRight ul {
        display: none
    }

    .Logo {
        margin-right: 0;
    }

    header#header {
        top: 0 !important
    }

    #header .container,
    .topEdge #header .container {
        max-width: 100% !important;
        padding: 0 20px !important;
        border-radius: 0 !important;
    }

    .navLeft img {
        height: 40px;
        width: auto;
    }

    .mainNav>ul>li {
        padding: 20px 0;
    }

    .mainNav .smCol.smColBtn {
        width: 100%;
        min-width: 100%;
        margin-top: 16px;
    }

    .navLeft {
        width: 175px;
        margin-right: 0
    }

    .navRight {
        padding-left: 10px;
    }

    .mmTxt {
        display: none
    }

    .mmMenu {
        width: 100%;
        min-width: 100%;
    }

    #Nav {
        height: 62px;
    }

    .mainNav {
        display: none
    }

    .navCenter {
        display: none;
    }

    #header .headerContainer {
        height: 62px;
    }

    .secpageHero #header .headerContainer,
    .showConnect #header .headerContainer {
        background: #ffffffbd !important;
        backdrop-filter: blur(5px) !important;
    }

    .topEdge #header .headerContainer {
        background: transparent !important;
        backdrop-filter: none
    }

    ul#langChoose {
        font-size: 15px
    }

    .mobMenu {
        display: flex;
        width: 80px;
        height: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .menu__toggler {
        width: 35px;
    }

    .menu__toggler {
        cursor: pointer;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mobtoggle span,
    .mobtoggle span::before,
    .mobtoggle span::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: var(--brandCol-2);
        border-radius: 20px;
        transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
        display: block;
    }

    .menu__toggler.mobmenuActive>span::before {
        transform: rotate(-225deg);
    }

    .mobmenuActive .menu__toggler>span::after {
        transform: rotate(225deg);
    }

    .menu__toggler span::before {
        top: -8px;
    }

    .menu__toggler span::after {
        top: 8px;
    }

    .mobmenuActive .menu__toggler span {
        background: transparent;
    }

    .mobmenuActive .menu__toggler span::before {
        top: 0;
    }

    .mobmenuActive .menu__toggler span::after {
        top: 0;
    }

    .menu__wrapper {
        background-color: #ececec;
        position: fixed;
        top: 0;
        width: 351px;
        right: 0;
        z-index: 9999;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 0;
        z-index: 6;
        transition: transform 0.5s ease;
        transform: translate3d(-100%, 0, 0);
        right: 0;
        transform: translate3d(100%, 0, 0);
        transition: right 0.5s ease;
    }

    .menu__wrapper.mobmenuActive {
        right: 351px;
        transform: translate3d(100%, 0, 0);
    }

    .mobMenu {
        display: flex;
        width: 30px;
        height: 40px;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }

    .menu__toggler {
        width: 28px;
    }

    .menu__toggler {
        cursor: pointer;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .mobtoggle span,
    .mobtoggle span::before,
    .mobtoggle span::after {
        position: absolute;
        content: "";
        height: 3px;
        background: var(--brand1);
        border-radius: 20px;
        transition: 500ms cubic-bezier(.77, 0, .175, 1);
        display: block;
    }

    .mobtoggle span {
        width: 26px;
    }

    .mobtoggle span::before {
        width: 30px;
    }

    .mobtoggle span::after {
        width: 20px;
    }

    .mobMenuBtn .mobtoggle span::before {
        width: 30px;
        left: 0;
    }

    .mobMenuBtn .mobtoggle span::after {
        width: 30px;
        left: 0;
    }

    .mobileButtons {
        padding: 0 24px
    }

    .mobileButtons li {
        margin-bottom: 16px
    }

    .menu__toggler.mobmenuActive>span::before {
        transform: rotate(-225deg);
    }

    .mobmenuActive .menu__toggler>span::after {
        transform: rotate(225deg);
    }

    .menu__toggler span::before {
        top: -8px;
        left: -2px;
    }

    .menu__toggler span::after {
        top: 8px;
        left: 2px
    }

    .mobmenuActive .menu__toggler span {
        background: transparent
    }

    .mobmenuActive .menu__toggler span::before {
        top: 0;
        background: #fff
    }

    .mobmenuActive .menu__toggler span::after {
        top: 0;
        background: #fff
    }

    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.4s ease-in-out;
        z-index: 6;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    body.mobmenuActive::before {
        opacity: 1;
        pointer-events: auto;
        background-color: rgba(33, 37, 53, 0.5);
    }

    .menu__wrapper {
        background-color: var(--brand1);
        position: fixed;
        top: 0;
        width: var(--mobile-nav);
        right: 0;
        z-index: 9999;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        padding: 0;
        z-index: 6;
        transition: transform .5s ease;
        transform: translate3d(-100%, 0, 0);
        right: 0;
        transform: translate3d(100%, 0, 0);
        transition: right .5s ease;
    }

    .menu__wrapper.mobmenuActive {
        right: var(--mobile-nav);
        transform: translate3d(var(--mobile-nav), 0, 0);
    }

    .mobMenuBtn {
        width: 62px;
        height: 62px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        top: 12px;
    }

    .mobMenuBtn .mobMenu {
        width: 75px;
    }

    .mobMenuBtn .menu__toggler {
        width: 30px;
    }

    .mobileMenuWrapper {
        width: 100%;
        height: 100%;
        overflow: auto;
        display: flex;
        flex-direction: column;
        margin-top: 64px;
    }

    #menu-mobile-menu .sub-menu>li:last-child {
        margin-bottom: 24px
    }

    #menu-mobile-menu .sub-menu .sub-menu>li:last-child {
        margin-bottom: 0px
    }

    .mobMenuButton {
        margin-top: 30px;
        width: 200px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        line-height: 16px;
        font-family: var(--fontHeading);
        text-align: center;
        margin-right: 20px;
        margin-left: auto;
    }

    .mobBtnPhone a {
        border: 2px solid var(--brandCol-2);
        display: inline-flex;
        width: 100%;
        margin-bottom: 16px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 16px;
        padding: 19px 28px;
    }

    .mobBtnBook a {
        color: var(--brandCol-2);
        border-radius: 6px;
        border-color: var(--brandCol-2);
        display: inline-flex;
        width: 100%;
        margin-bottom: 16px;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
        justify-content: center;
        font-size: 18px;
        line-height: 18px;
        padding: 19px 20px;
    }

    .infoContactIcon {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        background: url(../../img/phone.webp) no-repeat center center;
        background-size: 100% auto;

    }

    .mobBtnPhone,
    .mobBtnBook {
        width: 100%;
    }

    /**FONT STYLING**/
    .mobMenuItem li {
        position: relative;
        margin-bottom: 14px;
    }

    .mobMenuItem a {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        transition: all 0.3s;
    }

    .mobMenuItem a:hover {
        color: #fff;
        text-decoration: underline;
    }

    #menu-mobile-menu>li ul>li.menu-item-has-children>a {
        font-family: var(--fontHeading);
    }

    #mobileMenu .sub-menu {
        display: none;
    }

    #mobileMenu .sub-menu {
        padding-left: 20px
    }

    #mobileMenu .sub-menu a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    #mobileMenu .sub-menu .fa {
        display: none !important;
    }

    #mobileMenu .sub-menu ul {
        display: block !important;
    }


    #mobileMenu .mobMenuItem.webMenu li a {
        font-size: 14px;
        line-height: 17px;
    }

    #mobileMenu .TwoColUL ul {
        column-gap: 25px;
    }

    #mobileMenu .mobMenuItem h5 {
        font-size: 18px;
        line-height: 22px;
        border-bottom: 1px solid #dededf;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    #mobileMenu .mobMenuItem.webMenu h5 {
        font-size: 16px;
        line-height: 20px;
    }

    #mobileMenu .menu-item-has-children>a+i {
        display: block;
        content: '';
        background: url(../../img/arrowDownMob.webp);
        background-size: 18px auto;
        background-position: center center;
        border: 0;
        width: 60px;
        height: 66px;
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        transition: all 0.2s;
        cursor: pointer;
    }

    #mobileMenu .menu-item-has-children.active>a+i {
        transform: rotate(180deg);
    }

    .mobMenuItem {
        padding: 20px
    }

    .mobileMenuWrapper .sub-menu {
        margin-left: 20px;
        margin-top: 12px;
    }

    .mobileMenuWrapper .sub-menu a {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width:560px) {}