* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.hero-section {
  background: linear-gradient(135deg, #eaf7fb, #ffffff);
  font-family: "Poppins", sans-serif;
}

.p-hero-heading {
  font-size: 25px;
  font-weight: 700;
  color: #0a2540;
  line-height: 32px;
}

.p-hero-para {
  margin-top: 10px;
  font-size: 12px;
  color: #000000;
  max-width: 100%;
}

.hero-section h1 span {
  color: #007f9e;
}

.d-flex {
  display: flex;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-40 {
  margin-top: 40px;
}

.p-treatment-row {
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px;
  height: 100%;
}

.btn-call {
  display: inline-block;
  margin-top: 20px;
  background: #008eaf;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(255, 140, 0, 0.3);
}

.p-why-new {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.btn-call:hover {
  background: #008eaf;
  color: #ffffff;
}

.hero-stats {
  margin-top: 40px;
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.hero-stats div {
  text-align: center;
}

.hero-stats strong {
  display: block;
  font-size: 20px;
  color: #007f9e;
}

.hero-stats span {
  font-size: 13px;
  color: #666;
}

.hero-form {
  background: #008eaf;
  padding: 20px 15px;
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.p-hero-h4 {
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
}

.hero-form input {
  width: 100%;
  padding: 12px 15px;
  border-radius: 10px;
  border: none;
  margin-bottom: 15px;
  outline: none;
  color: #000000;
}

.hero-form button {
  width: 100%;
  background: #127b94;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 8px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.hero-form button:hover {
  background: #127b94;
}

.hero-form .rating {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #ffd700;
}

.p-stats-section {
  background: linear-gradient(135deg, #ffffff, #eaf7fb);
}

.p-stat-card {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 127, 158, 0.12);
  transition: all 0.3s ease;
  height: 100%;
}

.p-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 127, 158, 0.22);
}

.p-stat-number {
  font-size: 34px;
  font-weight: 700;
  color: #007f9e;
  margin-bottom: 6px;
}

.p-stat-number::after {
  content: "+";
  font-size: 20px;
}

.p-stat-label {
  font-size: 14px;
  color: #555;
  font-weight: 500;
}

.p-why-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f6fbff, #ffffff);
  font-family: "Poppins", sans-serif;
}

.p-why-container {
  position: relative;
}

.p-why-header-wrap {
  margin-bottom: 60px;
}

.p-why-title {
  font-size: 38px;
  font-weight: 700;
  color: #0a2540;
  margin: 0;
  line-height: 1.3;
}

.p-why-subtitle {
  font-size: 14px;
  color: #666;
  max-width: 760px;
  margin: 12px auto 0;
  line-height: 22px;
}

.p-why-row {
  position: relative;
}

.p-why-col {
  display: flex;
  align-items: center;
}

.p-why-col-img {
  justify-content: center;
}

.p-why-col-content {
  justify-content: flex-start;
}

.p-why-img {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
  transition: all 0.4s ease;
}

.p-why-img:hover {
  transform: scale(1.03);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
}

.p-why-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 127, 158, 0.15);
  transition: all 0.35s ease;
}

.p-why-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 65px rgba(0, 127, 158, 0.25);
}

.p-why-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #007f9e;
  margin-bottom: 16px;
}

.p-why-card-text {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}

.p-treatment-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.p-treatment-item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
}

.p-treatment-item::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  font-size: 15px;
  color: #008eaf;
  font-weight: 700;
}

.p-why-card-highlight {
  background: #008eaf;
  border-left: none;
}

.p-why-card-highlight .p-why-card-title,
.p-why-card-highlight .p-why-card-text {
  color: #ffffff;
}

.p-varicose-section {
  background: linear-gradient(135deg, #ffffff, #eaf7fb);
}

.p-varicose-header {
  margin-bottom: 55px;
}

.p-varicose-title {
  font-size: 38px;
  font-weight: 700;
  color: #0a2540;
  margin: 0;
}

.p-varicose-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 720px;
  margin: 12px auto 0;
}

.p-varicose-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 26px;
  box-shadow: 0 20px 55px rgba(0, 127, 158, 0.14);
  /* border-left: 6px solid #007f9e; */
}

