/* NAVBAR */
.navbar-brand img {
  max-height: 125px;
}

.medilife-appoint-btn img {
  max-height: 50%;
  margin-right: 5px;
  margin-top: -5px;
}

div.main-header-area {
  background-color: rgba(0, 108, 255, 0.8);
}

.header-area .main-menu .nav-item.active .nav-link {
  background-color: #081f3e;
}

.header-area .is-sticky .main-menu .nav-item.active .nav-link {
  background-color: #3087ff;
}

/* FORM */
input[type=text], input[type=email], textarea {
  color: black !important;
}

.white-text input[type=text], .white-text input[type=email], .white-text textarea {
  color: white !important;
}

/* CLINICAL BODY */
img.full-width {
  width: 100%;
  height: auto;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

img.full-width.person {
  min-height: 450px;
  object-position: 0% 20%;
}

ul.discs li {
  list-style-type: disc;
  list-style-position: inside;
}

/* MOBILE */
@media only screen and (max-width: 767px) {
  .div.main-header-area {
    height: 150px !important;
  }

  .navbar-brand img {
    max-height: 90px;
  }
}