/*Fonts*/
@font-face {
    font-family: 'interblack';
    src: url('../fonts/Inter-Black.woff2') format('woff2'),
         url('../fonts/Inter-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'interbold';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
         url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'interxtra_light';
    src: url('../fonts/Inter-ExtraLight.woff2') format('woff2'),
         url('../fonts/Inter-ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intermedium';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
         url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'interregular';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
         url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intersemi_bold';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
         url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'intersemi_bold_italic';
    src: url('../fonts/Inter-SemiBoldItalic.woff2') format('woff2'),
         url('../fonts/Inter-SemiBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'urbanistregular';
    src: url('../fonts/Urbanist-Regular.woff2') format('woff2'),
         url('../fonts/Urbanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'urbanist_semi_bold';
    src: url('../fonts/Urbanist-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'urbanistregular';
}

/*Colors*/
.primary-color {
    color:#9bb851
}
.primary-background-color {
    background-color:#9bb851
}
.primary-border-outline-color {
    border:2px solid #D3455B !important;
}
.secondary-color, .RESERVED-color, .VALID-color {
    color:#26762C
}
.secondary-background-color {
    background-color:#26762C
}
.secondary-border-outline-color {
    border:2px solid #26762C !important;
}
.secondary-background-color {
    background:#26762C;    
}
.success-color {
    color:#4AAF05;
}
.success-background-color {
    background-color:#4AAF05;
}
.success-light-background-color {
    background-color:#e3f2cb;
}
.danger-color, .CANCELLED-color {
    color:#CA0303;
}
.danger-background-color, .failed-background-color, .error-background-color {
    background-color:#CA0303;
}
.info-color {
    color: #7C61BE;
}
.blue-color{
    color: #3480eb;
}
.info-background-color2 {
    background-color: #EDF8FF;
}
.info-background-color {
    background-color: #7C61BE;
}
.warning-color {
    color:#FFC107;
}
.warning-background-color, .invalid-background-color, .pending-background-color, .unauthorized-background-color {
    background-color: #FFC107;
}
.light-color, .REDEEMED-color {
    color:#ADADAD
}
.light-color2 {
    color:#DBDBDB
}
.light-background-color {
    background-color: #ADADAD;
}
.light-reverse-background-color {
    background:#fff;
    color: #ADADAD !important;
    border-color:#ADADAD!important;
    border: 2px solid;
}
.light-2-color {
    color:#FAFAFA
}
.light-2-background-color {
    background-color: #FAFAFA;
}
.dark-color {
    color:#002A3A;
}
.dark-background-color, .not-found-background-color {
    background:#002A3A;
}
.white {
    color:#fff;
}
.bgwhite {
    background-color:#fff;
}
.black {
    color:#000;
}
.secondary-red {
    color:#D3455B;
}

.secondary-red-background {
    background-color:#D3455B;
}
.ticket-options-wrapper{
    background-color: #F8F8F8;
    font-family:'interregular';
}
.ticket-details-box{
    background-color: #FFF5F5;
    border-radius: 5px;
}

/*Background*/

button:focus,
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus,
.btn:focus, .btn.focus,
.footer-item {
    outline: 0px;
    box-shadow: inset 0 -1px 0 #fff;
}

input:read-only {
    background-color: #fff!important;
}

/*Sprite*/
.sprite {
    background:url("../images/sprite.png") no-repeat;
    display: inline-block;
}
.sprite-about-browseproduct {
    background-position: -5px -7px;
    width: 48px;
    height: 48px;
}
.sprite-about-addtocart {
    background-position: -58px -7px;
    width: 48px;
    height: 48px;
}
.sprite-about-usevoucher {
    background-position: -110px -7px;
    width: 48px;
    height: 48px;
}
.sprite-about-loginsingpass {
    background-position: -166px -7px;
    width: 55px;
    height: 48px;
}
.sprite-about-generatepromocode {
    background-position: -231px -7px;
    width: 48px;
    height: 48px;
}
.sprite-about-checkout {
    background-position: -285px -7px;
    width: 48px;
    height: 48px;
}
.sprite-sg-logo-transparent {
    background-position: -112px -6px;
    width: 25px;
    height: 25px;
}
.sprite-sg-logo-white {
    background-position: -112px -6px;
    width: 25px;
    height: 25px;
}

.sprite-magnifying-glass {
    background-position: -50px -3px;
    width: 25px;
    height: 25px;
}

.sprite-info-light {
    background-position: -273px -59px;
    width: 17px;
    height: 17px;
}

.sprite-info-dark {
    background-position: -298px -55px;
    width: 21px;
    height: 21px;
}

.sprite-contact {
    background-position: -109px -6px;
    width: 25px;
    height: 25px;
}

.sprite-contact-dark {
    background-position: -79px -6px;
    width: 25px;
    height: 25px;
}

.sprite-search {
    background-position: -146px -7px;
    width: 25px;
    height: 25px;
}

.sprite-search-dark {
    background-position: -50px -7px;
    width: 25px;
    height: 25px;
}

.sprite-category {
    background-position: -180px -6px;
    width: 25px;
    height: 25px;
}

.sprite-category-dark {
    background-position: -254px -98px;
    width: 20px;
    height: 20px;
}

.sprite-cart {
    background-position: -213px -6px;
    width: 25px;
    height: 25px;
}

.sprite-cart-dark {
    background-position: -146px -101px;
    width: 25px;
    height: 25px;
}

.sprite-filter {
    background-position: -242px 0px;
    width: 25px;
    height: 25px;
}

.sprite-sort-by {
    background-position: -264px 0px;
    width: 25px;
    height: 25px;
}

.sprite-share {
    background-position: -6px -58px;
    width: 34px;
    height: 25px;
}

.sprite-fb-small {
    background-position: -10px -214px;
    width: 35px;
    height: 35px;
}

.sprite-twitter-small {
    background-position: -51px -214px;
    width: 35px;
    height: 35px;
}

.sprite-email-small {
    background-position: -93px -215px;
    width: 35px;
    height: 35px;
}
.sprite-envalope {
    background-position: -139px -215px;
    width: 40px;
    height: 40px;
}
.sprite-phone {
    background-position: -186px -215px;
    width: 40px;
    height: 40px;
}
.sprite-phone-r {
    background-position: -272px -215px;
    width: 40px;
    height: 40px;
}
.sprite-map-marker {
    background-position: -228px -215px;
    width: 40px;
    height: 40px;
}

.sprite-calendar {
    background-position: -289px 0px;
    width: 35px;
    height: 35px;
}
.sprite-copylink {
    background-position: -10px -99px;
    width: 30px;
    height: 30px;
}
.sprite-whatsapp {
    background-position: -8px -143px;
    width: 55px;
    height: 55px;
}
.sprite-facebook {
    background-position: -80px -143px;
    width: 55px;
    height: 55px;
}
.sprite-instagram {
    background-position: -152px -143px;
    width: 55px;
    height: 55px;
}
.sprite-facebook-white-ellipse {
    background-position:-132px -260px;
    width: 55px;
    height: 55px;
}
.sprite-facebook-white-ellipse-sm {
    background-position:-3px -316px;
    width: 36px;
    height: 36px;
}
.sprite-instagram-white-ellipse {
    background-position:-277px -260px;
    width: 55px;
    height: 55px;
}
.sprite-instagram-white-ellipse-sm {
    background-position:-74px -316px;
    width: 36px;
    height: 36px;
}
.sprite-twitter-white-ellipse {
    background-position:-207px -260px;
    width: 55px;
    height: 55px;
}
.sprite-twitter-white-ellipse-sm {
    background-position:-39px -316px;
    width: 36px;
    height: 36px;
}
.sprite-telegram {
    background-position: -225px -143px;
    width: 55px;
    height: 55px;
}
.sprite-youtube-white-ellipse {
    background-position:-347px -260px;
    width: 55px;
    height: 55px;
}
.sprite-youtube-white-ellipse-sm {
    background-position:-74px -353px;
    width: 36px;
    height: 36px;
}
.sprite-telegram-white-ellipse {
    background-position:-132px -322px;
    width: 55px;
    height: 55px;
}
.sprite-telegram-white-ellipse-sm {
    background-position:-3px -353px;
    width: 36px;
    height: 36px;
}
.sprite-linkedin-white-ellipse {
    background-position:-207px -322px;
    width: 55px;
    height: 55px;
}
.sprite-linkedin-white-ellipse-sm {
    background-position:-39px -353px;
    width: 36px;
    height: 36px;
}
.sprite-trash-can {
    background-position: -145px -57px;
    width: 22px;
    height: 22px;
}

.sprite-edit {
    background-position: -176px -56px;
    width: 22px;
    height: 22px;
}

.sprite-back {
    background-position: -179px -97px;
    width: 22px;
    height: 22px;
}

.sprite-angle-right {
    background-position: -200px -97px;
    width: 22px;
    height: 23px;
}

.sprite-pass {
    background-position: -280px -98px;
    width: 28px;
    height: 28px;
}

.sprite-pass-large {
    background-position: -244px -53px;
    width: 22px;
    height: 23px;
}

.sprite-circle-success {
    background-position: -207px -55px;
    width: 30px;
    height: 30px;
}

.sprite-home {
    background-position: -227px -99px;
    width: 24px;
    height: 24px;
}
.sprite-accordion-btn {
    background-position: -52px -65px;
    width: 15px;
    height: 13px;
}
.sprite-swiper-left {
    background-position: -60px -262px;
    width: 62px;
    height: 50px;
}

.sprite-swiper-right {
    background-position: -12px -262px;
    width: 50px;
    height: 50px;
}

.sprite-error-notification {
    background-position: -322px -57px;
    width: 32px;
    height: 25px;
}

.swiper-button-prev-book-direct,
.swiper-button-prev-attractions,
.swiper-button-prev-tours,
.swiper-button-prev-hotels,
.swiper-button-prev-bundles,
.swiper-button-prev-recommendations {
    position: absolute;
    z-index:10000;
    left:-15px;
    top:35%;
}

.sprite-swiper-left:focus,
.sprite-swiper-right:focus {
    border:none;
    outline:none;
}

.swiper-button-next-book-direct,
.swiper-button-next-attractions,
.swiper-button-next-tours,
.swiper-button-next-hotels,
.swiper-button-next-bundles,
.swiper-button-next-recommendations {
    position: absolute;
    z-index:10000;
    right:-5px;
    top:35%;
}

/*Links*/
.link {
    cursor: pointer;
}
.link:hover {
    text-decoration: none;
}
.link-white:hover {
    color:#ffffff;
}

.underline {
    border-bottom: 1px solid;
}

.underline:after {
    position: absolute;
    height: 1px;
    margin: 0 auto;
    content: '';
    left: 0;
    right: 0;
    width: 90%;
    left: 0;
    bottom: -3px; /* adjust this to move up and down. you may have to adjust the line height of the paragraph if you move it down a lot. */
}

/*Buttons*/
.btn {
    border: 2px solid;
    border-radius: 5px;
}
.no-border {
    border: none !important;
}
.btn.btn-lg {
    padding:5px 50px;
}
.btn-hover.primary-background-color:hover, .btn-hover.primary-background-color:focus, .force-hover.primary-background-color {
    background:#fff;
    color: #9bb851;
    border-color:#9bb851 !important;
    border: 2px solid;
}

.btn-hover.secondary-background-color:hover, .btn-hover.secondary-background-color:focus {
    background:#fff;
    color: #26762C;
    border-color:#26762C !important;
    border: 2px solid;
}

.btn-hover.light-background-color:hover , .btn-light.secondary-background-color:focus {
    background:#fff;
    color: #ADADAD;
    border-color:#FFF!important;
    border: 2px solid;
}

.btn-hover.light-reverse-background-color:hover , .btn-light.secondary-background-color:focus {
    background:#ADADAD;
    color: #FFF !important;
    border-color:#ADADAD!important;
    border: 2px solid;
}

.btn-hover.primary-background-color[disabled]:hover, .btn-light.primary-background-color[disabled]:focus {
    background:#D9D9D9;
    color: #fff;
    border-color:#D9D9D9 !important;
}

.btn-hover.light-background-color[disabled]:hover, .btn-light.secondary-background-color[disabled]:focus {
    background:#ADADAD;
    color: #fff;
    border-color:#fff!important;
}

body {
    font-family: "intermedium";
    /* font-weight: bold; */
    /* min-height: 75rem; */
    overflow-x: hidden;
    font-size: 14px;
    color:  #7A7A7A;
    /*background-color: #E5E5E5;*/
}

.container-fluid > #merchant-direct {
    max-width: 1140px;
    margin:0 auto;
}

.retrieve-promo-code-text, .check-voucher-balance-text {
    position: relative;
    top:-1px;
    font-weight: bold;
    padding: 10px 30px 10px 13px;
    display: inline-block;
    letter-spacing: 1px;
}

#promoCode:read-only {
    background:#e3e3e3!important;
}

.check-voucher-balance-text {
    padding:10px;
}

.btn-label {
    position: absolute;
    right: 0px;
    top:0px;
    display: inline-block;
    padding: 9px 15px;
    background: rgba(0,0,0,0.15);
    font-weight: bold;
}
.btn-labeled {
    padding-top: 0;padding-bottom: 0;
}

.btn-apply-promo-code {
    height: 3.125rem;
}

#applyPromoCode {
    position: relative;
    top:-4px;
    right: 0px;
    white-space: nowrap;
    text-align: center;
}

.timer {
    border:2px solid #666;
}

.time-text {
    font-family: "interregular";
    font-size:20px;
    color:#666666;
}

.time-advisory {
    font-family: "interregular";
    font-size:14px;
}

/*Header*/
.navbar-brand img {
    height: auto;
    max-width: 150px;
    max-height: 45px;
}

.navbar-brand.d-sm-block img {
    max-width:300px;
}

.navbar-toggler {
    border:0px;
}

.fixed-top {
    z-index:100000;
    box-shadow: 0 0 0 3px #f8f9fa;
}

.nav-item {
    font-family: "intermedium";
    display: inline;
    float: left;
}

#first-fold {
    position: relative;
}

.breadcrumb {
    margin:0px;
}

#search-form {
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width:360px;
    max-width: 1100px;
    text-align:center;
}

