body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
}
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,fn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,header,article,footer,aside,nav {
  font-family: 'Avenir45Book', sans-serif;
}
strong, strong sup, strong a, strong span {
  font-family: 'Avenir85Heavy', sans-serif;
}
sup, sub {
  font-size: 10px;
  top: 1px;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

h1,h2,h3,h4,h5 {
  margin: 0px;
}
h1 {
  font-size: 36px;
  font-family: 'Avenir85Heavy', sans-serif;
  line-height: 42px;
  color: #008acc;
}
h2 {
  font-size: 20px;
  font-family: 'Avenir65Medium', sans-serif;
  line-height: 24px;
  color: #008acc;
}
p {
  font-size: 18px;
  color: #595959;
  line-height: 24px;
}
a {
  color: #43a9df;
  text-decoration: underline;
}
.no-wrap {
  white-space: nowrap;
}
.color-black {
  color: #595959;
}
.color-blue {
  color: #43A9DF;
}
.color-light-blue {
  color: #008acc;
}
.btn {
    background-color: #0177bf;
    border-radius: 0;
    color: #fff;
    border: 0;
    text-decoration: none;
    padding: 15px 20px;
}
.btn:visited {
  color: #fff;
}
.btn:active, .btn:focus {
  border:0px;
  outline: none;
}
.btn:hover, .btn:active, .btn:focus {
    background-color: #43a9df;
    color: #fff;
}
.no-padding {
  padding: 0px;
}
/** Header starts**/
.navbar {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    border-radius: 0px;
}
.navbar .toogle-slide {
  width: 100%;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
}
/** Header Ends **/
.navbar a.navbar-brand {
  width: 215px;
  padding:0px;
  height: 17px;
}
.navbar-nav {
  float: right;
}
.navbar-nav>li:first-child {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #9b9b9b;
}
.navbar-nav>li>a {
  padding: 0px;
  color: #9b9b9b;
  text-decoration: none;
}
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
  background: none;
  outline: none;
}
.header-logo .navbar-brand {
  width: 285px;
  height: auto;
  padding: 0px;
}
.header-right-block {
  float: right;
  margin-top: 34px;
}
.header-right-block .navbar-collapse {
  padding-right: 0px;
}
.nav-pills>li>a {
    width: 150px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    padding: 0;
    line-height: 42px;
    background: #0177bf;
    color: #fff;
    border-radius: 0px;
    text-decoration: none;
}
.nav-pills>li>a:hover, .nav-pills>li.active>a, .nav-pills>li>a:focus {
  background: #43a9df;
  outline: none;
}
.nav-pills>li:first-child {
  margin-right: 12px;
}

/** Toggle Slide **/
.toogle-slide span {
  vertical-align: middle;
  font-size: 12px;
  font-family: 'Avenir35Light', sans-serif;
  color: #9b9b9b;
}
.toogle-slide span.active {
  font-family: 'Avenir85Heavy', sans-serif;
  color: #43a9df;
}
.switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 26px;
  vertical-align: middle;
  margin: 0 10px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #43a9df;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 4px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 34px;
  left: 14px;
  bottom: 4px;
  background:url(../img/other-36x20-toggle-button.png) no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
      background-size: 100% 100%;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
