.fix-menu-f{display: none;}

@media (max-width: 768px){

	 .fix-menu-f{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #87c7c9;
  z-index: 999;
  display: block;
}

.fix-menu-f p{ color:#918766; text-align:center; font-size: 22px; letter-spacing: 2px; font-weight: 400;  background-color: #f3edda; padding: 5px 0; }

.fix-menu-f ul{ display: flex; list-style: none; padding:0; margin: 0; justify-content: space-between; }
.fix-menu-f ul li{ border-right: 1px #645b54 solid; box-shadow: 1px 0 0 0 rgb(255 255 255 / 50%); text-align: center;  /*  padding: 0 18px;*/
    margin: auto; flex: 1;}
.fix-menu-f ul li a{  padding: 5px 5px 10px 5px; display: block; font-size: 14px; color: #ffffff;}
.fix-menu-f ul li h4{ color: #ffffff; margin-bottom: unset; font-size: 13px; }
.fix-menu-f ul li img{ width:40px; height:40px; }
.fix-menu-f ul li:last-child{ border-right:unset; box-shadow:unset; }

	
}