.swiper-container {
    width: auto;
    height: auto;
}

.swiper-pagination-bullet {
    background-color: #fff!important;
    opacity: 0.8!important;
    width:10px!important;
    height: 10px!important;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background-color:#000!important;
    opacity: 0.8!important;
}

.banner-title {
    font-family: "intermedium";
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 24px;
    /* or 110% */

    text-align: center;
    font-feature-settings: 'liga' off;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.banner-text {
    font-family: "intermedium";
    font-size:15px;
    line-height: 22px;
}

/*Search*/

#search-bar, #search-bar-top {
    margin: 0 auto;
    max-width: 1100px;
    color:#9C9C9C;
    position: relative;
    top: 25%;
}

#search-bar input[type="search"], #search-bar .input-group-append,
#search-bar-top input[type="search"], #search-bar-top .input-group-append {
    margin-left: 0px;
    background:#fff;
}

#search #search-bar .input-group-append,
#search #search-bar-top .input-group-append {
    background:#fff;
}


#search-bar ul li,
#search-bar-top ul li {
    display:inline;
    list-style: none;
}
#search-bar ul li a,
#search-bar-top ul li a {
    background:#fff;
    font-size: 14px;
}

.search-keywords {
    font-weight: bold;
}

.search-keywords a {
    color:#ffffff;
}

