@charset "UTF-8";
.about-us .aboutus-banner {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #97c675;
}
.about-us .aboutus-banner .aboutus-details {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 400px;
}
@media screen and (min-width: 1439px) {
  .about-us .aboutus-banner .aboutus-details {
    max-width: 80%;
  }
}
.about-us .aboutus-banner .aboutus-details .aboutus-name {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .about-us .aboutus-banner .aboutus-details .aboutus-name {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  .about-us .aboutus-banner .aboutus-details .aboutus-description {
    width: 80%;
  }
}
.about-us .usp-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.about-us .usp-section .usp-items {
  display: flex;
  gap: 2rem;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .about-us .usp-section .usp-items {
    flex-direction: column;
  }
}
.about-us .usp-section .usp-items .usp-item {
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  border-radius: 5px;
  color: white;
}
@media screen and (min-width: 992px) {
  .about-us .usp-section .usp-items .usp-item {
    flex: 1 1 33.3333333333%;
    max-width: calc(33.3333333333% - 1rem);
  }
}
.about-us .usp-section .usp-items .usp-item .top-section {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .about-us .usp-section .usp-items .usp-item .top-section {
    flex-direction: column;
    gap: 0.75rem;
  }
  .about-us .usp-section .usp-items .usp-item .top-section .img-icon {
    margin-right: 0 !important;
    aspect-ratio: 1/1;
  }
  .about-us .usp-section .usp-items .usp-item .top-section .big-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about-us .usp-section .usp-items .usp-item .top-section .img-icon {
  width: 90px;
  padding: 1.25rem;
  background-color: white;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.about-us .usp-section .usp-items .usp-item .top-section .img-icon img {
  width: 100%;
}
.about-us .usp-section .usp-items .usp-item .top-section .big-text .main-text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.about-us .usp-section .usp-items .usp-item .top-section .big-text .sub-text {
  font-weight: 600;
}
.about-us .usp-section .usp-items .usp-item.hospitalss {
  background-color: #6ebdea;
}
.about-us .usp-section .usp-items .usp-item.doctorss {
  background-color: #b0a3cf;
}
.about-us .usp-section .usp-items .usp-item.bedss {
  background-color: #97c675;
}
.about-us .hospitals-section {
  padding-top: 2rem;
}
.about-us .hospitals-section .carousel-indicators {
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.about-us .hospitals-section .carousel-indicators [data-bs-target] {
  border: 1px solid rgb(98, 181, 221);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  opacity: 1;
}
.about-us .hospitals-section .carousel-indicators [data-bs-target].active {
  background-color: rgb(98, 181, 221);
}
.about-us .location-section img {
  width: 100%;
}
.about-us .awards-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: rgb(245, 245, 247);
}
.about-us .awards-section .big-text {
  margin-top: 1rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}
.about-us .awards-section .blue-awards {
  background-color: rgb(98, 181, 221);
  border-radius: 5px;
  overflow: hidden;
  padding: 2rem;
}
.about-us .awards-section .blue-awards .awards-item {
  color: white !important;
}
.about-us .awards-section .white-awards {
  background-color: white;
  padding: 2rem;
  border-radius: 5px;
}
.about-us .awards-section .white-awards .big-text {
  color: rgb(124, 125, 127) !important;
}
.about-us .awards-section .white-awards .top-featured {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .about-us .awards-section .white-awards .top-featured {
    flex-direction: column;
  }
  .about-us .awards-section .white-awards .top-featured .big-text {
    text-align: center;
  }
}
.about-us .awards-section .white-awards .hospital-awards {
  border-color: rgb(120, 214, 75) !important;
}
.about-us .awards-section .hospital-awards {
  border: 1px solid white;
  border-radius: 10px;
  margin-top: 2rem;
  position: relative;
  padding: 1.25rem;
  padding-top: 2rem;
  flex-grow: 1;
  height: 100%;
}
.about-us .awards-section .hospital-awards .hospital-name {
  position: absolute;
  background-color: #97c675;
  color: white;
  border-radius: 5px;
  top: -1rem;
  left: 0.5rem;
  padding: 0.35rem 1.5rem;
}
.about-us .awards-section .hospital-awards .awards-list .awards-item {
  color: rgb(124, 125, 127);
  display: inline-flex;
}
.about-us .awards-section .hospital-awards .awards-list .awards-item::before {
  content: "·";
  margin-right: 0.35rem;
  margin-left: 0.35rem;
}
.about-us .articles-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a7cac0;
}
.about-us .articles-section .title-text {
  color: white;
}
.about-us .articles-section .articles-item {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.about-us .articles-section .articles-item .logo-wrapper-wrapper {
  background-color: rgb(245, 245, 247);
}
.about-us .articles-section .articles-item .logo-wrapper {
  width: 100%;
  background-color: rgb(245, 245, 247);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  height: 250px;
}
.about-us .articles-section .articles-item .logo-wrapper .logo {
  max-height: 75%;
  max-width: 100%;
}
.about-us .articles-section .articles-item .right-desc {
  padding: 2.75rem 2.75rem 1.5rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .about-us .articles-section .articles-item .right-desc {
    padding: 1.5rem 1.25rem;
  }
  .about-us .articles-section .articles-item .right-desc .read-more {
    margin-top: 1.5rem;
  }
}
.about-us .articles-section .articles-item .right-desc .article-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: rgb(121, 151, 175);
  flex-grow: 1;
}
@media screen and (min-width: 992px) and (max-width: 1439px) {
  .about-us .articles-section .articles-item .right-desc .article-title {
    font-size: 1rem;
  }
}
.about-us .articles-section .articles-item .right-desc .read-more {
  align-self: flex-end;
  color: rgb(98, 181, 221);
  font-weight: 500;
  cursor: pointer;
}

.title-text {
  font-size: 1.75rem;
  color: rgb(98, 181, 221);
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .carousel-item img {
    aspect-ratio: 1921/580;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.aboutus-awards-list .aboutus-awards-item {
  width: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aboutus-awards-list .aboutus-awards-item-img-wrapper {
  width: 8rem;
  max-width: 9rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutus-awards-list .aboutus-awards-item-img {
  width: 130%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutus-awards-list .aboutus-awards-item-name {
  color: rgb(121, 151, 175);
  font-weight: 500;
  text-transform: uppercase;
  width: 85%;
  line-height: 1.2;
  text-align: center;
}

.aboutus-banner {
  --mobile-banner-path: none;
  --desktop-banner-path: url("/images/ihhinternationallibraries/about-us/top-banner.webp");
  background-color: transparent;
  background-image: var(--desktop-banner-path);
}

@media screen and (max-width: 1399px) {
  .aboutus-banner {
    background-position: 60% top !important;
  }
}
@media screen and (max-width: 991px) {
  .aboutus-banner {
    background-image: none;
  }
}
@media screen and (max-width: 768px) {
  .aboutus-banner {
    background-image: var(--mobile-banner-path);
    background-position: bottom right;
    background-color: #97c674;
  }
}/*# sourceMappingURL=about-us.css.map */