
.clearfix {
    content: "";
    display: block;
     clear: both;
}

/*Fees Section Style*/
.fees {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.fees .fee-heading {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    background: #564D65;
    color: #fff;
    margin: 10px 0px;
    padding: 5px 0px;
    letter-spacing: 2px;
}

.fees h1 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #006762;
    font-size: 18px;
    padding-top: 10px;
    letter-spacing: 1px;
}
.content-table {
    width: 100%;
/*    border-collapse: collapse;*/
    font-size: 16px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0, 0.15);
}
.content-table thead tr {
    background-color: #003875;
    color: #fff;
    text-align: center;
   font-family: 'Poppins', sans-serif;
    
}
.content-table th, .content-table td {
    padding: 15px 14px;
}
.content-table tbody tr {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-bottom: 2px solid #ddd;
}



.content-table tbody tr:nth-child(odd) {
    background-color: #dae5f4;
}
.content-table tbody tr:nth-child(even) {
    background-color: #b8d1f3;
}
.content-table tbody tr:last-of-type {
    border-bottom: 2px solid #003875;
}
.content-table tbody  {
    font-weight: bold;
}

.fee-note {
    font-size: 15px;
    font-family: 'Fjalla One', sans-serif;
    color: #f16355;
    margin: 0px 10px;
    padding: 5px;
}

@media screen and ( max-width: 768px ) {
    
  .content-table {
   width: 100%;
   max-width: 97%;
      margin: 0 auto;
}
}
/*Fees Section Style*/