.search-keywords a:hover {
    color:#9bb851;
}

.search-keywords ul li {
    display:inline;
    font-weight: bold;
}

.search-keywords ul li a {
    font-weight: bold;
}

/* Search Style */ 
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
           -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
         -moz-transform: translate(0px, -100%) scale(0, 0);
          -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
              transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
          -ms-transform: translate(0px, 0px) scale(1, 1);
           -o-transform: translate(0px, 0px) scale(1, 1);
               transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 10000;
    display: block;
}

#search .close {
    position: absolute;
    top: -40px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover{
  cursor: pointer;
}

/*Auto Suggest*/
.search-bar-result-height {
    height: 235px;
}

.search-bar-result > li:active  {
    background-color: transparent;
}

.search-bar-result > li.dropdown-item {
    display: block;
    padding:0px;
}

.search-bar-result > li > a {
    display: block;
}

.search-bar-result > li > a > div {
    display: inline-block;
    vertical-align: middle;
}

.search-bar-result > li img {
    width:100px;
    height: 100px;
}

.search-bar-result > li > div[role="separator"] {
    display: block;
    width: 100%;
    margin: 0px;
}

.search-bar-result .dropdown-item-text > div {
    font-size:16px;
    white-space: normal;
    width:920px;
}

h4.search-results {
    font-family: "interregular";
    font-weight: bold;
    font-size:22px;
}

/*Headers Text*/
h2.row-title {
    font-family: "interregular";
    font-weight: bold;
    font-size:22px;
}
h3.row-title {
    font-family: "interregular";
    font-weight: bold;
    font-size:16px;
}
h3.modal-title {
    font-family: "interbold";
    font-size:16px;
}

.card-merchant-name {
    width:100%;
    text-align:left;
    line-height:18px;
}

.card-merchant-name a {
    font-family: "intersemi_bold";
    font-size: 16px;
}

#tours .card-merchant-name {
    min-height: 165px;
}

