.NewFeeStructure {
    margin: 30px 0;
}

.NewFeeStructure .fee-table-wrap {
    background: #fff;
    border: 1px solid rgba(14, 31, 47, 0.12);
    border-radius: 4px;
    overflow: hidden;
    margin-top: 8px;
}

.NewFeeStructure .fee-table-wrap table {
    width: 100%;
    border-collapse: collapse;
}

.NewFeeStructure .fee-table-wrap thead th {
    background: #0e1f2f;
    color: #f7f3ea;
    text-align: left;
    padding: 16px 22px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.NewFeeStructure .fee-table-wrap thead th:last-child,
.NewFeeStructure .fee-table-wrap tbody td:last-child {
    text-align: right;
}

.NewFeeStructure .fee-table-wrap tbody td {
    padding: 15px 22px;
    font-size: 15px;
    border-top: 1px solid rgba(14, 31, 47, 0.12);
    color: #132b40;
    font-weight: 500;
}

.NewFeeStructure .fee-table-wrap tbody tr:nth-child(even) {
    background: #f7f3ea;
}

.NewFeeStructure .fee-table-wrap tbody td:last-child {
    font-weight: 700;
    color: #000;
    /* font-family: 'Fraunces', serif; */
}