.menuIcon2 {
  color: #103868;
  float: right;
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
}

.navvv {
  margin: 0;
  padding: 0;
  text-align: center;
  display: none;
}

.navvv li {
  line-height: 30px;
  color: #0a3463;
  border-bottom: 1px solid #a0b0c2;
}
.navvv li:hover {
  color: #0074ff;
}
.navvv a {
  text-decoration: none;
}

.list5 {
  display: block;
  text-align: left;
  list-style-type: none;
  font-weight: 700;
  border: 1px solid #dddddd;
  margin-bottom: 8px;
}

@media screen and (min-width: 991px) {

  .navvv {
    padding: 0;
    width: 100%;
    text-align: left;
    display: block;
	border: 1px solid #dddddd;
	margin-top: 7px;
	margin-bottom: 7px;
  }

  .navvv li {
    font-weight: 700;
    list-style: none;
	font-size: 13px;
	color: #0a3463;
	border-bottom: 1px solid #a0b0c2;
  }
  .menuIcon2 {
    display: none;
  }
  
}