.logo-wrapper {
    height:200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-wrapper img {
    max-width:160px;
    max-height:160px;
}

/*Popover*/
.popover {
    border:0px;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}
.popover-body {
    font-family: "intermedium";
    background-color: #ECECEC;
    color:#212529;
    padding: 10px 10px;
    font-size: 14px;
    line-height: 20px;
}
.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after {
    border-top-color: #ECECEC;
    border:0px;
}

.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before {
    border-top-color: rgb(224 224 224 / 25%);
}

/*Card*/
.card-product:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.price-row {
    color:#AEAEAE;
    font-size: 15px;
    margin-bottom: 0px;
}

.price-row .price-orig{
    text-decoration: line-through;
}

.price-row .price {
    color:#4480A4;
    letter-spacing: 1.1px;
}

.price-row .price strong {
    font-size:18px;
}

.card-body .navbar li {
    width:100%;
}

form div div .card-body .price-row {
    position: static;
}

.swiper-slide .card .card-body .price-row {
    position: absolute;
    bottom:10px;
    font-size:14px;
}

/*Single Product*/
.divider {
    border-top: 1px solid #dee2e6;
    margin: 10px 0px;
}

.label-single-product, h4.ticket-heading {
    font-family: "intermedium";
    font-size: 16px;
    letter-spacing: 0.4px;
}
.label-redeemed{
    color: #7A7A7A;
    border: 1px solid #7A7A7A;
    font-weight: 700;
    background: #fff;
    border-radius: 3px;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
}
.label-available{
    color: #9bb851;
    border: 1px solid #9bb851;
    font-weight: 700;
    background: #fff;
    border-radius: 3px;
    line-height: 25px;
    padding: 0px 5px 0px 5px;
}

.variation-name {
    font-family: "interbold";
    font-size: 16px;
    font-weight: bold;
}

.price-strong-normal {
    font-size: 16px!important;
}
.quantity-wrapper {
    float: right;
    width: auto;
}

.input-number {
    border: 0px;
    max-width: 45px;
    padding:0px;
}

.btn-number {
    border: 2px solid #9bb851;
    background: #9bb851;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 24px;
}

.btn-number:hover, .btn-number:focus {
    background: transparent;
    color: #9bb851 !important;
}

.helper .helper-text {
    width:90%;
    font-size:14px;
}

.checkbox {
    font-size:14px;
}

.accordion {
    border-top: 1px solid rgba(0,0,0,0.125);
}

.accordion .card .card-hearder h2 button {
    font-family: "intermedium";
    font-size: 14px;
}

a.morelink {
    font-family: 'interregular';
    display: block;
    text-align: right;
    text-decoration:none;
    outline: none;
    color:#9bb851;
    width: 100%;
    position: relative;
    z-index:100;
}
  
.morecontent {
    position: relative;
    z-index: 100;
    margin-bottom: 10px;
    width: 100%;
}
  
.comment {
    text-align: justify;
    font-family: 'interregular';
}

.morecontent span {
    display: none;
}

.comment:after {
    content  : "";
    position : absolute;
    z-index  : 1;
    bottom   : 0;
    left     : 0;
    pointer-events   : none;
    background-image : linear-gradient(to bottom,rgba(255,255,255, 0), rgba(255,255,255, 1) 90%);
    width    : 100%;
    height   : 4em;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
  
.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: 0.13rem .75rem; /*add 0.13rem*/
}
  
.form-label-group > div > input,
.form-label-group > div >label {
    height: 3.125rem;
    padding: .75rem;
}
  
.form-control:focus {
    border-color: #C00A3A;
    box-shadow: 0 0 0 0.3px #ef416f;
}
  
.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
  
.form-label-group > div > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
  
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
    font-weight: bold;
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #C00A3A;
}

.has-search .form-control {
    padding-right: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
    right:5px;
    top:5px;
}

.datepicker {
    z-index: 100000!important;
}

.select2-container {
    z-index: 99999!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color:transparent!important;
    color:#9bb851 !important;
}

.select2-results__option {
    border-bottom:1px solid #ccc;
}

.select2-container--default .select2-results__option--disabled {
    padding:10px!important;
    color:#ccc!important;
}

.select2-container--default .select2-selection--single {
    background-color:transparent!important;
    border: 1px solid #ced4da!important;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:50px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 50px!important;
    padding-left:15px!important;
    right:15px!important;
}

.select2-container--focus, .select2-selection__rendered, .select2-container .select2-selection--single {
    outline-color: #9bb851 !important;
}

#additional-recommedations .row .swiper-container {
    padding:20px 10px!important;
}

/*Added to Cart*/
.cart-attraction-title {
    font-family: "interregular";
    font-weight: bold;
    font-size: 16px;
}
.cart-product-title {
    font-family: "interregular";
    font-size: 14px;
}

/*Cart*/
.card-block .card-text .date-time-quantity {
    font-size:12px;
}

.cart-summary {
    font-size:14px;
}

.cart-summary .row-title {
    font-size:22px;
}

.cart-summary .cart-title {
    font-size:16px;
}

#modalSmallBox .modal-body {
    font-size:16px;
}

.form-apply-promo-code .form-label-group #promoCode:focus {
    border-color: #ADADAD!important;
}

.form-apply-promo-code .form-label-group input:not(:placeholder-shown) ~ label {
    color: #808080;
}

.form-apply-promo-code .form-label-group.valid-promo-code > input, .form-apply-promo-code .form-label-group.valid-promo-code #promoCode:focus {
    border:2px solid #4AAF05!important;
}

.form-apply-promo-code .alert {
    font-size:15px;
}

.promo-code-message {
    font-family: "interregular";
    font-size:12px;
}

.border-dashed {
    border:1px dashed;
}

/*Payment*/
ul.tnc {
    margin-left:-25px;
}

ul.tnc li {
    margin-bottom:10px;
}

