*{
    margin: 0;
    padding: 0;
}
body {
        overflow-y: auto; /* Enable vertical scrolling */
      
      }


/* navbar */
.navbar{
    background-color: var(--bs-primary);
    /*background-color: var(--bs-primary);*/
    padding:.5rem 1rem 0 1rem;
}
.navbar-brand{
    padding-top: 0;
}
.navbar .navbar-nav{
    float: right;
    /* margin-right: -35px; */
}
.navbar .navbar-brand img{
    width: auto;
    /*width: 125px;*/
    height: 50px;
}
.navbar .input-group .btn-search{
    background-color: aliceblue;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.navbar .navbar-nav .nav-item{
    margin-left: 25px;
}
.navbar .form-control:focus{
    box-shadow: none!important;
    border: none!important;
}
.navbar .form-control-select-btn{
    background-color: var(--bs-primary);
    border: none;
    color: #fff;
    padding: 0;
}
.navbar .form-control-select-btn::before{
    content: "f0d7";
    font-family: "font-awesome";
}
.navbar .navbar-nav .nav-item .btn-warning{
    padding: 4px 20px;
    font-size: 14px;
    margin-top: 0px;
    color: #fff;
    background-color: #fec20e!important;
}
.navbar .navbar-nav .nav-item .nav-link img{
    width: 25px;
    height: 20px;
}
/* ned navbar */

/* sub navbar */
.sub-navbar{
    margin-top: 58px;
    background-color: #00D5F4;
}
.sub-navbar .navbar-nav .nav-item .nav-link{
    color: black;
    font-weight: 500;
}
.sub-navbar .navbar-nav-floting{
    float: right!important;
}
.sub-navbar .navbar-nav-floting-left{
    float: left;
}
/* end sub navbar */

/* banner slider */
.carousel-control-next, .carousel-control-prev{
    color: #000;
}
.carousel-indicators li{
    background-color: #000!important;
}
.carousel-control-bg{
    background: #000;
    padding: 12px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    opacity: 1;
}
.carousel-inner .carousel-item img{
    width: 100%;
}
/* End banner slider */

/*  Recommended Movies */
/* Slick Slider Css Ruls */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
  }
  .slick-list:focus {
    outline: none
  }
  .slick-list.dragging {
    cursor: hand
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: ''
  }
  .slick-track:after {
    clear: both
  }
  .slick-loading .slick-track {
    visibility: hidden
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
  }
  .slick-slide.dragging img {
    pointer-events: none
  }
  .slick-initialized .slick-slide {
    display: block
  }
  .slick-loading .slick-slide {
    visibility: hidden
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
  }
  .img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  .img-fill img {
    height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none
  }
  /* Slider Theme Style */
  .Containersss {
    /* padding: 0 15px; */
    margin-top: 55px;
    margin-bottom: 10px;
  }
  .Containersss:after,
  .Containersss .Head:after {
    content: '';
    display: block;
    clear: both;
  }
  .Containersss .Head {
    /* font: 20px/50px NeoSansR; */
    color: #222;
    height: 38px;
    overflow: hidden;
    font-size: 23px;
    /* border-bottom:1px solid rgba(0,0,0,.25); */
  }
  .Containersss .Head .Arrows {
    float: right;
  }
  .Containersss .Head .Slick-Next,
  .Containersss .Head .Slick-Prev {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-top: 6px;
    background: #2b2b2b;
    color: #FFF;
    margin-left: 5px;
    cursor: pointer;
    font: 18px/36px FontAwesome;
    text-align: center;
    transition: all 0.5s;
  }
  .Containersss .Head .Slick-Next:hover,
  .Containersss .Head .Slick-Prev:hover {
    background: #33687a;
  }
  .Containersss .Head .Slick-Next:before {
    content: '\f105'
  }
  .Containersss .Head .Slick-Prev:before {
    content: '\f104'
  }
  .SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
  }
  .ProductBlock {
    padding: 0 7.5px;
  }
  .ProductBlock .img-fill {
    height: 300px;
  }
  .ProductBlock h3 {
    font: 18px/36px RalewayR;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    /* border: 1px solid rgba(0, 0, 0, .25); */
    background-color: #000;
    text-transform: capitalize;
  }
  .ProductBlock h3 span{
    margin-right: 15px;
  }
  .ProductBlock a{
    text-decoration: none;
  }
  .Containersss .ProductBlock h5{
    color: #000;
    text-align: center;
    margin-top: 15px;
    text-transform:capitalize;
    margin-bottom: 3px;
  }
  .Containersss .ProductBlock p{
    text-align: center;
    text-transform: capitalize;
    color:darkgray;
    font-size: 14px;
  }
  
  /*20-01-23*/
  .Containersss .SlickCarousel .prev-arrow{
      display: inline-block;
    position: absolute;
    left: 15px;
    top: 30%;
    z-index: 1;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-weight: 100;
    border: none;
  }
  .Containersss .SlickCarousel .prev-arrow:hover,
  .Containersss .SlickCarousel .next-arrow:hover{
    background-color: #000;
    color: #fff;
  }
  .Containersss .SlickCarousel .next-arrow{
      display: inline-block;
    position: absolute;
    right: 15px;
    top: 30%;
    z-index: 1;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    font-weight: 100;
    border: none;
  }
  /*20-01-23*/
  
/* end Recommended Movies */

/* Premiere */
.premiere{
    background-color: #2b3149;
    padding: 25px 50px 0px;
}
.premiere-head img{
    width: 100px;
    float: right;
}
.premiere-head .premiere-text{
    margin-top: 15px;
    color: #fff;
}
.ProductBlock h2 {
    font: 21px/36px RalewayR;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    text-transform: capitalize;
  }
/* End Premiere */

/* footer */
.footer-contact{
  background-color: #313035;
  color: #fff;
  padding: 35px 15px 20px 45px;
}
.footer-contact .footer-contact-txt p span{
  font-weight: 700;
  margin-right: 10px;
}
.footer-contact .footer-contact-btn .btn-danger{
  background-color: #ec5f72;
  border-color: #ec5f72;
}
.footer-contact .footer-contact-txt p img{
  width: 30px;
  margin-right: 10px;
}
.footer-customer-care{
  background-color: #403f44;
  padding: 25px 0px 15px;
}
.footer-customer-care .footer-customer-care-icon{
  text-align: center;
}
.footer-customer-care .footer-customer-care-icon p{
  color: #fff;
  text-transform: uppercase;
}
.footer-customer-care .footer-customer-care-icon img{
  width: 45px;
  margin-bottom: 10px;
}
.footer-customer-care .footer-customer-care-icon a{
  text-decoration: none;
}
.footer-contents{
  background-color: #313035;
  color: #fff;
  padding: 50px 35px;
}
.footer-contents .footer-contents-txt h4{
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 18px;
}
.footer-contents .footer-contents-txt p{
  text-transform: capitalize;
  line-height: 32px;
  font-size: 14px;
  margin-bottom: 25px;
}
.footer-contents .footer-contents-txt p a{
  color: #dcdcdd;
}
/* end footer */

/* book ticket */
.showcase {
/*  background-image: url("../images/movie/m8.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 630px;
  position: relative;
  color: #000;
  font-family: "Open Sans";
  padding: 50px 0px;
}
.showcase h1{
  text-align: center;
}
.showcase .overlay {
  width: 100%;
  height: 630px;
/*  background-color: rgb(0, 0, 0 , 0.7);*/
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index:999
}
.showcase .book-ticket{
  margin-top: 25px;
 margin-bottom: 50px;
}
.showcase .book-ticket-img img{
  width: 400px;
}
 .showcase h1 {
  margin-top: 50px;
}
.showcase .book-ticket-txt{
  margin-top: 30px;
}
.showcase .book-ticket-txt p,
.showcase .book-ticket-txt1 p{
  font-size: 18px;
  margin-bottom: 5px;
/*  color: #fff;*/
}
.book-ticket-txt1{
  margin-top: 25px;
}
.book-ticket-txt1 span{
  margin-right: 15px;
}
.book-ticket-txt1 span img{
  width: 30px;
}
.book-ticket-txt1 .btn-danger{
  background-color: red;
  padding: 6px 25px;
}
.book-ticket .book-ticket-img p{
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
/*  margin-right: 60px;*/
}
.book-ticket .book-ticket-txt1 .btn-book-ticket{
  font-size: 26px;
  background-color: var(--bs-primary);
  color: #fff;
  padding: 6px 40px;
  margin-top: 30px;
}
/* end book ticket */

/* book ticket model */
.book-ticket-model{
  text-align: center;
}
.book-ticket-model .modal-content{
  background-color: var(--bs-primary);
  width: 400px;
    border-radius: 20px;
    padding-bottom: 10px;
}
.book-ticket-model .close{
  text-align: end;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-weight: 100;
}
.book-ticket-model .modal-body{
  padding: 0px;
}
.book-ticket-model .modal-body h5{
  background-color: #d29dcb;
  margin-bottom: 20px;
  color: #FFF;
  padding: 5px;
  font-size: 18px;
}
.book-ticket-model .modal-body h6{
 margin-bottom: 20px; 
 color: #FFF;
}
.book-ticket-model .modal-body p a{
  border: 1px solid goldenrod;
  padding: 2px 8px;
  margin-right: 8px;
  border-radius: 5px;
  color: #FFF;
  font-size:smaller;
}
.book-ticket-model .modal-dialog{
  margin-top: 200px;
}
/* end book ticket model */

/* cats */
.custom-slider{
  width: 100%;
  margin: auto;
}
.custom-box{
  width: 150px;
  height: 150px;
  text-align:center;
  margin: 22px 15px;
  font-size: 1em;
}
.slick-prev, .slick-next{
  position: absolute;
  line-height: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  border-radius: 50px;
  background: #043e46;
}
.slick-slider{
  user-select: none;
}
.slick-next{
  right: -30px;
}
.slick-prev{
  left: -30px;
}
.slick-next:before{
  content: '\003e';
  font-size: 26px;
  font-weight: 700;
  padding-left: 8px;
  color: white;
}
.slick-prev:before{
  content: '\003c';
  font-size: 26px;
  font-weight: 700;
  padding-left: 4px;
  color: white;
}
.cast-custom-slider .custom-box img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.cast-custom-slider .slick-slide{
  width: 120px!important;
  height: 160px!important;
  border-radius: 50%;
}
.casts-slider{
  padding: 50px 0px 0px;
}
.casts-slider h1{
  font-size: 26px;
  margin-left: 0px;
}
.crew-slider{
  padding: 50px 0px 50px;
}
/* cats */

