 .fix-menu{
  position: fixed;
  right: -19px;
  bottom: 73px;
  /*width: 100%;*/
  z-index: 99;
 /* display: block;*/
}

.fix-menu ul{   list-style: none; padding: 0; margin: 0; justify-content: space-between; }
.fix-menu ul li{  text-align: center;    padding: 0 18px;
    margin: auto; flex: 1;}
.fix-menu ul li a{     padding: 5px; display: block; font-size: 14px; color: #ffffff;}
.fix-menu ul li h4{ color: #ffffff; margin-bottom: unset; }
.fix-menu ul li:last-child{ border-right:unset; box-shadow:unset; }
 .font-style-1{ background-color: #5D5F7A; color: #fff; padding: 5px 10px; border-radius: 100px; font-size: 12px; font-weight: 900; margin-bottom: unset; }



