/* Basic css */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,800&display=swap");
html,
body {
  height: 100%;
  min-height: 100vh;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #393e46;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.2;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus,
input:focus,
select:focus,
button:focus {
  outline: 1px dotted #000 !important;
box-shadow: 0 0 0 5px rgb(21 156 228 / 40%) !important;
}
.hide-abc {
    opacity:0;
}
sub,
sup {
  font-size: 65%;
  font-weight: 400;
}
sup.color {
  color: #005e80;
}

body.zoom {
  zoom: 120%;
}

body.zoom .header-area {
  zoom: 90%;
}
/* Main styles */
.bg {
  background-image: url(../img/bg-landing.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.colored-bg {
  background: #000 url(../img//bg-colored.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.bg-gray {
  background-color: #eef3f5;
}

.landing-area {
  padding: 100px 0px 130px;
  min-height: calc(100vh - 126px);
}

.landing-area .title-area {
  text-align: center;
}

.landing-area .title-area h4 {
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  color: #11b1be;
  margin-bottom: 0px;
  line-height: 1;
}

.landing-area .title-area h2 {
  color: #005e80;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 800;
  position: relative;
  line-height: 1;
}

.single-landing-item {
  padding: 20px;
  background-color: #eef3f5;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}

.single-landing-item h4 {
  color: #0B7983;
  font-weight: 600;
  font-size: 30px;
  transition: all 0.3s ease;
}

.landing-area .title-area h2 sup {
  font-weight: 400;
  font-size: 20%;
  vertical-align: super;
  top: -1em;
}

.primary-btn {
  display: inline-block;
  background-color: #138096;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px;
  transition: all 0.3s ease;
  text-align: center;
}

.single-landing-item .icon img,
.single-landing-item .icon svg {
  max-width: 60px;
  transition: all 0.3s ease;
}

.single-landing-item .icon {
  margin-bottom: 10px;
}

.primary-btn.block {
  display: block;
}

.primary-btn:hover {
  color: #11b1bf;
  background-color: #fff;
}

.footer {
  border-top: 1px solid #c1c2c0;
  padding: 20px 0px;
}
.footer-menu ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.footer-menu ul li a {
  display: block;
  font-size: 14px;
  color: #138096;
  text-transform: uppercase;
  padding-right: 10px;
  padding-left: 5px;
  font-weight: 600;
  border-right: 2px solid;
  line-height: 1;
  transition: all 0.3s ease;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li:first-child a {
  padding-left: 0px;
}

.footer-menu ul li:last-child a {
  border-right: 0px;
}
.footer .vyz-logo {
  text-align: right;
}

.footer .footer-text p {
  font-size: 10px;
  color: #393e46;
}

.footer .footer-text .logo {
  max-width: 160px;
}

.footer .footer-text .logo-paab {
  max-height: 20px;
  margin-left: 100px;
}

.footer .vyz-logo img {
  max-width: 100px;
}

.custom-select {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #005e80;
  width: 100%;
  color: #393e46;
  height: auto;
  line-height: 1;
  padding: 0;
  background: none;
  border-radius: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.custom-select select {
  display: none;
}

.select-selected {
  color: #5bc6e8;
}

.select-selected:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  content: "\f107";
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #eef3f5;
  border-left: 1px solid #005e80;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: #005e80;
}

.select-selected.select-arrow-active:after {
  content: "\f106";
}

.select-items div,
.select-selected {
  padding: 10px 16px;
  cursor: pointer;
  color: #393e46;
  font-weight: 400;
  font-size: 16px;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #eef3f5;
}

.textbox {
  outline: 0;
  border: 0;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 10px 0;
}
.select-items div {
  text-align: center;
  color: #11b1bf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.select-items div:first-child {
  display: none !important;
}
.form-content .form-control {
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #005e80;
  width: 100%;
  color: #393e46;
  line-height: 1;
  background: none;
  border-radius: 0px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 38px;
}

::-webkit-input-placeholder {
  color: #393e46;
}
::-moz-placeholder {
  color: #393e46;
}
:-ms-input-placeholder {
  color: #393e46;
}
:-moz-placeholder {
  color: #393e46;
}
.modal-backdrop.show {
  opacity: 0.92;
  background-color: #202231;
}

.modal-backdrop.show {
  opacity: 0.92;
  background-color: #202231;
}

.vyz-modal .modal-content {
  border-radius: 12px;
  border: 0px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.4);
}

.vyz-modal .modal-wrap {
  padding: 50px;
}

.vyzmodal .modal-wrap {
  padding: 50px;
  position: relative;
}

.vyzmodal .modal-wrap .close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
}

.vyzmodal .form-content {
  text-align: center;
}

.vyzmodal .form-content .form-row {
  text-align: left;
}

.submit-btn {
  background-color: #11b1bf;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  min-width: 170px;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.submit-btn:hover {
  color: #fff;
  background-color: #262262;
}

.vyzmodal .form-content h4 {
  color: #005e80;
  font-size: 32px;
  margin-bottom: 35px;
}

.vyzmodal .form-content p {
  font-size: 21px;
  color: #11b1bf;
  margin: 0 auto;
  margin-bottom: 35px;
}

.vyzmodal .form-content .form-row {
  margin-bottom: 35px;
}

.vyzmodal .modal-content {
  border-radius: 12px;
  border: 0px;
}
.safety-content .title {
  color: #393e46;
  font-size: 21px;
  margin-bottom: 25px;
}

.safety-content .sub-title {
  color: #393e46;
  font-size: 16px;
  margin-bottom: 5px;
  text-decoration: underline;
}

.safety-content p,
.safety-content p a {
  color: #393e46;
  font-size: 16px;
}

.safety-content p a {
  text-decoration: underline;
}

.custom-style {
  margin: 0;
  padding: 0;
}

.custom-style li {
  position: relative;
  padding-left: 15px;
  list-style: none;
  padding-bottom: 5px;
}

.custom-style li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  content: "";
  background-color: #f2a900;
  border-radius: 50px;
}

.customScroll {
  max-height: 400px;
}

.safety-content-inner.customScroll {
  padding-right: 10px;
  margin-right: -43px;
}

.vyzmodal .mCSB_dragger .mCSB_dragger_bar {
  background: #c1c2c0 !important;
  opacity: 1 !important;
  transition: none !important;
  border-radius: 10px !important;
  width: 8px !important;
}
.vyzmodal .mCSB_draggerRail {
  border-radius: 10px !important;
  width: 8px !important;
}
.vyzmodal .mCSB_draggerContainer {
  top: 10px !important;
}
.underlilne-btn {
  color: #11b1c7;
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.underlilne-btn:hover {
  color: #11b1bf;
  text-decoration: underline;
}

#diinModal .modal-content {
  background-color: #11b1bf;
  color: #fff;
}

#diinModal .modal-content h4 {
  color: #fff;
}
.header-area .navbar-brand img {
  max-width: 110px;
}
.header-area .navbar-nav .nav-item .nav-link {
text-align: center;
color: #138096;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
padding-left: 15px;
padding-right: 15px;
}

.header-area .navbar-nav {
  align-items: flex-end;
  flex-wrap: nowrap;
}

ul#header-menu .dropdown-toggle {
white-space: normal;
}

