body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	background-color: rgba(125, 167, 209, 0.15) !important;
	background: rgba(125, 167, 209, 0.15) !important;
}

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: "PT Sans", sans-serif;
}

strong, strong sup, strong a, strong span {
	font-family: "PT Sans", sans-serif;
}

sup, sub {
	font-size: 14px;
    top: -4px;	
}

/*sup {
	vertical-align: super;
}*/

sub {
	vertical-align: sub;
}
/*.wrapper {
    background: rgba(125, 167, 209, 0.15);
    margin: 0px auto;
    background-size: 300px 100px;
    max-width: 1343px;
}*/
span.question-mark {
    text-align: left;
    position: relative;
    top: 8px;
    right: 0;
    left: -11px;
}
.container {
	max-width: 970px;
}
.nav-main li a sup {
	top: 7px;
	left: -12px;
	font-size: 12px;
}

.text-right-md {
	text-align: right;
}

.no-wrap {
	white-space: nowrap;
	color: #26A5DD;
	font-weight: bold;
	text-decoration: none;
}

.color-black {
	font-size: 20px;
	/* commented by Yaship.M
	color: #4A4A4A;*/
	color: #4A4A4A;
	letter-spacing: 0;
	line-height: 24px;
}

.color-blue {
	color: #43A9DF;
}

.color-light-blue {
	color: #008acc;
}

.no-padding {
	padding: 0px;
}
/** Header starts**/
.navbar {
	border-bottom: 1px solid #9b9b9b;
	padding-bottom: 10px;
	border-radius: 0px;
}
.top-head {
	width: 100%;
	background-color: rgb(3, 131, 140);
}
.top-nav {
	max-width: 1343px;
	margin: 0 auto;
}
.blheader-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	
	-webkit-box-pack: justify;
	
	padding-top: 12px;
	padding-bottom: 11px;
	height: 40px;
}
	.blheader-cont ul {
		list-style-type: none;
		display: flex;
		margin-bottom: 0px;
	}
		.blheader-cont ul li a {
			color: #fff;
			font-size: 11px;
			font-family: Barlow,serif;
			font-weight: 800;
			text-decoration: underline;
		}
		.blheader-cont ul li {
			margin-right: 20px;
			display: flex;
			align-items: center;
		}
			.blheader-cont ul li:last-child {
				margin-right: 0px;
			}
			.blheader-cont ul li a img {
				margin-left: 5px;
				height: 11px;
			}
	.blheader-cont .logo img {
		margin-top: -5px;
		
	}
.row.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
			
/*.header-menu-block 
{*/
    /* margin-top: 29px; Updated by Yaship.M*/
	
	/*margin-top:-25px;
}*/

.header-menu-block-trialkitsurvey{
	margin-top: 42px;
	text-align: center;
}

.navbar .toogle-slide {
    width: 100%;
    text-align: right;
    /* commented by Yaship.M
    margin-top: 4px;
    margin-bottom: 6px;*/
    margin-top: 5px;
    margin-bottom: 10px;
}
/** 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: #6B6B6B;
	text-decoration: none;
	font-size: 12px;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
	background: none;
	outline: none;
}

.header-logo .navbar-brand {
	width: 245px;
	height: auto;
	padding: 0px;
}

.header-right-block {
	float: right;
	margin-top: 25px;
}

.header-right-block .navbar-collapse {
	padding-right: 0px;
}

.nav-pills>li+li {
	margin-left: 3px;
}

header#hdr-global {
	margin-bottom: 15px;
}
ul.nav-main {
	margin: 0px;
}
.nav-pills>li>a {
	width: 105px;
	height: 44px;
	font-size: 14px;
	padding: 0px 0px;
	background: #25328B;
	color: #fff;
	border-radius: 0px;
	text-decoration: none;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.nav-pills > li > a:hover, .nav-pills > li > a:active:hover, .nav-pills > li.active > a, .nav-pills > li > a:focus {
		background: #1E75CC;
		outline: none;
	}

	.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
		background: #1E75CC;
	}
/*.nav-pills>li:first-child {
  margin-right: 12px;
}*/

