.tour-container {
  margin-top: 1rem;
}
.tour-details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
}
.tour-details:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 2px);
  height: 10px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}
.tour-details__header {
  margin: 1rem 0;
  font-weight: 700;
  font-size: 1.3rem;
  color: #2c3e50;
  text-align: center;
  position: relative;
  padding: 0.8rem 0;
}
.tour-details__header:after,
.tour-details__header:before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  content: '';
}
.tour-details__header:after {
  top: 100%;
}
.tour-details__header:before {
  bottom: 100%;
}
@media screen and (max-width: 797px) {
  .tour-details__header {
    font-size: 1.2rem;
  }
}
.tour-details__container {
  margin-top: 2rem;
}
.tour-details__detail {
  display: flex;
  align-items: center;
}
.tour-details__title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-right: 1.5rem;
  color: #2c3e50;
}
.tour-details__title > i {
  font-size: 1.3rem;
  margin-right: 0.6rem;
}
.tour-details__val {
  font-size: 0.9rem;
}
.tour-details__img {
  margin-top: 1rem;
  width: 100%;
  height: 150px;
}
.tour-details__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-details__socials {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  left: 15px;
  display: flex;
}
@media screen and (max-width: 797px) {
  .tour-details__socials {
    position: relative;
    left: 0;
    margin-top: 2rem;
  }
}
.tour-details__btn {
  margin-right: 0.7rem;
}
.tour {
  margin-top: 2rem;
}
.t-tabs__link {
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  font-size: 1rem;
  font-weight: 700;
  color: #2c3e50;
}
.t-tabs__link.active {
  border-bottom: 3px solid #e67e22 !important;
}
.t-tabs__content {
  padding-top: 1rem;
}
.t-exploration {
  padding: 2rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif !important;
}
.t-exploration__title {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.t-exploration__text img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.t-header {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.t-header > span {
  font-size: 18px;
  margin-left: 15px;
}
ul.item-includes,
ul.item-excludes,
ul.item-takes,
ul.item-additional {
  font-weight: 500;
}
ul.item-includes > li,
ul.item-excludes > li,
ul.item-takes > li,
ul.item-additional > li {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 0.9rem;
}
ul.item-includes > li:before,
ul.item-excludes > li:before,
ul.item-takes > li:before,
ul.item-additional > li:before {
  font-weight: 900;
  font-family: 'Line Awesome Free';
  position: absolute;
  left: 0;
}
ul.item-includes > li:before {
  color: #2ecc71;
  content: '\f00c';
}
ul.item-excludes > li:before {
  color: #e74c3c;
  content: '\f00d';
}
ul.item-takes > li:before {
  color: #0e80db;
  content: '\f290';
}
ul.item-additional > li:before {
  color: #2c3e50;
  content: '\f12a';
}
.t-gallery__item {
  width: 100%;
  height: 120px;
  margin-bottom: 1rem;
}
.t-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-form {
  width: 100%;
  border: 1px solid #7f8c8d;
  padding: 15px;
}
.booking-form__pricing {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #2c3e50;
}
.booking-form__sorting {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.booking-form__sorting > span {
  font-size: 0.7rem;
  margin-left: 0.5rem;
}
.booking-form__title {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 500;
  color: #2c3e50;
}
.booking-form__addon {
  border-radius: 0;
  font-size: 24px;
  color: #2980b9;
  border: 1px solid #2980b9;
  padding: 0.375rem 0.75rem;
}
.booking-form__input {
  border: 1px solid #2980b9;
  border-radius: 0;
}
.booking-form__input:focus {
  box-shadow: none;
}
.booking-form__input--date {
  border-left: 0;
  outline: 0;
}
.booking-form__input--select {
  height: 40px;
}
.booking-form__input:read-only {
  background-color: #ffffff;
}
.booking-form__header {
  font-family: 'Lato', sans-serif;
  color: #2980b9;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.2rem;
  margin-top: 20px;
}
.booking-form__text {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}
.booking-form__btn {
  display: block;
  width: 100%;
  border-radius: 0;
  font-size: 1.3rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 1rem;
}
.booking-form__btn--primary {
  background-color: #2980b9;
}
.terms {
  margin: 1rem 0;
}
.terms__btn {
  display: flex;
  border: 1px solid #34495e;
  border-radius: 0;
  margin-bottom: 1rem;
}
.terms__btn > i {
  font-size: 3rem;
  margin-right: 1rem;
}
.terms__btn > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 0.9rem;
}
@keyframes animate {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.booking-review {
  width: 100%;
  border: 1px solid #bdc3c7;
  margin: 15px 0;
  display: none;
}
.booking-review--active {
  display: block;
}
.booking-review > .booking-review-area > form > .booking-details > .row {
  margin-left: 10px;
  margin-right: 10px;
}
.booking-review > .booking-review-area > form > .booking-details > .booking-details-header {
  padding: 10px;
  background-color: #ecf0f1;
  font-size: 19px;
  font-weight: 700;
  color: #e17055;
}
.booking-review > .booking-review-area > form > .booking-details > .booking-details-header > span {
  color: #0c0c0c;
  margin-left: 10px;
  font-weight: 400;
}
.booking-review > .booking-review-area > form > .booking-details > .booking-details-number {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}
.booking-review > .booking-review-area > form > .booking-details > .booking-details-total {
  padding-bottom: 15px;
}
.booking-review > .booking-review-area > form > .booking-details > .booking-details-total span {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.booking-review > .booking-review-area > form > .booking-details > .booking-details-total .btn {
  border-radius: 0;
  font-size: 20px;
  display: block;
  width: 100%;
}
.booking-review > .waiting-review {
  background-color: #ffffff;
  width: 100%;
  padding: 12px;
  display: none;
}
.booking-review > .waiting-review--active {
  display: block;
}
.booking-review > .waiting-review > .animate-1,
.booking-review > .waiting-review > .animate-2,
.booking-review > .waiting-review > .animate-3 {
  position: relative;
  background-color: #CCC;
  height: 6px;
  animation-name: animate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
  background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
}
.booking-review > .waiting-review > .animate-1 {
  left: 0;
  top: 0;
  height: 20px;
  width: 100%;
}
.booking-review > .waiting-review > .animate-2 {
  left: 0;
  top: 0;
  margin-top: 10px;
  height: 20px;
  width: 80%;
}
.booking-review > .waiting-review > .animate-3 {
  left: 0;
  top: 0;
  margin: 10px auto 10px auto;
  height: 20px;
  width: 50%;
}
.dropdown-menu {
  font-size: 0.8rem !important;
}
/*# sourceMappingURL=tour.css.map */