body.noscroll {
    overflow: hidden;
}

#voyage-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 0.2em 0;
}

#voyage-header.with-promo {
    padding: 0 0 0.2em;
}

@media (max-width: 1188px) {
    #voyage-header {
        padding: 0.7em 0;
    }
    #voyage-header.with-promo {
        padding: 0 0 0.7em;
    }
}

#voyage-header.unfix {
    z-index: -1 !important;
    opacity: 0;
    touch-action: none;
}


.voyage-header-bg {
    background: #2d4462;
}

#voyage-search-container {
    padding: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    min-height: 100px;
}

#voyage-header-wrapper {
    position: relative;
}

#voyage-header.with-user {
    position: absolute;
    top: 32px;
}

#voyage-header-container {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.voyage-logo {
    width: 10%;
    z-index: 2000;
}

@media (max-width: 1188px) {
    .voyage-logo-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .voyage-logo {
        flex: 1;
    }

    .et_header_style_left #logo {
        max-width: 100%;
    }
}

.et_search_form_container {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
}

.voyage-menu {
    display: flex;
    align-items: center;
    gap: 1em;
    position: relative;
    z-index: 1000;
}


.voyage-mobile-menu {
    display: none;
}

@media (max-width: 1188px) {
    .voyage-mobile-menu {
        display: flex;
        position: relative;
        z-index: 1000;
        gap: 1em;
    }

    .voyage-logo {
        display: flex;
    }

    .voyage-menu {
        display: none;
    }

    .voyage-mobile-menu {
        display: flex;
        align-items: center;
    }
}


.voyage-navigation > ul {
    position: relative;
    display: flex;
}

.voyage-navigation > ul > li {
    position: relative;
    display: flex;
    align-items: stretch;
}

@media (min-width: 1188px) {
    li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }
}

.voyage-navigation a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 2px;
    transition: background .2s, color .5s;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem .85rem;
}

.voyage-navigation a {
    cursor: pointer;
}

.voyage-navigation a:hover {
    opacity: 0.7;
}

.voyage-navigation li.menu-item-has-children > a:first-child::after {
    font-family: ETmodules;
    content: "3";
    font-weight: 800;
}

@media (max-width: 1188px) {
    .voyage-navigation li.menu-item-has-children > a:first-child::after {
        font-family: ETmodules;
        content: "5";
        font-size: 1.2rem;
        font-weight: 800;
    }
}

.voyage-navigation ul.sub-menu, .voyage-navigation ul.voyage-sub-menu {
    transition: all ease-in-out .5s;
    flex-direction: column;
    top: 120%;
    background: #FFF;
}

@media (min-width: 1188px) {
    .voyage-navigation ul.sub-menu:before, .voyage-navigation ul.voyage-sub-menu:before {
        content: url('data:image/svg+xml,<svg width="19" height="17" viewBox="0 0 19 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.76795 1C8.53775 -0.333333 10.4623 -0.333333 11.2321 1L18.5933 13.75C19.3631 15.0833 18.4008 16.75 16.8612 16.75H2.13878C0.599184 16.75 -0.363067 15.0833 0.406733 13.75L7.76795 1Z" fill="white"></path></svg>');
        position: absolute;
        top: -15px;
        left: 48%;
        width: 19px;
        height: 17px;
    }
}


ul.sub-menu {
    border-radius: 4px;
    padding: 20px 0;
    left: calc(50% - 120px);
    width: 240px;
}

ul.sub-menu li, ul.voyage-sub-menu li {
    padding: 0;
}

ul.sub-menu a, ul.voyage-sub-menu a {
    padding: 0.5em 1em;
    width: 100%;
    display: block;
    text-align: left;
    color: #2D4462;
    text-transform: none;
    font-size: 15px !important;
}

ul.sub-menu a:hover {
    opacity: 0.7 !important;
}

.voyage-nav li {
    position: relative;
    line-height: 1em;
}

.voyage-nav li ul {
    position: absolute;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transform: translateZ(0);
    text-align: left;
}

.voyage-nav li li {
    position: relative;
    line-height: 1.5em;
    margin: 0;
    padding: 0 20px;
}

.voyage-search-icon {
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    color: #ffffff;
    cursor: pointer;
}

.voyage-search-icon::before {
    content: "\55";
    font-size: 17px;
}

.close-search-icon::before {
    font-family: ETmodules !important;
    content: "\4d";
    font-size: 30px;
    color: #000;
}

@media (max-width: 1188px) {
    .voyage-search-icon::before {
        font-size: 25px;
    }
}

.voyage-hamburger-icon::before {
    font-family: ETmodules !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "a";
    font-size: 45px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: white;
}

.voyage-back-container {
    display: none;
}

/**
Responsive
 */
@media (max-width: 1188px) {

    #voyage-search-container {
        z-index: 2001;
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        position: absolute;
        top: -0.7em;
        left: 0;
        min-height: 0;
    }

    .et_search_form_container {
        width: 100%;
    }

    .voyage-navigation {
        background: #2d4462;
        padding-top: 1em;
    }

    .voyage-menu {
        position: absolute;
        background: #FFF;
        height: 100vh;
        z-index: 9999;
        width: 100%;
        left: 0;
        top: 50px;
    }

    .et_pb_search_form_hidden {
        display: none;
    }

    .voyage-navigation > ul {
        height: 100vh;
        flex-direction: column;
    }

    .voyage-nav li ul {
        border: none;
    }

    .voyage-navigation > ul > li {
        position: static;
    }

    .voyage-navigation ul.sub-menu {
        top: 0;
        width: 100%;
        height: 100vh;
        right: -100%;
        left: 100%;
        transition: left 1s, right 1s;
        background: #FFF;
        padding:0;
    }

    .sub-menu.open-mobile {
        right: 0 !important;
        left: 0 !important;
        transition: left 1s, right 1s;
        visibility: visible;
        opacity: 1;
    }

    ul.sub-menu a {
        color: #1c4375 !important;
        transition: none;
    }

    ul.sub-menu a:hover, .sub-menu a:active, .sub-menu a:focus {
        color: #fff !important;
        background: #1c4375 !important;
        opacity: 1 !important;
    }

    .voyage-back-container {
        display: block;
        padding-top: 1em !important;
        padding-left: 1em !important;
        padding-bottom: 0.5em !important;
    }

    .voyage-search-container .voyage-search form {
        padding: 0 1rem;
    }

    .voyage-search button {
        right: 30px;
        top: 13px;
    }

    .search-result {
        background: #FFF;
        height: 100vh;
        position: fixed;
    }

}


.voyage-nav-back {
    color: #2f4bb1;
    display: flex;
    align-items: center;
    line-height: normal;
    font-weight: 700;
    font-size: 16px !important;
    border: none;
    background: #FFF;
    padding: 0;
    cursor: pointer;
}

.visibility-hidden {
    visibility: hidden;
}

.desktop_search_form {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    z-index: 1000;
    width: 100%;
}

.voyage_search_form {
    border: 0;
    background-color: rgba(255,255,255,.8) !important;
    transition: all .3s ease-in-out;
    outline: none !important;
    font-size: 16px;
    line-height: 143%;
    color: #4e4e4e !important;
    border-radius: 8px;
    padding: 8px !important;
    width: 40% !important;
    position: absolute;
    right: 35px;
    top: 8px;
}

.voyage_search_form::placeholder {
    color: #4e4e4e !important;;
}

.voyage_search_form:focus {
    border: 1px solid #F68E2D;
}