
/* .ast-site-identity {
    padding: 10px 0;
} */

/* .elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
} */


.comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border: 1px solid var(--Border);
  border-radius: 8px;
}

.comparison-table {
  width: 100%;
  min-width: 680px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
  color: #202530;
}

.comparison-table th,
.comparison-table td {
  padding: 11px 24px;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 1px solid var(--Border);
  border-bottom: 1px solid var(--Border);
  font-size: 17px;
  line-height: 1.2;
  vertical-align: middle;
}

.comparison-table tr > :last-child {
  border-right: 0;
}

.comparison-table tbody tr:last-child > * {
  border-bottom: 0;
}

.comparison-table thead th {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.comparison-table .feature-heading,
.comparison-table tbody th {
  width: 30%;
}

.comparison-table thead th:nth-child(2),
.comparison-table tbody td:nth-child(2) {
  width: 35%;
}

.comparison-table thead th:nth-child(3),
.comparison-table tbody td:nth-child(3) {
  width: 35%;
}

.comparison-table .mindmane-heading {
  color: #fff;
  background: var(--Extra);
}

.comparison-table tbody th {
  font-weight: 500;
  text-align: left;
}

.comparison-table tbody td {
  font-weight: 500;
  text-align: center;
}

.comparison-table .symbol {
  display: inline-block;
  color: var(--Extra);
  font-size: 29px;
  font-weight: 400;
  line-height: 0.7;
  vertical-align: -2px;
}

.comparison-table .cross {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 10px 16px;
    font-size: 15px;
  }

  .comparison-table thead th {
    font-size: 17px;
  }
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    justify-content: space-between;
}






.footer-logo {
  display: block;
  width: 315px;
  max-width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}


p.viewing-now {
    font-weight: 600;
    color: #d63638;
    margin-bottom: 0px;
}
