@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap");
* {
  margin: 0;
  border: 0;
  box-sizing: border-box;
  font-family: "Myriadpro";
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

@font-face {
  font-family: "Lato-regular";
  src: url(../fonts/lato/Lato-Regular.ttf);
}
@font-face {
  font-family: "Myriadpro";
  src: url(../fonts/myriad-pro-cufonfonts/MYRIADPRO-REGULAR.OTF);
  font-weight: 400;
}
@font-face {
  font-family: "Myriadpro";
  src: url(../fonts/myriad-pro-cufonfonts/MYRIADPRO-SEMIBOLD.OTF);
  font-weight: 600;
}
@font-face {
  font-family: "Myriadpro";
  src: url(../fonts/myriad-pro-cufonfonts/MYRIADPRO-BOLD.OTF);
  font-weight: 900;
}
@font-face {
  font-family: "Myriadpro-cufonfonts";
  src: url(../fonts/myriad-pro-cufonfonts/myriad-pro-cufonfonts);
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Trajan";
  src: url(../fonts/trajan-pro/TrajanPro-Regular.ttf);
}
@font-face {
  font-family: "TrajanPro";
  src: url(../fonts/trajan-pro/Trajan-Pro.ttf);
}
@font-face {
  font-family: "Trajan-bold";
  src: url(../fonts/trajan-pro/TrajanPro-Bold.otf);
}
@font-face {
  font-family: "Anatomia";
  src: url(../fonts/anatomia/Anatomia.ttf);
}
@font-face {
  font-family: "TrajanPro3";
  src: url(../fonts/trajan-pro-3.otf);
}
.container {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 2560px;
}
.container--fluid {
  max-width: 2560px;
  width: 100%;
}

.custombox {
  border: 2px solid #f2ab5c;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.custombox__image {
  border-radius: 100%;
  width: 225px;
  height: 225px;
}
.custombox__image__container {
  padding: 0.8rem;
  border-radius: 100%;
  background: white;
  position: absolute;
  right: 0;
  overflow: hidden;
  z-index: 999;
}
.custombox__heading {
  background: #f3ab5e;
  color: white;
  padding: 0.3rem 1rem;
}
.custombox__heading__title {
  text-align: center;
}
.custombox__item--pink-bg {
  background: #f7d3be;
  padding: 0.3rem 1rem;
  border: 1px solid #F8BC6E;
}
.custombox__item--border:nth-child(2) {
  border-right: 1px solid #9DB7FF;
  border-left: 1px solid #9DB7FF;
  padding: 0rem 1rem;
}
@media (max-width: 576px) {
  .custombox__item--border:nth-child(2) {
    border-right: none;
    border-left: none;
    padding: 0;
  }
}
.custombox__item--border-right:nth-of-type(1) {
  border-right: 1px solid #F8BC6E;
  padding-right: 0.5rem;
}
@media (max-width: 576px) {
  .custombox__item--border-right:nth-of-type(1) {
    border-right: none;
  }
}
.custombox__item--border > h3:nth-of-type(2) {
  border-top: 1px solid #9DB7FF;
  padding-top: 1rem;
  margin-top: 1rem;
}
.custombox__item__desc--p-left {
  padding-left: 1rem;
}
.custombox__item--border-left {
  border-left: 1px solid #F8BC6E;
}
@media (max-width: 576px) {
  .custombox__item--border-left {
    border-left: none;
  }
}
.custombox__item__title--underline {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: #7F8EB3;
}
.custombox__item--underline > h3:first-child {
  text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: #7F8EB3;
}
.custombox__content {
  padding: 0.5rem 1rem;
  background: #ffedd9;
}
.custombox__content h2, .custombox__content h3, .custombox__content h4, .custombox__content h5 {
  color: #4369a5;
  text-align: center;
  margin-bottom: 7px;
}
.custombox__content h2 {
  font-size: 20px;
}
.custombox__content h3, .custombox__content h4 {
  font-size: 20px;
}
.custombox__content p {
  margin-bottom: 12px;
  font-size: 16px;
}
@media (min-width: 1700px) {
  .custombox__content p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1920px) {
  .custombox__content p {
    font-size: 24px;
    line-height: 30px;
  }
}
.custombox__content ul {
  padding-left: 0;
  list-style: none;
}
.custombox__content ul li {
  padding-top: 1rem;
  position: relative;
  font-weight: bold;
  color: #4369a5;
  padding-left: 2rem;
}
.custombox__content ul li::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 22px;
  left: 0;
  background-image: url(../img/tick.svg);
}
.custombox__content a.support-button {
  position: absolute;
  left: 60px;
  top: 260px;
  background: white;
  padding: 0.4rem 0.7rem;
  border-radius: 10px;
  max-width: 120px;
  text-align: center;
  text-decoration: none;
  color: #4369a5;
  box-shadow: -2px 2px rgba(0, 0, 0, 0.3);
}
.custombox__content--3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.custombox__content--2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.custombox__content.custombox--full-width {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.custombox--br-lg-top-right {
  border-top-right-radius: 130px;
}
.custombox--br-lg-top-right .custombox__heading, .custombox--br-lg-top-right .custombox__content {
  padding-right: 260px;
}
.custombox--br-lg-top-left {
  border-top-left-radius: 130px;
}
.custombox--br-lg-top-left .custombox__heading, .custombox--br-lg-top-left .custombox__content {
  padding-left: 260px;
  padding-bottom: 20px;
}
.custombox--br-lg-top-left .custombox__image__container {
  left: 0;
  right: initial;
}
.custombox.giving-back .custombox__content {
  background: #fceee5;
  position: relative;
}
.custombox.giving-back .custombox__content::before {
  content: "";
  top: 0px;
  width: 90%;
  height: 1px;
  position: absolute;
  background-color: #F8BC6E;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .custombox--br-lg-top-right, .custombox--br-lg-top-left {
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
  }
  .custombox.giving-back .custombox__image__container {
    padding-bottom: 1rem;
  }
  .custombox.giving-back a.support-button {
    max-width: 100%;
    position: static;
    transform: none;
  }
  .custombox.giving-back.giveBack--bg .custombox__image__container {
    padding-bottom: 0.8rem;
    margin-bottom: 5rem;
  }
  .custombox.giving-back.giveBack--bg a.support-button {
    top: 265px;
  }
  .custombox .custombox__content {
    padding: 1rem;
    grid: initial;
  }
  .custombox .custombox__content--3 {
    grid-template-columns: 1fr;
  }
  .custombox__image__container {
    position: relative;
    text-align: center;
  }
  .custombox .custombox__heading {
    padding: 1rem;
  }
}

@media (max-width: 300px) {
  .custombox__image__container {
    padding: 10px 10px 0px 10px;
  }

  .custombox.giving-back a.support-button {
    top: 240px;
  }
}
.menu-visible {
  overflow: hidden !important;
}

.header {
  border-bottom: 10px solid #253879;
  padding: 0px 1rem;
}
.header__container {
  gap: 0;
  display: grid;
  align-items: end;
  justify-content: end;
  grid-template-columns: auto 1fr;
}
.header__logo {
  max-width: 250px;
  width: 200px;
}
@media (max-width: 576px) {
  .header__logo {
    width: 160px;
  }
}
.header__right {
  margin-bottom: 20px;
}
.header__bottom {
  background-color: #99cef4;
  padding: 2px 15px;
  text-align: center;
  margin-bottom: 2rem;
}
.header__bottom p {
  color: #ffffff;
  font-size: 20px;
}
.header__bottom a {
  color: #2d4fe3;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .header__bottom p {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .header__bottom p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header__container {
    position: relative;
    padding: 60px 0 10px;
  }
  .header__container .language {
    position: absolute;
    max-width: 100%;
    left: 0;
    top: 10px;
    margin-bottom: 0;
  }
  .header .burger_menu__open {
    display: block;
    max-width: 40px;
    position: absolute;
    top: 50%;
    right: 10%;
  }
}
@media (max-width: 1024px) and (min-width: 576px) {
  .header .burger_menu__open {
    max-width: 40px;
  }
}
@media (max-width: 1024px) {
  .header .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 30px;
    text-align: center;
    flex-direction: column;
  }
  .header .menu__container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background: #253879;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
  }
  .header .menu__container.visible {
    z-index: 999999999;
    opacity: 1;
  }
  .header .menu__container.visible .burger_menu__close {
    position: absolute;
    display: block;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
  }
  .header .menu li {
    color: white;
    margin: 0;
  }
  .header .menu li::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header .sharebox {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
  }
  .header .sharebox__title {
    color: white;
    font-size: 20px;
    display: none;
  }
  .header .sharebox__methods a:not(:last-child) {
    margin-right: 20px;
  }
}

.menu {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: center;
}
.menu__container {
  display: grid;
  align-items: flex-end;
  justify-content: center;
  grid-template-columns: 1fr auto;
}
.menu li {
  margin-right: 40px;
  position: relative;
  font-size: 25px;
}
.menu li:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background: #000;
  right: -20px;
  transform: translateY(-50%);
  top: 50%;
}
.menu li.current_page_item a, .menu li.current-menu-item a {
  font-weight: 900;
}
.menu li a {
  color: inherit;
  text-decoration: none;
}
.menu li .sub-menu {
  opacity: 0;
  visibility: hidden;
  z-index: -99;
  position: absolute;
  background: #3a6caf;
  color: white;
  padding: 1rem 1.3rem;
  list-style: none;
  width: 310px;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.05);
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  transition: 0.25s;
}

