/**
 * Author(s): Wipro Limited
 * Date: October 2019
 * Description: MyEyeLove | Responsive Design CSS
**/
html {
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #fff;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
	height: auto;
	font-family: Arimo;
	color: #20292f;
	font-size: 0px;
	line-height: 0px;
}

table, tr, th, td {
	border: 1px solid #0460a9;
	border-collapse: collapse;
	vertical-align: top;
	padding: 10px;
}

img, .display0 {
	font-size: 0;
	line-height: 0;
}

/******** Font Family: Montserrat*********/
@font-face {
	font-family: 'Swiss721BT-Thin';
	src: url('../fonts/Swiss721BT/Swiss721BT-Thin.eot');
	src: url('../fonts/Swiss721BT/Swiss721BT-Thin.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swiss721BT-Thin.ttf') format('truetype');
}

@font-face {
	font-family: 'Swiss721BT-LightCondensed';
	src: url('../fonts/Swiss721BT/Swiss721BT-LightCondensed.eot');
	src: url('../fonts/Swiss721BT/Swiss721BT-LightCondensed.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swiss721BT-LightCondensed.ttf')
		format('truetype');
}

@font-face {
	font-family: 'Swiss721BT-Condensed';
	src: url('../fonts/Swiss721BT/Swiss721BT-Condensed.eot');
	src: url('../fonts/Swiss721BT/Swiss721BT-Condensed.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swiss721BT-Condensed.ttf') format('truetype');
}

@font-face {
	font-family: 'Swiss721BT-ItalicCondensed';
	src: url('../fonts/Swiss721BT/Swiss721BT-ItalicCondensed.eot');
	src: url('../fonts/Swiss721BT/Swiss721BT-ItalicCondensed.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swiss721BT-ItalicCondensed.ttf')
		format('truetype');
}

@font-face {
	font-family: 'Swis721_Cn_BT_Bold';
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Bold.eot');
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Bold.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swis721_Cn_BT_Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Swis721_Cn_BT_Italic';
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Italic');
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Italic.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swis721_Cn_BT_Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'Swis721_Cn_BT_Bold_Italic';
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Bold_Italic.ttf')
		format('truetype');
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Bold_Italic.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swis721_Cn_BT_Bold_Italic.ttf')
		format('truetype');
}

@font-face {
	font-family: 'Swis721_Cn_BT_Roman';
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Roman.eot');
	src: url('../fonts/Swiss721BT/Swis721_Cn_BT_Roman.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/Swiss721BT/Swis721_Cn_BT_Roman.ttf') format('truetype');
}

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica/Helvetica.ttf');
}

@font-face {
	font-family: 'Helvetica-Bold';
	src: url('../fonts/Helvetica/Helvetica-Bold.ttf');
}

@font-face {
	font-family: 'ArimoBold';
	src: url('../fonts/Arimo/static/Arimo-Bold.ttf')
		format('truetype');
}

@font-face {
	font-family: 'Arimo';
	src: url('../fonts/Arimo/static/Arimo-Regular.ttf')
		format('truetype');
}

@font-face {
	font-family: 'ArimoSemiBold';
	src: url('../fonts/Arimo/static/Arimo-SemiBold.ttf')
		format('truetype');
}
/*@font-face {
	font-family: 'HelveticaNeueLTPro-Hv';
	src: url('../fonts/HelveticaNeuel/HelveticaNeueLTPro-Hv.eot');
	src: url('../fonts/HelveticaNeuel/HelveticaNeueLTPro-Hv.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/HelveticaNeuel/HelveticaNeueLTPro-Hv.ttf') format('truetype');
}*/
@font-face {
	font-family: 'Avreta-regular';
	src: url('../fonts/Poppins/Poppins-Regular.ttf');
	
}

@font-face {
	font-family: 'Avreta-bold';
	src: url('../fonts/Poppins/Poppins-Extrabold.ttf');
}
/*:root { --kesimpta-color: #0089B1; --mayzent-color: #5b2c83; }*/
:root {
	kesimpta-color: #00BBCE;
	mayzent-color: #65338f;
}

/******** Font Catalogue *********/
h1 {
	font-size: 34px;
	line-height: 38px;
	font-weight: normal;
}

h2 {
	font-size: 30px;
	line-height: 32px;
	font-weight: normal;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: normal;
}