/** Banner starts**/
.homepage-banner {
  margin-top:20px;
  margin-bottom: 60px;
}
.banner-image {
  background: url(../img/banner-939x2829-homepage.png) no-repeat;
  background-size: 100%;
  height: 300px;
}
.homepage-banner .banner-text {
  width: 449px;
  padding: 40px 20px;
}
.homepage-banner .banner-text sup, h1 sup, h2 sup {
  font-size: 14px;
  top: -2px;
  font-family: 'Avenir85Heavy', sans-serif;
}
.homepage-banner p {
  margin-bottom: 0px;
  color: #008acc;
  font-size: 16px;
  font-family: 'Avenir65Medium', sans-serif;
}
.homepage-banner h1 {
  border-bottom: 3px solid #008acc;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.homepage-banner h5{
  color: #008acc;
  line-height: 24px;
  font-family: 'Avenir85Heavy', sans-serif;
}
@media all and (-ms-high-contrast:none) {
.homepage-banner .banner-text sup, h1 sup, h2 sup {
  top: 1px;
}
}
@media all and (-ms-high-contrast: active) {
.homepage-banner .banner-text sup, h1 sup, h2 sup {
  top: 1px;
}
}
@supports (-ms-ime-align: auto) {
.homepage-banner .banner-text sup, h1 sup, h2 sup {
  top: 1px;
}
}
@supports (-ms-accelerator:true) {
  .homepage-banner .banner-text sup, h1 sup, h2 sup {
  top: 1px;
}
}
/** End **/
/** Content Block **/
.content-block p{
  margin: 0px;
}
.content-block .icon-block {
  width: 91px;
}
.content-block .right-text-block {
  width: 90%;
  padding-right: 0px;
}
.icon {
  width: 91px;
  height: 91px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.separator-line {
  background: url(../img/other-14x1926-separator-line.png) no-repeat;
  background-size: 95% 100%;
  height: 7px;
  display: inline-block;
  width: 100%;
  margin: 60px 0;
  background-position: right;
}
.icon.icon-ointement {
  background-image: url(../img/icon-91x91-cricle-question.svg);
}
.icon.icon-pharmacy {
  background-image: url(../img/icon-91x91-pharmacy.svg);
}
/** Inner banner **/
.inner-banner-block {
    background: url(../img/bg-266x1880-heroSecondary.png) no-repeat;
    padding: 24px;
    margin-top: 48px;
    margin-bottom: 48px;
    width: 90%;
    background-size: 100% 100%;
    margin: 48px auto;
}
.inner-banner-block h1, .inner-banner-block p {
  color: #fff;
  margin-bottom: 0px;
}
.inner-banner-block .left-block, .inner-banner-block .right-block {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
    padding-right: 28px;
}
.inner-banner-block .right-block {
      width: 58%;
      margin-left: 28px;
      padding-right: 0px;
      border-right: 0px;
}
.inner-banner-block sup {
  top: 1px;
}
/* for floating isi started */
.scroll-footer-header {
  background:#ebebeb;
  color: #008acc;
  margin-bottom: 4px;
}
.scroll-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 50;
}

.scroll-footer-inner {
    top: 10%;
    height: 90%;
    width: 100%;
}
.indication-section h2, .isi-text .isi-title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #008acc;
  font-family: 'Avenir45Book', sans-serif;
  font-weight: 700;
}
.indication-section a {
  color: #43a9df;
}
.indication-section a:hover {
  color: #0177BF;
}
.indication-section p {
  margin-bottom: 6px;
  line-height: 24px;
  font-size: 18px;
}
.indication-section p.isi-title {
    color: #008acc;
    margin-bottom: 6px;
}
.indication-section .isi-fold {
  margin-bottom: 20px;
}