.menu li .sub-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -14px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #3a6caf;
  clear: both;
  transform: translateX(-50%);
}
.menu li .sub-menu .menu-item {
  margin-right: 0;
  padding: 0.3rem 0;
}
.menu li .sub-menu .menu-item::after {
  display: none;
}
.menu li .sub-menu .menu-item a {
  font-weight: inherit;
}
.menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
@media (max-width: 1024px) {
  .menu li.menu-item-has-children {
    padding-right: 25px;
  }
  .menu li.menu-item-has-children::before {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 3px solid;
    border-top: 3px solid;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
}

.language {
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
}
.language__container {
  margin-top: 1rem;
}
.language__container .wpml-ls-legacy-dropdown {
  width: 100%;
}

.sharebox {
  align-items: center;
  max-width: 300px;
}
.sharebox__title {
  font-size: 14px;
  font-family: "Myriadpro";
  font-weight: 600;
  text-align: center;
  padding-bottom: 12px;
}
.sharebox__methods {
  min-width: 220px;
  display: flex;
  justify-content: space-between;
}
.sharebox__facebook, .sharebox__instagram, .sharebox__email, .sharebox__share, .sharebox__whatsapp {
  background: #EAA842;
  padding: 4px 8px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  text-decoration: none;
  line-height: 1;
}
.sharebox__whatsapp {
  margin-right: 0;
}
.sharebox__facebook {
  padding: 4px 12px;
  font-size: 24px;
}

.burger_menu__open, .burger_menu__close {
  display: none;
}

.aboutBox {
  background: #26619C;
  padding: 0px 54px;
  margin-bottom: 27.5px;
}
.aboutBox__heading {
  color: #ffffff;
  font-size: 37px;
  font-family: "Lato-regular";
  text-align: center;
  margin-bottom: 0.5rem;
}
.aboutBox__content {
  color: #ffffff;
  font-size: 22px;
  font-family: "Myriadpro-cufonfonts";
}
.aboutBox__content .para1, .aboutBox__content .para2 {
  padding-bottom: 0.5rem;
}

.wwdBox {
  border: 2px solid #EAA842;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 10px;
  border-top-left-radius: 160px;
  border-bottom-left-radius: 160px;
  overflow: hidden;
  min-height: 230px;
}
.wwdBox__image {
  position: absolute;
  left: 0px;
  top: 0px;
  background: white;
  overflow: hidden;
  border-radius: 100%;
}
.wwdBox__img {
  border-radius: 100%;
  width: 236px;
  height: 236px;
  padding: 0.8rem;
}
.wwdBox__top {
  background-color: #F8D49D;
  padding-left: 260px;
}
.wwdBox__content {
  color: #fff;
  padding: 0.5rem 0 1rem;
}
.wwdBox__content-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.wwdBox__content-descr {
  font-size: 18px;
}
.wwdBox__bottom {
  background: #FEF4E2;
  padding-left: 260px;
}
.wwdBox__bottom-heading {
  text-align: center;
  text-decoration: underline;
  color: #4369A5;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wwdBox__bottom-descr {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 30px;
  padding-bottom: 0.3rem;
}
.wwdBox__bottom .column:nth-child(2) {
  border-left: 1px solid #F8BC6E;
  border-right: 1px solid #F8BC6E;
  padding: 0rem 1rem;
}
@media (max-width: 576px) {
  .wwdBox__bottom .column:nth-child(2) {
    border-left: none;
    border-right: none;
    padding: 0;
  }
}
.wwdBox h1, .wwdBox h2, .wwdBox h3, .wwdBox h4, .wwdBox h5, .wwdBox h6 {
  color: #4369A5;
  margin-bottom: 7px;
}
.wwdBox p {
  margin-bottom: 7px;
}
@media (max-width: 576px) {
  .wwdBox {
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 10px;
  }
  .wwdBox__image {
    position: relative;
    margin: 0 auto;
    width: 236px;
    height: 236px;
  }
  .wwdBox__img {
    width: 236px;
    height: 236px;
  }
  .wwdBox__content-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .wwdBox__content-descr {
    font-size: 16px;
    grid-template-columns: 1fr;
  }
  .wwdBox__top, .wwdBox__bottom {
    padding: 0.5rem;
  }
  .wwdBox__bottom-heading {
    font-size: 18px;
  }
  .wwdBox__bottom-descr {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.joinableGgroups__heading {
  color: #4369A5;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.joinableGgroups__descr {
  font-size: 18;
  color: #000000;
  text-align: left;
}

.private__heading {
  color: #4369A5;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}
.private__descr {
  font-size: 16px;
  color: #000000;
  text-align: left;
}

.ultraLuxary__heading {
  color: #4369A5;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}
.ultraLuxary__descr {
  font-size: 16px;
  color: #000000;
  text-align: left;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .wwdBox__image {
    top: 20px;
    left: 3px;
  }
}
.resources__container .according_tab--plain {
  color: #26619C;
  margin: 1rem 0 0.5rem;
}
.resources__content__title {
  text-align: center;
  font-size: 28px;
  color: #26619C;
  margin: 1rem 0 0.5rem;
  letter-spacing: 2px;
}
.resources__image_ref__webpage .according_tab {
  font-size: 18px;
  padding-left: 1rem;
  color: #26619C;
}
.resources__image_ref__webpage .according_tab.toggleImageRefSections.active .according_tab__name {
  font-weight: 900 !important;
}
.resources__image_ref__webpage .according_tab.visible.first-tab .according_tab__name {
  font-weight: 900 !important;
}
.resources__image_ref__webpage .according_tab__container {
  margin: 0.3rem 0;
}
.resources__image_ref__webpage .according_tab__content {
  margin: 5px 0px 10px 25px;
}
.resources__image_ref__webpage .according_tab__content .according_tab {
  padding: 0.5rem 1rem 0.3rem;
  margin: 0.3rem 0rem;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content, .resources__image_ref__webpage .according_tab__content .according_tab__content * {
  font-size: 18px;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul {
  list-style: none;
  padding-left: 0rem;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul li {
  color: #26619C;
  margin: 0.4rem 0 0.7rem;
  font-size: 16px;
  cursor: pointer;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul li a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul li .according_tab {
  background: transparent;
  border: 0;
  padding: 0;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul li .according_tab__container {
  margin: 0;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul li .according_tab__icon {
  padding: 3px;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content ul li .according_tab .essInfo__tab-name {
  color: #26619C;
  font-size: 16px;
  font-weight: 600;
}
.resources__image_ref__webpage .according_tab__content .according_tab .essInfo__tab-name {
  margin-left: 0;
  font-size: 18px;
}
.resources__image_ref__webpage .according_tab__content, .resources__image_ref__webpage .according_tab__content > * {
  font-size: 18px;
}
.resources__image_ref__webpage .according_tab__content .according_tab__content .essInfo__tab {
  background: #f1f2f4;
  color: #283975;
}
.resources__image_ref__webpage .toggleImageRefSections.active:not(.essInfo__tab.according_tab) {
  font-weight: 700;
}
.resources__image_ref__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #26619C;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 4px solid #eee;
}
.resources__image_ref__title.photo {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.resources__image_ref__grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.resources__image_ref__grid .image_ref_section {
  display: none;
}
.resources__image_ref__grid .image_ref_section.active {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 576px) {
  .resources__image_ref__grid {
    grid-template-columns: 1fr;
  }
  .resources__image_ref__grid .image_ref_section.active {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.resources__image_ref__pageview .resources__image_ref__content {
  padding: 0 1.5rem;
}
.resources__image_ref__pageview img {
  width: 95%;
  display: block;
  margin: 0 auto;
}
.resources__image_ref__source__content {
  padding: 0 1rem;
  margin-bottom: 16px;
  text-align: left;
}
.resources__image_ref__source .number {
  color: #2b5081;
  font-weight: 700;
}
.resources__image_ref__source a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.resources__image_ref__source .source__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.resources__image_ref__photographer .resources__image_ref__title {
  text-align: left;
}
.resources__image_ref__photographer .ref__photographer {
  padding: 0.3rem 0;
}
.resources__image_ref__photographer .ref__photographer a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.resources a {
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 576px) {
  .resources__content__title {
    font-size: 24px;
  }
  .resources__image_ref__title {
    text-align: left;
  }
  .resources__image_ref__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .resources__image_ref__source__content {
    padding: 0;
  }
  .resources__image_ref__source__content ol {
    padding-left: 20px;
  }
}

.contactus__box {
  text-align: center;
  background: #26619C;
}
.contactus__heading {
  color: #fff;
  font-size: 36px;
  margin-bottom: 23px;
  padding-top: 30px;
  font-family: "TrajanPro" sans-serif;
}
.contactus__descr {
  color: #ffffff;
  font-size: 33px;
  font-family: "Roboto" sans-serif;
  padding-bottom: 50px;
}
.contactus__header {
  background-color: #faf0cd;
  border: 4px solid #f1c145;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  margin: 0 0 10px 0;
  padding: 2px 5px;
}
.contactus__header h3 {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
.contactus__content--wrap {
  display: none;
}
.contactus__content {
  display: grid;
  text-align: center;
  padding: 0 0 10px 0;
  align-items: center;
  grid-template-columns: 135px 1fr;
}
.contactus__content--right {
  border-left: 2px solid #9c8d7a;
  padding: 0 10px;
}
.contactus__content--right a {
  text-decoration: none;
}
.contactus__content--right p {
  font-size: 28px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.contactus__contact--form p {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}
.contactus__contact--form {
  text-align: left;
  padding: 0 25px;
}
.contactus__content--title {
  max-width: 900px;
  margin: 0 auto 10px auto;
}
.contactus__contact--details {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 50px 0 0 0;
}
.contactus__contact--block {
  padding: 0 38px;
}
.contactus__contact--block:nth-child(2) {
  border-left: 2px solid #9c8d7a;
  border-right: 2px solid #9c8d7a;
}
.contactus__block:last-child .contactus__content {
  grid-template-columns: 270px 1fr;
}
.contactus__block:last-child .contactus__contact--details {
  grid-template-columns: 1fr;
  margin-top: 0px;
}
.contactus__block:last-child .contactus__content--left {
  border-right: 2px solid #9c8d7a;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 15px;
}
.contactus__block:last-child .contactus__content--left img:nth-child(1) {
  grid-column: 2 span/3;
  width: 25%;
  margin: 0 auto;
}
.contactus__block:last-child .contactus__content--left img:nth-child(2) {
  width: 50%;
  display: inline-block;
  margin: 0 auto;
}
.contactus__block:last-child .contactus__content--left img:nth-child(3) {
  width: 50%;
  display: inline-block;
  margin: 0 auto;
}
.contactus__block:last-child .contactus__content--right {
  border-left: none;
}
.contactus__contact--check {
  margin: 0 0 12px 0;
}
.contactus__contact--check label {
  display: grid;
  align-items: center;
  grid-template-columns: 28px 1fr;
  gap: 20px;
}
.contactus__contact--check .wpcf7-list-item-label {
  font-size: 28px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.contactus__contact--check input[type=checkbox] {
  width: 28px;
  height: 28px;
  background-color: #000;
}
.contactus__contact--radio {
  margin: 0 0 12px 0;
}
.contactus__contact--radio label {
  display: grid;
  align-items: center;
  grid-template-columns: 28px 1fr;
  gap: 20px;
}
.contactus__contact--radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 12px 1em;
  width: 100%;
}
.contactus__contact--radio .wpcf7-list-item-label {
  font-size: 28px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}
.contactus__contact--radio input[type=radio] {
  width: 28px;
  height: 28px;
  background-color: #000;
}
.contactus__contact--input .wpcf7-form-control-wrap {
  width: 100%;
}
.contactus__contact--input input, .contactus__contact--input select, .contactus__contact--input textarea {
  border: 1.5px solid rgba(0, 0, 0, 0.75);
  padding: 10px 15px;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #989898;
  margin: 0 0 5px 0;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}
.contactus__contact--input textarea {
  height: 150px;
  resize: vertical;
}
.contactus__contact--inputgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.contactus__contact--input {
  margin-bottom: 12px;
}
.contactus__contact--btnwrap {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .contactus__content--right p {
    font-size: 22px;
  }
  .contactus__contact--input input, .contactus__contact--input select, .contactus__contact--input textarea {
    font-size: 16px;
  }
  .contactus__header h3 {
    font-size: 28px;
  }
  .contactus__contact--check .wpcf7-list-item-label, .contactus__contact--radio .wpcf7-list-item-label {
    font-size: 22px;
  }
  .contactus__contact--check label, .contactus__contact--radio label {
    grid-template-columns: 20px 1fr;
    gap: 10px;
  }
  .contactus__contact--check input[type=checkbox],
.contactus__contact--check input[type=radio], .contactus__contact--radio input[type=checkbox],
.contactus__contact--radio input[type=radio] {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .contactus__content--left img, .contactus__contact--block img {
    width: 50px;
  }
  .contactus__contact--block {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .contactus__contact--form p {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  .contactus__heading {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: 600;
  }
  .contactus__content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .contactus__content--right {
    border-top: 2px solid #9c8d7a;
    border-left: none;
    padding: 10px;
  }
  .contactus__contact--inputgrid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .contactus__contact--details {
    grid-template-columns: 1fr;
    margin: 20px 0 0 0;
    gap: 30px;
  }
  .contactus__descr {
    font-size: 16px;
  }
  .contactus__header {
    border: 2px solid #f1c145;
  }
  .contactus__header h3 {
    font-size: 18px;
  }
  .contactus__content--right p {
    font-size: 16px;
  }
  .contactus__contact--block:nth-child(2) {
    border-top: 2px solid #9c8d7a;
    border-bottom: 2px solid #9c8d7a;
    border-right: none;
    border-left: none;
    padding: 20px 0;
  }
  .contactus__contact--check .wpcf7-list-item-label, .contactus__contact--radio .wpcf7-list-item-label {
    font-size: 16px;
  }
  .contactus__contact--check label, .contactus__contact--radio label {
    grid-template-columns: 15px 1fr;
  }
  .contactus__contact--check input[type=checkbox],
.contactus__contact--check input[type=radio], .contactus__contact--radio input[type=checkbox],
.contactus__contact--radio input[type=radio] {
    width: 15px;
    height: 15px;
  }
  .contactus__block:last-child .contactus__content {
    grid-template-columns: 1fr;
  }
  .contactus__block:last-child .contactus__contact--details {
    grid-template-columns: 1fr;
  }
  .contactus__block:last-child .contactus__content--left {
    grid-template-columns: 1fr 1fr 1fr;
    border-right: none;
  }
  .contactus__block:last-child .contactus__content--left img:nth-child(1) {
    grid-column: unset;
    width: 50px;
  }
  .contactus__block:last-child .contactus__content--left img:nth-child(2),
.contactus__block:last-child .contactus__content--left img:nth-child(3) {
    width: 50px;
  }
  .contactus__block:last-child .contactus__content--right {
    border-left: none;
  }
}

.messageUs {
  padding: 1rem;
}
.messageUs__detail-box {
  border: 1px solid #9AB4D6;
  border-radius: 8px;
  padding: 1rem 2rem;
  background: #F9DFB7;
  margin-bottom: 1rem;
}
.messageUs__heading {
  text-align: center;
  font-family: "TrajanPro" sans-serif;
  font-size: 38px;
  color: #DA8B03;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-shadow: 5px 5px 7px #fff, -5px -5px 7px #fff, -7px 0px 7px #fff, 0px -7px 7px #fff;
}
.messageUs__detail .messanger__detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.messageUs__detail .messanger__firstName, .messageUs__detail .messanger__lastName, .messageUs__detail .messanger__emailAdd, .messageUs__detail .messanger__country {
  padding: 12px 15px;
  background: #FDF6EB;
  font-size: 26px;
  font-family: "Myriadpro";
  font-weight: 400;
  color: #F4AA2A;
  width: 100%;
}
.messageUs__detail .messanger__firstName::placeholder, .messageUs__detail .messanger__lastName::placeholder, .messageUs__detail .messanger__emailAdd::placeholder, .messageUs__detail .messanger__country::placeholder {
  color: #F4AA2A;
}
.messageUs__detail .messanger__topic {
  width: 100%;
  padding: 12px 21px;
  font-size: 26px;
  font-family: "Myriadpro";
  color: #F4AA2A;
  background: #FDF6EB;
  margin-bottom: 1rem;
}
.messageUs__detail .messanger__massage {
  width: 100%;
  min-height: 182px;
  padding: 1rem;
  font-size: 26px;
  color: #F4AA2A;
  background: #FDF6EB;
  font-family: "Myriadpro";
  margin-bottom: 26px;
}
.messageUs__detail .messanger__massage::placeholder {
  color: #F4AA2A;
}
.messageUs__detail .messanger__button-container {
  position: relative;
  min-height: 100px;
}
.messageUs__detail .messanger__button-container .messenger__button {
  text-decoration: none;
  font-size: 26px;
  font-family: "MyriadPro";
  font-weight: 700;
  color: #ffff;
  background: #EFB65D;
  padding: 20px 36px;
  text-align: center;
  position: absolute;
  max-width: 300px;
  right: 0;
  top: 0;
  border: 1px solid #C9C5BC;
  box-shadow: -2px 6px 10px #81735F;
}
@media (max-width: 576px) {
  .messageUs {
    padding: 0;
  }
  .messageUs__heading {
    padding: 0.5rem 0 1.5rem;
    font-size: 28px;
    font-weight: 600;
  }
  .messageUs__detail .messanger__detail {
    display: flex;
    flex-direction: column;
  }
  .messageUs__detail input, .messageUs__detail select, .messageUs__detail textarea {
    font-size: 16px !important;
  }
  .messageUs__detail .messenger__button {
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.2) !important;
    padding: 10px 30px !important;
  }
  .messageUs__detail .messenger__button-container {
    min-height: 80px;
  }
  .messageUs__detail-box {
    padding: 1rem;
  }
}

.hr-line {
  margin: 0px 10%;
  font-size: 32px;
  font-family: "MyriadPro";
  font-weight: 0;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 576px) {
  .hr-line {
    font-size: 18px;
  }
}

.hr-line {
  text-align: center;
  position: relative;
}

span {
  display: inline-block;
}

#or:before,
#or:after {
  border-top: 1px solid #CDCDCD;
  display: block;
  height: 1px;
  content: " ";
  width: 45%;
  position: absolute;
  left: 0;
  top: 0.7em;
}
@media (max-width: 576px) {
  #or:before,
#or:after {
    width: 40%;
  }
}

#or:after {
  right: 0;
  left: auto;
}

.contactThrough {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-evenly;
}
.contactThrough__whatsapp {
  background: #8FC78D;
  border-radius: 8px;
  padding: 33px 37px;
  box-shadow: 0px 5px 7px #000000;
}
.contactThrough__whatsapp .whatsappBox__header-container {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
  align-items: center;
}
.contactThrough__whatsapp .whatsappBox__logo-container {
  margin-right: 23px;
}
.contactThrough__whatsapp .whatsappBox__header {
  color: #ffffff;
  font-size: 26px;
  font-family: "MyriadPro";
  font-weight: 700;
}
.contactThrough__whatsapp .whatsappBox__button-container {
  display: flex;
  flex-direction: column;
}
.contactThrough__whatsapp .whatsappBox__dwld-andr, .contactThrough__whatsapp .whatsappBox__dwld-ios {
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  font-family: "MyriadPro";
  font-weight: 700;
  padding: 14px 19px;
  border: 2px solid #ffffff;
  text-decoration: none;
  width: 100%;
  margin-bottom: 13px;
}
.contactThrough__chat {
  background: #638CBF;
  border-radius: 8px;
  padding: 33px 37px;
  box-shadow: 0px 5px 7px #000000;
}
.contactThrough__chat .chatBox__header-container {
  display: flex;
  padding-bottom: 3rem;
  padding-top: 2rem;
  align-items: center;
}
.contactThrough__chat .chatBox__logo-container {
  margin-right: 23px;
}
.contactThrough__chat .chatBox__header {
  color: #ffffff;
  font-size: 26px;
  font-family: "MyriadPro";
  font-weight: 700;
}
.contactThrough__chat .chatBox__button {
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  font-family: "MyriadPro";
  font-weight: 700;
  padding: 14px 70px;
  border: 2px solid #ffffff;
  text-decoration: none;
  margin-bottom: 13px;
}
@media (max-width: 576px) {
  .contactThrough {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .contactThrough .whatsappBox img, .contactThrough .chatBox img {
    max-width: 45px;
  }
  .contactThrough .whatsappBox__button, .contactThrough .chatBox__button {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
  }
  .contactThrough .whatsappBox__button-container > a, .contactThrough .chatBox__button-container > a {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
  }
  .contactThrough .whatsappBox__header, .contactThrough .chatBox__header {
    font-size: 20px;
  }
  .contactThrough .whatsappBox__header-container, .contactThrough .chatBox__header-container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

.btn__common {
  padding: 14px 33px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 1199px) {
  .btn__common {
    padding: 7px 23px;
    font-size: 18px;
  }
}
.btn__yellow {
  border-width: 2px;
  border-style: solid;
  background-color: #f7c21e;
  border-color: #baa064;
}
.btn__round {
  border-radius: 10px;
}

.slider {
  position: relative;
}
.slider__container {
  max-height: 400px;
}
.slider__slide {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 400px;
}
.slider__slide::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.slider__nav {
  z-index: 9;
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  display: flex;
  justify-content: space-between;
}
.slider__nav__icon {
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.aboutUs {
  margin: 3rem auto;
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 5rem;
  flex-wrap: wrap;
  row-gap: 2rem;
}
.aboutUs__whatWeDo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #5B87C5;
  border-radius: 180px 180px 10px 10px;
  width: 350px;
  overflow: hidden;
  background: #fff;
  justify-self: center;
}
.aboutUs__whatWeDo-img {
  height: 350px;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.35);
}
.aboutUs__pointCont {
  margin-top: 1rem;
}
.aboutUs__points {
  text-align: left;
  font-size: 18px;
  font-family: "Myriadpro";
  color: #263878;
  padding: 8px 1rem;
  margin: 0rem 0.5rem;
}
.aboutUs__points:not(:last-child) {
  border-bottom: 2px dashed #DADADA;
}
.aboutUs--border {
  border-bottom: none;
}
.aboutUs__footer {
  color: #fff;
  background: #5B87C5;
  font-family: "Myriadpro";
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 0rem;
}
.aboutUs__descr {
  font-size: 16px;
  text-align: center;
  font-family: "Myriadpro";
  padding: 6px 6px;
}
.aboutUs--border {
  border-bottom: none;
}
.aboutUs--br-clr1 {
  border: 2px solid #2969AF;
}
.aboutUs--br-clr2 {
  border: 2px solid #275280;
}
.aboutUs--bg1 {
  background: #2969AF;
}
.aboutUs--bg2 {
  background: #275280;
}
@media (max-width: 576px) {
  .aboutUs__whatWeDo {
    padding-top: 20px;
    max-width: 300px;
    width: 100%;
  }
  .aboutUs__whatWeDo-img {
    height: 250px;
    width: 250px;
    margin: 0 auto;
  }
  .aboutUs__pointCont {
    margin-top: 30px;
  }
}

.tourOption {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-bottom: 3rem;
  max-width: 85%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.tourOption__heading {
  color: #2B3875;
  font-size: 54px;
  font-family: "Myriadpro";
  margin-bottom: -3rem;
  text-align: center;
}
.tourOption__joineGrp {
  font-family: "Myriadpro";
  border: 2px solid #2969AF;
  min-height: 506px;
  border-radius: 250px 0px 0px 250px;
  background: #fff;
  position: relative;
}
.tourOption__joineGrp-img {
  position: absolute;
  left: 0px;
  border-radius: 50%;
  height: 100%;
  width: 500px;
  object-fit: cover;
  border: 7px solid white;
}
.tourOption__joineGrp-img1 {
  position: absolute;
  right: 0px;
  border-radius: 50%;
  height: 100%;
  width: 500px;
  border: 7px solid white;
}
.tourOption__joineGrp-content {
  padding-left: 250px;
}
.tourOption__joineGrp-header {
  color: #fff;
  background: #2969AF;
  font-size: 24px;
  font-weight: 600;
  padding: 0.4rem 0rem;
  text-align: center;
  padding-left: 250px;
}
.tourOption__joineGrp-descr {
  padding: 1rem;
  display: flex;
  padding-left: 300px;
  min-height: 458px;
}
.tourOption__joineGrp-highlightsCont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tourOption__joineGrp-highlightsCont1 {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 350px;
}
.tourOption__joineGrp-highlight {
  text-align: center;
}
.tourOption__joineGrp-point {
  font-size: 20px;
  padding: 0rem 0.6rem;
}
.tourOption--border {
  border-radius: 0px 250px 250px 0px;
}
.tourOption--content-padding {
  padding-left: 0px;
  padding-right: 250px;
}
.tourOption--padding-right {
  padding-left: 0px;
  padding-right: 250px;
}
@media (max-width: 990px) and (min-width: 769px) {
  .tourOption__joineGrp {
    overflow: hidden;
  }
  .tourOption__joineGrp-content {
    padding-left: 50px;
  }
  .tourOption__joineGrp.tourOption--border .tourOption__joineGrp-content {
    padding-left: 0px;
  }
  .tourOption__joineGrp-img, .tourOption__joineGrp-img1 {
    margin-top: 20px;
    margin-left: 20px;
    height: 400px;
    width: 400px;
  }
  .tourOption__joineGrp-img1 {
    margin-right: 20px;
  }
  .tourOption__joineGrp-descr {
    padding-left: 350px;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: flex-end;
  }
  .tourOption__joineGrp-descr > div {
    width: 100%;
  }
  .tourOption__joineGrp-descr.tourOption--padding-right {
    padding-right: 150px;
  }
}
@media (max-width: 768px) {
  .tourOption {
    margin-top: 5rem;
    max-width: 95%;
  }
  .tourOption__heading {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: -2rem;
  }
  .tourOption__joineGrp {
    border-radius: 260px 260px 10px 10px;
    text-align: center;
    padding-top: 10px;
  }
  .tourOption__joineGrp-img, .tourOption__joineGrp-img1 {
    position: relative;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) and (max-width: 350px) {
  .tourOption__joineGrp-img, .tourOption__joineGrp-img1 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .tourOption__joineGrp-icon {
    max-width: 70px;
  }
}
@media (max-width: 768px) {
  .tourOption__joineGrp-content, .tourOption__joineGrp-header, .tourOption__joineGrp-descr {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .tourOption__joineGrp-header {
    padding: 1rem;
    min-height: initial;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .tourOption__joineGrp-descr {
    justify-content: center;
    padding: 1rem;
    min-height: initial;
  }
}
@media (max-width: 768px) {
  .tourOption__joineGrp-highlight {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .tourOption__joineGrp-point {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .tourOption {
    padding: 0rem 1rem !important;
  }
  .tourOption__joineGrp {
    margin: 0 auto;
    padding-top: 1rem;
  }
  .tourOption__joineGrp-descr {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .tourOption--padding-right {
    padding-left: 10px;
  }
  .tourOption__joineGrp-highlight {
    padding: 0px 10px;
  }
}

.destination {
  position: relative;
  overflow: hidden;
  height: 280px;
  max-width: 450px;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: block;
  color: inherit;
}
.destination__container {
  color: white;
  padding: 50px 20px 120px;
  max-width: 1920px;
  margin: 0 auto;
}
.destination__title {
  text-align: center;
  color: #26619C;
  font-weight: 600;
  font-size: 52px;
}
.destination__desc {
  text-align: center;
  color: #26619C;
  font-weight: bold;
  font-size: 24px;
}
.destination__items {
  display: flex;
  flex-wrap: wrap;
  gap: 200px;
  row-gap: 100px;
  justify-content: center;
  margin-top: 2rem;
}
.destination__name {
  font-size: 28px;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 27px;
}
.destination__img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  transition: 5s;
}
.destination__img:hover {
  transform: scale(1.11);
}
@media (max-width: 576px) {
  .destination__container {
    padding: 70px 20px 70px;
  }
  .destination__title {
    font-size: 38px;
  }
  .destination__desc {
    font-size: 20px;
  }
  .destination__items {
    gap: 50px;
  }
  .destination__name {
    font-size: 22px;
  }
}

.voucher__placeholder {
  width: 100%;
}

.places {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.places:hover .places__img {
  transform: scale(1.3);
}
.places__cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 10px;
  margin-top: 30px;
}
.places__rows {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.places__rows.places__rows--2-1 {
  grid-template-rows: 2fr 1fr;
}
.places__rows.places__rows--1-2 {
  grid-template-rows: 1fr 2fr;
}
.places::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
}
.places__img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 5s;
}
.places__details {
  position: absolute;
  left: 10px;
  z-index: 5;
  bottom: 20px;
  color: white;
  padding: 0 0.7rem;
}
.places__name {
  font-size: 20px;
  margin-bottom: 5px;
}
.places__location {
  font-size: 14px;
}
.places__name, .places__location {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.65);
}
.places__title {
  font-size: 52px;
  color: #26619C;
  text-align: center;
  position: relative;
  max-width: calc(100% - 150px);
  margin: 0 auto;
  font-weight: 400;
}
.places__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}
.places__container .owl-stage-outer {
  width: 100%;
  overflow: hidden;
}
.places__container .owl-stage {
  display: flex;
}
.places__container .owl-nav {
  left: 0;
  right: 0;
  top: 60px;
  width: 100%;
  margin: 0 auto;
  max-width: 60%;
  position: absolute;
  display: flex !important;
  justify-content: space-between;
}
.places__container .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.places__container .owl-nav button > span {
  font-size: 55px;
  display: block;
  line-height: 35px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 3px solid #555;
  color: #555;
}
@media (max-width: 576px) {
  .places__container .owl-nav button > span {
    line-height: 0.8;
  }
}
.places__container .owl-nav .owl-prev {
  left: -60px;
  position: relative;
  background-color: transparent;
}
.places__container .owl-nav .owl-prev.disabled {
  opacity: 0.3;
}
.places__container .owl-nav .owl-next {
  right: -60px;
  position: relative;
  background-color: transparent;
}
.places__container .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.places__nav {
  position: absolute;
  width: calc(100% - 20px);
  justify-content: space-between;
  display: flex;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.places__nav__icon {
  cursor: pointer;
}
.places__masonry {
  gap: 10px;
  width: 100%;
  display: flex;
  margin-left: 0;
  margin-top: 30px;
  flex-flow: row wrap;
}
.places__masonry--inner {
  flex: auto;
  height: 300px;
  min-width: 150px;
  margin: 0;
  position: relative;
}
@media (max-width: 576px) {
  .places__container {
    padding: 50px 0;
  }
  .places__title {
    font-size: 30px;
    font-weight: bold;
    max-width: calc(100% - 50px);
  }
  .places__cols {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .places__nav {
    display: none;
  }
}

.testimonial {
  font-size: 21px;
  padding: 0px 16px;
}
.testimonial__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 20px;
}
.testimonial__quote {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial__quote__img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
}
.testimonial__quote__img_icon {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.testimonial__quote__img_container {
  width: 270px;
  position: relative;
  text-align: center;
}
.testimonial__quote__content {
  text-align: center;
  width: 100%;
}
.testimonial__quote__title {
  font-size: 26px;
}
.testimonial__quote__author {
  font-size: 25px;
  font-weight: 600;
  color: #26619C;
}
@media (max-width: 576px) {
  .testimonial {
    font-size: 18px;
    line-height: 23px;
  }
  .testimonial__container {
    padding: 50px 0px;
  }
  .testimonial__quote {
    flex-direction: column;
  }
  .testimonial__quote__title {
    font-size: 22px;
  }
  .testimonial__quote__author {
    font-size: 20px;
  }
}

.deep {
  border: 2px solid #3A6CAF;
  background: #fff;
}
.deep__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 10px 100px 150px;
  position: relative;
}
.deep__container .owl-stage {
  display: flex;
}
.deep__container .owl-stage .deep {
  height: 100%;
}
.deep__container .owl-nav {
  justify-content: space-between;
  display: flex !important;
  position: absolute;
  width: 100%;
  top: 50%;
}
.deep__container .owl-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.deep__container .owl-nav button > span {
  font-size: 55px;
  display: block;
  line-height: 35px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 3px solid #555;
  color: #555;
}
@media (max-width: 576px) {
  .deep__container .owl-nav button > span {
    line-height: 0.8;
  }
}
.deep__container .owl-nav .owl-prev {
  left: -60px;
  position: relative;
}
.deep__container .owl-nav .owl-prev.disabled {
  opacity: 0.3;
}
.deep__container .owl-nav .owl-next {
  right: -60px;
  position: relative;
}
.deep__container .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
.deep__nav {
  position: absolute;
  width: calc(100% - 30px);
  justify-content: space-between;
  display: flex;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.deep__nav__icon {
  cursor: pointer;
}
.deep__section_title {
  font-size: 52px;
  color: #26619C;
  text-align: center;
  margin-bottom: 20px;
}
.deep__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  position: relative;
  z-index: 1;
}
.deep__img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}
.deep__content {
  padding: 16px 20px;
}
.deep__title {
  font-size: 22px;
  font-weight: 600;
  color: #26619C;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.deep__desc {
  border-top: 1px solid #000;
  padding-top: 10px;
  font-size: 16px;
  margin-bottom: 15px;
}
.deep__button {
  margin-top: 26px;
  text-align: center;
}
.deep__read_more {
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 30px;
  font-weight: 100;
  background: #26619C;
  display: inline-block;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.deep__read_more:hover {
  background: #122e4a;
}
@media (max-width: 576px) {
  .deep__container {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .deep__section_title {
    font-size: 30px;
  }
  .deep__items {
    grid-template-columns: 1fr;
    z-index: 1;
  }
  .deep__items > .deep:not(:first-child) {
    display: none;
  }
  .deep__nav {
    width: calc(100% + 20px);
  }
  .deep__nav__icon {
    max-width: 35px;
  }
}

@media (max-width: 576px) {
  .deep__container .owl-nav,
.places__container .owl-nav {
    position: initial;
    justify-content: center;
    padding: 10px;
  }
}
@media (max-width: 1024px) {
  .tourOption {
    padding: 10px;
    max-width: 100%;
  }
}
#rev_slider_1_1_wrapper .persephone.tparrows {
  border: 4px solid #ffffff !important;
  border-radius: 100% !important;
  font-weight: 900 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  #rev_slider_1_1_wrapper .persephone.tparrows {
    border: 2px solid #ffffff !important;
    width: 30px !important;
    height: 30px !important;
  }
  #rev_slider_1_1_wrapper .persephone.tparrows::before {
    font-size: 15px !important;
  }
}

@media (max-width: 576px) {
  #rev_slider_1_1_wrapper .hesperiden .tp-bullet {
    width: 8px !important;
    height: 8px !important;
  }
}

.activites {
  background: #0860A3;
  margin: 50px 0px 115px 0px;
  padding: 20px 55px;
  border-radius: 10px;
}
.activites__desc {
  font-size: 20px;
  font-style: italic;
  color: #FFFFFF;
}
@media (max-width: 576px) {
  .activites {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 30px;
  }
  .activites__container {
    padding: 0;
  }
}

.paralossBox {
  border: 3px solid #eda272;
  border-radius: 15px;
  background: #FFF8EC;
}
.paralossBox--rel {
  position: relative;
}
.paralossBox__imgCont {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 200px;
  height: 200px;
}
.paralossBox__imgCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 10px grey;
  overflow: hidden;
  border-radius: 50%;
  outline: 5px solid white;
}
@media (max-width: 576px) {
  .paralossBox__imgCont img {
    width: 75%;
    height: 75%;
  }
}
.paralossBox--imgcaption {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding-top: 1rem;
}
.paralossBox__desc {
  font-size: 20px;
  font-weight: 500;
  color: white;
  font-family: "Myriadpro";
  line-height: 26px;
  background: #EDA272;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 1440px) {
  .paralossBox__desc {
    font-size: 30px;
    line-height: 36px;
  }
}
.paralossBox--text {
  padding: 40px 40px 40px 240px;
}
.paralossBox__imgGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px 0px;
  row-gap: 10px;
}
.paralossBox__imgGrid-img {
  text-align: center;
  align-self: center;
}
@media (max-width: 576px) {
  .paralossBox__imgCont {
    position: static;
    margin: 15px auto;
  }
  .paralossBox--imgcaption {
    color: #EDA272;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .paralossBox__desc {
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .paralossBox--text {
    padding: 0px;
  }
  .paralossBox__imgGrid {
    grid-template-columns: repeat(auto-fit, minmax(50px, 70px));
    justify-content: center;
    padding: 20px 10px;
    gap: 20px;
  }
}

.blueBox {
  border: 3px solid #0860A3;
  border-radius: 15px;
  background: #CBE7FB;
}
.blueBox--rel {
  position: relative;
  margin-top: 115px;
}
.blueBox__imgCont {
  position: absolute;
  top: -100px;
  right: 0px;
  width: 200px;
  height: 200px;
}
.blueBox__imgCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 10px grey;
  overflow: hidden;
  border-radius: 50%;
  outline: 5px solid white;
}
@media (max-width: 576px) {
  .blueBox__imgCont img {
    width: 75%;
    height: 75%;
  }
}
.blueBox--imgcaption {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding-top: 1rem;
}
.blueBox__desc {
  font-size: 20px;
  font-weight: 500;
  color: white;
  font-family: "Myriadpro";
  line-height: 26px;
  background: #0860A3;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 1440px) {
  .blueBox__desc {
    font-size: 30px;
    line-height: 36px;
  }
}
.blueBox--text {
  padding: 40px 240px 40px 40px;
}
.blueBox__imgGrid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  padding: 10px 0px;
  row-gap: 10px;
}
.blueBox__imgGrid-img {
  text-align: center;
  align-self: center;
}
@media (max-width: 576px) {
  .blueBox--rel {
    margin-top: 50px;
  }
  .blueBox__imgCont {
    margin: 15px auto;
    position: static;
  }
  .blueBox--imgcaption {
    color: #0860A3;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .blueBox__desc {
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .blueBox--text {
    padding: 0px;
  }
  .blueBox__imgGrid {
    grid-template-columns: repeat(auto-fit, minmax(50px, 70px));
    justify-content: center;
    padding: 20px 10px;
    gap: 20px;
  }
}

.BoxThree {
  border: 3px solid #A35F34;
  border-radius: 15px;
  background: #FAE6D9;
}
.BoxThree--rel {
  position: relative;
  margin-top: 115px;
}
.BoxThree__imgCont {
  position: absolute;
  top: -100px;
  left: 0px;
  width: 200px;
  height: 200px;
}
.BoxThree__imgCont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0px 0px 10px grey;
  overflow: hidden;
  border-radius: 50%;
  outline: 5px solid white;
}
@media (max-width: 576px) {
  .BoxThree__imgCont img {
    width: 75%;
    height: 75%;
  }
}
.BoxThree--imgcaption {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding-top: 1rem;
}
.BoxThree__desc {
  font-size: 20px;
  font-weight: 500;
  color: white;
  font-family: "Myriadpro";
  line-height: 26px;
  background: #A35F34;
  border-radius: 10px 10px 0px 0px;
}
@media (min-width: 1440px) {
  .BoxThree__desc {
    font-size: 30px;
    line-height: 36px;
  }
}
.BoxThree--text {
  padding: 40px 40px 40px 240px;
}
.BoxThree--line-height {
  line-height: 50px;
}
.BoxThree__imgGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1rem;
}
.BoxThree__imgSection {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.BoxThree__imgHeading {
  font-size: 20px;
  font-weight: 700;
  color: #B9805B;
  margin: 20px 0px;
}
.BoxThree--side-border {
  border-left: 2px solid #D99A72;
  border-right: 2px solid #D99A72;
}
.BoxThree__flex {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 576px) {
  .BoxThree--rel {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .BoxThree__imgCont {
    position: static;
    margin: 15px auto;
  }
  .BoxThree--imgcaption {
    color: #A35F34;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .BoxThree__desc {
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .BoxThree--text {
    padding: 0px;
  }
  .BoxThree--line-height {
    line-height: 30px;
    margin-top: 20px;
  }
  .BoxThree__imgGrid {
    grid-template-columns: 1fr;
  }
  .BoxThree__imgSection {
    border: 0;
  }
}

.purchase .active_0 {
  background-color: #fadb8e;
}
.purchase .active.center .active_0 {
  background-color: #fadb8e;
}
.purchase .active_1 {
  background-color: #fadb8e;
}
.purchase .active_10 {
  background-color: #fadb8e;
}
.purchase__box {
  background: #26619C;
  text-align: center;
  margin-bottom: 1rem;
}
.purchase__box--ptyp {
  margin-bottom: 0 !important;
}
.purchase__box__heading {
  color: #fff;
  font-size: 45px;
  text-shadow: 0.35px 10px 7px #000000;
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.purchase__box__arrow.active {
  filter: hue-rotate(70deg) saturate(3);
}
.purchase__box__tracking {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .purchase__box__tracking.tour {
    display: none;
  }
}
.purchase__box__indicator {
  background: #FBEDD1;
  border: 2px solid #cdb580;
  height: 55px;
  width: 55px;
  border-radius: 100%;
}
.purchase__box__indicator.active {
  background: #8cd7a6;
  border: 2px solid #51b668;
}
.purchase__box__indicator.active + img.purchase__box__arrow {
  filter: hue-rotate(70deg) saturate(3);
}
.purchase__box__tracking.tour .purchase__box__indicator {
  height: 50px;
  width: 50px;
}
@media (max-width: 991px) {
  .purchase__box__tracking.tour .purchase__box__indicator {
    height: 40px;
    width: 40px;
  }
}
.purchase__box__tracking.tour .purchase__box__arrow {
  width: 40px;
  object-fit: cover;
  height: 15px;
  object-position: 1px;
}
.purchase__box .tackoff.active {
  filter: hue-rotate(70deg) saturate(3);
}
@media (max-width: 576px) {
  .purchase__container {
    padding: 32px 16px;
  }
  .purchase__box {
    margin-bottom: 1rem;
  }
  .purchase__box__heading {
    font-size: 38px;
    padding-top: 1rem;
    padding-bottom: 2rem;
    text-shadow: 1px 1px 20px #000000;
  }
  .purchase__box__arrow {
    width: 44px;
    object-fit: cover;
    height: 16px !important;
    object-position: left;
  }
  .purchase__box__tracking {
    position: relative;
  }
  .purchase__box__tracking.hidden {
    display: none;
  }
  .purchase__box__indicator {
    height: 38px;
    width: 38px;
  }
  .purchase__box .tackoff {
    width: 50px;
  }
}

.ptyp {
  min-height: 500px;
  display: flex;
  justify-content: center;
  margin-bottom: -400px;
  padding: 5rem 1rem 420px;
}
.ptyp__title {
  text-align: center;
}

#one {
  font-size: 28px;
  margin-top: 0px;
  line-height: 0.8;
}

.book__tour {
  margin-bottom: 3rem;
}
.book__tour__heading {
  display: flex;
  flex-direction: row;
  background: #FAEDD0;
  border: 4px solid #CFAC60;
  border-radius: 40px 0px 0px 40px;
  position: relative;
  margin-bottom: 1rem;
  align-items: center;
  transition: 0.25s;
}
.book__tour__heading__step {
  color: #CFAC60;
  background: #ffffff;
  border: 4px solid #CFAC60;
  border-radius: 100%;
  font-size: 11px;
  height: 55px;
  width: 55px;
  text-align: center;
  margin: -8px 10px -8px -4px;
  transition: 0.25s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.book__tour__heading__title {
  font-size: 24px;
  color: #BAA064;
  font-family: "MyriadPro", sans-serif;
  font-weight: 300;
  margin-left: 2rem;
  padding: 10px;
  transition: 0.25s;
}
.book__tour__certificates {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}
.book__tour__certificates__cards .margin--bottom {
  margin-bottom: 2.6rem;
}
.book__tour__certificates__cards__image {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
.book__tour__certificates__cards__image .card1 {
  width: auto;
  height: 265px;
}
.book__tour__certificates__cards__image .check-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 70%;
}
.book__tour__certificates__cards__title {
  font-size: 42px;
  color: #CE8A49;
  font-family: "Anatomia";
  position: absolute;
  top: 3rem;
  left: -1rem;
}
.book__tour__certificates__cards__buy {
  margin: 0px 2rem;
  font-size: 36px;
  text-decoration: none;
  text-align: center;
  padding: 0.2rem 4rem;
  background: #F9E6BD;
  border: 2px solid #BAA064;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  color: white;
  display: block;
}
.book__tour__certificates__cards__buy:hover {
  background: #8CD7A6;
  border: 2px solid #079728;
  color: #fff;
}
@media (max-width: 576px) {
  .book__tour__heading__step {
    height: 50px;
    width: 50px;
  }
  .book__tour__heading__step #one {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0;
  }
  .book__tour__heading__title {
    font-size: 18px;
    margin-left: 0rem;
    padding: 8x;
    padding-left: 0;
  }
}
@media (max-width: 576px) and (max-width: 360px) {
  .book__tour__heading__title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .book__tour__certificates {
    flex-direction: column;
    gap: 30px;
  }
  .book__tour__certificates__cards__image, .book__tour__certificates__cards .margin--bottom {
    margin-bottom: 0.5rem;
  }
  .book__tour__certificates__cards__image img, .book__tour__certificates__cards .margin--bottom img {
    height: auto !important;
  }
  .book__tour__certificates__cards__buy {
    font-size: 20px;
    padding: 0.3rem 1rem;
  }
}

.active.book__tour__heading {
  background: #8cd7a6;
  border: 4px solid #4cc167;
}
.active .book__tour__heading {
  background: #8cd7a6;
  border: 4px solid #4cc167;
}
.active .book__tour__heading__step {
  border: 4px solid #4cc167;
  color: #4cc167;
}
.active .book__tour__heading__title {
  color: #fff;
}

.select-tour {
  margin-bottom: 3rem;
}
.select-tour__box-one-location, .select-tour__box-two-image {
  width: 100%;
  height: 300px;
  border: 3px solid #26619C;
  overflow: hidden;
  object-fit: cover;
}
.select-tour__box-one-location img, .select-tour__box-two-image img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}
.select-tour__box-one-location {
  height: auto;
  max-height: 300px;
  overflow: hidden;
}
.select-tour__box {
  display: grid;
  grid-template-columns: 800px 450px;
  justify-content: space-around;
  gap: 3rem;
}
.select-tour__box-one {
  display: grid;
  grid-template-columns: auto 300px;
  gap: 3rem;
  align-items: start;
}
.select-tour__box-two {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 4rem;
  position: relative;
}
.select-tour__box-one1 {
 display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 0rem;
  position: relative;
}
.select-tour__box-two2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 0rem;
  position: relative;
}
.select-tour__box-one-select {
  display: grid;
  gap: 20px;
}
.select-tour__box-one-select .destn_title {
  color: #696969;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding-bottom: 0.2rem;
}
.select-tour__box-one-select .place {
  border: 2px solid #c0c0c0;
  border-radius: 10px;
  min-width: 200px;
  padding: 12px 16px;
  color: #CCCCCC;
  font-size: 18px;
  width: 300px;
  text-align: center;
  background: #fff;
}
.select-tour__box-one-select .place.selected {
  border-color: #4cc167;
  color: #4cc167;
}
.select-tour__box-one-select .place.selected:focus {
  outline: #4cc167;
}
.select-tour__box-one-select #place2 {
  padding: 22px 22px 22px 20%;
}
.select-tour__box-two {
  padding-left: 4rem;
  border-left: 5px solid #ddc58f;
}
.select-tour__box-two-caption {
  position: absolute;
  right: 8px;
  top: 8px;
  color: #266195;
}
.select-tour__box-two-caption .location-names {
  text-align: right;
  font-weight: 600;
  text-shadow: 1px 1px 0px #fff;
}
@media (max-width: 1360px) {
  .select-tour__box {
    grid-template-columns: 700px 820px;
  }
}
@media (max-width: 991px) {
  .select-tour__box {
    grid-template-columns: auto auto;
    gap: 1rem;
  }
  .select-tour__box-one {
    grid-template-columns: auto 200px;
    gap: 1rem;
  }
  .select-tour__box-one-select .place {
    width: 100%;
  }
  .select-tour__box-two {
    padding-left: 1rem;
  }
}
.select-tour .active .book__tour__heading__title {
  color: white;
}
@media (max-width: 576px) {
  .select-tour img.select-tour__box-two-image {
    max-height: initial;
  }
  .select-tour__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .select-tour__box-one {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .select-tour__box-one-select .destn_title {
    font-size: 16px;
    margin: 0.2rem 0rem;
  }
  .select-tour__box-one-select #place2, .select-tour__box-one-select .place {
    padding: 10px 20px;
    font-size: 18px;
    max-width: max-content;
    min-width: 150px;
    display: block;
    margin: 0 auto;
  }
  .select-tour__box-two {
    padding-left: 0rem;
    border-left: 0;
  }
}

.button {
  position: relative;
  top: 50%;
  width: 65px;
  height: 36px;
  overflow: hidden;
}

.button.b2 {
  border-radius: 2px;
}

.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.custom_checkbox {
  width: 65px;
  height: 30px;
  border: 2px solid #3a6caf;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.custom_checkbox.button.b2 {
  border-radius: 15px;
}
.custom_checkbox input[type=checkbox] {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.custom_checkbox .knobs:before, .custom_checkbox .knobs:after, .custom_checkbox .knobs span {
  position: absolute;
  top: 0px;
  width: 25px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}
.custom_checkbox .knobs:before {
  content: "";
  left: 0px;
  background-color: #3a6caf;
}
.custom_checkbox .knobs:after {
  content: "YES";
  right: 0px;
  color: #4e4e4e;
}
.custom_checkbox .knobs.sp:after {
  content: "SÍ";
}
.custom_checkbox .knobs span {
  display: inline-block;
  left: 7px;
  color: #fff;
  z-index: 1;
}
.custom_checkbox .checkbox:checked + .knobs span {
  color: #4e4e4e;
}
.custom_checkbox .checkbox:checked + .knobs:before {
  left: 33px;
  background-color: #3a6caf;
}
.custom_checkbox .checkbox:checked + .knobs:after {
  color: #fff;
}
.custom_checkbox .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.reqTour {
  margin-bottom: 1rem;
}
.reqTour .display-space-between {
  align-items: center !important;
}
.reqTour .book__tour__heading__step {
  padding: 8px 14px;
}
.reqTour .book__tour__heading__title {
  display: flex;
  padding: 0px;
  gap: 5rem;
  align-items: center;
}
.reqTour .book__tour__heading__title .main-title {
  font-weight: 900;
  font-size: 19px;
  padding-right: 2rem;
  position: relative;
}
.reqTour .book__tour__heading__title .main-title::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background: #baa064;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.reqTour .book__tour__heading__title .title-descr {
  font-size: 14px;
  padding-top: 8px;
}
.reqTour__container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin: 0rem 2rem;
    gap: 2rem;
}
.reqTour__container-box1 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.reqTour__container-box1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background: #828282;
  right: -1rem;
  transform: translateY(-50%);
  top: 50%;
}
.reqTour__container-box1-perm1 {
  border: 2px solid rgba(130, 130, 130, 0.5);
}
.reqTour__container-box1-perm1-heading {
  width: 100%;
  min-height: 40px;
  height: auto;
  background: #8AACEB;
  text-align: center;
  color: #fff;
  font-size: 17px;
  padding: 0.6rem 0rem;
  font-family: "MyriadPro";
  font-weight: 400;
}
@media (max-width: 991px) {
  .reqTour__container-box1-perm1-heading {
    height: auto;
  }
}
.reqTour__container-box1-perm1-descr {
  color: #767676;
  font-size: 15px;
  padding: 0.6rem 0rem;
  text-align: center;
  font-family: "MyriadPro";
  font-weight: 400;
}
.reqTour__container-box1-perm1-descr > .descr {
  width: calc(100% - 70px);
}
.reqTour__container-box2 {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  color: #333;
}
.reqTour__container-box2 .guest--label {
  font-weight: 600;
  margin-bottom: -1rem;
}
.reqTour__container-box2-headBox {
  text-align: center;
}
.reqTour__container-box2-headBox-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  padding-bottom: 1rem;
}
.reqTour__container-box2-fullName {
  border: 2px solid rgba(130, 130, 130, 0.5);
  padding: 8px;
  max-width: 100%;
  width: 100%;
  margin: 10px 0px;
  font-weight: 600;
  color: #333;
}
.reqTour__container-box2-fullName::placeholder {
  color: #555;
}
.reqTour__container-box2-commnet {
  border: 2px solid rgba(130, 130, 130, 0.5);
  padding: 8px;
  max-width: 100%;
  width: 100%;
  min-height: 145px;
  text-align: left;
  margin: 10px 0px;
  font-weight: 600;
  color: #333;
}
.reqTour__container-box2-commnet::placeholder {
  color: #555;
}
.reqTour__container-box2-send {
  max-width: 100px;
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3a6caf;
  font-size: 16px;
  font-weight: 600;
  align-self: flex-end;
  float: right;
  cursor: pointer;
}
.reqTour__container-box2 #form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999999999;
  cursor: not-allowed;
  transition: 0.35s;
}
.reqTour__container-box2 #form-overlay.hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -99999;
}
@media (max-width: 576px) {
  .reqTour__container-box2 #privateTourForm, .reqTour__container-box2-headBox {
    display: none;
  }
  .reqTour__container-box2 .hidden ~ #privateTourForm, .hidden + .reqTour__container-box2-box2-headBox {
    display: block;
  }
}
@media (max-width: 576px) {
  .reqTour {
    margin-bottom: 2rem;
  }
  .reqTour .book__tour__heading {
    border-radius: 40px 0px 0px 40px;
  }
  .reqTour .book__tour__heading__title {
    display: grid;
    gap: 0;
  }
  .reqTour .book__tour__heading__title .main-title::after {
    display: none;
  }
  .reqTour__container {
    grid-template-columns: 1fr;
    margin: 0rem 0.5rem;
  }
  .reqTour__container-box1-perm1-heading {
    height: auto;
  }
  .reqTour__container-box1::after {
    display: none;
  }
  .reqTour__container-box2-send {
    width: 100%;
  }
}

.dateSelc {
  margin-bottom: 3rem;
}
.dateSelc .book__tour__heading__step {
  padding: 8px 14px;
}
.dateSelc .book__tour__heading__title {
  display: flex;
  padding: 0px;
  gap: 5rem;
}
.dateSelc .book__tour__heading__title .main-title {
  font-weight: 900;
  font-size: 19px;
  padding-right: 2rem;
}
.dateSelc .book__tour__heading__title .title-descr {
  font-size: 14px;
  padding-top: 8px;
}
.dateSelc__avlDate {
  color: #fff;
  background: #608BDA;
  font-size: 15px;
  font-family: "MyriadPro";
  font-weight: 700;
  text-align: center;
  padding: 4px 0px;
  margin: 1rem 1rem;
}
@media (max-width: 576px) {
  .dateSelc .book__tour__heading__title {
    display: grid;
    gap: 0rem;
  }
}

.trvlrInfo {
  margin-bottom: 3rem;
}
.trvlrInfo__container-trvlers > div {
  width: 100% !important;
}
.trvlrInfo__container-heading {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  justify-content: center;
  padding-bottom: 1rem;
}
.trvlrInfo__container-heading-descr {
  color: #696969;
  font-size: 24px;
  font-family: "MyriadPro";
  font-weight: 400;
}
.trvlrInfo__container-heading-totalTrvler {
  border: 2px solid silver;
  padding: 4px;
  width: 50px;
}
.trvlrInfo__container-trvlers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .trvlrInfo__container-trvlers {
    grid-template-columns: 1fr;
  }
}
.trvlrInfo__container-trvlers input {
  border: 2px solid #696969;
  width: 100%;
  padding: 4px;
}

.trvlrInfo__container-trvlers .display--grid5 {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 0.5rem;

}
.trvlrInfo__container-trvlers .display--grid33 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 0.5rem;
}
.trvlrInfo__container-trvlers .display--grid4 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 0.5rem;
}
.trvlrInfo__container-trvlers .display--grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 0.5rem;
}
.primary__trvlr-contacts display--grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  margin-bottom: 0.5rem;
}

@media (max-width: 576px) {
  .trvlrInfo__container-trvlers .display--grid3 {
    grid-template-columns: 1fr;
  }
}
.trvlrInfo__container-trvlers .display--grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 0.5rem;
}
@media (max-width: 576px) {
  .trvlrInfo__container-trvlers .display--grid2 {
    grid-template-columns: 1fr;
  }
}
.trvlrInfo__container-trvlers .primary {
  color: #696969;
}
.trvlrInfo__container-trvlers .primary__trvlr {
  padding-right: 3rem;
}
.trvlrInfo__container-trvlers .primary-heading {
  text-align: center;
  padding-bottom: 8px;
}
.trvlrInfo__container-trvlers .primary__trvlr-address {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 0.5rem;
}
.trvlrInfo__container-trvlers .primary__trvlr-location-state-select {
  border: 2px solid #707070;
  width: 100%;
  padding: 4px;
  color: #696969;
}
.trvlrInfo__container-trvlers .primary__trvlr-contacts {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 8px;
  padding-bottom: 0.5rem;
}
.trvlrInfo__container-trvlers .secondary {
  color: #cccccc;
}
.trvlrInfo__container-trvlers .secondary__trvlr {
  padding-left: 3rem;
}
.trvlrInfo__container-trvlers .secondary input {
  border: 2px solid #C0C0C0;
}
.trvlrInfo__container-trvlers .secondary-heading {
  color: #696969;
  text-align: center;
  padding-bottom: 8px;
}
.trvlrInfo__container-trvlers .secondary__trvlr-location-state-select {
  border: 2px solid #C0C0C0;
  width: 100%;
  padding: 4px;
  color: #cccccc;
}
@media (max-width: 576px) {
  .trvlrInfo .trvlrInfo__container {
    margin: 0 10px;
  }
  .trvlrInfo .trvlrInfo__container-heading-descr {
    font-size: 18px;
  }
  .trvlrInfo .trvlrInfo__container-trvlers {
    padding: 0rem 0rem;
    display: grid;
  }
  .trvlrInfo .trvlrInfo__container-trvlers div {
    width: 100%;
  }
  .trvlrInfo .trvlrInfo__container-trvlers .primary__trvlr {
    padding-right: 0;
  }
  .trvlrInfo .trvlrInfo__container-trvlers .primary__trvlr-contacts {
    grid-template-columns: 1fr;
  }
  .trvlrInfo .trvlrInfo__container-trvlers .addSservice__first {
    grid-template-columns: 1fr 65px 50px;
    align-items: center;
  }
  .trvlrInfo .trvlrInfo__container-trvlers .addSservice__first-enbDsb {
    display: none;
  }
  .trvlrInfo .trvlrInfo__container-trvlers .secondary__trvlr {
    padding-left: 0rem;
  }
}
@media (max-width: 768px) {
  .trvlrInfo__container-trvlers div {
    width: 100%;
  }
}