/* top reviews */
.top-reviews .top-reviews-num{
  float: right;
}
.top-reviews .top-reviews-num h5{
  color: #ff2a05;
}
.top-reviews .top-reviews-num h5 i{
  margin-left: 10px;
}
.top-reviews .summary-review{
  margin-top: 50px;
  margin-bottom: 50px;
}
.top-reviews .summary-review h4{
  margin-bottom: 30px;
}
.top-reviews .summary-review .summary-review-btn{
  border: 1px solid #000;
  width: 350px;
  margin-right: 40px;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}
.top-reviews .summary-review .summary-review-btn span{
  color: #ff2a05;
}
.top-reviews .summary-review .summary-review-btnss{
  text-align: center;
}
/* end top reviews */

/* comment review */
.comment-review{
  background-color: #e4e4e4;
  padding: 50px 50px 20px;
}
.comment-review .comment-review-img img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  float: right;
}
.comment-review .comment-review-txt{
  margin-left: 25px;
}
.comment-review .comment-review-txt p{
  font-size: 21px;
}
.comment-review .comment-review-txt span{
  margin-right: 30px;
}
.comment-review .comment-review-row{
  margin-bottom: 30px;
}
/* end comment review */

/*  You Might also like */
.you-might-like .ProductBlock h5{
  color: #000;
  text-align: center;
  margin-top: 15px;
  text-transform:capitalize;
  margin-bottom: 3px;
}
.you-might-like .ProductBlock p{
  text-align: center;
  text-transform: capitalize;
  color:darkgray;
  font-size: 14px;
}
/* end You Might also like */

/* last menus */
  .last-menu{
    padding: 0px 0px 10px;
  }
  .last-menu .last-menu-txt i{
    margin: 0px 10px;
  }
/* ne last menus */

/* privacy note */
.privacy-note{
  background-color: #d8d8d8;
  padding: 15px 50px 0px;
}
.privacy-note-txt p{
  font-size: 14px;
}
/* end privacy note */

/* ticket booking banner */
.ticket-booking-banner{
  background-color: #707070;
  color: #fff;
  /*padding: 50px;*/
  padding: 20px 40px;
}
.ticket-booking-bannerss h3{
  margin-bottom: 15px;
}
.ticket-booking-bannerss p span{
  margin-right: 10px;
}
.ticket-booking-bannerss p span i{
  font-size: 20px;
  margin-right: 5px;
}
.ticket-booking-bannerss-cats h6{
  margin-bottom: 20px;
}
.ticket-booking-bannerss-cats img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}
.ticket-booking-bannerss-cats ul{
  text-decoration: none;
  text-align: center;
}
.ticket-booking-bannerss-cats ul li{
  list-style-type: none;
  float: left;
  margin-right: 10px;
}
.ticket-booking-bannerss-cats ul li h6{
  font-size: 11px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.ticket-booking-bannerss-cats ul li p{
  font-size: 10px;
  margin: 0;
  text-transform: capitalize;
}
.ticket-booking-banner .ticket-booking-bannerss-btn .ticket-booking-btn{
  border: 1px solid #fff;
  background-color: #fff;
  width: 120px;
  margin-top: 5px;
}
.ticket-booking-banner .ticket-booking-bannerss-btn .ticket-booking-btn i{
  margin-left: 5px;
}
/* end ticket booking banner */

/* ticket booking calendar */
.ticket-booking-calendars input[type="date"] {
  display:block;
  position:relative;
  padding:1rem 3.5rem 1rem .75rem;
  font-size:1rem;
  font-family:monospace;
  border:1px solid #ced4da;
  border-radius:0.25rem;
  background:
    white
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E")
    right 1rem
    center
    no-repeat;
    cursor:pointer;
}
.ticket-booking-calendars input[type="date"]:focus {
  outline:none;
  border-color:#3acfff;
  box-shadow:0 0 0 0.25rem rgba(0, 120, 250, 0.1);
}
.ticket-booking-calendars ::-webkit-datetime-edit {}
.ticket-booking-calendars ::-webkit-datetime-edit-fields-wrapper {}
.ticket-booking-calendars ::-webkit-datetime-edit-month-field:hover,
.ticket-booking-calendars ::-webkit-datetime-edit-day-field:hover,
.ticket-booking-calendars ::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1);
}
.ticket-booking-calendars ::-webkit-datetime-edit-text {
  opacity:0;
}
.ticket-booking-calendars ::-webkit-clear-button,
.ticket-booking-calendars ::-webkit-inner-spin-button {
  display:none;
}
.ticket-booking-calendars ::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  opacity:0;
  cursor:pointer;
  color:rgba(0, 120, 250, 1);
  background:rgba(0, 120, 250, 1);
}
.ticket-booking-calendars input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
.ticket-booking-calendars input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; }

.ticket-booking-filter .form-control{
  height: 58px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder{
  height: 58px;
  padding: 15px;
}
.ticket-booking-area .bootstrap-select{
  width: 195px!important;
}
.ticket-booking-area1 .bootstrap-select{
  width: 100%!important;
}
.ticket-booking-calendar{
  padding: 13px 20px;
}
.ticket-booking-calendar .row{
    justify-content: center;
}
.ticket-booking-filter .form-group::after{
  content: "\f0d7";
  font-family: fontAwesome;
  position: relative;
  right: -150px;
  top: -42px;
}
.ticket-booking-area .btn-light,
.ticket-booking-area1 .btn-light{
  background-color: #fff!important;
  border-color: #ced4da;
  color: #000;
}
.ticket-booking-area .btn-light:hover,
.ticket-booking-area1 .btn-light:hover{
  
  border: 1px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary)!important;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  color: #000!important;
}
.ticket-booking-filter .form-control:hover{
  border: 1px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
}
.ticket-booking-calendars input:hover{
  border: 1px solid var(--bs-primary);
  border-bottom: 3px solid var(--bs-primary);
}
.ticket-booking-area .bootstrap-select>.dropdown-toggle,
.ticket-booking-area1 .bootstrap-select>.dropdown-toggle{
  height: 58px;
    padding: 15px;
}
.ticket-booking-area1 .mornings::before{
  content: "";
  background-image: url(../images/icons/morning1.png);
  position: absolute;
  left: 15px;
  top: 2px;
  width: 25px;
  height: 25px;
}
.ticket-booking-area1 .mornings::after{
  content: "00:AM - 11:59PM";
  position: absolute;
  color: #000;
  font-size: 11px;
  right: 20px;
  top: 10px;
}
.ticket-booking-area1 .afternoon::before{
  content: "";
  background-image: url(../images/icons/sun.png);
  position: absolute;
  left: 15px;
  top: 2px;
  width: 25px;
  height: 25px;
}
.ticket-booking-area1 .afternoon::after{
  content: "00:AM - 11:59PM";
  position: absolute;
  color: #000;
  font-size: 11px;
  right: 20px;
  top: 10px;
}
.ticket-booking-area1 .evening::before{
  content: "";
  background-image: url(../images/icons/morning.png);
  position: absolute;
  left: 15px;
  top: 2px;
  width: 25px;
  height: 25px;
}
.ticket-booking-area1 .evening::after{
  content: "00:AM - 11:59PM";
  position: absolute;
  color: #000;
  font-size: 11px;
  right: 20px;
  top: 10px;
}
.ticket-booking-area1 .night::before{
  content: "";
  background-image: url(../images/icons/half-moon.png);
  position: absolute;
  left: 15px;
  top: 2px;
  width: 25px;
  height: 25px;
}
.ticket-booking-area1 .night::after{
  content: "00:AM - 11:59PM";
  position: absolute;
  color: #000;
  font-size: 11px;
  right: 20px;
  top: 10px;
}
.ticket-booking-area1 .bootstrap-select.show-tick .dropdown-menu li a span.text{
  margin-left: 30px;
}
.ticket-booking-area1 .dropdown-item{
  margin-bottom: 15px;
}
/* .ticket-booking-area1 .selectpicker .text::before{
  content: "ashu";
  position: relative;
  top: 0;
} */
.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle{
  border-color:var(--bs-primary)!important;
}
/* end ticket booking calendar */

