html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #616365;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 600px) {
  body {
    font-size: 1.1rem;
  }
}

p {
  word-break: break-word;
}

.bg-light {
  background-color: #e5f7f6 !important;
}

.header {
  border-bottom: 8px solid #7a2582;
  padding: 0 0 0 0;
}

.validation-error {
  font-size: 80%;
  font-weight: 400;
}

sup {
  top: -0.3em !important;
}

h2.home-banner {
  margin-top: 60px;
  font-size: 2.8rem;
}
@media (max-width: 600px) {
  h2.home-banner {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.875rem !important;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.55rem !important;
  }
}

h5 {
  font-size: 1.375rem !important;
}

a {
  color: #7a2582;
}
a:hover {
  color: #9f30aa;
}

.dagger-indent {
  text-indent: -0.3em;
}

.indent-div {
  padding-left: 0.2rem;
}

.text-pink {
  color: #ff1695;
}

.font-bold {
  font-family: "MrEavesXLModOT-Bold", Sans-Serif;
}

.text-primary {
  color: #00aea9 !important;
}

.text-secondary {
  color: #7a2582 !important;
}

.text-gray {
  color: #767676 !important;
}

.text-light {
  color: #bdbdbd !important;
}

.font-regular {
  font-weight: 400 !important;
  font-family: "MrEavesXLModOT-Reg", Sans-Serif !important;
}

.bg-primary {
  background-color: #edfbfa !important;
}

.bg-secondary {
  background-color: #7a2582 !important;
}

.requiredlabel {
  color: #7a2582;
  font-family: Arial, Helvetica, sans-serif !important;
}

.border-purple {
  border-color: #7a2582 !important;
}

.bg-purple {
  background: #f5eff6;
}

.bg-green {
  background: #edfbfa;
}

.text-underline {
  text-decoration: underline;
}

.thankyou-page-title {
  font-size: 3rem;
  line-height: 50px;
  position: relative;
  top: -25px;
}
@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: 5px;
}
.list-items li:last-child {
  margin-bottom: 0px;
}
.list-items li ol li {
  margin-bottom: 0px;
}

.content-title {
  font-size: 1rem;
}

.font-22 {
  font-size: 1.375rem !important;
}

.page-footer {
  padding: 30px 0;
  border-top: solid 2px #7a2582;
}
.page-footer .nav {
  float: right;
}
@media (max-width: 823px) {
  .page-footer .nav {
    float: left;
  }
}
.page-footer .nav .nav-link {
  font-size: 0.8rem;
  color: #353535;
  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;
  }
}

.dounload-buttons {
  font-size: 1.5rem;
  color: white;
  background-color: #7a2582;
  border-bottom: solid 3px #be59b6;
  padding: 10px 50px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.dounload-buttons:hover {
  background-color: #671f6e;
}
@media (max-width: 420px) {
  .dounload-buttons {
    font-size: 1.3rem;
  }
}
@media (max-width: 320px) {
  .dounload-buttons {
    font-size: 1.1rem;
  }
}

ul li::marker {
  color: #00aea9 !important;
}

ul.purple li::marker {
  color: #7a2582 !important;
}

ol.purple li::marker {
  color: #7a2582 !important;
  font-weight: bold;
}

.ol-numaric-list li::marker {
  color: #00aea9 !important;
}

.form-control {
  border-color: #00aea9 !important;
  border-radius: 0 !important;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #00aea9;
}

.hand {
  cursor: pointer;
}

/* ISI Drawer CSS */
#showIndication {
  background: none;
  border: none;
  color: #00aea9;
  float: right;
  position: relative;
  top: 0px;
}
#showIndication i {
  font-size: 1.3rem;
}
#showIndication a {
  color: #00aea9 !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;
  color: #58585a;
  background: #fff;
  font-size: 0.9rem;
  line-height: 1.2;
  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: 235px;
  transition: all 0.3s ease-in-out;
  padding: 0;
}
@media (max-width: 950px) {
  footer .footer {
    height: 370px;
  }
}
footer .footer_head {
  padding: 10px 0 0;
}
footer .footer_main {
  width: 100%;
}
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: 0.9rem;
  line-height: 20px;
  background: #00aea9;
}
.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;
  }
}

.dropdown-menu.show {
  display: block;
  border-left: 6px solid #00aea9;
  border-radius: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13), 0 1px 1px 0 rgba(0, 0, 0, 0.11);
  font-size: 0.9rem;
}

.reference-text {
  font-size: 1rem;
}

.dropdown-menu {
  border-left: solid 5px #00aea9;
  border-radius: 0;
  min-width: 20rem;
}

.dropdown-item {
  font-size: 0.9rem;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

/* .dropdown-toggle::after {
	content: "";
  //position: absolute;
  display: inline-block;
  left: 17px;
  top: 0;
  z-index: 11;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(225deg);
} */
.text-small {
  font-size: 0.8rem;
}

.small, small {
  font-size: 88%;
  font-weight: 400;
}

.table td, .table th {
  font-size: 1.2rem;
}

.cursor-none {
  cursor: text;
}

.w-70 {
  width: 70%;
}
@media (max-width: 768px) {
  .w-70 {
    width: 100% !important;
  }
}

.w-80 {
  width: 80%;
  left: 25px;
  position: relative;
}
@media (max-width: 768px) {
  .w-80 {
    width: 100% !important;
    left: 0;
  }
}

.pl-6 {
  padding-left: 3.5rem !important;
}
@media (max-width: 768px) {
  .pl-6 {
    padding-left: 15px !important;
  }
}

.pl-65 {
  padding-left: 5.5rem !important;
}
@media (max-width: 768px) {
  .pl-65 {
    padding-left: 15px !important;
  }
}

.border-box {
  border: 1px solid #7a2582;
  color: #7a2582;
  font-size: 11px;
  border-radius: 10px;
  text-transform: uppercase;
  padding: 5px 8px;
  margin: 0 0 15px 0;
  font-weight: bold;
}

.howtoprep-content {
  width: 64%;
}
.howtoprep-content h5 {
  font-size: 1.7rem !important;
}

.prep-bg {
  background: #fff;
  padding: 5px !important;
  border: 1px solid #666;
  font-size: 0.8rem !important;
  display: inline-block;
  position: relative;
  left: 64px;
  width: 80%;
}
.prep-bg strong {
  font-size: 0.8rem !important;
}

.savings-copy {
  background: linear-gradient(180deg, #bfebe9 0%, white 10%, white 100%) !important;
}

.text-black {
  color: #000;
}

.text-regular {
  font-size: 1rem;
}

.text-large {
  font-size: 1.1rem;
}

.info {
  font-size: 1.1rem;
}

.text-gray {
  color: #767676 !important;
}

.select-language {
  position: relative;
  top: -15px;
  margin-bottom: 10px;
}

.select-language a {
  color: #767676 !important;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.select-language a.active {
  color: #7e0c6e !important;
  font-weight: 900;
  border-bottom: 4px solid #00a0e0;
}

.top-bluebar {
  font-size: 0.91rem;
  padding: 5px 10px;
  background: #00aea9;
}
.top-bluebar a {
  color: white;
  text-decoration: underline;
}
.top-bluebar a:hover {
  text-decoration: none;
}

.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;
}

.small-header {
  width: 100%;
  background: #7a2582;
  padding: 8px;
  font-size: 0.7rem;
}
@media (max-width: 420px) {
  .small-header {
    font-size: 0.55rem;
  }
}
@media (max-width: 320px) {
  .small-header {
    font-size: 0.5rem;
  }
}
.small-header span {
  color: #ffffff;
}
@media (max-width: 768px) {
  .small-header span {
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 0 0 6px 0;
  }
}
@media (max-width: 768px) {
  .small-header span.px-2 {
    display: none;
  }
}
.small-header a {
  color: #fff;
  text-decoration: underline;
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: none;
}
.small-header a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .small-header a {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
.small-header.consumer {
  background: #7a2582;
  text-transform: uppercase;
}
.small-header.consumer span {
  color: #fff;
}
.small-header.consumer a {
  color: #fff;
}
.small-header.consumer a:hover {
  text-decoration: none;
}

.slider_global {
  min-height: 500px;
  padding-bottom: 50px;
  background: rgb(204, 239, 238);
  background: linear-gradient(180deg, rgb(255, 255, 255) 20%, rgb(204, 239, 238) 38%);
}

.slider-global-logo {
  margin-top: 35px;
}
.slider-global-logo img {
  max-width: 100%;
}
@media (max-width: 600px) {
  .slider-global-logo {
    margin-top: 30px;
    /* img {
        max-width: 85%;
    } */
  }
}

.intradusing {
  font-size: 2rem;
  color: #7a2582;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .intradusing {
    font-size: 1.2rem;
  }
}

.navbar {
  vertical-align: top;
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  .navbar {
    margin-top: 10px;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .navbar-light .navbar-toggler {
    position: relative;
    top: 10px;
  }
}

.navbar-nav {
  background: #7a2582;
  box-shadow: inset 3px 3px 3px #c199c5, inset -3px -3px 3px #47154b, 1px 1px 1px #47154b;
  height: 38px;
  line-height: 38px;
  position: relative;
  top: -18px;
}
@media (max-width: 768px) {
  .navbar-nav {
    height: auto;
    top: 10px;
  }
}
.navbar-nav .dropdown-menu {
  border-left: solid 5px #00aea9;
  border-radius: 0;
  margin-top: -3px;
}
.navbar-nav .dropdown-item {
  line-height: 1.5rem;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-expand .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
  font-size: 0.9rem;
  color: #fff;
  padding: 0 0.9rem !important;
  font-weight: bold;
}
@media (max-width: 420px) {
  .navbar-expand .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 0.9rem !important;
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #fff;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:after {
  bottom: -8px;
  content: "";
  display: block;
  height: 4px;
  bottom: 0;
  position: absolute;
  background: #00aea9;
  opacity: 0.6;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-item:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -8px;
  opacity: 1;
}
@media (max-width: 768px) {
  .navbar-nav .nav-item:hover:after {
    width: 0;
  }
}

.navbar-nav .nav-item.active:after {
  position: absolute;
  height: 4px;
  content: "";
  width: 100%;
  background: #00aea9;
  bottom: -8px;
  opacity: 1;
}
@media (max-width: 768px) {
  .navbar-nav .nav-item.active:after {
    width: 0;
  }
}

.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: #fff !important;
}

.nav-item-devider {
  width: 10px;
  background: #fff;
  margin-bottom: -3px;
}

.nav-last-item {
  font-size: 1.1rem;
  background: #00aea9;
  box-shadow: inset 3px 3px 3px #60ccc9, inset -3px -3px 3px #00625f, 1px 1px 1px #00625f;
  font-weight: 600;
  padding: 0 27px;
  line-height: 38px;
  position: relative;
}
@media (max-width: 820px) {
  .nav-last-item {
    margin-left: 0px;
  }
}
.nav-last-item a {
  color: #fff !important;
}
.nav-last-item a:hover {
  color: #fff !important;
  text-decoration: none;
}
.nav-last-item.active a {
  color: #fff !important;
}
.nav-last-item.active:after {
  position: absolute;
  height: 4px;
  content: "";
  width: 100%;
  background: #7a2582;
  bottom: -8px;
  opacity: 1;
  left: 0;
}
@media (max-width: 768px) {
  .nav-last-item.active:after {
    width: 0;
  }
}

.header-links {
  font-size: 0.81rem;
  color: #7c757b;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
}
@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: #00aea9;
  text-decoration: underline !important;
}
a.link:hover {
  text-decoration: none !important;
}
a.link.consumer-link {
  color: #00aea9;
}
a.link.link-primary {
  color: #00aea9;
}

