
.goto a{
  font-family: 'OpenSans-Semibold';
  font-size: 14px;
  color: #001c82;
  text-decoration: none;
}

.goto a:hover{
  border-bottom: 2px solid #001c82;
}

.bot-blue a{
  background: #1c2989;
  border-radius: 5px;
  height: 46px;
  padding: 10px 20px;
  cursor: pointer;
  color: #fff;
  border: none;
  font-size: 14px;
  font-family: 'DIN-Bold';
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
}

.bot-blue a:hover{
  text-decoration: none;
}

.gray a{
  background: #d8d8d8;
  color: #1c2989;
}
