html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  overflow-y: auto;
}

.body-wrapper {
  min-height: 100vh;
}

.pharmacy1-text-logo {
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  color: #071c1f;
  font-family: "Nunito Sans", Arial, sans-serif;
  font-size: 27px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.footer-logo .pharmacy1-text-logo,
.ltn__utilize-menu-head .pharmacy1-text-logo {
  min-height: auto;
}

.footer-logo .pharmacy1-text-logo {
  color: #ffffff;
}

.pharmacy1-text-logo::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  border-radius: 10px;
  background: #0a9a73;
  color: #ffffff;
  content: "+";
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.site-logo img {
  max-width: 100%;
}

@media (max-width: 575px) {
  .pharmacy1-text-logo {
    font-size: 21px;
  }

  .pharmacy1-text-logo::before {
    width: 32px;
    height: 32px;
    font-size: 25px;
  }
}