/** Toggle Slide **/
.toogle-slide span {
	vertical-align: middle;
	font-size: 12px;
	color: #6B6B6B;
}

	.toogle-slide span.active {
		color: #25328B;
		font-weight: bold;
	}

.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: #25328B;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 4px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 34px;
	left: 6px;
	bottom: 4px;
	background: url(../img/other-36x20-toggle-button.png) no-repeat;
	-webkit-transition: .4s;
	transition: .4s;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	background-size: 100% 100%;
}
/*input:checked + .slider {
  background-color: #ccc;
}*/
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}

.d-inline-block{
	display: inline-block;
}
/*
input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
    left: 4px;
}*/

/** Banner starts**/
.homepage-banner {
	margin-top: 20px;
	margin-bottom: 60px;
}

/** End **/

/** Content Block **/

/** Inner banner **/

/* for floating isi started */

.scroll-comp {
	padding-right: 40px;
	/* Added by Yaship.M */
	padding-left: 15px;
}

.scroll-footer-header {
	/*background: #e5e5e5; commented by Yaship.M*/
	color: #25328B;
	-webkit-box-shadow: 0px -5px 0px 0px rgba(94,94,94,1);
    -moz-box-shadow: 0px -5px 0px 0px rgba(94,94,94,1);
    box-shadow: 0px -3px 0px 0px rgba(84, 84, 84, 0.25);
}

#scroll-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	/*height: 190px;* updated by Yaship.M */
	height:119px;
	
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
#scroll-footer.activated{
	display: none !important;
}

.scroll-footer-inner {
	top: 10%;
	height: 90%;
	width: 100%;
}

.scroll-footer-inner .container, .scroll-footer-header .container {
	/* width: 100%;*/
	
}

.scroll-footer-inner .container 
{
    /*added by Yaship.M */
	 width: 100% !important;
	
}
/* Added by Yaship.M 

img.img-responsive.hidden-xs {
    height: 330px;
}*/

/*.indication-section sup, .scroll-comp sup {
  font-size: 12px;

}*/
.iau 
{
    /*commented by Yaship.M
	margin-bottom: 15px;*/
	margin-bottom:12px;
}

.indication-section h2 {
	font-size: 26px;
	line-height: 24px;
	margin-bottom: 2px;
	color: #25328B;
	margin-top: 7px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.isi-text .isi-title
{
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 2px;
	color: #25328B;
	/*
	margin-top: 7px; Updated by Yaship.M*/
	margin-top: -2px;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.indication-section a {
	color: #25328B;
	text-decoration: underline;
}

	.indication-section a:hover {
		color: #25328B;
	}

.indication-section p {
	margin-bottom: 6px;
	line-height: 24px;
	font-size: 20px;
	color: #4A4A4A;
	letter-spacing: 0;
	/*font-weight:bold;*/
}
p.fda-inst a {
	color: #4A4A4A;
}
p.fda-inst {
	margin-bottom: 15px;
}
.indication-section p.isi-title {
	color: #008acc;
	margin-bottom: 6px;
}

.indication-section .isi-fold {
	margin-bottom: 10px;
	padding-left: 30px;
}
.ref_space {
	margin-top: 42px;
}
.indication-section .isi-fold li {
	font-size: 18px;
	margin-top: 6px;
	list-style-type: disc;
	color: #25328B;
	line-height: 24px;
}

.isi-text p {
	margin-bottom: 6px;
	/*    line-height: 1.2;
    font-size: 14px;*/
}

.indication-section .container {
	padding: 0px;
}

#scroll-footer ul {
	list-style: disc;
	margin-left: 0;
	padding-left: 32px;
	text-indent: 0;
	margin-bottom: 1rem;
	color: #008acc;
}

.scroll-footer-header .sticky-isi-title {
		/*position: relative; padding: 9px 0;Commented by Yaship.M*/
	padding: 5px 0;
}

.sticky-isi-title h5 {
	text-transform: uppercase;
	color: #25328B;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	/* added by Yashp.M */
	display: none;
}

ul.isi-fold {
	margin-top: 5px;
}

.sticky-isi-title span#sticky-isi-title-link-text {
	position: relative;
	top: -8px;
	margin-right: 10px;
}

