

/** mobile */
@media(max-width: 980px){
	/* button#acwp-toolbar-btn {
	    margin-top: 70px!important;
      margin-left: 0!important;
	} */
	
  .custom-sub-mobile .elementor-nav-menu .sub-arrow {
      position: absolute;
      left: 17px;
      width: 30px;
      height: 30px;
      background: url(assets/sub_menu_new.png) no-repeat top center;
      top: 50%;
      transform: translateY(-13%);
  }

  .custom-sub-mobile .elementor-nav-menu .sub-arrow i {
      display: none;
  }

  .custom-sub-mobile .sub-menu li {
      padding-right: 23px;
  }

  .custom-sub-mobile .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .custom-sub-mobile .elementor-nav-menu--dropdown .elementor-item:hover,
  .custom-sub-mobile .elementor-sub-item:hover,
  .custom-sub-mobile .elementor-sub-item.elementor-item-active {
      background: #175374;
  }

  #header-navbar-inner.visible-nav{
  	overflow: auto!important;
  	height: 90vh;
  }


  #mobile-accounts-button{
    cursor: pointer;
  }
}