.school_fees{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    /* border: 1px solid red; */
    padding: 10px 10px;
    
}
.school_fees .school_top_box{
    width: 100%;
    display: flex;
    justify-content: center;
    /* border: 1px solid; */
    padding: 20px 0px;
}

.school_fees .school_top_box span{
    /* border: 1px solid; */
    font-weight: 400;
    font-size: 24px;
    font-family:cursive;
    
    
    position: relative;
}
.school_fees span::before{
  content: ' ';
  position: absolute;
  top: 34px;
  left: 30px;
  width: 69px;
  height: 1px;
  background-color: black;
  
}
.school_fees span::after{
  content: ' ';
  position: absolute;
  top: 39px;
  right: 44px;
  width: 69px;
  height: 1px;
  background-color: black;
  
}
.school_fees .table_main_box{
    width: 100%;
    height:auto;
    /* margin-top: 20px; */
     padding: 20px 0px;
    /* border: 1px solid red ; */
    /* background-color: rgba(0, 0, 255, 0.082); */
    background-color: rgba(225, 236, 233, 0.637);

}
.school_fees .table_main_box p{
font-size: 21px;
text-align: center;
font-weight: 200;
color: blue;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.school_fees .table_main_box .table{
    width: 80%;
    margin: auto;
    border-collapse: collapse;
    min-width: 760px;
    background: transparent;
    text-align: center;
    border: 1px solid ;
    flex-wrap: wrap;
}
.school_fees .table_main_box .table tbody tr td{
  padding: 5px 0px;
  border: 1px solid ;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  
}
.school_fees .table_main_box .table thead tr th{
 
  border: 1px solid ;
}

.school_fees .table_main_box .table{
    width: 100%;
    max-width: 900px;
    margin: auto;
    border-collapse: collapse;
    background: transparent;
    text-align: center;
    border: 1px solid;
}


.school_fees .table_main_box .table thead tr th{
  padding: 10px;
  border: 1px solid;
  background: rgba(0,0,0,0.05);
}


.school_fees .table_main_box .table tbody tr td{
  padding: 8px;
  border: 1px solid;
  font-size: 15px;
}

@media (max-width: 768px){

  .school_fees .school_top_box span{
      font-size: 22px;
  }
  .school_fees .school_top_box {
       width: 680px;
  }
  .school_fees .table_main_box{

 width: 680px;
        background: #e3f5f5;
        border-radius: 5px;
        border: 2px solid #dee2e6;
        margin: 14px auto;
}
         


  .school_fees .table_main_box p{
      font-size: 17px;
  }

  .school_fees .table_main_box .table{
      min-width: 650px;   
  }

  .school_fees .table_main_box .table thead tr th,
  .school_fees .table_main_box .table tbody tr td{
      font-size: 14px;
      padding: 6px;
  }
}

@media (max-width: 480px){

    .school_fees .school_top_box span{
        font-size: 20px;
        
    }

    .school_fees .table_main_box p{
        font-size: 15px;
    }

    .school_fees span::before,
    .school_fees span::after{
        width: 40px;
    }

    .school_fees .table_main_box .table{
        min-width: 600px;   
    }
}