.indication-section .isi-fold li {
  font-size: 18px;
  margin-top: 6px;
  list-style-type: disc;
  color: #008acc;
  line-height: 24px;
}
.isi-text p {
    margin-bottom: 6px;
}
.indication-section .container {
  padding: 0px;
}
.scroll-footer ul {
    list-style: disc;
    margin-left: 0;
    padding-left: 18px;
    text-indent: 0;
    margin-bottom: 1rem;
    color: #008acc;
}
.scroll-footer-header .sticky-isi-title {
  position: relative;
  padding:10px 0;
}
.sticky-isi-title h5 {
  font-family: 'Avenir85Heavy', sans-serif;
}
.scroll-footer-header a {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  background-image: url(../img/icon-30x53-expander.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 23px auto;
  padding-right: 34px;
}
.bottom-isi-container p, .bottom-isi-container .isi-fold li{
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 24px;
}

/** Savings **/
.savings-banner {
   background: url(../img/bg-266x1880-heroSecondary.png) no-repeat;
    padding:30px 58px;
    margin-top: 20px;
    margin-bottom: 50px;
    background-size: 100% 100%;
}
.savings-banner h1 {
    color: #fff;
}
.savings-content-block .baush-lomb-image {
  background: url(../img/other-196x566-lock-logo.svg) no-repeat;
  width: 283px;
  height: 98px;
  display: inline-block;
  background-size: 100%;
}
.savings-content-block p {
  margin-bottom: 10px;
}
.savings-content-block .reference {
  font-size: 14px;
  font-family:'Avenir35Light'; 
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.saving-text-block {
  position: relative;
  margin-bottom: 50px;
}
.saving-text-block .left-block {
  padding-right: 300px;
}
.saving-text-block .right-block {
  position: absolute;
  top: 0px;
  right: 0px;
}
.savings-content-block h1, .savings-content-block h2 {
  margin-bottom: 12px;
}
.savings-content-block .arrow{
  background: url(../img/other-56x30-carat.png) no-repeat;
  height: 24px;
    width: 16px;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 15px;
}
.savings-content-block .btn {
  margin-top: 26px;
      font-family: 'Avenir85Heavy', sans-serif;
}
/** Footer **/
.footer-content {
  margin-top: 40px;
}
.footer-logo-bausch, .footer-logo-right {
    width: 192px;
    display: inline-block;
}

.footer-content ul, .footer-content ul li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.footer-content ul li {
  border-right: 1px solid #9B9B9B;
  margin-right: 10px;
  padding-right: 10px;
}
.footer-content ul li:last-child {
    border:0px;
}
.footer-content a {
  color:#9B9B9B;
  text-decoration: none;
}
.copyright {
  font-size: 14px;
  margin-top: 6px;
  padding: 0 15px;
  font-family: 'Avenir35Light', sans-serif;
}
/** 404 page **/
.error-page {
 padding: 75px 0 17px;
}
.error-page h1 {
  margin-bottom: 15px;
}
.fda-pad-top {
	    margin-top: -6px;
}
.reference a{
    color: #43A9DF;
}
.small-text a{
	color: #43A9DF;
}
.reference a:hover, .small-text a:hover{
    color: #0177BF;
}
@media only screen and (min-width: 992px) {
  .container {
    width: 940px;
  }
  .sub-nav-mobile {
    display: none;
  }
}
@media screen and (max-width:1199px) {
    .banner-image {
      height: auto;
    }
    .homepage-banner .banner-text {
      padding: 15px;
    }
}
@media screen and (max-width: 991px) {
  .homepage-banner .banner-text sup {
    top: 1px;
  }
    .bg-transparent .bg-color-fixed {
      background: rgba(0,0,0,0.5);
      position: fixed;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
    }
    .banner-image{
      background-size: 105%;
    }
   .container {
        width: 100%;
   }
   .nav {
    margin: 0px;
    padding-top: 17px;
    background: #fff;
   }
   .nav-pills>li, .nav-pills>li>a {
    background: #fff;
    color: #008acc;
    height: auto;
    line-height: normal;
   }
   .nav-pills>li.active a:after {
      height: 100%;
      display: block;
      width: 8px;
      background: #43a9df;
      content: '';
      position: absolute;
      top: 0px;
  }
   .nav-pills>li>a:hover, .nav-pills>li.active>a {
    background: #fff;
    color: #43a9df;
   }
   .nav-pills>li>a, .sub-nav-mobile li a {
    border-top: 1px solid #9B9B9B;
    padding: 18px 0;
    font-size: 14px;
    font-weight: 600;
   }
   .sub-nav-mobile li a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
   }
   .navbar-nav>li {
    display: inline-block;
    margin: 0 !important;
  }
  .nav-pills>li, .nav-pills>li>a {
    width: 100%;
    margin-right: 0 !important;
    margin-left:  0 !important;
  }
  .sub-nav-mobile br {
    display: none;
  }
  .hidden-xs {
    display: none!important;
}
  .sub-nav-mobile .nav, .sub-nav-mobile .nav li {
        padding: 0;
      width: 100%;
      margin: 0;
      border-right: 0px;
  }
  .header-right-block .navbar-collapse.collapse {
    display: none !important;
  }
  .header-right-block .navbar-collapse.collapse.in {
    display: block !important;
  }
  .sub-nav-mobile {
    display: block;
  }
   .icon-hamburger, .icon-hamburger-close {
    background: url(../img/icon-120x93-hamburger.png) no-repeat;
    width: 38px;
    height: 30px;
    display: none;
    background-size: 100%;
   }
   .icon-hamburger-close {
      background-image: url(../img/icon-96x99-close.png);
      width: 30px;
   }
    .header-menu-block {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
    z-index: 999;
    background: #fff;
  }
   .header-menu-block:after {
    position: absolute;
    content: "";
    display: inline-block;
    background: #9B9B9B;
    height: 1px;
    top: 100%;
    left: 0;
    right: 0px;
    margin: 0px 15px;
  }
    .header-right-block .navbar-collapse {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 75px;
    right: 0px;
    width: 50%;
    z-index: 9;

  }
   .navbar-toggle {
    display: block;
    border:0px;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0px;
    margin-top: 0;
    padding-top: 0;
      padding-right: 0;
   }
   .navbar-toggle .icon-hamburger, .navbar-toggle.open-menu .icon-hamburger-close {
    display: inline-block;
   }
   .navbar-toggle.open-menu .icon-hamburger {
      display: none;
   }
   .header-logo .navbar-brand {
    width: 220px;
   }
   .homepage-banner .banner-text {
    padding: 15px;
    width: 380px;
   }
   .homepage-banner h1 {
    font-size: 30px;
    line-height: 1.1;
   }
   .inner-banner-block .left-block {
    width: 35%;
   }
   .inner-banner-block h1 {
      font-size: 30px;
   }
   .inner-banner-block p {
      font-size: 16px;
   }
   .inner-banner-block {
    width: 100%;
   }
   .header-right-block {
    margin-top: 0px;
   }
   .content-block .right-text-block {
    width: 86%;
   }
   .xs-hidden {
    display: none;
   }
   #hdr-global .container {
    padding: 0px;
   }

   .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
	   	background: #fff !important;
	    color: #43a9df !important;
   }
   .savings-banner{
	    background-image: url(../img/bg-344x1270-heroSecondary-tablet.png);
}
}
@media only screen and (max-width: 767px) {
   .homepage-banner .banner-text sup {
    top: 0px;
  } 
  .homepage-banner .banner-text sup.savings-banner sup, h1 sup {
    top: -1px;
  }
  h2 sup {
    top: 1px;
  }
  .banner-image{
      background-size: 100%;
    }
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .header-logo .navbar-brand {
    width: 210px;
   }
   .navbar-toggle {
    background: none !important;
  }
  .navbar-toggle .icon-bar {
    width: 26px;
    height: 3px;
    background: #008acc;
  }
  .header-right-block {
    margin-top: 0px;
  }
  .banner-image {
    background-image:url(../img/banner-640x426-homepage-mobile.png); 
  }
  .homepage-banner {
    margin-bottom: 40px;
  }
  .homepage-banner .banner-text {
    width: 100%;
    padding-top: 0;
    text-align: left;
  }
  .header-right-block .navbar-collapse {
    width: 100%;
    left: 0px;
    right: auto;
  }
  .content-block {
    text-align: center;
  }
  #banner-section .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content-block .right-text-block {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
   }
  .content-block .icon-block {
    margin: auto;
    float: none;
  }
  .inner-banner-block {
    background-size: cover;
    width: 100%;
  }
  .inner-banner-block .left-block, .inner-banner-block .right-block {
    width: 100%;
    text-align: center;
    border:0px;
    padding: 0px;
    margin: 0px;
  }
  .inner-banner-block .left-block {
    margin-bottom: 12px;
  }
  .footer-content .col-lg-4 {
      padding-left: 0px;
      padding-right: 0px;
    }
  .saving-text-block .right-block  {
    right: auto;   
    position: relative;
    text-align: center;
    margin-top: 30px;
  }
  .savings-banner {
    padding: 15px;
  }
  .saving-text-block .left-block {
    padding-right: 0px;
    padding-top: 10px;
  }
  .footer-logo-bausch, .footer-logo-right {
    width: 160px;
  }
  .scroll-footer {
    height: 118px !important;
  }
  .sticky-isi-title h5 {
    font-size: 12px!important;
  }
  .scroll-footer-header a span {
    display: none;
  }
  .scroll-footer-header a {
    height: 15px;
    background-size: 18px auto; 
  }
  .isi-text .isi-title {
    font-size: 20px;
  }
  .button-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 100;
    display: none;
  }
  .button-footer p {
      line-height: 40px;
      height: 40px;
      margin: 0;
      font-weight: bold;
      font-size: 11px;
      text-align: center;
  }

  .button-footer p a {
      text-decoration: none;
      color: inherit;
  }
  .footer-content ul {
      margin: 5px auto 15px;
      width: 100%;
      text-align: center;
    }
  .footer-content {
    margin-top: 25px;
    text-align: center;
    padding-top: 25px;
}
.footer-content a {
  margin: 12px 0;
}
.savings-banner{
	    background-image: url(../img/bg-234x640-heroSecondary-mobile.png);
}
 .header-menu-block {
 	padding:15px 10px; 
 }
 .nav { 
    padding-top: 20px;
   }
   .isi-hide {
    display: none;
   }
}
@media only screen and (min-width: 480px) and (max-width: 767px)  {
  .banner-image {
    height: 378px;
  }
  .homepage-banner .banner-text {
    width: 60%;
    padding-top: 12%;
    padding-bottom: 12%;
  }

}
@media only screen and (max-width: 479px) {
    /* Home page Banner  */
    .homepage-banner h5 {
      padding-right: 120px;
      padding-top: 15px;
      padding-bottom: 5px;
    }
    .homepage-banner h1 {
      padding-right: 130px;
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 15px;
    }
    .homepage-banner p {
      margin-top: 15px!important;
    }
    .switch {
      width: 50px;
      margin-right: 2px;
      margin-left: 2px;
    }
    .savings-banner h1 br {
      display: none;
    }
    .slider:before {
      width: 22px;
      left: -2px;
    }
    #ConfirmationGate .panel-btn {
      display: block;
          width: 200px;
    margin-left: auto;
    margin-right: auto;
    }
    
}
/** Iphone Plus **/
@media only screen and (max-width: 414px) {
.homepage-banner h1 {
  font-size: 35px;
}
}
@media only screen and (min-width: 361px) and (max-width: 413px) {
  .homepage-banner h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .homepage-banner h5, .homepage-banner h1 {
    padding-right: 100px;
  }
  .homepage-banner h1 {
    font-size: 29px;
  }
}
@media only screen and (max-width: 320px) { 
  .homepage-banner .banner-text sup {
    top: 1px;
  } 
  .homepage-banner h5, .homepage-banner h1 {
    padding-right: 65px;
  }
  .homepage-banner h1 {
    font-size: 26px;
  }
  .homepage-banner h5 {
    font-size: 15px;
    line-height: 20px;
  }
}


