.checklist {
  display: table;
  width: 100%;
  padding: 0;
  table-layout: fixed;
  margin: 0 2rem;
}
.checklist li {
  display: table-cell;
  text-align: center;
  position: relative;
  padding-left: 25px;
  margin-right: 6rem;
}
.checklist li .img_wrap {
  max-width: 100px;
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
}
.checklist li .img_wrap img {
  max-height: 40px;
}
.checklist li .text_wrap {
  position: relative;
}
.checklist li .text_wrap:before {
  position: absolute;
  left: -25px;
  top: -5px;
  content: "\ea13";
  font-family: icomoon !important;
  font-size: 18px;
  font-weight: 700;
  color: #005883;
  vertical-align: top;
}
.checklist li:last-child {
  margin-right: 0;
}
.checklist li h3 {
  font-size: 17px;
  margin-bottom: 0;
  font-family: latoblack !important;
  font-weight: unset !important;
  text-align: center;
}
.checklist li p {
  font-size: 15px;
}
@media (max-width: 991px) {
  #comparison_table .inner_item_wrap td {
    padding: 10px !important;
  }
  .checklist {
    display: inline-block;
    column-count: 2;
    margin: 0 auto 35px;
    width: auto;
  }
  .checklist li {
    display: block;
    margin-bottom: 15px;
  }
  .checklist li h3,
  .checklist li p {
    display: inline-block;
  }
  .checklist li:before {
    top: 0;
  }
  .checklist li .img_wrap {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 640px) {
  .checklist {
    column-count: 1;
  }
}
@media (max-width: 568px) {
  .checklist {
    column-count: 1;
  }
  .checklist li {
    margin-right: 0;
    padding-left: 20px;
  }
}
#comparison_table {
  position: relative;
}
#comparison_table table {
  width: 100%;
  table-layout: fixed;
}
#comparison_table table > thead > tr > th {
  width: 100%;
  padding: 0;
}
#comparison_table .inner_item_wrap td {
  border: 1px solid #e5e5e5;
  padding: 20px 10px;
  empty-cells: show;
  color: #2c2a2a;
  word-break: break-word;
  height: 67px;
  font-weight: unset !important;
  font-family: latoregular !important;
}
#comparison_table .inner_item_wrap td b {
  font-weight: unset !important;
  font-family: latobold !important;
}
#comparison_table .table_header td {
  text-align: center;
  padding: 0;
}
.fixdit,
.fixr {
  position: fixed;
  max-width: 1140px;
  width: 100%;
}
.undr_fixdit {
  padding-top: 40px;
}
.inner_item_wrap table tbody tr td {
  text-align: center;
  font-size: 13px;
  height: 25px;
}
#comparison_table .inner_item_wrap table tbody tr td:first-of-type {
  text-align: left;
  font-family: latobold !important;
  font-weight: unset !important;
  font-size: 14px;
}
.table_header {
  width: 100%;
}
.table_header table tbody tr td {
  font-family: latoblack;
  font-weight: unset;
  font-size: 18px;
  border: 1px solid #e5e5e5;
  empty-cells: show;
  color: #fff;
  background-color: #fff;
  display: table-cell;
  border: none;
}
.table_header table tbody tr td .title {
  font-size: 20px;
}
.table_header table tbody tr td .link {
  font-size: 12px;
}
.table_header table tbody tr td .data_wrap {
  border-radius: 10px 10px 0 0;
  padding: 10px;
}
#comparison_table .table_comparison_details {
  border-width: 2px;
}
#comparison_table .table_comparison_details ul {
  padding-left: 0;
  margin-bottom: 0;
  display: inline-block;
}
#comparison_table .table_comparison_details li {
  font-size: 16px;
}
#comparison_table .table_comparison_details li.icon-check {
  list-style: none;
  position: relative;
  margin-left: 15px;
  font-family:'latoregular' !important;
}
#comparison_table .table_comparison_details li.icon-check:before {
  content: "\ea14";
  position: absolute;
  left: -18px;
  font-family: 'icomoon';
  font-size: 10px;
  top: 3px;
  color: var(--pe_deep_blue);
}
.table_header table tbody tr td a {
  color: #fff;
}
.table_header table tbody tr td:nth-child(2) .data_wrap {
  background-color: #027faa;
}
.table_header table tbody tr td:nth-child(3) .data_wrap,
.table_header_mobile .data[data-cmpr="quickbase"] {
  background-color: #2c9382;
}
.table_header table tbody tr td:nth-child(4) .data_wrap,
.table_header_mobile .data[data-cmpr="appsheet"] {
  background-color: #1a73e8;
}
.table_header table tbody tr td:last-child .data_wrap,
.table_header_mobile .data[data-cmpr="betty_blocks"] {
  background-color: #e9004c;
}
table tbody tr td span.icon-check {
  font-size: 2rem;
  font-weight: 900 !important;
  font-family: icomoon !important;
}
table tbody tr td:not(:last-child) span.icon-check:before {
  content: "\ea14";
}
table tbody tr td:not(:last-child) span.icon-check {
  color: #027faa;
}
span.icon-cross {
  font-size: 2rem;
  font-weight: 900;
}
span.icon-up-arrow {
  font-family: icomoon !important;
  position: absolute;
  right: 20px;
  content: "\e970";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 900;
}
.s2_description2 {
  margin: 0 auto;
}
.compare_list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  column-count: 2;
}
.compare_list ul li {
  margin-bottom: 25px;
  box-shadow: 0 3px 6px #00000029;
}
.compare_list ul li .list_wrap {
  padding: 10px 25px;
  background-color: #fff;
  border-left-width: 2px;
}
.compare_list ul li .list_title {
  font-weight: 700;
  font-size: 20px;
  font-family:'latobold';
}
.compare_list ul li .list_text {
  font-family:'latoregular';
}
.or_link {
  display: block;
}
.header_texts .banner-btn {
  text-align: left;
}
.mobile,
.mobile_table {
  display: none !important;
}
@media (max-width: 991px) {
  .compare_list ul {
    column-count: 1;
  }
  .compare_list ul li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #comparison_table .inner_item_wrap td,
  .desktop_table,
  .table_header table tbody tr td {
    display: none;
  }
  #comparison_table .inner_item_wrap td.active,
  #comparison_table .inner_item_wrap td.caspio,
  #comparison_table .inner_item_wrap td:first-child,
  .table_header table tbody tr td.active,
  .table_header table tbody tr td.caspio,
  .table_header table tbody tr td:first-child {
    width: 33% !important;
    display: table-cell;
  }
  .mobile_table {
    display: table-row !important;
  }
  .table_header_mobile {
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
    width: 100%;
  }
  .table_header_mobile .data .title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
  }
  .table_header_mobile .data {
    padding: 4px 3px;
    margin-right: 3px;
    border-radius: 2px;
    cursor: pointer;
  }
  .table_header_mobile .data:last-child {
    margin-right: 0;
  }
  .table_header_mobile .data_wrap {
    padding: 5px 0;
    border: 1px solid transparent;
  }
  .table_header_mobile .data.active .data_wrap {
    border: 1px solid #fff;
  }
  .table_header_mobile .data {
    display: block;
    flex: 1;
  }
  .link_wrap {
    position: relative;
    display: inline-block;
  }
  .link_wrap:after {
    content: "\f27f";
    display: inline-block;
    font: normal normal normal 14px/1 icomoon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 4px;
    right: -10px;
  }
}
@media (max-width: 500px) {
  .table_header table tbody tr td .title {
    font-size: 16px;
  }
  .link_wrap {
    margin-top: 5px;
    max-width: 80%;
    line-height: 0.5;
  }
  .caspio .link_wrap {
    max-width: 45%;
  }
  .link_wrap:after {
    top: 30%;
    right: 10px;
    content: "";
  }
  .caspio .link_wrap:after {
    right: 5px;
  }
  #comparison_table .inner_item_wrap td,
  #comparison_table .table_comparison_details li {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  #comparison_table .inner_item_wrap td,
  #comparison_table .table_comparison_details li {
    font-size: 12px;
  }
  #comparison_table .inner_item_wrap td {
    padding: 5px !important;
  }
  .table_header table tbody tr td .title,
  .table_header_mobile .data .title {
    font-size: 14px;
  }
  .table_header table tbody tr td .data_wrap {
    padding: 7px 5px;
  }
  .table_header_mobile .data {
    margin-right: 1px;
  }
  .table_header_mobile .data:last-child {
    margin-right: 0;
  }
}
@media (max-width: 350px) {
  #comparison_table .inner_item_wrap td,
  #comparison_table .table_comparison_details li {
    font-size: 11px;
  }
  .table_header table tbody tr td .title,
  .table_header_mobile .data .title {
    font-size: 12px;
  }
}
.img_wrap img {
  width: 100%;
}
.link_arrow:before {
  color: var(--pe_blue);
}