@media(max-width:768px){
    /* .main-content{
        padding: 100px 0;
        position: relative;
    } */
    .hide-mob{
        display: none;
    }
    .nav-aside{
        width: 70%;
    }
    .grouplink .list-group-item{
        margin-bottom: 7px;
        cursor: pointer;
        height: 90px;
        /* padding: 5px !important; */
    }
    .home-bannner-caption, .home-bannner-caption-p{
        width: 100%;
    }
    .ghh{
        text-align: center !important;
    }
    .crsl{
        height: 420px;
        width: 100%;
        position:relative;
        /*object-fit: cover;*/
        /*background-image: url(../img/dgdgg.jpg),linear-gradient(rgba(3, 6, 126, 0.5), rgba(122, 0, 147, 0.5));*/
    }
    .iimg{
        height:420px;
        width:100%;
        object-fit: cover;
    }
    .cap{
        width:100%;
    }
    .footer .nav .nav-link{
        color: #96ACC6;
        line-height: 10px;
    }
    
    .footer .nav .nav-link{
        color: #96ACC6;
        line-height: 17px;
    }
    .other-banner-caption-p{
        width: 100%;
    }
    /* .home-bannner-caption-p{
        margin: 30px 0;
        font-size: 18px;
    } */
}