@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 32px;
    }

    header .col-left ul li a {
        font-size: 14px;
    }

    header .row ul li:not(:nth-last-of-type(1)) {
        margin-right: 10px;
    }

    .features-section .row {
        grid-template-columns: auto auto auto;
    }

    .about-section .about-img .img-2 {
        position: absolute;
        right: 0;
    }

}


@media only screen and (max-width: 992px) {
    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 15px;
    }

    p {
        font-size: 14px;
    }

    header .logo {
        margin-right: 16px;
    }

    header .col-left ul li a {
        font-size: 13px;
    }

    header nav ul li a {
        font-size: 13px;
    }

    header nav ul li a i {
        margin-left: 4px;
    }

    .full-menu .inner-row .inner-col:not(:nth-last-of-type(1)) {
        width: 18%;
    }

    .full-menu .tab-content h5 a {
        font-size: 13px;
    }

    header .spacil-tour .inner-row .inner-col:nth-of-type(1) {
        padding: 0 10px 0 0;
    }

    header .spacil-tour .inner-row .inner-col:nth-of-type(2) {
        padding: 0 10px;
    }

    header .spacil-tour .inner-row .inner-col {
        width: 33% !important;
    }

    .why-choose-sec .row .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .gallery {
        grid-template-columns: auto auto;
    }

    footer .col-right {
        width: 62%;
    }

    footer .col-right .col-3:nth-of-type(1) {
        width: 24%;
    }

    footer .col-right .col-3:nth-of-type(2) {
        width: 40%;
    }
}