.language-switcher {
  margin-right: -79px;
}

.header-area .navbar-nav.language-switcher .nav-item .nav-link {
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
}
.header-area .navbar-nav .nav-item {
  position: relative;
}

.header-area .navbar-nav .nav-item:after {
  position: absolute;
  content: "";
  left: 50%;
  width: 0px;
  height: 2px;
  transform: translateX(-50%);
  background-color: #f2a900;
  opacity: 0;
  transition: all 0.3s ease;
}

.header-area .navbar-nav .nav-item:hover:after {
  width: 50px;
  opacity: 1;
}
.header-area {
  border-bottom: 2px solid #11b1bf;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}
.header-area .navbar-toggler {
  font-size: 26px;
  color: #11b1bf;
}

.navbar-toggler[aria-expanded="false"] .fa-bars:before {
  content: "\f0c9";
}
.navbar-toggler[aria-expanded="true"] .fa-bars:before {
  content: "\f00d";
  font-size: 30px;
}

.p-30 {
  padding: 30px 0px;
}
.p-30 {
  padding: 40px 0px;
}
.p-50 {
  padding: 50px 0px;
}
.p-70 {
  padding: 70px 0px;
}
.p-80 {
  padding: 80px 0px;
}
.p-90 {
  padding: 90px 0px;
}
.p-100 {
  padding: 100px 0px;
}
.home-bg {
  background:#000000 url(../img/banner.jpg);
  background-size: 100%;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 30px;
}

.home-contents {
  text-align: center;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
}

.home-contents .title {
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}
.home-contents .title sup {
  font-weight: 400;
  font-size: 60%;
}

.nav_tab ul {
  margin: 0px;
  padding: 0px;
}

.home-contents .sub-titel {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-contents .sub-titel sup {
  font-weight: 400;
  font-size: 60%;
}
.seperator-txt p {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}
.home-contents .para1 {
  font-size: 17px;
  font-weight: bold;
}

.home-contents .para2 {
  font-weight: 400;
  font-size: 17px;
}
.footnote {
  font-size: 10px;
  color: #fff;
  font-weight: 400;
  padding-top: 20px;
}
.footnote {
  color: #393e46;
  font-size: 10px;
}

.bg-black {
  background-image: url(../img/art.jpg);
  background-size: cover;
  background-position: top right;
  background-color: #202331;
  color: #fff;
}

.bg-white {
  background-image: url(../img/art2.jpg);
  background-size: contain;
  background-position: top right;
  background-color: #fff;
  color: #58595b;
  background-repeat: no-repeat;
}

.page-contents h2.title {
  /* color: #0fb0bf; */
  color: #0B7983;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.text-content .text-title {
  text-decoration: underline;
  margin-top: 15px;
  font-weight: 700;
}

.text-content ul {
  margin: 3px 0px;
  padding: 0;
  padding-left: 15px;
}
.text-content a {
  color: #fff;
}
.pt-50 {
  padding-top: 50px;
}

.text-content.has-gap p {
  margin-bottom: 10px;
}

.text-content.has-gap ol {
  padding-left: 15px;
}

.text-content.has-gap ol li {
  margin-bottom: 8px;
  padding-left: 5px;
}

.single-resource-doc {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
}
.single-resource-doc img {
  width: 100%;
}

.single-resource-doc .bootm-text {
  background-color: #0fb0bf;
  position: relative;
  padding: 10px;
  margin-top: 5px;
  padding-right: 30px;
}

.single-resource-doc .bootm-text h4 {
  color: #fff;
  font-size: 12px;
  margin: 0px;
}

.single-resource-doc .bootm-text .downlaod-btn {
  max-width: 17px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.page-text-content ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.page-text-content ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.page-text-content {
  font-size: 17px;
}

.page-text-content ul li:before {
  position: absolute;
  left: 3px;
  top: 9px;
  width: 6px;
  height: 6px;
  background-color: #f5a81c;
  content: "";
  border-radius: 50%;
}

.vidoe-wrapp .video img {
  max-width: 210px;
}

.vidoe-wrapp {
  position: relative;
  margin-top: 25px;
}

.vidoe-wrapp a.play {
  display: inline-block;
  position: absolute;
  left: 220px;
  bottom: 0;
  color: #138096;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.vidoe-wrapp .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 64px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vidoe-wrapp .video {
  display: inline-block;
  position: relative;
}



@media (min-width: 992px) {
  .vyz-modal .modal-lg,
  .vyz-modal .modal-xl {
    max-width: 1000px;
  }
}

.vyz-modal .modal-content {
  min-height: auto;
  border: 0;
  border-radius: 0px;
}
.vyz-modal.video-modal .modal-content {
  min-height: auto;
}

.vyz-modal .close {
  position: absolute;
  right: -50px;
  top: -30px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 35px;
  width: 40px;
  height: 40px;
  background-color: #f2a900;
  border-radius: 50%;
  z-index: 99;
}

.modal-video-content video {
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  margin-bottom: -15px;
}
.page-text-content .sub-title {
  font-size: 21px;
  color: #58595b;
  margin-bottom: 10px;
  margin-top: 5px;
}
.colored-bg .page-text-content .sub-title {
  color: #fff;
}

.colored-bg .secondary-title {
  font-size: 18px;
  color: #11b1bf;
}
.page-text-content h4 {
  font-size: 18px;
}
.ticker-wrapp {
  text-align: center;
  padding: 25px 10px;
  border-top: 1px solid #f5a81c;
  border-bottom: 1px solid #f5a81c;
}
.ticker-wrapp h4 {
  margin-bottom: 0;
  font-size: 18px;
  color: #262262;
}

.footnote ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footnote ul li {
  font-size: 10px;
  position: relative;
  padding-left: 5px;
}

.footnote ul li:before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
}
.footnote ul li:nth-child(2):before {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ";
}
.footnote ul li:nth-child(3):before {
  content: "ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡";
}
.footnote ul li:nth-child(4):before {
  content: "Ãƒâ€šÃ‚Â§";
}
.footnote ul li:nth-child(5):before {
  content: "Ãƒâ€šÃ‚Â¶";
}
.page-text-content ul.big li {
  font-size: 17px;
  margin-bottom: 5px;
}
.vertical-txt p {
  font-size: 17px;
  /* color: #0fb0bf; */ 
  color: #138096;
  font-weight: bold;
}

.vertical-txt {
  padding: 5px 0px;
}

.bottom-center-text {
  margin-top: 30px;
  padding: 20px 0px;
  border-top: 1px solid #f5a81c;
  border-bottom: 1px solid #f5a81c;
}

.bottom-center-text h4 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #28245f;
  margin-top: 0px;
}
.dosing {
  position: relative;
  padding-left: 70px;
}

.dosing .icon {
  position: absolute;
  left: 0;
  width: 55px;
}

.dosing .icon.icon2 {
  width: 40px;
}

.dosing.storage ul {
  padding-left: 20px;
}

.dosing p,
.dosing li {
  font-size: 17px;
  margin-bottom: 10px;
}

.products-image img {
  width: 100%;
  max-width: 280px;
}

.s-logo {
  max-width: 277px;
  margin: 15px 0px;
}

.single-summery-list {
  position: relative;
  padding-left: 85px;
  margin-bottom: 15px;
}

.single-summery-list p {
  font-size: 16px;
}

.single-summery-list .icon {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 70px;
}

.summery-bottom-txt h4 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 0px;
  text-shadow: 0px 0px 10px #000;
  font-weight: 800;
}

