@media(max-width:767px){

    body{
        -webkit-text-size-adjust: 100%;
    }
    
    .news-section, .toc{
        padding: 15px;
    }
    h3.title-box span{
        font-size: 25px;
        margin-right: 17px;
    }
    h3.title-box{
        font-size: 17px;
    }
    .news-item {
        flex-wrap: wrap;
    }
    .news-item span.date{
        font-size: 17px;
    }
    .news-item span.new-title{
        width: 100%;
        padding-top: 0;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .toc a span{
        font-size: 20px;
    }
    .toc ul li{
        font-size: 14px;
        border-bottom: none;
        padding: 0 0 0 0;
    }
    .toc ul li a{
        font-size: 14px;  
    }
    section h2{
        margin-top: 30px;   
    }
    a.link-blank:after{
        right: 15px;
    }
    a.link-blank{
        padding-right: 50px;
        padding-left: 15px;
        min-height: unset;
    }
    .note-box{
        padding: 15px;
        font-size: 14px;
    }
    .note-box strong{
        font-size: 15px;
    }
    .exam-table th, .fee-table th,.exam-table td, .fee-table td{
        padding: 10px 15px;
    }
    a.btn-pdf{
        padding-left: 50px;
        padding-right: 35px;
    }
    a.btn-pdf:before{
        width: 22px;
        left: 15px;
        background-position: center;
    }
    a.btn-pdf:after{
        width: 22px;   
        right: 15px; 
        background-position: center;
    }
    .scroll-box{
        width: 600px;
    }
    .exam-table{
        white-space: wrap;
    }
    .exam-table th,.exam-table td{
        white-space: wrap;
        word-break: break-all;
        line-break: anywhere;
    }
    .footer-links{
        flex-direction: row;
    }
    .footer-links a{
        font-size: 13px;
    }
    .site-footer {
        padding-top: 60px !important;
    }
}