@media(min-width:1025px){
  /* .scheduledaytwo, .scheduledaythree{
    display:none;
  } */
   .mobSchedule{
    display:none !important;
   }
}
@media(max-width:1024px)
{ 
.stageMehfilKhana {
    background: #e3f3fe;
}
.stageDayaareIzhaar{
    background: #fff2e0;
}
.stageSukhanZaar {
    background: #dcffe6;
}
.stageMehfilKhana h5 {
    color:#468DB1;
  }
.stageDayaareIzhaar h5 {
  color:#DC7316;
}
.stageSukhanZaar h5 {
    color:#329700;
  }

 /*card css*/
 .scheduleContentCard {
    margin-bottom: 12px;
    box-sizing: border-box;   
    border-radius: 18px;
    padding: 20px 16px 20px 16px;
} 
.scheduleContentCard h5 {
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
}
.scheduleContentCard h3,
.scheduleContentCard h3 p {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.scheduleContentCard p, .scheduleContentCard h6, .trackInfoLink {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 18px;   
}
.scheduleCardFooter {
    display: flex;
    justify-content: space-between;
}
.trackInfoLink {
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor:pointer;
}
.trackInfoLink i {
    margin: 0px 0px 0px 5px;   
}

 /*card css*/

 }

 @media(max-width:800px)
 {


 }