body {
  font-family: hbl-Regular, arial, tahoma;
  font-size: 16px;
  color: #212121;
  overflow-x: hidden;
  background-color: #eee;
  padding-top: 52px;
  padding-bottom: 32px;
}
a {
  outline: none;
}
.mt0 {
  margin-top: 0 !important;
}
.mt20 {
  margin-top: 20px;
}
.mt90 {
  margin-top: 90px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.hide {
  display: none;
}
.topbar {
  background-color: #8f0a22;
  padding: 13px 0;
  margin-bottom: 10px;
}
.topbar .glyphicon-menu-left {
  background: url(../images/back_arrow.svg) no-repeat;
  height: 21px;
  width: 21px;
  margin-right: 5px;
  margin-top: 2px;
  float: left;
  font-size: 24px;
  color: #fff;
}
.topbar .glyphicon-menu-left:before {
  display: none;
}
.topbar .icon-pointer {
  font-size: 20px;
  color: #fff;
  margin: 2px 10px 0 0;
  float: left;
}
.topbar .icon-pointer:before {
  content: "";
  background: url(../images/location.svg) no-repeat;
  height: 31px;
  width: 25px;
  display: inline-block;
}
.topbar .logo {
  display: block;
  width: 100%;
}
.topbar .logo a {
  color: #fff;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 20px;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.topbar .pointer {
  display: block;
  width: 100%;
}
.topbar .pointer a {
  color: #fff;
  font-family: hbl-Regular, arial, tahoma;
  font-size: 16px;
  line-height: 33px;
  margin: 0 0 0 10px;
  text-decoration: none;
}
.icnDsply {
  top: 50%;
  display: block;
  text-align: center;
  margin-top: -113px;
  left: 0;
  right: 0;
  position: fixed;
}
.icnDsply b {
  color: #f37406;
}
.icnDsply img {
  max-width: 200px;
  width: 100%;
}
.bdBT {
  background-color: #fff;
}
.homecat {
  margin: 0;
}
.homecat .hd {
  display: block;
  padding: 20px;
  background-color: #eee;
  font-weight: bold;
}
.homecat hr {
  border-top: 1px solid #000;
  margin: 40px 0;
}
.homecat a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.homecat span {
  display: block;
  margin: 5px auto 0;
  font-size: 16px;
  text-align: center;
  color: #212121;
}
.homecat img {
  max-width: 100%;
}
.bdBTNw .topbarBT {
  padding-left: 14px;
  padding-right: 14px;
}
.bdBTNw .homecat {
  margin: 0;
}
.bdBTNw .homecat .hd {
  display: block;
  padding: 20px;
  background-color: #eee;
  font-weight: bold;
}
.bdBTNw .homecat hr {
  border-top: 1px solid #000;
  margin: 40px 0;
}
.bdBTNw .homecat a {
  text-decoration: none;
  display: block;
  padding: 12px;
  border-bottom: solid 2px #eee;
  text-align: left;
}
.bdBTNw .homecat a .glyphicon {
  color: #a4a4a4;
  margin: 14px 0;
}
.bdBTNw .homecat a:hover {
  background-color: #f5f5f5;
}
.bdBTNw .homecat a:last-child {
  border: 0;
}
.bdBTNw .homecat span {
  display: inline-block;
  margin: 5px auto 0;
  font-size: 16px;
  color: #212121;
  text-align: right;
}
.bdBTNw .homecat img {
  max-width: 100%;
  width: 50px;
  margin: 0 10px;
}
.simsimbg {
  background-color: #eeeeee;
  display: block;
  padding: 0 0 20px;
  position: relative;
}
.simsimbg hr {
  border-top: 1px solid #e0e0e0;
}
.order_moviebg {
  padding: 40px 20px 50px;
}
.moviedetail_bg {
  padding: 40px 0 0 !important;
  position: relative;
  text-shadow: 1px 2px 2px #000;
}
.playbutton {
  position: absolute;
  top: 40%;
  left: 45%;
}
.moviename {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 25px;
  color: #fff;
}
.cinemaname {
  font-size: 16px;
  color: #fff;
}
.cinemaname .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
}
.date_cinema {
  padding: 10px 0;
  font-size: 14px;
  color: #212121;
}
.date_cinema i {
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #545454;
}
.cinemaname_address {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.movietime {
  display: inline-block;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  margin: 10px 0 0 0;
}
.moviedate {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0 10px;
}
.proceed_button {
  margin: 15px auto 0;
}
.proceed_button .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 18px;
  color: #fff;
  padding: 15px 12px;
}
.proceed_button .btn-danger {
  background-color: #8f0a22;
  border-color: #8f0a22;
}
.movie_calendar {
  overflow: auto;
  background-color: #fff;
}
.movie_calendar .nav-tabs > li.active > a,
.movie_calendar .nav-tabs > li.active > a:focus,
.movie_calendar .nav-tabs > li.active > a:hover {
  border-bottom: 3px solid #8f0a22 !important;
}
.movie_calendar .nav-tabs > li.active > a,
.movie_calendar .nav-tabs > li.active > a:focus,
.movie_calendar .nav-tabs > li.active > a:hover {
  border: 0px solid #ddd;
  font-size: 14px;
  color: #212121;
}
.movie_calendar .nav-tabs > li.active > a span,
.movie_calendar .nav-tabs > li.active > a:focus span,
.movie_calendar .nav-tabs > li.active > a:hover span {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 11px;
  color: #8f0a22;
}
.movie_calendar .nav-tabs {
  border-bottom: 0px solid #ddd;
  width: 100%;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.movie_calendar .nav-tabs > li {
  float: none;
  display: inline-block;
  margin-bottom: -1px;
  width: 56px;
  text-align: center;
  padding: 0;
}
.movie_calendar .nav-tabs > li > a {
  border: 0px solid transparent;
  border-radius: 0;
  padding: 10px 0;
  width: 57px;
  text-align: center;
  display: block;
  font-size: 11px;
  color: #212121;
}
.movie_calendar .nav-tabs > li > a span {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 11px;
  color: #424242;
}
.cinema_timingbox {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #d4d4d4;
  margin: 10px 0;
  padding: 15px 10px 10px;
  width: 100%;
}
.cinema_timingbox .list-inline {
  margin-left: 0;
}
.cinema_timingbox .list-inline > li {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 16px;
}
.cinema_timingbox .list-inline > li.active {
  background-color: #8f0a22;
  color: #fff;
  border: 0px solid #bdbdbd;
}
.tickets_listing .list-inline {
  margin: 0;
}
.tickets_listing .list-inline > li:nth-child(even) {
  border-right: 0px solid #bdbdbd;
}
.tickets_listing .list-inline > li {
  width: 50%;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  float: left;
  padding: 0;
}
.tickets_listing .list-inline > li > a {
  display: block;
  text-decoration: none;
  padding: 20px 0;
}
.tickets_listing .list-inline > li > a:hover {
  display: block;
  background-color: #e0e0e0;
  text-decoration: none;
  padding: 20px 0;
}
.tickets_listing img {
  display: block;
  margin: 0 auto;
}
.tickets_listing span {
  display: block;
  margin: 5px auto 0;
  text-align: center;
  font-size: 16px;
  color: #212121;
}
.movie_type {
  overflow: auto;
}
.movie_type ul {
  white-space: nowrap;
  overflow-y: hidden;
}
.movie_type .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 10px;
}
.movie_industries {
  overflow: auto;
}
.movie_industries .nav-tabs {
  white-space: nowrap;
  width: 100%;
  overflow-y: hidden;
}
.movie_industries .nav-tabs > li {
  margin-bottom: 0;
  display: inline-block;
  float: none;
}
.movielisting_iconsbg {
  padding: 10px 0 0;
  background-color: #fff;
}
.movielisting_iconsbg img {
  display: block;
  margin: 0 auto;
}
.movielisting_iconsbg a {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 14px;
  color: #212121;
  text-decoration: none;
}
.movielisting_iconsbg a.active {
  font-family: hbl-Semibold, arial, tahoma;
  color: #8f0a22;
  text-decoration: none;
}
.movie_cinemaname {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 16px;
  color: #212121;
  margin-bottom: 15px;
}
.loading_bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.loading_box {
  position: fixed;
  top: 50%;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #d4d4d4;
  padding: 20px;
  width: 90%;
  left: 50%;
  margin-left: -45%;
}
.loading_icon {
  font-size: 16px;
  color: #616161;
}
.loading_icon img {
  width: 10%;
}
.logan {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 20px;
  color: #212121;
}
.logan_text {
  font-size: 14px;
  color: #212121;
  margin: 5px 0;
}
.logan_text i {
  position: relative;
  top: 5px;
  margin-right: 5px;
  font-size: 20px;
  color: #545454;
}
.logan_text .icon-sold {
  font-size: 16px;
}
.order_box {
  margin: 0 0 10px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.order_desc {
  display: inline-block;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 16px;
  color: #212121;
}
.order_price {
  display: inline-block;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 16px;
  color: #424242;
  float: right;
}
.item_name {
  display: inline-block;
  float: left;
  font-size: 20px;
}
.item_name span {
  font-family: hbl-Semibold, arial, tahoma;
  display: block;
}
.addcont {
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.addcont a {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 36px;
  line-height: 30px;
  color: #8f0a22;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #8f0a22;
  display: block;
  text-align: center;
  text-decoration: none;
}
.counter_box {
  border: 2px solid #8f0a22;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 10px;
  float: right;
  margin: 10px 0 0 0;
}
.minussign {
  display: inline-block;
  float: left;
}
.minussign a {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 3px;
  line-height: 3px;
  color: #bdbdbd;
  position: relative;
  top: -5px;
  margin: 0 5px;
  padding: 5px 0;
  text-decoration: none;
}
.counterno {
  display: inline-block;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 22px;
  line-height: 18px;
  color: #616161;
  float: left;
  margin: 0 5px;
}
.plussign {
  display: inline-block;
  float: left;
}
.plussign a {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 16px;
  line-height: 16px;
  color: #bdbdbd;
  margin: 0 5px;
  text-decoration: none;
}
.see_combo {
  width: 100%;
  text-align: center;
}
.see_combo a {
  color: #8f0a22;
  font-size: 18px;
  text-decoration: none;
}
.see_combo span {
  font-size: 14px;
}
.tab_container {
  margin-top: 10px;
}
.tab_container a {
  display: block;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  color: #212121;
}
.tab_container a:hover .tab_icon_container {
  background-color: #fff;
  color: #8f0a22;
  border: 2px solid #8f0a22;
}
.tab_container h4 {
  font-size: 20px;
  margin-top: 13px;
}
.hbl_color {
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 5px #b9b9b9;
  background-color: #fff;
}
.hbl_color:hover {
  border: 1px solid #8f0a22;
  box-shadow: 0 2px 5px #8f0a22;
}
.movies_tabs {
  margin: 20px 0 0;
}
.movies_tabs .nav-tabs {
  border-bottom: 0 solid #ddd;
}
.movies_tabs .nav-tabs > li {
  margin-right: 8px;
}
.movies_tabs .nav > li > a {
  padding: 5px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #8f0a22;
  font-size: 14px;
  color: #8f0a22;
}
.movies_tabs .nav-tabs > li.active > a,
.movies_tabs .nav-tabs > li.active > a:focus,
.movies_tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #8f0a22;
  border: 0 solid #ddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.movies_tabs .tab-content {
  margin: 20px 0 0 0;
}
.movies_tabs .movie_cont {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 20px;
}
.movies_tabs .movie_cont img {
  display: block;
  width: 100%;
}
.movies_tabs .movie_cont span {
  font-size: 16px;
  color: #212121;
  display: block;
  padding: 10px 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tab_icon_container {
  width: 50px;
  height: 50px;
  background-color: #8f0a22;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
}
.tab_icon_container .icon-paynow {
  font-size: 18px;
  padding: 0;
  position: relative;
  top: -3px;
}
.tab_icon_container .icon-mytickets {
  font-size: 18px;
  padding: 0;
  position: relative;
  top: -3px;
}
.movie_name {
  background-color: #fff;
  font-size: 16px;
  color: #212121;
  padding: 15px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.movie_title {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 20px;
}
.powerby span {
  font-size: 14px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.powerby img {
  height: 18px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: middle;
}
.custom_select {
  overflow: hidden;
  background: url(../images/dropdown_arrow.png) no-repeat right 10px center;
  height: 40px;
  color: #212121;
  margin-bottom: 10px;
}
.custom_select .form-control {
  box-shadow: none;
}
.custom_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  text-indent: 0.01px;
  width: 100%;
  font-size: 16px;
  color: #212121;
  margin-bottom: 10px;
}
.custom_select_border {
  border-bottom: 2px solid #bdbdbd;
}
.movie_listing_banner {
  margin-top: 10px;
}
.movie_detail {
  margin-top: 20px;
}
.movie_detail .media-heading {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 22px;
  margin: 10px 0;
}
.movie_detail .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: hbl-Semibold, arial, tahoma;
}
.movie_detail .btn-success {
  background-color: #8f0a22;
  border-color: #8f0a22;
  margin-top: 10px;
}
.release_date {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 15px;
  margin: 10px 0 0 0;
}
.grey_text {
  font-size: 15px;
  color: #424242;
}
.right_border {
  border-right: 1px solid #e0e0e0;
}
.leftarrow {
  width: 60px;
  height: 60px;
  border: 2px solid #8f0a22;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #8f0a22;
}
.leftarrow a {
  display: block;
  width: 60px;
  height: 60px;
  color: #8f0a22;
  padding-top: 10px;
}
.personalinfo_form {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 15px 0 0;
  padding: 15px 10px;
 
}
.scrollform{ max-height: 380px;
  overflow-y: auto;}
.personalinfo_form ::-webkit-input-placeholder {
  color: #212121;
}
.personalinfo_form ::-moz-placeholder {
  color: #212121;
}
.personalinfo_form :-ms-input-placeholder {
  color: #212121;
}
.personalinfo_form :-moz-placeholder {
  color: #212121;
}
.personalinfo_form label {
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 18px;
  color: #212121;
}
.personalinfo_form label.error {
  font-weight: normal;
}
.personalinfo_form label.active {
  color: #8f0a22;
  border: none;
}
.personalinfo_form .custom_select {
  height: 60px;
}
.personalinfo_form .form-control {
  border: none;
  border-bottom: 2px solid #bdbdbd;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 6px 0;
  height: 60px;
  font-size: 18px;
  color: #212121;
}
.personalinfo_form .form-control#amount {
  font-size: 80px;
  text-align: center;
  height: 100px;
}
.personalinfo_form .active {
  border-bottom: 2px solid #8f0a22;
}
.hblSkin {
  font-size: 14px;
}
.hblSkin .personalinfo_form label {
  font-size: 12px;
}
.hblSkin .personalinfo_form .form-control {
  font-size: 16px;
}
.hblSkin .logan {
  font-family: hbl-Regular, arial, tahoma;
  font-size: 16px;
  font-weight: bold;
}
.screen_bg {
  display: block;
  width: 100%;
  height: 100px;
  background: url(../images/screen_bg.png) no-repeat center;
  background-size: cover;
}
.screen_title {
  display: block;
  width: 100%;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 18px;
  color: #8f0a22;
  text-align: center;
}
.seats {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.seat_title {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
.seatnoicon {
  margin: 0 10px;
  text-align: center;
}
.order_container {
  border: 2px solid #e0e0e0;
  margin: 10px 0;
}
.order_padding {
  padding: 15px;
}
.summary_heading {
  font-family: hbl-Semibold, arial, tahoma;
  max-width: 100px;
  width: 100%;
  display: inline-block;
  margin: 5px 0;
}
.summary_text {
  display: inline-block;
  color: #424242;
  margin: 5px 0;
}
.summary_time {
  margin-left: 100px;
  width: 100%;
  display: inline-block;
}
.summary_greybg {
  background-color: #e0e0e0;
}
.powerby {
  margin: 0 auto;
}
.havecoupon a {
  color: #8f0a22;
  text-decoration: none;
}
.mytickets img {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 86px;
}
.mytickets h4 {
  font-family: hbl-Semibold, arial, tahoma;
}
.mytickets .cinemaadd {
  font-size: 16px;
  color: #212121;
}
.mytickets .cinetime {
  color: #212121;
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
}
.mytickets .cinetime i {
  color: #545454;
  position: relative;
  top: 3px;
  margin-right: 5px;
  font-size: 18px;
}
.mytickets .btn-danger {
  color: #8f0a22;
  background-color: #fff;
  border-color: #8f0a22;
  font-family: hbl-Semibold, arial, tahoma;
  margin-top: 20px;
}
.mytickets .btn-danger:hover {
  color: #fff;
  background-color: #8f0a22;
  border-color: #8f0a22;
  font-family: hbl-Semibold, arial, tahoma;
  margin-top: 20px;
}
.mytickets .btn {
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  padding: 6px 20px;
}
.mytickets .btn-default {
  color: #212121;
  background-color: #fff;
  border-color: #bdbdbd;
  font-family: hbl-Semibold, arial, tahoma;
  margin-top: 20px;
}
.mytickets .btn-default:hover {
  color: #fff;
  background-color: #747474;
  border-color: #747474;
  font-family: hbl-Semibold, arial, tahoma;
  margin-top: 20px;
}
.etickets_box {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #d4d4d4;
  margin: 10px 0;
  width: 100%;
}
.etickets_box .list-inline {
  margin-left: 0;
}
.etickets_box ul.reservation_heading {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
}
.etickets_box ul.reservation_heading li {
  text-align: center;
}
.etickets_box ul.reservation_heading li:nth-child(1) {
  width: 45%;
}
.etickets_box ul.reservation_heading li:nth-child(2) {
  width: 35%;
}
.etickets_box ul.reservation_heading li:nth-child(3) {
  width: 17%;
}
.etickets_box ul.reservation_listing li {
  border-right: 1px solid #e0e0e0;
  margin: 10px 0;
  text-align: center;
}
.etickets_box ul.reservation_listing li:nth-child(1n) {
  width: 45%;
}
.etickets_box ul.reservation_listing li:nth-child(2n) {
  width: 35%;
}
.etickets_box ul.reservation_listing li:nth-child(3n) {
  width: 17%;
  border-right: 0px solid #e0e0e0;
}
.etickets_box ul.quantity {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 12px;
  white-space: nowrap;
display: flex;
}
.etickets_box ul.quantity li {
  background-color: #000;
  color: #fff;
  width: 20%;
  margin: 0 -2px;
  padding: 10px 0;
}
.etickets_box ul.unitprice {
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  font-family: hbl-Semibold, arial, tahoma;
  font-size: 12px;
  white-space: nowrap;
  display: flex;
}
.etickets_box ul.unitprice li {
  padding: 10px 10px;
  width: 20%;
  border-right: 1px solid #e0e0e0;
  /*margin: 0 -2px 20px;*/
  white-space: break-spaces;
  text-align: center;
}
.etickets_box ul.unitprice li:last-child {
  border-right: 0px solid #e0e0e0;
}
.yourticket {
  font-family: hbl-Semibold;
  font-size: 16px;
  color: #212121;
  display: inline-block;
  margin: 0 10px 10px;
  position: relative;
  top: -23px;
}
.d9 {
  display: inline-block;
  text-align: center;
}
.qrcode {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.footerarrow {
  position: fixed;
  width: 100%;
  background-color: #eee;
  bottom: 0;
  height: 30px;
  border-top: 1px solid #e0e0e0;
  box-shadow: 2px 0 5px #bdbdbd;
}
.footerarrow a:hover {
  text-decoration: none;
}
.orderbottom {
  margin-bottom: 90px;
}
.synopsisbottom {
  margin-bottom: 50px;
}
.select_searchinput {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #d4d4d4;
  margin: 10px 0;
  padding: 0;
  width: 100%;
}
.select_searchinput .form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  height: 50px;
}
.select_searchinput .add-on .input-group-btn > .btn {
  border-left-width: 0;
  left: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.select_searchinput .add-on .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: #cccccc;
  border-right: transparent;
}
ul.citylist a {
  text-decoration: none;
  font-family: hbl-Semibold;
  font-size: 16px;
  color: #212121;
}
ul.citylist li {
  border-bottom: 1px solid #e0e0e0;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
}
ul.citylist li:last-child {
  border-bottom: 0px solid #e0e0e0;
  padding-bottom: 0;
}
ul.citylist li:first-child {
  margin: 0;
}
.listingbanner {
  position: relative;
  overflow: hidden;
  padding-bottom: 130%;
  border: 2px solid #e0e0e0;
}
.listingbanner img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.listingbanner .placeholder_padding {
  padding: 20px;
}
.movie_specsbg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 0 5px;
}
.tryitnow {
  background-color: #20afcc;
  position: relative;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  margin: 10px auto 0;
}
.tryitnow_text {
  color: #fff;
  font-family: hbl-Semibold;
  font-size: 18px;
  text-align: center;
  padding-top: 4px;
}
.tryitnow_save {
  color: #616161;
  font-family: hbl-Semibold;
  font-size: 11px;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
  line-height: 11px;
}
.orline {
  background-color: #bdbdbd;
  width: 25%;
  height: 1px;
  margin: 20px auto;
  position: relative;
  text-align: center;
  padding: 0 7%;
}
.ortext {
  position: absolute;
  top: -12px;
  background-color: #eeeeee;
  padding: 0 10%;
}
.wallet_select {
  overflow: hidden;
  background: url(../images/wallet_select.png) no-repeat right 0 center;
  height: 40px;
  color: #212121;
  margin-bottom: 10px;
}
.wallet_select .form-control {
  box-shadow: none;
  border-bottom: 2px solid #757575;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 6px 0;
}
.wallet_select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  text-indent: 0.01px;
  width: 100%;
  font-size: 16px;
  color: #212121;
  margin-bottom: 10px;
}
.custom_select_border {
  border-bottom: 2px solid #bdbdbd;
}
.mobilewallet_modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.mobilewallet_modal .modal-title {
  font-family: hbl-Semibold;
}
.mobilewallet_modal .modal-header {
  border-bottom: 0 solid #e5e5e5;
}
.mobilewallet_modal .modal-header .close {
  margin-top: -2px;
  display: none;
}
.mobilewallet_modal .modal-body {
  padding: 0 15px;
}
.mobilewallet_modal .modal-footer {
  border-top: 0px solid #e5e5e5;
}
.mobilewallet_modal .modal-footer a {
  text-decoration: none;
  color: #16b2cb;
  font-family: hbl-Semibold;
  font-size: 18px;
  margin-left: 30px;
}
.cash_modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.cash_modal .modal-title {
  font-family: hbl-Semibold;
}
.cash_modal .modal-header {
  border-bottom: 0 solid #e5e5e5;
}
.cash_modal .modal-header .close {
  margin-top: -2px;
  display: none;
}
.cash_modal .modal-body {
  padding: 0 15px;
}
.cash_modal .modal-footer {
  border-top: 0px solid #e5e5e5;
}
.cash_modal .modal-footer a {
  text-decoration: none;
  color: #16b2cb;
  font-family: hbl-Semibold;
  font-size: 18px;
  margin-left: 30px;
  display: block;
}
.payment_text {
  font-size: 14px;
  color: #212121;
}
.payment_title {
  font-family: hbl-Semibold;
  font-size: 16px;
  color: #7f7f7f;
}
.payment_text {
  font-size: 14px;
  color: #7f7f7f;
}
.netamount {
  color: #16b2cb !important;
  font-family: hbl-Semibold;
  font-size: 18px !important;
}
.creditcard_modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.creditcard_modal .modal-title {
  font-family: hbl-Semibold;
  text-align: center;
}
.creditcard_modal .modal-header {
  border-bottom: 0 solid #e5e5e5;
}
.creditcard_modal .modal-header .close {
  margin-top: -2px;
  display: none;
}
.creditcard_modal .modal-body {
  padding: 0 15px;
}
.creditcard_modal .modal-footer {
  border-top: 0px solid #e5e5e5;
}
.creditcard_modal .modal-footer a {
  text-decoration: none;
  color: #16b2cb;
  font-family: hbl-Semibold;
  font-size: 18px;
  margin-left: 30px;
  display: block;
}
.creditcard_modal .btn-primary {
  color: #fff;
  background-color: #16b2cb;
  border-color: #16b2cb;
  font-family: hbl-Semibold;
  font-size: 18px;
}
.wallet_time {
  width: 100%;
  text-align: center;
  font-family: hbl-Semibold;
  font-size: 16px;
  color: #f2943d;
  margin-bottom: 10px;
}
.pay_invoice {
  font-size: 14px;
  color: #212121;
  text-align: center;
}
.wallet_form .form-control {
  font-size: 14px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
}
.resendopt {
  text-align: right;
}
.resendopt a {
  font-family: hbl-Semibold;
  font-size: 16px;
  color: #16b2cb;
  text-decoration: none;
}
@media (max-width: 360px) {
  .homecat span {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .movielisting_iconsbg .list-inline > li {
    padding-right: 0;
    padding-left: 0;
  }
  .homecat span {
    font-size: 12px;
  }
}
.overflow-auto {
  overflow: auto;
}
.checked-place > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 30px;
  text-align: center;
}
.checked-place > span img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.no-bg {
  background: none !important;
}
.confirmation-modal .modal-content {
  border-radius: 3px;
}
.confirmation-modal .modal-content .modal-header {
  border-bottom: 0 none;
  padding: 12px;
  background-color: #f7f7f7;
}
.confirmation-modal .modal-content .btn-group {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
.confirmation-modal .modal-content .btn-group .btn {
  border: 0;
  border-left: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 10px;
}
.confirmation-modal .modal-content .btn-group .btn:first-child {
  border-left: 0;
}
.modal.in .confirmation-modal.modal-dialog {
  margin: 25px auto;
  max-width: 80%;
  transform: translate(0px, 50%);
}
.offer-listing {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #d4d4d4;
  margin: 10px 0;
  padding: 15px 10px 10px;
  display: block;
  color: #666;
  transition: ease-in-out 0.2s;
}
.offer-listing .media-left {
  max-width: 84px;
}
.offer-listing .media-left img {
  width: 84px;
}
.offer-listing .media-body {
  font-size: 14px;
  padding-left: 10px;
}
.offer-listing .media-body .media-heading {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.offer-listing:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #8f0a22;
}
.offer-listing:hover * {
  text-decoration: none;
}
.offerDetailBanner {
  border-bottom: 3px solid #8f0a22;
}
.offerDetailBanner img {
  width: 100%;
  display: block;
}
.text-warning {
  color: #f8963c;
}
.loader-overlay {
  background: rgba(0, 0, 0, 0.7) url(../images/loader.svg) no-repeat center
    calc(50% - 24px);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.loader-overlay::before {
  content: "Please Wait ...";
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: calc(50% + 12px);
  right: 0;
}
.full-page-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  margin: 0;
  padding: 15px;
  z-index: 6;
}
.notIcon {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  margin: 0 10px;
}
.notIcon span {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  background-color: #f44336;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -8px;
}
.no-promo {
  text-align: center;
  padding: 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 49px;
  bottom: 52px;
  overflow: auto;
}
.no-promo > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.no-promo img {
  max-width: 80%;
  margin-bottom: 15px;
}
.loader-overlay {
  background: rgba(0, 0, 0, 0.7) url(../images/loader.svg) no-repeat center
    calc(50% - 24px);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.loader-overlay::before {
  content: "Please Wait ...";
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: calc(50% + 12px);
  right: 0;
}
#bustable_bg .table #searched > tr:first-child ~ tr td:last-child {
  background: url(../images/arrow-next.svg) no-repeat calc(100% - 10px) center;
  background-size: 15px 15px;
  padding-right: 35px !important;
}
#bustable_bg .table #searched > tr:first-child ~ tr td {
  cursor: pointer;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  background-color: #fff !important;
}
#bustable_bg .table #searched > tr:first-child ~ tr:hover td,
#bustable_bg .table #searched > tr:first-child ~ tr:active td,
#bustable_bg .table #searched > tr:first-child ~ tr:focus td {
  background-color: #bbb !important;
  color: #000;
  opacity: 0.35;
}
.food-inside {
  margin-top: 70px;
  margin-bottom: 90px;
}
.food-inside .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: hbl-Semibold;
  color: #fff;
}
.food-inside .btn-danger {
  background-color: #8f0a22;
  border-color: #8f0a22;
}
.food-inside .thumbnail {
  border: 0;
  padding: 0;
  font-weight: bold;
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.food-inside .thumbnail .theImg {
  position: relative;
}
.food-inside .thumbnail .theImg .discount-ribon {
  background: url(../images/discount-ribon.png) no-repeat;
  height: 32px;
  line-height: 32px;
  width: 84px;
  padding: 0 15px 0 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 13px;
  font-weight: bold;
}
.food-inside .thumbnail .theImg img {
  width: 100%;
}
.food-inside .thumbnail .theImg .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 15px;
  line-height: 1.2;
}
.food-inside .thumbnail .theText {
  padding: 10px 15px;
}
.food-inside .thumbnail .theText .thePrice {
  font-size: 16px;
  margin-top: 4px;
}
.food-inside .thumbnail .theText .theQty .input-group {
  display: inline-block;
}
.food-inside .thumbnail .theText .theQty .input-group > * {
  display: inline-block;
}
.food-inside .thumbnail .theText .theQty .input-group .input-group-btn {
  width: 34px;
}
.food-inside .thumbnail .theText .theQty .input-group .input-group-btn .btn {
  width: 34px;
  border-radius: 50%;
  padding: 6px;
  text-align: center;
}
.food-inside .thumbnail .theText .theQty .input-group .form-control {
  width: 36px;
  padding: 6px 3px;
  float: none;
  margin: 0 -2px;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
  top: 2px;
}
.food-inside .footBox {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
}
.food-inside .footBox .theContent small {
  font-size: 11px;
  font-style: italic;
}
.food-inside .footBox .theButtons {
  margin-top: 10px;
}
.abl {
  background-color: #f5f5f5 !important;
  font-size: 14px;
  padding-top: 48px;
}
.abl .topbar {
  background-color: #fff;
  border-bottom: 2px solid #f24800;
  padding: 8px 0 7px;
  text-transform: uppercase;
}
.abl .topbar .glyphicon-menu-left {
  background: url(../images/abl-back_arrow.svg) no-repeat center left/16px 16px;
  margin-top: -1px;
}
.abl .topbar .logo a {
  color: #f24800;
  font-size: 16px;
  margin: 4px 0 0 7px;
  display: inline-block;
}
.abl .topbar .icon-pointer {
  color: #7a8084;
}
.abl .topbar .icon-pointer:before {
  background: url(../images/abl-location.svg) no-repeat center center/16px auto;
}
.abl .topbar .pointer a {
  color: #7a8084;
  text-transform: uppercase;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.abl.bdBTNw .homecat a {
  text-transform: uppercase;
  background-color: #fff;
}
.abl.bdBTNw .homecat a:hover {
  background-color: #f5f5f5;
}
.abl.bdBTNw .homecat a .glyphicon {
  color: #f24800;
}
.abl.bdBTNw .homecat a span {
  font-size: 13px;
  color: #212121;
}
.abl.bdBTNw .homecat .hd {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
}
.abl.bdBTNw .homecat img {
  width: 42px;
}
.abl .footerarrow {
  background-color: #fff;
}
.abl .personalinfo_form label {
  font-size: 14px;
  text-transform: uppercase;
}
.abl .personalinfo_form .custom_select {
  height: 46px;
}
.abl .personalinfo_form .form-control {
  height: 46px;
  font-size: 16px;
}
.abl .listingbanner {
  background-color: #45322a !important;
  border: 0 !important;
}
.abl .movies_tabs .movie_cont span {
  font-size: 14px;
}
.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}
.topbar .pointer a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    padding: 0;
  }
  .container {
    width: 100%;
  }
  .topbar {
    position: static;
    background-color: #fff !important;
  }
  .topbar .logo a {
    display: inline-block;
  }
  .topbar * {
    color: #000 !important;
    filter: grayscale(1) brightness(0);
    -webkit-filter: grayscale(1) brightness(0);
    -o-filter: grayscale(1) brightness(0);
    -moz-filter: grayscale(1) brightness(0);
    -ms-filter: grayscale(1) brightness(0);
  }
  .topbar .glyphicon-menu-left {
    background: url(../images/web/back_arrow.svg) no-repeat center left/16px
      16px !important;
    height: 28px;
  }
  .bdBTNw .homecat {
    margin: 0;
  }
  .bdBTNw .homecat .hd {
    background-color: #fff;
    font-weight: normal;
    color: #000;
    font-size: 24px;
    border-top: 1px solid #bdbdbd;
    padding: 35px 20px 20px;
  }
  .bdBTNw .homecat .hd:first-child {
    border: 0;
    padding-top: 25px;
  }
  .bdBTNw .homecat a {
    display: inline-block;
    border: 1px solid #212121 !important;
    border-radius: 5px;
    padding: 15px 20px 20px !important;
    margin: 10px 20px 35px;
    width: 270px;
    max-width: calc(50% - 40px);
  }
  .bdBTNw .homecat a img {
    display: block;
    margin: 0 auto 10px;
  }
  .bdBTNw .homecat a span {
    display: block;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
  }
  .bdBTNw .homecat a .glyphicon {
    display: none;
  }
  .footerarrow {
    pointer-events: none;
    height: 40px;
    padding: 5px 20px;
    background-color: #f5f5f5;
  }
  .footerarrow .powerby {
    text-align: left;
  }
  .movies_tabs .tab-content .tab-pane .row > a {
    display: inline-block;
    margin: 0 15px 20px;
    overflow: hidden;
    width: calc(20% - 34px);
    vertical-align: top;
  }
  .movies_tabs .tab-content .tab-pane .row > a > .col-xs-6 {
    width: 100%;
    padding: 0;
  }
  .movies_tabs .tab-content .tab-pane .row > a .movie_cont {
    margin: 0;
  }
  .movies_tabs .tab-content .tab-pane .row > a .movie_cont .listingbanner {
    padding-bottom: calc(130% - 4px);
  }
  .movies_tabs .tab-content .tab-pane .row > a .movie_cont span {
    font-size: 18px;
    font-weight: 600;
  }
  .movie_calendar .nav-tabs {
    width: 100%;
  }
  .proceed_button {
    padding: 20px 15px;
    position: static !important;
    text-align: right;
    margin: 0;
  }
  .proceed_button .btn {
    position: static !important;
    padding: 10px 25px;
    width: auto;
    display: inline-block;
    border-radius: 3px !important;
  }
  .simsimbg {
    background: #fff;
    padding-bottom: 0;
  }
  .personalinfo_form {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    margin: 0;
  }
  .personalinfo_form .form-control {
    padding: 6px 12px;
  }
  .topbar .logo a {
    font-size: 24px;
  }
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order_desc.text-primary .form-control {
  width: 180px;
}
.btn-default.btn-outline {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #333 !important;
}
.custom-modal .modal-content {
  border-radius: 3px;
}
.custom-modal .btn {
  min-width: 75px;
}
.moviedetail_bg {
  height: 118.56px;
  background-repeat: no-repeat;
}
.personalinfo_form label {
  font-size: 12px;
  color: #212121ad;
  font-weight: normal;
}
.personalinfo_form .form-control {
  font-size: 14px;
  color: #000000;
}
.personalinfo_form
  .select-et-2022
  .select2-selection.select2-selection--single {
  height: 30px;
border-radius: 0;
  font-size: 13px;
  color: #000000;
}
.personalinfo_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000000;
  font-size: 13px;
}
.personalinfo_form .form-control {
  color: #000000;
  height: 30px;
  font-size: 13px;

  padding: 0 8px;
}
.proceed_button .btn {
  font-size: 16px;

  padding: 7px 12px;
  text-transform: uppercase;
  width: 90%;
  margin: auto;
}

