@font-face {
  font-family: "gothamblack";
  src: url("../fonts/gotham_black-ab2c.woff2") format("woff2"), url("../fonts/gotham_black-ab2c.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothammedium";
  src: url("../fonts/gotham-medium.woff2") format("woff2"), url("../fonts/gotham-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_stdbook";
  src: url("../fonts/futurastd_book.woff2") format("woff2"), url("../fonts/futurastd_book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  color: #616365;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.25;
  /*   @media (max-width: 600px) {
  	font-size: 1.1rem;
    } */
}

.word-break {
  word-break: break-word;
}

p {
  word-break: break-word;
}

.small, small {
  font-size: 0.82em !important;
}

h2 {
  font-weight: bold;
}
h2 sup {
  font-size: 50% !important;
  vertical-align: 4px;
}

.validation-error {
  font-size: 80%;
  font-weight: 400;
}

sup {
  font-size: 68% !important;
}

a {
  color: #6b1f7c;
}
a:hover {
  color: rgb(142.2064516129, 41.2, 164.8);
}

.dagger-indent {
  text-indent: -0.3em;
}

.indent-div {
  padding-left: 0.2rem;
}

.text-pink {
  color: #ff1695;
}

.text-primary {
  color: #00b2a9 !important;
}

.text-secondary {
  color: #6b1f7c !important;
}

.text-green {
  color: #00aea9 !important;
}

.text-gray {
  color: #767676 !important;
}

.text-blue {
  color: #00a0e0 !important;
}

.bg-suflave {
  background-color: #00b2a9 !important;
}

.bg-sutab {
  background-color: #00a0e0 !important;
}

.green-bg {
  background-color: #00aea9 !important;
}

.requiredlabel {
  color: #6b1f7c;
}

.border-purple {
  border-color: #6b1f7c !important;
}

.bg-purple {
  background: #6b1f7c;
}

.thankyou-page-title {
  font-size: 4rem;
}
@media screen and (max-width: 700px) {
  .thankyou-page-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .thankyou-page-title {
    font-size: 2.5rem;
  }
}

.list-none li {
  list-style-type: none;
}

.list-items li {
  margin-bottom: 10px;
}
.list-items li:last-child {
  margin-bottom: 0px;
}
.list-items li ol li {
  margin-bottom: 0px;
}

.header-bg {
  background-color: #6b1f7c;
  padding: 15px 40px 15px 15px;
}
@media (max-width: 768px) {
  .header-bg {
    padding: 15px 15px 15px 15px;
  }
}

.page-footer {
  padding: 30px 0;
  border-top: solid 1px #6b1f7c;
  background-color: #e5f7f6;
}
.page-footer.hcp-footer {
  background-color: #f0e9f2;
}
.page-footer .page-footer-content {
  padding-left: 15px;
  padding-right: 15px;
}
.page-footer .nav {
  float: right;
}
@media (max-width: 823px) {
  .page-footer .nav {
    float: left;
  }
}
.page-footer .nav .nav-link {
  color: #616365;
  text-decoration: underline;
}
.page-footer .nav .nav-link:hover {
  text-decoration: none;
}
.page-footer .nav .nav-link:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .page-footer .nav .nav-link {
    padding: 0.5rem 0.8rem;
  }
}

ul {
  margin-left: 0;
  padding-left: 12px;
}

ul li::marker {
  color: #00b2a9 !important;
}

.purple-bullet ul li::marker {
  color: #6b1f7c !important;
}

.ol-numaric-list li::marker {
  color: #00b2a9 !important;
}

.form-control {
  border-color: #00b2a9 !important;
  border-radius: 0 !important;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #00b2a9;
}

.hand {
  cursor: pointer;
}

/* ISI Drawer CSS */
#showIndication {
  background: none;
  border: none;
  color: #00b2a9;
  float: right;
  position: absolute;
  top: 10px;
  right: 0;
}
#showIndication i {
  font-size: 1.3rem;
}
#showIndication a {
  color: #00b2a9 !important;
}

.footer_scroll {
  height: 98%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .footer_scroll {
    height: 95%;
  }
}

footer {
  flex: 0 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  font-size: 0.85rem;
  line-height: 1.15;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  footer {
    bottom: 23px;
    padding-bottom: 0;
    font-size: 0.9rem;
    border-top: 0;
  }
}
footer .footer {
  position: relative;
  width: 100%;
  height: 245px;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
}
@media (max-width: 600px) {
  footer .footer {
    height: 220px;
  }
}
@media screen and (min-width: 610px) and (max-width: 736px) {
  footer .footer {
    height: 200px;
  }
}
footer .footer_head {
  padding: 13px 0 0;
  position: relative;
}
@media (max-width: 950px) {
  footer .footer_head {
    padding: 35px 0 0;
  }
}
footer .footer_main {
  width: 100%;
  margin-top: -10px;
}
footer .footer_main .nav {
  float: right;
}
@media (max-width: 823px) {
  footer .footer_main .nav {
    float: left;
  }
}
footer .footer_main .nav .nav-link {
  font-size: 0.9rem;
  color: #353535;
  text-decoration: underline;
}
footer .footer_main .nav .nav-link:hover {
  text-decoration: none;
}
footer .footer_main .nav .nav-link:first-child {
  padding-left: 0;
}
@media (max-width: 1024px) {
  footer .footer_main .nav .nav-link {
    padding: 0.5rem 0.8rem;
  }
}

