.navbar123 {
  overflow: hidden;
}

.navbar123 a {
  float: left;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 15px 10px 15px 10px;
  font-size: 14px !important;
  font-family: 'Roboto';
  color: #fff;
}

.dropdown123 {
  float: left;
  overflow: hidden;
}

.dropdown123 .dropbtn123 {
  font-size: 14px;  
  border: none;
  outline: none;
  color: #1464F6;;
  padding: 0 !important;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-weight: bold;
}

.navbar123 a:hover, .dropdown123:hover .dropbtn123 {
  background-color: transparent;
}

.dropdown-content123 {
  display: none;
  position: absolute;
  background-color: #1464f6;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 4px;
  /*right: 0;*/
}

.dropdown-content123 a {
  float: none;
  color: #fff !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-right: 0;
  padding: 15px 10px 15px 10px;
  font-size: 12px !important;
  font-weight: normal !important; 
}

.dropdown-content123 a:hover {
  background-color: #001a5f;
  border-radius: 4px !important;
}

.dropdown123:hover .dropdown-content123 {
  display: block;
}