* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'GSKPrecision-Regular';
}

/* Variables */
:root {
	--color-primary-1: #464646;
	--color-primary-2: #F36633;
	--color-primary-3: #555555;
	--color-secondary-1: #F9F9F9;
	--color-secondary-2: #000038;
	--color-secondary-3: #5F8F97;
	--color-highlight-1: #ff29ff;
	--color-highlight-2: #46ffe6;
	--color-highlight-3: #dcff00;
	--color-highlight-4: #ffffff;
	--color-highlight-5: #9B9B9B;
	--color-highlight-6: #eaeaea;
}

/* GSKPrecision Bold */
@font-face {
	font-family: 'GSKPrecision-Bold';
	src: url("../fonts/GSKPrecision-Bold.otf") format('opentype');

}

/* GSKPrecision BoldItalic */
@font-face {
	font-family: 'GSKPrecision-BoldItalic';
	src: url("../fonts/GSKPrecision-BoldItalic.otf") format('opentype');

}

/* GSKPrecision Regular */
@font-face {
	font-family: 'GSKPrecision-Regular';
	src: url("../fonts/GSKPrecision-Regular.otf") format('opentype');

}

/* GSKPrecision Regular Italic*/
@font-face {
	font-family: 'GSKPrecision-RegularItalic';
	src: url("../fonts/GSKPrecision-RegularItalic.otf") format('opentype');

}

/* GSKPrecision Regular Italic*/
@font-face {
	font-family: 'GSKPrecision-Light';
	src: url("../fonts/GSKPrecision-Light.otf") format('opentype');

}

/* ArialNarrow*/
@font-face {
	font-family: 'ARIALNARROW';
	src: url("../fonts/ARIALNARROW.TTF") format('truetype');

}

/* ArialNarrow bold*/
@font-face {
	font-family: 'ARIALNARROWBold';
	src: url("../fonts/ARIALNB.TTF") format('truetype');

}

/* ArialNarrow Italic*/
@font-face {
	font-family: 'ARIALNARROW-ITALIC';
	src: url("../fonts/ARIALNARROW-ITALIC.TTF") format('truetype');
}





.GSKPrecision-Bold {
	font-family: 'GSKPrecision-Bold';
}

.GSKPreBoldItalic {
	font-family: 'GSKPrecision-BoldItalic';
}

.GSKPreRglr {
	font-family: 'GSKPrecision-Regular';
}

.GSKPreRglrI {
	font-family: 'GSKPrecision-RegularItalic';
}

.GSKPreLight {
	font-family: 'GSKPrecision-Light';
}

.ARIALNARROW {
	font-family: 'ARIALNARROW';
}

.arialNrwItalic {
	font-family: 'ARIALNARROW-ITALIC';
}

.arialNrwBold {
	font-family: 'ARIALNARROWBold';
}




.container {
	--bs-gutter-x: 0;
	--bs-gutter-y: 0;
}


/***********************top Navigation***************/
.topnavSmall {
	display: none;
}




.topnav {
	background-color: var(--color-primary-1);
	/*	opacity:0.5;*/
	height: 34px;

}

.topnav .nav {
	padding-left: 2.25rem;
	padding-top: 0.3rem;
	/* height: 34px; */
}

.topnav .nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.topnav .nav ul li {
	list-style-type: none;
}

.topnav .nav ul li a {
	color: var(--color-highlight-4);
	text-decoration: none;
	text-decoration: underline;
}

.topnav .nav ul li span {
	font-size: 12px;
	color: var(--color-highlight-4);
	text-decoration: none;
}

.nav li a {
	padding: 7px 12px;
	position: relative;
}

.nav span {
	padding-left: 4px;
}

.nav li a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 12px;
	right: 0;
	top: 8px;
	background: #ccc;
}

nav ul li a:last-child {
	display: none;
}



nav ul li a:hover {
	text-decoration: none;
}

/* Updated css */
.topnav li:last-child a::after,
.btmNavinner li:last-child a::after,
.topnavSmall li:last-child a::after {
	background: none !important;
}

/*****************hero cont starts here*********/
.heroSection {
	margin-bottom: 1.188rem;
}

