@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%;
}
@media (max-width: 767px) {
  .mobviewbanner {
    display: block;
  }
  .webviewbanner {
    display: none;
  }
}