.p-varicose-text {
  font-size: 14px;
  color: #555;
  line-height: 22px;
  margin-bottom: 10px;
}

.p-varicose-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 25px;
}

.p-varicose-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #555;
}

.p-varicose-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  color: #0088a7;
  font-weight: 700;
}

.p-varicose-img-col {
  display: flex;
  justify-content: center;
}

.p-varicose-img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease;
}

.p-varicose-img:hover {
  transform: scale(1.04);
}

.p-treatment-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #f5fbff, #ffffff);
  font-family: "Poppins", sans-serif;
}

.p-treatment-header {
  margin-bottom: 40px;
}

.p-treatment-title {
  font-size: 38px;
  margin: 0;
  font-weight: 700;
  color: #0a2540;
}

.p-treatment-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 740px;
  margin: 12px auto 0;
}

.p-treatment-card {
  background: #ffffff;
  padding: 38px;
  border-radius: 26px;
  height: 100%;
  box-shadow: 0 18px 50px rgba(0, 127, 158, 0.14);
  transition: all 0.35s ease;
}

.p-treatment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 65px rgba(0, 127, 158, 0.25);
}

.p-treatment-card-title {
  font-size: 22px;
  font-weight: 600;
  color: #007f9e;
  margin-bottom: 14px;
}

.p-treatment-card-text {
  font-size: 14px;
  color: #555;
  line-height: 22px;
}

.p-treatment-benefits {
  margin-top: 20px;
}

.p-treatment-benefits h6 {
  font-size: 15px;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 10px;
}

.p-treatment-benefits ul {
  list-style: none;
  padding-left: 0;
}

.p-treatment-benefits li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #555;
}

.p-treatment-benefits li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  color: #008eaf;
  font-weight: 700;
}

.p-treatment-highlight {
  background: #008eaf;
  border-left: none;
}

.p-treatment-highlight .p-treatment-card-title,
.p-treatment-highlight .p-treatment-card-text {
  color: #ffffff;
}

/* ===============================
   TREATMENT EXPERIENCE
================================ */

.p-expect-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  font-family: "Poppins", sans-serif;
}

.p-expect-header {
  margin-bottom: 60px;
}

.p-expect-title {
  font-size: 38px;
  font-weight: 700;
  color: #0a2540;
  margin: 0;
}

.p-expect-subtitle {
  font-size: 16px;
  color: #666;
  max-width: 760px;
  margin: 12px auto 0;
}

.p-expect-timeline {
  max-width: 900px;
  margin: auto;
  position: relative;
}

.p-expect-timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(#007f9e, #00b4d8);
}

.p-expect-step {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  position: relative;
}

.p-expect-icon {
  min-width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #007f9e, #00b4d8);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 127, 158, 0.35);
  z-index: 1;
}

.p-expect-content {
  background: #ffffff;
  padding: 26px 30px;
  border-radius: 22px;
  box-shadow: 0 16px 45px rgba(0, 127, 158, 0.14);
}

.p-expect-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #007f9e;
  margin-bottom: 10px;
}

.p-expect-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.accordion-button:focus {
  box-shadow: unset !important;
}

/* ***************************************** */
/* ***************************************** */
.fibroids-section {
  background: linear-gradient(135deg, #f8f5f0, #ffffff);
  padding: 70px 0;
  font-family: "Segoe UI", sans-serif;
}

.fibroids-title {
  font-size: 34px;
  font-weight: 700;
  color: #4a2c14;
  margin-bottom: 10px;
}

.fibroids-subtitle {
  font-size: 16px;
  color: #7a6a5f;
  margin-bottom: 50px;
}

.fibroids-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  margin-top: 25px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.fibroids-text {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.fibroids-subheading {
  font-size: 18px;
  font-weight: 600;
  color: #007f9e;
  margin-bottom: 15px;
}

.fibroids-list {
  padding-left: 20px;
  margin-bottom: 25px;
}

.fibroids-list li {
  font-size: 15px;
  color: #555;
  margin-bottom: 10px;
  position: relative;
}

.fibroids-list li:before {
  content: "✔";
  color: #c59d5f;
  font-weight: bold;
  margin-right: 8px;
}

.fibroids-highlight {
  background: #008eaf;
  color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(74, 44, 20, 0.4);
}

.fibroids-highlight h4 {
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.fibroids-highlight p {
  font-size: 14px;
  line-height: 20px;
}
.fibroids-div-img {
  width: 100%;
  height: auto;
}

.img-uf {
  width: 100%;
  height: auto;
}

/* **************************** */
/* **************************** */
.ufe-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f9f6f2, #ffffff);
  font-family: "Segoe UI", sans-serif;
}

.ufe-title {
  font-size: 34px;
  font-weight: 700;
  color: #4a2c14;
  margin-bottom: 10px;
}

.ufe-subtitle {
  font-size: 16px;
  color: #7a6a5f;
  margin-bottom: 50px;
}

.ufe-card-wrap {
  margin-bottom: 0px;
  margin-top: 40px;
}

.ufe-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  height: 100%;
}

.ufe-main-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.1);
}

