.footer {
  background-color: #f5f5f5;
  text-align: center;
  padding-bottom: 10px;
}

.footer h5{
  font-size: 18px;
  margin: 10px 0 7px;
}

.footer .discliamer{
  color: #3563a8;
  font-size: 11px;
  font-weight: bold;
}

.footer .footer-ul{
  margin: 0;
  padding: 0;
}

.footer .footer-ul li{
  margin: 0;
  padding: 0 0.5em;
  display: inline;
  border-right: 1px solid #000;
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
}

.footer .footer-ul li:last-child{
  border-right: none
}

.footer .footer-ul li a{
  color: #F60;
}

/* footer-login */

.footer-login {
  margin-top: 20px;
  background-color: transparent;
  font-weight: bold;
}

.footer-login .footer-ul li{
  font-size: 16px;
  font-weight: bold;
}