.itinerary__banner {
  padding: 50px 0;
}
.banner-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  max-height: 500px;
}

.banner-grid .item {
  height: 240px;
  grid-column: span 4;
}

.banner-grid .item:first-child {
  grid-row: span 2;
  grid-column: span 8;
  height: 500px;
}

.fancybox__container {
  z-index: 99999;
}

.banner__img {
  width: 100%;
  height: 100%;
}

.banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-mobile .banner__img {
  height: 350px;
}

.banner-desktop {
  position: relative;
}

.view__img {
  position: absolute;
  right: 15px;
  top: 15px;
  font-weight: 500;
  border-radius: 2px;
  padding: 8px 8px;
  font-size: 12px;
  background: #fff;
  color: #111;
  z-index: 99;
}

.view__img:hover {
  background: var(--primary);
  color: #fff;
}

.sp-iti__title {
  margin-bottom: 30px;
}

.sp-iti__title h1 {
  color: var(--primary);
  margin: 0;
  margin-bottom: 15px;
  font-size: 50px;
}

.sp-iti__title p {
  margin: 0;
  font-weight: 500;
  width: 75%;
  color: #444;
}

.section-iti-menu-new {
  background-color: #f0f0f0;
  top: 108px;
  position: sticky;
  overflow: hidden;
  z-index: 2;
}
.section-iti-menu-new .link {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  margin-right: 40px;
  font-weight: 500;
  color: #0f1923e3;
  position: relative;
  text-transform: capitalize;
  font-size: 16px;
  padding: 18px 0;
  white-space: nowrap;
}

.section-iti-menu-new .link::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary);
  transition: 0.2s all linear;
}
.section-iti-menu-new .link:hover,
.section-iti-menu-new .link.active {
  color: #f54748;
}

.section-iti-menu-new .link:hover::after,
.section-iti-menu-new .link.uk-active::after {
  width: 100%;
}
.travel-tour-links-nav,
.travel-tour-links-action {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
  overflow-x: auto;
}

.travel-tour-links-action > div {
  font-size: 14px;
  font-weight: 500;
}
.travel-tour-links-action span {
  margin-right: 15px;
  opacity: 0.75;
  display: inline-block;
}

.itinerary-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-iti-menu-new .link.uk-active {
  color: #f54748;
}

.iti__section .the-content p,
.iti__section .the-content ul li,
.iti__section .the-content ol li,
.trip__notes ul li {
  font-size: 17px;
}

.iti__section .the-content ul li,
.iti__section .the-content ol li,
.trip__notes ul li {
  margin-bottom: 12px;
}

.iti__section {
  border-bottom: 1px solid #eee;
}

.trip__map__facts .mapping__section {
  padding: 35px;
  border: 1px solid #eee;
}

.trip__map img {
  width: 100%;
}

.trip__fact__info {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
}

.trip__fact__info:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.trip__fact__info strong {
  font-size: 15px;
  flex: 1;
}

.trip__fact__info span {
  flex: 2;
  margin-left: 15px;
  font-size: 15px;
}

.iti__trip__love ul {
  padding: 0;
  margin: 0;
}

.iti__trip__love ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
  color: #333;
  line-height: 28px;
}

.iti__trip__love ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  border: 1px solid #0000004f;
  width: 18px;
  content: "";
  background: url("../img/chevron-right.svg") no-repeat center center;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  background-size: 10px;
}

.trip__itinerary .accordion-list > li::before {
  display: none;
}

.trip__itinerary .accordion-slide.the-content,
.accordion-slide.the-content p {
  padding-left: 0;
}

.trip__itinerary .accordion-title span {
  font-weight: bold;
  margin-right: 10px;
}

.trip__itinerary .accordion-title::before {
  right: 8px;
}

.accordion-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.accordion-list > li:not(:last-child) {
  padding-bottom: 22px;
  padding-top: 10px;
}

