body {
	font-family: Raleway;
    font-weight: 400;
}
.medex-page article :is(h1, h2, h3, h4, h5, h6) {
	border-bottom: 1px solid #008f99;
	font-family: Montserrat;
	font-size: 1.3rem;
	font-weight:500;
}
.home article :is(h1, h2, h3, h4, h5, h6){
	font-family: Raleway;
}
.medex-blockquote h2{
	border: 0px!important;
	font-family: Roboto!important;
	font-size: 1.2rem!important;
	font-style: italic;
	font-weight: 400!important;
	margin: 0!important;
}
.blog .entry-title{
	color:#fff!important;
	text-align: left!important;
}
.blog .entry-title a{
	color:#fff!important;
}
.entry-header .entry-title{
	border:0!important;
	background: #008f99;
    color: #fff;
	font-family: Raleway!important;
    font-size: 1.5rem;
    padding: 10px;
    text-align: center;
}
#medexfront .griditem{
	background: #e1e1e1;
	border: 0;
	box-shadow: 0px 3px 5px 0px #33333363;
	padding-left: 70px;
	position: relative;
	text-decoration: none;
}
#medexfront .griditem .tulihost-icon{
	color: #1689a3;
	display: inline-block;
	font-size: 50px;
	left: 10px;
	line-height: 1.2;
	margin: 0 20px 0 -55px;
	vertical-align: middle;
}
#medexfront .griditem:nth-child(2n) .tulihost-icon{
	color: #a74e02;
}
#medexfront .griditem:nth-child(3n) .tulihost-icon{
	color: #008f53;
}
.medexgrid2{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	list-style-type: none;
	margin-left: 0;
}
.medexgrid2 .griditem{
	background: #e9e6e6;
	border: 1px solid #107865;
	order-radius: 4px;
	list-style: none;
	list-style-type: none;
	margin: 2px 0;
	padding: 10px;
	padding-left: 40px;
	position: relative;
}
#medexfront .griditem h3{
	color: #333;
	display: inline-block;
	font-family: Montserrat;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	vertical-align: middle;
}
.normal-txt{
	font-weight: 300;
}
.txt-block{
	display: block;
}
.medex-section{
	padding: 25px 0;
}
.medex-blockquote{
	
}
.related-brand {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	list-style-type: none;
	margin-left: 0;
}
.related-brand li{
	background: #fff;
	border: 1px solid #107865;
	border-radius: 4px;
	list-style: none;
	list-style-type: none;
	margin: 1px;
	padding: 10px;
	padding-left: 40px;
	position: relative;
}
.related-brand li:nth-child(3n){
	background: #ffefef;
}
.related-brand li:nth-child(3n-1){
	background: #ffffff;
}
.related-brand li:nth-child(3n-2){
	background: #f2f5ff;
}
.related-brand a{
	text-decoration: none;
}
.related-link{
	display: block;
}
.related-link.medex-gen {
	font-size: 13px;
	height: 40px;
	overflow: hidden;
}
.link-brand{
	color: #000;
	font-size: 22px;
	font-weight: 400;
}
.medex-mfr{
	color: #4e4e4e;
	font-size: 18px;
}
.related-brand .tulihost-icon{
	color: #107865;
	font-size: 1.8rem;
	left: 5px;
	margin: 0;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	top: 15;
}
.related-link {
	display: block;
}
.related-brand .icon-tablet, .related-brand .icon-medicine{
	font-size: 1.6rem;
}
.related-link .small{
 font-size: 14px;
}
.medex-blockquote{
	border-left: 0px solid #ccc;
	border-radius: 4px;
	padding: 0;
	padding-left: 50px;
	position: relative;
}
.medex-blockquote p:last-child, .medex-blockquote p:first-of-type{
		
}
.medex-blockquote p:last-child{
	margin-top: 10px;
}
.medex-blockquote p{
	border: 0px solid #008f99;
	margin:0;
	margin-top: 10px;
	padding: 8px;
}
.medex-blockquote .medex-desc{
	border: 1px solid #008f99;
	border-radius: 4px;
	box-shadow: 6px 9px 10px #175c6040;
	margin-bottom: 10px;
	margin-left: -50px;
}
.medex-blockquote .medex-variant{
	margin-left: -50px;
}
.medex-blockquote .medex-price {
    color: #bb9405;
}
.medex-blockquote .tulihost-icon{
	color: #00919b;
	font-size: 1.6rem;
	left: 6px;
	margin: 0;
	position: absolute;
	top: 10px;
}
.medex-blockquote .tulihost-icon.icon-sachet{
	top:0;
}
.medexFaqItem{
	background: #e9e9e9;
	border-left: 5px solid #008f99;
	margin: 2px 0;
	padding:10px;
}
.medexFaqItem.active{
	background: #fff;
	border-color: #9b5d00;
}
.medexFaqItem h3{
	border:0;
	cursor: pointer;
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 10px;
}
.medexFaqItem h3+data {
	display: none;
	font-size: 1rem;
	padding-left: 24px;
}
.medexFaqItem.active h3+data{
	display: block;
}
.medexFaqItem h3:before{
	color: #00919b;
	content:'+';
	font-size: 1.8rem;
	margin-right: 10px;
}
.medexFaqItem.active h3:before{
	color: #9b5d00;
	content:'-';
}
.entry-title>.dosage{
	font-size: 14px;
	color: #83dfd2;
	display: inline-block;

}
.entry-title:before{
	font-family: "Tulihost";
}
.medex-nav{
	background: #333;
	color: #fff;
	display: inline-block;
	font-size: 1.2rem;
	margin: 10px 2px;
	padding: 5px;
	text-decoration: none;
}
.medex-nav:hover{
	background: #8d6905;
	color: #fff;
}
.medex-nav.active{
	background: #8d6905;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
}
div#filterHead {
	padding: 10px 0;
	text-align: center;
}
.azlink{
	border-radius: 25px;
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 35px;
	line-height: 1;
	margin: 2px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 35px;
}
#medexSearchBox{
	padding: 10px 40px;
	position: relative;
}
#medexSearch{
	border: 1px solid #198d97;
	outline: 0;
	padding-right: 50px;
	width: 100%;
}
#medexSearchBox .dropdown {
	display: inline-block;
	margin: 0 8px 0 0;
	position: relative;
}