.addSservice {
  color: #111;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-left: 2px solid #696969 !important;
    padding: 1.5rem;
}
.addSservice__first {
  display: grid;
  grid-template-columns: 1fr 70px 45px;
  gap: 0.5rem;
  align-items: center;
}
.addSservice__first-descr {
  color: #000000;
  font-size: 16px;
  font-family: "MyriadPro";
  font-weight: 400;
}
.addSservice__first-addDays {
  border: 2px solid #C0C0C0;
  padding-left: 30%;
  color: #C0C0C0;
}

.revSelecton__container {
  margin-bottom: 3rem;
}
.revSelecton__container__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  text-align: center;
  padding-bottom: 1rem;
  gap: 120px;
}
.revSelecton__container__items__tourPlace__heading__image {
  border: 2px solid #26619C;
  width: 100%;
}
.revSelecton__container__items__tourPlace__imgCont {
  position: relative;
}
.revSelecton__container__items__tourPlace__imgCont__caption {
  position: absolute;
  top: 10px;
  right: 1rem;
  color: #646464;
  font-family: "MyriadPro";
  font-weight: 900;
  text-align: left;
  max-width: 140px;
}
.revSelecton__container__items__tourPlace__imgCont__caption .bolivia {
  font-size: 22px;
}
.revSelecton__container__items__tourPlace__imgCont__caption .grandTour {
  font-size: 15px;
}
.revSelecton__container__items__tourPlace__imgCont__caption .fourteen {
  font-size: 13px;
}
.revSelecton__container__items h3 {
  color: #696969;
  font-size: 24px;
  text-align: center;
  padding-bottom: 12px;
}
.revSelecton__container__items__tourJoined__table th {
  color: #000000;
  font-family: "MyriadPro";
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 8px;
  width: 95px;
}
.revSelecton__container__items__tourJoined__table td {
  color: #696969;
}
.revSelecton__container__items__tourJoined__table .table-row2, .revSelecton__container__items__tourJoined__table .table-row3 {
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .revSelecton__container__items {
    gap: 20px;
  }
}
.revSelecton__container__footer {
  text-align: center;
  font-family: 20px;
  font-weight: 700;
}
.revSelecton__container__footer__checkbox {
  margin-left: 1rem;
  border: 2px solid #111;
}
.revSelecton__container #travelerInformationTable {
  width: 100%;
}
@media (max-width: 600px) {
  .revSelecton__container__items {
    grid-template-columns: 2fr;
    gap: 30px;
  }
  .revSelecton__container__items__tourPlace__heading__image {
    width: 100%;
  }
}