/* ticket booking detail */
.ticket-booking-details{
  background-color: #d8d8d8;
  padding: 10px 50px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.ticket-booking-available{
  border-bottom: 1px solid #000;
}
.ticket-booking-available1 p{
  font-size: 12px;
}
.ticket-booking-available1 p span{
  margin-right: 20px;
}
.ticket-booking-available1 p span img{
  width: 13px;
  margin-right: 5px;
}
.ticket-booking-available1{
  float: right;
  margin-right: 0px;
  margin-bottom: 0px;
}
.ticket-booking-detailsss{
  padding: 15px 50px 0px;
  border-bottom: 1px solid #000;
}
.ticket-booking-detailsss-txt p{
  font-size: 16px;
  font-weight: 500;
}
.ticket-booking-detailsss-txt p span img{
  width: 25px;
  margin-right: 15px;
}
.ticket-booking-detailsss-txt p span{
  margin-right: 25px;
}
.ticket-booking-detailsss-info p{
  font-size: 16px;
  font-weight: 500;
}
.ticket-booking-detailsss-info p a{
  color: #000;
  text-decoration: none;
}
.ticket-booking-detailsss-info p a img{
  margin-right: 10px;
  width: 20px;
}
.ticket-booking-detailsss-info{
  margin-left: -25px;
}
.ticket-booking-detailsss-time p{
  font-weight: 500;
}
.ticket-booking-detailsss-time{
    flex-wrap: wrap;
}
/* .ticket-booking-detailsss-time p a{
  background-color: #fff;
  padding: 10px 28px;
  border: 1px solid gray;
  color: #000;
  text-decoration: none;
  margin-right: 25px;
  font-size: 14px;
} */
/* .ticket-booking-detailsss-time p a:hover{
  border: 1px solid #000;
} */
.ticket-booking-detailsss .ticket-booking-detailsss-cancel p{
  font-size: 12px;
  margin-top: 15px;
}
.ticket-booking-detailsss .ticket-booking-detailsss-cancel p img{
  width: 15px;
  margin-right: 10px;
}
.ticket-booking-detailsss .ticket-booking-detailsss-heart img{
  width: 25px;
  float: right;
}
.ticket-booking-detailsss-txt p a{
  color: #000;
  text-decoration: none;
}
.ticket-booking-detailsss-time .tooltipCSS a{
  min-width: 58px;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  color: #fff;
}
/* end ticket booking detail */

/* LATEST MOVIES IN MUMBAI */
.latest-movies{
  background-color: #d8d8d8;
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 30px;
}
/* End LATEST MOVIES IN MUMBAI */

/* tooltip */
/*.ticket-booking-detailsss-time{ display:flex; }*/
.ticket-booking-detailsss-time button{
    margin-right: 3px;
    background: #fff;
    /*padding: 5px 20px;*/
    border: 1px solid #969799;
    border-radius: 7px;
    height: 50px;
    width: 100px;
}
.showlistModal{
    margin-right: 10px;
    background: #fff;
    padding: 5px 20px;
    border: 1px solid #969799;
}
.ticket-booking-detailsss-time .tooltiptext p{
  margin: 0;
  font-size: 12px;
}
.ticket-booking-detailsss-time .tooltiptext p:nth-child(2){
  font-size: 10px;
}
.ticket-booking-detailsss-time .tooltiptext p:nth-child(3){
  color: #49d934;
}
.tooltipCSS {
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.tooltipCSS .tooltiptext {
  visibility: hidden;
  width: auto;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px 0;
  position: absolute;
  z-index: 1;
  display: inline-flex;
}
.tooltipCSS .tooltiptext::after {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
}
.tooltipCSS:hover .tooltiptext {
  visibility: visible;
}
/*TOOLTIP TOP*/
.tooltipTop{
  bottom: 205%;
  left: -175px;
  /*margin-left: -35px;*/
}
.tooltipTop::after {
  top: 100%;
  left: 58%;
  margin-left: -5px;
  border-color: black transparent transparent transparent;
}
  /* term condition model */
    .ticket-booking-term-condtion .modal-body h5{
      text-align: center;
      margin-bottom: 20px;
    }
    .ticket-booking-term-condtion .modal-body{
      padding: 30px 50px 0px;
      color: #fff;
    }
    .ticket-booking-term-condtion .modal-body p {
        font-size: 12px;
        line-height: 13px;
        word-spacing: 0px;
    }
    .ticket-booking-term-condtion .modal-body ol li{
      font-size: 14px;
      line-height: 25px;
      word-spacing: 3px;
    }
    .ticket-booking-term-condtion .modal-content{
      width: 600px!important;
      background-color: #000;
    }
    .ticket-booking-term-condtion .modal-footer{
      margin: auto;
      border-top:none;
    }
    .ticket-booking-term-condtion .modal-footer .btn-model-cancel{
      border: 1px solid #fec20e;
      width: 200px;
      margin-right: 20px;
      color: #fff;
    }
    .btn-outline-primary{
        color:#fec20e;
        border-color:#fec20e;
    }
    .ticket-booking-term-condtion .modal-footer .btn-model-accept{
      background-color: #fec20e;
      width: 200px;
      color: #fff;
    }
  /* end model */

/* end tooltip */

/* How many seats Modal */
.select-seat-model .radio-test {
  display: none;
}
.select-seat-model #test-1:checked ~ .labels #label-test-1 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-2:checked ~ .labels #label-test-2 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-3:checked ~ .labels #label-test-3 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-4:checked ~ .labels #label-test-4 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-5:checked ~ .labels #label-test-5 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-6:checked ~ .labels #label-test-6 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-7:checked ~ .labels #label-test-7 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-8:checked ~ .labels #label-test-8 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-9:checked ~ .labels #label-test-9 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model #test-10:checked ~ .labels #label-test-10 {
  background: var(--bs-primary);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  color: #fff
}
.select-seat-model .labels{
  text-align: center;
}
.select-seat-model .label{
  margin-right: 20px;
  cursor: pointer;
}
.select-seat-model .content {
  display: none;
  margin-bottom: 20px;
  text-align: center;
}
.select-seat-model #test-1:checked ~ #content-test-1 {
  display: block;
}
.select-seat-model #test-2:checked ~ #content-test-2 {
  display: block;
}
.select-seat-model #test-3:checked ~ #content-test-3 {
  display: block;
}
.select-seat-model #test-4:checked ~ #content-test-4 {
  display: block;
}
.select-seat-model #test-5:checked ~ #content-test-5 {
  display: block;
}
.select-seat-model #test-6:checked ~ #content-test-6 {
  display: block;
}
.select-seat-model #test-7:checked ~ #content-test-7 {
  display: block;
}
.select-seat-model #test-8:checked ~ #content-test-8 {
  display: block;
}
.select-seat-model #test-9:checked ~ #content-test-9 {
  display: block;
}
.select-seat-model #test-10:checked ~ #content-test-10 {
  display: block;
}
.select-seat-modelss .modal-body h6{
  text-align: center;
  margin-bottom: 30px;
}
.select-seat-modelss .select-seat-model .content img{
  width: 125px;
}
.select-seat-modelss .modal-body .select-seat-model-price{
  float: right;
  margin-top: 15px;
}
.select-seat-modelss .modal-body .select-seat-model-price1 p,
.select-seat-modelss .modal-body .select-seat-model-price p{
    margin-bottom: 2px;
    font-size: 12px;
    text-align: center;
}
.select-seat-modelss .modal-body .select-seat-model-price1{
  margin-top: 15px;
  float: left;
}
.select-seat-modelss .modal-body .select-seat-model-price p:nth-child(3){
  color: #49d934;
}
.select-seat-modelss .modal-body .select-seat-model-price1 p:nth-child(3){
  color: red;
}
.select-seat-modelss .modal-body .select-seat-close{
  margin-top: -15px;
  margin-right: -8px;
}
.select-seat-modelss .modal-footer{
  border: none;
  padding-top: 0;
}
.select-seat-modelss .modal-footer a{
  margin: auto;
  color: #fff;
}
.select-seat-modelss .modal-footer .select-seats-btn{
  background-color: var(--bs-primary);
  color: #FFF;
  margin: auto;
  width: 250px;
}
/* End How many seats Modal */

/* select seats input */
.select-seats-input .seat,
.select-seats-input .row-label,
.select-seats-input .column-label {
  margin: 2px;
  display: inline-flex;
  overflow: hidden;
  /*margin-right: 5px;*/
}
.select-seats-input .row-label, 
.select-seats-input .column-label {
  color: #999;
  font-size: 12px;
  width: 19px;
 /* margin: 4px;
  */
  text-align: center;
  overflow: hidden;
 margin: 1px;
    padding: 0px 1px 2px 5px;
    background: black;
    color: #fff;
}
.select-seats-input input[type="checkbox"] {
  margin: 0;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: none;
}
.select-seats-input .seat label {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: 1px solid #32cd32;
  display: block;
  position: relative;
  font-size: 10px;
  padding: 2px;
  text-align: center;
  font-weight: 500;
}
.select-seats-input .seat label:hover {
  border-color: limegreen;
}
.select-seats-input .seat label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  transform: scale(0);
  transition: all 150ms ease;
}
.select-seats-input .seat input[type="checkbox"]:disabled + label {
  border-color: #707070;
  background: #707070;
  opacity: 0.66;
  cursor: not-allowed;
}
.select-seats-input .seat input[type="checkbox"]:checked + label {
    border-color: #32cd32;
    color: #fff;
    background: #32cd32;
}
.select-seats-input .seat input[type="checkbox"]:checked + label:after {
  /*background-color: limegreen;*/
  transform-origin: 50% 50%;
  transform: scale(1);
}
.select-seats-input{
  margin-top: 170px!important;
  margin-bottom: 30px;
}
.select-seats-input h6{
  text-align: center;
}
.select-seats-input h6 span{
  margin-right: 30px;
}
.select-seats-input .sold::before{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #707070;
  display: inline-block;
  margin-right: 10px;
}
.select-seats-input .available::before{
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #32cd32;
  display: inline-block;
  margin-right: 10px;
}
.select-seats-input .selected::before{
  content: "";
  width: 15px;
  height: 15px;
  background-color: #32cd32;
  display: inline-block;
  margin-right: 10px;
}
.select-seats-input .select-seats-input1{
  /*border-top: 1px solid #000;*/
  border-top: 1px solid #e3e3e3;
  margin-top: 30px;
}
.select-seats-input .select-seats-input1 p{
  margin-top: 25px;
}
.select-seats-input .select-seats-input1 .row{
    justify-content: center;
}
.select-seats-input1 .seat:nth-child(5),
.select-seats-input1 .seat:nth-child(29){
  margin-right: 30px;
}
.select-seats-input-screen{
  text-align: center;
}
.select-seats-input-screen img{
  width: 400px;
  margin-top: 70px;
}
.select-seats-input-screen p{
  margin-top: 20px;
  font-size: 14px;
}
.select-seats-input-screen .seats-input-screen-btn a{
  color: #FFF;
}
.select-seats-input-screen .seats-input-screen-btn{
  background-color: var(--bs-primary);
  color: #fff;
  width: 250px;
  margin-top: 15px;
}
/* End select seats input */

/* ticket payment */
.ticket-payment-section1 .ticket-payment-section1-txt{
  text-align: center;
}
.ticket-payment-section1 .ticket-payment-section1-txt h3{
  color: red;
}