h1.gtforge-text-logo {
    font-family: "interregular";
    font-weight: bold;
    font-size:16px;
    color:#212529;
    margin-bottom:0px;
    letter-spacing: 0.2px;
}
.gtforge-text-logo > span {
    opacity:0.6;
}

/*Transaction*/
.transaction-banner {
    position: relative;
    top:-15px;
}

.transaction-wrap {
    font-size:18px;
}

/*Sidebar Filter*/
.filter-sidebar {
    font-family: "intersemi_bold";
    color:#666666;
}

.filter-header {
    font-size: 16px;
}

.filter-body {
    font-size: 14px;;
}

.filter-body .custom-control-label {
    font-family: "intermedium";
    color:#999999;
    cursor: pointer;
}

.filter-divider {
    border-top:1px solid #dee2e6;
    margin:10px 0px
}

ul.filter-category {
    margin: 10px 0px 0px -20px;
    list-style: none;
}

ul.filter-category li {
   margin-bottom:5px;
}

ul.filter-category li a {
    font-size:14px;
    font-family: "intermedium";
    color:#999999;
}

ul.filter-category li a:hover {
    color:#212529;
}

#heading-attractions h2 button, #heading-tours h2 button, #heading-bundles h2 button, #heading-hotels h2 button {
    font-size:14px;
    font-family: "intermedium";
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/*Footer*/
main {
    padding-top: 40px;
    padding-bottom: 7.5em;
    overflow-x: hidden;
    /*min-height: 700px;*/
    background-color:  #fff;
}

.footer-nav-bgcolor{
    background-color: #384050 !important;
}

.footer-navbar-brand img {
    height: auto;
    max-width: 300px;
    max-height: 40px;
}

#product-listing, #checkout-listing {
    padding-top:3em;
}

.ticket-trail-bottom {
    width: 100%;
    height: 46px;
    line-height: 46px;
    z-index:99999;
    background-image: url('../images/ticket-trail-bottom.png');
    background-repeat: repeat-x;
    margin-bottom: 60px;
}
.ticket-trail-top {
    background-image: url('../images/ticket-trail-top.png');
    background-repeat: repeat-x;
}
.ticket-trail-top, .ticket-trail-spacer {
    width: 100%;
    height: 36px;
    line-height: 36px;
    z-index:99999;
    margin-top: -18px;
}

.footer-menu-text {
    position: relative;
    top:-45px;
    font-family: "interbold";
    font-size:11px;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}
.cont-hidden{
    display: none;
}
.footer-copyright{
    line-height: 16px;
}

/*Media Queries*/

@media (min-width: 576px) {
    #search-form {
        width:360px;
    }
    .form-apply-promo-code {
        max-width: 330px;
    }
    #search-bar ul li a {
        font-size:12px;
    }

    .banner-title {
        font-size: 30px;
        line-height: 34px;
    }
}
.always-footer {
    position: relative;
}

@media (min-width: 768px) {
    #search-form {
        width:700px;
    }
    .sprite.sprite-share.hidden{
        display: none;
    }
    .cart-summary .cart-title {
        font-size:18px;
    }
    .form-apply-promo-code {
        max-width: none;
    }
    .banner-title {
        font-size: 42px;
        line-height: 46px;
    }
    .always-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index:999;
    }
    .footer-app-download{
        text-align: center;
    }
    
}

@media (min-width: 992px) {
    #search-form {
        width:900px;
    }
    .cart-summary .cart-title {
        font-size:18px;
    }
    .form-apply-promo-code {
        max-width: none;
    }
    .footer-contact{
        text-align: center;
    }
    .footer-site-logo, .footer-app-download{
        text-align: center;
    }
}

@media (min-width: 1200px) {
    #search-form {
        width:1100px;
    }
    .form-apply-promo-code {
        max-width: none;
    }   
}
@media (max-width: 767px) {
    .cont-hidden{
        display: block;
    }
    .sprite-share{
        display: none;
    }
    .sprite.sprite-share.hidden{
        display: flex;
        float: right;
    }

}


.social-media.modal-header{
    border: none;
    padding: 1rem 1rem 0 1rem;
}
.modal{
    z-index: 99999; 
}
.modal.fade .modal-bottom {
    transition: -webkit-transform 0.3s ease-out, bottom 0.3s ease-out;
    transition: transform 0.3s ease-out, bottom 0.3s ease-out;
    transition: transform 0.3s ease-out, bottom -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
    bottom: -140px;
}

.modal .modal-bottom {
    margin:0;
    margin-top:auto;
    padding: 0;
    position:absolute;
    bottom:0;
    top:auto;
    left:auto;
    right:0;
    height: 55%;
}

.modal .modal-bottom>.modal-content{
    border-radius: 30px 30px 0 0;
    height:100%;
    border-color: #fff;
    margin:0;
}
.modal-bottom .modal-body{
    height: calc(100% - 140px);overflow-y:auto;
}
.modal-dialog.modal-bottom{
    position: fixed;
}

@media (min-width: 1px){
    .modal-bottom {max-width: 100%;width:100%;}
}

.media a{
    text-align: center;
}

.media a:hover{
    opacity: 80%;
}

.media a > :nth-child(1) {
    text-align: center;
}

.media a > :nth-child(2) {
    width: 100%;
}

.media .media-body{
    text-align: center;
    color: #000;
    font-family: "interregular";
    font-size: 10px;
    line-height: 16px;
}

.copylink span{
    position: relative;
    top: -10px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}
/*Show Tickets*/
.accordion{
    border: none;
}

.accordion-text {
    font-family: "interregular";
}

.accordion-item{
    width: 100%;
}
.accordion-item img{
    border-radius: 5px;
}
.accordion-item h5{
    font-family: "intermedium";
    font-size: 16px;
    font-weight: bold;
}
.accordion-item span.desc{
    font-size: 14px;
}
i.sprite-accordion-btn{
    position: absolute;
    right: 20px;
    margin-top: -5px;
}
.card-header{
    background: #fff;
    border-bottom: 2px solid rgba(0,0,0,0.125);
}

