/* =========================
   THERAPEUTIC TABLE
========================= */

.para-description.table {
  max-width: 870px;
  margin: 0 auto;
  padding-bottom: 25px;
}

section.cip-section.second-table {
  background:
    radial-gradient(
      circle at 18% 35%,
      rgba(8, 166, 181, 0.12),
      transparent 35%
    ),
    linear-gradient(110deg, #e3f4f8 0%, #e3eff1 55%, #dff1f5 100%);
}
/* .therapeutic-section {
  max-width: 1300px;
  margin: 100px auto;
  padding: 0 20px;
  text-align: left;
} */

.section-tag {
  display: inline-block;
  padding: 10px 25px;
  background: rgba(15, 114, 174, 0.08);
  color: #0f72ae;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.section-desc {
  max-width: 850px;
  margin: auto;
  color: #6d7485;
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 60px;
}

.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.table-container {
  max-width: 1000px;
  margin: 0 auto;
}

.therapeutic-table {
  width: 100%;
  border-collapse: collapse;
}

.therapeutic-table thead th {
  background: linear-gradient(45deg, #008c94, #56b3b8);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 26px;
  text-align: left;
  border-left: 1px solid #edf2f7;
}

.therapeutic-table tbody td {
  padding: 15px;
  font-size: 17px;
  color: #58595b;
  border-bottom: 1px solid #edf2f7;
  border-left: 1px solid #edf2f7;
  line-height: 1.5;
}

.therapeutic-table tbody tr:nth-child(even) {
  background: #f8fbfd;
}

.therapeutic-table tbody tr:hover {
  background: rgba(15, 114, 174, 0.05);
  transition: 0.3s;
}

.count {
  font-size: 36px;
  font-weight: 700;
  color: #0f72ae;
}

/* .therapeutic-table tbody td:nth-child(2),
.therapeutic-table tbody td:nth-child(4) {
  width: 180px;
} */

.therapeutic-table tbody td:nth-child(3),
.therapeutic-table thead th:nth-child(3) {
  border-left: 1px solid #edf2f7;
}

.table-wrapper.service3 {
  margin: 0px 70px;
}


/*other tables*/
table.therapeutic-table.regulatory tbody td {
  padding: 12px;
  font-size: 17px;
}

table.therapeutic-table.regulatory .count {
  padding-left: 20px;
}

/* table.therapeutic-table.clinical-trial tbody td{
    padding: 22px;
} */


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {

  .section-desc {
    font-size: 18px;
  }

  .therapeutic-table {
    /* min-width: 800px; */
    width: 100%;
  }

    .therapeutic-table thead th {
    font-size: 17px;
    padding: 20px;
}
.therapeutic-table tbody td {
    padding: 15px 18px;
    font-size: 13px;
}
.para-description.table {
    max-width: 575px;
}
table.therapeutic-table.regulatory tbody td {
    padding: 12px;
    font-size: 13px;
}
}

@media (max-width: 768px) {
  .table-wrapper.service3 {
    margin: 0px;
  }

}

@media (max-width: 480px){
   .therapeutic-table {
    min-width: 655px;
}
}