.impinfo-footer {
  flex: 0 0 auto;
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  font-size: 1rem;
  line-height: 20px;
  background: #00b2a9;
}
.impinfo-footer a {
  color: white;
  text-decoration: underline;
}
.impinfo-footer a:hover {
  color: white;
  text-decoration: none;
}
.impinfo-footer i {
  font-size: 1.5rem;
}
@media (max-width: 824px) {
  .impinfo-footer {
    padding: 5px 0;
    bottom: 0;
    font-size: 0.64rem;
    line-height: 14px;
  }
  .impinfo-footer i {
    font-size: 1rem;
    margin-right: -8px;
  }
}
@media (max-width: 760px) {
  .impinfo-footer i {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .impinfo-footer {
    padding-left: 15px;
    padding-right: 20px;
  }
  .impinfo-footer i {
    margin-right: -17px;
    margin-top: -8px;
  }
}
@media screen and (min-device-width: 568px) and (max-device-width: 750px) {
  .impinfo-footer {
    padding: 10px;
  }
  .impinfo-footer i {
    margin-top: 0;
  }
}

.navbar-toggler {
  border: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/hamburger-menu.png") !important;
}

.isiModal-scroll {
  max-height: 450px;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (min-width: 660px) and (max-width: 950px) {
  .isiModal-scroll {
    max-height: 220px;
  }
}
@media only screen and (device-width: 768px) {
  .isiModal-scroll {
    max-height: 450px;
  }
}
.isiModal-scroll::-webkit-scrollbar {
  width: 7px;
}
.isiModal-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.isiModal-scroll::-webkit-scrollbar-thumb {
  background: #888;
}
.isiModal-scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.text-left {
  text-align: left !important;
}

.text-sm {
  font-size: 12px;
}

.navbar {
  vertical-align: top;
  display: flex;
  align-items: end;
}

.navbar-nav {
  background: #dfdfdf;
}

.navbar-expand .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: #00b2a9;
  padding: 0.1rem 1.8rem !important;
  line-height: 1.3rem;
  font-weight: 600;
  z-index: 2;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1rem !important;
    font-size: 0.8rem;
  }
}
@media (max-width: 950px) {
  .navbar-expand .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    padding-left: 15px !important;
  }
}
@media (max-width: 420px) {
  .navbar-expand .navbar-nav .nav-link,
  .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 0.9rem !important;
  }
}
.navbar-expand .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}
.navbar-expand .navbar-nav .nav-link svg,
.navbar-light .navbar-nav .nav-link svg {
  fill: #6b1f7c !important;
  margin-bottom: 1px;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #6b1f7c;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:after {
  content: "";
  display: block;
  height: 100%;
  bottom: 0;
  position: absolute;
  background: #6b1f7c;
  opacity: 0.6;
  clip-path: polygon(5% 0, 100% 0%, 97% 100%, 0% 100%);
  width: 0;
  z-index: 1;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}

