/*!
Theme Name: wh
Theme URI: https://www.windhorsetours.com
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wh
Tags: custom-background, custom-logo, custom-menu, featured-images
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/* Document ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@font-face {
  font-family: "Open Sans";
  src:
    url("./assets/fonts/OpenSans-Regular.woff2") format("woff2"),
    url("./assets/fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src:
    url("./assets/fonts/OpenSans-Bold.woff2") format("woff2"),
    url("./assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manus";
  src:
    url("./assets/fonts/ManusTrial.woff2") format("woff2"),
    url("./assets/fonts/ManusTrial.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary--color: #791e30;
  --secondary--color: #eebc1d;
  --third--color: #712822;
  --heading: "Open Sans", sans-serif;
  --cursive: "Manus";
  --heading-new: "Bebas Neue", sans-serif;
}
img {
  max-width: 100%;
}
a:hover,
a {
  text-decoration: none;
}

body {
  font-family: "Merriweather Sans", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  font-weight: 600;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 30px;
}

.wh-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Open Sans";
  border-radius: 3px;
  padding: 8px 15px;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 0.3s;
  color: var(--primary--color);
  font-weight: 500;
  overflow: hidden;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  text-transform: uppercase;
}

.wh-btn:hover {
  background: var(--secondary--color);
}

.wh-btn::after {
  position: absolute;
  content: "";
  width: 0;
  left: 50%;
  bottom: 0;
  height: 3px;
  /* background: #ffd700 url("./assets/img/btn-pattern.jpg"); */
  background-size: 100%;
  z-index: 1111;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
}

.wh-btn:hover::after {
  width: 120%;
  left: -8px;
}

.wh-btn::after {
  height: 100%;
  left: -10%;
  z-index: 1;
  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.wh-btn span {
  color: #fff;
}

.wh-btn:hover span {
  color: #111;
  position: relative;
  z-index: 1111;
}

.btn--red {
  color: #fff;
  background: var(--primary--color);
  border-color: var(--primary--color);
}

.btn-white {
  background: #fff;
  color: var(--primary--color);
}

.btn-white span {
  color: var(--primary--color);
}

.btn--red-outline span {
  color: var(--primary--color);
}

.dossier__online {
  background: #ffd700 url(./assets/img/btn-pattern.jpg);
  background-size: 100%;
  border: none !important;
  color: #111 !important;
  background-position: bottom;
}

.dossier__online span {
  color: #111;
}

.btn--red-outline:hover span {
  color: #fff;
}

.btn-small {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 15px;
}

.readMore {
  font-style: italic;
  color: var(--primary--color);
  font-size: 15px;
}

.site-header {
  background-color: #fff;
  color: #191919;
  position: relative;
}

.site-header .container {
  max-width: 1388px;
}

.site-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--third--color) url(./assets/img/nav-pattern.jpg);
  z-index: 99999;
}

.navTopBanner {
  position: relative;
  height: 50px;
}
.mainnavigation::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/img/header-banner.svg) 0 0 no-repeat;
  z-index: 111;
}

.estd img {
  width: 105px;
}

.site-header > div::after,
.mainnavigation::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/img/header-pattern-1.jpg);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.site-header > div {
  position: relative;
}

.header-inner {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9999;
  justify-content: space-between;
}
.header-mid {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.navigation > div > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
}
.navigation > div > ul > li {
  display: flex;
  align-self: stretch;
  height: 100%;
  align-items: center;
  position: relative;
}
.navigation > div > ul > li:first-child {
  border-left: none;
  padding-left: 0;
}
.navigation > div > ul > li:first-child a {
  margin-left: 0;
}
nav {
  display: flex;
  align-self: stretch;
  justify-content: center;
}
nav > div {
  display: flex;
  align-items: center;
}
.tel-numbericon-phone {
  position: relative;
}

.tel-numbericon-phone .tel-number {
  color: var(--primary--color);
  font-size: 17px;
  font-family: "Open Sans";
  font-weight: 600;
}
.tel-numbericon-phone {
  padding-left: 25px;
}
.tel-numbericon-phone i {
  display: inline-block;
  margin-right: 6px;
  font-size: 25px;
  vertical-align: text-bottom;
}

.tel-numbericon-phone .dropdown-menu {
  padding: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  list-style: none;
  display: none;
  margin-top: 12px;
}

.tel-numbericon-phone .dropdown-menu li {
  border-bottom: 1px solid #eee;
  padding: 5px;
}

.tel-numbericon-phone .dropdown-menu li:last-child {
  border-bottom: none;
}

.tel-numbericon-phone .dropdown-menu li .dropdown-item {
  padding: 5px;
  font-weight: bold;
  display: block;
  font-size: 14px;
  color: #111;
}

.tel-numbericon-phone .dropdown-menu li .dropdown-item:hover {
  color: var(--primary--color);
}

.openinghours-open {
  line-height: 1;
  background: none;
  color: #691934;
  font-size: 17px;

  display: block;
  padding-top: 4px;
  cursor: pointer;
  position: relative;
  text-align: right;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-weight: 600;
}

.openinghours-open:hover {
  color: var(--primary--color);
}

.header-search input {
  background: none;
  border: none;
  font-weight: 500;
  color: #111;
  width: 200px;
  color: #111111ab;
  padding-right: 0px;
  padding-left: 25px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  outline: none;
  font-size: 16px;
}

.mainnavigation {
  width: 100%;
  z-index: 999;
  position: relative;
  padding-top: 59px;
}

.mainnavigation > div {
  position: relative;
  z-index: 99999;
}

.header-search form {
  position: relative;
  -webkit-border-radius: 0.7rem;
  border-radius: 8px;
  background: #00000012;
  height: 50px;
  line-height: 50px;
  border: 1px solid #00000024;
  width: 250px;
}

.header-search button {
  position: absolute;
  color: #fff;
  border: none;
  background: none;
  display: inline-block;
  height: 100%;
  outline-style: none;
  right: 0;
  cursor: pointer;
  padding: 0 13px;
}
.openinghours-open div::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 4px;
  border-color: #0f0f0f transparent transparent transparent;
  content: "";
  position: absolute;
  margin: 5px 0 0 7px;
}
.navigation > div > ul > li:hover > a {
  color: var(--primary--color);
}

.header-left {
  padding: 25px 0;
}
.estd {
  display: inline-block;
  vertical-align: middle;
}

.custom-logo-link {
  margin-right: 20px;
  display: inline-block;
}

.navigation > div > ul > li > a {
  color: #111;
  font-size: 21px;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  position: relative;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  transition: 0.3s linear;
  padding: 17px 20px;
}

.header-scroll.fixed {
  position: fixed;
  top: -136px;
  left: 0;
  width: 100%;
  z-index: 999;

  background: #ecece8;
}
.mainnavigation.fixed .navigation > div > ul > li > a {
  transition: 0.3s linear;
}

.filter {
  background: var(--third--color) url(./assets/img/nav-pattern.jpg);
  padding: 14px 30px;
  color: white;
}

.main_banner {
  display: flex;
  flex-direction: column;
  height: 720px;
  background: linear-gradient(
    to top,
    #140000,
    #000 40%,
    rgb(0, 0, 0) 50%,
    rgba(0, 0, 0, 0.83) 85%
  );
  position: relative;
}
.main_banner .owl-carousel {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner-item {
  position: relative;
  height: 820px;
}

.banner-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_banner .owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}

.main_banner .owl-stage-outer,
.main_banner .owl-stage-outer .owl-stage,
.main_banner .owl-item,
.main_banner .owl-item .item,
.main_banner .banner-item {
  height: 100%;
}
.banner-contents {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 1;
  width: 100%;
  left: 0;
  height: 42%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.banner-contents > div > div,
.banner-contents > div > h1 {
  line-height: 0.95;
  padding: 0 100px 14px 100px;
  font-family: "Manus";
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-size: 65px;
  font-weight: 400;
  text-shadow: 2px 1px 1px #00000063;
}

.banner-contents div::first-line {
  font-size: 75px;
}

.main_banner .prev-slide,
.main_banner .next-slide {
  width: 34px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 24px;
}

.main_banner button,
.main_banner button {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.18, 0.91);
}
.main_banner .prev-slide {
  background-image: url(./assets/img/prev-arrow.svg);
}

.main_banner .owl-nav {
  position: absolute;
  top: auto;
  bottom: 50%;
  width: 100%;
  z-index: 4;
  width: 100%;
  display: flex;
  padding: 0 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.18, 0.91);
  opacity: 0;
  visibility: hidden;
}
.main_banner .owl-nav button.disabled {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.18, 0.91);
  opacity: 0;
  visibility: hidden;
}
.main_banner:hover .owl-nav {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.18, 0.91);
  opacity: 1;
  visibility: visible;
}
.main_banner .next-slide {
  background-image: url(./assets/img/next-arrow.svg);
}
.main_banner .owl-nav .owl-next {
  margin-left: auto;
}

.filter__body--holder {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0 auto;
}
.filter__title {
  margin-bottom: 0;
  margin-right: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
}
.filter__body--holder > div {
  margin-bottom: 15px;
  margin: 0 5px;
}
.filter__body--holder > div select {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  min-width: 184px;
  height: 45px;
  padding: 14px 25px 14px 16px;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-family: "Merriweather Sans", sans-serif;
  background-color: #fff;
  border-color: none;
  color: #070707a3;
  border-radius: 4px;
  cursor: pointer;
}
.filter__item-btn input[type="submit"] {
  background: var(--primary--color);
  border: none;
  max-width: inherit;
  min-width: inherit;
  padding: 13px 30px;
  width: auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  font-family: "Merriweather Sans", sans-serif;
  cursor: pointer;
  border-radius: 4px;
}

.section {
  padding: 80px 0;
}

.section-small {
  padding: 40px 0;
}

.section-about,
.footer-flag {
  position: relative;
}

.section-about::after,
.home_main_banner::after {
  content: "";
  background: url(./assets/img/prayer-flag-2.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}

.section-about::after {
  background: url(./assets/img/prayer-flag.svg);
  background-size: cover;
}

.home_main_banner::after {
  opacity: 0.7;
  top: 0;
  z-index: 1;
}

.section-about::before {
  content: "";

  background: url(./assets/img/why-us-banner.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.08;
}

.section-about > div {
  position: relative;
  z-index: 111;
}

.section-about .section-heading-wrap {
  padding-bottom: 0px;
}
.sub-text {
  font-family: "Manus";
  font-size: 23px;
  display: inline-block;
  text-transform: capitalize;
}
.section-heading-wrap .title {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -1px;
  color: var(--primary--color);
}
.section-heading-wrap .title strong {
  color: var(--primary--color);
  font-weight: 700;
}

.section-about p {
  font-size: 17px;
  line-height: 1.8;
  padding: 15px 15px 0px 15px;
  font-weight: 500;
  margin: 0;
  opacity: 0.75;
}

.why-us-col img {
  width: 100px;
}

.why-us-col h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 20px 0 0 0;
  opacity: 0.85;
}

.why-us-col p {
  margin: 8px 0px 0 0;
  font-size: 15px;
  padding: 0;
  line-height: 1.4;
  opacity: 0.65;
}

.section-heading-wrap p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.7;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 600;
  color: #111111ad;
  margin-top: 0;
}
.main_banner img.watermark {
  bottom: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  z-index: 80;
}
.section-md {
  padding: 70px 0;
}
.section-heading-wrap {
  padding-bottom: 35px;
}
.section-featured-trip {
  position: relative;
  z-index: 2;
}

.package-card .package-card-media > a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  height: 280px;
}
.zoom > img {
  border-radius: 5px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.package-card .package-card-media > a picture {
  display: block;
  width: 100%;
  height: 100%;
}

.package-card .package-card-media {
  position: relative;
  display: block;
}
.package-card .package-card-media > a img {
  width: 100%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border-radius: 6px 6px 0 0;
  height: 100%;
  object-fit: cover;
}

.package-card .package-card-media .package-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  padding-top: 50px;
  padding-left: 25px;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 15%,
    rgba(0, 0, 0, 0.65) 80%
  );
}

.package-card .package-card-media .package-title a {
  color: #fff;
}

.package-card {
  position: relative;
  border-radius: 6px;
  height: 100%;
  transition: 0.3s linear;
  border: 1px solid #0000001c;
  background: #fff;
}
.package-card:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s linear;
  border: transparent 1px solid;
}
.package-type {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  padding: 8px 13px 10px 13px;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-family: "Open Sans";
}
.package-type i {
  margin-right: 4px;
  font-size: 15px;
  display: inline-block;
  vertical-align: text-top;
}
.package-type.private-group {
  background: #6b3317;
}

.package-type.small-group {
  background: #d18523;
}
.package-card-duration {
  background: #fff;
  background-position: bottom;
  background-size: 100%;
  color: #111;
  padding: 5px 16px;
  border-radius: 37px;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 2px 3px #00000038;
}
.package-card .package-card-duration {
  position: absolute;
  top: 12px;
  left: 12px;
}
.package-card-content {
  padding: 20px;
  position: relative;
  border-radius: 0 0 5px 5px;
  transition: 0.5s ease;
}

.package-card-content .cta-btn {
  text-align: center;
  margin-top: 15px;
}

.package-card-content .cta-btn > a {
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  border-radius: 3px;
  padding: 8px 15px;
}

.package-card-content p {
  line-height: 25px;
  color: #00000091;
  margin: 5px 0 5px 0;
  font-size: 15px;
  font-weight: 500;
}
.package-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.4;
}
.package-title a {
  color: #111;
}

.spec-card__title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.spec-card__content {
  display: flex;
  align-items: center;
  color: #534d48;
  font-size: 14px;
  font-weight: 500;
}

.spec-card__content a {
  color: #534d48;
  display: block;
}