h4 {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

p, a {
	font-size: 16px;
	line-height: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

label, select, input, button {
	font-size: 16px;
	line-height: 20px;
}

textarea {
	resize: none;
	font-size: 16px;
	line-height: 20px;
}

sup, sub {
	font-size: 11px;
	line-height: 1;
	color: inherit;
	font-family: inherit;
}

h1 sup, h1 sub {
	font-size: 19px;
	line-height: 1;
}

h2 sup, h2 sub {
	font-size: 17px;
	line-height: 1;
}

.h4-style {
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

.display1 {
	font-size: 34px;
	line-height: 38px;
}

.display2 {
	font-size: 30px;
	line-height: 32px;
}

.display3 {
	font-size: 24px;
	line-height: 28px;
}

.display4 {
	font-size: 20px;
	line-height: 24px;
}

.display5 {
	font-size: 16px;
	line-height: 20px;
}

.display6 {
	font-size: 13px;
	line-height: 14px;
}

.display-6 {
	font-size: 14px;
	line-height: 12px;
}

.display7 {
	font-size: 12px;
	line-height: 14px;
}

.display-7 {
	font-size: 10px;
	line-height: 12px;
}

.display8 {
	font-size: 14px;
	line-height: 20px;
}

.display9 {
	font-size: 37px;
	line-height: 38px;
}

.display10 {
	font-size: 15px;
	line-height: 18px;
}

.display11 {
	font-size: 22px;
	line-height: 28px;
}

.display12 {
	font-size: 18px;
	line-height: 23px;
}

.display13 {
	font-size: 60px;
	line-height: 60px;
}

.display14 {
	font-size: 26px;
	line-height: 28px;
}

/*** Consumer ***/
.consumer-display1 {
	font-size: 38px;
	line-height: 40px;
}

.footnote-sup {
	font-size: 8px
}

.Swiss721BT-ItalicCondensed {
	font-family: Swiss721BT-ItalicCondensed;
}

.Swiss721BT-Condensed {
	font-family: Swiss721BT-Condensed;
}

.Swiss721BT-Thin {
	font-family: Swiss721BT-Thin;
}

.Swiss721BT-LightCondensed {
	font-family: Swiss721BT-LightCondensed;
}

.Swis721_Cn_BT {
	font-family: Swis721_Cn_BT;
}

.Swis721_Cn_BT_Bold {
	font-family: Swis721_Cn_BT_Bold;
}

.Swis721_Cn_BT_Italic {
	font-family: Swis721_Cn_BT_Italic;
}

.Swis721_Cn_BT_Bold_Italic {
	font-family: Swis721_Cn_BT_Bold_Italic;
}

.Swis721_Cn_BT_Roman {
	font-family: Swis721_Cn_BT_Roman;
}

.Helvetica {
	font-family: Helvetica;
	line-height: 16px;
}

.Helvetica-Bold {
	font-family: Helvetica-Bold;
}

.Averta {
	font-family: 'Avreta-regular';
}

.Averta-bold {
	font-family: 'Avreta-bold';
}

/******** Color Catalogue *********/
.text-white {
	color: #fff;
}

.text-white1 {
	color: #cccccc
}

.text-black {
	color: #000;
}

.text-darkgray {
	color: #20292f;
}

.text-purple {
	color: #440e62;
}

.text-lightgray {
	color: #4f5d66;
}

.text-magenta {
	color: #a90061;
}

.text-orange {
	color: #e27000;
}

.text-orange1 {
	color: #f57f20;
}

.text-gold {
	color: #fba01c;
}

.text-lighytgold {
	color: #faa62c;
}

.bg-white {
	background-color: #fff;
}

.bg-white-o {
	background-color: #fff;
	opacity: 0.9;
}

.bg-black {
	background-color: #000;
}

.bg-darkgray {
	background-color: #20292f;
}

.bg-kgray {
	background-color: #eff3f6;
}

.bg-grey {
	background-color: #EBEBEB !important;
}

.bg-purple {
	background-color: #440e62;
}

.bg-magenta {
	background-color: #a90061;
}

.bg-magenta1 {
	background-color: #eeccdf;
}

.bg-red {
	background-color: #f6e5ef;
}

.bg-lightred {
	background-color: #fcf0e4;
}

.bg-orange {
	background-color: #e27000;
}

.bg-gold {
	background-color: #fba01c;
}

.bg-lightgold {
	background-color: #faa62c;
}

.bg-orange2 {
	background-color: #f9e2cc;
}

.bg-purple1 {
	background-color: #e2dde5;
}
/* .bg-white-o {background-color: #fff; opacity: 0.6;} */
.bg-white-o {
	background-color: rgba(255, 255, 255, 0.6);
}

.bg-white1 {
	background-color: rgba(255, 255, 255, 0.8);
}

.bg-treat {
	background-color: #f9f9f9;
}

/******** List Style Type *********/
ul li, ol li {
	list-style-type: none;
	font-size: 16px;
	line-height: 20px;
}

ul.disc>li {
	list-style-type: disc;
}

ul.circle>li {
	list-style-type: circle;
}

ol.numeric>li {
	list-style-type: decimal;
}

ol.alphabet>li {
	list-style-type: lower-alpha;
}

ol.roman>li {
	list-style-type: lower-roman;
}

ul.dash>li:before {
	content: "\002014";
	position: absolute;
	transform: translate(-150%, 0);
	-webkit-transform: translate(-150%, 0);
}

/******** Margin & Padding *********/
.mt-100 {
	margin-top: 100px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-6 {
	margin-top: 6px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-3 {
	margin-top: 3px;
}

.mt-neg-35p {
	margin-top: -35%;
}

.mt-neg-5 {
	margin-top: -5px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-5 {
	margin-bottom: 5px;
}

.m-auto {
	margin: 0 auto;
}

.ml-60 {
	margin-left: 60px;
}

.ml-40 {
	margin-left: 40px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-20 {
	margin-left: 20px;
}

.ml-25 {
	margin-left: 25px;
}

.ml-15 {
	margin-left: 15px;
}

.ml-10 {
	margin-left: 10px;
}

.ml-0 {
	margin-left: 0px;
}

.mr-40 {
	margin-right: 40px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-25 {
	margin-right: 25px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-15 {
	margin-right: 15px;
}

.mr-10 {
	margin-right: 10px;
}

.ml-neg-20 {
	margin-left: -20px;
}

.pt-100 {
	padding-top: 100px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-5 {
	padding-top: 5px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-140 {
	padding-bottom: 140px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-130 {
	padding-bottom: 130px;
}

.pb-80 {
	padding-bottom: 80px;
}

.plr-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.plr-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.plr-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.plr-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.plr-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.plr-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.pl-65 {
	padding-left: 65px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-25 {
	padding-left: 25px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-18 {
	padding-left: 18px;
}

.pl-15 {
	padding-left: 15px;
}

.pl-10 {
	padding-left: 10px;
}

.pl-5 {
	padding-left: 5px;
}

.pl-0 {
	padding-left: 0px;
}

.pr-70 {
	padding-right: 70px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-25 {
	padding-right: 25px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-15 {
	padding-right: 15px;
}

.pr-10 {
	padding-right: 10px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-0 {
	padding-right: 0px;
}

.pl-p-5 {
	padding-left: 5%;
}

/******** Width & Height *********/
.w-auto {
	width: auto;
}

.w-fit-content {
	width: fit-content !important;
}

.w-110 {
	width: 110%;
}

.w-100 {
	width: 100%;
}

.w-95 {
	width: 95%;
}

.w-90 {
	width: 90%;
}

.w-85 {
	width: 85%;
}

.w-82 {
	width: 82%;
}

.w-80 {
	width: 80% !important;
}

.w-75 {
	width: 75%;
}

.w-70 {
	width: 70%;
}

.w-60 {
	width: 60%;
}

.w-65 {
	width: 65%;
}

.w-55 {
	width: 55%;
}

.w-50 {
	width: 50%;
}

.w-49 {
	width: 49%
}

.w-45 {
	width: 45%
}

.w-40 {
	width: 40%;
}

.w-35 {
	width: 35%;
}

.w-33 {
	width: 33.3%;
}

.w-30 {
	width: 30%;
}

.w-25 {
	width: 25%;
}

.w-22-5 {
	width: 22.5%;
}

.w-22 {
	width: 22%;
}

.w-20 {
	width: 20%;
}

.w-18 {
	width: 18%;
}

.w-17 {
	width: 17%;
}

.w-15 {
	width: 15%;
}

.w-10 {
	width: 10%;
}

.w-49-5 {
	width: 49.5%
}

.w-32 {
	width: 32%;
}

.h-auto {
	height: auto;
}

.h-350 {
	height: 350px;
}

.h-150 {
	height: 150px;
}

.h-30 {
	height: 30px;
}

.h-25 {
	height: 25px;
}

.h-25 {
	height: 25px;
}

.h-20 {
	height: 20px;
}

.h-15 {
	height: 15px;
}

.h-10 {
	height: 10px;
}

.h-8 {
	height: 8px;
}

.h-5 {
	height: 5px;
}

/******** Default Section (don't change) *********/
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.justDesktop {
	display: block;
}

.justMobile {
	display: none;
}

.screenDesktop {
	display: block;
}

.screenDevice {
	display: none;
}

.screenDeviceBlock {
	display: none;
}

.justMobilePortrait {
	display: none;
}

.italic, em {
	font-style: italic;
}

em {
	font-size: inherit;
	color: inherit;
}

.bold, strong {
	font-weight: bold;
}

strong {
	font-size: inherit;
	color: inherit;
}

.unbold {
	font-weight: normal;
}

.hidden {
	display: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
	font-size: 0px;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.noUnderline {
	text-decoration: none;
}

.centerPosition {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.centerBlock {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
/**New Left Menu Bar**/
.new-menu-bar {
	margin-top: 70px;
	text-align: right;
}

.new-menu-bar li {
	margin-top: 10px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.new-menu-bar li:hover {
	background-color: #EC008C;
}

.submenu li {
	margin-top: 0px !important;
}

.submenu li a {
	font-size: 18px;
}

.rms-left-menu {
	display: flex;
	justify-content: end;
	align-items: baseline;
}

/* .rms-left-menu:hover {
	background-color: #EC008C;
} */
.rms-left-menu span {
	line-height: 1.4;
	color: white;
	letter-spacing: 0;
	text-decoration: underline;
	font-size: 20px;
	margin-left: 5px;
}

.rms-left-menu img {
	width: 19px;
	margin-left: 10px;
}

.hoverPointer {
	cursor: pointer;
}

.hideOverflow {
	overflow: hidden;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.d-noneimp {
	display: none !important;
}

.d-flex {
	display: flex;
	align-items: center;
}

.d-flex-t {
	display: flex;
}

.align-items-end {
	align-items: end;
}

.d-flex-center {
	display: flex;
	justify-content: center;
}

.d-flex-middle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-flex-col {
	flex: 1;
}

.d-flex-t {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.d-table-cell-top {
	display: table-cell;
	vertical-align: top;
}

.d-table-cell-bottom {
	display: table-cell;
	vertical-align: bottom;
}

.fullWidth {
	width: 100%;
}

.halfWidth {
	width: 50%;
}

.hanging {
	position: absolute;
	transform: translate(-100%, 0);
	-webkit-transform: translate(-100%, 0);
}

.noOutline {
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

.no-letter-spacing {
	letter-spacing: 0px;
}

.half-letter-spacing {
	letter-spacing: -0.5px;
}

.full-letter-spacing {
	letter-spacing: -1px;
}

.double-letter-spacing {
	letter-spacing: -2px;
}

.word-break {
	word-break: break-all;
}

.inherit-prop {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.inherit-sup {
	font-family: inherit;
	color: inherit;
}

.inherit-prop-nocolor {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.inherit-prop-nofamily {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.inherit-prop-nofontsize {
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}

.single-word {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	display: inline-block;
}

.hidden-x {
	overflow-x: hidden;
}

.hidden-all {
	overflow: hidden;
}

.hover-underline:hover {
	text-decoration: underline;
}

.hideScroll {
	overflow: hidden;
}

.verticleCenterPosition {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

.innerBodyContainer, .headerBodyContainer {
	width: 100%;
	max-width: 1000px;
	padding: 0 25px;
	margin: 0 auto;
}

.innerBodyContainer-tab {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.d-table-cell.justDesktop {
	display: table-cell;
}

.justMobile.d-inline-block {
	display: none;
}

.text-center .justDesktop {
	display: inline;
	text-align: center;
}

.justify-space {
	justify-content: space-around;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.footnote {
	font-size: 12px;
	line-height: 14px;
}

.justify-space {
	justify-content: space-around;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.align-end {
	align-items: flex-end;
}

.align-center {
	align-items: center;
}

/******** Header *********/
/*hcp*/
#infolinks .floatLeft li {
	padding: 5px 20px;
}
/* #infolinks .floatLeft li:nth-child(1) {padding-left: 0; padding-right: 30px;} */
#infolinks .floatRight li {
	padding: 5px 17px;
}

#infolinks .floatRight li:nth-child(4) {
	padding-right: 0;
}

.menuicon {
	font-size: 16px;
	line-height: 1;
	display: block;
	border: 1px solid #a90061;
	margin-top: 17px;
	padding: 12px 46px 12px 20px;
	background-image: url("../images/global/menu-icon.png");
	background-repeat: no-repeat;
	background-position: 82% 50%;
	cursor: pointer;
}

.menuLinks {
	width: 55%;
	position: absolute;
	right: 0;
	top: -70px;
	background-color: #fff;
	z-index: 22;
	border: 1px solid #a90061;
	padding-bottom: 30px;
}

#treatmentNav {
	margin-top: 45px;
}

#treatmentNav li {
	text-align: right;
	padding-right: 15px;
	margin-top: 10px;
}

#treatmentNav li:hover {
	background-color: #EC008C;
}

#treatmentNav .levelTwoNav li {
	padding-right: 0;
}

#treatmentNav .levelOneNav>li>a {
	/* 	padding: 8px 20px 8px 27px; */
	display: inline-block;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-transform: capitalize;
	/* 	margin-top: 15px; */
	text-decoration: underline;
	position: relative;
	text-transform: uppercase;
}

#treatmentNav .levelOneNav .localNavigation>li>a {
	text-transform: unset;
}

#treatmentNav .localNavigation .levelTwoNav li a {
	color: #fff;
	text-decoration: underline;
	font-size: 18px;
}

#treatmentNav .localNavigation {
	display: block;
}

.hasNavChild>a:before {
	/* 	content: url("../images/global/down-arrow-menu.png"); */
	display: inline-block;
	padding-right: 18px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}

.openMenu.hasNavChild>a:before {
	/* 	content: url("../images/global/menu-up-arrow.png"); */
	display: inline-block;
	padding-right: 18px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}

/*consumer*/
.menuiconCon {
	font-size: 16px;
	line-height: 1;
	display: block;
	border: 1px solid #440e62;
	margin-top: 17px;
	padding: 12px 46px 12px 20px;
	background-image: url("../images/global/menu-icon.png");
	background-repeat: no-repeat;
	background-position: 82% 50%;
	cursor: pointer;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.menuiconCon:hover {
	background-color: #A90061;
	background-image: url("../images/global/menu-hover.png");
	color: white;
}

.box-shadow-custom {
	-webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
}

.consumer-part.menuLinks {
	background-color: #a90061;
	width: 50%;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	opacity: 0.9;
}

.levelOneNav .firstItem:hover, .levelOneNav .lastItem:hover {
	background-color: #EC008C;
}

.levelOneNav .hasNavChild a:hover {
	background-color: #EC008C;
}

.consumer-part #treatmentNav .levelOneNav>li>a {
	color: #fff;
	font-size: 20px /* 	font-style: italic;
	text-decoration: underline !important;
	font-weight: bold; */
}

/* .consumer-part .hasNavChild>a:before {
	content: url(../images/global/down-arrow-menu.png);
}

.consumer-part .openMenu.hasNavChild>a:before {
	content: url(../images/global/menu-up-arrow.png);
}

.consumer-part #treatmentNav .localNavigation .levelTwoNav li a {
	color: #fff;
	text-decoration: underline;
} */
.text-zindex {
	z-index: 1;
}

.border-bottom-magenta {
	border-bottom: 5px solid #a90061 !important;
}

.consumer-part.menuLinks::-webkit-scrollbar {
	display: none;
}

/******** Footer *********/

/* Treatment Options page */
.treatment-options * {
	font-size: 12px;
	line-height: 15px;
}

.discover_Kes {
	background-color: #00bbce;
	border-radius: 0px;
	font-size: 10px;
	color: white;
	padding: 1px 10px;
	cursor: pointer;
}

.kes-Button {
	font-size: 15px !important;
	color: white;
	font-weight: 700;
	padding: 5px 10px 5px 5px;
}

.kes-start {
	border-left: 10px solid #ff7161;
	border-top: 10px solid #ff7161;
	border-right: 10px solid #ff7161;
}

.start-bor {
	border-right: 10px solid #ff7161;
	border-top: 10px solid #ff7161;
	border-left: 10px solid #ff7161;
}

.right-arrow-kes {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid white;
	width: 13px;
	display: inline-block;
}

.sub-content {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 5px 45px 10px 45px;
}

.footpad {
	padding-left: 49px;
	padding-right: 20px;
}

.footerend {
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}

.order-st {
	list-style-type: auto;
}

.discover_May {
	background-image: linear-gradient(70deg, hsl(297deg 55% 37%),
		hsl(297deg 55% 37%), hsl(264deg 51% 33%));
	border-radius: 0px;
	font-size: 10px;
	color: white;
	padding: 1px 10px;
	cursor: pointer;
}

.may-Button {
	font-size: 15px !important;
	color: white;
	font-weight: 700;
	padding: 5px 10px 5px 5px;
}

.may-start {
	border-left: 10px solid #ff7161;
	border-top: 10px solid #ff7161;
	border-right: 10px solid #ff7161;
}

.start-bor-may {
	border-right: 10px solid #ff7161;
	border-top: 10px solid #ff7161;
	border-left: 10px solid #ff7161;
}

.right-arrow-may {
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid white;
	width: 13px;
	display: inline-block;
}

.sub-content-may {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 10px 45px 10px 45px;
	color: white
}

/* .treatment-bg { background-color: hsl(208deg 53% 39%);} */
.treatment-bg {
	background-image: linear-gradient(180deg, #276090, #558ebe);
}

.treatment-options i {
	font-size: 14px;
}

.subtitle-nov {
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 21px;
	line-height: 25px;
	color: white;
	font-family: 'SourceSansPro-Semibold';
	width: 85%;
}

body.treatment-options {
	/*background-color: #5391dc; color: white;  margin: 20px;*/
	
}

.foot-Treatment {
	color: white;
	font-size: 14px;
	line-height: 18px;
}

#kesimpta-bar {
	position: absolute;
	right: 0;
	top: 0px;
	width: 40%;
	height: 12px;
	background-image: linear-gradient(90deg, var(- -kesimpta-color), #0294b8,
		var(- -kesimpta-color));
}

#mayzent-bar {
	position: absolute;
	right: 0;
	top: 12px;
	width: 30%;
	height: 12px;
	background-image: linear-gradient(90deg, var(- -mayzent-color), #8362a6,
		var(- -mayzent-color));
}

.treatment-options .footnote-2, .treatment-options .footnote-2 a {
	font-size: 14px;
	line-height: 18px;
	color: white;
}

.footnote-3 {
	font-size: 14px;
	line-height: 18px;
	color: white;
	position: relative;
	left: 49px;
	padding: 50px 0px 0px 0px;
}

#subHeader {
	font-size: 43px;
	margin-top: 20px;
	line-height: 45px;
	color: white;
	font-family: 'SourceSansPro-Black';
}

#kesimpta-section, #mayzent-section {
	width: 49%;
	text-align: center;
	max-width: 555px
}

#kesimpta-section p, #mayzent-section p {
	font-size: 21px;
	line-height: 24px;
}

#kesimpta-section {
	margin-right: 20px;
}

#kesimpta-section .scrollable-isi p.isi-title {
	color: var(- -kesimpta-color);
	font-size: 14px;
}

#mayzent-section .scrollable-isi p.isi-title {
	color: var(- -mayzent-color);
	font-size: 14px;
}

#kesimpta-section .scrollable-isi p.isi-title-2 {
	color: var(- -kesimpta-color);
	font-size: 15px;
}

#mayzent-section {
	margin-left: 20px;
}

.site-content {
	background-color: white;
	height: 250px;
	margin: 0 auto;
	padding: 5px;
}

.kesimpta-logo {
	width: 50%;
	height: 85px;
}

.mayzent-logo {
	width: 80%;
}

#kesimpta-section .site-inner {
	border-top: 3px solid var(- -kesimpta-color);
	background-color: #D1F5FF;
}

#mayzent-section .site-inner {
	border-top: 3px solid var(- -mayzent-color);
	background-color: #F4E9FE;
}

.talk-title {
	min-height: 120px;
	margin: 21px 0px;
}
/* #mayzent-section #start-title { 		background-image: linear-gradient(70deg, hsl(264deg 51% 33%), hsl(264deg 51% 33%), hsl(297deg 55% 37%)); */
/* height: 335px; font-size: 26px; line-height: 30px; padding: 20px 35px; } */
#mayzent-section #start-title {
	background-image: url("../images/hcp/MAYZENT_bk_desktop.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	height: 335px;
	width: 100%;
	font-size: 26px;
	line-height: 30px;
	padding: 10px 35px;
	position: relative;
}

#kesimpta-section #start-title {
	background-color: hsl(37deg 27% 94%);
	height: 335px;
	font-size: 26px;
	line-height: 30px;
	padding: 5px 35px;
}

.scroll-kesi {
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	border-bottom: 10px solid #ff7161;
	border-top: 10px solid #ffffff;
}

.site-content-kesi {
	background-color: hsl(6deg 100% 69%);
	height: 0px;
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 17px;
	color: white;
	width: 70%
}

.site-content-may {
	background-image: linear-gradient(90deg, #6d267e, #522a7a);
	height: 0px;
	margin: 0 auto;
	padding: 0px;
	font-size: 16px;
	line-height: 15px;
	font-weight: bold;
	padding-bottom: 17px;
	color: white;
	width: 70%;
	padding-top: 10px;
}

.ulstyle {
	list-style-type: circle;
	font-size: 14px;
	line-height: 20px;
}

.ulfontstyle {
	font-size: 14px;
	line-height: 20px;
}

.may-parallelogram {
	width: 200px;
	height: 90px;
	transform: skew(-12deg);
	background: white;
	padding: 13px 0px 13px 0px;
}

.scrollable-isi {
	height: 200px;
}

.button-link {
	margin: 10px;
}

.kesi-text {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	font-weight: 800;
}

.site-inner a {
	font-size: 13px;
	line-height: 16px;
	display: block;
	color: black;
	text-underline-offset: 1px;
}

.site-inner a.button-link {
	margin: 10px 20px;
	padding: 10px 20px;
	text-align: left;
	font-size: 13px;
	color: #fff;
	background-color: var(- -kesimpta-color);
	border-radius: 10px;
	height: 50px;
	width: 120px;
}

#mayzent-section a.button-link {
	background-color: var(- -mayzent-color);
}

.scrollable-isi {
	overflow-y: scroll;
	text-align: left;
	padding: 10px;
}

#kesimpta-section .scrollable-isi p, #mayzent-section .scrollable-isi p,
	#kesimpta-section .scrollable-isi span, #mayzent-section .scrollable-isi span
	{
	font-size: 14px;
	color: black;
	line-height: 20px;
}

#kesimpta-section .scrollable-isi {
	border: 1px solid var(- -kesimpta-color);
}

#mayzent-section .scrollable-isi {
	border: 1px solid var(- -mayzent-color);
}

.ulKes {
	font-size: 15px;
	color: #66625f;
	font-family: 'Source-Sans-Variable';
}

.headlineImgCls {
	padding: 5px 10px 7px 10px;
}

.kesimpta-color {
	color: var(- -kesimpta-color);
}

.mayzent-color {
	color: var(- -kesimpta-color);
}

.underline-offset-1 {
	text-underline-offset: 1px;
}

.isi-title {
	
}

.scrollable-isi::-webkit-scrollbar {
	width: 7px;
	background-color: white;
}

.scrollable-isi::-webkit-scrollbar-thumb {
	background: #A9A9A9;
	border-radius: 5px;
}

.continue-gilenya {
	padding: 12px 30px;
	background-color: hsl(0deg 0% 100%);
	border-radius: 10px;
	font-size: 20px;
	color: white;
	cursor: pointer;
}

.continue-gilenya p {
	font-size: 20px;
}

.continue-div {
	margin-top: 190px;
}
/*.right-arrow::after { content: ""; display: inline-block;  width: 10px; height: 10px; border-top: 1px solid white; border-right: 1px solid white; transform: rotate(45deg); } */
.right-arrow {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid hsl(206deg 61% 33%);
	width: 20px;
	display: inline-block;
}

.treatment-options .footer p {
	font-size: 18px;
}

#two-columns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

.ulcolstyle {
	list-style-type: disc;
	font-size: 14px;
	line-height: 20px;
}

.ulText {
	display: inline;
	font-size: 15px;
	color: white;
	font-family: 'Source-Sans-Variable';
}

/******** ISI *********/
.collapsed #safetyContainer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 18;
	height: 140px;
}

.isi-btn.expandBtn {
	right: 0;
	top: 15px;
	position: absolute;
	cursor: pointer;
}

.isiButton.collapse {
	top: 5px;
	position: absolute;
	right: 0px;
	cursor: pointer;
}

.isiButton.collapse.consumerISI {
	right: 30px;
}

.isiButton.collapse.fixedBtn.consumerISI {
	position: fixed;
	right: 30px;
}

.collapsedISI {
	padding-top: 20px;
	padding-bottom: 20px;
}

.expandedISI {
	padding-top: 20px;
}

.headlineImg {
	width: -webkit-fill-available;
	height: 70px;
}

.stayaheadImg {
	width: -webkit-fill-available;
	height: 50px;
}

.logoAlign {
	text-align: -webkit-center;
	text-align: -moz-center;
}

.kesAlign {
	display: flex;
	justify-content: center;
	align-items: center;
}

/******** Popup *********/
#FormWindow {
	width: 800px;
	height: 500px;
	border-radius: 10px;
	z-index: 22;
}

.popup_block {
	border-radius: 5px;
}

#video-container {
	height: 500px;
}

.videoHolder {
	background-color: #fff;
	padding: 5px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

.consumerPage .videoHolder {
	padding: 10px;
	border-radius: 0;
}

.closePopupVid {
	position: absolute;
	right: -4%;
}

.popup_block.interstit-popup {
	width: 550px;
	height: 280px;
	margin-top: 10%;
}

.consumer-popup.popup_block.interstit-popup {
	height: 308px;
}

.interstit-popup .submit-section div:nth-child(1) {
	margin-left: 20%;
}

/******** CSS Body *********/
/**HCP **/
#articleHead {
	border-bottom: 5px solid #a90061;
	padding-bottom: 33px;
}

.start-form-block {
	padding: 18px 13%;
	width: 100%;
}

.border-right-gray {
	border-right: 1px solid #dcdcdc;
}

.border-bottom-grayDeep {
	border-bottom: 1px solid #d3d3d3;
}

.border-top-lisghtsky {
	border-top: 3px solid #f0f4f3;
}

.pinkBox {
	width: 48.8%;
	border-top: 4px solid #a90061;
	border-right: 4px solid #a90061;
	border-bottom: 6px solid #a90061;
	position: relative;
	box-shadow: -5px 10px 9px #e7e8ea;
	padding: 50px 40px 40px;
	height: 430px;
}

.pinkBox:after {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #e27000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.goldbox {
	width: 48.8%;
	border-top: 4px solid #e27000;
	border-right: 4px solid #e27000;
	border-bottom: 6px solid #e27000;
	position: relative;
	box-shadow: -5px 10px 9px #e7e8ea;
	padding: 50px 40px 40px;
	height: 430px;
}

.goldbox:after {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #a90061;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.pink-dwn-arrw {
	background-image: url("../images/global/purple-down-arrow.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-size: 7px;
	padding-left: 12px;
}

.headerLine {
	height: 2px;
	z-index: -1;
	top: 11px;
}

.magenta-top-border {
	border-top: 5px solid #a90061;
}

.magenta-bottom-border {
	border-bottom: 5px solid #a90061;
}

.orange-bottom-border {
	border-bottom: 10px solid #e27000;
}

.boxShadowCustom {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
}

.positionImage {
	width: 144px;
}

.border-magenta {
	border: 5px solid #a90061;
}

.positionImage1 {
	width: 250px;
}

.pinkcallout {
	width: 32%;
	border-top: 4px solid #a90061;
	border-right: 4px solid #a90061;
	border-bottom: 6px solid #a90061;
	position: relative;
	box-shadow: -5px 10px 9px #e7e8ea;
	height: 115px;
}

.pinkcallout:after {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #e27000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.pinkcallout-ml-2 {
	margin-left: 2%;
}

.position-text {
	position: absolute;
	right: 0;
	bottom: 0;
}

.position-text1 {
	position: absolute;
	left: 4%;
	top: 6.5%;
}

.position-text-treatment {
	position: absolute;
	left: 4%;
	top: 9%;
}

.position-text2 {
	position: absolute;
	left: 16.5%;
	top: 78.5%;
}

.text-ml-32 {
	margin-left: 32%;
}

.callout-ml-neg-2 {
	margin-left: -2%;
}

.screenIpad {
	display: none;
}

.mt-neg-6 {
	margin-top: -6%;
}

.pos-map {
	position: relative;
	bottom: 10px;
	right: 35px;
}

.pos-social {
	position: relative;
	top: 14px;
}

.img-pos-treatment {
	position: relative;
	left: 90%;
}
/******* Tab Block *******/
.tab-head {
	display: block;
	float: left;
	padding: 16px 10px;
	border-bottom: none;
	cursor: pointer;
	position: relative;
	z-index: 0;
	margin-bottom: -1px;
	font-weight: bold;
}

.tab-head.active {
	background-color: #a90061;
	z-index: 2;
	border-top: 5px solid #a90061;
}

.tab-head p {
	font-size: 18px;
	line-height: 20px;
	color: #440e62;
}

.tab-head.active p {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

.tab-block-head {
	position: relative;
	bottom: -4px;
}

.tab-block-head.fixed-tab {
	display: block;
	position: fixed;
	border-top: 5px solid #fff2cd;
	top: 0;
	z-index: 10;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.tab-head {
	background-color: #fff;
	cursor: pointer;
	border-top: 5px solid #fff4d5;
}

.tab-head p.text-gold {
	color: #fba01c;
}

.tab-head.active p.text-gold {
	color: #fff;
}

.tab-shiftTop {
	margin-top: -5px;
}

.consumer-section .tab-head.active p {
	color: #fff;
}

.consumer-section .tab-head.active p, .consumer-section .tab-head p {
	font-size: 16px;
	line-height: 18px;
}

.consumer-section .tab-head {
	padding: 20px;
	background-color: #fff;
	border-bottom: 0;
	border-top: 5px solid #fff2cd;
}

.consumer-section .tab-head.second-tab {
	padding: 11px 20px;
}

.consumer-section .tab-head.active {
	border-top: 5px solid #a90061;
	background-color: #a90061;
}

.letter-space {
	letter-spacing: 0.5px;
}
/**Consumer **/
.consumerPage #infolinks {
	background-color: #ece6ef;
}

/* .bodyPattern1, .menubox {
	background-image: url("../images/global/bodyPattern1.png");
} */

.consumerPage #articleHead {
	border-bottom: 0;
}

.pattern-position1 {
	position: absolute;
	left: 0;
	bottom: 0;
}

.resource-pattern {
	position: absolute;
	left: 20px;
	bottom: -54px;
}

.copay-position {
	position: absolute;
	left: 20%;
	bottom: 0;
}

.safty-position {
	position: absolute;
	left: -70px;
	bottom: 0;
}

.pattern-position6 {
	position: absolute;
	left: 0;
	bottom: -27px;
}

.copay-position1 {
	position: absolute;
	left: 0;
	bottom: 75px;
}

.pattern-position4 {
	position: absolute;
	bottom: 0;
}

.backgrounPattern1 {
	background-image: url("../images/patient/backgrounPattern1.png");
}

.backgroundPattern-2 {
	background: url("../images/patient/background-pattern1.png") top left
		no-repeat, url("../images/patient/backgrounPattern1.png") top right;
}

.backgrounPattern-1 {
	background: url("../images/patient/backgrounPattern-1.png") top left
		no-repeat, url("../images/patient/backgrounPattern1.png") top right;
}

.backgrounPattern-image {
	background-image: url("../images/patient/lady.png");
	background-repeat: no-repeat;
}

.backgrounPattern-image-treatment {
	background-image: url("../images/patient/treatment_man.png");
	background-repeat: no-repeat;
}

.consumerPage-p {
	color: #4f5d66;
}

.pattern-position2 {
	position: absolute;
	right: 5%;
	top: 0;
}

.pattern-position3 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.pattern-position3-home {
	position: absolute;
	right: 0;
	bottom: -10px;
}

.pattern-position5 {
	position: absolute;
	right: 0;
	top: 0;
}

.pattern-position5-home {
	position: absolute;
	right: 32px;
	top: 28px;
}

.pattern-position-treatment {
	position: absolute;
	right: 0;
	top: 110px;
}

.pattern-position7 {
	position: absolute;
	left: 0;
	top: 0;
}

.pattern-position8 {
	position: absolute;
	left: 0;
	bottom: -28px;
}

.pattern-position9 {
	position: absolute;
	top: -75px;
	left: 0;
}

.pattern-position10 {
	position: absolute;
	top: 20%;
	right: 0;
}

.pattern-position11 {
	position: absolute;
	top: 20%;
	left: 0;
}

.pattern-position12 {
	position: absolute;
	right: 0;
	bottom: 100px;
}

.pattern-position13 {
	position: absolute;
	left: 0;
}

.pattern-position15 {
	position: absolute;
	left: 0;
	top: 39%;
}

.pattern-position16 {
	position: absolute;
	right: 0;
	bottom: 23%;
}

.pattern-position17 {
	position: absolute;
	top: 35%;
	right: 0;
}

.pattern-position18 {
	position: absolute;
	top: 7%;
	right: 0;
}

.pattern-position19 {
	position: absolute;
	left: 3%;
	top: 7px;
}

.pattern-position20 {
	position: absolute;
	bottom: -50px;
	left: 20px;
}

.pattern-position21 {
	position: absolute;
	top: 14%;
	right: 0;
}

.pattern-position22 {
	position: absolute;
	right: 0;
	bottom: 55px;
}

.pattern-position23 {
	position: absolute;
	right: 0;
	bottom: 29%;
}

.pattern-position24 {
	position: absolute;
	right: 0;
	top: 24%;
}

.pattern-position25 {
	position: absolute;
	right: 0;
	top: 12.5%;
}

.social-share-block {
	width: 284px;
}

.treatment-result-div-height {
	height: 200px;
}

.treatment-result-div-height1 {
	border-right: 1px solid #dcdcdc;
}

.box-gradient1 {
	background-color: #b3016e;
	background-image: linear-gradient(to top right, #6c0966, #b3016e);
}

.ml-custom {
	margin-left: 50%;
}

.ml-custom1 {
	margin-left: 25%;
}

.ml-custom2 {
	margin-left: 42%;
}

.steps-box-shadew {
	-webkit-box-shadow: 0px 7px 10px 0px #e2e0e0;
	-moz-box-shadow: 0px 7px 10px 0px #e2e0e0;
	box-shadow: 0px 7px 10px 0px;
}

.capsule-img-div {
	height: 240px;
}

.step-border-box {
	border: 1px solid #000;
}

.ml-10-percent {
	margin-left: 10%;
}

.ml-8-percent {
	margin-left: 8%;
}

.ml-5-percent {
	margin-left: 5%;
}

.ml-2-percent {
	margin-left: 2%;
}

.co-pay-box {
	height: 60px;
}

.consumer-section.home-page #backgroundMainContainer {
	background-image: url("../images/patient/homepage-bodyPattern.png");
	background-size: 100% 100%;
}

.homeCTA-consumer {
	background: #f9f9f9;
	opacity: 0.9;
	height: 430px;
	border: 15px solid #fff;
	margin-top: 20px;
	width: 31.5%;
	position: relative;
	box-shadow: -5px 10px 9px #e7e8ea;
	cursor: pointer;
}

.selfAssessment-CTA {
	background-image: url("../images/patient/selfAssessmentCTA-BG.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 10px solid #fff;
	padding: 40px 30px 40px 55px;
}

.telemedecine-CTA {
	background-image: url("../images/patient/telemedicin-callout.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	border: 10px solid #fff;
	padding: 30px 30px 50px 50px;
}

.callout-text {
	background-image: url("../images/patient/background-text-home.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 30px 30px 30px 50px;
}

.selfAssesmentPattern {
	left: 0px;
	top: 80px;
}

.selfAssessment-CTA .learn-moreBtn {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-left: 70px;
	width: 172px;
	height: 43px;
	border: 1px solid #6e7583;
}

.telemedecine-CTA .learn-moreBtn1 {
	padding-left: 35px;
	padding-top: 14px;
	padding-bottom: 11px;
	margin-left: 70px;
	width: 172px;
	height: 43px;
	border: 1px solid #6e7583;
}

.telemedecine-CTA .learn-moreBtn {
	padding-left: 20px;
	margin-left: 85px;
}

.selfAssessment-CTA .learn-moreBtn {
	padding-left: 10px;
}

.selfAssessment-CTA .learn-moreBtn span:nth-child(2) {
	padding-left: 10px;
}

.videoBlock1 {
	background-image: url("../images/patient/video-rollover.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	height: 200px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.playBtn1.playBtn::before {
	color: #a90061;
}

.videoBlock:hover, .playBtn1.playBtn, .playBtn1.playBtn:hover {
	background-color: #fff;
}

.askcallout {
	position: relative;
	border-top: 5px solid #fff2cd;
	box-shadow: -5px 10px 9px #e7e8ea;
	height: 145px;
}

.askcallout-ml-2 {
	margin-left: 2%;
}

.pink-dwn-arrw1 {
	background-image: url("../images/global/purple-down-arrow.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 7px;
	padding-right: 12px;
}

.ask-graph-container {
	margin-left: 5%;
}

.bg-white-opacity {
	background-color: rgba(255, 255, 255, 0.6);
}

.fixed-width-50 {
	width: 50px;
}

.padding-ISI {
	padding-right: 50px;
}

.arrow-pos {
	position: absolute;
	top: 13px;
	right: 15px;
}

.arrow-pos1 {
	position: absolute;
	top: 17px;
	right: 15px;
}

.askcallout.bg-white-o {
	border-top: 5px solid rgba(255, 242, 205, 0.6);
	box-shadow: -5px 10px 9px rgba(231, 232, 234, 0.6);
}

.mapcode-pos {
	position: relative;
	top: 50px;
	right: 40px;
}

.dekbtnlook {
	width: 210px;
	text-align: center;
}

/******** Home *********/
.fingolimod-block {
	height: 25px;
	border: 3px solid #a90061;
	border-bottom: none;
}

.fingolimod-text {
	position: absolute;
	width: 38%;
	right: 18.5%;
	top: -22px;
	background-color: #fff;
}

.homeCTA {
	height: 360px;
	margin-top: 20px;
	width: 31.5%;
	border-top: 4px solid #a90061;
	border-right: 4px solid #a90061;
	border-bottom: 6px solid #a90061;
	position: relative;
	box-shadow: -5px 10px 9px #e7e8ea;
	cursor: pointer;
}

.home-CTA-mid {
	margin-left: 25px;
}

.homeCTA:after {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #e27000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.homeCTA div {
	position: relative;
	z-index: 10;
}

.homeCTA .figureImg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.homeCTA>p {
	position: absolute;
	left: 18px;
	bottom: 20px;
	font-family: Helvetica;
	font-size: 14px;
	line-height: 16px;
}

.homeCTA:nth-child(3) .figureImg {
	right: 10px;
	bottom: 43px;
	width: 60px;
}

.selfAssessment-CTA.ask-self-assessment .learn-moreBtn {
	border: 1px solid #440e62;
	margin-right: 0px;
}

.selfAssessment-CTA.ask-self-assessment {
	background-image: url(../images/patient/selfAssessmentCTA-BG1.png);
}

.learn-moreBtn {
	width: auto;
	padding: 12px 24px;
	background-color: #fff;
	border: 1px solid #a90061;
}

.tele-Btn {
	width: auto;
	padding: 12px 50px;
	background-color: #fff;
	border: 1px solid #6e7583;
}

.tele-Btn span {
	font-size: 16px;
	line-height: 13px;
}

.tele-pos {
	position: relative;
	top: 20px;
	left: 20%;
}

.tele-pos1 {
	position: relative;
	top: 20px;
	left: 24%;
}

.tele-pos-p {
	position: relative;
	right: -17px;
}

.black-border {
	border: 1px solid #000;
}

.learn-moreBtn1 {
	width: auto;
	padding: 12px 24px;
	background-color: #fff;
	border: 1px solid #6e7583;
}

.learn-moreBtn2 {
	width: 115px;
	padding: 12px 24px;
	background-color: #fff;
	border: 1px solid #a90061;
}

.learn-moreBtn3 {
	width: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	border: 1px solid #440e62;
}

.learn-moreBtn4 {
	width: 290px;
	padding: 12px 30px 12px 15px;
	background-color: #fff;
	border: 1px solid #440e62;
}

.learn-moreBtn5 {
	width: 140px;
	padding: 10px 30px;
	background-color: #fff;
	border: 1px solid #440e62;
}

.learn-moreBtn4 img {
	width: 4.5px;
}

.learn-moreBtn4-treatment .arrow-pos {
	top: 16px;
	right: 22px;
}

.learn-moreBtn4-treatment {
	width: 237px;
	padding: 12px 30px 12px 15px;
	background-color: #fff;
	border: 1px solid #440e62;
}

.arrow-pos2 {
	top: 16px;
	right: 22px;
}

.learn-moreBtn4-treatment .arrow-pos {
	top: 16px;
	right: 22px;
}

.learn-moreBtn4.learn-moreBtn-new {
	width: 244px;
}

.learn-moreBtn4.learn-moreBtn-new1 {
	width: 312px;
}

.learn-moreBtn4.learn-moreBtn-new2 {
	width: 167px;
	padding: 12px 30px;
}

.learn-moreBtn span {
	font-size: 16px;
	line-height: 13px;
}

.learn-moreBtn1 span {
	font-size: 16px;
	line-height: 13px;
}

.safety-CTA {
	margin-top: 30px;
	padding: 30px;
	background-color: #fff;
	border-top: 4px solid #a90061;
	border-right: 4px solid #a90061;
	border-bottom: 6px solid #a90061;
	position: relative;
	box-shadow: -5px 10px 9px #e7e8ea;
	cursor: pointer;
}

.safety-CTA:after {
	display: block;
	width: 100%;
	height: 6px;
	background-color: #e27000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}

.small-sup-custom {
	position: absolute;
	font-size: 23px;
	line-height: 25px;
}

.girlsImg2 {
	bottom: 226px;
	right: 0px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
}

.girlsImg1 {
	bottom: 5px;
	left: 15%;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}

.largeText-homepage {
	font-size: 123px;
	line-height: 123px;
	letter-spacing: -14px;
}

.largeText-homepage1 {
	font-size: 93px;
	letter-spacing: -14px;
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	line-height: 0;
}

.comsumerHome.figureImg {
	position: absolute;
	left: 0
}

.figureImg.comsumerHome1 {
	position: absolute;
	right: 0
}

.patient-index {
	position: absolute;
	bottom: 10px;
}

.plusadjust {
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	font-size: 25px;
}

.plus-ad {
	position: relative;
	left: -3px;
	top: -2px;
}

.plusadjustSpan {
	letter-spacing: -4px;
}

/**** MOA ****/
.videoBlock {
	background-image: url("../images/hcp/moa-video-background.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	height: 200px;
	width: 100%;
	cursor: pointer;
	position: relative;
}

.playBtn {
	top: 50%;
	left: 50%;
	margin-left: -49px;
	margin-top: -49px;
	width: 98px;
	height: 98px;
	line-height: 98px;
	border: none;
	border-radius: 50%;
	font-size: 3.5em;
	background-color: rgba(0, 0, 0, .45);
	color: #fff;
	display: block;
	position: absolute;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: border-color .4s, outline .4s, background-color .4s;
	-moz-transition: border-color .4s, outline .4s, background-color .4s;
	-ms-transition: border-color .4s, outline .4s, background-color .4s;
	-o-transition: border-color .4s, outline .4s, background-color .4s;
	transition: border-color .4s, outline .4s, background-color .4s;
}

.videoBlock:hover .playBtn, .playBtn:hover {
	background-color: #e27000;
}

.playBtn::before {
	content: "\0025B6";
	text-align: center;
	position: absolute;
	top: 0;
	left: 4px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 35px;
}

.consumer-popup .learn-moreBtn2 {
	border: 1px solid #440e62;
	color: #440e62;
}

/**** Site Map HCP****/
.sitemap-hcp .level1 li a, .sitemap-hcp .level0 #hcp {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #440e62;
	margin-bottom: 10px;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #440e62;
}

.sitemap-hcp .level1 .level2 li a {
	font-size: 16px;
	line-height: 18px;
	color: #20292f;
	font-weight: normal;
	display: inline-block;
	margin-bottom: 20px;
	border-bottom: 1px solid #20292f;
}

#start-gilenya, #proven-efficacy, #support {
	border-bottom: 0;
}

.sitemap-hcp .level2 {
	margin-left: 20px;
}

.sitemap-hcp .demo-underline {
	border-bottom: 1px solid #440e62;
}

.sitemap-hcp .level0 {
	position: relative;
}

.sitemap-hcp .level1 .pos:nth-child(2) {
	position: absolute;
	left: 37%;
	top: 0;
}

.sitemap-hcp .level1 .pos:nth-child(3) {
	position: absolute;
	left: 37%;
	top: 70%;
}

.sitemap-hcp .level1 .pos:nth-child(4) {
	position: absolute;
	right: 12%;
	top: 0;
}

.sitemap-hcp .level1 .pos:nth-child(5) {
	position: absolute;
	right: 14%;
	top: 43%;
}

.sitemap-hcp .level1 .pos:nth-child(6) {
	position: absolute;
	right: 0%;
	top: 70%;
}

.sitemap-hcp .content-width-sitemap {
	width: 85%;
	margin: 0 auto;
}

.sitemap-hcp .content-width-sitemap-inside {
	width: 85%;
	margin: 0 auto;
}

/**** Site Map Consumer****/
.sitemap-consumer .level2 li a {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: bold !important;
	color: #440e62 !important;
	margin-bottom: 30px !important;
	text-decoration: underline;
}

.sitemap-consumer .level0 li a {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: bold !important;
	color: #a90061 !important;
	margin-bottom: 30px !important;
	text-decoration: underline;
}

.sitemap-consumer .level0 .level1 li {
	padding-bottom: 10px;
	padding-top: 10px;
}

.sitemap-consumer .level1 li a {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: bold !important;
	color: #a90061 !important;
	margin-bottom: 30px !important;
	text-decoration: underline;
}

.sitemap-consumer .level2 li a {
	font-size: 20px !important;
	line-height: 28px !important;
	font-weight: bold !important;
	color: #440e62 !important;
	margin-bottom: 30px !important;
	text-decoration: underline;
}

.sitemap-consumer .level0 {
	position: relative;
}

#why-ask-for, #how-it-works, #safety, #treatment-results-children,
	#steps, #resources, #co-pay {
	border-bottom: 0;
}

.border-bottom-sitemap-custom {
	border-bottom: 1px solid #440e62;
}

.sitemap-consumer .content-width-sitemap {
	width: 80%;
	margin: 0 auto;
}

/*.sitemap-consumer .level2 li:nth-child(3) {
	position: absolute;
	right: 36%;
	top: 0;
}

.sitemap-consumer #steps {
	position: relative;
	top: 43px;
}

.sitemap-consumer .level1 .pos:nth-child(2) {
	position: absolute;
	right: 40%;
	top: 42%;
}

.sitemap-consumer .level1 .pos:nth-child(3) {
	position: absolute;
	right: 39%;
	top: 59%;
}

.sitemap-consumer .level1 .pos:nth-child(4) {
	position: absolute;
	right: -4%;
	top: 82px;
}

.sitemap-consumer .level1 .pos:nth-child(5) {
	position: absolute;
	right: 15%;
	top: 81%;
}

.sitemap-consumer .level1 li:nth-child(3) ul.level2 li:nth-child(2) {
	position: absolute;
	left: 174%;
	top: -141%;
}*/

/*.sitemap-consumer #about-gilenya {
	display: none;
}

.sitemap-consumer #support-service {
	display: none;
}*/
.sitemap-consumer #resources {
	display: none;
}

/******** Cookie overlay popup *********/
#footer.cookieOverlayFooter {
	margin-bottom: 170px;
}

.cookieContainer {
	width: 100%;
	padding-left: 130px;
	padding-right: 30px;
}

#cookie-overlay {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2000;
	background: transparent;
}

.cookie-overlay-stickyButton {
	border-bottom: 125px solid dodgerblue;
	border-right: 125px solid transparent;
	bottom: 0;
	left: 0;
	position: fixed;
	z-index: 3000;
}

.cookie-overlay-content {
	background-color: gainsboro;
	width: 100%;
	display: none;
}

.cookie-overlay-content p {
	font-size: 14px;
	line-height: 16px;
	font-family: Arimo;
	color: #000;
	word-spacing: normal;
}

.cookie-overlay-content .inherit-parent {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.cookie-overlay-content .text-blue-link {
	color: blue;
}

.cookie-overlay-content button {
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	margin: 0 15px;
	padding: 5px 10px;
	font-family: Arimo;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	background-color: #fff;
	color: #000;
}

.cookie-overlay-content button:hover {
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.24), 0 12px 20px 0
		rgba(0, 0, 0, 0.19);
}

.cookie-overlay-stickyButton span {
	font-size: 14px;
	line-height: 16px;
	font-family: Arimo;
	color: #fff;
	font-weight: bold;
	position: fixed;
	bottom: 10px;
	left: 6px;
	z-index: 3010;
}

.cookie-overlay-content button.active {
	background-color: darkgrey;
	cursor: default;
}

.cookie-overlay-popup-open .cookie-overlay-content {
	display: block;
}

.faq-qbox {
	border: 1px solid #A90061;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faq-magentaline {
	border-bottom: 6px #a90061 solid;
}

.faq-gradientbox {
	background: transparent
		linear-gradient(34deg, #820065 0%, #960063 31%, var(- 
		 -unnamed-color-a90061) 100%) 0% 0% no-repeat padding-box;
	background: transparent
		linear-gradient(34deg, #820065 0%, #960063 31%, #A90061 100%) 0% 0%
		no-repeat padding-box;
	opacity: 1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
	padding-top: 30px;
}

/* treatment option*/
/* @media (min-width: 920px) and (max-width: 1180px){ */
/* #kesimpta-section #start-title{ */
/* height: 400px; */
/* } */

/* #mayzent-section #start-title{ */
/* height: 400px; */
/* } */
/* } */
@media ( min-width : 768px) and (max-width: 1000px) {
	#kesimpta-section #start-title {
		height: 330px;
	}
	#mayzent-section #start-title {
		height: 330px;
	}
	.kesimpta-logo {
		height: 75px;
	}
	.headlineImg {
		height: 60px;
	}
	.stayaheadImg {
		height: 40px;
	}
	.mayzent-logo {
		width: 75%;
	}
	.may-parallelogram {
		width: 170px;
		height: 80px;
	}
}

/* treatment option*/
@media ( min-width : 768px) and (max-width: 1180px) {
	#kesimpta-section #start-title {
		height: 330px;
		padding: 5px 5px;
	}
	#mayzent-section #start-title {
		height: 330px;
		padding: 5px 5px;
	}
	.ulText, .ulKes {
		font-size: 12px;
		letter-spacing: 0px
	}
	.ulText, .ulKes-elv {
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0px;
	}
	.kes-Button {
		font-size: 12px !important;
		font-weight: 700;
		padding: 2px 2px 2px 2px;
	}
	.discover_Kes {
		padding: 1px 4px;
	}
	.headlineImgCls {
		padding: 0px 20px 0px 20px;
	}
	.btnlook {
		width: 180px;
		text-align: center;
	}
	.site-inner {
		height: 300px !important;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.site-content-may {
		padding: 10px 0px 17px 0px;
		width: 80%;
		font-size: 12px;
	}
	.sub-content-may, .sub-content {
		padding: 10px 10px 10px 10px;
	}
	.site-content-kesi {
		width: 80%;
		font-size: 12px;
	}
	.may-Button {
		font-size: 12px !important;
		padding: 2px 2px 2px 2px;
	}
}
/*Iphone*/
@media only screen and (min-device-width: 320px)and (max-device-width:
	480px)and (-webkit-min-device-pixel-ratio: 2)and (orientation:
	portrait) {
	.ulKes {
		padding-left: 10px;
	}
	.kesAlign {
		display: initial;
	}
	.discover_Kes {
		padding: 0px 10px;
	}
	.kes-Button {
		padding: 7px 8px 11px 2px;
	}
}

/******** CSS Mobile Devices *********/
@media only screen and (max-width: 767px) {
	/******** Default Section (don't change) *********/
	.justDesktop {
		display: none;
	}
	.justMobile {
		display: block;
	}
	.screenDesktop {
		display: none;
	}
	.screenDevice {
		display: block;
	}
	.justMobilePortrait {
		display: block;
	}
	.innerBodyContainer {
		padding: 0px 25px;
	}
	.headerBodyContainer {
		padding: 0px 15px;
		width: 372px;
	}
	.h-fixed {
		height: 65px;
	}
	.h-fixed-gil {
		height: 80px;
	}
	.w-110, .w-100, .w-90, .w-80, .w-85, .w-75, .w-70, .w-60, .w-55, .w-50,
		.w-49, .w-45, .w-40, .w-33, .w-30, .w-32, .w-25, .w-20, .w-10, .w-22 {
		width: 100%;
	}

	/******** Font Catalogue *********/
	h1 {
		font-size: 32px;
		line-height: 32px;
	}
	h2 {
		font-size: 28px;
		line-height: 28px;
	}
	h3 {
		font-size: 21px;
		line-height: 23px;
	}
	h4 {
		font-size: 20px;
		line-height: 22px;
	}
	p, a {
		font-size: 18px;
		line-height: 20px;
	}
	ul li, ol li, label, select, input, button, textarea {
		font-size: 18px;
		line-height: 20px;
	}
	sup, sub {
		font-size: 11px;
	}
	h1 sup, h1 sub {
		font-size: 18px;
	}
	h2 sup, h2 sub {
		font-size: 15px;
	}
	.h4-style {
		font-size: 20px;
		line-height: 22px;
	}
	.display1, .consumer-display1 {
		font-size: 32px;
		line-height: 32px;
	}
	.display2 {
		font-size: 28px;
		line-height: 28px;
	}
	.display3 {
		font-size: 21px;
		line-height: 23px;
	}
	.display4 {
		font-size: 20px;
		line-height: 22px;
	}
	.display5 {
		font-size: 17px;
		line-height: 20px;
	}
	.display6 {
		font-size: 11px;
		line-height: 17px;
	}
	.display7 {
		font-size: 11px;
		line-height: 17px;
	}
	.display8 {
		font-size: 12px;
		line-height: 14px;
	}
	.display9 {
		font-size: 37px;
		line-height: 38px;
	}
	.display10 {
		font-size: 18px;
		line-height: 20px;
	}
	.display13 {
		font-size: 28px;
		line-height: 30px;
	}
	.display1-m {
		font-size: 22px;
		line-height: 20px;
	}
	.display2-m {
		font-size: 24px;
		line-height: 28px;
	}
	.display3-m {
		font-size: 18px;
		line-height: 20px;
	}
	.display7-m {
		font-size: 26px;
		line-height: 28px;
	}
	.display8-m {
		font-size: 14px;
		line-height: 18px;
	}

	/******** Margin & Padding *********/
	.mt-m-0 {
		margin-top: 0px;
	}
	.mb-m-0 {
		margin-bottom: 0px;
	}
	.ml-m-0 {
		margin-left: 0px;
	}
	.mr-m-0 {
		margin-right: 0px;
	}
	.ml-m-5 {
		margin-left: 5px;
	}
	.ml-m-15 {
		margin-left: 15px;
	}
	.pt-m-0 {
		padding-top: 0px;
	}
	.pt-m-10 {
		padding-top: 10px;
	}
	.pb-m-0 {
		padding-bottom: 0px;
	}
	.pl-m-0 {
		padding-left: 0px;
	}
	.pr-m-0 {
		padding-right: 0px;
	}
	.pl-m-15 {
		padding-left: 15px;
	}
	.pr-m-15 {
		padding-right: 15px;
	}
	.pl-m-20 {
		padding-left: 20px;
	}
	.pl-m-30 {
		padding-left: 30px;
	}
	.pl-m-25 {
		padding-left: 25px;
	}
	.pr-m-20 {
		padding-right: 20px;
	}
	.pl-m-45 {
		padding-left: 45px;
	}
	.pl-m-80 {
		padding-left: 80px;
	}
	.mt-m-60 {
		margin-top: 60px !important;
	}
	.mt-m-55 {
		margin-top: 55px;
	}
	.mt-m-50 {
		margin-top: 50px;
	}
	.mt-m-40 {
		margin-top: 40px;
	}
	.mt-m-30 {
		margin-top: 30px;
	}
	.mt-m-25 {
		margin-top: 25px;
	}
	.mt-m-20 {
		margin-top: 20px;
	}
	.mt-m-15 {
		margin-top: 15px;
	}
	.mt-m-10 {
		margin-top: 10px;
	}
	.mb-m-55 {
		margin-bottom: 55px;
	}
	.mb-m-50 {
		margin-bottom: 50px;
	}
	.mb-m-40 {
		margin-bottom: 40px;
	}
	.mb-m-30 {
		margin-bottom: 30px;
	}
	.mb-m-20 {
		margin-bottom: 20px;
	}
	.mb-m-15 {
		margin-bottom: 15px;
	}
	.mb-m-10 {
		margin-bottom: 10px;
	}
	.mr-m-15 {
		margin-right: 15px;
	}
	.ml-m-20 {
		margin-left: 20px;
	}
	.mt-m-ng-30 {
		margin-top: -30px;
	}
	.pt-m-60 {
		padding-top: 60px;
	}
	.pt-m-55 {
		padding-top: 55px;
	}
	.pt-m-50 {
		padding-top: 50px;
	}
	.pt-m-40 {
		padding-top: 40px;
	}
	.pt-m-35 {
		padding-top: 35px;
	}
	.pt-m-30 {
		padding-top: 30px !important;
	}
	.pt-m-25 {
		padding-top: 25px;
	}
	.pt-m-20 {
		padding-top: 20px;
	}
	.pt-m-15 {
		padding-top: 15px;
	}
	.pt-m-10 {
		padding-top: 10px;
	}
	.pt-m-5 {
		padding-top: 5px;
	}
	.pt-m-2 {
		padding-top: 2px;
	}
	.pb-m-200 {
		padding-bottom: 200px;
	}
	.pb-m-55 {
		padding-bottom: 55px;
	}
	.pb-m-50 {
		padding-bottom: 50px;
	}
	.pb-m-40 {
		padding-bottom: 40px;
	}
	.pb-m-30 {
		padding-bottom: 30px;
	}
	.pb-m-25 {
		padding-bottom: 25px;
	}
	.pb-m-20 {
		padding-bottom: 20px;
	}
	.pb-m-15 {
		padding-bottom: 15px;
	}
	.pb-m-10 {
		padding-bottom: 10px;
	}
	.pb-m-7 {
		padding-bottom: 7px;
	}
	.pb-m-5 {
		padding-bottom: 5px;
	}
	.p-lr-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.p-lr-m-15 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.pl-m-40 {
		padding-left: 40px;
	}
	.pl-m-20 {
		padding-left: 20px;
	}
	.pl-m-18 {
		padding-left: 18px;
	}
	.pl-m-10 {
		padding-left: 10px;
	}
	.pl-m-5 {
		padding-left: 5px;
	}
	.p-lr-lm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pl-m-p-20 {
		padding-left: 20%;
	}
	.p-m-5 {
		padding: 5px;
	}
	.pr-m-10 {
		padding-right: 10px;
	}
	.pr-m-5 {
		padding-right: 5px;
	}
	.w-m-auto {
		width: auto;
	}
	.w-m-100 {
		width: 100% !important;
	}
	.w-m-90 {
		width: 90%;
	}
	.w-m-85 {
		width: 85%;
	}
	.w-m-80 {
		width: 80%;
	}
	.w-m-75 {
		width: 75%;
	}
	.w-m-70 {
		width: 70%;
	}
	.w-m-60 {
		width: 60%;
	}
	.w-m-55 {
		width: 55%;
	}
	.w-m-50 {
		width: 50%;
	}
	.w-m-45 {
		width: 45%
	}
	.w-m-40 {
		width: 40%;
	}
	.w-m-33 {
		width: 33.3%;
	}
	.w-m-30 {
		width: 30%;
	}
	.w-m-25 {
		width: 25%;
	}
	.w-m-20 {
		width: 20%;
	}
	.w-m-10 {
		width: 10%;
	}
	.text-center .justMobile, .justMobile.m-text-center {
		display: inline;
		text-align: center;
	}
	.justMobile.d-inline-block {
		display: inline-block;
	}
	.text-center .justDesktop {
		display: none;
	}
	.d-table-cell.justDesktop {
		display: none;
	}
	.m-inline-block {
		display: inline-block;
	}
	.d-table-cell.m-d-block {
		display: block;
	}
	.m-text-center {
		text-align: center;
	}
	.m-text-left {
		text-align: left;
	}
	.m-innerNoPadding {
		padding: 0;
	}
	.smallBodyContainer {
		max-width: none;
	}
	.m-absolute {
		position: absolute;
	}
	.m-left0 {
		left: 0
	}
	.m-d-block {
		display: block;
	}
	.m-noborder {
		border: none;
	}
	.m-nofloat {
		float: none;
	}
	.m-floatLeft {
		float: left;
	}
	.m-floatRight {
		float: right;
	}
	.m-clear {
		clear: both;
	}
	.m-centerPosition {
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
	}
	.m-relative {
		position: relative;
	}
	.img-pos-treatment {
		position: relative;
		left: 78%;
	}
	.btnlook {
		width: 180px;
		text-align: center;
	}
	/******** Header Section *********/
	#infolinks .floatLeft li {
		padding: 5px 11px !important;
	}
	.mobSubHead {
		border-bottom: 1px solid #f6e5ef;
		border-top: 1px solid #f6e5ef;
	}
	#brandLogo img {
		width: 200px;
	}
	.mobSubHead a {
		width: 329px;
		padding: 5px 11px;
		display: block;
	}
	.menuicon {
		background-size: 13px;
		padding: 10px 42px 10px 15px;
		font-size: 18px;
	}
	.consumer-part.menuLinks {
		width: 90%;
	}
	.menuLinks {
		width: 90%;
		position: absolute;
		right: 0;
		top: -60px;
		background-color: #fff;
		z-index: 20;
		border: 1px solid #a90061;
		padding-bottom: 30px;
	}
	#treatmentNav {
		margin-top: 50px;
	}
	#treatmentNav .levelOneNav>li>a {
		margin-top: 12px;
	}
	#treatmentNav .localNavigation .levelTwoNav {
		padding-top: 5px
	}
	#treatmentNav .localNavigation .levelTwoNav li a {
		font-size: 18px;
		line-height: 28px;
	}
	#treatmentNav li {
		margin-top: 0;
	}
	#treatmentNav .levelOneNav>li>a {
		padding-right: 10px;
	}
	.consumerPage #articleHead {
		padding-bottom: 20px;
	}
	.consumer-section .menuLinks {
		width: 90%;
		overflow: hidden scroll;
	}
	.w-49-5 {
		width: 100%;
	}
	.capsule-img-div {
		height: 300px;
	}
	.co-pay-box p.justMobile {
		text-align: center;
		display: block;
		padding: 10px 0;
	}
	.co-pay-box {
		height: auto;
	}
	.pattern-position-mob {
		position: absolute;
		left: 0;
		bottom: -25px;
		z-index: 1;
	}
	.arrow-pos2 {
		top: 17px;
		right: 26px;
	}
	.h2-pos1 {
		position: relative;
		margin-top: -12%;
	}
	.sitemap-consumer .level1 li:nth-child(3) ul.level2 li:nth-child(2) {
		position: relative;
		left: 0;
		top: 0;
	}
	.subtitle-nov {
		font-size: 20px;
		margin-top: 12px;
		margin-bottom: 6px;
		line-height: 25px;
		color: white;
		font-family: 'SourceSansPro-Semibold';
		width: 85%;
	}

	/******** Footer Section *********/
	.footerLogo {
		width: 195px;
	}

	/******** ISI *********/
	.collapsed #safetyContainer {
		height: 142px;
	}
	.collapsedISI {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.expandedISI {
		padding-top: 30px;
	}
	.isiButton.collapse, .isi-btn.expandBtn {
		right: 15px;
	}
	.isiButton.collapse.fixedBtn.consumerISI, .isiButton.collapse.consumerISI
		{
		right: 5px;
	}

	/* Treatment -options page */
	#kesimpta-bar {
		width: 70%;
	}
	#mayzent-bar {
		width: 50%;
	}
	#kesimpta-section, #mayzent-section {
		width: 100%;
		padding-top: 20px;
		max-width: 720px;
	}
	#kesimpta-section #start-title {
		height: auto;
	}
	#mayzent-section #start-title {
		height: auto;
	}
	#kesimpta-section p, #mayzent-section p {
		font-size: 12px;
		line-height: 12px;
	}
	.dateMob {
		width: 100%;
		text-align: right;
		padding-right: 20px;
	}
	.footpadmob {
		text-align: center;
		padding-left: 30px;
		width: 75%;
	}
	.sub-content-may, .sub-content {
		padding: 20px 10px 20px 10px;
		line-height: 17px;
	}
	.kesimpta-logo {
		width: 75%;
	}
	.footerend {
		padding: 20px 10px 20px 49px;
	}
	.sub-content {
		padding: 5px 10px 10px 5px;
	}
	.site-section {
		padding: 0px 20px 0px 20px;
	}
	#subHeader {
		font-size: 35px;
		margin-top: 30px;
		line-height: 40px;
		color: white;
	}
	#mayzent-section {
		margin-left: 0px;
		padding-top: 50px;
	}
	.m-flex-col {
		flex-direction: column;
	}
	.kes-Button {
		font-size: 12px !important;
		padding: 6px 6px 9px 0px;
	}
	.discover_Kes {
		padding: 0px 0px;
	}
	.right-arrow-kes, .right-arrow-may {
		width: 8px;
	}
	.site-content-may, .site-content-kesi {
		padding-bottom: 30px;
		font-size: 12px;
		width: 80%;
	}
	.discover_May {
		padding: 1px 5px;
	}
	body.treatment-options {
		max-width: 560px;
		margin: auto;
	}
	#kesimpta-section #start-title {
		font-size: 20px;
		line-height: 25px;
		padding: 15px 5px 15px 5px;
		height: auto;
	}
	#mayzent-section #start-title {
		font-size: 20px;
		line-height: 25px;
		padding: 15px 10px 15px 10px;
		height: auto;
	}
	.site-inner a.button-link {
		width: 200px;
		font-size: 17px;
		padding: 18px;
		text-align: center;
	}
	.kesi-text {
		font-size: 20px;
	}
	.sub-content {
		line-height: 16px;
	}
	.continue-div {
		margin-top: 250px;
	}
	.scrollable-isi {
		padding: 10px;
	}
	.ulText {
		font-size: 12px;
		line-height: 15px;
	}
	.may-Button {
		padding: 9px 6px 9px 0px;
		font-size: 12px !important;
	}
	.kesPadMob {
		padding-left: 2px;
	}
	.right-arrow-kes {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid white;
	}
	.right-arrow-may {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid white;
	}
	#mayzent-bar-2 {
		position: absolute;
		width: 50%;
		height: 12px;
		background-image: linear-gradient(90deg, var(- -mayzent-color), #8362a6,
			var(- -mayzent-color));
		bottom: 12px;
		left: 0;
	}
	#kesimpta-bar-2 {
		position: absolute;
		left: 0;
		top: 0px;
		width: 70%;
		height: 12px;
		background-image: linear-gradient(90deg, var(- -kesimpta-color), #0294b8,
			var(- -kesimpta-color));
	}
	.ulKes {
		font-size: 12px;
		line-height: 15px;
	}
	/******* Popup *******/
	#FormWindow {
		width: 350px;
		height: 300px;
		border-radius: 10px;
		z-index: 22;
	}
	#video-container {
		height: 300px;
	}
	.closePopupVid {
		right: 0;
		top: -32px;
	}
	.consumer-popup.popup_block.interstit-popup {
		height: 440px;
	}
	.popup_block.interstit-popup {
		width: 300px;
		height: 350px;
		margin-top: -10%;
	}
	.interstit-popup .submit-section div:nth-child(1) {
		margin-left: 2%;
	}
	.headlineImg {
		height: 60px;
	}
	.stayaheadImg {
		height: 40px;
	}
	.footpad {
		padding-left: 81px;
		text-align: center;
	}
	.footnote-3 {
		position: initial;
	}
	/******** CSS Body *********/
	.pinkBox, .goldbox {
		height: auto;
		width: 100%;
		padding: 40px 30px;
	}
	.border-bottom-grayDeep {
		border-bottom: 2px solid #d3d3d3;
	}
	.border-top-lisghtsky {
		border-top: 6px solid #f0f4f3;
	}
	.start-form-block {
		padding: 18px 6%;
	}
	.pink-dwn-arrw {
		background-position: 0 7px;
	}
	.m-imgWidth100 {
		width: 100px;
	}
	.pinkcallout {
		width: 100%;
	}
	.pinkcallout-ml-2 {
		margin-left: 0;
	}
	#articleHead.about-efficacy {
		border-bottom: 0
	}
	.position-text {
		position: relative;
	}
	.sitemap-hcp .level1 .pos:nth-child(2), .sitemap-hcp .level1 .pos:nth-child(3),
		.sitemap-hcp .level1 .pos:nth-child(4), .sitemap-hcp .level1 .pos:nth-child(5),
		.sitemap-hcp .level1 .pos:nth-child(6) {
		position: relative;
		left: unset;
		top: unset;
		right: unset;
	}
	.sitemap-consumer .level2 li:nth-child(3), .sitemap-consumer .level1 .pos:nth-child(2),
		.sitemap-consumer .level1 .pos:nth-child(3), .sitemap-consumer .level1 .pos:nth-child(4),
		.sitemap-consumer .level1 .pos:nth-child(5) {
		position: relative;
		left: unset;
		top: unset;
		right: unset;
	}
	.sitemap-consumer .level0 li a {
		margin-bottom: 20px;
	}
	.content-width-sitemap {
		width: 100%;
	}
	.sup-font-size {
		font-size: 15px;
	}
	.pattern-position3-home {
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.localNavigation .levelTwoNav li {
		padding-top: 10px;
	}
	.screenIpad {
		display: none;
	}
	.ml-custom {
		margin-left: 0;
	}
	.ml-custom2 {
		margin-left: 0;
	}
	.div-pos {
		top: 15px;
	}
	.h2-pos {
		margin-top: -30%;
	}
	.askcallout {
		width: 100%;
		height: 107px;
		box-shadow: 0px 10px 9px #e7e8ea;
	}
	.askcallout-ml-2 {
		margin-left: 0;
	}
	.pink-dwn-arrw1 {
		padding-right: 0;
		padding-bottom: 12px;
		background-position: 50% 100%;
	}
	.askcallout a {
		border-bottom: 1px solid #a90061;
	}
	.consumer-section .tab-head.second-tab {
		padding: 12px 4px;
	}
	.consumer-section .tab-head {
		position: unset;
	}
	.ask-graph-texts {
		top: 0;
		right: 15%;
	}
	.ask-graph-container {
		margin-left: 0;
	}
	.ask-self-assessment.selfAssessment-CTA {
		background-image: none;
		background-color: #fff;
	}
	.custom-homepage-line-height {
		line-height: 29px;
	}
	.m-bg-white {
		background-color: #fff;
		background-image: none;
	}
	.consumerPage #infolinks .headinfo li {
		padding: 5px 12px;
	}
	.padding-ISI {
		padding-right: 50px;
	}
	.learn-moreBtn4 {
		width: 330px;
		padding: 12px 25px;
	}
	.learn-moreBtn4 .arrow-pos {
		top: 17px;
		right: 30px;
	}
	.learn-moreBtn4.learn-moreBtn-new {
		width: 265px;
	}
	.learn-moreBtn4.learn-moreBtn-new1 {
		width: 330px;
		padding: 12px 16px;
	}
	.learn-moreBtn4.learn-moreBtn-new1 .arrow-pos {
		right: 20px;
	}
	.arrow-pos-mob {
		position: absolute;
		top: 17px;
		right: 15px;
	}
	.backgrounPattern1-mob {
		background-image: url("../images/patient/backgrounPattern1.png");
	}
	.background-pattern-mob {
		background-image:
			url("../images/patient/mobile/background-pattern-mob.png");
	}
	.mapcode-pos-mob {
		position: relative;
		top: -6px;
		right: 25px;
	}
	.callout-text {
		background-image:
			url("../images/patient/mobile/background-text-home.png");
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 30px 30px 30px 50px;
	}
	.copay-pos {
		margin-top: -37%;
	}
	.copay-position1 {
		position: absolute;
		left: -14px;
		bottom: 100px;
	}
	.mt-p {
		margin-top: 65%;
	}
	.faq-pos {
		position: relative;
		top: -70px;
	}
	.btn-pos-mob {
		position: relative;
		left: 23%;
	}
	.ml-0-percent-mob {
		margin-left: 0%;
	}
	.tele-pos-p {
		position: relative;
		right: 0;
	}
	.tele-pos1 {
		position: relative;
		top: 20px;
		left: 32px;
	}
	.tele-pos {
		position: relative;
		top: 0;
		left: 15%;
	}
	.resource-pos {
		margin-bottom: -6%
	}
	/***.backgrounPattern-image {display: none;}
	.backgroundPattern-2 {display: none;}***/
	/******** Consumer ********/
	.w-60-fixed {
		width: 60px;
	}
	.w-50-fixed {
		width: 50px;
	}
	.w-53-fixed {
		width: 53px;
	}
	.w-45-fixed {
		width: 45px;
	}
	.w-40-fixed {
		width: 40px;
	}
	.w-30-fixed {
		width: 30px;
	}
	.w-25-fixed {
		width: 25px;
	}
	.w-250-fixed {
		width: 250px;
	}
	.w-170-fixed {
		width: 170px;
	}
	.w-160-fixed {
		width: 160px;
	}
	.w-200-fixed {
		width: 200px;
	}
	.w-100-fixed {
		width: 100px;
	}
	.w-130-fixed {
		width: 130px;
	}
	.h-150-fixed {
		height: 150px;
	}
	.social-share-block {
		width: 200px;
	}
	.quotesWidth {
		width: 100%;
	}
	.treatment-result-div-height1 {
		border-right: 0;
	}
	.treatment-result-div-height2 {
		background: #dcdcdc;
		height: 1px;
		width: 75%
	}
	.treatment-result-div-height {
		height: auto;
	}
	.treatment-figure-fixed-width-mobile {
		width: 325px;
	}
	.treatment-figure-fixed-width-mobile1 {
		width: 290px;
	}
	.consumer-section.home-page #globalMainContainer {
		background-image: url("../images/global/bodyPattern1.png");
	}
	.homeCTA-consumer {
		width: 100%;
	}
	.selfAssessment-CTA {
		background-image: url(../images/patient/mobile/selfAssessmentCTA-BG.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 30px;
	}
	.telemedecine-CTA {
		background-image: url(../images/patient/mobile/telemedecine-BG.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		padding: 30px;
	}
	.telemedecine-CTA .learn-moreBtn, .selfAssessment-CTA .learn-moreBtn {
		display: inline-block;
		margin-left: 0;
		margin-top: 37px;
		margin-bottom: 37px;
	}
	.telemedecine-CTA .learn-moreBtn1 {
		padding-left: 35px;
		padding-top: 13px;
		padding-bottom: 11px;
		margin-left: 0px;
		width: 172px;
		height: 43px;
		border: 1px solid #6e7583;
	}
	.selfAssessment-CTA.ask-self-assessment .learn-moreBtn {
		margin-right: 0;
		margin-top: 30px;
		margin-bottom: 0;
	}
	.girlsImg3 {
		bottom: 20px;
		left: 32%;
		font-size: 12px;
		line-height: 16px;
		color: #fff;
	}
	.text-ml-m-neg-62 {
		margin-top: -62%;
	}
	.text-ml-m-neg-54 {
		margin-top: -54%;
	}
	.text-ml-m-neg-40 {
		margin-top: -40%;
	}
	.text-ml-m-neg-25 {
		margin-top: -25%;
	}
	.m-all-5 {
		margin: 5px;
	}
	.ml-m-28 {
		margin-left: 28px;
	}
	.pos-btn {
		position: relative;
		margin-left: -5%;
	}
	/******** Home ********/
	.fingolimod-text {
		width: auto;
		right: 8%;
		top: -15px;
	}
	.homeCTA {
		width: 100%;
	}
	.safety-CTA {
		padding: 30px 0 40px 20px;
	}
	.safety-CTA .figureImg {
		position: absolute;
		right: 20px;
		bottom: 30px;
	}
	.tab-head p {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	.tab-head.active p {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	.tab-head {
		padding: 15px;
	}
	.footnote-sup {
		font-size: 11px;
	}
	.mobile-banner-img {
		position: relative;
		z-index: 1
	}
	.mob-menu-pos {
		position: relative;
		left: -9%;
	}
	.sitemap-consumer #steps {
		position: relative;
		top: 0;
	}
	.tab-block-head.fixed-tab {
		border-top: none;
	}
	.tab-shiftTop {
		margin-top: 0px;
	}

	/******** Cookie overlay popup *********/
	#footer {
		margin-bottom: 34px;
	}
	#footer.cookieOverlayFooter {
		margin-bottom: 330px;
	}
	.cookieContainer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cookie-overlay-content {
		margin-bottom: 34px;
	}
	.cookie-overlay-stickyButton {
		border: none;
		background-color: dodgerblue;
		width: 100%;
		height: 35px;
		bottom: -1px;
	}
	.cookie-overlay-stickyButton span {
		position: relative;
		text-align: center;
		display: block;
		padding-top: 19px;
	}
	.cookie-overlay-stickyButton span br.justDesktop {
		display: none;
	}
}

