html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}
/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
body{
	margin:0px;
	padding:0px;
	font-family: 'Raleway', sans-serif;
	color:#000000;
	font-size:17px;
	font-weight:400;
}
 @font-face {
 font-family: 'FontAwesome';
 src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
 src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
ol, ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* =Structure
----------------------------------------------- */
a
{
	color:#39c36e;
	text-decoration:none;
		transition:all 0.2s linear;
-o-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-webkit-transition:all 0.2s linear;
}
a:hover
{
	color:#38bdfe;
	text-decoration:none;
}
small{
	font-size:14px;
	color:#000;
}
small a{
	font-size:14px;
	color:#000;
}
/* Base Type Styles Using Modular Scale ---------------------- */

h1, h2, h3, h4, h5, h6 { 
	font-style: normal; 
	color: #39c36e; 
	margin-bottom: 18px; 
	margin-top: 0px; 
	font-weight:normal;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { 
	font-size: 60%; 
	color: #38bdfe; 
	line-height: 0; 
}

h1 { font-size: 41px;}

h2 { font-size: 35px;}

h3 { font-size: 24px;}

h4 { font-size: 20px;}

h5 { font-size: 18px;}

h6 { font-size: 16px;}

hr { border: none; clear: both; margin: 20px 0 20px; height: 1px; overflow:hidden; padding:0px; background:#dfdfdf; border-width:thin; }
/* hr:after {
content:".................................................................................................................";
letter-spacing: 0px; Use letter-spacing to increase space between dots
}*/
img{ border:none; }

strong{
	font-weight:bold;
}
.clear{
	clear:both;
}

.left{
	float:left;
}
.right{
	float:right;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	 border: 1px solid #ccc; 
}
.alignright {
	display: inline;
	float: right;
	margin-left:30px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input, textarea, select, option{
	font-family: 'Open Sans', sans-serif;
}

#PageContainer{
	width: 100%;
}
/*Top Panel*/
.TopPanel{
	background: #38bdfe;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.TopPanel a{
	color: #FFF;
}
.TopPanel a:hover{
	color: #1981b4;
}
.TopPanel .left-link ul
{
	text-align: left;
}
.TopPanel .left-link ul li
{
	text-align: left;
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;	
}
.TopPanel .social-link ul
{
	text-align: right;
}
.TopPanel .social-link ul li
{
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}
/*Header Cont*/

.HeaderCont{
	padding-top: 30px;
	padding-bottom: 30px;
}
.HeaderCont .logo{
	
}
.HeaderCont .logo h1{
	font-weight: 900;
	text-transform: uppercase;
}

.HeaderCont .logo h1 small{
	display: block;
	font-weight: 300;
	padding-top: 8px;
	font-size: 30px;
	letter-spacing: 1em;
}
.HeaderCont .rightpanel{
	padding-top: 10px;
	float: right; 
}
.HeaderCont .rightpanel ul{
	text-align: right;
}
.HeaderCont .rightpanel ul li{
	text-align: left;
	display: inline-block;
	margin-left: 20px;
    vertical-align: top;
}
.HeaderCont .rightpanel ul li a{
	color: #38bdfe;
}
.HeaderCont .rightpanel ul li strong{
	color: #39c36e;
	font-weight: 900;
	display: block;
	text-transform: uppercase;
}
.HeaderCont .rightpanel ul li.call{
	background: url(../images/phone-icon.jpg) no-repeat left top;
	color: #38bdfe;
	padding-left: 40px;
}
.HeaderCont .rightpanel ul li.email{
	background: url(../images/at.jpg) no-repeat left top;
	color: #38bdfe;
	padding-left: 40px;
	float: right; 
	margin-right: 4px; 
}

.responsive-menu-header
{ display: none;}
.responsive-menu
{display: none; }

#primary_nav_wrap {
	margin-top:0;
	display: block; 
}
#primary_nav_wrap ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
}
#primary_nav_wrap ul a {
	display:block;
	color:#232323;
	text-decoration:none;
	font-size:17px;
	padding:8px 18px 9px;
	text-transform: uppercase;
	letter-spacing: .09em;
}
#primary_nav_wrap ul a:hover {
	color:#FFF;
	background: #39c36e;
}
#primary_nav_wrap ul li {
	position:relative;
	float:left;
	margin:0;
	padding:0;
}
#primary_nav_wrap ul li.current-menu-item{
	position: relative;
}
#primary_nav_wrap ul li.current-menu-item a{
	color:#FFF;
	background: #39c36e;
}
#primary_nav_wrap ul li.current-menu-item::before{
	width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
	bottom: -10px;
	content: "";
  border-top: 11px solid #39c36e;
	left: 50%;
	margin-left: -9px;
}
/*
#primary_nav_wrap ul li:hover {
	background: #39c36e;
}
*/
#primary_nav_wrap ul ul {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#38bdfe;
	padding:0;
	z-index:9;
}
/*#primary_nav_wrap ul li > a:not(:only-child):after{
	font-family: 'FontAwesome';
	position:absolute;
	bottom:5px;
	left:50%;
	content: "\f078";
	color:#FFF;
}*/

