
.temp1-compare-section table {
  border: 0;
  margin: 0 auto;
  width: 100%;
  background: transparent;
  border-spacing: 0;
  table-layout: fixed;
  box-shadow: none;
}
.temp1-compare-section table th {
  font-weight: 500;
  padding: 20px 11px 14px !important;
  color: #282828;
  letter-spacing: 1px;
  font-size: 14px;
  min-width: 100px;
  width: 130px;
}
.temp1-compare-section
  table
  tbody
  tr:first-of-type
  td:first-of-type {
  border-top-left-radius: 20px;
}
.temp1-compare-section
  table
  tbody
  tr:last-of-type
  td:first-of-type {
  border-bottom-left-radius: 20px;
}
.temp1-compare-section
  table
  tbody
  tr:last-of-type
  td:last-of-type {
  border-bottom-right-radius: 20px;
}
.temp1-compare-section table td:first-child,
.temp1-compare-section table th:first-child {
  text-align: center;
  padding-left: 37px;
  font-size: 14px;
  color: #282828;
  line-height: 24px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 1px;
}

.temp1-compare-section table th:nth-child(2) {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}

.temp1-compare-section table td,
.temp1-compare-section table th {
  border: 0;
  text-align: center;
  padding: 8px 10px 4px 10px;
  background: transparent;
}
.temp1-compare-section table td:first-child,
.temp1-compare-section table th:first-child {
  text-align: left;
  padding-left: 37px;
  font-size: 14px;
  color: #282828;
  line-height: 24px;
  font-weight: 400;
  text-transform: lowercase;
  letter-spacing: 1px;
}
.temp1-compare-section table td:nth-child(2),
.temp1-compare-section table th:nth-child(2) {
  background: #ff5859;
  color: #fff;
}
.temp1-compare-section table td:nth-child(2) {
  font-size: 0;
}
.temp1-compare-section table tbody tr td:nth-child(2) {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}

.temp1-compare-section table tbody tr td:nth-child(3) {
  font-size: 14px;
  color: #282828;
  line-height: 16px;
}
.temp1-compare-section
  table
  tbody
  tr:first-of-type
  td:last-of-type {
  border-top-right-radius: 20px;
}

.temp1-compare-section table tfoot tr td:nth-child(2) {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 25px 20px 10px 20px;
}

@media only screen and (max-width: 767px) {
  .temp1-compare-section > .page-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .temp1-compare-section table {
    font-size: 0.8rem;
  }
  .temp1-compare-section table td:first-child,
  .temp1-compare-section table th:first-child {
    padding-left: 0.5rem;
  }
  .temp1-compare-section table td,
  .temp1-compare-section table th {
    padding: 7px 13px;
  }
  .temp1-compare-section table td:first-child,
  .temp1-compare-section table th:first-child {
    font-size: 12px;
    padding-left: 18px;
  }
  .temp1-compare-section table th:nth-child(2) {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
  .temp1-compare-section table th {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 6px 10px !important;
  }
  .temp1-compare-section table tbody tr td:nth-child(2) {
    font-size: 12px;
    line-height: 14px;
  }
  .temp1-compare-section table tbody tr td:nth-child(3) {
    font-size: 12px;
    line-height: 14px;
  }
  .temp1-compare-section table tfoot tr td:nth-child(2) {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 17px;
  }
}