.personalinfo_form .form-group {
  /*margin-bottom: 0;*/
}

.personalinfo_form .custom_select {
  margin-bottom: 0;
}

#movie_order_form_validation .personalinfo_form .form-group, #event_order_form_validation .personalinfo_form .form-group {
  margin-bottom: 15px;
}
 

#movie_order_form_validation .personalinfo_form .form-control, #event_order_form_validation .personalinfo_form .form-control, #bus_order_form_validate .personalinfo_form .form-control{
  
  height: 40px;
  

  padding: 0 0px;
}




.help-box {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.help-box.style-1, .help-box.style-2, .help-box.style-3 {
  padding-left:50px;
 
}
.help-box.style-1 .help-box-icon, .help-box.style-2 .help-box-icon, .help-box.style-3 .help-box-icon {
  position: absolute;
  top: -7px;
  left: 0;
  margin-bottom: 0;
  font-size: 25px;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  text-align: center;
}
.help-box .help-box-icon {
  display: inline-block;
  font-size: 35px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  width: 45px;
  margin-top: 0;
  margin-bottom: 12px;
  color: #26b15d;
  border-radius: 0;
}
.help-box h3, .help-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
color:#212121;
}


.help-box a{color:#212121;}
.helpmodal .modal-header .close{ opacity: 1 ; margin: 0; font-size: 27px;}




.showhelp {
  color: #fff;
  display: inline-block;
  text-decoration: none;
 
}
.showhelp:focus{ outline: none !important; box-shadow: none;}
.showhelp img{
 width: 28px;
}
.name_block {
    display: block;
    color: #fff;
    padding-left: 13px;
    margin-top: -3px;
    line-height: 1.1;
}
.tickets_listing {
    padding: 15px 12px;
    margin: 0 0 0 0;
    list-style-type: none;
}

.tickets_listing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-weight: 700;
    margin-bottom: 8px;
}