.ticket-payment-section1 ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  margin-bottom: 0px;
}
.ticket-payment-section1 ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 3px 15px;
  cursor: pointer;
  width: 115px;
  border: 1px solid var(--bs-primary);
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 3px;
}
.ticket-payment-section1 ul.tabs li.current{
  background: var(--bs-primary);
  color: #fff;
}
.ticket-payment-section1 .tab-content{
  display: none;
  background: #ededed;
  padding: 15px;
  height: 550px;
    overflow: auto;
}
.ticket-payment-section1 .tab-content.current{
  display: inherit;
}
.ticket-payment-section1 .ticket-payment-section1-banner,
.ticket-payment-section1 .ticket-payment-section1-txt,
.ticket-payment-section1 .ticket-payment-section1-tab{
  padding: 20px 0 0;
}

.ticket-payment-section1 .ticket-payment-section1-banner img{
  width: 100%;
  height: 100px;
}
.ticket-payment-section1 .ticket-payment-section1-banner1 img{
  width: 100%;
  height: 100px;
} 
.ticket-payment-section1 .ticket-payment-section1-tab{
  background-color: #ededed;
  margin-bottom: 20px;
}
.ticket-payment-section1-tab .tab-content .card h6{
    margin-bottom: 5px;
    font-size: 14px;
}
.ticket-payment-section1-tab .tab-content .card p{
  margin-bottom: 5px;
  font-size: 12px;
}
.ticket-payment-section1-tab .tab-content .card p span{
  margin-right: 15px;
}
.ticket-payment-section1-tab .tab-content .card .btn-danger{
    padding: 3px 15px;
    font-size: 12px;
    margin-top: 5px;
    background-color: red;
    text-transform: uppercase;
}
.ticket-payment-section1-tab .tab-content .card .card-body span img{
    width: 25px;
    margin-top: 11px;
}
.ticket-payment-section1-tab .tab-content .card{
    margin-bottom: 30px;
}
.ticket-payment-section1-tab .ticket-payment-section1-tab-note{
  margin-left: 0px;
  padding: 30px 30px 10px;
}
.ticket-payment-section1-tab .ticket-payment-section1-tab-note p{
  font-size: 12px;
  margin-bottom: 5px;
}
.ticket-payment-section1-tab .ticket-payment-section1-tab-note ol li{
  font-size: 12px;
}
.ticket-payment-section2 .ticket-payment-section2-booking h4{
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
    font-size: 21px;
}
.ticket-payment-section2 .ticket-payment-section2-booking{
  padding: 10px 35px;
}
.ticket-payment-section2 .ticket-payment-section2-booking h5{
  font-size: 18px;
}
.ticket-payment-section2 .ticket-payment-section2-booking h6{
  margin-bottom: 4px;
  color: #766869;
}
.ticket-payment-section2 .ticket-payment-section2-booking p{
  font-size: 13px;
  margin-bottom: 0px;
  color: #766869;
  font-weight: 400;
}
.ticket-payment-section2 .ticket-payment-section2-booking span{
  float: right;
}
.ticket-payment-section2{
  border: 2px solid #9d9d9d;
  border-radius: 10px;
  margin-top: 20px;
  background: #ededed;
}
.ticket-payment-section2 .ticket-payment-section2-booking h3{
  font-size: 15px;
}
.ticket-payment-section2 .ticket-payment-section2-booking h2{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.ticket-payment-section2 .ticket-payment-section2-booking h2 a{
  color: red;
}
.ticket-payment-section2 .ticket-payment-section2-payable{
  background-color: var(--bs-primary);
  padding: 7px 5px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0px;
}
.ticket-payment-section2 .ticket-payment-section2-payable p{
    margin:0;
}
.ticket-payment-section3{
  margin-top: 15px;
}
.ticket-payment-section3 h4{
  font-size: 19px;
    text-align: center;
    margin-bottom: 30px;
}
.ticket-payment-section3 h6{
  margin-bottom: 20px;
}
.ticket-payment-section3 h6 a{
  border: 1px solid #000;
  padding: 18px 18px;
  margin-right: 18px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.ticket-payment-section3 h6 img{
  width: 35px;
  margin-right: 5px;
}
.ticket-payment-section3 .form-check-input{
  margin-top: 8px;
  margin-left: -26px;
  width: 15px;
  height: 15px;
}
.ticket-payment-section3 p{
  font-size: 14px;
  font-weight: 500;
      margin-bottom: 5px;
}
.ticket-payment-section3 p img{
  width: 15px;
  margin-right: 10px;
}
.ticket-payment-section3 .ticket-payment-section3-btn{
  background-color: var(--bs-primary);
  /*width: 100%;*/
    color: #fff;
    margin-top: 0px;
    text-align: unset;
    padding: 10px 25px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}
.ticket-payment-section3 .ticket-payment-section3-btn span{
  float: right;
}
.ticket-payment-section3 p span{
  color: red;
}
/* end ticket payment */

/* About us */
.about-banner img{
  width: 100%;
}
.about-us{
  padding: 50px;
}
.about-us h5{
  margin-bottom: 15px;
}
.about-us .about-us-txt{
  margin-top: 35px;
}
.about-us .about-us-txt p{
  text-align: justify;
}
.about-us .about-us-info{
  margin-top: 20px;
}
.about-us .about-us-info ul{
  margin-left: 40px;
}
.about-us .about-us-info ul li{
  line-height: 30px;
}
.about-us .about-us-img img{
  width: 450px;
  height: 400px;
  margin-left: 20px;
}
/* end About us */

/* term and condtion */
.term-condtion{
  padding: 50px;
}



.faq-section .mb-0 > a {
  display: block;
  position: relative;
  font-size: 17px;
  color: #000;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 600;
}
.term-condtion-txt .card{
  margin-bottom: 15px;
}
.term-condtion-txt .card-body{
  font-size: 14px;
}
.term-condtion-txt .card-body ul{
  margin-left: 30px;
}
.term-condtion-txt .card-body ul li{
  line-height: 30px;
}
.term-condtion-txt p{
  text-align: justify;
}
/* end term and condtion */

/* privacy-policy */
.privacy-policy{
  padding: 50px;
}
.privacy-policy h5{
  margin-bottom: 15px;
}
.privacy-policy p{
  text-align: justify;
}
/* end privacy-policy */

/* movie list */
.movie-list{
  padding: 50px;
}
.movie-list-btns .movie-list-btn{
  border: 1px solid var(--bs-primary);
  margin-right: 10px;
  width: 130px;
  text-transform: capitalize;
}
.movie-list-btns .movie-list-btn a{
  color: #000;
}
.movie-list-btns .active{
  background-color: var(--bs-primary);
  color: #fff!important;
}
.movie-list-filter-btns{
  float: right;
}
.movie-list-filter-btns .movie-list-filter-btn{
  border: 1px solid var(--bs-primary);
  font-size: 13px;
  padding: 3px 10px;
  text-transform: uppercase;
}
.movie-list-filter-btns .active{
  background-color: var(--bs-primary);
  color: #fff!important;
}
.movie-list-btns2{
  margin-top: 40px;
}
.movie-list-btns2 h6{
  color: red;
}
.movie-list-btns2 ul li{
  text-decoration: none;
  list-style-type: none;
  font-size: 12px;
  line-height: 22px;
}
.movie-list-btns2 ul li a{
  color: #000;
}
/* end movie list */

/* cinemas */
.cinemas{
  padding: 50px;
}
.cinema-area{
  margin-top: 50px;
}
.cinema-area ul li{
  font-size: 13px;
  line-height: 30px;
  margin-left: 20px;
}
.cinema-area ul li a{
  color: #000;
}
.cinema-area .card{
    margin-bottom: 30px!important;
}
/* end cinemas */

/* cinema-area-details */
.cinema-area-details .dropdown .dropdown-menu{
  width: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
/* section {
  margin-top: 1em;
  max-width: 500px;
} */

.cinema-area-details .dropdown-action {
  width: 8%;
  background-color: var(--bs-primary);
  color: white;
  padding: 0.5em 0.5em;
  border-radius: 0.25em;
  cursor: pointer;
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-bottom: 20px;
}

.cinema-area-details .dropdown-action:hover {
  background-color: #050C24;
}

.cinema-area-details .dropdown-action .caret-down {
  height: 100%;
  display: flex;
  align-items: center;
}

.cinema-area-details .dropdown-action .caret-down svg {
  fill: white;
  width: 1.25em;
  height: 1.25em;
  transform: rotateZ(360deg);
  transition: transform 0.2s ease-in-out;
}

.cinema-area-details .dropdown-action.active-dropdown span svg {
  transform: rotateZ(180deg);
}

.cinema-area-details .dropdown-content {
  /* padding: 50px; */
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  background-color: #838383;
  /* padding: 50px; */
  /* display: flex; */
  align-items: center;
  flex-direction: column;
}

.cinema-area-details .dropdown-content * {
  animation: fadeOut 0.5s ease-in-out;
  opacity: 0;
  padding: .5em;
}

.cinema-area-details .dropdown-action.active-dropdown + .dropdown-content * {
  animation: fadeIn 0.5s ease-in-out;
  opacity: 1;
}

.cinema-area-details .dropdown-content img {
  width: 100%;
  height: auto;
  max-width: fit-content;
  margin-bottom: .5em;
}
.cinema-area-details .cinema-area-details-btn{
  border: 1px solid #fff;
  background-color: #fff;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-size: 13px;
}
.cinema-area-details .dropdown-content h5 img{
  width: 20px;
  padding: 0;
}
.cinema-area-details .dropdown-content .as{
  padding: 20px;
}
.cinema-area-details .dropdown-content p{
  padding: 0px;
  margin: 0px;
  font-size: 13px;
}
.cinema-area-details .dropdown-content a{
  padding: 0px;
  margin: 0px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-left: 18px;
}
.cinema-area-details .dropdown-content p img{
  padding: 0px;
  margin: 0px;
  width: 40px;
}
/* end cinema-area-details */

/* side menu */
.navbar .main-header{
	background: #fff;
	margin:0;
}
.navbar ul li{
  list-style-type: none
}
.navbar .caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.navbar .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  text-decoration: none;
  background: #B9B7B7 !important;
  color: #fff;
}
.navbar .dropdown-menu{
	padding:0px 0px !important;  
	left: 32% !important;
}
.navbar .stripe {
  height: 70px;
}
.navbar div.hamburger-box {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: -10px;
	right: 0;
	cursor: pointer;
	/* background: #fff; */
	z-index:9999;
}
.navbar .hamburger-box.active span{
	display:none;
} 
.navbar .hamburger-box span {
	color: #000;
	background: #fff;
	position: absolute;
	line-height: 50px;
	font-size: 16px;
	right: 50px;
	padding: 0 10px;
	display: inline-block;
	height: 50px;
	width: 105%;
}
.navbar div.hamburger-box .bun,
.navbar div.hamburger-box .meat {
	width: 30px;
	height: 5px;
	border-radius: 30%;
	background-color: #fff;
	position: absolute;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.navbar div.hamburger-box .top {
  top: 12px;
}
.navbar div.hamburger-box .meat {
  top: 50%;
  margin-top: -3px;
}
.navbar div.hamburger-box .bottom {
  bottom: 13px;
}
.navbar div.shamburger-box:hover .top {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 18px;
  top: 17px;
}
.navbar div.hamburger-box.active .top {
  transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  width: 28px;
  top: 35%;
}
.navbar div.hamburger-box.active .top,
.navbar div.hamburger-box.active .bottom {
  transition: all 800ms ease-in-out;
}
.navbar div.shamburger-box:hover .meat {
  width: 22px;
  margin-left: -10px;
}
.navbar div.hamburger-box.active .meat {
  width: 0px;
  margin-left: 0px;
}
.navbar div.shamburger-box:hover .bottom {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 18px;
  bottom: 17px;
}
.navbar div.hamburger-box.active .bottom {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  width: 28px;
  bottom: 55%;
}

	.navbar .super-container {
	  position: relative;
    height:100%;
	}
	.navbar .slide-container {
	  position: fixed;
	  text-align: center;
    height:100%;
    right:0;
	}
	.navbar a.toggle {
	  position: relative;
	  top: 30px;
	}
	.navbar .menu {
	  width: 250px;
	  background-color: #fff;
	  position: absolute;
	  top: 0;
    right: -250px;
	  margin: 0;
	  text-align: left;
	  z-index:99;
    height:100%;

	}
.navbar .menu.active{
  right:0;
}
	.navbar .menu a {
		transition: all 200ms ease-in-out;
		-webkit-transition: all 200ms ease-in-out;
	  color: #000;
	  text-decoration: none;
	  display: block;
	  padding: 12px 15px;
	  border-top: 1px solid rgba(0, 0, 0, 0.1);
	  border-bottom: 1px solid rgba(200, 200, 200, 0.1);
	}
	.navbar .menu a:first-child {
	  border-top: none;
	}
	.navbar .menu a:hover {
	  background-color: #fdc20e;
	}
	.navbar .slide-container, .menu {
		transition: right 300ms ease-out;
		-webkit-transition: right 300ms ease-out;
	}
	.navbar .menu-on .slide-container {
	  left: -200px;
	}
	.navbar div.hamburger-box{
		z-index: 999;
		width: 50px;
		right: 0px;
	}
	.navbar .menu ul{
		background: #fff;
		padding:0px;
	}
	.navbar .dropbtn{
		color: #fff;
		padding: 12px 15px;
	}
	.navbar .dropdown-content{
		padding-left: 10px;
	}
	.navbar .hamburger-box span{
		right: 55px;
	}
	.navbar .hamburger-box.active {
		top:0;
		background: #fff;
	}
	.navbar .hamburger-box.active .bun{
		background: #000;
	}
	.navbar div.hamburger-box.active .top, div.hamburger-box.active .bottom {
		right: 10px;
		top: 20px;
	}
/* side menu */
/* e-ticket */
.e-ticket{
    width: 710px;
    padding: 20px;
    margin: 5px auto 0;
}

.text-muted{
    margin-top:35px;
}
.e-ticket .e-ticket-section1 img{
    width:130px;
    height:160px;
}

.e-ticket-section2{
    width: 360px;
}
.e-ticket .e-ticket-section3 ul{
    float:left;
}
.e-ticket .e-ticket-section3 ul li{
    list-style: none;
    font-weight: 700;
}
.e-ticket .e-ticket-section3 ul li span{
    color:gray;
    font-weight: 400;
}
.e-ticket .e-ticket-section4{
    width: 130px;
    font-size:12px;
    margin-left: -39px;
}
.e-ticket .e-ticket-section4 img{
    width:100%;
}
.e-ticket-food{
   border: 1px solid lightgray;
    width: 710px;
    padding: 10px 30px 0;
    margin: auto;
}
.e-ticket-food h6 span{
    float:right;
}
.e-ticket-food ul{
    list-style: none;
}
.e-ticket-info{
    /*border-bottom: 2px dashed lightgray;*/
    width: 710px;
    padding: 10px 20px;
    margin: 0px auto;
    border-top: 0;
    background:#fff;
    margin-bottom: 20px;
}
.e-ticket-info p{
    margin:0;
    font-size:14px;
}

/* city model */
.citys-model table .city-table{
    padding:0;
    border: none;
}
.citys-model table tbody tr{
    position:relative;
}
/*.citys-model .modal.show .modal-dialog{*/
/*    max-width:975px!important;*/
/*    width:975px!important;*/
/*}*/
.city-table .img-btn img{
  width:80px;
  height:80px;
  padding: 5px 10px 25px;
}
.city-table .img-btn p{
    margin-bottom:0;
    text-align:center;
    margin-top: 2px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: -27px;
}
.city-table .img-btn > input{
  display:none
}
.city-table .img-btn > img{
  cursor:pointer;
  border:1px solid transparent;
}
.city-table .img-btn > input:checked + img{
  border-color: transparent;
  border-radius:6px;
  box-shadow: rgb(0 0 0 / 35%) 0px 2px 7px;
    background: #f9dcf58a;
}

/*Author*/
.city-table .author{
  position:fixed;
  bottom:10px;
  right:10px;
  background:black;
  padding:3px;
  border-radius:5px;
}
.city-table .author p{
  text-align:center;
  padding:5px 10px;
  margin:0;
  color:white;
  border:2px solid lightgrey;
  border-radius:5px;
}
.city-table .author a{
  color:lightgrey;
}
.city-table .table td, .city-table .table th{
    border:none!important;
}
.citys-model .city-head{
    text-align:center;
    margin-bottom: 15px;
}

.citys-model .other-citys #show,
.citys-model .other-citys #hide{
    cursor: pointer;
}
.citys-model .other-citys #show:hover,
.citys-model .other-citys #hide:hover{
    color: #a33393!important;
}

.citys-model .dropdown {
  position: relative;
  /*display: inline-block;*/
}

.citys-model .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 930px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 10px 15px;
  bottom:-18px;
}
.citys-model .dropdown-content a {
  color: black;
  padding: 0px;
  padding-right:15px;
  text-decoration: none;
  display: block;
  font-size: 12px;
  text-transform: capitalize;
}
.citys-model .dropdown-content ul li{
    float:left;
    list-style: none;
}
.citys-model .dropdown-content a:hover {color: var(--bs-primary);}