.logo {
  width: 160px;
}
@media (min-width: 768px) {
  .logo {
    margin-top: -23px;
  }
}
@media (max-width: 420px) {
  .logo {
    width: 160px;
    margin-top: -7px;
  }
}

.navbar-toggler {
  border: none;
  padding: 5px;
  margin-top: -12px;
}

.package-section {
  margin-top: 120px;
}
@media only screen and (device-width: 768px) {
  .package-section .col-12 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
@media (max-width: 420px) {
  .package-section {
    margin-top: 50px;
  }
}

@media (max-width: 825px) {
  .navbar-collapse {
    position: absolute;
    right: 0px;
    top: 85px;
    min-width: 100%;
    z-index: 999;
  }
}
@media screen and (min-width: 500px) and (max-width: 825px) {
  .navbar-collapse {
    top: 25px;
  }
}
.tablates-content {
  padding-left: 40px;
  color: #58585a;
  font-size: 1.125rem;
}
.tablates-content ol {
  list-style-type: disc;
}
.tablates-content ol li.font-heavy {
  font-size: 1.5rem;
}
.tablates-content ol.whysutab {
  font-size: 1.5rem;
}
.tablates-content .whysutab-ul li {
  font-size: 1.25rem;
}
@media (max-width: 600px) {
  .tablates-content .whysutab-ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 600px) {
  .tablates-content {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .tablates-content {
    padding-left: 0px;
  }
  .tablates-content .tablates-list-sm {
    padding-left: 25px;
  }
}

@media screen and (max-width: 731px) {
  .hcp-sutab-bottlesMob {
    display: block;
  }
}
@media screen and (min-width: 737px) {
  .hcp-sutab-bottlesMob {
    display: none;
  }
}

.hcp-sutab-bottles {
  position: relative;
  margin-top: 120px;
}
@media screen and (max-width: 700px) {
  .hcp-sutab-bottles {
    margin-top: 70px;
  }
}
.hcp-sutab-bottles .hcp-tablets {
  position: absolute;
  left: 0;
  bottom: 2px;
  text-align: right;
}
.hcp-sutab-bottles .hcp-tablets img {
  max-width: 90%;
}
@media screen and (max-width: 736px) {
  .hcp-sutab-bottles .hcp-tablets {
    display: none;
  }
}
@media screen and (min-width: 737px) and (max-width: 1000px) {
  .hcp-sutab-bottles .hcp-tablets {
    bottom: 11px;
    left: -20px;
    text-align: left;
  }
  .hcp-sutab-bottles .hcp-tablets img {
    width: 60%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .hcp-sutab-bottles .hcp-tablets {
    bottom: 11px;
    left: -96px;
  }
  .hcp-sutab-bottles .hcp-tablets img {
    max-width: 75%;
  }
}
.hcp-sutab-bottles .spotlight-roundedbox {
  width: 55%;
  margin-left: 300px;
  border-radius: 20px;
  padding: 15px;
  padding-left: 150px !important;
  background: #7a2582;
  color: white;
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .hcp-sutab-bottles .spotlight-roundedbox {
    width: 65%;
    margin-left: 205px;
  }
}
@media screen and (min-width: 736px) and (max-width: 1000px) {
  .hcp-sutab-bottles .spotlight-roundedbox {
    width: 90%;
    padding-left: 180px !important;
    margin-left: 60px;
  }
}
@media screen and (max-width: 736px) {
  .hcp-sutab-bottles .spotlight-roundedbox {
    width: 100%;
    margin-left: 0;
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 376px) {
  .hcp-sutab-bottles .spotlight-roundedbox {
    width: 100%;
    margin-left: 0 !important;
    padding-left: 15px !important;
  }
}
.hcp-sutab-bottles .spotlight-roundedbox .acg-list {
  font-size: 1.2rem !important;
}
.hcp-sutab-bottles .spotlight-roundedbox ol {
  list-style-type: disc;
  padding-left: 20px;
}
.hcp-sutab-bottles .spotlight-roundedbox ol li.font-heavy {
  font-size: 1rem;
}
.hcp-sutab-bottles .spotlight-roundedbox ol li.font-heavy.whysutab {
  font-size: 1.5rem;
}
@media (max-width: 600px) {
  .hcp-sutab-bottles .spotlight-roundedbox ol li.font-heavy.whysutab {
    font-size: 1.25rem;
  }
}
@media (max-width: 600px) {
  .hcp-sutab-bottles .spotlight-roundedbox ol li.font-heavy {
    font-size: 1.1rem;
  }
}
.hcp-sutab-bottlesNumber {
  color: #4a4a4a;
  background: #7abde8;
}
.hcp-sutab-bottlesNumber h5 {
  font-size: 1.23rem !important;
}
.hcp-sutab-bottlesNumber .sub-list li::marker {
  color: #666 !important;
}

.corporate-partnership {
  background: #efe6ef;
}
.corporate-partnership .partner {
  width: 200px;
  height: 150px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 420px) {
  .corporate-partnership .partner {
    width: 150px;
    height: auto;
  }
  .corporate-partnership .partner img {
    max-height: 100px;
  }
}
@media screen and (max-width: 320px) {
  .corporate-partnership .partner {
    width: 200px;
    height: auto;
  }
  .corporate-partnership .partner img {
    max-height: 130px;
  }
}
.corporate-partnership .partner img {
  max-height: 130px;
}

.watch-videobtn {
  background: #7a2582;
  border-radius: 10px;
  display: flex;
  color: #fff;
  height: 33px;
  line-height: 20px;
}
.watch-videobtn .gg-chevron-right {
  background: #9f30aa;
}
.watch-videobtn:hover {
  background: #671f6e;
  color: #fff;
}

.gg-chevron-right {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-radius: 100px;
}
.gg-chevron-right:after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(-45deg);
  right: 4px;
  top: 3px;
}

.hcp-tablets-package {
  width: auto;
  margin-left: 10%;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .hcp-tablets-package {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .hcp-tablets-package {
    margin-left: 4%;
  }
}

.tablets-packaging {
  position: relative;
}
.tablets-packaging .package-bar {
  width: 100%;
  line-height: 1.3rem;
  border-radius: 20px;
  padding: 6px 20px;
  background: #7a2582;
  color: white;
  font-size: 1.125rem;
}
@media (max-width: 420px) {
  .tablets-packaging .package-bar {
    padding: 7px 15px;
    font-size: 0.7rem;
    line-height: 0.9rem;
    width: 90%;
  }
}
@media (max-width: 320px) {
  .tablets-packaging .package-bar {
    font-size: 0.62rem;
  }
}
@media only screen and (device-width: 768px) {
  .tablets-packaging .package-bar {
    width: 93%;
  }
}
@media screen and (min-width: 770px) and (max-width: 1199px) {
  .tablets-packaging .package-bar {
    font-size: 0.8rem;
  }
}
.tablets-packaging .package-bar .persent {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 2.8rem;
  margin-right: 10px;
  float: left;
}
@media (max-width: 420px) {
  .tablets-packaging .package-bar .persent {
    font-size: 1.5rem;
    line-height: 1.7rem;
    margin-right: 5px;
  }
}
@media (max-width: 320px) {
  .tablets-packaging .package-bar .persent {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 770px) and (max-width: 1199px) {
  .tablets-packaging .package-bar .persent {
    font-size: 2rem;
  }
}
.tablets-packaging .package-tablets {
  position: absolute;
  right: -132px;
  bottom: -34px;
}
.tablets-packaging .package-tablets img {
  width: 87%;
}
@media (max-width: 600px) {
  .tablets-packaging .package-tablets {
    right: -15px;
    bottom: -22px;
    text-align: right;
    width: 74%;
  }
  .tablets-packaging .package-tablets img {
    width: 52%;
  }
}
@media screen and (min-width: 610px) and (max-width: 736px) {
  .tablets-packaging .package-tablets {
    width: 45%;
    right: -65px;
  }
  .tablets-packaging .package-tablets img {
    width: 96%;
  }
}
@media only screen and (device-width: 768px) {
  .tablets-packaging .package-tablets {
    right: -33px;
    text-align: right;
  }
}
@media only screen and (device-width: 1024px) {
  .tablets-packaging .package-tablets {
    right: -95px;
    text-align: right;
  }
}
@media screen and (min-width: 769px) and (max-width: 991px) {
  .tablets-packaging .package-tablets {
    right: -98px;
    bottom: -10px;
    text-align: right;
  }
  .tablets-packaging .package-tablets img {
    width: 52%;
  }
}

.hcp-packaging-text {
  font-size: 0.9rem;
  opacity: 0.7;
}
@media screen and (max-width: 736px) {
  .hcp-packaging-text {
    display: none;
  }
}

@media screen and (max-width: 736px) {
  .hcp-packaging-textMob {
    display: block;
  }
}
@media screen and (min-width: 737px) {
  .hcp-packaging-textMob {
    display: none;
  }
}

.hcp-packaging-text2 {
  font-size: 0.9rem;
  opacity: 0.7;
  padding-bottom: 10px;
}

.bar-icon {
  position: relative;
  padding-left: 13px !important;
}
.bar-icon .icon:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #58585a;
  position: absolute;
  left: 3px;
  margin-right: 2px;
  margin-top: 10px;
}
.bar-icon .icon-white:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 3px;
  margin-right: 2px;
  margin-top: 10px;
}
.bar-icon .consumer-bar:before {
  content: "";
  width: 6px;
  height: 1px;
  background: #7a2582;
  position: absolute;
  left: 3px;
  margin-right: 2px;
  margin-top: 13px;
}

.whysutab-heroarea {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(191, 235, 233) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
}

.efficacy-heroarea {
  min-height: 600px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(191, 235, 233) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 100%);
}
.efficacy-heroarea.compliance-header {
  min-height: 200px !important;
  padding-bottom: 40px;
}
.efficacy-heroarea.resources {
  min-height: 500px !important;
}
.efficacy-heroarea .font-weight-bold {
  font-weight: bold;
}
.efficacy-heroarea h1.page__title {
  padding-bottom: 5px;
  margin-top: 30px;
  color: #00aea9;
  font-size: 3.125rem;
  font-weight: bold;
  border-bottom: solid 3px #e9f5fb;
}
@media only screen and (device-width: 768px) {
  .efficacy-heroarea h1.page__title {
    margin-top: 45px;
  }
}
@media (max-width: 600px) {
  .efficacy-heroarea h1.page__title {
    font-size: 2.4rem;
  }
}
.efficacy-heroarea .efficacy-title {
  margin-top: 30px;
  font-size: 1.875rem;
  line-height: 1.7rem;
  font-weight: 900;
  display: inline-flex;
}
@media (max-width: 420px) {
  .efficacy-heroarea .efficacy-title {
    display: block;
    font-size: 1.575rem;
  }
}
.efficacy-heroarea .efficacy-title .persent-tag {
  padding: 10px;
  height: 55px;
  color: white;
  line-height: 2rem;
  font-size: 3.125rem;
  display: inline-table;
  background: #7a2582;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.efficacy-heroarea .efficacy-title .persent-tag.ndash {
  min-width: 210px;
  height: 55px;
}
@media (max-width: 600px) {
  .efficacy-heroarea .efficacy-title .persent-tag.ndash {
    min-width: 140px;
    height: 43px;
  }
}
@media (max-width: 600px) {
  .efficacy-heroarea .efficacy-title .persent-tag {
    font-size: 2rem;
    padding: 5px;
    height: 43px;
  }
}
.efficacy-heroarea .efficacyChart-content {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .efficacy-heroarea .efficacyChart-content {
    margin-top: 50px;
  }
}
.efficacy-heroarea .color-bxes {
  height: 20px;
}
.efficacy-heroarea .color-bxes .labl {
  display: inline-block;
  line-height: 18px;
  float: left;
}
@media (max-width: 420px) {
  .efficacy-heroarea .color-bxes .labl {
    font-size: 0.92rem;
  }
}
.efficacy-heroarea .color-bxes .purple {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-left: 19px;
  background: #7a2582;
  float: left;
}
@media (max-width: 420px) {
  .efficacy-heroarea .color-bxes .purple {
    margin-right: 3px;
    width: 15px;
    height: 15px;
  }
}
.efficacy-heroarea .color-bxes .purple:first-child {
  margin-left: 0;
}
.efficacy-heroarea .color-bxes .purple.pink {
  background: #dcc5da;
}
.efficacy-heroarea .color-bxes .purple.blue {
  background: #00aea9;
}
.efficacy-heroarea .color-bxes .purple.yellow {
  background: #efe110;
}
.efficacy-heroarea .page-title-LeftLine {
  padding: 0 10px 0 0;
  font-size: 1.5rem;
  line-height: 1.3;
  width: 100%;
  float: left;
  color: #666;
}
.efficacy-heroarea .page-title-LeftLine sup {
  font-size: 60%;
  top: -9px !important;
}
@media (max-width: 768px) {
  .efficacy-heroarea .page-title-LeftLine {
    padding-right: 0;
    font-size: 1rem;
  }
}
.efficacy-heroarea .next-phase {
  font-size: 1.1rem;
  font-weight: bold;
  float: right;
}
.efficacy-heroarea .efficacy-next {
  font-size: 3rem;
  position: absolute;
  right: -30px;
  top: 40%;
  z-index: 999;
}
@media (max-width: 768px) {
  .efficacy-heroarea .efficacy-next {
    right: 0px;
  }
}
.efficacy-heroarea .efficacy-next a {
  color: #00aea9;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.efficacy-heroarea .efficacy-next a.last-one {
  color: #666;
}
.efficacy-heroarea .efficacy-next a:hover {
  opacity: 1;
}
.efficacy-heroarea .efficacy-next a:hover.last-one {
  color: #666;
  opacity: 0.5;
}
.efficacy-heroarea .efficacy-next.prev {
  left: -30px;
}
@media (max-width: 768px) {
  .efficacy-heroarea .efficacy-next.prev {
    left: 0px;
  }
}
.efficacy-heroarea .page-title {
  margin-left: 0px;
  margin-left: 0;
  width: 100%;
}
@media (max-width: 760px) {
  .efficacy-heroarea .page-title {
    margin-left: -14px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 823px) {
  .efficacy-heroarea .page-title {
    line-height: 22px;
    margin-left: -38px;
  }
}
.efficacy-heroarea .page-title .persentage-box {
  min-width: 100px;
  margin-right: 10px;
  margin-bottom: -10px;
  text-align: center;
  padding: 0px 10px 0px 25px;
  float: left;
  background: #00aea9;
  color: white;
  font-size: 2.5em;
  font-weight: bold;
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media (max-width: 768px) {
  .efficacy-heroarea .page-title .persentage-box.efficacy-4 {
    padding-left: 30px;
  }
}
@media (max-width: 823px) {
  .efficacy-heroarea .page-title .persentage-box {
    font-size: 2em;
    padding: 10px 10px 10px 10px;
    margin-right: 10px;
  }
  .efficacy-heroarea .page-title .persentage-box.m-large {
    min-width: 104px;
  }
}
@media (max-width: 600px) {
  .efficacy-heroarea .page-title .persentage-box {
    font-size: 1.5em;
  }
}
.efficacy-heroarea .page-title .title-content {
  font-size: 1.5rem;
  line-height: 1.5;
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .efficacy-heroarea .page-title .title-content {
    padding-right: 0;
  }
}
.efficacy-heroarea .page-title .title-content sup {
  font-size: 60%;
  top: -9px !important;
}
@media (max-width: 767px) {
  .efficacy-heroarea .page-title .title-content {
    font-size: 1em;
  }
}
.efficacy-heroarea .efficacy1_patientsText {
  margin-top: 49px;
}
.efficacy-heroarea .efficacy1_bee {
  width: 150px;
  margin: 0 auto;
}
.efficacy-heroarea .efficacy6_bee {
  width: 200px;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
.efficacy-heroarea .efficacy2_Text {
  position: relative;
}
@media (max-width: 600px) {
  .efficacy-heroarea .efficacy2_Text {
    margin-top: 150px;
  }
}
.efficacy-heroarea .efficacy2_Text.efficacy3_Text {
  margin-top: 80px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 950px) {
  .efficacy-heroarea .efficacy2_Text.efficacy3_Text {
    margin-top: 20px;
  }
}
.efficacy-heroarea .efficacy2_Text .dumbbellBee {
  width: 300px;
  position: absolute;
  right: 2%;
  top: -164px;
}
.efficacy-heroarea .efficacy2_Text .dumbbellBee.efficacy3_bee {
  width: 150px;
  right: -14%;
  top: -50px;
}
@media (max-width: 950px) {
  .efficacy-heroarea .efficacy2_Text .dumbbellBee.efficacy3_bee {
    width: 100px;
    top: -20px;
  }
}
@media (max-width: 700px) {
  .efficacy-heroarea .efficacy2_Text .dumbbellBee.efficacy3_bee {
    width: 80px;
    right: 0;
  }
}
@media (max-width: 950px) {
  .efficacy-heroarea .efficacy2_Text .dumbbellBee {
    width: 200px;
    top: -100px;
  }
}
.efficacy-heroarea .efficacy2_Text .sub-bullets {
  font-weight: 600;
}
.efficacy-heroarea .efficacy2_Text .sub-bullets .line-dash {
  position: relative;
  padding-left: 20px;
  margin: 2px auto;
}
.efficacy-heroarea .efficacy2_Text .sub-bullets .line-dash span {
  color: #00aea9;
  padding-right: 6px;
}
.efficacy-heroarea .efficacy-subgroupTable-Img {
  width: 180px;
  height: 100%;
  position: absolute;
  right: -140px;
  top: 114px;
}
@media (max-width: 767px) {
  .efficacy-heroarea .efficacy-subgroupTable-Img {
    width: 130px;
    right: -109px;
  }
}
@media (max-width: 600px) {
  .efficacy-heroarea .efficacy-subgroupTable-Img {
    width: 80px;
    right: -70px;
  }
}
.efficacy-heroarea .line-indent-list {
  list-style-type: none;
  padding-left: 0;
  margin-left: 30px;
  margin-bottom: 0;
}
.efficacy-heroarea .line-indent-list li {
  position: relative;
  text-indent: 0;
  margin-bottom: 0;
  padding-top: 6px;
}
.efficacy-heroarea .line-indent-list li::before {
  width: 15px;
  height: 1px;
  content: "";
  background-color: #58595b;
  position: absolute;
  top: 14px;
  left: -20px;
}

.patient-data {
  width: 97%;
  margin-top: 50px;
}
@media (max-width: 568px) {
  .patient-data {
    width: 90%;
    margin-top: 30px;
  }
}
.patient-data .border-bottom {
  border-color: #00aea9 !important;
}
.patient-data .persent {
  font-size: 2.5rem;
  line-height: 1.8rem;
}

.patient-request {
  width: 600px;
  height: 120px;
  margin-top: 40px;
  background-image: url("../images/tolerability-icon.png");
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (max-width: 820px) {
  .patient-request {
    margin-top: 30px;
    width: 100%;
    font-size: 0.8rem;
  }
}
.patient-request .patient-request-group {
  padding-top: 15px;
}
.patient-request .patient-request-group .gradient-line {
  width: 100%;
  height: 3px;
  background: rgb(255, 255, 255);
  background: linear-gradient(177deg, rgba(255, 255, 255, 0) 14%, rgb(126, 12, 110) 49%, rgba(255, 255, 255, 0) 86%);
}
.patient-request .patient-request-group .group-row {
  height: 63px;
  float: left;
}
.patient-request .patient-request-group .group-row .persent {
  width: 30%;
  font-size: 3.75rem;
  line-height: 1.8rem;
  text-shadow: 2px 2px 2px #aa99bb;
  font-weight: bold;
  padding-right: 40px;
  float: left;
}
@media (max-width: 360px) {
  .patient-request .patient-request-group .group-row .persent {
    font-size: 2.98rem;
  }
}
@media (max-width: 820px) {
  .patient-request .patient-request-group .group-row .persent {
    padding-right: 20px;
  }
}
.patient-request .patient-request-group .group-row .quot-one {
  width: 35%;
  float: left;
  padding-left: 58px;
  line-height: 1.4rem;
}
@media (max-width: 420px) {
  .patient-request .patient-request-group .group-row .quot-one {
    padding-left: 0px;
  }
}
.patient-request .patient-request-group .group-row .quot-three {
  width: 35%;
  line-height: 1.4rem;
  float: left;
}
@media (max-width: 420px) {
  .patient-request .patient-request-group .group-row .quot-three {
    line-height: 1rem;
  }
}

.compliance-banner {
  margin-top: 100px;
}
@media (max-width: 420px) {
  .compliance-banner {
    margin-top: 50px;
  }
}

.tolerability-table .tolerability-tableHeader {
  background: #7a2582;
  padding: 3px 3px 3px 20px;
  color: white;
}
.tolerability-table .text-small {
  font-size: 0.8rem;
}
.tolerability-table table {
  width: 100%;
  color: #616365;
}
.tolerability-table table.table-bordered {
  border: solid 1px #7e0c6e;
}
.tolerability-table table th {
  font-weight: 400;
}
.tolerability-table table th, .tolerability-table table td {
  border-color: #7a2582;
  vertical-align: middle;
}
.tolerability-table table .sub-table td, .tolerability-table table .sub-table th {
  padding: 1px !important;
}
.tolerability-table .small-text td {
  font-size: 0.8125rem;
}
.tolerability-table .mild-severe {
  vertical-align: top;
  position: relative;
}
.tolerability-table .mild-severe .moderate {
  bottom: 5px;
  position: absolute;
  right: 4px;
}

.safty-table {
  border-top-left-radius: 15px;
  overflow: hidden;
}
.safty-table .safty-tableHeader {
  background: #00aea9;
  padding: 3px 3px 3px 20px;
  border-top-left-radius: 15px;
  color: white;
}
.safty-table table {
  background-image: url("../images/fpo-light.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
.safty-table table th {
  font-weight: 400;
}
.safty-table table th, .safty-table table td {
  border-color: #00aea9;
  vertical-align: middle;
}
.safty-table table .tr-striped {
  background-color: rgba(0, 160, 220, 0.1);
}
.safty-table table span {
  font-weight: 500 !important;
}
.safty-table .border-primary {
  border-color: #00aea9 !important;
}
.safty-table .header-color {
  background-color: rgba(0, 160, 220, 0.8);
}

.keysafty-perams .perameter-title {
  margin-top: 30px;
  position: relative;
  padding-left: 65px;
  color: white;
  font-size: 1.5rem;
  background: rgb(126, 12, 110);
  background: linear-gradient(98deg, rgb(126, 12, 110) 45%, rgba(126, 12, 110, 0) 100%);
}
.keysafty-perams .perameter-title .icon-circle {
  width: 60px;
  height: 60px;
  margin-left: -70px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  top: -14px;
  border: solid 3px #7a2582;
  background: #fff;
  position: absolute;
}
.keysafty-perams .perameter-title .icon-circle img {
  width: 70%;
}
@media (max-width: 420px) {
  .keysafty-perams .perameter-title .icon-circle {
    width: 55px;
    height: 55px;
    line-height: 44px;
  }
}
.keysafty-perams .keylist-content {
  padding-left: 35px;
  width: 100%;
  position: relative;
}
.keysafty-perams .keylist-content .content-bold {
  margin-top: 30px;
  width: 63%;
}
.keysafty-perams .keylist-content .content-light {
  width: 70%;
}
.keysafty-perams .keylist-content .no-circle {
  width: 90px;
  height: 86px;
  position: absolute;
  right: 0;
  top: -17px;
  background-image: url("../images/no.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 1.625rem;
  line-height: 1.2rem;
  color: #00aea9;
}
.keysafty-perams .keylist-content .no-circle.acute {
  top: -31px;
}
@media screen and (min-width: 500px) and (max-width: 970px) {
  .keysafty-perams .keylist-content .no-circle {
    width: 80px;
    height: 60px;
    right: 0;
    font-size: 1rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 420px) {
  .keysafty-perams .keylist-content .no-circle {
    width: 50px;
    height: 40px;
    font-size: 1rem;
    line-height: 0.8rem;
    right: 0;
    top: 25px;
    text-align: right;
  }
  .keysafty-perams .keylist-content .no-circle.acute {
    top: 0px;
  }
  .keysafty-perams .keylist-content .no-circle img {
    width: 50%;
  }
}
@media only screen and (device-width: 768px) {
  .keysafty-perams .keylist-content .no-circle {
    right: 0;
    top: 25px;
  }
  .keysafty-perams .keylist-content .no-circle.acute {
    top: 0px;
  }
}
.keysafty-perams .line-bar {
  height: 3px;
  background: rgb(0, 160, 221);
  background: linear-gradient(105deg, rgba(0, 160, 221, 0.8) 36%, rgba(223, 243, 251, 0.5) 100%);
}

.keysafty-list {
  background-image: url("../images/fpo-light.png");
  background-repeat: no-repeat;
  background-position: center;
}
.keysafty-list .keylist {
  width: 100%;
  margin-top: 25px;
  height: 94px;
  position: relative;
}
@media (max-width: 600px) {
  .keysafty-list .keylist {
    margin-top: 15px;
  }
}
.keysafty-list .keylist .line-bar {
  height: 3px;
  background: rgb(0, 160, 221);
  background: linear-gradient(105deg, rgba(0, 160, 221, 0.8) 36%, rgba(223, 243, 251, 0.5) 100%);
}
.keysafty-list .keylist .keylist-content {
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgb(188, 230, 246);
  background: linear-gradient(105deg, rgba(188, 230, 246, 0.7) 36%, rgba(205, 236, 248, 0.2) 100%);
}
@media (max-width: 420px) {
  .keysafty-list .keylist .keylist-content {
    line-height: 1rem;
    font-size: 0.8rem;
  }
  .keysafty-list .keylist .keylist-content .keylist-title {
    font-size: 1.2rem !important;
    font-weight: bold;
    margin-bottom: 5px !important;
  }
}
.keysafty-list .keylist .keylist-content .keylist-title {
  font-size: 1.35rem;
  font-weight: 600;
}
.keysafty-list .keylist .keylist-content .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
}
.keysafty-list .keylist .keylist-content .icon-box .color-box {
  width: 150px;
  height: 100px;
  background: #7a2582;
}
@media only screen and (device-width: 768px) {
  .keysafty-list .keylist .keylist-content .icon-box .color-box {
    width: 57px;
  }
}
@media (max-width: 970px) {
  .keysafty-list .keylist .keylist-content .icon-box .color-box {
    width: 46px;
  }
}
.keysafty-list .keylist .keylist-content .icon-box .icon-circle {
  width: 100px;
  height: 100px;
  margin-left: -45px;
  border-radius: 50%;
  text-align: center;
  line-height: 93px;
  border: solid 5px #7a2582;
  background: #fff;
}
.keysafty-list .keylist .keylist-content .icon-box .icon-circle img {
  width: 70%;
}
@media (max-width: 420px) {
  .keysafty-list .keylist .keylist-content .icon-box .icon-circle {
    width: 55px;
    height: 55px;
    line-height: 44px;
  }
}
.keysafty-list .keylist .keylist-content .key-content {
  padding-left: 230px;
  font-size: 1.2rem;
}
@media only screen and (device-width: 768px) {
  .keysafty-list .keylist .keylist-content .key-content {
    padding-left: 111px;
  }
}
@media screen and (min-width: 430px) and (max-width: 970px) {
  .keysafty-list .keylist .keylist-content .key-content {
    padding-left: 100px;
    line-height: 1.2rem;
    padding-right: 17%;
  }
}
@media (max-width: 420px) {
  .keysafty-list .keylist .keylist-content .key-content {
    padding-left: 50px;
    font-size: 1rem;
    padding-right: 15%;
  }
}
@media (max-width: 320px) {
  .keysafty-list .keylist .keylist-content .key-content {
    padding-right: 10%;
  }
}
.keysafty-list .keylist .keylist-content .no-circle {
  width: 110px;
  height: 86px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/no.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 1.625rem;
  line-height: 1.2rem;
  color: #00aea9;
}
@media screen and (min-width: 500px) and (max-width: 970px) {
  .keysafty-list .keylist .keylist-content .no-circle {
    width: 80px;
    height: 60px;
    right: 0;
    font-size: 1rem;
    line-height: 0.8rem;
  }
}
@media (max-width: 420px) {
  .keysafty-list .keylist .keylist-content .no-circle {
    width: 50px;
    height: 40px;
    font-size: 1rem;
    line-height: 0.8rem;
    right: 0;
    text-align: right;
  }
  .keysafty-list .keylist .keylist-content .no-circle img {
    width: 50%;
  }
}
@media only screen and (device-width: 768px) {
  .keysafty-list .keylist .keylist-content .no-circle {
    right: 0;
  }
}
@media (max-width: 420px) {
  .keysafty-list .keylist .keylist-content .no-circle {
    right: 0;
  }
}

.safty-fpo {
  padding: 15% 0;
}

.splitdose-bord {
  border-radius: 10px;
  background: #f4fbfd;
}
.splitdose-bord.gradient-color {
  background: rgb(180, 222, 241);
  background: linear-gradient(0deg, rgb(180, 222, 241) 0%, rgb(220, 241, 249) 100%) !important;
}

.contain-numbers {
  width: 18px;
  line-height: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}

.samples .form-control {
  margin-bottom: 20px;
  border-color: #7a2582 !important;
}

@media (max-width: 1024px) {
  .table-scroll {
    min-width: 600px;
  }
}
@media (max-width: 768px) {
  .table-sm {
    min-width: 600px;
  }
}
.competitor-pis ul {
  margin-left: 0;
}
.competitor-pis ul li {
  min-height: 40px;
  min-width: 100px;
  background-image: url("../images/iocns/competitor-pIs.png");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 40px;
}

.dosing-regimen {
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .dosing-regimen {
    font-size: 1.6rem;
  }
}

@media (max-width: 600px) {
  .p-t10 {
    padding-top: 10px;
  }
}
.resources-pdfs a {
  color: #353535 !important;
}
.resources-pdfs a:hover {
  color: #a5a5a5 !important;
}

.hard-to-prep .efficacy-title {
  margin-top: 30px;
  font-size: 1.875rem;
  line-height: 1.7rem;
  font-weight: 900;
  display: inline-flex;
}
@media (max-width: 420px) {
  .hard-to-prep .efficacy-title {
    display: block;
    font-size: 1.575rem;
  }
}
.hard-to-prep .efficacy-title .persent-tag {
  padding: 10px;
  height: 55px;
  color: white;
  line-height: 2rem;
  font-size: 3.125rem;
  display: inline-table;
  background: #7a2582;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hard-to-prep .efficacy-title .persent-tag.ndash {
  min-width: 217px;
  height: 55px;
}
@media (max-width: 600px) {
  .hard-to-prep .efficacy-title .persent-tag.ndash {
    min-width: 140px;
    height: 43px;
  }
}
@media (max-width: 600px) {
  .hard-to-prep .efficacy-title .persent-tag {
    font-size: 2rem;
    padding: 5px;
    height: 43px;
  }
}

.doseone-dosetwo {
  position: relative;
}
.doseone-dosetwo .tablets {
  position: absolute;
  bottom: 45px;
  left: 0;
  font-style: italic;
}
@media screen and (max-width: 667px) {
  .doseone-dosetwo .tablets {
    font-size: 0.75rem;
    bottom: 31px;
  }
}

.show-video {
  margin-bottom: -110px;
}
@media screen and (max-width: 750px) {
  .show-video {
    margin-bottom: 0px;
  }
}

.modal-header {
  border: 0px;
}
.modal-header .modal-title {
  margin: auto;
  font-size: 2rem !important;
  color: #ad1097;
}
.modal-header .close {
  width: 25px;
  height: 25px;
  background: #ad1097;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  padding: 0px !important;
  margin: 0px !important;
}
@media screen and (max-width: 950px) {
  .modal-header .close {
    width: 20px;
    height: 20px;
  }
  .modal-header .close span {
    font-size: 1.8rem !important;
  }
}
.modal-header .close span {
  font-weight: normal !important;
  text-shadow: none;
}

.modal-body video {
  display: flex;
  margin: auto;
}

.medicare-buttons .btn-primary {
  width: 400px;
  height: 36px;
  line-height: 20px;
  margin: 0;
  border: 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 30px !important;
  background-color: #00aea9;
  box-shadow: inset 5px 5px 5px #ccf3ef, inset -5px -5px 5px #006764, 1px 1px 1px #006764;
  display: block;
  font-weight: bold;
}
.medicare-buttons .btn-primary.artical-btn {
  width: 200px;
}
@media (max-width: 768px) {
  .medicare-buttons .btn-primary {
    width: 100%;
  }
}
@media (max-width: 330px) {
  .medicare-buttons .btn-primary {
    width: 100%;
  }
}
.medicare-buttons .btn-primary:hover {
  background: #007b77;
}

.hcp-homeDilag {
  width: 400px;
  margin: auto;
  border-color: #848484 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 21%;
}
@media (max-width: 500px) {
  .hcp-homeDilag {
    width: 90%;
  }
}
.hcp-homeDilag .btn-primary {
  width: 350px;
  background: #00aea9;
  border: 0;
  line-height: 26px;
  height: 35px;
}
.hcp-homeDilag .btn-primary .btn-content {
  position: relative;
  top: -4px;
}
@media (max-width: 500px) {
  .hcp-homeDilag .btn-primary {
    width: 100%;
  }
}
.hcp-homeDilag .btn-primary:hover {
  background: #007b77;
}
.hcp-homeDilag .btn-primary .fas {
  font-size: 1.5rem;
}
@media (min-width: 290px) and (max-width: 395px) {
  .hcp-homeDilag .btn-primary {
    font-size: 0.9rem;
  }
  .hcp-homeDilag .btn-primary .btn-content {
    position: relative;
    top: -1px;
  }
  .hcp-homeDilag .btn-primary .fas {
    font-size: 1rem;
    margin-top: 4px;
  }
}
@media only screen and (device-width: 280px) {
  .hcp-homeDilag .btn-primary {
    font-size: 0.65rem;
    height: 25px;
  }
  .hcp-homeDilag .btn-primary .btn-content {
    top: -5px;
  }
  .hcp-homeDilag .btn-primary .fas {
    font-size: 0.7rem;
    top: -4px;
    position: relative;
  }
}
.hcp-homeDilag .close-btn {
  position: absolute;
  top: -5px;
  right: -6px;
  font-size: 1.5rem;
}
.hcp-homeDilag .close-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media (max-width: 1180px) {
  .desktop-only {
    display: none;
  }
}

.one-million-manner {
  max-width: 450px;
}
@media (max-width: 500px) {
  .one-million-manner {
    max-width: 300px;
  }
}

.one-Million-Ribbon {
  width: 170px;
}
@media (max-width: 950px) {
  .one-Million-Ribbon {
    width: 100px;
  }
}
@media screen and (min-device-width: 500px) and (max-device-width: 650px) {
  .one-Million-Ribbon {
    width: 80px;
  }
}
@media (max-width: 480px) {
  .one-Million-Ribbon {
    width: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .ipad-btnview {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
.signature-img img, .signature-img image {
  border: 0;
}

.joinus-today {
  width: 200px;
}
@media (min-width: 768px) and (max-width: 820px) {
  .joinus-today {
    width: 155px;
  }
}

.participate-border {
  border: 2px solid #7e0c6e !important;
}

.icon-box-participate {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .icon-box-participate {
    margin-left: 10px;
  }
}

.topRight-borderRadius {
  border-top-right-radius: 30px;
}

.rounded-purpleBox {
  border: solid 2px #7a2582;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 920px) {
  .mob-brHide {
    display: none;
  }
}
@media (min-width: 250px) and (max-width: 360px) {
  .mob-brHide {
    display: none;
  }
}
.patient-video-HCP {
  width: 80%;
  position: relative;
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 830px) {
  .patient-video-HCP {
    width: 100%;
  }
}

.seeupdates-modal .modal-content {
  border-radius: 0;
  border: solid 1px #939598;
}
.seeupdates-modal .close {
  padding: 7px;
  margin-top: -6px;
  margin-right: -6px;
  border-radius: 50%;
  color: white;
  line-height: 0.8rem;
  font-size: 2rem;
  background: #7a2582;
  opacity: 1;
  cursor: pointer;
}
.seeupdates-modal .close:hover {
  opacity: 1 !important;
}
.seeupdates-modal .modal-body .blue-bar {
  width: 100%;
  height: 10px;
  background: #00aea9;
}
.seeupdates-modal .modal-body h5 {
  line-height: 1.3rem;
}
.seeupdates-modal .modal-body ul li::marker {
  color: #7a2582 !important;
}
.seeupdates-modal .first-row-li {
  padding-left: 30%;
}
.seeupdates-modal .second-row-li {
  padding-left: 20%;
}
.seeupdates-modal .btn-primary {
  width: 350px;
  background: #00aea9;
  border: 0;
  line-height: 26px;
  height: 35px;
}
@media (max-width: 500px) {
  .seeupdates-modal .btn-primary {
    width: 90%;
  }
}
.seeupdates-modal .btn-primary:hover {
  background: #007b77;
}
.seeupdates-modal .btn-primary .fas {
  font-size: 1rem;
}

.studyone-th {
  font-size: 1rem;
}

/*Savings*/
.savings-art {
  position: absolute;
  left: -95px;
  bottom: 0;
}
.savings-art img {
  width: 180px;
}
@media (max-width: 767px) {
  .savings-art {
    position: relative;
    left: 0;
    margin: 0 0 10px;
  }
}
@media (max-width: 769px) {
  .savings-art {
    left: 0;
  }
}

.text-medium {
  font-size: 1.1rem;
}

.font-bold {
  font-family: Arial Black, Helvetica, sans-serif;
}

/*ISI Content*/
.isi-content {
  color: #58585a;
}
.isi-content p {
  color: #58585a;
  margin: 0 0 8px 0;
}
.isi-content a {
  color: #58585a;
}
.isi-content a:hover {
  color: #58585a !important;
}

.thankyou-title {
  font-size: 3rem !important;
  font-weight: bold;
}

.finish-art {
  width: 250px;
  position: relative;
  top: -50px;
}

.hcp-home h2 {
  font-size: 3rem;
  font-weight: 800;
  padding: 0 0 0 120px;
}
@media screen and (min-device-width: 800px) and (max-device-width: 1100px) {
  .hcp-home h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .hcp-home h2 {
    font-size: 2.3rem;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .hcp-home h2 {
    font-size: 1.8rem;
  }
}
.hcp-home .hom-dropdowns {
  width: 100%;
}
.hcp-home .hom-dropdowns .icon {
  width: 43px;
  float: left;
  margin-right: 5px;
}
.hcp-home .hom-dropdowns .dropdown-btn {
  padding-left: 5px;
  font-size: 0.7rem;
  color: #7a2582;
}
.hcp-home .hom-dropdowns .dropdown {
  margin-top: 2px;
}
.hcp-home .hom-dropdowns .button {
  height: 25px;
  width: 200px;
  margin: 0;
  border: 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 30px !important;
  background-color: #00aea9;
  box-shadow: inset 3px 3px 3px #ccf3ef, inset -3px -3px 3px #006764, 1px 1px 1px #006764;
  font-weight: bold;
}
@media only screen and (min-width: 1000px) and (max-width: 1190px) {
  .hcp-home .hom-dropdowns .button {
    width: 150px;
  }
}
.hcp-home .hom-dropdowns .button:hover {
  background: #007b77;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.hcp-home .hom-dropdowns .button.btn-large {
  padding: 11px 35px 9px 35px;
}
.hcp-home .hom-dropdowns .dropdown-menu {
  border-radius: 0;
}
.hcp-home .hom-dropdowns .dropdown-item {
  font-size: 0.8rem;
}
.hcp-home .new {
  width: 200px;
  position: absolute;
  left: 0;
  top: -8px;
}
@media (max-width: 768px) {
  .hcp-home .new {
    width: 140px;
  }
}
@media (max-width: 600px) {
  .hcp-home .new {
    width: 120px;
  }
}

.consumer-home h2 {
  font-size: 3.5rem;
  font-weight: 800;
}
@media (max-width: 768px) {
  .consumer-home h2 {
    padding-top: 50px;
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 580px) {
  .consumer-home h2 {
    padding-top: 0;
    font-size: 2rem !important;
  }
}
@media only screen and (max-width: 1027px) and (min-width: 768px) {
  .consumer-home h2 {
    font-size: 2.8rem;
  }
}
.consumer-home .hom-dropdowns {
  display: flex;
}
.consumer-home .hom-dropdowns .icon {
  width: 50px;
}
.consumer-home .hom-dropdowns .dropdown-btn {
  padding-left: 5px;
  font-size: 0.7rem;
  color: #7a2582;
}
@media (max-width: 767px) {
  .consumer-home .hom-dropdowns .dropdown-btn {
    font-size: 0.6rem;
  }
}
.consumer-home .hom-dropdowns .dropdown {
  margin-top: 2px;
}
.consumer-home .hom-dropdowns .button {
  height: 25px;
  width: 100%;
  margin: 0;
  border: 0;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.8rem;
  text-align: center;
  border-radius: 30px !important;
  background-color: #00aea9;
  box-shadow: inset 3px 3px 3px #ccf3ef, inset -3px -3px 3px #006764, 1px 1px 1px #006764;
  font-weight: bold;
}
.consumer-home .hom-dropdowns .button:hover {
  background: #007b77;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.consumer-home .hom-dropdowns .button.btn-large {
  padding: 11px 35px 9px 35px;
}
.consumer-home .hom-dropdowns .dropdown-menu {
  border-radius: 0;
  border-left: solid 3px #00aea9;
}
.consumer-home .hom-dropdowns .dropdown-item {
  font-size: 0.8rem;
}
.consumer-home .new {
  width: 200px;
  position: absolute;
  left: 0;
  top: -8px;
}

.btn-primary {
  background-color: #7a2582;
  border-color: #7a2582;
}

.border-radius-0 {
  border-radius: 0;
}

.hcp_thankyou h2 {
  font-size: 3rem;
  position: relative;
  top: -26px;
}
.hcp_thankyou a {
  text-decoration: underline;
}
.hcp_thankyou a:hover {
  text-decoration: none;
}

@media (max-width: 700px) {
  h5 {
    font-size: 1rem !important;
  }
}
/*TOLERABILITY*/
.styles-bordered-title .purple-border {
  width: 100%;
  height: 3px;
  background: rgb(107, 31, 124);
  background: linear-gradient(90deg, rgb(107, 31, 124) 65%, rgb(255, 255, 255) 100%);
}
.styles-bordered-title .green-border {
  width: 100%;
  height: 3px;
  background: rgb(0, 192, 181);
  background: linear-gradient(90deg, rgb(0, 192, 181) 65%, rgb(255, 255, 255) 100%);
}
.styles-bordered-title h4 {
  margin-top: -1px;
  background-color: #7a2582;
  color: #fff;
  font-size: 1rem !important;
  padding: 8px 55px 8px 10px;
  width: auto;
  display: inline-block;
  position: relative;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 1%, 100% 0%, 90% 100%, 0% 100%);
}
@media (max-width: 700px) {
  .styles-bordered-title h4 {
    font-size: 0.75rem !important;
    padding: 5px 25px 5px 10px;
  }
}
.styles-bordered-title h4.green-bg {
  background-color: #00aea9;
}
.styles-bordered-title h5 {
  background-color: #7a2582;
  color: #fff;
  font-size: 1rem;
  padding: 8px 15px 8px 10px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  width: auto;
  display: inline-block;
  left: -20px;
  position: relative;
}
@media (max-width: 700px) {
  .styles-bordered-title h5 {
    font-size: 0.75rem !important;
    padding: 5px 25px 5px 10px;
  }
}
.styles-bordered-title .section-title {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .styles-bordered-title .section-title {
    font-size: 1rem;
  }
}
.styles-bordered-title img {
  max-width: 85%;
}

.tolerability-art {
  width: 150px;
  margin-bottom: -70px;
  margin-right: 25px;
}
@media (max-width: 768px) {
  .tolerability-art {
    width: 80px;
    margin-bottom: -100px;
    margin-right: -2px;
  }
}
@media (max-width: 376px) {
  .tolerability-art {
    display: none;
  }
}

.tolerability-content {
  /*Table Styles*/
}
.tolerability-content .table {
  color: #58595b;
}
.tolerability-content .table th {
  background-color: #7a2582;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 0 !important;
}
.tolerability-content .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #ebeced;
}
.tolerability-content .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff !important;
}
.tolerability-content .table-bordered td, .tolerability-content .table-bordered th {
  border: 1px solid #7a2582 !important;
}
.tolerability-content .table-bordered td.brw-4, .tolerability-content .table-bordered th.brw-4 {
  border-right-width: 4px !important;
}
.tolerability-content .search-suflave {
  position: relative;
  top: -90px;
  width: 150px;
}
@media (max-width: 768px) {
  .tolerability-content .search-suflave {
    top: 0;
    left: 0;
  }
}

.light-purple {
  background: #f0e9f2;
}

.page-title-BottomLine {
  width: 100%;
  height: 1px;
  float: left;
  background: rgb(0, 192, 181);
  background: linear-gradient(90deg, rgb(0, 192, 181) 65%, rgb(255, 255, 255) 100%);
}

.dosing-purpleBox {
  border-top-right-radius: 30px;
  overflow: hidden;
}
.dosing-purpleBox .top-border {
  width: 80%;
  height: 3px;
  background: rgb(122, 37, 130);
  background: linear-gradient(90deg, rgb(122, 37, 130) 65%, rgb(239, 231, 240) 100%);
}
.dosing-purpleBox .dosing-BoxHeader {
  color: #fff;
  width: auto;
  font-weight: 600;
  padding: 3px 40px 3px 10px;
  margin-top: -10px;
  background: #7a2582;
  position: absolute;
  float: left;
  -webkit-clip-path: polygon(0 1%, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 1%, 100% 0%, 90% 100%, 0% 100%);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.dosing-finish-art {
  position: absolute;
  bottom: -20px;
  left: -70px;
}
@media (max-width: 700px) {
  .dosing-finish-art {
    position: inherit;
    bottom: inherit;
    left: inherit;
  }
}

.text-italic {
  font-style: italic;
}

@media (min-width: 1200px) {
  .efficacy-3-suprep {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 950px) {
  .efficacy-3-suprep {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  .whattoexpect .d-flex {
    display: inline-block !important;
  }
}

@media (max-width: 768px) {
  .day1-content .d-flex, .day2-content .d-flex {
    display: inline-block !important;
  }
}

.dosing-purpleBox .text-secondary {
  font-family: Arial black, Helvetica, sans-serif;
  font-weight: bold !important;
  font-size: 1.2rem;
  line-height: 18px;
}

.hcp-flavor-art {
  width: 400px;
  position: absolute;
  left: -45px;
}
@media (max-width: 767px) {
  .hcp-flavor-art {
    position: relative;
    left: 0;
  }
}

.view-reprint-modal h5.modal-title {
  font-size: 1.5rem !important;
}

.view-reprint-iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .view-reprint-iframe {
    height: 390px;
  }
}
@media (max-width: 650px) {
  .view-reprint-iframe {
    height: 430px;
  }
}
@media screen and (min-width: 660px) and (max-width: 950px) {
  .view-reprint-iframe {
    height: 250px;
  }
}

.lemon-lime-message {
  position: absolute;
  bottom: -86px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .lemon-lime-message {
    bottom: -63px;
    text-align: left;
  }
}

.patient-acceptance {
  font-size: 1.8rem !important;
}

.patient-acceptancetex {
  color: #7a2582;
}
@media screen and (max-width: 750px) {
  .patient-acceptancetex {
    color: white;
  }
}

.consumer-nav .nav-link {
  color: white !important;
}
.consumer-nav .navbar-nav .nav-item:after {
  background: #00aea9;
}
.consumer-nav .navbar-nav .nav-item.active:after {
  background: #00aea9;
}
.consumer-nav .nav-last-item a:hover {
  color: #fff !important;
  text-decoration: none;
}
.consumer-nav .nav-last-item.active a {
  color: #fff !important;
}
@media (max-width: 768px) {
  .consumer-nav .navbar-nav .nav-item.active a.nav-link {
    color: #00aea9 !important;
  }
}

/* Landpage hero ares styling */
.landpage-heroarea {
  min-height: 500px;
  background: rgb(191, 235, 233);
  background: linear-gradient(180deg, rgb(191, 235, 233) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
}

.whysuflave-heroarea {
  background: rgb(191, 235, 233);
  background: linear-gradient(180deg, rgb(191, 235, 233) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
}
.whysuflave-heroarea.resources, .whysuflave-heroarea.whattoexpect {
  background: rgb(191, 235, 233);
  background: linear-gradient(180deg, rgb(191, 235, 233) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
}
.whysuflave-heroarea.thankYou {
  min-height: 400px !important;
}

.nwetab-sutablogo {
  max-width: 300px;
}
@media (max-width: 760px) {
  .nwetab-sutablogo {
    max-width: 230px;
    margin: 0 auto;
  }
}

h3.nwetab-title {
  font-size: 2.3rem;
  font-family: "Conv_MrEavesXLModOT-Ultra", Sans-Serif;
  color: #7a2582;
}
@media (max-width: 650px) {
  h3.nwetab-title {
    font-size: 2rem;
  }
}
h3.nwetab-title span.u-line {
  width: 50%;
  height: 2px;
  margin: 15px auto;
  display: block;
  background: #00aea9;
}

.ect-columns h5 {
  font-size: 1.5rem;
  font-family: "MrEavesXLModOT-Bold", Sans-Serif;
}
.ect-columns .ect-content {
  width: 96%;
}
@media (max-width: 700px) {
  .ect-columns .ect-content {
    width: 100%;
  }
}
.ect-columns .gradient-line {
  width: 2px;
  min-height: 150px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(1, 160, 221) 48%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 700px) {
  .ect-columns .gradient-line {
    width: 0;
  }
}

.home-art {
  position: relative;
  top: -30px;
  margin-bottom: -100px;
  left: 60px;
}
@media (max-width: 767px) {
  .home-art {
    top: 45px;
    margin-bottom: 0;
    left: 0;
  }
}

.packaging-text {
  font-size: 0.8rem;
  opacity: 0.5;
}

.bowelprepkit-bar {
  background: #7a2582;
}

.resources .button {
  height: auto;
  font-size: 0.9rem;
  padding: 3px 25px;
}

.hcp-resources .button {
  width: 180px;
}

.button {
  height: 40px;
  line-height: 20px;
  margin: 0;
  border: 0;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 30px !important;
  background-color: #00aea9;
  box-shadow: inset 5px 5px 5px #ccf3ef, inset -5px -5px 5px #006764, 1px 1px 1px #006764;
  font-weight: bold;
}
.button:hover {
  background: #007b77;
  color: white;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .button {
    height: auto;
  }
}
.button.btn-large {
  padding: 5px 35px 5px 35px;
}

.dav-icons {
  height: 100px;
}
.dav-icons img {
  height: 90px;
}
.dav-icons.patientHome-icons {
  width: 75px;
  margin: 0 auto;
}

.purpleBorder-divider {
  border-right: solid 2px #dccdda;
}
@media (max-width: 700px) {
  .purpleBorder-divider {
    border-right: 0;
  }
}

.content-fpo {
  background-image: url("../images/consumer/content-fpo.png");
  background-repeat: no-repeat;
  background-position: top center;
}

.main-title {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: "MrEavesXLModOT-Bold", Sans-Serif;
  color: #7a2582;
  border-top: solid 8px #00aea9;
  width: auto;
  display: inline-block;
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
.main-title.thankyou {
  font-size: 3.5rem;
}
@media (max-width: 768px) {
  .main-title {
    font-size: 1.8rem;
  }
}

.whysutab-herotitle {
  font-size: 1.6rem;
  font-family: Arial Black, Helvetica, sans-serif;
  line-height: 32px;
}
@media (max-width: 600px) {
  .whysutab-herotitle {
    font-size: 1.2rem;
  }
}

.introducing {
  font-size: 2.2rem;
  font-family: "MrEavesXLModOT-Heavy", Sans-Serif;
}
@media (max-width: 768px) {
  .introducing {
    font-size: 2rem;
  }
}
@media (max-width: 750px) {
  .introducing {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (device-width: 768px) {
  .introducing {
    word-break: break-all;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 800px) and (max-width: 830px) {
  .introducing {
    word-break: break-all;
    font-size: 2.8rem;
  }
}

.trustedMakers-bar {
  font-size: 1.875rem;
  background-color: #edfbfa;
  position: relative;
  padding: 20px 0;
}
@media (max-width: 600px) {
  .trustedMakers-bar {
    font-size: 1.7rem;
  }
}
.trustedMakers-bar h5 {
  padding-bottom: 15px;
  font-family: Arial Black, Helvetica, sans-serif;
  font-size: 1.5rem !important;
  display: inline-block;
  margin: 0;
  background: url(../images/consumer/whysuflave-line.png) no-repeat bottom;
  width: 100%;
}
@media (max-width: 600px) {
  .trustedMakers-bar h5 {
    font-size: 2rem;
  }
}
.trustedMakers-bar p {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  padding-top: 8px;
}
.trustedMakers-bar img.certificate {
  position: absolute;
  width: 100px;
  top: -20px;
}
@media (max-width: 768px) {
  .trustedMakers-bar img.certificate {
    position: relative;
    width: 100px;
    top: 5px;
    margin: 0 0 10px 0;
  }
}

.select-language a {
  color: #767676 !important;
  margin-left: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.select-language a.active {
  color: #7e0c6e !important;
  font-weight: 900;
  border-bottom: 4px solid #00aea9;
}

.whento-takesutab {
  background: #f3eef3;
  position: relative;
  bottom: -45px;
}
.whento-takesutab img {
  position: absolute;
  top: -153px;
  right: 15px;
  width: 380px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .whento-takesutab img {
    width: inherit;
    top: -126px;
  }
}
@media screen and (max-width: 767px) {
  .whento-takesutab img {
    width: inherit;
    top: 20px;
    position: relative;
    margin-bottom: 20px;
  }
}
.whento-takesutab h4 {
  font-size: 1.2rem !important;
}

.howtotake-sutabbg {
  border-top: solid 1px #fff;
  background: rgb(216, 199, 214);
  background: linear-gradient(180deg, rgb(216, 199, 214) 0%, rgb(255, 255, 255) 100%);
}
.howtotake-sutabbg .fpo {
  width: 150px;
  margin: 10% auto;
}
.howtotake-sutabbg table thead {
  background: #7a2582;
}
.howtotake-sutabbg table thead th {
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 25px;
  color: white;
  font-family: "MrEavesXLModOT-Reg", Sans-Serif;
}
@media (max-width: 600px) {
  .howtotake-sutabbg table thead th {
    padding-left: 10px;
  }
}
.howtotake-sutabbg table tbody tr:nth-child(even) {
  background: #d7e1ec;
}
.howtotake-sutabbg table tbody td {
  padding-left: 25px;
}
@media (max-width: 600px) {
  .howtotake-sutabbg table tbody td {
    padding-left: 10px;
  }
}
.howtotake-sutabbg .stool-colors {
  width: 100px;
  height: 30px;
  background: #443125;
}
.howtotake-sutabbg .stool-colors.dark-orange {
  background: #a05f37;
}
.howtotake-sutabbg .stool-colors.light-orange {
  background: #ef8f53;
}
.howtotake-sutabbg .stool-colors.light-yellow {
  background: #f9ec93;
}

@media (max-width: 600px) {
  .drinks-icons img {
    max-width: 230px;
  }
}

@media (min-width: 768px) {
  .your-colonoscopy {
    position: absolute;
    right: 10%;
  }
}
@media only screen and (device-width: 768px) {
  .your-colonoscopy {
    width: 150px;
  }
}

.callnow {
  margin-bottom: 19px;
}

.savings-pfobox {
  margin-top: 94px;
  width: 90%;
  padding: 16% 10%;
  border-radius: 15px;
  background: #7dcbeb;
  float: right;
}
.savings-pfobox img {
  max-width: 40%;
}
@media (max-width: 600px) {
  .savings-pfobox {
    margin-top: 40px;
  }
  .savings-pfobox.thankyou {
    margin-top: 20px !important;
  }
}
@media (max-width: 768px) {
  .savings-pfobox {
    width: 100%;
    float: inherit;
  }
}
@media only screen and (device-width: 768px) {
  .savings-pfobox {
    margin-top: 75px;
  }
}

.resources-col {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.5s ease-out;
  font-size: 0.9rem;
  position: relative;
  left: -25px;
}
@media (max-width: 767px) {
  .resources-col {
    left: 0;
  }
}
.resources-col:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
}

.tolerability-list ul {
  list-style-type: none;
}
.tolerability-list ul li {
  position: relative;
}
.tolerability-list ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: -15px;
  top: 8px;
  border-radius: 100%;
  background-color: #7a2582;
  position: absolute;
}

.light-purple-bar {
  font-size: 0.91rem;
  padding: 5px 10px;
  background: #ad46a2;
}
.light-purple-bar a {
  color: white;
  text-decoration: underline;
}
.light-purple-bar a:hover {
  text-decoration: none;
}

.patient-homeFourCol .button {
  width: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .patient-homeFourCol .button {
    width: 100%;
  }
}

.why-suflave {
  width: 85%;
  position: relative;
  bottom: -35px;
  z-index: 1;
}

.patients-request {
  display: flex;
  align-items: center;
}
.patients-request img {
  width: 100px;
}

/*How to Prep*/
.howtoprep-text {
  display: flex;
}
.howtoprep-text img {
  width: 150px;
  height: 100%;
}
@media (max-width: 768px) {
  .howtoprep-text img {
    width: 123px;
    height: 153px;
  }
}
.howtoprep-text h5 {
  font-weight: bold;
}

.howtoprep-img {
  position: relative;
  top: -40px;
  margin-bottom: -30px;
  width: 85%;
}
@media (max-width: 767px) {
  .howtoprep-img {
    top: 0;
    margin-bottom: 0;
  }
}

.howtoprep-list-img {
  width: 80%;
}
@media (max-width: 767px) {
  .howtoprep-list-img {
    width: 100%;
    margin: 20px 0;
  }
}

.howto-prep h4 {
  font-size: 1.2rem !important;
  font-weight: bold;
}

.day1 {
  background: url(../images/consumer/day1-bg.png) no-repeat top left;
  background-size: contain;
  border-top-right-radius: 35px;
}
@media (max-width: 767px) {
  .day1 {
    background-size: 1000px;
  }
}
.day1 .day1-bgcolor {
  background-color: #f5eff6;
  position: relative;
  top: 32px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .day1 .day1-bgcolor {
    top: 21px;
    border-top-right-radius: 10px;
  }
}

.day2 {
  background: url(../images/consumer/day2-bg.png) no-repeat top left;
  background-size: contain;
  border-top-right-radius: 35px;
}
@media (max-width: 767px) {
  .day2 {
    background-size: 1000px;
  }
}
.day2 .day2-bgcolor {
  background-color: #f5eff6;
  position: relative;
  top: 32px;
  border-top-right-radius: 16px;
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .day2 .day2-bgcolor {
    top: 21px;
    border-top-right-radius: 10px;
  }
}

.day1-content h3, .day2-content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: Arial Black, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .day1-content h3, .day2-content h3 {
    padding: 10px 15px;
  }
}
.day1-content p, .day2-content p {
  margin-bottom: 5px;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .day1-content p, .day2-content p {
    padding: 0 15px;
  }
}
.day1-content p .text-secondary, .day2-content p .text-secondary {
  width: 196px;
}
.day1-content strong, .day2-content strong {
  font-size: 1rem;
}

.inner-title {
  background: url(../images/consumer/whysuflave-line.png) no-repeat bottom;
  background-size: contain;
  padding: 0 0 15px 0;
}

/*What to Expect*/
.whattoexpect h4 {
  position: relative;
  top: -20px;
  margin: 0 0 -10px 0;
  font-size: 1.5rem !important;
}
.whattoexpect .whattoexpect-img {
  width: 40%;
  top: -33px;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .whattoexpect .whattoexpect-img {
    top: 0;
    width: 100%;
  }
}

.day1-dose1 {
  position: relative;
  top: -52px;
  width: 90%;
}
@media (max-width: 768px) {
  .day1-dose1 {
    top: 0;
    position: relative;
    margin-bottom: 20px;
  }
}

.day2-dose2 {
  position: absolute;
  top: -74px;
  width: 80%;
}
@media (max-width: 768px) {
  .day2-dose2 {
    top: 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .howtoprep-content .w-50 {
    width: 100% !important;
  }
}

.text-medium-line {
  font-size: 1.5rem;
  background-image: url(../images/consumer/savings-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 0 15px 0;
  background-position: bottom;
  max-width: 400px;
}
@media (max-width: 767px) {
  .text-medium-line {
    max-width: inherit;
  }
}

.howto-prep ul {
  font-weight: bold;
  font-size: 0.9rem;
}
.howto-prep p {
  font-weight: bold;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .howto-prep .d-only {
    display: none;
  }
}
.howto-prep .video-boxShadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 174, 169, 0.28) !important;
}

.whattoexpect .list-items {
  font-size: 0.9rem;
  padding-right: 15px;
}

.introductionModal video {
  width: 100%;
}

.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;
}/*# sourceMappingURL=styles.css.map */