/*
Theme Name:  White Hill Adventures
Theme URI:  https://whitehilladventures.com
Author:     White Hill Adventures
Author URI:  https://whitehilladventures.com
Description: A custom theme with advanced functionality for specific requirements.
Version:    1.0
License:    GNU General Public License v2 or later
Text Domain:  White Hill Adventures 
*/
footer {
  position: relative;
}
.footer-dark .widget_about p {
  color: #DBEEEE;
}
.list-view .trv-content-head-section, .list-view .trv-popular-tour-pakagenew .trv-tour-title .trv-title {
  height: auto !important;
}
.single .full-width-image{max-width: unset !important;}
.page-banner {
  margin-top: 113px;
}
.page-banner img {
  width: 100%;
}
.ht {
  position: relative;
  z-index: 9999;
  max-width: 120px;
}
.footer-dark .logo-footer {
  margin-bottom: 20px;
}
.header-style-1 .header-nav .nav > li .sub-menu, .header-style-2 .header-nav .nav > li .sub-menu {
  width: 235px;
}
.header-style-1.is-fixed .fa.fa-home {
  display: flex;
  margin: 5px 0 0;
}
.header-style-1.is-fixed span {
  display: none;
}
.trv-cons-contact-form span {
  display: block !important;
}
.header-nav .nav > li > a .fa {
  font-size: 18px;
  color: #066168;
  opacity: 1;
}
.header-nav .nav > li:hover > a .fa {
  color: #FFAA0D;
}
.header-style-1 .iocn-home i {
  display: none;
}
.header-style-2 .iocn-home span {
  display: none;
}
.header-style-2 .iocn-home img {
  width: 22px;
  position: relative;
  top: -3px;
}
.single-packages .trv-star-from-person.note {
  display: block;
  font-size: 10px;
}
.search-results-page {
  padding: 240px 0 100px;
}
.search-header {
  text-align: center;
  margin-bottom: 60px;
}
.search-header h1 {
  font-size: 48px;
  margin-bottom: 10px;
}
.search-header span {
  color: #FFAA0D;
}
.results-count {
  color: #066168;
  font-weight: bold;
  text-transform: capitalize;
}
.search-results-grid {
  display: grid;
  gap: 30px;
}
.search-card {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.search-card-image {
  width: 280px;
  flex-shrink: 0;
}
.search-card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px;
}
.search-card-content h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #066168;
  margin-bottom: 8px;
}
.search-card-content h2 a {
  color: #066168;
}
.search-excerpt {
  color: #066168;
  margin: 0 0 15px;
  max-width: 880px;
}
.post-type {
  display: none;
  display: inline-block;
  background: #FFAA0D;
  padding: 6px 10px 4px;
  border-radius: 10px;
  font-size: 12px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #066168;
  font-weight: 600;
}
.read-more {
  color: #066168;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
  font-size: 16px !important;
  text-transform: capitalize;
  text-decoration: underline;
}
.read-more:hover {
  text-decoration: underline;
}
.pagination-wrapper {
  margin-top: 60px;
  text-align: center;
}
.no-results {
  text-align: center;
  max-width: 600px;
  margin: auto;
}
#searchform {
  padding: 6px;
  background-color: #DBEEEE;
  position: relative;
  border-radius: 100px;
}
.searchform input[type="text"] {
  flex: 1;
  height: 68px;
  padding: 0 20px;
  border: 0;
  border-radius: 50px;
  font-size: 16px;
  font-family: inherit;
  background: #fff;
  color: #222;
  transition: all 0.3s ease;
  outline: none;
  width: 100%;
}
.searchform input[type="text"]:focus {
  border-color: #000;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.08);
}
.searchform input[type="text"]::placeholder {
  color: #999;
}
.searchform input[type="submit"] {
  height: 58px;
  padding: 0 28px;
  border: none;
  border-radius: 50px;
  background: #066168;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  right: 17px;
  top: 11px;
}
.searchform input[type="submit"]:hover {
  background: #333;
}
.text-with-heading + .cta {
  margin-top: 43px;
}
.single-post .trv-detail-main-wrap h1, .page-template-default .dz-page-text h1 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-post .trv-detail-main-wrap h2, .page-template-default .dz-page-text h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-post .trv-detail-main-wrap h3, .page-template-default .dz-page-text h3 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-post .trv-detail-main-wrap h4, .page-template-default .dz-page-text h4 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-post .trv-detail-main-wrap h5, .page-template-default .dz-page-text h5 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.single-post .trv-detail-main-wrap h6, .page-template-default .dz-page-text h6 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.post-navigation {
  margin-bottom: 30px;
}
.post-nav-item.nav-post-next {
  margin-left: auto;
}
.home .justify-content-center {
  justify-content: left !important;
}
.single .page-content {
  margin-top: 120px;
}
.single .wt-bnr-inr::before {
  opacity: 0.1;
}
.container {
  max-width: 1440px;
  padding: 0 20px;
}
.trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
  animation: none;
}
.page-wraper {
  overflow: hidden;
}
.trv-popular-tour-pakagenew .trv-media a img {
  aspect-ratio: 421 / 220;
}
.header-style-2 {
  top: 0;
  position: fixed;
}
.header-style-2.is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
  padding: 30px 20px !important;
}
.header-style-2, .header-style-2.is-fixed {
  left: 0;
  right: 0;
}
.header-style-2 .main-bar {
  border-radius: 0;
}
.header-style-1.sticky-header.is-fixed {
  background-color: #fff !important;
  padding: 0 35px;
}
.header-style-1.sticky-header.is-fixed .header-nav .nav > li > a {
  color: #066168 !important;
}
.header-style-1.sticky-header.is-fixed .trv-r-section-block > a span {
  background-color: #066168;
}
.header-style-1.sticky-header.is-fixed .header-nav .nav > li.current-menu-item > a, .header-style-1.sticky-header.is-fixed .header-nav .nav > li > a:hover {
  color: #FFAA0D !important;
}
.header-style-1.is-fixed {
  left: 0;
  right: 0;
  border-radius: 0 !important;
}
.header-style-1 .logo-header {
  position: relative;
}
.logo-header .sticky-logo {
  position: absolute;
  top: 0;
  max-width: 150px;
  z-index: 1;
  opacity: 0;
}
.logo-tag {
  margin: 3px 0 0;
  font-size: 10px;
  display: block;
  line-height: 13px;
  text-align: center;
  color: #FFAA0D;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.header-style-2 .logo-header {
  top: 21px;
}
.header-style-2 .logo-tag {
  position: absolute;
  bottom: -15px;
  opacity: 0;
}
.header-style-2.is-fixed .logo-tag {
  opacity: 1;
}
.header-style-1.sticky-header.is-fixed .logo-header-inner.logo-header-one {
  opacity: 0;
}
.header-style-1.sticky-header.is-fixed .sticky-logo {
  opacity: 1;
}
header .current-menu-parent > a, header .current-menu-item > a {
  color: #FFAA0D !important;
}
.header-style-2 .header-nav .nav > li:hover > a, .header-nav.nav-animation .nav > li:hover > ul.sub-menu li:hover > a {
  color: #FFAA0D;
}
.trv-detail-slider {
  overflow: hidden;
  border-radius: 30px;
}
.destination-info {
  background: #FFF8EB;
  padding: 113px 0 56px;
}
.destination-info .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.destination-info .flex-box .left-box {
  width: 70%;
  padding: 0 20px;
}
.destination-info .flex-box .right-box {
  width: 30%;
  padding: 0 20px;
}
.destination-info h2 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #066168;
  margin-bottom: 16px;
}
.text-wrapper {
  overflow: hidden;
}
.destination-info .read-more {
  text-decoration: underline;
  font-weight: 600;
  padding: 13px 0 0;
  display: inline-block;
  cursor: pointer;
}
.destination-info .form-box h3 {
  margin: 0 0 16px;
}
.destination-info .form-box input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  font-size: 14px;
  color: #346065;
  display: block;
  width: 100%;
  height: 30px;
  border-radius: 0;
  border: 0;
  padding: 15px 0;
  margin: 0 0 17px;
  background: transparent;
  border-bottom: 1px solid rgba(41, 137, 145, 0.22);
}
.destination-info .form-box input::placeholder {
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #346065;
}
.destination-info .form-box input:focus {
  outline: 0;
  box-shadow: none;
}
.Call-btn {
  outline: none;
  padding: 10px 24px !important;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  background-color: #85D200;
  transition: 0.5s all ease;
  border-radius: 10px;
  margin-top: 8px;
  align-items: center;
  column-gap: 5px;
  max-width: 220px;
}
.Call-btn:after {
  left: -100%;
  background: #fff;
  content: "";
  height: 160px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
}
.Call-btn:hover::after {
  left: 200%;
  opacity: 0.6;
}
.Call-btn .bi.bi-phone {
  color: #000;
}
.Call-btn .wpcf7-submit {
  color: #000;
  background: none;
  border: 0;
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
}
.Call-btn .wpcf7-spinner {
  display: none;
}
.destination-info .form-box .looking {
  padding: 20px 0 0;
}
.destination-info .form-box .looking h3 {
  font-size: 20px;
}
.destination-info .form-box .looking ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.destination-info .form-box .looking ul li a {
  color: #346065;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.destination-info .form-box .looking ul li:hover a {
  color: #FFAA0D;
}
.reviews {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 5px;
  max-width: 230px;
  justify-content: center;
  margin-top: 25px;
}
.reviews a {
  color: #346065;
}
.reviews .star i {
  color: #FFAA0D;
  font-size: 12px;
}
.destination-faq.master-faq-two .faq-head {
  margin: 0;
}
.destination-faq.master-faq-two #accordion-two {
  border-top: 0;
  border-radius: 0 0 30px 30px;
  border-color: #ccc;
}
.destination-faq.master-faq-two .faq-head {
  border-radius: 30px 30px 0 0;
}
.tax-destination .trv-popular-tour-pakagenew .trv-content {
  background: #FFF8EB;
}
.destination-faq .wt-accordion, .destination-faq .wt-accordion .wt-panel .acod-head a, .destination-faq .wt-accordion .wt-panel .acod-content, .destination-faq .acod-head .indicator {
  background-color: #FFF8EB;
}
.destination-faq .wt-accordion {
  border-top: 0;
  border-color: #ccc;
  border-radius: 0 0 30px 30px;
  background-color: #FFF8EB;
  padding: 30px;
}
.faq-head {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  margin-bottom: 0;
}
.faq-head::before {
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.faq-head img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.faq-head .caption {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  text-align: center;
}
.faq-head .caption h6, .faq-head .caption h2, .faq-head .caption p {
  color: #fff;
}
.faq-head .caption h6 {
  font-size: 20px;
}
.post.destination-faq {
  padding: 90px 0 0 0;
}
.single-post .faq-head {
  height: 350px;
}
.single-post .faq-head .caption h2 {
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 48px;
  color: #fff;
  font-size: 46px;
}
.faq-head .caption h2 {
  max-width: 600px;
  margin: 0 auto 20px;
  line-height: 48px;
  color: #fff;
}
.faq-head .caption p {
  max-width: 680px;
  margin: 0 auto;
}
.custom-bg {
  background: #DBEEEE;
}
.custom-bg .trv-filter-wrap {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-bg .masonry-filter {
  padding-left: 0;
  padding-right: 0;
  margin: 0 -14px;
}
.view-type {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 15px;
  justify-content: flex-end;
}
.view-type li i {
  font-size: 24px;
}
.view-type li {
  cursor: pointer;
}
.list-view {
  display: block !important;
  height: auto !important;
}
.list-view .masonry-item {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
}
.list-view .masonry-item .trv-popular-tour-pakagenew {
  display: flex;
  flex-wrap: wrap;
}
.list-view .masonry-item .trv-popular-tour-pakagenew .trv-media {
  width: 35%;
  border-radius: 30px 0 0px 30px;
}
.list-view .masonry-item .trv-popular-tour-pakagenew .trv-media img {
  height: 100%;
  object-fit: cover;
}
.list-view .masonry-item .trv-popular-tour-pakagenew .trv-content {
  width: 65%;
  border-radius: 0px 30px 30px 0;
}
.list-view .price {
  position: absolute;
  top: 20px;
  right: 40px;
  text-align: right;
}
.trv-popular-destination-row .swiper-button-next {
  top: 50%;
  right: 0;
  opacity: 0;
}
.trv-popular-destination-row .swiper-button-prev {
  top: 50%;
  left: 0;
  opacity: 0;
}
.trv-popular-destination-row:hover .swiper-button-next, .trv-popular-destination-row:hover .swiper-button-prev {
  opacity: 1;
}
.trv-popular-tour-pakagenew .trv-content {
  box-shadow: 0px 10px 10px rgba(0, 106, 114, 0.15);
}
.trv-popular-tours2 {
  padding-bottom: 100px;
}
.trv-popular-tour-pakagenew .trv-tour-title .trv-title {
  max-width: 88%;
  text-transform: capitalize;
}
.trv-most-fav-tour-wrap .swiper-button-prev, .trv-most-fav-tour-wrap .swiper-button-next {
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
}
.trv-most-fav-tour-wrap .trv-mf-tour-carousal:hover .swiper-button-prev, .trv-most-fav-tour-wrap .trv-mf-tour-carousal:hover .swiper-button-next {
  opacity: 1;
}
.header-style-1 .logo-header .logo-header-inner img {
  aspect-ratio: 160 / 94;
}
.trv-banner-2-wrap .trv-banner-2-media .media1 img {
  aspect-ratio: 770 / 291;
}
.trv-banner-2-wrap .trv-banner-2-media .media2 img {
  aspect-ratio: 819 / 702;
}
.trv-tour-single-r-detail {
  padding: 40px;
}
.trv-tour-single-r-detail .trv-star-from {
  font-size: 16px;
}
.trv-icon-man-holids ul li .trv-holids-name {
  font-size: 16px;
}
.trv-tour-single-r-detail .enquiry-btn {
  margin-top: 23px;
  display: block;
  width: fit-content;
}
.trv-man-sec-hol ul li {
  font-size: 1 16px;
}
.trv-man-sec-hol ul li .trv-tmi-hlo-info {
  font-size: 16px;
}
.trv-tour-price .flex {
  margin-bottom: 16px;
}
.service-content.section2 + .section1 {
  margin-top: 40px;
}
.service-content.section2 {
  background-color: #FFF8EB;
  border-radius: 30px;
  padding: 30px 30px 3px;
  margin-bottom: 32px;
}
.service-content.section4 {
  background-color: #FFF8EB;
  border-radius: 30px;
  padding: 30px 30px 3px;
  margin-bottom: 35px;
}
.page-inner-content {
  background-color: #fff;
  border: 1px solid rgba(6, 97, 104, 0.2);
  border-radius: 30px;
  padding: 25px 40px 40px;
}
.trv-inr-bnr-plane .trv-inr-bnr-plane-bx {
  animation: slide-right 80s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.trv-popular-destination .container-fluid {
  padding: 0 73px;
}
.wt-bnr-inr h1 {
  color: #fff;
}
blockquote {
  position: relative;
}
blockquote::before {
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  font-size: 74px;
  color: #FFAA0D;
  position: absolute;
  left: -12px;
  top: -33px;
}
blockquote h6 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding-left: 48px;
  font-family: "Afacad", sans-serif;
  margin: 0;
}
blockquote h6::before {
  content: "";
  height: 2px;
  width: 38px;
  background-color: #FFAA0D;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.trv-detail-bx-wrap .trv-inr-para blockquote p {
  padding-left: 30px;
  margin: 0px 0 20px 70px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #066168;
  border-left: 2px solid #066168;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
}
.trv-detail-bx-wrap .trv-inr-para p a {
  color: #346065;
  text-decoration: underline;
}
.trv-detail-bx-wrap .trv-inr-para p img {
  max-width: 50%;
  border-radius: 30px;
}
.trv-detail-bx-wrap .trv-inr-para p img:first-child {
  padding-right: 15px;
  padding-left: 0;
}
.trv-detail-bx-wrap .trv-inr-para p img:last-child-child {
  padding-left: 15px;
  padding-right: 0;
}
.trv-detail-bx-wrap .trv-inr-para video {
  width: 100%;
  border-radius: 30px;
  margin: 0 0 25px;
}
.text-with-heading ul {
  list-style: none;
}
.text-with-heading ul > li {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #346065;
  margin-right: 10px;
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
  display: block;
}
.text-with-heading ul li:before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  color: #85D200;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: -2px;
}
.trv-checklist-st2 li {
  color: #346065;
  font-size: 16px;
  padding-left: 28px;
  margin-bottom: 10px;
}
.trv-checklist-st2 li i {
  font-size: 16px;
  top: 1px;
}
.text-with-heading p {
  font-size: 16px;
}
.page-template-template-master .swiper-nav-center-bottom {
  padding-bottom: 20px;
}
.related_packages .swiper-nav-center-bottom {
  padding-bottom: 40px;
}
.trv-popular-tours-row .swiper-button-next {
  right: 0;
  top: 42%;
  transform: translate(0, -50%);
}
.trv-popular-tours-row .swiper-button-prev {
  left: 0;
  top: 42%;
  transform: translate(0, -50%);
}
.trv-popular-tours-row .swiper-button-next, .trv-popular-tours-row .swiper-button-prev {
  opacity: 0;
}
.trv-popular-tours-row:hover .swiper-button-next, .trv-popular-tours-row:hover .swiper-button-prev {
  opacity: 1;
}
.trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .info b {
  margin: 0 0 16px;
  display: block;
}
.trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .info ul {
  list-style: none;
  margin: 0 0 1rem;
}
.trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .info ul li {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #066168;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px !important;
  text-align: left;
}
.trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .info ul li ul {
  margin: 8px 0 0;
}
.trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .info ul li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: #FFAA0D;
  position: absolute;
  left: 0;
  top: 0px;
}
#TermCondition .trv-de-list-st1:last-child {
  margin-bottom: 40px;
}
.trv-inr-vid-bx .blog-mp4-vide {
  height: auto;
  width: 100%;
}
.single-packages .trv-detail-bx-wrap {
  padding: 40px;
}
.single-packages .duration.ma .green-bg {
  flex-wrap: wrap;
}
.single-packages .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media {
  width: 54px;
  height: 54px;
}
.single-packages .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media .green-bg {
  width: 46px;
  height: 46px;
  font-size: 14px;
  line-height: 14px;
  align-items: center;
  text-align: center;
}
.single-packages .duration.ma .green-bg span {
  display: block;
  color: #fff;
  font-size: 12px;
  width: 100%;
  line-height: 12px;
}
.single-packages .trv-detail-bx-wrap > div:last-child {
  margin-bottom: 0px !important;
}
.single-packages .text-with-heading h3 {
  margin-bottom: 15px;
}
.trv-detail-bx-wrap .trv-inr-para ul {
  padding: 0 0 1rem;
  margin: 0;
  list-style: none;
}
.trv-detail-bx-wrap .trv-inr-para ol {
  padding: 0 0 1rem 25px;
  margin: 0;
}
.trv-detail-bx-wrap .trv-inr-para ol li {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #066168;
  position: relative;
  margin-bottom: 10px;
  position: relative;
}
.trv-detail-bx-wrap .trv-inr-para ul li{
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #066168;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}
.trv-detail-bx-wrap .trv-inr-para ul li:before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  color: #85D200;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: -2px;
}
.s-post-tag-share {
  align-items: center;
}
.s-post-tag-share {
  display: block;
}
.s-post-tag-share .s-post-tags {
  max-width: 100%;
  align-items: baseline;
  margin-bottom: 30px;
}
.s-post-tag-share .s-post-share {
  text-align: left;
  display: flex;
  align-items: baseline;
  width: 100%;
}
.post-navigation .post-nav-links .post-nav-item .nav-post-meta b i {
  position: relative;
  top: 1px;
  font-size: 13px;
}
.trv-popular-tour-pakagenew .trv-tour-title .trv-title a:hover, .header-style-1 .header-nav .nav > li:hover > a, .header-style-1 .header-nav .nav > li.current-menu-item > a, .trv-post-meta a:hover {
  color: #FFAA0D !important;
}
.testimonial-content-sld-control .swiper-button-next, .testimonial-content-sld-control .swiper-button-prev {
  width: 32px;
  height: 32px;
}
.testimonial-content-sld-control .swiper-button-next::after, .testimonial-content-sld-control .swiper-button-prev::after {
  font-size: 12px !important;
}
.testimonial-content-sld-control {
  right: 408px;
  bottom: -16px;
  width: 92px;
  height: 36px;
}
.trv-blog-list-half {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.trv-blog-list-half .trv-media {
  border-radius: 30px;
  overflow: hidden;
  width: 40%;
  min-width: 40%;
  position: relative;
  flex: 0 0 40%;
}
.trv-blog-list-half .trv-media img {
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: 350px;
}
.trv-blog-list-half .trv-media + .trv-info {
  width: calc(60% + 50px);
  min-width: calc(60% + 50px);
  margin: 20px 0px 20px -50px;
  flex: 0 0 60%;
}
.trv-blog-list-half .trv-info {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid rgba(6, 97, 104, 0.2);
  padding: 40px;
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 100%;
  margin: 20px 0px 20px 0;
  flex: 100%;
}
.trv-blog-list-half .trv-info .trv-title {
  font-family: "Afacad", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.trv-blog-list-half .trv-info .trv-title a {
  color: #066168;
  transition: 0.5s all ease;
  word-wrap: break-word;
}
.trv-post-meta li {
  padding: 0px 20px 0px 5px;
}
.trv-post-meta li:last-child {
  padding-right: 0px;
}
.trv-post-meta li a {
  color: #066168;
}
.trv-post-meta li i {
  font-size: 85%;
  margin-right: 2px;
}
.trv-blog-list-half .trv-info p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #346065;
  line-height: 1.4;
  margin-bottom: 30px;
}
.pagination .nav-links {
  position: relative;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pagination .nav-links a, .pagination .nav-links span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  color: #066168;
  font-size: 18px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  transition: 0.5s all ease;
  font-family: "Afacad", sans-serif;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid transparent;
}
.pagination .nav-links .current {
  background-color: #fff;
  color: #066168;
  border: 1px solid rgba(6, 97, 104, 0.27);
}
.pagination .nav-links a.next.page-numbers, .pagination .nav-links a.prev.page-numbers {
  border: 1px solid rgba(6, 97, 104, 0.27);
  color: #066168;
  background-color: #fff;
}
.trv-tour-price .flex {
  display: flex;
  justify-content: space-between;
}
.acod-head h4 {
  margin: 0 !important;
}
.acod-content p {
  margin: 0;
}
.trv-srvice-rows-st1 ul li .trv-s-title {
  min-width: 285px;
  width: 285px;
  padding: 15px 25px;
}
.page-template-default .dz-page-text ul {
  padding: 0;
  list-style: none;
}
.page-template-default .dz-page-text ul li {
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 25px;
  position: relative;
}
.page-inner-content ul li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: #85D200;
  position: absolute;
  left: 0;
  top: 2px;
}
.related_packages .section-head {
  margin-bottom: 30px;
}
.trv-popular-tours {
  background-color: #fff;
  margin: 0;
  padding-bottom: 0;
}
.trv-popular-tours .trv-head-discription.left-position {
  margin: 0 !important;
  max-width: 100%;
  padding: 0;
}
.trv-popular-tour-st1 .trv-content .trv-content-head-section .trv-tour-price .price {
  font-size: 22px;
}
.related_packages .trv-content {
  padding: 20px 15px;
}
.trv-popular-tour-st1 .trv-media .trv-tour-title .trv-title {
  font-size: 18px;
}
.related_packages .trv-star-amount2 {
  font-size: 28px;
  color: #066168;
  font-weight: 600;
}
.related_packages .trv-checklist-mini2 li {
  display: block;
}
.related_packages .trv-star-amount2 s {
  font-size: 18px;
  color: #FFAA0D;
}
.related_packages .trv-star-from2 {
  font-weight: 600;
  display: block;
  font-size: 14px;
  font-family: "Figtree", sans-serif;
  color: #066168;
}
.related_packages .trv-star-amount2 {
  display: block;
}
.yellow.animate {
  animation: flash 3s infinite;
  color: #FFAA0D;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.trv-banner-2-wrap .trv-banner-2-text .trv-banner-text-detail {
  max-width: 780px;
}
.trv-side-pnl-info .trv-side-pnl-plan .trv-side-pnl-plan-count {
  color: #FFAA0D;
  font-size: 30px;
}
.wa__btn_popup {
  right: 60px !important;
  bottom: 20px !important;
}
.trv-gallery-wrap .trv-gallery-st1-box .trv-media, .trv-gallery-wrap .trv-gallery-st1-box .trv-media img {
  height: 100%;
  object-fit: cover;
}
#overview h3 {
  margin-bottom: 25px;
}
#overview ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 40px;
}
#overview ul li {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #066168;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  position: relative;
}
#overview ul li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  color: #85D200;
  font-size: 20px;
  left: 0;
  position: absolute;
  top: -2px;
}
#itinerary .info ul {
  padding: 0px;
  list-style: none;
  margin: 20px 0px;
}
#itinerary .info ul li {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #066168;
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px !important;
  text-align: left;
  position: relative;
}
#itinerary .info ul li:before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  color: #FFAA0D;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 1px;
}
#inclusions ul {
  padding: 30px;
  border: 1px solid #DBEEEE;
  list-style: none;
  min-height: 232px;
}
#inclusions ul li {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #066168;
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
}
#inclusions .trv-checklist-st2-mini-l ul li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
}
#inclusions .trv-checklist-st2-mini-r ul li::before {
  color: #ff4545;
  content: "\f622";
  font-family: bootstrap-icons !important;
  position: absolute;
  left: 0;
}
#TermCondition .accordion-item {
  background: transparent;
  border: 0;
}
#TermCondition .accordion-item .accordion-button {
  background: transparent;
  border: 0;
  font-family: "Afacad", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #066168;
  line-height: 1.2;
  margin-bottom: 0;
  box-shadow: none;
  padding: 10px 0;
  position: relative;
}
#TermCondition .accordion-body {
  padding: 0;
}
#TermCondition .accordion-body p {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #346065;
  line-height: 1.4;
}
.trv-tour-single-r-detail .trv-star-amount, .trv-tour-single-r-detail .trv-star-amount s {
  font-size: 24px;
}
.trv-tour-single-r-detail .site-button {
  margin-top: 10px;
}
.wp-block-page-list li a::before, .wp-block-latest-posts li a::before, .wp-block-categories-list li a::before, .wp-block-archives-list li a::before, .widget_categories ul li a::before, .widget_archive ul li a::before, .widget_meta ul li a::before, .widget_pages ul li a::before, .widget_recent_comments ul li a::before, .widget_nav_menu ul li a::before, .widget_recent_entries ul li a::before, .widget_services ul li a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  left: -1rem;
  top: 1px;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 700;
  color: #85d200;
}
.wt-bnr-inr::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  position: absolute;
  opacity: 0.5;
}
.sidebar-textwidget {
  padding: 55px 32px 40px 32px;
}
.trv-subscribe-nl .trv-nl-large-text {
  font-size: 50px;
}
.footer-dark .footer-bottom .copyrights-text a {
  color: #FFAA0D !important;
}
.section-head.trv-head-title-wrap.center-position {
  max-width: 768px !important;
}
.dz-page-text h2 {
  font-size: 36px;
  margin: 0 0 16px;
}
.dz-page-text p {
  font-size: 1rem;
  line-height: 1.7;
}
.dz-page-text ul li i {
  font-size: 20px;
}
.dz-page-text ul li {
  font-size: 1rem;
  line-height: 1.7;
  padding-left: 35px;
}
.trv-counter-outer-two-wrap .trv-counter-outer-two {
  padding: 35px 20px;
}
.custom-banner .trv-banner-1-text {
  padding-top: 0;
  padding-left: 50px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}
