

/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*------------------------------------------------------------------- 991px x 768px ---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {}

@media (min-width: 992px) and (max-width: 1199px) {
    .book_room h1 {
        font-size: 28px;
    }
    .hero-copy h1,
    .page-hero-copy h1 {
        font-size: 42px;
    }
    .carousel-indicators {
        bottom: 17px;
    }
    .about_img {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hero-copy h1,
    .page-hero-copy h1 {
        font-size: 34px;
    }
    .booking-query-layout,
    .booking-result-layout {
        grid-template-columns: 1fr;
    }
    .booking-result-head,
    .receipt-banner,
    .receipt-header {
        flex-direction: column;
    }
    .receipt-layout {
        grid-template-columns: 1fr;
    }
    .booking-result-grid,
    .receipt-kv-grid {
        grid-template-columns: 1fr;
    }
    .booking-result-summary {
        margin-top: 18px;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        margin: 0 10px;
    }
    .banner .carousel-item img {
        min-height: 570px;
    }
    .book_room h1 {
        font-size: 19px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about_img {
        margin-right: 0px;
    }
    .booking_ocline {
        top: 66%;
    }
    .banner_main {
        padding-bottom: 0;
    }
    .book_btn {
        min-height: 50px;
        padding: 0 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header {
        height: 76px;
    }
    .banner .carousel-item img {
        width: 100%;
        height: 72vh;
        min-height: 72vh;
        object-fit: cover;
        display: block;
    }
    .booking-summary-card {
        position: static;
        margin-top: 22px;
    }
    .booking-query-layout,
    .booking-result-layout {
        grid-template-columns: 1fr;
    }
    .booking-result-head,
    .receipt-banner,
    .receipt-header {
        flex-direction: column;
    }
    .receipt-layout {
        grid-template-columns: 1fr;
    }
    .booking-result-grid,
    .receipt-kv-grid {
        grid-template-columns: 1fr;
    }
    .booking-result-summary {
        margin-top: 18px;
    }
    body.booking-summary-page .room-preview-price,
    body.booking-summary-page .price-box {
        display: none;
    }
    .about {
        padding-top: 55px;
    }
    .about .titlepage {
        float: none;
        max-width: 100%;
        text-align: center;
    }
    .about .titlepage p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 20px;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 24px;
    }
    .booking_ocline {
        top: 68%;
    }
    .banner_main {
        padding-bottom: 0;
    }
    .home_our_room {
        margin-top: 120px;
    }
    .our_room {
        padding: 44px 0 24px;
    }
    .our_room .carousel-item {
        padding-bottom: 20px;
    }
    .our_room .carousel-item .row {
        margin-left: -6px;
        margin-right: -6px;
    }
    .our_room .carousel-item .col-md-6,
    .our_room .carousel-item .col-sm-12 {
        padding-left: 6px;
        padding-right: 6px;
        max-width: 50%;
        flex: 0 0 50%;
        min-width: 0;
    }
    .our_room .room {
        margin-bottom: 14px;
        border-radius: 18px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 12px 26px rgba(15, 21, 33, 0.06);
    }
    .our_room .room .room_img figure img {
        aspect-ratio: auto;
        height: 150px;
        object-fit: cover;
    }
    .our_room .room .bed_room {
        padding: 12px 10px 14px;
    }
    .our_room .room .bed_room h3 {
        font-size: 16px;
        line-height: 1.2;
    }
    .our_room .room .bed_room p {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .blog {
        margin-top: 50px;
        padding: 50px 0 24px;
    }
    .blog .blog_box .blog_room {
        padding: 18px 14px;
    }
    .blog .blog_box .blog_room h3 {
        font-size: 20px;
    }
    .our_room .carousel-item img {
        min-height: 0;
        height: 150px;
    }
    .carousel-indicators {
        bottom: 27px;
    }
    .about .titlepage {
        max-width: inherit;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    .booking-page-simple .back_re .title h2 {
        font-size: 22px;
        padding: 20px 0;
        line-height: 1.15;
    }
    .booking-page-simple .booking-form-wrap {
        max-width: 560px;
        margin: 0 auto;
    }
    .booking-page-simple .booking-form {
        padding: 22px 18px;
        border-radius: 20px;
        border: 1px solid #e2e8f0;
        background: #fff;
    }
    .booking-page-simple .booking-form .contactus {
        height: 48px;
        margin-bottom: 16px;
        font-size: 15px;
        border: 1px solid #cbd5e1;
        background: #fbfdff;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .booking-page-simple .booking-form .textarea {
        height: 120px;
        margin-bottom: 16px;
        font-size: 15px;
        border: 1px solid #cbd5e1;
        background: #fbfdff;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .booking-page-simple .booking-form p.margin_0 {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 0 !important;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    .booking-page-simple .booking-submit {
        width: auto;
        min-width: 0;
        padding: 12px 20px;
        font-size: 13px;
        line-height: 1;
        border-radius: 999px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        position: relative;
        padding-top: 5px !important;
    }
    .navigation .navbar-collapse {
        background: #0f1521;
        padding: 20px;
        margin-top: 56px;
        position: absolute;
        width: 100%;
        margin-right: 20px;
        z-index: 999;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: #fff;
        font-weight: 400;
    }
    .navigation.navbar-dark .navbar-toggler {
        border: none;
        float: right;
        padding: 10px;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        display: inline-block;
        width: 28px;
        height: 24px;
        background: url(../images/menu_icon.png) center center no-repeat;
        background-size: contain;
    }
    .d_none {
        display: none;
    }
}

@media (max-width: 575px) {
    .logo {
        text-align: center !important;
        padding-bottom: 6px;
        float: left;
    }
    .header {
        height: 84px;
    }
    .banner .carousel-item img {
        width: 100%;
        height: 68vh;
        min-height: 68vh;
        object-fit: cover;
        display: block;
    }
    .hero-copy h1,
    .page-hero-copy h1 {
        font-size: 30px;
    }
    .booking-query-layout,
    .booking-result-layout {
        grid-template-columns: 1fr;
    }
    .booking-result-head,
    .receipt-banner,
    .receipt-header {
        flex-direction: column;
    }
    .receipt-layout {
        grid-template-columns: 1fr;
    }
    .booking-result-grid,
    .receipt-kv-grid {
        grid-template-columns: 1fr;
    }
    .booking-result-summary {
        margin-top: 18px;
    }
    .hero-actions,
    .receipt-footer-actions,
    .receipt-grid,
    .receipt-meta,
    .receipt-quote {
        grid-template-columns: 1fr;
        display: grid;
    }
    .booking-form,
    .receipt-card,
    .receipt-paper {
        padding: 20px;
        border-radius: 22px;
    }
    .booking-actions {
        display: block;
    }
    .booking-submit,
    .receipt-primary,
    .receipt-secondary {
        max-width: none;
        width: 100%;
    }
    .booking-summary-card {
        position: static;
        margin-top: 22px;
    }
    body.booking-summary-page .room-preview-price,
    body.booking-summary-page .price-box {
        display: none;
    }
    .about {
        padding-top: 48px;
    }
    .about .titlepage {
        float: none;
        max-width: 100%;
        text-align: center;
    }
    .about .titlepage h2 {
        margin-bottom: 18px;
    }
    .about .titlepage p {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 20px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    .about_img {
        margin-right: 0;
        margin-top: 18px;
    }
    .booking_ocline {
        top: 70%;
    }
    .banner_main {
        padding-bottom: 0;
    }
    .home_our_room {
        margin-top: 96px;
    }
    .our_room {
        padding: 40px 0 18px;
    }
    .our_room .titlepage p {
        font-size: 14px;
        margin-top: 12px;
    }
    .our_room .carousel-item {
        padding-bottom: 18px;
    }
    .our_room .carousel-item .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .our_room .carousel-item .col-md-6,
    .our_room .carousel-item .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 50%;
        flex: 0 0 50%;
        min-width: 0;
    }
    .our_room .room {
        margin-bottom: 12px;
        border-radius: 18px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        box-shadow: 0 12px 26px rgba(15, 21, 33, 0.06);
    }
    .our_room .room .room_img figure img {
        aspect-ratio: auto;
        height: 136px;
        object-fit: cover;
    }
    .our_room .room .bed_room {
        padding: 12px 10px 14px;
    }
    .our_room .room .bed_room h3 {
        font-size: 16px;
        line-height: 1.2;
    }
    .our_room .room .bed_room p {
        font-size: 12px;
        line-height: 1.45;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .our_room .carousel-control-prev {
        left: 2px;
    }
    .our_room .carousel-control-next {
        right: 2px;
    }
    .our_room .carousel-control-prev-icon,
    .our_room .carousel-control-next-icon {
        width: 32px;
        height: 32px;
    }
    .blog {
        margin-top: 42px;
        padding: 44px 0 20px;
        background-size: cover;
        background-position: center;
    }
    .blog .titlepage p {
        font-size: 14px;
        margin-top: 12px;
    }
    .blog .blog_box .blog_room {
        padding: 18px 14px;
    }
    .blog .blog_box .blog_room h3 {
        font-size: 18px;
    }
    .blog .blog_box .blog_room p {
        font-size: 13px;
        line-height: 1.5;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .our_room .carousel-item img {
        min-height: 0;
        height: 136px;
    }
    .book_room h1 {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 15px;
    }
    .book_now .online_book {
        margin-bottom: 20px;
    }
    .book_btn {
        min-height: 50px;
        padding: 0 20px;
    }
    .about_img {
        margin-right: 0px;
        margin-top: 30px;
    }
    .booking-page-simple .back_re .title h2 {
        font-size: 20px;
        padding: 18px 0;
        line-height: 1.15;
    }
    .booking-page-simple .booking-form-wrap {
        max-width: 100%;
        margin: 0 auto;
    }
    .booking-page-simple .booking-form {
        padding: 18px 14px;
        border-radius: 18px;
        border: 1px solid #e2e8f0;
        background: #fff;
    }
    .booking-page-simple .booking-form .contactus {
        height: 46px;
        margin-bottom: 14px;
        font-size: 14px;
        border: 1px solid #cbd5e1;
        background: #fbfdff;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .booking-page-simple .booking-form .textarea {
        height: 110px;
        margin-bottom: 14px;
        font-size: 14px;
        border: 1px solid #cbd5e1;
        background: #fbfdff;
        box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    }
    .booking-page-simple .booking-form p.margin_0 {
        font-size: 13px;
        line-height: 1.45;
        margin-top: 0 !important;
    }
    .main_form .send_btn {
        margin-bottom: 30px;
    }
    .booking-page-simple .booking-submit {
        width: auto;
        min-width: 0;
        padding: 10px 16px;
        font-size: 12px;
        line-height: 1;
        border-radius: 999px;
    }
    ul.link_menu {
        margin-bottom: 20px;
    }
    .navigation.navbar {
        float: right;
        display: inherit !important;
        padding: 0;
        width: 100%;
        position: relative;
    }
    .navigation .navbar-toggler {
        display: block !important;
        float: right;
        border: none;
        padding: 10px;
        margin-top: -61px;
        background: transparent;
    }
    .navigation.navbar-dark .navbar-toggler-icon {
        display: inline-block;
        width: 28px;
        height: 24px;
        background: url(../images/menu_icon.png) center center no-repeat;
        background-size: contain;
    }
    .navigation .navbar-collapse {
        display: none !important;
        background: #0f1521;
        padding: 20px;
        margin-top: 10px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-right: 0;
        z-index: 999;
    }
    .navigation .navbar-collapse.show {
        display: block !important;
    }
    .navigation.navbar-dark .navbar-nav {
        flex-direction: column;
        width: 100%;
    }
    .navigation.navbar-dark .navbar-nav .nav-item {
        width: 100%;
    }
    .navigation.navbar-dark .navbar-nav .nav-link {
        padding: 12px 0;
        color: #fff;
        width: 100%;
    }
    .navigation.navbar-dark .navbar-nav .nav-link.nav-cta {
        display: block;
    }
    .testimonial_box {
        padding: 0px 19px 40px 20px;
    }
    .d_none {
        display: none;
    }
}
