/* Global Styles */
body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-family: 'Arial', sans-serif;
  color: #346ee3;
}

h1 {
  font-size: 60px;
  line-height: 61px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

p {
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  margin-bottom: 0;
}

.regular {
  color: #346ee3;
}

.regular-bold {
  color: #346ee3;
  font-weight: bold;
}

cite {
  font-size: 14px;
  font-style: normal;
}

/* Navbar */
.main-nav {
  background: #fff;
  z-index: 1;
}

.navbar {
  padding: 15px;
}

.navbar-brand img {
  height: 60px;
  width: auto;
  padding: 5px;
}

.navbar-nav {
  margin-left: auto;
}

.navbar-nav .nav-item {
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.navbar-nav .nav-item .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 10px 15px;
  line-height: 45px;
}

.navbar-toggler {
  border: none;
}

/* Hero Section */
.gradient-banner {
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
}

.gradient-banner::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
}

.pull-top {
  margin-top: -100px;
}

/* Shape Animations */
.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.shapes-container .shape {
  position: absolute;
}

.shapes-container .shape::before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}



.shapes-container .shape:nth-child(1) {
  top: 10%;
  left: 8%;
  width: 600px;
  height: 70px;
}

.shapes-container .shape:nth-child(2) {
  top: 20%;
  left: 6%;
  width: 200px;
  height: 15px;
}

.shapes-container .shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}

.shapes-container .shape:nth-child(4) {
  top: 80%;
  left: 12%;
  width: 300px;
  height: 10px;
}

.shapes-container .shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}

.shapes-container .shape:nth-child(6) {
  top: 4%;
  left: 48%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(8) {
  top: 60%;
  left: 95%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}

.shapes-container .shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}

.shapes-container .shape:nth-child(11) {
  top: 62%;
  left: 58%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(12) {
  top: 32%;
  left: 76%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(13) {
  top: 88%;
  left: 42%;
  width: 300px;
  height: 45px;
}

.shapes-container .shape:nth-child(14) {
  top: 52%;
  left: 72%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(15) {
  top: 42%;
  left: 92%;
  width: 200px;
  height: 5px;
}

.shapes-container .shape:nth-child(16) {
  top: 56%;
  left: 78%;
  width: 100px;
  height: 5px;
}

.zindex-1 {
  z-index: 1;
}

hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}

.icon-box {
  height: 80px;
  width: 80px;
  text-align: center;
  background: #2e7eed;
}

.icon-box i {
  line-height: 80px;
  font-size: 30px;
}

/* Features */
.feature-content {
  margin-bottom: 30px;
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 25px;
}

.image-content {
  text-align: left;
}

@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: left;
  }
  .image-content {
    text-align: center;
  }
}

/* Section Layout */
.section {
  padding: 100px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

/* Key Use Cases */
.built-by-healthcare {
  height: 100%;
  max-height: 240px;
  margin-bottom: 10px;
}

.key-use-case-1 {
  margin-top: 150px;
}

.key-use-case-2 {
  margin-top: 100px;
}

.key-use-case-3 {
  margin-top: 50px;
}

.key-use-case-4 {
  margin-top: 0px;
}

@media (max-width: 768px) {
  .key-use-case-1,
  .key-use-case-2,
  .key-use-case-3,
  .key-use-case-4 {
    margin-top: 0px;
  }
}

/* Vertical and Horizontal Lines */
.vertical-line {
  width: 2px;
  background-color: #333;
  height: 100%;
  min-height: 150px;
}

.horizontal-line {
  border: none;
  height: 2px;
  background-color: #333;
  width: 60%;
  margin: auto;
}

/* Scroll-to-Top Button */
.scroll-top-to {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #2e7eed;
  color: #fff;
  transition: 0.3s;
  z-index: 999556;
  cursor: pointer;
  display: none;
}

.scroll-top-to:hover {
  background: #333;
}

@media (max-width: 768px) {
  .scroll-top-to {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* Footer */
.footer-main {
  border-top: 2px solid #000;
  padding: 92px 0;
  background: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-main {
    padding: 50px 0;
  }
}

.footer-main .block img {
  margin-bottom: 20px;
}

.footer-main .block ul.social-icon li a {
  text-decoration: none;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background: #346ee3;
  color: #fff;
  text-align: center;
  line-height: 38px;
}

/* Buttons */
.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #2e7eed;
  color: #fff;
  outline: none;
}

.btn-main:hover,
.btn-main:focus {
  color: #fff;
}

/* Miscellaneous */
hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 2px solid #2e7eed;
  margin: 1em 0;
  padding: 0;
}
.quote-icon {
  width: 28px;
  height: auto;
  margin-right: 10px;
}