.wrapper {
	position: relative;
	padding-left: 30px;
	background-color: var(--color-secondary-3);
	/*	opacity:0.5;*/
	overflow: hidden;
}

.innerHero {
	background-color: var(--color-secondary-1);
	/*	opacity:0.5;*/
	height: auto;
	position: relative;
}

.space-between-content {
	width: 48%;
	margin-left: 2.375rem;

}

.gskLogo {
	width: 8rem;
	padding-top: 2.9rem;
	margin-bottom: 4.063rem;

}

.gskLogo img {
	width: 94px;
}

.arrow {
	/* width: 1.594rem;
	height: 1.375rem; */
	border-left: 1.2rem solid transparent;
	border-right: 1.2rem solid transparent;
	border-bottom: 1.8rem solid #5F8F97;
	position: absolute;
	top: 9.469rem;
	left: -0.8rem;
	transform: rotate(90deg);
}

.hero_text {
	width: 53%;
	padding-bottom: 2.656rem;
}

.herotxt2 {
	/* line-height: 1.838rem; */
	color: var(--color-primary-3);
	margin-bottom: 36px;
	/* width: 250px; */
	font-size: 19px;
}

.line-separator {
	width: 11.5rem;
	height: 0.1rem;
	background-color: var(--color-primary-3);
	margin-bottom: 18px;
}


/* .print-section {
	width: 280px;
} */

/* .dwldIcon {
	margin-bottom: 1rem;
} */

.print-ico {
	width: 43px;
	height: 42px;
}

.info-ico {
	width: 42px;
}

.print-recommend {
	/* font-size: 1.688rem;
	line-height: 1.838rem; */
	color: var(--color-primary-2);
	margin-bottom: 0.813rem;
	line-height: 21px;
}

.info-content {
	/* width: 90%; */
	display: flex;
	flex-direction: row;
}

.info-left-content {
	margin-right: 16px;
}

.info-right-content {
	/* width: 18.588rem; */
	line-height: 14px;
}

/* .links a { */
/* line-height: 1.655rem; */
/* margin-bottom: 1rem; */
/*	margin-left: 16px;*/

/* } */

.links a {
	color: var(--color-primary-2);
	font-family: 'GSKPrecision-Bold';
	font-size: 12px;
}

.heroImg {
	position: absolute;
	left: 42%;
	bottom: 0rem;
	/* width: 502px;
	height: 795px; */
	/* width: 602px;
	height: 885px; */
	width: 502px;
	height: 795px;
}

.heroImg2 {
	display: none;
}

.man {
	width: 587px;
	height: 872px;
}

.asides {
	display: flex;
	flex-direction: row;
	background-color: var(--color-secondary-2);
	position: absolute;
	right: 0rem;
	top: 0rem;
	width: 212px;
	height: 110px;
}

.asideLeft {
	padding-left: 1.125rem;
	text-align: left;
	font-size: 14px;
	line-height: 1.125rem;
	color: var(--color-highlight-4);
	padding-top: 2.25rem;
	width: 65%;
}

.asideRight {
	width: 30%;
}


.buttons-right img {
	opacity: 0.5;
}

.Teens {
	width: 1.875rem;
	height: 6.75rem;
}

.asides2 {
	display: flex;
	flex-direction: row;
	background-color: var(--color-secondary-3) !important;
	position: absolute;
	right: 0rem;
	top: 6.656rem;
	width: 212px;
	height: 110px;
}

.asideLeft2 {
	padding-left: 1.125rem;
	text-align: left;
	font-size: 1.125rem;
	line-height: 14px;
	color: var(--color-highlight-4);
	padding-top: 2.25rem;
	width: 65%;
}

.asideRight2 {
	width: 30%;
}

.Teens2 {
	width: 66%;
}

.rgtBtxt2 {
	font-family: 'GSKPrecision-Regular';
	line-height: 1rem;
}

.asides3 {
	display: flex;
	flex-direction: row;
	background-color: #F36633 !important;
	position: absolute;
	right: 0rem;
	bottom: 7rem;
	width: 212px;
	height: 110px;
	z-index: 9;

}

