/* Note:- As the Figma file is designed on Desktop approach, so does the Website and the styles below are Desktop First Approach. */

.top-choice-section {
  width: 100%;
  margin-top: 69.75px;
  display: flex;
  justify-content: center;
}
.top-choice-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
}
.top-choice-heading-cap {
  height: 50px;
  font-family: Oxanium;
  font-weight: 300;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: rgba(3, 46, 21, 1);
}
.top-choice-heading {
  margin: 39px 0 57px;
  letter-spacing: 1.5px;
}
.comparison-table {
  width: 100%;
}
.comparison-table th,
.comparison-table td {
  padding-top: 16.18px;
  padding-bottom: 15.42px;
  border-bottom: 1.01px solid rgba(102, 102, 102, 1);
  text-align: center;
}
thead p {
  font-weight: 300;
  font-size: 12px;
  line-height: 19.16px;
  color: rgba(102, 102, 102, 1);
  margin: 24.42px 0 14px;
}
thead th:nth-child(2) {
  padding-top: 38px;
  border-radius: 15.17px 15.17px 0 0;
}
#gtgComparison {
  font-weight: 300;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
}
#qualities-heading {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.99px;
  color: rgba(50, 45, 45, 1);
  padding-left: 14.77px;
}
.table-left-headings {
  text-align: left !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 19.16px;
  color: rgba(102, 102, 102, 1);
  padding-left: 14.77px;
  width: 300px;
}
.highlight-col {
  background-color: rgba(240, 253, 244, 1);
  border-bottom: 1.1px dashed rgba(50, 45, 45, 1) !important;
  width: 199px;
}
.table-numbers {
  font-weight: 300;
  font-size: 16px;
  line-height: 19.16px;
  color: rgba(102, 102, 102, 1);
}
.comparison-check {
  width: 13.4px;
  height: 9px;
}
.circle-for-check,
.circle-for-cross {
  border: 1.02px solid rgba(50, 45, 45, 1);
  margin: 0 auto;
  width: 27.8px;
  height: 27.8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.highlight-col .circle-for-check {
  background: rgba(3, 46, 21, 1);
}

.comparison-action-button {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding: 12.14px 24.27px;
  margin-top: 82px;
}
/* ---------------Tablet Orientation---------------- */
@media (min-width: 426px) and (max-width: 768px) {
  .top-choice-section {
    margin-top: 50px;
  }
  .top-choice-content {
    max-width: 950px;
  }
  .top-choice-heading-cap {
    height: 50px;
    font-family: Oxanium;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: rgba(3, 46, 21, 1);
  }
  .top-choice-heading {
    margin: 30px 0 40px;
    letter-spacing: 1.5px;
  }
  .comparison-table {
    width: 100%;
  }
  .comparison-table th,
  .comparison-table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  thead img {
    width: 60px;
    height: 60px;
  }
  thead p {
    font-weight: 300;
    font-size: 12px;
    line-height: 19.16px;
    color: rgba(102, 102, 102, 1);
    margin: 20px 0 10px;
  }
  thead th:nth-child(2) {
    padding: 0px 6px;
    border-radius: 10px 10px 0 0;
  }
  #gtgComparison {
    font-size: 16px;
  }
  #qualities-heading {
    font-size: 13px;
    padding-left: 10px;
  }
  .table-left-headings {
    font-size: 13px;
    padding-left: 10px;
    width: auto;
  }
  .highlight-col {
    width: auto;
  }
  .table-numbers {
    font-size: 14px;
    line-height: 14px;
  }
  .comparison-check {
    width: 10px;
    height: 7px;
  }
  .circle-for-check,
  .circle-for-cross {
    width: 20px;
    height: 20px;
    display: flex;
  }
  .comparison-action-button {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 24px;
    margin-top: 50px;
  }
}

/* ---------------Mobile Orientation---------------- */
@media (max-width: 426px) {
  .top-choice-section {
    margin-top: 50px;
  }
  .top-choice-content {
    max-width: 950px;
  }
  .top-choice-heading-cap {
    height: 50px;
    font-family: Oxanium;
    font-weight: 300;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    color: rgba(3, 46, 21, 1);
  }
  .top-choice-heading {
    margin: 30px 0 40px;
    letter-spacing: 1.5px;
  }
  .comparison-table {
    width: 100%;
  }
  .comparison-table th,
  .comparison-table td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  thead img {
    width: 60px;
    height: 60px;
  }
  thead p {
    font-weight: 300;
    font-size: 12px;
    line-height: 19.16px;
    color: rgba(102, 102, 102, 1);
    margin: 20px 0 10px;
  }
  thead th:nth-child(2) {
    padding: 0px 6px;
    border-radius: 10px 10px 0 0;
  }
  #gtgComparison {
    font-size: 16px;
  }
  #qualities-heading {
    font-size: 13px;
    padding-left: 10px;
  }
  .table-left-headings {
    font-size: 13px;
    padding-left: 10px;
    width: auto;
  }
  .highlight-col {
    width: 0px;
  }
  .table-numbers {
    font-size: 14px;
    line-height: 14px;
  }
  .comparison-check {
    width: 10px;
    height: 7px;
  }
  .circle-for-check,
  .circle-for-cross {
    width: 20px;
    height: 20px;
    display: flex;
  }
  .comparison-action-button {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 24px;
    margin-top: 50px;
  }
}
