.footer-box-top-container-one ul{
  display: flex;
  margin: 0;
  padding: 0;
}
.footer-box-top-container-one ul li{
  list-style: none;
}
.footer-box-top-container-one ul a{
  font-weight: bold;
  font-size: 14px;  
  text-transform: uppercase;
  color: #667C85;
  margin-right: 58px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease 0.1s;
    -o-transition: all 0.1s ease 0.1s;
    transition: all 0.1s ease 0.1s;
}
.footer-box-top-container-one ul a:hover{  
  color: #FFFFFF;  
}
.phone-footer a{
  font-weight: bold;
  font-size: 25px;  
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}