.tickets_listing li span {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    margin: 0;
}

.tickets_listing li span img {
    margin-right: 9px;
}


.form_Btn {
  color: #fff;
  width: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
}


div#location .modal-dialog {
  margin-top: 54px;
  width: 60%;
  margin-left: auto;
}

div#location .modal-dialog .modal-body {
  padding: 0;
}

div#location .modal-dialog .modal-body .cinema_timingbox {
  margin: 0;
}

div#location .modal-dialog button.close {
  opacity: 1;
  font-size: 23px;
  float: none;
}

div#location .modal-dialog .modal-header {
  padding: 7px 15px;
  display: flex;
  align-items: center;
  justify-content: end;
}

div#location .modal-dialog .modal-header h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}


/* newcss */


.summary_container {
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 10px 0px 0;
  margin: 0 auto 20px;
  color: #212121;
}
.summary_container .nav-tabs {
  border-bottom: 0px solid #ddd;
}
.summary_container .nav-tabs > li.active > a,
.summary_container .nav-tabs > li.active > a:focus,
.summary_container .nav-tabs > li.active > a:hover {
  border: 0px solid #ddd;
  border-bottom: 3px solid #f8963c;
 
  font-size: 14px;
  color: #212121;
  padding: 10px 0;
  margin: 0 15px;
}
.summary_container .nav > li > a:focus,
.summary_container .nav > li > a:hover {
  background-color: transparent;
  border: none;
}
.summary_container .nav-tabs > li > a {
  border: 0 solid transparent;
  font-size: 14px;
  color: #212121;
  padding: 10px 0;
  margin: 0 15px;
}
.summary_container .synopsis {
 
  color: #212121;
  font-size: 18px;
  margin: 10px 0 10px 0;
  font-weight: 700;
}
.summary_container .synopsis_text {
 
  font-size: 16px;
}