.ufe-inner-title {
  font-size: 24px;
  font-weight: 700;
  color: #4a2c14;
  margin-bottom: 15px;
}

.ufe-text {
  font-size: 15px;
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
}

.ufe-small-title {
  font-size: 18px;
  font-weight: 600;
  color: #4a2c14;
  margin-bottom: 10px;
}

.ufe-list li,
.ufe-benefits li {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
  margin-left: 14px;
  list-style: none;
}

.ufe-list li:before,
.ufe-benefits li:before {
  content: "✔";
  color: #ffffff;
  font-weight: bold;
  margin-right: 8px;
}

.ufe-highlight {
  background: #008eaf;
  color: #ffffff !important;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(74, 44, 20, 0.4);
}

.ufe-highlight h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.ufe-footer p {
  font-size: 15px;
  color: #555;
  max-width: 850px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ****************************** */
/* ****************************** */
.aden-choose-section {
  padding: 85px 0;
  background: linear-gradient(135deg, #f9f6f2, #ffffff);
  font-family: "Segoe UI", sans-serif;
}

.aden-choose-title {
  font-size: 34px;
  font-weight: 700;
  color: #4a2c14;
  margin-bottom: 12px;
}

.aden-choose-subtitle {
  font-size: 16px;
  color: #7a6b5f;
  margin-bottom: 60px;
}

.aden-choose-row {
  margin-top: 20px;
  display: flex;
}

.aden-choose-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgb(0 142 175 / 13%);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.aden-choose-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.12);
}

.aden-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #008eaf;
  color: #ffffff;
  font-size: 24px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 22%);
}

/* ******************************** */
/* ******************************** */
.aden-surgery-section {
  padding: 95px 0;
  background: linear-gradient(135deg, #f8f4ef, #ffffff);
  font-family: "Segoe UI", sans-serif;
}

.aden-surgery-title {
  font-size: 34px;
  font-weight: 700;
  color: #4a2c14;
  margin-bottom: 10px;
}

.aden-surgery-subtitle {
  font-size: 16px;
  color: #7a6a5d;
  margin-bottom: 55px;
}

/* Surgery Box */
.aden-surgery-box {
  background: #ffffff;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
}

.aden-surgery-heading {
  font-size: 20px;
  font-weight: 600;
  color: #4a2c14;
  margin-bottom: 15px;
}

.aden-surgery-subheading {
  font-size: 16px;
  font-weight: 600;
  color: #4a2c14;
  margin-top: 20px;
}

.aden-surgery-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.aden-surgery-list {
  padding-left: 0;
  margin: 15px 0 20px;
}

.aden-surgery-list li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
  color: #555;
}

.aden-surgery-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c59d5f;
}

/* Diagnosis Card */
.aden-diagnosis-card {
  background: linear-gradient(135deg, #4a2c14, #7b4a24);
  color: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(74, 44, 20, 0.4);
}

.aden-diagnosis-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.aden-diagnosis-card p {
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.95;
}

.aden-diagnosis-list {
  padding-left: 0;
  margin-top: 15px;
}

.aden-diagnosis-list li {
  list-style: none;
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  font-size: 14.5px;
}

.aden-diagnosis-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #f0d7a5;
}

