/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
.clinical-study {
  font-size: 0.9375rem;
}
.clinical-study tr {
  border-bottom: none;
}
.clinical-study tr td {
  vertical-align: top;
  background: white;
  border: none;
  border-bottom: 0.0625rem solid #DBE2E97F !important;
  padding: 1rem;
}
.clinical-study tr td:first-child {
  color: #5b7f95;
  font-weight: 700;
  width: 43%;
  border-right: 0.0625rem solid #DBE2E97F;
}
.clinical-study tr td:nth-child(2) {
  width: 25%;
  border-right: 0.0625rem solid #DBE2E97F;
}
.clinical-study tr td ul {
  margin: 0;
  padding: 0;
}
.clinical-study tr td ul li {
  font-size: inherit;
  margin: 0;
  line-height: 1rem;
}
.clinical-study tr td ul li:before {
  width: 0.1875rem;
  height: 0.1875rem;
  background: black;
  left: 0.625rem;
  top: 0.3125rem;
}
.clinical-study tr.last-row {
  border-bottom: 0.3125rem solid #DBE2E97F !important;
}
.clinical-study th {
  border: none;
  vertical-align: top;
  background: #ffffff;
  color: #5b7f95;
  border-bottom: 0.625rem solid #d9027d !important;
}
.clinical-study th:first-child {
  width: 43%;
}
.clinical-study th:nth-child(2) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .clinical-study {
    display: none;
  }
}

.clinical-study-mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .clinical-study-mobile {
    display: block;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-only {
    display: block;
  }
}
.mobile-only .main-title {
  cursor: pointer;
  padding: 1rem 1rem 1rem 2rem;
  width: 100%;
  text-align: left;
  outline: none;
  color: #5b7f95;
  border: 0.1875rem solid #3eb1c8;
  font-size: 1.0625rem;
  font-weight: 500;
  border-radius: 4rem;
  background: url("../../images/expand-icon.378ffd68.svg");
  background-repeat: no-repeat;
  background-size: 2.1875rem;
  background-position: 95%;
  margin-bottom: 1rem;
  background-color: white !important;
  position: relative;
  z-index: 1;
  padding-right: 3rem;
  /*Safari only*/
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .mobile-only .main-title {
      transition: 0s;
    }
  }
}
.mobile-only .main-title.active {
  background: url(../../images/minus-icon.b48248b1.svg);
  background-repeat: no-repeat;
  background-size: 2.1875rem;
  background-position: 95%;
}
.mobile-only .accordion-panel {
  background-color: #f1f4f5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 1rem;
  padding: 0 3rem;
  transform: translateY(-50px);
}
.mobile-only .reaction-title {
  margin-top: 2rem;
  color: #d9027d;
  font-weight: 600;
  text-transform: capitalize;
}
.mobile-only .reaction-title:first-child {
  margin-top: 4rem;
}
.mobile-only .last-item {
  margin-bottom: 2rem;
}

.desktop-only {
  display: block;
}
@media screen and (max-width: 991px) {
  .desktop-only {
    display: none;
  }
}