@media(max-width: 768px){
#login_container .loginscreen{
    margin-top: -30px;
}
}

.mt10{
    margin-top: 10px;
}

.paymentMethod .panel-body{
    text-align: center;
}
@media(max-width: 768px){
    .paymentMethod{
        padding:15px
    }
    .paymentMethod .panel-body{
        height: 110px;
        padding:10px;
    }
.paymentMethod .panel-body img{
    height: 50px;
    width: auto !important ;
    display: inline-block;
}
.paymentMethod .panel{ padding-bottom: 10px;}
.paymentMethod .row div[class*="col-"]{
    padding: 0px 5px;
}
.footerarrow{
    display: none;
}
}
.fixedsign{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0;
    max-width: 100% !important;
}

.proceed_button .btn-danger,
.proceed_button .btn-danger:active:hover{
    background-color:#20afcc;
    border-color: #20afcc;
}



.logo.menu a{
    margin: 0px;
}
.logo.menu a span{
   top: 5px;
}
.et-left-menu{
    position: absolute;
    left: -270px;
    top: 0px;
    z-index: 1111;
    height: 100%;
}
.et-left-menu .menu-body{
    width: 270px;
    background: #fff;
    color: #202122;
    height: 100%; 
}
.et-left-menu .menu-body h4{
    font-size: 13px;
      color: #202122;
      margin-bottom: 2px;
  font-weight: 600;
}
.et-left-menu .nav{
    padding-top: 10px;
}
.et-left-menu .nav a{
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
    color: #202122;
    padding-left: 10px;
}

.et-left-menu .menu-body .media .media-object{
    border-radius: 50%;
}
.et-left-menu .menu-body .email , .et-left-menu .menu-body .phone{
    font-size: 11px;
     color: #202122;
           margin-bottom: 2px;


}

.et-left-menu .faded{
    position: fixed;
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;

}
.et-left-menu .footer-menu{
    text-align: left;
    position: absolute;
    bottom: 0px;
    padding: 10px;
    border-top: solid 1px #eeeeee;
     left: 0; 
    width: 100%;
}
.et-left-menu .media{
    padding: 10px;
    border-bottom: solid 1px #eeeeee;
}
.movies_tabs .movie_cont img{
    height: 100%;
}
.nav-btn, .nav-btn:focus , .nav-btn:active    {
    background: none;
    border:1px solid #fff;
    border-radius: 20px;
    color: #fff;
    padding:5px 10px;
    font-size:12px;
    text-decoration: none;
}
.nav-btn img{
    position: relative;
    top: -2px;
}
.movie_calendar .nav-tabs{
    border-bottom: 1px solid #dedede !important;
}
.movie_calendar .nav-tabs>li{
    border-right:1px solid #dedede;
    width: 60px;

}
.movie_calendar .nav-tabs>li.active > a{
    background: #20afcc;
    display: block;
    border-bottom:0px !important;
    width: 100%;
    
}
.movie_calendar .nav-tabs>li.active > a:hover{
    border-bottom:0px !important;

}
.movie_calendar .nav-tabs>li.active > a span{
    color: #fff !important;
}
#divMsgReqemail.mt10{
    margin-top: 0;
}
.select-et-2022 .select2-selection.select2-selection--single{
    border:0px;
    overflow:hidden;
    background:url(../images/dropdown_arrow.png) no-repeat right 10px center;
    height:40px;
    color:#212121;
    margin-bottom:10px;
    border-bottom:  2px solid #bdbdbd;
    padding-bottom: 10px;
}
.select-et-2022 .select2-selection__arrow b{
    border: 0px !important;
        
}
.select-et-2022.custom_select{
    background: none;
}

.mobviewbanner {
  display: none;
}
.webbanner {
  margin-top: 30px;
}
.webbanner img {
  width: 100%;
}
.slider-container {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        width: 100%;
        padding: 20px 0;
        scrollbar-width: none; /* For Firefox */
      }
      .slider-container::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Edge */
      }
      .slider-item {
        display: inline-block;
        text-align: center;
        margin-right: 10px;
      }
      .slider-item img {
        width: 120px;
        height: 120px;
        border-radius: 100px;
        object-fit: cover;
      }
      .slider-item span {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        color: #333;
      }
.loader-overlay-easypay {
  background: rgba(0, 0, 0, 0.7)url(../../images/loader.gif?v=2) no-repeat center calc(50% + 60px);
  position: fixed;
   background-size: 60px; 
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.loader-overlay-easypay::after{
    
  content: 'Approve Transaction';
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: fixed;
  left: 0;
  top: calc(50% - 90px);
  right: 0;
}
.loader-overlay-easypay::before {
    content: 'Please open your easypaisa app and approve this transaction.You will see transaction confirmation screen once approved.';
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: calc(50% - 50px);
  right: 0;
}
.loader-overlay-jazzcash {
  background: rgba(0, 0, 0, 0.7)url(../../images/loader.gif?v=2) no-repeat center calc(50% + 60px);
  position: fixed;
   background-size: 60px; 
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
.loader-overlay-jazzcash::after{
    
  content: 'Approve Transaction';
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: fixed;
  left: 0;
  top: calc(50% - 90px);
  right: 0;
}
.loader-overlay-jazzcash::before {
    content: 'Please open your jazzcash app and approve this transaction.You will see transaction confirmation screen once approved.';
  font-family: arial, tahoma, verdana;
  color: #fdfdfd;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  position: fixed;
  left: 0;
  top: calc(50% - 50px);
  right: 0;
}
.buybtn{ width:100%; font-size: 12px; margin-top: 5px}
@media (max-width: 767px) {
  .mobviewbanner {
    display: block;
  }
  .webviewbanner {
    display: none;
  }
}