@import'../fonts/black-bold-95/styles.css';
@import'../fonts/din-bold/styles.css';
@import'../fonts/HelveticaNeueLTStd-Lt-45/styles.css';
@import'../fonts/HelveticaNeueLTStd-Roman-55/styles.css';
@import'../fonts/HelveticaNeueLTStd-Th-35/styles.css';
@import'../fonts/HelveticaNeueLTStd-Bd-75/styles.css';
@import'../fonts/HelveticaNeueLTStd-Hv-85/styles.css';
@import'../fonts/HelveticaNeueLTStd-Md-65/styles.css';
@import'../fonts/HelveticaNeueLTStd-57-condensed/styles.css';
@import'../fonts/HelveticaNeueLTStd-Bold-77-Condensed/styles.css';
@import'../fonts/helvetica-neue-lt-std-55-roman/styles.css';


@font-face {
	font-family: Omnes;
	src: url(../fonts/Omnes.ttf);
	font-display: swap;
  }
  

/*Header-css*/

.pag-topbanr {
	height: auto;
	width: auto;
	background: url(../img/top-bg3.jpg) no-repeat center center;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	height:208px;
	}
	
.pag-topbanr .left-logo {
	float: left;
	margin: 16px 84px 16px 47px;
}
.pag-topbanr .cntr-txt {
	float: left;
	width: 400px;
	font-size: 53px;
	line-height: 60px;
	height: auto;	
	margin-top:20px;
	color:#003e69;
	font-family: helvetica-neue-lt-std-35-thin;
	letter-spacing:-1px;
}
.pag-topbanr .cntr-txt strong {
	color: #009DE0;
	font-family: helvetica-neue-lt-std-95-black;
	font-weight:100;
	line-height: 64px;	
}


/*pag-topbanr-End*/


.pag-recom-topbanr {
	height: auto;
	width: auto;
	background: url(../img/recommendation.jpg) no-repeat center center;
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	height:208px;
	}	

/*pag-recom-topbanr-End*/




.pag-detail-topbanr {
	height: auto;
	width: 100%;
	background: url(../img/detail-top-bg3.jpg) no-repeat center center;
	margin-top: 15px;
	height:208px;
	overflow: hidden;
	
}

.pag-detail-topbanr .left-logo {
	float: left;
	margin: 16px 84px 16px 47px;
}


.pag-detail-topbanr .cntr-txt {
	float: left;
	width: 351px;
	font-size: 53px;
	line-height: 64px;
	height: auto;	
	margin-top:15px;
	color:#003e69;
	font-family: helvetica-neue-lt-std-35-thin;
	letter-spacing:-1px;
}


.pag-detail-topbanr .cntr-txt strong {
	color: #009DE0;
	font-family: helvetica-neue-lt-std-95-black;
	font-weight:100;
}


/* ------recommendation--page------- */

.pag-recom-topbanr {
	height: auto;
	width: 100%;
	background: url(../img/recommendation.jpg) no-repeat center center;
	margin-top: 15px;
	height:208px;
	overflow: hidden;
	
}

.pag-recom-topbanr .left-logo {
	float: left;
	margin: 16px 84px 16px 47px;
}


.pag-recom-topbanr .cntr-txt {
	float: left;
	max-width: 733px;
	font-size: 53px;
	line-height: 64px;
	height: auto;	
	margin-top:15px;
	color:#003e69;
	font-family: helvetica-neue-lt-std-35-thin;
	letter-spacing:-1px;
}


.pag-recom-topbanr .cntr-txt strong {
	color: #009DE0;
	font-family: helvetica-neue-lt-std-95-black;
	font-weight:100;
}

.pag-recom-topbanr .cntr-txt span {
	font-size: 33px;
	line-height: 54px;
}

/* ------End-recommendation--page------- */


.pag-wtext {
	margin-top: 28px;
	border: 1px solid #e48d41;
	padding: 10px 15px;
	height: auto;
	font-size: 19px;
	line-height: 30px;
	border-radius: 3px;
	margin: 28px 46px 0px 46px;
    letter-spacing: .2px ;
	font-family:helvetica-neue-lt-std-65-medium;
	color:#003e69;
}
.pag-maincont {
	display: table;
	max-width: 100%;
	height: auto;
	margin: 28px 46px 40px 46px;
}
.pag-maincont .leftsecn {
	display: table-cell;
	width: 328px;
	height: auto;
	/* background: url(../img/lft-dotbg.png) top center repeat-y; */
	position:relative;
}