.scroll-footer-header a {
	position: absolute;
	/*right: 0;  Added by Yaship.M*/
	right:15px !important;
	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: 18px auto;
	padding-right: 18px;
	color: #25328B;
}
.scroll-footer-header a:hover {
	color: #25328B;
}

.bottom-isi-container p, .bottom-isi-container .isi-fold li {
	margin-bottom: 6px;
	line-height: 16px;
	font-size: 16px;
	/* commented by Yaship.M
	color: #4A4A4A;*/
	color: #4A4A4A;
	letter-spacing: 0;
	/*font-weight:bold;*/
}

.bottom-isi-container p a, p.fda-pad-top a {
	color: #25328B;
	text-decoration: underline;
}

.bottom-isi-container .isi-fold li {
	color: #25328B;
	line-height: 24px;
	letter-spacing: 0;
}

.bottom-isi-container .isi-fold li .color-black {
    font-size: 16px;
}

/** 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: 'Avenir LT W01_35 Light1475496';
	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: 'Avenir LT W01_85 Heavy1475544', sans-serif;
}
/** Footer **/


.footer-logo-bausch, .footer-logo-right {
	width: 192px;
	display: inline-block;
}

.footer-logo-right {
	margin-left: 40px;
}


.footer-content ul, .footer-content ul li {
	list-style: none;
	padding-left:0px;
	
}



.footer-content ul li:last-child {
	border: 0px;
}

.footer-content a {
	text-decoration: none;
	font-size: 14px;
	color: #6B6B6B;
	letter-spacing: 0;
}

#FooterPane {
	background-color: #03838c;
	padding: 48px 0;
}

.copyright {
	margin-top: 6px;
	margin-bottom: 0px;
	padding: 0 15px;
	font-family: 'Avenir LT W01_35 Light1475496', sans-serif;
	font-size: 14px;
	color: #595959;
	letter-spacing: 0;
}
/** 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;
}

.learnmore {
	margin-top: 5px;
	margin-bottom: 70px;
}

.learnmore_learn-why {
	padding: 5px 25px 3px 15px;
	white-space: normal;
}

.learnmore_learn-why .fa-angle-right {
	font-size: 1px;
	vertical-align: middle;
	padding-left: 7px;
}

/** Pop up for HCP **/
#ConfirmationGate {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99999;
    display: none;
}
#ConfirmationGate.active {
  display: block;
}
#ConfirmationGate .panel {
    background-color: white;
    display: inline-block;
    max-width: 600px;
    width: 95%;
    padding: 35px 65px 35px 55px;
    margin-top: 10%;
    border-radius: 0px;
    text-align: left;
    font-size:18px;
}
#ConfirmationGate .panel-btn {
    color: #fff;
    font-size: 16px;
    background-color: #25328B;
    padding: 12px 34px;
    display: inline-block;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    margin-right: 15px;
}
	#ConfirmationGate .cancel-btn {
		background: #fff;
		color: #25328B;
		text-decoration: underline;
		margin-right: 0;
		font-weight: bold;
	}

.footer-content .left-content {
	max-width: 314px;
}
	.footer-content .left-content ul {
		padding: 20px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}
		.footer-content .left-content ul li {
			list-style: none;
		}
			.footer-content .left-content ul li, .footer-content .left-content ul li span, .footer-content .right-content .social-icon p {
				font-size: 10px;
				font-family: Barlow, serif;
				font-weight: 600;
				color: #fff;
				margin-bottom: 0px;
			}
.footer-content .right-content .social-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #35a781;
}
.footer-content .right-content .site-links ul li a {
	font-size: 12px;
	font-weight: 700;
	font-family: Barlow, serif;
	color: #fff;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-decoration:underline;
}
.footer-content .right-content .site-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 65px;
	padding-top: 20px;
}

@media only screen and (min-width: 992px) {
	.sub-nav-mobile {
		display: none;
	}
}

@media screen and (max-width:1199px) {
	.banner-image {
		height: auto;
	}
	.homepage-banner .banner-text {
		padding: 15px;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:none;
}
.scroll-footer-header {
background: #fff; 
}
	#scroll-footer{height: 148px;}
.isi-text .isi-title 
{
    display:block;
}
.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}

}