.asideLeft3 {
	padding-left: 1.125rem;
	text-align: left;
	font-size: 1.125rem;
	line-height: 1.125rem;
	color: var(--color-highlight-4);
	padding-top: 3.25rem;
	width: 65%;
}

.asideRight3 {
	width: 30%;
	padding-right: 6rem;
}

.Teens3 {
	width: 4.25rem;
}

.rgtBtxt3 {
	font-family: 'GSKPrecision-Regular';
	line-height: 1rem;
}


.asides4 {
	display: flex;
	flex-direction: row;
	background-color: var(--color-highlight-5);
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	width: 212px;
	height: 113px;
	z-index: 9;
}

.asideLeft4 {
	padding-left: 1.125rem;
	text-align: left;
	font-size: 1.14px;
	line-height: 1.125rem;
	color: var(--color-highlight-4);
	padding-top: 3.25rem;
	width: 65%;
}

.asideRight4 {
	width: 30%;
}

.older-adults {
	width: 34px;
}

.rgtBtxt4 {
	font-family: 'GSKPrecision-Regular';
	line-height: 1rem;
}

/***************************bottom Navigation********************/
.btm_Nav {
	margin-bottom: 1.125rem;
	background-color: var(--color-secondary-4);
}

.btmNavinner {
	width: 57.5rem;
	height: 1.438rem;

}

.btmlists {
	text-align: center;
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;

}

.btmlists li {

	list-style-type: none;
	color: var(--color-primary-3);
	text-align: center;

}

.btmlists li a {
	font-size: 17px;
	text-decoration: none;
	display: block;
	padding-left: 2rem;
	color: var(--color-primary-3);
	font-family: 'GSKPrecision-Light';
	margin-bottom: 10px;

}

.btmlists li a {
	padding: 0rem 1rem;
	position: relative;
}

.btmlists li a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 15px;
	right: 0;
	top: 8px;
	background: #555555;
}

.btmlists li a::after(last) {
	content: none;
}

.mobile-mode-on {
	display: none;
}

/*************************content area*********************/
.content {
	width: 90%;
}

.cntCont2 a {
	color: var(--color-primary-2);
	font-family: 'ARIALNARROW';
}

.cntCont2 p {
	font-family: 'ARIALNARROW';
	font-size: 15.4px;
	line-height: 18px;
	margin-bottom: 20px;
	color: var(--color-primary-3);
	font-style: narrow;
}

.cntCont2 p:nth-child(1) {
	margin-bottom: 5px;
}

/**************footer******************/
.footer_content {
	display: flex;
	flex-direction: row;
	padding-bottom: 2rem;
}




.gsk_logo {
	/* width: 30%; */
	padding-left: 16px;
}

/* .foot_trademarks {
	padding-top: 0px;
} */

.tradestxt {
	margin-top: 0px !important;
}

.foot_trademarks {
	font-family: 'ARIALNARROW';
	font-size: 0.625rem;
	color: var(--color-primary-3);
	padding-left: 1rem;
}

.gsk_logo img {
	width: 74px;
}



.footer_pi a {
	color: #F36633;
	font-family: 'ARIALNARROW';
}

.print-recommend a {
	color: #F36633;
	text-decoration: none;
	font-size: 17px;
}


.main-head h1 {
	font-size: 62px;
	font-weight: 700;
	color: #555555;
	line-height: 62px;
	margin-bottom: 57px;
	font-family: 'GSKPrecision-Bold';
}


.more-information {
	font-family: 'GSKPrecision-Regular';
	font-size: 12px;
	color: var(--color-primary-3);
}


.confirm-ok-btn {
	color: #fff;
	background-color: #F36633;
	font-weight: normal !important;
	min-width: 112px;
	padding: 8px 30px !important;
}

.confirm-ok-btn:hover {
	background-color: #F36633 !important;
}

.confirm-cancel-btn {
	text-transform: capitalize !important;
	min-width: 112px;
	color: white;
	padding: 8px 30px !important;
	margin-left: 10px !important;
	font-weight: normal !important;
	background-color: #a6a7a5;
}

