.banner-section {
  background: linear-gradient(96.27deg, rgba(0, 139, 159, 0.19) 2.1%, rgba(249, 249, 249, 0) 91.09%);
  padding: 50px 0px;
}
.banner-section h1 {
  font-size: 54px;
}
.banner-section p {
  color: #666666;
  font-size: 24px;
  font-family: "Inter-Regular";
}
.banner-section .banner-content {
  padding-bottom: 40px;
}
.banner-section .banner-content .count-section {
  float: right;
}
.banner-section .banner-content .count-section span {
  color: #008b9f;
  font-family: "Inter-ExtraBold";
  font-size: 24px;
}
.banner-section .banner-content .count-section p {
  font-size: 16px;
}
.banner-section .banner-img-section img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

.hospital-welcome-section {
  background-image: url(/images/hospital-bg.png?f7771edf410db5304993bad63c5935de);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 50px;
}
.hospital-welcome-section p {
  font-size: 24px;
}

.our-location-section {
  padding: 50px 0px;
}
.our-location-section .location-list {
  margin: 10px 0px;
}
.our-location-section .location-list .location-detail {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 10px;
}
.our-location-section .location-list .location-detail a.read-more {
  position: absolute;
  right: 8px;
  width: 22px;
  bottom: 10px;
}
.our-location-section .location-list .location-detail .read-more {
  position: absolute;
  right: 8px;
  width: 22px;
  bottom: 10px;
}
.our-location-section .location-list .location-detail p {
  color: #868686;
  font-size: 14px;
  font-family: "Inter-Medium";
}

.section-title h2 {
  margin-top: 5px;
  font-size: 32px;
}

@media only screen and (max-width: 1600px) {
  .hospital-welcome-section {
    padding: 60px 30px;
  }
  .banner-section h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .banner-section .banner-content {
    padding-bottom: 30px;
  }
  .banner-section {
    padding: 30px 0px;
  }
  .our-location-section {
    padding: 15px 0;
  }
  .hospital-welcome-section p {
    font-size: 20px;
  }
  .banner-section h1 {
    font-size: 30px;
  }
  .banner-section p {
    font-size: 20px;
  }
  .banner-section .banner-img-section img {
    border-radius: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-img-section img {
    border-radius: 10px !important;
  }
  .hospital-welcome-section {
    padding: 40px 30px;
  }
  .banner-section h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-content {
    padding-bottom: 20px;
  }
  .banner-section {
    padding: 20px 0px;
  }
  .our-location-section {
    padding: 10px 0;
  }
  .banner-section .banner-content .count-section p {
    font-size: 14px;
  }
  .banner-section p {
    font-size: 16px;
  }
  .banner-section .banner-content .count-section {
    float: left;
  }
  .hospital-welcome-section p {
    font-size: 16px;
  }
  .hospital-welcome-section {
    padding: 25px;
  }
  .banner-section h1 {
    font-size: 24px;
  }
  .banner-section h1 br {
    display: none;
  }
  .banner-section .banner-img-section img {
    height: 160px;
    border-radius: 8px !important;
  }
}
@media only screen and (max-width: 600px) {
  .our-location-section .location-list .location-detail p {
    font-size: 13px;
  }
  .banner-section .banner-content .count-section span {
    font-size: 20px;
  }
  .hospital-welcome-section p {
    font-size: 15px;
  }
  .banner-section h1 {
    font-size: 20px;
  }
  .banner-section p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-section .banner-content .count-section p {
    font-size: 13px;
  }
  .our-location-section .location-list .location-detail p {
    font-size: 12px;
  }
}