@media screen and (max-width: 991px) {

span.question-mark {
    top: 0px;
    right: 0;
    left: 0px;
}
.ref_space p {
	font-size: 14px;
	line-height: 16px
}
	ul.isi-fold {
		margin-top: 0px;
	}
	.indication-section h2, .isi-text .isi-title {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 0px;
	}
	#scroll-footer {
		height: 165px !important;
	}
	.indication-section .isi-fold li {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0px;
	}
	.indication-section p {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0px;
	}
	.color-black {
		font-size: 14px;
		line-height: 16px;
		padding-bottom: 0px;
	}
	.bottom-isi-container .isi-fold li .color-black {
    font-size: 14px;
}
	header#hdr-global {
		margin-bottom: 6px;
		height: 115px;
	}
	.nav-main li a sup {
		top: 0;
		left: 0;
	}
	sup, sub {
		font-size: 11px;
		top: 2px;
	}
	.iau p sup {
		top: 3px;
	}
	.isi-fold li span.color-black sup {
		/*top: 3px;*/
	}	
	.homepage-banner .banner-text sup {
		top: 1px;
	}
	.bg-transparent .bg-color-fixed {
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 40px;
		width: 100%;
		height: 100%;
		z-index: 9999;
	}
	.banner-image {
		background-size: 105%;
	}
	.container {
		width: 100%;
	}
	.nav {
		margin: 0px;
		padding-top: 0px;
		background: #fff;
	}
	.nav-pills > li, .nav-pills > li > a {
		background: #fff;
		color: #25328B;
		height: auto;
		line-height: normal;
	}
		.nav-pills > li.active a:after {
			height: 100%;
			display: block;
			width: 8px;
			background: #000000;
			content: '';
			position: absolute;
			top: 0px;
			left: 0px;
		}
		.nav-pills > li > a:hover, .nav-pills > li.active > a {
			background: #fff;
			color: #000000;
		}
	.nav-pills>li>a, .sub-nav-mobile li a {
		border-top: 1px solid #9B9B9B;
		padding: 18px 0;
		font-size: 14px;
		font-weight: 600;
		/*   border-left: 8px solid #fff;*/
	}
	.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 .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: rgb(236, 242, 248);
		margin-top: 0px;
		z-index: 99999;
	}
	.header-menu-block p {
		margin: 0px;
	}
	.header-menu-block:after {
		position: absolute;
		content: "";
		display: inline-block;
		/*    background: #9B9B9B;*/
		height: 1px;
		top: 100%;
		left: 0;
		right: 0px;
		margin: 0px 15px;
	}
	
	/*added by Jay*/
	.navbar-toggle .icon-hamburger, .navbar-toggle.open-menu .icon-hamburger-close {
        display: inline-block;
        width: 26px;
    }
    
	.header-right-block .navbar-collapse {
		margin: 0px;
		padding: 0px;
		position: absolute;
		top: 94.5px;
		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;
	}

	.blheader-cont .logo img {
		margin-left: 15px;
	}
	.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: #000000 !important;
	}
/*	.savings-banner {
		background-image: url(../img/bg-344x1270-heroSecondary-tablet.png);
	}*/
	.icons h3 {
		min-height: 85px
	}

.bottom-isi-container p, .bottom-isi-container .isi-fold li {
	line-height: 16px;
	font-size: 14px;
}

/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:none;
}
.scroll-footer-header {
background: #fff; 
}
	
.isi-text .isi-title 
{
    display:block;
}

