@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Bold.eot");
  src: local("Plus Jakarta Sans Bold"), local("PlusJakartaSans-Bold"),
    url("./fonts/PlusJakartaSans-Bold.eot")
      format("embedded-opentype"),
    url("./fonts/PlusJakartaSans-Bold.woff2")
      format("woff2"),
    url("./fonts/PlusJakartaSans-Bold.woff")
      format("woff"),
    url("./fonts/PlusJakartaSans-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Medium.eot");
  src: local("Plus Jakarta Sans Medium"), local("PlusJakartaSans-Medium"),
    url("./fonts/PlusJakartaSans-Medium.eot")
      format("embedded-opentype"),
    url("./fonts/PlusJakartaSans-Medium.woff2")
      format("woff2"),
    url("./fonts/PlusJakartaSans-Medium.woff")
      format("woff"),
    url("./fonts/PlusJakartaSans-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-SemiBold.eot");
  src: local("Plus Jakarta Sans SemiBold"), local("PlusJakartaSans-SemiBold"),
    url("./fonts/PlusJakartaSans-SemiBold.eot")
      format("embedded-opentype"),
    url("./fonts/PlusJakartaSans-SemiBold.woff2")
      format("woff2"),
    url("./fonts/PlusJakartaSans-SemiBold.woff")
      format("woff"),
    url("./fonts/PlusJakartaSans-SemiBold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("./fonts/PlusJakartaSans-Regular.eot");
  src: local("Plus Jakarta Sans Regular"), local("PlusJakartaSans-Regular"),
    url("./fonts/PlusJakartaSans-Regular.eot")
      format("embedded-opentype"),
    url("./fonts/PlusJakartaSans-Regular.woff2")
      format("woff2"),
    url("./fonts/PlusJakartaSans-Regular.woff")
      format("woff"),
    url("./fonts/PlusJakartaSans-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

.health-care-wrapper {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #201e31;
}
.health-care-wrapper picture {
  display: block;
  height: 100%;
}
.health-care-wrapper .font-light-blue {
  color: #0f66fd;
}
.health-care-wrapper .text-size-60 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .text-size-60 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .text-size-60 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .text-size-60 {
    font-size: 28px;
  }
}
.health-care-wrapper .text-size-40 {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .text-size-40 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .text-size-40 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .text-size-40 {
    font-size: 24px;
  }
}
.health-care-wrapper .text-size-36 {
  font-size: 36px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .text-size-36 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .text-size-36 {
    font-size: 24px;
  }
}
.health-care-wrapper .text-size-30 {
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .text-size-30 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .text-size-30 {
    font-size: 20px;
  }
}
.health-care-wrapper .text-size-24 {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .text-size-24 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .text-size-24 {
    font-size: 18px;
  }
}
.health-care-wrapper .text-size-20 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .text-size-20 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .text-size-20 {
    font-size: 15px;
  }
}
.health-care-wrapper .text-size-18 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .text-size-18 {
    font-size: 16px;
  }
}
.health-care-wrapper .text-size-16 {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .text-size-16 {
    font-size: 15px;
  }
}
.health-care-wrapper .font-normal {
  font-weight: normal;
}
.health-care-wrapper .font-medium {
  font-weight: 500;
}
.health-care-wrapper .font-semibold {
  font-weight: 600;
}
.health-care-wrapper .font-bold {
  font-weight: 700;
}
.health-care-wrapper .build-healthcare-container {
  width: 100%;
  padding: 0 16px;
}
@media only screen and (min-width: 1200px) {
  .health-care-wrapper .build-healthcare-container {
    width: calc(100% - 150px);
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .health-care-wrapper .build-healthcare-container {
    width: calc(100% - 180px);
  }
}
@media only screen and (min-width: 1400px) {
  .health-care-wrapper .build-healthcare-container {
    width: calc(100% - 220px);
  }
}
@media only screen and (min-width: 1500px) {
  .health-care-wrapper .build-healthcare-container {
    width: 100%;
    max-width: 1440px;
  }
}
.health-care-wrapper .pb-60 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .pb-60 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .pb-60 {
    padding-bottom: 25px;
  }
}
.health-care-wrapper .border-radius-30 {
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .border-radius-30 {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .border-radius-30 {
    border-radius: 15px;
  }
}
.health-care-wrapper .grid-box-padding {
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .grid-box-padding {
    padding: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .grid-box-padding {
    padding: 15px;
  }
}
.health-care-wrapper .health-care-top-banner {
  background: linear-gradient(135deg, #0010c6, #0022e8);
}
.health-care-wrapper .health-care-top-banner .health-care-banner {
  height: auto;
  width: 100%;
}
.health-care-wrapper .healthcare-properties {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .healthcare-properties {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .healthcare-properties {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .healthcare-properties {
    padding-top: 18px;
  }
}

.health-care-wrapper .patients-test-analytics-container {
  background-color: black;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .patients-test-analytics-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .patients-test-analytics-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .patients-test-analytics-container {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
.health-care-wrapper
  .patients-test-analytics-container
  .patients-test-analytics-image {
  height: auto;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.health-care-wrapper .project-key-challenges {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .project-key-challenges {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .project-key-challenges {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .project-key-challenges {
    padding-top: 20px;
  }
}
.health-care-wrapper .project-key-challenges .project-key-grid-box {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .project-key-challenges .project-key-grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .project-key-challenges .project-key-grid-box {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .project-key-challenges .project-key-grid-box {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper
    .project-key-challenges
    .project-key-grid-box
    .item-grid:nth-child(5) {
    grid-column: span 2;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper
    .project-key-challenges
    .project-key-grid-box
    .item-grid:nth-child(5) {
    grid-column: span 1;
  }
}

.health-care-wrapper .project-key-challenges .project-key-grid-content {
  background-color: #f4f4f4;
}
.health-care-wrapper .project-key-challenges .project-key-challanges-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.health-care-wrapper .project-key-challenges .project-key-grid-large {
  width: calc(50% - 15px);
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .project-key-challenges .project-key-grid-large {
    width: 100%;
  }
}
.health-care-wrapper .project-key-challenges .project-key-grid-small {
  width: calc(33% - 16px);
}
@media only screen and (max-width: 1420px) {
  .health-care-wrapper .project-key-challenges .project-key-grid-small {
    width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .project-key-challenges .project-key-grid-small {
    width: 100%;
  }
}
.health-care-wrapper .patient-appointment-image {
  height: auto;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .patient-appointment-image {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .patient-appointment-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .patient-appointment-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.health-care-wrapper .cloud-strategy .cloud-strategy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .cloud-strategy .cloud-strategy-grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .cloud-strategy .cloud-strategy-grid {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper
    .cloud-strategy
    .cloud-strategy-grid
    .item-grid:nth-child(5) {
    grid-column: span 2;
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .health-care-wrapper
    .cloud-strategy
    .cloud-strategy-grid
    .item-grid:nth-child(5) {
    grid-column: span 1;
  }
}

.health-care-wrapper .cloud-strategy .cloud-strategy-grid-content {
  background-color: #eff3fa;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .cloud-strategy .cloud-strategy-grid-span {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .cloud-strategy .cloud-strategy-grid-span {
    grid-column: span 1;
  }
}
.health-care-wrapper .cloud-strategy .optimal-performance-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .cloud-strategy .optimal-performance-wrapper {
    display: none;
  }
}

.health-care-wrapper .cloud-strategy .cost-efficiency-wrapper {
  grid-row: span 2;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .cloud-strategy .cost-efficiency-wrapper {
    grid-row: span 1;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .cloud-strategy .cost-efficiency-wrapper {
    display: none;
  }
}
.health-care-wrapper .cloud-strategy .cost-efficiency-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.health-care-wrapper .patient-dashboard-image-container {
  background-color: #0f66fd;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .patient-dashboard-image-container {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .patient-dashboard-image-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .patient-dashboard-image-container {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.health-care-wrapper
  .patient-dashboard-image-container
  .patient-dashboard-image {
  height: auto;
  max-width: 1176px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.health-care-wrapper .healthcare-outcomes .healthcare-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .healthcare-outcomes .healthcare-outcomes-grid {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .healthcare-outcomes .healthcare-outcomes-grid {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.health-care-wrapper .healthcare-outcomes .outcome-doctor-wrapper {
  grid-row: span 2;
}
@media only screen and (max-width: 1336px) {
  .health-care-wrapper .healthcare-outcomes .outcome-doctor-wrapper {
    grid-row: span 1;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .healthcare-outcomes .outcome-doctor-wrapper {
    display: none;
  }
}
.health-care-wrapper .healthcare-outcomes .outcome-doctor-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.health-care-wrapper .healthcare-outcomes .healthcare-outcomes-grid-content {
  background-color: #eff3fa;
}
.health-care-wrapper .collaborative-path {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .collaborative-path {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .collaborative-path {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .collaborative-path {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.health-care-wrapper .cloud-infrastructure {
  background-image: url("./img/webp/cloud-infrastructure-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px 70px;
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 40px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .cloud-infrastructure {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .cloud-infrastructure {
    grid-template-columns: 1fr;
    padding: 50px 50px;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .cloud-infrastructure {
    padding: 20px 20px 25px;
  }
}
.health-care-wrapper .cloud-infrastructure .cloud-infrastructure-text {
  color: white;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .cloud-infrastructure .cloud-infrastructure-text {
    margin-bottom: 30px;
  }
}
.health-care-wrapper .cloud-infrastructure .cloud-infrastructure-button {
  color: white;
  padding: 17px 34px 22px 34px;
  background-color: #0f66fd;
  border-radius: 10px;
  box-shadow: none;
  outline: none;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .health-care-wrapper .cloud-infrastructure .cloud-infrastructure-button {
    padding: 15px 30px 18px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .health-care-wrapper .cloud-infrastructure .cloud-infrastructure-button {
    padding: 12px 15px 14px;
  }
}
.health-care-wrapper .cloud-infrastructure .cloud-infrastructure-image {
  margin-bottom: -1px;
  margin-top: 50px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media only screen and (max-width: 991px) {
  .health-care-wrapper .cloud-infrastructure .cloud-infrastructure-image {
    display: none;
  }
} /*# sourceMappingURL=style.css.map */
