@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #0a2540;
  font-weight: 500;
}

h1,
h2,
h3 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
h4,
h5 {
  font-size: 2rem;
  line-height: 2.5rem;
}
h6 {
  line-height: 2rem;
  font-size: 1.25rem;
}

p,
span {
  margin: 0;
  font-size: 1rem;
  color: #425466;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-primary {
  color: #0a2540;
}
.text-secondary {
  color: #425466;
}
.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.ehr-btn,
.ehr-btn:focus {
  color: #f6f9fc;
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
  background: #0a2540;
  padding: 1.25rem 1.75rem;
  border: 1px solid #0a2540;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ehr-btn:hover {
  z-index: 1;
  color: #0a2540;
  background: #fff;
  position: relative;
  border: 1px solid #0a2540;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.ehr-btn-dragon {
  color: #0a2540;
  background: #fff;
}
.ehr-btn-dragon:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}

header {
  background: transparent;
}
header.sticky {
  background: #fff;
}
header .container-fluid .navbar-brand:first-child,
header .custom-logo-link {
  display: block;
}
header .navbar-brand img {
  max-height: 38px;
  margin-top: -20px;
}
header
  .navbar-expand-lg
  .navbar-nav
  .nav-item:last-child
  .nav-link.request-link-hyper {
  font-size: 1rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 5px;
  line-height: 1.5rem;
  background: #0a2540;
  border: 1px solid #0a2540;
}
header
  .navbar-expand-lg
  .navbar-nav
  .nav-item:last-child
  .nav-link.request-link-hyper:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
  -webkit-box-shadow: 0px 0px 10px 2px #d3d3d3 !important;
  -moz-box-shadow: 0px 0px 10px 2px #d3d3d3 !important;
  box-shadow: 0px 0px 10px 2px #d3d3d3 !important;
}