.confirm-cancel-btn:hover {
	background-color: #e5e5ee !important;
}

sup {
	top: -.7em;
	font-size: .50em;
}

sub {
	font-size: .50em;
}

.footer_pi p {
	font-family: 'ARIALNARROW';
	line-height: 0.875rem;
	color: var(--color-primary-3);
	margin-left: 1rem;
	margin-top: 1rem;
	/* margin-bottom: 1rem; */
	margin-right: 1rem;
}



.footer_pi p,
.foot_trademarks p {
	font-size: 11px;
}

@media (min-width: 1201px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px !important;
	}
}


.print-adult {
	font-size: 17px;
	text-decoration: none;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-head h1 {
		font-size: 58px;
	}

	.heroImg {
		/* width: 502px;
		height: 795px; */
		left: 32%;
	}

	.container {
		max-width: 1024px;
	}
}


/********************************Laptops/Small Screens******************/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	/* CSS rules */

	.container {
		--bs-gutter-x: 0;
		--bs-gutter-y: 0;
		/* max-width: 1024px; */
	}


	.topnav {
		height: 2.125rem;
	}

	.nav {
		padding-left: 2.25rem;
	}

	.heroImg {
		position: absolute;
		/* left: 285px; */
		bottom: 0rem;
		display: block;
	}

	.content {
		width: 57.5rem;
	}

	/* .gsk_logo img {
		width: 74px;
	} */

	.heroImg2 {
		display: none;
	}

	.asides3 {
		bottom: 7.1rem;
	}

	/* .asides4 {
		bottom: 0rem;
	} */

	.tradestxt {
		padding-top: -20px;
	}

	.bigscrNav {
		display: block;
	}

	.topnavSmall {
		display: none;
	}


	.main-head h1 {
		/* font-size: 2.5rem; */
		line-height: 2rem;
	}

	.print-recommend {
		width: 214px;
	}


	.herotxt2 {
		font-size: 16px;
		line-height: 24px;
	}

	/* .print-recommend a {
		font-size: 14px;
	} */

}

