.mt-compare-btn,
.mt-cta-btn,
.mt-doctor-btn,
.mt-footer-links a,
.mt-footer-social a,
.mt-footer-widget ul li a,
.mt-mobile-btn,
.mt-treatment-btn,
.mt-whatsapp-float {
  text-decoration: none;
}
body,
html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.mt-hero-section {
  position: relative;
  overflow: hidden;
  height: 650px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.mt-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.mt-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    89deg,
    rgb(189 189 189 / 0%) 0,
    rgb(6 6 6 / 16%) 55%,
    rgb(0 0 0 / 17%) 100%
  );
}
.mt-hero-content {
  position: relative;
  z-index: 2;
  padding-right: 18px;
}
@media (max-width: 768px) {
  .mt-hero-content {
    text-align: center;
    padding-right: 0;
  }
  .mt-hero-subtitle,
  .mt-hero-title {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mt-hero-btns {
    justify-content: center;
  }
  .mt-trust-grid {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .mt-trust-card {
    text-align: left;
  }
}
.mt-mini-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid rgba(53, 182, 180, 0.12);
  font-size: 14px;
  font-weight: 600;
  color: #244678;
  margin-bottom: 16px;
}
.mt-hero-title {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 800;
  color: #244678;
  margin-bottom: 14px;
  max-width: 580px;
  letter-spacing: -1px;
}
.mt-hero-subtitle {
  max-width: 520px;
  font-size: 15px;
  line-height: 1.7;
  color: #18191a;
  margin-bottom: 40px;
  font-weight: 500;
}
.mt-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.mt-outline-btn,
.mt-primary-btn,
.mt-whatsapp-main-btn,
.mt_outline_btn_white {
  height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: 0.3s;
}
.country-list span:hover,
.mt-cta-consult,
.mt-faq-item .accordion-button:not(.collapsed),
.mt-primary-btn {
  background: #244678;
  color: #fff;
}
.mt-cta-whatsapp,
.mt-whatsapp-main-btn {
  background: #0c8539;
  color: #fff;
}
.mt_outline_btn_white {
  background: #fff;
  border: 1px solid #dbe7f0;
  color: #244678;
}
.mt-outline-btn {
  background: #109593;
  border: 1px solid #109593;
  color: #fff;
}
.mt-outline-btn:hover,
.mt-primary-btn:hover,
.mt-whatsapp-main-btn:hover {
  transform: translateY(-2px);
}
.mt-trust-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 650px;
}
.mt-trust-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 24px rgba(36, 70, 120, 0.06);
  min-height: 80px;
  transition: 0.3s;
}
.mt-trust-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(36, 70, 120, 0.1);
}
.mt-trust-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 12px;
  background: rgba(53, 182, 180, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-trust-icon i {
  color: #109593;
  font-size: 15px;
}
.mt-trust-content {
  flex: 1;
}
.mt-trust-content h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #244678;
  line-height: 1.5;
}
.mt-trust-content p {
  margin: 5px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: #6b7280;
}
.mt-right-wrapper {
  position: relative;
  z-index: 2;
}
.mt-form-card {
  background: #fff;
  border-radius: 22px;
  padding: 22px;
  border: 1px solid #edf2f7;
  box-shadow: 0 14px 35px rgba(36, 70, 120, 0.08);
}
.mt-form-title {
  font-size: 22px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 5px;
}
.mt-form-head p {
  font-size: 12px;
  color: #000;
  margin-bottom: 18px;
}
.mt-blk-text h3,
.mt-blk-text h4,
.mt-trust-content h4,
.mt-trust-content h5,
.mt-why-text h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.mt-input {
  height: 46px;
  border-radius: 12px;
  border: 1px solid #dbe7f0;
  background: #f9fcff;
  padding: 12px 14px;
  font-size: 12px;
  color: #244678;
}
textarea.mt-input {
  height: auto;
}
.mt-input:focus {
  border-color: #109593;
  box-shadow: none;
  background: #fff;
}
.mt-form-footer {
  margin-top: 12px;
  text-align: center;
  font-size: 10px;
  color: #000;
}
@media (max-width: 991px) {
  .mt-hero-section {
    min-height: auto;
    padding: 70px 0 50px;
  }
  .mt-hero-title {
    font-size: 32px;
  }
  .mt-right-wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mt-hero-title {
    font-size: 28px;
  }
  .mt-hero-btns {
    flex-direction: column;
  }
  .mt-outline-btn,
  .mt-primary-btn,
  .mt-whatsapp-main-btn {
    width: 100%;
  }
  .mt-trust-grid {
    grid-template-columns: 1fr;
  }
}
.mt-blk-grid,
.mt-treatment-content ul,
.mt-why-grid {
  grid-template-columns: repeat(2, 1fr);
}
.mt-doctor-section,
.mt-treatment-section {
  padding: 20px 0;
  background: #f8fbff;
}
.mt-treatment-heading {
  margin-bottom: 35px;
}
.mt-treatment-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(53, 182, 180, 0.1);
  color: #244678;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.mt-treatment-heading h1 {
  font-size: 34px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 10px;
}
.mt-treatment-heading h2 {
  font-size: 34px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 10px;
}
.mt-treatment-heading p {
  max-width: 1100px;
  margin: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #18191a;
}
.mt-treatment-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  overflow: hidden;
  transition: 0.3s;
  border: 1px solid #edf2f7;
  box-shadow: 0 8px 22px rgba(36, 70, 120, 0.05);
}
.mt-treatment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #109593, #244678);
}
.mt-treatment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(36, 70, 120, 0.1);
}
.mt-treatment-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(53, 182, 180, 0.14),
    rgba(36, 70, 120, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.mt-treatment-icon i {
  font-size: 22px;
  color: #109593;
}
.mt-treatment-price {
  display: inline-block;
  padding: 5px 11px;
  background: rgba(53, 182, 180, 0.1);
  color: #109593;
  border-radius: 50px;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 12px;
}
.mt-treatment-content h3 {
  font-size: 19px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 14px;
  line-height: 1.4;
}
.mt-treatment-content ul {
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
  display: grid;
  gap: 10px 14px;
}
.mt-treatment-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-size: 12px;
  color: #4b5565;
  line-height: 1.5;
}
.mt-treatment-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #109593;
  font-size: 11px;
}
.mt-treatment-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px 16px;
  border-radius: 12px;
  background: #244678;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.mt-compare-btn:hover,
