@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: 880px) {
  header {
    padding: 10px 0;
  }

  header nav,
  header .col-left ul {
    display: none;
  }

  header .col-right {
    margin-right: 40px !important;
  }

  header .toggle-button {
    display: flex;
    top: 30px;
  }

  .breadcrumb li a {
    font-size: 12px;
  }

  header .toggle-button {
    display: flex;
    top: 30px;
  }

  header .toggle-button.active span:nth-of-type(2) {
    display: none;
  }

  header .toggle-button.active span {
    transform: rotate(45deg);
    margin: 5px 0 0 0;
  }

  header .toggle-button.active span:nth-last-of-type(1) {
    transform: rotate(-45deg);
    margin: -3px 0 0 0;
  }

  .mobile-menu {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: block;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: 11;
  }

  .mobile-menu.active {
    left: 0;
  }

  .mobile-menu .menu-list {
    height: calc(100vh - 280px);
    overflow-y: scroll;
  }

  .mobile-menu .menu-logo img {
    width: 170px;
  }

  .mobile-menu .category-list {
    padding: 20px 0;
  }

  .mobile-menu .category-list-item {
    border-bottom: 1px solid #F8580A;
    padding: 10px 50px 10px 20px;
  }

  .mobile-menu .category-list-item a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: block;
    position: relative;
  }

  .mobile-menu .category-list-item .sub-category::after {
    content: "";
    width: 12px;
    height: 12px;
    border-left: 1px solid #F8580A;
    border-bottom: 1px solid #F8580A;
    position: absolute;
    right: -22px;
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
  }


  .mobile-menu .sub-category-list.active .sub-category::after {
    top: 8px;
    transform: rotate(135deg);
  }

  .mobile-menu .dropdown-list {
    display: none;
  }

  .mobile-menu .dropdown-list li {
    border-bottom: 1px solid #F8580A;
    padding: 10px 0;
  }

  .mobile-menu .dropdown-list li:nth-last-of-type(1) {
    padding: 0;
    border-bottom: none;
  }

  .whatsapp-btn {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 6px;
    border: 1px solid #828282;
    font-weight: 500;
    line-height: 22px;
    font-size: 15px;
    border-radius: 45px;
    background: linear-gradient(20deg, #F8580A 20%, #05b3f8 100%);
    color: #000;
    width: max-content;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }

  .whatsapp-btn {
    color: #fff;
    background: linear-gradient(20deg, #F8580A 20%, #05b3f8 100%);
    border: 1px solid #F8580A;
    padding: 10px;
    font-size: 16px;
  }

  .mobile-menu-btn {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .mobile-menu-btn ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
  }

  .mobile-menu-btn ul li {
    width: 47%;
  }

  .mobile-menu-btn ul li a {
    width: 100%;
    justify-content: center;
  }

  .last-property {
    width: 100% !important;
  }

  .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;
  }

  .customer-review-page .row {
    grid-template-columns: auto auto;
  }

  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,
  .login-btn {
    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;
  }

  .customer-review-page .row {
    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;
  }

  .header .col-left {
    width: 30%;
  }

  .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, 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 3px;
    font-size: 10px;
  }

  header .whatsapp-btn i {
    margin-right: 5px;
  }

  header .row ul li:not(:nth-last-of-type(1)) {
    margin-right: 8px;
  }
}

@media (max-width: 380px) {
  .mobile-menu-btn ul {
    gap: 10px;
  }

  .mobile-menu .menu-logo img {
    width: 188px;
  }

  .all-inclusive .row {
    grid-template-columns: auto auto;
  }

  .testimonial-sec .testimonial-box {
    margin: 0;
  }

  .testimonial-sec .testimonial-box .img-box img {
    height: 170px;
  }
}