@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

*, *::before, *::after {
    padding: 0;
    margin: 0;
    transition: all 0.5s ease;
}

html {
	overflow-x:hidden;
}
a {
	color:  #3cae2a;
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover {
	color:#3cae2a;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
:root {
    
    --primary-font-family: "Open Sans", sans-serif;
    --secondary-font-family: 'Open Sans', sans-serif;
}

body 
{
	font: 16px  var(--primary-font-family);
	padding:0;
	margin: 0;
	font-weight: 400;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
    color: #232323;
    font-weight: normal;
    line-height: 1.2;
    font-family:  var(--secondary-font-family);
    margin: 0;
}
h1 {
    display: inline-block;
    text-transform: capitalize;
    margin: 0 0;
    padding: 0 0 5px 0;
    width: 100%;
    font-size: 45px;
}


h2 {
	display:inline-block;
	width:100%;
	font-size: 35px;
	margin:0;
	padding: 0;
	font-weight: 700;
}

h3 {
	display:inline-block;
	width:100%;
	font-size: 28px;
	text-transform:capitalize;
	margin:0 0 0;
	padding: 0 0 20px 0;
	line-height: 30px;
}


h4{
	display:inline-block;
	width:100%;
	font-size: 18px;
     font-weight: 500;
   
}

h5{
	display:inline-block;
	width:100%;
	  
    font-size: 14px;
        font-weight: 600;
   
}

.vertical-aligncss {
    display: table;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}
ul, ol {
	margin:0 0 0 15px;
	padding:0;
}

.alignright {
	float:right;
	margin:4px 0 30px 30px;
}
.alignleft {
	float:left;
	margin:4px 30px 10px 0
}
.alignleft {
    max-width: 300px !important;
}

.alignright {
    max-width: 300px;
}

.padding-bottom {
	padding-bottom:80px;
}

.iphone {
	display:none;
}

input:focus ,button:focus {
	outline:none !important;
}


img {
    max-width: 100%;
    border: none;
}

div#backToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

div#backToTop i {
    background: #f99e30;
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

div#backToTop i:hover {
    background: #299f85;
}


.mainmenu {
    display: inline-block;
    width: 100%;
    margin: 0 0;
	text-align: center;
}

.mainmenu ul {
    margin: 0;
}

.mainmenu li {
    display: inline-block;
    text-transform: capitalize;
    position: relative;
}

.mainmenu li a {
    display: inline-block;
    position: relative;
    font: 600 20px  var(--secondary-font-family);
    padding: 10px 15px;
    color: #000;
}


.mainmenu li li a:hover {
    color: #de8201 !important;
}

.mainmenu li ul {
position: absolute;
left: 15px;
top: 22px;
padding-top: 20px;
display: none;
z-index: 999;
}
.mainmenu li ul li {
display: block;
margin: 0;
text-align: left;
padding: 0;
}
.mainmenu li ul li a {
background: #f3f9f2;
width: 100%;
display: inline-block;
padding: 10px 10px;
width: 190px;
color: #000;
border-bottom: 1px solid #cac5c5;
}
.mainmenu li ul li a:hover {
border-left: 3px solid #0CCF72;
color: #3daf2c
}
.mainmenu li ul li a:after {
display: none
}
.mainmenu li:hover ul {
display: block;
}


.innerpage {
    display: inline-block;
    width: 100%;
    padding: 30px 0;
    min-height: 400px;
}

.innerpage h1 {
    text-align: left;
   
}
.tophead {
    display: inline-block;
    width: 100%;
    background: #F1F1F1;
    border-bottom: 6px solid #028400;
}

.logo-div a {
    color: #000;
    font-size: 30px;
}

.rightdiv {
    text-align: right;
    margin-top: 10px
}

.rightdiv li {
    display: inline-block;
    margin-top: 10px;
}
.bantext {
    position: absolute;
    bottom: 70px;
    text-align: right;
    width: 100%;
    z-index: 999;
}
.bannerdiv img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.bannerdiv {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
     position:relative;
        z-index: 2;
}
.bannerdiv:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6);
    z-index: 99;
}

