@media(max-width:600px){.mainhedlink h3{cursor:pointer;padding:4px;margin:0;font-size:18px;background-color:#151f28;color:#fff}li,ul{list-style-type:square}ul{display:inline-block}}@media screen and (max-width:600px){.col-sm-3{width:100%!important}}



.mobile-view-slider{
    display:none;
}
@media screen and (max-width:420px){
    .mobile-view-slider{
        display:block;
    }
    .desktop-view-slider{
        display:none !important;
    }
    .mobile-view-slider-content img{
        width:100%;
        margin-top:10px;
    }
    .mobile-view-heading{
        font-size: 18px;
        width: 100%%;
        text-align: justify;
    }
    .post-add-btn-mob{
        float: left !important;
        margin-left: -125px !important;
    }
    .post_signle_container{
        padding:0 !important;
    }
    .video-control-mobile{
        width: 100%% !important;
    }
    .details__card{
        width:100%%;
    }
    .mobile-des-content{
        padding:0 !important;
        margin: 0 !important;
    }
    
}