.spec-card__content i {
  color: #022831;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 4px;
}
.spec-card {
  position: relative;
  padding-left: 50px;
}

.spec-card__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}

.spec-card__icon.group__type {
  width: 55px;
}
.detail__spec {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}

.detail__spec > div {
  display: inline-block;
  margin-bottom: 10px;
}

.detail__spec.new-detail__specs .spec-card__icon {
  display: block;
  position: static;
  margin: auto;
  margin-bottom: 8px;
}

.detail__spec.new-detail__specs .spec-card {
  padding: 0;
}

.detail__spec.new-detail__specs .spec-card__content {
  line-height: 1.1;
  display: block;
  font-weight: 600;
}

.detail__spec.new-detail__specs > div {
  text-align: center;
  flex: 1 1 40%;
}

.detail__spec.new-detail__specs > div:first-child,
.detail__spec.new-detail__specs > div:last-child {
  flex: 1 1 30%;
}

.detail__spec.new-detail__specs > div:nth-child(2) {
  padding: 0 20px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.package-card:hover .zoom > img {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.section-travel-destination {
  position: relative;
  margin-top: -230px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  overflow: hidden;
}
.travel-destination-wrapper .container {
  max-width: 1530px;
}
.travel-destination-wrapper .section-heading-wrap .title {
  color: #fff;
}

.travel-destination-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130%;
  display: flex;
  align-items: center;
}
.overlay-col {
  height: 450px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.overlay-col > a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.overlay-col > a picture {
  width: 100%;
  height: 100%;
  display: block;
}
.overlay-col > a img {
  height: 100%;
  object-fit: cover;
}
.overlay-col > a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    #000,
    rgba(0, 0, 0, 0.45),
    transparent,
    transparent
  );
  z-index: 4;
  border-radius: 6px;
}

.overlay-news-content-wrap {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: #fff;
  z-index: 4;
  padding: 20px;
}
.overlay-news-content-wrap .overlay-title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 5px;
}

.destination-slider .overlay-title {
  font-size: 18px;
}

.destination-slider .overlay-col {
  height: 300px;
}

.destination-slider .trip-count {
  font-size: 10px;
}

.destination-slider .row > * {
  padding: 6px;
}

.travel-destination-wrapper .owl-carousel .owl-stage-outer {
  padding-left: 40px;
}

.travel-destination-section {
  background: #f6f6f6;
}

.trip-count {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 111;
  /* background: #ffd700 url("./assets/img/btn-pattern.jpg"); */
  background: #fff;
  border-radius: 5px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
  background-position: bottom;
  background-size: 100%;
  box-shadow: 0 2px 3px #00000038;
}

.container-large {
  max-width: 1600px;
}

.container-small {
  max-width: 950px;
}

.destination-trips-banner,
.destination-trips-banner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* .travel-destination-section::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
  top: 0;
  height: 100%;
  background-image: linear-gradient(to right, #0000008a 40%, #fff 0%);
  z-index: 1;
} */
.loadmore-wrap {
  margin-top: 30px;
}

.destination-trips-banner img {
  z-index: 1;
}

/* .travel-destination-section .section-heading-wrap {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  vertical-align: middle;
  height: 100%;
  padding: 0;
  z-index: 2;
  position: relative;
} */

/* .travel-destination-section .section-heading-wrap {
  color: #fff;
} */

/* .travel-destination-section p {
  color: #fff;
  opacity: 1;
  line-height: 1.67;
} */
.destination-slider {
  position: relative;
  z-index: 2;
  padding-top: 4px;
}

.destination-slider .owl-nav {
  position: absolute;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  width: auto;
  left: -58%;
  max-width: 100%;
  color: #fff;
}
.overlay-news-content-wrap span {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}
.destination-slider .owl-nav button {
  height: 45px;
  width: 45px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff !important;
  border-radius: 100%;
  font-size: 16px !important;
}

.trip-style-col a img {
  display: block;
  width: auto;
  margin: 0 auto 15px auto;
  opacity: 0.35;
}
.trip-style-col h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
  font-weight: 800;
}
.video__section {
  position: relative;
  padding: 0;
  height: 700px;
  overflow: hidden;
}

.video__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.video__section > div,
.video__section > div img {
  height: 100%;
  object-fit: cover;
}
.video-content .play-button {
  width: 60px;
  height: 60px;
}
.video-content {
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__section .mb_YTPBar.visible,
.video__section .mb_YTPBar:hover {
  opacity: 0.1 !important;
}
.trip-style-col a h3 {
  transition: 0.5s ease;
}
.section-activity .section-heading-wrap {
  padding-bottom: 40px;
}
.trip-style-col a:hover h3 {
  color: var(--primary--color);
  transition: 0.5s ease;
}
.trip-style-col a {
  transition: 0.5s ease;
  display: block;
}

.trip-style-col a:hover {
  transform: translate(0, -20px);
  position: relative;
  transition: 0.5s ease;
}

.section-activity .overlay-col {
  height: 400px;
}
.section-activity .overlay-col .overlay-title {
  font-size: 25px;
  font-weight: 800;
}

.section-activity .overlay-col .overlay-news-content-wrap span {
  opacity: 0.85;
}

.section-activity .overlay-col .overlay-col > a::before {
  background-image: linear-gradient(
    to top,
    #000,
    rgba(0, 0, 0, 0.72),
    transparent,
    transparent,
    transparent
  );
}

.carousel-slider .owl-nav button {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid var(--primary--color) !important;
  border-radius: 100%;
  font-size: 18px !important;
}

.carousel-slider .owl-nav button i {
  color: var(--primary--color);
}

.carousel-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.carousel-slider .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 101%;
}

.carousel-slider .owl-carousel .owl-prev {
  position: absolute;
  left: -60px;
  top: 0;
}
.carousel-slider .owl-carousel .owl-nav button.disabled {
  opacity: 0.1;
  pointer-events: none;
}
.section-review .item {
  margin: 0 10px 0 0;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  border: 1px solid #dfdfdf91;
  border-radius: 6px;
}

.review__item-user {
  display: flex;
  align-items: center;
  padding-top: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #11111182;
}
.review__item-user img {
  width: 45px !important;
  height: 45px;
  object-fit: cover;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
  border-radius: 100%;
}
.review-comment {
  color: #534d48;
  line-height: 1.7;
  font-size: 15.1px;
  font-weight: 500;
}
.review__author {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 1px;
  color: #000;
}

.review__author span {
  font-size: 14px;
}

.review-rating svg {
  width: 17px;
  height: 17px;
  margin-right: 0;
}
.review-rating svg path {
  fill: rgb(252, 191, 2) !important;
}

.review-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.1px;
  margin-bottom: 10px;
}

.section-review .owl-carousel .owl-stage,
.review-slider-wrap .owl-carousel .owl-stage {
  display: flex;
}

.review__item-text {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section-review {
  position: relative;
  background: #f1f1f17a;
}
.section-review::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(./assets/img/box-bg-with-square.png);
  height: 100%;
  width: 100%;
}

.section-blog .overlay-news-content-wrap .overlay-title {
  font-size: 20px;
  margin-top: 0;
  line-height: 1.3;
  text-transform: none;
}

.post-detail {
  font-size: 13px;
  padding-top: 12px;
  display: flex;
  font-weight: 500;
  align-items: center;
  flex-wrap: wrap;
}
.post-detail i {
  margin-right: 3px;
  font-size: 12px;
  opacity: 0.76;
}
.post-detail > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 10px;
}

.post-detail div img {
  width: 40px !important;
  height: 40px;
  display: inline-block !important;
  vertical-align: middle;
  border-bottom: 1;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 4px;
  margin-right: 10px;
}
.site-footer {
  background: #000;
  padding: 40px 0 0 0;
  color: #fff;
  position: relative;
}
.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-bg::after {
  content: "";
  background: url(./assets/img/footer-wh-1.svg) 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 21px;
  background-repeat: repeat-x;
}
.site-footer::before {
  content: "";
  background: url(./assets/img/footer-pattern-4-new.jpg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/* .site-footer::before {
  background: url(./assets/img/footer-pattern-1.png);
} */

/* .site-footer::after {
  content: "";
  background: linear-gradient(to top, #000000c4, rgba(0, 0, 0, 0.45), transparent, transparent, transparent);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
} */

/* .site-footer::after {
  content: "";
  background: url(./assets/img/prayer-flag.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
} */
.footer-first {
  display: flex;
  justify-content: center;
}

.social-media a {
  background: #ffffff1c;
  display: inline-block;
  margin-left: 6px;
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
}

.social-media a:hover {
  background: #fff;
  color: var(--primary--color);
}
.estd-logo {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: center;
}

.associated-col-wrap .associated div {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 8px;
}
.footer-head {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: 0.95;
}
.footer-second {
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #ffffff24;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-col ul li {
  padding: 4px 0;
}
.footer-col ul li a {
  color: #ffffffb8;
  color: #fff;
  font-size: 14.3px;
  font-weight: 500;
}
.footer-col ul li a:hover {
  opacity: 1;
  color: #fff;
}
.section-review .container {
  position: relative;
}
.associated-col-wrap {
  flex: 1;
  max-width: 400px;
  padding-right: 15px;
}
.footer-link-wrap {
  flex: 1;
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-link-wrap > div {
  flex: 33.333%;
  padding-right: 30px;
}
.footer-third {
  margin-top: 30px;
}
.footer-third .social-media {
  margin-top: 20px;
}
.footer-third .col-md-5 {
  margin-top: auto;
}
.footer-contact-left ul {
  margin: 0;
  padding: 0 0 0 12px;
  display: flex;
  flex-wrap: wrap;
}
.group a {
  display: inline-block;
  max-width: 125px;
  padding-right: 10px;
  vertical-align: middle;
}
.group a img {
  border-radius: 5px;
  height: 57px;
  object-fit: cover;
}
.footer-contact-left ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}

.footer-contact-left ul li a {
  padding-right: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14.8px;
  padding-bottom: 0;
}

.footer-contact-left ul li a:hover {
  opacity: 0.75;
}

.footer-contact-right {
  margin-top: 20px;
  grid-gap: 13px;
}
.footer-contact-right div strong {
  display: block;
  font-size: 17px;
  padding-top: 5px;
}
.footer-contact-right div {
  font-size: 14px;
  display: inline-block;
  padding-right: 30px;
}
.footer-third .col-md-6 {
  margin: auto 0 0 0;
}

.playVideo {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
  z-index: 99999;
  cursor: pointer;
}

.video__section .modal {
  z-index: 9999999;
}

.footer-contact-right div a {
  color: #fff;
}

.footer-grey-bottom {
  padding: 0px 0 30px 0;
  font-size: 13px;
  color: #ccc;
  text-align: right;
  font-weight: 500;
}

.footer-grey-bottom a {
  color: #ccc;
}
.social-media {
  margin-bottom: 11px;
}
.associated-col-wrap .associated {
  /* margin-top: 20px; */
}
.itinerary-sub-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trip-hero__main .content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100;
  padding: 30px;
  padding-bottom: 50px;
}

.trip-hero__main .content .content-wrap {
  margin: 0 auto;
  max-width: 1388px;
  color: #fff;
}

.hotel-accomodation > h3 {
  display: none;
}

.trip-hero__gallery {
  flex: 30%;
}
.trip-hero__gallery .gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.trip-hero__main .content .trip_title {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
  margin: 0 0 0 0;
  /* font-family: var(--cursive); */
}
.trip-hero__main > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
}
.trip-info-svg img {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: unset;
}
.trip-hero__main .content .trip_title-sub {
  font-size: 18px;
  color: #ffffffb2;
  font-weight: 500;
  margin: 10px 0 0 0;
  line-height: 1.3;
  font-family: "Merriweather Sans", sans-serif;
}
.mini-trip-info {
  margin: 22px 0 0 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  align-items: center;
}

.trip-hero__main .mini-trip-info li {
  display: inline-block;
  font-weight: 500;
  vertical-align: text-bottom;
  padding-right: 18px;
  line-height: 1;
  color: #fff;

  font-size: 15.6px;
}
.trip-hero__main .mini-trip-info li i {
  cursor: pointer;
  margin-left: 2px;
  display: inline-block;
  vertical-align: middle;
}
.trip-hero__main .mini-trip-info li:first-child {
  padding-left: 0;
}
.trip-hero__main .mini-trip-info li .trip-info {
  display: inline-block;
  width: 60px;
}
.trip-hero .trip-info-svg .light {
  fill: #556974 !important;
}

.trip-info-svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.trip-info-svg .dark {
  fill: #fff !important;
}
.trip-info-svg svg {
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  width: 35px;
}
.gallery-img-container {
  height: 100%;
}
.trip-hero__gallery .gallery-item {
  height: 50%;
}

.itinerary-sub-nav {
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 50;
}
.itinerary-sub-nav ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style: none;
}
.itinerary-sub-nav li a {
  transition: 0.3s linear;
  display: block ruby;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.86);
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans";
  color: #4f4f4f;
}

.itinerary-sub-nav li a:focus {
  color: #4f4f4f;
}
.itinerary-sub-nav li {
  position: relative;
  display: block;
  line-height: 1.4;
  padding-left: 50px;
  counter-increment: nav-counter;
  padding-bottom: 16px;
  cursor: pointer;
  border-bottom: 1px solid #0000000d;
  padding-top: 16px;
}
.itinerary-sub-nav li:last-child {
  border-bottom: none;
}
.itinerary-sub-nav li::before {
  content: counter(nav-counter);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #bbb;
  text-align: center;
  font-size: 14px;
  opacity: 0.6;
  font-weight: 600;
  justify-content: center;
}
.itinerary-sub-nav li:first-child {
  margin-top: 0;
}
.modules {
  padding: 25px 0;
}
.text-block {
  padding-right: 55px;
}
.text-block p {
  /* font-style: normal; */
  font-weight: 400;
  line-height: 1.701;
  font-size: 16px;
}
.image-block img {
  border-radius: 8px;
}
.text-block-title {
  color: #022831;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 145%;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
}
.column3 {
  grid-column: span 3;
}
.column9 {
  grid-column: span 9;
}

