

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .nav-link{ padding: 8px 0px 8px 8px !important;
        text-align: center;}

    .p-head-text {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .size-img {
        width: 90%;
        margin: 0px 0px 30px;

    }

}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .xs-table{
        width: 280px;
        overflow: scroll;
    }
    .nav-link{ padding: 8px 0px 8px 8px !important;
        text-align: center;}

    .p-head-text {
        font-size: 34px !important;
        line-height: 44px !important;
    }

    .size-img {
        width: 90%;
        margin: 0px 0px 30px;

    }

    .wd-img {
        width: 100% !important;
    }
}

.wd-img {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 0px 15px;
}

.img-div {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pagenames {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: black !important;
    padding: 8px 0px 8px 45px;
}

.p-head-text {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: capitalize;
    color: #11151F;
    margin: 20px 0px 30px;
}

.p-sub-head-text {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    color: #000000;
}

.p-text {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* text-transform: capitalize; */
    color: #000000;
}

.table-head-css {
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: none;
    border-width: 0;
}

.img-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.size-img {
    width: 100%;
    margin: 0px 0px 30px;
}

.p-text-backgroun {
    background-color: #e5f6fe;
    border: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 100px;
    font-family: 'InterBold';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

.li-text {
    font-family: 'InterMedium';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #636366;
    list-style: none;
    padding: 0px 0px 10px 0px;

}

.span-padding {
    padding: 0px 10px 0px 0px;
}