/* Phone Size */
.tabletDesktop {
  display: none;
}

.component {
  max-width: 1230px;
  margin: auto;
  text-align: center;
}

.componentContent {
  max-width: 100%;
  padding: 0;
  text-align: left;
}

.tab {
  color: #2870ed;
  font-weight: 600;
  margin: 0 1.5rem 1.5rem;
  overflow: hidden;
  line-height: 1.6rem;
}

.tab button {
  border: none;
  padding: 0.5rem 1rem;
}

.tab button.active {
  border-radius: 2rem;
  border-color: #2870ed;
  background-color: #2870ed;
  color: #fff;
}

.tabcontent {
  display: none;
  width: 90%;
  margin: auto;
  padding-bottom: 1rem;
  background-color: #f4f6fa;
}

.description {
  padding: 1rem 0.625rem 0 0.625rem;
}
.description h3 {
  font-weight: 700;
  margin: 0;
  font-size: 1.5rem;
}

.description p {
  margin: 1rem 1rem 1rem 0;
  font-weight: 500;
}

.sGoldPlanImage img {
  border-radius: 0.75rem;
  margin: auto;
}

.sGoldPlanTHead th,
.sGoldPlanTBody th {
  padding: 0px;
}

.sGoldPlanTHead td,
.sGoldPlanTBody td {
  width: 50%;
  text-align: center;
  padding: 0.8rem;
}

.sGoldPlanTBody {
  display: table;
  margin: auto;
  /* margin-top: 1.5rem; */
  margin-bottom: 1.5rem;
  border-radius: 0.75rem;
  overflow: hidden;
  width: 95%;
}

.sGoldPlanTBody th {
  padding: 0.8rem;
  min-width: 150px;
}

.sGoldPlanTBody tr:first-child th {
  box-shadow: 0 0 1px 0 #eef0f4;
  border-radius: 0.75rem 0 0 0;
}

.sGoldPlanTBody tr:first-child td:last-child {
  box-shadow: 1px 0 0 0 #eef0f4;
  border-radius: 0 0.75rem 0 0;
}

.sGoldPlanTBody tr:nth-child(odd) {
  background-color: #fff;
}
.sGoldPlanTBody tr:nth-child(even) {
  background-color: #eef0f4;
}

.sGoldPlanTBody tr td img {
  margin: auto;
}

.button {
  text-align: center;
}

/* Tablet size */
@media (min-width: 768px) {
  .mobile {
    display: none;
  }

  .tabletDesktop {
    display: block;
  }

  .componentContent {
    margin: 0 1.5rem;
    overflow: auto;
  }

  .backgroundColor {
    background-color: #f4f6fa;
    height: 1000px;
  }

  .description {
    min-height: 292px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .description h3 {
    margin-top: 10px;
    font-size: 1.5rem;
  }

  /* for rounded corners in tbody */
  .sGoldPlanTable {
    table-layout: fixed;
    border-collapse: collapse;
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    overflow: hidden;
  }

  .sGoldPlanTHead td,
  .sGoldPlanTBody td,
  .sGoldPlanTHead th,
  .sGoldPlanTBody th {
    padding: 12px;
    min-width: 150px;
  }

  .sGoldPlanTHead td,
  .sGoldPlanTBody td {
    width: auto;
  }

  .sGoldPlanTHead th {
    background-color: #f4f6fa;
    padding: 10px;
  }

  .sGoldPlanTBody {
    display: table-row-group;
    border-collapse: collapse;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    overflow: hidden;
    width: 100%;
  }

  .sGoldPlanTBody tr:last-child th {
    border-radius: 0 0 0 0.75rem;
  }

  .sGoldPlanTBody tr:last-child td:last-child {
    border-radius: 0 0 0.75rem 0;
  }

  .sGoldPlanTFoot tr td,
  .sGoldPlanTFoot tr th {
    padding-top: 2rem;
  }
}

/* Desktop size */
@media (min-width: 992px) {
  .componentContent {
    overflow-x: visible;
  }
}
