@media only screen and (max-width:767px){
    .navlogo {
        width: 70%;
    }
    .middle-box-inner {
        padding: 28px 18px;
    }
    .middle-box-subchld {
        width: 100%;
    }
    .margin-left {
        margin-left: 30px;
    }
    .about_title_watermark::before{
        font-size: 45px;
    }
    .boardofdirec::before{
        font-size: 30px;
    }
    .corpoinfor::before{
        font-size: 28px;
    }
    .contaus::before{
        font-size: 45px;
    }
    .tabs_title{
        margin-top: 15px;
    }
    .contacticon img{
        width: 92%;
    }
    .contact_name, .contact_address, .contact_through_phone  p{
        font-size: 15px;
    }
}