.citys-model .dropdown:hover .dropdown-content {display: block;}

.citys-model .dropdown:hover .dropbtn {background-color: #3e8e41;}
/* end city model */


/**/


 .sub-menu{
    position: absolute;
    z-index: 500;
    background-color: #f1f3f4;
    box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 30%);
    padding: 0px 20px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    /* border: 1px solid red; */
    /*bottom: 15px;*/
        top: 85px;
}
@media(min-width: 992px){
    .menu-item-has-children:hover .sub-menu{
	    margin-top: 0;
	    visibility: visible;
	    opacity: 1;
    }
    .citys-model .modal .modal-lg {
        max-width: 835px;
    }
}
/* end (min-width: 992px) */

.sub-menu > ul > li{
	line-height: 1;
}
.sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 500;
}
.sub-menu > ul > li > a:hover{
    color:var(--bs-primary);
}
.sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.sub-menu.mega-menu-column-4{
  max-width: 980px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  /*padding:20px 15px;*/
}
 .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}


/*responsive*/
@media(max-width: 991px){


 .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
.mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
.mobile-menu-head.active .go-back{
		display: block;
	}
 .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
.mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}


@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}

.sub-menu > ul > li > a,
 .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
 .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.food-booking-invoice-main {
        margin-top: 30px!important;
    }
    
}
/*end (max-width: 991px) */

 .sub-menu ul{
     margin:0;
 }
.sub-menu ul li{
    display: inline-block;
    margin-right: 15px;
}
/**/

.search-show{
    display:none;
}
.mobile-view-menu{
    display:none;
}

