.Fee_Structure {
    background-color: transparent;
    background-image: linear-gradient(180deg, #F6F6F6F6 0%, #F6F6F6 100%);
    margin-top: -22px;
    margin-bottom: 0px;
    padding: 50px 0px
}

.Fee_Structure .title_text {
    color: #224D8C;
    font-family: "Inter", lato;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.Fee_Structure .inner_div {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Fee_Structure .inner_p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  /* margin-bottom: 50px; */
}

.Fee_Structure .inner_p span {
    font-weight: 700;
}

.Fee_Structure .fee_table_div {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.Fee_Structure .fee_table_div th {
    background-color: #ff8600;
    padding: 20px;
    border: 3px solid black;
    color: white;
    font-size: 20px;
    text-align: center;
}

.Fee_Structure .fee_table_div td {
    border: 3px solid black;
    text-align: center;
    padding: 20px;
    background-color: #f6f6f6;
    text-align: center;
}

.Fee_Structure .note {
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}



@media (min-width:0px) and (max-width:575px) {
    .Fee_Structure .inner_p {
        width: 100%;
        font-size: 14px;
    }

    .Fee_Structure .fee_table_div th {
        font-size: 14px;
    }

    .Fee_Structure .fee_table_div td {
        font-size: 13px;
    }

    .Fee_Structure .note {
        font-size: 13px;
    }

    .Fee_Structure .fee_table_div td,
    .Fee_Structure .fee_table_div th {
        border: 2px solid black;
        padding: 10px;
    }
}

@media (min-width:576px) and (max-width:1199px) {
    .Fee_Structure .inner_p {
        width: 100%;
        font-size: 15px;
    }

    .Fee_Structure .fee_table_div th {
        font-size: 16px;
    }

    .Fee_Structure .fee_table_div td {
        font-size: 15px;
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .Fee_Structure .fee_table_div th {
        font-size: 15px;
    }

    .Fee_Structure .fee_table_div td {
        font-size: 14px;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .Fee_Structure .inner_p {
        width: 90%;
    }
}