/******** CSS Mobile Devices: landscape *********/
@media screen and (max-width: 767px) and (orientation: landscape) {
	.innerBodyContainer {
		padding: 0px 40px;
	}
	#infolinks .floatLeft li {
		padding: 5px 40px !important;
	}
	.mobSubHead a {
		width: 445px;
		padding: 5px 40px;
	}
	.pinkBox img {
		max-width: 220px;
	}
	.goldbox img {
		max-width: 250px;
	}
	.tab-head {
		padding: 18px;
	}

	/******** ISI ********/
	.collapsed #safetyContainer {
		height: 125px;
	}
	.collapsedISI {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.expandedISI {
		padding-top: 30px;
	}

	/******** Home ********/
	.homeCTA {
		height: 300px;
	}
	.quotesWidth {
		width: 70%;
	}
}

/******** CSS iPad Portrait *********/
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.screenDesktop {
		display: none;
	}
	.screenDevice {
		display: block;
	}
	.screenIpad {
		display: block;
	}
	.w-ipad-30 {
		width: 30%;
	}
	.w-ipad-50 {
		width: 50%;
	}
	.w-ipad-70 {
		width: 70%;
	}
	.w-ipad-100 {
		width: 100%;
	}
	.pl-ipad-0 {
		padding-left: 0;
	}
	.pl-ipad-15 {
		padding-left: 15px;
	}
	.w-ipad-fixed-250 {
		width: 250px;
	}
	.pb-ipad-15 {
		padding-bottom: 15px;
	}
	.pt-ipad-15 {
		padding-top: 15px;
	}
	.steps-pl-50 {
		padding-left: 0;
	}
	.steps-width-25 {
		width: 25%;
	}
	.pt-ipad-P-0 {
		padding-top: 0px;
	}
	.pt-ipad-P-30 {
		padding-top: 30px;
	}
	.pt-ipad-P-35 {
		padding-top: 35px;
	}
	.pl-ipad-P-35 {
		padding-left: 35px;
	}
	.pl-ipad-P-85 {
		padding-left: 85px;
	}
	.pb-ipad-P-68 {
		padding-bottom: 68px;
	}
	.pl-ipad-P-0 {
		padding-left: 0px;
	}
	.pb-ipad-P-35 {
		padding-bottom: 35px;
	}
	.mt-ipad-P-0 {
		margin-top: 0px;
	}
	.mt-ipad-P-70 {
		margin-top: 70px;
	}
	.mt-ipad-P-10 {
		margin-top: 10px;
	}
	.mt-ipad-P-5 {
		margin-top: 5px;
	}
	.mt-ipad-P-40 {
		margin-top: 40px;
	}
	.w-60-ipad-p {
		width: 60%
	}
	.w-68-ipad-p {
		width: 68%
	}
	.w-ipad-p-100 {
		width: 100%
	}
	.telemedecine-CTA .learn-moreBtn1 {
		padding-left: 18px;
		padding-top: 14px;
		padding-bottom: 11px;
		margin-left: 70px;
		width: 172px;
		height: 43px;
		border: 1px solid #6e7583;
	}
	.pattern-position1-ipad {
		position: absolute;
		left: -27px;
		bottom: 0;
	}
	.ml-custom2-ipad {
		margin-left: 45%;
	}
	.tele-pos-ipad-p {
		position: relative;
		top: 26px;
		left: 6%;
	}
	.tele-pos1-ipad-p {
		position: relative;
		top: 20px;
		left: 15%;
	}
	.pattern-position5-home {
		position: absolute;
		right: 0;
		top: 28px;
	}
	.homeCTA-consumer {
		background: #f9f9f9;
		opacity: 0.9;
		height: 460px;
		border: 15px solid #fff;
		margin-top: 20px;
		width: 31.5%;
		position: relative;
		box-shadow: -5px 10px 9px #e7e8ea;
		cursor: pointer;
	}
	.popup_block.interstit-popup {
		width: 550px;
		height: 280px;
	}
	.consumer-popup.popup_block.interstit-popup {
		height: 308px;
	}
	.display-ipad-p-1 {
		font-size: 25px;
		line-height: 27px;
	}
	.display-ipad-p-2 {
		font-size: 14px;
		line-height: 18px;
	}
	.display-ipad-p-3 {
		font-size: 20px;
		line-height: 24px;
	}
	#infolinks .floatRight li {
		padding: 5px 8px;
	}
	#infolinks .floatLeft li {
		padding: 5px 12px;
	}
	#infolinks .floatLeft li:nth-child(1) {
		padding-right: 12px;
	}
	.menuLinks {
		width: 65%;
	}
	.pinkcallout {
		height: 140px;
	}
	.position-text {
		bottom: unset;
	}
	.safty-position {
		position: absolute;
		left: -27px;
		bottom: 0;
	}
	.ml-custom1 {
		margin-left: 30%;
	}
	.pinkBox, .goldbox {
		min-height: 500px;
	}
	.level0 {
		padding-left: 0;
	}
	/* .level1 .pos:nth-child(2), .level1 .pos:nth-child(3) {left: 35%;} */
	.sitemap-consumer .content-width-sitemap {
		width: 100%;
	}
	.copay-position {
		position: absolute;
		left: 5.6%;
		bottom: 0;
	}
	.position-text2 {
		position: absolute;
		left: 0.3%;
		top: 78.5%;
	}

	/******** ISI *********/
	.collapsed #safetyContainer {
		height: 144px;
	}
	.collapsedISI {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.expandedISI {
		padding-top: 30px;
	}
	.isiButton {
		right: 20px;
	}
	.isiButton.collapse {
		right: 15px;
		top: 10px;
	}
	.isiButton.collapse.fixedBtn.consumerISI, .isiButton.collapse.consumerISI
		{
		right: 5px;
	}

	/******** Home ********/
	.homeCTA {
		width: 32%;
	}
	.position-text {
		position: relative;
	}
	.tab-head p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.tab-head.active p {
		font-size: 15px !important;
		line-height: 20px !important;
	}
	.telemedecine-CTA .learn-moreBtn, .selfAssessment-CTA .learn-moreBtn {
		width: 200px;
	}
	.co-pay-box {
		height: 70px;
	}

	/******** Cookie overlay popup *********/
	#footer {
		margin-bottom: 40px;
	}
	#footer.cookieOverlayFooter {
		margin-bottom: 226px;
	}
	.cookieContainer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cookie-overlay-content {
		margin-bottom: 40px;
	}
	.cookie-overlay-stickyButton {
		border: none;
		background-color: dodgerblue;
		width: 100%;
		height: 40px;
	}
	.cookie-overlay-stickyButton span {
		position: relative;
		text-align: center;
		display: block;
		padding-top: 20px;
	}
	.cookie-overlay-stickyButton span br.justDesktop {
		display: none;
	}
}

