@media only screen and (max-width:575px){ 
	.m-header{
		width:100%;
		margin-bottom:10px;
		text-align:center;
		}
    .sln-header .dropdown.show{
        position:static
    }
    .sln-header .dropdown.show a:after{
        display:none
    }
    .sln-header .dropdown.show:before{
        display:none
    }
    .sln-header .dropdown .notification{
        width:100%
    }
    .sln-header .dropdown .dropdown-menu{
        width:95%;
        margin-left:auto;
        margin-right:auto;
        left:0;
        right:0
    }
    .header-chat.open,.header-user-list.open{
        width:280px
    }
    .pcoded-content{
        padding:30px 15px
    }
    .card{
        margin-bottom:15px
    }
} 