body {
   overflow-x: hidden;
}
a {
text-decoration: none;
}

ul.nav.navbar-nav li a {
    font-size: 16px !important;
    background: white;
    text-align: center;
}

ul.menu {
    text-transform: capitalize;
}

#banner .u-row .u-col .u_content_text:nth-child(2) {
    font-weight: bold;
}

@media (max-width: 768px) {
#banner {
    display: none;
}
.header-top-right span {
    font-size: 12px !important;
}
}