.bantext h1 {text-align: right;font-weight: 500;line-height: 60px;}
a.lrnmore {
    background: #028400;
    padding: 10px 30px;
    border-radius: 10px;
    color: #fff;
}

a.lrnmore:hover {
    background: #fff;
    color: #028400;
}

.sec1div {
    display: inline-block;
    width: 100%;
}

.leftdiv p {
    font-size: 18px;
    line-height: 25px;
}
.leftcol p {
    font-size: 18px;
    line-height: 24px;
}

.secrightdiv {
    
    text-align: right;
}
.twocol {
    display: inline-block;
    width: 100%;
}

.leftcol {
    width: 68%;
    display: inline-block;
    text-align:right;
    position: relative;
    vertical-align: middle;
}

.rightcolimg {
    width: 25%;
    display: inline-block;
    margin-left: 20px;
}

.rightcolimg img {
      border-radius: 8px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.leftcol h2 {
    color: #028400;
    font-weight: 500;
    font-size: 30px;
}

.secrightdiv li {margin-bottom: 40px;display: inline;width: 100%;float: left;}
.sec2div {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sec2div h2 {
    font-weight: 400;
    font-size: 40px;
}

.sec2div ul li {
    text-transform: capitalize;
    font-size: 18px;
    margin-bottom: 5px;
}

.sec2div ul {
    margin-top: 20px;
    margin-left: 40px;
}

.sec2div h2:after {
    content: "";
    width: 410px;
    height: 3px;
    background-color: #028400;
    left: 0;
    position: relative;
    display: block;
    top: 0px;
}
.footer {
    display: inline-block;
    width: 100%;
    background: #F1F1F1;
    padding: 40px 0;
}

.footer ul li a {
    color: #000;
    text-transform: capitalize;
}

.footer ul li {
    display: block;
    margin-bottom: 8px;
}

.footer ul {
    margin: 0;
    padding: 0;
}

.footright {
    text-align: right;
}

.footright p {
    line-height: 25px;
}

a.sitemap {
    color: #000;
    margin-top: 0px;
    float: right;
}

a.sitemap:hover {
    color: #028400;
}

.footmenudiv li a:hover {
    color: #028400;
}
.menuhead h3 {
    font-size: 18px;
        font-weight:600
}

.footsocial ul li {
    display: inline-block;
    margin-left: 12px;
}

.footsocial ul li a i {
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    background: #000;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.footsocial {
    text-align: right;
}
.brdrdiv {
    border-bottom: 4px solid #028400;
    height: 36px;
    margin-bottom: 20px;
}
.footsocial li i:hover {
    background: #028400;
}
.leftdiv img {
    width: 100%;
}
input#s {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 2px 11px;
}

button#searchsubmit {
    border: none;
    position: relative;
    left: -28px;
    background: none;
}

form#searchform {display: inline-block;width: 100%;margin-left: 30px;}
section#glt_widget-2 {
   margin-bottom: 6px;
    margin-top: 18px;
}
.logo-div {
    margin-top: 5px;
}

.logo-div a {font-size: 40px;font-weight: 500;}
.mainmenu li a:hover {
    color: #028400;
}
.footer.iphone {
    display: none;
}


.page-template .rightdiv #gtranslate-2 .option {
    margin-top: 3px;
}
.innhead {
    background: #028400;
    display: inline-block;
  
}

.innhead h1 {
    text-align: left;
    padding: 10px 60px;
    color: #fff;
    
}

.innerpage h2 {
    font-weight: 500;
}

.innsection1 {
    margin-top: 30px;
}

.page-template-medical-condition-template-php .innerpage h2:after {
    content: "";
    width: 330px;
    height: 3px;
    background-color: #000;
    left: 0;
    position: relative;
    display: block;
    top: 0px;
}

.overviwdiv {
    background: #F1F1F1;
    padding: 60px;
    margin-top: -32px;
}

.overviwdiv p {
    margin-top: 20px;
}

.articlediv {
    margin-top: -40px;
    margin-left: 90px;
}