.mt-doctor-btn:hover,
.mt-treatment-btn:hover {
  color: #fff;
  transform: translateY(-2px);
}
.mt-blk-card:hover,
.mt-review-card:hover,
.mt-step-card:hover,
.mt-why-card:hover {
  transform: translateY(-4px);
}
.mt-cost-section,
.mt-testimonial-section,
.mt-why-section {
  padding: 50px 0;
  background: #fff;
}
.mt-blk-badge,
.mt-process-badge,
.mt-why-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(53, 182, 180, 0.1);
  color: #244678;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.mt-why-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.3;
  color: #244678;
  margin-bottom: 14px;
}
.mt-blk-desc,
.mt-why-desc {
  font-size: 15px;
  line-height: 1.8;
  color: #18191a;
  margin-bottom: 28px;
}
.mt-why-grid {
  display: grid;
  gap: 16px;
}
.mt-why-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8fbff;
  border: 1px solid #edf2f7;
  padding: 16px;
  border-radius: 16px;
  transition: 0.3s;
}
.mt-why-card:hover {
  border-color: rgba(53, 182, 180, 0.3);
  box-shadow: 0 10px 25px rgba(36, 70, 120, 0.06);
}
.mt-why-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(53, 182, 180, 0.15),
    rgba(36, 70, 120, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-why-icon i {
  color: #109593;
  font-size: 18px;
}
.mt-blk-text h5,
.mt-why-text h5 {
  font-size: 14px;
  font-weight: 700;
  color: #244678;
  margin-bottom: 4px;
}
.mt-blk-text p,
.mt-step-card p,
.mt-why-text p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #18191a;
}
.mt-compare-wrapper {
  background: linear-gradient(135deg, #244678, #1b3358);
  padding: 22px;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 14px 35px rgba(36, 70, 120, 0.14);
}
.mt-compare-head {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.4;
}
.mt-compare-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 12px;
}
.mt-compare-treatment {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.mt-compare-prices {
  display: flex;
  gap: 10px;
}
.mt-country-price {
  flex: 1;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}
.mt-country-price span {
  display: block;
  font-size: 10px;
  opacity: 0.75;
  margin-bottom: 3px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.mt-country-price strong {
  font-size: 17px;
  font-weight: 800;
}
.mt-country-price.expensive {
  background: rgba(255, 255, 255, 0.04);
}
.mt-compare-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 14px;
  padding: 12px;
  border-radius: 12px;
  background: linear-gradient(90deg, #109593, #4bcfd0);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .mt-treatment-content ul {
    grid-template-columns: 1fr;
  }
  .mt-compare-prices {
    flex-direction: column;
  }
}
.mt-assist-section,
.mt-process-section {
  padding: 50px 0;
  background: #f8fbff;
}
.mt-common-heading,
.mt-process-heading {
  margin-bottom: 45px;
}
.mt-process-heading h2 {
  font-size: 34px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 12px;
}
.mt-process-heading p {
  max-width: 650px;
  margin: auto;
  font-size: 15px;
  line-height: 1.8;
  color: #18191a;
}
.mt-process-card {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.mt-process-card:hover {
  box-shadow: 0 16px 35px rgba(36, 70, 120, 0.08);
}
.mt-blk-card:hover,
.mt-blk-img-card {
  box-shadow: 0 12px 28px rgba(36, 70, 120, 0.08);
}
.mt-process-number {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 40px;
  font-weight: 800;
  color: #244678;
}
.mt-blk-gallery,
.mt-blk-img-card,
.mt-blk-top-img,
.mt-review-video {
  position: relative;
}
.mt-process-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(53, 182, 180, 0.14),
    rgba(36, 70, 120, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-process-icon i {
  font-size: 28px;
  color: #109593;
}
.mt-process-card h4,
.mt-review-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #244678;
  margin-bottom: 10px;
}
.mt-blk-section {
  padding: 75px 0;
  background: #fff;
}
.mt-blk-title {
  font-size: 34px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 14px;
}
.mt-blk-grid {
  display: grid;
  gap: 14px;
}
.mt-blk-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  background: #f8fbff;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  transition: 0.3s;
}
.mt-doctor-card:hover,
.mt-process-card:hover,
.mt-testi-card:hover {
  transform: translateY(-5px);
}
@media (max-width: 1199px) {
  .mt-blk-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .mt-hero-section {
    height: auto;
    padding: 50px 0;
  }
  .mt-hero-title {
    font-size: 34px;
  }
  .mt-right-wrapper {
    margin-top: 30px;
  }
  .mt-process-heading h2,
  .mt-treatment-heading h2 {
    font-size: 28px;
  }
  .mt-blk-section {
    padding: 60px 0;
  }
  .mt-blk-content {
    margin-bottom: 5px;
  }
  .mt-blk-title {
    font-size: 30px;
    line-height: 1.3;
  }
  .mt-blk-desc,
  .mt-blk-text h5 {
    font-size: 14px;
  }
  .mt-blk-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .mt-blk-card {
    padding: 14px;
    border-radius: 14px;
  }
  .mt-blk-text p {
    font-size: 12px;
    line-height: 1.5;
  }
  .mt-blk-gallery {
    margin-top: 10px;
  }
  .mt-blk-top-img img {
    height: 280px;
  }
  .mt-blk-bottom-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .mt-blk-img-card img {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .mt-blk-bottom-grid,
  .mt-blk-grid,
  .mt-trust-grid,
  .mt-why-grid {
    grid-template-columns: 1fr;
  }
  .mt-hero-title {
    font-size: 28px;
  }
  .mt-hero-subtitle {
    font-size: 13px;
  }
  .mt-compare-prices,
  .mt-hero-btns {
    flex-direction: column;
  }
  .mt-outline-btn,
  .mt-primary-btn,
  .mt-whatsapp-main-btn {
    width: 100%;
    justify-content: center;
  }
  .mt-process-section,
  .mt-treatment-section {
    padding: 30px 0;
  }
  .mt-process-heading h2,
  .mt-treatment-heading h2,
  .mt-why-title {
    font-size: 24px;
  }
  .mt-treatment-card {
    padding: 18px;
  }
  .mt-blk-section {
    padding: 45px 0;
  }
  .mt-blk-badge {
    font-size: 11px;
    padding: 6px 14px;
  }
  .mt-blk-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .mt-blk-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .mt-blk-grid {
    gap: 12px;
  }
  .mt-blk-card {
    padding: 13px;
    gap: 10px;
    border-radius: 14px;
  }
  .mt-blk-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .mt-blk-icon i {
    font-size: 15px;
  }
  .mt-blk-text h5 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .mt-blk-label,
  .mt-blk-text p {
    font-size: 11px;
  }
  .mt-blk-top-img img {
    height: 220px;
    border-radius: 16px;
  }
  .mt-blk-bottom-grid {
    gap: 10px;
    margin-top: 10px;
  }
  .mt-blk-img-card img {
    height: 180px;
    border-radius: 14px;
  }
  .mt-blk-label {
    padding: 6px 12px;
  }
}
.mt-blk-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(53, 182, 180, 0.15),
    rgba(36, 70, 120, 0.1)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.mt-blk-icon i {
  font-size: 18px;
  color: #109593;
}
.mt-blk-top-img {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 16px;
  height: 320px;
}
.mt-blk-img-card img,
.mt-blk-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.mt-blk-top-img:hover img,
.mt-doctor-card:hover .mt-doctor-img img {
  transform: scale(1.05);
}
.mt-blk-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.mt-blk-img-card {
  overflow: hidden;
  border-radius: 18px;
  height: 170px;
}
.mt-doctor-card,
.mt-review-card {
  box-shadow: 0 8px 24px rgba(36, 70, 120, 0.05);
  overflow: hidden;
}
.mt-blk-img-card:hover img {
  transform: scale(1.08);
}
.mt-blk-img-card::before,
.mt-blk-top-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 20%,
    rgba(0, 0, 0, 0.75) 100%
  );
  z-index: 1;
}
.mt-blk-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 7px 14px;
  border-radius: 40px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.mt-doctor-heading {
  margin-bottom: 38px;
}
.mt-doctor-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 40px;
  background: rgba(53, 182, 180, 0.1);
  color: #244678;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.mt-common-heading h2,
