:root {
    --service_provider_2022_font_size: 1vw;
    --service_provider_2022_line_height: 1.8vw;
    --service_provider_2022_title_font_size: 3.5vw;
    --service_provider_2022_accommodation_title: 4.5vw;
    --service_provider_2022_facilities_image: 1.5vw;
    --service_provider_2022_accommodation_text_facilities: 0.9vw/1.1vw;
    --service_provider_2022_accommodation_room_facilities_title: 1vw/1vw;
    --service_provider_2022_margin_top: 85px;
}

.service_provider_2022_mobile_menu_container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    background-color: #fff;
    z-index: 999999999;
    transition: 0.5s all ease-in-out;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.service_provider_2022_mobile_menu_open {
    left: 0;
    top: 0;
    transition: 0.5s all ease-in-out;
}

.service_provider_2022_mobile_menu_img_container {
    width: 100%;
    position: relative;
    text-align: center;
}

.service_provider_2022_mobile_menu_img {
    width: unset;
    height: 20vh;
    position: relative;
}

.service_provider_2022_mobile_menu_close_button {
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 5px;
}

.service_provider_2022_mobile_menu_close_button_line {
    width: 100%;
    background-color: #000;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transition: all 1s ease-in-out;
}

#service_provider_2022_mobile_menu_close_line_mob_menu_1 {
    transform: rotate(-45deg);
}

#service_provider_2022_mobile_menu_close_line_mob_menu_2 {
    transform: rotate(45deg);
}

.service_provider_2022_mobile_menu_links {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 10px 0 0 0;
}

.service_provider_2022_mobile_menu_hyperlinks {
    font: 600 var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height) 'Open Sans', sans-serif;
    margin: 0;
    padding: 10px 0;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: block;
}

@media screen and (orientation: portrait) and (max-width: 500px) {
     :root {
        --service_provider_2022_font_size: 5vw;
        --service_provider_2022_line_height: 6.6vw;
        --service_provider_2022_title_font_size: 10vw;
        --service_provider_2022_accommodation_title: 9.5vw;
        --service_provider_2022_facilities_image: 5.5vw;
        --service_provider_2022_accommodation_text_facilities: var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height);
        --service_provider_2022_accommodation_room_facilities_title: 6.5vw/6.5vw;
    }
    .service_provider_2022_mobile_menu_links {
        height: calc(75vh - 10px);
        overflow: hidden;
    }
    .service_provider_2022_mobile_menu_img_container {
        height: 15vh;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .service_provider_2022_mobile_menu_img {
        width: unset;
        height: 11vh;
    }
}

@media screen and (orientation: landscape) and (max-width: 900px) {
     :root {
        --service_provider_2022_font_size: 2.4vw;
        --service_provider_2022_line_height: 2.9vw;
        --service_provider_2022_title_font_size: 7.5vw;
        --service_provider_2022_accommodation_title: 8.0vw;
        --service_provider_2022_facilities_image: 5.5vw;
        --service_provider_2022_accommodation_text_facilities: var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height);
        --service_provider_2022_accommodation_room_facilities_title: 4vw/4vw;
        --service_provider_2022_margin_top: 65px;
    }
    .service_provider_2022_mobile_menu_img {
        height: 25vh;
        width: unset;
    }
    .service_provider_2022_mobile_menu_links {
        height: calc(60vh - 10px);
        overflow: hidden;
    }
}

@media screen and (orientation: portrait) and (min-width: 500px) and (max-width: 1280px) {
     :root {
        --service_provider_2022_font_size: 3.0vw;
        --service_provider_2022_line_height: 4.6vw;
        --service_provider_2022_title_font_size: 8vw;
        --service_provider_2022_accommodation_title: 8.0vw;
        --service_provider_2022_facilities_image: 5.5vw;
        --service_provider_2022_accommodation_text_facilities: var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height);
        --service_provider_2022_accommodation_room_facilities_title: 4.5vw/4.5vw;
    }
    .service_provider_2022_mobile_menu_links {
        height: calc(70vh - 10px);
        overflow: hidden;
    }
    .service_provider_2022_mobile_menu_img_container {
        height: 20vh;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .service_provider_2022_mobile_menu_img_container a {
        height: 100%;
    }
    .service_provider_2022_mobile_menu_img {
        width: unset;
        height: 100%;
    }
}

@media screen and (orientation: landscape) and (min-width: 900px) and (max-width: 1280px) {
     :root {
        --service_provider_2022_font_size: 2.1vw;
        --service_provider_2022_line_height: 2.8vw;
        --service_provider_2022_title_font_size: 5.5vw;
        --service_provider_2022_accommodation_title: 6.5vw;
        --service_provider_2022_facilities_image: 5.5vw;
        --service_provider_2022_accommodation_text_facilities: var(--service_provider_2022_font_size)/var(--service_provider_2022_line_height);
        --service_provider_2022_accommodation_room_facilities_title: 3.0vw/3.0vw;
        --service_provider_2022_margin_top: 65px;
    }
    .service_provider_2022_mobile_menu_img_container {
        height: 20vh;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .service_provider_2022_mobile_menu_img {
        height: 15vh;
        width: unset;
    }
    .service_provider_2022_mobile_menu_links {
        height: calc(80vh - 10px);
        overflow: hidden;
    }
}