.column4 {
  grid-column: span 4;
}
.column8 {
  grid-column: span 8;
}

.itinerary-sub-nav {
  position: sticky;
  top: 100px;
}

.itinerary-sub-nav .buttons .wh-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  /* border-radius: 32px; */
}
.itinerary-sub-nav .buttons {
  padding-top: 20px;
}
.divTableBody .divTableCell p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
  line-height: 1.7;
}
.tournav__title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.btn--red-outline {
  color: var(--primary--color);
  border: var(--primary--color) 1px solid;
}
.btn--red-outline:hover {
}

.wh-btn.btn--red-outline::before,
.wh-btn.btn--red-outline::after {
  background: var(--primary--color);
}

.itinerary-content-all > div,
.itinerary-content-area > div {
  padding-top: 25px;
  /* border-bottom: 1px dashed #0000003b; */
}
.itinerary-content-all > div:last-child,
.itinerary-content-area > div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.itinerary-content-all > div:first-child,
.itinerary-content-area > div:first-child {
  padding-top: 0;
  margin-top: 0;
}
.panel .heading {
  margin-bottom: 20px;
  font-size: 21px;
  text-transform: uppercase;
  /* font-weight: bold; */
  /* font-family: "Bebas Neue", sans-serif; */
  color: #712822;
}
/* .the-content p,
.the-content {
  color: #000;
  font-weight: 500;
  line-height: 35px;
  font-size: 18px;
  text-align: justify;
} */

.the-content p,
.the-content {
  color: #534d48;
  font-weight: 350;
  line-height: 33px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 20px;
}

.content-border {
  padding: 20px;
  border: 1px solid #eee;
}

.the-content h1,
.the-content h2,
.the-content h3,
.the-content h4,
.the-content h5,
.the-content h6 {
  font-weight: bold;
  color: var(--primary--color);
  font-size: 30px;
}

.the-content h1 {
  font-size: 40px;
  line-height: 50px;
}

.the-content h2 {
  margin-bottom: 12px;
  font-size: 23px;
}

.the-content h3 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 21px;
}

.the-content h4 {
  font-size: 15px;
}

.the-content ul,
.the-content ol {
  margin: 0;
  padding: 5px 0 0 20px;
}
.the-content p {
  margin-top: 0;
}

.the-content ul li a,
.the-content ol li a {
  color: var(--primary--color);
}

.the-content p iframe {
  width: 100%;
}

.itinerary-content-area {
  padding-left: 35px;
  border-left: 1px solid #0000000d;
}

.itinerary-sub-nav li.active::before,
.itinerary-sub-nav li:hover::before {
  background: var(--primary--color);
  color: #fff;
  opacity: 1;
  border-color: var(--primary--color);
  transition: 0.3s linear;
}

.itinerary-sub-nav li.active > a,
.itinerary-sub-nav li:hover > a {
  transition: 0.3s linear;
  color: var(--primary--color);
}
.short-itenerary__item:last-child {
  padding-bottom: 0;
}
/* .highlight-box {
  padding: 28px 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 28px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
} */
.heading-sm {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 22px 0;
  /* text-transform: uppercase; */
  opacity: 0.85;
  letter-spacing: -0.2px;
  color: #000;
}
.highlight-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.highlight-box li {
  color: #534d48;
  position: relative;
  font-size: 14px;
  /* font-weight: 500; */
  line-height: 24px;
  padding-left: 30px;
}

.itinerary-content-area .col-lg-8 {
  padding-right: 0;
}

.highlight-box li::before {
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #0000004f;
  width: 20px;
  content: "";
  background: url(./assets/img/chevron-right.svg) no-repeat center center;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  background-size: 10px;
}
.highlight-box li:not(:last-child) {
  margin-bottom: 10px;
}
.short-itenerary__item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}
.short-itenerary__item:first-child {
  padding-top: 0;
}
.short-itenerary__item {
  position: relative;
  display: flex;
  padding: 10px 0;
  line-height: 0;
}
.short-itenerary__item p {
  font-weight: 500;
  line-height: 1.8;
  margin: 0;
}

.short-itenerary__item .item-day,
.short-itenerary__item .item-title {
  font-size: 16px;
  margin-bottom: 0;
}

.short-itenerary__item .item-day {
  font-weight: 600;
  margin-right: 10px;
  white-space: nowrap;
  line-height: 1.8;
  text-transform: uppercase;
  opacity: 0.9;
  letter-spacing: 0.3px;
  font-size: 17px;
}
#overview .the-content {
  padding-bottom: 15px;
}

.accordion-slide {
  display: none;
}
.itinerary-list-wrap .itineraries,
.faq__content {
  padding: 15px;
  border: 1px solid #0000001f;
  margin-bottom: 20px;
  border-radius: 4px;
}
.itinerary-list-wrap .itineraries:last-child,
.faq__content:last-child {
  margin-bottom: 0;
}

.faq__content .accordion-title {
  padding: 0;
}

.accordion-title {
  cursor: pointer;
  position: relative;
  font-family: "Open Sans";
}

.accordion-title i {
  width: 33px;
  height: 33px;
  content: "";
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  transition: 0.3s ease-in-out;
  top: 0;
  right: 0;
  color: #00000047;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.itinerary-list-wrap .itineraries .dates {
  display: inline-block;
  line-height: normal;
  text-align: center;
  /* text-transform: uppercase; */
  margin: 0 15px 0 0;
  vertical-align: middle;
  /* margin-bottom: 15px; */
  font-weight: 500;
  font-size: 17px;
  color: #333333bf;
}
.itinerary-list-wrap .itineraries .dates strong {
  font-weight: 600;
  font-size: 22px;
}
.itinerary--title,
.faq-container ul li a {
  padding-left: 0;
  font-size: 17px;
  margin: 0;
  display: block;
  padding-right: 40px;
  font-weight: 700;
  /* margin-bottom: 8px; */
  color: #353535;
}
.itinerary-list-wrap .itineraries p,
.itinerary-list-wrap .itineraries {
  line-height: 27px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 15px;
}
.itinerary-list-wrap .itineraries p {
  text-align: justify;
}

.itinerary-list-wrap .itineraries .accordion-slide {
  margin-top: 20px;
}

.accordion-title.active i {
  transform: rotate(180deg);
  transition: 0.3s linear;
}

.lists ul {
  margin: 0;
  padding: 0 0 0 0px;
  list-style: none;
}
.lists > div h3 {
  font-size: 20px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-family: "Open Sans", sans-serif;
  /* font-family: var(--heading-new); */
}

.panel .lists div:nth-child(2n) {
  margin-top: 25px;
}

.expand-btn,
.expand-btn-faq {
  border: 2px solid #00000017;
  padding: 8px 20px;
  border-radius: 21px;
  font-weight: 700;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  top: 17px;
  right: 0;
}

.expand-btn:hover,
.expand-btn-faq:hover {
  color: #000000d9;
}

.itinerary-list-wrap {
  margin-top: 25px;
}

.panel .lists div li {
  margin-top: 7px;
  font-size: 14px;
  /* font-weight: 500; */
  color: #534d48;
  position: relative;
  padding-left: 23px;
  line-height: 1.65;
}
.panel .lists div li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  color: green;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
}
.panel .lists div:nth-child(2n) li::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  color: red;
}
.panel .lists div li p {
  margin-bottom: 0;
}
#itinerary .heading {
  margin: 0;
}
#itinerary .d-flex {
  margin-bottom: 25px;
}

.date-slide .date-inner {
  background-color: #fff;
  border: 1px solid #eae3dc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 16px 0 0;
  transition: border 0.2s ease;
  transition: 0.3s ease;
}
.date-slide .date-inner:hover {
  transform: scale(0.98);
  transition: 0.3s ease;
}
.date-slide .year {
  color: #000000d4;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: a;
  margin-bottom: 5px;
  padding: 0 16px;
  vertical-align: middle;
  font-family: "Open Sans";
}
.date-slide .year i {
  color: #022831;
  font-size: 24px;
  margin-right: 14px;
}

.date-slide .date {
  color: #000000bf;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 120%;
  padding: 0 16px;
  text-transform: capitalize;
  font-family: "Open Sans";
  text-transform: uppercase;
}
.date-slide .date i {
  color: #0000002e;
  font-size: 20px;
  padding: 0 10px;
}
.date-slide .trip-information {
  border-bottom: 1px solid #eae3dc;
  border-top: 1px solid #eae3dc;
  display: block;
  flex: 1;
  margin: 18px 0 0;
  font-family: "Open Sans";
  padding: 10px 16px;
}
.date-slide .trip-information .status img {
  height: 32px;
  width: 32px;
}

.date-slide .trip-information span {
  line-height: 1;
  margin: 0 0px 0 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.date-slide .trip-information .status {
  display: flex;
  align-items: center;
}
.date-slide .action-button {
  display: flex;
  padding: 16px;
  flex-wrap: wrap;
}
.date-slide .action-button .btn {
  margin-right: 0;
  width: 100%;
}
.btn-secondary,
.btn-primary,
.btn-tertiary {
  background: transparent !important;
  border: var(--primary--color) 1px solid;
  color: var(--primary--color);
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 16px 15px 15px 20px !important;
  border-radius: 5px;
  font-family: "Merriweather Sans", sans-serif;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  border-color: var(--primary--color) !important;
  color: var(--primary--color);
  opacity: 0.7;
}
.btn-primary {
  background-color: var(--primary--color) !important;
  border-color: var(--primary--color) !important;
  color: #fff;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--primary--color) !important;
  border-color: var(--primary--color) !important;
  color: #fff;
  opacity: 0.7;
}

.btn-tertiary {
  color: #111;
  background-color: #f5bd525e !important;
  border-color: #f5bd52 !important;
}
.btn-tertiary:active,
.btn-tertiary:focus,
.btn-tertiary:hover {
  color: #111;
  background-color: #f5bd525e !important;
  border-color: #f5bd52 !important;
  opacity: 0.7;
}

.departure-date-wrap .owl-carousel,
.review-slider-wrap .owl-carousel,
.review-slider-wrap1 .owl-carousel {
  margin-top: 20px;
}
.departure-date-wrap .owl-carousel .owl-dots,
.review-slider-wrap .owl-carousel .owl-dots,
.review-slider-wrap1 .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.itinerary-content-area #reviews {
  border-bottom: none;
  padding-bottom: 0;
}
.departure-date-wrap .owl-carousel .owl-dots button,
.review-slider-wrap .owl-carousel .owl-dots button,
.review-slider-wrap1 .owl-carousel .owl-dots button {
  border: 2px solid #ccc;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-radius: 100%;
  transition:
    background-color,
    border 0.3s linear;
}
.review-slider-wrap .owl-carousel .owl-dots,
.review-slider-wrap1 .owl-carousel .owl-dots {
  margin-top: 20px;
}
.review-slider-wrap .owl-carousel .review-slider-wrap .item,
.review-slider-wrap1 .owl-carousel .item {
  background: #00000003;
}
.departure-date-wrap .owl-carousel .owl-dots button.active,
.departure-date-wrap .owl-carousel .owl-dots button:hover,
.review-slider-wrap .owl-carousel .owl-dots button.active,
.review-slider-wrap .owl-carousel .owl-dots button:hover,
.review-slider-wrap1 .owl-carousel .owl-dots button.active,
.review-slider-wrap1 .owl-carousel .owl-dots button:hover {
  background: var(--primary--color);
  transition:
    background-color,
    border 0.3s linear;
  border: transparent;
}
.item-slider > a {
  height: 200px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.3s linear;
  border-radius: 5px;
}

.item-slider > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0,
    rgba(0, 0, 0, 0.29) 37.69%,
    rgba(30, 47, 57, 0)
  );
  height: 100%;
  z-index: 1;
  width: 100%;
}
.item-slider > a img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  transition: 0.3s linear;
}
.item-slider > a:hover img {
  transform: scale(1.1);
  transition: 0.3s linear;
}

.item-slider > a h3 {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.sld-wrp .slide-btn {
  cursor: pointer;
  padding: 8px;
  height: 150px;
}

.sld-wrp .slide-btn img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sld-wrp .slick-current .slide-btn {
  padding: 8px;
  background: rgba(255, 215, 33, 0.27058823529411763);
}
.slide-container {
  height: 500px;
}
.slide-container img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.itinerary-content-area #accomodation {
  padding-bottom: 25px;
}

.review-slider-wrap .item,
.review-slider-wrap1 .item {
  margin: 0 0 0 0;
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  border: 1px solid #dfdfdf91;
  border-radius: 6px;
}
.team-desc {
  text-align: center;
  padding: 12px 0 0 0;
}
.team-desc h3 {
  font-size: 14px;
}
.team-desc h3 a {
  color: #534d48;
  text-transform: uppercase;
  font-weight: 600;
}
.trip-facts-col strong {
  text-transform: uppercase;
  font-size: 15px;
  color: #555;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
  font-family: "Open Sans";
}
.trip-facts-col {
  padding-left: 47px;
  position: relative;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.55;
}
.trip-facts-col > img {
  position: absolute;
  left: 0;
  top: 1px;
  width: 32px;
}
.trip-facts-wrap,
.trip-facts-wrap1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 25px;
}

.trip-facts-wrap1 {
  grid-template-columns: repeat(3, 1fr);
}

.divTableHead {
  color: #111;
  display: table-cell;
  padding: 15px 20px 14px 20px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  font-family: "Open Sans";
  font-weight: 600;
}
.divTableHeading {
  display: table-header-group;
  background: #13111112;
}
.divTable {
  display: table;
  margin-top: 25px;
  width: 100%;
}
.divTableBody {
  display: table-row-group;
  text-align: left;
}
form.divTableRow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
.divTableRow {
  display: table-row;
}

