@media (max-width: 991.98px) {
  ul.icustom-member-menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .icustom-member-menu-item {
    width: calc(100% - 20px);
  }

  .icustom-form--quote-system {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .icustom-form--quote-system > div {
    width: calc(100% - 20px);
  }

  .icustom-member-content-quote-selector {
    justify-content: center;
    flex-wrap: wrap;
  }

  .icustom-member-content-quote-selector-company,
  .icustom-member-content-quote-selector-selected {
    width: 100%;
  }

  .header-member.is-mobile {
    justify-content: center;
  }

  .header-member.is-mobile .icustom-header-login a {
    width: 150px;
  }

  .icustom-header-member {
    min-width: 200px;
  }

  #mobile-fullscreen ul.icustom-header-member-dropdown > li > a {
    color: #ffffff;
  }
}

@media (max-width: 767.98px) {
  .icustom-my-profile__name,
  .icustom-my-profile-company-profile,
  .icustom-my-profile-company-description,
  .icustom-member-title {
    padding-left: 0;
  }

  .icustom-member-content,
  .icustom-member__block {
    padding: 0;
  }
  .icustom-my-profile-company {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .icustom-my-profile-company-contact {
    padding-left: 0;
  }

  ul.icustom-my-profile-company-contact-list {
    flex-wrap: wrap;
    gap: 10px;
  }

  .icustom-employee-view {
    flex-wrap: wrap;
    gap: 10px;
  }

  .icustom-employee-view-item {
    width: 100%;
  }

  .icustom-member-content.icustom-member-content--responsive {
    overflow-x: auto;
  }
  .icustom-member-search-result__profile {
    min-width: 100px;
  }
}