#medexSearchBox .dropdown-header {
	background-color: #198d97;
	border: 1px solid #198d97;
	border-right: 3px solid #303030;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 10px;
	text-align: center;
	width: 100px;
}
#medexSearchBox .dropdown-list {
	background-color: #6b035c;
	border: 1px solid #ccc;
	display: none;
	max-height: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
}
#medexSearchBox .dropdown .dropdown-list{
	top: 35px;
	width: 150px;
}
#medexSearchBox .dropdown-list li {
	border-bottom: 1px solid #ccc;
	color: #fff;
	cursor: pointer;
	padding: 10px;
}
#medexSearchBox .dropdown-list li:last-child{
	border-bottom: 0px solid #ccc;
}
#medexSearchBox .dropdown-list li:hover {
	background-color: #830871;
}
.medex-search.input-result-box{
	display: inline-block;
	position: relative;
	width: calc(100% - 115px);
}
.medex-search.result-box{
	background: #fff;
	border: 1px solid #198d97;
	border-radius:4px;
	color: #fff;
	display: none;
	max-height: 300px;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 20;
}
.medex-search.result-box ul{
	list-style-type: none;
	margin: 0;
	max-height: calc(300px - 30px);
	overflow-y: scroll;
	padding: 0;
}
.medex-search.result-box ul li{
	background: #fff;
	border-bottom: 1px solid #ccc;
	color: #000;
	margin-bottom: 2px;
	padding: 5px 10px;
	position: relative;
}
.medex-search.result-box ul li:last-child{
	border-bottom: 0px solid #ccc;
}
.medex-search.result-box ul li.brand-list{
	padding: 5px 10px 5px 30px;
}
.medex-search.result-box ul li:nth-child(2n){
	background: #e5e5e5;
}
.medex-search.result-box ul li:last-child{
	margin-bottom:0;
}
.medex-search.result-box ul li .tulihost-icon{
	position: absolute;
	top: calc(50% - 8px);
	left:0;
}
.medex-brand-image{
	display: table;
	margin: 10px auto;
	max-height: 280px;
	max-width: 450px;
	text-align: center;
}
.medex-edit{
	position: absolute;
	right: 0;
	top: -1.5rem;
}
.inside-article{
	padding: 40px!important;
}
#medexnews{
	margin: 30px 0;
}
.medexnews-heading{
	font-family: Raleway;
	margin-bottom: 10px;
}
.medexnews{
	display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    list-style-type: none;
    margin-left: 0;
}
.medexnews .medexgrid{
	align-items: center;
	display: flex;
	gap: 12px;
	list-style-type: none;
	margin-left: 0;
}
.medexgrid .mdxnitem{
	flex: 1;
}
.medexnews-list{
	background: #e1e1e1;
    border: 0;
    box-shadow: 0px 3px 5px 0px #33333363;
    padding: 15px;
    position: relative;
    text-decoration: none;
}
.medexnews-title{
	font-family: Roboto;
	font-size: 1.2rem;
}
.medexnews-thumbnail{
	background: #fff;
	height:100px;
	max-width: 100px;
	overflow:hidden;
	width:100px;
}
.medexnews-thumbnail img{
	
}
@media (max-width: 480px){
	.medex-page article :is(h1, h2, h3, h4, h5, h6) {
		font-size:1.2rem;
	}
	.inside-header {
		padding: 5px 10px!important;
	}
	#medexSearchBox, .inside-article{
		padding:10px!important;
	}
	.medex-search.input-result-box{
		position:unset;
	}
	.medex-search.result-box{
		left: 10px;
		width: calc(100% - 20px);
	}
}