@media (max-width: 1799px) {
    .hero-banner {
        min-height: 720px;
    }
}

@media (max-width: 1599px) {
    .photo-gallery-image {
        height: 300px;
    }
}

@media (max-width: 1429px) {

    .h2,
    h2 {
        font-size: 40px;
    }

    .navbar-brand {
        width: 168px;
        height: 82px;
    }

    .nav-link {
        margin-right: 40px;
    }

    .hero-banner {
        min-height: 640px;
    }

    .booking-form {
        bottom: 60px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {

        width: 60px;
        height: 60px;
        font-size: 36px;

    }

    .about.sec-spacing {
        padding: 120px 0 210px 0;
    }

    .about-content .sec-title h2 {
        font-size: 36px;
    }

    .about-content .sec-title h6 {
        font-size: 14px;
    }

    .about-content .sec-title {
        margin-bottom: 16px;
    }

    .about-content p {
        font-size: 14px;
    }

    .about-content {
        padding: 0 24px 0 0px;
    }

    .about-image img {
        height: 516px;
    }

    .map-view-wrap {
        height: 520px;
    }

    .star-wrap {
        margin-bottom: 20px;
    }

    .general-policies-details-text {
        margin-bottom: 12px;
    }

    .br-info-wrap {
        margin-top: 34px;
    }

    .sec-title h6 {
        font-size: 14px;
        letter-spacing: 8px;
    }

    .exclusive-offer-wrap {
        height: 460px;
    }

    .exclusive-offer-title h6 {
        font-size: 16px;
    }

    .exclusive-offer-title {
        padding: 12px 40px;
    }

    .service-amenities-wrap {
        padding: 34px 40px;
    }

    .service-amenities-grid-wrapper {
        gap: 40px;
    }

    .service-amenities-wrap {
        margin-right: 0;
    }

    .booking-rooms-wrapper-box h2 {
        font-size: 30px;
        line-height: 54px;
        margin-bottom: 30px;
    }

    .info-wrap {
        font-size: 18px;
    }

    .booking-rooms-wrapper-box {
        padding: 60px;
    }

    .our-room-image {
        height: 620px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 9%;
    }

    .photo-gallery-image {
        height: 280px;
    }

    /* Service page Start /-- */
    .page-hero-banner {
        min-height: 560px;
    }

    .page-hero-content {
        left: 8%;
    }

    .service-page .service-amenities-icon-item h5 {
        font-size: 16px;
    }

    /* Service page End /-- */
}

@media (max-width: 1365px) {
    .hero-banner {
        min-height: 620px;
    }
}

@media (max-width: 1199px) {
    .header-top {
        padding: 10px 0;
    }

    .header-top a,
    .header-top i,
    .head-top-add {
        font-size: 12px;
    }

    .navbar-brand {
        width: 152px;
        height: 74px;
    }

    .nav-link {
        font-size: 15px;
        margin-right: 30px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 56px;
        height: 56px;
        font-size: 32px;
    }

    .booking-form {
        bottom: 10px;
    }

    .about-content-image {
        display: none;
    }

    .about-content {
        padding: 0 20px;
        width: 100%;
    }

    .map-view-wrap {
        height: 500px;
        margin-top: -56%;
    }

    .general-policies-details-text {
        font-size: 14px;
        line-height: 2;
        display: block;
    }

    .general-policies-details-text span {
        font-size: 15px;
    }

    .exclusive-offer-wrap {
        height: 430px;
    }

    .exclusive-offer-title {
        bottom: 70px;
    }

    .booking-rooms-wrapper-box {
        margin: 0 auto;
    }

    .feedback-content {
        font-size: 15px;
    }

    .footer-grid-item p {
        width: 100%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next,
    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        width: 56px;
        height: 56px;
        font-size: 32px;
    }

    /* Service page Start /-- */
    .page-hero-content {
        left: 8%;
    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    /* Service page End /-- */

    /* -- // Contact-us Page Styles Start // -- */

    .contact-us-content-wrap {
        padding-left: 0;
        padding-top: 30px;
    }

    /* -- // Contact-us Page Styles End // -- */
}

@media (max-width: 1023px) {

    /* NAVBAR TOGGLER START */
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-toggler {
        width: 35px;
        height: 35px;
        padding: 0;
        border: none;
        text-align: center;
        position: absolute;
        right: 40px;
        top: 50%;
        z-index: 2222;
        transition: all 0.5s;
        transform: translateY(-50%);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler span {
        position: relative;
        width: 100%;
        height: 2px;
        background-color: var(--primary);
        display: block;
        background-image: none !important;
        margin-left: auto;
    }

    .navbar-toggler span::after,
    .navbar-toggler span::before {
        position: absolute;
        content: "";
        width: 25px;
        height: 2px;
        background-color: var(--primary);
        right: 0;
        transition: all 0.5s;
    }

    .show-menu .navbar-toggler span {
        height: 0;
    }

    .navbar-toggler span::before {
        top: -7px;
    }

    .navbar-toggler span::after {
        top: 7px;
    }

    .show-menu .navbar-toggler span::after,
    .show-menu .navbar-toggler span::before {
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(45deg);
        top: -1px;
    }

    .show-menu .navbar-toggler span::after {
        transform: rotate(-45deg);
    }

    body.show-menu {
        overflow: hidden;
    }

    .navbar-collapse {
        display: flex;
        flex-direction: column;
        position: fixed;
        justify-content: flex-start;
        align-items: center;
        left: 0;
        right: 0;
        min-height: 100vh;
        height: 100vh;
        width: 100%;
        background-color: var(--white);
        z-index: 999;
        transition: 0.3s all;
        top: 0;
        transform: translateX(-100%);
        padding: 100px 140px 60px;
        margin: 0 auto;
    }

    .show-menu .header-top {
        display: none;
    }

    .show-menu .navbar-collapse {
        transform: translateX(0);
    }

    .navbar-nav {
        margin: 0 auto 40px auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .navbar-nav {
        margin: 0 auto;
    }

    .nav-link {
        margin-right: 0;
        margin-bottom: 30px;
    }

    /* NAVBAR TOGGLER END */
    .hero-banner {
        min-height: 580px;
    }

    .booking-form {
        position: static;
        left: 0;
        transform: unset;
        bottom: unset;
        z-index: 111;
        width: 100%;
        background-color: var(--sky-blue);
        padding: 60px 0;
    }

    .booking-form-grid-wrap {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 30px;
    }

    .booking-form-grid-item:not(:last-child) {
        padding: 30px 40px;
    }

    .form-group::after {
        width: 88%;
    }

    .booking-form-grid-item:nth-child(2),
    .booking-form-grid-item:nth-child(4) {
        border-right: none;
    }

    .booking-form-grid-item:last-child {
        grid-column: 1 / span 2;
        margin-top: 30px;
    }

    .booking-form .prime-btn {
        height: 50px;
    }

    .read-more-text {
        font-size: 14px;
    }

    .read-more-text::after {
        width: 50px;
        height: 50px;
    }

    .our-room-content h3 {
        font-size: 30px;
    }

    .our-room-content {
        width: 580px;
        padding: 50px 30px;

    }

    footer.sec-spacing {
        padding: 80px 0 0;
    }

    .footer-grid-item {
        margin-bottom: 50px;
    }

    .footer-link-wrapper {
        padding-left: 54px;
    }

    .ft-logo {
        width: 172px;
        height: 80px;
    }

    .footer-grid-item h3 {
        font-size: 28px;
    }

    .footer-grid-item p {
        font-size: 15px;
        width: 100%;
        letter-spacing: 0;
    }

    .footer-link,
    .ft-add,
    .footer-add a,
    .ada-link {
        font-size: 15px;
    }

    .footer-bottom-wrap p {
        font-size: 14px;
    }

    /* Service page Start /-- */
    .page-hero-banner {
        min-height: 520px;
    }

    .general-other-policies-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    /* Service page End /-- */

    .gallery-page .photo-gallery-image {
        height: 300px;
    }

    /* Attraction page start*/
    .hotel-surrounding-grid-wrapper {
        gap: 20px;
    }

    /* Attraction page end*/
}

@media (max-width: 991px) {

    .h2,
    h2 {
        font-size: 38px;
    }

    .header-top {
        display: none;
    }

    .hero-banner {
        min-height: 640px;
    }

    .form-control {
        font-size: 18px;

    }

    .input-icon {
        width: 26px;
        height: 26px;
    }

    .sec-spacing,
    .about.sec-spacing,
    .booking-res.sec-spacing {
        padding: 100px 0;
    }

    .about-image img {
        height: 430px;
    }

    .about-content {
        padding: 0;
    }

    .about-content-wrap {
        margin-top: 80px;
    }

    .about-content p {
        text-align: left;
    }

    .about-content .sec-title {
        margin-bottom: 30px;
    }

    .read-more-text {
        margin-left: 20px;
    }

    .map-view-wrap {
        height: 300px;
        margin-top: 60px;
    }

    .exclusive-offer-wrap {
        height: 360px;
        margin-bottom: 20px;

    }

    .service-amenities-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .booking-rooms-wrapper-box {
        width: 100%;
    }

    .brs-icon {
        width: 70px;
        height: 70px;
    }

    .booking-rooms-wrapper-box h2 {
        font-size: 26px;
        line-height: 46px;
        margin-bottom: 20px;
    }

    .info-wrap {
        font-size: 16px;
    }

    .footer-about {
        padding-left: 40px;
    }

    .our-room-image {
        height: 420px;
        border: none;
    }

    .our-room-content {
        width: 100%;
        padding: 50px 30px;
        margin-top: 0;
        border-radius: 0;
        box-shadow: none;
        margin-left: 0;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 76%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: 6%;
    }

    .our-room-slider .owl-theme .owl-nav {
        bottom: 60px;
    }

    /* Service page Start /-- */
    .sec-page-title {
        font-size: 34px;
    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-gp-image-wrap {
        height: 360px;
    }

    /* Service page End /-- */

    /* ---- ADA Feature page start---- */
    .ada-feature-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .ada-feature-item {
        font-size: 16px;
        line-height: 1.5;
        display: flex;
        align-items: center;
    }

    .ada-feature-note {
        max-width: 100%;
        line-height: 1.5;
        letter-spacing: 0.5px;
        font-size: 16px;
    }

    /* ---- ADA Feature page end---- */
    /* Attraction page start*/
    .hotel-surrounding-grid-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .ft-info-wrap a,
    p {
        margin-bottom: 10px;
    }

    /* Attraction page end*/
}

@media (max-width: 767px) {

    .h2,
    h2 {
        font-size: 34px;
    }

    .navbar-brand {
        width: 140px;
        height: 68px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 52px;
        height: 52px;
        font-size: 30px;
    }

    .about-image img {
        height: 400px;
    }

    .about-content .sec-title h2 {
        font-size: 34px;
    }

    .booking-rooms-wrapper-box {
        padding: 60px 40px;
    }

    .footer-about {
        padding-left: 12px;
    }

    .footer-link-wrapper {
        padding-left: 30px;
    }

    .footer-grid-item h3 {
        font-size: 26px;
        padding: 0 0 30px 0;
    }

    .our-room-image {
        height: 340px;
    }

    .our-room-content h3 {
        font-size: 28px;
    }

    .our-room-content p {
        font-size: 14px;
        line-height: 30px;

    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 70%;
    }

    /* Service page Start /-- */
    .page-hero-content h1 {
        font-size: 50px;
    }

    .sec-page-title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .service-amenities-icon {
        width: 76px;
        height: 76px;
        padding: 16px;

    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-amenities-icon-item h5 {
        font-size: 16px;
    }

    .service-page .service-amenities-icon-wrap {
        gap: 40px 20px;
    }

    .service-gp-image-wrap {
        height: 280px;
    }

    /* Service page End /-- */

    /* -- // Contact-us Page Styles Start // -- */

    .contact-title-wrap {
        font-size: 20px;
    }

    /* -- // Contact-us Page Styles End // -- */
}

@media (max-width: 575px) {
    .navbar-collapse {
        padding: 100px 40px 40px;
    }

    .hero-banner {
        min-height: 580px;
    }

    .booking-form-grid-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .booking-form-grid-item:last-child {
        grid-column: 1 / span 1;
    }

    .booking-form-grid-item:nth-child(1),
    .booking-form-grid-item:nth-child(3) {
        border-right: none;
    }

    .about-image img {
        height: 360px;
    }

    .about-image::after,
    .info-wrap span {
        display: none;
    }

    .about-content .sec-title h2 {
        font-size: 32px;
    }

    .about-content .sec-title {
        margin-bottom: 20px;
    }

    .br-info-icon {
        width: 40px;
        height: 40px;
    }

    .br-info-content-text {
        font-size: 16px;
    }

    .service-amenities-icon {
        width: 60px;
        height: 60px;
        margin-right: 34px;
    }

    .info-wrap {
        flex-direction: column;
    }

    .info-wrap a:not(:last-child) {
        margin-bottom: 20px;
    }

    .feedback-slider-item {
        padding: 50px 40px;
    }

    .feedback.sec-spacing {
        padding: 100px 0 140px 0;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: -60px;
    }

    .ft-logo {
        width: 160px;
        height: 76px;
    }

    .footer-grid-item p {
        margin-bottom: 30px;

    }

    .footer-link-wrapper {
        padding-left: 12px;
    }

    .footer-bottom-wrap {
        padding: 24px 0;
    }

    .our-room-content h3 {
        font-size: 26px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next,
    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        width: 52px;
        height: 52px;
        font-size: 28px;
    }


    /* Service page Start /-- */
    .page-hero-content h1 {
        font-size: 46px;
        width: 100%;
    }

    .page-hero-banner .breadcrumb li {
        font-size: 15px;
    }

    .page-hero-banner .breadcrumb li a {
        font-size: 14px;
    }

    .page-hero-banner .breadcrumb {
        padding: 12px 20px;

    }

    .sec-page-title {
        font-size: 28px;
    }

    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Service page End /-- */

    .gallery-page .photo-gallery-image {
        height: 260px;
    }

    /* -- // Contact-us Page Styles Start // -- */

    .contact-us-iframe {
        height: 460px;
    }

    .contact-us-content-items a,
    .contact-us-content-items p {
        font-size: 14px;
    }

    .contact-title-wrap {
        font-size: 18px;
    }

    /* -- // Contact-us Page Styles End // -- */
    /* -- // Attraction Page Styles start // -- */
    .hotel-surrounding-title {
        font-size: 22px;
    }

    .item-list p {
        font-size: 14px;
        line-height: 1.5;
    }

    /* -- // Attraction Page Styles End // -- */
}

@media (max-width: 480px) {
    .navbar-brand {
        width: 126px;
        height: 62px;
    }

    .nav-link {
        font-size: 14px;
    }

    .prime-btn {
        font-size: 15px;
    }

    .hero-banner {
        min-height: 480px;
    }

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 50px;
        height: 50px;
        font-size: 28px;
    }

    .booking-form {
        padding: 80px 0;
    }

    .booking-form-grid-item:not(:last-child) {
        padding: 24px 30px;
    }

    .input-icon {
        width: 22px;
        height: 22px;
    }

    .form-control {
        font-size: 16px;
        padding: 0 0 0 36px;
    }

    .sec-spacing,
    .about.sec-spacing,
    .booking-res.sec-spacing {
        padding: 80px 0;
    }

    .about-image img {
        height: 300px;
    }

    .about-content .sec-title h2 {
        font-size: 30px;
    }

    .exclusive-offer-wrap {
        height: 320px;
        margin-bottom: 0px;
    }

    .sec-title {
        margin-bottom: 40px;
    }

    .service-amenities-wrap {
        padding: 30px 20px;
    }

    .service-amenities-content h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .service-amenities-content p {
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
    }

    .service-amenities-icon {
        margin-right: 20px;
    }

    .brs-icon {
        width: 50px;
        height: 50px;
    }

    .booking-rooms-wrapper-box {
        padding: 40px 20px;
    }

    .booking-rooms-wrapper-box h2 {
        font-size: 20px;
        line-height: 36px;
    }

    .info-wrap,
    .footer-link,
    .ft-add,
    .footer-add a,
    .ada-link {

        font-size: 14px;
    }

    .booking-rooms-wrapper-box .prime-btn {
        font-size: 14px;
        height: 46px;
        width: 132px;
        padding: 8px;
    }

    .feedback-slider-item {
        padding: 40px 20px;
    }

    .footer-about,
    .footer-link-wrapper,
    .footer-add {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ft-logo {
        width: 140px;
        height: 66px;
    }

    .footer-grid-item p {
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 30px;
    }

    .our-room.sec-spacing {
        padding: 80px 0 160px 0;
    }

    .our-room-image {
        height: 300px;
    }

    .our-room-slider .owl-theme .owl-nav {
        bottom: -60px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next {
        right: 32%;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        left: 32%;
    }

    /* Service page Start /-- */
    .service-page .service-amenities-icon-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .sec-page-title {
        font-size: 26px;
    }

    /* Service page End /-- */

    /* ---- ADA Feature page start---- */
    .ada-feature-wrap h3 {
        font-size: 20px;
    }

    .ada-feature-wrap {
        padding-left: 15px;
        margin-bottom: 30px;
    }

    .ada-feature-item:not(:last-child) {
        margin-bottom: 18px;
    }

    .ada-feature-item,
    .ada-feature-note {
        font-size: 14px;
    }


    /* ---- ADA Feature page end---- */

    /* Attraction page start*/
    .hotel-surrounding-title {
        padding: 0 20px;
    }

    .hotel-surrounding-content {
        padding: 0 20px 20px;
    }

    .item-list p {
        padding-right: 10px;
    }

    /* Attraction page end*/

}

@media (max-width: 350px) {
    .navbar-collapse {
        padding: 80px 40px 40px;
    }

    .hero-banner {
        min-height: 400px;
    }

    .service-amenities-icon {
        width: 52px;
        height: 52px;
    }

    .our-room-slider .owl-carousel .owl-nav button.owl-next,
    .our-room-slider .owl-carousel .owl-nav button.owl-prev {
        width: 48px;
        height: 48px;
        font-size: 26px;
    }
}