.top-card {
    font-size: 16px;
    background: #fff;
}

/* custom ticket css*/
h3.tix{
    text-align: center;
    float: left;
    width: 100%;
}
.fl-left{float: left}

.fl-right{float: right}

.tix
{
  display: table-row;
  width: 100%;
  background-color: #fff;
  margin: 20px;
  border-radius: 4px;
  position: relative
}

.tix + .tix{margin-left: 2%}

.tix-left
{
    display: table-cell;
    width: 83%;
    position: relative;
    text-align: center;
    border-right: 2px dashed #dadde6;
    font-size: 18px;
    font-weight: bold;
    box-shadow: -5px 3px 10px rgba(0,0,0,0.1);

}

.tix-left div{
    padding:15px 20px;
    font-size:14px;
}

.tix-left:before,
.tix-left:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-color: #F3F3F3;
    position: absolute;
    top: -15px ;
    right: -15px;
    z-index: 1;
    border-radius: 50%
}

.tix-left:after {
    top: auto;
    bottom: -15px;
    box-shadow: inset 0px 5px 5px rgba(0,0,0,0.1);
}

.tix-cont {
    display: table-cell;
    width: 75%;
    padding: 10px 10px 10px 40px;
    box-shadow: 5px 3px 10px rgba(0,0,0,0.1);
}

.tix-cont > div {
  display: table-row
}
.tix-cont a {
    display: block;
    text-decoration: none;
    width: 80px;
    height: 30px;
    background-color: #D8DDE0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.row:last-child .tix:first-child .tix-cont a {
    background-color: #037FDD
}

.row:last-child .tix:last-child .tix-cont a {
    background-color: #F8504C
}

.qr-code span{
    text-align: center;
    font-size: 12px;
    float: left;
    width: 80%;
}

.qr-code img{
    width: 100px;
}

.accordion .card-body .row{
    margin-top: -20px;
}

@media screen and (max-width: 860px)
{
  .tix
  {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px
  }
  
  .tix + .tix{margin-left: 0}
  
  .tix-cont .even-date,
  .tix-cont .even-info
  {
    font-size: 75%
  }
}
.red-highlight{
    color: #F8323C;
}
.gray-highlight{
    color: #aaa;
}

.about-desc{
    border-bottom: 1px solid #f1f1f1;
}
.about-desc span, .about-desc .desc{
    float: left;
}
.about-desc .desc{
    width: 80%;
}
.about-desc h5 {
    font-size: 18px;
    font-family: 'intermedium';
}
.about-desc p {
    font-size: 14px;
}
.text-content p {
    font-size:16px;
}

.btn-label {
    position: absolute;
    display: inline-block;
    padding: 9px 15px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

/*Spinner*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #9bb851;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

/*SingPost*/
.location-container {
    background: #F1F1F1;
    border-radius: 15px;
    padding-bottom: 0 !important;
    padding-top: 5px !important;
    font-size: 16px;
}
.location-container .row{
    border-bottom: 3px solid #fff;
}
.location-container a{
    font-weight: bold;
    color: #0055A3;
}
.gray-cont-title{
    float: left;
    width: 100%;
    font-size: 12px;
}
.row-sub-title {
    font-family: "interregular";
}

#customerEmail:read-only {
    color:#495057;
}

#customerEmail:read-only ~ label {
    background-color:rgba(225,225,225,0.3);
    color:#495057;
    border:1px solid #ced4da;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background:rgba(255, 255, 255, .7);
    z-index:1000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    text-align: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.overlay_text{
    padding: 4px 8px;
    border-radius: 10px;
    color: #fff;
    background-color: turquoise;
}