.custom-banner .trv-banner-1-text .trv-btrfly {
  width: 120px;
  right: -60px;
  top: -25px;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-large {
  font-size: 100px;
  margin-bottom: 10px;
}
.trv-banner-1-wrap .trv-banner-1-overlay {
  border-radius: 0;
  margin: 0;
  height: 100%;
  position: relative;
  z-index: 2;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-small {
  color: #FFAA0D;
  padding-left: 20px;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-text-detail {
  margin-left: 20px;
  max-width: 90%;
}
.trv-banner-1-wrap .trv-banner-1-text .trv-banner-btn {
  margin-left: 20px;
}
.trv-destination-bx1 .trv-content .trv-title a {
  color: #fff;
  border-radius: 10px;
  background: rgba(6, 97, 104, 0.3098039216);
  background-color: rgba(6, 97, 104, 0.31);
  backdrop-filter: blur(7px);
}
.enquiry-btn {
  outline: none;
  color: #000 !important;
  font-weight: 500;
  padding: 10px 24px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  font-family: "Figtree", sans-serif;
  background-color: #85D200;
  border: none;
  font-size: 16px !important;
  transition: 0.5s all ease;
  white-space: nowrap;
  border-radius: 50px;
  text-transform: capitalize;
}
.enquiry-btn::after {
  left: -100%;
  background: #fff;
  content: "";
  height: 160px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
}
.enquiry-btn:hover::after {
  left: 200%;
  opacity: 0.6;
}
#enquiry {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #FFF8EB;
  transition: all 0.5s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
/*
#enquiry form {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 80px);
  max-width: 600px;
  color: #066168;
  text-align: left;
  outline: none;
  padding: 6px;
  transition: 0.5s all ease;
  background-color: #DBEEEE;
  border-radius: 100px;
}*/
#enquiry form .input-group {
  background-color: #fff;
  border-radius: 100px;
  overflow: hidden;
}
#enquiry input[type=search] {
  background: none;
  border: none;
  padding: 0 12px 0px 30px;
  outline: none;
  color: #066168;
  font-size: 18px;
  height: 70px;
  background-color: #fff;
}
.enquiry-form {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 35px;
}
.enquiry-form h2 {
  margin: 0;
}
.enquiry-form .trv-head-discription {
  margin-bottom: 20px;
  font-size: 16px;
  max-width: 100%;
}
.enquiry-form form {
  position: relative !important;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.enquiry-form .wpcf7 {
  width: 100%;
  max-width: 980px;
}
.enquiry-form .form-group {
  margin-bottom: 20px;
}
.enquiry-form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 1px solid rgba(41, 137, 145, 0.22);
  padding: 10px 15px;
  color: #346065;
}
.enquiry-form .form-control::placeholder {
  color: #346065;
  opacity: 1;
}
.enquiry-form .form-group textarea.form-control {
  width: 100%;
  height: 120px;
  padding-left: 15px;
  padding-top: 10px;
  border-radius: 8px;
  border: 1px solid rgba(41, 137, 145, 0.22);
  margin-bottom: 15px;
  resize: none;
  color: #346065;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
  color: #346065;
}
.enquiry-form form {
  position: relative !important;
  transform: none !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.trv-cons-contact-form .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  gap: 0;
}
.trv-cons-contact-form .flex-box .input-box {
  width: 50%;
  padding: 0 5px;
}
.trv-cons-contact-form .flex-box .input-box.full {
  width: 100%;
}
.trv-cons-contact-form label {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 6px;
  display: none;
}
.trv-cons-contact-form .bootstrap-select > .dropdown-toggle {
  padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  font-size: 14px;
  color: #066168;
}
.enquiry-form .trv-contact-list li .trv-contact-info .media {
  background-color: #45869D;
  width: 40px;
  height: 40px;
}
.enquiry-form .trv-contact-list li .trv-contact-info .info .text {
  font-family: "Afacad", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #066168;
  line-height: 1.2;
  margin-bottom: 0px;
}
.enquiry-form .trv-contact-list li .trv-contact-info .media .white-circle {
  width: 30px;
  height: 30px;
}
.enquiry-form .trv-contact-list li {
  margin-bottom: 30px;
  white-space: nowrap;
}
.enquiry-form .trv-contact-list li .trv-contact-info .media .white-circle i {
  font-size: 20px;
  color: #53A4C0;
}
.enquiry-form .trv-contact-list li .trv-contact-info .info {
  padding-left: 15px;
}
.enquiry-form .trv-contact-list li .trv-contact-info .media {
  background-color: #45869D;
  width: 40px;
  height: 40px;
}
.enquiry-form .trv-contact-list li .trv-contact-info .media .white-circle {
  width: 30px;
  height: 30px;
}
.enquiry-form .trv-contact-list li .trv-contact-info .media .white-circle i {
  font-size: 20px;
  color: #53A4C0;
}
#enquiry input[type=search]:focus {
  box-shadow: none;
}
#enquiry input[type=search]::placeholder {
  color: #066168;
}
#enquiry .input-group-append {
  display: flex;
}
#enquiry .search-btn {
  padding: 0 10px;
  outline: none;
  width: 70px;
  height: 70px;
  background: #066168;
  border-radius: 50%;
  flex: 1;
  margin-left: 10px;
  border: none;
  transition: 0.5s all ease;
}
#enquiry .search-btn i {
  font-size: 24px;
  color: #fff;
}
#enquiry .search-btn i:hover {
  color: #fff;
}
#enquiry .search-btn:hover {
  background-color: #FFAA0D;
}
#enquiry.open {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 999;
  display: block;
  width: 97vw;
  height: 97vh;
  visibility: visible;
  border-radius: 10px;
  overflow: auto;
}
#enquiry.open form {
  opacity: 1;
}
#enquiry .close-btn {
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 20px;
  right: 20px;
  opacity: 1;
  font-size: 16px;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #FFAA0D;
  transition: 0.5s all ease;
}
#enquiry .close-btn:hover {
  background-color: #066168;
  color: #fff;
}
.trv-head-discription {
  max-width: 600px;
  margin: 0 auto;
}
.trv-testimo-bx1 .info p, .trv-testimo-bx2 .info p {
  font-size: 20px;
  line-height: 1.3;
}
.adventure {
  background: #fff;
}
.adventures {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.adventure-box {
  width: 20%;
  padding: 0 15px;
  border-right: 1px solid #e5e5e5;
  text-align: center;
}
.adventure-box:last-child {
  border-right: none;
}
.adventure-box .trv-icon-bx-st2 {
  padding: 0;
  border: 0;
  justify-content: center;
  margin: 0 0 10px;
}
.adventure-box .trv-icon-bx-st2 .trv-icon-bx-media {
  margin: 0;
}
.adventure-box h3 {
  margin-bottom: 10px;
  color: #066168;
  font-size: 22px;
  font-weight: 600;
}
.adventure-box p {
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 0;
  color: #346065;
}
.best-time {
  padding: 62px 0 72PX;
}
.best-time .section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best-time .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.best-time .box {
  width: 25%;
  padding: 0 15px;
}
.best-time-box {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  transition: 0.3s;
}
.best-time-box .title {
  font-size: 18px;
  margin: 0 0 6px;
  font-weight: 600;
}
.best-time-box .content {
  padding: 10px 15px;
}
.best-time-image {
  height: 110px;
  overflow: hidden;
}
.wha-btn {
  outline: none;
  font-weight: 500;
  padding: 14px 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-flex;
  font-family: "Figtree", sans-serif;
  background-color: #85D200;
  border: none;
  font-size: 16px;
  transition: 0.5s all ease;
  white-space: nowrap;
  border-radius: 50px;
  text-transform: capitalize;
  color: #000;
}
.wha-btn:hover {
  color: #fff;
}
.plan {
  background: #fff;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
.plan-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 15px 15px;
  transition: .3s;
  display: flex;
}
.plan-item .trv-icon-bx-st2 .trv-icon-bx-media {
  margin-right: 20px;
}
.plan-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
}
.plan-item .trv-icon-bx-st2 {
  padding: 0;
  border: 0;
}
.plan-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #066168;
  font-weight: 600;
}
.plan-item p {
  font-size: 14px;
  line-height: 1.2;
  color: #066168;
}
.plan-banner {
  border-radius: 14px;
  padding: 40px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.plan-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .45);
}
.plan-banner > * {
  position: relative;
  z-index: 1;
}
.plan-banner h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.plan-banner p {
  color: #fff;
  max-width: 500px;
  line-height: 1.6;
}
.plan-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.plan-btns a {
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 100px;
  font-weight: 600;
  transition: .3s;
  position: relative;
  overflow: hidden;
}
.primary-btn {
  background: #85D200;
  color: #fff;
}
.primary-btn::after {
  left: -100%;
  background: #fff;
  content: "";
  height: 160px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
}
.primary-btn:hover::after {
  left: 200%;
  opacity: 0.6;
}
.primary-btn:hover {
  background: #8fb12f;
  color: #fff;
}
.outline-btn {
  border: 1px solid #fff;
  color: #fff;
}
.outline-btn:hover {
  background: #fff;
  color: #000;
}
.trv-checklist-mini2 li {
  display: block;
}
.trv-tour-duration span a {
  color: #346065;
}
.trv-tour-duration span a:hover {
  color: #FFAA0D;
}
.google-map {
  margin-top: 47px;
  margin-bottom: 0;
}
.wt-bnr-inr-entry .banner-title-outer {
  text-align: center;
}
.single-packages .wt-bnr-inr-entry .banner-title-outer .wt-title {
  max-width: 65%;
}
.wt-bnr-inr-entry .banner-title-outer .wt-title {
  margin: 0 auto 20px;
  line-height: 56px;
}
.wt-bnr-inr-entry .banner-title-outer .wt-title, .wt-breadcrumb li a, .wt-breadcrumb li, .wt-breadcrumb li::after {
  color: #fff;
}
.side-bar .widget_services ul li a {
  padding: 0 0 0 20px;
}
.widget_services ul li a::before {
  left: 0;
  top: 5px;
  font-size: 0.70rem;
}
.footer-top .widget_services ul li a::before {
  top: 5px;
}
.widget_services ul li a {
  position: relative;
  padding: 0 0 6px 20px;
}
#TermCondition .trv-list-st-1 li {
  margin-bottom: 10px;
}
#TermCondition .trv-list-st-1 li .text {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
#TermCondition .trv-list-st-1 li.active .text {
  max-height: 500px;
  opacity: 1;
}
#TermCondition .trv-list-st-1 li .title {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
  transition: color 0.3s ease;
}
#TermCondition .trv-list-st-1 li .title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.35s ease;
}
#TermCondition .trv-list-st-1 li.active .title::after {
  transform: translateY(-50%) rotate(45deg);
}
#TermCondition a {
  color: #FFAA0D;
}
#myPopup {
  z-index: 9999;
}
.trv-checklist-mini2 li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  color: #FFAA0D;
  font-size: 13px;
  left: 0;
  position: absolute;
  top: -2px;
}
.modal-content .enquiry-form .wpcf7 {
  width: 100%;
}
.modal-content .btn-close .close-btn {
  position: relative;
  top: 4px;
}
.modal-content {
  background-color: #FFF8EB;
  border: 0;
  max-width: 767px;
  margin: 0 auto;
}
.modal-body.trv-form {
  max-width: 680px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
}
.modal-body.trv-form .inner {
  width: 100%;
}
.modal-header {
  border: 0;
  padding: 0;
}
.modal-dialog {
    max-width: 100%;
    margin: 0 !important;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.btn-close {
  background: none;
  border: 0;
  padding: 0 !important;
  opacity: 1;
  right: 15px;
  top: 15px;
  position: absolute;
  z-index: 1;
}
.btn-close .close-btn {
  position: fixed;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 30px;
  right: 30px;
  opacity: 1;
  font-size: 16px;
  color: #066168;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #FFAA0D;
  transition: 0.5s all ease;
}
.modal-body.trv-form .trv-head-title {
  text-align: center;
}
.modal-body.trv-form .trv-head-discription {
  text-align: center;
  margin: 0 0 34px;
}
.bootstrap-select > .dropdown-toggle::after {
  margin-top: 0;
}
footer .widget .widget-title {
  position: relative;
  display: table;
  font-size: 24px;
  font-weight: 600;
  font-family: Afacad, sans-serif;
  padding: 5px 20px;
  background: linear-gradient(90deg, rgba(255, 170, 13, 0.1) 0%, rgba(6, 97, 104, 0.2) 100%);
  border-left: 4px solid rgb(255, 170, 13);
  margin: 0 0 20px;
}
.trv-detail-bx-wrap {
  padding: 40px;
}
.single-post table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  margin: 0 0 30px;
}
.single-post table th, .single-post table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  color: #346065;
}
.single-post table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.single-post table tr:nth-child(even) {
  background-color: #fafafa;
}
.single-post table tr:hover {
  background-color: #f1f1f1;
  transition: 0.2s;
}
.single-post .trv-detail-main-wrap .twm-title {
  margin-bottom: 0;
}
.trv-detail-main-wrap h3 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #066168;
  margin-bottom: 25px;
}
.trv-detail-main-wrap h4 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  color: #066168;
  margin-bottom: 25px;
}
.single-packages .trv-detail-main-wrap .text-with-heading h4 {
  margin-bottom: 15px;
}
.trv-detail-main-wrap h5 {
  font-family: "Afacad", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #066168;
  margin-bottom: 10px;
}
.trv-detail-main-wrap .accordion-header {
  margin-bottom: 10px;
}
.trv-detail-main-wrap p {
  font-size: 16px;
}
.trv-detail-main-wrap p {
  color: #066168;
}
.trv-detail-main-wrap p a {
  color: #066168;
}
.trv-detail-main-wrap p a:hover {
  color: #FFAA0D;
}
.service-content ul {
  padding-left: 0;
  margin-bottom: 30px;
  position: relative;
  list-style: none;
}
.service-content ul li {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgb(6, 97, 104);
  padding-left: 28px;
  margin-bottom: 10px;
  position: relative;
}
.service-content ul li::before {
  content: "\f26a";
  font-family: bootstrap-icons !important;
  color: #85D200;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: -1px;
}
.side-bar .widget_services ul li a, .side-bar .widget_tag_cloud .tagcloud a {
  font-size: 18px;
}
.cta {
  background-color: #FFF8EB;
  border-radius: 30px;
  padding: 30px 30px 20px;
  margin-bottom: 30px;
}
.cta h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 16px;
}
.cta ul {
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}
.cta ul li {
  font-family: "Figtree", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgb(6, 97, 104);
  position: relative;
  padding-left: 30px;
  margin-bottom: 8px !important;
  text-align: left;
}
.cta ul li::before {
  content: "";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: rgb(255, 170, 13);
  position: absolute;
  left: 0px;
  top: 0px;
}
.cta p {
  color: #346065;
}
.cta p a {
  font-weight: bold;
  color: #FFAA0D;
}
.cta h5 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 1rem;
  color: #346065;
  position: relative;
  padding: 0 0 0 20px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}
