.comparison-hero {
  padding: 80px 0 50px 0;
  background-color: #f7f6ff;
}
.comparison-hero .text {
  text-align: center;
}
.comparison-hero .text h1 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
  font-size: 50px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .comparison-hero .text h1 {
    font-size: 32px;
  }
}
.comparison-hero .text h1 b, .comparison-hero .text h1 strong {
  color: #00A9FF;
  font-weight: 600;
}
.comparison-hero .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.comparison-hero .text p:last-of-type {
  margin-bottom: 30px;
}
.comparison-hero .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.comparison-table {
  padding: 50px 0;
}
.comparison-table .text {
  text-align: center;
}
.comparison-table .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-table .text h2 {
    font-size: 32px;
  }
}
.comparison-table .text p {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 16px auto;
}
.comparison-table .text p:last-of-type {
  margin-bottom: 30px;
}
.comparison-table .text ul {
  width: fit-content;
  margin: 0 auto;
}
.comparison-table table {
  width: 100%;
  max-width: 765px;
  margin: 30px auto;
}
.comparison-table table thead tr {
  border: 0;
}
.comparison-table table thead tr th {
  vertical-align: middle;
  border: 0 !important;
  background-color: transparent;
}
.comparison-table table thead tr th:nth-of-type(odd), .comparison-table table thead tr th:nth-of-type(even) {
  background-color: transparent;
}
.comparison-table table thead tr th a {
  display: inline-block;
}
.comparison-table table thead tr th img, .comparison-table table thead tr th svg {
  max-height: 50px;
  width: auto;
}
.comparison-table table tbody {
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  outline: 3.5px solid #00A9FF;
}
.comparison-table table tbody tr {
  border: 0;
}
.comparison-table table tbody tr:nth-of-type(2) td:nth-of-type(2) {
  color: rgb(2, 184, 128);
  font-weight: 700;
}
.comparison-table table tbody tr:nth-of-type(2) td:nth-of-type(3) {
  color: #FF5C6E;
  font-weight: 700;
}
.comparison-table table tbody tr:nth-of-type(3) td:not(:first-child) {
  font-weight: 700;
}
.comparison-table table tbody tr:last-of-type td:nth-of-type(2) {
  display: block;
  margin-bottom: 30px;
}
.comparison-table table tbody tr td {
  font-size: 18px;
  border: 0;
  background-color: transparent;
}
.comparison-table table tbody tr td:nth-of-type(odd), .comparison-table table tbody tr td:nth-of-type(even) {
  background-color: transparent;
}
.comparison-table table tbody tr td:first-child {
  text-align: left;
}
.comparison-table table tbody tr td:nth-of-type(2) {
  background-color: rgba(61, 155, 233, 0.17);
}
.comparison-table table tbody tr td img, .comparison-table table tbody tr td svg {
  height: 30px;
  width: auto;
}

.comparison-services {
  padding: 50px 0;
}
.comparison-services .row {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .comparison-services .row {
    flex-wrap: wrap;
  }
}
.comparison-services .row:nth-of-type(even) .col:first-child {
  order: 2;
}
@media only screen and (max-width: 768px) {
  .comparison-services .row:nth-of-type(even) .col:first-child {
    order: 1;
  }
}
.comparison-services .row:nth-of-type(even) .col:nth-of-type(2) {
  order: 1;
}
@media only screen and (max-width: 768px) {
  .comparison-services .row:nth-of-type(even) .col:nth-of-type(2) {
    order: 2;
  }
}
.comparison-services .row .col {
  width: 100%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .comparison-services .row .col {
    max-width: 100%;
  }
}
.comparison-services .row .col .image {
  text-align: center;
}
.comparison-services .row .col .image img {
  max-width: 360px;
}
.comparison-services .row .col .text h2 {
  width: 100%;
  max-width: 450px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-services .row .col .text h2 {
    font-size: 28px;
  }
}
.comparison-services .row .col .text h2 b, .comparison-services .row .col .text h2 strong {
  color: #00A9FF;
  font-weight: 600;
}
.comparison-services .row .col .text p {
  width: 100%;
  max-width: 450px;
}

.comparison-faq {
  padding: 50px 0;
  background-color: #ecebeb;
}
.comparison-faq .text {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.comparison-faq .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-faq .text h2 {
    font-size: 32px;
  }
}

.comparison-customers {
  padding: 50px 0;
  background-color: #f7f6ff;
}
.comparison-customers .text {
  text-align: center;
}
.comparison-customers .text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-customers .text h2 {
    font-size: 32px;
  }
}
.comparison-customers .text h3 {
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-customers .text h3 {
    font-size: 24px;
  }
}
.comparison-customers .reviews {
  margin-bottom: 50px;
}
.comparison-customers .reviews .flex {
  display: flex;
  background-color: white;
  width: 100%;
  max-width: 870px;
  box-shadow: rgba(245, 245, 245, 0.6) 0px 1px 12px 7px;
  margin: 0 auto 20px auto;
  border-radius: 10px;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  .comparison-customers .reviews .flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .comparison-customers .reviews .flex .item {
    width: 100%;
  }
}
.comparison-customers .reviews .flex .item:first-child {
  margin-right: 30px;
  min-width: 220px;
}
@media only screen and (max-width: 768px) {
  .comparison-customers .reviews .flex .item:first-child {
    margin: 0 0 15px 0;
    min-width: auto;
  }
}
.comparison-customers .reviews .flex .item .info .avatar {
  margin-bottom: 5px;
}
.comparison-customers .reviews .flex .item .info .avatar img {
  height: 63px;
  width: auto;
  border-radius: 50%;
}
.comparison-customers .reviews .flex .item .info h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 700;
}
.comparison-customers .reviews .flex .item .info h5 {
  margin: 0 0 5px 0;
  font-size: 13px;
  font-weight: 300;
}
.comparison-customers .reviews .flex .item .info .rating {
  color: rgb(229, 165, 11);
  font-size: 20px;
  letter-spacing: 2px;
}
.comparison-customers .reviews .flex .item .text p {
  text-align: left;
  font-size: 14px;
}
.comparison-customers .reviews .flex .item .text i, .comparison-customers .reviews .flex .item .text em {
  font-size: 18px;
}
.comparison-customers .reviews .flex .item .text .btn-wrap {
  text-align: right;
}
.comparison-customers .reviews .flex .item .text .btn-wrap a {
  color: rgb(40, 38, 38);
  font-size: 17px;
}
.comparison-customers .reviews .flex .item .text .btn-wrap a:hover {
  text-decoration: underline;
}
.comparison-customers .more {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .comparison-customers .more {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .comparison-customers .more .item {
    margin-bottom: 15px;
    text-align: center;
  }
}
.comparison-customers .more .item img, .comparison-customers .more .item svg {
  height: 60px;
}
.comparison-customers .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

.comparison-pricing {
  padding: 50px 0;
}
.comparison-pricing .text {
  text-align: center;
}
.comparison-pricing .text h2 {
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-pricing .text h2 {
    font-size: 32px;
  }
}
.comparison-pricing .text h3 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .comparison-pricing .text h3 {
    font-size: 27px;
  }
}
.comparison-pricing .text h3.color-blue {
  color: #00A9FF;
}
.comparison-pricing .text h3.color-red {
  color: #FF5C6E;
}
.comparison-pricing .text h3:last-of-type {
  margin-bottom: 50px;
}
.comparison-pricing .btns .btn {
  min-width: 275px;
  margin-bottom: 15px;
}

/*# sourceMappingURL=comparison.css.map */