.summery-bottom-txt {
  background: -moz-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    rgba(17, 175, 190, 0.7) 49%,
    rgba(17, 177, 191, 0.69) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(30, 87, 153, 0) 0%,
    rgba(17, 175, 190, 0.7) 49%,
    rgba(17, 177, 191, 0.69) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(30, 87, 153, 0) 0%,
    rgba(17, 175, 190, 0.7) 49%,
    rgba(17, 177, 191, 0.69) 50%,
    rgba(125, 185, 232, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );

  border-top: 2px solid #f5a81d;
  border-bottom: 2px solid #f5a81d;
  margin-top: 40px;
  margin-bottom: 50px;
}

.summery-bottom-txt img {
  max-width: 79px;
}

.summery-bottom-txt p {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 16px;
  color: #fff;
}
.page-text-content .products-image {
  margin-bottom: -60px;
}
.summary .page-contents h2.title {
  color: #fff;
}

.single-summery-list p {
  color: #fff;
}
.single-resource-wrap {
  background-color: #eef3f5;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 30px;
}

.single-resource-wrap .primary-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 100px;
}

.single-resource-wrap h4 {
  margin-bottom: 0px;
  color: #0B7983;
  font-size: 27px;
}
.footnote a {
  color: #fff;
}

.footnote.big {
  font-size: 15px;
}
.contat-wrap h4,
.privacy-wrap h4 {
  color: #393e46;
  font-size: 21px;
}