/*css new updates*/

#LiveMonTransparentImage{
    display:none;
}

.scroll-footer-header .sticky-isi-title h5 {
    font-size: 16px;
    letter-spacing: normal;
    display: block;
}
.indication-section p {
    margin-top: 0;
}

.indication-section ul.isi-fold {
    margin-left: -21.5px;
}
.scroll-comp p.isi-hide {
    margin-top: 0px;
}
@media screen and (max-width: 991px){
    .indication-section ul.isi-fold {
        margin-left: -22px!important;
    }
}
ul.navbar-nav li a {
    font-size: 12px;
}
.banner-text p{
    margin-top: 0px;
}
.col-xs-12 ul li a {
    font-size: 12px;
}
.col-sm-8 ul {
    margin-left: -22px;
}
.footer-content p.copyright a u {
    font-weight: 600;
}
.banner-image .banner-text h5 {
    font-size: 16px;
}

@media screen and (max-width: 991px){
    ul.navbar-nav li a {
        font-size: 14px;
    }
}

.saving-text-block .left-block p {
    margin-top: 0px;
}
.savings-content-block p.small-text {
    margin-top: 0px;
}
.indication-section p.fda-pad-top {
    margin-top: -6px;
}
@media only screen and (max-width: 767px){
    .col-xs-12 ul {
        margin-left: -37px;
    }
}
.error-page p.erorpara {
    margin-top: 0px;
}

  .GlobaloptoutLinks li:not(:last-child):after {
        content: "|";
        margin: 0px 4px 0px 6px;
        color: #9B9B9B;
    }

   

    .GlobaloptoutLinks li:not(:last-child) {
        margin-right: -1px !important;
        border: none;
        padding-right: 0px !important;
    }
    .GlobaloptoutLinks {
      
        margin-bottom: 15px;
    }
    .GlobaloptoutLinks li a {
    font-size: 12px;
}
    @media screen and (max-width: 767px) {
        .GlobaloptoutLinks ul {
            display: block !important;
            margin-bottom: 20px;
        }

        .GlobaloptoutLinks li:not(:last-child):after {
            content: none;
            margin: 0px !important;
        }
    }