/* #################################START####################################### */
/* @media screen and (max-width: 1366px), 
       screen and (max-height: 607px) */
/* my mobitor 22 inch */

@media only screen and (min-width: 1920px) and (min-height: 959px)  {
    
    .ticketCounterCalculator {
        font-size: 12px;
        min-height: 670px;
        max-height: 670px;
        overflow-y:scroll;
       
        /* background-color: red ; */
    }

    .ticketCounterCalculator .form-control {
        font-size: 12px !important;
        /* margin: 0 !important;
        padding: 0 !important; */
       
    }

    .ticketCounterCalculator .btn-sm {
        padding: 0px !important;

    }

   

    .nearSeatPage {
        min-height: 670px;
        max-height: 670px !important;
        /* background-color: yellow; */
    }

    .nearTicketCounterSidebar {
        min-height: 670px;
        max-height: 670px !important;
    }

    .nearShowTimes {
        
        min-height: 230px;
        /* background-color: green; */
        
        
    }
    
    
    
    .nearShowTimes img {
        height: 189px;
        width: 100%;
    }

    .seatHighNumber {
        
        flex: 0 0 3.885714%;
        padding: 5px;
        
    }

    .ticket-counter-footer {

       
        
        /* background-color: #4e4f53a0;  */
        /* color: #ffffff; */
        height: 30px;
        margin-top: 267px;/*showtimes ko height sanga in hisab hun6 */
        text-align: center;
       
        

    }

   
}


/* ##################################END###################################### */