.mt-doctor-heading h2 {
  font-size: 30px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 10px;
}
.mt-doctor-heading p {
  max-width: 620px;
  margin: auto;
  font-size: 15px;
  line-height: 1.7;
  color: #18191a;
}
.mt-doctor-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #edf2f7;
  transition: 0.3s;
  height: 100%;
}
.mt-doctor-card:hover {
  box-shadow: 0 16px 35px rgba(36, 70, 120, 0.1);
}
.mt-doctor-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.mt-doctor-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s;
}
.mt-doctor-speciality {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(36, 70, 120, 0.92);
  color: #fff;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.mt-doctor-content {
  padding: 18px;
}
.mt-doctor-exp,
.mt-review-tags span {
  padding: 5px 10px;
  background: rgba(53, 182, 180, 0.1);
}
.mt-doctor-content h3 {
  font-size: 18px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 8px;
}
.mt-doctor-exp {
  display: inline-block;
  color: #1e3a64;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 14px;
}
.mt-doctor-btn,
.mt-review-country,
.mt-step-no {
  color: #fff;
  font-weight: 700;
}
.mt-doctor-info {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.mt-doctor-info li {
  display: flex;
  gap: 8px;
  font-size: 12px;
  color: #18191a;
  margin-bottom: 10px;
  line-height: 1.1;
}
.mt-doctor-info li i {
  color: #109593;
  margin-top: 3px;
  font-size: 11px;
}
.mt-doctor-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 11px;
  border-radius: 12px;
  background: #244678;
  font-size: 14px;
  transition: 0.3s;
}
.mt-common-heading p {
  max-width: 1100px;
  margin: auto;
}
.mt-review-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 30px rgba(36, 70, 120, 0.06);
  transition: 0.3s;
  height: 100%;
}
.mt-review-video iframe {
  width: 100%;
  height: 230px;
  border: none;
  display: block;
}
@media (max-width: 767px) {
  .mt-blk-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mt-blk-top-img {
    height: 240px;
  }
  .mt-blk-img-card {
    height: 140px;
  }
  .mt-doctor-heading h2 {
    font-size: 24px;
  }
  .mt-doctor-img {
    height: 220px;
  }
  .mt-review-video iframe {
    height: 210px;
  }
  .mt-review-content {
    padding: 16px;
  }
  .mt-review-content h4 {
    font-size: 16px;
  }
}
.mt-review-country {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(36, 70, 120, 0.92);
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 10px;
}
.mt-review-content {
  padding: 20px;
}
.mt-review-content p {
  font-size: 13px;
  line-height: 1.7;
  color: #18191a;
  margin-bottom: 16px;
}
.mt-review-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mt-review-tags span {
  color: #109593;
  border-radius: 30px;
  font-size: 10px;
  font-weight: 700;
}
.mt-step-wrapper {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 14px;
  margin-bottom: 45px;
}
.mt-step-card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  text-align: center;
  border: 1px solid #edf2f7;
  transition: 0.3s;
}
.mt-step-card:hover {
  box-shadow: 0 10px 25px rgba(36, 70, 120, 0.08);
}
.mt-step-no {
  width: 42px;
  height: 42px;
  margin: auto auto 14px;
  border-radius: 50%;
  background: #244678;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.mt-step-card h4 {
  font-size: 14px;
  font-weight: 700;
  color: #244678;
  margin-bottom: 8px;
}
.mt-price.low,
.mt-service-item i {
  color: #109593;
}
.mt-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.mt-service-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #edf2f7;
  font-size: 14px;
  font-weight: 600;
  color: #244678;
}
@media (max-width: 1199px) {
  .mt-step-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mt-cost-table-wrap {
  overflow: auto;
  border-radius: 20px;
  box-shadow: 0 12px 35px rgba(36, 70, 120, 0.08);
}
.mt-cost-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.mt-cost-table th {
  background: #244678;
  color: #fff;
  padding: 18px;
  font-size: 14px;
  font-weight: 700;
}
.mt-cost-table td {
  padding: 18px;
  font-size: 13px;
  color: #18191a;
  border-bottom: 1px solid #edf2f7;
}
.mt-price {
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
}
.mt-price.low {
  background: rgba(53, 182, 180, 0.1);
}
.mt-price.medium {
  background: rgba(255, 193, 7, 0.12);
  color: #d69e00;
}
.mt-price.high {
  background: rgba(244, 67, 54, 0.1);
  color: #e53935;
}
.mt-whatsapp-float {
  position: fixed;
  bottom: 22px;
  right: 22px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #0c8539;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}
.mt-whatsapp-float:hover {
  color: #fff;
}
.mt-mobile-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px;
  z-index: 998;
  display: none;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.08);
}
.mt-mobile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  background: linear-gradient(90deg, #109593, #244678);
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}
.mt-blk-mobile-only {
  position: relative;
  display: none;
  border-radius: 14px;
  overflow: hidden;
}
.mt-query-faq-section {
  padding: 50px 0;
  background: #f7fbff;
}
.mt-white-card {
  background: #f7fbff;
  border-radius: 22px;
  padding: 30px;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 35px rgba(36, 70, 120, 0.06);
}
.mt-common-heading p {
  font-size: 15px;
  line-height: 1.7;
  color: #18191a;
}
.mt-common-badge {
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 40px;
  background: rgba(53, 182, 180, 0.1);
  color: #244678;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.mt-form-input {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #dbe4f0;
  padding: 12px 14px;
  font-size: 13px;
  color: #244678;
}
.mt-form-input:focus {
  border-color: #109593;
  box-shadow: none;
}
.mt-submit-btn {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 14px;
  background: #244678;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s;
}
.mt-submit-btn:hover {
  background: #109593;
}
.mt-faq-item {
  border: 1px solid #edf2f7;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 12px;
}
.mt-faq-item .accordion-button {
  background: #fff;
  color: #244678;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  box-shadow: none;
}
.mt-faq-item .accordion-body {
  padding: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #18191a;
}
@media (max-width: 991px) {
  .mt-white-card {
    padding: 22px;
  }
}
.mt-testi-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #edf2f7;
  box-shadow: 0 10px 30px rgba(36, 70, 120, 0.06);
  transition: 0.3s;
  height: 100%;
}
.mt-testi-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.mt-footer-widget ul li,
.mt-rating {
  margin-bottom: 14px;
}
.mt-testi-top img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(53, 182, 180, 0.15);
}
.mt-testi-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #244678;
  margin-bottom: 4px;
}
.mt-testi-top span {
  font-size: 12px;
  color: #109593;
  font-weight: 600;
}
.mt-rating {
  display: flex;
  gap: 4px;
}
.mt-rating i {
  color: #ffb400;
  font-size: 13px;
}
.mt-testi-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: #18191a;
}
.mt-footer {
  background: #244678;
  padding: 70px 0 25px;
  color: #fff;
}
.mt-footer-logo img {
  max-height: 55px;
  margin-bottom: 18px;
}
.mt-footer-about p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75);
  max-width: 320px;
}
.mt-footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.mt-footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.3s;
}
.mt-footer-social a:hover {
  background: #35b6b4;
  transform: translateY(-3px);
}
.mt-footer-widget h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.mt-footer-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mt-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  transition: 0.3s;
}
.mt-footer-widget ul li a:hover {
  color: #35b6b4;
  padding-left: 3px;
}
.mt-footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75);
}
.mt-footer-contact li i {
  color: #35b6b4;
  margin-top: 6px;
}
.mt-footer-newsletter {
  display: flex;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.mt-footer-newsletter input {
  flex: 1;
  border: none;
  padding: 12px 14px;
  font-size: 13px;
  outline: 0;
}
.mt-footer-newsletter button {
  border: none;
  background: #35b6b4;
  color: #fff;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 600;
}
.mt-footer-bottom p,
.mt-footer-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.mt-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 45px;
  padding-top: 20px;
}
.mt-footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.mt-cta-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
  justify-content: center;
}
.mt-benefit-item,
.mt-cta-btn {
  align-items: center;
  transition: 0.3s;
}
.mt-cta-btn {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.banner-card,
.testimonial-name,
.why-choose-blk,
.why_grid_card {
  font-weight: 600;
}
.mt-cta-btn:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}
.img-flag {
  max-height: 28px;
  width: auto;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .img-flag {
    max-height: 20px !important;
    border-radius: 6px;
  }
  .mt-mini-badge {
    font-size: 10px;
  }
}
.why-choose-blk {
  font-size: 14px;
  margin-bottom: 0;
}
.mt-treatment-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mt-treatment-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.mt-treatment-btn-end {
  margin-top: auto;
}
.mt-benefits-wrapper {
  max-width: 900px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.mt-benefit-item {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.mt-benefit-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}

.mt-benefit-item span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    min-height: 28px;
    flex-shrink: 0;
    background: #fff;
    color: #0d6efd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.mt-benefit-item p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.mv-country-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.mv-region {
  background: linear-gradient(135deg, #f8fbff, #fff);
  border-radius: 20px;
  padding: 25px;
  border: 1px solid #e6eef8;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.mv-region h3 {
  color: #244678;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.mv-region h3:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #0b63ce;
  margin: 10px auto 0;
  border-radius: 5px;
}
.country-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.country-list span {
  background: #fff;
  border: 1px solid #dce8f8;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
  color: #333;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .mt-benefits-wrapper,
  .mv-country-box {
    grid-template-columns: 1fr;
  }
}
.mv-care-section {
  background: #f7fbff;
}
.mv-care-text {
  max-width: 900px;
  margin: 20px auto 0;
  color: #555;
  font-size: 17px;
  line-height: 1.8;
}
.mt-process-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.mt-process-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 25px 20px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.mt-process-card span {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #0b63ce;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 15px;
}
.mt-process-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.mt-process-card p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #fff;
}
@media (max-width: 991px) {
  .mt-process-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .mt-process-wrapper {
    grid-template-columns: 1fr;
  }
}
.mv-card-center {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .mt-service-grid,
  .mt-step-wrapper {
    grid-template-columns: 1fr;
  }
  .mt-common-heading h2 {
    font-size: 24px;
  }
  .mt-blk-mobile-only .mt-blk-label {
    position: absolute;
    left: 14px;
    bottom: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 7px 14px;
    border-radius: 40px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.3px;
  }
  .mt-assist-section,
  .mt-doctor-section,
  .mt-query-faq-section,
  .mt-testimonial-section,
  .mt-why-section {
    padding: 30px 0;
  }
  .mt-blk-mobile-only {
    display: block;
  }
  .mt-blk-mobile-only img {
    width: 100%;
    border-radius: 14px;
    height: 140px;
    display: block;
  }
  .mt-testi-card {
    padding: 20px;
  }
  .mt-footer {
    padding: 50px 0 20px;
  }
  .mt-footer-widget {
    margin-top: 10px;
  }
  .mt-footer-newsletter {
    flex-direction: column;
    background: 0 0;
    gap: 10px;
  }
  .mt-footer-newsletter input {
    border-radius: 10px;
  }
  .mt-footer-newsletter button {
    border-radius: 10px;
    padding: 12px;
  }
  .mt-footer-bottom {
    text-align: center;
  }
  .mt-footer-links {
    justify-content: center;
  }
  .mt-cta-wrap {
    flex-direction: row;
  }
  .mt-cta-btn {
    width: 50%;
  }
  .mt-treatment-heading p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }
}
.banner-card {
  font-size: 15px;
}
.international_patient {
  font-size: 16px;
  font-weight: 600;
}
.testimonial-name {
  font-size: 18px !important;
}
.international_patients,
.why_grid_card {
  font-size: 16px;
  color: #244678 !important;
}
.international_patients {
  font-weight: 700;
}
.medical_travel_para {
  color: #000 !important;
}
.hero-area {
    position: relative;
    min-height: 700px;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.about-area p{
  text-align: start !important;
}
.mt-facts-description {
    text-align: start !important;
}

@media (max-width: 767px) {
    .mt-treatment-heading h1{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mt-cost-comparison h2{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mv-why-section h5{
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .mv-why-section p{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mv-care-section h2{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .why_para p{
        text-align: start !important;
    }
}

.mt-stat-card .facts-card {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

@media (max-width: 767px) {
    .mt-testimonial-section span{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mt-doctor-section p{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mt-doctor-section h2{
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .mv-badge {
        text-align: center !important;
    }

    .text-center:has(.mv-badge) {
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .mt-treatment-badge-home {
        text-align: start !important;
    }

    .text-center:has(.mt-treatment-badge-home) {
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .mt-testimonial-section p{
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .section-title span.facts_heading {
        display: block;
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .mt-countries-serve h2{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mt-countries-serve p{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mv-why-section p{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mv_why p{
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .mt-cost-comparison h3{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .medical-tourism-section.mt-5{
        margin-top: 10px !important;
    }
}
@media (max-width: 767px) {
    .mt-treatment-heading p{
        margin-top: 1px !important;
    }
}

@media (max-width: 767px) {
    .mt-cost-comparison p{
        text-align: start !important;
    }
}
@media (max-width: 767px) {
    .mt-process-wrapper p{
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .about-area {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .mt-cost-comparison {
        margin: 20px 5px !important;
    }
}

@media (max-width: 767px) {
    .facts_heading.mt-3 {
        margin-top: 10px !important;
    }
}
@media (max-width: 767px) {
    .mt-treatment-badge-home {
        margin-bottom: 2px !important;
    }
}

@media (max-width: 767px) {
    .mt-doctor-section {
        padding: 10px 0 !important;
    }
}

@media (max-width: 767px) {
    .mv-why-section.py-5 {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .py-5.mt-countries-serve {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .mv-care-section.py-5 {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .mv-care-section.py-5 {
        padding-bottom: 10px !important;
    }
}

@media (max-width: 767px) {
    .mt-cost-comparison.py-5 {
        padding-bottom: 5px !important;
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .mt-testimonial-section.mt-5 {
        margin-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .mt-common-heading.mt-5 {
        padding-top: 10px !important;
    }
}

@media (max-width: 767px) {
    .medical-tourism-section.py-5 {
        padding-top: 10px !important;
    }
}
@media (max-width: 767px) {
    .medical-tourism-section.py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}
@media (max-width: 767px) {
    .mt-treatment-heading.mb-5 {
        margin-bottom: 1px !important;
    }
}
@media (max-width: 767px) {
    .mt-treatment-heading {
        margin-bottom: 1px !important;
    }
}

@media (max-width: 767px) {
    .mt-treatment-heading h2{
        text-align: start !important;
    }
}

@media (max-width: 767px) {
    .mt-treatment-heading p{
        text-align: start !important;
    }
}
@media(max-width:576px){
    .mt-facts-description {
        text-align: justify;
        font-size:15px;
        line-height:1.6;
    }

    .mt-stat-card {
        padding:18px 8px;
        border-radius:12px;
    }

    .mt-stat-card h3 {
        font-size:24px;
    }

    .mt-stat-card p {
        font-size:14px;
    }

}
.mv-care-section p{
     color: #18191a;
}
.mt-countries-serve p{
     color: #18191a;
}
.medical-tourism-section p{
     color: #18191a;
}
.mv_why p{
    color: #18191a;
}
.cardiac-cost-section {
    background: #f7f9fc;
}


.cardiac-cost-heading p {
    max-width: 850px;
    margin: auto;
    color: #555;
}


.cost-wrapper {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
}


.cost-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: #244678;
    color: #fff;
    padding: 18px 30px;
    font-size: 17px;
    font-weight: 600;
}


.cost-item {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    align-items: center;
    padding: 25px 30px;
    border-bottom: 1px solid #eee;
    transition: .3s ease;
}


.cost-item:last-child {
    border-bottom: none;
}


.cost-item:hover {
    background: #f8fbff;
    transform: translateY(-2px);
}


.procedure {
    display: flex;
    align-items: center;
    gap: 20px;
}


.cost-icon {
    width: 55px;
    height: 55px;
    background: #e8f1ff;
    color: #244678;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


.procedure h4 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #222;
}


.procedure p {
    margin: 0;
    color: #666;
    font-size: 14px;
}


.price {
    font-weight: 700;
    color: #244678;
    font-size: 17px;
}


.stay {
    font-weight: 600;
    color: #333;
}


.cost-note {
    color: #777;
    font-size: 14px;
}



/* Responsive */

@media(max-width:768px){

    .cost-header{
        display:none;
    }

    .cost-item{
        display:block;
        padding:25px;
    }

    .procedure{
        margin-bottom:20px;
    }

    .price,
    .stay{
        margin-top:12px;
    }

}
.cardiac-cost-section{
    padding:60px 0;
}

.cost-wrapper{
    width:100%;
    border:1px solid #e5e5e5;
    border-radius:12px;
    overflow:hidden;
}

.cost-header,
.cost-item{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    align-items:center;
    gap:20px;
    padding:18px 20px;
}

.cost-header{
    background:#013461;
    color:#fff;
    font-weight:600;
}

.cost-item{
    border-bottom:1px solid #ececec;
}

.cost-item:last-child{
    border-bottom:none;
}

.procedure{
    display:flex;
    align-items:flex-start;
    gap:15px;
}

.procedure h4{
    font-size:18px;
    margin-bottom:5px;
}

.procedure p{
    margin:0;
    color:#666;
    font-size:14px;
}

.cost-icon{
    width:50px;
    height:50px;
    background:#f2f8ff;
    color:#013461;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    flex-shrink:0;
}

.price{
    font-weight:700;
    color:#013461;
}

.stay{
    font-weight:600;
}

/* Tablet */
@media (max-width:991px){

    .cost-header,
    .cost-item{
        grid-template-columns:1.8fr 1fr 1fr;
        gap:15px;
    }

    .procedure h4{
        font-size:16px;
    }

    .price,
    .stay{
        font-size:15px;
    }
}

/* Mobile */
@media (max-width:767px){

    .cost-header{
        display:none;
    }

    .cost-item{
        display:block;
        padding:18px;
    }

    .procedure{
        margin-bottom:15px;
    }

    .price,
    .stay{
        display:flex;
        justify-content:space-between;
        align-items:center;
        margin-top:10px;
        padding:10px 0;
        border-top:1px solid #eee;
        font-size:15px;
    }

    .price::before{
        content:"Estimated Cost";
        font-weight:600;
        color:#444;
    }

    .stay::before{
        content:"Hospital Stay";
        font-weight:600;
        color:#444;
    }

    .cost-icon{
        width:45px;
        height:45px;
        font-size:18px;
    }

    .procedure h4{
        font-size:16px;
    }

    .procedure p{
        font-size:13px;
    }

    .cardiac-cost-heading h3{
        font-size:28px;
    }
}

/* Small Mobile */
@media (max-width:480px){

    .cardiac-cost-heading h3{
        font-size:24px;
    }

    .cardiac-cost-heading p{
        font-size:14px;
    }

    .cost-item{
        padding:15px;
    }

    .price,
    .stay{
        font-size:14px;
    }

    .procedure{
        gap:12px;
    }

    .cost-icon{
        width:40px;
        height:40px;
        font-size:16px;
    }
}
/* Cardiac Hospital Comparison */
.cardiac-comparison-section{
    padding:60px 0;
}

.cardiac-comparison-section .card{
    transition:all .3s ease;
    border-radius:18px;
}

.cardiac-comparison-section .card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12)!important;
}

.cardiac-comparison-section h4{
    font-size:22px;
    font-weight:700;
    color:#013461;
    margin-bottom:20px;
}

.cardiac-comparison-section strong{
    display:block;
    color:#013461;
    margin-bottom:5px;
    font-size:15px;
}

.cardiac-comparison-section p{
    margin-bottom:0;
    color:#666;
    line-height:1.7;
    font-size:15px;
}

/* Tablet */
@media (max-width:991px){

    .cardiac-comparison-section{
        padding:50px 0;
    }

    .cardiac-comparison-section .card{
        padding:24px !important;
    }

    .cardiac-comparison-section h4{
        font-size:20px;
    }

    .cardiac-comparison-section p{
        font-size:14px;
    }
}

/* Mobile */
@media (max-width:767px){

    .cardiac-comparison-section{
        padding:40px 0;
    }

    .cardiac-comparison-section .facts_heading{
        font-size:28px;
    }

    .cardiac-comparison-section .text-muted{
        font-size:15px;
    }

    .cardiac-comparison-section .card{
        padding:20px !important;
        border-radius:15px;
    }

    .cardiac-comparison-section h4{
        font-size:18px;
        margin-bottom:15px;
    }

    .cardiac-comparison-section strong{
        font-size:14px;
    }

    .cardiac-comparison-section p{
        font-size:14px;
        line-height:1.6;
    }
}

/* Small Mobile */
@media (max-width:480px){

    .cardiac-comparison-section{
        padding:35px 0;
    }

    .cardiac-comparison-section .facts_heading{
        font-size:24px;
    }

    .cardiac-comparison-section .text-muted{
        font-size:14px;
    }

    .cardiac-comparison-section .card{
        padding:18px !important;
    }

    .cardiac-comparison-section h4{
        font-size:17px;
    }

    .cardiac-comparison-section strong{
        font-size:13px;
    }

    .cardiac-comparison-section p{
        font-size:13px;
    }
}
@media (max-width: 767px) {
    .cardiac-comparison-section {
        margin-top: 0 !important;
    }
}
.mt-treatment-heading p{
  text-align: start !important;
}
.mt-cost-comparison p{
  text-align: start !important;
}
.mt-doctor-heading p{
  text-align: start !important;
}
.mv-care-section p{
  text-align: start !important;
}
.mt-testimonial-section p{
  text-align: start !important;
}
@media (max-width: 767px) {
    .mt-process-wrapper p{
        text-align: center !important;
    }
}
.mv-why-section p{
  text-align: start !important;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pt-30{
  padding-top: 30px !important;
}
.pb-30{
  padding-bottom: 30px !important;
}
@media (max-width: 767px) {
.about-area h1 {
  font-size: 24px;
  font-weight: 800;
  color: #244678;
  margin-bottom: 10px;
}
}
@media (max-width: 767px) {
    .mt-facts-strip {
        margin-top: 10px;
    }
}
.service-header h3 {
    margin: 0;
    font-size: 21px !important;
    font-weight: 700;
    color: #12304a;
}
.service-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 1px !important;
    color: #334155;
    font-size: 15px;
    font-weight: 500;
}
.service-card {
    background: #FFFFFE;
    padding: 20px 21px !important;
    border-radius: 18px;
    height: 100%;
    border: 1px solid #e8eef3;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}
.mt-doctor-content h3 {
    font-size: 20px;
    font-weight: 800;
    color: #244678;
    margin-bottom: 8px;
    min-height: 4px !important;
}