@media (max-width: 1799px) {
    .slick-prev {
        left: 87%;
    }

    .slick-next {
        right: 9%;
    }

    /* .services-grid-icon {
        width: 90px;
        height: 90px;
    } */

    .slider-round-arrows .slick-next {
        right: 37%;
    }

    .feedback-slider-nav.slider-round-arrows .slick-prev,
    .feedback-slider-nav.slider-round-arrows .slick-next {
        top: -50%;
    }

    .feedback-slider-nav.slider-round-arrows .slick-prev {
        left: 5%;
    }

    .feedback-slider-nav.slider-round-arrows .slick-next {
        right: 5%;
    }
}

@media (max-width: 1599px) {

    .h1,
    h1 {
        font-size: 56px;
    }

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

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

    h3,
    .h3 {
        font-size: 28px;
    }

    h4,
    .h4 {
        font-size: 22px;
    }

    .navbar-brand {
        width: 140px;
        height: 70px;

    }

    .hero-content {
        max-width: 800px;
        height: 340px;
    }

    .slick-prev svg,
    .slick-next svg {
        width: 22px;
        height: 22px;
    }

    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
    }

    .slick-prev {
        top: 73%;
    }

    /* 
    .services-grid-icon {
        width: 80px;
        height: 80px;
    } */

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

    }

    /* 
    .footer-logo {
        width: 190px;
        height: 100px;
    } */
}

@media (max-width: 1429px) {

    .h1,
    h1 {
        font-size: 54px;
    }

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

    .h2-small {
        font-size: 36px;
    }

    h3,
    .h3 {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 18px;
    }


    .prime-btn {
        width: 140px;
        height: 50px;
        padding: 8px 10px;
    }

    .hero-content {
        max-width: 780px;
        height: 270px;
    }

    .slick-prev,
    .slick-next {
        top: 50%;
        transform: translateY(-50%);

    }

    .slick-prev {
        left: 10%;
    }

    .slick-next {
        right: 10%;
    }

    .about-content-wrap .prime-btn {
        margin-top: 30px;
    }

    .form-label {
        font-size: 16px;
    }

    /* 
    .services-grid-icon {
        width: 60px;
        height: 60px;
    } */
    .services-grid-icon {
        width: 64px;
    }

    .services-grid-items h4 {
        font-size: 18px;
    }

    .services-grid-items {
        height: 180px;
    }

    .room-feature,
    .local-restaurants {
        height: 290px;
    }

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

    .our-offer-content a,
    .our-offer-content.space-20 a {
        font-size: 12px;
    }

    .our-room-image-wrap {
        height: 640px;
    }

    .option-list p {
        font-size: 16px;

    }

    .option-list-icons {
        width: 18px;
        height: 18px;
    }

    .feedback-content {
        font-size: 18px;
        line-height: 1.6;
    }

    .feedback-slider-for .slick-track .slick-slide.slick-slide {
        border-radius: 30px 30px 0 0;
        height: 320px;
    }

    .feedback-slider-nav>.slick-list.draggable {
        border-radius: 0 0 30px 30px;
    }

    .feedback-slider-nav.slider-round-arrows .slick-prev,
    .feedback-slider-nav.slider-round-arrows .slick-next {
        top: 50%;
        transform: translateY(-50%);
    }

    /* -- // Contact Page Styles Start // -- */
    .contact-us-top-items:not(:last-child) {
        margin-right: 20px;
    }

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

    .contact-title-wrap svg {
        font-size: 18px;
        margin-right: 8px;
    }

    /* -- // Contact Page Styles End // -- */

}

@media (max-width: 1365px) {
    .sec-spacing {
        padding: 100px 0;
    }

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

    .slider-round-arrows .slick-next {
        right: 35%;
    }

    .about-image-two::before {
        width: 150px;
        height: 130px;
    }

    .about-bg-box.center {
        left: 60%;
    }

    /* .iframe-height {
        height: 350px;
    } */
}