@media only screen and (min-width: 468px) and (max-width: 992px) {

	.bigscrNav {
		display: none;
	}

	.topnav .nav ul li a,
	.topnav .nav ul li span {
		font-size: 11px;
	}

	.topnavSmall {
		display: block;
	}

	/* CSS rules */
	/* .wrapper {
		padding-left: 1rem;
	} */

	.topnav {
		height: auto;
		padding-bottom: 0.565rem;
	}

	.topnav .nav {
		padding-left: 1.063rem;
		height: auto;
	}

	.topnav .nav ul {
		display: initial;
	}

	.gskLogo {
		padding-top: 1rem;
		margin-bottom: 30px;
	}

	.gskLogo img {
		width: 4rem;
	}

	.hero_text {

		display: none;
	}

	.arrow {
		top: 5.3rem;
	}

	.main-head h1 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 0px;
	}

	.heroImg {
		position: relative;
	}

	.asides,
	.asides2,
	.asides3,
	.asides4 {
		width: 170px;
		height: 85px;
	}

	.asides2 {
		top: 4.899rem;
	}

	.asides3 {
		bottom: 4.9rem;
	}

	/* .asides4 {
		bottom: 0rem;
	} */


	.Teens {
		width: 1.5rem;
		height: 5rem;
	}

	.Teens3 {
		width: 3.2rem;
		height: 5rem;
	}


	.asideLeft {
		padding-left: 1.125rem;
		text-align: left;
		font-size: 14px;
		line-height: 1.125rem;
		color: var(--color-highlight-4);
		padding-top: 0.899rem;
		width: 65%;
	}

	.asideLeft2 {
		padding-top: 1rem;
		padding-left: 1rem;
		font-size: 0.8rem;
		line-height: 14px;
	}

	.asideRight2 {
		width: 37%;
	}

	.heroImg {
		display: none;
	}

	.heroImg2 {
		width: 14.438rem;
		display: block;
		/* margin-top: -5.5rem; */
	}

	.asideLeft3 {
		padding-left: 1rem;
		text-align: left;
		font-size: 1rem;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 2.25rem;
		width: 67%;
	}

	.asideRight3 {
		width: 47%;
		padding-right: 1rem;
	}

	.asideLeft4 {
		padding-left: 1.125rem;
		text-align: left;
		font-size: 14px;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 1.5rem;
		width: 65%;
	}

	/* .Teens4 {
		width: 1.475rem;
		height: 4.75rem;
	} */

	.btmlists {
		width: 100%;
		display: block;
	}

	.btmlists li {
		width: 100%;
	}


	.btmNavinner {
		width: 100%;
		height: auto;
		background: var(--color-highlight-6);
		/* line-height: 1rem; */
		padding-top: 20px;
		padding-top: 20px;
	}

	.cntCont2 p:nth-child(1) {
		margin-bottom: 14px;
	}

	/* .btmlists li a {
		display: block;
		text-align: center;
		padding: 0rem 1rem;
	} */

	/* .btmlists li a:hover {
		background: #f00;
	} */

	.btmlists li a::after {
		width: 0;
	}


	/* .links {
		margin-left: 1rem;
	} */

	.mobile-mode-on {
		padding-left: 2rem;
		display: block;
		margin-bottom: 2rem;
	}

	/* .hero_text2 {
		display: block;
	} */

	.info-right-content {
		width: 14.588rem;
	}

	/* .herotxt2 {
		width: 73%;
	} */



	.gsk_logo {
		padding-bottom: 10px;
	}

	/* .gsk_logo img {
		width: 74px;
	} */

	/* .dwldtxt a {
		font-size: 17px;
	} */

	.info-left-content {
		margin-top: 16px;
	}

	/* .more-information {
		font-size: 14px;
	} */

	/* .foot_trademarks {
		padding-left: 0rem;
	} */

	.topnavbar-mob {
		color: #fff;
		background-color: var(--color-primary-1);
		padding-left: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.topnavbar ul {
		margin: 0;
		padding: 0;
		display: flex;
	}

	.topnavbar ul li {
		line-height: 16px;
		list-style-type: none;
		margin-right: 10px;
	}

	.topnavbar ul li a {
		color: #fff;
		position: relative;
		padding-right: 8px;
	}

	.topnavbar ul li a::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 12px;
		right: 0;
		top: 1px;
		background: #ccc;
	}

	.lstchild a::after {
		display: none !important;
	}

	/* .info-ico {
		margin-right: 16px;
		margin-bottom: 16px;
		float: left;
	} */
	/* .iconBox{
		width: 100%;
	} */

	/* .topnavSmall span,
	.topnavSmall li a {
		font-size: 11px;

	} */

}