.articlediv ul li {
    display: block;
    margin-top: 26px;
}

.articlediv ul {
    margin-top: 0px;
}

.innsecdiv1 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.articlediv big {
    font-weight: 600;
}

.articlediv li a {
    color: #68B1E4;
    font-weight: 600;
}

.articlediv li p {
    display: inline-block;
}
.innsecdiv1 p {
    margin-top: 20px;
}




.innsection2 {
    display: inline-block;
    background: #F1F1F1;
    width: 100%;
        padding: 40px 0;
}

.innsection2 h2 {
    margin-bottom: 20px;
}

.innerpage h2 {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.innsection3 {
    margin-top: 40px;
    width: 100%;
   
}

.innsection4 {
    margin-top: 40px;
    background: #F1F1F1;
    width: 100%;
        padding: 40px 0;
}

.innsection5 {
    margin-top: 40px;
    width: 100%;
      
}
.innsection6 {
    margin-top: 40px;
    background: #F1F1F1;
    width: 100%;
        padding: 40px 0;
}

.innsection7 {
    margin-top: 40px;
       
}
.innerpage ul li {
    margin-top: 10px;
    margin-left: 40px;
}

.innerpage ul {
    padding: 0;
    margin: 10px 0;
}
.resourcediv {
    margin-top: 60px;
}

.rrgtdiv h2 {
    font-size: 38px;
}

a.lrnmoree {
    color: #fff;
    background: #028400;
    padding: 10px 30px;
    border-radius: 10px;
    float: right;
    display: inline-block;
    position: relative;
    top: -44px;
}
.rleftimg img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border: 2px solid #028400;
}

a.lrnmoree:hover {
    background: #ffff;
    color: #028400;
    border: 1px solid #028400;
}
.blog-div {
 display:inline-block;
	margin-bottom: 20px;
	width: 100%;
	border-top:1px solid #ddd;
	padding-top:15px;
	margin-top:15px
}

.blog-div h2 a{
  color:#333;
}

.blog-img {
	display:inline-block;
	width: 30%;
        vertical-align:top
}
.blog-img img {
	width:90%;
	height: auto;
}
.blog-text {
	display:inline-block;
	width:69%;
}


.blog-text h2 {
    padding: 0;
}

.blog-text .readmore {
    margin-top: 15px;
}

.readmore a {
    color: #fff;
    background:#028400;
    display: inline-block;
    padding: 10px 20px;
}
.leftcol p a {
    color: #000;
}

.sec2left li a {
    color: #000;
}

.sec2right li a {
    color: #000;
}



.bantext p {
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0px 1px black;
}


/*****************************************************************
	A-Z Filter
******************************************************************/

#title-status {
	float: left;
	width: 100%;
    margin-top: 46px;
    margin-bottom: 30px;
    margin-left: 36px;
   
}
	#title-status p {
		float: left;
		width: 50%;
		margin-bottom: 15px;
		font-size: 16px;
	}
		#title-status span {
			font-weight: normal;
			text-transform: uppercase;
		}
	#title-status p:last-child {
		
		color: #000;
		
	}

#a-z {
	float: left;
    width: 100%;
	margin-top: 20px;
}
	ul#a-z li {
	      padding: 6px 10px 6px 10px;
    text-align: center;
    background: none;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #028400;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    font-size: 20px;
    width: 18%;
	}
	ul#a-z li.active {
		background: #028400;
		cursor: pointer;
        color: #fff;
	}

	ul#a-z li.current {
		background: #de8201;
	}
	ul#a-z li:first-child {
		border: 0px none;
	}

#posts-results {
}
	#posts-results li {
		display: none;
	}
	#posts-results li.show {
		display: block;
	}
	#posts-results a {
		display: block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 30px;
	}
    div#title-status p {
    font-size: 80px;
}
li.show br {
    display: none !IMPORTANT;
}
.article-rdiv h2 {
    background: #1E9320;
}

.article-rdiv h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    padding: 8px 10px;
}

.article-rightcnt {
    color: #fff;
    background: #1E9320;
}