.showtimes_container {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px 0;
  margin: 0 auto 30px;
}
.showtimes_container .rowborder_bottom {
  border-bottom: 1px solid #e0e0e0;
}
.showtimes_container .rowborder_bottom .col-md-4,
.showtimes_container .rowborder_bottom .col-sm-4 {
  border-right: 0 solid #e0e0e0;
  border-bottom: 0 solid #e0e0e0;
  background-color: transparent;
}
.showtimes_container .rowborder_bottom .col-md-8,
.showtimes_container .rowborder_bottom .col-sm-8 {
  border-bottom: 0 solid #e0e0e0;
}
.showtimes_container .rowborder_bottom .row {
  border-bottom: 0px solid #e0e0e0;
}
.showtimes_container .col-md-4,
.showtimes_container .col-sm-4 {
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fafafa;
}
.showtimes_container .col-md-8,
.showtimes_container .col-sm-8 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 18px;
}

.noborder {
  border-bottom: 0 solid #e0e0e0 !important;
}

.ratingmob {
  position: absolute;
  top: 110px;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 1140px;
  padding-left: 195px;
}

.select_showtime {
  font-size: 14px;
  color: #212121;
  margin: 25px 0;
  padding: 0 15px;
}

.week_days {
  font-size: 14px;
  color: #212121;
  margin: 5px 0;
  float: right;
}
.week_days span {
  width: 70px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
}
.week_days span.active {
  background-color: #029fbb;
  box-shadow: 0px 2px 10px #7dd5e4;
  color: #fff;
  padding: 5px 0;
}
.week_days .weekendbg {
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 160px;
  padding: 5px;
}
.week_days span.dayname {
  font-size: 14px;
}

