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

@media (max-width: 768px){

	 .fix-menu-f{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #84bdbf;
  z-index: 99;
  display: block;
}

.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; 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:last-child{ border-right:unset; box-shadow:unset; }

	
}