/**********************Mobile devices*************************/
@media only screen and (min-width: 375px) and (max-width: 468px) {
	.topnav .nav ul {
		display: flex;
	}

	.topnav .nav ul li a {
		width: 148px;
		list-style-type: none;
		font-size: 11px;
		font-size: 9px;
	}

	.topnav .nav ul li a:after {
		width: 0px;
	}

	.topnav .nav ul li a:nth-child(2) {
		float: left;
	}


	/* .foot_trademarks {
		padding-left: 0px;
	} */

	/* CSS rules */
	/* .wrapper {
		padding-left: 1rem;
	} */

	.topnav {
		height: auto;
		padding-bottom: 0.565rem;
	}

	.topnav .nav {
		padding-left: 6px;
		height: auto;
	}

	.topnav .nav ul {
		display: initial;
	}

	.gskLogo {
		padding-top: 0rem;
		margin-bottom: 35px;
	}

	.gskLogo img {
		width: 42px;
		height: 13px;
	}

	.hero_text {

		display: none;
	}

	.arrow {
		top: 3.8rem;
	}

	/* .main-head {
		margin-bottom: 1px;
	} */


	.main-head h1 {
		/*		        width: 132px;*/
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 0px;
	}

	.heroImg {
		position: relative;
	}

	.heroImg2 .man-mob {
		width: 211px;
		height: 314px;
	}

	.asides,
	.asides2,
	.asides3,
	.asides4 {
		width: 140px;
		height: 72px;
	}

	.asides2 {
		top: 72px;
	}

	.asides3 {
		bottom: 72px;
	}

	/* .asides4 {
		bottom: 0rem;
	} */

	.Teens {
		width: 19px;
		height: 71px;
	}

	.Teens1 {
		width: 19px;
		height: 72px;
	}

	.Teens2 {
		width: 28px;
		height: 72px;
	}

	.Teens3 {
		width: 45px;
		height: 72px;
	}


	.asideLeft {
		padding-left: 1.125rem;
		text-align: left;
		font-size: 14px;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 0.899rem;
		width: 65%;
	}

	.asideLeft2 {
		padding-top: 1rem;
		padding-left: 1rem;
		font-size: 0.8rem;
		line-height: 14px;
	}

	.asideRight2 {
		width: 37%;
	}

	.heroImg {
		display: none;
	}


	.heroImg2 {
		display: block;

		/* width: 160px;
		height: 245px;
		margin-top: -24px; */
	}

	.asideLeft3 {
		padding-left: 1rem;
		text-align: left;
		font-size: 1rem;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 2.25rem;
		width: 67%;
	}

	.asideRight3 {
		width: 47%;
		padding-right: 1rem;
	}

	.asideLeft4 {
		padding-left: 1.125rem;
		text-align: left;
		font-size: 14px;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 1.5rem;
		width: 65%;
	}

	/* .Teens4 {
		width: 22px;
		height: 72px;
	} */

	.btmlists {
		display: block;
	}


	.btmNavinner {
		width: 100%;
		height: auto;
		background: var(--color-highlight-6);
		padding-top: 20px;
	}

	.cntCont2 p:nth-child(1) {
		margin-bottom: 14px;
	}

	/* .btmlists li a {
		display: block;
		text-align: center;
		padding: 0rem 1rem;
	} */

	/* .btmlists li a:hover {
		background: #ccc;
	} */

	.btmlists li a::after {
		width: 0;
	}

	/* .heroSection {
		margin-bottom: 2.188rem;
	} */

	/* .links {
		margin-left: 1rem;
	} */

	.mobile-mode-on {
		display: block;
		margin-bottom: 2rem;
		padding-left: 2rem;
	}

	/* .hero_text2 {
		display: block;
	} */

	/* .rightBox1 {
		width: 14.588rem;
	} */

	.herotxt2 {
		/* width: 76%; */
		font-size: 19px;
		line-height: 1.4rem;
	}

	/* .footer_content {
		display: block;
	} */

	.gsk_logo {
		/* width: 29%; */
		margin-bottom: 14px;

	}


	/* 
	.gsk_logo img {
		width: 74px;
		height: 22px;
	} */

	/* .iconBox {
		width: auto;
	} */

	.man {
		width: 93%;
		margin-left: -7%;
	}

	/* .rgtBtxt {
		font-size: 0.875rem;
		line-height: 0.875rem;
	} */

	.print-recommend {
		/* line-height: 1.4rem; */
		color: var(--color-primary-2);
		margin-bottom: 0.813rem;
	}


	.info-left-content {
		margin-top: 16px;
	}

	/* .more-information {
		font-size: 14px;
	} */

	.tradestxt {
		padding-left: 0rem;
	}

	.topnavbar-mob {
		/* font-size: 9px; */
		color: #fff;
		background-color: var(--color-primary-1);
		/* font-family: 'GSKPrecision-Regular'; */
		padding-left: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.topnavbar ul {
		margin: 0;
		padding: 0;
		display: flex;
	}

	.topnavbar ul li {
		line-height: 16px;
		list-style-type: none;
		margin-right: 10px;
	}

	.topnavbar ul li a {
		color: #fff;
		position: relative;
		padding-right: 7px;
	}

	.topnavbar ul li a::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 12px;
		right: 0;
		top: 1px;
		background: #ccc;
	}

	.lstchild a::after {
		display: none !important;
	}

	.bigscrNav {
		display: none;
	}

	.topnavSmall {
		display: block;
	}



	.topnav .nav ul li a,
	.topnav .nav ul li span {
		font-size: 11px;
	}

	/* .info-ico {
		margin-right: 16px;
		margin-bottom: 16px;
		float: left;
	} */

	/* .topnavSmall span,
	.topnavSmall li a {
		font-size: 11px;

	} */
}