#primary_nav_wrap ul ul li {
	float:none;
	width:320px;
	border:none;
    border-bottom: 1px solid #0074ad;
}
#primary_nav_wrap ul ul a {
	line-height:120%;
	padding:10px 15px;
	text-transform: none;
}
#primary_nav_wrap ul ul ul {
	top:0;
	left:100%
}
#primary_nav_wrap ul li:hover > ul {
	display:block
}

#primary_nav_wrap ul li.order-medicine-right{
	float:right;
	border-left:7px #FFF solid;
	line-height:0px;
}
#primary_nav_wrap ul li.order-medicine-right a{
	padding:0px;
}
#primary_nav_wrap ul > li > a:after { font-family: 'FontAwesome'; margin-left: 5px; content: '\f078';font-size:10px; }
#primary_nav_wrap ul > li > a:after { font-family: 'FontAwesome'; margin-left: 5px; content: '\f078'; font-size:10px; }
#primary_nav_wrap ul > li > a:only-child:after{
	position:absolute;
	top:-10px;
	right:0px;
	content:'';
	z-index:99;
}
/*Banner Cont*/
.BannerCont{
	padding-top: 30px;
}

.flexslider .slides > li{
	position: relative;
}
.flexslider .BannerText{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50px;
	z-index: 9;
}
.flexslider .BannerText .articale{
	max-width: 460px;
}
.flexslider .BannerText heading{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px;
	color: #39c36e;
	margin-bottom: 15px;
	display: block;
}
.flexslider .BannerText p{
	line-height: 38px;
	font-weight: 300;
	color: #232323;
	font-size: 22px;
	margin-bottom: 15px;
}

.flexslider .BannerText .banner-more a{
	background: #38bdfe;
	padding: 8px 35px;
	font-size: 17px;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.flexslider .BannerText .banner-more a:hover{
	background: #333;
}
/*Body Container*/
#BodyContainer{
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto; overflow: hidden; 
}
.Welcome h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #38bdfe;
	margin-bottom: 15px;
	display: block;
}
.Welcome h2 small{
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #39c36e;
	margin-top: 10px; 
}

.Welcome p{
	line-height: 30px;
	font-weight: 300;
	color: #232323;
	font-size: 17px;
	margin-bottom: 15px;
}

/*Products Section*/

.IndexBodyMiddle{
	padding-top: 60px;
}

.ProductsSection h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #39c36e;
	margin-bottom: 15px;
	display: block;
}
.ProductsSection h2 small{
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #38bdfe;
}

.ProductsSection ul{
	text-align: left;
	margin-left: -20px;
	margin-right: -20px;
}
.ProductsSection ul li{
	width: 125px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 12px;
	vertical-align: top;
	text-align: center;
	margin-bottom: 15px;
}

.ProductsSection ul li figure{
/*
	width: 110px;
	height: 110px;
*/
	border: 1px #efefef solid;
	padding: 3px;
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
}
.ProductsSection ul li figure img{
	border: 1px #efefef solid;
	max-width: 98%;
	height: auto;
}
.ProductsSection ul li p{
	font-size: 15px;
	font-weight: 800;
	color: #2d2d2d;
	text-transform: uppercase;
}

.products-more{
	text-align: right;
}

.products-more a{
	background: #38bdfe;
	padding: 8px 35px;
	font-size: 17px;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.products-more a:hover{
	background: #333;
}

.IndexBodyMiddleRight{
	background: #38bdfe;
	padding:30px 20px;
}

.IndexBodyMiddleRight h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #FFF !important;
	margin-bottom: 15px;
	display: block;
}
.IndexBodyMiddleRight h2 small{
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #FFF;
}
.IndexBodyMiddleRight  ul{
	margin-left: 20px;
	margin-top: 5px;
}
.IndexBodyMiddleRight  ul li{
	padding: 8px 5px;
	list-style: disc;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
}

.IndexBodyMiddleRight a{
	color: #FFF;
}
.IndexBodyMiddleRight a:hover{
	color: #333;
}

.BodyBottomComtent{
	padding-top: 70px;
	padding-bottom: 70px;
}

.IndexBrands{
	
}

.IndexBrands h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #39c36e;
	margin-bottom: 15px;
	display: block;
}
.IndexBrands h2 small{
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #38bdfe;
}


.IndexBrands ul{
	margin-left: 20px;
	margin-top: 5px;
}
.IndexBrands ul li{
	padding: 8px 5px;
	list-style: disc;
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .1em;
	line-height: 30px;
}

.IndexBrands a{
	color: #000;
}
.IndexBrands a:hover{
	color: #39c36e;
}


.IndexBodyServe {
	background: #39c36e;
	padding:30px 20px;
}

.IndexBodyServe h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #FFF;
	margin-bottom: 15px;
	display: block;
}
.IndexBodyServe h2 small{
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #FFF;
}
.IndexBodyServe ul{
	margin-left: 20px;
	margin-top: 5px;
}
.IndexBodyServe ul li{
	padding: 8px 5px;
	list-style: disc;
	color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;
}

.IndexBodyServe a{
	color: #FFF;
}
.IndexBodyServe a:hover{
	color: #333;
}

