.homepage .navbar-container {
  background-color: transparent;
  position: relative;
  z-index: 100;
}

.header-logo {
  height: 45px !important;
}

.homepage .btn-ghost {
  color: #fff;
}

.homepage .navbar .menu-title,
.profound-pages .navbar .menu-title {
  flex-direction: row !important;
  align-items: center;
}

.homepage .navbar .menu-title a {
  color: #fff !important;
}

.homepage .navbar .menu-title a:active,
.homepage .navbar .menu-title a:focus {
  background-color: transparent !important;
  color: white !important;
}

.profound-pages .navbar .menu-title a {
  color: #111827 !important;
}

.profound-pages .navbar .menu-title a:active,
.profound-pages .navbar .menu-title a:focus {
  background-color: transparent !important;
  color: black !important;
}

.homepage .main-content {
  margin-top: -64px;
}

.main-content {
  min-height: calc(100vh - 64px);
}

.homepage .landing-screen {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  padding-top: 64px;
}

.homepage .practitioners-directory-section {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.homepage .interested-to-join-section {
  background-image: radial-gradient(circle at 72% 38%, #0e71b5, #0b4b79 51%);
  min-height: 500px;
}

.landing-screen .profile-box {
  max-width: 660px;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: hsla(0, 0%, 100%, .20);
  border-radius: 4px;
}

.select2-container {
  max-width: 100% !important;
  width: 100% !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block !important;
}

.select2-search--inline {
  display: inline-block;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-left: 6px;
  margin-top: unset !important;
  margin-bottom: 8px;
  height: 22px !important;
}

@media (max-width: 767.98px) {
  .homepage .landing-screen {
    background-position: top 0 right 8%;
  }

  .homepage .practitioners-directory-section {
    background-position: top right;
  }
}
