@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
   
}

@media (max-width: 575.98px) {
    .parent-map{
        padding: 10px;
        flex-direction: column;
    }
    .location-columns{
        flex-direction: column;
    }

    .columns-border{
            border-bottom: solid 1px rgba(0, 0, 0, 0.30);
    }

    .parent-map .india-map .location-1 {
    top: 83px;
    left: 104px;
    width: 36px;
}

.parent-map .india-map .location-2 {
 
    top: 90px;
    left: 68px;
    width: 36px;
}

.parent-map .india-map .location-3 {
    top: 210px;
    left: 47px;
    width: 94px;
}

.parent-map .india-map .location-4 {
 
    top: 319px;
    left: 88px;
    width: 46px;
}

.locations-container>div{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.13);
}
}



@media (min-width: 1024px) {
    .track-order.track-order-nnew {
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
   
.track-order.track-order-nnew {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .track-order.track-order-nnew p:last-child {
    margin-bottom: 0;
  }
  .track-order.track-order-nnew .custom_button {
    order: 1;
    width: 100% !important;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: Mukta;
    width: auto !important;
  }
  .track-order.track-order-nnew .custom_button a {
    font-size: 16px;
    font-weight: 700;
    font-family: Mukta;
  }
  .button-views.button-views-new {flex-direction: column;}
}

@media (max-width: 575.98px) {
    
.panel-design{
    max-width: 50px;
    margin-right: 0px;
    margin-bottom: -41px;
}

.panel-content {
    flex: 1;
    line-height: 19px;
}

.student-switch-panel a {
    line-height: 0.75;
 
}

.students-list-details-part1{
    flex-direction: column;
}

.students-list-details-image{
    margin:0 auto;
}

.students-info-cont >div{
        flex-direction: column;
     margin-left: 0px; 
    gap: 0px;
}

.button-views{
    position: relative;
    flex-direction: row;
    height: auto;
    width: auto;
}
.fees-card-container{

}
.fees-title{
    flex-direction: column;
    gap:10px;
    align-items: end;
}

.fees-title span{
    width: 100%;
}
.fees-card {
    width: 128px;
    height: 78px;
}
}