@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
@import url("../css/all.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}
p {
  font-size: 14px;
  text-align: left;
  line-height: 24px;
}

/* PRELOADER CSS */
.loader-19 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.loader-19:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #e4002b;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #272727;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}

.txt {
  color: #e4002b;
  text-align: center;
  top: 40%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

.light-gray {
  background: #f7f7f7;
}
header {
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s;
  padding: 0px;
  z-index: 99;
  background-color: #fff;
  position: sticky;
  height: 100px;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header.sticky-header {
  height: 65px;
}

header.sticky-header .navbar-brand img {
  width: 117px;
  transition: 0.8s;
}

header.sticky {
  background-color: #fff;
  height: 50px;
  position: fixed;
  z-index: 9999;
}

header.sticky .navbar-brand img {
  width: 110px;
}

.top-nevigation {
  margin: 10px 0 0 0;
  padding: 0 0 0 0;
  float: right;
}

.top-nevigation span .dropdown{ margin-top:-7px;}

.top-nevigation li {
  margin: 0 0 0 0px;
  padding: 0 10px;
  list-style-type: none;
  float: left;
}

.top-nevigation li:last-child {
  padding-right: 0px;
}

.top-nevigation li a {
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  vertical-align: middle;
  font-size: 13px;
  transition: 0.5s;
      font-weight: 500;
}

.top-nevigation li a:hover {
  color: #e4002b;
}

.top-menu .nice-select {
  padding: 0px 10px 00px 35px;
  background-color: #fff;
  color: #000;
  border-radius: 0px;
  cursor: pointer;
  width: 185px;
  text-align: left;
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid #000;
  line-height: 28px;
  height: 30px;
  position: relative;
}
.top-menu li {
  float: none;
}
.top-menu .nice-select::before {
  content: "\f601";
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #e4002b;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: "Font Awesome 6 free";
  font-weight: 600;
}
.top-menu .nice-select:after {
  padding-right: 5px;
}

.top-menu .nice-select li:first-child {
  display: none;
}

.sidepanel {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
  -webkit-box-shadow: -1px 0px 3px 0px rgba(145, 139, 145, 1);
  -moz-box-shadow: -1px 0px 3px 0px rgba(145, 139, 145, 1);
  box-shadow: -1px 0px 3px 0px rgba(145, 139, 145, 1);
}

.sidepanel a {
  padding: 15px 8px 15px 25px;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #ddd;
  transition: 0.8s;
  font-weight: 500;
  text-transform:uppercase;
}

.sidepanel a:hover {
  color: #e4002b;
  background: #f7f7f7;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border: none;
  background: none !important;
}

.openbtn {
  cursor: pointer;
  color: white;
  width: 35px;
  height: 24px;
  border: none;
  background: url(../images/nav.png) no-repeat;
  display: block;
}

.tab-ns .item {
  position: relative;
/*   -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); */
}

.tab-ns .item .movie-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 10px 10px 0px;
  color: #fff;
  text-align: left;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 60%);
}

.movie-detail h4 {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: capitalize;
  padding-left: 10px;
}

.movie-detail h4 span {
  font-size: 10px;
  font-weight: 400;
}

.movie-detail .genere {
  padding: 0 0 0 10px;
  margin: 4px 0 0 0;
  text-transform: capitalize;
}

.movie-detail .genere li {
  padding: 0 4px 0 4px;
  margin: 0 0 0 0;
  list-style: none;
  float: left;
  border-right: 1px solid #837979;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.02rem;
}
.user_review .movie-detail .genere li{border-right: 1px solid #a79f9f;}
.movie-detail .genere li:last-child {
  border-right: none;
}

.movie-detail .genere li:first-child {
  padding-left: 0;
}

.now-showing .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}
.now-showing nav{width:70%; float:left;padding-left: 7px;}
.now-showing .v-button{float:right;margin-right: 10px; width:80px;}
.now-showing .nav-tabs button {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.now_showing.owl-carousel.owl-loaded,.next_change.owl-carousel.owl-loaded,.coming_soon.owl-carousel.owl-loaded{ display: flow-root; text-align: left;}
.now_showing .owl-nav.disabled + .owl-dots,.next_change .owl-nav.disabled + .owl-dots,.coming_soon .owl-nav.disabled + .owl-dots{width:100%}
.now-showing .nav-tabs button {
  position: relative;
}

.now-showing .nav-tabs button::after {
  content: "/";
  position: absolute;
  left: -17px;
  font-size: 20px;
  font-weight: 600;
  color: #000 !important;
}

.now-showing .nav-tabs button:first-child::after {
  content: " ";
}

.now-showing .nav-tabs .nav-link {
  border-top: none;
  border-right: 0;
  border-left: 0;
  padding: 0;
  margin: 5px 17px;
  border-bottom: 3px solid #fff;
}

.now-showing .nav-tabs .nav-link:first-child {
  border-left: none;
  margin-left: 0;
}

.now-showing .nav-tabs .nav-link.active,
.now-showing .nav-tabs .nav-link:hover {
  color: #e4002b;
  border-bottom: 3px solid #e4002b;
}

.banner .item-hero{ background-color: black;}
.banner .item-hero img {opacity: 0.45; transition: 0.8s;}
.banner .owl-item.active img {opacity: 1;}


.banner {
  overflow-x: hidden;
  background: #f0f0f0;
}

.banner img {
  width: 100%;
}

.banner .owl-carousel .owl-nav button.owl-prev,
.banner .owl-carousel .owl-nav button.owl-prev,
.banner .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: -100px;
  top: 50%;
  background-color: rgba(168, 0, 13, 0.75);
  display: block;
  padding: 0 0.2em !important;
  font-size: 2em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.8s;
}

.banner:hover .owl-carousel .owl-nav button.owl-prev {
  left: 40px;
}

.banner .owl-carousel .owl-nav button.owl-next,
.ur-box .owl-carousel .owl-nav button.owl-next,
.banner .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -50px;
  top: 50%;
  background-color: rgba(168, 0, 13, 0.75);
  display: block;
  padding: 0 0.2em !important;
  font-size: 2em;
  margin: 0;
  cursor: pointer;
  color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.8s;
}
.banner .owl-carousel .owl-nav button.owl-next,.banner .owl-carousel button.owl-dot.owl-nav,.banner .owl-carousel .owl-nav button.owl-prev{background-color:transparent;}
.banner:hover .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.owl-carousel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel.owl-loaded {
  display: flex;
}
.user_review.owl-loaded {
  display: block;
}
.user_review .owl-dots{ display:none;}

.view_all_m .cinemaw{
  margin-bottom: 24px;
}
.cinemaw {
  position: relative;
  width: 100%;
/*   max-width: 400px; */
  margin: auto;
  overflow: hidden;
  height:auto;
}

