@media (min-width: 1700px) {}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
   .navbar-toggler:focus {
      box-shadow: none !important;
   }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}


@media (min-width: 768px) and (max-width: 1199.98px) {
   .banner-box {
      width: 90%;
      margin: 0 auto;
   }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
   ul.navbar-nav li:not(:last-child) {
      margin-right: 0;
   }

}

@media (min-width: 768px) and (max-width: 991.98px) {}


/* // `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
   .section-title {
      font-size: 36px;
      line-height: 40px;
   }

   #pills-tab li:not(:last-child) {
      margin-bottom: 1rem;
   }
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
   .card-body.local-amenity .editior-data h2 {
      font-size: 1.2rem;
   }
.footer-bottm-sec{
   padding: 0.5rem 0;
}
   .common-text {
      font-size: 16px;
   }

   .contact-icon-box {
      width: 35px;
      height: 35px;
      font-size: 1rem;
   }

   .card-body.local-amenity .editior-data h3 {
      font-size: 1rem;
   }

   .card-body.local-amenity .editior-data h4,
   .card-body.local-amenity .editior-data h5 {
      font-size: 0.9rem;
   }

   .question-heading {
      font-size: 20px;
      margin-bottom: 12px;
   }

   .user-avatar {
      width: 60px;
      height: 60px;
   }

   .blog-details-title {
      width: 100%;
   }

   .section-title {
      font-size: 28px;
      line-height: 32px;
   }

   div#navbarSupportedContent {
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      width: 100%;
      z-index: 2;
      padding: 1rem;
   }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
   .line {
      width: 40px;
      height: 2px;
   }

   .round-glop {
      width: 10px;
      height: 10px;
      margin: 0 0.3rem
   }

   .position-relative.banner-bg-sec img {
      height: 200px;
   }

   ul#pills-tab li a {
      white-space: nowrap;
      text-align: left;
   }

   ul#pills-tab {
      flex-wrap: nowrap;
      overflow-x: auto;
      max-width: 100%;
   }

   .section-title {
      font-size: 24px;
      line-height: 30px;
   }

   .cmn-header-text {
      max-width: 100%;
   }

   .modal.show .modal-dialog {
      margin: 1.5rem;
   }

   .footer-support ul {
      margin-bottom: 0;
   }

   .footer-support {
      margin-top: 1.5rem;
   }

   .hotel-pic img {
      min-height: 160px;
      max-height: 200px;
   }

   .footer-company {
      margin-top: 1rem;
   }

   .footer-company ul {
      margin-bottom: 0;
   }

   div#sync2 .details-img img {
      max-height: 100px;
      min-height: 100px;
      object-fit: cover;
   }

   .place-description {
      margin-top: 1rem;
   }

   .room-option-box.rating-box .d-flex.justify-content-between {
      flex-direction: column;
   }

   .price-box,
   .price-box h3 {
      text-align: left !important;
   }

   .room-option-box {
      margin-bottom: 1.5rem;
   }

   .popular-search-wrap.position-relative {
      margin-top: 1rem;
   }

   .otp_input input {
      width: 2.5rem;
      height: 2.5rem;
   }

   .otp_input h6 {
      padding: 0 !important;
   }

   .hotel-card-content.w-100 {
      padding: 0.5rem !important;
   }
}

@media (max-width: 599.98px) {
   .property-card .card-body {
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
   }
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
   .banner-sec {
      height: auto;
   }

   .banner-title {
      font-size: 34px;
   }

   .banner-btn button {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
   }

   .copyright-text.text-white.mt-2.mt-sm-0.text-end {
      text-align: center !important;
   }
}

@media (max-width: 479px) {}

@media (max-width: 475px) {


   .small-font-size {
      font-size: 14px !important;
   }

   .banner-box {
      width: 100%;
   }

   .popular-search-list li {
      width: 100%;
      margin: 0.2rem 0;
   }

   .accordion-body {
      font-size: 0.9rem;
      padding: 12px;
   }

   button.accordion-button {
      padding: 12px;
   }
}

@media (max-width: 376px) {
   .banner-box {
      width: 100%;
   }

   .t-dates {
      padding: 10px;
   }

}

@media (max-width: 350px) {
   a.navbar-brand img {
      max-height: 50px;
   }

   .section-title {
      font-size: 20px;
   }

   .banner-title {
      font-size: 30px;
   }

   .navigation-sec {
      padding-top: .25em !important;
      padding-bottom: 0.25em !important;
   }
}