.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(54,70,70,1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    position:absolute;
    margin-left:0px;
    margin-top:0px;
}
.navbar-collapse {
    background: rgba(255,255,255,1.0);
}
.navbar-collapse.collapse.show {
    height: 100vh;
    background: rgba(255,255,255,1.0);
}

.eq_hp_nav_color{
    background-color: rgba(255,255,255,1.0);
}

.fixed-top-2 {
    margin-top: 64px;
}

.fixed-top-3 {
    margin-top: 120px;
}

.eq_navitem_minwidth{
    min-width:100px;
}

.navbar .navbar-nav {
    width: 100%;
    justify-content: center;
  }
  .navbar .navbar-nav .nav-item {
    flex-grow: 1;
    text-align: center;
  }
  .navbar .navbar-toggler {
    order: -1; /* Move toggler to the left */
  }

.eq_signin_button{
    background-color: rgba(54,70,70,0.8) !important;
    border: 1px solid white;
    color: white !important;
    border-radius:8px;
}








