.orange-bg{
    background-color: #F07E00;
}
.no_of_discount_seat{
    display: none;
}
.excuslive-discount {
/*
    border-radius: 12px;
    width: 220px;
    min-height: 60px;
    margin: auto;
    font-size: 2rem;
    padding: 5px 0;
    line-height: 23px;
*/
    border-radius: 12px;
    width: 265px;
    min-height: 60px;
    margin: auto;
    font-size: 2rem;
    padding: 8px 0;
    line-height: 23px;
}
.excuslive-discount small{
	font-size: 1.4rem;
}
.discount-label {
    /*padding: 2px;*/
    text-align: center;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 500;
/*    width: 80px;*/
/*
    margin-left: 11px;
    margin-top: 1rem; 
*/
    text-transform: uppercase;
    display: inline-block;
}

.movie-information .discount-label {
    /*padding: 2px;*/
    text-align: center;
    border-radius: 4px;
    font-size: 1.4rem;
    width: 80px;
    margin-left: 11px;
    margin-top: 1rem; 
    text-transform: uppercase;
    display: block;
}

.theater .premium-price .discoun-price-label{
	display:none;
}

.discount-count div{
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    font-size: 1.6rem;
}
.buynowbutton{
    width: 100%;
}
.date-wrapper.box label {
    border-radius: 0;
    border-width: .5px;
    width: 70px;
    height: 70px;
}
.no_of_discount_seat .date-wrapper.box:hover label,
.no_of_discount_seat .date-wrapper input:checked ~ label{
    background-color: #F07E00;
    color: #fff1d6;
}

#show-page .first-row .inner-row .main .content h3{
    min-height: 113px;
}
.show-section .discount-space,
.otpsendsec .discount-space {
    min-height: 34px;
}
.show-section .discount-label,
.otpsendsec .discount-label{
    margin: 0;
    margin-bottom: 2rem;
    color: #FFF1D6;
    padding-inline: 1rem;
    padding-bottom: 0;
    padding-block: 0.5rem !important;
    min-width: 132px; /*vijadashmi : prev css 100px*/
}
@media and only screen(max-width:767px){
    .excuslive-discount{
        width: 235px;
        font-size: 1.7rem;
    }
}