/* Recovery */
.aden-recovery-box {
  background: #ffffff;
  padding: 55px 35px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.aden-recovery-title {
  font-size: 26px;
  font-weight: 700;
  color: #4a2c14;
  margin-bottom: 20px;
}

.aden-recovery-text {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.aden-recovery-list {
  padding-left: 0;
  margin-bottom: 25px;
}

.aden-recovery-list li {
  list-style: none;
  display: inline-block;
  margin: 8px 15px;
  font-size: 14.5px;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.aden-recovery-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #c59d5f;
}

/* ******************************** */
/* ******************************** */

.ve-image-wrap {
  background: #ffffff;
  padding: 12px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
}

.helo li {
  margin-left: 0px !important;
}

.ve-image {
  border-radius: 14px;
  width: 100%;
}

.ve-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 18px;
  height: 100%;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.ve-card-light {
  border-left: 5px solid #008aaa;
}

.ve-card-highlight {
  background: #008eaf;
  color: #ffffff;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.ve-main-row {
  display: flex;
}

/* ******************************** */
/* ******************************** */

.ir-hysterectomy-img-wrapper {
  margin-bottom: 30px;
}
.ir-hysterectomy-img {
  border-radius: 20px;
  box-shadow: 0 20px 60px rgb(0 130 160 / 28%);
}

.ir-hysterectomy-card {
  background: #fff;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

.ir-hysterectomy-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #3f3f3f;
}

@media (max-width: 767px) {
  .ir-hysterectomy-title {
    font-size: 26px;
  }
  .ir-hysterectomy-card {
    padding: 25px;
  }
}

/* ******************************** */
/* ******************************** */

.ir-hysterectomy-role-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  height: 100%;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ir-hysterectomy-role-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.ir-hysterectomy-role-img {
  border-radius: 15px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.ir-hysterectomy-role-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #3f3f3f;
  margin-bottom: 15px;
}

.ir-hysterectomy-role-card-text {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.ir-hysterectomy-role-list {
  list-style: none;
  padding: 0;
  color: #4a2c14;
  font-weight: 500;
}

.ir-hysterectomy-role-list li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
}

.ir-hysterectomy-role-list li:before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: #c6a15b;
  font-weight: bold;
}

.ir-hysterectomy-role-row {
  display: flex;
}

.panel-default > .panel-heading {
  color: #333 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}

.panel-group .panel-title a {
  background: #ffffff !important;
}
.panel-group .panel-title a.active {
  background: #ffffff none repeat scroll 0 0 !important;
  border-bottom: unset !important;
  color: #111111;
}
/* ******************************** */
/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .p-expect-title {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
  }

  .p-expect-timeline::before {
    left: 28px;
  }

  .p-expect-step {
    gap: 0px;
    margin-bottom: 20px;
  }

  .p-expect-icon {
    min-width: 40px;
    height: 40px;
    font-size: 15px;
  }

  .p-expect-content {
    padding: 15px;
    border-radius: 0px;
  }

  .p-why-new {
    flex-direction: column;
  }
  .p-why-img {
    border-radius: 0px;
  }
  .p-why-header-wrap {
    margin-bottom: 40px;
  }

  .p-why-card {
    padding: 26px;
  }

  .p-why-card-title {
    font-size: 20px;
  }

  .p-why-card-text {
    font-size: 11px;
    line-height: 17px;
  }

  .p-treatment-item {
    font-size: 11px;
    margin-bottom: 0px;
    color: #555;
    padding-left: 15px;
  }
  .p-varicose-header {
    margin-bottom: 40px;
  }

  .p-varicose-title {
    font-size: 20px;
    margin: 0;
  }

  .p-varicose-text,
  .p-varicose-list li {
    font-size: 11px;
    line-height: 17px;
  }
  .p-stat-number {
    font-size: 14px;
  }
  .p-treatment-header {
    margin-bottom: 40px;
  }

  .p-treatment-card-title {
    font-size: 20px;
  }

  .p-treatment-card-text,
  .p-treatment-benefits li {
    font-size: 11px;
    line-height: 17px;
  }
  .p-why-card {
    padding: 10px;
    border-radius: 0px;
  }
  .d-flex {
    flex-direction: column;
  }

  .flex-reverse {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  .p-varicose-img {
    border-radius: 0px;
  }
  .p-varicose-card {
    padding: 10px;
    border-radius: 0px;
  }

  .p-treatment-row {
    grid-template-columns: auto;
    gap: 10px;
  }
  .p-treatment-card {
    padding: 30px 10px;
    border-radius: 0px;
    height: 100%;
  }
  .p-hero-heading {
    font-size: 16px;
    line-height: 20px;
  }
  .p-hero-para {
    font-size: 11px;
    line-height: 17px;
  }
  .btn-call {
    margin-bottom: 20px;
    padding: 6px 12px;
    border-radius: 0px;
  }
  .p-stat-label {
    font-size: 12px;
  }

  .p-stat-card {
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 10px;
  }

  .p-why-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
  }

  .p-why-subtitle {
    font-size: 11px;
    line-height: 17px;
    margin: 5px auto 0;
  }

  .p-treatment-item::before {
    font-size: 11px;
  }
  .p-varicose-subtitle {
    font-size: 11px;
    margin: 5px auto 0;
    line-height: 17px;
  }
  .p-varicose-list li {
    padding-left: 15px;
    margin-bottom: 0px;
    color: #555;
  }
  .p-varicose-list {
    margin: 0px 0 12px;
  }
  .p-treatment-title {
    font-size: 20px;
    line-height: 25px;
  }
  .p-treatment-title {
    font-size: 20px;
    line-height: 25px;
    margin: 0;
  }
  .p-treatment-subtitle {
    font-size: 11px;
    line-height: 17px;
    margin: 5px auto 0;
  }
  .p-treatment-benefits li {
    padding-left: 15px;
    margin-bottom: 0px;
    color: #555;
  }
  .p-treatment-benefits h6 {
    margin-bottom: 3px;
  }
  .p-treatment-card-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .p-expect-content p {
    font-size: 11px;
    line-height: 17px;
  }
  .panel-group .panel-title a {
    font-size: 12px;
    padding: 10px 15px 10px 20px;
  }
  .panel-body {
    font-size: 11px !important;
    line-height: 17px !important;
  }
  .p-hero-h4 {
    margin-bottom: 18px;
    font-size: 17px;
    margin-top: 0px;
  }
  .hero-form input {
    padding: 6px 10px;
    border-radius: 0px;
    margin-bottom: 10px;
  }
  .hero-form button {
    padding: 6px;
    border-radius: 0px;
    font-size: 13px;
  }
  .hero-form {
    padding: 15px 15px;
    border-radius: 0px;
  }
  .fibroids-box {
    border-radius: 0px;
  }
  .fibroids-highlight {
    padding: 15px;
    border-radius: 0px;
    margin-top: 10px;
  }
  .fibroids-highlight h4 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .fibroids-highlight p {
    font-size: 11px;
    line-height: 17px;
  }
  .ufe-card {
    margin-bottom: 20px;
    border-radius: 0px;
  }
  .ufe-list li,
  .ufe-benefits li {
    font-size: 11px;
    margin-bottom: 0px;
  }
  .aden-choose-row {
    flex-direction: column;
    gap: 10px;
  }
  .aden-choose-card {
    padding: 20px 20px;
    border-radius: 0px;
  }
  .ufe-main-box {
    border-radius: 0px;
  }
  .ve-main-row {
    flex-direction: column;
  }
  .ve-image-wrap,
  .ve-card {
    margin-bottom: 25px;
    border-radius: 0px;
  }
  .ve-image {
    border-radius: 0px;
  }
  .ir-hysterectomy-role-row {
    flex-direction: column;
  }
  .ir-hysterectomy-role-card {
    border-radius: 0px;
  }
  .ir-hysterectomy-role-img {
    border-radius: 0px;
  }
  .ir-hysterectomy-img {
    border-radius: 0px;
  }
  .ir-hysterectomy-card {
    border-radius: 0px;
  }
  .ir-hysterectomy-img-wrapper {
    margin-bottom: 0px;
  }
}

@media (max-width: 575px) {
  .p-expect-timeline::before {
    display: none;
  }

  .p-expect-step {
    flex-direction: column;
    align-items: flex-start;
  }

  .p-expect-icon {
    margin-bottom: 10px;
  }
}