.IndexContact{
	
}
.IndexContact h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #38bdfe;
	margin-bottom: 15px;
	display: block;
}
.IndexContact h2 small{
	display: block;
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 18px;
	letter-spacing: .1em;
	color: #39c36e;
}

.IndexContact p{
	line-height: 30px;
	font-weight: 300;
	color: #232323;
	font-size: 17px;
	margin-bottom: 15px;
}

.IndexContact input[type="text"]{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.IndexContact input[type="email"]{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.IndexContact textarea{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
	height: 75px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.IndexContact input[type="submit"]{
	background: #39c36e;
	padding: 8px 35px;
	font-size: 17px;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	border: none;
	float: right;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.IndexContact input[type="submit"]:hover{
	background: #333;
}

/*Footer*/

.FooterCont{
	background: #e5e5e5 url('../images/footer-bg.jpg') no-repeat center bottom;
	padding-top:35px ;
	margin-top:30px;
/*	padding-bottom:35px ;*/
/*	min-height: 220px;*/
}


.FooterCont .FooterNavigation{
	text-align: center;
	padding-bottom: 20px;
}
.FooterCont .FooterNavigation ul{
	text-align: center;
}
.FooterCont .FooterNavigation ul li{
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	display: inline-block;
}
.FooterCont .FooterNavigation ul li{
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: .3em;
}
.FooterCont .FooterNavigation ul li a{
	color: #333333;
}
.FooterCont .FooterNavigation ul li a{
	color: #000;
}


.FooterBottomLeft{
	text-align: left;	
	text-transform: uppercase;
	font-size:14px;
	line-height: 22px;
	padding-bottom: 20px;
}
.FooterBottomRight{
	text-align: right;
	text-transform: uppercase;	
	font-size:14px;
	line-height: 22px;
	padding-bottom: 20px;
}
.FooterBottomLeft h6, .FooterBottomRight h6{
	font-weight: 800;
	color: #333;
	margin-bottom: 8px;
}

.Copyright{
	background: rgba(0,0,0,.5);
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
}

/*Inner Pages*/

.InnerPagesCont{
	padding-top: 0px;
	padding-bottom: 0px;
	 margin-bottom: 30px; 
	width: 98%; padding: 10px;
}
.InnerPagesCont h2{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	color: #38bdfe;
	margin-bottom: 15px;
	display: block;
}

.InnerPagesCont p{
	line-height: 30px;
	font-weight: 300;
	color: #232323;
	font-size: 17px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.InnerPagesCont ul {
    list-style-image: url(../images/arrow-w.png);
	margin-left: 16px; 
}

.InnerPagesCont ul li {
    padding: 8px 0;
}

.InnerContact{
	
}

.InnerContact p{
	line-height: 30px;
	font-weight: 300;
	color: #232323;
	font-size: 17px;
	padding-top: 0px!important;
	padding-bottom: 25px!important;
}

.InnerContact input[type="text"]{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.InnerContact input[type="email"]{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.InnerContact input[type="phone"]{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.InnerContact textarea{
	border: 1px #eee solid;
	padding: 10px 2%;
	font-size: 13px;
	color: #a9a9a9;
	width: 96%;
	height: 150px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.InnerContact input[type="submit"]{
	background: #39c36e;
	padding: 8px 35px;
	font-size: 17px;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
	cursor: pointer;
	border: none;
	float: right;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.InnerContact input[type="submit"]:hover{
	background: #333;
}


.InnerContactRight{
	text-transform: uppercase;	
	font-size:15px;
	padding-bottom: 10px;
}
.InnerContactRight p{
	font-size:14px;
	padding: 0 0 20px 0!important;
}
.InnerContactRight h6{
	font-weight: 800;
	color: #333;
	margin-bottom: 8px;
/*	padding-top: 30px;*/
}


.ProductsDetailsPage{
	
}

.ProductsDetailsImage{
	border: 1px #efefef solid;
	padding: 3px;
	margin: 0px;
	margin-bottom: 30px;
	float: left;
/*	margin-right: 30px;*/
	width: 34%;
	line-height: 0px;
}

.ProductsDetailsImage img{
/*	border: 1px #efefef solid;*/
	max-width: 100%;
	height: auto;
}
.ProductsDetailsRight{
	width: 60%;
	float: right;
}

.ProductsDetailsRight h3{
	color: #000;
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.Products-enquery{
	text-align: right;
}

.Products-enquery a{
	background: #39c36e;
	padding: 8px 35px;
	font-size: 17px;
	color: #FFF;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}
.Products-enquery a:hover{
	background: #333;
}

.Adj1 {
    padding: 0 10px;
    text-align: center;
	margin: 10px 20px 10px 0px;
	border: 1px solid #ccc; 
}

.ImageSize {
    width: 200px;
    height: 200px;
}

.copyright-span
{ float: left; text-align: left; }

.weblink
{float: right; text-align: right; margin: 0px; padding: 0px; color: #fff;}
.weblink a
{color: #fff; margin: 0px; padding: 0px; top: 0px; }

.weblink a:hover
{text-decoration: underline; }




