@media only screen and (max-width: 576px) {
    .movie-details p {
        font-size: 14px;
    }
    #lightgallery{
        height: auto;
    }
    .section-padding {
        padding: 50px 0;
    }
    .all-movies .last{
    margin: 0 !important;
}
}
@media only screen and (max-width: 768.1px) {
.facilities .single-facility {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.mb-0{
    margin-bottom: 0;
}
.membership-margin-top{
    margin-top: 0;
}
.banner-bottom{
    /*display: none;*/
    position: relative;
    bottom: 0;
}
.navbar-light .navbar-brand img{
    width: 60px !important;
}
.navbar-light .navbar-toggler {
    color: #fff !important;
}
.navbar-toggler {
    background: #fff;
    border:1px solid #fff;
    padding: .05rem .25rem;
}
.main-menu{
    background-color: rgb(47, 23, 11);
    vertical-align: baseline;
    padding: 7px 0;
}
.sticky + .content {
    padding-top: 0px;
}
.recent-event-single {
    margin-bottom: 15px;
}
.footer p {
    font-size: 13px;
line-height: 60px;}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    padding: 14px 0;
    text-align: center;
}
.mobile-menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
.navbar-light .navbar-nav a::after {
    border:none;
    
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #f2d257
}
.mobile-menu-header-buttons{
    padding-top: 10px;
}
.mobile-menu-header-buttons a{
  background-color: rgb(247, 247, 247);
    line-height: 29px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    padding: 5px 10px;
    margin: 15px 0;
    border-radius: 0;
    display: block;
}

.navbar-nav{
    position: fixed;
    width: 100%;
    height: 100%;
    background:rgb(47, 23, 11);
    z-index: 999;
    overflow: scroll;
    top: 0;
    left: 0;
}
.mobile-logo{
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3)
}
.mobile-logo img{
    max-width: 100% !important;
}
.dropdown-content a {
    border-bottom: 1px solid #f0f0f0;
}
.navbar-nav {
    padding: 20px;
}
.navbar-light .navbar-nav .nav-link i {
    float: right;
}
.dropdown-content {
    box-shadow: none;
    z-index: 1;
    position: relative;
    width: 100%;
}
/*events*/
/*navigation hover*/
    /*responsive menu*/
.dropdown-menu{
    padding: 0;
    border-radius: 0;
    border-top: 5px solid rgb(242, 210, 87);
    /*border: none;*/
}
.dropdown-item {
    padding: 12px 16px;
border-bottom: 1px solid #eee;
}
.navbar-nav .dropdown-menu {
    overflow: hidden;
}
.single-act{
    margin-top: 20px;
}
.movie-details .timings::before {
    visibility: hidden;
}
.banner-slider{
    margin-top: 91px;
}
.banner-slider .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
}
@media only screen and (min-width: 768.1px) {
    .mobile-date{
        display: none;
    }
     .banner-slider .carousel-inner{
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 300px);
    z-index: 0;
}

.banner-slider .carousel .carousel-indicators{
    display: none;
}

.min-vh-100 {
    height: calc(100vh - 63px) !important;
    min-height: auto !important;
}
}
@media only screen and (min-width: 992px) {
.container {
padding: 0;
}
}
@media only screen and (max-width: 1200px) {
.banner-bottom .about-img {
    margin-top: 0;
    margin-bottom: 20px;
}
svg#play {
    bottom: 20px;
}


}
@media only screen and (min-width: 768.1px) and (max-width: 992px) {
    .container {
        max-width: 100%;
        padding: 0 15px !important;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 1700px){
}