/*

Theme Name: Articles

Theme URI: http://www.astutesol.com/

Author: the Astutesol team

Author URI: http://www.astutesol.com/

*/



/* =Reset

-------------------------------------------------------------- */



/* CSS Document */

.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
img {
	border: none;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
@font-face {
	font-family: 'MichaelJamesNelsonDelightfullyOffbeat';
	src: url('font/michaeljamesnelson.eot');
	src: url('font/michaeljamesnelson.eot') format('embedded-opentype'),  url('font/michaeljamesnelson.woff') format('woff'),  url('font/michaeljamesnelson.ttf') format('truetype'),  url('font/michaeljamesnelson.svg#MichaelJamesNelsonDelightfullyOffbeat') format('svg');
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('font/myriadproregular.eot');
	src: url('font/myriadproregular.eot?#iefix') format('embedded-opentype'),  url('font/myriadproregular.woff') format('woff'),  url('font/myriadproregular.ttf') format('truetype'),  url('font/myriadproregular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';
	src: url('font/lato-bol.eot');
	src: url('font/lato-bol.eot?#iefix') format('embedded-opentype'),  url('font/lato-bol.woff') format('woff'),  url('font/lato-bol.ttf') format('truetype'),  url('font/lato-bol.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latoregular';
	src: url('font/lato-reg.eot');
	src: url('font/lato-reg.eot?#iefix') format('embedded-opentype'),  url('font/lato-reg.woff') format('woff'),  url('font/lato-reg.ttf') format('truetype'),  url('font/lato-reg.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_slabregular';
	src: url('font/roboto_slab_regular.eot');
	src: url('font/roboto_slab_regular.eot?#iefix') format('embedded-opentype'),  url('font/roboto_slab_regular.woff') format('woff'),  url('font/roboto_slab_regular.ttf') format('truetype'),  url('font/roboto_slab_regular.svg#roboto_slabregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.main-container {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.logo-div{
	margin:0 auto;
	padding:50px 0;
	overflow:hidden;
	max-width:1100px;
	position:relative;
}
.logo{
	display:block;
	margin:0 auto;
	max-width:350px;
}
.logo img{
	width:100%;
	display:block;
}

.loginbtn1{
	top:50px;
	right:0;
	position:absolute;
}
.loginbtn1 > a{
	color:#fff;
	width:150px;
	height:44px;
	margin-left:5px;
	border-radius:3px;
	text-align:center;
	background:#9d110f;
	vertical-align:top;
	text-decoration:none;
	display:inline-block;
	box-sizing:border-box;
	text-transform:uppercase;
	border-bottom:3px solid #860e0d;
	font:700 15px/44px 'Lato', sans-serif;
}

.main_inner h2{
	color:#374405;
	margin:0 0 40px;
	text-align:center;
	text-transform:uppercase;
	text-shadow:0 0 2px rgba(255,255,255,1);
	font:46px/50px 'roboto_slabregular';
}
.btn-default,
input[type="submit"].btn-default{
	color:#fff;
	width:150px;
	height:44px;
	display:block;
	border-radius:3px;
	text-align:center;
	background:#9d110f;
	text-decoration:none;
	box-sizing:border-box;
	text-transform:uppercase;
	border-bottom:3px solid #860e0d;
	font:700 15px/44px 'Lato', sans-serif;
}
body {
	margin: 0;
	padding: 0;
	background: url("images/main-bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
}

.header{
	z-index:99;
	width:100%;
	padding:26px 0;
	background:#fff;
	position:relative;
	border-bottom:3px solid #a3bf5e;
}
.header .opener{
	top:3px;
	right:10px;
	width:30px;
	height:30px;
	display:none;
	cursor:pointer;
	position:absolute;
}
.header .opener:after{
	top:13px;
	right:5px;
	width:0;
	height:0;
	content:'';
	position:absolute;
	border-width:7px 7px 0;
	border-style:solid;
	border-color:#000 transparent transparent;
}
.header_inner{
	margin:0 auto;
	max-width:1104px;
}
.header_inner ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	letter-spacing:-4px;
	font:17px/24px "latoregular";
}
.header_inner ul:after{
	clear:both;
	content:'';
	display:block;
}
.header_inner ul li{
	padding:0 12px;
	letter-spacing:0;
	position:relative;
	vertical-align:top;
	display:inline-block;
}
.header_inner ul li:hover > a,
.header_inner ul li.active > a{
	color:#468521;
}
.header_inner ul li:first-child:after{
	display:none;
}
.header_inner ul li:after{
	top:5px;
	left:0;
	bottom:3px;
	width:1px;
	content:'';
	position:absolute;
	background:#d2d2d2;
}
.header_inner ul li a{
	color:#7a7a7a;
	text-decoration:none;
}
.header_inner ul ul{
	left:0;
	top:100%;
	width:200px;
	display:none;
	font-size:14px;
	text-align:left;
	line-height:18px;
	background:#fff;
	padding:26px 0 0;
	position:absolute;
}
.header_inner ul ul li{
	padding:0;
	display:block;
	color:#a7a7a7;
	background:#fff;
	border-top:1px solid #a7a7a7;
}
.header_inner ul ul li:after{
	display:none;
}
.header_inner ul ul li a{
	display:block;
	padding:10px 20px;
}
.header_inner ul ul li a:hover{
	color:#fff;
	background:#9d120f;
}
.header_inner ul li:hover ul{display: block;}


.main {
	width: 100%;
	float: left;
}
.main_inner {
	margin: 0 auto;
}
.loginbtn {
	width: 100%;
	float: left;
	margin-top: 13px;
}
.loginbtn img {
	float: right;
}
.content_area h1 {
	color: #2E2E2E;
	font-family: 'roboto_slabregular';
	font-size: 77px;
	font-weight: 400;
	margin: 0 0 -12px;
	padding: 0;
	text-align: center;
}
.content_area h1 span {
	font-size: 79px;
	font-family: 'roboto_slabregular';
	color: #9d110f;
	font-weight: 700;
}
.content_area h2 {
	text-align: center;
	padding: 0;
	margin: 0 0 15px;
	font-size: 30px;
	font-family: 'latoregular';
	color: #374405;
}
.search_form {
	width: 710px;
	float: left;
}
.search_form input {
	width: 269px;
	height: 30px;
	color: #3b3939;
	font-size: 17px;
	font-family: 'latoregular';
	padding: 10px 10px 10px 10px;
	background: #fff;
	border-radius: 2px;
	border: 0;
}
.search_form select {
	border: 0 !important;
	border-radius: 2px;
	color: #929292;
	font-family: 'latoregular';
	font-size: 17px;
	height: 51px;
	padding: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 290px;
	appearance: none;
	background: url("images/dropdown-bg.png") no-repeat scroll 258px center #FFFFFF;
}
input[type="submit"] {
	width: 120px;
	height: 50px;
	background: url("images/serch-bg.png") no-repeat scroll 0 2px rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 22px;
	font-family: 'latoregular';
	border: 0;
}
p {
	color: #2e2e2e;
	font-size: 15px;
	font-family: 'latoregular';
	padding: 0;
	margin: 0;
	text-align: right;
}
.content_area {
	margin: 0 auto;
	width: 707px;
}

.latest-news{
	margin:0 auto;
	overflow:hidden;
	max-width:1104px;
	position:relative;
}
.latest-news .box{
	overflow:hidden;
	margin:0 0 40px;
}
.latest-news .box p{
	margin:0;
	color:#656565;
	font-size:20px;
	text-align:left;
	line-height:28px;
}
.latest-news .form-div{
	padding:40px;
	overflow:hidden;
	background:#fff;
	position:relative;
}
.latest-news .form-box{
	overflow:hidden;
	padding:0 0 30px;
	border-bottom:1px dashed #b2b2b2;
}
.latest-news .btn-default{ margin:30px 0 0;}


.footer {
	background: url("images/footer-bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.footer_inner {
	margin: 0 auto;
	width: 1001px;
	overflow: hidden;
}
.footer-inner-bgd {
	margin: 200px auto 0;
	width: 1001px;
	overflow: hidden;
}
.footer-navigation {
	width: 519px;
	float: left;
	margin-top: 25px;
	margin-bottom: 20px;
}
.footer-navigation h2 {
	color: #fff;
	font-size: 24px;
	font-family: 'roboto_slabregular';
	padding-bottom: 13px;
	margin: 0;
}
.footer-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-navigation ul li {
	display: inline;
	width: 150px;
	float: left;
	padding-bottom: 10px;
	color: #66a245;
	margin: 0;
}
.footer-navigation ul li a {
	display: inline;
	font-family: 'latoregular';
	color: #66a245;
	text-decoration: none;
	font-size: 14px;
}
.footer-social {
	width: 293px;
	float: left;
	margin-top: 25px;
}
.footer-social h2 {
	color: #fff;
	font-size: 24px;
	font-family: 'roboto_slabregular';
	padding-bottom: 13px;
	margin: 0;
}
.footer-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-social ul li {
	display: inline;
	float: left;
	padding-bottom: 10px;
	margin-right: 15px;
	width: auto;
	margin: 0 15px 0 0;
}
.footer-social ul li a {
	display: inline;
	font-family: 'latoregular';
	color: #7a7a7a;
	text-decoration: none;
	font-size: 14px;
}
.footer-contact {
	width: 189px;
	float: left;
	margin-top: 25px;
}
.footer-contact h2 {
	color: #fff;
	font-size: 24px;
	font-family: 'roboto_slabregular';
	padding-bottom: 13px;
	margin: 0;
}
.address {
	background: url(images/drop-png.png) no-repeat left top;
	padding-left: 25px;
	color: #66a245;
	font-size: 14px;
	float: left;
	font-family: 'latoregular';
}
.phone {
	background: url(images/pho-img.png) no-repeat left;
	padding-left: 25px;
	color: #66a245;
	font-size: 14px;
	float: left;
	margin-top: 5px;
}
.phone a,  .email a {
	color: #66a245;
	font-family: 'latoregular';
	text-decoration: none;
}
.email {
	background: url(images/msg-img.png) no-repeat left;
	padding-left: 25px;
	color: #66a245;
	font-size: 14px;
	float: left;
	margin-top: 5px;
}
.footer-bottom {
	margin: 0 auto;
	width: 1001px;
	padding: 15px;
}
.footer-bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.footer-bottom ul li {
	display: inline;
	margin: 0;
	float: none;
	width: auto;
	padding-bottom: 10px;
	color: #46722c;
	font-family: 'roboto_slabregular';
	font-size: 13px;
}
.footer-bottom p {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'roboto_slabregular';
	color: #46722c;
	font-size: 13px;
	padding: 5px 0;
}
.footer-bottom p a {
	color: #46722c;
	text-decoration: none;
}
.footer-bottom ul li a {
	display: inline;
	font-family: 'roboto_slabregular';
	color: #46722c;
	text-decoration: none;
	font-size: 13px;
	border-right: 1px solid #46722c;
	padding-right: 7px;
	padding-left: 7px;
}
.footer-bottom ul li:last-child a {
	border-right: none;
}
.about-text {
	text-align: center;
	font-family: 'MichaelJamesNelsonDelightfullyOffbeat' !important;
	font-size: 30px !important;
	text-align: center !important;
	color: #367d10;
	margin-bottom: 35px;
}
.footer-end {
	width: 100%;
	background: #204d06;
	float: left;
}
select {
	-moz-appearance: none;
}
.content_area_form{
	margin:0 auto;
	overflow:hidden;
	max-width:1104px;
	padding-bottom: 21px;
	border-radius: 5px 6px 0 0;
}
.heading-div{
	display:block;
	background: none repeat scroll 0 0 #468521;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size:28px;
	overflow:hidden;
    padding:15px 40px;
	font-family: 'roboto_slabregular';
}
.form-divs{
	padding:40px;
	background:#fff;
	overflow:hidden;
}
.box-1 {
	float: left;
	width: 400px;
}
.box-2 {
	float: left;
	width: 560px;
	padding-top: 50px;
}
.form-divs-login {
	float: left;
	margin: 20px 0 0 17px;
	width: 961px;
	height: 238px;
}
.form-heading {
	color: #468521;
	float: left;
	font-size: 22px;
	margin: 20px 0 14px 16px;
	width: 100%;
	font-family: 'roboto_slabregular';
}
.form-heading span {
	color: #7a7a7a;
	float: left;
	font-size: 14px;
	margin: 0;
	width: 100%;
	font-family: 'latoregular';
}
.form-first {
	float: left;
	width: 100%;
}
.form-first-adc {
	float: left;
	width: 100%;
}
.form-first-login {
	float: left;
	width: 100%;
	margin-bottom: 23px;
}
.form-first-login2 {
	float: left;
	width: 100%;
}
.form-inner {
	float: left;
	width: 100%;
}
.form-inner2 {
	margin: 51px auto 0;
	width: 602px;
}
.forget-pass {
	float: right;
	margin-right: 63px;
	margin-top: 8px;
}
.forget-pass > a {
	color: #468521;
	font-family: 'latoregular';
	font-size: 13px;
	text-decoration: none;
}
.label-form {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 147px;
	font-family: 'latoregular';
	margin-top: 8px;
	color: #4f4f4f;
}
.label-form-adc {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 184px;
	font-family: 'latoregular';
	margin-top: 8px;
	color: #4f4f4f;
}
.select-form {
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #EDEDED;
	height: 40px;
	margin-left: 13px;
	padding: 9px 11px 10px 15px;
	width: 779px;
	margin-bottom: 15px;
	color: #9a9a9a;
}
.select-form2 {
	background: url("images/select-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #9A9A9A;
	height: 39px;
	margin-bottom: 15px;
	margin-left: 13px;
	padding: 9px 11px 10px 15px;
	width: 350px;
}
.form-first-adc [type="text"] {
	background: none repeat scroll 0 0 #FAFAFA;
	border-top: 2px solid #E7E7E7;
	border-left: 2px solid #E7E7E7;
	border-bottom: none;
	border-right: none;
	height: 17px;
	margin-left: 13px;
	padding: 9px 11px 10px 15px;
	width: 319px;
	margin-bottom: 13px;
}
#final {
	background: none;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 29px;
	height: 85px;
	margin: 111px 0 0 381px;
	width: 237px;
	float: left;
}
.form-first [type="text"] {
	height: 17px;
	width: 670px;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #EDEDED;
	margin-left: 13px;
	padding: 9px 11px 10px 15px;
}
.form-first-login [type="text"] {
	background: url("images/vector-img.png") no-repeat scroll 11px 10px #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #EDEDED;
	height: 17px;
	margin-left: 13px;
	padding: 9px 11px 10px 30px;
	width: 335px;
}
.form-first-login2 [type="text"] {
	background: url("images/search-img.png") no-repeat scroll 11px 10px #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #EDEDED;
	height: 17px;
	margin-left: 13px;
	padding: 9px 11px 10px 30px;
	width: 335px;
}
#check-btn {
	background: url("images/chak-btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #FFFFFF;
	height: 37px;
	margin-left: 9px;
	width: 73px;
}
.year-form {
	float: left;
	font-size: 14px;
	margin: 11px 0 26px 27px;
	color: #9a9a9a;
	font-family: 'latoregular';
}
.year-form2 {
	float: left;
	font-size: 14px;
	margin: 10px 0 14px 27px;
	color: #9a9a9a;
	font-family: 'latoregular';
}
.label-form2 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 147px;
	font-family: 'latoregular';
	margin-top: 9px;
	color: #4f4f4f;
}
.label-form-adc2 {
	color: #4F4F4F;
	float: left;
	font-family: 'latoregular';
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 17px;
	margin-left: 10px;
	margin-top: 9px;
	width: 147px;
}
.form-heading-new {
	float: left;
	font-size: 18px;
	margin-bottom: 16px;
	margin-left: 17px;
	color: #9a9a9a;
	font-family: 'MichaelJamesNelsonDelightfullyOffbeat';
}
.form-first3 {
	float: left;
	width: 100%;
}
.form-first3 [type="text"] {
	height: 17px;
	width: 751px;
	background: none repeat scroll 0 0 #FAFAFA;
	border: 1px solid #EDEDED;
	margin-left: 13px;
	padding: 9px 11px 10px 15px;
	margin-bottom: 13px;
}
.year-form2 > a {
	font-size: 12px;
	text-decoration: none;
	font-family: 'latoregular';
	color: #468521;
	margin-left: -14px;
}
.form-btn {
	background: none repeat scroll 0 0 #468521;
	color: #FFFFFF;
	float: left;
	height: 37px;
	margin: 0 0 21px 15px;
	padding-top: 10px;
	text-align: center;
	width: 930px;
	font-size: 20px;
	font-family: 'latoregular';
}
#btn-main {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	font-family: 'latoregular';
}
.form-divs2 {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	width: 961px;
	margin: 20px 0 0px 17px;
}
.label-form3 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	width: 147px;
	font-family: 'latoregular';
	margin-top: 7px;
	color: #468521;
}
.footer2 {
	background: url("images/form-footer-bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.footer3 {
	background: url("images/adc-footer-bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.footer4 {
	background: url("images/login-footer-bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.footer5 {
	background: url("images/td-footer-bg.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.footer6 {
	background: url("images/td-footer-bg02.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.footer_bgd {
	background: url("images/footer-bgd.png") repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
	width: 100%;
	height: 382px;
	float: left;
}
.drop-menu {
	float: right;
	margin: 24px 18px 0 0;
}
.drop-menu ul {
	background: url("images/drop-down.png") no-repeat scroll 122px 23px rgba(0, 0, 0, 0);
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 17px 0;
	list-style: none;
}
.drop-menu ul li {
	font: 13px;
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 14px 20px;
	background: none;
	cursor: pointer;
}
.drop-menu ul li:hover {
	background: none;
	color: #000;
}
.drop-menu ul li ul {
	padding: 0;
	position: absolute;
	top: 48px;
	left: 0;
	width: 188px;
	display: none;
	opacity: 0;
	visibility: hidden;
}
.drop-menu ul li ul li {
	background: #fff;
	display: block;
	color: #a7a7a7;
	font-size: 12px;
	border-bottom: 1px solid;
	margin: 0 58px 0 -47px;
}
.drop-menu ul li ul li:hover {
	background: #9d120f;
	color: #fff;
}
.drop-menu ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
/*** Natural Therapies Style Start ***/

.list-menu{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	vertical-align:top;
	display:inline-block;
}
.list-menu span{
	color:#fff;
	width:150px;
	height:44px;
	padding:0 5px;
	cursor:pointer;
	display:block;
	border-radius:3px;
	text-align:center;
	background:#48a018;
	box-sizing:border-box;
	text-transform:uppercase;
	border-bottom:3px solid #3d8814;
	font:700 15px/44px 'Lato', sans-serif;
}
.list-menu:hover .drop{
	display:block;
}
.list-menu .drop{
	left:0;
	top:100%;
	width:150px;
	display:none;
	background:#fff;
	position:absolute;
	font:14px/18px 'Lato', sans-serif;
}
.list-menu .drop > a{
	display:block;
	color:#7a7a7a;
	padding:8px 10px;
	text-decoration:none;
	border-top:1px solid #ccc;
}
.list-menu .drop a:hover{
	color:#9d110f;
}
.nt_box_all {
	float: left;
	width: 100%;
}
.nt_box_outer {
	width: 925px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.nt_box {
	float: left;
	width: 174px;
	margin: 0 12px 0 0;
}
.last_nt {
	margin: 0 !important;
	float: left;
}
.nt_box_head {
	background: #468521;
	width: 164px;
	height: 27px;
	padding: 10px 0 0 10px;
	font-family: 'latobold';
	font-size: 16px;
	color: #fff;
}
.nt_box_list {
	float: left;
	margin: 10px 0 10px;
}
.nt_box_list ul {
	float: left;
	margin: 0;
	padding: 0;
}
.nt_box_list ul li {
	list-style: none;
	background: url(images/nt_bullet.png) no-repeat left center;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: 'latoregular';
	font-size: 14px;
	color: #7e7e7e;
	line-height: 27px;
}
/*** Natural Therapies Style End ***/





/*** Therapy Listing Style Start ***/

.tl_all {
	float: left;
	width: 100%;
}
.tl_all_outer {
	width: 925px;
	margin: 0 auto 10px;
	overflow: hidden;
}
.tl_toptext_all {
	width: 100%;
	float: left;
}
.tl_toptext_all p {
	font-family: 'latoregular';
	font-size: 14px;
	color: #9b9b9b;
	float: left;
}
.tl_toptext_all span {
	font-family: 'latoregular';
	font-size: 14px;
	color: #9b9b9b;
	float: right;
}
.tl_top_head {
	background: #d0eebe;
	width: 100%;
	height: 25px;
	margin: 10px 0 10px 0;
	padding: 8px 0 0 10px;
	font-family: 'latoregular';
	font-size: 14px;
	color: #468521;
	text-align: left;
	float: left;
}
.tl_box_area {
	background: none repeat scroll 0 0 #d0eebe;
	float: left;
	margin: 0px 0 10px 0;
	height: auto;
	width: 100%;
	border-radius: 3px;
	padding-bottom: 20px;
}
.tl_box_heading{
	color:#fff;
	padding:15px 30px;
	background:#468521;
	border-radius:3px 3px 0 0;
	font:22px/30px 'roboto_slabregular';
}
.tl_box_heading span {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	font-family: 'latoregular';
	font-size: 14px;
}
.tl_box_contnt {
	float: left;
	margin: 20px 0 0 15px;
	width: 890px;
}
.tl_box_contnt h1 {
	width: 100%;
	font-family: 'latoregular';
	font-size: 14px;
	color: #679e47;
	margin: 0 0 10px 0;
}
.tl_box_img {
	float: left;
	width: 140px;
	margin: 0 15px 0 0;
}
.tl_box_txt {
	float: left;
	width: 732px;
	margin: 0;
}
.tl_box_txt h1 {
	width: 100%;
	font-family: 'latoregular';
	font-size: 16px;
	color: #9d110f;
	margin: 0 0 10px 0;
}
.tl_box_txt p {
	width: 100%;
	font-family: 'latoregular';
	font-size: 14px;
	color: #65a93c;
	margin: 0 0 10px 0;
	text-align: left;
}
.Qi_author_detail {
	float: left;
	width: 100%;
}
.Qi_author {
	float: left;
	font-family: 'latoregular';
	font-size: 14px;
	color: #9d110f;
	margin: 0 68px 0 0;
}
.last_Qi {
	margin: 0 !important;
}
.Qi_author img {
	float: left;
	margin: 0 5px 0 0;
}
.tl_paging_outer{
	overflow:hidden;
	text-align:center;
}
.tl_paging_outer a,
.tl_paging_outer span{
	color:#000;
	padding:5px 10px;
	border-radius:2px;
	text-decoration:none;
	display:inline-block;
	vertical-align:middle;
	font:14px/20px 'latoregular';
}
.tl_paging_outer span.current{
	color:#fff;
	background:#9d110f;
}
.tl_paging_outer a:hover{
	color:#fff;
	background:#9d110f;
}

/*** Therapy Listing Style End ***/







/*** Therapy Detail Style Start ***/

.thrpy_detail_top {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	border-bottom: dashed 1px #e1e1e1;
}
.thrpy_detail_topImg {
	float: left;
	width: 163px;
	margin: 0 20px 0 0;
}

.thrpy_detail_toptxt h1 {
	width: 100%;
	font-family: 'latoregular';
	font-size: 20px;
	color: #9d110f;
	margin: 0 0 10px 0;
}
.thrpy_detail_toptxt p {
	width: 100%;
	font-family: 'latoregular';
	font-size: 16px;
	color: #7a7a7a;
	margin: 0 0 10px 0;
	text-align: left;
	text-align: justify;
}
.thrpy_detail_toptxt img {
	margin-right: 8px;
}
.thrpy_detail_midtxt {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: dashed 1px #e1e1e1;
}
.thrpy_detail_midtxt h1 {
	width: 100%;
	font-family: 'roboto_slabregular';
	font-size: 20px;
	color: #9d110f;
	margin: 0 0 10px 0;
}
.thrpy_detail_midtxt p {
	width: 100%;
	font-family: 'latoregular';
	font-size: 16px;
	color: #7a7a7a;
	margin: 0 0 10px 0;
	text-align: left;
}
.thrpy_detail_form {
	float: left;
	width: 396px;
	margin: 10px 0 0 0;
}
.thrpy_detail_form.right {
	float: right;
}
.thrpy_detail_form.right img {
	float: left;
	margin-right: 5px;
}
.thrpy_detail_form input {
	background: #f4f4f4;
	width: 386px;
	height: 33px;
	border: solid 1px #e5e5e5;
	margin: 0 0 8px 0;
	padding: 0 5px;
	color: #8c8c8c;
}
.td_captcha {
	background: #fff !important;
	width: 76px !important;
	height: 28px !important;
	border: solid 1px #e5e5e5 !important;
	margin: 0 0 8px 0 !important;
	padding: 0 5px !important;
	color: #8c8c8c !important;
}
.thrpy_detail_form textarea {
	width: 386px !important;
	height: 112px !important;
}
.thrpy_detail_form textarea {
	background: #f4f4f4;
	width: 386px;
	height: 112px;
	border: solid 1px #e5e5e5;
	margin: 0 0 8px 0;
	padding: 5px 5px;
	color: #8c8c8c !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}
/*** Therapy Detail Style End ***/





/*** Therapy Manage Style Start ***/

.thrpy_txtareas_all {
	float: left;
	width: 100%;
}
.thrpy_txtareas_outer {
	width: 925px;
	margin: 15px auto;
	overflow: hidden;
}
.thrpy_txtareas_top {
	float: left;
	width: 100%;
}
.thrpy_txtareas_topImg {
	float: left;
	width: 163px;
	margin: 0 20px 0 0;
}
.thrpy_txtareas_topForm {
	float: left;
	width: 740px;
}
.thrpy_txtareas_topForm input {
	background: #fafafa;
	width: 730px;
	height: 37px;
	border: solid 1px #ededed;
	margin: 0 0 8px 0;
	padding: 0 5px;
	color: #7a7a7a;
}
.thrpy_txtareas_topForm textarea {
	width: 730px !important;
	height: 112px !important;
}
.thrpy_txtareas_topForm textarea {
	background: #fafafa;
	width: 730px;
	height: 112px;
	border: solid 1px #ededed;
	margin: 0 0 8px 0;
	padding: 5px 5px;
	color: #7a7a7a !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}
.thrpy_detail_midForm {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}
.thrpy_detail_midForm h1 {
	width: 100%;
	font-family: 'roboto_slabregular';
	font-size: 20px;
	color: #468521;
	margin: 0 0 10px 0;
}
.thrpy_detail_midForm h2 {
	width: 100%;
	font-family: 'latobold';
	font-size: 18px;
	color: #468521;
	margin: 0;
}
.thrpy_detail_midForm h2 span {
	width: 100%;
	font-family: 'latoregular';
	font-size: 18px;
	color: #7c7c7c;
	margin: 0;
}
.thrpy_detail_midForm textarea {
	width: 912px !important;
	height: 112px !important;
}
.thrpy_detail_midForm textarea {
	background: #fafafa;
	width: 912px;
	height: 112px;
	border: solid 1px #ededed;
	margin: 0 0 8px 0;
	padding: 5px 5px;
	color: #7a7a7a !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
}
.thrpy_detail_midForm p {
	width: 100%;
	font-family: 'latoregular';
	font-size: 16px;
	color: #7a7a7a;
	margin: 0 0 10px 0;
	text-align: left;
}
.thrpy_detail_midForm div {
	float: left;
	width: 435px;
}
.thrpy_detail_midForm div2 {
	float: right;
	width: 435px;
}
.thrpy_detail_midForm label {
	width: 50px;
	font-family: 'latoregular';
	font-size: 16px;
	font-weight: bold;
	color: #4f4f4f;
	margin: 8px 10px 0 0;
	text-align: right;
	float: left;
}
.thrpy_detail_midForm select {
	background: #f4f4f4;
	width: 371px;
	height: 40px;
	border: solid 1px #e5e5e5;
	margin: 0 0 8px 0;
	padding: 8px 5px;
	color: #8c8c8c;
}
.thrpy_detail_midForm input {
	background: #fafafa;
	width: 422px;
	height: 37px;
	border: solid 1px #ededed;
	margin: 0 0 8px 0;
	padding: 0 5px;
	color: #7a7a7a;
}
/*** Therapy Manage Style End ***/



.read_more {
	color: #9D110F;
	text-decoration: none;
}
#menu-icon {
	display:none;
}

@media screen and (max-width: 1279px){
	.logo{ width:320px;}
	.main_inner{ padding:0 20px;}
	.header_inner ul li{ padding:0 8px;}
	.search_form{
		margin:0;
	}
}
@media screen and (max-width: 1023px){
	.heading-div{
		height:63px;
		font-size:24px;
		line-height:43px;
		padding:10px 20px;
	}
	.header{ padding:20px 0;}
	.header_inner ul{
		font-size:13px;
		line-height:20px;
	}
	.header_inner ul li{ padding:0 5px;}
	.loginbtn1{
		position:static;
		padding:20px 0 0;
		text-align:center;
	}
	.main_inner h2{
		font-size:40px;
		margin:0 0 20px;
		line-height:44px;
	}
	
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 0
	}
	:before, :after {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	.tl_all_outer {
		width:94%;
	}
	.tl_box_heading {
		padding:10px;
		width:100%;
		font-size:16px;
	}
	.tl_box_contnt {
		width:100%;
		margin:0;
		padding:10px;
	}
	.tl_box_txt {
		width:100%;
	}
	
	.footer2 {
		width:100%;
		background-position:center;
	}
	.footer_inner {
		width:94%;
	}
	.footer-navigation {
    	width: 315px;
	}
	.footer-social {
    	width: 210px;
	}
	.footer-inner-bgd {
    	margin: 200px auto 0px !important;
    	width: 96%;
	}
	.footer-bottom {
		width:100%;
	}
	.list-menu ul li {
		width:165px;
		list-style:none;
		height:40px;
		font-size:13px;
	}
	.thrpy_detail_outer {
		width:94%;
	}
	.thrpy_detail_toptxt {
		width:100%;
	}
	.content_area_form {
		margin-bottom:25px;
	}
	.tl_box_area {
		padding-bottom:0;
	}
	.footer_bgd {
		margin:0 0 0 0;
	}
	.latest-news .form-div{
		padding:30px;
	}
}
@media screen and (max-width: 767px){
	.header .opener{
		display:block;
	}
	.header{padding:0;}
	.header_inner ul{
		display:none;
		text-align:left;
	}
	.header_inner ul li{
		padding:0;
		border-top:1px solid #ccc;
	}
	.header_inner ul li:first-child{ border:0;}
	.header_inner ul li:after{ display:none;}
	.header_inner ul ul{
		padding:0;
		display:block;
		position:static;
		border-top:1px solid #ccc;
	}
	#menu-icon {
		width:100%;
		display:block;
		background: #285F08;
		font-family: 'latoregular';
		font-size:19px;
		cursor:pointer;
		font-weight:bold;
		padding:10px 15px;
		color:#fff;
	}
	.header_inner ul li {
		display:block;
		width:100%;
	}
	.header_inner ul li a {
		display:block;
		font-size:16px;
		padding:8px 15px;
	}
	.header_inner ul li:hover ul{ display:none;}
	.header_inner ul li.active ul{
		display:block;
	}
	.header_inner ul li ul{
		width:100%;
		float:none;
		display:none;
		overflow:hidden;
		position:static;
	}
	.header_inner ul li ul li{
		margin:0;
		float:none;
		display:block;
	}
	.header_inner ul ul li a{ padding:10px 40px;}
	.main_inner h2{
		font-size:24px;
		margin:0 0 10px;
		line-height:30px;
	}
	.loginbtn1 a{
		width:125px;
		margin:0 3px;
		font-size:12px;
	}
	.logo-div{ padding:0 0 20px;}
	.latest-news .box{ margin:0 0 20px;}
	.latest-news .form-div{
		padding:15px;
	}
	.list-menu{
		width:150px;
		display:block;
		margin:10px auto 0;
	}
	.list-menu span{
		font-size:12px;
	}
	.form-divs{ padding:20px;}
	.tl_box_heading{
		font-size:16px;
		line-height:20px;
	}
	.latest-news .box p{
		font-size:16px;
		line-height:22px;
	}
	.latest-news .form-box{
		padding:0 0 15px;
	}
	.latest-news .btn-default{ margin:15px 0 0;}
	.tl_paging_outer{ padding:0 0 20px;}
	.tl_paging_outer a,
	.tl_paging_outer span{
		padding:0 5px;
		font-size:13px;
		line-height:24px;
	}
	
	.footer,
	.footer_bgd,
	.footer4  {
		background:#285F08 !important;
		height:auto !important;
	}
	.footer-inner-bgd {
		margin:0 auto !important;
	}
	.footer-navigation,
	.footer-social,
	.footer-contact {
		width:96%;
	}
	.footer-navigation ul li {
		width:140px;
	}
	.footer-bottom {
		width:100%;
	}
	.footer-bottom ul li a {
		padding:0 4px;
	}
	.footer-inner-bgd {
		width:94%;
	}
	.logo {
		display:none;
	}
	.phone,
	.address,
	.email {
		width:100%;
	}
	.footer_bgd .main_inner,
	.footer .main_inner {
		display:none !important;
	}
	.footer_bgd {
		margin:0 0 0 0;
	}
	.footer-contact {
		margin-bottom:25px;
	}
}