.revDocs {
  margin-bottom: 3rem;
}
.revDocs .book__tour__heading__step {
  padding: 8px 12px;
}
.revDocs .book__tour__heading__title {
  display: flex;
  padding: 0px;
  gap: 5rem;
}
.revDocs .book__tour__heading__title .main-title {
  font-weight: 900;
  font-size: 19px;
  padding-right: 2rem;
  position: relative;
}
.revDocs .book__tour__heading__title .main-title::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background: #baa064;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.revDocs .book__tour__heading__title .title-descr {
  font-size: 14px;
  padding-top: 8px;
}
.revDocs__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-evenly;
}
.revDocs__container-terms {
  text-align: center;
}
.revDocs__container-terms-img {
  padding-bottom: 22px;
}
.revDocs__container-terms-checkCont {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.revDocs__container-terms-checkCont .termx-check {
  margin-top: 3px;
}
.revDocs__container-terms-checkCont .terms-descr {
  font-size: 16px;
  font-weight: 500;
  font-family: "MyriadPro";
}
.revDocs__container-terms-checkCont .terms-descr a {
  color: #000000;
  font-weight: 600;
}
@media (max-width: 576px) {
  .revDocs .book__tour__heading__title {
    display: grid;
    gap: 0;
  }
  .revDocs .book__tour__heading__title .main-title::after {
    display: none;
  }
  .revDocs__container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .revDocs__container-terms-img {
    padding-bottom: 10px;
  }
  .revDocs__container-terms-checkCont .terms-descr {
    font-size: 14px;
    text-align: left;
  }
}

.payment {
  margin-bottom: 3rem;
}
.payment .book__tour__heading__step {
  padding: 8px 12px;
}
.payment .book__tour__heading__title {
  display: flex;
  padding: 0px;
  gap: 5rem;
}
.payment .book__tour__heading__title .main-title {
  font-weight: 900;
  font-size: 19px;
  padding-right: 2rem;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.payment .book__tour__heading__title .main-title::after {
  content: "";
  position: absolute;
  height: 40px;
  width: 1px;
  background: #baa064;
  right: -20px;
  transform: translateY(-50%);
  top: 50%;
}
.payment .book__tour__heading__title .title-descr {
  font-size: 14px;
  padding-top: 8px;
}
.payment__container {
  padding: 0rem 2rem;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  justify-content: space-between;
}
.payment__container_byOther .payOption {
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding-bottom: 22px;
}
.payment__container_byOther .payOption-heading {
  font-size: 17px;
  color: #2A3971;
  font-family: "MyriadPro";
  font-weight: 600;
}
.payment__container_byOther .payOption-credit-check {
  margin-right: 8px;
}
.payment__container_byOther .payOption-credit-descr {
  color: #000000;
  font-size: 19px;
  font-weight: 400;
}
.payment__container_byOther .totAmt {
  display: flex;
  flex-direction: row;
  color: #EBAA43;
  font-family: "MyriadPro";
}
.payment__container_byOther .totAmt-heading {
  font-size: 18px;
  padding-top: 1rem;
  padding-right: 2px;
}
.payment__container_byOther .totAmt-amount {
  font-size: 36px;
}
.payment__container_byCard {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.payment__container_byCard input {
  border: 1.5px solid rgba(130, 130, 130, 0.6);
  font-size: 16px;
  padding: 0.5rem 1rem;
}
.payment__container_byCard input::placeholder {
  color: #CCCCCC;
}
.payment__container_byCard input[type=number]::-webkit-inner-spin-button,
.payment__container_byCard input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.payment__container_byCard .cardInfo {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-bottom: 2rem;
}
.payment__container_byCard .cardInfo input {
  width: 50%;
}
.payment__container_byCard_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.payment__container_byCard_footer .checkout-button {
  color: #fff;
  font-size: 15px;
  font-family: "MyriadPro";
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  padding: 12px 12px;
  background: #5779D9;
}
.payment #add_payment_method #payment, .payment .woocommerce-cart #payment, .payment .woocommerce-checkout #payment {
  background: transparent !important;
}
.payment #payment .wc_payment_methods.payment_methods.methods {
  padding: 0 !important;
  border: 0;
}
.payment #payment .wc_payment_methods.payment_methods.methods::after, .payment #payment .wc_payment_methods.payment_methods.methods li::after {
  display: none !important;
}
.payment #payment #mailpoet_woocommerce_checkout_optin_field,
.payment #payment #mailpoet_woocommerce_checkout_optin_present_field {
  display: none !important;
}
.payment #payment div.payment_box .testmode-info {
  margin-bottom: 1rem;
}
.payment #payment div.payment_box.payment_method_stripe, .payment #payment div.payment_box fieldset#wc-stripe-upe-form {
  background: none;
  padding: 0;
}
.payment #payment div.payment_box::before {
  display: none !important;
}
.payment #payment div.payment_box * {
  font-family: "Myriadpro" !important;
}
.payment #payment #place_order {
  width: 150px;
  background: #3a6caf;
  color: white;
  transition: 0.3s;
}
.payment #payment #place_order:hover {
  opacity: 0.8;
}
@media (max-width: 576px) {
  .payment .book__tour__heading__title {
    display: grid;
    gap: 0px;
  }
  .payment .book__tour__heading__title .main-title {
    padding: 5px 0 0;
  }
  .payment__container {
    grid-template-columns: 1fr;
    padding: 0rem 1rem;
    gap: 20px;
  }
  .payment__container_byOther .payOption {
    display: grid;
    gap: 10px;
  }
  .payment__container_byOther .totAmt {
    align-items: flex-end;
    gap: 10px;
  }
  .payment__container_byOther .totAmt-heading {
    padding-top: 0;
    font-size: 16px;
  }
  .payment__container_byOther .totAmt-amount {
    font-size: 26px;
  }
  .payment__container_byCard {
    gap: 10px;
  }
  .payment__container_byCard .cardInfo {
    margin-bottom: 10px;
  }
  .payment__container_byCard_footer {
    flex-direction: column;
    gap: 10px;
  }
}