.article-rightcnt h3 {
    color: #fff;
    padding: 20px;
    margin-bottom: -20px;
}

.article-rightcnt p {
    font-size: 14px;
    line-height: 20px;
}

a.lrnmoree {
    margin-top: 4px;
}

.article-rightcnt p {
    padding: 20px;
}

.rmediimg {border: 2px solid #028400;}
.brdiv {
    border: 2px solid #028400;
    margin-top: 50px;
}
.mediartidiv {
    display: inline-block;
    width: 100%;
    background: #F0F0F0;
    border-top: 4px solid #028400;
    border-bottom: 4px solid #028400;
}

.mediartidiv ul li {
    display: inline-block;
    width: 46%;
    text-align: center;
    margin-left: 3%;
    margin-bottom: 30px;
    vertical-align: top;
}

.allart {
}

.allartimg {
    width: 100%;
}

.allart p {
    width: 100%;
}

.allart h2 {
    font-size: 50px;
    margin-top: 30px;
}
.artbtnn a.lrnmoree {
    float: none;
    margin-top: 50px;
}
.mediartidiv ul {
    margin-top: 40px;
}
.mediartidiv li:first-child {
    display: none;
}
ul#posts-results a:hover {
    color: #028400;
}
.mainmenu ul li ul {
    background: rgba(255,255,255,0.9) !IMPORTANT;
}

/*home page new*/


.mainmenu button.sub-menu-toggle {
    display: none;
}

.articlediv a {
    color: #056804;
    font-weight: 500;
}


.header_video {
    display: inline-block;
    width: 100%;
	position: relative
}

.header_video video {
   width: 100% !important;
  height: auto !important;
}

.midmenu {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.midmenu .ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
    color: #000;
}

.midmenu .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item>.ubermenu-submenu.ubermenu-submenu-type-mega {
    background: #fff;
}

.midmenu button.sub-menu-toggle {
    display: none;
}

.trnsbar {
    text-transform: uppercase;
    color: #00a651;
    border-bottom: 2px solid #00a651;
    font-weight: 500;
}

.trnsbar section#glt_widget-2 {
    margin: 4px 0 0;
}

.header_new {
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
    padding: 10px 0 5px;
}

.searchgreenbar {
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    background: #03683a;
    padding: 10px 0 10px 5%;
}

.searchgreenbar form#searchform {margin-left: 0;}

.searchgreenbar form#searchform input {
    width: 94%;
}

.threepart {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    -webkit-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.75);
    text-align: center;
	border-top: 5px solid #03683a;
    margin-top: -8px;
}

.threepart ul {
    margin: 0;
}

.threepart li {
    display: inline-block;
    width: 30%;
    padding: 10px 20px;
    vertical-align: top
}

.threepart li h2 {
    font-weight: 500;
	font-size: 34px
}

.dsection_1 {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
    text-align: center;
	 -webkit-box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 4px -3px rgba(0,0,0,0.75);
}

.dsection_1 img {
    width: 100%;
}

