selector .elementor-item-active {
  font-weight: 700 !important;
}


@media(min-width:1024px) {

  .s-login,
  .s-open-account {
    display: none !important;
  }
}

@media (max-width:1024px) {
  selector .sub-menu.elementor-nav-menu--dropdown a {
    color: #5b6f8a !important;
    fill: #5b6f8a !important;
  }

  selector .elementor-nav-menu>.menu-item {
    border-bottom: 1px solid #1b4c8c26;
  }

  selector .elementor-item.highlighted,
  selector .elementor-sub-item.has-submenu.highlighted {
    border-bottom: 1px solid #1b4c8c26 !important;
  }

  selector .elementor-nav-menu a {
    justify-content: space-between;
  }

  selector .elementor-nav-menu--dropdown>.menu-item {
    border-bottom: 1px solid #1b4c8c26;
    background: #f0f4fa;
  }

  selector .elementor-nav-menu--dropdown>.menu-item:last-child {
    border-bottom: 0;

  }

  selector .sub-arrow {
    display: flex;
    align-items: center;
    padding: 20px 0px 20px 20px;
    margin: -12px 0px !important;
    color: #5b6f8a;
    border-width: medium medium medium 1px;
    border-style: none none none solid;
    border-color: currentcolor currentcolor currentcolor #1b4c8c1f;
    border-image: none;
    cursor: pointer;

  }

  selector .elementor-sub-item.has-submenu,
  selector .elementor-sub-item.has-submenu.highlighted {
    padding-right: 20px !important;
  }

  .s-login,
  .s-open-account {
    width: max-content;
    float: left;
    border-bottom: none !important;
  }

  .s-login>a {
    color: #fff !important;
    background: #1b4c8c !important;
    font-weight: 700 !important;
    border-radius: 100px !important;
    margin-left: 20px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .s-login>a svg {
    margin-right: 5px;
  }

  .s-open-account a {
    border: 1px solid #1b4c8c26;
    color: #0d1e35 !important;
    background: #fff !important;
    font-weight: 600 !important;
    border-radius: 100px !important;
    margin-left: 10px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;

  }

}