@media screen and (max-width: 1450px) {
  .header-ser {
      padding: 0px;

      .navbar-nav {
          gap: 6px;
      }

      .nav-link {
          padding: 3px 12px;
      }
  }

  .banner-sec {
      padding: 20px;
  }

  .sub-heading {
      font-size: 18px;
      line-height: 20px;
  }

  .thm-heading {
      h1 {
          font-size: 42px;
          line-height: 69px;
          margin-bottom: 10px;
      }

      h3 {
          font-size: 22px;
          line-height: 25px;
          margin-bottom: 5px;
      }

      h2 {
          font-size: 32px;
          line-height: 22px;
          margin-bottom: 11px;
      }
  }

  .banner-btn {
      margin-top: 30px;
  }

  .thm-btn {
      padding: 10px 28px;
  }

  .footer-con {
      h2 {
          font-size: 19px;
          line-height: 24px;
          margin-bottom: 16px;
      }
  }

  .footer-con {
      li {
          padding: 1px 0px;
      }
  }

  .footer-link {
      font-size: 13px;
  }
}

@media screen and (max-width: 1199px) {
  .thm-heading {
      h1 {
          font-size: 36px;
          line-height: 60px;
          margin-bottom: 10px;
      }

      h2 {
          font-size: 28px;
          line-height: 18px;
          margin-bottom: 11px;
      }

      h3 {
          font-size: 18px;
          line-height: 21px;
          margin-bottom: 5px;
      }
  }

  .sub-heading {
      font-size: 16px;
      line-height: 18px;
  }

  .bestplace-cards-con {
      padding: 10px;
  }

  .header-ser {
      .navbar-nav {
          gap: 0;

          .nav-link {
              padding: 4px 10px;
          }
      }
  }

  .banner-forms {
      .thm-heading {
          margin-bottom: 20px;
          text-align: center;
      }

      .thm-btn {
          margin-top: 10px;
      }
  }

  .form-items-input {
      position: relative;
      margin-bottom: 10px;
  }

  .gototop-btn {
      width: 45px;
      height: 45px;

      img {
          width: 20px;
          height: 20px;
      }
  }

  .bestplace-cards {
      margin: 10px 5px;
  }

  .place-details-item {
      margin: 5px;
      border: 1px solid #EFEFEF;
      padding: 10px;
      border-radius: 6px;
  }

  .bestCity-wrapper {
      margin: 40px 0px;
  }

  .bestCity-cards {
      margin-top: 20px;
  }

  .bestCity-item {
      padding: 8px;
      margin: 5px;
  }

  .bestCity-img {
      border-radius: 6px;
      width: 55px;
      height: 55px;
  }

  .bestCity-con {
      h3 {
          line-height: normal !important;
          margin-bottom: 0px !important;
      }
  }

  .client-testimonials-slider {
      margin: 35px 0px;
  }

  .ourblog-items-sec {
      margin: 5px;
  }

  .footer-wrapper {
      padding-top: 45px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar-collapse {
      justify-content: flex-start !important;
      display: block;
      margin-top: 10px;
  }

  .header-search-bar {
      width: fit-content;
      margin-top: 10px;
  }

  .sub-heading {
      font-size: 14px;
      line-height: 15px;
  }
  .banner-btn {
      margin-top: 17px;
  }
  .thm-heading {
      h1 {
          font-size: 28px;
          line-height: 38px;
          margin-bottom: 10px;
      }
      h2 {
          font-size: 24px;
          line-height: 18px;
          margin-bottom: 6px;
      }
      h3 {
          font-size: 20px;
          line-height: 20px;
          margin-bottom: 5px;
      }
      p{
          font-size: 16px;
      }
  }
  .banner-sec {
      padding: 20px 10px;
  }
  .banner-forms {
      border-radius: 20px;
      padding: 12px 10px;
  }
  .bestplace-cards-con {
      p{
          line-height: normal;
      }
  }
  .place-details-cards {
      margin-top: 20px;
  }
  .rating-sec {
      img {
          width: 14px;
          height: 14px;
          margin-right: 1px;
          margin-top: -4px;
      }
      span {
          font-size: 12px;
      }
  }
  .client-testimonials-wrapper {
      background: #EFF2EC;
      padding: 26px 0px;
  }
  .footer-link {
      font-weight: 400;
      line-height: 26px;
  }
  .copyright-sec {
      padding: 16px 0px;
  }
}

@media screen and (max-width: 991px) {
  .banner-con{
      text-align: center;
  }
  .banner-btn {
      justify-content: center;
  }
  .banner-forms {
      border-radius: 16px;
      padding: 24px 20px;
      width: 80%;
      margin: 0 auto;
      margin-top: 20px;
  }
  .bestplace-sec {
      .thm-heading {
          margin-bottom: 10px;
      }
  }
  .sec-footer {
      margin-top: 10px;
  }
  .bestCity-con{
      h3{
          font-size: 18px;
          font-weight: 600;
      }
  }
  .bestCity-wrapper {
      margin: 30px 0px;
  }
  .ourblog-items-list {
      .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
          height: 290px;
      }
      .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
          height: 350px;
      }
  }
  .ourblog-wrapper {
      margin: 30px 0px;
      overflow: hidden;
  }
  .footer-item {
      justify-content: flex-start;
      margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .container, .container-sm {
      max-width: 100%;
      padding: 0px 30px;
  }
  .thm-heading {
      h1 {
          font-size: 28px;
          line-height: 46px;
          margin-bottom: 10px;
      }
      h2 {
          font-size: 22px;
          line-height: 16px;
          margin-bottom: 4px;
      }
      h3 {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 5px;
      }
  }
  .banner-forms {
      border-radius: 16px;
      padding: 24px 20px;
      width: 90%;
      margin: 0 auto;
      margin-top: 20px;
  }
  .form-items-icon img{
      width: 18px;
      height: 18px;
  }
  .form-items-icon {
      width: 35px !important;
  }
  .form-items {
      input, select, .thm-dropdown {
          padding-left: 40px;
      }
  }
  .bestplace-wrapper {
      margin: 30px 0px;
  }
  .bestplace-cards-img {
      height: 260px !important;
      img{
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
  }
  .ourblog-items-list {
      .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
          height: 240px;
      }
      .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
          height: 290px;
      }
  }
}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 479px) {
  .container, .container-sm {
      max-width: 100%;
      padding: 0px 10px;
  }
  .navbar-toggler {
      width: 34px;
      height: 34px;
      span {
          background-size: 20px;
      }
  }
  .banner-wrapper {
      margin: 11px 0px;
  }
  .thm-heading {
      h6 {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 4px;
      }
	  h1 {
		  font-size: 22px;
          line-height: 26px;
          margin-bottom: 4px;
	  }
	  h2 {
          font-size: 20px;
          line-height: 26px;
          margin-bottom: 4px;
      }
	  h3 {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 5px;
          font-weight: 600;
      }
  }
  .thm-btn {
      padding: 7px 22px;
  }
  .play-btn {
      width: 34px;
      height: 34px;
      img {
          width: 14px;
          height: 14px;
      }
  }
  .bestplace-cards-img {
      height: 100%;
  }
  /* .banner-forms {
      border-radius: 10px;
      padding: 10px 14px;
      width: 100%;
      margin: 0 auto;
      margin-top: 18px;
  } */
  .banner-forms {
    border-radius: 10px;
    padding: 6px 5px;
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
}
  .place-details-item {
      margin: 0px;
      border: 1px solid #EFEFEF;
      padding: 8px;
      border-radius: 6px;
      margin-bottom: 10px;
  }
  .gototop-btn {
      bottom: 20px;
      right: 20px;
      width: 45px;
      height: 45px;
  }
  .bestCity-item {
      padding: 4px;
      margin: 5px 3px;
  }
  .bestCity-con {
      h3 {
          font-size: 18px;
          font-weight: 600;
          font-size: 14px;
          text-transform: capitalize  ;
      }
      p{
          font-size: 12px;
      }
  }
  .client-testimonials-slider {
      margin: 20px 0px;
  }
  .client-testimonials-con {
      p {
          line-height: 20px;
      }
  }
  .testimonials-img {
      width: 42px;
      height: 42px;
      border-radius: 100%;
      margin-right: 8px;
      overflow: hidden;
  }
  .testimonials-con span{
      font-size: 12px;
  }
  .ourblog-items-list {
      .owl-stage .owl-item:nth-child(even) .ourblog-items-img {
          height: 260px;
      }
      .owl-stage .owl-item:nth-child(odd) .ourblog-items-img {
          height: 220px;
      }
  }
  .ourblog-con h4 br{
      display: none;
  }
  .ourblog-con {
      .sub-heading {
          font-size: 12px;
      }
      h4 {
          color: #333;
          font-size: 14px;
          font-weight: 600;
          line-height: 20px;
          margin-top: 0px;
      }
  }
  .footer-con {
      h2 {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 16px;
      }
  }
  .footer-link {
      font-size: 16px;
      line-height: 24px !important;
  }
  .footer-item {
      justify-content: flex-start;
      margin-top: 0;
      margin-bottom: 10px;
  }
  .social-media{
      margin-bottom: 20px;
  }
.booking_section .row.align-items-center {
    flex-direction: column-reverse;
}
.booking_section .row.align-items-center .banner-forms {
    margin: 0 0 20px;
    padding: 20px 10px;
}
.booking_tours_img {
    display: none;
}
.place-details-sec .thm-heading.text-center p {
    padding: 0 0px;
}
.service_disclamer {
    padding: 0px 10px 30px;
    text-align: center;
}
.place-details-con.thm-heading .btn.thm-btn {
    padding: 7px 10px;
    font-size: 12px;
}
section.booking_section {
    padding: 20px 0 10px;
}
.banner-slider-text {
    padding: 0;
}
.banner-slider-text h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
}
.banner-slider-text p.text-white {
    padding: 0;
    line-height: 22px;
}

}

@media screen and (max-width: 359px) {
  .bestCity-img {
      border-radius: 6px;
      width: 40px;
      height: 40px;
  }
  .bestCity-con {
      h3 {
          font-size: 14px !important;
       line-height: normal;
       margin-bottom: 0;
      }
      p{
          font-size: 10px;
      }
  }
  .quotes-img{
      display: none;
  }
  .client-testimonials-item {
      background-color: transparent;
      border-radius: 8px;
      display: grid;
      grid-template-columns: 100%;
      padding: 16px;
      gap: 5px;
      align-items: start;
      justify-content: space-between;
  }
}