.notifications {
    font-size:14px;
    width:100%;
    color:#fff;
    background-color: #fc9842;
    background-image: linear-gradient(315deg, #fc9842 0%, #fe5f75 74%);
}

@media screen and (max-width: 1199px)
{
    .tix-cont{
         padding: 10px 10px 10px 35px;
    }
    .search-bar-result .dropdown-item-text > div {
        width: 700px;
    }
}
@media screen and (max-width: 991px)
{
    .search-bar-result .dropdown-item-text > div {
        width: 700px;
    }
}
@media screen and (max-width: 767px)
{
    .product-wrap .swiper-slide, .best-offer-wrap .swiper-slide {
        left:-15px;
    }
    .swiper-single-product .swiper-wrapper .swiper-slide {
        left:0px;
    }
    .swiper-banner .swiper-slide {
        left:0px;
    }
    .swiper-recommendations .swiper-slide {
        width:95%;
    }
    .search-bar-result .dropdown-item-text > div {
        width: 510px;
    }
}

@media screen and (max-width: 576px)
{
    .gray-cont-title > div{
        text-align: center !important;
        font-size: 12px !important;
        margin-top: 10px;
    }
    .gray-cont-title h5{
        margin-bottom: 0px !important;
    }
    .gray-cont-title{
        float: left !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .search-bar-result .dropdown-item-text > div {
        width: 210px;
    }

    .search-bar-result .dropdown-item a .dropdown-item-text.no-results-text > div {
        width: 300px
    }
}

@media screen and (max-width: 1200px){
#payment-form .g-recaptcha {transform:scale(0.82);-webkit-transform:scale(0.82);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width: 990px){
#payment-form .g-recaptcha {transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;}
}
@media screen and (max-width: 768px){
#payment-form .g-recaptcha {transform:scale(1);-webkit-transform:scale(1);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

/* .calendar-table{
    
} */
.calendar-table{
    max-width: 610px;
    min-height: 500px;
    /*max-height: 500px;*/
    border-style: none !important;
}

.calendar-table .fc-col-header-cell.fc-day > div .fc-col-header-cell-cushion{
    text-transform: uppercase !important;
    color: #7A7A7A !important;
}

.calendar-table.fc .fc-scrollgrid{
    min-height: 430px;
}

.calendar-table.fc .fc-scrollgrid,
.calendar-table.fc td, .calendar-table.fc th {
    border-style: none !important;
}

.calendar-table.fc .fc-daygrid-day.fc-day-today{
    border-radius: 8px;
}

/*not working*/
.calendar-table > div .fc-day-past .fc-daygrid-day-number{
    color: #ADADAD !important;
}

.calendar-table > div .calendar-price {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
    cursor: pointer;
}

.calendar-table > div .fc-daygrid-day-number{
    padding-top: 12px;
    height: 30px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #7A7A7A !important;
}

.calendar-table > div.calendar-price .fc-event-title{
    color: #ADADAD;
}

.calendar-table > div .calendar-price .fc-event-selected-price{
    background-color: #FFD6D6;
    padding: 4px;
    border-radius: 5px;
    border: 2px solid #9bb851;
    color: #9bb851 !important;
}

.calendar-table > div .calendar-date-prepend{
    color: #9bb851;
    font-weight: bold;
    font-size: 16px;
    height: 21px;
}

.calendar-date-hide{
    display: none !important;
}

.calendar-table > div .calendar-price .fc-event-title{
    color: #ADADAD;
}

.calendar-price-selected {
    padding-top: 5px;
}
.calendar-price-selected div > .fc-event-title{
    color: #E57C7C !important;
    background-color: #FFD6D6;
    padding: 4px;
    border-radius: 5px;
    border: solid 1px #F33;
}
.calendar-warning{
    display: none;
    position: absolute;
    top: 5px;
}

label.btn-time-slot {
    padding: 3px 8px 0px 8px;
    line-height: 20px;
    width: 115px;
}

.radio-time-slot {
    z-index: -1;
    position: absolute;
}
.radio-time-slot:checked+label{ 
    font-weight: bold; 
    color: #FFF;
    background-color: #9bb851;
    
}

.btn-outline-timeslot {
    color: #9bb851;
    font-weight: bold;
    border: 1px solid #9bb851;
    box-sizing: border-box;
}
.btn-outline-timeslot:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-timeslot:focus,
.btn-outline-timeslot.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-timeslot.disabled,
.btn-outline-timeslot:disabled {
    color: #CFCFCF;
    background-color: #F4F4F4;
}
.btn-outline-timeslot.disabled > small,
.btn-outline-timeslot:disabled > small{
    color: #F4F4F4;
}

.btn-outline-timeslot:not(:disabled):not(.disabled):active,
.btn-outline-timeslot:not(:disabled):not(.disabled).active,
.show > .btn-outline-timeslot.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-outline-timeslot:not(:disabled):not(.disabled):active:focus,
.btn-outline-timeslot:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-timeslot.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.cont-child{
    height: 100%;
    display: inline-block;     
    text-align: center;
    position: absolute; 
    left: 50%;  
    transform: translateX(-50%);
}
.img-background{
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: 100%;
}

.img-background img{
    float: left;
    width: 100%;
    align-items: flex-start;
}
.cont-flex, .img-center{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.swiper-main-cont{
    overflow: hidden;
}
.language-dropdown {
    position: relative;
    top:7px;
}

h4, .h4 {
    font-size:1.26em !important  ;
}
h5, .h5 {
    font-size:14px !important  ;
}
h6, .h6 {
    font-size:12px !important  ;
}

.error {
    background: #FDC7C6;
    border: 1px solid #ED0000;
    color: #ED0000;
    line-height: 22px;
    padding:10px;
}

.success {
    background: #e3f2cb;
    border: 1px solid #4AAF05;
    color: #4AAF05;
    line-height: 22px;
    padding: 10px;
}

.bold{font-weight: bold;}
.justify{text-align: justify;}
.btn-min-width{min-width: 280px;}

ul.tab-form li{
    width: 33% !important;
    text-align: center;
    height: 70px;
}
ul.tab-form li > a{
    color:#CCC !important;
}
ul.tab-form li > a.active{
    color:#9bb851 !important;
}

ul.tab-form li a > .badge {
    background-color: #CCC !important;
}
ul.tab-form li a.active > .badge {
    background-color: #9bb851 !important;
}

ul.tab-form li a > .badge {
    color: #fff !important;
    width: 20px;
    height: 20px;
    line-height: 14px;
    border-radius: 50%;

    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.form-label-group > label{
    color: #bbb !important;
}
.card-body{padding: 0px !important;}
.card-body img{max-width: 110px; margin-right: 1rem;}
.card-title {
    padding-top: 1rem;
    padding-right: 1.25rem;
    margin-bottom: 0.2rem !important;
}
.card-text {
    padding-right: 1.25rem;
    margin-bottom: 0px;
}
.card-right-btn{
    position: absolute;
    top: 35%;
    z-index: 99999;
    right:  5px;
}
.lbl-grid{
    padding: 4px 16px;
    border: dashed 2px;
    border-radius: 5px;
}
p, label{
    font-family: interregular;
    color: #231F20;
}
span{
    font-family: intermedium;
}

label,h4{
    color: #7A7A7A;
}

.btn-info-light {
    color: #5DA4CF;
    background-color: #EDF8FF;
    border-color: #EDF8FF;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead{
    background: #9bb851 !important;
}

.ticketviewmodal{
    z-index: 999999;
}

.ticketviewmodal .modal-content{
    background-color: transparent;
}


.top-nav-bgcolor{
    background-color: #FFF !important;
}
.top-nav-textcolor{
    color: #7A7A7A !important;
}

.footer-nav-textcolor{
    color: #FFF !important;
}

.primary-button {
    background-color: #000 !important;
}
.nav-bar-language{
   position: absolute;
   right: 10px;
}
.nav-bar-language .select2-container--default .select2-selection--single, .nav-bar-language .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:30px!important;
}

.nav-bar-language .select2-container--default .select2-selection--single .select2-selection__rendered, .nav-bar-language .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 30px !important;
    padding-left:15px !important;
    right: 0px !important;
}

.expired_colour {color: #FF6363;}
/*.redeemed_colour {color: #7C61BE;}*/
.redeemed_colour {color: #9898b5;}
.valid_colour {color: #859835;}
.reserved_colour {color: #197B3B;}
.grey_colour {color: #6F6F84;}

.ticket_icon {
    width: 16px;
    margin-top: -4px;
    margin-right: 0px !important;
}
.right_green_line{
    border-right: dashed 1px; 
    border-color: #9bb851;
} 
.left_green_line{
    border-left: dashed 1px; 
    border-color: #9bb851;
} 
a { color: #9bb851; }
a:hover { color: #9bb851 !important; }
.no-wrap{
    white-space: nowrap;
}

.barcode-bin-img-sm{
    max-width: 220px !important;
    margin-right: 0 !important;
    margin-left: -15px !important;
}
.barcode-bin-img-md{

}

/* #region Banner image not full width */

.banner-image-back {
    position: absolute;
    filter: blur(5px) brightness(50%);
    -webkit-filter: blur(5px) brightness(50%);
}

.banner-image-front {
    position: relative;
    text-align: center;
}

.banner-image-ratio {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image-1-1 {
    padding-top: 100%;
}

.image-16-3 {
    padding-top: calc(100%/16*3);
}

.image-16-4 {
    padding-top: calc(100%/16*4);
}

.image-16-5 {
    padding-top: calc(100%/16*5);
}

.image-16-6 {
    padding-top: calc(100%/16*6);
}

.image-16-9 {
    padding-top: calc(100%/16*9);
}

.image-16-12 {
    padding-top: calc(100%/16*12);
}

.banner-image-ratio>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.banner-image-ratio>.banner-image-back>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-image-ratio>.banner-image-front>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.req{color:#FF3333}


.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 6px;
  border: #9bb851 2px solid;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter, .stepper-item.active .step-counter,
.stepper-item.completed .step-counter a, .stepper-item.active .step-counter a {
  background-color: #9bb851;
  color: #fff;
}

.stepper-item.completed .step-counter a:hover, .stepper-item.active .step-counter a:hover {
  color: #fff !important;
  font-weight: bold;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #9bb851;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.step-counter.step-disabled{
    background-color: #eee !important;
    color: #aaa;
    border-color: #999;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}

.stepper-item .step-name {
    color: #9bb851;
    font-size: 11px;
    text-align: center;
    @media (max-width: 768px) {
        font-size: 10px;
    }
}
.italic{font-style: italic;}


.image_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
}

.card_image_container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.card_image_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*List grid view toggle*/

.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

.thumbnail {
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .caption {
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item:after {
    clear: both;
}

.item.list-group-item .caption-col>.row {
    min-height: 122px;
}

.btn-grid-list {
    background-color: transparent;
    color: #EEE;
}

.container-shrinked{
    max-width: 601px;
}
.container-attractions{
    max-width: 1075px;
}
.attraction_title{
    font-family: urbanist_semi_bold;
    font-size: 16px;
}
.attractions .list-row{
    width: 100%;
}
.rounded-top-md{border-top-left-radius:.5rem !important;border-top-right-radius:.5rem !important}
.rounded-right-md{border-top-right-radius:.5rem !important;border-bottom-right-radius:.5rem !important}
.rounded-bottom-md{border-bottom-right-radius:.5rem !important;border-bottom-left-radius:.5rem !important}
.rounded-left-md{border-top-left-radius:.5rem !important;border-bottom-left-radius:.5rem !important}
.rounded-top-sm{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}
.rounded-right-sm{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}
.rounded-bottom-sm{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}
.rounded-left-sm{border-top-left-radius:.25rem !important;border-bottom-left-radius:.25rem !important}

.day.disabled {
    color: #ede8e8 !important;
    cursor: auto;
}
.new.day{
    font-weight: 600;
}
td.today.active.day {
    background-color: turquoise;
}
td.today.disabled.disabled-date.day{
    background-color: #eee;
    color: #bbb !important;
}

.footer-app-download a img{
    width: 102px;
}
.max_width{
    width: 100%;
}
.or-line {
  display: flex;
  flex-direction: row;
}
.or-line:before, .or-line:after{
  content: "";
  flex: 1 1;
  border-bottom: 1px solid;
  margin: auto;
}
.or-line:before {
  margin-right: 10px
}
.or-line:after {
  margin-left: 10px
}

.reservation-list{
    max-width: 800px;
}
.reservation-table{
    width: 100%;
}

.reservation-list .card-header{
    border-bottom: 2px dotted #9bb851 !important;
}
.reservation-table tbody{
    border-bottom: 1px dotted #e9e9e9;
}


.reservation-table th{
    padding: 12px 5px 0px 5px;
}

.reservation-table td{
    padding: 0px 10px 5px 5px;
}


.attraction-details-nav li a {
    padding: 8px 10px;
    border-right: solid 1px #e8e8e8;
}
.attraction-details-nav li a.active {
    background-color: #9bb851;
    color: #fff;
}

.attraction-details-nav li a.active:hover {
    color: #fff !important;
    text-decoration: none;
}
.footer-logo{
    max-height: 60px;
}

.x_blue-link-border{
    border-radius: 12px;
    border: 3px solid #9bb851;
    padding: 20px 20px 0px;
}
.x_grey-box{
    background: #f1f3f7;
    border-radius: 12px;
    padding: 20px 20px 20px;
}
.banner_limit_height{
    max-height: 214px;
}
.banner-topper{
    padding-top: 20px;
}
.slider{
    background-color: #9bb851 !important;
    color: #fff;
}
.sliderText{
    color: #9bb851;
}


/*Loading list*/
.background-masker {
  background-color: #fff;
  position: absolute;
}

.btn-divide-left {
  top: 0;
  left: 25%;
  height: 100%;
  width: 5%;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.animated-loading-list {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 16px;
  position: relative;
}