.pag-maincont .leftsecn 
.ab-pg-info{
 margin: 40px 0px 40px 0px;
 font-size: 24px;
 line-height: 28px;
 color: #005faa;
 padding: 25px;
 box-sizing: border-box;
 text-align: center;
 border: 2px solid #005faa;
 border-radius: 8px;
 font-family: 'helvetica-neue-lt-std-55-roman';
}
.leftsecn .ab-pg-info .spratar-txt{
 font-size: 31px;
 line-height: 61px;
}

.leftsecn .ab-pg-info a{
	text-decoration: none;
   }

.ab-pg-info .spratar{
	/* background: url(../img/sapratar-small.png) center center no-repeat; 
	height: 10px; 
	background-size: contain; */
	width: 100%;
	height: 2px;
	background-color: #005FAA;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 6px;
	position: relative;
	}

  .spratar::after{
	content: "";
	background: #005FAA;
	background: -webkit-linear-gradient(left, #005FAA, #FFFFFF);
	background: -moz-linear-gradient(left, #005FAA, #FFFFFF);
	background: linear-gradient(to right, #005FAA, #FFFFFF);
	position: absolute;
	right: 0px;
	width: 15%;
	height: 2px;
   }

   .spratar::before {
	content: "";	
	background: #005FAA;
	background: -webkit-linear-gradient(right, #005FAA, #FFFFFF);
	background: -moz-linear-gradient(right, #005FAA, #FFFFFF);
	background: linear-gradient(to left, #005FAA, #FFFFFF);
	position: absolute;
	left: 0px;
	width: 15%;
	height: 2px;
   }

   /* .pag-maincont .leftsecn:after{
	content:"";
	 position:absolute;
	 bottom:0px;
	 width:100%;
	 height:147px;
	 background:url(../img/botm-dot.jpg) top center no-repeat;
	} */
	
.pag-maincont .leftsecn-self {
	display: table-cell;
	width: 328px;
	height: auto;
	background: none;
}
.leftsecn-self .dwnl-sec{
	border: 1px solid #3a3a3a;
	box-sizing: border-box;
	margin-top: 10px;
}

.leftsecn-self .dwnl-btn{
	height: 36px;
	font-size: 13px;
	color: #333;
	line-height: 36px;
	background: #dadada url(../img/download_icon.png) no-repeat left center;
	background-size: contain;
	padding-left: 36px;
}

.leftsecn-self a:hover{ text-decoration: none !important;}


.pag-maincont .leftsecn .bg-white {
	width: auto;
	height: auto;
	background-color: #FFF;
	overflow: hidden;
}
.pag-maincont .leftsecn h3, .pag-maincont .leftsecn-self h3 {
	width: auto;
	height: auto;
	font-size: 26.32px;
	line-height:26.32px;
	color: #005faa;
	letter-spacing: -1.5px;
	font-family: helvetica-neue-lt-std-55-roman;
	margin-top:10px;
}
.pag-maincont .leftsecn .lftlogo {
	width: auto;
	height: auto;
	margin-top: 20px;
}
.pag-maincont .leftsecn .lftlogo img{
	max-width:100%;
	height:auto;
	}
.pag-maincont .leftsecn .catimg-box {
	width: auto;
	height: auto;
	text-align: center;
}
.pag-maincont .leftsecn .catimg-box .pic-1 {
	margin-top: 74px;
	max-width: 100%;
	height:auto;
}
.pag-maincont .leftsecn .catimg-box .pic-2 {
	margin-top: 232px;
	max-width: 100%;
	height:auto;
}
.pag-maincont .txt-centr {
	text-align:center;
	width:100%;
	height:auto;
	
}
.pag-maincont .leftsecn-self .txt-centr .self-p1{
	max-width:100%;
	height:auto;
	margin-top:204px;
	cursor:pointer;
}

.pag-maincont .leftsecn-self .txt-centr .self-p2{
	max-width:100%;
	height:auto;
	margin-top:165px;
	cursor:pointer;
	}
.pag-maincont .leftsecn-self .txt-centr .self-p3{
	max-width:100%;
	height:auto;
	margin-top:186px;
	}

.pag-maincont .rightsecn {
	display: table-cell;
	width: 724px;
	padding-left: 20px;
	/* height: 700px; */
	height: auto;
	vertical-align: top;
	padding-top: 15px;
}
.pag-maincont .rightsecn p {
	font-size: 17px;
	line-height: 21px;
	padding: 10px 0px 20px;
	font-family: helvetica-neue-lt-std-45-light;
}
.pag-maincont .rightsecn .detail-listg {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.pag-maincont .rightsecn .detail-listg li {
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 30px;
	font-family: helvetica-neue-lt-std-45-light;
}
.pag-maincont .rightsecn .detail-listg li .smalltxt{
	font-size: 16px;
	line-height: 21px;
	font-family: helvetica-neue-lt-std-45-light;
}
.pag-maincont .rightsecn .detail-listg li img {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 10px;
}
.pag-maincont .rightsecn .detail-listg li span {
	color: #003e69;
	font-family:helvetica-neue-lt-std-65-medium;
}
.pag-maincont .rightsecn .detail-listg li .smalltxt a {
	color: #e48d41;
	font-family: helvetica-neue-lt-std-75-bold !important;
	font-weight:bold;
}
/*------detail-pg----*/

.pg-detl-th {
	color: #e48d41;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 25px !important;
	font-weight: bold;
}
.pg-detl-th {
	color: #e48d41;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 40px;
	font-weight: bold;
	font-family: helvetica-neue-lt-std-75-bold;
	letter-spacing: .3px;
	
}
.pg-fulldetl {
	font-size: 16px;
	line-height: 21px;
	height: auto;
	width: auto;
	font-family: helvetica-neue-lt-std-45-light;
}
.pg-fulldetl .titl-hd {
	font-size: 22px;
	padding: 10px 0px 10px 0px;
	color: #0099db;
	width: auto;
	clear: both;
	height: auto;
	font-weight: bold;
	font-family: helvetica-neue-lt-std-95-black;
	margin-top: 10px;
}
.pg-fulldetl .titl-hd a{color: #0099db;}
.pg-fulldetl .titl-hd a:hover{color: #003e69; text-decoration:none; }
.pg-fulldetl .gry-ritbox {
	width: 319px;
	/* min-height: 235px; 
	min-height: 200px;*/
	height: auto;
	float: right;
	position: relative;
	color: #0099db;
	font-size: 21px;
	line-height: 24px;
	padding: 20px 23px 20px 23px;
	margin: 20px 0px 20px 20px;
	font-weight: bold;
	z-index: 10;
	background: #f8f8f8 url(../img/comma-t.png) no-repeat top 10px left 10px;
	font-family: helvetica-neue-lt-std-95-black;
	letter-spacing:-0.5px;
}
.pg-fulldetl .gry-ritbox:after {
	content: "";
	height: 33px;
	width: 37px;
	position: absolute;
	background: url(../img/comma-b.png) no-repeat;
	/* bottom: 10px;
	right: 10px; */
	
}
.pg-fulldetl .mint-txt {
	line-height: 19.4px;
	color: #003e69;
	font-family: helvetica-neue-lt-std-75-bold;
	font-size:16px;
}
.pg-fulldetl .list-bold{
	margin-top: 20px;
	font-size:16px;
	line-height: 19.4px;
	color: #003e69;
	font-family: helvetica-neue-lt-std-75-bold;
	/*font-family: helvetica-neue-lt-std-45-light;*/
}
.pg-fulldetl .list-bold img{
	float:left;
	height:8px;
	width:8px;
	margin:4px 12px 0px 0px;
	
}

.pg-fulldetl .list-small {
	font-size:16px;
	line-height: 19.4px;
	color: #003e69;
	font-family: helvetica-neue-lt-std-45-light;
}

.rightsecn .click-top{	
	border: 2px solid #005faa;
	border-radius: 8px;
	margin-top: 15px;
	padding: 15px;
	box-sizing: border-box;
	
}

.click-top .title-hed{	
		font-size: 34px;
		padding: 0px;
		color: #005faa;
		width: auto;
		clear: both;
		height: auto;
		font-weight: bold;
		font-family: helvetica-neue-lt-std-95-black;
		margin-bottom: 5px;	
}

.click-top .listg{	
	position: relative;
    font-size: 18px;
    color: #005faa;
    font-family: helvetica-neue-lt-std-55-roman;
	min-height: 31px;
	line-height: 31px;

	}

.click-top .listg .clickimg{
	background: url(../img/click-top.png) no-repeat center center;
	background-size: contain;
	height: 31px;
	width: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.click-top .listg .listg-txt{ 
	margin-left: 38px; overflow: hidden; line-height: 31px;
}

.float-l{ float: left;}
.float-r{ float: right;}

.symptop-box {
	background: #003e69;
	border-radius: 6px;
	height: auto;
	width: auto;
	padding: 20px 25px 40px 25px;
	margin: 60px 0px 36px 0px;
}
.symptop-box h3 {
	font-size: 22px;
	line-height:10px;
	color: #0099db;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: helvetica-neue-lt-std-95-black;
}
.symptop-box p {
	font-size: 17px;
	line-height: 21px;
	padding: 10px 0px 20px;
	font-family:helvetica-neue-lt-std-65-medium !important;
	color:#FFF;
}
.symptop-box .tablr {
	background: #FFF;
	height: auto;
	width: auto;
	padding: 20px;
	font-size: 16.7px;
	color: #003e69;
}
.symptop-box .tablr .thad {
	background: #d3ebfb;
	font-family:helvetica-neue-lt-std-85-heavy;
}
.symptop-box .tablr .heavy-txt {
	font-family:helvetica-neue-lt-std-85-heavy;
}

.symptop-box .tablr .thad .rithading {
	background: #d3ebfb;
	font-family:helvetica-neue-lt-std-85-heavy;
	border-left: 1px solid #003e69 !important;
}
.symptop-box .tablr .table>tbody>tr>td {
	border-top: 1px solid #003e69 !important;
}
.symptop-box .tablr .bodrb-b {
	border-bottom: 1px solid #003e69 !important;
}
.symptop-box .tablr .lb-bdr {
	border-left: 1px solid #003e69 !important;
	font-family: helvetica-neue-lt-std-55-roman;
	
}
/*----Drug-Section-Css-----*/

.pag-drug-topbanr {
	height: auto;
	width: 100%;
	background: url(../img/drug-interaction.png) no-repeat center center;
	margin-top: 15px;
	height:208px;
	overflow: hidden;
	
}

.pag-drug-topbanr .left-logo {
	float: left;
	margin: 16px 84px 16px 47px;
}


.pag-drug-topbanr .cntr-txt {
	float: left;
	width: 351px;
	font-size: 53px;
	line-height: 64px;
	height: auto;	
	margin-top:15px;
	color:#003e69;
	font-family: helvetica-neue-lt-std-35-thin;
	letter-spacing:-1px;
	margin-top:78px;
}


.pag-drug-topbanr .cntr-txt strong {
	color: #009DE0;
	font-family: helvetica-neue-lt-std-95-black;
	font-weight:100;
}




.wrap-drug{ margin:0px 46px 0px; max-width:1034px; height:auto;}

.wrap-drug h3{ 
    font-size:26.32px;
	line-height:26.32px;
	color: #005faa;
	font-family: helvetica-neue-lt-std-55-roman;
	margin-bottom:25px;
      }


.heading-drug, .drugactive {
	height: 37px;
	background: url(../img/blu-bar.jpg) repeat-x;
	line-height: 37px;
	font-size: 24px;
	padding: 0px 15px;
	position: relative;
	margin-bottom: 30px;
	color: #FFF;
	font-family: din-bold;
	
}
.drugactive {
	margin-bottom:0px;
	}
.heading-drug:after {
	content: "";
	height: 11px;
	width: 17px;
	position: absolute;
	top: 13px;
	right: 15px;
	background: url(../img/arrow-open.png) no-repeat;
}

.drugactive:after {
	content: "";
	height: 17px;
	width: 11px;
	position: absolute;
	top: 10px;
	right: 15px;
	background: url(../img/arrow-hide.png) no-repeat;
}
.drugtop-thed {
	height: 32px;
	font-size: 17px;
	line-height:28.49px;
	font-family: HelveticaNeueLTStd-Bold-77-Condensed;
	width:auto;
	border-bottom:4px solid #008eca;
	background-color:#d0e8f7;
	color:#000;
	font-weight:100;
	
}
.drugtop-thed .dw2{
	width:232px;
	float:left;
	padding-left:8px;
}
.drugtop-thed .dw3{
	width:412px;
	float:left;
	border-left:1px solid #008eca;
	padding-left:8px;
}
.drugtop-thed .dw4{
	width:390px;
	float:left;
	border-left:1px solid #008eca;
	padding-left:8px;
}

.m-t-18{ margin-top:18px;}

.drug-tabl-wrapr{border-bottom: 4px solid #008eca; margin-bottom:40px;}

.drug-tabl {
	display: table;
	height: auto;
	width: auto;	
	font-size:18px;
	line-height:28.88px;
	
}

.drug-tabl .tw2 {
	display:table-cell;
	width: 232px;
	vertical-align:top;
	padding-left: 8px;
	border-bottom: 1px solid #008eca;
	font-family: helvetica-neue-lt-std-75-bold;
	}
.drug-tabl .tw3 {
	width: 802px;
	border-left: 1px solid #008eca;
	
	
}
.drug-tabl .tw4.gry {background: #e6e6e6;}
.drug-tabl .tw4.whit {background: #FFF;}

.drug-tabl .tw5.gry {background: #e6e6e6;}
.drug-tabl .tw5.whit {background: #FFF;}

.drug-tabl .tw4 {
	width: 412px;
	border-bottom: 1px solid #008eca;
	border-left: 1px solid #008eca;
	vertical-align:top;
	padding-left: 8px;
	font-family:HelveticaNeueLTStd-57-condensed;
}

.drug-tabl .tw5 {
	width: 390px;
	border-left: 1px solid #008eca;
    vertical-align:top;	
	border-bottom: 1px solid #008eca;
	padding-left: 8px;
	font-family:HelveticaNeueLTStd-57-condensed;
}

.drug-tabl .tw4:last-child{
	border-bottom:none;
	}
.self-modal{ max-width:46%;}
.self-modal .modal-body	img{ max-width:100%;}
	
	

/*---Css-For-Safari-Only---*/

@media screen and (-webkit-min-device-pixel-ratio:0) { 
/* Safari only override */
::i-block-chrome, .pag-maincont .leftsecn-self .txt-centr .self-p2 {
 margin-top:210px;
}
.pag-maincont .leftsecn-self .txt-centr .self-p3 {
 margin-top:184px;
}
.pg-fulldetl .gry-ritbox {
	background: #f8f8f8 url(../img/comma-t.png) no-repeat scroll left top;
    background-size: 37px 33px;

}
}

@media all and (-ms-high-contrast:none)
     {     
     *::-ms-backdrop,  .pag-maincont .leftsecn-self{ max-width:328px; width:328px;}
	 
	 .pag-maincont .leftsecn{ max-width:328px; width:328px;}
	 .drugtop-thed {
      font-family: HelveticaNeueLTStd-57-condensed;
    }
	 
     }


@media screen and (max-width:1199px) {
	
	.pag-detail-topbanr .left-logo{ margin-right:40px;}
	
	.pag-detail-topbanr .cntr-txt {
        font-size: 50px;
        line-height: 60px;
   }
  
.pag-recom-topbanr .cntr-txt {
	font-size: 42px;
		line-height: 56px;
		max-width: 520px;
}

.pag-recom-topbanr .cntr-txt span {
	letter-spacing:-1px;
	font-size: 34px;
}
}

@media screen and (max-width:991px) {
	
	.pag-detail-topbanr .left-logo{ margin-right:40px;}

	/* .pag-detail-topbanr .cntr-txt {
		font-size: 50px;
		line-height: 60px;
	} */
	
	.pag-detail-topbanr .cntr-txt {
       display: none;
   }

   

   /* -------recommendation------- */

   

  }
