

.page-heading-bg{
    width: 100%;
    padding: 70px 0;
    background: url('../../images/ui/bg-student.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-banner-head{
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.page-head-blue{
    font-size: 35px;
    color: #154E7C;
    font-weight: 400;
}

.page-head-white{
    font-size: 35px;
    color: white;
    font-weight: 400;
}
.head-text-black{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}
.paragraph-text-black{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #000000;
    text-align: justify;
}
.paragraph-text-white{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffff;
    text-align: justify;
}
.t-head{
    font-size: 15px;
    font-weight: 700;
    color: white;
    margin-bottom: 0;
}
.t-text{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    color: black;
}

.table-row-text {
    font-size: 15px;
    padding-left: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 500;
    color: black;
}

@media only screen and (max-width: 992px){
    .page-banner-head{
        font-size: 24px;
    }
    .page-head-blue{
        font-size: 30px;
    }
    .page-head-white{
        font-size: 30px;
    }
    .head-text-black{
        font-size: 22px;
    }
    .paragraph-text-black{
        font-size: 14px;
    }
    .paragraph-text-white{
        font-size: 14px;
    }
   
}

@media only screen and (max-width: 767px){
    .page-banner-head{
        font-size: 22px;
    }
    
    .page-head-blue{
        font-size: 25px;
    }
    .page-head-white{
        font-size: 25px;
    }
    .head-text-black{
        font-size: 20px;
    }
    .paragraph-text-black{
        font-size: 12px;
    }
    .paragraph-text-white{
        font-size: 12px;
    }
}
@media only screen and (max-width: 576px) {
    .page-banner-head{
        font-size: 20px;
    }
    .head-text-black{
        font-size: 18px;
    }
    .t-head , .t-text{
        font-size: 14px;
    }
    .table-row-text{
        font-size: 13px;
    }
}