.banner-page.single .container {
  max-width: 100%;
}

.banner-page.single .container > div {
  padding: 0 10%;
}

.banner-page.single .container .tour-details {
  padding: 20px 10% 30px;

  row-gap: 15px;
}

.banner-page.single .container .tour-details > .book-tour {
  display: flex;

  align-items: center;
}

.banner-page.single .container > .breadcrumb {
  padding-top: 20px;
}

.banner-page.single .container > .tour-name {
  padding-bottom: 20px;
}

.banner-page.single h1.banner-title {
  margin-bottom: 0 !important;

  line-height: 1;

  flex: 0 0 80%;

  max-width: 80%;
}

.tour-details {
  background-color: rgba(255, 255, 255, 0.9);
}

.tour-details {
  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;
}

.banner-page.single .tour-details h4 {
  color: #616365;

  margin-bottom: 10px;

  font-size: 17px;

  line-height: 26px;
}

.banner-page.single .tour-details p {
  color: var(--secondary);

  font-weight: bold;

  font-size: 21px;

  margin-bottom: 0 !important;
}

.banner-page.single a.classic-tour {
  text-transform: uppercase;

  color: white;

  background-color: var(--secondary);
  padding: 8px 15px;
  text-wrap: nowrap;
  float: left;
  border-radius: 3px;
  margin-top: 3px;
  font-weight: bold;
  font-size: 15px;
}

#wpsvccount,
#wpsvcattribution,
h3.wps_visitor_title,
#wpsvconline img {
  display: none !important;
}
.favorite-icon {
  line-height: 0;
}
.favorite-icon {
  font-size: 30px;
  color: #d8a403 !important;
}

#wpsvconline::before {
  content: "\f0c0";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  font-size: 27px;
  padding-right: 5px;
  color: var(--secondary);
}
#wpsvconline {
  padding-top: 10px;
}
#wpsvconline,
#wpsvconline::after {
  color: #616365 !important;
  font-size: 20px;
  font-weight: bold;
  margin-top: -14px;
  line-height: 1;
}
.user-online {
  flex: 0 0 100%;
  max-width: 100%;
}
.user-online #mvcwid {
  padding: 0 !important;
}
.tour-details img {
  width: 40px;
}
.single .tour-details .level p {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  padding-top: 8px;
}
.tour-details .level img {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-page .breadcrumb > span > a {
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: 0.4s;
}
.banner-page .breadcrumb > span > a:before {
  position: absolute;
  transition: all 0.3s;
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: var(--secondary);
  bottom: -2px;
  left: 0;
  clip-path: inset(0 100% 0 0);
  opacity: 1;
  transition: 0.4s;
}
.banner-page .breadcrumb > span > a:hover::before {
  clip-path: inset(0 0 0 0);
}
.like .wishlist-button-wrap {
  font-size: 24px !important;
  margin-top: 0 !important;
}
.like .wishlist-button-wrap .wishlist_save {
  color: #000 !important;
}
.contact-us-frm .des-sidebar p {
  text-align: left;
  margin-bottom: 0 !important;
}
.archive .sec-tour .tour-footer a.quote {
  position: relative;
  z-index: 56;
}
.pum-container button.pum-close,
.wpforms-form button.wpforms-submit,
.wpforms-form .wpforms-page-next {
  border: 1px solid #a39161 !important;
  background-color: #011b31 !important;
  transition: all 0.5s ease-in-out !important;
  color: #ffffff !important;
}
.pum-container button.pum-close:hover,
.wpforms-form button.wpforms-submit:hover,
.wpforms-form .wpforms-page-next:hover {
  background-color: #a39161 !important;
}

.per-price .line span.right {
    display: inline-block;
    width: 70px;
    float: right;
    text-align: right;
}
.text_bold {
    font-weight: 700 !important;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.color_666 {
    color: #666 !important;
}
.mb05 {
    margin-bottom: 5px !important;
}