.contat-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contat-wrap ul li a {
  display: inline-block;
  color: #393e46;
}

.contat-wrap ul li {
  color: #393e46;
  display: block;
  padding-bottom: 1px;
}

.contat-wrap {
  padding: 20px 0px;
}
.contat-wrap ul li img {
  margin-right: 10px;
  max-width: 21px;
}
.privacy-wrap h4.italic {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #393e46;
  margin: 40px 0px;
}

.privacy-wrap h4.italic {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #393e46;
  margin: 40px 0px;
}
.privacy-wrap p {
  margin: 25px 0px;
}
.spacer {
  display: block;
  height: 75px;
}
.header-area .navbar-nav .nav-item ul {
  position: absolute;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  min-width: 200px;
  text-align: center;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 10px 0px;
  margin-top: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
}

.header-area .navbar-nav .nav-item ul li a {
  display: block;
  color: #202231; /*color: #11b1bf;*/
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 0px;
}

.header-area .navbar-nav .nav-item ul li a:hover {
  background-color: #eef3f5;
}

.header-area .navbar-nav .nav-item ul:before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 12px solid #fff;
}

.header-area .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
}
.header-area .navbar-nav.language-switcher .nav-item:after {
  display: none;
}
.privacy-wrap p a {
  color: #58595b;
}
#wrapper {
  background: #202231 url(../img/home-bg.png) no-repeat scroll 100% 50% / auto;
  color: #fff;
  align-items: center;
}
.vyzulta-content {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.vyzulta-content h1 {
  font-size: 44px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.vyzulta-content h1 span {
  font-weight: 800;
  display: block;
  font-size: 114px;
  margin-top: -10px;
}
.vyzulta-content h1 sup {
  top: -1.6em;
  left: -18px;
  font-size: 35px;
  font-weight: 400;
}
.vyzulta-content p {
  font-size: 20px;
  border-left: 2px solid #f2a900;
  padding-left: 20px;
  margin-left: 30px;
}
.vyzulta-content .vyzulta-img {
  margin-top: 130px;
}

/* Glaucoma */

#u-o-a {
  background: #202231 url(../img/about-bg.png) no-repeat scroll 100% 50%;
  color: #ffffff;
}
#u-o-a .container {
  max-width: 920px;
}
.u-o-a-content {
  padding: 50px 0;
  text-align: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
.u-o-a-content h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

/* Eye with Glaucoma */
#eye-with-glaucoma {
  padding: 60px 0;
}
#eye-with-glaucoma .container {
  max-width: 960px;
}
#eye-with-glaucoma h2 {
  color: #202231; /*color: #11b1bf;*/
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  margin-bottom: 60px;
}
#eye-with-glaucoma p {
  color: #262262;
  font-weight: 700;
  border-top: 2px solid #f2a900;
  border-bottom: 2px solid #f2a900;
  max-width: 318px;
  padding: 15px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Understanding ocular hypertension */