.term-modal-footer{
    justify-content: center!important;
}
.profile-history-btn{
    display:none;
}
.home-back-btn{
    display:none;
}
/* 2nd date calender */
.calender-wrapper{
  padding: 0px 0;
}
.calender-wrapper .calender-my-slider{
  padding: 0 0px;
  margin: -2px 0;
}
.calender-wrapper .calender-my-slider1{
  display: block!important;
}
.calender-wrapper .calender-my-slider1 a p{
  color: #000;
}
.calender-wrapper .calender-my-slider p{
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
}
.calender-wrapper .calender-my-slider p:nth-child(1){
  margin-top: 4px;
}
.calender-wrapper .calender-my-slider p:nth-child(2){
  font-size: 14px;
  font-weight: 500;
}
.calender-wrapper .slick-initialized .slick-slide{
  border: 1px solid var(--bs-primary);
  color: #000;
  height: 65px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.calender-wrapper .slick-initialized .slick-slide:hover{
  background-color: var(--bs-primary);
}
.calender-wrapper .slick-initialized .slick-slide:hover p{
  color: #fff;
}
.calender-wrapper .slick-initialized .slick-slide:hover a{
  text-decoration: none;
  color: #fff;
}
.calender-wrapper .active{
  background-color: var(--bs-primary);
}
.calender-wrapper .active>a>p{
  color: #fff!important;
}
.calender-wrapper .Slick-Next, .calender-wrapper .Slick-Prev{
  z-index: 5;
}
.calender-wrapper .Slick-Next{
  float: right;
  top: -45px;
  position: relative;
}
.calender-wrapper .Slick-Prev{
  left: -15px;
      position: absolute;
    top: 20px;
}
.calender-wrapper .Slick-Next:before, .calender-wrapper .Slick-Prev:before{
  color: #000;
  font-size: 26px;
}
/* end 2nd date calender */

.ticket-booking-bannerss-btn-time1{
    display:none;
}
.search-box-input-group{
    margin-top: 5px;
}

/**/
.other-citys1{
    display:none;
}
.citys-model .modal-content{
    position: fixed;
    top: 65px;
    width: 825px;
    margin: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
}
.citys-model .modal .table-responsive-lg{
    overflow-x:auto;
    margin-bottom: 10px;
    height: 95px;
    overflow-y: hidden;
}
.citys-model table .city-table label{
    margin-bottom:0;
}
.citys-model .modal .table-responsive-lg::-webkit-scrollbar {
    height: 5px;
}
.citys-model .modal .table-responsive-lg::-webkit-scrollbar-track {
    background-color: #cbcbcb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.citys-model .modal .table-responsive-lg::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}

.other-citys .other-Cities h5{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    color: #a33393;
}
.other-citys .other-Cities ul{
    display: inline-block;
    margin-bottom: 0;
}
.other-citys .other-Cities ul li{
    list-style-type: none;
    float: left;
    padding: 4px 12px;
    margin-right: 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.other-citys .other-Cities ul li a{
    color:#000;
}
.other-citys .other-citys2{
    /*border:1px solid red;*/
    height: 300px;
    overflow-y: scroll;
    padding-left: 10px;
}

.other-citys .other-citys2::-webkit-scrollbar {
    width: 5px;
}
.other-citys .other-citys2::-webkit-scrollbar-track {
    background-color: #cbcbcb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.other-citys .other-citys2::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
.card-imgs{
    display: flex;
    align-content: center;
    padding: 10px;
}
.card-imgs .card-img-top{
    align-content: center;
    display: grid;
    margin: auto;
}
.card-img-foods .col-lg-4{
    display: flex;
    padding-right: 5px;
}
.card-img-foods{
    padding: 15px 25px 15px 0;
}
.card-img-foods .col-lg-8{
    padding:0;
}
.card-img-foods .card-body{
    padding:0;
}

@media(max-width: 855px){
    .citys-model .modal-content{
        top: 20px;
    }
}

/* end (max-width: 855px) */

@media(max-width: 768px){
    .citys-model .modal-content{
        top: 20px;
    }
}
/* end (max-width: 768px) */

@media(max-width: 575px){
    .food-booking-invoice-table {
        padding: 25px!important;
    }
}
/* end (max-width: 575px) */

@media(max-width: 530px){
    .citys-model .modal-content{
        width: 460px;
    }
}
/* end (max-width: 530px) */

@media(max-width: 479px){
    .citys-model .modal-content{
        width: 425px;
    }
}
/* end (max-width: 479px) */

@media(max-width: 450px){
    .citys-model .modal-content{
        width: 400px;
    }
}
/* end (max-width: 450px) */

@media(max-width: 425px){
    .citys-model .modal-content{
        width: 360px;
    }
    .food-booking-invoice-bg{
        padding: 25px 0px 10px!important;
    }
    .food-booking-invoice-left p{
        font-size:14px;
    }
    .food-booking-invoice-right h2{
        font-size: 26px;
    }
    .food-booking-invoice-right p{
        font-size:14px;
    }
    .food-booking-invoice-table {
        padding: 20px 20px 0!important;
    }
    .food-booking-invoice-info {
        padding: 0 30px 20px!important;
    }
    .food-booking-invoice-info p{
        font-size:14px;
    }
    .food-booking-invoice-table .table td, .table th {
        border-top: 1px solid #f89a09;
        font-size: 14px;
    }
    .food-booking-invoice:after {
        width: 150px!important;
        height: 175px!important;
    }
}
/* end (max-width: 425px) */

@media(max-width: 375px){
    .citys-model .modal-content{
        width: 325px;
    }
    .other-citys .other-Cities h5{
        font-size: 14px;
    }
    .other-citys .other-Cities ul li{
        font-size: 12px;
    }
    .food-booking-invoice-bg {
        padding: 15px 0px 10px!important;
    }
    .food-booking-invoice-right h2 {
        font-size: 22px;
    }
    .food-booking-invoice-main {
        margin-top: 20px!important;
    }
    .food-booking-invoice:after {
        width: 150px!important;
        height: 175px!important;
    }
}
/* end (max-width: 375px) */

@media(max-width: 320px){
    .food-booking-invoice-left p {
        font-size: 12px;
    }
    .food-booking-invoice-right h2 {
        font-size: 18px;
    }
    .food-booking-invoice-right p {
        font-size: 12px;
    }
    .food-booking-invoice-table .table td, .table th {
        font-size: 12px;
    }
    .food-booking-invoice-info p {
        font-size: 12px;
    }
    .food-booking-invoice:after {
        width: 125px!important;
        height: 150px!important;
    }
}
/* end (max-width: 320px) */

@media(max-width: 340px){
    .citys-model .modal-content{
        width: 290px;
    }
}
/* end (max-width: 340px) */


.ticket-payment-section2-booking .food-booking-summary{
    /*border:1px solid red;*/
    min-height: 0px;
    max-height: 80px;
    overflow: auto;
    padding: 0 10px 0 0;
}
.ticket-payment-section2-booking .food-booking-summary::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
  background: #fff;
}
.ticket-payment-section2-booking .food-booking-summary::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color:rgb(193 193 193);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.food-booking-form{
    border:2px solid #9d9d9d;
    border-radius: 10px;
    margin-top: 20px;
    background: #ededed;
    padding: 15px 20px 5px;
}
.food-booking-form .form-check-input{
    width: 7%;
}
.food-booking-form .form-check-label {
    /*margin-bottom: 10px;*/
    margin-left: 20px;
}
.food-booking-form .form-row .form-control{
    height:32px;
    font-size:14px;
    border-radius:4px;
    background: #fff;
}
.food-booking-form .form-row{
    margin-bottom:10px;
}

/**/
/*!Don't remove this!
 * jQuery MDTimePicker v1.0 plugin
 * 
 * Author: Dionlee Uy
 * Email: dionleeuy@gmail.com
 *
 * Date: Tuesday, August 28 2017
 */
@import url(https://fonts.googleapis.com/css?family=Roboto);
.mdtp__wrapper,
body[mdtimepicker-display="on"] {
  overflow: hidden;
}
.mdtimepicker {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  background-color: rgba(10, 10, 10, 0.7);
  transition: background-color 0.28s ease;
  z-index: 100001;
}
.mdtimepicker.hidden {
  display: none;
}
.mdtimepicker.animate {
  background-color: transparent;
}
.mdtp__wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 20%;
  min-width: 280px;
  opacity: 1;
  user-select: none;
  border-radius: 2px;
  transform: translateX(-50%) scale(1);
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  transition: transform 0.28s ease, opacity 0.28s ease;
}
.mdtp__wrapper.animate {
  transform: translateX(-50%) scale(1.05);
  opacity: 0;
}
.mdtp__time_holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 46px;
  padding: 20px 24px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  background-color: #1565c0;
}
.mdtp__time_holder > span {
  display: inline-block;
  line-height: 48px;
  cursor: default;
}
.mdtp__time_holder > span:not(.mdtp__timedots):not(.mdtp__ampm) {
  cursor: pointer;
  margin: 0 4px;
}
.mdtp__time_holder .mdtp__time_h.active,
.mdtp__time_holder .mdtp__time_m.active {
  color: #fafafa;
}
.mdtp__time_holder .mdtp__ampm {
  font-size: 18px;
}
.mdtp__clock_holder {
  position: relative;
  padding: 20px;
  background-color: #fff;
}
.mdtp__clock_holder .mdtp__clock {
  position: relative;
  width: 250px;
  height: 250px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #eee;
}
.mdtp__clock .mdtp__am,
.mdtp__clock .mdtp__pm {
  display: block;
  position: absolute;
  bottom: -8px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, color 0.2s;
  z-index: 3;
}
.mdtp__clock .mdtp__am {
  left: -8px;
}
.mdtp__clock .mdtp__pm {
  right: -8px;
}
.mdtp__clock .mdtp__am:hover,
.mdtp__clock .mdtp__pm:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.mdtp__clock .mdtp__am.active,
.mdtp__clock .mdtp__pm.active {
  color: #fafafa;
  background-color: #1565c0;
}
.mdtp__clock .mdtp__clock_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4px;
  background-color: #1565c0;
  border-radius: 50%;
}
.mdtp__clock .mdtp__hour_holder,
.mdtp__clock .mdtp__minute_holder {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease;
  overflow: hidden;
}
.mdtp__clock .mdtp__hour_holder.animate {
  transform: scale(1.2);
  opacity: 0;
}
.mdtp__clock .mdtp__minute_holder.animate {
  transform: scale(0.8);
  opacity: 0;
}
.mdtp__clock .mdtp__hour_holder.hidden,
.mdtp__clock .mdtp__minute_holder.hidden {
  display: none;
}
.mdtp__clock .mdtp__digit {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 0;
  margin-top: -16px;
  transform-origin: right center;
  z-index: 1;
}
.mdtp__clock .mdtp__digit span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.28s, color 0.14s;
}
.mdtp__clock .mdtp__digit span:hover,
.mdtp__digit.active span {
  background-color: #1565c0 !important;
  color: #fff;
  z-index: 2;
}
.mdtp__button,
.mdtp__wrapper[data-theme="blue"] .mdtp__button {
  color: #1565c0;
}
.mdtp__digit.active:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  width: calc(100% - 40px);
  background-color: #1565c0;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit {
  font-size: 13px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) {
  margin-top: -6px;
  height: 12px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker).active:before {
  width: calc(100% - 26px);
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit:not(.marker) span {
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: 14px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker {
  margin-top: -12px;
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker.active:before {
  width: calc(100% - 34px);
}
.mdtp__clock .mdtp__minute_holder .mdtp__digit.marker span {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
}
.mdtp__digit.rotate-6 {
  transform: rotate(6deg);
}
.mdtp__digit.rotate-6 span {
  transform: rotate(-6deg);
}
.mdtp__digit.rotate-12 {
  transform: rotate(12deg);
}
.mdtp__digit.rotate-12 span {
  transform: rotate(-12deg);
}
.mdtp__digit.rotate-18 {
  transform: rotate(18deg);
}
.mdtp__digit.rotate-18 span {
  transform: rotate(-18deg);
}
.mdtp__digit.rotate-24 {
  transform: rotate(24deg);
}
.mdtp__digit.rotate-24 span {
  transform: rotate(-24deg);
}
.mdtp__digit.rotate-30 {
  transform: rotate(30deg);
}
.mdtp__digit.rotate-30 span {
  transform: rotate(-30deg);
}
.mdtp__digit.rotate-36 {
  transform: rotate(36deg);
}
.mdtp__digit.rotate-36 span {
  transform: rotate(-36deg);
}
.mdtp__digit.rotate-42 {
  transform: rotate(42deg);
}
.mdtp__digit.rotate-42 span {
  transform: rotate(-42deg);
}
.mdtp__digit.rotate-48 {
  transform: rotate(48deg);
}
.mdtp__digit.rotate-48 span {
  transform: rotate(-48deg);
}
.mdtp__digit.rotate-54 {
  transform: rotate(54deg);
}
.mdtp__digit.rotate-54 span {
  transform: rotate(-54deg);
}
.mdtp__digit.rotate-60 {
  transform: rotate(60deg);
}
.mdtp__digit.rotate-60 span {
  transform: rotate(-60deg);
}
.mdtp__digit.rotate-66 {
  transform: rotate(66deg);
}
.mdtp__digit.rotate-66 span {
  transform: rotate(-66deg);
}
.mdtp__digit.rotate-72 {
  transform: rotate(72deg);
}
.mdtp__digit.rotate-72 span {
  transform: rotate(-72deg);
}
.mdtp__digit.rotate-78 {
  transform: rotate(78deg);
}
.mdtp__digit.rotate-78 span {
  transform: rotate(-78deg);
}
.mdtp__digit.rotate-84 {
  transform: rotate(84deg);
}
.mdtp__digit.rotate-84 span {
  transform: rotate(-84deg);
}
.mdtp__digit.rotate-90 {
  transform: rotate(90deg);
}
.mdtp__digit.rotate-90 span {
  transform: rotate(-90deg);
}
.mdtp__digit.rotate-96 {
  transform: rotate(96deg);
}
.mdtp__digit.rotate-96 span {
  transform: rotate(-96deg);
}
.mdtp__digit.rotate-102 {
  transform: rotate(102deg);
}
.mdtp__digit.rotate-102 span {
  transform: rotate(-102deg);
}
.mdtp__digit.rotate-108 {
  transform: rotate(108deg);
}
.mdtp__digit.rotate-108 span {
  transform: rotate(-108deg);
}
.mdtp__digit.rotate-114 {
  transform: rotate(114deg);
}
.mdtp__digit.rotate-114 span {
  transform: rotate(-114deg);
}
.mdtp__digit.rotate-120 {
  transform: rotate(120deg);
}
.mdtp__digit.rotate-120 span {
  transform: rotate(-120deg);
}
.mdtp__digit.rotate-126 {
  transform: rotate(126deg);
}
.mdtp__digit.rotate-126 span {
  transform: rotate(-126deg);
}
.mdtp__digit.rotate-132 {
  transform: rotate(132deg);
}
.mdtp__digit.rotate-132 span {
  transform: rotate(-132deg);
}
.mdtp__digit.rotate-138 {
  transform: rotate(138deg);
}
.mdtp__digit.rotate-138 span {
  transform: rotate(-138deg);
}
.mdtp__digit.rotate-144 {
  transform: rotate(144deg);
}
.mdtp__digit.rotate-144 span {
  transform: rotate(-144deg);
}
.mdtp__digit.rotate-150 {
  transform: rotate(150deg);
}
.mdtp__digit.rotate-150 span {
  transform: rotate(-150deg);
}
.mdtp__digit.rotate-156 {
  transform: rotate(156deg);
}
.mdtp__digit.rotate-156 span {
  transform: rotate(-156deg);
}
.mdtp__digit.rotate-162 {
  transform: rotate(162deg);
}
.mdtp__digit.rotate-162 span {
  transform: rotate(-162deg);
}
.mdtp__digit.rotate-168 {
  transform: rotate(168deg);
}
.mdtp__digit.rotate-168 span {
  transform: rotate(-168deg);
}
.mdtp__digit.rotate-174 {
  transform: rotate(174deg);
}
.mdtp__digit.rotate-174 span {
  transform: rotate(-174deg);
}
.mdtp__digit.rotate-180 {
  transform: rotate(180deg);
}
.mdtp__digit.rotate-180 span {
  transform: rotate(-180deg);
}
.mdtp__digit.rotate-186 {
  transform: rotate(186deg);
}
.mdtp__digit.rotate-186 span {
  transform: rotate(-186deg);
}
.mdtp__digit.rotate-192 {
  transform: rotate(192deg);
}
.mdtp__digit.rotate-192 span {
  transform: rotate(-192deg);
}
.mdtp__digit.rotate-198 {
  transform: rotate(198deg);
}
.mdtp__digit.rotate-198 span {
  transform: rotate(-198deg);
}
.mdtp__digit.rotate-204 {
  transform: rotate(204deg);
}
.mdtp__digit.rotate-204 span {
  transform: rotate(-204deg);
}
.mdtp__digit.rotate-210 {
  transform: rotate(210deg);
}
.mdtp__digit.rotate-210 span {
  transform: rotate(-210deg);
}
.mdtp__digit.rotate-216 {
  transform: rotate(216deg);
}
.mdtp__digit.rotate-216 span {
  transform: rotate(-216deg);
}
.mdtp__digit.rotate-222 {
  transform: rotate(222deg);
}
.mdtp__digit.rotate-222 span {
  transform: rotate(-222deg);
}
.mdtp__digit.rotate-228 {
  transform: rotate(228deg);
}
.mdtp__digit.rotate-228 span {
  transform: rotate(-228deg);
}
.mdtp__digit.rotate-234 {
  transform: rotate(234deg);
}
.mdtp__digit.rotate-234 span {
  transform: rotate(-234deg);
}
.mdtp__digit.rotate-240 {
  transform: rotate(240deg);
}
.mdtp__digit.rotate-240 span {
  transform: rotate(-240deg);
}
.mdtp__digit.rotate-246 {
  transform: rotate(246deg);
}
.mdtp__digit.rotate-246 span {
  transform: rotate(-246deg);
}
.mdtp__digit.rotate-252 {
  transform: rotate(252deg);
}
.mdtp__digit.rotate-252 span {
  transform: rotate(-252deg);
}
.mdtp__digit.rotate-258 {
  transform: rotate(258deg);
}
.mdtp__digit.rotate-258 span {
  transform: rotate(-258deg);
}
.mdtp__digit.rotate-264 {
  transform: rotate(264deg);
}
.mdtp__digit.rotate-264 span {
  transform: rotate(-264deg);
}
.mdtp__digit.rotate-270 {
  transform: rotate(270deg);
}
.mdtp__digit.rotate-270 span {
  transform: rotate(-270deg);
}
.mdtp__digit.rotate-276 {
  transform: rotate(276deg);
}
.mdtp__digit.rotate-276 span {
  transform: rotate(-276deg);
}
.mdtp__digit.rotate-282 {
  transform: rotate(282deg);
}
.mdtp__digit.rotate-282 span {
  transform: rotate(-282deg);
}
.mdtp__digit.rotate-288 {
  transform: rotate(288deg);
}
.mdtp__digit.rotate-288 span {
  transform: rotate(-288deg);
}
.mdtp__digit.rotate-294 {
  transform: rotate(294deg);
}
.mdtp__digit.rotate-294 span {
  transform: rotate(-294deg);
}
.mdtp__digit.rotate-300 {
  transform: rotate(300deg);
}
.mdtp__digit.rotate-300 span {
  transform: rotate(-300deg);
}
.mdtp__digit.rotate-306 {
  transform: rotate(306deg);
}
.mdtp__digit.rotate-306 span {
  transform: rotate(-306deg);
}
.mdtp__digit.rotate-312 {
  transform: rotate(312deg);
}
.mdtp__digit.rotate-312 span {
  transform: rotate(-312deg);
}
.mdtp__digit.rotate-318 {
  transform: rotate(318deg);
}
.mdtp__digit.rotate-318 span {
  transform: rotate(-318deg);
}
.mdtp__digit.rotate-324 {
  transform: rotate(324deg);
}
.mdtp__digit.rotate-324 span {
  transform: rotate(-324deg);
}
.mdtp__digit.rotate-330 {
  transform: rotate(330deg);
}
.mdtp__digit.rotate-330 span {
  transform: rotate(-330deg);
}
.mdtp__digit.rotate-336 {
  transform: rotate(336deg);
}
.mdtp__digit.rotate-336 span {
  transform: rotate(-336deg);
}
.mdtp__digit.rotate-342 {
  transform: rotate(342deg);
}
.mdtp__digit.rotate-342 span {
  transform: rotate(-342deg);
}
.mdtp__digit.rotate-348 {
  transform: rotate(348deg);
}
.mdtp__digit.rotate-348 span {
  transform: rotate(-348deg);
}
.mdtp__digit.rotate-354 {
  transform: rotate(354deg);
}
.mdtp__digit.rotate-354 span {
  transform: rotate(-354deg);
}
.mdtp__digit.rotate-360 {
  transform: rotate(360deg);
}
.mdtp__digit.rotate-360 span {
  transform: rotate(-360deg);
}
.mdtp__buttons {
  margin: 0 -10px -10px;
  text-align: right;
}
.mdtp__button {
  display: inline-block;
  padding: 0 16px;
  min-width: 50px;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}
.mdtp__button:hover {
  background-color: #e0e0e0;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="blue"] .mdtp__time_holder {
  background-color: #1565c0;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active span {
  background-color: #1565c0 !important;
}
.mdtp__wrapper[data-theme="blue"] .mdtp__digit.active:before {
  background-color: #1565c0;
}
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="red"] .mdtp__time_holder {
  background-color: #c62828;
}
.mdtp__wrapper[data-theme="red"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="red"] .mdtp__digit.active span {
  background-color: #c62828 !important;
}
.mdtp__wrapper[data-theme="red"] .mdtp__digit.active:before {
  background-color: #c62828;
}
.mdtp__wrapper[data-theme="red"] .mdtp__button {
  color: #c62828;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="purple"] .mdtp__time_holder {
  background-color: #6a1b9a;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="purple"] .mdtp__digit.active span {
  background-color: #6a1b9a !important;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__digit.active:before {
  background-color: #6a1b9a;
}
.mdtp__wrapper[data-theme="purple"] .mdtp__button {
  color: #6a1b9a;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="indigo"] .mdtp__time_holder {
  background-color: #283593;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="indigo"] .mdtp__digit.active span {
  background-color: #283593 !important;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__digit.active:before {
  background-color: #283593;
}
.mdtp__wrapper[data-theme="indigo"] .mdtp__button {
  color: #283593;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="teal"] .mdtp__time_holder {
  background-color: #00695c;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="teal"] .mdtp__digit.active span {
  background-color: #00695c !important;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__digit.active:before {
  background-color: #00695c;
}
.mdtp__wrapper[data-theme="teal"] .mdtp__button {
  color: #00695c;
}
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme="green"] .mdtp__time_holder {
  background-color: #2e7d32;
}
.mdtp__wrapper[data-theme="green"] .mdtp__clock .mdtp__digit span:hover,
.mdtp__wrapper[data-theme="green"] .mdtp__digit.active span {
  background-color: #2e7d32 !important;
}
.mdtp__wrapper[data-theme="green"] .mdtp__digit.active:before {
  background-color: #2e7d32;
}
.mdtp__wrapper[data-theme="green"] .mdtp__button {
  color: #2e7d32;
}
@media (max-height: 360px) {
  .mdtp__wrapper {
    flex-direction: row;
    bottom: 8px;
  }
  .mdtp__time_holder {
    width: 160px;
    padding: 20px;
  }
  .mdtp__clock_holder {
    padding: 16px;
  }
  .mdtp__clock .mdtp__am,
  .mdtp__clock .mdtp__pm {
    bottom: -4px;
  }
  .mdtp__clock .mdtp__am {
    left: -4px;
  }
  .mdtp__clock .mdtp__pm {
    right: -4px;
  }
}
@media (max-height: 320px) {
  .mdtp__wrapper {
    bottom: 0;
  }
}


/* food-booking-invoice */
.food-booking-invoice-main .row{
    justify-content: center;
}
.food-booking-invoice{
    /*border:1px solid #000;*/
    padding: 0 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.food-booking-invoice-left p{
    margin:0;
}
.food-booking-invoice-right p{
    margin:0;
}
.food-booking-invoice-info p{
    margin:0;
}
.food-booking-invoice-bg{
    background-image: linear-gradient(to right, #f89909 , #fbc504);
    padding: 25px 15px 10px;
    color: #fff;
}
.food-booking-invoice-main .col-lg-12{
    padding:0;
}
.food-booking-invoice-left{
    margin-top: 15px;
}
.food-booking-invoice-table{
        padding: 50px;
}
.food-booking-invoice-table .thead-light
{
    background-image: linear-gradient(to right, #f89909 , #fbc504)!important;
}
.food-booking-invoice-table .table .thead-light th{
    background-color:unset!important;
    border:none;
    color:#fff;
}
.food-booking-invoice-table .table td, .table th{
    border-top: 1px solid #f89a09;
}
.food-booking-invoice-info{
    padding: 0 45px 25px;
}
.food-booking-invoice:after {
    content: "";
    width: 175px;
    height: 200px;
    background-image: url('../images/banner/invoice-bg.png');
    background-size:100% 100%;
    position: absolute;
    bottom: 0;
    left: 15px;
    z-index: -1;
}
.food-booking-invoice-main{
    margin-top:50px;
    margin-bottom:50px;
}
.ticket-payment-section4{
    display:none;
}
/* end food-booking-invoice */


/* media query 13.07.2023*/
@media(max-width: 1365px){
    .ticket-payment-section1-tab #tab-1 .card .card-body{
        height: auto;
    }
    .ticket-payment-section1-tab .ticket-payment-section1-tab-note {
        margin-left: 0px;
        padding: 15px 30px 10px;
    }
}
@media(max-width: 1315px){
    .ticket-payment-section1-tab .tab-content .card p span {
        margin-right: 10px;
    }
}
@media(max-width: 1244px){
    .ticket-payment-section1-tab .tab-content .card p span {
        margin-right: 8px;
    }
}
@media(max-width: 1217px){
    .ticket-payment-section1-tab .tab-content .card p span {
        margin-right: 6px;
    }
    .ticket-payment-section1 ul.tabs li{
        margin-bottom: 10px;
    }
}
@media(max-width: 1199px){
    .ticket-payment-section1-tab #tab-1 .card .card-body {
        height: auto;
        /*padding: 20px 15px;*/
    }
}
@media(max-width: 1145px){
    .ticket-payment-section1-tab .tab-content .card p span {
        font-size: 13px;
    }
}
/*@media(max-width: 1095px){*/
/*    .ticket-payment-section1-tab #tab-1 .card .card-body {*/
/*        height: 177px;*/
/*        padding: 15px 12px;*/
/*    }*/
/*}*/
@media(max-width: 1066px){
    .proHover .availablestock{
        padding: 5px 10px!important;
    }
}
@media(max-width: 991px){
    .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 16px;
    }
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 14px;
        margin: 0;
    }
    .ticket-payment-section1-tab .tab-content .card p span {
        font-size: 16px;
    }
    .ticket-payment-section1-tab .tab-content .card .btn-danger {
        padding: 3px 20px;
        font-size: 13px;
    }
}
@media(max-width: 768px){
    /*.ticket-payment-section3{*/
    /*    position: fixed;*/
    /*    bottom: 58px;*/
    /*    width: 100%;*/
    /*    left: 0;*/
    /*    z-index: 20;*/
    /*}*/
    .ticket-payment-section3 .ticket-payment-section3-btn{
        border-radius: 0px;
    }
    .food-booking-form{
        margin-bottom: 20px;
    }
    .footer-customer-care .footer-customer-care-icon p{
        margin-bottom: 5px;
    }
    .ticket-payment-section1 ul.tabs li {
        margin-bottom: 10px;
    }
    .ticket-payment-section3{
       /* display:none;*/
    }
    .ticket-payment-section4{
        position: fixed;
        bottom: 68px;
        display: flex;
        width: 100%;
        left: 0;
        height: 50px;
        z-index: 17;
    }
    .ticket-payment-section4 .ticket-payment-section3-btn{
        background-color: var(--bs-primary);
        color: #fff;
        width: 100%;
        border-radius: 0;
        line-height: 2.2;
    }
    .ticket-payment-section4 .ticket-payment-section3-btn:nth-child(1){
        border-right:1px solid #fff;
    }
    .ticket-payment-section1-tab .tab-content .card {
        margin-bottom: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 14px;
    }
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card p span {
        font-size: 14px;
    }
    .ticket-payment-section1-tab .tab-content .card .btn-danger {
        font-size: 12px;
    }
    .food-payment-section3{
        display:none;
    }
}
/* end @media(max-width: 768px) */

