@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;
  overflow-x: hidden;
}

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;
}
.gradient-text {
  background: linear-gradient(
    90deg,
    #0a2540 3.92%,
    #1a60a6 72.86%,
    #1eadfe 112.17%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.bg-white {
  background: #fff;
}
.bg-black {
  background: #000;
}

.ehr-btn {
  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;
  outline: none !important;
  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: transparent;
}
.ehr-btn-dragon:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}

header {
  background: transparent;
}
header.sticky {
  background: #fff;
}
header .custom-logo-link {
  display: none;
}
header .navbar-brand {
  display: block;
}
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 {
  height: 100vh;
  display: flex;
  padding-bottom: 0;
  align-items: center;
  padding-top: 5.75rem;
  background: url("../images/home-main-bg-new.png") repeat;
}
.bh-ehr-banner .container,
.bh-ehr-banner .row {
  height: 100%;
}
.bh-ehr-banner .bbrx-banner-captions {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bh-ehr-banner .bbrx-banner-card {
  width: 708px;
  display: flex;
  margin: 0 auto;
  margin-top: -5rem;
  text-align: center;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.bh-ehr-banner .bbrx-banner-card .title-text-large {
  font-weight: 600;
  font-size: 3.25rem;
  color: transparent;
  margin-bottom: 10px;
  line-height: 3.75rem;
  background: linear-gradient(
    90deg,
    #0a2540 3.92%,
    #1a60a6 72.86%,
    #1eadfe 112.17%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bh-ehr-banner .bbrx-banner-card .title-text-medium {
  font-weight: 500;
  font-size: 2.75rem;
  line-height: 3.25rem;
}
.bbehr-common-header p,
.bh-ehr-banner .bbrx-banner-card p {
  color: #0a2540;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-top: 2.5rem;
}
.bh-ehr-banner .bbrx-banner-card .ehr-btn {
  border: none;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  margin-top: 3.25rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(
    90deg,
    #0a2540 3.92%,
    #1a60a6 72.86%,
    #1eadfe 112.17%
  );
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bh-ehr-banner .bbrx-banner-card .ehr-btn::before {
  content: "";
  z-index: 0;
  opacity: 0;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    #1eadfe 3.92%,
    #1a60a6 72.86%,
    #0a2540 112.17%
  );
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.bh-ehr-banner .bbrx-banner-card .ehr-btn span {
  z-index: 1;
  color: #fff;
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.5rem;
  position: relative;
}
.bh-ehr-banner .bbrx-banner-card .ehr-btn:hover::before {
  opacity: 1;
}
.bbehr-common-header {
  text-align: center;
}
.goto-section {
  position: absolute;
  bottom: 6px;
  display: flex;
  margin: 0 auto;
  -webkit-animation: arrowMove 2.5s ease-in-out infinite;
  -moz-animation: arrowMove 2.5s ease-in-out infinite;
  animation: arrowMove 2.5s ease-in-out infinite;
}
.goto-section .goto-btn {
  width: 37px;
  height: 53px;
  display: flex;
  color: #000;
  font-size: 12px;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  border: 1px solid #000;
}
.goto-section .goto-btn:hover {
  color: #fff;
  background: #000;
}

@-webkit-keyframes arrowMove {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@keyframes arrowMove {
  0% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.accordion-v1 .accordion {
  width: 100%;
  border: none;
  border-radius: 0;
}
.accordion-v1 .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-v1 .accordion-item:last-of-type {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-v1 .accordion-button {
  display: flex;
  outline: none;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  color: #0a2540;
  padding-left: 2rem;
  background-color: transparent;
  justify-content: space-between;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.accordion-v1 .accordion-button span {
  color: #0a2540;
  font-weight: 500;
}
.accordion-v1 .accordion-item {
  border: none;
  background-color: transparent;
  border-top: 1px dashed #e3e6e9;
}
.accordion-v1 .accordion-button::after {
  margin: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 29px;
  left: 0;
}
.accordion-v1 .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-v1 .accordion-body {
  padding: 0;
}

.what-we-do-section {
  padding: 0;
  width: 100%;
  display: flex;
  min-height: 1044px;
  align-items: center;
  justify-content: center;
  background: url("../images/home-main-bg-new.png") repeat;
}
.what-we-do-left-visual {
   width: 770px;
   height: 1009px;
   overflow: hidden;
   position: absolute;
   bottom: 3px;
   left: 0;
}
.visual-wrapper{
  width: 640px;
  height: 846px;
}
.visual-wrapper img {
  transform: scale(1.01);
  width: 100%;
  height: 100%;
}
.what-we-do-tab,
.what-we-do-slider {
  position: relative;
}
.what-we-do-tab .nav-pills {
  display: flex;
  column-gap: 1.25rem;
}
.what-we-do-tab .nav-pills .nav-link {
  border: none;
  font-size: 1rem;
  font-weight: 400;
  color: #0a2540;
  padding: 6px 1rem;
  background: #e7ecf1;
  border-radius: 1.75rem;
}
.what-we-do-tab .nav-pills .nav-link.active,
.what-we-do-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0a2540;
}
.what-we-do-tab-content {
  padding-top: 5.25rem;
  padding-bottom: 8.25rem;
}
.what-we-do-tab-content h4 {
  max-width: 615px;
  font-weight: 600;
  margin-bottom: 3rem;
}
.what-we-do-tab-content p {
  color: #0a2540;
  line-height: 2rem;
  font-size: 1.25rem;
}
.what-we-do-tab-content p + p {
  margin-top: 3rem;
}
.what-we-do-tab-content p b,
.what-we-do-tab-content p strong {
  font-weight: 600;
}
.what-we-do-slider {
  min-width: 0;
  width: calc(100% + ((100vw - 1320px) / 2));
  margin-right: calc(-1 * ((100vw - 1320px) / 2));
}
.what-we-do-slider h4 {
  font-weight: 600;
  margin-bottom: 3rem;
}
.what-we-do-slider .variable-width-slider {
  min-width: 0;
}
.what-we-do-slider .variable-width-slider .slick-track {
  display: flex;
  align-items: center;
}
.what-we-do-slider .variable-width-slider .slick-list::before {
  content: "";
  z-index: 15;
  width: 40px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.what-we-do-slider .slick-slide + .slick-slide {
  margin-left: 7.5rem;
}
.what-we-do-slider .slick-slide img {
  margin-bottom: 10px;
}
.what-we-do-slider .slick-slider-item span {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 8px;
  background: #f8f8f8;
}
.what-we-do-tab-mobile,
.pain-points-tab-mobile {
  display: none;
}

.pain-points-section {
  padding: 8.75rem 0;
  background: #f9fafb;
}
.pain-points-tab {
  column-gap: 3.75rem;
}
.pain-points-tab .nav-pills .nav-link {
  color: #425466;
  text-align: left;
  font-weight: 400;
  line-height: 2rem;
  font-size: 1.25rem;
  border-radius: 5px;
  padding: 11px 1rem;
}
.pain-points-tab .nav-pills .nav-link + .nav-link {
  margin-top: 10px;
}
.pain-points-tab .nav-pills .nav-link.active,
.pain-points-tab .nav-pills .show > .nav-link {
  color: #0a2540;
  font-weight: 600;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 70px 0px #00000026;
  -moz-box-shadow: 0px 7px 70px 0px #00000026;
  box-shadow: 0px 7px 70px 0px #00000026;
}
.pain-points-tab .tab-content {
  flex: 1;
}
.pain-points-tab-container .nav-pills {
  width: 412px;
}
.pain-points-tab-container .tab-content > .tab-pane {
  border-left: 1px solid #e7ecf1;
}
.pain-points-tab-container .tab-content > .active {
  height: 100%;
}
.pain-points-tab-content {
  display: flex;
  padding-left: 3.75rem;
}
.pain-points-tab-card h4 {
  font-weight: 600;
}
.pain-points-tab-card h6 {
  font-weight: 600;
  line-height: 1.75rem;
}
.pain-points-tab-card p {
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
.pain-points-tab-more {
  display: flex;
  margin-top: 4rem;
  align-items: center;
  column-gap: 1.25rem;
}
.pain-points-tab-more .btn {
  padding: 0;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  align-items: center;
  padding-right: 1.25rem;
  background: transparent;
  border: 1px solid #0a2540;
}
.pain-points-tab-more .btn::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background: #0a2540;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}
.pain-points-tab-more .btn:hover::before {
  width: 100%;
}
.pain-points-tab-more .btn .btn-text {
  display: flex;
  color: #0a2540;
  font-weight: 500;
  position: relative;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pain-points-tab-more .btn:hover .btn-text {
  color: #fff;
}
.pain-points-tab-more .btn .btn-text span {
  width: 2.5rem;
  color: #fff;
  display: flex;
  height: 2.5rem;
  font-size: 1rem;
  position: relative;
  align-items: center;
  margin-right: 1.25rem;
  justify-content: center;
}
.pain-points-tab-line {
  flex: 1;
  height: 1px;
  background: #e7ecf1;
}
.pain-points-tab-card img {
  margin-top: 3.75rem;
}
.pain-points-tab-card ul {
  margin: 0;
  padding: 0;
  display: flex;
  row-gap: 12px;
  flex-wrap: wrap;
  margin-top: 5rem;
  column-gap: 2rem;
}
.pain-points-tab-card ul li {
  list-style: none;
  color: #425466;
  font-weight: 500;
  position: relative;
  font-size: 1.25rem;
  padding-left: 1.25rem;
  width: calc(50% - 1rem);
}
.pain-points-tab-card ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: flex;
  border-radius: 100%;
  background: #425466;
  position: absolute;
  top: 11px;
  left: 0;
}
.bh-ehr-accordion {
  margin-top: 5.75rem;
}
.bh-ehr-accordion .accordion-item {
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #d1d3d680;
}
.bh-ehr-accordion .accordion-item + .accordion-item {
  margin-top: 1.25rem;
}
.bh-ehr-accordion .accordion-button {
  color: #0a2540;
  font-weight: 500;
  column-gap: 1.5rem;
  line-height: 1.75rem;
  padding: 1.25rem 1.75rem;
}
.bh-ehr-accordion .accordion-button:not(.collapsed) {
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bh-ehr-accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bh-ehr-accordion .accordion-body {
  padding: 3rem 1.75rem;
  border-top: 1px solid #d1d3d680;
}
.pain-points-section .bh-ehr-accordion {
  display: none;
}

.how-we-fit-section {
  padding: 5.75rem 0;
  background: #0a2540 url("../images/home-how-we-fit-bg.png") repeat;
}
.how-we-fit-container {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  justify-content: space-between;
}
.how-we-fit-container h4 {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 3.75rem;
  background: linear-gradient(190.12deg, #dbefff 44.77%, #ffffff 140.89%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.how-we-fit-container .ehr-btn {
  color: #0a2540;
  background: #fff;
  -webkit-box-shadow: -4px 4px 8px 0px #0000001f;
  -moz-box-shadow: -4px 4px 8px 0px #0000001f;
  box-shadow: -4px 4px 8px 0px #0000001f;
}
.how-we-fit-container .ehr-btn:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.enterprise-grade-section {
  padding: 8.75rem 0;
  background: #f9fafb;
}
.enterprise-grade-section .bbehr-common-header {
  width: 868px;
  margin: 0 auto;
}
.enterprise-grade-section .bbehr-common-header h4 {
  font-weight: 600;
  line-height: 4rem;
  font-size: 2.75rem;
}
.enterprise-grade-section .bbehr-common-header p {
  width: 620px;
  margin: 0 auto;
  margin-top: 2rem;
}
.enterprise-grade-img {
  display: flex;
  margin-top: 4.5rem;
  align-items: center;
  justify-content: center;
}
.enterprise-grade-img img {
  margin: 0 auto;
}
.enterprise-grade-explore {
  display: flex;
  margin-top: 1rem;
  column-gap: 1.25rem;
  align-items: center;
  justify-content: center;
}
.enterprise-grade-explore .ehr-btn {
  color: #0a2540;
  padding: 1rem 1.75rem;
  background: transparent;
}
.enterprise-grade-explore .ehr-btn:hover {
  color: #fff;
  background: #0a2540;
}
.enterprise-grade-explore .line {
  flex: 1;
  height: 1px;
  background: #e7ecf1;
}
.enterprise-grade-slider {
  margin-top: 5.75rem;
}
.enterprise-grade-slider .variable-width-slider .slick-list::before,
.enterprise-grade-slider .variable-width-slider .slick-list::after {
  content: "";
  z-index: 15;
  width: 40px;
  height: 100%;
  background: linear-gradient(270deg, rgba(249, 250, 251, 0) 0%, #f9fafb 100%);
  position: absolute;
  top: 0;
}
.enterprise-grade-slider .variable-width-slider .slick-list::before {
  left: 0;
}
.enterprise-grade-slider .variable-width-slider .slick-list::after {
  right: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.enterprise-grade-slider .slick-track {
  display: flex;
  align-items: center;
}
.enterprise-grade-slider .slick-slide + .slick-slide {
  margin-left: 7.5rem;
}
.enterprise-grade-slider .slick-slider-item img {
  margin: 0 auto;
}

.trusted-healthcare-section {
  padding: 8.75rem 0;
  background: #0a2540 url("../images/home-trusted-healthcare-bg.png") repeat;
}
.trusted-healthcare-section .bbehr-common-header h4 {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 3.75rem;
  background: linear-gradient(190.12deg, #dbefff 44.77%, #ffffff 140.89%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.trusted-healthcare-container {
  gap: 2rem;
  display: grid;
  margin-top: 5.75rem;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: repeat(4, 1fr);
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(3) {
  grid-column: span 2 / span 2;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(4) {
  grid-row-start: 2;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(5) {
  grid-row-start: 2;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(6) {
  grid-row-start: 3;
  grid-column-start: 1;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(7) {
  grid-row-start: 3;
  grid-column-start: 2;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(8) {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row: span 2 / span 2;
  grid-column: span 2 / span 2;
}
.trusted-healthcare-card a {
  height: 100%;
  display: flex;
  padding: 2.5rem;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  justify-content: end;
  background: #0a2540;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid #e7ecf133;
}
.trusted-healthcare-card a h3,
.trusted-healthcare-card a h3 span {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 2.75rem;
}
.trusted-healthcare-card a p {
  color: #fff;
  font-weight: 500;
  line-height: 2rem;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(5) a,
.trusted-healthcare-container .trusted-healthcare-card:nth-child(6) a {
  padding: 0;
  border: none;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(5) a span,
.trusted-healthcare-container .trusted-healthcare-card:nth-child(6) a span {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1rem;
}
.trusted-healthcare-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.trusted-healthcare-container .trusted-healthcare-card:nth-child(8) a {
  padding: 4.5rem;
  background: #026dcf;
}
.trusted-healthcare-quote {
  height: 100%;
  display: flex;
  row-gap: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
}
.trusted-healthcare-quote .trusted-healthcare-quote-header p {
  margin: 0;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.75rem;
}
.trusted-healthcare-quote .trusted-healthcare-quote-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.trusted-healthcare-quote .trusted-healthcare-quote-body h6 {
  color: #fff;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 2.75rem;
}
.trusted-healthcare-quote .trusted-healthcare-quote-body p {
  opacity: 0.8;
  margin-top: 2px;
  color: #f6f9fc;
  font-weight: 400;
  font-size: 1.25rem;
}
.trusted-healthcare-quote .trusted-healthcare-quote-body span {
  color: #fff;
  display: flex;
  margin-top: 2rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 5px;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.trusted-healthcare-container
  .trusted-healthcare-card:nth-child(8)
  a:hover
  .trusted-healthcare-quote-body
  span {
  color: #0a2540;
  background: #fff;
}

.use-bluebriX-section {
  padding: 8.75rem 0;
}
.use-bluebriX-section .bbehr-common-header p {
  width: 866px;
  margin: 0 auto;
  margin-top: 1.25rem;
}
.use-bluebriX-container {
  display: flex;
  row-gap: 1rem;
  margin-top: 5.75rem;
  flex-direction: column;
}
.use-bluebriX-card {
  display: flex;
  padding: 4.5rem;
  border-radius: 1rem;
  justify-content: space-between;
  background: linear-gradient(180deg, #e9f4ff 0%, #ffffff 100%);
}
.use-bluebriX-card-info {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.use-bluebriX-card-info span {
  font-weight: 600;
  line-height: 2rem;
  margin-bottom: 10px;
}
.use-bluebriX-card-info h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.use-bluebriX-card-info h5 a {
  color: #0a2540;
}
.use-bluebriX-card-info .ehr-btn,
.use-bluebriX-card-link .ehr-btn {
  font-size: 1rem;
  color: #0a2540;
  margin-top: 2rem;
  padding: 5px 12px;
  line-height: 1.5rem;
  background: transparent;
}
.use-bluebriX-card-info .ehr-btn:hover,
.use-bluebriX-card-link .ehr-btn:hover {
  color: #fff;
  background: #0a2540;
  border-color: #0a2540;
}
.use-bluebriX-card-content {
  width: 400px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3.25rem;
  column-gap: 5.75rem;
}
.use-bluebriX-count {
  width: 140px;
  display: flex;
  flex-direction: column;
}
.use-bluebriX-count h6 {
  font-weight: 600;
  line-height: 3rem;
}
.use-bluebriX-count p {
  width: 110px;
}
.use-bluebriX-row + .use-bluebriX-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card {
  width: calc(50% - 8px);
  flex-direction: column;
}
.use-bluebriX-card-link {
  display: flex;
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card-info {
  width: 100%;
  margin-bottom: 1.75rem;
}
.use-bluebriX-container .use-bluebriX-row:first-child .use-bluebriX-card-link {
  display: none;
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card-content {
  row-gap: 2rem;
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card-link .ehr-btn {
  margin-top: 3rem;
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-count p {
  width: 130px;
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card:first-child {
  background: linear-gradient(180deg, #f6ffe4 0%, #ffffff 100%);
}
.use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card:last-child {
  background: linear-gradient(180deg, #fff2ed 0%, #ffffff 100%);
}
.use-bluebriX-more {
  display: flex;
  align-items: center;
  margin-top: 5.75rem;
  justify-content: center;
}
.use-bluebriX-more .ehr-btn {
  color: #0a2540;
  padding: 1rem 1.75rem;
  background: transparent;
}
.use-bluebriX-more .ehr-btn:hover {
  color: #fff;
  background: #0a2540;
}

.bh-ehr-use-cases-section {
  padding: 8.75rem 0;
  background: #f9fafb;
}
.bh-ehr-use-cases-container {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}
.bh-ehr-use-cases-section .bbehr-common-header h2 {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 3.75rem;
}
.bh-ehr-use-cases-container .variable-width-slider {
  width: 788px;
}
.bh-ehr-use-cases-container .bbehr-common-header {
  text-align: left;
}
.bh-ehr-use-cases-container .bbehr-common-header p {
  margin-top: 1rem;
}
.bh-ehr-use-cases-container .slick-track {
  display: flex;
  align-items: stretch;
}
.bbehr-common-header .slider-controls {
  display: flex;
  column-gap: 1rem;
  margin-top: 2.5rem;
}
.bbehr-common-header .slider-controls button {
  font-size: 2rem;
  color: #0a2540;
  border-radius: 1rem;
  padding: 1px 2.5rem;
  line-height: 2.75rem;
  background: transparent;
  border: 1px solid #425466;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bbehr-common-header .slider-controls button:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}
.bbehr-common-header .slider-controls button:disabled,
.bbehr-common-header .slider-controls button:disabled:hover {
  color: #e3e6e9;
  padding: 1px 15px;
  background: transparent;
  border: 1px solid #e3e6e9;
}
.bh-ehr-use-cases-container .slick-slide {
  width: 425px;
  height: auto;
  margin-right: 1.5rem;
}
.bh-ehr-use-cases-container .slick-slide > div {
  height: 100%;
}
.bh-ehr-use-cases-container .slick-slider-item > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bh-ehr-use-cases-container .slick-track .slick-slide:last-child {
  margin-right: 0;
}
.bh-ehr-use-cases-container .slick-slider-item {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 1rem;
}
.bh-ehr-use-cases-container .slider-item-header {
  display: flex;
  min-height: 224px;
  align-items: center;
  padding: 4rem 2.75rem;
}
.bh-ehr-use-cases-container .slider-item-header h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.bh-ehr-use-cases-container
  .slick-track
  .slick-slide:nth-child(odd)
  .slick-slider-item
  .slider-item-header {
  background: linear-gradient(180deg, #e9f4ff 0%, #fff 100%);
}
.bh-ehr-use-cases-container
  .slick-track
  .slick-slide:nth-child(even)
  .slick-slider-item
  .slider-item-header {
  background: linear-gradient(180deg, #ecf1ff 0%, #fff 100%);
}
.bh-ehr-use-cases-container .slider-item-footer {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.bh-ehr-use-cases-container .slider-item-footer span {
  color: #0a2540;
  font-weight: 400;
  margin-top: 1.25rem;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bh-ehr-use-cases-container .slick-slider-item:hover .slider-item-footer span {
  color: #2f2ff7;
}

.use-bluebriX-section .bbehr-common-header h2 {
  font-weight: 600;
  font-size: 2.75rem;
  line-height: 3.75rem;
}
.bh-ehr-use-cases-section .slick-dots {
  display: none !important;
}
.pain-points-tab-btn {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  color: #ffff;
  padding: 7px 20px;
  text-align: center;
  border-radius: 5px;
  line-height: 1.5rem;
  background: #0a2540;
  border: 1px solid #0a2540;
}
.pain-points-tab-btn:hover {
  color: #fff;
  background: #0a2540;
  border: 1px solid #0a2540;
}
.pain-points-tab-card-read-more {
  width: 100%;
  display: flex;
  column-gap: 1.25rem;
  align-items: center;
}
.pain-points-tab-card-read-more a {
  display: flex;
  color: #0a2540;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  line-height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding-right: 1.25rem;
  border: 1px solid #0a2540;
}
.pain-points-tab-card-read-more a:hover {
  color: #fff;
  background: #0a2540;
}
.pain-points-tab-card-read-more .read-more-arrow {
  color: #fff;
  font-size: 1rem;
  padding: 7px 12px;
  margin-right: 1.25rem;
  background: #0a2540;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pain-points-tab-card-read-more a:hover span {
  color: #0a2540;
  background: #fff;
}
.pain-points-tab-card-read-more .read-more-line {
  flex: 1;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}

.img-mobile {
  display: none;
}

.video-modal .modal-dialog {
  width: 861px;
}
.video-modal .modal-content .modal-header {
  padding: 2.5rem 0;
}
.video-modal .modal-content .modal-body {
  padding: 0;
}
.video-modal iframe {
  width: 100%;
  height: 484px;
}

.visual-wrapper {
 width: 100%;
 height: 100%;
 display: flex;
 position: relative;
}
.bg-video,
.bg-media {
 opacity: 0;
 visibility: hidden;
 transform: scale(1.01);
 transition: opacity 0.2s ease-in-out;
 position: absolute;
 bottom: 0;
 left: 0;
}
.bg-video.active,
.bg-media.active {
 opacity: 1;
 visibility: visible;
}

/* (larger desktops, 1700px and up) */
@media (min-width: 1700px) {
  .bh-ehr-use-cases-container {
    column-gap: 3rem;
  }
  .bh-ehr-use-cases-container .variable-width-slider {
    width: 888px;
  }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .trusted-healthcare-card a h3,
  .trusted-healthcare-card a h3 span {
    font-size: 3rem;
    line-height: 1.5rem;
  }
  .bh-ehr-banner .bbrx-banner-captions {
    padding-top: 4.75rem;
    justify-content: flex-start;
  }
  .what-we-do-tab .nav-pills {
    column-gap: 10px;
  }
  .what-we-do-tab .nav-pills .nav-link {
    font-size: 14px;
    padding: 6px 14px;
  }
  .pain-points-tab {
    column-gap: 2.5rem;
  }
  .pain-points-tab-content {
    padding-left: 2.5rem;
  }
  .pain-points-tab-card ul li {
    font-size: 1rem;
  }
  .pain-points-tab-card ul li:before {
    top: 9px;
  }
  .bh-ehr-use-cases-container .slick-slide {
    width: 410px;
  }
  .what-we-do-left-visual {
    width: 640px;
    height: 846px;
  }
  .visual-wrapper{
    width: 640px;
    height: 846px;
  }
  .visual-wrapper img {
    transform: scale(1.01);
  }
  .what-we-do-left-visual {
    width: 630px;
    height: 824px;
  }    
}

/* 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;
  }
  .goto-section {
    bottom: 2rem;
  }
  .what-we-do-left-visual {
    display: none;
  }
  .what-we-do-tab .nav-pills .nav-link {
    font-size: 1rem;
    padding: 6px 1rem;
  }
  .what-we-do-tab .nav-pills {
    column-gap: 1.25rem;
  }
  .what-we-do-slider {
    width: calc(100% + ((100vw - 936px) / 2));
    margin-right: calc(-1 * ((100vw - 936px) / 2));
  }
  .pain-points-tab-container .nav-pills {
    width: 355px;
  }
  .pain-points-tab .nav-pills .nav-link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .pain-points-tab-card ul {
    margin-top: 2.5rem;
  }
  .pain-points-tab-card ul li {
    width: 100%;
  }
  .trusted-healthcare-container {
    gap: 1rem;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(4, 1fr);
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(4),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(5),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(6),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(7) {
    grid-row-start: 2;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(8) {
    grid-column: span 4 / span 4;
  }
  .trusted-healthcare-card a {
    padding: 1.5rem;
  }
  .trusted-healthcare-card a h3,
  .trusted-healthcare-card a h3 span {
    font-size: 3rem;
    line-height: 2.5rem;
  }
  .trusted-healthcare-card a p {
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.5rem;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(8) a {
    padding: 1.75rem;
  }
  .trusted-healthcare-quote .trusted-healthcare-quote-header p,
  .trusted-healthcare-quote .trusted-healthcare-quote-body h6 {
    line-height: 2rem;
    font-size: 1.25rem;
  }
  .trusted-healthcare-quote .trusted-healthcare-quote-body p {
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .trusted-healthcare-quote .trusted-healthcare-quote-body span {
    margin-top: 1.5rem;
  }
  .use-bluebriX-card {
    padding: 2.5rem;
  }
  .use-bluebriX-card-content {
    row-gap: 2.25rem;
    column-gap: 3.75rem;
  }
  .bh-ehr-use-cases-container .variable-width-slider {
    width: 600px;
  }
  .pain-points-section {
    padding: 6rem 0;
  }
  .pain-points-tab-card p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .use-bluebriX-section {
    padding-top: 5.25rem;
    padding-bottom: 7rem;
  }
  .bh-ehr-use-cases-section {
    padding: 6.5rem 0;
  }
  .video-modal iframe {
    height: 456px;
  }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .bh-ehr-banner {
    height: auto;
    padding-top: 10rem;
  }
  .accordion-v1 .accordion-item:last-of-type {
    border-bottom: 1px dashed #e3e6e9;
  }
  .bh-ehr-banner .bbrx-banner-card {
    width: 100%;
    margin-top: 0;
  }
  .bh-ehr-banner .bbrx-banner-captions {
    padding-top: 0;
    justify-content: center;
  }
  .img-dekstop,
  .goto-section,
  .what-we-do-tab,
  .pain-points-tab-container,
  .use-bluebriX-card-info .ehr-btn {
    display: none;
  }
  .img-mobile {
    display: block;
  }
  .what-we-do-section {
    min-height: initial;
    padding-bottom: 6rem;
  }
  .what-we-do-tab-mobile {
    width: 100%;
    display: flex;
    padding-top: 5.75rem;
  }
  .what-we-do-tab-content {
    padding-top: 3.75rem;
    padding-bottom: 5.75rem;
  }
  .what-we-do-slider {
    margin-top: 5rem;
  }
  .what-we-do-slider {
    width: calc(100% + ((100vw - 698px) / 2));
    margin-right: calc(-1 * ((100vw - 698px) / 2));
  }
  .pain-points-tab .nav {
    width: 100%;
    margin-bottom: 2rem;
    justify-content: center;
    flex-direction: row !important;
  }
  .pain-points-tab .nav-pills .nav-link {
    margin-right: 12px;
    margin-bottom: 12px;
    background: #e7ecf1;
  }
  .pain-points-tab .nav-pills .nav-link + .nav-link {
    margin-top: 0;
  }
  .pain-points-tab .nav-pills .nav-link.active,
  .pain-points-tab .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0a2540;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .pain-points-tab-mobile,
  .what-we-do-tab-mobile {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .pain-points-tab-mobile .bbehr-common-header,
  .what-we-do-tab-mobile .bbehr-common-header {
    margin-bottom: 3.75rem;
  }
  .pain-points-tab-card {
    padding-bottom: 3.75rem;
  }
  .pain-points-tab-card p {
    margin-top: 0;
  }
  .pain-points-tab-card ul {
    margin-top: 1.25rem;
  }
  .pain-points-tab-card ul li {
    font-weight: 400;
  }
  .pain-points-tab-card .ehr-btn {
    margin-top: 2rem;
    font-size: 1.25rem;
    padding: 12px 1.75rem;
  }
  .enterprise-grade-section .bbehr-common-header,
  .enterprise-grade-section .bbehr-common-header p,
  .use-bluebriX-section .bbehr-common-header p,
  .use-bluebriX-row + .use-bluebriX-row .use-bluebriX-card {
    width: 100%;
  }
  .enterprise-grade-section,
  .trusted-healthcare-section {
    padding: 6.5rem 0;
  }
  .trusted-healthcare-container {
    margin-top: 4.75rem;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(3) {
    grid-row-start: 4;
    grid-column-start: 1;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(4) {
    grid-column-start: 1;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(5) {
    grid-column-start: 2;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(6),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(7) {
    grid-row-start: 3;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(8) {
    grid-row-start: 5;
    grid-column: span 2 / span 2;
  }
  .trusted-healthcare-card a img {
    height: 250px;
    min-height: 100%;
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(5) a span,
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(6) a span {
    font-size: 3rem;
  }
  .use-bluebriX-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .use-bluebriX-container
    .use-bluebriX-row:first-child
    .use-bluebriX-card-link {
    display: flex;
  }
  .use-bluebriX-container
    .use-bluebriX-row:first-child
    .use-bluebriX-card-info {
    margin-bottom: 1.75rem;
  }
  .use-bluebriX-card-info .ehr-btn,
  .use-bluebriX-card-link .ehr-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .use-bluebriX-card-link .ehr-btn {
    margin-bottom: 0;
  }
  .use-bluebriX-card-info span {
    margin-bottom: 10px;
  }
  .use-bluebriX-row + .use-bluebriX-row {
    row-gap: 1rem;
    flex-direction: column;
  }
  .bh-ehr-use-cases-container {
    row-gap: 4.25rem;
    flex-direction: column;
  }
  .bh-ehr-use-cases-container .bbehr-common-header {
    text-align: center;
  }
  .bh-ehr-accordion,
  .use-bluebriX-container {
    margin-top: 4.75rem;
  }
  .pain-points-tab-content {
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
  .how-we-fit-container {
    row-gap: 2.25rem;
    text-align: center;
    flex-direction: column;
  }
  .bh-ehr-use-cases-section .slick-dots li button:before,
  .bbehr-common-header .slider-controls {
    display: none;
  }
  .bh-ehr-use-cases-container .variable-width-slider {
    margin-bottom: 0;
  }
  .bh-ehr-use-cases-section .slick-dots {
    bottom: 0;
    margin-top: 2rem;
    position: relative;
    display: block !important;
  }
  .bh-ehr-use-cases-section .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 2px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .bh-ehr-use-cases-section .slick-dots li button {
    padding: 0;
    width: 5px;
    height: 5px;
    overflow: hidden;
    border-radius: 100%;
    background: #16487b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .bh-ehr-use-cases-section .slick-dots li button {
    background: #d6e3f1;
  }
  .bh-ehr-use-cases-section .slick-dots li.slick-active {
    width: 14px;
  }
  .bh-ehr-use-cases-section .slick-dots li.slick-active button {
    width: 14px;
    background: #fff;
    border-radius: 10px;
  }
  .bh-ehr-use-cases-section .slick-dots li.slick-active button {
    background: #0a2540;
  }
  .video-modal .modal-dialog {
    width: 720px;
  }
  .video-modal iframe {
    height: 381px;
  }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  html {
    font-size: 12px;
  }
  .bh-ehr-banner {
    height: auto;
    padding-top: 10rem;
  }
  .bh-ehr-banner,
  .what-we-do-section {
    background: url("../images/home-main-bg-new-mobile.png") repeat;
  }
  .bh-ehr-banner .bbrx-banner-card .title-text-large {
    line-height: 3rem;
    font-size: 2.25rem;
    margin-bottom: 2px;
  }
  .bh-ehr-banner .bbrx-banner-card .title-text-medium {
    max-width: 400px;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  .bbehr-common-header p,
  .bh-ehr-banner .bbrx-banner-card p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .bh-ehr-banner .bbrx-banner-card .ehr-btn span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .bh-ehr-banner .bbrx-banner-card .ehr-btn {
    padding: 6px 2rem;
  }
  .goto-section .goto-btn {
    width: 30px;
    height: 45px;
    font-size: 11px;
  }
  .what-we-do-tab-mobile {
    padding-top: 8.25rem;
  }
  .accordion-v1 .accordion-button {
    padding: 1.75rem 0;
    padding-left: 2rem;
    font-size: 1.5rem;
  }
  .accordion-v1 .accordion-button::after {
    top: 32px;
  }
  .accordion-v1 .accordion-button span {
    font-size: 1.25rem;
  }
  .what-we-do-tab-content {
    padding-top: 0;
    padding-bottom: 2.75rem;
  }
  .what-we-do-tab-content h4,
  .what-we-do-slider h4,
  .pain-points-tab-mobile .bbehr-common-header h4,
  .what-we-do-tab-mobile .bbehr-common-header h4,
  .how-we-fit-container h4,
  .enterprise-grade-section .bbehr-common-header h4,
  .trusted-healthcare-section .bbehr-common-header h4,
  .use-bluebriX-section .bbehr-common-header h2,
  .bh-ehr-use-cases-section .bbehr-common-header h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .what-we-do-tab-content h4 {
    margin-bottom: 1.75rem;
  }
  .what-we-do-tab-content p {
    font-size: 1rem;
    color: #425466;
    line-height: 1.75rem;
  }
  .what-we-do-tab-content p + p {
    margin-top: 1.5rem;
  }
  .what-we-do-tab-content p b,
  .what-we-do-tab-content p strong {
    font-weight: 500;
  }
  .what-we-do-slider {
    margin-top: 6rem;
    width: calc(100% + ((100vw - 493px) / 2));
    margin-right: calc(-1 * ((100vw - 493px) / 2));
  }
  .what-we-do-slider .slick-slide + .slick-slide {
    margin-left: 3.25rem;
  }
  .what-we-do-slider .slick-slide img {
    max-width: 75%;
    margin-bottom: 8px;
  }
  .what-we-do-slider .slick-slider-item span {
    font-size: 9px;
    padding: 3px 9px;
    border-radius: 5px;
  }
  .pain-points-tab-mobile .bbehr-common-header,
  .what-we-do-tab-mobile .bbehr-common-header {
    margin-bottom: 4rem;
  }
  .pain-points-tab-mobile .bbehr-common-header h4,
  .what-we-do-tab-mobile .bbehr-common-header h4 {
    font-weight: 600;
  }
  .pain-points-tab-card {
    padding-bottom: 2.75rem;
  }
  .pain-points-tab-card ul li:before {
    top: 7px;
    left: 4px;
    width: 4px;
    height: 4px;
  }
  .pain-points-tab-card .ehr-btn {
    font-size: 1rem;
    margin-top: 2.25rem;
    padding: 3px 1.75rem;
  }
  .how-we-fit-section {
    padding: 5rem 0;
    background: #0a2540 url(../images/home-how-we-fit-bg-mobile.png) repeat;
  }
  .how-we-fit-container {
    row-gap: 2.75rem;
  }
  .how-we-fit-container .ehr-btn {
    width: 233px;
    font-size: 1rem;
    padding: 7px 1.75rem;
  }
  .enterprise-grade-section,
  .trusted-healthcare-section,
  .use-bluebriX-section {
    padding: 6rem 0;
  }
  .enterprise-grade-img {
    margin-top: 1rem;
  }
  .enterprise-grade-explore {
    margin-top: 3rem;
  }
  .goto-section,
  .use-bluebriX-more,
  .enterprise-grade-explore .line,
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(5),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(6),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(8) {
    display: none;
  }
  .enterprise-grade-explore .ehr-btn {
    font-size: 1rem;
    padding: 5px 1.25rem;
  }
  .enterprise-grade-slider {
    margin-top: 3.25rem;
  }
  .enterprise-grade-slider .slick-slide + .slick-slide {
    margin-left: 0;
  }
  .enterprise-grade-slider .slick-slider-item img {
    margin: 0 auto;
    max-width: 55%;
  }
  .trusted-healthcare-section {
    background: #0a2540 url(../images/home-trusted-healthcare-bg-mobile.png)
      repeat;
  }
  .trusted-healthcare-container {
    gap: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.25rem;
    justify-content: center;
  }
  .trusted-healthcare-container .trusted-healthcare-card {
    width: calc(33.333% - 3px);
  }
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(4),
  .trusted-healthcare-container .trusted-healthcare-card:nth-child(7) {
    width: calc(50% - 3px);
  }
  .trusted-healthcare-card a {
    padding: 1.5rem 1.25rem;
    padding-top: 3.5rem;
  }
  .trusted-healthcare-card a h3,
  .trusted-healthcare-card a h3 span {
    font-size: 1.75rem;
    line-height: 1.5rem;
  }
  .trusted-healthcare-card a p {
    margin-top: 4px;
    font-size: 10px;
    color: #f6f9fc;
    font-weight: 400;
    line-height: 1rem;
  }
  .bh-ehr-accordion,
  .use-bluebriX-container {
    margin-top: 5rem;
  }
  .use-bluebriX-card {
    padding: 2.75rem;
    padding-bottom: 4.25rem;
  }
  .use-bluebriX-card-link .ehr-btn {
    padding: 2px 12px;
  }
  .use-bluebriX-card-info,
  .use-bluebriX-count p,
  .use-bluebriX-row + .use-bluebriX-row .use-bluebriX-count p {
    width: 100%;
  }
  .use-bluebriX-card-content {
    width: 100%;
    column-gap: 1.75rem;
    justify-content: center;
  }
  .use-bluebriX-count {
    width: calc(50% - 1.25rem);
  }
  .bh-ehr-use-cases-container .variable-width-slider {
    width: 100%;
  }
  .bh-ehr-use-cases-container .slick-slide {
    width: 288px;
  }
  .bh-ehr-use-cases-container .slick-slider-item {
    height: 100%;
  }
  .bh-ehr-use-cases-container .slider-item-header {
    min-height: 150px;
  }
  .bh-ehr-use-cases-container .slider-item-header h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .bh-ehr-use-cases-container .slider-item-footer {
    padding: 2.75rem;
  }
  .video-modal .modal-dialog {
    width: 511px;
  }
  .video-modal iframe {
    height: 230px;
  }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .ehr-btn {
    font-size: 1rem;
    padding: 5px 18px;
    white-space: normal;
  }
  .bh-ehr-banner {
    padding-top: 11.5rem;
    padding-bottom: 8.25rem;
  }
  .bh-ehr-banner .bbrx-banner-card .title-text-large {
    font-size: 2.25rem;
    line-height: 3.75rem;
  }
  .bbehr-common-header h2,
  .bh-ehr-banner .bbrx-banner-card .title-text-medium {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .bbehr-common-header p,
  .bh-ehr-banner .bbrx-banner-card p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: 2.25rem;
  }
  .bh-ehr-banner .bbrx-banner-card .ehr-btn {
    padding: 5px 18px;
    margin-top: 2.75rem;
  }
  .bh-ehr-banner .bbrx-banner-card .ehr-btn span {
    font-size: 1rem;
  }
  .what-we-do-tab-mobile {
    padding-top: 0;
  }
  .what-we-do-slider h4 {
    max-width: 210px;
  }
  .what-we-do-slider {
    width: calc(100% + ((100vw - 328px) / 2));
    margin-right: calc(-1 * ((100vw - 328px) / 2));
  }
  .use-bluebriX-section,
  .bh-ehr-use-cases-section {
    padding: 6rem 0;
  }
  .pain-points-tab-card img,
  .pain-points-section:after {
    display: none;
  }
  .pain-points-tab-card {
    width: 100%;
  }
  .pain-points-tab-content {
    row-gap: 3.75rem;
    padding: 3.5rem 2rem;
  }
  .bh-ehr-accordion,
  .use-bluebriX-container {
    margin-top: 4.5rem;
  }
  .use-bluebriX-container {
    row-gap: 1.5rem;
  }
  .pain-points-tab .nav-pills .nav-link {
    font-weight: 500;
    font-size: 1rem;
    padding: 7px 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 1.5rem;
  }
  .use-bluebriX-section .bbehr-common-header p {
    margin-top: 2rem;
  }
  .bh-ehr-use-cases-container .slick-slide {
    width: 288px;
  }
  .bh-ehr-use-cases-container .slider-item-header {
    min-height: 150px;
    padding: 2rem 2.75rem;
  }
  .bh-ehr-use-cases-container .slider-item-header h6 {
    line-height: 2rem;
    font-size: 1.25rem;
  }
  .bh-ehr-use-cases-container .slider-item-footer {
    padding: 2rem 2.75rem;
  }
  .bh-ehr-accordion .accordion-button {
    column-gap: 1.5rem;
    line-height: 1.5rem;
  }
  .pain-points-tab .nav {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .trusted-healthcare-card a {
    padding: 1.25rem 1rem;
    padding-top: 3rem;
  }
  .use-bluebriX-section .bbehr-common-header h2 {
    width: 255px;
    margin: 0 auto;
  }
  .video-modal .modal-dialog {
    width: 320px;
  }
  .video-modal iframe {
    height: 169px;
  }
}