@media (max-width: 1199px) {

    /* 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: 222;
        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: 99;
        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 TOGGLER END */
    .hero-banner {
        min-height: 720px;
    }

    .slick-prev,
    .slick-next {
        top: 85%;
    }

    .slick-prev {
        left: 42%;
    }

    .slick-next {
        right: 42%;
    }

    .our-room-image-wrap {
        height: 580px;
    }

    .our-room-content-wrap {
        padding: 60px 40px 40px 40px;
    }

    .slider-round-arrows .slick-next {
        right: 32%;
    }

    .contact-us-content-wrap .prime-btn {
        margin-bottom: 40px;
    }

    /* -- // Service Page Styles Start // -- */
    .service-aminities-icon {
        width: 30px;
        height: 30px;
    }

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

    /* -- // Service Page Styles End // -- */
    /* -- // Contact Page Styles Start // -- */
    .contact-us-top-items,
    .contact-us-top-wrapper {
        margin-bottom: 30px;
    }

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


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

@media (max-width: 991px) {

    .h1,
    h1 {
        font-size: 50px;
    }

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

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

    h3,
    .h3 {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 18px;
    }

    h5,
    .h5 {
        font-size: 16px;
    }

    .header-top {
        display: none;
    }

    .navbar-brand {
        width: 120px;
        height: 60px;
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-item:not(:last-child) {
        margin-bottom: 30px;
    }

    .nav-link {
        margin-right: 0;
    }

    .hero-content {
        max-width: 620px;
        height: 350px;
    }

    .hero-content h4,
    .hero-content h2 {
        margin-bottom: 10px;
    }

    .about-bg-box.center {
        left: 50%;
    }

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

    .photo-gallery-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .our-room-image-wrap {
        height: 400px;
        border: 10px solid var(--primary);
    }

    .our-room-content-wrap {
        padding: 30px 40px;
    }

    .our-rooms-slider-items::before {
        height: 800px;
    }

    .slider-round-arrows .slick-next {
        right: 28%;
    }

    /* -- // Service Page Styles Start // -- */
    .hero-banner.section-hero-banner {
        min-height: 420px;
    }

    .service-aminities-icon {
        margin-right: 15px;
    }

    .service-aminities-items:nth-child(16),
    .service-aminities-items:nth-child(17) {
        grid-column: 1 / span 3;
    }

    /* -- // Service Page Styles End // -- */

    /* -- // Local Attraction Page Styles Start // -- */
    .hotel-surrounding-image {
        height: 280px;
    }

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

    .hotel-surrounding-grid-wrapper {
        gap: 30px 30px;
    }

    .hotel-surrounding-title {
        padding: 0 14px;
    }

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

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

@media (max-width: 767px) {

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

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

    .h2-small {
        font-size: 30px;
    }

    h3,
    .h3 {
        font-size: 22px;
    }

    h4,
    .h4 {
        font-size: 16px;
    }

    .hero-content {
        max-width: 460px;
        height: auto;
        padding: 60px 20px;
    }

    .slick-prev {
        left: 40%;
    }

    .slick-next {
        right: 40%;
    }

    .about-image-wrap {
        height: 500px;
    }

    .about-image-one,
    .about-image-two {
        width: 314px;
        height: 226px;
    }

    .about-content-wrap {
        padding: 60px 0 0;
    }

    .booking-form {
        min-height: 100%;
    }

    .services-grid-icon {
        width: 60px;
        margin-bottom: 20px;
    }

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

    .our-offer-content {
        padding: 20px;
    }

    .our-offer-content h3 {
        font-size: 16px;
    }

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

    .our-room-content-wrap h2 {
        margin-bottom: 12px;
    }

    .slider-round-arrows .slick-next {
        right: 24%;
    }

    .footer-logo {
        width: 160px;
        height: 80px;
    }

    .contact-us-content-wrap a {
        margin-bottom: 16px;
    }

    .contact-us-content-wrap .prime-btn {
        margin-bottom: 30px;
    }

    .iframe-height {
        height: 250px;
    }

    /* -- // Service Page Styles Start // -- */
    .hero-banner.section-hero-banner {
        min-height: 340px;
    }

    .breadcrumb-item {
        font-size: 16px;
    }

    .section-hero-content h1 {
        margin-bottom: 20px;
    }

    .service-aminities-content h4 {
        font-size: 18px;
    }

    .service-aminities-icon {
        width: 26px;
        height: 26px;
    }

    .service-aminities-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 20px;
    }

    .service-aminities-items:nth-child(16),
    .service-aminities-items:nth-child(17) {
        grid-column: 1 / span 2;
    }

    /* -- // Service Page Styles End // -- */

    /* -- // Local Attraction Page Styles Start // -- */
    .hotel-surrounding-title {
        font-size: 18px;
    }

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

    .hotel-surrounding-title {
        padding: 0 18px;

    }

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

    /* -- // Local Attraction Page Styles End // -- */
    /* -- // Ada feature Page Styles Start // -- */
    .ada-feature-item {
        font-size: 16px;
        padding: 12px 0;
    }

    .ada-feature-item::before {
        width: 14px;
        height: 14px;
    }

    .note {
        font-size: 14px;
    }

    .ada-feature-wrap h3 {
        font-size: 20px;
    }

    /* -- // Ada feature Page Styles End // -- */
}

@media (max-width: 575px) {

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

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

    .h2-small {
        font-size: 26px;
    }

    h4,
    .h4 {
        font-size: 14px;
    }

    .navbar-brand {
        width: 110px;
        height: 50px;
    }

    .hero-content {
        max-width: 340px;
        height: auto;
        padding: 40px 20px;
    }

    .slick-prev {
        left: 38%;
    }

    .slick-next {
        right: 38%;
    }

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

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

    .about-image-wrap {
        position: relative;
        height: 500px;
    }

    .about-bg-box.center {
        left: 56%;
    }

    .about-image-two::before {
        display: none;
    }

    .prime-btn {
        width: 132px;
        height: 48px;
        padding: 6px 8px;
        font-size: 14px;
    }

    .booking-form-box h3 {
        margin-bottom: 30px;
    }

    .form-label {
        font-size: 14px;
    }

    .booking-form-box {
        padding: 30px;
        height: 588px;
    }

    .booking-form-box .prime-btn {
        margin-top: 30px;
    }

    .services-grid-items {
        height: 120px;
        border-radius: 10px;
    }

    .services-grid-icon {
        width: 42px;
        margin-bottom: 16px;
    }

    .services-grid-items h4 {
        font-size: 16px;
    }

    .title-wrap h2 {
        margin-bottom: 40px;
    }

    .our-room-content-wrap {
        padding: 30px;
    }

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

    .option-list p {
        font-size: 14px;
    }

    .slider-round-arrows .slick-prev,
    .slider-round-arrows .slick-next {
        width: 40px;
        height: 40px;
        top: 90%;
    }

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

    .feedback-slider-for .slick-track .slick-slide.slick-slide {
        border-radius: 10px 10px 0 0;
        height: 240px;
    }

    .feedback-slider-nav>.slick-list.draggable {
        border-radius: 0 0 10px 10px;
    }

    .feedback-slider-for::before,
    .feedback-slider-for::after {
        display: none;
    }

    .footer-wrap {
        padding: 12px;
    }



    /* -- // Service Page Styles Start // -- */
    .service-aminities-icon {
        margin-right: 20px;
    }

    .service-aminities-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px 30px;
    }

    .service-aminities-items:nth-child(16),
    .service-aminities-items:nth-child(17) {
        grid-column: 1 / span 1;
    }

    /* -- // Service Page Styles End // -- */
}

@media (max-width: 480px) {

    .h1,
    h1 {
        font-size: 32px;
    }

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

    .h2-small {
        font-size: 24px;
    }

    h4,
    .h4 {
        font-size: 13px;
    }

    .navbar-toggler {
        right: 20px;
    }

    .navbar-collapse {
        padding: 100px 20px 20px;
    }

    .hero-content {
        max-width: 300px;
        padding: 40px 10px;
    }

    .slick-prev {
        left: 32%;
    }

    .slick-next {
        right: 32%;
    }

    .sec-spacing {
        padding: 60px 0;
    }

    .title-wrap h2 {
        margin-bottom: 30px;
    }

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

    .about-image-one,
    .about-image-two {
        width: 300px;
    }

    .services-grid-icon {

        margin-bottom: 16px;
    }

    .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .our-offer-content {
        padding: 10px;
    }

    .our-offer-content a,
    .our-offer-content.space-20 a {
        font-size: 10px;
    }

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

    .slider-round-arrows .slick-next {
        right: 20px;
    }

    .slider-round-arrows .slick-prev {
        left: 67%;
    }

    .feedback-slider-for .slick-track .slick-slide.slick-slide {
        border-radius: 10px 10px 0 0;
        height: 300px;
        padding: 30px 20px;
    }

    .avtar-img {
        width: 60px;
        height: 60px;
    }

    .avtar-name {
        font-size: 14px;
    }

    .feedback-slider-nav .slick-slide .feedback-box {
        height: 180px;
    }

    .footer-logo {
        width: 140px;
        height: 60px;
    }

    .add-bar,
    .contact-info,
    .footer-wrap p {
        font-size: 13px;
    }

    /* -- // Ada feature Page Styles Start // -- */
    .ada-feature-item {
        font-size: 14px;
    }

    .ada-feature-item::before {
        width: 12px;
        height: 12px;
    }

    .note {
        font-size: 13px;
    }

    .ada-feature-wrap h3 {
        font-size: 18px;
    }

    /* -- // Ada feature Page Styles End // -- */
}

@media (max-width: 350px) {

    .about-image-one,
    .about-image-two {
        width: 260px;
        height: 180px;
    }

    .about-bg-box {
        width: 100px;
        height: 100px;
    }

    .about-image-wrap {
        height: 410px;
    }

    .about-bg-box.center {
        display: none;
    }

    .form-control {
        height: 42px;
        border-radius: 3px;
        padding: 6px 6px 6px 15px;
        font-size: 13px;
    }

    /* -- // Service Page Styles Start // -- */
    .breadcrumb-item {
        font-size: 14px;
    }

    .hero-banner.section-hero-banner {
        min-height: 240px;
    }

    /* -- // Service Page Styles End // -- */

}