body {
  background-color: white !important;
  font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4977cf !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
}

h1 {
  font-weight: 900 !important;
}
h1.display-1 {
  line-height: 1.2 !important;
}

button:not(.accordion-button), a.btn {
  font-family: "Poppins", sans-serif !important;
  border-radius: 50em !important;
  font-weight: 300 !important;
}

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

.btn-primary {
  background-color: #4977cf !important;
  border: 0 !important;
}

.designBlockImageContainer img {
  border-radius: 16px !important;
}

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

.navbar-brand img {
  width: 175px;
}

header {
  height: 500px;
  margin-bottom: 5em;
  z-index: 0;
  position: relative;
}
header #headerVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 500px;
}
header .video-overlay {
  position: absolute;
  top: 0;
  z-index: 98;
  background: rgba(7, 34, 83, 0.1);
  width: 100%;
  height: 100%;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
header .content {
  position: absolute;
  top: 0;
  z-index: 98;
  background: rgba(7, 34, 83, 0.6);
  color: #f1f1f1;
  width: 40%;
  height: 100%;
  padding: 20px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
header .content .inrContent {
  position: absolute;
  top: 10%;
  left: 10%;
  color: white !important;
  font-weight: 300 !important;
  z-index: 2;
  align-items: center;
  text-align: left;
}
@media (min-width: 1200px) {
  header .content .inrContent {
    top: 20%;
  }
}
header .content .inrContent p.companyName {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 900 !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: white;
}
header .content h1 {
  margin-bottom: 0;
  font-size: 44px;
  min-width: 300px;
}
@media (min-width: 992px) {
  header .content h1 {
    font-size: 54px;
    min-width: 400px;
  }
}
@media (min-width: 1200px) {
  header .content h1 {
    font-size: 64px;
    width: 800px;
  }
}

.video-container {
  width: 100%;
  min-height: 100%;
  height: 460px;
  z-index: 99;
  position: relative;
}
.video-container video {
  filter: brightness(0.7);
  border-radius: 15px !important;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video-container video::-webkit-media-controls-enclosure {
  display: none !important;
}
.video-container video::-webkit-media-controls-panel {
  display: none !important;
}
.video-container video::-webkit-media-controls-play-button {
  display: none !important;
}
.video-container video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.section-1 {
  margin-bottom: 5em;
}
.section-1 h2 {
  margin-bottom: 10px;
  font-weight: 700;
}
.section-1 img {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.section-1 .card {
  position: relative;
  border: none;
}
.section-1 .card .content {
  display: flex;
  justify-content: center;
}

.section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.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;
}

.carousel-section {
  background-color: #1e8fff11;
  height: 100%;
  border-radius: 15px;
}

.bg-blue {
  background-color: #1e8fff11;
  border-radius: 15px;
}

#section-4 {
  padding: 3em;
}
#section-4 .item .card {
  border-radius: 1rem;
  border: 1px solid #223192;
}
#section-4 .item .card img {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
}
#section-4 .item .card p {
  font-size: 14px;
  color: #333333;
}
#section-4 .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1em;
}
#section-4.owl-carousel .owl-nav button.owl-next i, #section-4.owl-carousel .owl-nav button.owl-prev i {
  color: #223192;
  background-color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
  border: 1px solid #223192;
}
#section-4.owl-carousel .owl-nav button.owl-next i:hover, #section-4.owl-carousel .owl-nav button.owl-prev i:hover {
  background-color: #223192;
  color: white;
  text-decoration: none;
}
#section-4.owl-carousel .owl-nav button.owl-next i {
  margin-left: 20px;
}
#section-4.owl-carousel .owl-nav button.owl-prev i {
  margin-right: 20px;
}
#section-4 .owl-dots {
  display: none !important;
}

.demoIcon {
  width: 80px;
  height: 80px;
  border: 1px solid #4977cf;
  border-radius: 50em;
  margin: 0 auto;
  margin-bottom: 20px !important;
}
.demoIcon i {
  color: #4977cf;
  font-size: 24px;
  line-height: 80px;
}

.blog-Section .post .post-inr img {
  border-radius: 15px !important;
}
.blog-Section section.post .post-inr .column.col2, .blog-Section section.post .post-inr .column.col3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
}
.blog-Section section.post .post-inr .column.col2 .hdr-conR, .blog-Section section.post .post-inr .column.col3 .hdr-conR {
  font-size: 21px !important;
}

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