.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
	.blheader-cont ul li:not(:last-child) {
		display: none;
	}

	.footer-content .col-12 {
		padding: 0 20px;
	}

	.footer-content .right-content {
		padding: 24px 0 0;
	}
		.footer-content .right-content .site-links, .footer-content .right-content .social-icon {
			display: block;
		}
	.footer-content .right-content .social-icon .icon {
		margin-right: 30px;
	}
		.footer-content .right-content .site-links, .footer-content .right-content .social-icon {
			display: block;
		}
			.footer-content .right-content .social-icon p {
				padding-bottom: 10px;
			}
	.blheader-cont ul li:last-child {
		margin-right: 15px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	#ConfirmationGate .panel {
		padding: 20px;
		width: 82%;
	}
	#ConfirmationGate .panel-btn{
	
	margin-top: 20px;
	}
	.innerBanner img {
		width: 100% !important;
	}
	.footer-content a {
    font-size: 10px;
    display: inline-block;    
    line-height: 12px;
}
	.header-right-block .navbar-collapse {
		top: 91px
	}
	.text-right-md {
		text-align: center;
	}
	.scroll-footer-header a {
		top: 10px;
	}
	
	.homepage-banner .banner-text sup {
		top: 0px;
	}
	/* .homepage-banner .banner-text sup.savings-banner sup, h1 sup {
		top: 1px !important;
	} */
	h2 sup {
		top: 1px;
	}
	.banner-image {
		background-size: 100%;
	}
	.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: 15px; */
	}
/*	.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;
	}
	.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;
	}
	
	.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: 75px !important
	}
	.sticky-isi-title h5 {
		font-size: 12px;
	}
	.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: 10px auto 20px;
		width: 100%;
		text-align: center;
		
	}
	.footer-content .left-content ul li{
		text-align:left;
	}

	.footer-content a {
		margin: 0px 0;
	}
	/*.savings-banner {
		background-image: url(../img/bg-234x640-heroSecondary-mobile.png);
	}*/
	.header-menu-block {
		padding: 15px 15px;
	}
	.isi-hide {
		display: none;
	}
	.indication-section h2, .isi-text .isi-title {
		line-height: 1
	}
	/*    ul.isi-fold {
        margin-top: 0px;
    }*/
	header#hdr-global {
		height: 72px;
    margin-bottom: 3px;
	}
	ul.isi-fold {
		margin-top: -4px;
	}
	sup, sub {
		top: 3px;
	}
	.bottom-isi-container .isi-fold li {
		line-height: 16px;
		margin-top: 8px;
	}
		.icons h3 {
		min-height: 1px
	}
.bottom-isi-container .isi-fold li, .color-black {
	font-size: 14px !important;
}

/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}

.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}

/* added by Jay*/
.header-menu-block {
    padding: 9px 15px;
}
header#hdr-global {
    height: 88px;
    margin-bottom: 3px;
}

.navbar-brand>img {
       width: 73%;
}

.header-right-block .navbar-collapse {
    top: 62px !important;
}

}

@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%;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}
.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
/* added by Jay*/
.navbar-brand>img {
       width: 73%;
}
}

@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;
	}
	.switch {
		width: 50px;
		margin-right: 2px;
		margin-left: 2px;
	}
	.savings-banner h1 br {
		display: none;
	}
	.slider:before {
		width: 22px;
		left: -2px;
	}
	.navbar-brand>img {
    width: 73%;
}
	#ConfirmationGate .panel-btn {
		display: block;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}

.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
/*Added by Jay*/
.navbar-brand>img {
       width: 73%;
}
	.blheader-cont .logo img {
		
		width: 150px;
	}
}
/** Iphone Plus **/
@media only screen and (max-width: 414px) {
	.homepage-banner h1 {
		font-size: 35px;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}

.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
/*added by Jay*/
	.navbar-brand>img {
       width: 73%;
}
}

@media only screen and (min-width: 361px) and (max-width: 413px) {
	.homepage-banner h1 {
		font-size: 30px;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}
.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
/*added by Jay*/
.navbar-brand>img {
       width: 73%;
}
}

@media only screen and (max-width: 360px) {
	.homepage-banner h5, .homepage-banner h1 {
		padding-right: 100px;
	}
	.homepage-banner h1 {
		font-size: 29px;
	}
	.learnmore_learn-why {
		padding: 5px 10px 3px 10px;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}
.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
/* added by Jay*/
.navbar-brand>img {
       width: 73%;
}
}