.cta h5::before {
  content: "";
  position: absolute;
  left: 0;
  background: url('https://whitehilladventures.com/media/2026/06/hand.svg') no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  top: 5px;
}
.popular-tours .section-head.trv-head-title-wrap h2 {
  text-align: left;
  font-size: 39px;
  font-weight: 700;
  margin-bottom: 10px;
}
.popular-tours .trv-head-discription {
  max-width: 100%;
  margin: 0;
  text-align: left;
}
.popular-tours .section-head.trv-head-title-wrap.center-position {
  text-align: left;
}
.single-packages blockquote::before {
  display: none;
}
.s-post-tag-share .twm-title {
  text-transform: capitalize;
}
.klaviyo-form .needsclick {
  padding: 0 !important;
  min-height: auto !important;
}
.klaviyo-form .needsclick .needsclick.go1969278675 {
  width: 100% !important;
}
.klaviyo-form .needsclick .needsclick.go3806039067 {
  position: absolute;
  right: 5px;
  top: 4px;
}
.klaviyo-form .needsclick input.needsclick {
  border: 0;
  border-radius: 100px;
  font-size: 16px !important;
  font-weight: 400;
  color: #066168;
  font-family: "Afacad", sans-serif;
  padding: 10px 70px 10px 20px !important;
  height: 68px;
  box-shadow: none !important;
  outline: none !important;
}
.klaviyo-form .go4142103921.go4142103921.go4142103921::placeholder, .go1697005497.go1697005497.go1697005497::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #066168 !important;
  font-family: "Afacad", sans-serif !important;
}
.klaviyo-form button.needsclick {
  background: #066168 url('assets/images/global/right-arrow.svg') no-repeat !important;
  background-position: center !important;
  font-size: 0 !important;
  width: 60px;
  height: 60px !important;
  border-radius: 100px !important;
  padding: 0 !important;
  border: 0 !important;
}
.klaviyo-form button.needsclick:hover {
  background: #FFAA0D url('assets/images/global/right-arrow.svg') no-repeat !important;
  background-position: center !important;
}
.klaviyo-form h1 {
  margin-top: 7px;
}
.klaviyo-form h1 span {
  color: #066168 !important;
}
.klaviyo-form p span {
  color: #066168 !important;
}
.trv-subscribe-nl .trv-nl-section {
  padding: 6px;
  background-color: #DBEEEE;
}
.trv-side-pnl-info .trv-side-pnl-plan::after {
  width: 100%;
}
.trv-side-pnl-content .follow-us {
  margin-top: 0;
}
.follow-us {
  padding-right: 105px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-top: 25px;
}
.follow-us:after {
  position: absolute;
  width: 64px;
  height: 1px;
  background-color: #fff;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
body.open-popup {
  overflow: hidden;
}
.modal-body.enquiry-form {
  padding: 0;
}
.modal-body.enquiry-form .flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -15px;
}
.modal-body.enquiry-form .flex-box .left-box {
  width: 50%;
  padding: 0 15px;
}
.modal-body.enquiry-form .flex-box .right-box {
  width: 50%;
  padding: 0 15px;
}
.modal-body.enquiry-form .flex-box .left-box .image {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  height: 100%;
}
.modal-body.enquiry-form .flex-box .left-box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal-body.enquiry-form .flex-box .right-box .content {
  padding: 16px 25px 16px 0;
}
.modal-content {
  border-radius: 10px;
  overflow: hidden;
}
.modal-content .site-button {
  padding: 12px 30px;
  font-size: 16px;
  border-radius: 10px;
  width: 100%;
}
.enquiry-form .wpcf7-not-valid {
  border-color: #bc4848 !important;
}
.enquiry-form .wpcf7-not-valid-tip {
  display: none !important;
}
.enquiry-form .wpcf7-response-output{
  margin: 10px 0 0 !important;
}
.trv-cons-contact-form .wpcf7-spinner {
  display: none !important;
}
.plan-your-dream {
  max-width: 1220px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.top-heading {
  margin: 0 0 19px;
}
.top-heading h2 {
  line-height: 1;
  margin: 0 0 16px;
}
.top-heading h2 span {
  color: #FFAA0D;
  display: block !important;
}
.top-heading p {
  font-size: 16px;
  line-height: 1.5;
  max-width: 450px;
}
.top-heading p span {
  color: #85D200;
  display: inline-block !important;
}
.phone-email ul {
  display: flex;
  list-style: none;
  gap: 15px;
  margin: 0 0 20px !important;
}
.phone-email ul li a {
  color: #066168;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.plan-your-dream .rating {
  font-size: 14px;
  margin: 30px 0 0 !important;
}
.plan-your-dream .rating p {
  margin: 0;
}
.plan-your-dream .flex-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.plan-your-dream .left-box {
  width: 43%;
  padding: 0 15px;
}
.plan-your-dream .right-box {
  width: 57%;
  padding: 0 15px;
}
.info-outer {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 15px 15px 0;
}
.info-outer .inline-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.info-outer .box {
  width: 50%;
  padding: 0 10px;
}
.info-outer .box span {
  background: #eff9ef;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.info-outer .box span img {
  max-width: 26px;
}
.info-outer .content {
  display: flex;
  flex-wrap: wrap;
}
.info-outer .content .r-box {
  width: calc(100% - 48px);
  padding-left: 15px;
}
.info-outer h4 {
  font-size: 18px;
  margin: 0 0 3px;
}
.popular-destinations h3 {
  font-size: 20px;
  margin: 25px 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular-destinations h3 i {
  font-size: 18px;
  color: #85D200;
}
.popular-destinations .flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}
.popular-destinations .flex .box {
  width: 33.3333%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.popular-destinations .image-box {
  border-radius: 10px;
  overflow: hidden;
}
.image-box {
  position: relative;
}
.image-box::before {
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.3;
}
.image-box span {
  display: block !important;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 15px;
  color: #fff;
  font-weight: bold;
}
.travel-expert-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-top: 13px;
}
.expert-img {
  position: relative;
  flex-shrink: 0;
}
.expert-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
}
.online-dot {
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 18px;
  height: 18px;
  background: #5ac93d;
  border: 3px solid #fff;
  border-radius: 50%;
  display: block !important;
}
.travel-expert h4 {
  margin: 0 0 3px;
  color: #066168;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.travel-expert p {
  margin: 0;
  color: #346065;
  font-size: 16px;
  line-height: 1.2;
}
.new-travel-form {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .08);
  border: 1px solid #ececec;
}
.new-travel-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.new-travel-form .form-group {
  flex: 1;
}
.new-travel-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #066168;
}
.new-travel-form .wpcf7-form-control-wrap {
  display: block !important;
}
.bootstrap-select .dropdown-toggle {
  padding: 12px 0;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
  color: #346065;
}
.new-travel-form input::placeholder, .new-travel-form textarea::placeholder {
  color: #346065;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
}
.new-travel-form input:not([type="submit"]), .new-travel-form select, .bootstrap-select, .new-travel-form textarea {
  width: 100%;
  border: 1px solid #066168;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #346065;
  background: #fff;
  box-sizing: border-box;
  transition: .3s;
}
.new-travel-form input:not([type="submit"]), .new-travel-form select, .bootstrap-select {
  height: 50px;
  padding: 0 15px;
}
.new-travel-form textarea {
  height: 100px;
  padding: 15px 15px;
  resize: none;
}
.new-travel-form input:focus, .new-travel-form select:focus, .new-travel-form textarea:focus {
  outline: none;
  border-color: #066168;
  box-shadow:0;
}
.new-travel-form select {
  appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 7 12 13 18 7'/%3E%3C/svg%3E") no-repeat right 18px center;
  padding-right: 45px;
  cursor: pointer;
}
.new-travel-form .submit-btn {
  margin-top: 25px;
}
.new-travel-form input[type="submit"] {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #85D200;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  font-family: "Figtree", sans-serif;
}
.new-travel-form input[type="submit"]:hover {
  background: #58ab00;
}
/* Bottom Info */
.wpcf7-spinner {
  display: none;
}
.form-bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}
.info-box i {
  font-size: 22px;
  color: #66c100;
}
.info-box h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #066168;
}
.info-box p {
  margin: 0;
  font-size: 14px;
}
.divider {
  width: 1px;
  height: 45px;
  background: #066168;
  margin: 0 25px;
}
/* Validation */
.wpcf7-not-valid-tip {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin: 10px 0 0;
}
.wpcf7-response-output {
  margin-top: 20px !important;
  border-radius: 10px;
}
.contact-box {
  max-width: 1100px;
  margin: auto;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 0 25px 25px;
  margin-top: 30px;
}
.heading {
  text-align: center;
  font-weight: 700;
  margin: -10px 0 20px;
  position: relative;
}
.heading span {
  color: #066168;
  background: #FFF8EB;
  padding: 0 20px;
  display: inline-flex !important;
}
.contact-cards {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.contact-cards .card-inner {
  width: 33.3333%;
  padding: 0 5px;
}
.contact-cards .box {
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}
.contact-cards .box a {
  display: flex;
  width: 100%;
}
.contact-cards .box .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eef9ef;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28a745;
  font-size: 20px;
}
.contact-cards .box h3 {
  font-size: 16px;
  color: #066168;
  margin-bottom: 2px;
}
.contact-cards .box p {
  color: #346065;
  font-size: 14px;
  margin: 0;
}
.contact-cards .box .text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
#enquiry {
  scrollbar-width: thin;
  scrollbar-color: #001f4d #e5e5e5;
}
#enquiry::-webkit-scrollbar {
  width: 5px;
}
#enquiry::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 20px;
}
#enquiry::-webkit-scrollbar-thumb {
  background: #001f4d;
  border-radius: 20px;
}
#enquiry::-webkit-scrollbar-thumb:hover {
  background: #000033;
}
.trv-cons-contact-form span {
  display: block !important;
}
.swiper-pagination-bullet {
  position: relative !important;
  left: 0 !important;
}
.trv-service-st1 .trv-service-back-bg .trv-service-bx1 .trv-info .trv-title {
  font-size: 24px;
}
.trv-popular-tour-pakagenew .trv-content {
  background: #FFF8EB;
}
.masonry-wrap {
  min-height: 210px !important;
}
.coming-soon {
  padding: 90px 0 60px;
  display: block;
  height: auto;
}
.coming-soon p {
  margin: 0;
  margin: 0 0 9px;
}
.trv-cons-contact-form .flex-box .input-box.full:last-child .form-group {
  margin: 0;
}
@media (max-width:1600px) {
  .header-style-2.is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
    padding: 30px 12px !important;
  }
}
@media (max-width:1440px) {
  .header-style-2.is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
    padding: 30px 10px !important;
  }
  .header-style-1 .main-bar {
    padding: 0;
  }
  .trv-banner-2-wrap .trv-banner-2-text {
    padding-left: 35px;
  }
  .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-small, .trv-banner-2-wrap .trv-banner-2-text .trv-banner-text-detail, .trv-banner-2-wrap .trv-banner-2-text .trv-banner-btn, .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social {
    padding-left: 7px;
  }
  .trv-popular-tours2 {
    margin: 0px 25px;
  }
  .trv-most-fav-tour-wrap {
    padding: 50px 35px;
  }
  .container {
    padding: 0 35px;
  }
  .trv-subscribe-nl .container {
    padding-right: 35px !important;
    padding-left: 35px !important;
    max-width: 100%;
  }
}
@media (max-width:1365px) {
  .header-style-2 .main-bar {
    padding: 10px 30px 10px 18px;
  }
}
@media (max-width:1199px) {
  .trv-most-fav-tour-wrap {
    padding: 0;
  }
}
@media (max-height:880px) {
  .plan-your-dream {
    padding: 30px;
    height: auto
  }
}
@media (max-width:1024px) {
  .view-type {
    display: none;
  }
  .header-style-2.is-fixed.mobile-sider-drawer-menu .header-nav .nav > li > a {
    padding: 10px 12px !important;
  }
  .destination-info {
    padding: 53px 0 56px;
  }
  .destination-info .flex-box .left-box {
    width: 100%;
  }
  .destination-info .flex-box .right-box {
    width: 100%;
    padding: 30px 20px 0;
  }
  .faq-head {
    height: 410px;
  }
  .faq-head .caption {
    padding: 0 15px;
  }
  .destination-faq .m-b30 {
    margin-bottom: 24px;
  }
  .section-full.p-t60.p-b90.destination-faq {
    padding-top: 0;
  }
  .archive .trv-package-sec-wrap {
    padding-top: 0 !important;
  }
  .wt-bnr-inr h1 {
    font-size: 52px;
  }
  .trv-popular-tours2 {
    padding-bottom: 40px !important;
  }
  .trv-popular-tours2 .swiper-nav-center-bottom {
    padding-bottom: 20px;
  }
  .trv-popular-tour-pakagenew .trv-content {
    box-shadow: none;
  }
  .trv-popular-destination-row .swiper-button-next, .trv-popular-destination-row .swiper-button-prev, .trv-popular-tours-row .swiper-button-next, .trv-popular-tours-row .swiper-button-prev {
    opacity: 1 !important;
  }
  .home .trv-testimo-bx-wrap {
    padding-bottom: 46px;
  }
  .home .tvr-hot-ballon-wrap .swiper-nav-center-bottom {
    padding-bottom: 46px;
  }
  .home .tvr-hot-ballon-wrap .swiper-nav-center-bottom .swiper-button-prev, .trv-popular-destination .swiper-button-prev {
    left: 0;
  }
  .home .tvr-hot-ballon-wrap .swiper-nav-center-bottom .swiper-button-next, .trv-popular-destination .swiper-button-next {
    right: 0;
  }
  .trv-testimo-bx-wrap .swiper-nav-center-bottom .swiper-button-prev {
    left: calc(50% - 55px) !important;
  }
  .trv-testimo-bx-wrap .swiper-nav-center-bottom .swiper-button-next {
    right: calc(50% - 55px) !important;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .trv-we-rec-bottom-section .trv-hpy-cus {
    padding-top: 25px;
  }
  .section-full.p-t120, .section-full.p-b90, .section-full.p-tb120 {
    padding-top: 50px;
    padding-bottom: 36px;
  }
}
@media (max-width:991px) {
  .container {
    padding: 0 20px;
  }
  .trv-service-st1 .trv-service-back-bg {
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .trv-popular-tour-pakagenew .trv-media {
    border-radius: 15px 15px 0px 0px;
  }
  .trv-popular-tour-pakagenew .trv-content {
    border-radius: 0px 0px 15px 15px;
  }
  .trv-most-fav-tour-bot {
    padding: 0px 20px 30px;
  }
  .trv-mf-tour-bx1, .trv-mf-tour-bx1 .trv-media img, .trv-testimo-bx1 .media img, .trv-step-st2-bx1, .trv-blog-st3 .trv-post-media, .trv-icon-bx-st2, .trv-destination-bx1 .trv-media, .trv-service-st1 .trv-service-back-bg .trv-service-bx1 {
    border-radius: 20px;
  }
  .destination-faq.master-faq-two .faq-head {
    border-radius: 20px 20px 0 0;
  }
  .destination-faq.master-faq-two #accordion-two {
    border-radius: 0 0 20px 20px;
  }
  .trv-popular-destination .container-fluid {
    padding: 0 20px !important;
  }
  .section-content.desktop {
    display: none;
  }
  .section-content.mobile {
    display: block !important;
  }
  .trv-popular-tours2 {
    margin: 0px 5px;
  }
  .trv-contact-us-wrap .trv-contact-us-mid {
    border-radius: 20px;
  }
  .single .page-content, .faqs .page-content, .blog .page-content {
    margin-top: 90px;
  }
  .trv-service-st1 .trv-service-back-bg .trv-service-bx1:hover {
    background-color: #fff;
  }
  .wt-bnr-inr-entry .banner-title-outer .wt-title {
    line-height: 28px;
    font-size: 30px;
    max-width: 93%;
  }
  .single-service .section-full {
    padding: 0;
    overflow: hidden;
  }
  .single-service .wt-accordion {
    padding: 20px;
  }
  .trv-srvice-rows-st1 {
    border: 2px solid rgba(41, 137, 145, 0.2);
    border-radius: 20px;
  }
  .cta, .service-content.section2, .trv-detail-slider .trv_d-slider img, .trv-detail-slider, .trv-detail-slider .trv_d-slider .trv_d-slider-media {
    border-radius: 20px;
  }
  .wt-accordion, .service-content.section4 {
    border-radius: 20px;
  }
  .single-service .section-full .container {
    padding: 0;
  }
  .single-service .trv-detail-bx-wrap {
    padding: 50px 20px;
    border-radius: 0;
  }
  .single-service .side-bar {
    padding: 0 20px;
  }
  .trv-srvice-rows-st1 ul li .trv-s-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-content.section4 {
    padding: 30px 20px 3px;
  }
  .single-service .section5 {
    margin-bottom: 40px;
  }
  .service-content ul li::before {
    top: 1px;
  }
  .trv-popular-tours-row .swiper-button-prev, .trv-popular-tours-row .swiper-button-next {
    display: none !important;
  }
  .trv-most-fav-tour-wrap .trv-most-fav-tour-mid .trv-most-fav-tour-top {
    padding: 50px 20px 30px 20px;
  }
  .trv-we-recommend-content .section-head.trv-head-title-wrap.left-position .trv-head-discription {
    padding-right: 0;
  }
  .trv-most-fav-tour-wrap .trv-mf-tour-carousal:hover .swiper-button-prev, .trv-most-fav-tour-wrap .trv-mf-tour-carousal:hover .swiper-button-next {
    opacity: 0;
  }
  .trv-icon-bx-st2 {
    padding: 15px 20px;
  }
  .trv-column-style-head {
    margin-bottom: 40px;
  }
  .trv-blog-st3 {
    margin-bottom: 24px;
  }
  .trv-counter-outer-two-wrap .trv-counter-outer-two {
    padding: 15px 15px;
  }
  .trv-popular-destination .swiper-button-next, .trv-popular-destination .swiper-button-prev, .testimonial-content-sld-control .swiper-button-next, .testimonial-content-sld-control .swiper-button-prev {
    display: none;
  }
  .wt-accordion {
    border: 3px solid rgba(41, 137, 145, 0.2);
  }
  .widget_address li span {
    font-size: 16px;
  }
  .nav-animation.header-nav.navbar-collapse.collapse.d-flex.justify-content-end {
    flex-wrap: wrap;
    height: 100dvh !important;
  }
  .nav-animation .mobile-only {
    display: block !important;
    margin: auto 0 100px 15px;
    width: 100%;
  }
  .nav-animation.header-nav.navbar-collapse .social-icons {
    width: 100%;
    display: block;
  }
  .mobile-only h4 {
    position: relative;
  }
  .mobile-only h4::after {
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #066168;
    content: "";
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-bg .trv-filter-wrap {
    margin-bottom: 40px;
  }
  .single-packages .trv-detail-bx-wrap {
    padding: 40px 20px 5px;
    margin: 0 -20px;
    border-radius: 0;
  }
  .wt-bnr-inr-entry .banner-title-outer {
    margin-top: 40px;
  }
  .wt-bnr-inr-entry {
    align-items: center;
  }
  .trv-de-list-st1, .trv-clist-st-3-wrap {
    border-radius: 20px;
  }
  .trv-de-list-st1 .trv-list-st-1 li {
    margin-bottom: 15px;
  }
  .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content {
    flex-wrap: wrap;
  }
  .duration.ma .trv-title {
    padding-right: 20px;
    margin: 0;
  }
  .duration.ma {
    width: 100%;
    margin: 0 0 15px;
    align-items: center;
  }
  .info.ma {
    padding-left: 10px !important;
  }
  .wpcf7-not-valid-tip {
    margin: 6px 0 1px;
  }
  .trv-detail-main-wrap .accordion-header {
    margin-bottom: 0;
  }
  .single-packages .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media {
    width: 48px;
    height: 48px;
  }
  .single-packages .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media .green-bg {
    width: 42px;
    height: 42px;
    font-size: 12px;
    line-height: 12px;
  }
  .single-packages .section-head.trv-head-title-wrap.left-position .trv-head-title {
    margin-bottom: 5px;
  }
  .trv-contact-us-wrap .trv-contact-us-detail {
    padding: 40px 0px 15px 0px;
  }
  .trv-contact-list li {
    margin-bottom: 20px;
  }
  .header-style-1 .trv-r-section-block > a .trv-new-info-btn {
    font-size: inherit;
  }
}
@media (max-width:767px) {
  h2 {
    font-size: 36px;
  }
  .trv-filter-wrap .masonry-filter li a {
    padding: 6px 14px;
  }
  .header-style-1 .logo-header .logo-header-inner {
    justify-content: flex-start;
  }
  .header-style-1 .main-bar {
    padding: 10px 30px 10px 0;
  }
  .header-style-1.mobile-sider-drawer-menu #mobile-side-drawer, 
  .header-style-2.mobile-sider-drawer-menu #mobile-side-drawer {
    top: 10px;
  }
  .header-style-1.site-header {
    padding: 0 20px;
  }
  .header-style-1.sticky-header.is-fixed {
    padding: 0 20px;
    min-height: 90px;
  }
  .header-style-1.sticky-header.is-fixed .navbar-toggler .icon-bar {
    background: #066168;
  }
  .logo-header .sticky-logo {
    max-width: 120px;
  }
  .header-style-1.is-fixed, .header-style-2.is-fixed {
    left: 0;
    right: 0;
    border-radius: 0 !important;
  }
  .header-style-2 {
    left: 0;
    right: 0;
    top: 0;
  }
  .header-style-2 .main-bar {
    border-radius: 0;
  }
  .wt-bnr-inr h1 {
    font-size: 28px;
  }
  .trv-popular-destination .container-fluid {
    padding: 0 12px;
  }
  .trv-inr-bnr-cloud img {
    height: 60px;
  }
  .trv-blog-list-half .trv-media {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;
  }
  .trv-blog-list-half .trv-media + .trv-info {
    margin: -25px 10px 0px 10px;
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    padding: 20px;
  }
  .enquiry-btn {
    padding: 12px 30px !important;
    font-size: 14px !important;
    margin-right: 20px;
  }
  .enquiry-form {
    padding: 30px 20px;
  }
  .enquiry-form .wpcf7 {
    width: 100%;
  }
  #enquiry .close-btn {
    top: 20px;
    right: 20px;
  }
  .enquiry-form .trv-contact-list {
    gap: 0 !important;
  }
  .enquiry-form .trv-contact-list li {
    margin-bottom: 20px;
  }
  .custom-banner .trv-banner-1-text {
    padding-left: 20px;
  }
  .trv-banner-1-wrap .trv-banner-1-text-mid {
    margin-left: 20px;
  }
  .trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-small {
    padding-left: 0px;
  }
  .trv-banner-1-wrap .trv-banner-1-text .trv-banner-text-detail, .trv-banner-1-wrap .trv-banner-1-text .trv-banner-btn {
    margin-left: 0;
  }
  .trv-banner-1-wrap .trv-banner-1-text .trv-banner-1-text-large {
    font-size: 40px;
    line-height: 44px;
  }
  .trv-popular-destination .m-b30:last-child {
    margin-bottom: 0;
  }
  .adventure {
    background: #fff;
    padding: 17px 0 60px;
  }
  .adventures {
    margin: 0;
    gap: 15px;
  }
  .adventure-box {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 15px 15px;
    transition: .3s;
    display: flex;
    width: 100%;
  }
  .adventure-box .trv-icon-bx-st2 {
    justify-content: flex-start;
    margin: 0;
    width: 70px;
  }
  .trv-icon-bx-st2 .trv-icon-bx-media img {
    max-width: 40px;
  }
  .adventure-box .text {
    text-align: left;
  }
  .adventure-box h3 {
    margin-bottom: 5px;
    color: #066168;
    font-size: 18px;
    font-weight: 600;
  }
  .adventure-box p {
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 0;
    color: #066168;
    font-family: "Figtree", sans-serif;
  }
  .plan-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .plan {
    padding: 52px 0 60px;
  }
  .plan-banner {
    padding: 21px 20px 30px;
    gap: 10px;
  }
  .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration, .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .info {
    text-align: left;
  }
  .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media {
    margin: 0;
  }
  .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .day {
    margin: 5px 0px 10px 9px;
  }
  .trv-tour-single-r-info {
    margin-bottom: 30px;
  }
  .trv-detail-bx-wrap .trv-inr-para blockquote p {
    margin: 0px 0 20px 48px;
    border-left: 0;
    font-size: 15px;
  }
  .enquiry-form {
    overflow: auto;
    align-items: flex-start;
    height: calc(100dvh - 50px);
  }
  .enquiry-form h2 {
    margin: 0;
    font-size: 36px;
  }
  #search .close-btn {
    top: 20px;
    right: 15px;
  }
  .enquiry-form .v-center {
    padding: 0;
  }
  .enquiry-form .trv-contact-list {
    gap: 0 !important;
    margin: 0 0 25px !important;
  }
  .enquiry-form .trv-contact-list li {
    margin-bottom: 10px;
    width: 100%;
  }
  .enquiry-form .trv-contact-list li .trv-contact-info .media {
    width: 46px;
    height: 40px;
    border-radius: 100%;
  }
  .enquiry-form .trv-contact-list li .trv-contact-info .media .white-circle {
    width: 26px;
    height: 26px;
  }
  .enquiry-form .trv-contact-list li .trv-contact-info .media .white-circle i {
    font-size: 16px;
  }
  .enquiry-form .trv-contact-list li .trv-contact-info .media {
    margin: 0;
  }
  .enquiry-form .trv-contact-list li .trv-contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
  }
  .enquiry-form .wpcf7 {
    width: 100%;
  }
  .trv-cons-contact-form .flex-box .input-box {
    width: 100%;
    padding: 0;
  }
  .custom-banner .trv-banner-1-text .trv-btrfly {
    width: 100px;
    right: -40px;
    top: -20px;
  }
  .trv-detail-bx-wrap {
    padding: 20px 15px;
  }
  .service-content.section2 {
    padding: 30px 20px 3px;
  }
  .trv-contact-list li .trv-contact-info {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
  }
  .trv-contact-list li .trv-contact-info .media {
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .trv-contact-list li .trv-contact-info .media .white-circle {
    width: 40px;
    height: 40px;
  }
  .trv-contact-list li .trv-contact-info .media .white-circle i {
    font-size: 20px;
  }
  .trv-contact-list li .trv-contact-info .info {
    width: calc(100% - 60px);
    padding-left: 15px;
    text-align: left;
  }
  .trv-contact-list li .trv-contact-info .info .text a {
    color: #066168;
  }
  .page-inner-content {
    padding: 25px 20px 26px;
  }
  .page-template-default .rightSidebar.m-b30 {
    margin-bottom: 13px;
  }
  .single-packages .wt-bnr-inr {
    height: 400px !important;
  }
  blockquote .trv-bq-content {
    display: flex;
  }
  .cursor, .cursor2 {
    display: none !important;
  }
  .custom-banner .trv-banner-1-text {
    top: 57%;
  }
  .trv-banner-1-wrap .trv-banner-1-text .trv-banner-text-detail {
    font-size: 16px;
    line-height: 1.5;
  }
  .trv-banner-1-wrap {
    height: 550px;
  }
  .trv-we-rec-bottom-section {
    display: block;
  }
  .section-content .mobile {
    display: block !important;
  }
  .trv-tour-single-r-detail {
    padding: 25px 20px;
  }
  .single-packages .trv-clist-st-3-wrap .trv-list-st-3 li {
    margin-bottom: 20px;
  }
  .duration.ma .right {
    display: block !important;
  }
  .duration.ma .right .trv-title, .trv-de-list-st1 .trv-list-st-1 li .title {
    font-size: 18px;
  }
  .duration.ma {
    display: flex;
    gap: 10px;
  }
  .info.ma .trv-title {
    display: none;
  }
  .trv-clist-st-3-wrap {
    padding: 20px 15px;
  }
  .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media {
    width: 41px;
    height: 41px;
  }
  .trv-clist-st-3-wrap .trv-list-st-3 li .trv-list-content .duration .media .green-bg {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
  .side-bar .desktop {
    display: none;
  }
  .plan-btns {
    gap: 10px;
  }
  .plan-btns a {
    padding: 10px 20px;
  }
  .destination-faq .wt-accordion {
    padding: 20px;
  }
  .faq-head {
    height: 350px;
  }
  .faq-head .caption h2 {
    line-height: 30px;
  }
  .trv-checklist-st2-wrap {
    padding: 30px 20px 0px 20px;
  }
  .trv-de-list-st1 {
    padding: 30px 20px;
  }
  .cta {
    padding: 30px 20px 20px;
  }
  #TermCondition .accordion-item .accordion-button {
    font-size: 18px;
    padding: 10px 30px 10px 0;
  }
  #termAccordion .accordion-button::after {
    background-size: 18px auto;
    top: 12px;
    position: absolute;
    right: 0px;
  }
  .trv-detail-main-wrap h4, .trv-detail-main-wrap h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .trv-srvice-rows-st1 ul li .trv-s-title {
    padding-bottom: 0;
    width: 100%;
  }
  .service-content ul li {
    font-size: 16px;
  }
  .wt-accordion .wt-panel .acod-head a {
    font-size: 18px;
  }
  .acod-head .indicator i {
    font-size: 18px;
  }
  .side-bar .widget_services ul li a, .side-bar .widget_tag_cloud .tagcloud a {
    font-size: 18px;
  }
  #accordion-two {
    margin-bottom: 10px;
  }
  .related_packages .swiper-nav-center-bottom {
    padding-bottom: 10px;
  }
  .trv-popular-tour-st1 .trv-content {
    box-shadow: none;
  }
  .duration {
    position: relative;
  }
  .trv-list-st-3 .info {
    display: none;
  }
  .trv-list-st-3 li.active .info {
    display: block;
  }
  .trv-list-st-3 .duration {
    cursor: pointer;
  }
  .trv-list-st-3 .duration::after {
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    position: absolute;
    right: 0;
    top: 13;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
  }
  .trv-list-st-3 li.active .duration::after {
    content: "\f068";
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    color: #FFAA0D;
  }
  .trv-list-st-1 li p.text {
    display: none;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .trv-list-st-1 li.active p.text {
    display: block;
  }
  .trv-list-st-1 li h4.title {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
  }
  .trv-list-st-1 li h4.title::after {
    content: "\2b";
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
  }
  footer .widget_address li .trv-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
  .widget_address li span.trv-contact {
    font-size: 24px;
  }
  .footer-dark .footer-bottom {
    padding: 30px 0px 150px;
  }
  .trv-list-st-1 li.active h4.title::after {
    content: "\f068";
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    color: #FFAA0D;
  }
  footer .m-full {
    width: 100%;
    flex: auto;
  }
  .trv-contact-list li .trv-contact-info .info .text {
    font-size: 18px;
  }
  .trv-post-meta li::after {
    right: 8px;
    font-size: 16px;
  }
  .trv-post-meta li {
    font-size: 16px;
    padding: 0px 20px 0px 0;
  }
  .post.destination-faq {
    padding: 30px 0 0 0;
  }
  .single-post .faq-head .caption h2 {
    line-height: 32px;
    font-size: 28px;
  }
  .trv-detail-bx-wrap .trv-inr-para ul li::before {
    top: 1px;
  }
  .site-button {
    padding: 10px 30px;
  }
  .tw-sidebar-gallery ul li .tw-service-gallery-thumb, .tw-sidebar-gallery ul li .tw-service-gallery-thumb a, .tw-sidebar-gallery ul li .tw-service-gallery-thumb a img {
    height: 100%;
  }
  .sidebar-textwidget {
    padding: 20px 20px 40px 20px;
  }
  .xs-sidebar-group .widget-heading {
    top: 14px;
    right: 20px;
    padding: 0;
  }
  .trv-side-pnl-info .trv-side-pnl-plan span {
    line-height: 1.1;
  }
  .trv-side-pnl-info .trv-side-pnl-logo {
    margin-bottom: 25px;
  }
  .trv-side-pnl-info .trv-side-pnl-content .trv-side-pnl-content-mid {
    margin-bottom: 25px;
  }
  .trv-side-pnl-info .trv-side-pnl-content p {
    color: #fff;
  }
  .trv-side-pnl-info .trv-side-pnl-content .trv-lg-title {
    font-size: 30px;
  }
  .trv-side-pnl-info .trv-side-pnl-plan {
    padding-bottom: 15px;
    margin-bottom: 15px !important;
  }
  .trv-side-pnl-info .social-icons {
    margin: 15px 0 0 0;
  }
  .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-small {
    font-size: 40px;
  }
  .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-large {
    font-size: 56px;
  }
  .single-post .trv-detail-main-wrap h3, .page-template-default .dz-page-text h3 {
    font-size: 24px;
  }
  .single-post .trv-detail-main-wrap .twm-title {
    margin-bottom: 15px;
  }
  .single-packages .wt-bnr-inr-entry .banner-title-outer .wt-title {
    max-width: 100%;
  }
  .widget_services ul li a::before {
    top: 6px;
  }
  .search-results-page {
    padding: 140px 0 50px;
  }
  .search-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .search-card-content h2 {
    font-size: 22px;
  }
  .search-card {
    flex-direction: column;
  }
  .search-card-image {
    width: 100%;
  }
  .trv-testimo-bx2 .info {
    margin: 0px auto 0;
  }
  .logo-tag {
    display: none;
  }
  .section-full.p-t60.destination-faq {
    padding-top: 0;
  }
  .trv-gallery-wrap .trv-gallery-st1-box .trv-media img {
    width: 100%;
  }
  .section-full.trv-rev-gallary-wrap.p-b90 {
    padding: 10px 0 20px;
  }
  .trv-blog-list-half .trv-media img {
    height: 350px;
  }
  .header-style-1 .has-child .submenu-toogle {
    width: auto;
  }
  .iocn-home a {
    min-height: 47px;
  }
  .header-nav .nav > li > a .fa.fa-home {
    float: none;
  }
  .page-banner {
    margin-top: 90px;
  }
  .responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ddd;
    margin: 0 0 30px;
  }
  .single-post table {
    margin: 0;
  }
  .responsive-table table {
    min-width: 700px;
    width: 100%;
    border-collapse: collapse;
  }
  .responsive-table th, .responsive-table td {
    padding: 12px 15px;
    white-space: nowrap;
    text-align: left;
  }
  .single-post table th, .single-post table td {
    border-left: 0;
  }
  .single-post table th:last-child, .single-post table td:last-child {
    border-right: 0;
  }
  .trv-banner-2-wrap .trv-banner-2-text {
    padding-top: 100px;
  }
  .trv-banner-2-wrap .trv-banner-2-text .trv-banner-2-text-small {
    font-size: 40px;
    line-height: 42px;
  }
  .trv-banner-2-wrap .trv-banner-2-overlay .trv-banner-2-social {
    display: none;
  }
  .trv-banner-2-wrap .trv-banner-2-media .media2 {
    width: 100%;
  }
  .trv-banner-2-wrap .trv-banner-2-text .trv-banner-text-detail {
    font-size: 16px;
    line-height: 22px;
  }
  .trv-banner-2-wrap .twm-img-bg-circle-area {
    display: block;
  }
  .plan-your-dream {
    padding: 25px 15px;
    display: block;
  }
  .phone-email ul {
    display: block;
  }
  .phone-email ul li:first-child {
    margin-bottom: 10px;
  }
  .plan-your-dream .rating {
    margin: 10px 0 20px !important;
  }
  .plan-your-dream .left-box, .plan-your-dream .right-box {
    width: 100%;
  }
  .info-outer, .popular-destinations, .travel-expert-card, .contact-box, .form-bottom-info {
    display: none;
  }
  #enquiry.open {
    height: calc(100dvh - 50px);
  }
  body.open-popup #wa, body.modal-open #wa{
    display: none;
  }
  .new-travel-form {
    padding: 20px 20px;
  }
  .wpcf7-not-valid-tip {
    margin: 12px 0 0px;
    line-height: 14px;
  }
  .new-travel-form .wpcf7-form-control-wrap, .new-travel-form .wpcf7-form-control.wpcf7-date {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    text-align: left !important;
  }
  .new-travel-form .wpcf7-form-control.wpcf7-date {
    -webkit-appearance: none;
    appearance: none;
  }
  .new-travel-form .form-row {
    display: block;
    margin-bottom: 0;
  }
  .new-travel-form .form-group {
    margin-bottom: 15px;
  }
  .modal-body.enquiry-form .flex-box {
    margin: 0;
  }
  .modal-body.enquiry-form .flex-box .left-box {
    display: none;
  }
  .modal-body.enquiry-form .flex-box .right-box {
    width: 100%;
    padding: 0;
  }
  .modal-body.enquiry-form .flex-box .right-box .content {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 575px) {
  #enquiry input[type=search] {
    font-size: 14px;
  }
}