#tour_banner {
  padding-bottom: 0rem;
  background-image: linear-gradient(to top, #f2f9f5, #ccedd7);
}
#tour_banner .head h1 {
  font-size: 24px;
  line-height: 36px;
  flex: 1;
}
#tour_banner .image_copyright {
  margin: 0;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 36px;
}
#tour_banner .right .gallery_control_list {
  margin-top: 25px;
}
#tour_banner .left .swiper-slide {
  height: 600px;
}
#tour_banner .right .gallery_control_list .gallery_control_swiper {
  height: 600px;
  overflow-x: hidden;
}
#tour_banner .tour_banner_desc {
  padding: 12px 25px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  background-color: #2e524a;
  margin-top: 5px;
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5rem;
  gap: 1rem;
}
#tour_banner .tour_banner_desc .btn_back1 {
  color: #fff;
  border-color: #fff;
  transition: all 0.3s;
  margin: 0;
}
#tour_banner .tour_banner_desc .btn_back1 i {
  transition: all 0.3s;
  filter: contrast(0) brightness(2);
}
#tour_banner .tour_banner_desc .btn_back1:hover {
  color: #2e524a;
  background-color: #fff;
}
#tour_banner .tour_banner_desc .btn_back1:hover i {
  filter: none;
}
.about_enjoy .img {
  margin-top: 10px;
}
.toplevel_page_sytech_fronteditor .wow {
  visibility: visible !important;
}
.about_enjoy h2 {
  font-size: 36px;
  margin-bottom: 2rem;
  line-height: 45px;
}
.tours_summary_content h2 {
  font-weight: 700;
}
.tours_summary_content p {
  color: #333;
}
header nav .img img {
  display: none;
}
.gallery-details-banner .right .right_info strong {
  text-align: right;
}
.booknow_head .book_now_alert {
  padding: 40px 20px 40px 36px !important;
  border: 20px solid #2e524a;
  overflow: hidden;
}
section.booknow_head .book_now_alert .book_now_alert_item .number span {
  background-color: var(--theme_color);
}
section.booknow_head .book_now_alert .book_now_alert_item .number i {
  left: 0;
}
.faq_sect_content .sy_fap_group ul.faqs li.faq .question strong {
  font-size: 25px;
}
.gallery-details-banner h1 {
  font-size: 20px;
}
.gallery-details-banner .number_list {
  font-size: 20px;
}
.tours_labels .tours_labels_item {
  justify-content: flex-start;
}
.tours_labels .tours_labels_item img {
  filter: contrast(0) brightness(2);
}
.tours_labels .tours_labels_item strong a {
  color: var(--theme_color);
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  cursor: pointer;
}
@media screen and (max-width: 786px) {
  #tour_banner {
    padding-bottom: 2rem;
  }
  #tour_banner .head h1 {
    font-size: 20px;
  }
  #tour_banner .head h1 img {
    width: 20px;
  }
  #tour_banner .left .swiper-slide {
    height: auto;
    aspect-ratio: 770/600;
  }
  #tour_banner .gallery-details-desc {
    background-color: transparent;
  }
  #tour_banner .gallery-details-desc .content {
    padding-bottom: 0;
    border-bottom: none;
  }
  section.about_photographers .right p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
  section.about_intro p {
    font-size: 18px;
    line-height: 30px;
  }
  section.about_adventure .head p {
    font-size: 1rem !important;
    line-height: 25px !important;
  }
  section.tours_inner_leaders .tours_inner_leaders_desc p {
    font-size: 1rem;
    line-height: 25px;
  }
  section.tours_gallery p {
    font-size: 1rem;
    line-height: 25px;
  }
  div.head p.desc {
    font-size: 1rem;
    line-height: 1.5;
  }
  #tour_banner .right .gallery_control_list .gallery_control_swiper {
    height: auto;
    aspect-ratio: 670/662;
  }
  .tax-gallery_category .gallery_control .right_info {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    margin-top: 0.8rem;
  }
  section.gallery-details-banner .right .right_info strong {
    font-size: 13px;
    margin-top: 0;
  }
  .tax-gallery_category section.gallery-details-banner .right .right_info strong p {
    font-size: 13px;
  }
  section.about_enjoy h1 {
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
  .about_enjoy h2 {
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: 1.5;
  }
  .gallery-details-banner .right .right_info strong {
    text-align: left;
  }
}
