.blog-list img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-container {
  min-height: 620px;
  background: linear-gradient(to right, rgba(0, 139, 159, 0.1882352941) 10%, rgba(249, 249, 249, 0) 50%);
}
.banner-container .banner-content {
  margin-top: 120px;
}
.banner-container .banner-content h1 {
  font-size: 64px;
}
.banner-container .banner-content .banner-button {
  background-color: #F9AA1C;
}
.banner-container .banner-content .banner-content-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner-container .banner-content .banner-content-button img {
  width: 35px;
}
.banner-container .banner-images .happy-patients {
  position: absolute;
  left: -40px;
  top: 380px;
  width: 200px;
}
.banner-container .banner-images .banner-img {
  position: absolute;
  left: 100px;
  top: 0px;
  width: 500px;
}
.banner-container .banner-images .home-play-btn {
  width: 65px;
  position: absolute;
  bottom: 50px;
  right: 330px;
  cursor: pointer;
}
.banner-container .banner-images .consultation {
  position: absolute;
  left: 500px;
  top: 145px;
  width: 250px;
}
.banner-container .banner-images .doctors {
  position: absolute;
  left: 580px;
  top: 350px;
  width: 250px;
}
.banner-container .owl-carousel .owl-stage-outer {
  min-height: 620px;
}
.banner-container .owl-carousel .owl-dots {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  position: relative;
  bottom: 25px;
}
.banner-container .owl-carousel .owl-dots button.owl-dot {
  background: #e3e3e3 !important;
  width: 18px;
  height: 7px;
  border-radius: 10px;
  margin: 0px 5px;
}
.banner-container .owl-carousel .owl-dots button.owl-dot.active {
  background: #008B9F !important;
  width: 25px;
}

.banner-bottom {
  padding-bottom: 50px;
  padding-top: 50px;
}

.about-section {
  background: #f2f8f8;
  padding: 60px 0px;
}
.about-section .about-content {
  padding-left: 375px;
}
.about-section .about-content p {
  line-height: 30px;
}
.about-section .about-content a {
  background: #f9aa1c;
  height: 40px;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 0px 25px 25px 25px;
  line-height: 40px;
  transition: 0.2s;
}
.about-section .about-content a:hover {
  background: #008b9f;
}
.about-section .about-content .section-title {
  padding-top: 30px !important;
}
.about-section .about-image {
  position: absolute;
  width: 300px;
  left: 30px;
}
.about-section .about-image img.doctor-image {
  width: 300px;
  border-radius: 130px 36px 36px 36px;
}
.about-section .about-image .call {
  position: absolute;
  left: -30px;
  bottom: 50px;
}

.location-section {
  background: #f2f8f8;
}
.location-section .location-background-col {
  align-items: center;
}
.location-section .location-background-col h2 {
  font-size: 32px;
}
.location-section .location-list {
  min-height: 350px;
}
.location-section .location-list ul {
  flex-wrap: nowrap;
  overflow-x: auto;
}
.location-section .location-list button {
  color: #878787;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "Inter-Medium";
}
.location-section .location-list button.active::before {
  content: "";
  width: 30px;
  height: 4px;
  background: #008b9f;
  position: absolute;
  border-radius: 3px;
  top: 25px;
}
.location-section .location-list i {
  background: #008B9F;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
}
.location-section .location-list p {
  font-family: "Inter-Regular";
  font-size: 16px;
}

.quality-safety-section {
  padding: 60px 0px;
  background: #f2f8f8;
}
.quality-safety-section ul li {
  position: relative;
  padding-left: 30px;
  line-height: 40px;
  float: left;
  font-size: 16px;
  width: 50%;
}
.quality-safety-section ul li::before {
  content: "";
  background-image: url(/images/tick.png?d13b53cbaada3ed9b18cfab377defc7c);
  background-repeat: no-repeat;
  background-size: 22px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
}
.quality-safety-section .know-more-btn {
  padding: 5px;
  border: 1px solid #f9aa1c;
  border-radius: 30px;
  transition: 0.2s;
}
.quality-safety-section .know-more-btn button {
  background-color: #f9aa1c;
  padding: 8px 20px;
  border-radius: 30px;
  border: none;
  transition: 0.2s;
}
.quality-safety-section .know-more-btn button:hover {
  background-color: #008b9f;
}
.quality-safety-section .know-more-btn:hover {
  border: 1px solid #008b9f;
}