#tour-dates {
  position: relative;
}

.checkout-dates {
  border: 5px solid #d0d0d0;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}
.checkout-dates.owl-item.active {
  border-color: #f0be70;
}
.checkout-dates.owl-item.active .checkout-dates__segment {
  background: #f0be70;
}
.checkout-dates.owl-item.active .checkout-dates__title {
  background: #8aaceb;
}
.checkout-dates.owl-item.active .checkout-dates__day:hover, .checkout-dates.owl-item.active .checkout-dates__day.active, .checkout-dates.owl-item.active .checkout-dates__day:focus {
  background-color: #fadb8e;
}
.checkout-dates--next, .checkout-dates--prev {
  opacity: 0.6;
}
.checkout-dates__container {
  max-width: calc(100% - 90px);
  margin: 0 auto;
}
.checkout-dates__container .owl-item.active.center .checkout-dates {
  border-color: #f0be70;
}
.checkout-dates__container .owl-item.active.center .checkout-dates .checkout-dates__segment {
  background: #f0be70;
}
.checkout-dates__container .owl-item.active.center .checkout-dates .checkout-dates__title {
  background: #8aaceb;
}
.checkout-dates__container .owl-item.active.center .checkout-dates .checkout-dates__day:hover, .checkout-dates__container .owl-item.active.center .checkout-dates .checkout-dates__day.active, .checkout-dates__container .owl-item.active.center .checkout-dates .checkout-dates__day:focus {
  background-color: #fadb8e;
}
@media (max-width: 576px) {
  .checkout-dates__container .owl-item.active .checkout-dates {
    border-color: #f0be70;
  }
  .checkout-dates__container .owl-item.active .checkout-dates .checkout-dates__segment {
    background: #f0be70;
  }
  .checkout-dates__container .owl-item.active .checkout-dates .checkout-dates__title {
    background: #8aaceb;
  }
  .checkout-dates__container .owl-item.active .checkout-dates .checkout-dates__day:hover, .checkout-dates__container .owl-item.active .checkout-dates .checkout-dates__day.active, .checkout-dates__container .owl-item.active .checkout-dates .checkout-dates__day:focus {
    background-color: #fadb8e;
  }
}
.checkout-dates__container .owl-prev, .checkout-dates__container .owl-next {
  transition: 0.25s;
}
.checkout-dates__container .owl-prev.disabled, .checkout-dates__container .owl-next.disabled {
  opacity: 0.3;
}
.checkout-dates__container .owl-prev span, .checkout-dates__container .owl-next span {
  cursor: pointer;
  color: #608BDA;
  font-size: 7rem;
  font-weight: 900;
  line-height: 1;
  width: 20px;
}
.checkout-dates__container .owl-nav {
  position: absolute;
  transform: translateY(-50%);
  justify-content: space-between;
  width: calc(100% + 90px);
  display: flex;
  top: 50%;
  left: -50px;
  z-index: -2;
}
.checkout-dates__seat {
  font-weight: 600;
}
.checkout-dates__seat__container {
  display: flex;
  padding: 5px 1rem;
  text-align: center;
  gap: 15px;
  justify-content: center;
}
.checkout-dates__seats {
  color: #808080;
  display: grid;
  grid-template-columns: 15px auto;
  align-items: center;
  justify-content: center;
}
.checkout-dates__segment {
  background: #dfdfdf;
  color: white;
  text-align: center;
  padding: 2px 10px;
  margin: 4px 0 5px;
}
.checkout-dates__checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
}
.checkout-dates__heading {
  display: grid;
  font-weight: bold;
  text-align: center;
  grid-template-columns: repeat(7, 1fr);
}
.checkout-dates__heading > div {
  padding: 0.5rem;
  color: #8aaceb;
}
.checkout-dates__heading__container {
  padding: 1rem 0;
}
.checkout-dates__day {
  padding: 5px 0.5rem;
  font-weight: 600;
  cursor: pointer;
}
.checkout-dates__day__container {
  display: grid;
  row-gap: 0.5rem;
  text-align: center;
  grid-template-columns: repeat(7, 1fr);
}
.checkout-dates__day__container > span.checkout-dates__day.active_0:first-of-type, .checkout-dates__day__container > span.checkout-dates__day.active_1:first-of-type, .checkout-dates__day__container > span.checkout-dates__day.active_2:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.checkout-dates__day__container > span.checkout-dates__day.active_0:last-of-type, .checkout-dates__day__container > span.checkout-dates__day.active_1:last-of-type, .checkout-dates__day__container > span.checkout-dates__day.active_2:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.checkout-dates__day:hover, .checkout-dates__day.active, .checkout-dates__day:focus {
  background-color: #fadb8e;
}
.checkout-dates__title {
  padding: 0.7rem 1rem;
  color: white;
  font-size: 20px;
  background-color: #dfdfdf;
  letter-spacing: 2px;
  text-align: center;
  font-weight: 900;
}

#when-date span.checkout-dates__day.active:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#when-date span.checkout-dates__day.active:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#when-date .checkout-dates__month {
  border: 4px solid #f0be70;
}
#when-date .checkout-dates__title {
  background: #8aaceb;
}

.amount-from-container small, .amount-to-container small {
  display: block;
  text-align: left;
  margin-left: 16px;
  font-size: 1rem;
  color: #646464;
}

select, input[type=date] {
  background-color: white !important;
}

