.hdr_menu ul li a {
  position: relative;
  text-decoration: none;
}

.hdr_menu ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: #00adef;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.hdr_menu ul li a:hover::after {
  transform: scaleX(1);
}
.hdr_menu ul li.current-menu-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background: #00adef;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.hdr_menu ul li.menu-item-has-children ul a::after {
  display: none !important;
}
.hvr_icn .elementor-icon {
  box-shadow: 0 0 0 3px #00adef57;
}
.hvr_icn .elementor-icon:hover {
  box-shadow: 0 0 0 0px #00abef00;
}
.border_icon .elementor-icon-wrapper {
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50px;
  /* padding: 3px !important; */
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}
.border_icon .elementor-icon-wrapper:hover .elementor-icon {
  box-shadow: 0 0 0 4px #ffffff7e;
}
.border_icon .elementor-icon-wrapper:hover {
  border-color: #ffffff7e;
}

@media only screen and (max-width: 1024px) {
  .mob_menu .elementskit-menu-hamburger.elementskit-menu-toggler {
    background-color: transparent !important;
    border: transparent !important;
  }
  .mob_menu .elementskit-menu-hamburger.elementskit-menu-toggler svg {
    fill: #fff !important;
  }
  .main_header.she-header .mob_menu svg {
    fill: #000 !important;
  }
  .main_header.she-header img {
    filter: brightness(0) !important;
  }
  .menu_header {
    align-items: center !important;
  }
  .mob_menu #ekit-megamenu-header-menu .elementskit-nav-logo img {
    filter: brightness(11) !important;
  }
  .mob_menu .elementskit-menu-overlay {
    background-color: rgb(0 0 0 / 50%) !important;
  }

.mob_menu #ekit-megamenu-header-menu .elementskit-nav-identity-panel  .elementskit-nav-logo {
    margin-top: 0 !important;
    padding-top: 0 !important;
    width: 100% !important;
    text-align: center;
}
.mob_menu #ekit-megamenu-header-menu .elementskit-nav-identity-panel  .elementskit-nav-logo  img {
    max-width: 204px !important;
    width: 100% !important;
}
.mob_menu #ekit-megamenu-header-menu ul li a {
    text-align: center !important;
    justify-content: center;
}
.mob_menu #ekit-megamenu-header-menu ul li  .icn_cta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mob_menu #ekit-megamenu-header-menu ul li .icn_cta .icn_clas {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #00adef;
    margin: auto;
    border: 3px solid #536e79ba;
}
a.ekit-menu-nav-link.active {
    font-weight: 600 !important;
}
}

.table .elementor-widget-heading {
    height: 100%;
}
.accoedion-primary .bt_bb_row_holder .bt_bb_padding_normal {
    padding: 0;
}
.table .elementor-widget-text-editor {
    height: 100%;
}
