@charset "UTF-8";

/*
Mr Eaves Mod OT Reg
font-family: mr-eaves-modern, sans-serif;
font-weight: 400;
font-style: normal;

Mr Eaves Mod OT Bold Italic
font-family: mr-eaves-modern, sans-serif;
font-weight: 700;
font-style: italic;

Mr Eaves Mod OT Bold
font-family: mr-eaves-modern, sans-serif;
font-weight: 700;
font-style: normal;

Mr Eaves Mod OT Reg Italic
font-family: mr-eaves-modern, sans-serif;
font-weight: 400;
font-style: italic;

Mr Eaves San OT Reg Italic
font-family: mr-eaves-sans, sans-serif;
font-weight: 400;
font-style: italic;

Mr Eaves San OT Reg
font-family: mr-eaves-sans, sans-serif;
font-weight: 400;
font-style: normal;


Mr Eaves San OT Bold
font-family: mr-eaves-sans, sans-serif;
font-weight: 700;
font-style: normal;

Mr Eaves San OT Bold Italic
font-family: mr-eaves-sans, sans-serif;
font-weight: 700;
font-style: italic;
 */

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'MrEavesXLModOT-Reg',sans-serif;
  color: #353535;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (max-width: 600px) {
  body {
    font-size: 1.1rem;
  }
}

p {
  word-break: break-word;
}