.dsection_1 p {
    width: 65%;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.dsection_1 h2 span {
    display: inline-block;
    width: 100%;
}

.dsection_1 h2 span:after {
    content: '';
    width: 342px;
    height: 23px;
    background: url(https://www.healthecentre.co.za/wp-content/themes/healthcenter/images/linemid.png) 0 0 no-repeat;
    display: inline-block;
}

.dsection_1 h2 {
    font-weight: 500;
	font-size:32px;
}

.dsection_1 h3 {
    color: #078707;
    text-transform: uppercase;
	font-size:27px;
}


.dsection_2 {
    display: inline-block;
    width: 100%;
	 -webkit-box-shadow: 0px 6px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 12px -3px rgba(0,0,0,0.75);
	    padding: 50px 0
}

.dsection_2 img {
    width: 100%;
}

.dsection_2 h2 {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
			font-size:40px;
}

.dsection_2 h2 span {
    display: inline-block;
    width: 100%;
    margin-left: -20px
}

.dsection_2 h2 span:after {
    content: '';
    width: 342px;
    height: 23px;
    background: url(https://www.healthecentre.co.za/wp-content/themes/healthcenter/images/lineleft.png) 0 0 no-repeat;
    display: inline-block;
}

.dsection_2 ul{
	margin:0;
	padding-left: 30px;
}

.dsection_2 ul li{
	margin-bottom: 8px
}

.dsection_3 {
    display: inline-block;
    width: 100%;
    padding: 50px 0;
	background: #f4f4f4;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.75);
}

.dsection_3 h2 {
    font-weight: 500;
	text-transform: uppercase;
	font-size:40px;
}

.dsection_3 .veralign span.linebd:after {
    content: '';
    width: 292px;
    height: 23px;
    background: url(https://www.healthecentre.co.za/wp-content/themes/healthcenter/images/lineright.png) 0 0 no-repeat;
    display: inline-block;
}

.dsection_3 ul{
	margin:0;
	padding-left: 30px;
}

.dsection_3 ul li{
	margin-bottom: 5px;
		display:inline-block;
	width: 100%;
}

.dsection_3 span {
    display: inline-block;
    width: 100%;
}

.dsection_3 .col-lg-6 {
    vertical-align: middle;
}

.veralign {
    display: inline-table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: right;
    padding-left: 50px;
}

.midver {
    display: table-cell;
    vertical-align: middle;
}
.dsection_3 h3 {
    font-size: 20px;
    text-transform: uppercase;
    padding: 0;
	font-weight: 500;
}

.dsection_2 .col-lg-7 {
    padding-left: 40px;
}

.dsection_3 .col-lg-7 .col-lg-2 {
    text-align: right;
}

.dsection_3 .col-lg-7 {
    padding-right: 60px;
}

.page-template-home-template {
    color:#000;
}

.footernew {
    display: inline-block;
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0;
	font-size:13px;
}

.row.bdr {
    border-bottom: 2px solid green;
}

.footernew h4 {
    text-align: center;
    font-size: 16px;
	font-weight:600;
}

.footernew ul {
    margin: 0;
    padding-top: 20px;
    text-align: center;
}

.footernew ul li {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}

.twoul ul li{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: left
}


.footernew ul li a {
    color: #000;
    display: inline-block;
    position: relative;
}

.footernew ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #000;
    width: 0;
    height: 1px;
}

.footernew ul li a:hover:after {
    width: 100%;
}

.socialfooter {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.socialfooter a {
    display: inline-block;
    background: #000;
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-left: 3px;
    margin-bottom: 5px;
	line-height: 28px;
    font-size: 18px;
}

.socialfooter a:hover {transform: rotate(360deg);}

.sitemapt {
    text-align: right;
    font-weight: 500;
    margin-top: 20px;
}
.sitemapt a {
    display: block;
    color: #000;
}
.footernew .widget_text {
    margin-top: -40px;
}
.blogtopsection {
    display: inline-block;
    width: 100%;
    float: left;
}

.bcattitle {
    color: #028400;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.page-id-1448 h2 {
    font-weight: 700;
}

.blogtopleft p {
    width: 86%;
}

a.breadarticle {
    background: #028400;
    color: #fff;
    font-size: 24px;
    padding: 10px 20px;
}

a.breadarticle:hover {
    background: #fff;
    color: #028400;
    border: 1px solid #028400;
}
.bbtn {
    margin-top: 40px;
}
.bbtn {
    margin-top: 40px;
}

.popular-news {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 80px;
}

.pnews-cont {
    margin-top: 20px;
}

.cat-date {
    color: #028400;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 10px;
    height: 50px;
}
.pnews-cont p {
    margin-top: 14px;
}

a.rarticle {
    color: #028400;
    font-weight: 700;
}
.popular-news .owl-nav {
    position: absolute;
    text-align: right !IMPORTANT;
    display: inline-block;
    width: 100%;
    top: 0;
    margin-top: -55px !IMPORTANT;
    margin-left: -16px;
}



.popular-news .owl-nav span {
    font-size: 50px;
    color: #028400;
}

button.owl-prev {
    width: 30px;
}
.blogfaq {
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 80px;
}

.fqsmlhead {
    text-align: center;
    color: #028400;
    font-size: 18px;
}

.blogfaq h2 {
    text-align: center;
}

.bfaqsection {
    background-image: url('/wp-content/themes/healthcenter/images/blogfqbg.png') !IMPORTANT;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin-top: 20px;
    background-position: center;
}

.faq-righttxt {display: inline-block;width: 50%;padding: 40px 80px 70px 80px;background: rgba(0,0,0,0.7);color: #fff;float: right;}

h2.blogfqhead {
    text-align: left;
    color: #fff;
}
a.rarticle:hover {
    color: #000;
}
.popular-news .owl-nav span:hover {
    color: #000;
   
}

.popular-news .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.smal-title {
    text-decoration: underline;
    font-weight: bold;
}
.faq-righttxt h2 {
    margin-bottom: 6px;
}



.row.bg {
    background: #ddd;
    padding: 20px;
    margin-bottom: 40px;
}
.fserchhead1 {
    text-align: right;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    margin-top: 16px;
    text-transform: capitalize;
}
form.is-search-form.is-form-style.is-form-style-3 {
width: 50%;
}
form.is-search-form.is-form-style.is-form-style-3 input {
border-radius: 30px;
padding: 26px;
}
form.is-search-form.is-form-style.is-form-style-3 {
width: 50%;
}
form.is-search-form.is-form-style.is-form-style-3 input {
border-radius: 30px;
padding: 26px;
}
.is-form-style input.is-search-submit, .is-search-icon {
background: #007bff !IMPORTANT;
color: #fff !IMPORTANT;
border-radius: 50% !IMPORTANT;
margin-left: -98px !IMPORTANT;
border: none !IMPORTANT;
}
.is-form-style .is-search-submit path {
fill: #fff !IMPORTANT;
}
.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}
.popular-news .owl-stage-outer.owl-height {
     height: 500px !important;
}

.pnews-cont p {
    font-size: 14px !important;
    width: 96%;
    margin-bottom: 30px;
}

.medical_conditions-template .innerpage h2:after {
    content: "";
    width: 330px;
    height: 3px;
    background-color: #000;
    left: 0;
    position: relative;
    display: block;
    top: 0px;
}
.innsection2 table tr {
    height: 46px;
}
.midmenu ul li ul li {
    margin-bottom: -18px !IMPORTANT;
}

.midmenu ul li ul li a span {
    font-size: 13px !IMPORTANT;
    line-height: 18px;
}
.mainmenu ul li ul li {
    margin-bottom: -18px !IMPORTANT;
}

.mainmenu ul li ul li a span {
    font-size: 16px !IMPORTANT;
    line-height: 18px;
}
.midmenu ul li ul li a span:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 14px;
    
}
.mainmenu ul li ul li a span:before {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "FontAwesome";
    content: "\f0da";
    font-size: 14px;
    
}
.mainmenu  nav#ubermenu-main-1 ul li ul {
    padding-bottom: 20px !IMPORTANT;
   
}
.midmenu  nav#ubermenu-main-1 ul li ul {
    padding: 10px !IMPORTANT;
    width: 800px !IMPORTANT;
}

.childmenuu ul {
    margin-left: -34px !IMPORTANT;
}

.childmenuu ul li a {
    color: #056804;
    font-weight: 500;
}

.childmenuu ul li {
    margin-bottom: 16px;
    display: block !IMPORTANT;
}

.srctop .row.bg {
    background: #028400;
}

.srctop {
    margin-bottom: -40px;
}

.srctop .fserchhead1 {
    color: #fff;
    font-size: 20px;
}

.srctop form.is-search-form.is-form-style.is-form-style-3 {
    margin-left: 140px;
}

.srctop .fserchhead1 {
    margin-left: 140px;
    margin-top: 10px;
}

.page-id-950 .srctop.pgeform {
    display: none;
}

.search-results .srctop {
    display: none;
}
.single .gt_switcher.notranslate {
    margin-left: -66px;
    margin-top: 8px;
}


/*Blog Page Css*/

small.gt {
    color: #028400;
    font-weight: 600;
}

.top-artical {
    display: inline-block;
    width: 100%;
    padding-top: 50px
}

.top-artical h2 {
    padding-bottom: 10px;
}

.gbtn {
    display: inline-block;
    width: 100%;
}

.gbtn a {
    background: #028400;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
}

.gbtn a:hover {
    background: #000;
}

.faqdiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px
}

