.panel-heading {
  border-bottom: 1px solid #E6E5E5;
}
.panel-heading .panel-title {
  font-size: 1rem;
  background: #eeeeee;
  margin: 0;
}
.panel-heading .panel-title a {
  display: block;
  padding: 20px 10px;
  color: #373a3c;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none !important;
}
.panel-heading .panel-title a i {
  float: right;
}

.panel-collapse > div {
  margin: 30px 20px;
}

.panel-collapse.map-panel > div {
  margin-bottom: 0;
}

.product-feature {
  background: #eeeeee;
}
.product-feature .row {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .product-feature .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (min-width: 992px) {
  .product-feature .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-feature .row .col-lg-4 {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(204, 204, 204, 0.58);
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  padding: 20px;
  margin-top: 54px;
}
@media (min-width: 992px) {
  .product-feature .row .col-lg-4 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .product-feature .row .col-lg-4 {
    margin-top: 0;
  }
}
.product-feature .product-price {
  padding: 3rem 1rem 1rem;
}
.product-feature .product-price p {
  font-size: 1.25rem;
}
.product-feature .product-price p span {
  font-size: 2rem;
}

.product-feature--intro .title {
  font-size: 1.75rem;
}
@media (min-width: 1250px) {
  .product-feature--intro .title {
    font-size: 2.5rem;
  }
}

.main-banner--filter {
  position: static;
}

.product-feature > .container {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
@media (min-width: 544px) {
  .product-feature > .container {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
}

.product-feature--booking {
  padding: 15px;
}
.product-feature--booking h2 {
  background: #1054c1;
  color: #fff;
  padding: 15px;
  margin: -15px -15px 15px;
  font-size: 1rem;
  font-weight: 500;
}
.product-feature--booking p {
  font-weight: 500;
  margin: 15px 0;
  font-size: 0.875rem;
}
.product-feature--booking .btn {
  margin-left: 15px;
}

.testimonial {
  padding: 20px;
  font-size: 0.875rem;
  font-style: italic;
  background: #1054c1;
  color: #fff;
  margin-bottom: 0;
  border: none;
  position: relative;
}
.testimonial:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 70px 50px 0;
  border-color: transparent #1054c1 transparent transparent;
  right: 40px;
}
@media (min-width: 768px) {
  .testimonial:after {
    border-width: 0 120px 70px 0;
  }
}

section.product-information {
  padding: 0;
}
section.product-information .container {
  padding-top: 1em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  section.product-information .container {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}
/*# sourceMappingURL=product-detail.css.map */