.horizontal-menu ul {
    list-style: none;
   /* padding: 5px 5% 5px 5% !important; */
    padding: 5px 35px 0px 30px !important;
    margin: 0;
}

.horizontal-menu li {
    display: inline-block!important;
    margin-right: 10px; /* Adjust spacing between menu items */
}

.horizontal-menu li:last-child {
    margin-right: 0; /* Remove margin from last menu item */
}

.horizontal-menu a {
    color: #2d6c87;
    text-decoration: none;
    padding: 10px;
    font-family: 'Myriadpro-semibold', Helvetica, Arial, Lucida, sans-serif;
}

.horizontal-menu a:hover {
    text-decoration:underline;
}

.arrow {
    position: absolute;
    top: 45%;
    left: revert;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: white;
    color: #2d6c87;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
    border: 2px solid #2d6c87;
    border-radius: 50px;
}
.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
}
.horizontal-menu-container {
    position: relative;
    overflow: hidden;
}
.slide-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    z-index: 1;
}

.slide-button.left {
    left: -10;
}
.slide-button.right {
    right: -10;
}

.centered .box-scroll .image-scroll {
  overflow:hidden;
}

.image-scroll ul {
  white-space:nowrap;
}
.image-scroll li {
  display:inline;
}
.x-btn:hover,.x-btn:focus, .y-btn:hover,.y-btn:focus{
  outline: 0;
  opacity: .9;
  color:#333 !important;
}