@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden !important;
}
.fs__3 {
  font-size: 3rem;
}
.fs__normal {
  font-size: large;
}
.text-success {
  --bs-text-opacity: 1;
  color: #fbb908 !important;
}
.text__Blue {
  color: #fbb908;
}
.btn-success {
  background-color: #000;
}
.text__DarkBlue {
  color: #1d2e3b !important;
}
.text__DarkGrey {
  color: #60606b !important;
}
.text__Golden {
  color: orange !important;
}
.text__lightPurple {
  color: #9272b3 !important;
}
.text__yellow {
  color: #ffc440;
}
.bg__Blue,
.bg__DarkBlue,
.bg__SkyBlue {
  background-color: #fbb908 !important;
}
.bg__red {
  background-color: #d90700;
}
.bg__LightBlue {
  background-color: #b7daff2a;
}
.bg__DarkGrey {
  background-color: #54667a !important;
}
.bg__Yellow {
  background-color: #ffc440 !important;
}
.max__W-60 {
  max-width: 60rem;
}
.max__W-50 {
  max-width: 50rem;
}
.border__Radius-15 {
  border-radius: 15px;
}
.bi__bolder.bi::before {
  font-weight: bolder !important;
}
.navbar-brand img {
  width: 250px;
}
.card .card-body img {
  width: 84px;
  height: 74px;
  object-fit: cover;
}
#Services .card-body ul {
  margin-bottom: 0;
  height: 100px;
}
.service__card-h {
  height: 200px;
  object-fit: cover;
}
.service__card1 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/nordic-06-scaled.jpg");
}
.service__card2 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("images/van.jpeg");
}
.service__card3 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/food-box-1-1.jpg");
}
.service__card4 {
  background:
    linear-gradient(rgba(0, 0, 0, 0.214), rgba(0, 0, 0, 0.214)),
    url("images/nordic-02-scaled.jpg");
}
.service {
  background-position: center;
  background-size: cover;
}
.doctors .card {
  overflow: hidden;
}
.doctors .card img {
  padding-top: 10px;
  width: 100%;
  height: 330px;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .w__sm-100 {
    width: 100% !important;
  }
  .navbar-brand img {
    width: 160px;
  }
  .fs__3 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .banner img {
    height: 450px;
    object-fit: contain;
  }
}
@media screen and (min-width: 992px) {
  .card__desk {
    min-height: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .card__desk {
    min-height: 265px;
  }
}
@media screen and (min-width: 1400px) {
  .card__desk {
    min-height: 235px;
  }
}
.btn:disabled,
button:disabled {
  opacity: 0.55;
  filter: grayscale(1);
  cursor: not-allowed;
}