.navbar-nav .nav-item:hover:after {
  position: absolute;
  /* border-bottom: solid 4px $secondary; */
  content: "";
  width: 100%;
  bottom: 0;
  opacity: 1;
  color: #ffffff !important;
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
@media (max-width: 768px) {
  .navbar-nav .nav-item:hover:after {
    width: 0;
  }
}

.navbar-nav .nav-item.active:after {
  position: absolute;
  height: 100%;
  content: "";
  width: 100%;
  background: #6b1f7c;
  bottom: 0;
  opacity: 1;
  color: #ffffff !important;
  z-index: 1;
  clip-path: polygon(5% 0, 100% 0%, 97% 100%, 0% 100%);
  border-top: solid 1px #dfdfdf;
  border-bottom: solid 1px #dfdfdf;
}
@media (max-width: 768px) {
  .navbar-nav .nav-item.active:after {
    width: 0;
  }
}

.navbar-nav .nav-item.active .nav-link {
  color: #ffffff !important;
  z-index: 2;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item.active a.nav-link {
    color: #6b1f7c !important;
  }
}
.navbar-nav .nav-item:first-child.active:after,
.navbar-nav .nav-item:last-child.active:after {
  width: 0;
}

.navbar-nav .nav-item:first-child:hover:after {
  width: 0;
}

.navbar-nav .nav-item:first-child.active a {
  color: #6b1f7c !important;
}

.nav-last-item {
  font-size: 1.0625rem;
  width: 150px;
  text-align: center;
  font-weight: 600;
  background: #e9ddeb;
  border-left: solid 10px #6b1f7c;
  padding: 0 27px;
  line-height: 1.5rem;
  margin-left: 10px;
}
@media (max-width: 950px) {
  .nav-last-item {
    width: 100% !important;
    text-align: left;
    margin-left: 0px;
    border-left: 0;
    padding-left: 15px;
  }
}
.nav-last-item a {
  color: #fff !important;
  text-decoration: none;
}
.nav-last-item a:hover {
  color: #00b2a9 !important;
  text-decoration: none;
}
.nav-last-item.active a {
  color: #00b2a9 !important;
}

.header-links {
  font-size: 0.63rem;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 420px) {
  .header-links {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 0.6rem;
  }
}
@media (max-width: 320px) {
  .header-links {
    font-size: 0.55rem;
  }
}

a.link {
  color: #ffffff;
  text-decoration: underline !important;
  text-transform: uppercase;
}
a.link:hover {
  text-decoration: none !important;
}
a.link.consumer-link {
  color: #00b2a9;
}
a.link.link-primary {
  color: #00b2a9;
}

.title {
  text-align: center;
  color: #00b2a9;
  font-size: 2.1rem;
  margin-bottom: 20px;
  color: #00b2a9;
  font-weight: bold;
  font-family: "gothamblack";
}
.title span {
  color: #6b1f7c;
}
.title::after {
  border: 0;
  height: 4px;
  /* adjust thickness */
  background: linear-gradient(to right, transparent, #21c1c1, transparent);
  margin: 20px auto;
  /* spacing */
  content: "";
  width: 70%;
  display: block;
}

/* Talk to your doctor */
.doctor-section {
  max-width: 1100px;
  margin: auto;
  padding: 20px 0;
}
.doctor-section .plan-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #6b1f7c;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.doctor-section .plan-box img {
  width: 100%;
  max-width: 458px;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor-section .plan-box .plan-text {
  flex: 1;
  padding: 25px 10px;
}
.doctor-section .plan-box .plan-text h2 {
  color: #6b1f7c;
  margin-top: 0;
}
.doctor-section .plan-box .plan-text ul li {
  margin-bottom: 10px;
  font-size: 15px;
  padding: 0 15px 0 5px;
}
.doctor-section .plan-box .plan-text ul li::marker {
  color: #6b1f7c !important;
}
.doctor-section .questions-box {
  border-radius: 10px;
  padding: 0;
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #6b1f7c, #fff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  margin-bottom: 15px;
}
.doctor-section .questions-box h2 {
  color: #6b1f7c;
  margin-bottom: 15px;
  text-align: center;
  padding: 15px 0 10px 0;
}
.doctor-section .questions-box .questions-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 0 25px;
}
.doctor-section .questions-box .questions-list .question {
  display: flex;
  align-items: flex-start;
}
.doctor-section .questions-box .questions-list .question .num {
  background: #6b1f7c;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  font-family: "gothamblack";
}
.doctor-section .questions-box .questions-list .question p {
  margin: 0;
}
.doctor-section .questions-box .questions-list .question strong {
  color: #6b1f7c;
}
.doctor-section .questions-box .cta-box {
  background: #00b2a9;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  margin-top: 24px;
  border-bottom-left-radius: 7px;
  font-size: 18px;
  border-bottom-right-radius: 7px;
}
.doctor-section .prep-choice {
  text-align: center;
  background: #01b2aa;
  border-radius: 10px;
  padding: 20px 20px 0 20px;
  max-width: 350px;
  margin: 0 auto 15px auto;
}
@media (max-width: 768px) {
  .doctor-section .prep-choice {
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
}
.doctor-section .prep-choice button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.doctor-section .prep-choice h3 {
  color: white;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.doctor-section .prep-choice img {
  max-width: 120px;
  margin: 10px auto;
  display: block;
}
.doctor-section .prep-choice p {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.doctor-section .prep-choice .btn-download {
  display: inline-block;
}
.doctor-section .prep-choice .btn-download img {
  width: 40px;
}

@media (max-width: 768px) {
  .questions-box .questions-list {
    grid-template-columns: 1fr !important;
  }
  .plan-box {
    flex-direction: column;
  }
}
/*How to Prep*/
.prep-section {
  max-width: 1100px;
  margin: auto;
  padding: 20px 0 0 0;
  /* Info Card */
  /* Prep Card */
}
.prep-section .main-title {
  text-align: center;
  color: #00b2a9;
  font-size: 28px;
  margin-bottom: 20px;
}
.prep-section .info-card {
  border: 2px solid #6b1f7c;
  border-radius: 8px;
  margin-bottom: 40px;
}
.prep-section .info-card .info-header {
  background: #6b1f7c;
  color: #fff;
  font-size: 26px;
  text-align: center;
  padding: 15px;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
}
.prep-section .info-card .info-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 20px 20px;
}
.prep-section .info-card .info-body .col {
  width: 50%;
  padding: 10px;
}
@media (max-width: 768px) {
  .prep-section .info-card .info-body .col {
    flex: initial;
  }
}
.prep-section .info-card .info-body .col h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #6b1f7c;
}
.prep-section .info-card .info-body .col .ok {
  text-decoration: underline;
}
.prep-section .info-card .info-body .col .not {
  text-decoration: underline;
}
.prep-section .info-card .info-body .col ul {
  padding-left: 20px;
}
.prep-section .info-card .info-body .col ul li::marker {
  color: #6b1f7c !important;
}
.prep-section .info-card .list-icon {
  display: flex;
  justify-content: space-between;
}
.prep-section .info-card .list-icon img {
  width: 70px;
  margin: -24px 0 0 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 950px) {
  .prep-section .info-card .list-icon img {
    margin: 0px 0 0 0;
  }
}
.prep-section .prep-card {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 20px;
  align-items: center;
  background: #edfaf9;
}
@media (max-width: 700px) {
  .prep-section .prep-card {
    padding: 0 20px;
  }
}
.prep-section .prep-card .prep-info {
  flex: 1;
  padding: 0;
}
.prep-section .prep-card .prep-info h2 {
  color: #00b2a9;
  margin-top: 0;
  font-size: 18px;
}
.prep-section .prep-card .prep-info a {
  color: #00b2a9;
}
.prep-section .prep-card .prep-info p {
  margin-bottom: 10px;
}
.prep-section .prep-card .prep-info .logo {
  max-width: 120px;
  display: block;
  margin: 10px 0;
}
.prep-section .prep-card .prep-info .product {
  max-width: 150px;
  display: block;
  margin: 10px 0;
}
.prep-section .prep-card .prep-video {
  flex: 1;
  padding: 10px;
}
.prep-section .prep-card .prep-video img {
  width: 100%;
  padding: 8px;
  background-color: #fff;
  box-shadow: 4px 2px 9px rgba(5, 156, 156, 0.6);
  -o-object-fit: contain;
     object-fit: contain;
}
.prep-section .prep-card .prep-video .buttons {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prep-section .prep-card .prep-video .buttons .btn {
  flex: 1;
  padding: 12px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.prep-section .prep-card .prep-video .buttons .btn.purple {
  background: #6b1f7c;
}
.prep-section .prep-card .prep-video .buttons .btn.teal {
  background: #00b2a9;
}
.prep-section .prep-card .prep-content {
  padding: 0 30px;
}
@media (max-width: 700px) {
  .prep-section .prep-card .prep-content {
    padding: 0 0px;
  }
}
.prep-section .prep-card .prep-content .prep-images {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.prep-section .prep-card .prep-content img {
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  justify-content: center;
}
.prep-section .prep-card .prep-content .btn {
  background: #00b2a9;
  width: 100%;
  padding: 15px 25px;
  margin: 10px 10px 20px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 700px) {
  .prep-section .prep-card .prep-content .btn {
    padding: 15px 10px;
    margin: 10px 0px 20px 0px;
  }
}
.prep-section .prep-card .prep-content .btn span {
  color: white;
  font-size: 15px;
  font-weight: bold;
  width: 40%;
  text-align: left;
  line-height: 1;
}
.prep-section .prep-card .prep-content .btn a {
  background: #ffffff;
  padding: 0 20px;
  font-size: 14px;
  font-weight: bold;
  color: #00b2a9;
  text-decoration: none;
  min-width: 200px;
  justify-content: space-around;
  display: flex;
  line-height: 30px;
}
.prep-section .prep-card .prep-content .btn a img {
  width: 20px;
}
.prep-section .prep-card .prep-content .btn a.dropdown-toggle::after {
  display: none;
}
.prep-section .prep-card .prep-content .btn .dropdown-menu {
  border: 1px solid #00b2a9;
}
.prep-section .prep-card .prep-content .btn .dropdown-item {
  font-weight: normal;
  text-align: left;
  justify-content: flex-start;
  color: #616365;
  line-height: 22px;
}
.prep-section .prep-card.sutab {
  background-color: #f7f4f8;
}
.prep-section .prep-card.sutab .prep-info h2 {
  color: #6b1f7c;
}
.prep-section .prep-card.sutab .prep-info a {
  color: #6b1f7c;
}
.prep-section .prep-card.sutab .prep-video img {
  box-shadow: 4px 2px 9px rgba(115, 35, 108, 0.6);
}
.prep-section .prep-card.sutab .prep-content .btn {
  background-color: #6b1f7c;
}
.prep-section .prep-card.sutab .prep-content .btn a {
  color: #6b1f7c;
}
.prep-section .prep-card.sutab .prep-content .btn .dropdown-menu {
  border-color: #6b1f7c;
}
.prep-section .prep-card.sutab .prep-content .btn .dropdown-item {
  color: #616365;
}

.prep-section-inner {
  display: flex;
}

@media (max-width: 768px) {
  .prep-section .info-card .info-body .col {
    width: 100%;
  }
  .prep-section .prep-card {
    flex-direction: column;
    text-align: center;
  }
}
/* Screening Section */
.screening-hdng {
  font-size: 32px;
  color: #6b1f7c;
}

.screening {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 20px 0 0 0;
}
.screening .screening-item {
  flex: 1;
  padding: 0 0 0 0;
  min-width: 250px;
  text-align: left;
}
.screening .screening-item h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  text-align: left;
}
.screening .screening-item h3 .large {
  font-size: 46px;
  padding: 0 5px 0 0;
}
.screening .screening-item h3 .large sup {
  font-size: 20px;
}
.screening .screening-item p {
  font-size: 14px;
  line-height: 1.4;
}
.screening .screening-item.purple h3 {
  color: #6b1f7c;
}
.screening .screening-item.green h3 {
  color: #00b2a9;
}
.screening .screening-item.blue h3 {
  color: #00a0e0;
}
.screening .divider {
  width: 4px;
  /* thickness */
  height: 100px;
  /* height */
  margin: 0 50px;
  background: linear-gradient(to bottom, transparent, #00b3a7, transparent);
  border-radius: 50px;
  /* soft edges like in the image */
}
@media (max-width: 1024px) {
  .screening .divider {
    border: 0;
    height: 4px;
    background: linear-gradient(to right, transparent, #21c1c1, transparent);
    margin: 20px 0;
    content: "";
    width: 100%;
    display: block;
  }
}
.screening ul li {
  margin-bottom: 10px;
}
.screening ul li::marker {
  color: #6b1f7c !important;
}

/* Call to Action */
.cta {
  text-align: center;
  margin: 30px 0;
}
.cta .cta-btn {
  background: linear-gradient(90deg, #6b1f7c, #00a0e0);
  padding: 12px 20px;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.cta .cta-btn img {
  max-width: 24px;
}

/* Responsive */
@media (max-width: 768px) {
  .prep-banner .banner-content {
    flex-direction: column;
    text-align: center;
  }
  .screening {
    flex-direction: column;
  }
}
.view-reprint-iframe {
  height: 500px;
}

a.ref-link {
  text-decoration: underline;
  color: #616365;
}

.prep-popup #popup-video {
  width: 100%;
}
.prep-popup .modal-body {
  box-shadow: 4px 2px 9px rgba(5, 156, 156, 0.6);
}
.prep-popup .modal-content {
  border-radius: 0;
}
.prep-popup .btn-close {
  position: absolute;
  z-index: 1;
  right: 26px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  top: 30px;
}
.prep-popup .btn-close span {
  color: #6b1f7c;
  font-weight: bold;
  font-size: 20px;
  line-height: 15px;
}

/* HCP Styling */
.hcp-hero-area {
  position: relative;
}
.hcp-hero-area .review-Guidelines-btn {
  width: 170px;
  right: 30px;
  bottom: 15px;
  position: absolute;
}
@media (max-width: 900px) {
  .hcp-hero-area .review-Guidelines-btn {
    width: 100px;
  }
}
@media (max-width: 500px) {
  .hcp-hero-area .review-Guidelines-btn {
    width: 50px;
  }
}

.hr-gradient::after {
  border: 0;
  height: 2px;
  /* adjust thickness */
  background: linear-gradient(to right, transparent, #6b1f7c, transparent);
  margin: 20px auto;
  /* spacing */
  content: "";
  width: 50%;
  display: block;
}

.visitSuflave {
  width: 300px;
  margin: 0 auto;
}

.shared-Decision-Making-page .these-Ways {
  padding: 30px 20px;
  background-color: #e5f7f6;
  font-size: 1rem;
}
.shared-Decision-Making-page .these-Ways .count-bullets {
  margin-bottom: 10px;
}
.shared-Decision-Making-page .these-Ways .count-bullets .count-circle {
  margin-right: 7px;
  padding: 5px;
  color: white;
  font-weight: bold;
  background-color: #6b1f7c;
  border-radius: 100%;
  line-height: 10px;
  height: -moz-fit-content;
  height: fit-content;
}

.about-Bowel-Preps .icon-img1 {
  width: 65px;
  margin-right: 10px;
}
.about-Bowel-Preps .icon-img {
  width: 65px;
  margin-right: 10px;
}

.benefits_hr {
  height: 5px;
  background: #00B2A9;
  background: linear-gradient(90deg, rgba(0, 178, 169, 0) 12%, rgb(0, 178, 169) 43%, rgb(107, 31, 124) 57%, rgba(107, 31, 124, 0) 90%);
}

@media (min-width: 1200px) {
  .benefits-box h4 {
    font-size: 1.43rem;
  }
}

.learnabout-bowelprep-choice {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .learnabout-bowelprep-choice {
    font-size: 0.8rem;
  }
}
.learnabout-bowelprep-choice::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  margin-left: 48px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #6b1f7c;
}
@media (max-width: 600px) {
  .learnabout-bowelprep-choice::after {
    margin-left: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #6b1f7c;
  }
}
.learnabout-bowelprep-choice::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  margin-left: -60px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00b2a9;
}
@media (max-width: 600px) {
  .learnabout-bowelprep-choice::before {
    margin-left: -30px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #00b2a9;
  }
}

.learnabout-bowelprep-choice2 {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .learnabout-bowelprep-choice2 {
    font-size: 0.8rem;
  }
}
.learnabout-bowelprep-choice2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  margin-left: 48px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #6b1f7c;
}
@media (max-width: 600px) {
  .learnabout-bowelprep-choice2::after {
    margin-left: 15px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #6b1f7c;
  }
}
.learnabout-bowelprep-choice2::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  margin-left: -60px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #00b2a9;
}
@media (max-width: 600px) {
  .learnabout-bowelprep-choice2::before {
    margin-left: -30px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #00b2a9;
  }
}

.navgi h4 {
  color: #125998;
  font-weight: bold;
  font-size: 1.2rem;
}
.navgi .navi-logo {
  padding-top: 20px;
  width: 390px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  .navgi .navi-logo {
    width: 95%;
  }
}

/*HCP Styles*/
table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  border-top: 3px solid #6b1f7c;
  border-bottom: 3px solid #6b1f7c;
  font-size: 13px;
}
table th, table td {
  border: 1px solid #616365;
  padding: 3px 20px 2px 20px;
  text-align: center;
  color: #000;
}
table th {
  color: #000000;
  font-weight: normal;
}
table .phase-header {
  background-color: #6b1f7c;
  color: white;
}
table .peg-header {
  font-weight: bold;
  color: #000;
}
table .peg-header span {
  font-weight: normal;
}
table .suflave-header {
  font-weight: bold;
  color: #6b1f7c;
  text-align: right;
}
table .suflave-header .suflave-sub {
  font-size: 12px;
  color: #333;
  font-weight: normal;
  text-align: right;
}
table .sub-header {
  background-color: #6b1f7c;
  color: white;
}
table .sub-header-teal {
  background-color: #00b2a9;
  color: white;
}
table .purple-cell {
  background-color: #e8d7eb;
}
table .teal-cell {
  background-color: #bce7e4;
}
table .blue-cell {
  background-color: #00a1de;
  color: #fff;
}
table .blue-cell-medium {
  background-color: #b2e3f5;
}
table .purple-cell-light {
  background-color: #ede4ef;
}
table .teal-cell-light {
  background-color: #ddf3f1;
}
table .purple-cell-vlight {
  background-color: #f8f4f8;
}
table .blue-cell-light {
  background-color: #ccecf8;
}
table .blue-cell-vlight {
  background-color: #f2fafd;
}
table .teal-cell-vlight {
  background-color: #f3f9f9;
}
table .font-weight-bold {
  font-weight: bold;
}
table ul li {
  text-align: left;
}
table ul li::marker {
  color: #1a1a1a !important;
}
table .brand-header img {
  width: 220px;
}

.patient-navigation-page .patient-navigation-iconsList {
  margin-bottom: 13px;
}
.patient-navigation-page .patient-navigation-iconsList .icon-img {
  width: 40px;
  margin-right: 30px;
  margin-top: 5px;
}
.patient-navigation-page .patient-navigation-iconsList .icon-img img {
  width: 40px;
}
.patient-navigation-page .patient-navigation-iconsList .about-content h5 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #6b1f7c;
  margin-bottom: 3px;
}
.patient-navigation-page .patient-navigation-iconsList .about-content p {
  margin-bottom: 0;
}
.patient-navigation-page .patient_pays {
  margin: 0 auto;
  width: 210px;
  padding: 5px;
  border-radius: 10px;
  background-color: #6b1f7c;
}
.patient-navigation-page .patient_pays .patient-Pays-icon {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.patient-navigation-page .patient_pays .patient-Pays-content {
  padding: 10px;
  width: 100%;
  margin: 0 auto;
  border-radius: 13px;
  font-size: 0.8rem;
  font-family: "futura_stdbook";
  background-color: #e6f6f4;
}
.patient-navigation-page .patient_pays .patient-Pays-content .price-text {
  color: #00b2a9;
  font-family: "gothamblack";
  font-size: 1rem;
  margin-top: 15px;
}
.patient-navigation-page .patient_pays .patient-Pays-content .price-text2 {
  color: #00b2a9;
  font-family: "gothamblack";
  margin-bottom: 10px;
}
.patient-navigation-page .patient_pays .patient-Pays-content .price {
  color: #6b1f7c;
  font-size: 1.9rem;
  font-weight: bold;
  font-family: "gothammedium";
}
.patient-navigation-page .patient-education-texts {
  position: relative;
  width: 67%;
  margin: 50px auto 0 auto;
}
@media (max-width: 950px) {
  .patient-navigation-page .patient-education-texts {
    width: 100%;
  }
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder {
  border: solid 2px #6b1f7c;
  overflow: hidden;
  border-radius: 30px;
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-header {
  background-color: #6b1f7c;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-header {
    font-size: 1.2rem;
    padding-left: 80px;
  }
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-contentarea {
  padding-left: 25%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-contentarea {
    padding-right: 5px;
  }
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-contentarea .education-icon {
  width: 50px;
  margin-right: 15px;
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-contentarea li {
  margin-bottom: 5px;
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-contentarea ol {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-top: 5px;
}
.patient-navigation-page .patient-education-texts .patient-education-textsBorder .patient-education-contentarea ol li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: #6b1f7c;
  left: 0;
  margin-top: 9px;
}
.patient-navigation-page .patient-education-texts .patient-education-mobileImg {
  width: 180px;
  position: absolute;
  left: 10px;
  top: -50px;
}
@media (max-width: 600px) {
  .patient-navigation-page .patient-education-texts .patient-education-mobileImg {
    width: 50px;
    top: 0px;
    left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .patient-navigation-page .patient-education-texts .patient-education-mobileImg {
    width: 100px;
    top: 0px;
  }
}
@media (max-width: 768px) {
  .patient-navigation-page .patient-education-texts .patient-education-mobileImg {
    width: 78px;
    top: 0px;
  }
}

.provider-portal {
  position: relative;
  margin: 50px auto 0 auto;
  width: 67%;
  padding: 20px;
  border-radius: 15px;
  background: #E6F6F4;
  background: linear-gradient(359deg, rgb(230, 246, 244) 0%, rgb(172, 226, 222) 100%);
  display: flex;
}
@media (max-width: 950px) {
  .provider-portal {
    width: 100%;
    padding-bottom: 40px;
  }
}
.provider-portal .provider-portal-icon {
  width: 100px;
}
.provider-portal .provider-portal-content {
  width: 300px;
}
.provider-portal .provider-portal-content-img {
  position: absolute;
  right: 0;
}
@media (min-width: 1200px) {
  .provider-portal .provider-portal-content-img {
    width: 400px;
    top: 0;
  }
}
@media (max-width: 1150px) {
  .provider-portal .provider-portal-content-img {
    width: 100px;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 950px) {
  .provider-portal .provider-portal-content-img {
    width: 150px;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .provider-portal .provider-portal-content-img {
    width: 70px;
    bottom: 0;
  }
}

.assessments {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 950px) {
  .qualityIndicators-grid table th, .qualityIndicators-grid table td {
    min-width: 150px !important;
  }
}

.w25 {
  width: 25%;
}

.light-grey {
  background: #f2fafd;
}

.vlight-grey {
  background: #f3f9f9;
}

.vlight-b {
  border-bottom-color: #f8f4f8;
}

.vlight-p {
  background: #f8f4f8 !important;
}

.large-sup {
  font-size: 20px !important;
  top: -1.2rem;
}

.consumer-nav .navbar-nav {
  background: #e9ddeb !important;
}
.consumer-nav .nav-link {
  color: #6b1f7c !important;
}
.consumer-nav .navbar-nav .nav-item:after {
  background: #6b1f7c;
}
.consumer-nav .navbar-nav .nav-item.active:after {
  background: #6b1f7c;
  color: #ffffff !important;
}
.consumer-nav .nav-last-item {
  background: #00b2a9;
}
.consumer-nav .nav-last-item a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.consumer-nav .nav-last-item.active a {
  color: #ffffff !important;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .consumer-nav .navbar-nav .nav-item.active a.nav-link {
    background-color: #6b1f7c !important;
    color: white !important;
  }
  .consumer-nav .navbar-nav .nav-item.active a.nav-link.home {
    background-color: transparent !important;
  }
}

/* New css */
.hero-area {
  margin-top: 7px;
  padding: 0 15px;
  background-color: #00b2a9;
}
.hero-area .review-btn {
  width: 270px;
}
.hero-area h1 {
  color: white;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3rem;
}
@media (max-width: 600px) {
  .hero-area h1 {
    font-size: calc(1.375rem + 1.5vw) !important;
    line-height: inherit;
  }
}
.hero-area h1 sup {
  font-size: 45% !important;
  vertical-align: 4px !important;
}
.hero-area .chooice-content {
  padding-left: 30px;
  padding-top: 25px;
}
.hero-area .us-multisocity-content {
  padding: 30px 35px 0 0;
  font-size: 1rem;
}
.hero-area .us-multisocity-content p {
  color: white;
  font-weight: bold;
  margin-bottom: 15px;
}

.index-bodyContent {
  padding: 0 20px;
}

.suflave-vertical-gradient {
  min-height: 150px;
  padding: 20px;
  background: hsl(176, 54%, 95%);
  background: linear-gradient(0deg, hsl(176, 54%, 95%) 0%, hsl(0, 0%, 100%) 100%);
}

.sutab-vertical-gradient {
  min-height: 150px;
  padding: 20px;
  background: hsl(291, 28%, 95%);
  background: linear-gradient(0deg, hsl(291, 28%, 95%) 0%, hsl(0, 0%, 100%) 100%);
}

.persent-content {
  display: flex;
}
.persent-content .persent-box {
  border-radius: 8px;
  padding: 5px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: white;
}
@media (max-width: 900px) {
  .persent-content .persent-box {
    height: 40px;
  }
}
.persent-content .brand-text {
  font-size: 1rem;
  padding-left: 10px;
}

.compare-rates-of-other-bowel-preps {
  width: 400px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .compare-rates-of-other-bowel-preps {
    bottom: 0;
  }
}

.visit-suflave-box {
  height: 100%;
  padding: 10px 20px 45px 20px;
  position: relative;
  background-color: #ebf9f8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.visit-suflave-box.visit-sutab-box {
  background-color: #f5eff6;
}
.visit-suflave-box .btn-img {
  width: 200px;
  margin: 0 auto;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}
.visit-suflave-box li {
  font-size: 1rem;
}

.share-Your-choices {
  padding: 1px 0;
  background-color: #6b1f7c;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  font-size: 1.1rem;
  font-weight: bold;
}

.like-to-talk {
  min-height: 130px;
  padding: 20px 20px 0px 50px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: hsl(176, 54%, 95%);
  background: linear-gradient(0deg, hsl(176, 54%, 95%) 0%, hsl(0, 0%, 100%) 100%);
}
.like-to-talk.like-to-talk-sutab {
  background: hsl(291, 28%, 95%);
  background: linear-gradient(0deg, hsl(291, 28%, 95%) 0%, hsl(0, 0%, 100%) 100%);
}

.download-the-Discussion-Guide {
  width: 450px;
  margin: 0 auto;
}
.download-the-Discussion-Guide button {
  background-color: transparent;
  border: 0;
  outline: 0;
}
@media (max-width: 500px) {
  .download-the-Discussion-Guide {
    width: 90%;
  }
}

.modal-content {
  color: #616365;
}

.read-checkbox {
  margin: 20px auto 0 auto;
  width: 215px;
  display: flex;
}
.read-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: -2px;
  margin-right: 7px;
  border: solid 1px #6b1f7c;
  border-radius: 0;
}

.reviewtheGuidelinesModal .btn-close {
  width: 21px;
  height: 21px;
  background-color: #00b2a9;
  color: #ffffff;
  font-weight: bold;
  background-image: none;
  border-radius: 100%;
  opacity: 1;
}
.reviewtheGuidelinesModal .btn-close svg {
  margin-top: -2px;
  margin-left: -2px;
}

.customised-modal .modal-content {
  border-radius: 30px;
  overflow: hidden;
}
.customised-modal .modal-header {
  background-color: #6b1f7c;
  padding: 10px 0;
}
.customised-modal .modal-header .modal-title {
  font-size: 1.5rem !important;
  font-weight: bold;
  margin: 0 auto;
}
.customised-modal .btn-close {
  background-image: none;
  border: solid 1px #fff;
  border-radius: 100%;
  color: #fff;
  opacity: 1;
  position: absolute;
  right: 20px;
}
.customised-modal .btn-close svg {
  margin: -6px 0 0 -6px;
}
.customised-modal .modal-body {
  padding-left: 50px;
  padding-right: 50px;
}
.customised-modal table {
  border: solid 1px #00b2a9;
}
.customised-modal table th {
  padding: 10px;
  font-size: 1.3rem;
  text-align: center;
  color: white;
  background-color: #00b2a9;
}
.customised-modal table td {
  padding: 7px 15px;
  font-size: 1rem;
}
.customised-modal .border-bottom-right {
  border-bottom: solid 1px #616365;
  border-right: solid 1px #616365;
}
.customised-modal .border-bottom {
  border-bottom: solid 1px #616365 !important;
}
.customised-modal .border-right {
  border-right: solid 1px #616365;
}

.colonoscopy-content-box {
  padding: 20px 30px 10px 30px;
  border: solid 1px #6b1f7c;
  border-radius: 15px;
}
.colonoscopy-content-box li {
  margin-bottom: 10px;
}

.jaretts-experience-section {
  padding: 10px;
  background-color: #edfaf9;
}
.jaretts-experience-section.listen-to-Ians {
  background-color: #f7f2f6;
}
.jaretts-experience-section .dosekit {
  margin: 0 auto;
  width: 80%;
}
.jaretts-experience-section p {
  margin-bottom: 10px;
}

.bd-example-modal-lg .modal-header {
  border-bottom: 0;
}
.bd-example-modal-lg .close {
  width: 30px;
  height: 30px;
  background-color: #6b1f7c;
  color: #ffffff;
  font-weight: bold;
  background-image: none;
  border-radius: 100%;
  opacity: 1;
  font-size: 1.5rem;
  text-align: center;
  line-height: 30px;
  border: 0;
}
.bd-example-modal-lg .modal-title {
  margin: auto !important;
  font-size: 1.8rem;
  color: #6b1f7c;
  font-weight: bold;
}
@media (max-width: 600px) {
  .bd-example-modal-lg .modal-title {
    font-size: 1.3rem;
  }
}
.bd-example-modal-lg .modal-title .listen-icon {
  width: 50px;
}
@media (max-width: 600px) {
  .bd-example-modal-lg .modal-title .listen-icon {
    width: 30px;
  }
}

.savings-page .suflave-copay {
  padding: 20px;
  border-radius: 15px;
  background: hsl(177, 55%, 92%);
  background: linear-gradient(0deg, hsl(177, 55%, 92%) 0%, hsl(0, 0%, 100%) 100%);
}
.savings-page .suflave-copay img {
  width: 65% !important;
}
.savings-page .sutab-copay {
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  background: hsl(289, 26%, 92%);
  background: linear-gradient(0deg, hsl(289, 26%, 92%) 0%, hsl(0, 0%, 100%) 100%);
}
.savings-page .sutab-copay img {
  width: 65% !important;
}
.savings-page .saving-btn {
  margin: auto;
  width: 70%;
}
.savings-page .terms-text {
  font-size: 1rem;
}

.talktoyourDoctor-modal .close {
  position: absolute;
  right: -14px;
  top: -9px;
  background-color: #00b2a9;
}

.review-the-Guidelines-Pop-up {
  display: flex !important;
}
.review-the-Guidelines-Pop-up .suflave_isicontent {
  width: 50%;
  padding-right: 10px;
}
.review-the-Guidelines-Pop-up .sutab_isicontent {
  width: 50%;
  padding-left: 10px;
}

.jaretts-video, .Ians-video {
  height: 430px;
}
@media (max-width: 900px) {
  .jaretts-video, .Ians-video {
    height: 120%;
    /* min-height: 200px;
    max-height: 350px; */
  }
}/*# sourceMappingURL=styles.css.map */