@media(max-width: 767px){
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 12px;
    }
    .ticket-payment-section1 ul.tabs{
        margin-bottom: 0px;
    }
    .ticket-payment-section1-tab .tab-content .card p span {
        font-size: 14px;
    }
    .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 13px;
    }
}
/* end @media(max-width: 767px) */

@media(max-width: 650px){
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 13px;
    }
    .ticket-payment-section1-tab .tab-content .card .btn-danger {
        font-size: 12px;
    }
}
@media(max-width: 617px){
     .ticket-payment-section1-tab .tab-content .card p {
        font-size: 14px;
    }
}
@media(max-width: 575px){
    .ticket-payment-section1-tab .tab-content .card h6{
        margin: 0;
    }
}
@media(max-width: 425px){
    .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 14px;
    }
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card .btn-danger {
        font-size: 11px;
    }
    .ticket-payment-section3{
        bottom: 50px;
    }
    .navbar{
        padding: 0rem 1rem 0 1rem;
    }
    .ticket-payment-section1 .ticket-payment-section1-txt h3{
        font-size: 24px;
    }
    .ticket-payment-section4{
        bottom: 60px;
        height: 45px;
    }
    .ticket-payment-section4 .ticket-payment-section3-btn{
        font-size: 14px;
    }
}
@media(max-width: 413px){
    .ticket-payment-section1 ul.tabs li{
        margin-right: 3px;
    }
}
@media(max-width: 392px){
    .ticket-payment-section1 ul.tabs li{
        width: 105px;
        font-size: 12px;
    }
}
@media(max-width: 375px){
     .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 14px;
    }
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card p span {
        font-size: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card .btn-danger {
        font-size: 10px;
    }
    .ticket-payment-section1 .ticket-payment-section1-txt h3{
        font-size: 22px;
    }
    .ticket-payment-section4 .ticket-payment-section3-btn {
        font-size: 12px;
    }
    .ticket-payment-section4 {
        height: 40px;
    }
}
@media(max-width: 362px){
    .ticket-payment-section1 ul.tabs li {
        width: 95px;
        font-size: 12px;
    }
}
@media(max-width: 336px){
    .home-back-btn {
        margin-left: -20px!important;
        margin-right: 2px!important;
    }
}
@media(max-width: 320px){
    .ticket-payment-section4 .ticket-payment-section3-btn {
        font-size: 11px;
    }
    .ticket-payment-section1-tab .tab-content .card h6 {
        font-size: 12px;
    }
    .ticket-payment-section1-tab .tab-content .card p {
        font-size: 11px;
    }
    .ticket-payment-section1-tab .tab-content .card p span {
        font-size: 11px;
    }
}