:root {
    --white: #fff;
    --black: #0a0a0a;
    --black-light: #1b1b1b;
    --black-dark: #000;
    --grey: #888;
    --grey-dark: #a5a5af;
    --grey-light: #f7f7f7;
    --red: #ea222b;
    --plyr-color-main: #ea222b;
}
/* Google Font */
@font-face {
    font-family: "Galano Medium";
    src: url('../fonts/galano/GalanoGrotesque-Medium.eot');
    src: local('Galano Medium'), local('Galano Medium'), url('../fonts/galano/GalanoGrotesque-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/galano/GalanoGrotesque-Medium.woff2') format('woff2'), url('../fonts/galano/GalanoGrotesque-Medium.woff') format('woff'), url('../fonts/galano/GalanoGrotesque-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Galano Semi Bold";
    src: url('../fonts/galano/GalanoGrotesque-SemiBold.eot');
    src: local("Galano Semi Bold"), local("Galano Semi Bold"), url('../fonts/galano/GalanoGrotesque-SemiBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/galano/GalanoGrotesque-SemiBold.woff2') format('woff2'), url('../fonts/galano/GalanoGrotesque-SemiBold.woff') format('woff'), url('../fonts/galano/GalanoGrotesque-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
/* End Google Font */

.paddLR5
{
    padding-left:5px !important;
    padding-right:5px !important;    
}
.pageTopBanner{
    width: 100%;
}
.pageSubImg{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.mobViewImg{
    display: none;
}
.webViewImg{
    display: block;
}
.regPaddLR{
    padding-left: 40px !important;
    padding-right: 40px !important;
}

/* Common CSS */
html, body {
    height: 100vh;
    scroll-behavior: smooth;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--white);
    font-size: 0.8em;
    line-height: 1.6;
    font-family: "Galano Semi Bold";
    font-weight: 400;
    color: var(--grey);
    overflow-x: hidden;
}
::-moz-selection {
    color: var(--white);
    background: var(--red);
}
::selection {
    color: var(--white);
    background: var(--red);
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: var(--black);
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background: var(--white);
    border-radius: 0;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--red);
    border-radius: 0;
}

a {
    color: var(--grey);
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:focus, a:hover {
    color: var(--grey);
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Galano Semi Bold";
    line-height: 1.6;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

p {
    font-family: "Galano Medium";
    line-height: 1.4;
}

i {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i:hover, i:active {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

img {
    object-fit: cover;
}

video {
    object-fit: cover;
    width: 100%;
    height: 100vh;
}

iframe {
    border: none;
    width: 100%;
    height: 100vh;
}

section {
    position: relative;
    overflow: hidden;
}

.form-control, .form-control:hover, .form-control:focus {
    background: #333;
    padding: 1em 1.2em 1.2em 1em;
    color: var(--white);
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.form-group {
    padding: 0 1em 0 0;
    margin-bottom: 1.5rem;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:not(:disabled):not(.disabled):active {
    background-color: var(--red);
    border-color: var(--red);
    box-shadow: none !important;
    text-decoration: none;
    padding: 0.2em 1em 0.5em 1em;
}

.btn-dark, .btn-dark:hover, .btn-dark:focus, .btn-dark:not(:disabled):not(.disabled):active {
    background-color: var(--black);
    border-color: var(--black);
    box-shadow: none !important;
    text-decoration: none;
    padding: 0.2em 1em 0.5em 1em;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}

.text-red {
    color: var(--red);
}

.text-black {
    color: var(--black);
}

.bg-light-black {
    background: var(--black-light);
}

.bg-dark-black {
    background: var(--black-dark);
}

.bg-red {
    background: var(--red);
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.flex-center {
    display: flex;
    place-content: center;
    flex-direction: column;
    height: 100vh;
}

.padding-box {
    padding: 8em 8em;
}

.margin-box {
    margin: 8em 8em;
}

/* Common CSS */

/* Header */

.navbar {
    xpadding: 0 1em;
    padding: 0;
    background: #fff;
}
.navbar .navbar-nav .nav-link
{
    color: var(--black) !important;     
}

.navbar .navbar-nav .nav-link {
    color: var(--white);
    text-transform: capitalize;
    font-size: 1em;
    padding: 0;
    margin: 0 4px;
    outline: 0;
    letter-spacing: 0.025em;
}

.navbar .navbar-nav .nav-item.active .nav-link {
    border-bottom: 4px solid var(--red);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar .navbar-nav {
    margin: 0 2em;
}

.navbar .dropdown .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown .dropdown-menu {
    margin: 2.3em 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: var(--white);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.navbar .dropdown .dropdown-item {
    color: var(--black) !important;
    background: var(--white);
    font-size: 0.8em;
    letter-spacing: .025em;
    padding: 0.8em 1em;
    border: none;
}
.dropdown-menu{
    margin-top: 20px !important;
}
.navbar .dropdown .dropdown-item:focus, .navbar .dropdown .dropdown-item:hover {
    color: var(--white) !important;
    background-color: var(--red) !important;
}

.navbar .nav.btn-link .nav-item .nav-link {
    margin: 0 1em;
}

.navbar .nav.social-link .nav-item .nav-link {
    margin: 0 0;
    font-size: 1.2em;
    color: var(--white);
}
.contDiv
{
    padding-top:50px;
    padding-bottom:50px;    
}
.navbar.navbar-fixed {
    top: 0;
    z-index: 999;
    position: fixed;
    width: 100%;
    background-color: var(--white);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}

.navbar.navbar-fixed .navbar-nav .nav-link {
    color: var(--black);
}

.navbar.navbar.navbar-fixed .nav.social-link .nav-item .nav-link {
    color: var(--black);
}

/* End Header */

/* Intro */
.homeBanImg{
    width: 100%;
}
.intro-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background: url('../images/banner/banner1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.intro-banner .layer {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.layer1 {
    background: url('../images/banner/cloud1.png');
}

.layer2 {
    background: url('../images/banner/cloud2.png');
}

.layer3 {
    background: url('../images/banner/text1.png');
}

.layer4 {
    background: url('../images/banner/text2.png');
}

.layer5 {
    background: url('../images/banner/mountains.png');
}

.layer6 {
    background: url('../images/banner/cloud-bottom.png');
}

.layer7 {
    background: url('../images/banner/dance1.png');
}

.layer8 {
    background: url('../images/banner/dance2.png');
}

.layer9 {
    background: url('../images/banner/dance3.png');
}

.layer10 {
    background: url('../images/banner/dance4.png');
}

.layer11 {
    background: url('../images/banner/dance5.png');
}

.intro1-content {
    color: var(--black);
}

.intro1-content h1 {
    margin-bottom: 2em;
}

.intro1-content h2 {
    margin-bottom: 1.5em;
}

.intro1-content h3 {
    margin-bottom: 1.5em;
}

.intro1-content .bg-img {
    background-image: url('../images/background/bg.jpg')
}

.intro2-content .bg-img {
    background-image: url('../images/background/bg-3.jpg')
}

.intro2-content, .intro3-content {
    color: var(--white);
}

.intro2-content h1, .intro3-content h1 {
    margin-bottom: 1.5em;
}

.intro2-content h3, .intro3-content h3 {
    margin-bottom: 1.5em;
}

.intro3-content .bg-img {
    background-image: url('../images/background/bg-3.jpg')
}

.intro4-content .bg-dark-black {
    color: var(--white);
}

.intro4-content .intro4-title p {
    padding: 5em 5em;
    text-align: center;
    font-size: 1.4em;
}

.intro4-content .intro4-box .box img {
    width: 100%;
    margin-bottom: 1em;
    padding: 1em;
}

.intro4-content .intro4-box .box .bg-img1 {
    background-image: url('../images/background/bg-3.jpg');
}

.intro4-content .intro4-box .box .bg-img2 {
    background-image: url('../images/background/bg-3.jpg');
}

.intro4-content .intro4-box .box .bg-img3 {
    background-image: url('../images/background/bg-3.jpg');
}

.intro4-content .intro4-box .box .box-content {
    padding: 10em 10em;
}

.intro4-content .intro4-box .box .box-content p {
    margin-bottom: 2em;
    line-height: 1.6;
}

.intro4-content .intro4-box .box span i {
    margin-bottom: 1.8em;
}

.intro4-content .intro4-box .box h5 {
    font-size: 1em;
    margin-bottom: 8em;
    font-family: "Galano Medium";
}

.intro5-content {
    line-height: 0;
}

.intro5-content video {
    height: 550px;
}

.intro6-content .flex-center {
    height: 550px;
}

.intro6-content .owl-carousel .owl-item img {
    border-radius: 50%;
    margin-bottom: 5em;
    width: auto !important;
    display: inline-block;
}

.intro6-content .intro6-text {
    font-size: 1.4em;
    margin-bottom: 3em;
    color: #494949;
    line-height: 30px;
    padding: 0 20em;
}

.intro6-content .intro6-para {
    color: #aaaaaa;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.intro7-content {
    line-height: 0;
}

.intro7-content .bg-light-black .intro7-title {
    padding: 5em 5em;
    color: var(--white);
    height: 100%;
}

.intro7-content .bg-light-black .intro7-title h4 {
    margin-bottom: 1em;
}

.intro7-content .bg-light-black .intro7-title p {
    font-size: 1.2em;
    line-height: 1.6;
}

.intro7-content video {
    height: 500px;
}

.intro8-content .flex-center {
    height: 100%;
    padding: 15em 15em;
}

.intro8-content h6 {
    letter-spacing: 0.2em;
    font-size: 0.8em;
    margin-bottom: 3em;
}

/* End Intro */

/* Studio */

.studio-banner {
    margin-top: 8em;
}

.studio-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.studio-content .nav-tabs {
    border-bottom: none;
    padding: 5em 5em;
}

.studio-content .nav-tabs .nav-link {
    border: none;
    color: var(--black);
    border-radius: .25em;
}

.studio-content .nav-tabs .nav-item.show .nav-link, .studio-content .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--red);
    border-color: transparent;
}

.studio-content .tab-content .tab-pane .bg-dark-black {
    color: var(--white);
}

.studio-content .tab-content .tab-pane .bg-dark-black h2 {
    margin-bottom: 2em;
}

.studio-content .tab-content .tab-pane .bg-dark-black h5 a {
    color: var(--white);
}

.studio-content .tab-content .tab-pane .bg-dark-black .address {
    position: relative;
    margin-bottom: 1.5em;
}

.studio-content .tab-content .tab-pane .bg-dark-black .address::before {
    content: "\f041";
    position: absolute;
    top: 5px;
    font-family: 'FontAwesome';
    color: var(--red);
}

.studio-content .tab-content .tab-pane .bg-dark-black .address p {
    padding-left: 1.5em;
}

.studio-content .tab-content .tab-pane .bg-dark-black .contact {
    position: relative;
    margin-bottom: 1.5em;
}

.studio-content .tab-content .tab-pane .bg-dark-black .contact::before {
    content: "\f095";
    font-family: 'FontAwesome';
    padding-right: 0.5em;
    color: var(--red);
}

.studio-content .tab-content .tab-pane .bg-dark-black .email {
    position: relative;
    margin-bottom: 1.5em;
}

.studio-content .tab-content .tab-pane .bg-dark-black .email::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    padding-right: 0.5em;
    color: var(--red);
}

/* End Studio */

/* Event Galleries */

.event-galleries-banner {
    margin-top: 8em;
}

.event-galleries-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.EnchBanner {
    background-image: url('../images/background/EnchBanner.jpg') !important;
    height: 400px;
}
.btnDiv{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.event-galleries-content {
    color: var(--white);
}

.event-galleries-content .bg-dark-black h2 {
    margin-bottom: 2em;
}

.event-galleries-content .bg-dark-black p {
    font-size: 1.2em;
    line-height: 1.8;
}

.event-galleries-content .bg-img {
    background-image: url('../images/background/bg-3.jpg');
}



/* End Event Galleries */

/* School Info */

.school-info-banner {
    margin-top: 8em;
}

.school-info-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}
label{
    display: block;
}
.seleBox{
    width: 100%;
    background: #333;
    border: 1px solid #333;
    color: var(--white);
    height: 38px;
    padding-left: 5px;
}
/* End School Info */

/* Courses */

.courses-banner {
    margin-top: 8em;
}

.courses-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.courses-content .bg-img1 {
    background-image: url('../images/background/bg-1.jpg')
}

.courses-content .bg-img2 {
    background-image: url('../images/background/bg-3.jpg')
}

.courses-content .bg-img3 {
    background-image: url('../images/background/bg-1.jpg')
}

.courses-content .bg-img4 {
    background-image: url('../images/background/bg-3.jpg')
}

.courses-content .bg-dark-black, .courses-content .bg-light-black {
    color: var(--white);
}

.courses-content h1 {
    margin-bottom: 1.5em;
}

.courses-content h3 {
    margin-bottom: 1.5em;
}

.courses-content ul li {
    font-size: 1.2em;
}

.courses-content p {
    font-size: 1.2em;
    line-height: 1.6;
}

/* End Courses */

/* FTA */

.fta-banner {
    margin-top: 8em;
}

.fta-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.fta-content .bg-dark-black {
    color: var(--white);
}

.fta-content .bg-img {
    background-image: url('../images/background/bg-3.jpg')
}

.fta-content h1 {
    margin-bottom: 1.5em;
}

.fta-content h3 {
    margin-bottom: 1.5em;
}

.fta-title h1 {
    margin-bottom: 2em
}

.team-area .single-item {
    margin-bottom: 30px;
    padding: 0 1em;
}

.team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.team-area .item .thumb::after {
    background: #232323 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
    opacity: 0.7;
}

.team-area .item .thumb .overlay {
    top: -100%;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: 1;
}

.team-area .item:hover .thumb .overlay {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.team-area .item .thumb .overlay p {
    color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
    opacity: .6;
}

.team-area .item .thumb .social li {
    display: inline-block;
}

.team-area .item .thumb .social li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}

.team-area .info {
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    padding: 40px 20px 20px;
    position: relative;
    text-align: center;
    z-index: 9;
}

.team-area .info .message {
    height: 50px;
    line-height: 40px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

.team-area .info .message a {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    box-sizing: border-box;
    color: var(--red);
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 45px;
    width: 50px;
}

.team-area .info .message a i {
    font-weight: 500;
}

.team-area .info h4 {
    color: var(--black);
    margin-bottom: 5px;
    text-transform: capitalize;
}

.team-area .info span {
    color: var(--red);
    font-weight: 600;
    text-transform: uppercase;
}

.team-area .social li.facebook a {
    background-color: #3b5998;
}

.team-area .social li.instagram a {
    background-color: #cd486b;
}

.team-area .social li.youtube a {
    background-color: #df4a32;
}

/* End FTA */

/* Career */

.career-banner {
    margin-top: 8em;
}

.career-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.career-content .bg-dark-black, .career-content .bg-light-black {
    color: var(--white);
}

.career-content .bg-img {
    background-image: url('../images/background/bg-1.jpg');
}

/* End Career */

/* Franchise */

.franchise-banner {
    margin-top: 8em;
}

.franchise-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.franchise-content .bg-dark-black, .franchise-content .bg-light-black {
    color: var(--white);
}

.franchise-content .bg-dark-black .flex-center, .franchise-content .bg-light-black .flex-center {
    height: 100%;
}

.franchise-content h1 {
    margin-bottom: 1.5em;
}

.franchise-content h3 {
    margin-bottom: 1.5em;
}

/* End Franchise */

/* Contact */

.contact-banner {
    margin-top: 8em;
}

.contact-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

.contact-content .bg-light-black {
    color: var(--white);
}

/* End Contact */

/* Register */

.register-banner {
    margin-top: 8em;
}

.register-banner .bg-img {
    background-image: url('../images/background/bg-2.jpg');
    height: 400px;
}

/* End Register */

/* Footer */

.footer .footer-content {
    padding: 5em 0;
}

.footer .footer-content .widget {
    margin-bottom: 3em;
}

.footer .footer-content .widget .widget-para img {
    margin-bottom: 3em;
}

.footer .footer-content .widget .widget-para p {
    font-family: "Galano Medium";
}

.footer .footer-content .widget .nav .nav-item .nav-link {
    padding: 0.5em 0;
    font-family: "Galano Medium";
}

.footer .copyright {
    padding: 1em 0;
}

.footer .copyright p {
    font-size: 12px;
}

.footer .copyright .nav {
    float: right;
}

.footer .copyright .nav .nav-item .nav-link {
    padding: 0.5em 0.6em;
}

/* End Footer */

/* Back to top scroll  */

#scroll-top {
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(0, 0, 0, .15);
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

#scroll-top::after {
    content: "\f176";
    font-family: 'FontAwesome';
    font-size: 1.5em;
    line-height: 50px;
    color: var(--white);
}

#scroll-top:hover, #scroll-top:active {
    background-color: var(--red);
}

#scroll-top.show {
    opacity: 1;
    visibility: visible;
}

/* End Back to top scroll */

.findateH2 {
    margin-bottom: 0 !important;
    font-size: 50px;
    text-align: center;
    letter-spacing: .5px;
    color: #ea222b;
    font-weight: bold;
    line-height: 50px;
    vertical-align: top;
    padding: 0;
}
.findateH4 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 35px;
}
.mdlContDiv {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
  .mdlLogoIm {
    width: 180px;
}
.mdlH3 {
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #000;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mdlH1 {
    font-size: 50px;
    color: #ea222b;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.regMdl {
    margin-top: 10%;
    position: relative;
}
.mdlClsBtn {
    opacity: 1;
    color: red;
    box-shadow: none;
    text-shadow: none;
    position: absolute;
    top: -24px;
    right: -21px;
    cursor: pointer !important;
}
.single-item{
    max-width: 20% !important;
}
.mobReg{
    display: none;
}
.webReg{
    display: block;
}
.videoHeg{
    height: 100%;
}
.footUl{
    padding-left: 5px;
    list-style: none;
    margin-bottom: 0;
}
.footUl li{
    line-height: 30px;
    width: 48%;
    display: inline-block;
}
.footAbtP{
    padding-right: 50px;
}
.paymentDiv {
    margin-top: 10%;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 10px;
    background: rgba(0,0,0,0.7);
}
.pymtFrmDiv {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
}
.ptmLab {
    margin-bottom: 4px;
    letter-spacing: 1px;
    color: #fff;
}
.ptmP {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
    padding-left: 0px;
    color: #ea222b;
    line-height: 35px;
}
.ptmH3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #ea222b;
}
.ptmInp {
    width: 100%;
    border: 1px solid #ddd;
    line-height: 30px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 13px;
    letter-spacing: 1px;
}
.loaderDiv {
    float: left;
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 1111111;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.4);
}
.loaderImg{
    width: 100px;
}
.upiImg{
    width:70%;
    margin: 0 auto;
    display: block;
}
.regFee {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ea222b;
    line-height: 45px;
    margin-top:-10px;
}
.saveBtn{
    width: 40%;
}
.mlogoDiv {
    position: absolute;
    z-index: 111;
    bottom: 35px;
    left: 30%;
    text-align: center;
}
.mlogoP {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 1px;
}
.mlogoImg {
    width: 130px;
}

.ptyVewLab {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    line-height: 35px;
}
.ptyVewInp {
    width: 56%;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 0;
}
.cupDiv {
  margin-top: 10px;
  position: relative;
}
.cupSerI {
    position: absolute;
    right: 0px;
    top: 0;
    background: #ea222b;
    line-height: 34px;
    width: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}
.cupSerI:hover{
    transform: none !important;
}
.pwrDiv {
    position: absolute;
    top: 26%;
    left: 40px;
    text-align: center;
}
.pwrP {
    margin-bottom: 3px;
    font-size: 13px;
}
.pwrImg {
    width: 110px;
}
.payStatDiv {
    text-align: center;
    margin-top: 10%;
}
.payStatImg {
    width: 150px;
    margin-bottom: 10px;
}
.payStatH2 {
    font-size: 35px;
    color: #5bb85b;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.rupI
{
    font-size: 35px;
    margin-right: 5px;    
}
/** Booking New Code Start **/
.bookHomeDiv h4 {
  
  width: 100%;
}
.topHead {
  color: #575757;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.mainatxt1 {
  min-height: 174px !important;
}
.mainatxt {
  homeBanner min-height: 1px !important;
  font-family: 'KGAllofMe';
  font-size: 15px !important;
  line-height: 28px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #fff !important;
}
.showbokBtn span {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
  margin: 0;
  display:block;
  width: 100%;
}
.showbokBtn .Btn {
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 1px solid #42a742;
  background: #42a742;
  float: left;
  border-radius: 99px;
  padding: 7px 30px;
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  width:100%;
}
.hall {
  background: url('../images/bodyBg1.jpg');
  max-width: 300px;
  display: block;
  margin: 0 auto;
  color: white;
  position: relative;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  padding: 0;
}
.TicketsPre .Hnam {
  padding: 10px;
  font-size: 24px;
}
.Hnam, .HPri {
  float: left;
  width: 100%;
}
.TicketsPre .HPri {
  font-size: 30px;
  padding: 10px;
}
.TicketsPre .HBtn {
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #42a742;
  background: #42a742;
  border-radius: 99px;
  padding: 7px 30px;
  cursor: pointer;
}
.ticketNumbers {
  padding: 12px;
  text-align: center;
  display: block;
  min-width: 400px;
  max-width: 100%;
  margin-bottom:20px;
}
.ticketNumbers .Ava {
  background: transparent;
  border: 1px solid #34c272;
  color: #34c272;
}
.TotSeat {
  background: #34c272;
  color: white;
  padding: 5px 0px 5px 9px;
  border-radius: 999px;
}
.ticketNumbers .Ava span:nth-child(2) {
  background: white;
  border: 1px solid #34c272;
  margin-left: 6px;
}
.TotSeat span:nth-child(2) {
  background: #18964f;
  border-radius: 999px;
  padding: 5px;
}
.ticketNumbers .Bok {
  background: #e0e0e0 !important;
  color: grey;
  padding-right: 9px;
}
.ticketNumbers .selc {
  background: #34c272;
  padding-right: 9px;
}
.TotSeat {
  background: #34c272;
  color: white;
  padding: 5px 0px 5px 9px;
    padding-right: 0px;
  border-radius: 999px;
}
.screenTxt {
  text-align: center;
  padding: 4px;
  float: left;
  width: 100%;
  font-size: 30px;
  color: #b6b6b6;
}
.seatRow {
  list-style-type: none;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.seatRow li.seatGap, .seatRow li.rowName {
  background: white;
  border: 0;
  cursor: auto;
  font-size: 16px;
}
.seatRow li {
  width: 24px;
  height: 20px;
  background: white;
  border: 1px solid #34c272;
  box-sizing: border-box;
  margin: 2px;
  float: left;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  color: grey;
  font-size: 12px;
  line-height: 14px;
}
.rowName {
  color: grey;
  padding-right: 25px;
}
.logDiv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(0,0,0,0.5);
}
.logInDiv {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  margin: 0 auto;
  background: rgba(0,0,0,0.8);
  width: 30%;
  padding: 20px 30px;
  border-radius: 5px;
}
.newproMdlTit {
    color: #fff;
    text-align: center;
    font-size: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.newClsIcon {
  position: absolute;
  top: -10px;
  right: -8px;
  background: #fff;
  color: red;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
}
.logFrmInDiv {
  margin-bottom: 30px;
}
.logFrmInp {
  width: 100%;
  border: 1px solid #ddd;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  font-size: 13px;
  letter-spacing: 1px;
}
.forgetP {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    width: 49%;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    
}
.forgetPP
{
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;  
    text-align:center; 
}
.loginBtn {
    background: green;
    border: 1px solid green;
    color: #fff;
    width: 50%;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 0;
}
.loginBtn:hover
{
    background: #fff;
    border: 1px solid green;
    color: green;    
}
.logFrmDiv {
    margin-top: 20px;
    max-height: 400px;
    padding-bottom: 20px;
}
.HomeBookTickSec {
  
    background: var(--black-light);
    padding:30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.newdivbook {
    margin-bottom: 7px;
}

#mobbanners
{
    display:none;       
}
.bookBtn
{
    font-size: 20px;
    background: #fff;
    color: #33b7b9;
    border: 0;
    margin: 0 auto;
    display: block;
    font-weight: 600;
    letter-spacing: .5px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    width: 40%;
    position: absolute;
    bottom: 14px;
    left: 25px;  
}
.Btn:hover
{
    background: #83438d;
    color: #fff;
    border: 1px solid #fff;
}
.ShowH4
{
    font-size: 20px;
    text-align: center;
    font-weight: bold;    
}
.shwDetSec
{
    background: rgba(31, 37, 51, 0.74) !important;
    width: 100%;
    padding: 50px;  
}
.shwName {
  color: #fff;
  text-align: center;
  font-size: 35px;
}
.shwDate
{
    color: #ed1e25;
    border-bottom: 1px solid #ed1e25;   
    display: inline-block; 
}
.shwDet {
  margin-left: 15px;
  margin-bottom: 25px;
  margin-top: 10px;
}
.shwDetLab {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  margin-bottom: 10px;
  width: 15%;
  display: inline-block;
}
.shwDetP {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  margin-bottom: 10px;
}
.TicketsPre .HBtn {
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #42a742;
  background: #42a742;
  border-radius: 99px;
  padding: 7px 30px;
  cursor: pointer;
}
.hall1 {
  background: rgb(242,229,48);
  background: -moz-linear-gradient(45deg, rgba(242,229,48,.95) 0%,rgba(82,137,74,.95) 100%);
  background: -webkit-linear-gradient(45deg, rgba(242,229,48,.95) 0%,rgba(82,137,74,.95) 100%);
  background: linear-gradient(45deg, rgba(242,229,48,.95) 0%,rgba(82,137,74,.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e530', endColorstr='#52894a',GradientType=1 );
}
.hall2 {
    background: rgb(214,122,42); /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(214,122,42,.95) 0%,rgba(82,137,74,.95) 100%);
    background: -webkit-linear-gradient(45deg, rgba(214,122,42,.95) 0%,rgba(82,137,74,.95) 100%);
    background: linear-gradient(45deg, rgba(214,122,42,.95) 0%,rgba(82,137,74,.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d67a2a', endColorstr='#52894a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */          
}

.hall3{
    background: #FF512F; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, rgba(255, 81, 47, .95) , rgba(240, 152, 25, .95));
    background: linear-gradient(to left, rgba(255, 81, 47, .95) , rgba(240, 152, 25, .95));
}
.hall4 {
    background: #FF512F;
    background: -webkit-linear-gradient(to left, rgba(111, 59, 49, 0.91) , rgba(94, 114, 15, 0.83));
    background: linear-gradient(to left, rgba(111, 59, 49, 0.91) , rgba(94, 114, 15, 0.83))
}
.hall5 {
    background: #FF512F;
    background: -webkit-linear-gradient(to left, rgba(49, 87, 111, 0.9) , rgba(109, 44, 143, 0.8));
    background: linear-gradient(to left, rgba(49, 87, 111, 0.9) , rgba(109, 44, 143, 0.8));
}
.hall6 {
    background: #FF512F;
    background: -webkit-linear-gradient(to left, rgba(111, 59, 49, 0.91) , rgba(94, 114, 15, 0.83));
    background: linear-gradient(to left, rgba(111, 59, 49, 0.91) , rgba(94, 114, 15, 0.83))
}

.hall7{
    background: #FF512F; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, rgba(255, 81, 47, .95) , rgba(240, 152, 25, .95));
    background: linear-gradient(to left, rgba(255, 81, 47, .95) , rgba(240, 152, 25, .95));
}
.hall8 {
    background: #FF512F;
    background: -webkit-linear-gradient(to left, rgba(111, 59, 49, 0.91) , rgba(94, 114, 15, 0.83));
    background: linear-gradient(to left, rgba(111, 59, 49, 0.91) , rgba(94, 114, 15, 0.83))
}


.prcDiv {
  padding: 30px;
  text-align: center;
}
.flrSpan {
    font-size: 20px !important;
    line-height: 25px;
    display: block;
    margin-bottom: 20px;
}
.flrPrc {
  font-size: 35px !important;
  line-height: 30px !important;
  margin-bottom: 35px;
  display: block;
}
.flrBtn {
    font-size: 16px;
    color: white;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #42a742;
    background: #42a742;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
}
.shwDetDiv .active
{
    color: #ed1e25;
    border-bottom: 1px solid #ed1e25;  
    display: inline-block;
    padding-bottom: 5px;  
}
.seatLab
{
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;   
}
.proceedBtn {
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 1px solid #42a742;
  background: #42a742;
  float: left;
  border-radius: 99px;
  padding: 7px 30px;
  cursor: pointer;
  margin-top:5px;
}
.seatSelections {
  background: white;
  overflow: auto;
  padding: 20px 15px;
  width: 100%;
}
.SeatseleBox
{
    width: 75%;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    height: 30px;    
}
.selectedSeats {
  background: #34c272 !important;
  color: white !important;
}
.seatRow li:hover {
  background: #34c272;
  border: 1px solid #34c272;
  color: white;
}

.eventH3 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.seatRow li.seatGap, .seatRow li.rowName {
    background: white;
    border: 0;
    cursor: auto;
    font-size: 16px;
}
.seatSelectionsRow {
    min-width: 2310px;
}
.bookInDiv
{
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 20%);
    padding: 5px 0;   
    background: rgba(0,0,0,0.01); 
    margin-bottom: 10px
}
.bookMainDiv
{
    background: #fff;
    padding: 30px 15px;    
}
.bookSubHead
{
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    letter-spacing: .2px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 5px;
    color: #ea222b;
    text-transform: uppercase;
    padding-left:10px;   
}
.bookInDiv .seatLab
{
    color: #999999;
}
.bookInDiv .bookInp
{
    width: 100%;
    border: 1px solid #ddd;
    line-height: 35px;
    padding-left: 10px;
    border-radius: 5px;
}
.bookInDiv .SeatseleBox
{
     width: 100%;
     height: 35px;   
}
.tectUl
{
   padding: 0px;
    list-style: none;
    margin-bottom: 0; 
}
.tectUl li
{
    line-height: 35px;
    padding-left: 15px;
    padding-right: 15px;
        
}
.tectFrtP
{
    margin-bottom: 0;
    width: 23%;
    color: #000;
    font-size: 13px;
    display: inline-block;
    line-height: 35px;
}
.tectLstP
{
     margin-bottom: 0;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #ea222b;
    letter-spacing: 1px;   
    width: 76%;
    vertical-align: top;
    line-height: 35px;
}
.paymtBtnDiv
{
    margin-top: 25px;
    margin-bottom: 12px;
    text-align: center;   
}
.paymtBtn
{
    padding: 0 15px;
    color: #fff;
    border: 1px solid #ddd;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
    background: green;
    line-height: 50px;
    text-transform: uppercase;
    border-radius: 5px;   
}
.paymtBtnImg
{
   width: 60px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -8px;     
}
.matTop15
{
    margin-top:19px;    
}
.timeDiv
{
  text-align: right;      
}
.timeSpan
{
    color: red;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: bold;    
}
.actLi
{
    background: #cecece;
}

.confH4
{
    color: #ed1e25;
    border-bottom: 1px solid #ed1e25;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;    
}
.userImg {
  width: 50px;
  vertical-align: top;
  margin-top: -11px;
  border: 1px solid #ddd;
  border-radius: 50%;
  padding: 2px;
  cursor: pointer;
}
.useroptDiv {
    position: absolute;
    background: #ea222b;
    right: -25px;
    padding: 10px 0;
    display: none;
    width: 200px;
    top: 75px;
}
.useroptDiv:after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ea222b;
    position: absolute;
    top: -16px;
    right: 40px;
    bottom: inherit;
    left: inherit;
}
.userInfo {
    background: #eee;
    width: 100%;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.userInfo img {
    width: 40px;
    padding: 2px;
    display: inline-block;
}
.userInfoName {
    padding: 3px;
    color: black;
    display: inline-block;
    margin-left: 10px;
}
.userODL {
    list-style-type: none;
    padding: 0;
    float: left;
    margin: 0;
    width: 100%;
}
.userODL li a {
    padding: 8px 20px;
    color: #fff;
    float: left;
    width: 100%;
    text-decoration: none;
}
.userODL li a:hover
{
    background:#fff;
    color:#ea222b;    
}
#showhis .shwDetLab, .shwDetP
{
    color:#000;   
    /* width: 50%; */
    display: inline-block; 
}

.HListHead {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.ticktNo {
  background: #ea222b;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .5px;
  margin-right: 10px;
}
.bookLogoDiv {
  text-align: center;
}
.bookLogo {
  width: 115px;
  margin-bottom:15px;
}
.bookQRimg {
  width: 115px;
  display: block;
  margin: 0 auto;
}
.sumStatRed {
    color: red;
}
.sumStatus {
    text-align: center;
    margin: 4px 0 13px;
}
.hstyUl li
{
    padding-left: 0;
    padding-right: 0;  
    line-height: 24px;
    margin-bottom: 10px; 
}
.frtSpan {
    width: 23%;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #888787;
}
.dotSpan {
    display: inline-block;
    width: 2%;
    margin-right: 5px;
    vertical-align: top;
    text-align: center;
}
.lstSpan {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    width: 72%;
    letter-spacing: .5px;
    color: #000;
    vertical-align: top;
}
.hstyUl {
  margin-bottom: 20px;
}
.vewBtn {
    background: #328d73;
    border: 1px solid #328d73; 
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    padding-bottom: 5px;
}
.vewBtnDiv {
  text-align: center;
}
.hstBtn
{
    background: #32638d;
    border: 1px solid #32638d;    
}
#signUpDiv
{
    width:50%;    
}
.signSel
{
    background: #fff;
    color: #000;
    border-radius: 5px;    
}
.nav-item {
  margin: 0 2px;
}
.proTxt {
  color: #ea222b;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom:0;
  cursor:pointer;
}
.headMsg {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  color: #010101;
}

.webReg a {
  padding: 6px 10px !important;
  color: #fff !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
.bookedSeats
{
    background: #e0e0e0 !important;
    color: grey;
}

.TicketsPre
{
    margin-bottom:10px;    
}
.signOver
{
    overflow-x: auto;    
}
.tckImgDiv
{
    margin-bottom:10px;    
}
.tckImg
{
    width:100%;    
}
.sumStatGrn
{
    color:Green;
}
.sumStatRed
{
    color:Red;
}
.decmsg
{
    color: #ea222b;
}
/** Booking New Code End **/





/** Responsive code **/
@media only screen and (max-width: 991px){
    #showbanners
    {
        display:none;       
    }
    #mobbanners
    {
        display:block;       
    }
    .Btn
    {
        width: 50%;
    }
    .mobViewImg{
        display: block;
    }
    .webViewImg{
        display: none;
    }
    .logoImg{
        width: 60px;
    }
    .mobTopSec{
        margin-top: 70px;
    }
    .flex-center{
        height: auto;
    }
    .mobImgVew{
        background-size: 100% 100% !important;
        height: 350px !important;
    }
    .findateH4{
        font-size: 20px;
    }
    .findateH2{
        font-size: 35px;
    }
    .btnDiv{
        margin-bottom: 0px;
        margin-top: 25px;
    }
    .mobHegImg{
        height: 150px !important;
    }
    .studio-content .nav-tabs{
        padding: 0em 0em;
        margin-bottom: 20px;
    }
    .margin-box {
        margin: 1em;
    }
    .nav-tabs li {
        width: 110px;
        display: inline-block;
        text-align: left;
        font-size: 12px;
        margin-bottom: 7px;
    }
    .nav-tabs li a{
        padding: 5px 4px;
    }
    .studio-content .tab-content .tab-pane .bg-dark-black h2{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .register-link{
        position: fixed;
        bottom: 35px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 75%;
    }
    .single-item{
        max-width: 100% !important;
    }
    .mdlLogoIm {
        width: 150px;
    }
    .mdlH3{
        font-size: 18px;
    }
    .mdlH1{
        font-size: 25px;
    }
    .mdlClsBtn{
        top: 0;
        right: 10px;
        z-index: 999;
    }
    .regMdl{
        margin-top: 40%;
    }
    .mobReg{
        display: block;
    }
    .webReg{
        display: none;
    }
    h1 {
        font-size: 20px;
    }
    video{
        height: 100%;
    }
    .intro5-content video{
        height: 100% !important;
    }
    .footUl li{
        width: 49%;
    }
    .footer .footer-content .widget {
        margin-bottom: 1em;
    }
    .footAbtP{
        padding-right: 0px;
    }
    .saveBtn{
        width: 85%;
    }
    .upiImg {
        width: 50%;
        margin: 0 auto;
        display: block;
    }
    .mlogoImg {
        width: 40px;
    }
    .mlogoP{
        font-size: 4px;
        line-height: 0;
    }
    .mlogoImg {
        width: 40px;
    }
    .pwrDiv {
        position: absolute;
        top: 20%;
        left: auto;
        text-align: center;
        right: 21%;
    }
    .pwrImg {
        width: 89px;
    }
    
    /** New code Start **/
   .eventH3
   {
        font-size: 25px;
        letter-spacing: 4px;  
        margin-bottom:5px; 
    }
    .bookBtn
    {
        bottom: 14%;    
    }
    .topHead
    {
        font-size: 20px;
        letter-spacing: .5px;
        line-height: 25px;    
    }
    .newdivbook
    {
        padding: 0px 10px;    
    }
    .shwDetSec
    {
        padding:20px;    
    }
    .shwName
    {
        font-size: 25px;
        line-height: 30px;    
    }
    .shwDet
    {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 0px;    
    }
    .shwDetLab
    {
        margin-bottom: 0px;
        width: 100%;    
    }
    .shwDetP
    {
        letter-spacing: .5px;
        margin-bottom: 20px;    
    }
    .prcDiv
    {
        padding: 30px 5px;
        text-align: center;
        margin-bottom: 20px;   
    }
    .flrPrc {
      font-size: 30px;
      line-height: 25px;
      margin-bottom: 25px;
      display: block;
    }
    .flrBtn {
      font-size: 16px;
      color: white;
      text-align: center;
      margin: 0 auto;
      border: 1px solid #42a742;
      background: #42a742;
      border-radius: 30px;
      font-weight: 600;
      cursor: pointer;
      display: block;
      text-transform: uppercase;
      line-height: 40px;
    }
    .logInDiv
    {
        width: 90%;
        padding: 20px;    
    }
    
    #signUpDiv
    {
        width:90%;    
    }
    .signOver
    {
        overflow-x: scroll;    
    }
    .proTxt
    {
        text-align: center;
        margin-top: 10px;    
    }
    .useroptDiv
    {
        top: 42px;
        right: 0;
        height: 210px;
        width: 330px;    
    }
    .useroptDiv::after
    {
        border-bottom-color: #ea222b;
        right: 160px;    
    }
    .HListHead
    {
        margin-bottom:0;
        font-size:20px;    
        border-top: 2px solid #ddd;
        padding-top: 5px;
        margin-top: 10px;
    }
    #showhis .shwDetP
    {
        margin-bottom:10px;
    }
    .frtSpan
    {
        width: 40%;    
    }
    .dotSpan
    {
        width: 1%;    
    }
    .lstSpan
    {
        width: 55%;  
        line-height: 18px; 
    }
    .vewBtn
    {
        padding: 0 8px;    
    }
    .vewBtnDiv
    {
        margin-top:25px;    
    }
    .hstyUl li
    {
        line-height: 24px;
        margin-bottom: 15px;    
    }
    .navbar {
        padding: 0 1em;
    }
    .HomeBookTickSec
    {
        padding:5px;    
    }

    

}


