@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;
}

.bh-ehr-banner {
  padding-top: 14rem;
  padding-bottom: 5.75rem;
}
.bh-ehr-banner .bbrx-banner-card {
  display: flex;
  margin: 0 auto;
  text-align: center;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bh-ehr-banner .bbrx-banner-card .text-large {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 5.5rem;
}
.bbehr-common-header h2,
.bh-ehr-banner .bbrx-banner-card .text-medium {
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 3.75rem;
}
.bbehr-common-header p,
.bh-ehr-banner .bbrx-banner-card p,
.bh-ehr-banner .bbrx-banner-card h4 {
  color: #0a2540;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
.bh-ehr-banner .bbrx-banner-card .text-large, .bh-ehr-banner .bbrx-banner-card .text-medium{
	color: #0a2540;
}
.bbehr-common-header {
  text-align: center;
}
.bbrx-banner-card h2 {
  margin-bottom: 8px;
}
.bbrx-banner-card h3 {
  margin-top: 12px;
}

.how-we-help-section {
  padding: 0;
  padding-bottom: 8.75rem;
}
.how-we-help-container {
  gap: 2rem;
  display: flex;
  padding-bottom: 3.75rem;
  justify-content: space-between;
}
.how-we-help-card {
  flex: 1;
  display: flex;
  padding: 2.75rem 0;
  border-left: 1px solid #e7ecf1;
  border-right: 1px solid #e7ecf1;
}
.how-we-help-card-info {
  display: flex;
  row-gap: 1.25rem;
  padding: 3rem 2.5rem;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.how-we-help-container .how-we-help-card:first-child .how-we-help-card-info {
  background: #f3f6ed;
}
.how-we-help-container .how-we-help-card:nth-child(2) .how-we-help-card-info {
  background: #ecfcff;
}
.how-we-help-container .how-we-help-card:last-child .how-we-help-card-info {
  background: #ecf2ff;
}
.how-we-help-card-info h4 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.25rem;
}
.how-we-help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-we-help-btn .ehr-btn,
.how-we-help-btn .ehr-btn:focus {
  color: #fff;
  font-size: 1.5rem;
  border-radius: 5px;
  background: #0a2540;
  padding: 1.25rem 1.75rem;
  border: 1px solid #0a2540;
}
.how-we-help-btn .ehr-btn:hover {
  color: #0a2540;
  background: #fff;
  border: 1px solid #0a2540;
}
.bluebrix-solutions-section {
  padding: 8.75rem 0;
  background: url("../images/bluebrix-use-case-solutions-pattern.png") no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.bluebrix-solutions-section .bbehr-common-header {
  width: 986px;
  margin: 0 auto;
  margin-bottom: 5.75rem;
}
.bluebrix-solutions-section .bbehr-common-header h2,
.bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card .text-medium {
  font-weight: 400;
  line-height: 4.5rem;
}
.bluebrix-solutions-section .bbehr-common-header h2 b,
.bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card .text-medium b {
  font-weight: 600;
}
.bluebrix-solutions-section .bbehr-common-header p,
.bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card p {
  width: 895px;
  margin: 0 auto;
  margin-top: 14px;
}
.bluebrix-solutions-sticky-wrapper {
  display: flex;
  row-gap: 5.75rem;
  flex-direction: column;
}
.bluebrix-solutions-container {
  /* top: 88px; */
  display: flex;
  padding: 5.75rem;
  /* position: sticky; */
  text-align: center;
  align-items: center;
  border-radius: 14px;
  will-change: transform;
  flex-direction: column;
  min-height: calc(100vh - 100px);
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}
/* .bluebrix-solutions-sticky-wrapper .bluebrix-solutions-container:last-child {
  height: 250px;
  position: relative;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
} */
.bluebrix-solutions-container .bluebrix-solutions-card {
  display: flex;
  padding: 5.75rem;
  margin-top: 5rem;
  align-items: center;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
}
.bluebrix-solutions-sticky-wrapper .bluebrix-solutions-container:first-child {
  background: #f3f6ed;
}
.bluebrix-solutions-sticky-wrapper
  .bluebrix-solutions-container:first-child
  .bluebrix-solutions-card {
  background: #ebf4da;
}
.bluebrix-solutions-sticky-wrapper .bluebrix-solutions-container:nth-child(2) {
  background: #eae8fc;
}
.bluebrix-solutions-sticky-wrapper
  .bluebrix-solutions-container:nth-child(2)
  .bluebrix-solutions-card {
  background: #e2daf6;
}
.bluebrix-solutions-sticky-wrapper .bluebrix-solutions-container:nth-child(3) {
  background: #f8ecec;
}
.bluebrix-solutions-sticky-wrapper
  .bluebrix-solutions-container:nth-child(3)
  .bluebrix-solutions-card {
  background: #f5e3df;
}
.bluebrix-solutions-sticky-wrapper .bluebrix-solutions-container:nth-child(4) {
  background: #f5f9ff;
}
.bluebrix-solutions-sticky-wrapper
  .bluebrix-solutions-container:nth-child(4)
  .bluebrix-solutions-card {
  background: #eaf2ff;
}
.bluebrix-solutions-container span {
  color: #0a2540;
  font-size: 1.25rem;
  letter-spacing: 8px;
  margin-bottom: 2.75rem;
  text-transform: uppercase;
}
.bluebrix-solutions-container h5 {
  width: 720px;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 3.25rem;
  margin-bottom: 2.75rem;
}
.bluebrix-solutions-container p {
  width: 868px;
  color: #0a2540;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.bluebrix-solutions-sticky-wrapper
  .bluebrix-solutions-container:first-child
  .bluebrix-solutions-card
  h5 {
  width: 814px;
}
.bluebrix-solutions-container .bluebrix-solutions-card p {
  width: 720px;
}
.bluebrix-solutions-sticky-wrapper
  .bluebrix-solutions-container:first-child
  .bluebrix-solutions-card
  p {
  width: 932px;
}
.bluebrix-solutions-container .ehr-btn,
.bluebrix-solutions-container .ehr-btn:focus {
  min-width: 242px;
  color: #0a2540;
  font-size: 1.25rem;
  border-radius: 5px;
  padding: 13px 20px;
  margin-top: 3.5rem;
  background: transparent;
  border: 1px solid #0a2540;
}
.bluebrix-solutions-container .ehr-btn:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}

.discover-section {
  padding: 7.75rem 0;
  background: #f9fafb url("../images/bluebrix-use-case-discover-bg.png")
    no-repeat;
  background-position: bottom center;
  background-size: contain;
}
.discover-container {
  display: flex;
  column-gap: 7.5rem;
}
.discover-section .bbehr-common-header {
  text-align: left;
}
.discover-section .bbehr-common-header h2 {
  font-weight: 600;
  font-size: 4.5rem;
  line-height: 5.5rem;
}
.discover-section .bbehr-common-header h6 {
  font-size: 3.25rem;
  line-height: 4.75rem;
}
.discover-container .bbehr-common-header-action {
  width: 551px;
  display: flex;
  row-gap: 3.25rem;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.discover-container .bbehr-common-header-action p {
  width: 485px;
  line-height: 2rem;
  font-size: 1.25rem;
}

.impact-section {
  padding: 8.75rem 0;
  background: #0a2540;
}
.impact-section .bbehr-common-header {
  width: 767px;
  margin: 0 auto;
}
.impact-section .bbehr-common-header h2 {
  color: #fff;
  font-weight: 400;
}
.impact-section .bbehr-common-header h2 b {
  font-weight: 600;
}
.impact-section .bbehr-common-header p {
  color: #f6f9fc;
  margin-top: 1.25rem;
}
.impact-container {
  display: flex;
  row-gap: 1rem;
  margin-top: 5.5rem;
  flex-direction: column;
}
.impact-row {
  display: flex;
  column-gap: 1rem;
}
.impact-card {
  padding: 3rem 3.5rem;
  border-radius: 1.25rem;
}
.impact-card h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.75rem;
}
.impact-card p {
  line-height: 2rem;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.impact-container .impact-row:first-child .impact-card:first-child {
  min-width: 710px;
  background: #ede6ff;
}
.impact-container .impact-row:first-child .impact-card:last-child {
  background: #fff2ef;
}
.impact-container .impact-row:last-child .impact-card:first-child {
  background: #f5fff5;
}
.impact-container .impact-row:last-child .impact-card:last-child {
  min-width: 670px;
  background: #eef3ff;
}
.conclusion-section {
  padding: 17rem 0;
  background: url("../images/bluebrix-use-case-conclusion-bg.png") no-repeat;
  background-size: cover;
}
.conclusion-section .bbehr-common-header {
  width: 884px;
  margin: 0 auto;
}
.conclusion-section .bbehr-common-header h2 {
  font-weight: 600;
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .bluebrix-solutions-sticky-wrapper
    .bluebrix-solutions-container:first-child
    .bluebrix-solutions-card
    h5,
  .bluebrix-solutions-sticky-wrapper
    .bluebrix-solutions-container:first-child
    .bluebrix-solutions-card
    p {
    width: 100%;
  }
  .discover-container {
    column-gap: 2.5rem;
  }
  .discover-section .bbehr-common-header h6 {
    font-size: 2.75rem;
    line-height: 3.75rem;
  }
  .impact-container .impact-row:first-child .impact-card:first-child {
    min-width: 630px;
  }
  .impact-container .impact-row:last-child .impact-card:last-child {
    min-width: 560px;
  }
  .conclusion-section {
    padding: 12rem 0;
  }
}

/* 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;
  }
  .bbehr-common-header h2,
  .bh-ehr-banner .bbrx-banner-card .text-medium {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .bh-ehr-banner .bbrx-banner-card .text-large {
    font-size: 4rem;
    line-height: 5rem;
  }
  .bbehr-common-header p,
  .bh-ehr-banner .bbrx-banner-card p {
    margin-top: 2rem;
  }
  .how-we-help-card-info {
    padding: 2rem 1.75rem;
  }
  .bluebrix-solutions-section .bbehr-common-header h2,
  .bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card .text-medium {
    line-height: 3.5rem;
  }
  .bluebrix-solutions-section .bbehr-common-header,
  .bluebrix-solutions-section .bbehr-common-header p,
  .bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card p {
    width: 820px;
  }
  .bluebrix-solutions-container,
  .bluebrix-solutions-container .bluebrix-solutions-card {
    padding: 4rem;
  }
  .discover-container {
    row-gap: 2.5rem;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .discover-section .bbehr-common-header {
    text-align: center;
  }
  .discover-section .bbehr-common-header h2 {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .discover-section .bbehr-common-header h6 {
    width: 460px;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  .discover-container .bbehr-common-header-action {
    row-gap: 2.25rem;
    align-items: center;
  }
  .impact-container .impact-row:first-child .impact-card:first-child {
    min-width: 500px;
  }
  .impact-container .impact-row:last-child .impact-card:last-child {
    min-width: 480px;
  }
  .conclusion-section {
    padding: 10rem 0;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .bh-ehr-banner {
    padding-bottom: 8rem;
  }
  .bluebrix-solutions-section .bbehr-common-header,
  .bluebrix-solutions-section .bbehr-common-header p,
  .bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card p,
  .bluebrix-solutions-container h5,
  .bluebrix-solutions-container p,
  .bluebrix-solutions-container .bluebrix-solutions-card p,
  .impact-section .bbehr-common-header,
  .impact-container .impact-row:first-child .impact-card:first-child,
  .impact-container .impact-row:last-child .impact-card:last-child,
  .conclusion-section .bbehr-common-header {
    width: 100%;
  }
  .impact-container .impact-row:first-child .impact-card:first-child,
  .impact-container .impact-row:last-child .impact-card:last-child {
    min-width: 100%;
  }
  .how-we-help-container {
    gap: 2rem;
    flex-direction: column;
  }
  .how-we-help-card {
    padding: 0;
    border: none;
  }
  .how-we-help-card-info {
    padding: 3rem 2rem;
  }
  .bluebrix-solutions-sticky-wrapper {
    row-gap: 3.75rem;
  }
  .bluebrix-solutions-container,
  .bluebrix-solutions-container .bluebrix-solutions-card,
  .impact-card {
    padding: 3rem;
  }
  .bluebrix-solutions-container .bluebrix-solutions-card {
    margin-top: 4rem;
  }
  .bluebrix-solutions-container span {
    margin-bottom: 2.25rem;
  }
  .impact-row {
    row-gap: 1rem;
    flex-direction: column;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  html {
    font-size: 12px;
  }
  .bh-ehr-banner .bbrx-banner-card .text-large {
    font-size: 3.25rem;
    line-height: 4.25rem;
  }
  .bbehr-common-header h2,
  .bh-ehr-banner .bbrx-banner-card .text-medium {
    font-size: 2.25rem;
    line-height: 3.25rem;
  }
  .bh-ehr-banner {
    padding-top: 12rem;
    padding-bottom: 7rem;
  }
  .how-we-help-card-info {
    padding: 3rem;
  }
  .discover-container .bbehr-common-header-action {
    width: 100%;
  }
  .discover-section .bbehr-common-header h6 {
    width: 370px;
  }
  .discover-container .bbehr-common-header-action p {
    width: 350px;
  }
  .conclusion-section {
    padding: 6rem 0;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .bh-ehr-banner {
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
  .bh-ehr-banner .bbrx-banner-card .text-large {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
  .bbehr-common-header h2,
  .bh-ehr-banner .bbrx-banner-card .text-medium {
    line-height: 2rem;
    font-size: 1.75rem;
  }
  .bbrx-banner-card h2 {
    margin-bottom: 4px;
  }
  .bbrx-banner-card h3 {
    margin-top: 4px;
  }
  .bbehr-common-header p,
  .bh-ehr-banner .bbrx-banner-card p {
    font-size: 1rem;
    margin-top: 2rem;
    line-height: 1.5rem;
  }
  .ehr-btn {
    font-size: 1rem;
    padding: 5px 21px;
    white-space: normal;
  }
  .bluebrix-solutions-section .bbehr-common-header h2,
  .bluebrix-solutions-section .bh-ehr-banner .bbrx-banner-card .text-medium {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .how-we-help-container {
    gap: 1.75rem;
  }
  .how-we-help-section {
    padding-bottom: 6rem;
  }
  .how-we-help-card-info,
  .impact-card {
    text-align: center;
  }
  .how-we-help-card-info h4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
  .how-we-help-btn .ehr-btn,
  .how-we-help-btn .ehr-btn:focus {
    font-size: 1rem;
    padding: 5px 20px;
  }
  .bluebrix-solutions-section,
  .discover-section,
  .impact-section {
    padding: 6rem 0;
  }
  .bluebrix-solutions-section .bbehr-common-header {
    margin-bottom: 4.5rem;
  }
  .bluebrix-solutions-container,
  .bluebrix-solutions-container .bluebrix-solutions-card {
    padding: 4rem 2rem;
  }
  .bluebrix-solutions-container span {
    font-size: 1rem;
    letter-spacing: 4px;
    margin-bottom: 1.5rem;
  }
  .bluebrix-solutions-container h5 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 1.5rem;
  }
  .bluebrix-solutions-container p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .bluebrix-solutions-container .ehr-btn,
  .bluebrix-solutions-container .ehr-btn:focus {
    min-width: auto;
    font-size: 1rem;
    padding: 5px 21px;
    margin-top: 2.5rem;
  }
  .discover-section .bbehr-common-header h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  .discover-section .bbehr-common-header h6 {
    width: 310px;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
  .discover-container,
  .impact-container,
  .impact-row {
    row-gap: 1.75rem;
  }
  .bluebrix-solutions-sticky-wrapper {
    row-gap: 0;
  }
  .discover-container .bbehr-common-header-action {
    row-gap: 2.75rem;
  }
  .discover-container .bbehr-common-header-action p {
    width: 280px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .impact-container {
    margin-top: 4rem;
  }
  .how-we-help-card-info,
  .impact-card {
    padding: 3rem 2.75rem;
  }
  .impact-card h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .impact-card p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .discover-section {
    background-image: none;
  }
  .discover-section .ehr-btn,
  .discover-section .ehr-btn:focus {
    color: #0a2540;
    background: transparent;
  }
  .discover-section .ehr-btn:hover {
    color: #fff;
    background: #0a2540;
  }
  .impact-section .bbehr-common-header h2 {
    width: 120px;
    margin: 0 auto;
  }
  .conclusion-section {
    padding: 9.5rem 0;
  }
  .conclusion-section .bbehr-common-header h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