.divTableBody .divTableCell {
  font-family: "Open Sans";
  display: table-cell;
  font-size: 15px;
  padding: 8px 15px 8px 15px;
  vertical-align: middle;
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 600;
  text-align: left;
}

.divTableBody .divTableCell span.open-departure {
  font-size: 15px;
  font-weight: 600;
  display: block;
  color: #138613;
}
.divTableBody .divTableCell span.close-departure {
  color: #dc581f;
  font-size: 16px;
  display: block;
}

.close-departure span {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  /* display: block; */
}

.showMultiple {
  font-size: inherit;
  font-size: 20px;
  color: var(--primary--color);
  font-weight: 500;
}
.fixedDepartureNewPrice {
  font-size: 16px;
  font-weight: 500;
}

.divTableRow:nth-child(2n) {
  background: #f1f1f187;
  position: relative;
}

.itinerary-content-area #reviews .review-slider-wrap .item,
.itinerary-content-area #reviews .review-slider-wrap1 .item {
  background-color: #1111110a;
  border: none;
  padding: 30px 30px;
}
.simple-tooltip {
  position: relative;
}
.simple-tooltip::after {
  border-radius: 2px;
  min-width: 250px;
  max-width: 250px;
  content: attr(data-tooptip);
  position: absolute;
  bottom: 29px;
  right: 0;
  background-color: #111;
  box-shadow: rgba(0, 0, 0, 0.24) 0 0 24px;
  color: #fff;
  white-space: normal;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
}
.simple-tooltip::before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
}
.simple-tooltip:hover::after,
.simple-tooltip:hover::before {
  visibility: visible;
  opacity: 1;
  transition: 0.3s ease all;
}

.page-navigation {
  padding: 10px 0 0;
}
.page-navigation .breadcrumb {
  display: flex;
}
.breadcrumb {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.breadcrumb li {
  font-weight: 500;
  font-size: 13px;
}

.breadcrumb li {
  line-height: 100%;
}

.breadcrumb li:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #777;
  display: inline-block;
  margin: 0 12px;
  width: 4px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.breadcrumb li:last-child {
  color: var(--primary--color);
}
.breadcrumb li a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 13px;
}
.breadcrumb li:hover a {
  color: var(--primary--color);
}
.page-hero__bg {
  position: relative;
  /* height: 550px; */
  overflow: hidden;
}

.page-hero__bg.attraction__cat__banner {
  height: 550px;
}
.page-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__content {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
}

.hero__inner .hero__description {
  font-size: 16px;
}
.hero__inner .hero__title {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.section-medium {
  padding: 50px 0;
}

.page-title {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--primary--color);
  font-family: var(--heading-new);
}

.page-title > a {
  color: var(--primary--color);
}

.page-title-small {
  font-size: 30px;
}

.tab-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #00000017;
  border-bottom: 2px solid #00000017;
  display: flex;
}
.tab-bar ul li {
  font-weight: bold;
  margin-right: 2px;
  padding: 20px 25px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

.tab-bar ul li a {
  text-decoration: none;
  color: #111111b2 !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 14px;
}

.tab-bar ul li:hover a,
.tab-bar ul li.active a {
  color: var(--primary--color) !important;
}
.tab-content {
  /* padding: 10px; */
  color: #000;
}

.background-muted {
  background: #f1f1f194;
}
.section-md {
  padding: 50px 0;
}
.title.title-small {
  font-size: 35px;
  font-weight: 800;
}

.img-holder {
  height: 340px;
  position: relative;
}
.img-holder > a > img,
.img-holder > a {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}
.scale a:hover > img {
  transform: scale(1.1);
}
.img-holder > a {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.scale a:hover img,
.scale a img {
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.package-card-overlay .package-title {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  background: #b72025cf;
  margin: 0;
  padding: 18px 30px;
  font-family: "Dosis";
  border-radius: 0 0 4px 4px;
  text-transform: uppercase;
  font-size: 18px;
}
.package-card-overlay .package-title a {
  color: #fff;
}

.scale:hover .package-title {
  transition: 0.2s linear;
  padding-bottom: 30px;
}
.package-category {
  margin-bottom: 30px;
}

.page-navigation {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.custom--modal,
.custom--modal1 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.68);
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
}

.showModal .custom--modal,
.showModal1 .custom--modal1 {
  opacity: 1;
  visibility: visible;
  transition: 0.3s linear;
  z-index: 9999;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.custom--modal .custom-modal-content,
.custom--modal1 .custom-modal-content {
  flex-direction: column;
  max-width: 580px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-height: calc(100% - 60px);
  overflow-y: auto;
  height: 100%;
}

.custom--modal1 .custom-modal-content {
  max-width: 100%;
  max-height: 100%;
}

.custom-modal-body {
  background-color: #fff;
  min-height: 300px;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 30px;
  max-width: 750px;
  position: relative;
  padding-top: 50px;
}

.custom--modal1 .custom-modal-body {
  min-height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}
.custom-modal-body i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 30px;
  opacity: 0.54;
  cursor: pointer;
}
.custom--modal .custom-modal-content .custom-modal-body h3 {
  margin: 0 0 11px;
  font-size: 17px;
  opacity: 0.86;
  letter-spacing: 0;
  text-transform: capitalize;
}

.custom-modal-body h4 {
  margin: 0 0 23px;
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: var(--primary--color);
}

.navigation > div > ul > li > ul {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding: 10px 12px;
  list-style: none;
  position: absolute;
  top: 100%;
  background: #fff;
  width: 280px;
  box-shadow: -1px 5px 12px #0003;
  border-radius: 0 0 4px 4px;
  z-index: 1112;
}

.navigation > div > ul > li > ul > li > ul {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  padding: 10px 12px;
  list-style: none;
  position: absolute;
  left: 120%;
  top: 0;
  background: #fff;
  width: 280px;
  box-shadow: -1px 5px 12px #0003;
  border-radius: 0 0 4px 4px;
  z-index: 1112;
}
.navigation > div > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navigation > div > ul > li > ul > li,
.navigation > div > ul > li > ul > li > ul > li {
  position: relative;
}

.navigation > div > ul > li > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  left: 104%;
}
.navigation > div > ul > li > ul > li > a,
.navigation > div > ul > li > ul > li > ul > li > a {
  color: #534d48;
  font-weight: 600;
  font-size: 15px;
  /* text-transform: uppercase; */
  display: block;
  padding: 6px 10px;
}
.navigation > div > ul > li > ul > li:hover > a,
.navigation > div > ul > li > ul > li > ul > li:hover > a {
  color: var(--primary--color);
}

.navigation > div > ul > li > ul > li > i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
}

.site-header .header-mobile {
  display: none;
  align-items: center;
}
/* .travel-destination-section .section-heading-wrap .title,
.travel-destination-section .section-heading-wrap strong {
  display: block;
  color: #fff;
} */
.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  background-color: #fff;
  color: #1111;
  transition: all 0.3s ease-in-out;
  z-index: 9999999;
}

.mobile-sidebar > div > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-sidebar > div > ul > li {
  border-bottom: 1px solid #e6e6e6e6;
  opacity: 0;
  cursor: pointer;
}

.mobile-sidebar > div > ul > li > a {
  color: #534d48;
  text-decoration: none;
  padding: 12px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
}
.mobile-sidebar > div > ul > li:hover {
  background: #fff5f536;
}

.bg-overlay {
  position: fixed;
  background: #000000db;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 999999;
  top: 0;
}

.mobileMenu-show .bg-overlay {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.mobile-sidebar > div > ul > li > ul,
.mobile-sidebar > div > ul > li > ul > li > ul {
  background: #f1f1f1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

.mobile-sidebar > div > ul > li,
.mobile-sidebar > div > ul > li > ul > li {
  position: relative;
}

.mobile-sidebar > div > ul > li > i,
.mobile-sidebar > div > ul > li > ul > li > i {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  cursor: pointer;
  color: #0000006b;
}

.mobile-sidebar > div > ul > li > ul > li,
.mobile-sidebar > div > ul > li > ul > li > ul > li {
  color: #0000006b;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1411764706);
  font-weight: 600;
}
.mobile-sidebar > div > ul > li > ul > li > a,
.mobile-sidebar > div > ul > li > ul > li > ul > li > a {
  padding: 10px 15px;
  display: block;
  color: #000000bd;
  font-size: 14px;
  font-weight: bold;
}

.mobile-sidebar > div > ul > li > ul > li:hover > a,
.mobile-sidebar > div > ul > li > ul > li > ul > li:hover > a {
  color: var(--primary--color);
}

.mobile-sidebar > div > ul > li > ul > li:last-child,
.mobile-sidebar > div > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
}

.pagination .page-item {
  border: 1px solid #00000036;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
  margin-right: 11px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.page-item:hover,
.page-item.current {
  border: 1px solid var(--primary--color);
  color: #fff;
  background: var(--primary--color);
}

.page-item.next,
.page-item.prev {
  padding-left: 20px;
  width: auto;
  padding-right: 13px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding-right: 20px;
}

.page-item.next:hover,
.page-item.prev:hover {
  color: var(--primary--color);
  background: none;
}

.team-col {
  margin-bottom: 15px;
}

.team-col > a {
  display: block;
  width: 100%;
  height: 205px;
}

.team-col > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-text-align-center {
  text-align: center;
}
.has-text-align-center strong {
  text-align: center;
  display: block;
}

.page-title__wrap {
  margin-bottom: 40px;
}

.page-title__wrap span {
  font-style: italic;
}

.sub-title {
  color: var(--secondary--color);
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 8px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.145em;
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
.defaultBanner .banner-contents {
  /* z-index: 0; */
  top: auto;
  bottom: 0;
  height: auto;
}

.sidebar-links {
  position: relative;
  margin-bottom: 25px;
}

.quick__links .sidebar-links {
  height: 100%;
}

.single__sidebar.sidebar-links {
  height: auto;
  padding-top: 43px;
}

.about--text {
  position: relative;
}

.sidebar-links::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: url(./assets/img/window-top.svg) 0 0 no-repeat;
  max-width: 430px;
  height: 46px;
  background-size: contain;
  background-position: center top;
  width: 430px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.sidebar-links::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  /* background: url("./assets/img/window-footer.svg") 0 0 no-repeat; */
  background-color: #e2e0e0;
  max-width: 414px;
  height: 18px;
  background-size: contain;
  background-position: center top;
  width: 414px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.single__template--sidebar .sidebar-links::after {
  width: 100%;
}
.sidebar-links h3 {
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  background: #bf5802;
  margin: 0;
  text-transform: uppercase;
  /* border-radius: 10px 10px 0 0; */
  background-size: cover;
  background-position: bottom;
  text-align: center;
}

.single__template--sidebar .sidebar-links h3 {
  padding: 6px 20px;
  font-size: 17px;
}

.single__template--sidebar .sidebar-links::before {
  max-width: 320px;
  width: 320px;
  height: 33px;
}

.single__template--sidebar .single__sidebar.sidebar-links {
  padding-top: 33px;
}

.sidebar-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  position: relative;
  padding: 45px;
  height: 95%;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.sidebar-links ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(./assets/img/window-below-title.svg) 0 0 no-repeat;
  z-index: 1;
}

.sidebar-links ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./assets/img/window-length.svg) 0 0 repeat;
}

.sidebar-links ul li {
  padding: 7px 10px;
  border-bottom: 1px solid #00000017;
  position: relative;
  z-index: 1;
  padding-left: 35px;
}

