.bookeo_popup_hidden .bookeo_popup_outer,
.bookeo_demo_page .bookeo_popup_outer {
    opacity: 0;
    transition: opacity 0.5s ease;
    position: fixed;
    left: 0;
    top: -999rem;

    transform: scale(1) !important;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.show_bookeo .bookeo_popup_hidden .bookeo_popup_outer.active,
.show_bookeo .bookeo_demo_page .bookeo_popup_outer.active {
    opacity: 1;
}

.bookeo_popup_hidden .bookeo_popup_outer.active,
.bookeo_demo_page .bookeo_popup_outer.active {
    top: 0;
}

.bookeo_popup_hidden .bookeo_popup_outer:before,
.bookeo_demo_page .bookeo_popup_outer:before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background-color: RGBA(0, 0, 0, 0.3);
}


.bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main,
.bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1200px;
    height: 600px;
}

.bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup,
.bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup {
    position: absolute;
    top: -17px;
    right: -17px;
    color: #FFFFFF;
    background-color: #000000;
    height: 34px;
    width: 34px;
    border-radius: 100%;
}

.bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup svg,
.bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup svg {
    width: 34px;
    height: 34px;
}

.bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main #bookeo_position,
.bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main #bookeo_position {
    width: 1200px;
    height: 600px;
    overflow: auto;
}

.bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main iframe,
.bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main iframe {
    width: 100%;
}

.bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main #bookeo_position::-webkit-scrollbar {
    width: 0;
}

.scrolled .child-page,
.child-page {
    top: 108px;
}

.admin-bar.scrolled .child-page,
.admin-bar .child-page {
    top: 140px;
}

.home .home-banner-section .media_image img {
    max-height: calc(900 / 1920* 100vw);
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.contact-main .contact-wrapper .left-section .contact-left-section.align_center .contact-left-section-inner .map_left_right_section.no_left_side,
.contact-main .contact-wrapper .left-section .contact-left-section.align_center .contact-left-section-inner .map_left_right_section.no_right_side,
.contact-main .contact-wrapper .left-section .contact-left-section.align_center .contact_form_left_right.no_left_side,
.contact-main .contact-wrapper .left-section .contact-left-section.align_center .contact_form_left_right.no_right_side {
    justify-content: center;
}

.contact-main .contact-wrapper .left-section .contact-left-section.align_center .contact-left-section-inner .map_left_right_section {
    flex-direction: column-reverse;
    align-items: center;
}

.custom_btn {
    border-radius: 0;
    min-width: 100px;
    font-size: 18px;
    line-height: 21px;
    min-width: 174px;
    color: #373a36;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #373a36;
    padding: 12px 10px;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    margin: 20px 0;
    font-family: gt_zirkonregular !important;
    font-weight: 400 !important;
}

.custom_btn:hover {
    color: #b09ca7 !important;
    border: 2px solid #b09ca7 !important;
}
@media (max-width: 1440px) {
    .home .home-banner-section .media_image img {
        max-height: calc(740 / 1440 * 100vw);
    }
}

@media (max-width: 1280px) {

    .bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main #bookeo_position,
    .bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main #bookeo_position,
    .bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main,
    .bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main {
        max-width: 1200px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup,
    .bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .home .home-banner-section .media_image img {
        max-height: 620px;
    }
}

@media (max-width: 575px) {

    .bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main,
    .bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main {
        width: calc(100% - 34px);
    }

    .bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main #bookeo_position,
    .bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main #bookeo_position {
        width: 100%;
    }

    .bookeo_popup_hidden .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup,
    .bookeo_demo_page .bookeo_popup_outer .bookeo_popup_main .close_bookeo_popup {
        right: -17px;
    }
}

.menu-section-main .menu-container .menu-wrapper .header-bottom-menu-main {
    background-color: rgb(239 235 237);
}

body .common-banner .commnon-banner-inner.image {
    background-position: center center;
}

.site-header .header-wrapper .header-right-menu ul li.menu-item {
    font-size: 16px !important;
    color: #fff;
    line-height: normal;
}