* {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.navbar {
  height: 10vh !important;
}
.image-navbar-item {
  background: url("../images/Logo-title.svg") no-repeat center center;
  background-size: contain;
  width: 250px;
}
.footer-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.footer-image-wrapper img {
  width: 200px;
}
.footer-icons-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.footer-contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: flex-start;
}
.treatment-wallpaper img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.doctor-wallpaper {
  width: 100%;
  height: 50vh;
  background: url("../images/doctor-wall.jpg") 50% 50% no-repeat;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.71);
  background-blend-mode: overlay;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-side-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.right-side-wrapper {
  min-height: 200vh;
  color: black !important;
}
.header-wrapper {
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 769px) {
  .image-navbar-item {
    background: url("../images/Logo-title.svg") no-repeat center center;
    background-size: cover;
    width: 150px;
    height: 8vh;
  }

  .footer-icons-wrapper {
    margin: 50px 0;
  }

  .footer-contact-wrapper div {
    margin: 10px 0;
  }
  .treatment-wallpaper img {
    width: 100%;
    height: 50vh;
    object-fit: contain;
  }
  .left-side-wrapper {
    height: 50vh;
    position: relative;
  }
  .header-wrapper {
    width: 100%;
  }
  .m-6 {
    margin: 1rem !important;
  }
}
