body{
			margin: 0px;
			/* height: 1000px; */
		}
		a {
    color: #000; 
    text-decoration: none!important;
}
		.sideMenu{
			float: left;
			position: fixed;
			width: 28.5%;
			background: #f0f0f0;
			top: 0;
			height: 100%;
			left: -30%;
			z-index: 1;
		}
		.close_sideMenu{
			position: absolute;
		    width: 30px;
		    height: 30px;
		    top: 9px;
			right: 15px;
		    background: ;
		}

		.logoSide{
			float: left;
		    width: 100%;
		    text-align: center;
		    margin-top: 30px;
		}
		ul.sideTab{
			
			float: left;
			/* background: pink; */
			margin: 25px 0px 0px 52px;
		}

		ul.sideTab li{
			
			float: left;
		    width: 100%;
		    display: block;
		    margin-left: -16px;
		    margin: 10px 0;
		}
		.toggleSideMenu{
			position: fixed;
			background:;
			/* width: 30px!important; */
			height: 30px;
			top:30px;
			left: 30px;
			display:none ;
		}.logoSide img
{width: 76%;margin-left: px;}