.cinemaw .movie-pic {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cinemaw .movie-pic .certificate {
  position: absolute;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  right: 5px;
  text-align: center;
}
.cinemaw .movie-pic img { width: 100%;}	
.user_review .cinemaw .movie-pic img {width: 100%;
    /* height: 310px; */
    object-fit: cover;
    object-position: center; overflow:hidden !important;}	
.user_review .owl-item{margin-left:7px;margin-right:7px;}
.now_showing .owl-item,.next_change .owl-item,.coming_soon .owl-item{margin-left:7px;margin-right:7px;}
.now_showing .cinemaw .movie-pic img, 
.coming_soon .cinemaw .movie-pic img {
  width: 100%;
}

.cinemaw .cinemaw-overlay {
  position: absolute;
  top: 200px;
  right: 200px;
  left: 200px;
  bottom: 200px;
  /* background:rgba(0,0,0,0.5); */
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.cinemaw:hover .cinemaw-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background:rgba(0,0,0,0.5); */
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.content-image {
  width: 100%;
}

.cinemaw-links {
  float: left;
  width: 100%;
  text-align: center;
}
.cinemaw-links ul {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0;
  margin: 0;
}
.cinemaw-links li {
  float: none;
  list-style-type: none;
}
.cinemaw-links li:first-child a {
  display: inline-block;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #e4002b;
  border: 1px solid #e4002b;
  color: #ffffff;
  margin-left: -900px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cinemaw-links li:first-child a:hover {
  background: rgba(0,0,0,0.5);
  border: 1px solid #e4002b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cinemaw-links li:last-child a {
  display: inline-block;
  width: 150px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border: 1px solid #e4002b;
  margin-right: -900px;
  background: transparent;
  color: #ffffff;
  margin-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cinemaw-links li:last-child a:hover {
  background: #e4002b;
  border: 1px solid #e4002b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cinemaw:hover .cinemaw-links li:first-child a {
  margin-left: 0;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
.cinemaw:hover .cinemaw-links li:last-child a {
  margin-right: 0;
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
}

.owl-dots {
  margin-top: 20px;
}

.owl-nav {
  z-index: 1;
}

.home-demo .item {
  background: #ff3f4d;
}

.home-demo h2 {
  color: #fff;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  bottom: -30px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #e4002b;
  background-color: #fff;
  margin: 3px;
  display: block;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e4002b;
  border: 1px solid #e4002b;
}

.v-button {
  background: #222;
  width: 100px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: auto;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  transition: 0.5s;
  margin-top:7px;
}

.v-button:hover {
  background: #e4002b;
  color: #fff;
  text-decoration: none;
}

.divider:before,
.divider:after {
  content: "";
  margin: auto 1em;
  border-bottom: solid 1px #d0d0d0;
  flex: 1;
}

.divider {
  display: flex;
  margin-top: 28px;
}

.user-review {
  background: #000 url(../images/y-so-serious.png) repeat;
}

.three h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 60px;
  background-color: #e4002b;
}

.three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 20%;
  max-width: 160px;
  background-color: #808080;
}

.user-review {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.ur-box .nav-tabs {
  position: relative;
}

.ur-box .nav-tabs::before {
    content: "/";
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    color: #e4002b !important;
    top: 1px;
    left: 0px;
}



.ur-box .nav-tabs li a.active,
.ur-box .nav-tabs li a:hover {
  background: none;
  color: #e4002b;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px solid #e4002b;
}

.ur-box .nav-tabs li a {
  font-size: 14px;
  color: #fff;
  padding: 5px 3px 2px;
  margin: 0 10px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.ur-box .nav-tabs li {
  position: relative;
}

.ur-box .nav-tabs li::after {
  content: "/";
  position: absolute;
  right: -3px;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  top: 6px;
}

.ur-box .nav-tabs li:last-child::after {
  content: " ";
}

.ur-box .nav-tabs li:first-child a {
  margin-left: 0;
}

.ur-box .nav-tabs {
  border: none;
  margin-bottom: 18px;
  padding-left:20px;
}

.ur-box .item {
  position: relative;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.ur-box .item .movie-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 70px 0px 0px 0px;
  color: #fff;
  text-align: left;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 60%);
}

.ur-box .item .movie-detail .genere {
  padding: 8px 10px;
  margin: 4px 0 0 0;
  text-transform: capitalize;
  display: flex;
  background: #e4002b;
}

.ur-box .item .movie-detail .genere li:last-child {
  border-right: none;
}

.ur-box .item .movie-detail .genere li:first-child {
  padding-left: 0;
}

.ur-box .item .certificate {
  position: absolute;
  font-size: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 5px;
  right: 5px;
  text-align: center;
}

.ur-box .item .star-rating {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 5px;
  left: 5px;
      background: transparent;
    padding: 0 4px 0 3px;
}

.ur-box .item .star-rating span {
  color: #fff;
  padding-left: 8px;
}

.ur-box .item .star-rating i {
  color: #e4002b !important;
}

.now_showing.owl-carousel .owl-nav button.owl-prev,
.coming_soon.owl-carousel .owl-nav button.owl-prev,
.ur-box .owl-carousel .owl-nav button.owl-prev,
.ur-box .owl-carousel .owl-nav button.owl-prev,
.ur-box .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  left: 17px;
  top: 50%;
  background-color: transparent;
  display: block;
  padding: 0 0.2em !important;
  font-size: 2em;
  margin: 0;
  cursor: pointer;
  color: #ddd;
  transform: translate(-50%, -50%);
}

.now_showing.owl-carousel .owl-nav button.owl-next,
.coming_soon.owl-carousel .owl-nav button.owl-next,
.ur-box .owl-carousel .owl-nav button.owl-next,
.ur-box .owl-carousel .owl-nav button.owl-next,
.ur-box .owl-carousel button.owl-dot.owl-nav {
  position: absolute;
  right: -15px;
  top: 50%;
  background-color: transparent;
  display: block;
  padding: 0 0.2em !important;
  font-size: 2em;
  margin: 0;
  cursor: pointer;
  color: #ddd;
  transform: translate(-50%, -50%);
}

.wc-details {
  background: #eeeeee url(../images/maps.png) no-repeat center right;
  background-attachment: fixed;
  width: 100%;
}

.wc-details .three h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.wc-details .three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 60px;
  background-color: #e4002b;
}

.wc-details .three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 20%;
  max-width: 160px;
  background-color: #808080;
}

.wc-details p {
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  color: #706f6f;
  margin-bottom: 20px;
  font-weight: 400;
}

.wave-cinema-l .item-hero img {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

.wave-cinema-l .item-hero {
  padding: 10px 5px 10px 5px;
}

.booking-location {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
}

.booking-location h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.booking-location li {
  color: #383838;
  padding: 0 0 15px 30px;
  margin: 0 0 0 0;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  list-style-type: none;
}

.booking-location li::before {
  position: absolute;
  content: "\f3c5";
  font-size: 12px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background: #e4002b;
  font-family: "Font Awesome 6 Free";
  left: 0;
  font-weight: 900;
}

.link-button {
 /*  background: #1f1f1f url(../images/links-bg.png) no-repeat center center; */
  
    background: #000 url(../images/y-so-serious.png) repeat;

}

.link-button .dedcription-btn {
  width: 100%;
  position: relative;
  display: inline-block;
  border-radius: 0px;
  background-color: #e4002b;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 9px 0;
  transition: all 0.3s;
  padding-right: 40px;
  height: 62px;
  margin: 15px 5px 20px 5px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.06);
  line-height: 45px;
  font-weight: 500;
}

.link-button .dedcription-btn .btn-icon {
  background-color: #fff;
  width: 53px;
  height: 62px;
  float: right;
  position: absolute;
  border-radius: 00px 0px 0px 0;
  right: 0px;
  top: 0px;
  transition: all 0.3s;
}

.link-button .name-descripeion {
  position: relative;
  z-index: 9;
}

.link-button .btn-icon::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 62px solid #e4002b;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.link-button .dedcription-btn:hover .btn-icon {
  width: 100%;
  border-radius: 0px;
}

.link-button .dedcription-btn:hover .btn-icon::after {
  display: none;
  opacity: 0.1;
}

.link-button .btn-icon i {
  position: absolute;
  right: 14px;
  top: 24px;
  color: #e4002b;
}

.link-button .dedcription-btn:hover {
  color: #e4002b !important;
  text-decoration: none;
}

.hover-box {
  display: flex;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.txt-box {
  background: #fff;
  line-height: 62px;
  margin: 15px 5px 20px 5px;
}

.txt-box input {
  color: #e4002b;
  font-size: 16px;
  border: none;
  width: 84%;
  float: left;
  padding-left: 15px;
  outline-width: 0;
}

.txt-box button {
  color: #fff;
  background: #e4002b;
  border: none;
  font-size: 25px;
  width: 75px;
  height: 62px;
  position: relative;
  border-radius: 0px 0px 0px 0;
  right: 0px;
  top: 0px;
  float: left;
  transition: all 0.3s;
}

.txt-box button::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 62px solid #fff;
  border-right: 12px solid transparent;
  position: absolute;
  top: 0px;
  left: 0px;
}

.link-button h4 {
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 5px;
}

.ur-box {
  padding-left: 0px;
}

.ur-box .three{ margin-left:7px;}
footer {
  background: #010d1c url(../images/dot-map.png) no-repeat 94% center;
  padding: 40px 0 0;
}

footer h5 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
  font-weight: 600;
}

.footer-menu {
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  display: inline-block;
  vertical-align: top;
}

.footer-menu li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: block;
}

.footer-menu li a {
  padding-left: 0px;
  color: #93a6bd;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  line-height: 22px;
  transition: 0.5s;
  text-decoration: none;
}

.footer-menu li a:hover {
  padding-left: 8px;
  color: #e4002b;
}

.boreder-right {
  border-right: 1px #1f344f dashed;
}

.footer-menu.social i {
  background: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #010d1c;
  margin-right: 8px;
}

.footer-menu.social {
  width: 100%;
}

.footer-menu.social li {
  margin: 0 0 10px 0;
}

.bb {
  border-bottom: 1px #1f344f solid;
}

.copy-right {
  margin-top: 15px;
}

.copy-right p {
  font-size: 14px;
  color: #93a6bd;

}

.copy-right.text-end p{ text-align:right;}
.copy-right p:fird-child{ text-align:left;}

.copy-right a {
  font-size: 14px;
  display: inline-block;
  color: #93a6bd;
  margin: 0 8px;
}

.copy-right a:last-child {
  margin-right: 0;
}

.front-form {
  background: rgba(4, 1, 29, 0.93);
  position: relative;
  padding: 20px 0;
  bottom: 100px;
  z-index: 9;
}


/* 
.nice-select {
  padding: 0 10px;
  border: none;
  border-radius: 0px;
  font-size: 14px;
}

.nice-select:after {
  position: absolute;
  right: 0;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  color: #77839d;
}

.nice-select ul.list {
  border-radius: 0;
}

.nice-select .option {
  padding: 0 10px;
} */

.booking-form-wrapper {
  padding: 10px 10px 10px 20px;
  position: sticky;
  background: rgba(4, 1, 29, 0.93);
}

.booking-form-two div:last-child {
  border-right: none;
}

.tabs_wrapper {
  width: 100%;
}


.h_our_location{display: inline-block; width: 18%; min-width: 175px;margin: 0px 0px 0 25px;}


.booking-location ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 0px 0px 0 0px;
  padding: 0;
  width:100%;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x:hidden;
}


/* Container for the scrollable content */
.booking-location ul.tabs {
    width: 100%; /* Set your desired width */
    height: 290px; /* Set your desired height */
    overflow-y: auto; /* Enable vertical scrolling */

}

/* Scrollbar styling for WebKit browsers (Chrome, Safari, Edge) */
.booking-location ul.tabs::-webkit-scrollbar {
    width: 12px; /* Width of the scrollbar */
}

.booking-location ul.tabs::-webkit-scrollbar-track {
    background: #f1f1f1; /* Color of the track */
    border-radius: 10px; /* Rounded corners */
}