/******** CSS iPad Landscape *********/
@media only screen and (min-width: 1000px) and (max-width: 1099px) {
	/******** Cookie overlay popup *********/
	#footer {
		margin-bottom: 40px;
	}
	#footer.cookieOverlayFooter {
		margin-bottom: 210px;
	}
	.cookieContainer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cookie-overlay-content {
		margin-bottom: 40px;
	}
	.cookie-overlay-stickyButton {
		border: none;
		background-color: dodgerblue;
		width: 100%;
		height: 40px;
	}
	.cookie-overlay-stickyButton span {
		position: relative;
		text-align: center;
		display: block;
		padding-top: 20px;
	}
	.cookie-overlay-stickyButton span br.justDesktop {
		display: none;
	}
	.copay-position {
		position: absolute;
		left: 10%;
		bottom: 0;
	}
	.position-text2 {
		position: absolute;
		left: 5.5%;
		top: 78.5%;
	}
}

/******************New Css*********************/
.justDesktop {
	display: block
}

.justMobile {
	display: none;
}

.new-box {
	border: 10px solid white;
	padding: 20px 0 0 20px;
	width: 49%;
	height: 300px;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 10px 17px #00000012;
}

.f-grow-1 {
	flex-grow: 1;
}

.ladyBg {
	background-image: url(../images/patient/newlady.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.ladyBg-m {
	background-image: url(../images/patient/mobile/newladymobile.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.manBg {
	background-image: url(../images/patient/newman.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.manBg-m {
	background-image: url(../images/patient/mobile/newmanmobile.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.lettersp-6 {
	letter-spacing: 0.6px;
}

.font-size-7 {
	font-size: 7px
}

.noWrap {
	white-space: noWrap;
}

.bodyPatternNew {
	background-image: url("../images/global/newcustombg.PNG");
}

.bodyPattern-1 {
	background-image: url("../images/global/homepage-bodyPattern.png");
}

.imagePosition {
	position: relative;
	left: -22px;
}

.bodyPattern-2 {
	background-image: url("../images/global/grid.png");
}

.grey-layer {
	background-color: #efecec78;
}
.grey-layer-solid {
	background-color: #efecec;
}

.banner-height {
	height: 350px;
}

.top-space {
	top: -138px;
}

.top-n-sapce {
	margin-top: -135px
}

.bot-box {
	width: 88%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 20px;
}

.bot-box-button {
	padding: 13px 24px;
	background: #A90061 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 0px #6e75834d;
	color: white;
	font-weight: 700;
	margin-top: 5%;
	display: inline-block;
}

.bot-box-button:hover {
	background: #EC008C;
}

.bot-box-patient-text {
	position: relative;
	text-align: right;
	bottom: -5%;
	color: #4f5d66;
	letter-spacing: 0.3px;
	font-family: 'Swiss721BT-Condensed';
	font-weight: 600;
}

.h-bot-box {
	height: fit-content;
	border: 8px solid white;
	box-shadow: 0px 10px 17px #00000012;
}

.mt-m-ng-110 {
	margin-top: -110px;
}

.blue-box {
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border: 5px solid #0089B1;
	padding: 35px 56px 35px 41px;
}

.text-light-blue {
	color: #0089B1;
}

.blue-top {
	top: -100px;
}

.text-darkgrey {
	color: #4F5D66;
}

.discover-button {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 0px #6E75834D;
	border: 1px solid #6E7583;
	letter-spacing: 0.38px;
	color: #E66E5D;
	padding: 12px 20px;
	font-weight: 700;
}

.discover-button:hover {
	background-color: #0089B1;
	color: white;
}

.light-orange-line {
	background: #E66E5D 0% 0% no-repeat padding-box;
	height: 7px;
}

.light-orange-line-thin {
	background: #E66E5D 0% 0% no-repeat padding-box;
	height: 3px;
}

.blue-box-isi {
	height: 160px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-color: #6969dd #e0e0e0;
}

.blue-box-isi::-webkit-scrollbar {
	width: 5px;
}

.blue-box-isi::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: white;
}

.blue-box-isi::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555;
}

.fadedtext {
	position: absolute;
	width: 14%;
	right: 35%;
	bottom: 0;
	letter-spacing: 0.3px;
	color: #4F5D66;
	opacity: 0.75;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.1em;
	padding-bottom: 3px;
}

.font-style-normal {
	font-style: normal;
}

.mobile-yellosplash {
	background: url(../images/patient/mobile/yellowsplash_mobile.PNG);
	background-repeat: no-repeat;
	background-position: bottom right 12px;
	background-size: contain;
}

.Swiss721BT {
	font-family: Swiss721BT-Condensed;
}

.d-flex-new {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.box-lady-height {
	height: 215px;
}

.box-man-height {
	height: 170px;
}

.faq-blue-box {
	background: #E5EFF2 0% 0% no-repeat padding-box;
	border-top: 2px solid #007EA8;
	border-bottom: 7px solid #007EA8;
	padding: 17px;
}

.disc-orange li {
	color: #E17000;
}

.rms-btn {
	width: fit-content;
	height: fit-content;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 0px #6e75834d;
	border: 1px solid #6E7583;
	letter-spacing: 0.38px;
	color: #E66E5D;
	padding: 11px 25px;
	display: inline-block;
	font-weight: bold;
}

.rms-btn:hover {
	background: #EC008C;
	color: white;
}

.rms-btn-blue {
	width: fit-content;
	height: fit-content;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 0px #6e75834d;
	border: 1px solid #6E7583;
	letter-spacing: 0.38px;
	color: #E66E5D;
	padding: 11px 25px;
	display: inline-block;
	font-weight: bold;
}

.rms-btn-blue:hover {
	background: #0089B1;
	color: white;
}

.nav-box {
	width: 150px;
	height: 35.5px;
	background-color: #A90061;
	margin-right: 3px;
}

.nav-box a, .nav-box a span {
	color: inherit;
}

.nav-box:hover {
	background-color: #EC008C !important;
	color: white !important;
}

.bg-open-img {
	background-image: url("../images/global/open-blank.svg");
	background-position: 119px 9px;
	background-repeat: no-repeat;
}

.bg-open-img:hover {
	background-image: url("../images/global/open-blank-white.svg");
	background-position: 119px 9px;
	background-repeat: no-repeat;
}

.nav-box a:hover, .nav-box a span:hover {
	color: white !important;
}

.contact-us {
	color: #a90061;
}

.contact-us:hover {
	color: #4F5D66;
}

.patient-medication {
	color: #440e62;
}

.patient-medication:hover {
	color: #EC008C;
}

.magenta-line {
	height: 3px;
	background: #A90061 0% 0% no-repeat padding-box;
}

.grey-line {
	height: 3px;
	background: #b3b3b3;
}

.fs-46 {
	font-size: 46px;
	line-height: 46px;
}

.ml-per-10 {
	margin-left: 10%
}

.ml-per-2 {
	margin-left: 2%
}

.justifycontent-spaceevenly {
	justify-content: space-evenly;
}

.p-10 {
	padding: 10px;
}

.head-patient-text {
	position: absolute;
	bottom: 4px;
	left: -3%;
	width: 12%;
	color: #4f5d66;
	letter-spacing: 0.3px;
	font-family: 'Swiss721BT-Condensed';
	font-weight: 600;
}

.orange-line {
	background: #E17000 0% 0% no-repeat padding-box;
	height: 9px;
	width: 200px;
	margin: 0 auto;
}

.h-228 {
	height: 228px
}

.bottom-text {
	position: relative;
	top: -83px;
	margin-bottom: -80px;
}

.orange-line-full {
	background: #E17000 0% 0% no-repeat padding-box;
	height: 4px;
}

.h-2 {
	height: 1px;
}

.hanging-2 {
	position: absolute;
	left: -4px;
	top: 1.4px;
	font-size: 7px;
}

.hanging-star {
	position: absolute;
	left: -5px;
	
}

.new-gray-bg {
	background: #F8F8F8 0% 0% no-repeat padding-box;
}

.p-0-41 {
	padding: 0px 41px 41px 41px;
}

.mt--80 {
	margin-top: -80px;
}

.border-bottom-lightsky {
	border-bottom: 3px solid #00000029;
}

.border-right-lightsky {
	border-right: 1px solid #b7b7b7;
}

.video-height {
	height: 500px;
}

.top-0 {
	top: 0;
}

.detail-btn {
	width: 203px;
	height: 44px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 0px #6e75834d;
	border: 1px solid #6E7583;
	padding: 13px 25px 12px 30px;
	display: block;
	margin: 20px auto 0px auto;
	font-size: 16px;
	font-weight: bold;
	color: #440E62;
}

.detail-btn:hover {
	background: #EC008C;
	color: white;
}

.center-vertical-line {
	height: 165px;
	margin: 10px;
	width: 1px;
	background: #d0cccc;
}

.center-vertical-line-copay {
	height: 65px;
	width: 1px;
	background: #939393;
}

.center-horizontal-line {
	height: 1px;
	width: 95%;
	background: #939393;
	margin: 16px;
}

.site-main-menu li, .site-main-menu li a {
	text-decoration: underline;
	color: #A90061;
	letter-spacing: 0px;
	font: normal normal normal 20px/24px ArimoBold;
}

.site-mmain-submenu li a {
	text-decoration: underline;
	font: normal normal normal 18px/24px ArimoBold;
	letter-spacing: 0px;
	color: #440E62;
}

.no-wrap {
	white-space: nowrap;
}

.mb-negative15 {
	margin-bottom: -1.5px;
}

.m-10 {
	margin: 10px;
}

#safetyContainer {
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.28);
}

.fs-6 {
	font-size: 6px;
}

.fix-menu {
	position: relative;
	right: 100px;
	z-index: 21;
}

.p-fixed {
	position: fixed;
}

.fs-7 {
	font-size: 7px;
}

#globalMainContainer {
	background-image: url(../images/global/grid.png);
	background-attachment: fixed;
	background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}
.bottom-grey-border{
	border-bottom: 3px solid #d4d0d0;
}
.menu-dropdown {
	width: 100%;
	z-index: 22;
	max-width: 957px;
	top: 96px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
	.box-lady-height {
		height: 215px;
	}
	.box-man-height {
		height: 170px;
	}
	.head-patient-text {
		left: 5%;
		width: 50px;
	}
	.imagePosition {
		position: relative;
		left: 0px;
	}
	.menu-dropdown {
		width: 95%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 950px) {
	.fadedtext {
		width: 100%;
		left: 0;
	}
	.new-box {
		min-height: 330px;
	}
}

@media only screen and (max-width: 767px) {
	.justDesktop {
		display: none;
	}
	.justMobile {
		display: block;
	}
	.bot-box-patient-text-m {
		color: #4f5d66;
		letter-spacing: 0.3px;
		font-family: 'Swiss721BT-Condensed';
		font-weight: 600;
	}
	.banner-height {
		height: fit-content;
	}
	.lady-bg {
		background-image: url("../images/patient/mobile/newladymobile.png");
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.blue-box {
		padding: 10px;
	}
	.blue-top {
		top: 25px;
	}
	.display-m-5 {
		font-size: 16px;
		line-height: 20px;
	}
	.display-m-7 {
		font-size: 12px;
		line-height: 12px;
	}
	.display-h2 {
		font-size: 22px;
		line-height: 22px;
	}
	.p-m-0-41 {
		padding: 0px 5px 30px 5px;
	}
	.new-box {
		width: 100%;
		height: fit-content;
	}
	.fadedtext {
		width: 100%;
		left: 0;
	}
	.line-height-m-35 {
		line-height: 35px;
	}
	.line-height-m-26 {
		line-height: 26px;
	}
	.fs-m-34 {
		font-size: 34px;
		line-height: 44px
	}
	.mt-m-0 {
		margin-top: 0px
	}
	.ml-m-0 {
		margin-left: 0px
	}
	.m-m-10 {
		margin: 10px;
	}
	.flex-m-d-c {
		flex-direction: column;
	}
	.flex-m-d-c-r {
		flex-direction: column-reverse;
	}
	.align-self-m-start {
		align-self: flex-start;
	}
	.head-patient-text {
		left: 6%;
		width: 50px;
	}
	.video-height {
		height: 200px;
	}
	.rms-btn {
		font-size: 12px;
		padding: 11px 11px;
	}
	.h-m-153 {
		height: 153px;
	}
	.align-item-m-self-satrt {
		align-items: self-start;
	}
	.bottom-text {
		position: relative;
		top: 36px;
		margin-bottom: 18px;
	}
	.p-m-0 {
		padding: 0px;
	}
	.p-m-0-21 {
		padding: 0px 21px 21px 21px;
	}
	.site-main-menu li, .site-main-menu li a {
		font: normal normal normal 18px/24px ArimoBold;
	}
	.site-mmain-submenu li a {
		font: normal normal normal 16px/24px ArimoBold;
	}
	.rms-left-menu span {
		font-size: 18px;
	}
	.submenu li a {
		font-size: 16px;
	}
	.m-unbold {
		font-weight: normal;
	}
	.mt-m-0 {
		margin-top: 0;
	}
	.mb-m-0 {
		margin-bottom: 0;
	}
	.hanging-star {
		position: absolute;
		left: -5px;
	}
	.top-m-4 {
		top: -4px
	}
	.submit-section {
		text-align: center;
	}
	.fs-m-22 {
		font-size: 22px;
		line-height: 22px;
	}
	.giy-box-p {
		padding: 10px 50px;
	}
	.menu-dropdown {
		width: 100%;
		z-index: 22;
		max-width: 348px;
		top: 156px;
	}
}

/**for Mobile**/
@media only screen and (min-width: 320px) and (max-width: 577px) {
	.nav-box {
		width: 106px;
	}
	.bg-open-img {
		background-position: 93px 6px;
		background-size: 10%
	}
	.bg-open-img:hover {
		background-image: url("../images/global/open-blank-white.svg");
		background-position: 93px 6px;
		background-size: 10%;
	}
	.left-2 {
		left: 2%
	}
	.rms-btn-blue {
		width: fit-content;
		height: fit-content;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 0px #6e75834d;
		border: 1px solid #6E7583;
		letter-spacing: 0;
		color: #E66E5D;
		padding: 11px 10px;
		display: inline-block;
		font-weight: bold;
		font-size: 14px;
	}
}

.home-font {
	font-size: 21px;
	color: #4a545a;
	line-height: 28px;
}

.home-font-head {
	font-size: 36px;
	line-height: 38px;
}

.ArimoBold {
	font-family: ArimoBold;
}