.sidebar-links ul li::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  font-size: 12px;
  color: #999;
  padding-right: 16px;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.sidebar-links ul li a {
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.quick__links .sidebar-links {
  height: 100%;
  padding-top: 44px;
}

@media (min-width: 768px) {
  .page-content__section .col-md-3 {
    padding-right: 0;
  }
}

.second-filter .filter__title {
  margin: 0;
  margin: 0 15px;
}

.second-filter .filter__body--holder > div select {
  margin-right: 15px;
}

.destination_with_cat {
  padding: 50px 0;
}

.destation-nav nav {
  justify-content: center;
}

.section-all-review .navLinks {
  background: url(./assets/img/white-pattern-wh.jpg) center center;
}

.navLinks {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 7px 25px;
  color: #111;
  font-size: 20px;
  font-family: var(--heading-new);
  background: #fff;
  margin-right: 15px;
  border-radius: 50px;
  position: relative;
}

.navLinks::before {
  content: "";
  position: absolute;
  top: 0;
}

.navLinks:last-child {
  margin: 0;
  border-right: none;
}

.destination_with_cat nav {
  margin-bottom: 25px;
}

.navLinks.active,
.navLinks:hover {
  background: #ffd700 url(./assets/img/btn-pattern.jpg);
  color: #fff;
  background-size: cover;
  background-position: initial;
}

.nav-tabs {
  border-bottom: none;
}

.filter-tab {
  margin-bottom: 25px;
}

.filter-tab .filter {
  background: transparent;
  padding: 0;
}

.filter-tab .second-filter .filter__title {
  font-size: 15px;
  color: #111;
  margin: 0;
  margin-bottom: 8px;
  text-transform: none;
}

.filter-tab .second-filter .filter__body--holder > div select {
  border: 1px solid #99999975;
  min-width: 200px;
}

.filter-tab .filter__item-btn button {
  padding: 13px 17px;
  background-color: var(--primary--color);
}

.journey-group {
  position: absolute;
  right: 15px;
  top: 15px;
}

.journey-group img {
  width: 55px;
}

.destination_with_cat .sub-text {
  color: #111;
  opacity: 1;
  margin-top: 8px;
}

.tab-content .the-content p {
  text-align: center;
}

.sidebar-links ul li a:hover {
  color: var(--third--color);
}

.teamPeople {
  text-align: center;
}

.teamPeople span {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.teamPeople > a {
  display: block;
  width: 160px;
  margin: auto;
  height: 160px;
  border: 2px solid var(--primary--color);
  padding: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.teamPeople > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.team-details h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.team-details h3 a {
  color: var(--third--color);
}

.team-details strong {
  margin-bottom: 5px;
  display: block;
}

.contact-office h4 {
  font-size: 30px;
  color: var(--primary--color);
  font-weight: 700;
  margin: 0;
  margin-bottom: 8px;
  font-family: var(--heading-new);
  font-weight: 400;
}

.contact-office {
  position: relative;
  background: #fff;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 25px;
  display: flex;
}

.contact-office > div {
  flex: 50%;
}

.contact-office p {
  line-height: 1.65;
  color: #534d48;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px;
  color: #534d48;
}

.gallery-item a {
  height: auto;
  width: 100%;
  display: block;
}

.gallery-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-leader-content .the-content p {
  font-size: 14px;
  line-height: 1.9;
}

.section-heading-wrap .title.title-sm {
  font-size: 25px;
}

.tour-leader-img > div {
  margin-top: 8px;
  text-align: center;
}

.tour-leader-img > div.review-rating {
  margin: 0;
}

.review-title > a {
  color: #111;
}

.itinerary-content-area #accomodation ul,
.accordion-slide .trip-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}

.itinerary-content-area #accomodation ul li,
.accordion-slide .trip-list li {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px dashed #33333354;
}

.itinerary-content-area #accomodation h3,
.accordion-slide .trip-list h3 {
  text-transform: uppercase;
  font-size: 20 px;
}

.itinerary-content-area #accomodation ul.trip-list h4,
.accordion-slide ul.trip-list h4 {
  text-transform: uppercase;
}

.itinerary-content-area #accomodation ul.trip-list h4 a,
.itinerary-content-area #accomodation ul.trip-list p a,
.accordion-slide .trip-list p a,
.accordion-slide .trip-list h4 a {
  color: var(--primary--color);
}
.itinerary__accordion-stats-item img {
  vertical-align: middle;
  width: 20px;
}

.itinerary-stats > div.meal-items img {
  vertical-align: middle;
  width: 16px;
  margin-left: 5px;
}

.itinerary__accordion-stats-item span {
  font-weight: 600;
  color: #333;
  font-size: 13px;
}

.itinerary__accordion-stats-item strong {
  text-transform: uppercase;
  font-size: 12px;
  color: #333;
}

.itinerary-facts {
  padding: 10px 15px;
  text-align: center;
}

.itinerary-facts > div {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 15px;
  line-height: 100%;
  padding: 11px 15px;
  box-shadow: 0 0 5px 5px #3333330f;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.itinerary-facts > div img {
  width: 25px;
  margin-right: 8px;
  vertical-align: middle;
}

.itinerary-notes {
  margin-top: 15px;
}

.itinerary-notes p {
  color: var(--third--color);
}

.itinerary-stats > div {
  display: inline-block;
  margin-right: 15px;
}

.itinerary-stats > div.meal-items {
  margin-right: 4px;
}

.default-navbar.mainnavigation {
  position: static;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.default-navbar .navigation > div > ul > li > a {
  color: var(--primary--color);
}

.default-navbar.mainnavigation {
  position: static;
}

.default-navbar.mainnavigation.fixed {
  position: fixed;
}

.default-navbar.mainnavigation.fixed .navigation > div > ul > li > a {
  color: #fff;
}

.team-details-single.team-details {
  text-align: center;
}

.team-details-single.team-details strong {
  font-size: 20px;
  color: var(--third--color);
  margin: 0;
  line-height: 1.2;
  margin-bottom: 8px;
}
.team-details-single.team-details span {
  font-weight: 600;
  display: block;
}

.detailed-nav ul {
  display: flex;
}

.itinerary-sub-nav .container,
.newDetails .container,
.related__trips .container,
.banner__section--new .container,
.trip-hero__main .container,
.alacarte-section .container {
  max-width: 1388px;
}

.trip-hero-new {
  position: relative;
  height: 100%;
  /* max-height: 850px; */
  margin-top: 20px;
}

.trip-hero-new::before {
  background: linear-gradient(
    0deg,
    rgb(27, 45, 55) 0,
    rgba(30, 47, 57, 0.69) 37.69%,
    rgba(30, 47, 57, 0)
  );
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.2s ease;
  width: 100%;
  z-index: 80;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.trip-hero-new > div > picture img {
  width: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  vertical-align: middle;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.itinerary-sub-nav.detailed-nav {
  top: 114px;
}

.itinerary-sub-nav.detailed-nav ul {
  background: #620c1d17;
  border-top: 2px solid #a39161;
  padding: 0;
  list-style: none;
  display: flex;
  scroll-behavior: auto;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 0;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.itinerary-sub-nav.detailed-nav li {
  border-bottom: none;
  padding: 0;
}
.itinerary-sub-nav.detailed-nav li > a {
  text-transform: none;
  padding: 17px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.itinerary-sub-nav.detailed-nav li:before {
  content: "";
  width: auto;
  height: auto;
  border: None;
}

.newDetails .itinerary-content-area {
  padding: 0;
  border: none;
}

.itinerary-sub-nav.detailed-nav li > a img {
  width: 18px;
}

.itinerary-sub-nav.detailed-nav li:hover > a,
.itinerary-sub-nav.detailed-nav li.active > a {
  background: var(--third--color);
  color: #fff;
}

.itinerary-sub-nav.detailed-nav li:hover > a img,
.itinerary-sub-nav.detailed-nav li.active > a img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.sidebar__itinerary {
  text-align: center;
  background: #eee url(./assets/img/map-bg.png) 0 0 no-repeat;
  padding: 15px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.facts-wrap {
  background: #eee url(./assets/img/shiny-overlay.svg) bottom left no-repeat;
  padding: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.date-price {
  margin-bottom: 15px;
}

.date-price > span {
  font-size: 14px;
  display: block;
  font-weight: 600;
}

.sidebar__itinerary strong {
  display: block;
  font-size: 22px;
}

.sidebar__itinerary .cta-btn > a {
  width: 100%;
  margin-bottom: 8px;
}

.facts-wrap > div:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #0000001c;
}

.sidebar__itinerary .cta-btn {
  padding: 0 15px;
}

.sticky {
  position: sticky;
  top: 100px;
}

.trip-facts-col > div img {
  width: 20px;
}

.heading.heading-sm {
  font-size: 25px;
}

.trip-hero__main .mini-trip-info li img {
  width: 20px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.trip-hero__main .mini-trip-info li:nth-last-child(2) img {
  filter: none;
  width: 100%;
}

.divTableBody .divTableCell {
  width: 20%;
}

.divTableBody .divTableCell:nth-child(3) {
  width: 20%;
}

.divTableBody .divTableCell:nth-child(4) {
  width: 20%;
}

.divTableBody .divTableCell:last-child {
  width: 15%;
  text-align: right;
}

.accordion-title {
  cursor: pointer;
  position: relative;
  font-family: "Open Sans";
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 20px;
}

.itinerary-list-wrap .itineraries .dates {
  font-size: 17px;
  font-weight: bold;
  color: #828482;
  /* background-position: bottom;
  background-size: 100%; */
}

.itinerary-list-wrap .itineraries {
  padding-left: 0;
  padding-right: 0;
  /* padding-bottom: 0; */
}

.accordion-title i {
  right: 20px;
}

.itinerary-stats {
  padding: 10px 20px;
  background: #eee;
  margin-top: 15px;
}

.itinerary-list-wrap .itineraries .accordion-slide .the-content,
.itinerary-list-wrap .itineraries .accordion-slide .hotel-accomodation {
  padding: 0 20px;
  margin-top: 10px;
}

.related__trips,
.related--blogs {
  background: linear-gradient(
    180deg,
    rgba(234, 234, 234, 0.3) 33.33%,
    rgba(255, 255, 255, 0) 100%
  );
  border-top: 2px solid #0000001f;
}

.discount--card__table {
  width: 100%;
}

.discount--card {
  background-color: #fff5f3;
  padding: 0;
  margin-top: 8px;
}

.discount--card.discount--card--transparent .discount--card__list tr td {
  font-size: 16px;
  background-color: #fff;
}
.discount--card__accordion {
  padding: 0 0 7px;
}
.discount--card .discount--card__accordion {
  display: none;
}

.discount--card__header tr {
  padding: 0 19px 8px;
  overflow: hidden;
  position: relative;
  display: block;
}
.discount--card__header tr:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 9px;
  right: 9px;
  display: block;
  background: #b7202514;
}
.discount--card__header-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.08;
  color: #111;
  float: left;
  text-align: left;
}
.discount--card__header-title:last-child {
  text-align: right;
  float: right;
}
.discount--card__list {
  padding: 10px 16px;
  display: block;
  overflow: hidden;
}
.discount--card__list tr {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  display: block;
  overflow: hidden;
}
.discount--card__list tr:last-child {
  margin: 0;
}
.discount--card__list tr:after {
  content: "";
  height: 1px;
  z-index: -1;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: 0;
  right: 0;
  background-repeat: repeat-x;
}
.discount--card__list tr td {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #111;
  float: left;
  text-align: left;
}
.discount--card__list tr td:last-child {
  text-align: right;
  float: right;
}
.discount--card__list tr .person {
  padding-right: 5px;
}
.discount--card__list tr .discount-price {
  padding-left: 5px;
}

.discount--card h4 {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.simple-tooltip a {
  color: #fff;
}

@media (min-width: 768px) {
  .banner-grid,
  .banner__section--new .owl-carousel .owl-stage {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-gap: 10px;
  }
  .banner-img:first-child,
  .banner-img:nth-of-type(2),
  .banner__section--new .owl-carousel .owl-item:first-child,
  .banner__section--new .owl-carousel .owl-item:nth-of-type(2) {
    grid-row: 1/3;
    height: 100%;
  }
  .banner-img:first-child > img,
  .banner-img:nth-of-type(2) > img,
  .banner__section--new .owl-carousel .owl-item:first-child > img,
  .banner__section--new .owl-carousel .owl-item:nth-of-type(2) > img {
    height: 100%;
  }

  .banner__section--new .owl-carousel .owl-item:first-child {
    max-width: 900px !important;
    height: 100%;
    width: 100% !important;
    width: 900px !important;
    margin: 0 !important;
  }

  .banner__section--new .owl-carousel .owl-item {
    width: 100% !important;
    height: 300px;
  }
}

.banner-img > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.banner-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner-img .banner-contents {
  align-items: flex-end;
}

.banner-img .banner-contents h3 {
  text-shadow: 0 3px 5px #00000091;
}

.banner-img:first-child img {
  width: 100%;
}

.banner__section--new > div {
  position: relative;
}

.banner__section--new .wh-btn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 111;
}

.modal-slider .banner-img {
  width: 100%;
  height: 750px;
  padding: 10px;
}

.modal-slider img {
  width: 100%;
  height: 100%;
}

.accordion-title::after,
.faq-container ul li a.faq-title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #efefef;
  position: absolute;
  transition: 0.3s ease-in-out;
  top: -1px;
  right: 15px;
  font-size: 11px;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-title.active::after,
.faq-container ul li a.faq-title.active::after {
  content: "\f068";
}

.panel.trip-facts-sidebar {
  margin: 25px 0;
}

.other--details:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #0000003b;
}

.mobile-footer-btns {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  left: 0;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
  flex-wrap: wrap;
  z-index: 111;
  margin-bottom: 0 !important;
}

.mobile-footer-btns .date-price > span {
  font-size: 18px;
}

.accordion-slide .trip-list li > div {
  display: none;
}

.heading-mobile {
  display: none;
}

.small-accomodation {
  position: relative;
  padding-left: 40px;
}

.small-accomodation img {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
}

.small-accomodation h4 {
  font-size: 20px;
  color: var(--primary--color);
}

.overviewTab > div.is-hidden-desktop {
  display: none;
  padding: 0;
  border: none;
}

.attraction__banner {
  position: relative;
}

.attraction__banner .banner-contents {
  align-items: flex-end;
}

.reviews__text {
  display: flex;
  flex-wrap: wrap;
}

.reviews__text > div {
  margin-bottom: 15px;
}

.reviews__text .review-img img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.reviews__text > div:first-child {
  display: flex;
  margin-right: 24px;
  flex: 1;
}
.reviews__text .review-img {
  margin-right: 15px;
}

.reviews__text > div:last-child {
  flex: 4;
}

.review-person span {
  display: block;
}

.review-person h4 {
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

.review-person span {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}

.review-person span i {
  color: #ffc20e;
}

.review--details h3 {
  font-size: 22px;
  font-family: "Open Sans";
  font-weight: 600;
  color: var(--primary--color);
  margin-bottom: 8px;
}

.review--details h3 a {
  color: var(--primary--color);
}

.review--details p {
  font-size: 16px;
  line-height: 1.6;
  color: #534d48;
  overflow: hidden;
  margin-bottom: 12px;
}

.reviews__text {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #2222225e;
}
.reviews__text:last-child {
  border-bottom: none;
  padding: 0;
}

.section-all-review nav {
  margin-bottom: 55px;
}

.video-person {
  position: relative;
}

.video-person > a {
  display: block;
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.video-person > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.video-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.video-overlay h3 {
  color: #fff;
  font-family: var(--heading-new);
  font-size: 25px;
  font-weight: 400;
  margin: 0;
}

.video-overlay h3 > a {
  color: #fff;
}

.video-overlay span {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
}

.video-person > a::after {
  content: "";
  background: url(./assets/img/play.png) 0 0 no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  background-size: contain;
}

.video-person > a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgb(27, 45, 55) 0,
    rgba(30, 47, 57, 0.19) 37.69%,
    rgba(30, 47, 57, 0)
  );
  border-radius: 10px;
}

.video__reviews .col-md-4,
.blog-section .col-md-4 {
  margin-bottom: 25px;
}

/* .testimonial--section {
  background: url("./assets/img/btnwhite-pattern-wh.jpg");
  padding-bottom: 50px;
} */

.attraction__banner {
  position: relative;
}
.testimonial--section .attraction__banner {
}

.attraction__banner {
  position: relative;
}
.testimonial--section .attraction__banner .page-title {
  padding-top: 50px;
  margin-bottom: 25px;
}

.testimonial-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
  gap: 25px;
  column-gap: 10px;
}

.testimonial-details ul li {
  flex: 24%;
  position: relative;
  padding-left: 65px;
}

.testimonial-details ul li strong {
  display: block;
  font-family: var(--heading-new);
  font-size: 22px;
  font-weight: 400;
}

.testimonial-details ul li > div.testi-img {
  position: absolute;
  background: #fff;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.testimonial-details ul li a {
  color: #252525;
}

.testimonial-details ul li > div.testi-img img {
  width: 25px;
}

.testimonial-details ul li span i {
  color: #ffc20e;
}

.destination-page,
.page-content__section,
.testimonial-details {
  position: relative;
}

.destination-page::before,
.page-content__section::before,
.testimonial-details::before {
  content: "";
  background: url(./assets/img/white-pattern-wh.jpg) repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}

.blog-container .overlay-news-content-wrap .overlay-title {
  font-size: 20px;
  margin-top: 0;
  line-height: 1.3;
  text-transform: none;
}

.featured-img {
  text-align: center;
  margin-bottom: 12px;
}

.blog-header {
  padding: 75px 0;
}

.blog-authors {
  text-align: center;
  margin-top: -37px;
}

.blog-authors div img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin-right: 8px;
}

.blog-authors div a {
  margin-top: 12px;
  display: block;
  color: var(--third--color);
  font-weight: bold;
}

.blog-header i {
  font-size: 14px;
}

.the-content figure {
  text-align: center;
  width: 100% !important;
}

.the-content p a {
  display: inline-block;
  text-align: center;
}

.the-content figcaption {
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  font-weight: bold;
  color: var(--primary--color);
}

.the-content p a img {
  margin-bottom: 12px;
}

.blog-header .page-title {
  margin: 0;
}

.blog-header span.postDate {
  font-weight: bold;
  font-size: 14px;
  color: #111;
}

/* .sidebar-links ul li::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
} */

.about--text {
  padding: 25px;
  background: #fff;
}

.festival-dates {
  margin-top: 25px;
  overflow: auto;
}

.festival-dates table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}

.festival-dates table tbody tr:first-child th {
  margin: 0;
  text-transform: uppercase;
  padding: 15px;
  font-weight: 800;
  font-size: 16px;
  text-align: left;
}

.festival-dates table tr {
  background: #fff;
  border-radius: 0 3px 3px 0;
}

.festival-dates table tr:hover {
  background: #eeeeee8c;
}

.festival-dates table tr:nth-child(2n) {
  background: #eeeeee8c;
}
.festival-dates table tr td {
  padding: 15px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  font-size: 15px;
  font-weight: 500;
}

.the-content table tr h3 {
  margin: 0;
}

.the-content table tr h3 span strong {
  font-weight: 700 !important;
}

.festival-dates table tr:first-child {
  background-color: rgba(27, 28, 30, 0.0588235294);
  padding: 15px;
  font-weight: 800;
  font-size: 16px;
  text-align: left;

  background: #ffd700 url(./assets/img/btn-pattern.jpg);
  margin: 0;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: bottom;
}

.festival-dates table tr td a {
  color: var(--primary--color);
  text-decoration: underline;
}

.pagination-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}

.default-section {
  padding: 15px;
  background: #fff;
}

.locationMap iframe {
  width: 100%;
  height: 200px;
}
.tshowcase-box-title a,
.tshowcase-box-title {
  color: var(--primary--color);
  font-size: 18px;
}

.tshowcase-single-position,
.tshowcase-single-location,
.tshowcase-single-email,
.tshowcase-single-telephone {
  font-size: 14px;
}

.tshowcase-box-photo > a,
.tshowcase-box-photo {
  display: block;
  height: 170px;
  width: 170px;
}

.tshowcase-box-photo > a img,
.tshowcase-box-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tshowcase-box-info {
  margin-top: 8px;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5em;
}

.faq-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-container ul li {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px dashed #a5a5a5;
}
.faq-content {
  display: none;
  margin-top: 15px;
}

.faq-content p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  color: #534d48;
}

.faq-search input {
  width: 100%;
}

/* Contact Form */

h2.quform-form-title {
  margin-bottom: 25px;
  text-transform: uppercase;
  font-style: normal;
  color: var(--primary--color);
  font-family: var(--heading-new);
  font-weight: 400;
  margin: 0 !important;
  margin-bottom: 25px !important;
}

.iphorm-uniform-theme-default {
  padding: 25px;
  background: #fff;
}

.iphorm-element-wrap {
  text-align: left !important;
}

.iphorm-labels-left.iphorm-element-wrap .iphorm-input-wrap {
  margin: 0 !important;
  padding: 0;
}

.quform-label > label {
  width: auto !important;
  float: none !important;
  color: #534d48 !important;
  font-size: 14px;
  padding: 0;
  font-weight: bold !important;
  line-height: normal;
}

.quform-label > label {
  display: none;
}

.quform-label > label {
  color: #252525;
}

.quform-child-elements {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}

.quick__inquiry .quform-child-elements {
  display: block;
}

.quick__inquiry .quform-child-elements > div {
  margin-bottom: 15px;
}
.quform-child-elements > div {
  grid-column: span 6;
}

.quform .quform-elements::before {
  display: none !important;
}

.quform-button-style-theme {
  flex: 100%;
  margin: 0;
  grid-column: span 12;
}

.quform-field-text {
  width: 100%;
  padding: 10px 15px;
  height: 40px;
}

.quform-field-text,
.quform-field-email,
.iphorm-theme-light-rounded .iphorm-elements .iphorm-element-wrap-captcha input,
.quform-field-textarea,
.quform-field-select,
.iphorm-uniform-theme-default div.selector,
.quform-field-captcha {
  height: 50px !important;
  box-sizing: border-box;
  font-family: "Merriweather Sans", sans-serif;
  color: #000 !important;
  padding: 8px 10px 8px 20px !important;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.06) !important;
  font-weight: 600;
  font-size: 14px !important;
  border: none !important;
  width: 100% !important;
  box-shadow: none !important;
  border-bottom: solid 2px rgba(0, 0, 0, 0.14) !important;
  border-radius: 0 !important;
}

