@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;
}
/* ------------------------------- Utilities start ------------------------- */
.fs__3 {
  font-size: 3rem;
}
.fs__normal {
  font-size: large;
}
.text-success {
    --bs-text-opacity: 1;
    color:#033491 !important;
}
.text__Blue {
  color: #033491;
}
.btn-success {
  background-color: black;
}
.text__DarkBlue {
  color: #1d2e3b !important;
}
.text__DarkGrey {
  color: #60606b !important;
}
.text__Golden {
  color: #ffa500 !important;
}
.text__lightPurple{
  color: #9272b3 !important;
}
.text__yellow{
  color: #ffc440;
}
.bg__SkyBlue {
  background-color: #033491 !important;
}
.bg__Blue {
  background-color: #033491 !important;
}
.bg__red {
  background-color: #d90700;
}
.bg__LightBlue {
  background-color: #b7daff2a;
}
.bg__DarkBlue {
  background-color: #033491 !important;
}
.bg__DarkGrey{
  background-color: #54667a !important;
}
.bg__Yellow{
 background-color: #14212B !important;
}
.max__W-60 {
  max-width: 60rem;
}
.max__W-50 {
  max-width: 50rem;
}

.border__Radius-15 {
  border-radius: 15px;
}
/* ---------------------- Utilities end --------------------------- */

/* -------------- Bootstrap icon utility's start ---------------------- */
.bi__bolder.bi::before {
  font-weight: bolder !important;
}

/* -------------- Bootstrap icon utility's end ------------------------ */
.carousel-slide img {
  width: 200px;
  height: 400px !important; /* Or any desired fixed height, e.g., 250px, 300px */
  object-fit: cover; /* This is key! */
  display: block;
}
.navbar-brand img {
  width: 150px;
}
.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");
  /* width: 500px ; */
  /* height: 340px; */
}
.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) {
  /* ------------------------------- Utilities start ------------------------- */

  .w__sm-100 {
    width: 100% !important;
  }
  /* .w-75{
    width: 100% !important;
  } */
  /* ---------------------- Utilities end --------------------------- */

 
  .fs__3 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .banner img {
    /* width: 620px; */
    height: 450px;
    object-fit: contain;
    /* object-position: top -45px right 0; */
  }
}
@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;
  }
}

@media (max-width: 767px) {
  .list-unstyled.d-flex {
    gap: 0.75rem;
  }

  .list-unstyled.d-flex li {
    font-size: 0.9rem !important;
  }
}

@media (max-width: 767px) {
  .headingOurWork {
    font-size: 20px !important;
  }
  .headingBrands {
    font-size: 20px!important;
  }
}





/* ==================== Thank you Page design ================== */