.use-case-list-banner-section {
  margin-top: 6rem;
  padding-top: 5.75rem;
  padding-bottom: 8.75rem;
  background: linear-gradient(180deg, #f6f9fc 82.32%, #ffffff 100%);
}
.use-case-list-banner-section nav {
  margin-bottom: 3.5rem;
}
.use-case-list-banner-section .breadcrumb {
  margin: 0;
  padding: 0;
}
.use-case-list-banner-section .breadcrumb-item,
.use-case-list-banner-section .breadcrumb-item a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  color: #0a2540;
  line-height: 1.5rem;
  text-decoration: underline;
}
.use-case-list-banner-section .breadcrumb-item {
  font-weight: 500;
  padding-right: 4px;
}
.use-case-list-banner-section .breadcrumb-item a {
  font-weight: 400;
}
.use-case-list-banner-section .breadcrumb-item a:hover {
  color: #0a2540;
}
.use-case-list-banner-section .breadcrumb-item + .breadcrumb-item::before {
  color: #0a2540;
  padding-right: 4px;
}
.use-case-list-banner h1 {
  color: #0a2540;
  font-weight: 500;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 2.75rem;
}
.use-case-list-banner h6 {
  color: #0a2540;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}
.use-case-list-banner a {
  font-size: 1rem;
  color: #0a2540;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: underline;
}
.use-case-list-banner a:hover {
  color: #0a2540;
}
.use-case-list-banner a i {
  margin-left: 8px;
}

.use-case-list-section {
  padding-top: 0;
  padding-bottom: 8.75rem;
}
.use-case-search-container .form-group {
  position: relative;
}
.use-case-search-container .form-control {
  font-size: 1rem;
  color: #0a2540;
  font-weight: 400;
  background: #fff;
  border-radius: 5px;
  padding: 12px 16px;
  line-height: 1.5rem;
  padding-right: 64px;
  border: 1px solid #e3e6e9;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.use-case-search-container .search-icon {
  display: flex;
  font-size: 1rem;
  color: #425466;
  padding: 17px 20px;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.use-case-tab-container {
  margin-top: 2.25rem;
}
.use-case-tab-container .nav-tabs {
  border: none;
  column-gap: 1.25rem;
}
.use-case-tab-container .nav-tabs .nav-link {
  margin: 0;
  font-size: 1rem;
  color: #0a2540;
  font-weight: 500;
  padding: 9px 32px;
  background: #fff;
  border-radius: 4.5rem;
  border-color: #e3e6e9;
}
.use-case-tab-container .nav-tabs .nav-link:hover {
  border-color: #0a2540;
}
.use-case-tab-container .nav-tabs .nav-item.show .nav-link,
.use-case-tab-container .nav-tabs .nav-link.active {
  color: #fff;
  border-color: #0a2540;
  background-color: #0a2540;
}
.use-case-tab-container .nav-tabs-wrapper {
  margin-bottom: 3.5rem;
}
.use-case-list-col {
  margin-bottom: 1.5rem;
}
.use-case-list-col a {
  height: 100%;
  display: flex;
  overflow: hidden;
  border-radius: 1rem;
  align-items: stretch;
  background: #f9fafb;
  flex-direction: column;
}
.use-case-list-card-header {
  height: 206px;
  display: flex;
  padding: 2.5rem;
  align-items: center;
}
.use-case-list-card-header h4 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.use-case-list-col:nth-child(9n + 1)
  .use-case-list-card
  .use-case-list-card-header {
  background: #f0f4f8;
}
.use-case-list-col:nth-child(9n + 2)
  .use-case-list-card
  .use-case-list-card-header {
  background: #ecf1ff;
}
.use-case-list-col:nth-child(9n + 3)
  .use-case-list-card
  .use-case-list-card-header {
  background: #ecffee;
}
.use-case-list-col:nth-child(9n + 4)
  .use-case-list-card
  .use-case-list-card-header {
  background: #f1f8f0;
}
.use-case-list-col:nth-child(9n + 5)
  .use-case-list-card
  .use-case-list-card-header {
  background: #f4f0f8;
}
.use-case-list-col:nth-child(9n + 6)
  .use-case-list-card
  .use-case-list-card-header {
  background: #f1f0f8;
}
.use-case-list-col:nth-child(9n + 7)
  .use-case-list-card
  .use-case-list-card-header {
  background: #f0f3f8;
}
.use-case-list-col:nth-child(9n + 8)
  .use-case-list-card
  .use-case-list-card-header {
  background: #efecff;
}
.use-case-list-col:nth-child(9n + 9)
  .use-case-list-card
  .use-case-list-card-header {
  background: #fdecff;
}
.use-case-list-card-body {
  flex: 1;
  display: flex;
  row-gap: 2.5rem;
  padding: 3rem 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.use-case-list-card-body span {
  color: #0a2540;
  text-decoration: underline;
}
.use-case-list-col a:hover span {
  color: #000;
}
.use-case-list-more {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  justify-content: center;
}
.use-case-list-more a,
.use-case-list-more a:focus {
  width: 228px;
  font-size: 1rem;
  padding: 9px 20px;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .use-case-list-card-header {
    padding: 2rem 2.5rem;
  }
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  header
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    padding: 0px 10px 0px 10px;
  }
  .ehr-btn {
    font-size: 1.25rem;
    padding: 1rem 1.75rem;
  }
  .use-case-list-banner-section {
    margin-top: 4.5rem;
  }
  .use-case-list-banner-section nav {
    margin-bottom: 2.5rem;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .use-case-list-card-header {
    height: 180px;
    padding: 2rem;
  }
  .use-case-list-card-header h4 {
    line-height: 2rem;
    font-size: 1.25rem;
  }
  .use-case-list-card-body {
    row-gap: 2.25rem;
    padding: 2.5rem 2rem;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  html {
    font-size: 12px;
  }
  .use-case-list-banner-section {
    margin-top: 6rem;
    padding-bottom: 7.75rem;
  }
  .use-case-list-banner-section nav {
    margin-bottom: 2.5rem;
  }
  .use-case-list-banner-section .breadcrumb-item,
  .use-case-list-banner-section .breadcrumb-item a,
  .use-case-list-banner a {
    font-size: 1.25rem;
  }
  .use-case-list-banner h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1.25rem;
  }
  .use-case-list-banner h6 {
    margin-bottom: 2rem;
  }
  .use-case-search-container .form-control {
    padding-right: 52px;
  }
  .use-case-search-container .search-icon {
    padding: 16px 20px;
  }
  .use-case-list-more {
    margin-top: 4.25rem;
  }
  .use-case-list-more a,
  .use-case-list-more a:focus {
    width: auto;
    padding: 5px 21px;
  }
  .use-case-tab-container .nav-tabs-wrapper {
    margin-bottom: 3rem;
  }
  .use-case-list-card-header {
    height: 190px;
  }
  .use-case-list-card-header h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .use-case-list-banner-section {
    padding-top: 3.75rem;
    padding-bottom: 6rem;
  }
  .use-case-list-banner-section nav {
    margin-bottom: 2rem;
  }
  .use-case-list-banner-section .breadcrumb-item,
  .use-case-list-banner-section .breadcrumb-item a,
  .use-case-list-banner a,
  .use-case-list-banner h6 {
    font-size: 1rem;
  }
  .use-case-list-banner h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .use-case-list-banner h6 {
    line-height: 1.75rem;
  }
  .use-case-list-banner a {
    font-weight: 500;
  }
  .use-case-list-section {
    padding-bottom: 6rem;
  }
  .use-case-list-card-header {
    height: auto;
    padding: 2.5rem 2rem;
  }
  .use-case-list-card-body {
    row-gap: 2rem;
  }
}