.booking-location ul.tabs::-webkit-scrollbar-thumb {
    background: #888; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Rounded corners */
    border: 3px solid #f1f1f1; /* Padding around the thumb */
}

.booking-location ul.tabs::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the scrollbar thumb on hover */
}

/* Scrollbar styling for Firefox */
.booking-location ul.tabs {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #888 #f1f1f1; /* thumb and track color */
}



/* 




.booking-location ul.tabs::-webkit-scrollbar {
            width: 5px;
        }

.booking-location ul.tabs::-webkit-scrollbar-track {
            background: #e7ac00;
            border-radius: 10px;
        }

.booking-location ul.tabs::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
            border: 3px solid #f1f1f1;
        }

.booking-location ul.tabs::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.booking-location ul.tabs * {
            scrollbar-width: thin;
            scrollbar-color: #e7ac00 #f1f1f1;
        }


 */





.booking-location ul.tabs li {
  color: #383838;
  padding: 0 0 15px 30px;
  margin: 0 0 0 0;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  list-style-type: none;
  cursor: pointer;
  text-align: left;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking-location ul.tabs li::before {
  position: absolute;
  content: "\f3c5";
  font-size: 12px;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  background: #e4002b;
  font-family: "Font Awesome 6 Free";
  left: 0;
  font-weight: 900;
}

.booking-location ul.tabs li:hover {
  color: #e4002b;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking-location ul.tabs li.current {
  color: #e4002b;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.booking-location .tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: 0;
  width: 79%;
  text-align: left;
  min-height: auto !important;
}

.booking-location .tab_content {
  padding: 0px 0px 0 12px; 
  height: 100%;
  display: none;
}

.booking-location .tab_drawer_heading {
  display: none;
}

.booking-form label {
  position: absolute;
  top: 18px;
  right: 23px;
}

.booking-form label i {
  font-size: 18px;
}

.booking-form .nice-select,
.booking-form .form_control {
  padding: 19px 25px;
  border: 1px solid rgba(29, 35, 31, 0.1);
  border-radius: 7px;
  margin-bottom: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.booking-form .nice-select.placeholder,
.booking-form .form_control.placeholder {
  color: #000;
}

.booking-form .nice-select:-moz-placeholder,
.booking-form .form_control:-moz-placeholder {
  color: #000;
}

.booking-form .nice-select::-moz-placeholder,
.booking-form .form_control::-moz-placeholder {
  color: #000;
}

.booking-form .nice-select::-webkit-input-placeholder,
.booking-form .form_control::-webkit-input-placeholder {
  color: #000;
}

.booking-form .nice-select:focus,
.booking-form .form_control:focus {
  -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.07);
  border-color: transparent;
}

.booking-form .nice-select:after {
  right: 25px;
  font-size: 18px;
}

.booking-form-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.booking-form-two .form_group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 17.85%;
  border-right: 2px solid #22193a;
}

.booking-form-two .form_group > span {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
}

.booking-form-two .form_group label {
  position: absolute;
  top: 55px;
  right: 20px;
}

.booking-form-two .nice-select,
.booking-form-two .form_control {
  line-height: 26px;
  font-size: 15px;
  padding: 0px 10px 0px 0px;
  color: #b9c1d1;
  border: none;
  background-color: transparent;
  margin-bottom: 0px;
}

.booking-form-two .nice-select:after {
  right: 20px;
}

.booking-form-two .booking-btn {
  width: 100%;
  border: 1px solid rgba(28, 35, 31, 0.15);
  background-color: transparent;
  padding: 17px 30px;
  border-radius: 50px;
  line-height: 25px;
  font: 600 14px "Prompt", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.booking-form-two .booking-btn:hover {
  border-color: transparent;
}

.select-dropdown__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.select-dropdown__list::-webkit-scrollbar {
  width: 10px;
  background-color: #e4002b;
}

.select-dropdown__list::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #555555;
}

.data {
  position: absolute;
  top: 55px;
  z-index: 2;
}

.form_wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.form_wrapper select,
.form_wrapper .nice-select {
  width: 85%;
  background: #1f1f1f;
  color: #333;
  padding: 0px 0px 0 20px;
}

.form_wrapper .nice-select::after {
  right: 10px;
}

.nice-select.open .list {
  width: 100%;
  margin: 0;
}

.nice-select.open .list li {
  border-bottom: 1px solid #ddd;
  padding-left: 20px;
}

.form_wrapper .nice-select {
  width: 85%;
  background: #fff;
  color: #333;
  padding: 0px 0px 0 20px;
}


.career-from select {
  font-size: 0.9rem;
  padding: 6px 12px;
  display: block!important;
}

.career-from .nice-select{ display: none;}

