.wpo-department-section .department-wrap .department-doctor-wrap .department-single .department-single-img, .wpo-department-section-s2 .department-wrap .department-doctor-wrap .department-single .department-single-img {
    background: #FEF5F0;
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto;
    padding: 0px 0 !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.wpo-appoinment-section, .wpo-appoinment-section-s2 {
    position: relative;
    margin-top: 0px !important;
    z-index: 11;
}


.wpo-appoinment-section .appoinment-wrap .appoinment-text h2, .wpo-appoinment-section-s2 .appoinment-wrap .appoinment-text h2 {
    font-size: 30px !important;
    font-weight: 400;
    line-height: 40px !important;
    color: #fff;
    margin-top: 40px;
    padding-right: 135px;
}



@media (max-width: 991px) {
    .wpo-hero-slider .slide-inner .wpo-static-hero-inner .slide-title .slide-title-btn, .wpo-hero-slider .hero-inner .wpo-static-hero-inner .slide-title .slide-title-btn, .static-hero .slide-inner .wpo-static-hero-inner .slide-title .slide-title-btn, .static-hero .hero-inner .wpo-static-hero-inner .slide-title .slide-title-btn, .wpo-hero-slider-s2 .slide-inner .wpo-static-hero-inner .slide-title .slide-title-btn, .wpo-hero-slider-s2 .hero-inner .wpo-static-hero-inner .slide-title .slide-title-btn {
        font-size: 12px !important;
        line-height: 17px;
        padding: 10px 27px 10px 55px;
    }
}


@media (max-width: 991px) {
    .static-hero .slide-title {
        padding-top: 150px !important;
    }
}


@media (max-width: 575px) {
    .wpo-hero-slider .static-hero-right, .static-hero .static-hero-right, .wpo-hero-slider-s2 .static-hero-right {
        top: 65% !important;
    }
}



.wpo-page-title {
    background: url(.assets/images/banner-common.jpg) no-repeat center top / cover;
    min-height: 400px !important;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}



.call-button {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 55px;
  font-size: 20px;
  background-color: #28a745;
  color: white;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  z-index: 99;
}

@media (max-width: 768px) {
  .call-button {
    display: block; /* Only show on small screens */
  }
}


@media (max-width: 767px) {
    .wpo-section-title span {
        font-size: 13px !important;
        line-height: 20px;
        padding: 16px 35px 20px;
    }
}


@media (max-width: 575px) {
    .wpo-hero-slider .slide-inner .wpo-static-hero-inner, .wpo-hero-slider .hero-inner .wpo-static-hero-inner, .static-hero .slide-inner .wpo-static-hero-inner, .static-hero .hero-inner .wpo-static-hero-inner, .wpo-hero-slider-s2 .slide-inner .wpo-static-hero-inner, .wpo-hero-slider-s2 .hero-inner .wpo-static-hero-inner {
        margin-bottom: 76px !important;
        margin-top: -300px;
    }
}


.section-padding {
    padding-top: 80px !important;
    padding-right: 0px;
    padding-bottom: 40px !important;
    padding-left: 0px;
}