#iqwn-container {
  background: #FFF;
  border-top: 1px solid #ececec;
}
.iqwn-menu li {
  display: block;
  float: left;
}
.iqwn-menu li:first-child {
  border-left: 0;
}
.iqwn-menu a {
  display: block;
  color: #555554 !important;
  text-decoration: none;
  position: relative;
  padding: 10px 6px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 700;
}
.iqwn-menu a:hover, .iqwn-menu a:focus, .iqwn-menu a.active {
  background: transparent;
}

@media screen and (min-width: 992px) {
  .iqwn-menu a {
    padding: 10px 25px 10px 5px;
  }
}