.iphorm-uniform-theme-default div.selector {
  background: transparent !important;
}

.iphorm-uniform-theme-default div.selector span {
  color: #666;
  text-shadow: 0 1px 0 white;
  display: none;
}
.iphorm-elements .iphorm-element-wrap-text input::placeholder,
.iphorm-elements textarea::placeholder {
  color: #000 !important;
  opacity: 1;
}

.quform-field-textarea {
  height: auto !important;
}

.iphorm-element-spacer {
  padding: 0;
}

.quform-button-submit button,
.quick__inquiry .quform-button-submit button[type="submit"],
.quform-button-style-theme button {
  font-family: var(--heading-new);
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none !important;
  overflow: hidden;
  transition: all 0.3s;
  background: var(--primary--color) !important;
  color: #fff;
  font-weight: 400;
  overflow: hidden;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  border: none;
}

.quform-child-elements > div.quform-element-submit {
  grid-column: span 12;
}

.quform-inner.quform-inner-captcha {
  display: flex;
  align-items: center;
}

.quform-label-inside {
  line-height: 2;
  top: 16px !important;
}

.quform-label-inside label {
  display: block;
}

.quform-inner p.quform-description {
  font-size: 11px;
  line-height: 1.5;
  color: #333;
}

.quick__inquiry .quform .quform-elements {
  padding-bottom: 15px;
}

.quform-label.quform-label-3_8 {
  position: absolute;
  left: 9px;
  top: 9px;
}

.iphorm-uniform-theme-default div.selector select {
  opacity: 1;
}

.iphorm-submit-wrap button[type="submit"] span em,
.quick__inquiry .iphorm-submit-wrap button[type="submit"] span em {
  padding: 0;
  text-shadow: none;
  color: #fff;
  background: transparent;
}

.iphorm-clearfix::before,
.iphorm-clearfix::after {
  display: none;
}

.iphorm-group-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: var(--heading-new);
  font-weight: 400;
  color: var(--primary--color) !important;
}

.iphorm-input-radio-li label,
.iphorm-input-checkbox-li label {
  font-size: 15px;
}

.ifb-captcha-image-inner {
  float: none;
  width: 250px;
  text-align: center;
  display: inline-block;
}

.iphorm-captcha-image-wrap {
  margin: 0 !important;
  margin-right: auto;
  padding: 0 !important;
}

.ifb-captcha-image-inner img {
  max-width: 100%;
  display: inline-block;
}

.iphorm-options-inline > .iphorm-input-checkbox-li {
  display: inline-block;
  float: none;
}

.iphorm-input-checkbox-ul .iphorm-input-checkbox-li {
  display: inline-block;
}

.quform-child-elements::before {
  display: none;
}

.pagination-top {
  margin-top: 35px;
}
.page-numbers {
  border: 1px solid #00000036;
  display: inline-block;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  overflow: hidden;
  margin: 0 6px 10px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000cf;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  font-family: var(--heading-new);
  border-radius: 4px;
}

.quform-spacer {
  margin: 0;
  padding: 0;
}
.page-numbers:hover,
.page-numbers.current {
  border: 1px solid var(--primary--color);
  color: #fff;
  background: var(--primary--color);
}
.page-numbers.next,
.prev.page-numbers {
  padding-left: 15px;
  width: auto;
  padding-right: 15px;
}

.associated-col-wrap .associated div img {
  border-radius: 10px;
}

.section-blog .col-md-4 {
  margin-bottom: 25px;
}

.iconAct {
  text-align: center;
}

/* .activity-icon .col-md-4 {
  padding-bottom: 40px;
} */

.section-activity {
  padding-bottom: 20px;
}

.iconAct > a {
  display: block;
  width: 60px;
  min-width: 60px;
  height: 60px;
  margin: auto;
}

.iconAct div {
  flex: 1;
  text-align: left;
  margin-left: 20px;
}

.iconAct {
  display: flex;
  align-items: center;
}

.iconAct h3 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.iconAct span {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 4px;
}
.iconAct h3 a {
  color: var(--primary--color);
}

.package-ratings-dates {
  margin-top: 15px;
}

/* .packageRatings {
  margin-top: 9px;
} */

.packageRatings span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  vertical-align: middle;
}
.packageRatings i {
  font-size: 13px;
  vertical-align: middle;
  color: #ffd700;
}

.packageDates > span {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.cost__info {
  margin-bottom: 25px;
}

.cost__info.discount--card .discount--card__accordion {
  display: block !important;
}

.cost__info.discount--card h4 {
  font-size: 18px;
  font-weight: bold;
}

.cost__info .discount--card__header-title {
  font-size: 18px;
}

.cost__info .discount--card__list tr td {
  font-size: 16px;
}

.packageDates {
  position: relative;
  display: block;
  cursor: pointer;
}

.quick-dates {
  position: absolute;
  left: 0;
  top: 200%;
  z-index: 111;
  visibility: hidden;
  opacity: 0;
  width: 150px;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
}

.quick-dates ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 5px 8px;
  background: #111;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.quick-dates ul li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px solid #eeeeee44;
  padding-bottom: 8px;
}

.quick-dates ul li a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #fff;
}

.packageDates:hover .quick-dates {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
}

#mapPopup img {
  width: 100%;
}

.mini-trip-info .packageRatings {
  margin: 0;
}

.mini-trip-info .packageRatings span {
  display: inline-block;
  color: #fff;
}

.quick__inquiry {
  margin-top: 25px;
  padding: 25px;
  background: #f3f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.quick__inquiry h3.iphorm-title {
  margin: 0 !important;
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
  color: #712822;
}

.quick__inquiry .iphorm-elements-9 input[type="text"],
.quick__inquiry .iphorm-elements-9 input[type="email"],
.quick__inquiry .iphorm-elements-9 textarea {
  background: #fff !important;
}

.quick__inquiry .iphorm-elements-9 input::placeholder,
.quick__inquiry .iphorm-elements-9 textarea::placeholder {
  color: #333;
}

.request_detail .iphorm-uniform-theme-default {
  background: transparent !important;
}

.request_detail .iphorm-inner .iphorm-elements {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
  row-gap: 15px;
}

.iphorm-elements > div {
  grid-column: span 6;
  flex: 0 0 46%;
}

.quick__inquiry .iphorm-element-spacer {
  margin-bottom: 20px;
}
/* .quick__inquiry label {
  font-size: 14px !important;
} */

.error-404 h1.page-title {
  font-size: 250px;
  color: var(--primary--color);
  line-height: 100%;
}

.error-404 h3 {
  font-family: var(--heading-new);
  font-size: 25px;
  margin: 0;
  font-weight: 400;
}

.error-404 p {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

.testimonial-details ul li span br {
  display: none;
}

.testimonial-details ul li span {
  font-size: 15px;
}

.review-person {
  flex: 1;
}

.quick__inquiry > div {
  padding: 0 !important;
}

.quick__inquiry .iphorm-submit-input-wrap {
  float: none;
}

.quick__inquiry .iphorm-input-wrap-select > div {
  width: 100% !important;
}

.associated-col-wrap .cdsROW {
  width: 100% !important;
  height: auto !important;
}

.tripAdvisor__code {
  background: #fff;
}

.tab-title {
  font-family: var(--heading-new);
  font-weight: 400;
  padding: 10px 13px;
  background: var(--primary--color);
  color: #fff;
  margin-bottom: 25px;
  cursor: pointer;
  display: none;
}

.tab-content > .tab-pane .tab-title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  float: right;
  font-size: 18px;
  line-height: 26px;
}