.lightbox__container {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999999;
  opacity: 1;
  visibility: visible;
  top: 0;
  left: 0;
  transition: 0.35s;
}
.lightbox__container--hidden {
  z-index: -111111111;
  opacity: 0;
  visibility: hidden;
}
.lightbox__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.lightbox__content {
  width: 90%;
  height: 80%;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
.lightbox__close {
  color: white;
  font-size: 24px;
  position: absolute;
  top: -2rem;
  right: -2rem;
  cursor: pointer;
}
.lightbox__data, .lightbox__data iframe {
  height: 100%;
  width: 100%;
}

.footer {
  background-image: url(../img/Generic-1-optimized.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  min-height: 630px; 
  display: flex;
  flex-direction: column;
  justify-content: end;
  background-image: none !important; 
  background-color: rgba(42,84,161,255) !important;
}
.footer__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  align-items: end;
  min-height: 450px;
  color: white;
}
.footer.peru, .footer.peru-es {
  background-position: center;
}
.footer__menus {
  display: grid;
  grid-template-areas: "destinationBox browsemoreBox conditions" "destinationBox browsemoreBox conditions" "destinationBox searchbar searchbar";
  column-gap: 20px;
  row-gap: 10px;
  color: white;
}
.footer__menus .destinationBox {
  grid-area: destinationBox;
}
.footer__menus .browsemoreBox {
  grid-area: browsemoreBox;
}
.footer__menus .conditions {
  grid-area: conditions;
}
.footer__menus .searchbar {
  grid-area: searchbar;
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__menus .searchbar input[type=text] {
  padding: 5px 10px;
}
.footer__menus .searchbar button {
  background: transparent;
  color: white;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
}
.footer__menus ul {
  padding-left: 0;
}
.footer__menus ul li {
  margin-right: 0;
  line-height: 20px;
}
.footer__newsletter__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.footer__newsletter__checkbox .d-f {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 3px;
  justify-content: center;
}
.footer__newsletter__checkbox p {
  font-size: 13px;
  text-align: center;
}
.footer__newsletter__checkbox input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.footer__newsletter__checkbox label {
  font-size: 20px;
}
.footer__newsletter__checkboxs {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.footer__newsletter__privacy {
  color: white;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .footer__newsletter__privacy {
    display: none;
  }
}
.footer__newsletter small {
  font-size: 12px;
  text-align: center;
  display: block;
  padding-top: 10px;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_form {
  display: flex;
  padding: 10px 0 10px;
  gap: 5%;
  flex-wrap: wrap;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_paragraph {
  width: 65%;
  margin-bottom: 10px;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_paragraph[style="visibility: hidden;"] {
  display: none;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_paragraph.last {
  width: 30%;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_text, .footer__newsletter #mailpoet_form_1 .mailpoet_textarea {
  padding: 10px 20px !important;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_submit {
  background: #ebaa43;
  border: 2px solid #ebaa43 !important;
  padding: 8px 20px !important;
  cursor: pointer;
  transition: 0.3s;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_submit:hover {
  background: transparent;
  color: #ebaa43;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_message {
  width: 100%;
  padding: 0 !important;
}
.footer__newsletter #mailpoet_form_1 .mailpoet_message .mailpoet_validate_success {
  width: 100% !important;
  color: lime;
}
.footer__message {
  font-size: 28px;
  margin-bottom: 30px;
  padding: 10px;
  border: 2px solid white;
}
.footer__bottom {
  text-align: center;
  color: #fff;
  padding: 20px 0 10px;
  max-width: max-content;
  margin: 0 auto;
}
.footer__bottom a {
  color: inherit;
  text-decoration: none;
}
.footer__message__data {
  text-align: center;
}
.footer__addr {
  font-size: 22px;
  margin-bottom: 10px;
}
.footer__copyright {
  font-size: 22px;
  display: flex;
  justify-content: space-evenly;
}
.footer__copyright__privacy {
  display: none;
}
@media (max-width: 767px) and (min-width: 576px) {
  .footer__copyright__privacy {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer__container {
    gap: 20px;
  }
  .footer__message {
    font-size: 14px;
  }
  .footer__newsletter__checkbox .d-f {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .footer__newsletter__checkboxs {
    display: block;
  }
}
@media (max-width: 991px) {
  .footer__newsletter #mailpoet_form_1 .mailpoet_paragraph, .footer__newsletter #mailpoet_form_1 .mailpoet_paragraph.last {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .footer__addr, .footer__copyright {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 20px;
    background-position: -500px top;
  }
  .footer.peru, .footer.peru-es {
    min-height: 700px !important;
  }
  .footer__container {
    gap: 0px;
    display: flex;
    min-height: 650px;
    flex-direction: column;
    justify-content: flex-end;
  }
  .footer__container ul {
    padding-left: 0;
  }
  .footer__container li {
    font-size: 18px;
    padding: 3px 0;
  }
  .footer__container h5 {
    font-size: 22px;
  }
  .footer__container a {
    font-size: inherit !important;
    line-height: inherit !important;
  }
  .footer .contactBox {
    position: relative;
    visibility: hidden;
    z-index: -11;
    opacity: 0;
  }
  .footer .conditions .term-condition li {
    font-size: 16px;
  }
  .footer__message {
    display: none;
  }
  .footer__menus {
    width: 100%;
  }
  .footer__addr, .footer__copyright {
    font-size: 16px;
  }
}

.widget {
  list-style: none;
}

.contactBox {
  display: flex;
  flex-direction: column;
}
.contactBox__heading {
  color: #fff;
  font-size: 18px;
  padding-bottom: 18px;
}
.contactBox__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.destinationBox__heading {
  font-size: 18px;
  padding-bottom: 8px;
  color: #fff;
}
.destinationBox__content {
  list-style: none;
}
.destinationBox__content #menu-footer-1, .destinationBox__content #menu-footer-1-spanish {
  display: flex;
  flex-direction: column;
}
.destinationBox__content #menu-footer-1 li::after, .destinationBox__content #menu-footer-1-spanish li::after {
  display: none;
}
.destinationBox__content #menu-footer-1 a, .destinationBox__content #menu-footer-1-spanish a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.browsemoreBox {
  align-items: flex-end;
  justify-content: flex-end;
}
.browsemoreBox__heading {
  font-size: 18px;
  padding-bottom: 8px;
  color: #fff;
}
.browsemoreBox__content {
  list-style: none;
}
.browsemoreBox__content #menu-footer-2, .browsemoreBox__content #menu-footer-2-spanish, .browsemoreBox__content #menu-footer-3, .browsemoreBox__content #menu-footer-3-spanish {
  display: flex;
  flex-direction: column;
}
.browsemoreBox__content #menu-footer-2 li::after, .browsemoreBox__content #menu-footer-2-spanish li::after, .browsemoreBox__content #menu-footer-3 li::after, .browsemoreBox__content #menu-footer-3-spanish li::after {
  display: none;
}
.browsemoreBox__content #menu-footer-2 a, .browsemoreBox__content #menu-footer-2-spanish a, .browsemoreBox__content #menu-footer-3 a, .browsemoreBox__content #menu-footer-3-spanish a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

.conditions .term-condition {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.select_textarea_container > span {
  width: 100%;
}
.select_textarea_container textarea {
  resize: none;
}

.wpcf7-form input[type=submit] {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .menu li {
    line-height: 40px;
  }

  .contactBox {
    display: none;
  }

  .footer__container {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}
.border--green {
  border: 4px solid #4cc167;
  color: #4cc167;
}

.bg--color {
  background: #8cd7a6;
}

.color--fff {
  color: #fff;
}

.color--button {
  color: #266196;
}

.button--padding {
  padding: 0.2rem 7rem;
}

.choose-payment {
  margin-bottom: 35px;
}
.choose-payment__container {
  display: grid;
  grid-template-columns: 570px 380px;
  justify-content: space-around;
  gap: 4rem;
  max-width: 1000px;
  margin: 0 auto;
}
.choose-payment__container-box1 {
  display: flex;
  gap: 4rem;
  text-align: center;
  position: relative;
}
.choose-payment__container-box1::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: #D8C28E;
  right: -0.5rem;
  transform: translateY(-50%);
  top: 50%;
}
.choose-payment__container-box1-inputs {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 12px;
  gap: 35px;
}
.choose-payment__container-box1-inputs-to, .choose-payment__container-box1-inputs-from {
  display: flex;
  align-self: flex-end;
}
.choose-payment__container-box1-inputs-amount {
  display: flex;
  gap: 3px;
}
.choose-payment__container-box1-inputs-amount-label {
  font-size: 18px;
  font-family: "MyriadPro";
  color: #646464;
  align-self: center;
}
.choose-payment__container-box1-inputs-amount-currency, .choose-payment__container-box1-inputs-amount-value {
  border: 2px solid #959595;
  border-radius: 10px;
  font-size: 18px;
  font-family: "MyriadPro";
  color: #646464;
  padding: 4px;
  font-weight: 700;
}
.choose-payment__container-box1-inputs-amount-currency {
  margin-left: 30px;
  max-width: 75px;
}
.choose-payment__container-box1-inputs-amount-value {
  max-width: 100px;
}
.choose-payment__container-box1-inputs-amount-valueTo, .choose-payment__container-box1-inputs-amount-valueFrom {
  border: 2px solid #959595;
  border-radius: 10px;
  font-size: 18px;
  font-family: "MyriadPro";
  color: #646464;
  padding: 6px 16px;
  margin-left: 6px;
  min-width: 300px;
}
.choose-payment__container-box2 {
  height: 100%;
}
.choose-payment__container-box2-imgCont {
  position: relative;
  height: 100%;
}
.choose-payment__container-box2-imgCont img {
  height: 100% !important;
}
@media (max-width: 576px) {
  .choose-payment__container-box2-imgCont img {
    width: 100%;
  }
}
.choose-payment__container-box2-imgCont-caption {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  color: #CE8A49;
  font-size: 22px;
  font-family: "Anatomia";
}
.choose-payment__container-box2-imgCont-amount {
  position: absolute;
  top: 35%;
  left: 18%;
  font-size: 30px;
  color: #EBAA43;
  font-family: "MyriadPro";
  font-weight: 900;
}
.choose-payment__container-box2-imgCont-ToFrom {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}
.choose-payment__container-box2-imgCont-ToFrom-to, .choose-payment__container-box2-imgCont-ToFrom-from {
  font-size: 24px;
  font-family: "MyriadPro";
  font-weight: 400;
  color: #646464;
}
@media (max-width: 1023px) {
  .choose-payment__container {
    grid-template-columns: 1.2fr 1fr;
    gap: 1rem;
  }
  .choose-payment__container-box1 {
    gap: 1rem;
  }
  .choose-payment__container-box1-inputs-to, .choose-payment__container-box1-inputs-from {
    flex-direction: column;
  }
  .choose-payment__container-box1-inputs-amount-valueTo, .choose-payment__container-box1-inputs-amount-valueFrom {
    min-width: 100px;
    margin-left: 0;
  }
  .choose-payment__container-box1-inputs-amount-label {
    align-self: flex-start;
  }
  .choose-payment__container-box1-image {
    height: 280px;
  }
}
@media (max-width: 576px) {
  .choose-payment__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .choose-payment__container-box1 {
    gap: 0.5rem;
    display: grid;
    grid-template-columns: 155px auto;
  }
  .choose-payment__container-box1-inputs-to, .choose-payment__container-box1-inputs-from {
    flex-direction: column;
    align-self: flex-start;
    width: 100%;
  }
  .choose-payment__container-box1-inputs {
    gap: 15px;
    width: 100%;
    justify-content: flex-start;
  }
  .choose-payment__container-box1-inputs-amount {
    flex-direction: column;
  }
  .choose-payment__container-box1-inputs-amount-valueTo, .choose-payment__container-box1-inputs-amount-valueFrom {
    width: 100%;
    font-size: 15px;
  }
  .choose-payment__container-box1-inputs-amount-value {
    max-width: 100%;
  }
  .choose-payment__container-box1-image {
    height: auto;
    width: 100%;
  }
  .choose-payment__container-box1::after {
    display: none;
  }
}

.links {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .links {
    gap: 0.5rem;
  }
}
.links__point {
  font-size: 25px;
  font-family: "TrajanPro3";
  color: #608BDA;
  padding: 0.5rem 0rem 0rem 0rem;
  background: #FAF0CD;
  border: 2px solid #F1C145;
  border-radius: 2rem;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .links__point {
    padding: 0.5rem 0rem 0rem 0rem;
    border: 2px solid #F1C145;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .links__point {
    padding: 0.4rem 0rem 0rem 0rem;
    border: 2px solid #F1C145;
  }
}

.links {
  margin: 5rem auto;
}
.links__header {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.5fr;
  padding: 0rem 2rem;
}
.links__header_title {
  text-align: left;
  font-size: 40px;
  font-family: "Lato-regular";
  font-weight: 900;
  color: #26619C;
  align-self: center;
  letter-spacing: 3px;
}
.links__header_price {
  color: #EC7C26;
  line-height: 2rem;
  align-self: center;
}
.links__header_price-value {
  font-size: 40px;
  font-family: "Roboto";
  font-weight: 900;
  letter-spacing: 5px;
}
.links__header_price-text {
  font-size: 26px;
  font-family: "Myriadpro";
}
.links__header_button {
  text-decoration: none;
  padding: 0.5rem 0rem;
  font-size: 30px;
  font-family: "Myriadpro";
  font-weight: 600;
  color: #fff;
  background: #61B87F;
  border-radius: 25px;
  align-self: center;
  margin: 0rem 2rem;
  border: 3px solid #61B87F;
  transition: 0.3s;
}
.links__header_button:hover {
  background: transparent;
  color: #61B87F;
}
.links__overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 1rem 1rem 0.5rem;
}
.links__overview_mapSpecs {
  text-align: initial;
}
.links__overview_mapSpecs .mapBox {
  border: 3px solid #26619C;
  border-radius: 25px;
  text-align: -webkit-center;
  margin-bottom: 2rem;
}
.links__overview_mapSpecs .mapBox__heading {
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 700;
  color: #26619C;
  background: #fff;
  width: 30%;
  text-align: center;
  margin-top: -1.5rem;
}
.links__overview_mapSpecs .mapBox__mapCont {
  position: relative;
  overflow: hidden;
  border-radius: 5px 10px 25px 25px;
}
.links__overview_mapSpecs .mapBox__mapCont__map {
  width: 100%;
  margin-top: -1rem;
  margin-bottom: -0.3rem;
}
.links__overview_mapSpecs .mapBox__mapCont__globalLocation {
  position: absolute;
  right: 0;
  top: 1rem;
}
@media (max-width: 576px) {
  .links__overview_mapSpecs .mapBox__mapCont__globalLocation {
    width: 100px;
  }
}
.links__overview_mapSpecs .mapBox__mapCont__path {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  text-align: left;
}
.links__overview_mapSpecs .mapBox__mapCont__path-air {
  position: relative;
}
.links__overview_mapSpecs .mapBox__mapCont__path-air::after {
  border-top: 5px dashed #0254B4;
  display: block;
  height: 3px;
  content: " ";
  width: 100px;
  position: absolute;
  left: 3rem;
  top: 0.7em;
}
.links__overview_mapSpecs .mapBox__mapCont__path-land {
  position: relative;
}
.links__overview_mapSpecs .mapBox__mapCont__path-land::after {
  border-top: 5px solid #0254B4;
  display: block;
  height: 3px;
  content: " ";
  width: 100px;
  position: absolute;
  left: 3rem;
  top: 0.7em;
}
.links__overview_mapSpecs .specsBox {
  border: 3px solid #26619C;
  border-radius: 20px;
  text-align: -webkit-center;
  background: #fff8ec;
}
.links__overview_mapSpecs .specsBox__body {
  padding: 0.5rem;
}
.links__overview_mapSpecs .specsBox__body .border--none {
  border: none;
}
.links__overview_mapSpecs .specsBox__body .text--underline {
  text-decoration: underline;
}
.links__overview_mapSpecs .specsBox__body .bg--fff {
  background: #fff;
}
.links__overview_mapSpecs .specsBox__body .padding--bottom {
  padding-bottom: 0.4rem;
}
.links__overview_mapSpecs .specsBox__body__section1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr 1.5fr;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #949DBD;
  min-height: 190px;
}
.links__overview_mapSpecs .specsBox__body__section1__exertion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0rem 0.5rem;
  border-right: 2px solid #949DBD;
}
.links__overview_mapSpecs .specsBox__body__section1__exertion-box.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.links__overview_mapSpecs .specsBox__body__section1__exertion-heading {
  font-size: 18px;
  color: #26619C;
  font-weight: 900;
  margin-bottom: 3px;
}
.links__overview_mapSpecs .specsBox__body__section1__exertion-level.visa, .links__overview_mapSpecs .specsBox__body__section1__exertion-level.insurance {
  min-width: 50px;
}
.links__overview_mapSpecs .specsBox__body__section1__exertion-descr {
  font-size: 16px;
  background: #e6dfd4;
  border: 2px solid #837B6D;
  border-radius: 10px;
  padding: 0rem 0.4rem;
  font-weight: 600;
}
.links__overview_mapSpecs .specsBox__body__section1__exertion__footer {
  margin: 4px 0px -8px 0px;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer {
  position: relative;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer .level {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer .level--1 {
  color: green;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer .level--2 {
  color: #ffcd56;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer .level--3 {
  color: orange;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer .level--4 {
  color: #ff4500cf;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChartContainer .level--5 {
  color: red;
}
.links__overview_mapSpecs .specsBox__body__section1 #exertionChart {
  max-width: 100px;
  max-height: 100px;
}
.links__overview_mapSpecs .specsBox__body__section2 {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr 1fr;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 2px solid #949DBD;
  min-height: 190px;
}
.links__overview_mapSpecs .specsBox__body__section2__mealFooter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 4px;
}
.links__overview_mapSpecs .specsBox__body__section2__mealFooter-title {
  color: #26619c;
  font-size: 15px;
  text-align: left;
}
.links__overview_mapSpecs .specsBox__body__section3 {
  display: grid;
  grid-template-columns: 2fr 3fr;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  border-bottom: 2px solid #949DBD;
  position: relative;
}
.links__overview_mapSpecs .specsBox__body__section3__vaccine {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 40px;
  height: 42px;
}
@media (max-width: 576px) {
  .links__overview_mapSpecs .specsBox__body__section3__vaccine {
    position: initial;
  }
}
.links__overview_mapSpecs .specsBox__body__section3__vaccineFooter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4px;
  column-gap: 3rem;
}
.links__overview_mapSpecs .specsBox__body__footer {
  color: #8e8e8e;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  text-align: left;
}
.links__overview__Itinerary {
  border: 3px solid #26619C;
  border-radius: 20px;
  text-align: -webkit-center;
}
.links__overview__Itinerary__heading {
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 700;
  color: #26619C;
  background: #fff;
  width: 30%;
  text-align: center;
  margin-top: -1.5rem;
}
.links__overview__Itinerary__body {
  text-align: initial;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 0.5rem 0rem 1rem -1.7rem;
}
.links__overview__Itinerary__body__days {
  display: grid;
  grid-template-columns: auto 1fr;
}
.links__overview__Itinerary__body__days-number {
  color: #5281C2;
  font-size: 24px;
  font-family: "Myriadpro";
  font-weight: 400;
  background: #fff;
  padding: 0.5 rem 0.5rem;
  border-radius: 50%;
}
.links__overview__Itinerary__body__days-description {
  color: #5281C2;
  font-size: 24px;
  font-family: "Myriadpro";
  font-weight: 400;
  background: #fff;
  text-align: center;
  align-self: center;
}
.links__overview__Itinerary__body__days-dayFirst {
  height: 3.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #233777;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  color: #233777;
  margin-right: 1rem;
  background: #fff;
}
.links__overview__Itinerary__body__days-descr {
  font-family: "Myriadpro";
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  align-self: center;
}
.links__overview__Itinerary__body__days-descr-link, .links__overview__Itinerary__body__days-descr strong {
  text-decoration: none;
  font-style: italic;
  color: #EAA941;
}
.links__overview__elevation {
  border: 3px solid #26619C;
  border-radius: 20px;
  text-align: -webkit-center;
  margin: 0.5rem 1rem;
  padding: 1rem;
}
.links__overview__elevation .heading--width {
  width: 15%;
}
.links__overview__elevation-graph {
  width: 100%;
}
.links__overview__elevation__places {
  text-align: left;
  color: #26619c;
  font-size: 24px;
  font-family: "Myriadpro";
  display: flex;
  gap: 1rem;
  margin-bottom: 2 rem;
}
.links__overview__elevation__places-name {
  writing-mode: vertical-rl;
  transform: rotateZ(180deg);
}
.links__overview__elevation__graph {
  display: flex;
  flex-direction: row;
}
.links__overview__elevation__graph-xAxis {
  writing-mode: vertical-rl;
  transform: rotateZ(180deg);
  padding: 1rem;
}
.links__overview__elevation__graph-valuesXaxis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.links__overview__elevation__graph-Cont {
  padding: 0.5rem 0rem;
  font-weight: 500;
  padding: 0.4rem 3rem;
  color: #26619C;
  background: #fff;
  margin-top: 0.1rem;
}
.links__overview__Itinerary {
  border: 3px solid #26619C;
  border-radius: 20px;
  text-align: -webkit-center;
}
.links__overview__Itinerary__heading {
  font-size: 30px;
  font-family: "Roboto";
  font-weight: 700;
  color: #26619C;
  background: #fff;
  width: 30%;
  text-align: center;
  margin-top: -1.5rem;
}
@media (max-width: 576px) {
  .links__overview__Itinerary__heading {
    width: 50%;
  }
}
.links__overview__Itinerary__body {
  text-align: initial;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin: 0.5rem 0rem 1rem -1.7rem;
}
.links__overview__Itinerary__body__days {
  display: grid;
  grid-template-columns: auto 1fr;
}
.links__overview__Itinerary__body__days-number {
  color: #5281C2;
  font-size: 24px;
  font-family: "Myriadpro";
  font-weight: 400;
  background: #fff;
  padding: 0.5 rem 0.5rem;
  border-radius: 50%;
}
.links__overview__Itinerary__body__days-description {
  color: #5281C2;
  font-size: 24px;
  font-family: "Myriadpro";
  font-weight: 400;
  background: #fff;
  text-align: center;
  align-self: center;
}
.links__overview__Itinerary__body__days-number {
  width: 3.2rem;
  font-size: 24px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.links__overview__Itinerary__body__days-dayFirst {
  height: 3.2rem;
  width: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #233777;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 900;
  color: #233777;
  margin-right: 1rem;
  background: #fff;
}
.links__overview__Itinerary__body__days-descr {
  font-family: "Myriadpro";
  font-size: 26px;
  font-weight: 300;
  color: #000000;
  align-self: center;
}
.links__overview__Itinerary__body__days-descr-link {
  text-decoration: none;
  font-style: italic;
  color: #EAA941;
}
.links__overview__elevation {
  border: 3px solid #26619C;
  border-radius: 20px;
  text-align: -webkit-center;
  margin: 0.5rem 1rem;
}
.links__overview__elevation .heading--width {
  width: 15%;
  margin-top: -2.3rem;
}
@media (max-width: 576px) {
  .links__overview__elevation .heading--width {
    width: 50%;
    font-size: 25px;
    margin-top: -2.1rem;
  }
}
@media (max-width: 576px) {
  .links {
    margin: 3rem 0 5rem;
    padding-left: 12px;
  }
  .links__point {
    font-size: 18px;
    padding: 0.5rem 0rem 0.2rem 0rem;
  }
  .links__header {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
    margin-bottom: 2rem;
  }
  .links__header_title {
    letter-spacing: 0px;
    font-size: 30px;
    text-align: center;
  }
  .links__header_button {
    font-size: 22px;
  }
  .links__overview {
    grid-template-columns: 1fr;
  }
  .links__overview__Itinerary__body {
    margin: 0.5rem 0rem 1rem -1rem;
    gap: 1.3rem;
  }
  .links__overview__Itinerary__body__days-descr {
    font-size: 18px;
  }
  .links__overview__Itinerary__body__days-dayFirst {
    height: 30px;
    width: 30px;
    font-size: 14px;
    border-width: 2px;
  }
  .links__overview_mapSpecs .mapBox {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
  }
  .links__overview_mapSpecs .mapBox__heading {
    width: 70%;
    font-size: 26px;
    margin: 0 auto;
    margin-top: -1.5rem;
  }
  .links .specsBox__body__section1, .links .specsBox__body__section2 {
    padding-bottom: 1.5rem;
  }
  .links .specsBox__body__section1, .links .specsBox__body__section1 > div, .links .specsBox__body__section2, .links .specsBox__body__section2 > div {
    border-right: 0;
  }
  .links .specsBox__body__section1 {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    row-gap: 20px;
  }
  .links .specsBox__body__section1 > div:last-child {
    grid-column: 1/span 2;
  }
  .links .specsBox__body__section2 {
    grid-template-columns: 1fr 2fr;
    gap: 20px;
  }
  .links .specsBox__body__section3 {
    padding-bottom: 1rem;
  }
  .links .specsBox__body__section3 .specsBox__body__section3__vaccineFooter {
    column-gap: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .links__overview__Itinerary {
    padding-right: 10px;
  }
}
@media (max-width: 990px) {
  .links__overview {
    grid-template-columns: 1fr;
  }
}
#tourComparison {
  padding-bottom: 3rem;
}
#tourComparison .links.container {
  justify-content: center;
}

.tourComp {
  margin: 0.5rem 1rem;
}
.tourComp__tours {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .tourComp__tours {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tourComp__tours-container {
  display: block;
  text-decoration: none;
  color: inherit;
}
.tourComp__tours-container:nth-child(2n) .tourComp__tours-caption {
  color: #F6AE30;
}
.tourComp__tours-container:nth-child(3n) .tourComp__tours-caption {
  color: #ED1C24;
}
@media (min-width: 769px) {
  .tourComp__tours-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.tourComp__tours-imgCont {
  position: relative;
  height: 470px;
}
@media (max-width: 768px) {
  .tourComp__tours-imgCont {
    height: 400px;
  }
}
.tourComp__tours-imgCont > img {
  height: 100%;
  object-fit: cover;
}
.tourComp__tours-heading {
  color: #26619C;
  font-size: 25px;
  font-family: "Myriadpro";
  padding-bottom: 14px;
}
.tourComp__tours-img {
  border: 3px solid #26619C;
  width: 100%;
}
.tourComp__tours-caption {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 36px;
  font-family: "Myriadpro";
  text-shadow: 2px 2px 3px white;
}
.tourComp__tours .color--green {
  color: #007236;
}
@media (max-width: 576px) {
  .tourComp {
    margin: 0px;
  }
  .tourComp__tours {
    grid-template-columns: 1fr;
  }
  .tourComp__tours-heading {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .tourComp__tours-caption {
    font-size: 30px;
  }
}

.error-message {
  text-align: center;
}
.error-message strong {
  color: #EAA941;
}

.BigThings {
  margin: 0.5rem 1rem;
  background: #FFF8EC;
  border: 2px solid rgba(58, 108, 175, 0.7);
}
@media (max-width: 576px) {
  .BigThings {
    margin: 0.5rem;
  }
}
.BigThings__header {
  padding: 1rem;
  background: #FFEBCC;
}
@media (max-width: 576px) {
  .BigThings__header {
    padding: 0.5rem;
  }
}
.BigThings__header__content p {
  margin-bottom: 1rem;
}
.BigThings__header-heading {
  color: #283975;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .BigThings__header-heading {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 0.3rem;
  }
}
.BigThings__header-heading span::first-letter {
  color: #366aac;
}
.BigThings__header-paragraph {
  color: #000000;
  font-size: 20px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .BigThings__header-paragraph {
    font-size: 16px;
    margin-bottom: -8px;
  }
}
@media (max-width: 576px) {
  .BigThings__header-paragraph {
    font-size: 16px;
  }
}
.BigThings__dangScale-scale {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.BigThings__dangScale-heading {
  color: #000000;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 991px) {
  .BigThings__dangScale-heading {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .BigThings__dangScale-heading {
    font-size: 14px;
  }
}
.BigThings__dangScale-val {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .BigThings__dangScale-val {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .BigThings__dangScale-val {
    font-size: 14px;
  }
}
.BigThings__dangScale-strip {
  height: 1rem;
  width: 100%;
  background: linear-gradient(90deg, green -25%, yellow 25%, orange 75%, red 100%);
}
@media (max-width: 576px) {
  .BigThings__dangScale-strip {
    height: 0.6rem;
  }
}
.BigThings__dangScale-img {
  width: 100%;
}
.BigThings__wildLife-heading {
  color: #26619C;
  font-size: 30px;
  font-family: "Myriadpro";
  position: relative;
}
@media (max-width: 576px) {
  .BigThings__wildLife-heading {
    font-size: 24px;
  }
}
@media (max-width: 350px) {
  .BigThings__wildLife-heading {
    font-size: 20px;
  }
}
.BigThings__wildLife-heading::after {
  border-top: 2px solid #707070;
  display: block;
  height: 1px;
  content: " ";
  width: 43%;
  position: absolute;
  right: 1rem;
  top: 0.7em;
}
@media (max-width: 991px) {
  .BigThings__wildLife-heading::after {
    width: 37%;
  }
}
@media (max-width: 576px) {
  .BigThings__wildLife-heading::after {
    width: 30%;
    right: 0.5rem;
  }
}
.BigThings__wildLife-heading::before {
  border-top: 2px solid #707070;
  display: block;
  height: 1px;
  content: " ";
  width: 43%;
  position: absolute;
  left: 1rem;
  top: 0.7em;
}
@media (max-width: 991px) {
  .BigThings__wildLife-heading::before {
    width: 37%;
  }
}
@media (max-width: 576px) {
  .BigThings__wildLife-heading::before {
    width: 30%;
    left: 0.5rem;
  }
}
.BigThings__wildLife-imgCont1 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  justify-content: space-between;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .BigThings__wildLife-imgCont1 {
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-evenly;
  }
}
@media (max-width: 576px) {
  .BigThings__wildLife-imgCont1 {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-evenly;
  }
}
.BigThings__wildLife-imgCaption {
  color: #4D4D4D;
  font-size: 20px;
}
.BigThings__culture .line--design::after {
  width: 30%;
}
@media (max-width: 991px) {
  .BigThings__culture .line--design::after {
    width: 25%;
  }
}
@media (max-width: 720px) {
  .BigThings__culture .line--design::after {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .BigThings__culture .line--design::after {
    width: 10%;
    right: 0.5rem;
  }
}
.BigThings__culture .line--design::before {
  width: 30%;
}
@media (max-width: 991px) {
  .BigThings__culture .line--design::before {
    width: 25%;
  }
}
@media (max-width: 720px) {
  .BigThings__culture .line--design::before {
    width: 20%;
  }
}
@media (max-width: 576px) {
  .BigThings__culture .line--design::before {
    width: 10%;
    right: 0.5rem;
  }
}
.BigThings__culture-cardsCont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: space-evenly;
  gap: 1rem;
  padding: 0rem 1rem;
}
@media (max-width: 992px) {
  .BigThings__culture-cardsCont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .BigThings__culture-cardsCont {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .BigThings__culture-card-heading {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .BigThings__culture-card-heading {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .BigThings__culture-card-ParaHead {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .BigThings__culture-card-ParaHead {
    font-size: 22px;
  }
}
.BigThings__culture-card-img {
  width: 100%;
  height: 260px;
  object-fit: contain;
}
.BigThings__culture-card-img.border {
  object-fit: cover;
  border: 7px solid #e77232;
}
.BigThings__culture-card-descr {
  text-align: left;
  font-size: 16px;
  font-family: "Roboto";
}
@media (max-width: 991px) {
  .BigThings__culture-card-descr {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .BigThings__culture-card-descr {
    font-size: 18px;
    text-align: center;
  }
}

.goodFit {
  margin: 0.5rem 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.goodFit__points {
  position: relative;
}
.goodFit__points-logoCont {
  float: left;
  min-width: 130px;
  text-align: left;
  margin-left: -1rem;
}
.goodFit__points-logo {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.goodFit__points-logo1 {
  max-height: 60px;
  max-width: 60px;
  margin-left: 2.5rem;
}
.goodFit__points-descr {
  font-family: "Myriadpro";
  color: #26619C;
}
.goodFit__points-heading {
  font-size: 32px;
  padding-bottom: 0.5rem;
}
.goodFit__points-paragraph {
  font-size: 30px;
  padding-bottom: 0.5rem;
}
.goodFit__points-paragraph p {
  margin-bottom: 0.5rem;
}
.goodFit__points-paragraph strong {
  font-weight: 900;
}
.goodFit__points-paragraph img {
  object-fit: contain;
}
.goodFit__points-graph {
  width: 80%;
}
.goodFit .padding--left {
  padding-left: 7.5rem;
}
.goodFit .size--clock {
  width: 90px;
}
.goodFit .size--hotel {
  height: 120px;
}
.goodFit .display--flex {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media (max-width: 576px) {
  .goodFit__points-logoCont {
    min-width: 70px;
  }
  .goodFit__points-logo {
    height: 60px !important;
    width: 60px !important;
  }
  .goodFit__points-descr span {
    padding-left: 0 !important;
  }
  .goodFit__points-heading {
    font-size: 20px;
  }
  .goodFit__points-paragraph {
    font-size: 18px;
  }
  .goodFit__points img {
    height: 160px;
  }
}

.included {
  margin: 0.5rem 1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 5rem;
}
.included__services {
  color: #26619c;
  font-family: "Myriadpro";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
.included__services h1, .included__services h2, .included__services h3, .included__services h4, .included__services h5, .included__services h6 {
  font-size: 30px;
  padding-bottom: 1rem;
}
.included__services p {
  font-size: 29px;
  text-align: left;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
.included--padding-bottom {
  padding-bottom: 2 rem;
}
@media (max-width: 576px) {
  .included {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .included__services {
    gap: 0.4rem;
  }
  .included__services-heading {
    padding-bottom: 0.5rem;
  }
  .included__services-point {
    font-size: 18px;
    line-height: 23px;
  }
}

.essInfo {
  margin: 0.5rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.essInfo__tab {
  background: #EAF0FE;
  border: 1px solid #939393;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.6rem 0rem;
  cursor: pointer;
  position: relative;
}
.essInfo__tab__understand {
  margin: 10px 28px;
}
.essInfo__tab__understand-descr {
  font-size: 22px;
  font-family: "Myriadpro";
  text-align: left;
}
.essInfo__tab-name {
  color: #2F3B77;
  font-size: 25px;
  font-family: "Myriadpro";
  margin-left: 1.5rem;
  text-align: left;
}
.essInfo__tab-arrowDown {
  height: 10px;
  border: solid #6B86C1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  position: absolute;
  top: 40%;
  right: 25px;
}
.essInfo .according_tab--plain {
  color: #608BDA;
  font-weight: 600;
  padding: 0.7rem 2rem;
  padding-left: 0;
}
@media (max-width: 576px) {
  .essInfo__tab-name {
    font-size: 20px;
  }
  .essInfo__tab__understand {
    margin: 10px 20px;
  }
  .essInfo__tab__understand-descr {
    font-size: 16px;
    line-height: 21px;
  }
  .essInfo .according_tab__content {
    margin: 10px 20px;
    font-size: 16px;
    line-height: 21px;
  }
}

.according_tab {
  cursor: pointer;
}
.according_tab__content {
  font-family: "Myriadpro";
  margin: 10px 28px;
  text-align: left;
  font-size: 20px;
  display: none;
}
.according_tab.visible + .according_tab__content {
  display: block;
}
.according_tab__icon {
  transition: 0.3s;
}
.according_tab.visible .according_tab__icon {
  transform: rotate(-135deg) translateY(0%);
}

.faq {
  margin: 0rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq__topic {
  border: 1px solid #939393;
  border-radius: 10px 10px 15px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 2rem 0.5rem 3rem;
  cursor: pointer;
}
.faq__topic-name {
  color: #2F3B77;
  font-size: 24px;
  font-family: "Myriadpro";
}
.faq__topic-arrowDown {
  height: 10px;
  border: solid #6B86C1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 0.5rem;
}
.faq__queCont {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 1rem 1rem 1rem 0;
}
.faq__quesTab {
  background: #EAF0FE;
  border: 1px solid #939393;
  border-radius: 10px 10px 15px 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 1rem 0.5rem 3rem;
}
.faq__quesTab__queSolution {
  margin: 10px 28px;
}
.faq__quesTab__queSolution-descr {
  text-align: left;
  font-size: 18px;
  font-family: "Myriadpro";
}
.faq__quesTab-ques {
  color: #2F3B77;
  font-size: 20px;
  font-family: "Myriadpro";
}
.faq__quesTab-arrowDown {
  height: 10px;
  border: solid #6B86C1;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 0.3rem;
}

.giveBack {
  margin: 0.5rem 0rem;
}
.giveBack__supOrg {
  color: #fff;
  background: #EDA272;
  border-radius: 10px;
  padding: 0.5rem 2.5rem;
}
.giveBack__supOrg-heading {
  font-size: 30px;
  font-family: "Myriadpro";
  padding-bottom: 1rem;
  font-weight: 900;
}
.giveBack__supOrg-descr {
  font-size: 18px;
  font-family: "Myriadpro";
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.giveBack__orgCont {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0rem 2rem 1rem 2rem;
}
.giveBack__org {
  background: #fff;
  border: 3px solid #3A6CAF;
  border-radius: 90px 10px 10px 90px;
  padding: 0.5rem 0.5rem 2rem;
  width: 100%;
  float: right;
  position: relative;
}
.giveBack__org-imgCont {
  border: 3px solid #3A6CAF;
  border-radius: 50%;
  height: inherit;
  position: absolute;
  top: -3px;
  left: -16px;
  height: 215px;
  width: 215px;
  background: #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.giveBack__org-imgCont img {
  width: 100%;
  height: 100%;
  object-fit: none;
}
.giveBack__org-detail {
  position: relative;
  color: #404040;
  font-family: "Myriadpro";
  padding-left: 13rem;
  min-height: 170px;
}
.giveBack__org-orgMotive {
  position: absolute;
  top: 0px;
  right: 0px;
}
.giveBack__org-heading {
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 576px) {
  .giveBack__org-heading {
    line-height: 32px;
    padding: 10px 0;
  }
}
.giveBack__org-motive {
  font-size: 22px;
  font-style: italic;
  padding-bottom: 0.4rem;
  font-weight: 600;
}
.giveBack__org-descr {
  font-size: 17px;
  text-align: left;
}
@media (max-width: 1024px) {
  .giveBack__org-descr {
    font-size: 16px;
  }
}
.giveBack__org-webButton {
  color: #fff;
  font-size: 14px;
  background: #26619C;
  padding: 0.4rem 1.5rem;
  text-decoration: none;
  border-radius: 15px;
  cursor: pointer;
  width: 15%;
  position: absolute;
  bottom: -1.5rem;
  right: 0rem;
  width: 150px;
  display: inline-block;
}
.giveBack__org-webButton:hover {
  background: #1c4873;
}
.giveBack--bg {
  background: #fceee5;
  margin-bottom: 0rem;
  border: 3px solid #f2ab5c;
}
.giveBack--fs {
  font-size: 30px;
  font-family: "Myriadpro";
  font-weight: 300;
  margin: 0px;
  padding-bottom: 1rem;
}
.giveBack--padding {
  padding-bottom: 1rem;
}
.giveBack--rt-padding {
  padding-right: 1rem;
}
@media (max-width: 576px) {
  .giveBack--bg {
    background: initial;
  }
  .giveBack__supOrg {
    padding: 1rem 0.7rem 0.5rem;
  }
  .giveBack__supOrg-heading {
    font-size: 26px;
  }
  .giveBack__supOrg-descr {
    font-size: 16px;
  }
  .giveBack--fs {
    font-size: 30px;
    font-family: "Myriadpro";
    font-weight: 300;
    margin: 0px;
    padding-bottom: 1rem;
  }
  .giveBack__orgCont {
    padding: 1rem;
  }
  .giveBack__org {
    border-radius: 160px 160px 10px 10px;
    padding: 8px 8px 20px 8px;
  }
  .giveBack__org-orgMotive {
    position: relative;
  }
  .giveBack__org-imgCont {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
  }
  .giveBack__org-detail {
    padding-left: 0;
    margin-top: 20px;
  }
  .giveBack__org-heading {
    margin: 10px 0;
  }
  .giveBack__org-motive {
    display: none;
  }
  .giveBack__org-webButton {
    position: relative;
    margin: 20px auto 10px;
    width: max-content;
    top: 10px;
  }
}
.giveBack .custombox__item h3:first-child, .giveBack .custombox__item h3:first-child > strong {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .giveBack__org-heading, .giveBack__org-motive {
    font-size: 1.3rem;
    text-align: left;
  }
  .giveBack__org-descr {
    font-size: 0.8rem;
  }
  .giveBack__org-webButton {
    padding: 5px;
    bottom: -5px;
  }
}
.gallery {
  margin: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.gallery__tab {
  border-radius: 10px;
  border: 0.5px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  background: #FCEEE5;
  color: #26619C;
  font-size: 33px;
  font-family: "Myriadpro";
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gallery__tab li:not(:first-child) {
  margin-left: 3rem;
}
@media (max-width: 990px) {
  .gallery__tab li:not(:first-child) {
    margin-left: 2rem;
  }
}
.gallery__tab li:first-child {
  list-style: none;
}
@media (max-width: 576px) {
  .gallery__tab li:first-child {
    margin-left: 2rem;
  }
}
@media (max-width: 576px) {
  .gallery__tab li {
    list-style: none;
  }
}
@media (max-width: 991px) {
  .gallery__tab {
    font-size: 18px;
    line-height: 25px;
  }
}
.gallery__topic-arrowDown {
  height: 10px;
  border: solid #26619c;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s;
  position: absolute;
  top: 40%;
  right: 25px;
}
.gallery__imgCont {
  margin: 0rem 4rem;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 0.5rem;
}
.gallery .visible .gallery__images {
  gap: 5px;
  display: flex;
  flex-flow: row wrap;
  margin-left: 0px;
  /* Adjustment for the gutter */
  width: 100%;
}
.gallery .visible .gallery__images img {
  flex: auto;
  width: auto;
  height: 250px;
  min-width: 150px;
  margin: 0;
  /* Some gutter */
  object-fit: cover;
}
.gallery .visible .gallery__images img:nth-child(4n+1) {
  width: 250px;
}
.gallery .visible .gallery__images img:nth-child(4n+1):nth-child(4n+2) {
  width: 325px;
}
.gallery .visible .gallery__images img:nth-child(4n+1):nth-child(4n+3) {
  width: 180px;
}
.gallery .visible .gallery__images img:nth-child(4n+1):nth-child(4n+4) {
  width: 380px;
}
.gallery .according_tab {
  position: relative;
}
@media (max-width: 576px) {
  .gallery__tab {
    font-size: 20px;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .gallery__tab li {
    margin-left: 3rem;
  }
  .gallery__tab li:first-child {
    list-style: none;
  }
}

.page__boxed {
  max-width: 1150px;
  margin: 0 auto;
}
.page__boxed__container {
  margin: 0 1rem;
}
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #26619C;
  font-weight: bold;
}
.page-content p {
  margin-bottom: 10px;
}
.page-content ul {
  padding-left: 2rem;
  margin-bottom: 16px;
}

.jumboHeading {
  background: #26619C;
  padding: 20px 54px;
  margin-bottom: 27.5px;
  min-height: 250px;
  position: relative;
  display: flex;
  align-items: center;
}
.jumboHeading__heading {
  color: #ffffff;
  font-size: 38px;
  font-family: "Lato-regular";
  text-align: center;
}
.jumboHeading__content {
  color: #ffffff;
  font-size: 22px;
  font-style: italic;
  margin: 0.5rem 0;
}
.jumboHeading__content--about {
  color: #ffffff;
  font-size: 22px;
  font-style: italic;
  margin: 0.5rem 0;
}
.jumboHeading__para1--about, .jumboHeading__para2--about {
  padding-bottom: 0;
  text-align: justify;
}
.jumboHeading__para1, .jumboHeading__para2 {
  padding-bottom: 0.5rem;
  text-align: justify;
}
.jumboHeading__content--wrap {
  display: grid;
  grid-template-columns: 3fr 1fr;
}
.jumboHeading__content--wrap .jumboHeading__content {
  padding-right: 35px;
  border-right: 2px solid #fff;
  margin: 0 35px 0 0;
}
.jumboHeading__content--wrap .jumboHeading__para1 {
  padding-top: 15px;
  padding-bottom: 0px;
}
.jumboHeading__content--video--wrap h5 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-style: italic;
  font-weight: normal;
}
.jumboHeading__content--video {
  width: 100%;
  height: 160px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.jumboHeading__content--video i {
  font-size: 60px;
}
.jumboHeading__heading--button {
  text-align: center;
  display: block;
  color: #fff;
  margin: 20px 0 0 0;
}
@media (max-width: 768px) {
  .jumboHeading__content--wrap {
    grid-template-columns: 1fr;
  }
  .jumboHeading__content--wrap .jumboHeading__content {
    padding-right: 0px;
    border-right: none;
    border-bottom: 2px solid #fff;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .jumboHeading {
    padding: 20px 0;
    min-height: 150px;
  }
  .jumboHeading__heading {
    font-size: 26px;
  }
  .jumboHeading__content, .jumboHeading__content--about {
    font-size: 16px;
  }
  .jumboHeading__container {
    position: static;
    transform: none;
  }
  .jumboHeading__content--wrap {
    grid-template-columns: 1fr;
  }
}

.post__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 991px) {
  .post__grid {
    justify-content: flex-start;
  }
}
.post__item {
  width: calc(25% - 20px);
}
.post__item__image {
  width: 100%;
  height: 300px;
  margin-bottom: 6px;
  object-fit: cover;
}
.post__item__title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #26619C;
}
.post__item__content {
  margin-bottom: 20px;
}
.post__item__link {
  border: 2px solid #26619C;
  padding: 8px 32px;
  color: white;
  background: #26619C;
  text-decoration: none;
  font-size: 16px;
  transition: 0.25s;
  display: inline-block;
}
.post__item__link:hover {
  background: transparent;
  color: #26619C;
}
@media (max-width: 1199px) {
  .post__item {
    width: calc(33.33% - 15px);
  }
}
@media (max-width: 991px) {
  .post__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .post__item {
    width: 100%;
  }
}
.post__list {
  margin-top: 30px;
  width: 100%;
}

.single-mailpoet_page .mailpoet_text {
  border: 2px solid #26619C;
  padding: 8px 12px;
  width: 100%;
  margin-top: 6px;
}
.single-mailpoet_page input[type=submit] {
  border: 2px solid #26619c !important;
  padding: 8px 32px;
  color: white;
  background: #26619C;
  text-decoration: none;
  font-size: 16px;
  transition: 0.25s;
  display: inline-block;
  cursor: pointer;
}
.single-mailpoet_page input[type=submit]:hover {
  background: transparent;
  color: #26619C;
}

.videoPopup__wrap {
  height: 100vh;
  width: 100%;
  display: none;
}
.videoPopup__overlay::after {
  position: fixed;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 999;
}
.videoPopup__show {
  background-color: transparent;
  color: #ffffff;
}
.videoPopup__block {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
}
.videoPopup__block video {
  margin: 0 auto;
  max-width: 550px;
}
.videoPopup__close {
  position: absolute;
  right: -10px;
  top: -10px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  background-color: #ff4400;
  color: #ffffff;
  cursor: pointer;
  z-index: 9;
}
.videoPopup__show {
  cursor: pointer;
}
@media (max-width: 768px) {
  .videoPopup__block {
    width: calc(100% - 30px);
  }
  .videoPopup__block video {
    width: 100%;
    max-width: 100%;
  }
}

.page-id-5825 ul, .page-id-5830 ul {
  list-style: none;
  padding-left: 16px;
}
.page-id-5825 li, .page-id-5825 li span, .page-id-5830 li, .page-id-5830 li span {
  margin-bottom: 10px;
}
.page-id-5825 a, .page-id-5830 a {
  text-decoration: none;
}

.single-post__template {
  padding: 100px 1rem;
  max-width: 1170px;
}
.single-post__btn {
  bottom: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  color: #26619c;
  font-size: 22px;
  margin-bottom: 20px;
}
.single-post__featured__image {
  background-color: #d7d7d7;
  width: 100%;
}
.single-post__details {
  text-align: center;
}
.single-post__details__container {
  display: grid;
  align-items: center;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
  margin-bottom: 2rem;
}
.single-post__title {
  font-size: 40px;
  margin-bottom: 30px;
}
.single-post__meta {
  font-style: italic;
  font-size: 26px;
}
.single-post__meta > div {
  margin-bottom: 5px;
}
.single-post__meta strong {
  font-weight: normal;
}
.single-post__content ul, .single-post__content ol {
  padding-left: 1.7rem;
}
.single-post__content p, .single-post__content li {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
}
.single-post__content span {
  font-size: 20px;
}
.single-post__content h1 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 7px;
}
.single-post__content h2 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 7px;
}
.single-post__content h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 7px;
}
.single-post__content h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 7px;
}
.single-post__content h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 7px;
}
.single-post__content h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
@media (max-width: 576px) {
  .single-post__template {
    padding: 20px 1rem;
  }
  .single-post__details {
    text-align: left;
  }
  .single-post__details__container {
    grid-template-columns: 1fr;
  }
}

.available_dates__container {
  margin-top: 2rem;
}
.available_dates__container .checkout-dates {
  border: 2px solid #7d7e7f;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.available_dates__container .checkout-dates__title {
  background: #8aaceb;
}
.available_dates__container .checkout-dates__heading {
  margin-bottom: 10px;
}
.available_dates__container .checkout-dates__heading > div {
  color: #5b80a5;
}
.available_dates__container .checkout-dates__heading__container {
  padding: 0.5rem 0;
}
.available_dates__container .checkout-dates__day {
  padding: 0.5rem;
}
.available_dates__container .checkout-dates__day__container {
  gap: 0;
}
.available_dates__container .checkout-dates__day__container span:first-of-type {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
}
.available_dates__container .checkout-dates__day__container span:last-of-type {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 10px !important;
}
.available_dates__container .checkout-dates__day.active_0:first-of-type, .available_dates__container .checkout-dates__day.active_1:first-of-type {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 0 !important;
}
.available_dates__container .checkout-dates__day.active_0:last-of-type, .available_dates__container .checkout-dates__day.active_1:last-of-type {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 10px !important;
}
.available_dates__container .checkout-dates__day.active_0 {
  background: #a9bdd2;
}
.available_dates__container .checkout-dates__day.active_1 {
  background: #5b80a5;
}
.available_dates__container .owl-carousel .owl-stage {
  display: flex;
}
@media (max-width: 576px) {
  .available_dates__container .owl-carousel .owl-nav {
    display: none !important;
  }
}

.adates__seats {
  max-width: 95%;
  margin: 0 auto;
  border-radius: 10px;
  background: #a9bdd2;
  margin-bottom: 20px;
  overflow: hidden;
}
.adates__seats.active_0 {
  background: #a9bdd2;
}
.adates__seats.active_1 {
  background: #5b80a5;
}
.adates__seats__title {
  font-size: 20px;
  color: white;
  background: #5b80a5;
  background: #8aaceb;
  padding: 10px 20px;
}
.adates__seats__title__seperator {
  display: inline-block;
  margin: 0 10px;
}
.adates__seats__content {
  display: flex;
  align-items: center;
  font-size: 36px;
  justify-content: space-between;
  font-weight: bold;
  padding: 10px 60px;
}
.adates__seats__content span {
  font-size: 20px;
  font-weight: 500;
}
.adates__seats__selected {
  display: grid;
  text-align: center;
}
.adates__seats__selected label {
  font-size: 16px;
  font-weight: 400;
}
.adates__seats__selected input {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
}
.adates__seats__notes {
  font-size: 30px;
  font-weight: 600;
  margin: 2rem 0;
}
.adates__seats__notes__button {
  background: #e4b047;
  border-radius: 30px;
  padding: 7px 30px;
  font-size: 28px;
  display: inline-block;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  border: 2px solid #e4b047;
  transition: 0.3s;
  text-align: center;
  min-width: 380px;
  font-weight: 600;
  cursor: pointer;
}
.adates__seats__notes__button:hover {
  color: #e4b047;
  background: transparent;
}
.adates__seats__notes__button--green {
  background: #61b87f;
  border-color: #61b87f;
}
.adates__seats__notes__button--green:hover {
  color: #61b87f;
}
.adates__seats__notes__button__container {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 576px) {
  .adates__seats__title {
    font-size: 16px;
  }
  .adates__seats__title__seperator {
    margin: 0 5px;
  }
  .adates__seats__content {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    font-size: 28px;
  }
  .adates__seats__content span {
    font-size: 16px;
  }
  .adates__seats__notes {
    font-size: 22px;
  }
  .adates__seats__notes__button {
    font-size: 20px;
    min-width: max-content;
    width: 100%;
    padding: 10px 20px;
  }
  .adates__seats__notes__button:not(:last-child) {
    margin-right: 0;
  }
  .adates__seats__notes__button__container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 3rem;
  }
}

.main-cate {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.main-cate strong, .main-cate span {
  border: 1px solid #7d7e7f;
  padding: 10px 30px;
  cursor: pointer;
}
.main-cate strong.active, .main-cate span.active {
  border-color: #8aaceb;
  background: #8aaceb;
  color: #fff;
}
@media (max-width: 1350px) {
  .main-cate {
    justify-content: center;
  }
  .main-cate strong {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .main-cate span {
    flex: 25%;
  }
}

.do {
  text-align: left;
}
.do__heading {
  text-align: center;
  font-size: 38px;
  font-weight: 900;
  color: #26619C;
  margin: 1rem 0px;
}
.do__container {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
}
.do__img {
  margin-bottom: 20px;
}
.do .image {
  width: 100%;
  object-fit: cover;
}
.do__detail {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.do__detail p {
  margin-bottom: 10px;
}
.do__desc {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}
.do__desc h1, .do__desc h2, .do__desc h3, .do__desc h4, .do__desc h5, .do__desc h6 {
  margin-bottom: 20px;
}
.do__desc li {
  margin-bottom: 10px;
}
.do__desc p {
  margin-bottom: 10px;
}
.do__highlight {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 1rem 0rem;
}
.do__highlight-desc {
  line-height: 30px;
}
@media (max-width: 576px) {
  .do__container {
    grid-template-columns: 1fr;
  }
}

.weather__heading {
  color: #26619C;
  font-size: 38px;
  font-weight: 900;
  position: relative;
  text-align: center;
  margin: 2rem 0rem;
}
.weather__heading::before {
  border-top: 2px solid #707070;
  display: block;
  height: 1px;
  content: " ";
  width: 40%;
  position: absolute;
  left: 1rem;
  top: 0.7em;
}
.weather__heading::after {
  border-top: 2px solid #707070;
  display: block;
  height: 1px;
  content: " ";
  width: 40%;
  position: absolute;
  right: 1rem;
  top: 0.7em;
}
@media (max-width: 991px) {
  .weather__heading::before, .weather__heading::after {
    width: 30%;
  }
}
.weather__graph {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  column-gap: 70px;
  text-align: center;
  position: relative;
}
.weather__graph-items--legend {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 200px;
}
.weather__graph-items:nth-child(6) {
  grid-column: 1/span 2;
}
@media (max-width: 991px) {
  .weather__graph-items--legend {
    top: 30%;
    max-width: 150px;
  }
}
@media (max-width: 567px) {
  .weather__graph {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .weather__graph-items--legend {
    position: static;
    transform: none;
    max-width: 100%;
  }
  .weather__graph-items:nth-child(6) {
    grid-column: 1;
  }
  .weather__heading::before, .weather__heading::after {
    display: none;
  }
}

.holidays {
  margin-bottom: 1rem;
  overflow: auto;
}
.holidays__heading {
  color: #26619C;
  font-size: 38px;
  font-weight: 900;
  position: relative;
  text-align: center;
  margin: 2rem 0rem;
}
.holidays__heading::before {
  border-top: 2px solid #707070;
  display: block;
  height: 1px;
  content: " ";
  width: 36%;
  position: absolute;
  left: 1rem;
  top: 0.7em;
}
.holidays__heading::after {
  border-top: 2px solid #707070;
  display: block;
  height: 1px;
  content: " ";
  width: 36%;
  position: absolute;
  right: 1rem;
  top: 0.7em;
}
@media (max-width: 991px) {
  .holidays__heading::before, .holidays__heading::after {
    width: 21%;
  }
}
@media (max-width: 576px) {
  .holidays__heading::before, .holidays__heading::after {
    display: none;
  }
}
.holidays__table {
  border-collapse: collapse;
  width: 100%;
}
.holidays__table th {
  text-align: center;
  padding: 8px;
  color: white;
  font-size: 30px;
  background-color: #AAC0E9;
  margin-bottom: 10px;
}
.holidays__table tbody:before {
  line-height: 0.3em;
  content: "_";
  color: white;
  display: block;
}
.holidays__table td {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
.holidays__table tr:nth-child(odd) {
  background-color: #AAC0E9;
}
.holidays__table__heading-gap {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .holidays__table-container {
    overflow-x: scroll;
  }
}

.e404 {
  background: #ede4d1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: -400px;
  padding: 5rem 1rem 420px;
}
.e404__error {
  margin-top: 30px;
  color: #26619C;
  font-size: 65px;
  text-transform: uppercase;
}
.e404__title {
  margin: 20px 0 30px;
  font-size: 32px;
  text-transform: uppercase;
}
.e404__link {
  font-size: 22px;
}
.e404__link a {
  color: #26619C;
}

/*# sourceMappingURL=go-tour.css.map */
