[class*=doc-table-icon] {
  background: url(../images/icon-no.svg) no-repeat 50%;
  background-size: contain;
  display: inline-block;
  height: 28px;
  text-indent: -999em;
  width: 28px;
}
.doc-table-icon-yes {
  background-image: url(../images/icon-yes.svg);
}
.doc-table {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none;

  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
}
.doc-table tbody {
  display: block;
  margin: 0 40px;
}
.doc-table td, .doc-table th, .doc-table tr  {
  display: flex;
  overflow: hidden;
  width: 100%;
}
.doc-table tr {
  justify-content: stretch;
  width: auto;
}
.doc-table td, .doc-table th {
  flex: 0 15%;
  font-size: 14px;
  padding: 20px;
  text-align: left;
  width: 15%;
}
.doc-table td:nth-child(1), .doc-table th:nth-child(1) {
  flex: 0 85%;
  width: 85%;
}
.doc-table td, .doc-table th {
  justify-content: center;
}
.doc-table th {
  font-weight: 600;
}
.doc-table tbody th {
  justify-content: flex-start;
}
.doc-table thead {
  background-color: #F4F9ED;
  border-radius: 100px;
  display: flex;
  margin-bottom: 10px;
  overflow: hidden;
  /* padding: 20px; */
  padding: 10px;
}
.doc-table thead th {
  align-items: center;
  cursor: pointer;
  border-radius: 100px;
  text-align: center;

  flex: 1 auto;
  padding: 5px 15px;
  width: auto;
  min-width: 75px;
}
.doc-table thead td {
  display: none;
}
.doc-table thead th.active {
  background-color: #E6E9EC;
}
.doc-table thead th:nth-child(2).active {
  background-color: #8BBF45;
  color: #fff;
}
.doc-table thead th:nth-child(2) {
  margin-left: 5px;
}
.doc-table thead th:last-child {
  margin-right: 0;
}
.doc-table tbody td, .doc-table tbody th {
  align-items: center;
}
.doc-table tbody td {
  border: solid #B1B1B1;
  border-width: 0 1px 1px 0;
  display: none;
}
.doc-table tbody th {
  border: solid #B1B1B1;
  border-width: 0px 0px 1px 1px;
}
.doc-table tbody tr:nth-child(1) th {
  border-top: 1px solid #B1B1B1;
}
.doc-table tbody td.active {
  display: flex;
}
.doc-table tbody tr:nth-child(1) td {
  border-top: 1px solid #B1B1B1;
}
.doc-table-cta a {
  background-color: #8cbf43;
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  min-width: 200px;
  overflow: hidden;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 0;
}
.doc-table-cta a:after {
  transition: transform .2s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  background-color: #1a7d1e;
  border-radius: 24px;
  content: "";
  height: 102%;
  left: -1%;
  position: absolute;
  top: -1%;
  transform: translate(0%, 105%) matrix(1, 0, 0, 1, 0, 0);
  width: 102%;
  z-index: 2;
}
.doc-table-cta a:focus:after, .doc-table-cta a:hover:after {
  transform: translateY(0%);
}
.doc-table-cta a span {
  transition: all .3s cubic-bezier(0.55, 0.01, 0.55, 1) 0s;
  color: #0a2448;
  display: block;
  position: relative;
  z-index: 3;
}
.doc-table-cta a:focus span, .doc-table-cta a:hover span {
  color: #fff;
}
.doc-table tfoot td {
  padding-top: 30px;
}
.doc-table tfoot td:not(:nth-child(2)) {
  display: none;
}
.doc-table tfoot td {
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .doc-table {
    font-size: 16px;
  }
  .doc-table tbody {
    display: table-row-group;
    margin: 0;
  }
  .doc-table td, .doc-table th {
    flex: 0 26%;
    width: 26%;
  }
  .doc-table td:nth-child(1), .doc-table th:nth-child(1) {
    flex: 0 22%;
    width: 22%;
  }  
  .doc-table thead {
    background-color: transparent;
    border-radius: 0;
    display: table-header-group;
    margin-bottom: 0;
    padding: 0;
  }
  .doc-table thead td {
    display: flex;
  }
  .doc-table thead th {
    background-color: #E6E9EC;
    cursor: default;
    flex-basis: 26%;
    margin-right: 5px;
    border-radius: 20px 20px 0 0;
    width: 26%;
    padding: 20px 40px;
  }
  .doc-table thead th, .doc-table thead th.active {
    background: #E6E9EC;
    color: inherit;
  }
  .doc-table thead th:nth-child(2) {
    background-color: #8BBF45;
    color: #fff;  
  }
  .doc-table td, .doc-table th {
    padding-left: 40px;
    padding-right: 40px;
  }
  .doc-table tbody td {
    display: flex;
  }
  .doc-table tbody th {
    justify-content: center;
    text-align: center;
  }
  .doc-table tbody tr:nth-child(1) th {
    border-top: 0;
  }
  .doc-table tbody th {
    border-width: 0;
  }
  .doc-table tbody td:nth-child(2) {
    border-left: 1px solid #B1B1B1;
  }
  .doc-table tfoot td:not(:nth-child(2)) {
    display: table-cell;
  }  
  .doc-table tfoot td {
    flex-basis: 26%;
    width: 26%;
  }
}