
/* popup */

a.phone-number {
  margin-top: 1rem;
  font-weight: 700;
  color: #ff9900;
  text-decoration: underline;
}

.info-popup-content__title, .location-popup-content__title {
    font-family: "Barlow", sans-serif !important;
}


/* photo slider */
p#test {
  font-weight: 700;
  color: #ff9900 !important;
}

/* tours */
h2.tour-subtitle {
  padding-bottom: 1em;
  font-family: 'Barlow', sans-serif !important;
  color: #ff9900 !important;
  line-height: 1.1em;
}

ul.tour-data {
  list-style-type: none;
}

ul.tour-data li {
  font-weight: 700;
  color: #ff9900 !important;;
}

li img.tour-icon {
  padding-right: 0.5em;
}

p.tour-text {
  margin-bottom: 1.3em;
  line-height: 1.3em !important;
}

p.tour-text-important {
  font-weight: 700;
  color: #ff9900;
}

a.btn.btn-style-2 {
  margin-top: 1em !important;
  background-color: #ff9900;
  font-weight: 700;
  color: #fff;
}

/* reviews */

.customer-area .content h1.review-title {
  font-size: 2em !important;
}

.customer-area .quote-slider .single-item i {
  border: 4px solid #1e73be !important;
}

/* hotels */

.brand-area .content h1 {
  font-family: var(--body-font);
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.025em;
  color: var(--heading-color);
  text-transform: uppercase; }

  .brand-area .brant-item {
    width: 20%;
    float: left;
    margin: 50px 0px 35px 0px;
  }
