body {
  font-family: "Inter", sans-serif;
  color: #131921;
  scroll-behavior: smooth;
}
body .calendly-popup {
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 1200px) {
  body .container {
    max-width: 1170px;
  }
}
@media screen and (min-width: 1400px) {
  body .container {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1600px) {
  body .container {
    max-width: 1500px;
  }
}
body .container a {
  text-decoration: none;
  color: #1581E5;
}
body .container a:hover {
  text-decoration: none;
}
body .container img {
  display: initial;
}
body .img-fluid {
  max-width: 100%;
  height: auto;
}
body p {
  font-size: 18px;
  margin: 0;
}
body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .primary-button {
  padding: 14px 16px;
  background: #1581E5;
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 16px;
  border-radius: 7px;
  border: 2px solid #1581E5;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
body .primary-button:hover {
  box-shadow: 10px 10px 0px rgba(21, 129, 229, 0.1);
}
body .heading-1 {
  font-size: calc(32px + 24 * (100vw - 320px) / 1600);
  line-height: calc(43px + 21 * (100vw - 320px) / 1600);
  font-weight: 800;
}
body .heading-2 {
  font-size: calc(26px + 14 * (100vw - 320px) / 1600);
  line-height: calc(40px + 12 * (100vw - 320px) / 1600);
  font-weight: 700;
}
body .heading-3 {
  font-size: calc(24px + 12 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 700;
  color: #131921;
}
body .text-1 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 400;
  color: #272D35;
}
body .page-title {
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
  line-height: calc(32px + 8 * (100vw - 320px) / 1600);
  font-weight: 400;
}
body .small-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
body header {
  background-color: #FFFFFF;
  z-index: 9;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  padding: 0.5rem 0;
}
body header .navbar {
  padding: 1rem 0;
}
@media screen and (max-width: 991.98px) {
  body header .navbar .navbar-head {
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 0 !important;
  }
}
body header .navbar .header-buttons .primary-button {
  padding: 10px 14px;
}
@media screen and (max-width: 575.98px) {
  body header .navbar .header-buttons .primary-button {
    font-size: 14px;
  }
}
body header.sticky_header {
  position: sticky;
  top: 0;
}
body .banner_gen {
  padding-top: 80px;
}
@media screen and (max-width: 991.98px) {
  body .banner_gen {
    padding: 60px 0 70px;
    background: linear-gradient(0.12deg, rgba(21, 129, 229, 0.15) -2.25%, rgba(21, 129, 229, 0) 96.2%);
  }
}
body .banner_gen .banner_row {
  text-align: center;
}
body .banner_gen .banner_row .wrapper {
  padding-bottom: 270px;
  border-radius: 0 0 120px 120px;
  background: linear-gradient(0.12deg, rgba(21, 129, 229, 0.15) -2.25%, rgba(21, 129, 229, 0) 96.2%);
}
@media screen and (max-width: 1199.98px) {
  body .banner_gen .banner_row .wrapper {
    border-radius: 0 0 70px 70px;
  }
}
@media screen and (max-width: 991.98px) {
  body .banner_gen .banner_row .wrapper {
    border-radius: 0;
    background: transparent;
    padding-bottom: 0;
  }
}
body .banner_gen .banner_row .wrapper .heading-1 {
  font-weight: 700;
  line-height: 1.4;
  max-width: 706px;
  margin: 0 auto 16px;
  color: #131921;
}
body .banner_gen .banner_row .wrapper .heading-1 span {
  color: #1581E5;
}
body .banner_gen .banner_row .wrapper .desc {
  max-width: 605px;
  margin: 0 auto;
}
body .banner_gen .banner_row .wrapper .banner_buttons {
  display: inline-flex;
  margin: 2rem auto;
}
@media screen and (max-width: 767.98px) {
  body .banner_gen .banner_row .wrapper .banner_buttons {
    margin: 1.5rem auto 2rem;
  }
}
body .banner_gen .banner_row .wrapper .list {
  display: flex;
  gap: 32px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767.98px) {
  body .banner_gen .banner_row .wrapper .list {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
@media screen and (max-width: 575.98px) {
  body .banner_gen .banner_row .wrapper .list {
    margin-bottom: 16px;
  }
}
body .banner_gen .banner_row .wrapper .list li {
  font-style: italic;
}
body .banner_gen .banner_row .bnr-img {
  margin-top: -268px;
}
@media screen and (max-width: 1199.98px) {
  body .banner_gen .banner_row .bnr-img {
    padding: 0 12px;
  }
}
@media screen and (max-width: 991.98px) {
  body .banner_gen .banner_row .bnr-img {
    margin-top: 24px;
    padding: 0;
  }
}
body .tradition {
  padding: 100px 0;
}
@media screen and (max-width: 991.98px) {
  body .tradition {
    padding: 60px 0;
  }
}
body .tradition .inner_wrap .description {
  max-width: 541px;
  margin: 16px auto 32px;
}
body .tradition .inner_wrap .feature_list {
  max-width: 850px;
  margin: 0 auto;
}
body .tradition .inner_wrap .feature_list .list_item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
  margin-bottom: 32px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  body .tradition .inner_wrap .feature_list .list_item {
    gap: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  body .tradition .inner_wrap .feature_list .list_item {
    margin-bottom: 28px;
  }
}
body .tradition .inner_wrap .feature_list .list_item.list5 {
  margin-bottom: 0;
}
body .tradition .inner_wrap .feature_list .list_item .img_box {
  max-width: 48px;
  width: 100%;
}
body .providers {
  padding: 48px 0;
  background: #f3f8fd;
}
body .providers .heading {
  max-width: 834px;
  margin: 0 auto;
}
body .providers .pro_row {
  max-width: 1200px;
  margin: 32px auto 0;
}
body .providers .pro_row .box_wrapper {
  display: flex;
  margin-bottom: 24px;
}
body .providers .pro_row .box_wrapper.box3, body .providers .pro_row .box_wrapper.box4 {
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  body .providers .pro_row .box_wrapper.box3 {
    margin-bottom: 24px;
  }
}
body .providers .pro_row .box_wrapper .img_wrap {
  max-width: 32px;
  width: 100%;
  margin-right: 10px;
}
body .providers .pro_row .box_wrapper .content_wrapper .title {
  font-weight: 600;
}
body .providers .pro_row .box_wrapper .content_wrapper .description {
  opacity: 0.7;
  margin-top: 16px;
  max-width: 510px;
}
body .process {
  padding-top: 100px;
}
@media screen and (max-width: 991.98px) {
  body .process {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991.98px) {
  body .process .main_row {
    justify-content: center;
  }
}
body .process .main_row .inner {
  margin-top: 32px;
  padding: 10px 0 24px 24px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  body .process .main_row .inner {
    margin-top: 0;
    padding: 10px 0 24px;
  }
}
@media screen and (max-width: 767.98px) {
  body .process .main_row .inner {
    padding-top: 0;
  }
}
body .process .main_row .inner .number {
  font-size: calc(72px + 28 * (100vw - 320px) / 1600);
  line-height: 1.4;
  font-weight: 700;
  background: linear-gradient(180deg, #CCE4FA -8.33%, #FFFFFF 78.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767.98px) {
  body .process .main_row .inner .number {
    text-align: center;
  }
}
body .process .main_row .inner .content-box {
  margin-top: -50px;
}
@media screen and (max-width: 767.98px) {
  body .process .main_row .inner .content-box {
    text-align: center;
  }
}
body .process .main_row .inner .content-box .title {
  margin-bottom: 1rem;
}
body .process .main_row .inner .content-box .desc {
  opacity: 0.7;
  max-width: 313px;
}
@media screen and (max-width: 991.98px) {
  body .process .main_row .inner .content-box .desc {
    max-width: 290px;
  }
}
@media screen and (max-width: 767.98px) {
  body .process .main_row .inner .content-box .desc {
    max-width: 100%;
  }
}
body .process .main_row .inner .content-box img {
  padding-top: 40px;
}
@media screen and (max-width: 991.98px) {
  body .process .main_row .inner .content-box img {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  body .process .main_row .inner .content-box img {
    padding-top: 12px !important;
  }
}
body .process .main_row .inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #CCE4FA -9.27%, #DDEDFC 60.6%, #FFFFFF 100%);
}
@media screen and (max-width: 991.98px) {
  body .process .main_row .inner:before {
    width: 100%;
    height: 2px;
  }
}
@media screen and (max-width: 991.98px) {
  body .process .main_row .inner.box3 {
    padding-bottom: 0;
  }
}
body .process .main_row .inner.box3 .content-box img {
  padding-top: 20px;
}
@media screen and (max-width: 991.98px) {
  body .process .main_row .inner.box3 .content-box .desc {
    max-width: 100%;
  }
}
body .customer-stories {
  padding: 100px 0 80px;
}
@media screen and (max-width: 991.98px) {
  body .customer-stories {
    padding: 50px 0 60px;
  }
}
body .customer-stories .customer-stories-row {
  border-top: 1px solid #F0F0F0;
}
body .customer-stories .customer-stories-row .heading-3 {
  padding-top: 32px;
}
body .customer-stories .customer-stories-row .inner {
  max-width: 470px;
  margin: 32px auto 0 auto;
}
body .customer-stories .customer-stories-row .inner .page-title {
  margin-bottom: 23px;
  color: #272D35;
}
body .customer-stories .customer-stories-row .inner .name {
  color: #272D35;
  font-weight: 700;
  margin-top: 8px;
}
body .customer-stories .customer-stories-row .inner .position {
  color: #797F87;
}
body .form-sec .form-row {
  background: linear-gradient(0.12deg, rgba(21, 129, 229, 0) -2.25%, rgba(21, 128, 229, 0.1490196078) 96.2%);
  border-radius: 120px 120px 0 0;
  padding: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199.98px) {
  body .form-sec .form-row {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  body .form-sec .form-row {
    padding: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  body .form-sec .form-row {
    border-radius: 20px;
    padding: 30px 16px 0;
    margin-bottom: 50px;
  }
}
body .form-sec .form-row .heading-2 {
  font-weight: 600;
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 1199.98px) {
  body .form-sec .form-row .healthcareFormWrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 375.98px) {
  body .form-sec .form-row .healthcareFormWrap .calendly-inline-widget {
    min-width: auto !important;
  }
}
body footer.ads-footer .footer-row {
  padding: 74px 0 60px;
  border-top: 1px solid #F0F0F0;
}
@media screen and (max-width: 767.98px) {
  body footer.ads-footer .footer-row {
    padding: 50px 0;
  }
}
body footer.ads-footer .footer-row .about-denefits p {
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
  color: #05141F;
  max-width: 98%;
}
body footer.ads-footer .footer-row .business_images {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 767.98px) {
  body footer.ads-footer .footer-row .business_images {
    justify-content: flex-start;
    margin-top: 1.5rem;
  }
}
body footer.ads-footer .footer-row .business_images a {
  cursor: default;
}
body footer .copyright {
  background-color: #fbfbfb;
  z-index: 9;
  position: relative;
  padding: 1.6rem 0.95rem;
}
body footer .copyright .copy_right {
  text-align: center;
}
body footer .copyright p {
  font-weight: 600;
  color: #8a8a94;
  margin: 0;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */