.stat-pge .cardView .card {
  border: 0;
}

.stat-pge .cardView .card .card-header {
  background: #f3f7f8;
}

.stat-pge .cardView .card .card-header h5 button, .stat-pge .cardView .card .card-header h5.accordTab {
  cursor: pointer;
  color: #283344;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding: 13px 15px;
  padding-right: 1.9rem !important;
  transition: 300ms ease-in-out;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .stat-pge .cardView .card .card-header h5 button, .stat-pge .cardView .card .card-header h5.accordTab {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .cardView .card .card-header h5 button, .stat-pge .cardView .card .card-header h5.accordTab {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .cardView .card .card-header h5 button, .stat-pge .cardView .card .card-header h5.accordTab {
    font-size: 14px;
  }
}

.stat-pge .cardView .card .card-header h5 button.collapsed, .stat-pge .cardView .card .card-header h5.accordTab.collapsed {
  background: #fff;
}

.stat-pge .cardView .card .card-header h5 button.collapsed:after, .stat-pge .cardView .card .card-header h5.accordTab.collapsed:after {
  transform: rotate(0deg);
  transition: 300ms ease-in-out;
}

.stat-pge .cardView .card .card-header h5 .icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.stat-pge .cardView .card .card-header h5 .icon img {
  width: 32px;
}

.stat-pge .cardView .card .card-header h5 .icon svg {
  width: 100%;
  height: 100%;
}

.stat-pge .cardView .card .card-header h5 .icon svg path,
.stat-pge .cardView .card .card-header h5 .icon svg circle {
  fill: #2cb7e0;
}

.stat-pge .cardView .card .card-body {
  padding: 15px 15px;
}

.stat-pge .cardView .card .card-body .badge-pill {
  font-weight: 400;
  padding: 6px 12px;
  margin-bottom: 5px;
  font-size: 13px;
  color: #263077;
  border: 1px dashed #eeee;
  background-color: #fff;
}

.stat-pge .cardView .card .card-body p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #47535f;
  font-weight: 400;
}

.stat-pge .faq-accord-wrap.whatWeTreat h5 button:after, .stat-pge .faq-accord-wrap.whatWeTreat h5.accordTab:after {
  top: 12px !important;
}

.stat-pge .faq-accord-wrap .card {
  border: 1px solid #d6e1e4;
}

.stat-pge .faq-accord-wrap .card .card-header {
  background: #f3f7f8;
}

.stat-pge .faq-accord-wrap .card .card-header h5 button, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab {
  cursor: pointer;
  color: #283344;
  font-weight: 500;
  position: relative;
  text-decoration: none;
  padding: 13px 15px;
  padding-right: 1.9rem !important;
  transition: 300ms ease-in-out;
}

@media (min-width: 992px) {
  .stat-pge .faq-accord-wrap .card .card-header h5 button, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .faq-accord-wrap .card .card-header h5 button, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .faq-accord-wrap .card .card-header h5 button, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab {
    font-size: 14px;
  }
}

.stat-pge .faq-accord-wrap .card .card-header h5 button:after, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab:after {
  position: absolute;
  content: '';
  background: url(../images/icons/svg/icon_plus_show.svg) no-repeat;
  height: 30px;
  width: 30px;
  right: 5px;
  top: 10px;
  background-size: 20px;
  background-position: center center;
  transition: 300ms ease-in-out;
  transform: rotate(45deg);
}

.stat-pge .faq-accord-wrap .card .card-header h5 button.collapsed, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab.collapsed {
  background: #fff;
}

.stat-pge .faq-accord-wrap .card .card-header h5 button.collapsed:after, .stat-pge .faq-accord-wrap .card .card-header h5.accordTab.collapsed:after {
  transform: rotate(0deg);
  transition: 300ms ease-in-out;
}

.stat-pge .faq-accord-wrap .card .card-header h5 .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.stat-pge .faq-accord-wrap .card .card-header h5 .icon img {
  width: 24px;
}

.stat-pge .faq-accord-wrap .card .card-header h5 .icon svg {
  width: 100%;
  height: 100%;
}

.stat-pge .faq-accord-wrap .card .card-header h5 .icon svg path,
.stat-pge .faq-accord-wrap .card .card-header h5 .icon svg circle {
  fill: #2cb7e0;
}

.stat-pge .faq-accord-wrap .card .card-body {
  padding: 15px 15px;
}

.stat-pge .faq-accord-wrap .card .card-body p {
  line-height: 22px;
  margin-bottom: 5px;
  color: #47535f;
  font-weight: 400;
}

@media (min-width: 992px) {
  .stat-pge .faq-accord-wrap .card .card-body p {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .faq-accord-wrap .card .card-body p {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .faq-accord-wrap .card .card-body p {
    font-size: 12px;
  }
}

.stat-pge .faq-accord-wrap .stat-page-ul {
  padding-left: 15px;
  margin: 15px 0;
}

.stat-pge .faq-accord-wrap .stat-page-ul li {
  font-size: 13px;
  margin-bottom: 8px;
}

.stat-pge .static-content-cus h4 {
  font-size: 18px;
}

.stat-pge .cardHead .title {
  font-size: 1.75rem;
}

.stat-pge .rmInfoList .title {
  font-size: 18px;
}

.stat-pge .rmInfoList .timing {
  font-size: 0.8125rem;
}

@media (min-width: 992px) {
  .stat-pge .contactForm p.dec {
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .contactForm p.dec {
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .contactForm p.dec {
    font-size: 12px;
  }
}

.stat-pge .contactInfo h6.title {
  font-weight: 700;
}

@media (min-width: 992px) {
  .stat-pge .contactInfo .h4 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .contactInfo .h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .contactInfo .h4 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .stat-pge .contactInfo .h5 {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .contactInfo .h5 {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .contactInfo .h5 {
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .stat-pge .contactInfo p {
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .stat-pge .contactInfo p {
    font-size: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .stat-pge .contactInfo p {
    font-size: 0.75rem;
  }
}

.stat-pge .static-content-cus ul,
.stat-pge .static-content-cus ol {
  padding-left: 25px;
}

.tableInsurance tbody td {
  font-size: 0.9375rem;
}

.telehealthBanner {
  background-position: center !important;
  background-color: #2cb7e0 !important;
}

.telehealthBanner .container {
  min-height: 260px;
}

.telehealthBanner .bannerInner {
  color: #fff;
}

.telehealthBanner .breadcrumb.breadcrumbWrap li a {
  color: #263077;
}

.telehealthBanner .breadcrumb-item + .breadcrumb-item::before {
  color: #263077;
}

.telehealthBanner .breadcrumb.breadcrumbWrap li.active {
  color: #b7efff;
}

.telehealthBenefits {
  background: #f5f7fb;
  background-image: url(../images/bg-pattern.png);
  background-position: center;
  background-repeat: repeat;
  overflow: hidden;
}

.consultTabDes .consultTab .nav-item {
  margin-bottom: 0;
}

.consultTabDes .consultTab .nav-item:first-child .nav-link {
  background-color: #263077;
  color: #fff;
}

.consultTabDes .consultTab .nav-item:nth-child(2) .nav-link {
  background-color: #2cb7df;
  color: #fff;
}

.consultTabDes .consultTab .nav-item:nth-child(3) .nav-link {
  background-color: #51bb6c;
  color: #fff;
}

.consultTabDes .consultTab .nav-item .nav-link {
  border: 0;
  background: #fff;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 10px;
  letter-spacing: 0.5px;
  padding: 6px 20px;
}

.consultTabDes ul.listDot li {
  margin-top: 8px;
  position: relative;
  padding-left: 15px;
}

.consultTabDes ul.listDot li:first-child {
  margin-top: 0;
}

.consultTabDes ul.listDot li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2cb7e0;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 8px;
}

.telehealthSecurity {
  background: #e0f0f8;
}

@media (max-width: 767.98px) {
  .telehealthSecurity .bannerImg {
    max-width: 120px;
  }
}

.staticPage h1 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #263077;
}

@media (min-width: 992px) {
  .staticPage h1 {
    font-size: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .staticPage h1 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .staticPage h1 {
    font-size: 1.5rem;
  }
}

.staticPage h2,
.staticPage h5 {
  font-weight: 500;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .staticPage h2,
  .staticPage h5 {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .staticPage h2,
  .staticPage h5 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .staticPage h2,
  .staticPage h5 {
    font-size: 1rem;
  }
}

.staticPage p {
  line-height: 2;
}

@media (min-width: 992px) {
  .staticPage p {
    font-size: 0.8125rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .staticPage p {
    font-size: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .staticPage p {
    font-size: 0.75rem;
  }
}

.staticPage ul {
  padding-left: 0;
  margin-bottom: 0;
}

.staticPage ul ul {
  margin-top: 15px;
}

.staticPage ul ul li::before {
  background-color: #343a40;
  height: 2px;
  border-radius: 20px;
}

.staticPage ul li {
  list-style: none;
  padding-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.8;
}

.staticPage ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #263077;
  display: inline-block;
  margin-right: 12px;
  margin-left: -20px;
}

.staticPage ol {
  list-style: none;
  counter-reset: li;
  padding-left: 20px;
  margin-bottom: 0;
}

.staticPage ol li {
  counter-increment: li;
  padding-bottom: 15px;
  line-height: 1.8;
}

.staticPage ol li::before {
  content: counter(li) ". ";
  color: red;
  font-weight: bold;
  display: inline-block;
  margin-right: 12px;
  margin-left: -20px;
}

.staticPage .navSiteWrap.border-bottom {
  border-bottom: 1px dashed #eaeaea !important;
}

@media (max-width: 575.98px) {
  .staticPage .navSiteWrap h5,
  .staticPage .navSiteWrap h2 {
    text-align: center;
  }
}

.staticPage .navSiteMap .nav-link {
  display: inline-block;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: underline !important;
}

.staticPage .navSiteMap .nav-link:hover {
  color: #2cb7e0;
}

.staticPage .navSiteMap li {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .staticPage .navSiteMap li {
    width: calc(100% / 3);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .staticPage .navSiteMap li {
    width: calc(100% / 2);
  }
}

@media (max-width: 575.98px) {
  .staticPage .navSiteMap li {
    width: calc(100% / 1);
    text-align: center;
  }
}

.staticPage .navSiteMap li::before {
  width: 6px;
  height: 6px;
  margin-right: 6px;
  margin-left: -15px;
}

.cardFooter .card-subtitle {
  font-size: 12px;
  opacity: 0.8;
}

.flex2 {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .flex2 li {
    width: calc(100% / 2);
  }
}

@media (max-width: 767.98px) {
  .flex2 li {
    width: calc(100% / 1);
  }
}

.guidelinesWrap ul li a {
  word-break: break-all;
}
/*# sourceMappingURL=static.pages.css.map */