.accordion-list > li:first-child {
  padding-top: 0;
}
.accordion-title::before {
  content: "";
  border: solid black;
  border-top-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  opacity: 0.6;
  position: absolute;
  margin-left: 11px;
  right: 0;
  top: 50%;
  vertical-align: middle;
  transition: 0.3s ease-in-out;
  transform: rotate(45deg) translateY(-50%);
}
.itinerary--title {
  padding-left: 0;
  font-size: 19px;
  color: #000000e8;
  margin: 0;
  display: inline-block;
  padding-right: 14px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.accordion-slide {
  margin-top: 20px;
  padding: 0 10px 0 0;
  display: none;
}
.accordion-title {
  cursor: pointer;
  position: relative;
}
.itinerary--section {
  background: #0000000a;
}

.accordion-title.active::before {
  transform: rotate(224deg);
  transition: 0.3s ease-in-out;
}

.itinerary--section .the-content,
.itinerary--section .the-content p {
  font-size: 15px;
  line-height: 1.9;
  opacity: 0.95;
}

.accordion-slide.the-content,
.accordion-slide.the-content p {
  padding-left: 50px;
  padding-right: 20px;
}
.accordion-list > li {
  position: relative;
}
.accordion-list > li::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: 35px;
  top: 0;
  background: #666;
}
.exp-col-btn {
  color: #222;
  font-weight: bold;
  font-size: 14px;
}
.exp-col-btn:hover {
  color: var(--primary);
}

.trip__itinerary .accordion-list > li {
  padding: 0;
  padding: 24px 0;
  border-bottom: 1px solid #bebebe;
}

.include__excludes .wh-includes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.include__excludes .wh-includes ul li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

.include__excludes .wh-includes ul li::before {
  top: 0;
}

.include__excludes .wh-not-includes {
  background: transparent;
  border: none;
  padding: 0;
}

.itinerary-panel {
  padding: 0;
}

.include__excludes .wh-not-includes li::before {
  top: 5px;
  content: "";
}

/* .new__itinerary__section .uk-container {
    max-width: 1100px;
  } */
.uk-section {
  padding: 50px 0;
}

.iti__overview__new .uk-container {
  max-width: 750px;
}
.included__items > div ul {
  padding-left: 20px;
}
.included__items > div {
  background: #f6f4f0;
  padding: 15px;
  margin-bottom: 15px;
  color: #333;
}

.included__items > div strong {
  display: block;
  margin-bottom: 8px;
  color: #111;
}

.included__items > div strong i {
  font-size: 18px;
  margin-right: 4px;
}

.included__items > div ul li {
  margin-bottom: 5px;
}
.included__items p {
  margin: 20px 0;
}

.trip__table {
  overflow-x: auto;
}
.trip__table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  display: none;
}
.trip__table table.uk-active {
  display: block;
}
.trip__table table thead {
}
.trip__table table thead th {
  padding: 16px 12px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  color: #000;
  text-transform: capitalize;
  min-width: 100px;
  width: 20%;
}
.trip__table table tbody tr td {
  font-size: 15px;
  padding: 16px 12px;
  vertical-align: middle;
  color: #333333d0;
  font-weight: 600;
  position: relative;
  min-height: 36px;
  min-width: 100px;
  border-top: 1px solid #bebebe;
}

.trip__table table tbody tr td strong {
  color: #111;
}

.trip__table table tbody tr td::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.23;
  left: 10px;
  color: #000;
  display: none;
  text-align: left;
}
.trip__table table tbody tr {
  /* background: #fff; */
}

.trip__table table td .btn {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
}

.trip__table table td .disable-btn {
  pointer-events: none;
  background: rgba(51, 51, 51, 0.2);
}
.trip__table table tbody tr td > a {
  color: #000;
}
.trip__table table tbody tr td > a:hover {
  color: var(--primary);
}
.trip__table table tbody tr td > a.btn {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.booking__price {
  font-size: 19px;
  color: #111;
  font-weight: 600;
}

.trip__table table tbody tr td strong.few__spots {
  color: red;
}

.trip__table table tbody tr td:last-child {
  text-align: right;
}

/* .trip__table table thead th:nth-child(3) {
    width: 35%;
  } */

.trip__table table tbody tr td:nth-child(4) {
  text-align: center;
}

.trip__table table thead th:nth-child(2),
.trip__table table thead th:nth-child(1) {
  width: 22%;
}

.trip__table table thead th:nth-child(4) {
  width: 16%;
}

.trip__table table thead th:last-child {
  width: 13%;
}

.trip__table table tbody tr td > a.btns {
  padding: 11px 24px;
  font-size: 14px;
}

.trip__notes {
  background: #f6f4f0;
  position: relative;
  z-index: 1;
}

.trip__notes p {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.86);
}

.trip__month {
  margin: 15px 0;
  padding: 0;
}

.trip__month > div {
  align-items: center;
  border: 1px solid #bebebe;
  border-radius: 0.25rem;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.86);
  cursor: pointer;
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  margin: 0;
  min-height: 2.5rem;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition:
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    border 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  min-width: 74px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.travel-tour-links-nav div {
  scrollbar-width: none;
}

.trip__month > div.disabled {
  background: #efefef;
  border-color: #bebebe;
  color: rgba(0, 0, 0, 0.55);
  cursor: default;
  pointer-events: none;
}

.trip__month > div a {
  color: rgba(0, 0, 0, 0.55);
}
.trip__month > div.active,
.trip__month > div.uk-active {
  background: #222;
  border-color: #222;
  color: #fff;
}

.trip__month > div.active a,
.trip__month > div.uk-active a {
  color: #fff;
}

.banner-grid > div:nth-child(n + 4) {
  display: none;
}

.the-content p {
  font-size: 16px !important;
  line-height: 1.6;
  margin: 10px 0;
}
.the-content ul li {
  font-size: 16px;
  line-height: 1.6;
}
.the-content ul li:not(:last-child) {
  margin-bottom: 5px;
}

.iti__extra p {
  font-size: 14px !important;
  margin: 0;
  margin-bottom: 6px;
}

.contactform .wpcf7-form textarea,
.contactform .wpcf7-form input:not([type="submit"]) {
  font-size: 14px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.site-footer::before {
  background-size: 100%;
}

.site-navigation > div > ul > li#menu-item-213 a {
  color: white !important;
  font-size: 13px;
}

.single__review .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
}
.single__review .owl-nav button span {
  font-size: 40px;
  opacity: 0.88;
}

.trip__hightlights .sub__heading {
  max-width: 130px;
}
.trip__hightlights--grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  row-gap: 5px;
}
.trip__hightlights--content ul {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 20px;
}

@media (max-width: 960px) {
  .trip__hightlights--content ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .trip__hightlights--grid {
    grid-template-columns: 150px 1fr;
  }
}

@media (max-width: 768px) {
  .trip__hightlights--grid {
    grid-template-columns: 1fr;
  }
  .banner-grid {
    display: block;
  }
  .banner-grid > div:not(:first-child) {
    display: none;
  }
  .banner-grid .item:first-child {
    height: 250px;
  }

  .itinerary__banner {
    padding-top: 50px;
  }

  .sp-iti__title p {
    width: 100%;
  }

  .booking__price {
    font-size: 14px;
  }
  .trip__map__facts .mapping__section {
    padding: 20px;
  }

  .mapping__section .uk-grid > div:last-child {
    padding-left: 0;
  }

  .itinerary-title {
    font-size: 25px;
  }

  .iti__section .the-content p,
  .iti__section .the-content ul li,
  .iti__section .the-content ol li {
    font-size: 16px;
  }

  .uk-section {
    padding: 30px 0;
  }

  .trip__itinerary .accordion-list > li {
    padding: 15px 0;
  }

  .trip__table table thead th:nth-child(2),
  .trip__table table thead th:nth-child(1) {
    width: 22%;
    min-width: 200px;
  }
  .trip__table table thead th:nth-child(2),
  .trip__table table thead th:nth-child(1) {
    min-width: 210px;
  }
  .trip__table table thead th:nth-child(3) {
    min-width: 130px;
  }

  .trip__table table thead th:last-child {
    min-width: 150px;
  }
  .sp-iti__title h1 {
    font-size: 30px;
  }
  .itinerary--title {
    font-size: 17px;
    font-family: var(--font-medium);
  }
  .trip__itinerary .accordion-title span {
    margin-right: 5px;
  }
  .accordion-slide.the-content,
  .accordion-slide.the-content p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