.vertical-flass{  background: #000; padding: 0px; display: block;}
.vertical-flass img { border: 1px solid #666; width: 100%;}




/************inner pages css*****************************************************************************************/
.gray {
  background: #f7f7f7;
}
.inner-banner {
  background: #08000e url(../images/inner-bbg.png) no-repeat center bottom;
  padding: 2% 0;
}
.inner-banner h3 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 35px;
}

.movie-timeing .cinema-name {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.movie-timeing .cinema-name span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: left;
  margin-bottom: 0px;
  display: block;
}

.inner-banner label {
  margin: 0 2px;
  background: #e4002b;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}

.inner-banner label label{ padding:0;}

.calender_one {
  background: #ddd;
  padding: 8px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(158, 158, 158, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(158, 158, 158, 1);
  box-shadow: 0px 2px 5px 0px rgba(158, 158, 158, 1);
}
.summry-header {
  background: #ddd;
  padding: 5px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(158, 158, 158, 1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(158, 158, 158, 1);
  box-shadow: 0px 2px 5px 0px rgba(158, 158, 158, 1);
}
.movie-timeing .mt-one {
  padding: 25px 0 10px;
}


.movie-timeing .mt-one .timebutton {
  padding: 5px 18px;
  font-size: 14px;
  margin: 0 0 0 0;
  list-style-type: none;
  border: 1px solid #666;
  display: inline-block;
      margin-bottom: 10px;
    min-width: 105px;
}

/*****************************************************/
.food .grid-inner {
  background: #f7f7f7;
  padding: 2px;
  margin: 0px;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.8s;
  border: 1px solid #ddd;
}

.food .grid-inner:hover {
  box-shadow: 0px 0px 10px 0px rgba(133, 124, 124, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(133, 124, 124, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(133, 124, 124, 0.75);
}

.food .grid-inner .grid-thumb {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  float: left;
  width: 30%;
}

.food .grid-inner .grid-thumb a {
  display: block;
}

.food .grid-inner .grid-thumb img {
  width: 100%;
  border-radius: 0;
}

.food .grid-inner .grid-thumb .offer-tag {
  font-size: 24px;
  color: white;
  font-weight: bold;
  position: absolute;
  top: -10px;
  left: -10px;
  min-width: 60px;
  min-height: 77px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 75%, 0 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 75%, 0 100%, 0 0);
}

.food .grid-inner .grid-thumb .offer-tag img {
  width: 20px;
}
.food .grid-inner .grid-thumb .offer-remainder {
  display: none;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background: #eb1436;
  position: absolute;
  right: 20px;
  top: 20px;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.food .grid-inner .grid-thumb .offer-remainder * {
  width: 100%;
}

.food .grid-inner .grid-thumb .offer-remainder .o-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -6px;
  padding-top: 10px;
  color: #fff;
}

.food .grid-inner .grid-thumb .offer-remainder span {
  font-size: 14px;
  color: #fff;
}

.food .grid-inner .grid-content {
  padding: 0px 20px 20px;
}
.food .grid-inner .grid-detail {
  width: 70%;
  padding: 15px 20px 20px;
  float: left;
}
.food .grid-inner .grid-detail h4 {
  font-size: 18px;
}
.sec-one {
  min-height: 130px;
  padding-top: 10px;
  width: 100%;
  display: flex;
}
.food .grid-inner .grid-detail .subtitle {
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}

.food .grid-inner .grid-detail .subtitle a {
  color: #333333;
}

.food .grid-inner .grid-content .cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #11326f;
}

.food .grid-inner .grid-content .cart-button .cart-plus-minus {
  position: relative;
  width: 100px;
}

.food .grid-inner .grid-content .cart-button .cart-plus-minus input {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #11326f;
  text-align: center;
  padding: 0;
  width: 90px;
}

.food .grid-inner .grid-content .cart-button .cart-plus-minus .qtybutton {
  width: 35px;
  height: 100%;
  top: 0;
  position: absolute;
  cursor: pointer;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

.food .grid-inner .grid-content .cart-button .cart-plus-minus .qtybutton.inc {
  right: 0;
  border-left: 1px solid #333;
}

.food .grid-inner .grid-content .cart-button .cart-plus-minus .qtybutton.dec {
  left: 0;
  border-right: 1px solid #333;
}

.food .grid-inner .grid-content .cart-button .custom-button {
  padding: 0 28px;
  width: auto;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  outline: none;
  background: #e4002b;
  text-transform: capitalize;
  color: #fff;
}

/**************************inner-tabs********************/
.wrapper {
  overflow: hidden;
  width: 100%;
 
  position: relative;
  height: 50px;
}

.wrapper .next-slide,
.wrapper .prev-slide {
  background: #333;
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0;
  color: #333;
  text-align: center;
  line-height: 3em;
  cursor: pointer;
  transition: background 0.3s ease-in-out, left 0.3s ease-in-out,
    right 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, left 0.3s ease-in-out,
    right 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out, left 0.3s ease-in-out,
    right 0.3s ease-in-out;
  z-index: 2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper .next-slide:hover,
.wrapper .prev-slide:hover {
  background: #333;
}

.wrapper .next-slide {
  right: -50px;
}

.wrapper .next-slide::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 15px;
}

.wrapper .prev-slide {
  left: -50px;
}
.wrapper .prev-slide::before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 15px;
}

.wrapper .tab-container {
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
}
.wrapper .tab-container li {
  font-size: 13px;
  margin: 0 !important;
  padding: 6px 10px;
  list-style: none;
  float: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
   background: #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  text-transform: uppercase;
}
.wrapper .tab-container li:last-child{border-right: none;}

.wrapper .tab-container li span {
  display: block;
  text-wrap: nowrap;
}
.wrapper .tab-container li:hover {
  opacity: 0.6;
}

.wrapper .tab-container li a {
  background-image: none !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  color: #222;
}

.wrapper .tab-container li a span {
  background-image: none !important;
  background-repeat: 0 !important;
  background-position: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wrapper .tab-container li.here,
.wrapper .tab-container li.here a {
  font-weight: normal !important;
  color: #00ac7f !important;
}

.wrapper .tab-container {
  margin: 20px;
  padding: 0;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.wrapper .tab-container .active-tab {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  position: relative;
  color: #fff;
  background: #e4002b;
}
.wrapper .tab-container .active-tab:after {
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -0.1em;
  left: 0;
  background: white;
}

.tabs-content {
  margin: 0px 0 5px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e4002b;
}
.tabs-content li {
  display: none;
}

/*********************inner tabs end *************************/
.calender_one .form_group .nice-select {
  background: #ddd;
  line-height: 35px;
  padding: 0;
  font-weight: 500;
}
.calender_one .form_group .nice-select:after {
  right: 10px;
}
.br1 {
  border-right: 1px solid #b7a5a5;
}
.cinema-search input {
  width: 70%;
  float: left;
  background: none;
  border: none;
  height: 35px;
  font-size: 13px;
  outline: none;
  font-weight: 500;
}
.cinema-search button {
  width: 30%;
  float: left;
  border: none;
  background: none;
  height: 35px;
}
/*tooltip Box*/

/* .tooltip span:first-child {
  border-right: 1px solid #ddd;
} */
.one {
  text-align:center;
  padding: 0 15px;
}
.one p {
  font-size: 12px;
  line-height:20px;
  padding: 0;
  margin: 0;
  color: #333;
  font-weight: 600;
}
.one p:nth-child(2) {
  font-size: 10px;
}
.one p:nth-child(3) {
  font-size: 10px;
  color: #00ac7f;
}

.has-tooltip .timebutton {
  position: relative;
  font-style: normal;
}

.has-tooltip a {
  color: #333;
  text-align: center;
    display: block;
}
.has-tooltip .timebutton:hover {
  cursor: help;
}
.has-tooltip .timebutton:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  pointer-events: auto;
}

.tooltip {
  text-transform: uppercase;
  position: absolute;
  bottom: 120%;
  width: auto;
  padding: 0.3rem;
  border-radius: 6px;
  text-indent: 0;
  white-space: normal;
  text-align: center;
  color: #333;
  display: flex;
  visibility: hidden;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: all 250ms;
  transform: rotateX(20deg) scale(0.8);
  font-size: 0.625rem;
  background: rgba(255, 255, 255, 1);
  left: 50%;
  margin: 0 0 5px -80px;
  transform-origin: center 120%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba(255, 255, 255, 1);
  left: 45%;
  margin-left: -3px;
}
.tooltip .one:nth-child(2){ border-left: 1px solid #ddd;}
.tooltip .one:nth-child(3){ border-left: 1px solid #ddd;}
.price-list li:nth-child(2){ border-left: 1px solid #ddd;}
.price-list li:nth-child(3){ border-left: 1px solid #ddd;}
.indicator {
  margin: 10px 0;
  padding: 0 0 0 0;
  text-align: right;
}
.indicator li {
  margin: 0 0 0 18px;
  padding: 0 0 0 12px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  list-style-type: none;
  position: relative;
}
.indicator li::before {
  position: absolute;
  width: 12px;
  height: 12px;
  content: " ";
  top: 4px;
  left: -5px;
}
.indicator li:nth-child(1):before {
  background: green;
}
.indicator li:nth-child(2):before {
  background: rgb(255 125 10);
}
.indicator li:nth-child(3):before {
  border: 1px solid green;
  content: "LAN";
  font-size: 9px;
  width: 25px;
  height: 12px;
  padding: 0px;
  line-height: 10px;
  text-align: center;
}
.indicator li:nth-child(3) {
  padding-left: 22px;
}

.detail-banner {
  position: relative;
  width: 100%;
  height: 350px;
  background-attachment: fixed;
  background-position: center 50px;
  background-repeat: no-repeat;
  background-color:#000;
}
.detail-banner .black-tr-bg {
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 65%);
  padding: 160px 0 0 0;
  position: absolute;
  bottom: 0;
}

.detail-banner .black-tr-left-bg {
  width: 30%;
background: linear-gradient(270deg, transparent 0%, #000000 65%);
  position: absolute;
  bottom: 0;
  height:100%;
  left:0;
}
.detail-banner .black-tr-right-bg {
    width: 30%;
    background: linear-gradient(90deg, transparent 0%, #000000 65%);
    position: absolute;
    bottom: 0;
    height: 100%;
    right: 0;
}

.movi_details {
  margin-top: -65px;
  position: relative;
}
.movi_details img {
  width: 100%;
  margin-top: -190px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(112, 112, 112, 1);
  -moz-box-shadow: 2px 2px 5px 0px rgba(112, 112, 112, 1);
  box-shadow: 2px 2px 5px 0px rgba(112, 112, 112, 1);
}
.movi_details .movie-title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.movi_details .detail-genar {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.movi_details .detail-genar li {
  margin: 0 0 0 0;
  padding: 0 10px;
  list-style-type: none;
  border-right: 1px solid #424242;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  font-weight: 500;
  color: #fff;
}
.movi_details .detail-genar li:last-child {
  border: none;
}
.movi_details .detail-genar li:first-child {
  padding-left: 0;
}
.movi_details .gebg {
  margin: 0 2px 0 0px;
  background: #e4002b;
  color: #fff;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
}

.movi_details .gebg li {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  display: inline-block;
  list-style-type: none;
}
.movi_details .gebg li a {
  color: #fff;
  text-decoration: none;
}
.movi_details button {
  text-transform: uppercase;
  background: #00ac7f;
  border-radius: 0;
  font-size: 16px;
  border-color: #00ac7f;
  float: right;
  transition: 0.8s;
}
.movi_details button:hover {
  background: #a60221;
  border-color: #a60221;
}
.movi_details .three {
  padding: 10px 0 15px;
  position: relative;
  text-align: left;
}
.movi_details .three:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 60px;
  background-color: #e4002b;
}
.movi_details .three:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: #808080;
}

.rateing-txt {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  padding-top: 7px;
  font-size: 15px;
  padding-right: 15px;
}
.rating {
  margin-top: 0px;
  border: none;
  display: inline-block;
}

.rating > label {
  color: #90a0a3;
  float: right;
}

.rating > label:before {
  margin: 0 2px;
  font-size: 1.5em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating > input {
  display: none;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #f79426;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #fece31;
}

.summary .nav-pills {
  border-bottom: 1px solid #808080;
}
.summary .nav-pills .nav-link.active,
.summary .nav-pills .show > .nav-link {
  background: none;
  color: #e4002b;
}
.summary .nav-pills .nav-link {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 10px;
  margin-bottom: -1px;
  color: #000;
}
.summary .nav-pills .nav-link.active {
  border-bottom: 2px solid #e4002b;
  border-radius: 0;
}
.summary .tab-content p {
  font-size: 14px;
  line-height: 20px;
}
.cast-details {
  padding: 15px;
}
.cast-details label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
  display: block;
}
.cast-details p {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  display: block;
}
.wt-button {
  background: #e4002b;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 45px;
  height: 45px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  transition: 0.5s;
}
.wt-button:hover {
  background: #010d1c;
}
.offer-banner {
  width: 100%;
  box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.59);
  -webkit-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -1px 2px 6px 0px rgba(0, 0, 0, 0.59);
}

.photo-list img {
  width: 100%;
  border-radius: 15px;
  transition: 0.8s;
}
.card-category {
  text-align: center;
  margin: 20px 0;
  padding: 0 0 0 0;
}
.card-category li {
  text-align: center;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: inline-block;
  list-style-type: none;
}
.card-category li .btn.active,
.card-category li .btn:hover {
  background: #000;
  color: #fff;
  font-size: 13px;
  border-radius: 0;
  padding: 8px 10px;
  border: none;
}
.card-category li .btn {
  background: #e4002b;
  color: #fff;
  font-size: 13px;
  border-radius: 0;
  padding: 8px 10px;
  border: none;
}
.photo-list img:hover {
  box-shadow: 0px 0px 10px 0px rgba(133, 124, 124, 0.75);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(133, 124, 124, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(133, 124, 124, 0.75);
}

.back-button {
  color: #fff;
  background: #e4002b;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px;
  transition: 0.8s;
}
.back-button a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.back-button:hover {
  color: #fff;
  text-decoration: none;
  background: #1f1f1f;
}
.summary-two {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  float: left;
}
.summary-two li {
  margin: 0 0 0 0;
  padding: 5px 10px;
  float: left;
  list-style-type: none;
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}

.summary-two li #tiles{ padding:5px; background:#fff907; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; font-size: 14px;
    font-weight: bold;}

.summary-two li::after {
  border-right: 1px solid #b75e5e;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
}
.summary-two li:first-child::after {
  border: none;
}

.summary-one {
  margin: 5px 0 0 0;
  padding: 0 0 0 0;
  float: right;
}
.summary-one li {
  margin: 0 0 0 0;
  padding: 5px 10px;
  float: left;
  list-style-type: none;
  color: #333333;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  font-weight: 500;
  letter-spacing: 1px;
}
.summary-one li::after {
  border-right: 1px solid #b75e5e;
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  height: 16px;
}
.summary-one li:last-child::after,
.summary-one li:first-child::after {
  border: none;
}
.summary-one li:last-child {
  border: none;
  background: #ff7200;
  color: #fff;
  padding: 6px 10px;
}
.float_left {
  float: left;
  width: 100%;
}
/*---------------- st Booking Type wrapper Start --------------*/
.summary-details .photo-list img:hover {
  box-shadow: none;
  border-radius: 0;
}
.st_bt_top_header_wrapper {
  background: #2b2d3d;
  padding-top: 32px;
  padding-bottom: 32px;
}
.st_bt_top_center_heading {
  text-align: center;
}
.st_bt_top_center_heading h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.62px;
  text-transform: uppercase;
  padding-top: 6px;
}
.st_bt_top_close_btn a {
  font-size: 25px;
  float: right;
  padding-top: 6px;
}
.st_bt_top_close_btn a:hover {
  color: #f06292;
}
.st_dtts_ineer_box {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 4px;
  padding: 20px;
  margin: 0;
}
.st_dtts_ineer_box ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.st_dtts_ineer_box li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: 100%;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.st_dtts_ineer_box li {
  margin-top: 22px;
}
.st_dtts_ineer_box li:first-child {
  margin-top: 0;
}
.st_dtts_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.dtts1 {
  float: left;
  width: 230px;
}
.dtts2 {
  float: left;
  width: calc(100% - 230px);
}
.st_cherity_img img {
  width: 100%;
}
.st_cherity_section {
  margin-top: 30px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0px 0px 4px 4px;
}
.st_cherity_img_cont label {
  cursor: pointer;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.83px;
  text-transform: uppercase;
  font-weight: 600;
}
.st_cherity_img_cont input[type="checkbox"] + label:before {
  border: 1px solid #010101;
  opacity: 0.54;
  content: "\00a0";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0.2em 0.56em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  border-radius: 3px;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:before {
  border: 0;
  color: #e4002b;
  content: "\2713";
  font-weight: 900;
  background: transparent;
  border: 1px solid #010101;
}
.box p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:after {
  font-weight: 900;
}
.st_cherity_img_cont input[type="checkbox"] {
  display: none;
}
.st_cherity_img_cont label {
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.88px;
  font-weight: normal;
  text-transform: capitalize;
}
.st_cherity_img_cont label span {
  font-weight: 800;
}
.st_cherity_img_cont input[type="checkbox"]:checked + label:after {
  font-weight: bold;
}
.st_cherity_img_cont {
  padding: 10px 20px;
}
.st_cherity_btn ul {
  padding: 0 0 0 0;
  margin: 0;
}
.st_cherity_btn li {
  float: left;
  margin-right: 30px;
  list-style-type: none;
}
.st_cherity_btn li:first-child a label {
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  font-size: 14px;
  background: #333545;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn li:nth-child(2) a label {
  width: 196px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  font-size: 14px;
  background: #333545;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st_cherity_btn h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  text-transform: capitalize;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: 0;
  font-weight:600;
}
.st_cherity_btn li:first-child a label:hover,
.st_cherity_btn li:nth-child(2) a label:hover {
  background: #00ac7f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st_cherity_btn {
  padding: 20px;
}
.st_cherity_btn .form-check {
  padding-left: 35px;
  padding-top: 10px;
  display: inline-block;
  width: 48%;
  background: #fff;
  border: 1px solid #ddd;
  height: 45px;
}
.st_cherity_btn .form-check:first-child {
  margin-right: 5px;
  float: left;
}
.st_cherity_btn .form-check:last-child {
  margin-left: 5px;
  float: right;
}
.st_cherity_btn label {
  font-size: 14px;
  font-weight: 500;
}

.st_dtts_bs_heading {
  background: #000;
  padding: 5px 20px;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.st_dtts_bs_heading p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
}
.st_dtts_sb_ul ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.st_dtts_sb_ul li {
  font-size: 14px;
  color: #333545;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 0 0 0;
  list-style-type: none;
  font-weight: 600;
  display:flex;
}
.st_dtts_sb_ul li .accordion-item{width:100%;}
.st_dtts_sb_ul li #seat_info{width:65%;}
.st_dtts_sb_ul li:first-child {
  margin-top: 0;
}
.st_dtts_sb_ul li span {
 width:35%;
 text-align:right;float:right;
}
.st_dtts_sb_ul li:last-child span {
  margin-top: 0;
}
.st_dtts_bs_wrapper {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding-bottom: 20px;
}
.st_dtts_sb_ul {
  padding: 20px;
  padding-bottom: 0px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.54);
}
.st_dtts_sb_ul p {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.summary-details .card-category {
  text-align: left;
  padding-left: 15px;
}
.accordion-button.collapsed {
  position: relative;
  padding-left: 22px;
}
.accordion-button.collapsed::before {
 border: 1px solid #00ac7f;
    position: absolute;
    left: 0;
    top: 5px;
    content: "\f107 ";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 10px;
    font-size: 10px;
    padding-left: 2px;
    text-align: center;
}

.accordion-button {
  position: relative;
  padding-left: 22px;
}
.accordion-button::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\f106 ";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #e4002b;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  line-height: 10px;
  font-size: 10px;
  padding-left: 2px;
  text-align: center;
}
.st_dtts_sb_ul p span {
  float: right;
}

.st_dtts_sb_ul .accordion-button {
  width: 100%;
  display: block;
}
.st_dtts_sb_h2 {
  padding: 20px;
}
.st_dtts_sb_h2 h3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  font-weight: 800;
}
.st_dtts_sb_h2 h3 span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  float: right;
}
.st_dtts_sb_h2 h4 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  text-align: center;
  line-height: 14px;
  padding-top: 20px;
}
.st_dtts_sb_h2 h4 span {
  color: #f06292;
}
.st_dtts_sb_h2 h5 {
  padding-top: 20px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  font-weight: 800;
}
.st_dtts_sb_h2 h5 span {
  float: right;
}
.tp-caption.boxshadow,
.boxshadow {
  box-shadow: none;
}
.inner-three h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}
.inner-three h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 20%;
  max-width: 160px;
  background-color: #808080;
}
.inner-three h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 2px;
  width: 60px;
  background-color: #e4002b;
}
.inner-three p {
  margin: 0;
}
.prs_contact_right_section_wrapper {
  float: left;
  width: 100%;
  background: #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 22px;
  margin: 30px 0;
  position: relative;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  min-height: 250px;
}
.prs_contact_right_section_wrapper p{text-align:left !important;}

.prs_contact_right_section_wrapper::after {
  content: "";
  width: 80%;
  height: 20px;
  background: #a39f9f;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.prs_contact_right_section_wrapper h4 {
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0;
}
.contact-list {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.contact-list li {
  padding: 0 0 0 0;
  margin: 0 0 5px 0;
  color: #666;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
}
.contact-list li:nth-child(1) {
  font-weight: bold;
  color: #333;
}
.contact-list li:last-child {
  margin-top: 15px;
  line-height: 24px;
}
.contact-list li a {
  color: #e4002b;
  transition: 0.8s;
}
.contact-list li a:hover {
  color: #333;
}

.outer {
  margin: 0 auto;
  position: relative;
}
#thumbs {
  position: absolute;
  bottom: 0;
}
.outer .owl-dots {
  display: none;
}
#big .item {
  background: #ec6e46;
  padding: 120px 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
#thumbs .item {
  background: #c9c9c9;
  height: 70px;
  line-height: 70px;
  padding: 0px;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
  background: #ff5722;
}
.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: transparent;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
#big.owl-theme .owl-prev {
  left: 10px;
}
#big.owl-theme .owl-next {
  right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}