.doctors-section .owl-carousel .owl-stage-outer {
  padding-bottom: 80px;
}
.doctors-section img {
  border-radius: 150px 30px 10px 10px;
}
.doctors-section .doctor-details {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transition: 0.5s;
  height: 85px;
}
.doctors-section .doctors-list h4 {
  color: #6c6c6c;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 !important;
}
.doctors-section .doctors-list p {
  display: none;
  transition: 0.5s;
}
.doctors-section .doctors-list .bookappoinment {
  display: none;
  background-color: #008B9F;
  line-height: 38px;
  transition: 0.2s;
}
.doctors-section .doctors-list .bookappoinment:hover {
  background-color: #f9aa1c;
}
.doctors-section .doctors-list:hover .doctor-details {
  height: auto;
  bottom: -100px;
}
.doctors-section .doctors-list:hover p {
  display: block;
}
.doctors-section .doctors-list:hover a {
  display: block;
}
.doctors-section .doctors-list img {
  max-width: 360px;
  max-height: 450px;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.patient-care {
  padding: 60px 0px;
}
.patient-care span {
  color: #008b9f;
  font-size: 18px;
}
.patient-care h2 {
  font-size: 32px;
}
.patient-care .know-more {
  border: 1px solid #f9aa1c;
  padding: 4px;
  border-radius: 25px;
  width: -moz-max-content;
  width: max-content;
  transition: 0.2s;
}
.patient-care .know-more:hover {
  border: 1px solid #008b9f;
}
.patient-care .know-more a {
  background: #f9aa1c;
  height: 40px;
  display: inline-block;
  width: 160px;
  border-radius: 25px;
  line-height: 40px;
  transition: 0.2s;
}
.patient-care .know-more a:hover {
  background-color: #008b9f;
}

.event-news-section {
  background-color: #f2f8f8;
  padding-bottom: 30px;
}
.event-news-section img {
  -o-object-fit: cover;
     object-fit: cover;
}
.event-news-section .news-list {
  padding-left: 135px !important;
  min-height: 130px;
}
.event-news-section .news-list h4 {
  font-size: 16px;
  text-overflow: ellipsis;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.event-news-section .news-list img {
  width: 100px;
  position: absolute;
  left: 15px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-news-section .news-list span {
  color: #008b9f;
}
.event-news-section .news-list-description {
  text-overflow: ellipsis;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.event-news-section .news {
  background-color: #F9AA1C;
  width: 60px;
  border-radius: 3px;
  font-size: 12px;
}
.event-news-section .col-12-image {
  height: 278px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stories-section {
  background-color: #f2f8f8;
}
.stories-section .story-list {
  border-radius: 30px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0666666667);
  margin: 15px;
}
.stories-section .story-details {
  padding-left: 70px;
  min-height: 60px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e8e8e8;
}
.stories-section .story-details img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.stories-section .story-details h4 {
  color: #008b9f;
}

.gallery-section {
  background-color: #f2f8f8;
}

.blog-section {
  background-color: #f2f8f8;
  padding-bottom: 30px;
}
.blog-section .blog-content .blog-content-description {
  text-overflow: ellipsis;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-content .blog-content-title {
  text-overflow: ellipsis;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-section .blog-content p {
  margin: 0;
}
.blog-section .blog-content p span {
  color: #008b9f;
}
.blog-section .owl-nav .owl-prev {
  left: -40px !important;
}
.blog-section .owl-nav .owl-next {
  right: -40px !important;
}

.section-title {
  padding-top: 50px;
  padding-bottom: 15px;
}
.section-title span {
  color: #008b9f;
  font-size: 18px;
}
.section-title h2 {
  margin-top: 5px;
  font-size: 34px;
}
.section-title h2 span {
  font-size: 32px;
}

.specialties-section .owl-stage {
  display: flex;
}
.specialties-section .owl-stage .owl-item {
  transition: 0.5s;
}
.specialties-section .owl-stage .owl-item:hover {
  width: 350px !important;
}
.specialties-section .owl-stage .owl-item:hover h3 {
  transform: none;
  top: auto;
  width: 100%;
}
.specialties-section .owl-stage .owl-item:hover h3 i {
  display: block;
}
.specialties-section .owl-stage .owl-item .departments-animation-slider-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: linear-gradient(to top, #008b9f, rgba(0, 138, 159, 0));
}
.specialties-section .owl-stage .owl-item img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.specialties-section .owl-stage .owl-item h3 {
  color: #fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transition: 0.5s;
  transform: rotate(-90deg);
  width: 350px;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.specialties-section .owl-stage .owl-item h3 a {
  color: #fff;
}
.specialties-section .owl-stage .owl-item h3 i {
  display: none;
  color: #fff;
  background: #f9aa1c;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.section-sub-title h4 {
  font-size: 24px;
}
.section-sub-title h4 span {
  color: #008b9f;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav span {
  font-size: 21px;
  color: #008b9f;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: -35px;
  background: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: -35px;
  background: #fff !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

.center-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav span {
  font-size: 21px;
  color: #fff;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: -35px;
  background: #f9aa1c !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.owl-nav button.owl-next {
  position: absolute;
  right: -20px;
  top: -35px;
  background: #f9aa1c !important;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

.line-image-row {
  justify-content: center !important;
}

.location-image-mobile {
  display: none;
}

.testimonial-description {
  height: 96px;
}

@media only screen and (max-width: 1600px) {
  .patient-care h2 {
    font-size: 30px;
  }
  .location-section .location-background-col h2 {
    font-size: 30px;
  }
  .banner-bottom h2 {
    font-size: 20px;
  }
  .banner-container .banner-content h1 {
    font-size: 50px;
  }
  .banner-container .banner-images .happy-patients {
    left: -15px;
  }
  .banner-container .banner-images .banner-img {
    left: 70px;
    width: 470px;
  }
  .banner-container .banner-images .consultation {
    left: 450px;
    width: 220px;
  }
  .banner-container .banner-images .doctors {
    left: 500px;
    width: 200px;
  }
}
@media only screen and (max-width: 1440px) {
  .patient-care h2 {
    font-size: 28px;
  }
  .location-section .location-background-col h2 {
    font-size: 28px;
  }
  .doctors-section .doctors-list h4 {
    font-size: 13px;
  }
  .doctors-section .doctors-list h3 {
    font-size: 16px;
  }
  .about-section .about-content p {
    line-height: 24px;
  }
  .banner-container .banner-content h1 {
    font-size: 40px;
  }
  .banner-container .banner-content h3 {
    font-size: 16px;
  }
  .banner-container .banner-images .happy-patients {
    width: 170px;
  }
  .banner-container .banner-images .banner-img {
    left: 70px;
    width: 470px;
  }
  .banner-container .banner-images .consultation {
    left: 430px;
    width: 220px;
  }
  .banner-container .banner-images .doctors {
    left: 480px;
    width: 200px;
  }
  .banner-container .banner-images .home-play-btn {
    right: 320px;
    bottom: -60px;
    transform: scale(0.9);
    transform-origin: right;
  }
  .quality-safety-section {
    padding: 40px 0px;
  }
}
@media only screen and (max-width: 1366px) {
  .happy-patients {
    width: 170px;
  }
  .banner-img {
    left: 70px;
    width: 470px;
  }
  .consultation {
    left: 430px;
    width: 220px;
  }
  .doctors {
    left: 480px;
    width: 200px;
  }
  .home-play-btn {
    right: 280px;
  }
}
@media only screen and (max-width: 1240px) {
  .patient-care {
    padding: 40px 0;
  }
  .patient-care h2 {
    margin-bottom: 10px !important;
  }
  .location-section .location-background-col h2 {
    margin-bottom: 10px !important;
  }
  .patient-care h2 {
    font-size: 22px;
  }
  .quality-safety-section {
    padding: 30px 0px;
  }
  .banner-bottom h2 {
    font-size: 18px;
  }
  .banner-container .banner-images .happy-patients {
    width: 150px;
  }
  .banner-container .banner-images .banner-img {
    left: 70px;
    width: 470px;
  }
  .banner-container .banner-images .consultation {
    left: 430px;
    width: 220px;
  }
  .banner-container .banner-images .doctors {
    left: 430px;
    width: 200px;
    transform: scale(0.9);
    transform-origin: right;
  }
  .banner-container .banner-images .home-play-btn {
    right: 240px;
    bottom: -60px;
  }
}
@media only screen and (max-width: 1199px) {
  .line-image-col {
    display: none !important;
  }
  .banner-container .banner-images .home-play-btn {
    right: 220px;
    bottom: -60px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 1100px) {
  .about-service-slider-image-col .cardiology-service-slider-image .small-abt-image {
    display: none !important;
  }
  .banner-container .banner-images .consultation {
    left: 410px;
    width: 200px;
  }
  .banner-container .banner-images .doctors {
    left: 400px;
    width: 160px;
  }
  .banner-container .banner-images .happy-patients {
    left: 20px;
    top: 340px;
    z-index: 1;
  }
  .banner-container .banner-images .home-play-btn {
    right: 160px;
    bottom: -30px;
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 991px) {
  .location-image-mobile {
    display: block;
    border-radius: 20px;
  }
  .location-section .location-list {
    width: 100%;
  }
  .quality-safety-section {
    padding: 20px 0px;
  }
  .image-style-col {
    display: none;
  }
  .image-style-col .small-image {
    display: none !important;
  }
  .location-section .location-background-col {
    order: 1;
    justify-content: center;
    padding-top: 0 !important;
  }
  .image-style-col .side-con {
    display: none;
  }
  .about-service-slider-image-col {
    display: none !important;
  }
  .banner-container .banner-content {
    margin-top: 60px;
  }
  .find-doctor {
    margin-bottom: 15px;
  }
  .find-doctor img {
    width: 80px;
  }
  .about-section .about-image img.doctor-image {
    width: 290px;
  }
  .patient-care .know-more a {
    width: 130px;
  }
  .banner-images {
    height: 550px;
  }
  .banner-images .consultation {
    left: auto !important;
    right: 0;
    bottom: 0;
    top: auto !important;
  }
  .banner-images .banner-img {
    width: auto !important;
    position: initial !important;
  }
  .banner-images .happy-patients {
    display: none !important;
  }
  .banner-images .doctors {
    display: none !important;
  }
  .banner-images .home-play-btn {
    display: none !important;
  }
  .blog-section .owl-nav .owl-prev {
    left: -20px !important;
  }
  .blog-section .owl-nav .owl-next {
    right: -20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .owl-nav button.owl-prev {
    left: -15px;
    height: 30px;
    width: 30px;
  }
  .owl-nav button.owl-next {
    right: -15px;
    width: 30px;
    height: 30px;
  }
  .event-news-section .news-list {
    padding-left: 110px !important;
  }
  .event-news-section .news-list img {
    width: 80px;
  }
  .about-section {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .section-title {
    padding-top: 20px;
  }
  .banner-images {
    height: auto;
  }
  .banner-images .consultation {
    left: 250px !important;
    right: auto;
  }
  .banner-images .banner-img {
    width: 350px !important;
  }
  .banner-container .banner-content h1 {
    font-size: 28px;
  }
  .patient-care-image {
    display: none;
  }
  .patient-care {
    padding: 20px 0;
  }
  .patient-care .know-more a {
    width: 100px;
    line-height: 35px;
    height: 35px;
  }
  .patient-care h2 {
    font-size: 18px;
  }
  .location-section .location-background-col h2 {
    font-size: 18px;
  }
  .about-section .about-content {
    padding-left: 300px;
  }
  .about-section .about-image img.doctor-image {
    width: 250px;
  }
  .about-section .about-image .call {
    width: 180px !important;
  }
  .find-doctor img {
    width: 60px;
  }
  .banner-bottom {
    padding-bottom: 10px;
    padding-top: 30px;
  }
  .doctor-details {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .doctor-details p {
    display: none !important;
  }
  .doctors-section .doctors-list:hover .doctor-details {
    bottom: -50px;
  }
  .doctors-section .doctors-list h3 {
    font-size: 16px;
  }
  .doctors-section .doctors-list h4 {
    margin: 0 !important;
  }
  .blog-section .owl-nav .owl-prev {
    left: -10px !important;
  }
  .blog-section .owl-nav .owl-next {
    right: -10px !important;
  }
}
@media only screen and (max-width: 600px) {
  .about-section .about-image img.doctor-image {
    border-radius: 36px !important;
  }
  .about-section .about-image .call {
    right: 0 !important;
    top: auto !important;
    left: 165px;
    bottom: 0;
  }
  .about-section .about-image {
    position: relative !important;
  }
  .about-section .about-content {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .quality-safety-section ul li {
    width: 100%;
  }
  .banner-images .consultation {
    left: 20px !important;
    right: auto;
    bottom: -30px;
  }
  .about-section .about-image .call {
    left: -30px;
  }
  .about-section .about-image img.doctor-image {
    width: 230px;
  }
}