@media only screen and (max-width: 850px) {
    header {
        padding: 10px 0;
    }



    header nav,
    header .col-left ul,
    header .list-btn {
        display: none;
    }

    header .col-right {
        margin-right: 40px !important;
    }

    header .toggle-button {
        display: flex;
        top: 30px;
    }

    .breadcrumb li a {
        font-size: 12px;
    }

    /* mobile menu css */

    header .mobile-menu {
        width: 100%;
        height: 100vh;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        left: -100%;
        z-index: 1;
        background-color: #fff;
        transition: all 0.4s ease-in-out;
        z-index: 11;

    }

    header .mobile-menu.active {
        left: 0;
    }

    header .mobile-menu .menu-box {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

    header .mobile-menu .menu-box .mobile-logo {
        padding: 10px 15px 10px 20px;
        border-bottom: 1px solid #2fb6bc;
    }

    header .mobile-menu .menu-box .mobile-logo a {
        display: inline-block;
        width: 160px;
    }

    header .toggle__button.active span {
        transform: rotate(45deg);
        margin: 5px 0 0 0;
    }

    header .toggle__button.active span:nth-of-type(2) {
        display: none;
    }

    header .toggle__button.active span:nth-last-of-type(1) {
        transform: rotate(-45deg);
        margin: -3px 0 0 0;
    }


    .menu-categories__list .mobile-menu_list {
        font-size: 13px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #2fb6bc;
        transition: all 0.5s ease-in-out;
    }

    .menu-categories__list .mobile-menu_list:hover,
    .subcategories_list:hover,
    .subcategories__link li:hover {
        background-color: #cdcdcd61;
    }

    .menu-categories__list .mobile-menu_list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .subcategories {
        width: 100%;
        height: 100%;
        top: 92px;
        left: -100%;
        position: absolute;
        background-color: #fff;
        transition: all 0.5s ease-in-out;
    }

    .subcategories__link {
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        position: absolute;
        background-color: #fff;
        overflow-y: auto;
        transition: all 0.5s ease-in-out;
    }

    .subcategories.active {
        left: 0;
    }

    .back-menu {
        padding: 10px 20px;
        border-bottom: 1px solid #2fb6bc;
        z-index: 11;
        cursor: pointer;
    }

    .subcategories__link .back-menu {
        padding: 0;
        border-bottom: none;
    }

    .back-menu i {
        margin-right: 4px;
    }

    .subcategories_list,
    .subcategories__link li {
        padding: 10px 20px;
        border-bottom: 1px solid #2fb6bc;
        transition: all 0.5s ease-in-out;
    }

    .subcategories_list.active .subcategories__link {
        left: 0;
    }

    .back-to-menu i {
        margin-right: 10px;
    }


    .subcategories_list a {
        font-size: 13px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .categories__list_item.active .subcategories {
        left: 0;
    }

    #tidio-chat #tidio-chat-iframe {
        display: none !important;
    }

    .categories__list_item .custom_packages li a span {
        display: flex;
        align-self: center;
    }

    .categories__list_item .custom_packages li a span img {
        width: 35px;
        margin-right: 8px;
    }

    .subcategories__link .area-menu {
        margin: 20px 0;
    }

    .subcategories__link .area-menu li {
        border-bottom: none;
        padding: 0;
    }

    .subcategories__link .area-menu li:nth-last-of-type(1) {
        border-bottom: none;
    }

    .subcategories__link .area-menu .color-orange {
        border-bottom: 2px dashed #ddd;
        display: inline-block;
        padding-bottom: 4px;
    }

    .subcategories__link .area-menu li ul {
        padding: 10px 20px;
    }

    .subcategories__link .area-menu li ul li a {
        padding: 10px 20px;
        border-bottom: 2px dashed #ddd;
    }

    .mobile-booking-btn {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        border-top: 2px dashed #dddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px 40px;
        cursor: pointer;
        z-index: 11;
    }

    .mobile-booking-btn .booking-text {
        width: 50%;
        font-size: 11px;
        font-weight: 600;
    }

    .mobile-booking-btn .yellow-btn {
        padding: 5px 20px;
        text-align: center;
        border-radius: 30px;
        background: #d3cc1f;
        color: #000;
        border: none;
        font-weight: 800;
    }

    .features-section .row {
        grid-template-columns: auto auto;
    }

    .about-section .about-img .img-1 {
        width: 300px;
        height: 405px;
    }

    .renters-sec .row,
    .services-section .row {
        grid-template-columns: auto auto;
    }

    .hotel-sec .row .col-left {
        width: 100%;
    }

    .hotel-sec .row .col-right {
        width: 100%;
    }

    .special-offer-sec .row h2 {
        font-size: 24px;
    }


    .hotel-details-page .row .col-right,
    .hotel-details-page .row .col-left {
        width: 100%;
    }

    .hotel-details-page .row .col-left {
        margin-bottom: 20px;
    }

    footer .col-right {
        width: 65%;
    }

}

@media only screen and (max-width: 767px) {
    .about-section .row .col {
        width: 100%;
        margin-bottom: 100px;
    }

    .about-section .row .col:nth-last-child(1) {
        margin-bottom: 0;
    }



    .about-section .about-img .img-1 {
        width: 350px;
        height: 390px;
    }

    .video-wrapper {
        height: 250px;
    }

    .registration-page .form-row {
        flex-direction: column;
        gap: 0;
    }

    .registration-page .registration-steps::before {
        left: 15%;
        right: 15%;
    }

    .registration-page .step-text {
        font-size: 0.8rem;
    }

    .registration-page .kyc-options {
        flex-direction: column;
    }

    .registration-page .registration-form-container {
        padding: 20px;
    }

    .latest-hotel-sec .row {
        grid-template-columns: auto;
    }

    .login-page .login-row .col-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .login-page .login-row .col-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .login-wrapper {
        flex-direction: column;
    }

    .login-left {
        padding: 30px 20px;
    }

    .login-right {
        padding: 30px 20px;
    }

    .social-login {
        flex-direction: column;
    }

    .login-stats {
        flex-direction: column;
        gap: 20px;
    }

    .otp-inputs {
        gap: 5px;
    }

    .otp-input {
        width: 40px;
        height: 40px;
    }

    .booking-page .booking-content {
        flex-direction: column;
    }

    .booking-page .booking-progress::before {
        left: 15%;
        right: 15%;
    }

    .booking-page .form-row {
        flex-direction: column;
        gap: 0;
    }

    .booking-page .payment-options {
        grid-template-columns: 1fr;
    }

    .booking-page .step-text {
        font-size: 0.8rem;
    }

    .confirmation-page .confirmation-content {
        grid-template-columns: 1fr;
    }

    .confirmation-page .hotel-summary {
        flex-direction: column;
        text-align: center;
    }

    .confirmation-page .hotel-image {
        margin: 0 auto;
    }

    .confirmation-page .booking-timeline {
        flex-direction: column;
        gap: 20px;
    }

    .confirmation-page .timeline-item:not(:last-child)::after {
        display: none;
    }

    .confirmation-page .support-contacts {
        flex-direction: column;
        align-items: center;
    }

    .confirmation-page .details-grid {
        grid-template-columns: 1fr;
    }

    .confirmation-page .steps-grid {
        grid-template-columns: 1fr;
    }

    .payment-page .payment-content {
        grid-template-columns: 1fr;
    }

    .payment-page .payment-tabs {
        flex-direction: column;
    }

    .payment-page .payment-tab {
        text-align: center;
        border-bottom: 1px solid #e0e0e0;
        border-left: 3px solid transparent;
    }

    .payment-page .payment-tab.active {
        border-left-color: #f2911f;
        border-bottom-color: #e0e0e0;
    }

    .payment-page .form-row {
        flex-direction: column;
        gap: 0;
    }

    .payment-page .upi-options {
        grid-template-columns: repeat(2, 1fr);
    }

    .policy-page .policy-content {
        padding: 25px 20px;
    }

    .policy-page .policy-header h3 {
        font-size: 2rem;
    }

    .policy-page .section h2 {
        font-size: 1.5rem;
    }

    .policy-page .tab-navigation {
        flex-direction: column;
    }

    .policy-page .tab-button {
        text-align: left;
        border-bottom: 1px solid #e0e0e0;
        border-left: 3px solid transparent;
    }

    .policy-page .tab-button.active {
        border-bottom: 1px solid #e0e0e0;
        border-left: 3px solid #f2911f;
    }

    .policy-page .back-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .special-offer-sec .row {
        row-gap: 20px;
    }

    .special-offer-sec .col-half {
        width: 100%;
    }

    .special-offer-sec .row .col-half a {
        margin-left: 0;
    }

    .py {
        padding: 30px 0;
    }

    .py-bottom {
        padding-bottom: 30px;
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    .common-text-heading h2 {
        font-size: 20px;
    }

    footer .row {
        row-gap: 30px;
    }

    footer .col-left .flogo {
        width: 150px;
    }

    footer .col-left,
    footer .col-right {
        width: 100%;
    }



}

@media only screen and (max-width: 580px) {
    h3 {
        font-size: 17px;
    }

    .col-4 {
        width: 48%;
    }

    .btn-none {
        display: none;
    }

    .features-section .row {
        grid-template-columns: auto;
    }

    .counter-sec .row {
        grid-template-columns: auto auto;
    }

    .hotel-sec .hotel-item {
        flex-direction: column;
    }

    .hotel-sec .hotel-img {
        width: 100%;
        flex: 0 0 40%;
        max-width: 100%;
    }

    .hotel-sec .hotel-content {
        width: 100%;
        padding: 25px;
        flex: 0 0 0;
        max-width: 100%;
    }

    .gallery {
        grid-template-columns: auto;
    }

    footer .col-right .col-3:nth-of-type(1) {
        width: 32%;
    }

    footer .col-right .col-3:nth-of-type(2) {
        width: 62%;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 24px;
    }

    header .top-header ul li a i,
    header .top-header .pay-btn i {
        margin-right: 4px;
    }

    header .top-header ul li a,
    header .top-header .pay-btn {
        font-size: 13px;
    }

    header .toggle-button.active {
        display: flex;
    }

    header .top-header ul li:not(:nth-last-of-type(1)) {
        margin-right: 6px;
    }

    .why-choose-sec .inner-row,
    .renters-sec .row,
    .services-section .row {
        grid-template-columns: auto;
    }

    .hotal-search-sec {
        margin-top: -106px;
    }



    .about-section .about-img .img-1 {
        width: 260px;
        height: 300px;
    }

    .about-section .about-img .img-2 {
        width: 250px;
        height: 250px;
    }

    .latest-hotel-wrapper .common-text-heading {
        padding: 20px 20px 20px 40px;
    }

    footer .col-right .col-3:nth-last-of-type(1) {
        width: 100%;
    }

    footer .col-right .col-3:nth-last-of-type(1) ul {
        display: flex;
        justify-content: space-between;
    }

    footer .col-right .col-3:nth-last-of-type(1) ul li {
        width: 48%;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 380px) {

    .container {
        padding: 0 16px;
    }

    h1 {
        font-size: 22px;
    }

    h1 br {
        display: none;
    }

    h3 {
        font-size: 16px;
    }

    .breadcrumb li {
        line-height: 1.8;
    }

    header .logo img {
        width: 220px;
    }

    header .toggle-button {
        top: 22px;
    }

    header .top-header ul li a,
    header .top-header .pay-btn {
        font-size: 10px;
    }

    footer ul li {
        margin-bottom: 10px;
    }
}

@media (max-width: 1280px) {

    .banner-wrapper .slick-next,
    .all-tour-travel .slick-next {
        right: 30px;
    }

    .all-tour-travel .slick-prev {
        left: 30px;
    }

    .banner-wrapper .slick-prev,
    .all-tour-travel .slick-prev {
        left: 30px;
    }

    .banner-wrapper .banner-text {
        max-width: 600px;
    }

    .banner-wrapper .banner-text {
        padding: 150px 0 150px 83px;
    }
}


@media (max-width: 1200px) {
    .banner-section {
        height: 500px;
    }

    .banner-wrapper .banner-text {
        padding: 50px 0 40px 60px;
    }

    .shape-div::after {
        bottom: 18px;
    }

    .latest-hotel-wrapper .common-text-heading {
        padding: 90px 0 33px 80px;
    }

}

@media (max-width: 1180px) {
    .all-tour-travel .slick-arrow {
        display: none !important;
    }
}

@media(max-width: 1140px) {
    .banner-wrapper .banner-text h1 {
        font-size: 36px;
    }
}

@media(max-width: 992px) {
    .py {
        padding: 25px 0;
    }

    .banner-section {
        height: 440px;
    }

    .banner-wrapper .banner-text {
        padding: 0 0 0 60px;
    }

    .blog-detail-page .row .col-left,
    .hotel-detail-page .row .col-left {
        width: 100%;
    }

    .blog-detail-page .row .col-right,
    .hotel-detail-page .row .col-right {
        width: 100%;
    }
}

@media(max-width: 767px) {
    /* .banner-wrapper .slick-arrow {
        display: none !important;
    } */

    .banner-wrapper .banner-text {
        padding: 30px 0 0 60px;
    }

    .banner-wrapper .banner-text {
        padding: 30px 0 0;
        margin: 0 auto;
    }

    .contact-section .row .col {
        width: 100%;
        margin-bottom: 20px;
    }

    .hotal-search-sec {
        margin-top: -80px;
    }

    .hotal-search-sec .hotel-tab-wrapper {
        border-radius: 30px;
        padding: 15px;
    }

    .hotal-search-sec .tab-buttons {
        justify-content: center;
    }

    .hotal-search-sec .tab-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .hotal-search-sec .row {
        flex-direction: column;
        gap: 0;
    }

    .hotal-search-sec .form-group {
        min-width: 100%;
    }

    .tab-content {
        padding: 15px;
    }

}

@media (max-width: 580px) {
    .breadcrumb-banner .breacrumb-text {
        padding: 80px 0;
    }

    .banner-wrapper .banner-text .text-box {
        padding: 20px;
    }

    .latest-tour_wrapper .slick-arrow {
        display: none !important;
    }

    .fixed-banner .common-text h2 {
        font-size: 30px;
        margin-bottom: 18px;
    }

    .banner-section {
        height: 320px;
    }

    .fixed-banner {
        height: 300px !important;
    }

    .all-inclusive .row .col .icon-box {
        width: 50px;
        height: 50px;
    }

    .all-inclusive .row .col .icon-box i {
        font-size: 20px;
    }

    .accordion-common .at-title .tittle-name {
        font-size: 16px;
        width: 95%;
    }

    .latest-hotel-wrapper .common-text-heading {
        padding: 37px 0 33px 34px;
    }

    .latest-hotel-wrapper::after {
        border-radius: 10px;
        background: linear-gradient(90deg, #000000a6 0%, rgba(0, 0, 0, .3) 126%, rgba(0, 0, 0, 0) 138.65%) !important;
    }

    .form-wrapper .row {
        grid-template-columns: auto;
        gap: 0;
    }
}

@media (max-width: 480px) {
    .banner-wrapper .banner-text h1 {
        font-size: 22px;
    }

    .fixed-banner .common-text h2 {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .banner-text p {
        font-size: 15px;
    }

    header .logo {
        margin-right: 6px;
    }

    header .col-right {
        margin-right: 30px !important;
    }

    header .whatsapp-btn {
        padding: 3px 5px;
    }

    header .whatsapp-btn i {
        margin-right: 5px;
    }

    header .row ul li:not(:nth-last-of-type(1)) {
        margin-right: 8px;
    }
}

@media (max-width: 380px) {
    .all-inclusive .row {
        grid-template-columns: auto auto;
    }

    .testimonial-sec .testimonial-box {
        margin: 0;
    }

    .testimonial-sec .testimonial-box .img-box img {
        height: 170px;
    }
}