*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	list-style-type: none;
	text-decoration: none;
	--primary-color: #dc3545;
}

body{
	/*background-color: #f8f9fa!important;*/
	background-color: #E8E8E8 !important;
}

a{
	text-decoration: none!important;
}
.banner-class{
	padding: 10px 0;
	position:relative;
	display:block;
}
.main-class{
	padding: 10px 0;
	/*background-color: #dc3545;*/
	background-color:#E8E8E8;
	position: fixed;
	width: 100%;
	z-index:999;
	
}
.filter_button {
	background-color: #009edd;
	border: 0px;
	color: #fff;
	padding: 4px 15px;
	border-radius: 6px;
}
.info-section{
	border-radius: 10px;
	background-color: #fff;
	margin-top:50px;
}
.time-movie{
	/*border-bottom: 1px dashed var(--primary-color);*/
	border-bottom: 1px dashed #E8E8E8;
	background-color: #fff;
	padding: 10px 10px;
	color:#000 !important;
	/*margin-top:80px !important;*/
}
.info-movie{
	padding: 10px;
}

.info-movie .heading{
	/*color: var(--primary-color);*/
	font-weight: 700;
}

.heading {
  display: flex;
  height: 25px;
  margin-bottom: 15px;
  color:#000 !important;
}
.movie-title{
    color:red !important;
}

.icon_panimg {
  padding-right: 6px;
}

.info-movie .button a{
	background-color: var(--primary-color);
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
}

.banner-img img{
   width: 100%;
   padding:10px;
}

.block-data{
	color: ;
	display: flex;
}
.block-data .active{
	/*background-color: var(--primary-color);*/
	background-color: #E8E8E8;
}
.block-data .active a{
	color: #fff;
	/*color: #000000;*/
	font-size: 15px;
  	font-weight: 700;
}
.data-info{
	background-color: #fff;
	line-height: 16px;
    /*border: 1px solid var(--primary-color);*/
    /*border: 1px solid #E8E8E8;*/
    text-align: center;
    padding: 6px 6px;
}
.icon-call{
	display: flex;
	justify-content: space-around;
	/*background-color: #E8E8E8;*/
}
.data-info a{
	color: #808285;
	font-size: 15px;
  	font-weight: 700;
}
.icon-call a i{
	padding: 10px;
	/*background-color: #000;*/
	background-color: #E8E8E8;
	color: #000;
	border-radius: 5px;
}

.time-movie .button{
	padding: 5px 0;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	text-align: center;
}

.time-movie .button a{
	color: #000;
	font-weight: 700;
	font-size: 12px;
}
.img-footer img{
	margin-top: 10px;
	width: 100%;
	height: auto;
}




.date-sec .block-data {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.data-info {
    flex: 1;
    text-align: center;
    
    cursor: pointer;
    transition: background-color 0.0s, color 0.0s;
}

        .data-info.active {
            background-color: var(--primary-color);
            /*background-color: #E8E8E8;*/
            color: #FFF;
        }

        .data-info:hover {
            background-color: var(--primary-color);
            /*background-color: #E8E8E8;*/
        }
        .data-info:hover a{
        	color: #fff;
        	/*color: #000000;*/
        }

        .tab-content {
            display: none;
            
        }

        .tab-content.active {
            display: block;
        }
        .bottom-padding{ padding-bottom:15px;}


/*Loading Start*/

#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF !important;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
     z-index: 9999;
}
.loader-image {
    width: 100px;  /* Adjust size as needed */
    height: 100px;
}
#content {
    display: none;
    padding: 20px;
    text-align: center;
}
.loading_logo {
	width: 250px;
}

/*Loading End*/






/*--------------responsive css-----------*/

@media screen and (max-width:600px){
	
	.banner-img img{
        width: 100%;
        padding-top: 10px !important;
        padding-right:10px !important;
        padding-bottom: 10px !important;
        height:150px !important;
    }   
	.top-banner-img {
		margin-top: 65px !important;
		width: 100% !important;
		height: auto;
	}
	
	.form-control, .form-select{
		font-size: 12px!important;
	}

	.info-movie .heading{
		font-size: 16px;
	}

	.info-movie .desc{
		font-size: 12px;
	    margin-bottom: 4px;
	}
	.info-movie .button a{
		font-size: 10px;
		padding: 5px;
	}

	.icon-call a i{
		padding: 6px;
	    background-color: #E8E8E8;
	    color: #FFF;
	    border-radius: 3px;
	    width: 28px;
	    height: 28px;
	    text-align: center;
	    margin-right: 10px;
	    font-size: 13px;
	    
	}
	.time-movie .sub-heading{
		font-weight: 700;
	    font-size: 12px;
		color: var(--primary-color);
		line-height: 18px;
    	margin-bottom: -5px;
	}
	#loadingOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
	    background-color: #FFFFFF !important;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1;
        /*    z-index: 9999;*/
    }
}

/*Search Start*/
.container .searchInput{
  background: #fff;
  width: 100%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0px 1px 5px 3px rgba(0,0,0,0.12);
}

.searchInput input{
  height: 32px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  padding: 0 35px 0 8px;
  font-size: 14px;
  /*box-shadow: 0px 1px 5px rgba(0,0,0,0.1);*/
}

.searchInput.active input{
  border-radius: 5px 5px 0 0;
}

.searchInput .resultBox{
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 280px;
  overflow-y: auto;
}

.searchInput.active .resultBox{
  padding: 10px 8px;
  opacity: 1;
  pointer-events: auto;
}

.resultBox li{
  list-style: none;
  padding: 8px 12px;
  display: none;
  width: 100%;
  cursor: default;
  border-radius: 3px;
}

.searchInput.active .resultBox li{
  display: block;
}
.resultBox li:hover{
  background: #efefef;
}

.searchInput .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}

.resultBox {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}
/*Search End*/

.img-min-logo img {
  width: 260px;
}
.min-logo-img {
  text-align: center;
  padding-top: 120px;
}