/* Font Regular */
@font-face {
  font-family: 'MrEavesXLModOT-Reg';
  src: url("../fonts/MrEavesXLModOT-Reg.eot");
  src: local("☺"), url("../fonts/MrEavesXLModOT-Reg.woff") format("woff"), url("../fonts/MrEavesXLModOT-Reg.ttf") format("truetype"), url("../fonts/MrEavesXLModOT-Reg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Font Light */
@font-face {
  font-family: 'Conv_MrEavesXLModNarOT-Light';
  src: url("../fonts/MrEavesXLModNarOT-Light.eot");
  src: local("☺"), url("../fonts/MrEavesXLModNarOT-Light.woff") format("woff"), url("../fonts/MrEavesXLModNarOT-Light.ttf") format("truetype"), url("../fonts/MrEavesXLModNarOT-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Font Bold */
@font-face {
  font-family: 'MrEavesXLModOT-Bold';
  src: url("fonts/MrEavesXLModOT-Bold.eot");
  src: local("☺"), url("../fonts/MrEavesXLModOT-Bold.woff") format("woff"), url("../fonts/MrEavesXLModOT-Bold.ttf") format("truetype"), url("../fonts/MrEavesXLModOT-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Font Heavy */
@font-face {
  font-family: 'MrEavesXLModOT-Heavy';
  src: url("../fonts/MrEavesXLModOT-Heavy.eot");
  src: local("☺"), url("../fonts/MrEavesXLModOT-Heavy.woff") format("woff"), url("../fonts/MrEavesXLModOT-Heavy.ttf") format("truetype"), url("../fonts/MrEavesXLModOT-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Font Ultra */
@font-face {
  font-family: 'Conv_MrEavesXLModOT-Ultra';
  src: url("../fonts/MrEavesXLModOT-Ultra.eot");
  src: local("☺"), url("../fonts/MrEavesXLModOT-Ultra.woff") format("woff"), url("../fonts/MrEavesXLModOT-Ultra.ttf") format("truetype"), url("../fonts/MrEavesXLModOT-Ultra.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

sup {
  top: -.3em !important;
}

h2.home-banner {
  margin-top: 60px;
  font-size: 3rem;
  font-family: 'MrEavesXLModOT-Bold';
}

@media (max-width: 600px) {
  h2.home-banner {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.875rem !important;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

@media (max-width: 600px) {
  h4 {
    font-size: 1.55rem !important;
  }
}

h5 {
  font-size: 1.375rem !important;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

a {
  color: #0000EE;
}

a:hover {
  color: #ad1097;
}

.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: #00a0e0 !important;
}

.text-secondary {
  color: #7e0c6e !important;
}

.text-gray {
  color: #767676 !important;
}

.font-regular {
  font-weight: 400 !important;
  font-family: 'MrEavesXLModOT-Reg',Sans-Serif !important;
}

.bg-primary {
  background-color: #00a0e0 !important;
}

.bg-secondary {
  background-color: #7e0c6e !important;
}

.requiredlabel {
  color: #7e0c6e;
}

.border-purple {
  border-color: #7e0c6e !important;
}

.bg-purple {
  background: #7e0c6e;
}

.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;
}

.content-title {
  font-size: 1.125rem;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

.font-22 {
  font-size: 1.375rem !important;
}

.footer {
  padding: 30px 0;
  /* border-top: solid 2px #7e0c6e; */
}

.footer .nav {
  float: right;
}

@media (max-width: 823px) {
  .footer .nav {
    float: left;
  }
}

.footer .nav .nav-link {
  font-size: 0.9rem;
  color: #353535;
  text-decoration: underline;
}

.footer .nav .nav-link:hover {
  text-decoration: none;
}

.footer .nav .nav-link:first-child {
  padding-left: 0;
}

@media (max-width: 1024px) {
  .footer .nav .nav-link {
    padding: .5rem 0.8rem;
  }
}

.dounload-buttons {
  font-size: 1.5rem;
  color: white;
  background-color: #7e0c6e;
  border-bottom: solid 3px #be59b6;
  padding: 10px 40px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.dounload-buttons:hover {
  background-color: #670a5a;
}

@media (max-width: 420px) {
  .dounload-buttons {
    font-size: 1.3rem;
  }
}

@media (max-width: 320px) {
  .dounload-buttons {
    font-size: 1.1rem;
  }
}

ul li::marker {
  color: #00a0e0 !important;
}

.ol-numaric-list li::marker {
  color: #00a0e0 !important;
}

.form-control {
  border-color: #00a0e0 !important;
  border-radius: 0 !important;
}

.dropdown-item:hover {
  color: #fff;
  background-color: #00a0e0;
}

.small-header {
  width: 100%;
  background: #00a0e0;
  padding: 3px;
  font-size: .7rem;
}

@media (max-width: 420px) {
  .small-header {
    font-size: .55rem;
  }
}

@media (max-width: 320px) {
  .small-header {
    font-size: .50rem;
  }
}

.small-header span {
  font-family: 'MrEavesXLModOT-Book',Sans-Serif;
  color: #fff;
}

.small-header a {
  color: #0000EE;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  text-decoration: underline;
  font-weight: 900;
  font-size: .75rem;
}

.small-header a:hover {
  color: #ad1097;
}

.small-header.consumer {
  background: white;
}

.small-header.consumer span {
  color: #353535;
}

.small-header.consumer a {
  color: #0000EE;
}

.small-header.consumer a:hover {
  color: #0000EE;
}

.slider_global {
  min-height: 500px;
  padding-bottom: 50px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, white), to(#02a1dd));
  background: linear-gradient(180deg, white 6%, #02a1dd 100%);
}

.slider-global-logo {
  margin-top: 40px;
}

.slider-global-logo img {
  max-width: 100%;
}

@media (max-width: 600px) {
  .slider-global-logo {
    margin-top: 30px;
  }
  .slider-global-logo img {
    max-width: 85%;
  }
}

.intradusing {
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  font-size: 2rem;
  color: #7e0c6e;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .intradusing {
    font-size: 1.2rem;
  }
}

.navbar {
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media (max-width: 768px) {
  .navbar {
    top: 20px;
  }
}

.navbar-nav {
  background: #dfdfdf;
}

.navbar-expand .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
  font-size: 1.0625rem;
  color: #00a0e0;
  padding: .6rem 0.9rem !important;
}

@media (max-width: 420px) {
  .navbar-expand .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
    padding: .3rem 0.9rem !important;
  }
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #00a0e0;
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item:after {
  bottom: -4px;
  content: '';
  display: block;
  height: 4px;
  bottom: 0;
  position: absolute;
  background: #7e0c6e;
  opacity: 0.6;
  -webkit-transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: width 0.3s ease 0s, opacity 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-item:hover:after {
  position: absolute;
  /* border-bottom: solid 4px $secondary; */
  content: '';
  width: 100%;
  bottom: 0;
  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: #7e0c6e;
  bottom: 0;
  opacity: 1;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item.active:after {
    width: 0;
  }
}

@media (max-width: 768px) {
  .navbar-nav .nav-item.active a.nav-link {
    color: #7e0c6e !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: #0000EE !important;
}

.nav-last-item {
  font-size: 1.2rem;
  font-family: 'MrEavesXLModOT-Heavy',Sans-Serif;
  background: #7e0c6e;
  border-bottom: 3px solid #b3189d;
  font-weight: 600;
  padding: 0 27px;
  line-height: 2.6rem;
  margin-left: 10px;
}

@media (max-width: 820px) {
  .nav-last-item {
    margin-left: 0px;
  }
}

.nav-last-item a {
  color: #fff !important;
}

.nav-last-item a:hover {
  color: #00a0e0 !important;
  text-decoration: none;
}

.nav-last-item.active a {
  color: #00a0e0 !important;
}

.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: #7e0c6e;
  text-decoration: underline !important;
}

a.link:hover {
  text-decoration: none !important;
}

a.link.consumer-link {
  color: #00a0e0;
}

a.link.link-primary {
  color: #00a0e0;
}

.logo {
  width: 200px;
}

@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;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 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: 25px;
    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 ul li {
  font-family: 'MrEavesXLModOT-Reg',Sans-Serif;
}

.tablates-content ol {
  list-style-type: disc;
}

.tablates-content ol li.font-heavy {
  font-family: 'MrEavesXLModOT-Heavy',Sans-Serif;
  font-size: 1.5rem;
}

.tablates-content ol.whysutab {
  font-size: 1.5rem;
}

.tablates-content .whysutab-ul li {
  font-family: 'MrEavesXLModOT-Reg',Sans-Serif;
  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: #7e0c6e;
  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-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  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-bottles .spotlight-roundedbox ul li {
  font-family: 'MrEavesXLModOT-Reg',Sans-Serif;
}

.hcp-sutab-bottlesNumber {
  color: #4a4a4a;
  background: #7abde8;
}

.hcp-sutab-bottlesNumber h5 {
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  font-size: 1.23rem !important;
}

.hcp-sutab-bottlesNumber .sub-list li::marker {
  color: #666 !important;
}

.corporate-partnership {
  background: #e0f0fa;
}

.corporate-partnership .partner {
  width: 200px;
  height: 150px;
  background: white;
  margin-right: 5px;
  display: inline-block;
}

@media screen and (max-width: 420px) {
  .corporate-partnership .partner {
    width: 150px;
  }
  .corporate-partnership .partner img {
    max-height: 100px;
  }
}

@media screen and (max-width: 320px) {
  .corporate-partnership .partner {
    width: 200px;
    height: 150px;
  }
  .corporate-partnership .partner img {
    max-height: 130px;
  }
}

.corporate-partnership .partner img {
  max-height: 130px;
}

.watch-videobtn {
  background: #7e0c6e;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  height: 33px;
  line-height: 20px;
}

.watch-videobtn .gg-chevron-right {
  background: #ad1097;
}

.watch-videobtn:hover {
  background: #670a5a;
  color: #fff;
}

.gg-chevron-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  -webkit-transform: scale(var(--ggs, 1));
          transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid transparent;
  border-radius: 100px;
}

.gg-chevron-right:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-45deg);
          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: #7e0c6e;
  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-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  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;
  }
}

.bar-icon {
  position: relative;
  padding-left: 13px !important;
}

.bar-icon .icon:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #58585a;
  position: absolute;
  left: -1px;
  margin-right: 2px;
  margin-top: 13px;
}

.bar-icon .icon-white:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -1px;
  margin-right: 2px;
  margin-top: 13px;
}

.bar-icon .consumer-bar:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #7e0c6e;
  position: absolute;
  left: -1px;
  margin-right: 2px;
  margin-top: 13px;
}

.efficacy-heroarea {
  min-height: 600px;
  background: white;
  background: linear-gradient(177deg, white 20%, #cdecf8 100%);
}

.efficacy-heroarea.compliance-header {
  min-height: 200px !important;
  padding-bottom: 40px;
}

.efficacy-heroarea.resources {
  min-height: 500px !important;
}

.efficacy-heroarea h1.page__title {
  padding-bottom: 5px;
  margin-top: 30px;
  color: #00a0e0;
  font-size: 3.125rem;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  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-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  color: white;
  line-height: 2rem;
  font-size: 3.125rem;
  display: inline-table;
  background: #7e0c6e;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.efficacy-heroarea .efficacy-title .persent-tag.ndash {
  width: 210px;
}

@media (max-width: 600px) {
  .efficacy-heroarea .efficacy-title .persent-tag.ndash {
    width: 140px;
  }
}

@media (max-width: 600px) {
  .efficacy-heroarea .efficacy-title .persent-tag {
    font-size: 2rem;
    padding: 5px;
  }
}

.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: #7e0c6e;
  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: #00a0e0;
}

.efficacy-heroarea .color-bxes .purple.yellow {
  background: #efe110;
}

.patient-data {
  width: 97%;
  margin-top: 50px;
}

.patient-data .bold-font {
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

@media (max-width: 568px) {
  .patient-data {
    width: 90%;
    margin-top: 30px;
  }
}

.patient-data .border-bottom {
  border-color: #00a0e0 !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: white;
  background: linear-gradient(177deg, rgba(255, 255, 255, 0) 14%, #7e0c6e 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-family: 'MrEavesXLModOT-Heavy',Sans-Serif;
  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 {
  border-top-left-radius: 15px;
  overflow: hidden;
}

.tolerability-table .tolerability-tableHeader {
  background: #7e0c6e;
  padding: 3px 3px 3px 20px;
  border-top-left-radius: 15px;
  color: white;
}

.tolerability-table table th {
  font-weight: 400;
}

.tolerability-table table th, .tolerability-table table td {
  border-color: #7e0c6e;
  vertical-align: middle;
}

.tolerability-table table .sub-table td {
  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: #00a0e0;
  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: #00a0e0;
  vertical-align: middle;
}

.safty-table table .tr-striped {
  background-color: rgba(0, 160, 220, 0.1);
}

.safty-table table span {
  font-weight: 500 !important;
  font-family: 'Conv_MrEavesXLModNarOT-Light',Sans-Serif;
}

.safty-table .border-primary {
  border-color: #00a0e0 !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: #7e0c6e;
  background: linear-gradient(98deg, #7e0c6e 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 #7e0c6e;
  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%;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

.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: #00a0e0;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

.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: #00a0dd;
  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: #00a0dd;
  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: #bce6f6;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.keysafty-list .keylist .keylist-content .icon-box .color-box {
  width: 150px;
  height: 100px;
  background: #7e0c6e;
}

@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 #7e0c6e;
  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: #00a0e0;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
}

@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: #b4def1;
  background: -webkit-gradient(linear, left bottom, left top, from(#b4def1), to(#dcf1f9)) !important;
  background: linear-gradient(0deg, #b4def1 0%, #dcf1f9 100%) !important;
}

.contain-numbers {
  width: 18px;
  line-height: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
}

.samples .form-control {
  margin-bottom: 20px;
}

@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: #0000EE !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-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  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;
  color: white;
  line-height: 2rem;
  font-size: 3.125rem;
  display: inline-table;
  background: #7e0c6e;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.hard-to-prep .efficacy-title .persent-tag.ndash {
  width: 217px;
}

@media (max-width: 600px) {
  .hard-to-prep .efficacy-title .persent-tag.ndash {
    width: 140px;
  }
}

@media (max-width: 600px) {
  .hard-to-prep .efficacy-title .persent-tag {
    font-size: 2rem;
    padding: 5px;
  }
}

.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;
  }
}

.patient-acceptance {
  font-size: 1.8rem !important;
}

.patient-acceptancetex {
  color: #7e0c6e;
}

@media screen and (max-width: 750px) {
  .patient-acceptancetex {
    color: white;
  }
}

.consumer-nav .navbar-nav {
  background: #7e0c6e !important;
}

.consumer-nav .nav-link {
  color: white !important;
}

.consumer-nav .navbar-nav .nav-item:after {
  background: #00a0e0;
}

.consumer-nav .navbar-nav .nav-item.active:after {
  background: #00a0e0;
}

.consumer-nav .nav-last-item {
  background: #00a0e0;
  border-bottom: 3px solid #7fcfed;
}

.consumer-nav .nav-last-item a:hover {
  color: #7e0c6e !important;
  text-decoration: none;
}

.consumer-nav .nav-last-item.active a {
  color: #0000EE !important;
}

@media (max-width: 768px) {
  .consumer-nav .navbar-nav .nav-item.active a.nav-link {
    color: #00a0e0 !important;
  }
}

/* Landpage hero ares styling */
.landpage-heroarea {
  min-height: 500px;
  background: #b38fae;
  background: -webkit-gradient(linear, left bottom, left top, from(#b38fae), to(white));
  background: linear-gradient(360deg, #b38fae 0%, white 100%);
}

.whysutab-heroarea {
  min-height: 500px;
  background: #e6dae4;
  background: -webkit-gradient(linear, left bottom, left top, from(#e6dae4), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #e6dae4 0%, rgba(255, 255, 255, 0) 100%);
}

.whysutab-heroarea.whattoexpect {
  border-bottom: solid 1px #ddcedb;
}

.whysutab-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: 31px;
  font-family: 'Conv_MrEavesXLModOT-Ultra',Sans-Serif;
  color: #7e0c6e;
}

h3.nwetab-title span.u-line {
  width: 50%;
  height: 2px;
  margin: 15px auto;
  display: block;
  background: #00a0e0;
}

.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: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(48%, #01a0dd), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #01a0dd 48%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 700px) {
  .ect-columns .gradient-line {
    width: 0;
  }
}

.packaging-text {
  font-size: 0.80rem;
  opacity: 0.5;
}

.bowelprepkit-bar {
  background: #7e0c6e;
}

.button {
  padding: 7px 25px;
  color: white;
  border: 0;
  background: #00a0e0;
  border-bottom: solid 3px #83d1ee !important;
}

.button:hover {
  background: #007cad;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.button.btn-large {
  padding: 9px 35px;
}

.dav-icons {
  height: 100px;
}

.light-blueborder {
  border-right: solid 2px #cdedf8;
}

@media (max-width: 700px) {
  .light-blueborder {
    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: 2.8rem;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  color: #7e0c6e;
  border-bottom: solid 3px #c5e9f7;
}

@media (max-width: 768px) {
  .main-title {
    font-size: 2.2rem;
  }
}

.whysutab-herotitle {
  font-size: 2.125rem;
  font-family: 'Conv_MrEavesXLModOT-Ultra',Sans-Serif;
}

@media (max-width: 600px) {
  .whysutab-herotitle {
    font-size: 1.5rem;
  }
}

.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: #e5f5fc;
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #e5f5fc), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #e5f5fc 60%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 600px) {
  .trustedMakers-bar {
    font-size: 1.7rem;
  }
}

.trustedMakers-bar h5 {
  padding-bottom: 10px;
  font-family: 'MrEavesXLModOT-Bold',Sans-Serif;
  font-size: 2.125rem !important;
  border-bottom: solid 2px #00a0e0;
  display: inline-block;
}

@media (max-width: 600px) {
  .trustedMakers-bar h5 {
    font-size: 2rem;
  }
}

.select-language a {
  color: #767676 !important;
  margin-left: 10px;
}

.select-language a:hover, .select-language a.active {
  color: #00a0e0 !important;
  text-decoration: underline;
}

.whento-takesutab {
  background: #f3eef3;
}

.howtotake-sutabbg {
  border-top: solid 1px #fff;
  background: #d8c7d6;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8c7d6), to(white));
  background: linear-gradient(180deg, #d8c7d6 0%, white 100%);
}

.howtotake-sutabbg .fpo {
  width: 150px;
  margin: 10% auto;
}

.howtotake-sutabbg table thead {
  background: #7e0c6e;
}

.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;
  }
}

@media (min-width: 768px) {
  .your-colonoscopy-li {
    width: 60%;
  }
}

.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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.resources-col:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
  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: #7e0c6e;
  position: absolute;
}

h2 {
    color: #7F0E7E
}

.check-lg {
    width: 22px; 
    height: 22px;
    border-color: #00a0e0 !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fff !important
}

h3 {
  font-family: 'MrEavesXLModOT-Bold', mr-eaves-modern, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.bold-text h2, .bold-text h3 {
  font-family: 'MrEavesXLModOT-Bold', mr-eaves-modern, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

strong {
  font-family: 'MrEavesXLModOT-Bold', mr-eaves-modern, sans-serif;  
  font-weight: 700;
}

a:visited, a:active {
  color: #0000EE;
}

header img {
  max-width: 300px
}

h2 {
  font-family: 'MrEavesXLModOT-Bold', mr-eaves-modern, sans-serif;
  font-weight: 700;
}


@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 960px !important;
  }
}

form .row {
  max-width: 730px

}

form .row.row-xw {
  max-width: 780px;
  margin-left: -25px;
}


h6 {
  font-weight: bold;
  text-decoration: underline;
}

/*
input::-webkit-datetime-edit, input::-webkit-inner-spin-button, input::-webkit-clear-button {
    display: none;
}

input::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 3px;
    right: 0;
    color: black;
    opacity: 1;
}
*/

input::-webkit-calendar-picker-indicator{
	display: none;
}
input[type="date"]::-webkit-input-placeholder{
	visibility: hidden !important;
}