.rev-1 .col-md-4:nth-child(odd){ padding: 10px; background-color: #fff;      border: 1px solid #f8f8f8;}
.rev-1 .col-md-4:nth-child(even){ padding: 10px; background-color: #f8f8f8;}

.review-d{ padding:0 0 0 0; margin: 0 0 10px 0; }
.review-d li{ padding:0px; margin:0 0 5px; list-style-type: none; display: block;}
.review-d li i{ color: #e4002b; padding-right: 6px;}
.review-d li:first-child i{ color: #f8ca2c;}


/* .view_all_m .cinemaw {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
} */

.view_all_m .cinemaw .movie-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 60px 10px 10px 0px;
  color: #fff;
  text-align: left;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 60%);
}

.prs_upcom_movie_content_box {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 10px 10px 15px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.view_all_m .cinemaw:hover .prs_upcom_movie_content_box {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box .mtitle a {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_upcom_movie_content_box .mtitle a:hover {
  color: #e4002b;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box p {
  padding-top: 5px;
  padding-bottom: 0px;
  margin-bottom: 0;
  font-size: 13px;
}

.va-gener {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.va-gener li {
  margin: 0 10px 0 0px;
  padding: 0 0 0 10px;
  list-style-type: none;
  color: #666;
  float: left;
  font-size: 12px;
  position: relative;
  font-weight: 500;
}
.va-gener li::before {
  width: 5px;
  height: 5px;
  background: #333;
  top: 5px;
  left: 0;
  position: absolute;
  content: " ";
}

.prs_upcom_movie_content_box_inner {
  width: 100%;
}

.prs_upcom_movie_content_box_inner .mtitle {
  line-height: 20px;
  margin-bottom: 5px;
}

.col-lg-o5 {
  flex: 0 0 auto;
  width: 20%;
}
.carrer-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}
.career-bg {
  background: #f8f8f8;
}
.career-from input {
  font-size: 13px;
}
.career-from label {
  font-size: 15px;
}

.left-category .accordion .accordion-item {
  background-color: #fff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  /* margin-bottom: 25px; */
}
.left-category .accordion .accordion-button {
  background-color: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #4b4c4c;
}
.left-category .movie-filter{height:52px;}
.left-category .accordion-button:not(.collapsed) {
  background: #f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.left-category .accordion-button:focus {
  box-shadow: none;
}

.left-category .accordion-body .add-check-area {
  padding: 10px 0;
  border-top: 1px solid #ddd;
  margin-bottom: -9px;
}
.left-category .accordion-body .add-check-area a {
  color: #e4002b;
  transition: 0.8s;
}
.left-category .accordion-body .add-check-area a:hover {
  color: #2b2d3d;
}

.left-category .accordion-body .form-check input {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
}

.left-category .accordion-body .form-check label {
  margin: 0;
  width: calc(100% - 14px);
  padding-left: 5px;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  color: #333;
  font-weight: 500;
}

.left-category .m-title {
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 20px;
}
.left-category .widget-header .clear-check {
  color: #f1481f;
  float: right;
}

.filter-one .ms-options-wrap {
  position: relative;
}
.ms-options {
  padding: 15px 20px;
  border: none;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  border-radius: 4px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  border: none !important;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 2;
}
.ms-options-wrap > button:focus:hover,
.ms-options-wrap > button:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.ms-options-wrap > button:focus:after,
.ms-options-wrap > button:after {
  right: 10px;
}
.ms-options-wrap > button:focus:active,
.ms-options-wrap > button:focus:focus,
.ms-options-wrap > button:active,
.ms-options-wrap > button:focus {
  outline: none;
}

.ms-options-wrap.ms-active > button:focus,
.ms-options-wrap.ms-active > button {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.ms-options-wrap > .ms-options {
  z-index: 9;
  margin-top: 10px;
  border: none !important;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.ms-options-wrap > .ms-options .ms-search input {
  border-bottom: 1px solid #efefef;
  font-size: 13px;
}
.ms-options-wrap > .ms-options .ms-selectall {
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 11px;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
  color: #000;
}
.ms-options-wrap > .ms-options > ul li.selected label {
  border-radius: 4px;
  background: #e1f2fb;
}
.ms-options-wrap > .ms-options > ul li label {
  border-radius: 4px;
  border: none;
  padding-top: 4px;
  padding-bottom: 5px;
  line-height: 18px;
  font-size: 13px;
  padding-left: 25px;
}
.ms-options-wrap > .ms-options > ul li:hover label {
  border: none;
  background: #f7f7f7;
}

.loader_new{
    position: fixed;
    left: 0; 
    top: 0; 
    right: 0; 
    bottom: 0;
    z-index: 999;
    background-color: rgba(0,0,0,0.4);
	width:100%;
	height:100%;
}
.loader-content {
    position: absolute;
    transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #555;
}
.loader-4 {
  width: 48px;
  height: 48px;
  border: 3px solid #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}
.loader-4:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid;
  border-color: #e4002b transparent;
}
.promotions {
  position: relative;
}
.promotions .owl-nav {
  position: absolute;
  top: -42px;
  right: 3px;
}
.promotions .owl-nav button {
  border: 1px dotted #000 !important;
  width: 40px;
  height: 40px;
  line-height: 43px !important;
}
.promotions .owl-nav button i {
  font-size: 20px;
}
.promotions .owl-nav .owl-prev {
  margin-right: 5px;
}
.event-pic {
  background: #f7f7f7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 10px;
  transition: 0.8s;
}
.event-pic:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.event-pic img {
  width: 100%;
}
.event-pic .event-detail {
  padding: 15px;
}
.event-pic .event-detail h5 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
}
.event-detail-page ul{ padding:0 0 0 0; margin:15px 0 0 0; }
.event-detail-page ul li{ padding:0 0 0 0; margin:0 10px 0 0; list-style-type:none; display:inline-block; font-size:14px}
.event-pic .event-detail ul {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.event-pic .event-detail ul li {
  padding: 0 0 5px 0;
  margin: 0 0 0 0;
  list-style-type: none;
  font-size: 13px;
  color: #333;
}
.event-pic .event-detail ul li i {
  color: #e4002b;
}
.contact-page .accordion .accordion-button::before {
  display: none;
}
.modal-backdrop{ z-index: 8;}
.modal {top: 50px; border-radius: 0px!important;} 
.modal.show .modal-dialog{ width: 30%;/* border-bottom: 2px solid #e4002b; */}
.modal .modal-body{ padding: 20px;}

.form-switch.active {display: block; padding-left: 0;}
.modal-content{ border-radius: 0; background: #f8f8f8;}
.modal-content .form-switch .form-control{ border-radius: 0px;}
.modal-footer button { font-size: 13px; text-decoration: none;}
.modal-content .form-switch button{display: block;
    width: 200px;
    height: 45px;
    text-align: center;
    background: #e4002b;
    border: 1px solid #e4002b;
    color: #ffffff;
     transition: all 0.5s; margin:25px auto 0; border-radius: 0; text-transform: uppercase;
}
.otp-p.modal-body{ padding:10px;}
.modal-content .form-switch button:hover{ background: transparent; border: 1px solid #e4002b; color:#e4002b ;}
.myaccount .fa-user{ font-size: 100px; color: #666; border: 1px solid #666; text-align: center; border-radius: 50%; padding: 20px; width: 140px; height: 140px; display: block;}
.myaccount .user-detail{ padding: 0 0 0 0; margin: 20px 0 0 0;}
.myaccount .user-detail li{ padding: 0 0 10px 25px; margin: 0 0 0 0; position: relative; list-style-type: none; font-size: 16px;}
.myaccount .user-detail li:nth-child(1)::before{ position: absolute; left: 0; top: 0;  font-family: 'Font Awesome 6 Free';font-size: 15px; content: "\f007"; color: #11326f;}
.myaccount .user-detail li:nth-child(2)::before{ position: absolute; left: 0; top: 0;  font-family: 'Font Awesome 6 Free';font-size: 15px; content: "\f3cf"; color: #11326f; font-weight: 600;}
.myaccount .user-detail li:nth-child(3)::before{ position: absolute; left: 0; top: 0;  font-family: 'Font Awesome 6 Free';font-size: 15px; content: "\f0e0"; color: #11326f;}
.booking-history .form-select{ display: inline-block!important;}
.booking-history .nice-select{ display: none!important;}
.booking-history .dt-length label{ text-transform: capitalize;}

/* #booking-h th,#rbc th{ font-size: 14px;}
#booking-h td,#rbc td{ font-size: 13px;}

#booking-h th:first-child,#booking-h td:first-child{ text-align: left;}
#booking-h th:last-child, #booking-h td:last-child{ text-align: right;}

#rbc th:first-child,#rbc td:first-child{ text-align: left;}
#rbc th:last-child, #rbc td:last-child{ text-align: right;}*/

#rbc th,#rbc td,.booking-history table td,.booking-history table th{ text-align: center!important;} 
.red{color: #e4002b;}


.edit_information .form-group .form-select{ display: block!important;}
.edit_information .form-group .nice-select{ display: none!important;}

.wc_button {
    display: block;
    width: 200px;
    height: 45px;
    text-align: center;
    background: #e4002b;
    border: 1px solid #e4002b;
    color: #ffffff;
    transition: all 0.5s;
    border-radius: 0;
    text-transform: uppercase;
}
.wc_button:hover {
    background: transparent;
    border: 1px solid #e4002b;
    color: #e4002b;
}

/*******10-7-24*****************/
.number-ticket.modal .modal-content{ background: #fff;}
.number-ticket.modal .modal-dialog{ width: 55%;}

.number-ticket.modal .modal-body {
    padding: 20px 20px 5px; margin:auto;
}

.image-big-list{ padding:10px 0 20px; margin: 0 0 0 0;}
.image-big-list-item.active{
   display:block;
}
.image-big-list-item {
  display:none;
/* custom */
  margin: 0 auto;
  text-align:center;
}

.image-big-list-item img{ width: 200px;
}
/* custom */
.image-small-list{padding:0 0 0 0; margin: 0 0 0 0; border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; }

.image-small-list-item.active {
  background:#e4002b; color: #fff;
}
.image-small-list-item {
  display:inline-block;
 margin: 0 3px;
     margin: 5px 5px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.image-small-list-item:hover{ background:#e4002b; color: #fff;} 
.page-container{
  width:100%;
  margin: 0 auto;
  text-align: center;
}

.number-ticket.modal .modal-content .modal-footer button {
    display: block;
    width: 150px;
    height: 45px;
    text-align: center;
    background: #fff;
    border: 1px solid #e4002b;
    color: #e4002b;
    transition: all 0.5s;
    margin: 0px auto 0;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.8s;
}
.number-ticket.modal .modal-content .modal-footer button:hover{border: 1px solid #e4002b; color: #fff; background: #e4002b;}
.number-ticket.modal .nav-tabs .nav-link.active,.number-ticket.modal .nav-tabs .nav-link:hover {color:#fff; border:none;background-color:#e4002b; border-radius: 0 !important;}
.number-ticket.modal .nav-tabs .nav-link, .number-ticket.modal .nav-tabs {border:none;}
.number-ticket.modal ul{ padding:0 0 10px 0; margin:0 0 10px 0;}
.number-ticket.modal ul li{ padding:0 0 0 0; margin:0 2px 0 2px; text-align: center; }
.number-ticket.modal ul li a{padding: 5px 14px;}
.number-ticket.modal .nav-tabs .nav-link{border-radius:0}
.number-ticket.modal ul.price-list{margin-bottom:0;padding-bottom:0}
.number-ticket.modal .nav{--bs-nav-link-padding-x:0; --bs-nav-link-padding-y:0}
.number-ticket.modal .nav-tabs{border-bottom: 1px dotted #ddd;}
.number-ticket.modal .modal-footer{border:none;}

.price-list{ padding: 0 0 0 0; margin: 10px 0 0;}
.price-list li{ padding: 0 0 0 0; margin: 0 20px; display: inline-block; list-style-type: none;}
.price-list li p{ padding: 0; margin: 0; text-align: center;     font-size: 13px; line-height: 17px;}
.price-list li p:last-child{ color: green; font-weight: 500;}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 14px;
  width: 14px;
  transition: all 0.15s ease-out 0s;
  background: #9ea1a5;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #e4002b;
}
.option-input.radio {
  border-radius: 0%;
}
.option-input.radio::after {
  border-radius: 0%;
}
#locationButton {
  position: relative;
  display: block;
  border: 1px solid #000;
  line-height: 27px;
  padding: 0px 40px 0 35px;
}
#locationButton:after{ content: "\f107"; position:absolute; top:0; right: 3px;font-family: 'Font Awesome 6 Free'; font-size: 15px; font-weight: 600; }
#locationButton:before{ content: "\f601";
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: "Font Awesome 6 free";
  font-weight: 600;
}
.modal-header{padding:5px 17px;background:#f8f8f8;}
.popl label {
  display: block;
  line-height: 40px;
  font-weight: 500; 
 text-transform: capitalize;
 font-size:13px;
 line-height:30px;
}
.popl.modal.show .modal-dialog{ width: 95%;    max-width: 600px;}
.poplocation{ padding: 0 0 0 0; margin: 0 0 0 0;}
.modal-content{ background: rgba(255,255,255,0.90); }
.poplocation li{ padding: 0 0 0 0; margin: 0 0 0 0; list-style-type: none; width: 24%; display: inline-block;}
.poplocation li .option-input{ position: relative;}
.poplocation li .option-input:before{ position: absolute; content:\f601;
top:0;
left:0;
font-family: 'Font Awesome 6 Free'; font-size: 20px; font-weight: bold;

}
.na{ cursor: not-allowed;}
.fast-filling{color: #ff7d0a!important;}
.ff{ border-color: #ff7d0a!important;

    background: linear-gradient(90deg, #ff7d0a 50%, #f8f8f8 50%);
}

.ff a{color: #666!important;}

.all-most-full{color:red!important;}
.amf{ border-color: red!important; background: red!important;cursor: not-allowed;}
.amf a{color: #fff!important; cursor: not-allowed;}

.number-ticket .modal-body .tab-content img{ width: 200px; }





/*******************otp form*********************/
.d-none {display: none;}
.material {
  position: relative;
  padding: 0;
  margin: 5px;
  border: none;
  overflow: visible;
}
.material input {
  box-sizing: border-box;
  width: 100%;
  padding: 12px 10px 8px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #959595;
  font-size: 120%;
  outline: none;
  cursor: text;
  background: transparent; font-size:12px;
  text-transform:uppercase;
}
.material input::-webkit-input-placeholder {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
.material input:not(:focus)::-webkit-input-placeholder {
  color: transparent;
}
.material hr {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 2px;
  border: none;
  background: #607D8B;
  font-size: 1px;
  will-change: transform, visibility;
  transition: all 200ms ease-out;
  transform: scaleX(0);
  visibility: hidden;
  z-index: 10;
}
.material input:focus ~ hr {
  transform: scaleX(1);
  visibility: visible;
}
.material label {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 100%;
  color: #959595;
  transform-origin: 0 -150%;
  transition: transform 300ms ease;
  pointer-events: none;
  text-transform: capitalize;
}
.material input:focus ~ label,
.material input:valid ~ label {
  transform: scale(0.6);
}

.card {
  border: none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
}

.card h6 {
  color: #959595;
  font-size: 16px;
}

.card div span{ font-size:14px;}

#otpModal .inputs input {
  width: 30px;
  height: 30px;    border: 1px solid #aaa; padding:0;
}

#otpModalLabel{ text-transform:uppercase; font-size:16px; font-weight:bold;}

#otpModal input[type="number"]::-webkit-inner-spin-button,
#otpModal input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.card-2 {
  background-color: #fff;
  padding: 10px;
  width: 350px;
  height: 100px;
  bottom: -50px;
  left: 20px;
  position: absolute;
  border-radius: 5px;
}

.card-2 .content {
  margin-top: 50px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid red;
}

.validate {
  border-radius: 20px;
  height: 40px;
  background-color: red;
  border: 1px solid red;
  width: 140px;
}

#otpModal .popupbtn {
    display: block;
    width: 120px;
    height: 30px;
    text-align: center;
    background: #e4002b;
    border: 1px solid #e4002b;
    color: #ffffff;
    transition: all 0.5s;
    margin: 25px auto 0;
    border-radius: 0;
    text-transform: uppercase;
    transition: 0.8s;
	font-size:14px;
}
#phoneError{font-size:14px;}

#otpModal .popupbtn:hover{ background: #fff; color: #e4002b; border: 1px solid #e4002b;}

#otpModal .modal-dialog  {width: 380px;}
.opc5{ opacity:0.5;}
.my-module {
    position: fixed;
    top: 0;
    left: 0;
}

.confirm-booking-form .form-group input{ width: 100%; height: 40px; margin-bottom: 10px; padding-left: 15px; border:1px solid #ddd;}
.confirm-booking-form .form-group input[type=checkbox]{ width:20px; height:20px; margin-right:7px;}
.confirm-booking-form .st_cherity_btn{ padding: 0;}
.confirm-booking-form .st_cherity_btn h3{ padding-top: 10px;}
.price-description ul{ padding: 8px 20px 0; margin: 0 0 0 0;}
.price-description ul li{ padding:10px 0; margin: 0 0 0 0; list-style-type: none; text-transform: capitalize;}
.price-description ul li span{ float: right;}
.price-description ul li:last-child{ font-size: 16px; font-weight: bold; border-top: 2px dotted #ddd;}
.confirm-booking-form .back-button{width:150px!important; margin:auto; display:block;}

.countdown-label {
  font: thin 15px Arial, sans-serif;
	color: #65584c;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
  letter-spacing: 2px;

}
#countdown{
box-shadow: 0 1px 2px 0 rgba(1, 1, 1, 0.4);
width: 200px;
	height: auto;
	text-align: center;
background: #f1f1f1;

	border-radius: 5px;

	margin:15px auto;

}



#countdown #tiles{
  color: #fff;
	position: relative;
	z-index: 1;
text-shadow: 1px 1px 0px #ccc;
	display: inline-block;
  font-family: Arial, sans-serif;
	text-align: center;
  
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 35px;
  font-weight: thin;
  display: block;
    
}

.color-full {
  background: #53bb74;
}
.color-half {
  background: #ebc85d;
}
.color-empty {
  background: #e5554e;
}

#countdown #tiles > span{
	width: 70px;
	max-width: 70px;

	padding: 18px 0;
	position: relative;
}

#countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 8px;
}

#countdown .labels li{
	width: 102px;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

#term_condition .modal-dialog{width:700px;}
.confirm-booking-form .alert-warning{    background: #e4002b;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;}
	
.price-description .boxContent{ margin-bottom:10px;}
	
.boxContent{padding:0 20px}
.boxContent input {
    padding: 0 0px 0 15px;
    border: 1px solid #ddd;
    width: 67%;
    height: 40px;
}
.boxContent button {
    width: 31%;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 13px;   
    text-transform: uppercase;
    height: 40px;
    text-align: center;
}
.boxContent button a{color:#fff;}
.moretext {
  display: none;
}
#about_content{word-wrap: break-word;}

/************inner pages css*****************************************************************************************/
.contact-page p{ text-align: justify;}
.con_box .bottom-img{  width:400px; display:block; margin:2% auto 0}

.privacy_box h3,.privacy_box h4,.privacy_box h5{ font-weight:bold; margin-bottom:15px;}
.privacy_box ul,.privacy_box ol{ padding:0 0 0 0; margin:0 0 20px 16px; }
.privacy_box ul li,.privacy_box ol li{ padding:0 0 0 0; margin:10px 0; font-size:14px; }
.terms_box .accordion-button:focus{ border-color:#f8f8f8; box-shadow:none;}
.terms_box .accordion-button:not(.collapsed){ background-color:#f8f8f8; box-shadow:none; }
.terms_box .accordion-button { font-weight:600;}
.terms_box ul,.terms_box ol{ padding:0 0 0 0; margin:0 0 20px 16px; }
.terms_box ul li,.terms_box ol li{ padding:0 0 0 0; margin:10px 0; font-size:14px; }
.refund_box ul,.refund_box ol{ padding:0 0 0 0; margin:0 0 20px 16px; }
.refund_box ul li,.refund_box ol li{ padding:0 0 0 0; margin:10px 0; font-size:14px; }



@media (max-width: 2600px){
.user_review .cinemaw .movie-pic img { width: 226px;}	
}	


@media (max-width: 1920px){
.user_review .cinemaw .movie-pic img { width: 226px;}	
}	

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .booking-form-two {
    gap: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .booking-form-two .booking-btn {
    padding: 17px 15px;
  }
}



@media (max-width: 1199px) {

  .booking-form-two {
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .booking-form-two .form_group {
    width: 48%;
  }
  .st_dtts_bs_wrapper {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {

.con_box .bottom-img{  width:80%; display:block; margin:2% auto 0}	
.summary p br{ display:none;}
	
  .prs_contact_right_section_wrapper {
    margin-top: 40px;
  }
  .booking-form-two .form_group {
    width: 100%;
  }
  .booking-location ul.tabs {
    margin: 0 0 0 15px;
    width: 31%;
  }
  .booking-location ul.tabs li {
    font-size: 13px;
    padding: 0 0 10px 30px;
  }
  .booking-location h4 {
    margin-bottom: 10px;
  }
  .link-button .dedcription-btn {
    font-size: 13px;
    line-height: 18px;
    padding-top: 21px;
  }
  .link-button h4 {
    font-size: 14px;
  }
  .txt-box input {
    width: 70%;
  }
  footer h5 {
    font-size: 15px;
  }
  .footer-menu li a {
    font-size: 12px;
  }
  .nice-select.open .list,
  .nice-select.wide .list {
    height: 62px;
    overflow-y: scroll;
  }
  .inner-banner {
    height: auto;
  }
  .number-ticket.modal .modal-dialog{ width: 94%;}
  .image-big-list-item img{ width: 120px;}
  .image-small-list-item {
    margin: 5px 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 781px) {
	.inner-banner label{margin:2px;}
	.user_review .cinemaw .movie-pic img{height:auto;width: 100%;}
.cinemaw .movie-pic img,
.now_showing .cinemaw .movie-pic img,
.coming_soon .cinemaw .movie-pic img { width: 100%;}

	#aRatedModal.show .modal-dialog{width:95%}
	#otpModal .modal-dialog {
  width: 90%;
  margin: auto;
}
	.poplocation li{width:48%;}
.popl label{font-size:13px;}
  .col-lg-o5 {
    width: auto;
  }
  .dtts1 {
    width: 100px;
  }
  .dtts2 {
    width: calc(100% - 100px);
  }

  .st_cherity_btn li {
    margin-top: 15px;
  }
  .summary-one li {
    font-size: 12px;
    padding: 5px 8px;
  }
  .wt-button {
    font-size: 13px;
    line-height: 40px;
    height: 40px;
  }
  .modal-dialog iframe {
    height: 200px;
  }
  .detail-banner .black-tr-bg {
    display: none;
  }
  .detail-banner {
    position: relative;
    width: 100%;
    height: 150px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .movi_details .three {
    text-align: center;
  }
  .rimage {
    width: 100%;
  }
  .movie-timeing .mt-one .show-movie li {
    padding: 4px 8px;
    font-size: 13px;
    margin: 0 0 5px 0px;
  }
  .indicator li {
    margin: 0 0 0 12px;
    font-size: 11px;
  }
  .inner-banner label {
    font-size: 12px;
    padding: 4px 5px;
  }
  .inner-banner h3 {
    font-size: 25px;
  }
  .movi_details .movie-title {
    color: #000;
    text-align: center;
    font-size: 20px;
  }
  .movi_details .detail-genar li {
    color: #333333;
    font-size: 12px;
    padding: 0 6px;
  }
  .movi_details .detail-genar {
    text-align: center;
  }
  .movi_details .gebg {
    padding: 4px 5px;
    margin: 0 0 0 0;
    font-size: 11px;
  }
  .movi_details {
    margin-top: 15px;
  }

  .booking-location ul.tabs {
    display: none;
  }

  .booking-location .tab_container {
    display: block;
    margin: 0 auto;
    width: 95%;
    border-top: none;
    border-radius: 0;
    box-shadow: 0px 0px 10px black;
  }

  .booking-location .tab_drawer_heading {
    background-color: #ccc;
    background: #a60221;
    background: -moz-linear-gradient(top, #a60221 0%, #e4002b 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #a60221),
      color-stop(100%, #e4002b)
    );
    background: -webkit-linear-gradient(top, #a60221 0%, #e4002b 100%);
    background: -o-linear-gradient(top, #a60221 0%, #e4002b 100%);
    background: -ms-linear-gradient(top, #a60221 0%, #e4002b 100%);
    background: linear-gradient(to bottom, #a60221 0%, #e4002b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a60221", endColorstr="#e4002b", GradientType=0);
    color: #fff;
    margin: 0;
    padding: 10px 35px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
    font-size: 13px;
    position: relative;
  }

  .booking-location .tab_drawer_heading::before {
    position: absolute;
    content: "\f3c5";
    font-size: 12px;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background: #e4002b;
    font-family: "Font Awesome 6 Free";
    left: 4px;
    font-weight: 900;
    top: 6px;
  }

  .booking-location .tab_drawer_heading:hover {
    background: #ccc;
    background: #333;
    color: white;
  }

  .booking-location .d_active {
    background: #333;
    color: #dddddd;
  }

  .banner .owl-carousel .owl-nav button {
    display: none;
  }

  .link-button {
    background: #1f1f1f !important;
  }

  .booking-form-wrapper {
    padding: 33px 30px 40px;
  }

}

@media screen and (max-width: 700px) {


  .footer-menu.social li {
    width: 49%;
    display: inline-block;
  }

  .booking-form-two .form_group {
    border-bottom: 2px solid #22193a;
    border-right: none;
  }

  header.sticky-header {
    height: auto;
  }

  header.sticky {
    height: auto;
  }

  header.sticky,
  header {
    position: inherit;
    padding: 5px 0 0;
  }

  header.sticky-header .navbar-brand img {
    width: 100px;
  }

  .sticky .navbar-brand img {
    width: 90px;
  }

  .top-nevigation li a {
    font-size: 20px;
  }

  .select-dropdown__button {
    font-size: 12px;
  }

  .select-dropdown__button {
    width: 235px;
  }

  .top-nevigation {
    margin: 9px 0 5px 0;
  }

  .now-showing .nav-tabs button {
    font-size: 14px;
  }


  .now-showing .nav-tabs .nav-link {
    margin: 5px 5px;
  }

  .now-showing .nav-tabs button::after {
    left: -8px;
    font-size: 14px;
  }

  .ur-box {
    padding: 15px;
  }

  .link-button .dedcription-btn {
    font-size: 14px;
  }

  .txt-box input {
    width: 76%;
  }

  .copy-right p {
    text-align: center;
  }

  .booking-form-wrapper {
    background: rgba(4, 1, 29, 0.98);
  }

  .nice-select.open .list,
  .nice-select.wide .list {
    height: 100px;
    overflow-y: auto;
    background-color: #fff;
  }

  .booking-form-two .nice-select,
  .booking-form-two .form_control {
    font-size: 15px;
    color: #95989d;
  }

  .nice-select.open .list li {
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
  }

  .nice-select .option {
    font-size: 13px;
    line-height: 25px;
    min-height: 25px;
  }

  .form_wrapper .nice-select.open .list {
    height: auto;
    background-color: rgba(255, 255, 255, 0.95);
  }

  .form_wrapper .nice-select .option {
    font-size: 13px;
    line-height: 30px;
    min-height: 30px;
  }

  .form_wrapper .nice-select.open .list li {
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
  }

  .form_wrapper .nice-select {
    font-size: 13px;
    line-height: 35px;
  }
  .form_wrapper .nice-select.open .list li:first-child {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .widget-1 {
    margin-bottom: 40px;
  }
  .form_wrapper select,
  .form_wrapper .nice-select {
    width: 100%;
  }

  .now-showing .nav-tabs button {
    font-size: 13px;
  }

  .now-showing .nav-tabs .nav-link {
    margin: 5px 5px;
  }

  .now-showing .nav-tabs button::after {
    left: -8px;
    font-size: 13px;
  }

  .loader {
    left: 45%;
    transform: translateX(-45%);
    top: 45%;
    transform: translateY(-45%);
  }
}
@media (min-width: 992px) {
.user-review .col-cu-9{ width:80%;}
.user-review .col-cu-3{ width:20%;}
.adsban{ position:relative;}
.right-banner{position: absolute;  width: 302px; left: 0; top: 0; height: 100%;overflow-y: hidden;}
.now_showing .cinemaw .movie-pic img,.coming_soon .cinemaw .movie-pic img{width:228px;}
.now_showing,.coming_soon{height:320px;}
.ur_new_title .three{ width:16%; display:inline-block;}
.ur_new_title .ur_ntab{ width:82%; display:inline-block;}

}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }

  .ur-box {
    /* padding-left: 70px; */
  }
}
