@media (max-width: 600px) {
	.menu_m{
		width: 100%;
		height: 80px;
		background: white;
		position: fixed;
		bottom: 0;
		border-top: 4px rgb(188 255 132) solid;
		    z-index: 99;
	}
	.menu_m_flex{
		display: flex;
	    width: 95%;
	    margin: auto;
	    justify-content: space-evenly;
	    align-items: center;
	    padding-top: 9px;
	}
	.menu_m_icon{
		position: relative;
		width: 40px;
		height: 40px;
		margin: auto;

	}

	.image_icon_m{
		position: absolute;
		top: 0;
		left: 0;
		transition: all 0.5s;
	}
	.menu_label{
		text-align: center;
		font-size: 0.8rem;
	}
}