@charset "UTF-8";
/* CSS Document */
.container-new {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 30px;
}
p {
  font: 18px/1.6 Zoho_Puvi_Regular;
  margin: 0px 0px 30px 0px;
}
.banner-bg {
  background: #045fd2;
  padding: 75px 0px;
}
.banner {
  text-align: center;
  color: #fff;
}
.banner h1 {
  font: 48px / 1.15 Zoho_Puvi_ExtraBold;
  max-width: 700px;
  margin: auto;
}
.banner p {
  font: 18px / 1.5 Zoho_Puvi_Regular;
  margin: 10px auto 0px auto;
}
.table-section-wrapper {
  padding: 75px 0px;
}
.table-section table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
  table-layout: auto;
  margin: 0px 0px 50px 0px;
}
.table-section table tr:nth-child(even) {
  background: #045fd20d;
}
tr.table-header th:nth-child(1) {
  border-top-left-radius: 20px;
}
tr.table-header th:last-child {
  border-top-right-radius: 20px;
}
.banner h1{color:#fff;}
.table-section table caption {
  font: 26px / 1.5 Zoho_Puvi_Bold;
  margin: 50px 20px 30px 0px;
}
.table-section table th, .table-section table td {
  padding: 20px;
  text-align: center;
  font: 16px / 1.5 Zoho_Puvi_Regular;
  border: 1px solid #ccc;
}
.table-section table td {
  text-align: left;
  vertical-align: middle;
}
.table-section table th {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  background: #045fd2;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
}
.prd-nav li {
  width: 32%;
}
.compare-table-footer-bg {
  background: #323232;
  text-align: center;
  padding: 100px 0px;
}
.compare-table-footer h4 {
  font: 36px / 1.3 Zoho_Puvi_Bold;
  color: #fff;
  margin: 0px auto 30px auto;
}
.compare-table-footer p {
  font: 19px / 1.5 Zoho_Puvi_Regular;
  color: #fff;
  margin: 10px auto 40px auto;
  max-width: 600px;
}
ul.footer-cta {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.footer-cta li {
  margin: 0px 7px;
}
ul.footer-cta li a {
  font: 17px / 1.2 Zoho_Puvi_SemiBold;
  padding: 14px 40px;
  background: #f0483e;
  color: #fff;
  border: 1px solid #f0483e;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
}
.footer-cta li:nth-child(2) a {
  background: transparent;
  border: 1px solid #fff;
}
.fixed-header {
  position: sticky;
  top: 49px;
  z-index: 999;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}
tr.table-header.fixed-header th {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.internal-links {
  color: #045fd2;
  text-decoration: none !important;
  border-bottom: 1px solid;
}
@media screen and (max-width: 1024px) {
  .banner-bg {
    margin-top: 20px;
  }
  .table-section table {
    border: 0;
  }
  .table-section table tr:nth-child(even) {
    background: transparent;
  }
  .table-section table caption {
    font-size: 20px;
  }
  .table-section table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-section table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 30px;
  }
  .table-section table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    text-align: right;
  }
  .table-section table td::before {
    content: attr(data-label);
    float: left;
    font: 14px / 1.5 Zoho_Puvi_Bold;
  }
  .table-section table td:last-child {
    border-bottom: 0;
  }
}
@media only screen and (max-width:414px) {
  .banner h1 {
    font: 36px / 1.15 Zoho_Puvi_ExtraBold;
  }
  ul.footer-cta {
    display: block;
  }
  ul.footer-cta li a {
    min-width: 120px;
  }
  .footer-cta li:nth-child(2) a {
    margin-top: 15px;
  }
}
.heading-menu,#scroll{
display:none;}