
.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;*/
    height: auto !important;
}
.page-banner picture {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.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 5px;
    }

    .productDetails > .container-fluid {
        border: 0px solid #dcdcdc;
    }

    .video-iframe iframe {
        width: 100%;
        height: 230px;
    }
}
.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;
}

.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;
}

.row1 {
    display: flex;
    flex-wrap: wrap;
    background-color: #ebedf1;
    padding: 10px;
}

.border-bottom-dark {
    border-bottom: 1px solid #000;
}

.grey-bg {
    background-color: #ebedf1;
}

.border-5 {
    border: 5px solid #fff;
}

.card-title {
    font-size: 16px !important;
    display: flex;
    flex-wrap: wrap;
}

.display-flex {
    display: flex
}

.h-title {
    font-weight: 800;
    font-size: 20px;
    margin: 0px;
    color:#fff;
}

.from {
    color: #333;
    font-size: 11px;
    font-weight: 700;
}

.black-txt{
color: #000;
font-size:12px;
}

.redtext {
    font-size: 19px;
    font-weight: 800;
    color: #db402c;
}

.pl-0 {
    padding-left: 0px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.c-head {
    background-color: #003EAE;
    color:#fff;
    border: 1px solid #111;
    border-radius: 3px;
    padding: 10px;
}

.p-20 {
    padding: 20px;
}

.black-border {
    border: 1px solid #000 !important;
}

.refund-txt {
    font-weight: 500;
    font-size: 10px;
    padding: 0px 10px;
    background-color: #39AD63;
    color: #fff;
    margin-top: 15px;
}

.cards {
    position: relative;
}

.ribbon-img {
    position: absolute;
    top: 5px; 
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 30px;
    z-index: 10;
}

    .ribbon-img img {
        width: 100%;
        height: 100%;
        display: block;
    }


.buy-now-btn {
    background-color: #0057c9 !important;
    font-size: 12px;
    font-weight: 800;
    border-radius: 7px;
    padding: 5px 13px;
    min-height: 30px;
}

    .buy-now-btn:hover {
        background-color: #31356D !important;
    }

    .item-right {
        margin: 0 0 0 auto;
    }


.tooltip-ush .tooltiptext {
    visibility: hidden;
    overflow: auto;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    min-width: 95%;
    max-width: 100%;
}

.tooltip-ush:hover .tooltiptext {
    visibility: visible;
}

.tooltip12 .tooltiptext2 {
    visibility: hidden;
    overflow: auto;
    width: auto;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    min-width: 25%;
    max-width: 27%;
}

.tooltip12:hover .tooltiptext2 {
    visibility: visible;
}

    .page-ticket-types h2{
        padding-bottom:10px;
    }

    .page-banner {
        background-repeat: no-repeat;
        background-size: contain;
    }

.ush-img {
    width: 100%;
    border-radius: 16px;
}

@media (max-width: 580px) {

    .tooltip12 .tooltiptext2 {
        min-width: 55%;
        max-width: 60%;
    }

    .row1 {
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }

    .margin-18 {
        margin: 0px 18px;
    }

    .card {
        border: none;
    }

    .page-banner {
        /*background-image: url('@(string.IsNullOrEmpty(Model.AttractionViewModel.ProductLogoMobile) ? Model.AttractionViewModel.ProductLogo : Model.AttractionViewModel.ProductLogoMobile)');*/
    }

    .responsive-banner {
        height: 135px;
        margin: 0px auto;
        object-fit: contain;
        width: 350px;
    }
}

.page-header h2 {
    border-bottom: 1px solid #dcdcdc;
    padding: 25px 30px 21px;
}

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

.cards {
    display: flex;
    padding: 1rem;
    width: 100%;
}

    .cards .card-item {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid #dbe4eb;
        box-shadow: 0 0.15rem 0.15rem rgb(0 0 0 / 10%);
        transition: box-shadow .2s ease-in-out;
        color: #5b5c64;
    }

        .cards .card-item:hover {
            cursor: pointer;
            box-shadow: 0 2px 16px rgb(0 0 0 / 16%);
            text-decoration: none;
        }

            .cards .card-item:hover .card-image {
                opacity: 1;
            }

    .cards .card-info {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 30px 20px 20px;
        line-height: 1.5em;
        justify-content: space-between;
    }

    .cards .card-title {
        font-size: 1.125rem;
        line-height: 1.3em;
        margin-bottom: 0.2em;
        height: auto;
    }

    .cards .card-image {
        height: 200px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px 6px 0px 0px;
        opacity: 0.91;
    }


.cards-2 {
    display: flex;
    padding: 1rem;
    width: 100%;
    height: min-content;
}

    .cards-2 .card-item {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 6px;
        overflow: hidden;
        border: 1px solid #dbe4eb;
        box-shadow: 0 0.15rem 0.15rem rgb(0 0 0 / 10%);
        transition: box-shadow .2s ease-in-out;
        color: #5b5c64;
    }

        .cards-2 .card-item:hover {
            cursor: pointer;
            box-shadow: 0 2px 16px rgb(0 0 0 / 16%);
            text-decoration: none;
        }

            .cards-2 .card-item:hover .card-image {
                opacity: 1;
            }

    .cards-2 .card-info {
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        padding: 1rem;
        line-height: 1.5em;
        justify-content: space-between;
    }

    .cards-2 .card-title {
        font-size: 1.125rem;
        line-height: 1.3em;
        margin-bottom: 0.2em;
        height: auto;
    }

    .cards-2 .card-image {
        height: 200px;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 6px 6px 0px 0px;
        opacity: 0.91;
    }

.offer-note {
    border-top: 12px solid #e70004;
    background: #ffffff;
}

a.card-item > img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-info button.more-info-model small {
    color: #007bff;
}

@media (min-width: 1300px) {
    .cards {
        width: 50%;
    }

    .cards-2 {
        width: 25%;
    }
}



@media only screen and (max-width: 767px) and (min-width: 640px) {
   .cards {
        width: 50%;
    }

    .cards-2 {
        width: 33.33%;
    }
}


@media (min-width: 1600px) {

    .cards .card-title {
        height: 40px;
    }

    .cards-2 .card-title {
        height: 40px;
    }
}

@media (min-width: 1900px) {
    .cards .card-title {
        height: auto;
    }
}

@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;
  }

    .refund-txt {
        margin-top: 25px;
    }
}

@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;
  }
}

@media screen and (max-width:768px) {
    .mobile-font-weight {
        font-weight: 400;
    }
}