.faqdiv h2,.faqdiv small {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.overimgart {display: inline-block;width: 100%;position: relative;margin-top: 20px;}

.overimgart img {
    width: 100%;
}

.blackoverart {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background: rgba(0,0,0,.8);
    right: 0;
    padding: 30px;
    color: #fff;
}

.blackoverart h2 {
    text-align: left;
    color: #fff;
    padding-bottom: 20px;
}

.blackoverart small {
    text-align: left;
}

.popular_news {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.popular_news h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

.imgnews {
    display: inline-block;
    width: 100%;
}

.imgnews img {
    width: 100%;
}

.textnews {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}

.textnews small.gt {
    padding-bottom: 5px;
    display: inline-block;
}

.textnews p strong {
    padding-right: 5px;
}

.textnews a {
   background: #028400;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
}

.textnews a:hover {
    background: #000;
 
}

.popular_news .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
    margin-top: 0;
}

.popular_news .owl-theme .owl-dots {
    display: none;
}

.popular_news .owl-theme .owl-nav button {
    font-size: 50px !important;
    color: #028400 !important;
}

.popular_news .owl-theme .owl-nav button:hover {
    background: none !important;
    color: #000 !important;
}

.imgnews img {
    height: 250px !IMPORTANT;
    object-fit: cover;
}

.blackoverart p:blank {
  display: none;
}
.srctop form#searchform {
    margin-left: 150px;
}

