table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    background: #fefefe;
    box-shadow: 0px 0px 20px rgb(26 26 26 / 34%);
    font-family: "Poppins", sans-serif;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
    color: #f6f6f6;
}

table thead {
    background: linear-gradient(to right, #0C1446, #175873, #2B7C85);
    /* background-image: linear-gradient(to right, #ebc300, #e9c400, #f8b041, #ef5726, #ef5726) !important; */
    border-bottom: none;
    color: #fff;
}

table tr {
    padding: .35em;
}

/* table tr:nth-child(even) {
    background: #f0f0f0;
}

table tbody tr:hover {
    background: #d9e3e8;
} */

table th,
table td {
    padding: 5px;
    text-align: start;
    border: 1px solid #e4e4e4;
    font-size: 15px;
    font-weight: 400;
    vertical-align: top;
    padding-left: 20px;
}

table th {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 700;
}

.subheading1 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead th {
        display: none;
    }

    table tr {
        display: block;
    }

    table td {
        /* border-bottom: 1px solid #ddd; */
        display: block;
        text-align: left;
        padding-left: 10px;
    }

    table td::before {
        content: attr(data-label);
        /* display: block; */
        display: inline;
        font-weight: light;
        text-transform: capitalize;
        font-size: 15px;
        margin-bottom: 0.6em;
        color: #2B7C85;
        font-weight: 500;
        /* padding-right: 15px; */
    }

}

tr td span {
    font-weight: 500;
    color: #2B7C85;
}

tr td span b {
    font-weight: 600;
    color: #d40000;
}

.pr-8 {
    padding-right: 8px;
}

.orangebg {
    background-color: #f79646 !important;
}

.dbluebg {
    background-color: #95b3d7 !important;
}

.greenbg {
    background-color: #c2d69b !important;
}

.graybg {
    background-color: #d9d9d9 !important;
}

.bluebg {
    background-color: #92cddc !important;
}

.lorangebg {
    background-color: #fabf8f !important;
}

.redbg {
    background-color: #e5b8b7 !important;
}

.skinbg {
    background-color: #fde9d9 !important;
}

.purplebg {
    background-color: #ccc0d9 !important;
}

.pichbg {
    background-color: #ddd9c3 !important;
}

.lredbg {
    background-color: #f2dbdb !important;
}

.dgreenbg {
    background-color: #9bbb59 !important;
}

.blackbg {
    background-color: #dbe5f1 !important;
}

/* program css */
.maintbh td {
    text-align: center;
}
.maintbh {
    background: linear-gradient(to right, #0C1446, #175873, #2B7C85) !important;
    color: #ffffff;
}
@media screen and (max-width: 600px){
    .md-none{
        display: none;
    }
}