#u-o-h {
  background: #202231;
  color: #fff;
  padding: 60px 0;
}
#u-o-h .container {
  max-width: 880px;
}
.u-o-h-content {
  text-align: center;
  margin: 35px 0;
}
.u-o-h-content:last-child {
  margin-bottom: 0;
}
#u-o-h h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.u-o-h-content h3 {
  color: #11b1bf;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* How Vyzulta Works */

#about-header {
  background: #202231 url(../img/about-bg.png) no-repeat scroll right 20%;
  color: #fff;
  align-items: center;
  text-align: center;
}
#about-header h2 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}
#how-vyzulta-works {
  padding: 60px 0;
}
#how-vyzulta-works .container {
  max-width: 960px;
}
.h-v-w-content {
  margin-top: 30px;
}
.h-v-w-content h2 {
  font-size: 27px;
  /* color: #11b1bf; */
  color: #138096;
  font-weight: 600;
}
/* Warnings Precautions */
#warnings-precautions {
  padding: 60px 0;
  background: #202231;
  color: #fff;
}
#warnings-precautions .container {
  max-width: 870px;
}
#warnings-precautions h2 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.list-wrap {
  margin-bottom: 30px;
}
.list-wrap ul {
  padding-left: 20px;
}
.list-wrap h3 {
  color: #11b1bf;
  font-size: 21px;
  font-weight: 700;
}

/* Side Effects */
#side-effects {
  padding: 60px 0;
  color: #393e46;
}
#side-effects .list-wrap h3 {
  color: #393e46;
}
#side-effects h2 {
  font-size: 32px;
  color: #138096;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 40px;
}
#side-effects .container {
  max-width: 840px;
}
#side-effects p:last-child {
  border-top: 2px solid #f2a900;
  border-bottom: 2px solid #f2a900;
  padding: 20px 0;
  text-align: center;
  color: #262262;
  font-weight: 700;
}

/* Taking Vyzulta */
#taking-vyzulta {
  background: #202231 url(../img/about-bg.png) no-repeat scroll right 20%;
  color: #fff;
  position: relative;
  align-items: center;
}
#taking-vyzulta h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
  margin-top: -30px;
}
#taking-vyzulta .container {
}
.t-v-content {
  padding-left: 20px;
}
.t-v-content h3 {
  font-size: 21px;
  font-weight: 700;
  color: #11b1bf;
}
#taking-vyzulta .t-v-p {
  position: absolute;
  background: #138096;
  top: 100%;
  width: 820px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 50px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

