

img.pngwing {
    width: 270px;
    height: 203px;
    opacity:0.5;
}

@media only screen and (max-width: 600px) {
   .chatlist {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        display: none;
        margin-top: 61px;
        margin-left: 1px;
        border-top: 1px solid white;
    }     
}
@media only screen and (min-width: 600px) {
   .d-none-md {
        display: none !important;
    }  
}
.moreoption{
    margin-bottom: 0;
}

