@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    font-size: 16px;
}

a {
    text-decoration: none;
}
h2{
    font-size:30px;
    font-weight:600;
}

p {
    font-size: 16px;
}

.fees-bx {
    background: #f6f6f6;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 25px;
}

.table {
    box-sizing: border-box;
    border: 1px solid #5f5f5f;
}

    .table thead th {
        border: 1px solid #5f5f5f;
        background-color: #103e65;
        color: #fff;
    }

.col-brown {
    background-color: #daa105 !important;
}

.col-green {
    background-color: #27c504 !important;
}

.black {
    color: #000 !important;
}

.table tbody td {
    border: 1px solid #5f5f5f;
}

.main-head-table {
    font-size: 24px;
    text-align: center;
}

.text-center {
    text-align: center !important;
}

.table-d-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

    .table-d-flex li {
        text-align: center;
    }

.w-88 {
    width: 88px;
}

.sub-list {
    list-style: square;
}
