.thank-you-sec-7 {
  /* Left Panel */
  /* Right Panel */
  /* Responsive Design */
}
.thank-you-sec-7 .left-panel {
  background-color: #f7f7f7;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.thank-you-sec-7 .clinic-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
}
.thank-you-sec-7 .clinic-imge {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 1rem;
}
.thank-you-sec-7 .clinic-imge img {
  transition: all 0.9s ease;
  background-color: #f7f7f7;
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.thank-you-sec-7 .medical-icon {
  font-size: 48px;
  color: #2196f3;
  z-index: 2;
}
.thank-you-sec-7 .services-list {
  list-style: none;
  padding: 0;
}
.thank-you-sec-7 .services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.thank-you-sec-7 .services-list li i {
  color: #e74c3c;
  margin-right: 12px;
  font-size: 16px;
}
.thank-you-sec-7 .right-side {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.thank-you-sec-7 .thank-you-header {
  padding: 40px;
  text-align: center;
  background: #f8f9fa;
}
.thank-you-sec-7 .doctor-character {
  width: 120px;
  height: 120px;
  background: #2196f3;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.thank-you-sec-7 .icon-check {
  font-size: 3rem;
  color: #fff;
}
.thank-you-sec-7 .thank-you-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.thank-you-sec-7 .thank-you-message {
  font-size: 16px;
  color: #666;
  max-width: 400px;
  margin: 0 auto;
  line-height: 1.5;
}
.thank-you-sec-7 .services-table {
  padding: 0;
}
.thank-you-sec-7 .service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.thank-you-sec-7 .service-item:last-child {
  border-bottom: none;
}
.thank-you-sec-7 .service-item .service-name {
  color: #333;
  font-weight: 500;
}
.thank-you-sec-7 .service-item .service-price {
  color: #333;
  font-weight: 600;
}
@media (max-width: 991px) {
  .thank-you-sec-7 .service-item {
    padding: 1rem;
    padding-left: 0;
  }
  .thank-you-sec-7 .clinic-title {
    text-align: center;
  }
  .thank-you-sec-7 .thank-you-header {
    padding: 1rem;
  }
  .thank-you-sec-7 .left-panel,
  .thank-you-sec-7 .right-side {
    padding: 20px;
  }
  .thank-you-sec-7 .doctor-character {
    width: 100px;
    height: 100px;
  }
  .thank-you-sec-7 .thank-you-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .thank-you-sec-7 .left-panel,
  .thank-you-sec-7 .right-side {
    padding: 20px;
  }
  .thank-you-sec-7 .thank-you-header {
    padding: 20px;
  }
  .thank-you-sec-7 .thank-you-title {
    font-size: 25px;
  }
  .thank-you-sec-7 .doctor-character {
    width: 100px;
    height: 100px;
  }
  .thank-you-sec-7 .medical-icon {
    font-size: 36px;
  }
  .thank-you-sec-7 .service-item {
    padding: 15px 20px;
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .thank-you-sec-7 .service-item {
    align-items: flex-start;
    gap: 5px;
    padding-left: 0;
  }
  .thank-you-sec-7 .thank-you-message {
    font-size: 14px;
  }
  .thank-you-sec-7 .service-price {
    align-self: flex-end;
  }
}/*# sourceMappingURL=thank-youDesign7.css.map */