/*@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
body {
    font-family: 'Roboto', sans-serif;
}*/
.wrapper {
    width: 100%;
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;
    display: flow-root;
    clear: both;
}

img {
    max-width: 100%;
}

.align-v-h-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.datepicker {
    z-index: 999 !important;
}

.align-v-h-center-resp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-center {
    display: flex;
    align-items: center;
}

a:hover {
    text-decoration: none;
    /*color: #ef3e38;*/
    transition: all .5s ease;
}

a:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

.d-flex-to-block {
    display: flex;
}

.word-break {
    word-wrap: break-word;
}

p {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.p-0-imp {
    padding: 0 !important;
}

.p-5 {
    padding: 5px;
}

.p-8 {
    padding: 8px;
}

.p-15 {
    padding: 15px;
}

.p-22 {
    padding: 22px;
}

.pt-3p {
    padding-top: 3%;
}

.pt-2 {
    padding-top: 2px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-12 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.ptb-15 {
    padding: 15px 0;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-20-10 {
    padding: 20px 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-15to10 {
    padding-right: 15px;
}

.prl-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.pr-0 {
    padding-right: 0;
}

.pl-15 {
    padding-left: 15px;
}

.cust-eve-p {
    padding: 50px 0;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.d-flex-imp {
    display: flex !important;
}

.d-block {
    display: block;
}

.d-in-block {
    display: inline-block;
}

.d-inline {
    display: inline;
}

.d-in-flex {
    display: inline-flex;
}

.d-inline-imp {
    display: inline !important;
}

.f-b {
    font-weight: 600;
}

.f-n {
    font-weight: 400;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.u-c {
    text-transform: uppercase;
}

.c-soldout {
    color: #9b0303;
}

.c-333 {
    color: #333;
}

.c-white {
    color: #fff;
}

.c-orange {
    color: #f9a13b;
}

.c-ash {
    color: #6D6D6D;
}

.c-black {
    color: #000;
}

.c-red {
    color: red;
}

.modal-top {
    padding-top: 3%;
}

.mob-pop-icon {
    font-size: 70px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.close {
    padding-right: 10px !important;
    padding-top: 10px !important;
    cursor: pointer !important;
}

.b-none {
    border: none;
}

.br-5 {
    border-radius: 5px !important;
}

.bor-bot {
    border-bottom: 1px solid;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.bor-bot-white {
    border-bottom: 1px solid #ffffff;
}

.cust-right-bor::before {
    content: "";
    height: 100px;
    background: #afafaf;
    width: 1px;
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 20%;
}

.cust-right-bor::after {
    content: "";
    height: 100px;
    background: #afafaf;
    width: 1px;
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 20%;
}

.p-abs {
    position: absolute;
}

.p-rel {
    position: relative;
}

.w-50 {
    width: 50%;
}

.l-0 {
    left: 0;
}

.r-0 {
    right: 0;
}

.tawkchat-status-text-container {
    z-index: 999;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
}

.lh-0 {
    line-height: 0;
}

.lh-inherit {
    line-height: inherit !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}

select {
    background: none;
}

.wrapper-dropdown-3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #141414;
}

button,
i:focus {
    outline: none;
}

.cust-text-right {
    text-align: right;
}

.authenticate .modal-dialog {
    max-width: 400px;
}

.cursor-pointer {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.footer-midd li {
    list-style-type: none;
    display: inline-block;
}

.plain-btn {
    border: none;
    background: transparent;
    font-weight: 600;
}

#Mybookingshide li:hover {
    background: none;
}

.gradient-h {
    background: linear-gradient(90deg, #58469C 1%, #C9345B 96%);
}

.gradient-btn {
    background: linear-gradient(-180deg, #ffa100 0%, #f99f3b 100%);
    border-color: #ffa100;
    color: #000;
}

.cust-pad {
    padding: 12px 70px;
}

.my-bookings-drop {
    display: inline-block;
}

.my-bookings-drop li {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
}

.my-bookings-drop li:last-child {
    border-bottom: none;
}

.my-bookings-drop li:hover {
    background: #d7d7d7;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: inherit;
}

.filter-dropdown {
    display: inline-block;
    float: right;
    padding-top: 1%;
}

.filter-dropdown form {
    display: inline-block;
}

.filter-dropdown select {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer {
    background: #e9e9e9;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer-mobile {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.footer-last {
    background: #1a1c27;
    color: #fff;
}

.footer-last li {
    border-bottom: 1px solid #34384e;
    line-height: 34px;
    width: 50%;
}

.footer-last li:last-child {
    border: none;
}

.footer-last li a {
    color: #ccc;
}

.footer-last li a:hover {
    color: #ef3e38;
    transition: all .5s ease;
}

.social-icons .fa {
    font-size: 20px;
    padding: 10px;
    background: #232533;
    color: #fff;
    width: 45px;
    text-align: center;
}

.social-icons .fa:hover {
    color: #ef3e38;
    background-color: #fff;
    transition: all .5s ease;
}

.cust-pad-right {
    padding-left: 10%;
}

.copyright {
    padding: 10px 15px;
    background: #232533;
    color: #fff;
}

/*.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
}*/

/*.sidenav a {
    text-decoration: none;
    color: #c1c1c1;
    transition: 0.3s;
}*/

/*.sidenav ul li {
    color: #c1c1c1;
    line-height: 35px;
    border-bottom: 1px solid #8a828263;
    text-transform: uppercase;
    font-size: 14px;
}*/

/*.sidenav ul li:last-child {
    border-bottom: none;
}*/

/*.sidenav a:hover {
    color: #f99a30;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
}*/

.user-img {
    padding: 5px;
    border: 1px solid #ccc;
}

.movie-type li {
    background: transparent;
    border: 2px solid #c5c3c3;
    padding: 1px 5px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.absolute-div {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-right: 2px;
}

.cust-pad-2 .col-xs-6 {
    padding: 0 2px 2px 0 !important;
}

.carousel-title-mob {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    font-size: 24px;
    margin: 10px 0;
}

.show-more-item {
    display: none;
}

.img-gradient-new:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 57%);
    background: -webkit-linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 57%);
    background: -ms-linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 57%);
}

.img-gradient-new {
    position: relative;
    display: inline-block;
}

.img-gradient1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(180deg, rgba(253, 246, 245, 0) 58%, rgba(0, 0, 0, 0.68) 66%);
}

.img-gradient1 {
    position: relative;
    display: inline-block;
}

.b-bot-pad {
    border: none;
    padding-bottom: 15px;
}

.scroll-div-info {
    text-align: center;
    background-color: #f0f0f0;
}

.scroll-div-info .movies p {
    font-size: 14px;
    opacity: 0.4;
    color: #000;
}

.cat-title {
    color: #ef3e38;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.cat-sub-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 3px solid #ef3e38;
}

.view-all {
    background: #000000;
    border-radius: 100px;
    width: 97px;
    height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 5px;
    color: #fff;
    border: 1px solid #000;
}

.view-all:hover {
    background: #fff;
    border-color: #ef3e38;
    transition: all 0.5s ease;
}

/*.overlay-img {
    width: inherit !important;
    display: inline-block !important;
}*/

.watch-trailer {
    /*padding: 10px 5px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #fff;*/
    /*display: inline-flex !important;*/
}

.pg-tag {
    background: #000000;
    border-radius: 18.2px;
    text-transform: uppercase;
    float: right;
    font-size: 12px;
    text-align: center;
    padding: 3px 10px;
}

.news-events-title {
    color: #ef3e38;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
}

.cust-news-events {
    padding: 10px 20px;
}

.cust-news-events h4 {
    color: #31475e;
}

.cust-news-events p {
    color: #6a7c92;
    font-size: 13px;
}

.news-eve-shadow .owl-stage-outer {
    margin-bottom: 10px;
}

.news-eve-shadow .owl-item {
    box-shadow: 0px 2px 2px 0px #84848457;
    margin: 10px 0;
}

.features-div {
    background: #000;
    padding: 10px 0;
    color: #fff;
}

.feature-que {
    display: inline-block;
    border-right: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30%;
}

.carousel-caption {
    text-align: left;
    left: 0;
    padding-bottom: 0;
    bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    bottom: inherit;
}

#myCarousel .carousel-control {
    top: inherit;
    bottom: 50%;
    /*width: 3%;
    padding: 50px 0;*/
}

/*#myCarousel .left {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: rgba(0, 0, 0, .3);
}*/

/*#myCarousel .right {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: rgba(0, 0, 0, .3);
}*/

.fa-stack {
    line-height: 1em;
    width: 1em;
    height: 1em;
}

/*.cust-btn {
    background: #ef3e38;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
}*/

.cust-btn-270 {
    background: #ef3e38;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    max-width: 270px;
}

.btn-plane {
    border: none;
    background: none;
    background-color: transparent;
    padding: 0;
}

.btn-plane:hover {
    color: #ef3e38;
}

.btn-plane:focus {
    color: #fff;
}

.affix {
    position: static;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-nav {
    display: none;
}

.owl-carousel:hover .owl-nav {
    display: block;
}
.owl-carousel:hover .owl-nav {
    display: block;
}

#owl-new-eve .owl-nav {
    display: none;
}

.owl-carousel .owl-nav button {
    background: transparent !important;
    color: #e6b800 !important;
    font-size: 40px !important;
    position: absolute;
    top: 35%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 5%;
    padding-left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
    padding-right: 20px;
}

.anim-container {
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    width: 100%;
    height: 0;
    cursor: auto;
    transition: .5s ease;
    color: #fff;
    padding: 20px;
}

.anim-container:hover .overlay {
    bottom: 48px;
    height: 84%;
}

.ajs-message {
    font-size: 16px;
    color: #fff;
}

.location-selector {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 0;
}

.location-selector .selected-country img {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    margin-top: 1px;
}

.location-selector .drop-icon {
    float: right;
}

.language-dropdown,
.country-dropdown,
.profile-link-list {
    position: absolute;
    list-style: none;
    background: #fff;
    border: 1px solid #f0f0f0;
    top: calc(100% + 10px);
    z-index: 50;
    right: 0;
    display: none;
}

.profile-link-list {
    width: 150px;
}

.language-dropdown.show,
.profile-link-list.show,
.country-dropdown.show {
    display: block;
}

.right-nav ul li .language-dropdown li,
.profile-link-list li,
.country-dropdown li {
    border-bottom: 1px solid #5e5c5c;
    list-style: none;
    padding: 10px;
    float: left;
    width: 100%;
    color: #434343;
    text-align: left;
    background: #101010;
}

.right-nav ul li .language-dropdown li:hover,
.profile-link-list li:hover,
.country-dropdown li:hover {
    color: #56469e;
}

.country-dropdown li > img {
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.coupon-back {
    padding: 5px 15px;
    background: #76c244;
    color: #fff;
    border-radius: 15px;
    font-weight: 400;
}

.flow-auto {
    overflow: auto;
}

.resp-pb-5to18 {
    padding-bottom: 5%;
}

.rowname {
    position: absolute;
    left: 18%;
}

.mfp-iframe-holder .mfp-content {
    max-width: 600px !important;
}

.qn-screen-way {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    background: #aaaaaa;
    color: #fff;
    font-size: 20px;
}

.qn-container {
    background: #e8e8e8;
    padding: 25px 20px;
    margin: 0;
}

.qn-seatrowname {
    margin-top: 4px;
    background-color: #9a0000;
    color: #fff;
    padding: 5px 5px;
    box-shadow: 1px 1px 5px 0px #525252;
}

.qn-seatbox {
    padding-left: 10px;
}

.qn-outer-table {
    display: inline-block;
    padding: 15px;
    background: #555353;
}

.qn-block {
    background: #333;
    cursor: not-allowed;
}

.qn-rotate-left {
    transform: rotate(335deg);
    margin: 50px;
}

.qn-rotate-right {
    transform: rotate(25deg);
    margin: 50px;
}

.about-ul ul {
    padding: 15px;
    display: inline-block;
    background: #f99f3b;
    color: #342f2f;
    width: 250px;
    box-shadow: 1px 2px 5px 0 #787878;
    margin: 5px;
}

.about-ul ul li {
    line-height: 25px;
}

.about-ul ul li b {
    font-size: 25px;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .line-clamp-2 {
        height: 54px;
        overflow: hidden;
    }
}

.cust-img-350 {
    height: 350px;
}

.cls-1 {
    fill: #000;
    cursor: pointer;
}

.cls-2 {
    font-size: 37.84px;
    fill: #fff;
    cursor: pointer;
}

.cls-14,
.cls-2,
.cls-21,
.cls-23,
.cls-24,
.cls-25,
.cls-26,
.cls-29,
.cls-31,
.cls-5 {
    font-family: MyriadPro-Regular, Myriad Pro;
}

.cls-3 {
    letter-spacing: -0.07em;
}

.cls-4 {
    letter-spacing: -0.02em;
}

.cls-5 {
    font-size: 34.53px;
}

.cls-6 {
    letter-spacing: -0.07em;
}

.cls-7 {
    fill: #fff;
    cursor: pointer;
}

.cls-7:hover {
    fill: #e8e8e8;
}

.cls-7,
.cls-8,
.cls-9 {
    stroke: #5b5b5b;
}

.cls-10,
.cls-11,
.cls-12,
.cls-13,
.cls-7,
.cls-8,
.cls-9 {
    stroke-miterlimit: 10;
}

.cls-11,
.cls-12,
.cls-13,
.cls-7,
.cls-8,
.cls-9 {
    stroke-width: 1.1px;
}

.cls-8 {
    fill: #dcf8ff;
}

.cls-9 {
    fill: #dfdfdf;
}

.cls-10 {
    fill: none;
    stroke: #000;
    stroke-width: 2.2px;
}

.cls-11 {
    fill: #d18faa;
}

.cls-11,
.cls-12,
.cls-13 {
    stroke: #3a3a3a;
}

.cls-12 {
    fill: #f7a7a7;
}

.cls-13 {
    fill: #dbc2dd;
}

.cls-14 {
    font-size: 22.04px;
}

.cls-15 {
    letter-spacing: 0em;
}

.cls-16 {
    letter-spacing: 0em;
}

.cls-17 {
    letter-spacing: 0em;
}

.cls-18 {
    letter-spacing: 0em;
}

.cls-19 {
    letter-spacing: -0.01em;
}

.cls-20 {
    letter-spacing: -0.01em;
}

.cls-21 {
    font-size: 19.84px;
}

.cls-22 {
    letter-spacing: 0em;
}

.cls-23 {
    font-size: 20.94px;
}

.cls-24 {
    font-size: 19px;
}

.cls-25 {
    font-size: 17.97px;
}

.cls-26 {
    font-size: 21.6px;
}

.cls-27 {
    letter-spacing: -0.01em;
}

.cls-28 {
    letter-spacing: 0em;
}

.cls-29 {
    font-size: 17.98px;
}

.cls-30 {
    letter-spacing: -0.01em;
}

.cls-31 {
    font-size: 16.14px;
}

.common-svg:hover {
    fill: #ef3e38;
}

#Layer_1 {
    width: 65%;
}

.qncc-layout {
    width: 80%;
}

.qncc-container {
    max-width: 1000px;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
}

.layout-disable {
    opacity: .5;
    pointer-events: none;
    fill: #fff !important;
}

.rb1,
.rb2,
.rb3,
.rb4,
.rb6 {
    fill: #d18faa;
    stroke: #9b9b9b;
}

.rb7,
.rb8 {
    fill: #d18faa;
    stroke: #bca9d1;
}

.v1,
.v2 {
    fill: #bad7ef;
    stroke: #bca9d1;
}

.v2,
.v3,
.v4,
.v6,
.v7,
.v8 {
    fill: #cee59d;
    stroke: #bca9d1;
}

.royalcirclegold {
    fill: #ffef7f;
    stroke: #bca9d1;
}

.royalcirclesilver {
    fill: #dfdfdf;
    stroke: #bca9d1;
}

.gb1,
.gb5,
gb6 {
    fill: #d18faa;
    stroke: #bca9d1;
}

.gb2 {
    fill: #bad7ef;
    stroke: #bca9d1;
}

.gb3,
.gb7,
.gb4,
.gb8 {
    fill: #bca9d1;
    stroke: #bca9d1;
}

.grandcirclesilver {
    fill: #dfdfdf;
    stroke: #bca9d1;
}

.grandcirclebronze {
    fill: #e6bf98;
    stroke: #bca9d1;
}
.badgecert
{
/* position: absolute; */
left: 15px;
top: 30%;
}
.badgecert-mob
{
margin-top: 35px;
}

.mcl{position:relative; }
.mcl:before{font-family:"Font Awesome 5 Free"; content:"\f017"}

.mtk{position:relative; }
.mtk:before{font-family:"Font Awesome 5 Free"; content:"\f3ff";font-weight: 900;}

.mlng{position:relative; }
.mlng:before{font-family:"Font Awesome 5 Free"; content:"\f1ab";font-weight: 900;}

.mfb{position:relative; }
.mfb:before{font-family:"Font Awesome 5 Brands"; content:"\f39e";font-weight: 900;}

.mtw{position:relative; }
.mtw:before{font-family:"Font Awesome 5 Brands"; content:"\f099";font-weight: 900;}


.mmp{position:relative; }
.mmp:before{font-family:"Font Awesome 5 Free"; content:"\f041";font-weight: 900;}


.mimdb{background: url(/Images/images/imdb-logo.jpg) no-repeat;
    width: 24px;
    height: 8px;
    display: inline-block;
    background-size: contain; }


@media (max-width:767px){
		.custom-hgt {min-height: calc(100vh - 110px); padding-bottom:60px}
		.owl-carousel .owl-item img, .navbar-brand>img{height:auto}
		}