/* Vyzulta-Background */
#vyzulta-background {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Take Vyzulta */
#take-vyzulta {
  background: #202231;
  padding: 60px 0;
}
#take-vyzulta h2 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
#take-vyzulta .tv-item {
  background: #fff;
  text-align: center;
  min-height: 260px;
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#take-vyzulta .tv-item-diff {
  min-height: 260px;
  display: flex;
  align-items: center;
  margin: 15px 0;
  border-top: 2px solid #f2a900;
  border-bottom: 2px solid #f2a900;
}
#take-vyzulta .tv-item-diff p {
  color: #fff;
}
.tv-item .tv-img i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border: 2px solid;
  height: 35px;
  width: 35px;
  line-height: 33px;
  border-radius: 50%;
  z-index: 9;
  transition: 0.4s;
  color: #11b1bf;
  cursor: pointer;
}
#take-vyzulta .tv-item.active i {
  transform: rotate(45deg);
  color: #fff;
}
.tv-item .tv-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #393E46;
  opacity: 0;
  justify-content: center;
  flex-direction: column;
}
#take-vyzulta .tv-item.active .tv-content {
  top: 0;
  opacity: 1;
}

/* Storing Vyzulta */
#storing-vyzulta {
  padding: 60px 0;
  background: #eef3f5;
  text-align: center;
}
#storing-vyzulta h2 {
  font-size: 32px;
  color: #0B7983;
  font-weight: 700;
  margin-bottom: 30px;
}
#storing-vyzulta p {
  color: #393e46;
  margin-top: 20px;
}

/* Storing Vyzulta Bottom */

div#storing-vyzulta-bottom {
  background: #000 url(../img/storing-vyzulta-bottom.png);
  color: #fff;
  padding-top: 28px;
  background-size: contain;
  background-repeat: no-repeat;
}

#storing-vyzulta-bottom img {
  display: block;
  margin-top: -60px;
}

/* Additional Resources */
#additional-resources {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  background: #202231 url(../img/about-bg.png) no-repeat scroll right 20%;
  color: #fff;
  text-align: center;
}
#additional-resources .container {
  max-width: 800px;
}
#additional-resources h2 {
  font-size: 32px;
  font-weight: 700;
}
.resources-content h2 + p {
  color: #11b1bf;
  font-size: 21px;
  font-weight: 700;
  margin: 25px 0 20px;
}

.resources-card {
  background: #eef3f5;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  padding: 30px;
}
.resources-card h3 {
  color: #11b1bf;
  font-size: 27px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.resources-content a {
  color: #fff;
}

.privacy-wrap h4.bold {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.medication p {
  margin-top: 5px;
}
.medication-bordered {
  border: 1px solid #11b1bf;
  padding: 20px;
}

.medication-bordered p {
  margin: 0;
}
.medication .table thead th {
  text-align: center;
  border: 1px solid #11b1bf;
  vertical-align: middle;
}

.medication .table tbody td {
  border: 1px solid #11b1bf;
}

.medication .table thead tr:nth-child(2) th {
  width: 33.33%;
}
.medication a {
  color: #393e46;
}
.cross {
  font-size: 24px;
  font-weight: 700;
}
.bg-gray.h-100 {
  height: 330px !important;
}

.custom-style .no-style li:before {
  display: none;
}
.custom-style .no-style li {
  padding-left: 0px;
}
.subheadtitle {
  font-size: 21px;
  color: #11b1bf;
  font-weight: 700;
  margin-top: 20px;
  padding-bottom: 20px;
}
.header-area.small .navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}
.spacer90 {
  height: 90px;
}

.error-message {
  font-size: 12px;
  color: #ed1c24;
  margin-top: 10px;
  display: none;
}

.landing-area .title-area h1 {
  font-weight: 400;
  color: #138096;
  text-transform: uppercase;
}
.colored {
  color: #11b1bf;
}

.crumb ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.crumb li {
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #138096;
  border-left: 0px;
  font-size: 12px;
  font-weight: 600;
  color: #138096;
}

.crumb li:first-of-type {
  border-left: 1px solid #138096;
}

.crumb li.active {
  background-color: #138096;
  color: #fff;
}

#eye-with-glaucoma h2{
    color: #138096;
}

.page-contents h1.title {
    color: #138096;
}