.srctop form#searchform {}

.srctop form#searchform input {
    border-radius: 30px;
    width: 40%;
    padding: 10px;
}

.srctop button#searchsubmit i {
    background: blue;
    color: #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: -2px;
    position: relative;
    left: -16px;
    line-height: 19px;
}
.rightdiv section#gtranslate-2 {
    width: 20%;
    top: 14px;
}

section.inner-page-area.lstory {
    background: #F1F1F1;
    padding-bottom: 60px;
}

.lstories .row:nth-child(even) {
    background: #fff;
    border-top: 2px solid gray;
}

.simg {
    width: 90%;
}

.lstories .row {
    margin-bottom: 10px;
    padding: 10px 0;
}

.ltit {
    font-size: 30px;
    line-height: 38px;
    margin-top: 60px;
    text-align: center;
}

.ltext {
    margin-top: 55px;
}



.lstories h1 {
    margin-bottom: 32px;
    margin-top: 30px;
}
.blogpsts a {
    background: #028400;
    color: #fff;
    padding: 16px 40px;
    font-size: 20px;
}

.blogpsts a:hover {
    background: #000;
    
}

.blogpsts {
    display: inline-block;
    text-align: center;
    width: 100%;
  margin-bottom: 80px;
    margin-top: 30px;
}
.medipge .overviwdiv {
    background: none;
    padding: 0;
}
.medipge .col-lg-9 {
    padding: 0 26px;
    margin-top: 24px;
}
.medipge .articlediv {
    margin-left: 0;
    margin-top: 0px;
}

.medipge .articlediv h2 {
    font-size: 28px;
    font-weight: 600;
}

.medipge h1 br {
    display: none;
}

.medipge .col-lg-3 {border-right: 1px solid #ddd;}
.innerpage.mdart.medipge {
    margin-top: -20px;
}

.innerpage.mdart.medipge .innsection2 {
    background: none;
}
.lbtnn {
    padding: 20px;
}
.row.sall {
    color: #3cae2a !important;
    line-height: 30px;
}

.row.sall a:hover {
    color: #000;
}

.row.sall h2 {
    font-size: 26px;
    font-weight: bold !IMPORTANT;
}