@media screen and (min-width: 1024px) {
  .logo-tab-section {
    flex-direction: row;
    align-items: center;
  }
  .nav-tabs .nav-link {
    padding: 12px 20px;
  }
  .nav-tabs .nav-link.active::after {
    bottom: -15px;
  }
  .heading-search-container h4 {
    font-size: 24px;
  }

  /************ LEAD MASTER FILTER MODAL *****************/
  .filter-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  /******************* details page **************************/

  .details-button-box span span {
    display: inline;
  }

  /****************** SEND EMAIL ************************/

  .email-send-conatiner {
    width: 50%;
  }
}