.quick__inquiry .iphorm-elements-9 textarea {
  height: 100px !important;
}

.packageRatings > a {
  color: #fff;
}

.modal-content .btn-close {
  float: right;
}

.review-slider-wrap .packageRatings span {
  font-size: 16px;
}

.quickInqMob {
  display: none;
}

.iphorm-responsive .iphorm-submit-wrap button {
  width: auto;
}

.single__team .entry-title {
  text-align: center;
  margin-bottom: 15px;
}

.single__team .entry-content {
  color: #000;
  font-weight: 500;
  line-height: 35px;
  font-size: 18px;
  text-align: justify;
}

.team-details-single.team-details span i {
  font-size: 14px;
}

.socialMedias__link {
  margin-top: 15px;
}

.socialMedias__link > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: var(--primary--color);
  color: #fff;
  border-radius: 50px;
  margin-right: 5px;
  line-height: 40px;
}

.socialMedias__link span {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}
.socialMedias__link > a.facebook-f {
  background: #4267b2;
}

.socialMedias__link > a.twitter {
  background: #1da1f2;
}

.socialMedias__link > a.instagram {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.tshowcase-box-social {
  display: none;
}

.destination__review .reviews__text > div:first-child {
  display: block;
  text-align: center;
  margin-right: 15px;
}

.destination__review .reviews__text .review-img {
  margin: 0;
  margin-bottom: 15px;
}

.destination__review .review-person span {
  line-height: 1.6;
}

.single-review .review-person h4 {
  font-size: 20px;
}

a[data-readmore-toggle] {
  color: var(--primary--color);
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.review-detail-content {
  overflow: hidden;
}

.page-template-template-bhutan .about--text,
.page-template-template-india .about--text,
.page-template-template-nepal .about--text,
.page-template-template-tibet .about--text,
.page-template-template-north-east .about--text,
.page-template-template-sikim .about--text,
.page-template-template-festival .about--text {
  margin-right: 30px;
}

.page-template-template-sidebar .sidebar-links:not(:first-child) {
  margin-top: 40px;
}
.quick__links {
  padding-bottom: 50px;
}

.trekking__regions--page .col-md-4 {
  margin-bottom: 25px;
}

.trekking__regions--page .overlay-news-content-wrap .overlay-title {
  font-size: 21px;
}

.faq-container .title {
  margin-bottom: 25px;
  font-size: 25px;
}

.faq-multiple-container.faq-container ul li {
  margin-bottom: 20px;
  position: relative;
  border-bottom: none;
  padding: 7px;
  padding-left: 50px;
  background: #cccccc40;
}

.faq-multiple-container.faq-container ul li a.faq-title::after {
  right: auto;
  left: 0;
  top: 0;
  background: var(--primary--color);
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.faq-multiple-container.faq-container ul li {
  margin-bottom: 20px;
  position: relative;
  border-bottom: none;
}

.faq-multiple-container.faq-container {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.faq__page .expand-btn {
  position: static;
  display: inline-block;
  margin-bottom: 15px;
}

.contact-details .iphorm-element-spacer {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

.contact-details
  .iphorm-theme-light-rounded
  .iphorm-element-wrap
  > .iphorm-element-spacer
  > label {
  grid-column: span 3;
}

.contact-details .iphorm-labels-left.iphorm-element-wrap .iphorm-input-wrap {
  grid-column: span 8;
}

.contact-details .iphorm-elements {
  display: block;
}

.contact-details .iphorm-elements > div {
  margin-bottom: 12px;
}

.iphorm-theme-light-rounded .iphorm-submit-input-wrap {
  float: none;
}

.alacarte-section .panel {
  padding-top: 25px;
}

.facts-wrap .date-price span strong {
  display: block;
  font-size: 20px;
}

.faq-expand {
  text-align: right;
}

.externalLink svg {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 9px;
  top: 11px;
}

.externalLink svg path {
  stroke: #666;
}

.trip-hero-new .journey-group {
  top: auto;
  bottom: 15px;
  z-index: 999;
}

.contact__form.contact-details {
  padding: 25px;
  background: #fff;
}

.contact__form.testimonials__form
  .quform-element.quform-element-group
  .quform-child-elements
  > div {
  grid-column: span 12;
}

.customize__form .quform-label > label,
.customize__form .quform-child-elements {
  display: block;
  margin: 0;
  text-align: left;
}
.customize__form .quform-child-elements > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.customize__form .quform-field-text,
.customize__form .quform-field-email,
.customize__form
  .iphorm-theme-light-rounded
  .iphorm-elements
  .iphorm-element-wrap-captcha
  input,
.customize__form .quform-field-textarea,
.customize__form .quform-field-select,
.customize__form .iphorm-uniform-theme-default div.selector,
.customize__form .quform-field-captcha {
  height: 45px !important;
  padding: 8px !important;
  border: none !important;
}

.contact__form.customize__form {
  padding: 20px;
}

.customize__form .quform-labels-left > .quform-spacer {
  display: flex;
  align-items: center;
}

.customize__form .quform-labels-left > .quform-spacer > .quform-inner {
  margin: 0;
  width: 100%;
}

.contact__form.contact-details.customize__form {
  padding: 40px;
}

.modal .contact__form.contact-details.customize__form {
  padding: 0;
}

.customize__form .quform-theme-light .quform-label > label > .quform-required {
  font-size: 10px;
}

.customize__form .quform-field-textarea {
  height: 100px !important;
}

.customize__form .quform-label.quform-label-3_8 {
  position: relative;
}

.customize__form input::placeholder,
.customize__form .quform-field-textarea::placeholder {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.83);
}

.customize__form .quform-child-elements .quform-element-submit {
  text-align: center;
  border: none;
}

.customize__form .quform-child-elements .quform-button-submit-default {
  float: none;
}

.site-map-title {
  text-align: left;
  font-weight: 900;
  font-size: 28px;
  text-transform: uppercase;
  margin: 15px 0 0;
  color: #8b572a;
}
.site-map__list--item {
  padding: 25px;
  border: 1px solid #0000001f;
  padding-bottom: 15px;
  margin-top: 30px;
  background: #fff;
}
.site-map__list--item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding: 0;
}
.site-map__list--item ul li {
  padding: 10px 0 0;
  line-height: 100%;
  list-style: none;
}
.site-map__list--item ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.site-map__list--item ul li a {
  font-weight: 500;
  font-size: 15px;
  color: #112233d6;
}

.site-map-sub-title {
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0 5px;
}

.mobile-banner {
  display: none;
}

.mobile-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.package-card .package-card-media > a.add__whislist {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #888;
}

.add__whislist:hover {
  color: #888;
}

.trip__highlights {
  margin: 30px 0;
}
.trip__highlights .heading-sm,
.trip_map .heading-sm {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}

.the-content table tr td {
  padding: 8px 19px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  background: transparent;
}
.the-content table {
  margin-bottom: 25px;
}
.the-content table tr td p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.the-content table tr:nth-child(2n) {
  background: #fffc;
}
.the-content table tr:hover {
  background: #fff;
  transition: 0.3s ease;
}
.the-content table tr {
  transition: 0.3s ease;
}
.the-content table {
  border: none;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  width: 100%;
}

.readmore-text {
  max-height: 360px;
  overflow: hidden;
  position: relative;
}

.has-readmore.readmore-text::after {
  content: "";
  height: 88px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    #fff 80%
  );
}

.readmore-text.expanded::after {
  display: none;
}

.read-more,
.read-more-toggle {
  color: var(--primary--color);
  font-weight: 600;
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid var(--primary--color);
  margin-top: 12px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.read-more-toggle {
  display: block;
  width: max-content;
  font-size: 12px;
  padding: 5px 10px;
}

.read-more:hover {
  color: #111;
}

.quform-labels-left > .quform-spacer > .quform-inner {
  margin-left: 0 !important;
}

#reviews .heading,
#leader .heading,
#photos .heading,
#faqs .heading {
  cursor: pointer;
  position: relative;
}

#reviews .heading::after,
#leader .heading::after,
#photos .heading::after,
#faqs .heading::after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  width: 35px;
  height: 35px;
  background: #eee;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}

.desktop-accordion-show#reviews .heading::after,
.desktop-accordion-show#leader .heading::after,
.desktop-accordion-show#photos .heading::after,
.desktop-accordion-show#faqs .heading::after {
  content: "\f068";
}

.mobile-accordion-show#reviews .heading::after,
.mobile-accordion-show#leader .heading::after,
.mobile-accordion-show#photos .heading::after,
.mobile-accordion-show#faqs .heading::after {
  content: "\f068";
}
#reviews,
#leader,
#photos,
#faqs {
  border-top: 1px dashed #0000003b;
}

#reviews {
  border-top: none;
}

.add__whislist.active i {
  font-weight: 900;
  color: red;
}

.wishlist__message {
  position: fixed;
  bottom: 25px;
  left: 50%;
  max-width: 980px;
  margin: 0 auto;
  z-index: 111;
  width: 100%;
  transform: translateX(-50%);
  background: var(--primary--color);
  padding: 8px 15px;
  display: flex;
  display: none;
  justify-content: space-between;
  align-items: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.wishlist__message a,
.wishlist__message span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.wishlist__message a {
  text-transform: uppercase;
  float: right;
}

.shortlist-btn {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 999;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.shortlist-btn > a {
  vertical-align: bottom;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 100%;
  padding: 15px;
  color: #f1f1f1;
}

.single .shortlist-btn {
  display: none;
}

/* Sightseeing / Attraction */
.attraction__data > a {
  display: block;
  width: 100%;
  height: 200px;
}

.attraction__section .attraction__data > a {
  height: 300px;
  position: relative;
}

.attraction__data > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.attraction__data h3 {
  margin: 0;
  margin-top: 12px;
  margin-bottom: 3px;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.3px;
}

.attraction__section .attraction__data h3 {
  font-size: 18px;
}

.attraction__data h3 a {
  color: #333;
}

.attraction__data span {
  font-size: 14px;
  color: #444;
}

.popular__attractions h2 {
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: bold;
}

.popular__attractions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popular__attractions ul li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #cbcbcb;
}

.popular__attractions ul li a {
  font-size: 14px;
  display: block;
  color: #534d48;
  line-height: 100%;
}

.popular__attractions ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.popular__attractions {
  padding-top: 0;
}

.attraction-country {
  margin-bottom: 50px;
}

.blog__banner .page-hero__bg {
  height: 550px;
}

.blog__banner .banner-contents {
  background: transparent;
}

.blog__banner .banner-contents h1 {
  padding-bottom: 60px;
}

.blog-header .page-title {
  width: 75%;
  font-family: "Open Sans", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.9px;
  margin-bottom: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: auto;
  margin-bottom: 12px;
}

.blog-header span.postDate {
  font-weight: bold;
  font-size: 14px;
  color: #111;
  display: block;
  margin-bottom: 12px;
}

.page-content__area p,
.page-content__area {
  font-size: 17px;
  font-weight: 400;
  color: #534d48;
}

.page-content__area p {
  margin-bottom: 24px;
}

.blog-authors div span {
  font-size: 14px;
}

.page-content__area ul,
.page-content__area ol {
  padding-left: 16px;
}

.page-content__area ul li,
.page-content__area ol li {
  margin-bottom: 6px;
}

.page-content__area figure {
  margin-bottom: 24px !important;
}

.page-content__area h1,
.page-content__area h2,
.page-content__area h3,
.page-content__area h4,
.page-content__area h5,
.page-content__area h6 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 32px;
  color: var(--primary--color);
  opacity: 1;
}

.page-content__area h1 strong,
.page-content__area h2 strong,
.page-content__area h3 strong,
.page-content__area h4 strong,
.page-content__area h5 strong,
.page-content__area h6 strong {
  font-weight: 700;
}

.page-content__area h1 {
  font-size: 40px;
  line-height: 50px;
}

.page-content__area h2 {
  margin-top: 32px;
  font-size: 28px;
  line-height: 40px;
}

.page-content__area h3 {
  margin-top: 32px;
  font-size: 24px;
}

.page-content__area h4 {
  font-size: 20px;
}

.page-content__area figure img {
  margin-bottom: 2px;
}

.page-content__area figcaption {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
  opacity: 1;
  font-weight: 400;
  text-align: left;
  margin-top: 8px !important;
}

.related-tag {
  margin: 0;
  padding: 0;
  text-align: right;
  list-style: none;
}
.related-tag li {
  border: 1px solid #00000069;
  color: #0000009c;
  font-size: 14px;
  display: inline-block;
  padding: 11px 21px;
  -webkit-border-radius: 8px;
  border-radius: 50px;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  line-height: 100%;
}
.related-tag li {
  display: inline-block;
  margin: 0 0 15px 15px;
}
.related-tag li a {
  color: #0000009c;
}

.related-tag li:hover {
  background: var(--primary--color);
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #fff;
  border: 1px solid var(--primary--color);
}
.related-tag li:hover a {
  color: #fff;
}

.blog-category,
.blog-category-single {
  position: absolute;
  right: 15px;
  top: 15px;
  background: #ffd700 url(./assets/img/btn-pattern.png);
  background-position: bottom;
  background-size: 100%;
  color: #111;
  padding: 5px 16px;
  border-radius: 37px;
  font-size: 13px;
  font-weight: 600;
  z-index: 111;
}

.blog-category-single {
  position: static;
  display: inline-block;
  margin-bottom: 12px;
}

.blog-category-single > a {
  color: #111;
}

