/* Site-specific spacing and layout fixes */

.headerClearFix {
  display: block;
  clear: both;
  margin-bottom: 0;
}

.pageTitle + .breadCrumbs {
  margin-top: 0;
}

.breadCrumbs {
  padding: 16px 0;
  letter-spacing: 0.02em;
}

.breadCrumbs a,
.breadCrumbs span {
  line-height: 1.6;
}

.breadCrumbs .col-xs-12 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.doctify_carousel_widget_main_container_c4a62fb3 {
  min-height: 200px;
  padding: 24px 28px;
  gap: 20px;
  align-items: stretch;
}

.doctify_carousel_widget_left_container_c4a62fb3,
.doctify_carousel_widget_right_container_c4a62fb3 {
  height: auto;
  min-height: 180px;
}

.doctify_stars_item_c4a62fb3 {
  margin-right: 6px;
}

.doctify_carousel_widget_header_center_content_info_c4a62fb3 {
  margin-top: 8px;
  text-align: center;
}

.doctify_carousel_widget_header_top_content_star_container_c4a62fb3 {
  gap: 6px;
}

.aborw-bt i {
  margin-left: 8px;
}

.appointment-form .simple-input {
  width: 100%;
}

.appointment-form .phone-hint {
  font-size: 13px;
  color: #888;
  margin-top: 6px;
}

.clinic-schedule-note {
  background: #fafafa;
  padding: 16px 20px;
  border-left: 3px solid #b397b6;
  margin-bottom: 24px;
}

.clinic-schedule-note p {
  margin: 0 0 8px;
}

.clinic-schedule-note p:last-child {
  margin-bottom: 0;
}

.home-hero-h1 {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error-msg {
  background: #fdecea;
  color: #b42318;
  border: 1px solid #f5c2c0;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  font-size: 14px;
}

.form-error-msg[hidden] {
  display: none;
}

.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 9999;
  background: #b397b6;
  color: #fff;
  padding: 14px 22px;
  border-radius: 28px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.mobile-sticky-cta:hover,
.mobile-sticky-cta:focus {
  color: #fff;
  text-decoration: none;
  background: #9a7f9a;
}

@media (max-width: 767px) {
  .mobile-sticky-cta {
    display: block;
  }
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  width: 0;
}

.soro-blog-wrap {
  padding: 48px 15px 72px;
}

.soro-blog-wrap #soro-blog {
  min-height: 280px;
}

@media (max-width: 767px) {
  .soro-blog-wrap {
    padding: 32px 12px 56px;
  }
}

.medical-disclaimer {
  font-size: 12px;
  color: #666;
  line-height: 1.5;
  margin: 0 0 12px;
  max-width: 900px;
}