@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;
	}
	.isi-text .isi-title {
		font-size: 19px;
	}
	.sticky-isi-title h5 {
		font-size: 11px;
	}
	.scroll-footer-header a {
		top: 10px;
	}
	.btn-primary {
		font-size: 13px;
	}
	.learnmore_learn-why {
		padding: 5px 3px 3px 5px;
	}
	
	/*Added by Yaship.M*/
	.sticky-isi-title h5 {
display:block;
}
.scroll-footer-header {
background: #e5e5e5; 
}
	
.isi-text .isi-title 
{
    display:none;
}
.scroll-footer-header .sticky-isi-title {
    padding: 9px 0;
}
#scroll-footer ul {
   
    margin-right: 10px;
}
}

@supports (-ms-ime-align:auto) {
  
  sup {
  	top: 4px;
  }
  
  h1 sup { 
  top:3px !important;
  } 
}

.trialkitsurveyPage .form-group .col-sm-3, .trialkitsurveyPage .form-group .col-sm-9{
	width: 100%;
}
.trialkitsurveyPage .bstrap30 .form-horizontal .control-label{
	text-align: left!important;
	float: left;
}

.trialkitsurveyPage p.inflamamation-text{
	margin: 40px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

.trialkitsurveyPage p.inflamamation-text1{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 20px;
}

.trialkitsurveyPage .font-weight-bold{
	color: #25328b;
}

.trialkitsurveyPage .section-title{
    text-align: center;
    font-family: "PT Sans", sans-serif;
    font-size: 26px;
    line-height: 28px;
    color: #25328B;
    border-bottom: 0px!important;
    margin: 40px 0px;
        padding: 8px 0 8px 0;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01) 5%,
 rgb(255, 255, 255) 10%, rgb(255, 255, 255) 85%,
 rgba(255, 255, 255, 0.04) 93%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01) 5%,
 rgb(255, 255, 255) 10%, rgb(255, 255, 255) 85%,
 rgba(255, 255, 255, 0.04) 93%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 5%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0.04) 93%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff',
 endColorstr='#0affffff', GradientType=1);
}

.point-1,.point-2,.point-3,.point-4,.point-5{
	color: #25328b;
	padding:0px 0px 0px 30px; 
}

.point-1::before,.point-2::before,.point-3::before,.point-4::before,.point-5::before{ 
	background: #25328b;
    border: solid 1px #000a74;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 10px;
}

.point-1::before {
 	content: "1";
   
}
.point-2::before {
 	content: "2";
   
}
.point-3::before {
 	content: "3";
   
}
.point-4::before {
 	content: "4";
   
}
.point-5::before {
 	content: "5";
   
}

.survey-captcha .field-container {
	padding: 0px;
}
.pharma-rx-banner {
    margin: 0;
    background: #25328b;
    color: #ffffff;
}
.pharma-rx-banner p {
    margin: 0;
    padding: 5px 5px;
    text-align: right;
    font-size: 11px;
}
.pharma-rx-banner p a {
    color: #fff;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .pharma-rx-banner p {
        text-align: center;
    }
}
.pnf-page.bg-transparent .bg-color-fixed {
	z-index: unset !important;
}



@media only screen and (max-width:824px) and (min-width:768px) {
	.footer-content ul {
		display: contents;
	}
}

/*Global footer links*/
.GlobaloptoutLinks li {
	margin-right: 0px !important;
	border: none !important;
	padding-right: 0px !important;
}

	.GlobaloptoutLinks li:not(:last-child):after {
		content: "|";
		margin: 0px 4px 0px 6px !important;
		color: #9B9B9B;
	}

.GlobaloptoutLinks ul li a {
	padding-right: 0px;
	padding-left: 0px;
}

@media (max-width: 767px) {

	.GlobaloptoutLinks li:not(:last-child):after {
		content: none;
		margin: 0px;
	}

	.GlobaloptoutLinks li {
		line-height: 24px;
	}
}

/*Global footer links*/


/*  Cms-12 EpiForm Css Fix for Borders- Start */

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
	content: " " !important;
}

.EPiServerForms .ValidationFail input, .EPiServerForms .ValidationFail textarea, .EPiServerForms .ValidationFail select {
	border-color: inherit !important;
	border: 1px solid #ccc !important;
}

/*  Cms-12 EpiForm Css Fix for Borders- END */