.productDetails .container-fluid {
  border: 1px solid #dcdcdc;
}
.fx-attraction__content-wrapper h2,
.fx-attraction__tickets h2 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.fx-attraction__content-wrapper h3 {
    font-size: 1.25rem;
}

.media:after {
    content: "";
    display: block;
    width: 100%;
    background-color: #3f527026;
    height: 1px;
    margin: 2% 10% 2% 10%;
}

.info-msg {
    border: solid 1px #7993b9;
    border-radius: 3px;
    background-color: #fffef0;
    border: solid 1px #ffeb3b;
    background-color: #fffef0;
}

.fx-attraction__content-order-list {
    margin-bottom: 0px;
}

.fx-attraction__wrapper-faq li,
.fx-attraction__content-order-list li {
    margin-bottom: 8px;
}

.TicketsCards .btn-wrapper>a {
    text-decoration: none;
}

.fx-attraction__wrapper-faq li p,
.fx-attraction__content-order-list li p,
.contact-info h3 {
    font-size: 1rem;
    display: inline;
}

.fx-attraction__wrapper-faq li h3 {
    font-size: 1rem;
}

.fx-attraction__wrapper-faq ol li {
    list-style: auto;
}

.fx-attraction__wrapper-faq ol li::marker,
.fx-attraction__content-order-list ol li::marker {
    font-weight: 500;
}

.fx-attraction__content-order-list.inline-heading h3 {
    display: inline-block;
}
.page-header h1 {
  border-bottom: 1px solid #dcdcdc;
  padding: 25px 30px 21px;
  font-size: 2rem;
}

.page-content {
  padding: 35px 30px;
}

.page-banner {
  background-repeat: repeat;
  height: 189px;
  background-position: center;
}

.productDetails .content-wrapper p {
  margin-bottom: 5px;
  line-height: 24px;
}

.attractionGallery {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content:start;
}

.thumb {
  flex: 0 0 32%;
  margin: 0px;
  border: solid 1px #fff;
  position: relative;
}

.productDetails .thumb > img {
  padding: 0;
  background-color: transparent;
  border: 0px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  width: 100%;
}

.btn-play {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-col-bg {
  background-color: #f6f7f8;
}

.TicketsCards .card-header {
  background: #3f526f;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

  .TicketsCards .card-header h1 {
      font-size:1.375rem;
  }

.cart-items-list {
  background-image: url('/static/images/card-bg.jpg');
  background-repeat: repeat;
}
.cart-items-list > ul {
  background: #fff;
}
.ticket-price-wrapper p {
  font-size: 17px;
}

.cart-items-list li > .card {
  border: 1px solid #d2d2d2;
  box-shadow: 1px 0px 6px 7px #eaeaea;
  padding: 25px;
}

  .ticket-title, .cart-items-list li > .card > h4 {
      font-size: 21px;
  }

.age-type span {
  border: 1px solid #b2b2b2;
  font-size: 15px;
  font-weight: 500;
  border-radius: 3px;
  padding: 10px 21px;
}

.btn-buynow {
    background-color: #0049cd;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    padding: 7px 25px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.58);
    background-position: 15px;
    padding-left: 54px;
}

.btn-buynow:hover {
    color: #fff;
}

.video-iframe iframe {
  width: 622px;
  height: 364px;
}

.bpara {
  font-size: 13px;
}
.inter-links {
  padding: 0.025rem 0.525rem;
  transition: color .2s ease-in-out, border-color .2s ease-in-out;
  border: 1px solid #3f526f42;
  border-radius: 0.25rem;
  color: #3f526f;
  font-size: 0.8125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.75rem;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  background: #fff;
}

.inter-links:hover {
  background: #3f526f;
  color: #fff;
}

a.inter-links.active {
  background: #3f526f;
  border: 1px solid #3f526f;
  color: #fff;
}

.inter-links-bg {
  background: hsl(54deg 100% 62% / 8%);
  border: 1px solid #ffeeba;
  border-radius: 0.25rem;
}
@media (max-width: 480px) {
  .content-wrapper p > a {
      word-break: break-word;
  }
}

@media (max-width: 568px) {
  .page-header h2 {
      padding: 5px 15px 21px;
      font-size: 20px;
  }
}

@media screen and (min-width: 576px) and (max-width:812px) {
  .page-header h2 {
      padding: 25px 15px 21px;
  }
}

@media (max-width: 812px) {
  .page-content {
      padding: 35px 15px;
  }
  .productDetails > .container-fluid {
      border: 0px solid #dcdcdc;
  }

  .video-iframe iframe {
      width: 100%;
      height: 230px;
  }
}