@media only screen and (min-width: 320px) and (max-width: 375px) {


	/* CSS rules */


	.topnav {
		height: auto;
		padding-bottom: 0.565rem;
	}

	.topnav .nav {
		padding-left: 6px;
		height: auto;
	}

	.topnav .nav ul {
		display: initial;
	}

	.gskLogo {
		padding-top: 0rem;
		margin-bottom: 40px;
	}

	.gskLogo img {
		width: 42px;
		height: 13px;
	}

	.hero_text {

		display: none;
	}

	.arrow {
		top: 3.8rem;
	}

	.main-head {
		margin-bottom: 1px;
	}


	.main-head h1 {
		/*		        width: 132px;*/
		font-size: 23px;
		line-height: 24px;
		margin-bottom: 0px;
	}

	.heroImg {
		position: relative;
	}

	.heroImg2 .man-mob {
		width: 160px;
		height: 245px;
	}

	.asides,
	.asides2,
	.asides3,
	.asides4 {
		width: 140px;
		height: 72px;
	}

	.asides2 {
		top: 72px;
	}

	.asides3 {
		bottom: 72px;
	}

	/* .asides4 {
		bottom: 0rem;
	} */



	.Teens {
		width: 19px;
		height: 71px;
	}

	.Teens1 {
		width: 19px;
		height: 72px;
	}

	.Teens2 {
		width: 28px;
		height: 72px;
	}

	.Teens3 {
		width: 45px;
		height: 72px;
	}


	.asideLeft {
		padding-left: 1.125rem;
		text-align: left;
		font-size: 14px;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 0.899rem;
		width: 65%;
	}

	.asideLeft2 {
		padding-top: 1rem;
		padding-left: 1rem;
		font-size: 14px;
		line-height: 14px;
	}

	.asideRight2 {
		width: 37%;
	}

	.heroImg {
		display: none;
	}


	.heroImg2 {
		width: 160px;
		display: block;
		height: 245px;
		margin-top: -24px;
		display: block;
	}

	.asideLeft3 {
		padding-left: 1rem;
		text-align: left;
		font-size: 14px;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 2.25rem;
		width: 67%;
	}

	.asideRight3 {
		width: 47%;
		padding-right: 1rem;
	}

	.asideLeft4 {
		padding-left: 1.125rem;
		text-align: left;
		font-size: 14px;
		line-height: 1rem;
		color: var(--color-highlight-4);
		padding-top: 1.5rem;
		width: 65%;
	}

	/* .Teens4 {
		width: 22px;
		height: 72px;
	} */

	.btmlists {
		display: block;
	}


	.btmNavinner {
		width: 100%;
		height: auto;
		background: var(--color-highlight-6);
		padding-top: 20px;
	}

	.cntCont2 p:nth-child(1) {
		margin-bottom: 14px;
	}

	/* .btmlists li a {
		display: block;
		text-align: center;
		padding: 0rem 1rem;
	} */

	.btmlists li a:hover {
		background: #ccc;
	}

	.btmlists li a::after {
		width: 0;
	}



	/* .links {
		margin-left: 1rem;
	} */

	.mobile-mode-on {
		display: block;
		margin-bottom: 2rem;
		padding-left: 2rem;
	}

	/* .hero_text2 {
		display: block;
	} */

	/* .rightBox1 {
		width: 14.588rem;
	} */

	.herotxt2 {
		/* width: 76%; */
		font-size: 19px;
		line-height: 1.4rem;
	}

	/* .footer_content {
		display: block;
	} */

	.gsk_logo {
		/* width: 29%; */
		/* margin-bottom: 0rem; */
		margin-bottom: 14px;

	}

	/* .gsk_logo img {
		width: 74px;
		height: 22px;
	} */

	/* .iconBox {
		width: 20rem;
	} */

	.man {
		width: 93%;
		margin-left: -7%;
	}

	/* .rgtBtxt {
		font-size: 0.875rem;
		line-height: 0.875rem;
	} */

	.print-recommend {
		/* line-height: 1.4rem; */
		color: var(--color-primary-2);
		margin-bottom: 0.813rem;
	}




	/* .info-left-content {
		margin-top: 16px;
	} */

	/* .more-information {
		font-size: 14px;
	} */

	.tradestxt {
		padding-left: 0rem;
	}

	.topnavbar-mob {
		font-size: 9px;
		color: #fff;
		background-color: var(--color-primary-1);
		font-family: 'GSKPrecision-Regular';
		padding-left: 1rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.topnavbar ul {
		margin: 0;
		padding: 0;
		display: flex;
	}

	.topnavbar ul li {
		line-height: 16px;
		list-style-type: none;
		margin-right: 10px;
	}

	.topnavbar ul li a {
		color: #fff;
		position: relative;
		padding-right: 8px;
	}

	.topnavbar ul li a::after {
		position: absolute;
		content: '';
		width: 1px;
		height: 12px;
		right: 0;
		top: 1px;
		background: #ccc;
	}

	.lstchild a::after {
		display: none !important;
	}

	.bigscrNav {
		display: none;
	}

	.topnavSmall {
		display: block;
	}



	.topnav .nav ul li a,
	.topnav .nav ul li span {
		font-size: 11px;
	}



	.topnavbar ul {
		display: inline;
	}
}


/* desktop */
@media (min-width: 992px) {
	.buttons-right span {
		font-size: 18px;
		line-height: 18px;
		font-family: 'GSKPrecision-Bold';
	}

	.ask-pharma {
		font-size: 19px;
		line-height: 23px;
	}

	.main-head h1 {
		font-size: 62px;
	}

	.more-information {
		font-size: 12px;
		line-height: 14px;
	}

	/* .links a {
		font-size: 12px;
	} */

	.bigscrNav li a {
		font-size: 12px;
	}

	.footer_pi {
		/* margin: auto; */
		padding-left: 34px;
		padding-right: 34px;
	}


}

/* mobile */
@media (max-width: 992px) {
	.buttons-right span {
		font-size: 14px;
		line-height: 14px;
		font-family: 'GSKPrecision-Bold';
	}

	.ask-pharma {
		font-size: 17px;
		line-height: 23px;
	}

	.main-head {
		position: relative;
	}

	.main-head h1 {
		font-size: 32px;

	}

	.more-information {
		font-size: 14px;
		line-height: 16px;
	}

	.links a {
		font-size: 14px;
	}

	.topnavSmall span,
	.topnavSmall li a {
		font-size: 11px;
	}

	li.contact-us {
		padding-bottom: 10px;
	}

	.space-between-content {
		width: 63%;
		margin-left: 1.8rem;
		padding-left: 0rem;
		padding-top: 0rem;
	}

	.info-ico {
		margin-right: 16px;
		margin-bottom: 16px;
		float: left;
	}

	.info-content {
		width: 100%;
	}

	.footer_content {
		display: block;
		padding-top: 40px;
	}

	.wrapper {
		padding-left: 17px;
	}

	.heroSection {
		margin-bottom: 30px;
	}

	.hero_text2 {
		display: block;
		width: 254px;
	}

	.older-adults {
		width: 22px;
		height: 72px;
	}

	.asides4 {
		bottom: 0rem;
	}

	.herotxt2 {
		margin-bottom: 27px;
	}
}

@media only screen and (min-width: 375px) and (max-width: 376px) {
	.main-head h1 {
		font-size: 32px;
	}
}


@media (max-width: 375px) {
	.main-head h1 {
		font-size: 24px;
	}
}

@media (max-width: 326px) {
	.main-head h1 {
		font-size: 22px;
	}
}




.footer_content a {
	color: #555555;
	text-decoration: none;
	font-family: 'ARIALNARROWBold';
}

.jc-bs3-container {
	--bs-gutter-x: 1.5rem;
}

/* For mobile devices */
@media only screen and (max-width: 600px) {}

/* For Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {}




/* For laptops and desktops */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {}

/* For large desktops */
@media only screen and (min-width: 1441px) {}