.cinema_name {
 
  color: #212121;
  font-size: 18px;
  margin: 20px 0;
  padding: 0 15px;
  display: block;
}

.movie_time {
  height: 30px;
  line-height: 28px;
  display: inline-block;
  font-size: 14px;
  color: #424242;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0 15px;
  margin: 18px 15px;
  margin-bottom: 0px;
  transition: ease-in-out .2s;
  box-shadow: 0 0 0 #b4b4b4;
  cursor: pointer;
}

.movie_time:active,
.movie_time:hover,
.movie_time:focus {
  color: #fff;
  border-color: #f47820;
  background-color: #f47820;
  box-shadow: 0px 2px 6px #b4b4b4;
}

.active_movietime {
  height: 30px;
  line-height: 28px;
  border: 1px solid #f47820;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  padding: 0 15px;
  margin: 18px 15px;
  background-color: #f47820;
  box-shadow: 0px 2px 6px #b4b4b4;
}

.user_reviews {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.user_reviews .review_text {
  margin-bottom: 10px;
}


.user_thumb {
  display: block;
  margin: 10px 0 0 0;
  width: 60px;
  height: 60px;
  background-color: #e0e0e0;
  text-align: center;
  padding: 12px 0 0 0;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.user_thumb img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.review_title {
 
  font-size: 16px;
  color: #212121;
  margin: 10px 0 0 0;
}

.review_stars i {
  color: #ffb10a;
  margin-right: 5px;
}



.castslider {
  position: relative;
}
.castslider .left {
  position: absolute;
  left: 0px;
  top: 45%;
}
.castslider .right {
  position: absolute;
  right: 0px;
  top: 45%;
}
.castslider .glyphicon {
  font-size: 32px;
}
.castslider a {
  color: #e0e0e0;
}
.castslider a:hover {
  color: #757575;
}
.castslider .lSSlideWrapper {
  margin: 10px auto 0;
  display: block;
  text-align: center;
}
.castslider .carousel-control.left,
.castslider .carousel-control.right {
  background-image: none;
}
.castslider .carousel-control {
  width: auto;
  top: 40%;
  color: #e0e0e0;
  text-shadow: none;
  font-size: 35px;
}
.castslider .carousel-control:hover {
  color: #757575;
}
.castslider .carousel-inner > .item.active {
  left: 35px;
}

.actor_image {
  display: inline-block;
  text-align: center;
  color: #212121;
  margin: 0 10px;
  width: 150px;
  height: 150px;
}
.actor_image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: 100%;
  max-height: 100%;
}
.actor_image span {
  display: block;
}

.imdbprogress {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #685d50;
  position: relative;
}

.imdbprogress.gt-50 {
  background-color: #ffb10a;
}

.etprogress .imdbprogress.gt-50 {
  background-color: #f47820;
}
.etprogress .ss-imdbprogress .ss-imdbprogress-fill {
  background: #f47820;
}

.ss-imdbprogress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  clip: rect(0, 100px, 100px, 50px);
}

.ss-imdbprogress .ss-imdbprogress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  clip: rect(0, 50px, 100px, 0);
  background: #ffb10a;
  transform: rotate(60deg);
}

.gt-50 .ss-imdbprogress {
  clip: rect(0, 50px, 100px, 0);
}

.gt-50 .ss-imdbprogress .ss-imdbprogress-fill {
  clip: rect(0, 100px, 100px, 50px);
  background: #685d50;
}

.ss-percent {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 80px/2);
  top: calc(50% - 80px/2);
  width: 80px;
  height: 80px;
  background: #34281a;
  text-align: center;
  display: table;
}

.ss-percent span {
  display: block;
  font-size: 20px;
 
  color: #ffb10a;
}

.ss-percent-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.write_review {
  position: relative;
  top: 20px;
}
.write_review .btn-warning {
  color: #fff;
  background-color: #f47820;
  border-color: #f47820;
}

.etrating_color {
  color: #f47820 !important;
}

.etrating_bgcolor {
  background: #f47820 !important;
}
