body {
  background-color: white !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111948 !important;
}

.btn-lg {
  padding: 10px 48px !important;
}

.btn-primary {
  background-color: #2937f0;
  border-radius: 20px;
  border: 0 !important;
}

nav#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 9;
}

.navbar-brand img {
  width: 175px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    opacity: 0.5;
  }
}

header {
  height: 450px;
  z-index: 0;
  background: linear-gradient(to bottom, #04076b, #0c0c89, #1e90ff, white);
}

.hdr-bg {
  height: 790px;
}
.hdr-bg .mobile-img {
  position: relative;
  z-index: 999;
}

.video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8em;
  width: 100%;
  height: 460px;
  z-index: 99;
  margin-bottom: -3em;
}
.video-container video {
  filter: brightness(0.7);
}
.video-container .video-overlay {
  background-image: linear-gradient(to bottom, rgba(24, 64, 222, 0.46), rgba(0, 0, 0, 0.7));
}
.video-container .video-overlay .video-controls {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
}

.section-1 {
  margin-bottom: 5em;
}
.section-1 h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
.section-1 .section-p {
  max-width: 1200px;
  font-size: 20px;
  margin-bottom: 2em !important;
  margin: auto;
}
.section-1 img {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.section-1 .card {
  position: relative;
  left: -3em;
  border: none;
}
.section-1 .card .content {
  display: flex;
  justify-content: center;
}

.section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e8fff11;
}
.section-2 .card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 0.3s;
}
.section-2 .card:hover {
  transform: scale(1.05);
}
.section-2 .card img {
  width: 80px;
  height: 80px;
  margin: auto;
}

/*# sourceMappingURL=medical-styles.css.map */