.itemListing h3 {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.itemListing h3 a {
  color: var(--primary--color);
}

.itemListing h3 a:hover {
  color: var(--primary--color);
}

.itemListing h6 {
  font-size: 29px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.itemListing h6 a {
  color: #000;
}

.itemListing h6 a:hover {
  color: var(--primary--color);
}

.itemListing.inner-page-itemListing ul li a {
  color: #333;
  font-weight: 600;
  font-size: 14px;
}

.itemListing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.itemListing > ul > li {
  padding: 10px;
  border-bottom: 1px solid #00000017;
  position: relative;
  z-index: 1;
  font-weight: 500;
  padding-left: 35px;
}

.itemListing ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.itemListing > ul > li::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  font-size: 12px;
  color: #999;
  padding-right: 16px;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.itemListing ul li a {
  color: #333;
  font-size: 15px;
}

.itemListing ul li a:hover {
  color: var(--primary--color);
}

.itemListing ul li ul li a {
  font-size: 14px;
  color: #534d48;
}

.itemListing > ul > li > ul {
  list-style: disc;
}

.itemListing > ul > li > ul > li::marker {
  color: var(--primary--color);
}

.itemListing > ul > li > ul > li {
  padding: 10px 0;
  border-bottom: 1px solid #00000017;
  position: relative;
  z-index: 1;
  margin-left: 18px;
  font-weight: 400;
}

.page-hero__section.attraction__banner {
  position: relative;
}

.page-hero__section.attraction__banner::after {
  content: "";
  background: url(//www.windhorsetours.com/wp-content/themes/windhorsetwentythree/./assets/img/prayer-flag-2.svg);
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.hotels--section {
  padding: 30px;
  background-color: #fff;
}

.filter__body--holder > div select,
.filter__body--holder > div input[type="text"] {
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  min-width: 184px;
  height: 45px;
  padding: 14px 25px 14px 16px;
  border: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02IDZMMC44MDM4NDcgMC43NUwxMS4xOTYyIDAuNzUwMDAxTDYgNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 12px 7px;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  font-family: "Mulish", sans-serif;
  background-color: #fff;
  border-color: none;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid rgba(51, 51, 51, 0.13);
}

.filter__body--holder > div input[type="text"] {
  background: transparent;
  cursor: text;
  background-color: #fff;
}
.filter__item-btn button {
  background: var(--primary--color);
  border: none;
  max-width: inherit;
  min-width: inherit;
  padding: 13px 25px;
  width: auto;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.attraction--filter .filter {
  background: transparent;
}

.attraction--filter .filter__title {
  color: #111;
  font-weight: bold;
}

.attraction__section .sidebar-links::before,
.attraction__section .sidebar-links::after,
.attraction__section .sidebar-links ul::before {
  display: none;
}

.attraction__section .sidebar-links {
  margin-bottom: 25px;
}
.attraction__section .sidebar-links h3 {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 13px 20px;
  position: relative;
  background: #ffd700 url(./assets/img/btn-pattern.png);
  margin: 0;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  background-position: bottom;
}
.attraction__section .sidebar-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #f2f2f2;
  position: relative;
}
.attraction__section .sidebar-links ul::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
  width: 210px;
  height: 160px;
  background: url(./assets/img/wh-pnglogo.png) 0 0 no-repeat;
  opacity: 0.3;
}
.attraction__section .sidebar-links ul li {
  padding: 10px 15px;
  border-bottom: 1px solid #00000017;
  position: relative;
  z-index: 1;
}
.attraction__section .sidebar-links ul li::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  position: static;
  padding: 0;
}
.attraction__section .sidebar-links ul li a {
  color: #444;
  font-size: 13px;
  font-weight: 500;
}

.attraction__section .sidebar-links ul li a:hover {
  color: var(--primary--color);
}

.blog-col > a {
  display: block;
  height: 250px;
  width: 100%;
}

.blog-col > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.blog-data > h3 {
  font-size: 20px;
  margin-top: 12px;
  font-weight: 700;
}

.blog-data > h3 a {
  color: #333;
}

.banner-desktop {
  position: relative;
}
.banner-grid {
  display: grid;
  grid-template-columns: 4fr 1fr 1fr;
  grid-gap: 10px;
  max-height: 500px;
}

.banner-grid .item {
  height: 241px;
  grid-column: span 4;
}

.banner-grid .item:first-child {
  grid-column: 1;
  grid-row: 1/3;
  height: 500px;
}

.banner-grid .item:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1;
}

.banner-grid .item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.banner-grid .item:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.banner-grid .item:nth-child(n + 5) {
  display: none;
}

.banner__img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-mobile .banner__img {
  height: 250px;
}

.banner-slider.banner-mobile {
  margin-top: 25px;
}

.photo__collage {
  position: absolute;
  cursor: pointer;
  left: 24px;
  top: 24px;
  padding: 8px 18px;
}

.photo__collage:hover {
  color: var(--primary--color);
}

.attraction-title {
  color: var(--primary--color);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 6px;
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
}

.heading-wrap {
  margin-bottom: 25px;
}

.attraction-content .the-content p {
  line-height: 28px;
  font-size: 17px;
  text-align: left;
}

.other-attractions {
  text-align: center;
  height: 100%;
  padding: 16px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.other-attractions img {
  display: block;
  width: 55px;
  margin: auto;
}

.other-attractions h3 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  margin: 6px 0;
  margin-top: 15px;
}

.other-attractions h3 {
  color: var(--primary--color);
}

.other-attractions span {
  color: #534d48;
  font-size: 14px;
  line-height: 22px;
}

.nearby__attractions {
  background: #f6f6f6;
  padding: 50px 0;
}

.attraction-category {
  color: #111;
  font-size: 14px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}

.attraction-category img {
  width: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

.fancybox__container {
  z-index: 999999;
}

.attraction__sub__title {
  font-size: 18px;
  font-weight: 500;
  color: #444;
}

.attraction-type {
  display: block;
}
.attractionCategory {
  background: transparent;
}

@media (max-width: 768px) {
  .attraction-title {
    font-size: 25px;
    line-height: 120%;
  }
  .attraction__single__banner {
    padding-bottom: 0;
  }

  .attraction__sub__title {
    margin-bottom: 12px;
    display: block;
  }

  .tab-content {
    overflow-x: hidden;
  }
}

.attraction__near__section .title {
  text-transform: inherit;
  font-weight: 500;
}

.attraction__near__section .attraction__data h3 {
  text-transform: inherit;
  font-weight: 600;
}

/* .attraction__icon {
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 999;
  text-align: center;
  padding: 7px;
  background: #fff;
} */

.attraction__icon {
  margin-top: 12px;
  text-align: center;
  position: absolute;
  right: 20px;
  background: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.attraction__icon > img {
  height: 35px;
  margin: auto;
}

.attraction__icon span {
  display: block;
  line-height: 1.1;
  margin-top: 6px;
  font-weight: 600;
  font-size: 12px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/* Modal */

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px 15px;
  background: rgba(0, 0, 0, 0.8);
  /* opacity: 0; */
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  margin: 0 !important;
}

.modal-content {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 800px;
  max-width: calc(100% - 0.01px) !important;
  background: #fff;
  opacity: 0;
  transition-property: opacity, transform;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);

  padding: 30px;
}

.modal.modal-open {
  opacity: 1;
  z-index: 99999999;
}

.modal-open > .modal-content {
  transform: translateY(0);
  opacity: 1;
}

.close {
  color: var(--primary--color);
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.modal__grid .row {
  display: flex !important;
}

div#ez-toc-container .ez-toc-title {
  color: var(--primary--color);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.5px;
}

div#ez-toc-container ul li {
  font-size: 95%;
  line-height: 100%;
  margin-top: 10px;
}
#ez-toc-container a {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}

.page-hero__section .page-hero__bg img {
  max-height: 600px;
}

.contact__form.customize__form input,
.contact__form.customize__form select,
.contact__form.customize__form textarea,
.quick__inquiry input,
.quick__inquiry select,
.quick__inquiry textarea {
  border: 1px solid #cacaca !important;
  color: #111;
  padding: 5px 15px;
  line-height: 30px !important;
  width: 100% !important;
  transition: 0.35s ease-in-out;
  height: 40px !important;
  background-color: #fff;
  box-shadow: none;
  font-size: 12px !important;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}

.contact__form.customize__form input::placeholder,
.quick__inquiry input::placeholder {
  color: #888;
}

.contact__form.customize__form input[type="submit"],
.quick__inquiry input[type="submit"] {
  position: relative;
  display: inline-block !important;
  font-size: 14px !important;
  font-family: "Open Sans" !important;
  border-radius: 3px !important;
  padding: 8px 15px;
  text-decoration: none !important;
  overflow: hidden !important;
  transition: all 0.3s !important;
  color: #fff !important;
  font-weight: 500 !important;
  overflow: hidden !important;
  transition: linear 0.3s !important;
  -webkit-transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  text-transform: uppercase;
  background: var(--primary--color) !important;
  width: auto !important;
}

.gform-theme--framework
  .field_description_below
  .gfield_description:where(
    :not(.gfield_creditcard_warning_message):not(
        .field_validation_above .gfield_validation_message
      ):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)
  ) {
  font-size: 12px !important;
}

.contact__form.customize__form .gform-theme--foundation .gform_fields {
  grid-gap: 30px;
}

.quick__inquiry
  .gform-theme--foundation
  .gform-field-label:where(
    :not([class*="gform-field-label--type-"]):not(.gfield_header_item):not(
        .ginput_quantity_label
      )
  ) {
  font-size: 12px !important;
}

.quick__inquiry .gform-theme--foundation .gform_fields {
  grid-gap: 15px;
}

.quick__inquiry .gform_title {
  margin-bottom: 20px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  color: #712822;
}

.contact__form.customize__form input[type="checkbox"] {
  height: auto !important;
}

.contact__form.customize__form .gform_title {
  display: none;
}

/* .contact__form.customize__form .gform-theme--foundation .gform_fields {
  grid-gap: 30px;
}

.contact__form.customize__form .gform-theme--foundation .gfield {
  grid-column: span 6;
}

.contact__form.customize__form .gform-theme--foundation .gfield:first-child {
  grid-column: span 12;
}

.contact__form.customize__form .gform-theme--foundation .gfield:last-child {
  grid-column: span 12;
}

.contact__form.contact-details.customize__form
  .gform-theme--foundation
  .gfield:nth-last-of-type(2) {
  grid-column: span 12;
} */
.activity__heading {
  text-align: center;
}

.activity__heading h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: var(--primary--color);
  margin-bottom: 15px;
}

.activity-wrap {
  text-align: center;
}

.act-wrap {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.activity-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.activity-wrap ul li {
  display: inline-block;
}

.activity-wrap > a,
.activity-wrap ul li a {
  display: inline-block;
  margin: 5px 3.5px;
  font-size: 13px;
  line-height: 1.31;
  padding: 12px 14px;
  color: #333;
  border: 1px solid var(--primary--color);

  &:hover {
    background: #791e3017;
  }
}

.activity-wrap img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}

.trip-facts-col > div > a {
  border: 1px solid #791e3083;
  border-radius: 50px;
  -webkit-border-radius:;
  -moz-border-radius:;
  -ms-border-radius:;
  -o-border-radius:;
  display: inline-block;
  height: 40px;
  line-height: 33px;
  text-align: center;
  width: 40px;
  margin-right: 5px;
  background: #fff;
}

.mb-5 {
  margin-bottom: 30px;
}

.contact__sidebar {
  padding: 30px;
  background: #fff;
  border: 1px solid #e6e6e6;
}

.contact__sidebar p {
  color: #534d48;
  font-size: 15px;
  font-weight: 350;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 7px;
}

.contact__sidebar h3 {
  margin-bottom: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.contact__sidebar h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary--color);
  margin-top: 12px;
  margin-bottom: 8px;
}

.destination__activities:not(:last-child) {
  margin-bottom: 25px;
}
.guide__information__wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.trip__menu__navigation {
  margin-top: 20px;
}

.guide__information__wrapper ul li a,
.trip__menu__navigation ul li a {
  color: #333;
  font-size: 15px;
  display: inline-block;

  &:hover {
    color: var(--primary--color);
  }
}

.guide-title,
.trip__menu__navigation h3,
.guide__information__wrapper h3 {
  color: var(--primary--color);
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.guide__information__wrapper ul li {
  padding: 10px;
  border-bottom: 1px solid #00000017;
  position: relative;
  z-index: 1;
  padding-left: 35px;
}

.guide__information__wrapper ul li:last-child,
.trip__menu__navigation ul li:last-child {
  border-bottom: none;
}

.guide__information__wrapper ul li::after,
.trip__menu__navigation ul li::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: left;
  font-size: 12px;
  color: #999;
  padding-right: 16px;
  line-height: 26px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.trip__menu__navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.trip__menu__navigation ul li {
  padding: 10px;
  border-bottom: 1px solid #00000017;
  position: relative;
  z-index: 1;
  padding-left: 35px;
}

.destination__content--data.section-medium {
  padding: 15px 0;
}

.destination-page.section {
  padding: 25px 0;
}

.bcHzQq {
  left: -260px !important;
}

.widget_custom_menu_wizard ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_custom_menu_wizard ul li a {
  color: #333;
  display: inline-block;
  font-size: 15px;
  &:hover {
    color: var(--primary--color);
  }
}

.widget_custom_menu_wizard ul li {
  border-bottom: 1px solid #00000017;
  padding: 5px 10px 5px 35px;
  position: relative;
  z-index: 1;
}

.widget_custom_menu_wizard ul li:last-child {
  border-bottom: none;
}

.widget_custom_menu_wizard ul li::after {
  color: #999;
  content: "\f30b";
  float: left;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
  left: 10px;
  line-height: 26px;
  padding-right: 16px;
  position: absolute;
  top: 9px;
}
