/*---------------------------------------
			COMMON               
-----------------------------------------*/

.therapies-sec .no-padding.col-xs-12,
.specialities-sec .no-padding.col-xs-12,
.acupuncture-sec .no-padding.col-xs-12,
.header-top-bar .no-padding.col-xs-12 {
    padding: 0;
}
/*---------------------------------------
			Index Page              
-----------------------------------------*/
/*---------------------------------------
			HEADER               
-----------------------------------------*/

.menu-item.menu-item-29 span {
    width: 55px;
    display: inline-block;
}
.menu-item.menu-item-23 span {
    width: 70px;
    display: inline-block;
}
.header-top-bar {
    background: rgba(92, 128, 51, 0.88);
    border-bottom: 1px solid #54752f;
    font-family: 'Source Sans Pro', sans-serif;
}
.header-top-bar-right {
    float: right;
}
.header-top-bar-right ul li {
    float: left;
}
.header-top-bar-right .nav-email-icon {
    background: url("../images/icon-email.png") left center no-repeat transparent;
    padding-left: 22px;
}
.header-top-bar-right .nav-call {
	background: linear-gradient(to bottom, #fff600 0%, #c5be05 80%);
    border-left: 1px solid #54752f;
    border-right: 1px solid #54752f;
    font-size: 18px;
    font-weight: 700;
}
.header-top-bar-right .nav-call:hover {
	background: linear-gradient(to bottom, #c5be05 0%, #fff600 80%);
}
.header-top-bar-right .nav-call .nav-call-icon {
    background: url("../images/icon-call.png") left center no-repeat transparent;
    padding-left: 22px;
    color: #b2a100;
}
.header-top-bar-right .nav-call .nav-call-icon span {
    color: #363636 !important;
}
.header-top-bar-right .nav-book {
    background: #1bb5d3;
    border-right: 1px solid #54752f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.header-top-bar-left ul li a,
.header-top-bar-right ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px;
}
.header-top-bar-left ul li a span,
.header-top-bar-right ul li a span {
    color: #8abf4c;
}
/* ------------top bottom nav------------ */

.header-btm .navbar-default {
    background-color: rgba(116, 162, 64, 0.88);
    border-color: #5c8033;
}
.header-btm .navbar {
    margin-bottom: 0px;
    border-radius: 0px;
    border-top: 0px;
}
.header-btm .navbar-brand {
    padding: 21px 0px;
}
.header .header-btm .navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 33px 0px 33px 35px;
    line-height: 15px;
}
.header .header-btm .navbar-collapse {
	padding:0px;
}
.header .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
.header .header-btm .navbar-default .navbar-nav > li > a:hover {
    color: #f4dc0d;
}
.header .header-btm .navbar-default .navbar-nav > li.active {
    color: #f4dc0d;
    background: none;
}
.header .header-btm .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: none;
    color: #f4dc0d;
}
/*---------------------------------------
    SLIDER SECTION               
-----------------------------------------*/

.slide-bg {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.slide-bg img {
	max-width:102%;
}
.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: left;
}
.slide-left {
    padding: 35px 0 10px 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #000;
}
.slide-left h2 {
    font-family: 'Playfair Display', serif;
    color: #363636;
    font-size: 40px;
}
.slide-left h5 {
    color: #456f15;
    font-size: 28px;
    font-weight: 300;
    padding: 12px 0;
}
.slide-left p {
    padding-bottom: 10px;
}
a.schedule-appointment-btn {
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dddddd;
    border-radius: 7px;
    margin-right: 10px;
	display:inline-block;
	text-align:center;
}
.schedule-appointment-btn .call-to-schedule {
	background:#ffff00;	
    padding: 12px 30px;
	text-align:center;
	border-radius: 4px;
}
.schedule-appointment-btn .call-to-schedule p {
	margin:0 0 8px 0;
	padding:0;
	font-size:18px;
}
.schedule-appointment-btn .call-to-schedule p span {
	text-transform:uppercase;
	color:#FF6200;
}
.schedule-appointment-btn .call-to-schedule h2 {
	font-family: 'Source Sans Pro', sans-serif;
	background:#FFCC00;	
	border-radius: 7px;
	font-size:40px;
	margin:0;
	font-weight:bold;
	padding:5px;
	color: #363636;
	line-height:30px;
	letter-spacing:1px;
}
.schedule-appointment-btn .call-to-schedule h2 i {
	color:#b2a100;
	font-size:30px;
}
/*---------------------------------------
    ADDRESS SECTION               
-----------------------------------------*/

.address-main {
    position: relative;
}
.address-left {
    background: url("../images/address-left-bg.jpg") left center no-repeat transparent;
    background-size: 100% auto;
}
.address-left-bg {
    background: rgba(116, 162, 64, 0.88);
    text-align: right;
}
.address-left-inner {
    display: inline-block;
    text-align: left;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 500;
    padding: 50px 0px 0px 0;
    width: 100%;
}
.address-left-inner-img {
    float: left;
    padding-right: 20px;
    width: 40%;
}
.address-left-inner-img img {
    float: right;
}
.address-left-inner-txt {
    width: 60%;
    display: inline-block;
    padding:0 20px;
}
.address-right-bg, .address-left-bg  {
	min-height:430px;
}
.address-left-inner-txt h2 {
    text-transform: uppercase;
    color: #c2e78d;
    float: left;
    font-size: 24px;
    font-weight: bold;
	padding-bottom:10px;
}
.address-left-inner-txt p {
    padding: 32px 0 18px;
}
.address-left-inner .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0px;
    line-height: .3;
    vertical-align: top;
    padding-left: 0;
}
.address-left-inner-txt .table-responsive {
    border: none;
	width:100%;
}
.address-right {
    background: url("../images/address-right-bg.jpg") left center no-repeat transparent;
    background-size: 100% 100%;
}
.address-right-bg {
    background: rgba(92, 128, 51, 0.88);
}
.address-right-inner {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 500;
    padding: 50px 0px 0px 0px;
    width: 100%;
}
.address-right-inner-img {
    float: left;
    padding-right: 20px;
    width: 25%;
}
.address-right-inner-img img {
    float: right;
}
.address-right-inner-txt {
    width: 75%;
    display: inline-block;
    padding:0 20px;
}
.address-right-inner-txt h2 {
    text-transform: uppercase;
    color: #c2e78d;
    font-size: 24px;
    font-weight: bold;
	padding-bottom:10px;
}
.address-call {
    bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.address-call h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    color: #fff;
}
.address-call h1 {
    background: #f4dc0d;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 25px;
    font-size: 70px;
    color: #363636;
    letter-spacing: 2px;
    margin: 10px 0;
}
.address-call h1 i {
    font-size: 50px;
    color: #b2a100;
}
.address-call hr {
    border-color: #fff;
    border-width: 3px;
    width: 10%;
}
/*---------------------------------------
    Specialize SECTION               
-----------------------------------------*/

.specialize-sec {
    padding: 100px 0;
}
.specialize-head {
    text-align: center;
}
.specialize-head h2 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    background: url("../images/section-boder.png") bottom center no-repeat transparent;
    padding-bottom: 45px;
    margin-bottom: 35px;
}
.treatment-box {
    text-align: center;
    margin-bottom: 25px;
}
.treatment-box .img-thumbnail {
    border: 3px solid #ddd;
    border-radius: 10px;
    padding: 0;
}
.treatment-box h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0;
}
.treatment-box p {
    font-size: 16px;
    color: #808080;
    font-weight: 600;
    line-height: 26px;
    padding: 0 45px 45px 45px;
	min-height:175px;
}
.treatment-box a {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 20px;
    padding: 10px 25px;
    font-weight: bold;
	color: #fff;
    background: #74a240;
}
/* .treatment-box a:hover { */
    /* color: #fff; */
    /* background: #74a240; */
    /* border: 2px solid #74a240; */
/* } */
/*---------------------------------------
    Tram SECTION               
-----------------------------------------*/

.tarm-left {
    position: relative;
    border-top: 1px solid #e6e6e6;
}
.tarm-left img {
    width: 100%;
}
.tarm-left-btm {
    position: absolute;
    background: rgba(116, 162, 64, 0.88);
    text-align: right;
    bottom: 0;
	width:100%;
}
.tarm-left-btm-in {
    font-family: 'Raleway', sans-serif;
    padding: 15px 50px 17px 115px;
    text-align: left;
    color: #fff;
    line-height: 23px;
    font-weight: 600;
}
.tarm-left-btm-in h2 {
    font-weight: bold;
    font-size: 24px;
    padding: 20px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.tarm-left-btm-in a .call-to-schedule {
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #dddddd;
	border-radius: 7px;
	display: inline-block;
	text-align: center;
	background: #ffff00;
	padding: 12px 30px;
}
.tarm-left-btm-in a .call-to-schedule p { 
	margin: 0 0 8px 0;
	min-height:0;
	font-family: 'Source Sans Pro', sans-serif;
}
.tarm-left-btm-in a .call-to-schedule h2 {
	font-family: 'Source Sans Pro', sans-serif;
	background: #FFCC00;
	border-radius: 7px;
	font-size: 40px;
	margin: 0;
	font-weight: bold;
	padding: 5px;
	letter-spacing:0;
	color: #363636;
}
.tarm-right-btm-in a {
    border: 2px solid #fff;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 30px;
    padding: 7px 35px;
    text-transform: uppercase;
}
.tarm-left-btm-in p {
	min-height:75px;
}
.tarm-right-btm {
    background: url("../images/tram-right-btm.jpg") left top no-repeat transparent;
    background-size: 100% 100%;
}
.tarm-right-btm-in {
    background: rgba(92, 128, 51, 0.88);
}
.tarm-right-btm-in p {
	min-height:107px;
}
.tarm-right-top {
    left: 50px;
    position: absolute;
    top: 20px;
    width: 80%;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.tarm-right-top h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    background: url("../images/tarm-right-border.png") bottom left no-repeat transparent;
    padding-bottom: 40px;
}
.tarm-right-top h5 {
    font-size: 30px;
    color: #456f15;
    font-weight: 300;
    line-height: 70px;
}
.tarm-right-top a {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    background: #74a240;
    border: 1px solid #5c8033;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    color: #fff;
    padding: 15px 40px;
    margin-top: 10px;
    text-align: center;
    display: block;
}
/*---------------------------------------
    Clinic SECTION               
-----------------------------------------*/

.clinic-head {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 100px 0 40px 0;
    font-size: 16px;
    color: #808080;
    line-height: 23px;
}
.clinic-head h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    line-height: 50px;
    padding-bottom: 25px;
    color: #363636;
}
.clinic-head h2 span {
    color: #74a240;
}
/*---------------------------------------
    Timeline SECTION               
-----------------------------------------*/

.timeline {
    list-style: none;
    padding: 0px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 22px;
    background: url("../images/time-line-devider.png") center center repeat transparent;
    left: 50%;
    margin-left: -11px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 42%;
    float: left;
    text-align: right;
    position: relative;
    background: #fff;
}
.timeline > li > .timeline-panel img {
    border: 2px solid #82b548;
    border-radius: 6px;
}
.timeline > li > .timeline-panel h2 {
    background: transparent url("../images/time-line-flower.png") no-repeat scroll left center;
    font-family: "Playfair Display", serif;
    font-size: 30px;
    font-style: italic;
    letter-spacing: -1px;
    margin-bottom: 75px;
    margin-left: 20px;
    padding-left: 80px;
    padding-top: 35px;
}
.timeline > li > .timeline-badge {
    background: url("../images/time-line-link.jpg") center center no-repeat transparent;
    width: 106px;
    height: 56px;
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -95px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    background: url("../images/time-line-link-invert.jpg") center center no-repeat transparent;
    margin-left: -11px;
}
.timeline > li.timeline-inverted > .timeline-badge.gray {
    background: url("../images/time-line-link-gray.jpg") center center no-repeat transparent;
    margin-left: -13px;
    height: 76px;
    top: 0;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    color: #456f15;
    font-size: 40px;
    margin-top: 25px;
}
.timeline-body h1 {
    font-size: 40px;
    font-family: "Playfair Display", serif;
    line-height: 100px;
}
.timeline-body h5 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #999999;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 30px;
}
.timeline-body h5 span {
    color: #363636;
    text-transform: capitalize;
}
.timeline-body > p {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-weight: 600;
    padding-top: 20px;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline > li > .timeline-panel.right-panel {
    float: right!important;
    text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel.left-panel {
    float: left!important;
    text-align: right;
}
.timeline-section-devider {
    text-align: center;
}
/*---------------------------------------
    Patients SECTION               
-----------------------------------------*/

.patients-bg {
    background: url("../images/Patients-bg.jpg") bottom center no-repeat transparent;
    background-size: 100% 100%;
}
.patients-bg-overlay {
    background: rgba(54, 54, 54, .9);
    padding: 50px 0 100px 0;
}
.patients-head h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    background: url("../images/patients-border.png") bottom center no-repeat transparent;
    font-size: 40px;
    color: #fff;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.patients-box {
    padding: 15px;
    text-align: center;
}
.patients-box-overlay {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    font-size: 18px;
    line-height: 25px;
}
.patients-box-overlay:before {
    width: 30px;
    content: " ";
    background: url("../images/patients-box-qute.png") top center no-repeat transparent;
    position: absolute;
    top: 5px;
    height: 20px;
    left: 50%;
    margin-left: -15px;
}
.patients-box-overlay p {
    text-align: left;
    color: #74a240;
}
.patients-box-overlay h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 20px;
}
.patients-box-overlay h6 {
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    color: #7f7f7f;
    line-height: 40px;
}
/*---------------------------------------
    Footer SECTION               
-----------------------------------------*/

.footer-sec {
    background: #363636;
    padding: 80px 0 100px;
}
.footer-left {
    color: #aeaeae;
    font-size: 16px;
}
.footer-left p {
    line-height: 24px;
    padding: 15px 0;
}
.footer-left ul li {
    color: #fff;
}
.footer-left ul li a {
    color: #fff;
}
.footer-left ul li i {
    margin-right: 15px;
}
.social-footer {
    margin-top: 20px;
}
.social-footer ul li {
    float: left;
    margin-right: 10px;
}
.social-footer ul li a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 6px;
    font-size: 12px;
}
.social-footer ul li a i {
    margin: 0px;
    padding: 0px;
}
.social-footer .fa-facebook {
    padding: 6px 4px;
}
.social-footer .fa-twitter {
    padding: 5px 1px;
}
.social-footer .fa-google-plus {
    padding: 0px;
}
.social-footer .fa-pinterest {
    padding: 0px 2px;
}
.social-footer ul li a:hover {
    background: #74a240;
    border: 1px solid #74a240;
}
.footer-mid {
    color: #737373;
    font-size: 16px;
}
.footer-mid h2 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding-left: 30px;
}
.footer-mid-inner li {
    background: transparent url("../images/footer-mid-bulet.png") no-repeat scroll left 32px;
    padding-left: 30px;
}
.footer-mid-inner li h5 {
    font-size: 16px;
    color: #fff;
    padding: 20px 0 8px;
    font-weight: 400;
    line-height: 25px;
}
.contact-footer h2 {
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding-bottom: 20px;
}
.contact-footer .form-group {
    margin-left: -15px;
}
.contact-footer .form-control {
    background-color: #4a4a4a;
    border: none;
    border-radius: 7px;
    font-size: 18px;
    box-shadow: none;
    min-height: 50px;
    color: #6e6e6e;
    padding: 6px 15px;
    margin-bottom: 10px;
}
.contact-footer textarea {
    height: 100px;
}
.contact-footer .form-control::-moz-placeholder {
    color: #6e6e6e;
}
.contact-footer .btn-default {
    background-color: #74a240;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    width: 100%;
    padding: 14px 0;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 7px;
}
.contact-footer div.wpcf7-validation-errors {
	border: none;
}
.contact-footer div.wpcf7-mail-sent-ng {
	border: none;
}
/* =========================================================== 
					 About Us Page 
=========================================================== */
/*---------------------------------------
		About-page-header-sec SECTION               
-----------------------------------------*/
.about-structure .fees-overlay {
	background: rgba(54, 54, 54, .7);
}
.about-structure .fees-overlay h2 {
	position: relative;
	left: 60%;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 60px;
	letter-spacing: -2px;
	text-align: left;
}
/*---------------------------------------
		History SECTION               
-----------------------------------------*/

.history-left {
    border-right: 2px solid #e6e6e6;
    padding: 40px 60px 70px 0;
    font-size: 18px;
    line-height: 25px;
}
.history-left h2 {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    line-height: 75px;
}
.history-left p {
    color: #808080;
}
.history-left a {
    color: #74a240 !important;
    text-decoration: underline !important;
    line-height: 65px;
}
.map-locator {
    margin: 50px 0px;
    width: 100%;
}
.map-sign {
    float: left;
    min-width: 50px;
    width: 20%;
}
.map-text {
    font-size: 25px;
    display: inline-block;
    width: 80%;
}
.map-text h3 {
    font-size: 34px;
    color: #74a240;
}
.map-text h4 {
    font-size: 34px;
}
.map-text .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
    line-height: 0.6;
    padding: 8px 8px 8px 0;
}
.history-right {
    border: none;
    padding-left: 30px;
}
.history-right img {
    border-radius: 5px;
}
.history-right-btn {
    position: relative;
}
.history-right-btn-txt {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.history-right-btn-txt h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #74a240;
}
.history-right-btn-txt p a {
    line-height: 40px;
    font-style: italic;
    color: #363636;
}
.about-appointment-txt.appointment-txt {
	font-size:32px;
}
/*---------------------------------------
		Appointment SECTION               
-----------------------------------------*/

.appointment {
    padding: 50px 0;
}
.appointment-left {
    position: relative;
}
.appointment-call {
    position: absolute;
    background: #f4dc0d;
    text-align: center;
    padding: 20px 35px;
    border-radius: 8px;
    right: 0px;
    margin-top: 30px;
}
.appointment-call h5 {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.appointment-call h2 {
    font-size: 70px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.appointment-call h2 i {
    font-size: 50px;
    color: #b2a100;
    padding-right: 20px;
}
.appointment-txt {
    font-size: 26px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 2px;
    padding: 200px 0 40px 80px;
    background: #74a240;
    border-radius: 5px;
    margin-right: 70px;
}
.appointment-txt p span a {
    color: #c2e78d;
}
/* =========================================================== 
					 Rates Page 
=========================================================== */
/*---------------------------------------
		Fees structure SECTION               
-----------------------------------------*/
.fees-structure {
    position: relative;
    overflow: hidden;
}
.fees-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 54, 54, .55);
    left: 0;
    top: 0;
}
.fees-overlay h2 {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    letter-spacing: -1px;
    text-align: center;
}
.fees-overlay h2 span {
    color: #8abf4c;
}
/*---------------------------------------
		Cost of Acupuncture SECTION               
-----------------------------------------*/

.cost-sec {
    padding: 0px 0px 100px 0px;
}
.cost-box {
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
    color: #808080;
}
.cost-box h2 {
    color: #363636;
    font-size: 24px;
    font-weight: bold;
    line-height: 57px;
}
.cost-box h1 {
    color: #74a240;
    font-size: 70px;
    font-weight: 400;
    padding: 30px 0;
}
.cost-box h1 span {
    color: #cccccc;
    font-size: 40px;
}
.cost-box-inner {
    border-top: 2px solid #e6e6e6;
    padding: 35px 0;
    background: #f4f5f0;
}
.cost-box-inner ul {
    padding-left: 50px;
}
.cost-box-inner ul li {
    text-align: left;
}
.cost-box-inner ul li i {
    text-align: left;
    color: #74b281;
    font-size: 14px;
    padding-right: 10px;
}
.cost-box-herbal {
    float: left;
    width: 42%;
    text-align: right;
}
.cost-box-herbal h3 {
    color: #cccccc;
    font-size: 40px;
    font-weight: 400;
    padding: 30px 10px 30px 0px;
}
.cost-box-herbal-inner h4 {
    color: #74a240;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 30px 0;
    text-align: left;
}
/* =========================================================== 
					Herbal Pharmacy  Page 
=========================================================== */
/*---------------------------------------
		Cost of Acupuncture SECTION               
-----------------------------------------*/
.herbal-overlay {
    background: rgba(54, 54, 54, .55);
}
/*-----------------------------------------------
		Effectiveness of Herbs SECTION               
------------------------------------------------*/

.herbs-right {
    border: none;
    padding: 30px 0px 15px 9px;
}
.herbs-right img {
    border-radius: 5px;
    border: 1px solid #dddddd;
    margin-top: 30px;
}
.herbs-left {
    border-right: 2px solid #e6e6e6;
    font-size: 18px;
    color: #808080;
}
.herbs-left-inner {
    position: relative;
}
.herbs-inner-overlay {
    background: rgba(116, 162, 64, 0.9) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.herbs-inner-overlay h3 {
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}
.herbs-left-inner-btm {
    padding: 40px 40px 70px 0;
}
.herbs-left-box {
    border: 1px solid #74a240;
    border-radius: 5px;
    margin-top: 40px;
}
.herbs-left-box img {
    width: 100%;
    height: 100%;
}
.herbs-left-box h2 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    background: #74a240;
}
/*-----------------------------------------------
		appointment-pharmacy SECTION               
------------------------------------------------*/

.appointment-pharmacy {
    padding: 0 0 100px 0;
}
.appointment-txt-pharmacy {
    margin-left: 70px;
    margin-right: 0px;
}
.appointment-call-pharmacy {
    background: #f4dc0d;
    border-radius: 8px;
    margin: 30px 30px 0 0;
    padding: 20px 35px;
    position: absolute;
    left: 0;
    text-align: center;
}
/* ==============================================
				Acupuncture  Page 
================================================= */
/*---------------------------------------
		Acupuncture Slide SECTION               
-----------------------------------------*/

.acupuncture {
    position: relative;
    padding-top: 45px;
}
.acupuncture-overlay {
    position: absolute;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.acupuncture-overlay h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 60px;
    letter-spacing: -1px;
}
.tram-style {
    padding: 30px 0;
}
/*.tram-style h2 {
    border-top: 3px solid #74a240;
    margin: 15px 0 35px;
    position: relative;
}
 .tram-style h2 span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
	padding-right: 15px;
	position: absolute;
	top: -45px;
 } */
.tram-style img {
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.border-none h3 {
    font-size: 30px;
    color: #456f15;
    padding: 30px 0 15px 0;
}
.border-none {
    border: none;
}
/*---------------------------------------
		Effectiveness-right SECTION               
-----------------------------------------*/

.effectiveness-right {
    border-color: #e6e6e6;
    border-style: solid none solid solid;
    border-width: 2px 0 2px 2px;
    padding: 80px 0 70px 45px;
}
.effectiveness-right h2 {
    font-size: 30px;
    line-height: 75px;
    color: #456f15;
    font-family: 'Source Sans Pro', sans-serif;
}
.effectiveness-right p {
    color: #000000;
}
/*------- Accordion SECTION -----------------*/

.accordion-effectiveness {
    padding-top: 30px;
}
.accordion-effectiveness button.accordion {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999999;
    cursor: pointer;
    font-family: "Raleway", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    outline: medium none;
    padding: 16px 0 20px 38px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.accordion-effectiveness button.accordion::after {
    border: 3px solid #74a240;
    border-radius: 50px;
    color: #74a240;
    content: "+";
    font-size: 45px;
    font-weight: 500;
    left: 0;
    margin-right: 10px;
    padding: 0 2px;
    position: absolute;
    top: 14px;
}
.accordion-effectiveness button.accordion.active::after {
    content: "−";
    font-size: 40px;
    padding: 0px 1px;
}
.accordion-effectiveness div.panel {
    padding: 10px 0px 20px 55px;
    display: none;
    background: none;
}
.accordion-effectiveness .panel {
    background: nonel;
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.accordion-effectiveness .panel ul li {
    color: #74a240;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
/* ==============================================
				404  Page 
================================================= */

.error {
    padding: 100px 0;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
}
.error img {
    margin: 0 auto;
}
.error h2 {
    font-size: 60px;
    color: #74a240;
    padding-top: 80px;
}
.error a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a6a6a6;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    background: #f0f0f0;
    padding: 17px 45px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.error a.active {
    color: #fff;
    background: #1bb5d3;
    border: 1px solid #1f8599;
    margin-right: 20px;
}
/* ==============================================
				Tarm-bio  Page 
================================================= */
.tarm-bio {
    padding: 0px;
    overflow: hidden;
}
.tarm-bio .acupuncture-overlay h2 {
    padding-bottom: 50px;
}
.tarm-bio a {
    font-size: 14px;
    text-transform: uppercase;
    color: #a6a6a6;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    background: #f0f0f0;
    padding: 17px 45px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.tarm-bio a.active {
    color: #fff;
    background: #1bb5d3;
    border: 1px solid #1f8599;
    margin-right: 20px;
}
.tarm-bio-left {
    border: none;
    padding: 0 10px 0 0;
}
.tarm-bio-left h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
}
.tarm-bio-left-btn {
    padding: 10px 0;
}
.tarm-bio-left-btn img {
    width: 100%;
}
.tarm-bio-left-btn .history-right-btn-txt p {
    background: #fff;
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
}
h3.btn-bio-acupuncture,
.btn-bio-herbal,
.btn-bio-therapies,
.btn-bio-treat {
    color: #fff !important;
    font-family: "Raleway", sans-serif !important;
    font-size: 30px;
    font-weight: bold !important;
    padding: 5px 15px;
}
h3.btn-bio-acupuncture {
    background: #cc3d61;
    display: inline-block;
}
h3.btn-bio-herbal {
    background: #74a240;
    display: inline-block;
}
h3.btn-bio-therapies {
    background: #915538;
    display: inline-block;
}
.btn-bio-treat h3 {
    color: #74a240 !important;
}
.btn-bio-treat p {
    background: none !important;
    padding: 0 !important;
    color: #363636 !important;
}
.btn-bio-treat p a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}
.tarm-bio-left-btn .history-right-btn-txt h5 {
    background: #363636;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 8px 12px;
    display: inline-block;
}
.tarm-bio-left-btn .history-right-btn-txt h2 {
    background: #f4dc0d;
    font-size: 31px;
    color: #363636;
    letter-spacing: 2px;
    line-height: 45px;
    padding: 0px 10px;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 8px;
    display: inline-block;
}
.tarm-bio-left-btn .history-right-btn-txt h2 i {
    font-size: 23px;
    color: #b2a100;
}
.tarm-bio-left-btn .history-right-btn-txt h6 {
    color: #fff;
    font-size: 16px;
}
.tram-bio-right {
    padding-top: 0px;
}
.tram-bio-right h2 {
    padding-top: 50px;
}
.tram-bio-right h2 i,
.tram-bio-right h2 img {
    padding-right: 10px;
}
.tram-bio-right p {
    color: #808080;
}
.tram-bio-right p a {
    line-height: 0;
    text-decoration: none;
}
.tram-bio-right p span {
    color: #000;
}
/* ==============================================
				Specialities  Page 
================================================= */
.specialities {
    position: relative;
}
.specialities-table {
    margin-bottom: 45px;
    margin-top: 15px;
}
.specialities-overlay {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.specialities-overlay h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 60px;
    letter-spacing: -1px;
    line-height: 70px;
	margin: 0 0 10px 0;
}
.specialities-overlay h2 span {
    color: #f4dc0d;
}
.clinic-specialities {
    padding: 60px 0;
}
.clinic-border-none {
    border: none;
    padding: 0;
}
.specialities-says {
    font-size: 22px;
    color: #808080;
    padding-left: 40px;
}
.specialities-says h2 {
    font-size: 34px;
    color: #74a240;
    padding-bottom: 20px;
}
.specialities-says h2::before {
    background: url("../images/icon-specialities-says.png") left top no-repeat transparent;
    content: " ";
    height: 35px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 35px;
}
.specialities-says p {
    font-style: italic;
}
.specialities-sector {
    margin-top: 50px;
}
.specialities-sector .table > tbody > tr > td {
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 25%;
    position: relative;
    border: 2px solid #e6e6e6;
}
.table-no-border {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -1px;
    bottom: -1px;
}
.specialities-sector .table-responsive {
	min-height: .01%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.specialities-sector-box {
    display: inline-block;
    padding: 50px;
}
.specialities-box img {
    margin: 0 auto;
    padding: 0 0 25px 0;
}
.specialities-box h2 {
    font-size: 20px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}
.specialities-box i {
    color: #74a240;
    font-size: 18px;
}
.specialities-sector-box-hover {
    position: absolute;
    width: 100%;
    top: -10px;
    left: -1px;
    border: 2px solid #5c8033;
    z-index: -10;
    opacity: 0;
}
.specialities-sector-box-cell:hover .specialities-sector-box-hover {
    transition: opacity 0.2s linear;
    transform: translate(0);
    opacity: 1;
    z-index: 1;
}
.specialities-sector-box-hover .specialities-box img {
    filter: contrast(0%) brightness(200%);
}
.specialities-sector-box-hover .specialities-box h2 {
    color: #fff;
}
.specialities-sector-box-hover .specialities-box i {
    color: #fff;
}
.specialities-sector-box-hover-inner {
    background: #74a240;
    padding: 57px 50px 70px;
}
.specialities-sector-box-hover-inner.specialities-box i {
    color: #fff;
}
.specialities-sector-box-hover-inner-btm {
    border-top: 2px solid #5c8033;
    background: #f4f5f0;
    text-align: left;
    padding: 15px 25px;
}
.specialities-sector-box-hover-inner-btm i {
    color: #74b281;
    font-size: 14px;
    margin-right: 5px;
}
.specialities-sector-box-hover-inner-btm ul li {
    color: #808080;
    font-size: 18px;
    line-height: 28px;
}
.specialities-offer {
    color: #808080;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
}
.specialities-offer-head {
    margin: 0 auto;
    padding: 5px 0 50px;
    width: 50%;
}
.specialities-offer-head h2 {
    font-size: 30px;
    color: #363636;
    background: url("../images/section-boder.png") center top no-repeat transparent;
    padding: 50px 0 20px;
}
.specialities-offer-btn {
    text-align: left;
}
.specialities-offer-btn .history-right-btn-txt {
    padding-left: 20px;
}
.specialities-offer-btn h3.btn-bio-acupuncture,
.btn-bio-herbal,
.btn-bio-therapies {
    font-size: 24px;
}
/* ==============================================
				Therapies Page 
================================================= */

.therapies-slide {
    padding: 40px 0;
}
.therapies-slide-overlay h2 span {
    color: #1ec4e5;
}
.therapies-slide-overlay a {
    background: #1ec4e5;
    color: #fff;
}
/*------- Therapies Section SECTION -----------------*/

.therapies-section {
    color: #808080;
    text-align: center;
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    padding: 5px 0;
}
.therapies-section h2 {
    color: #363636;
    font-family: "Playfair Display", serif;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 50px;
	padding-bottom:25px;
}
.tharapy-wraper > div:nth-child(3n+1) {
    clear: left;
}
.therapies-section-box {
    margin: 15px 0;
}
.therapies-section-box-img {
    padding: 20px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.therapies-section-box-img img {
    border: 7px solid #f8f9f6;
    border-radius: 8px;
    width: 100%;
}
.therapies-section-box-txt {
    text-align: center;
}
.therapies-section-box-txt h2 {
    color: #808080;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
}
.therapies-section-box-hover {
    background: #74a240;
    border: 20px solid transparent;
    border-top: none;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1;
    display: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.therapies-section-box-hover-txt {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.therapies-section-box-hover-txt h2 {
    color: #808080;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
}
.therapies-section-box-hover-txt p {
    text-align: left;
}
.therapies-section-box:hover .therapies-section-box-hover {
    display: block;
    border: 20px solid #74a240;
    border-top: none;
}
.therapies-section-box:hover .therapies-section-box-img {
    background: #74a240;
}
.therapies-section-box:hover .therapies-section-box-img img {
    border: 7px solid #5c8033;
}
.therapies-section-box:hover .therapies-section-box-hover-txt h2 a {
    color: #fff;
}
/* ==============================================
				Wordpress Page 
================================================= */

.wp-sample-page {
    padding: 40px 0;
    font-size: 16px;
}
.wp-sample-page .entry-title {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    padding-bottom: 50px;
}
.wp-sample-page-sidebar {
    padding: 40px 0;
    font-size: 16px;
}
.wp-sample-page-sidebar section {
    margin-bottom: 25px;
    border-bottom: 2px solid #74a240;
    padding-bottom: 5px;
}
.wp-sample-page-sidebar .widget-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
}
/* =============Therapy Wordpress Page =============== */

.wp-sample-page-post .entry-title {
    font-size: 36px;
    padding-bottom: 20px;
    border-bottom: 2px solid #74a240;
    margin-bottom: 15px;
}
.wp-sample-page-post .back-btn a {
    color: #74a240;
    text-decoration: underline;
    margin-top: 50px;
    display: inline-block;
}
.wp-sample-page-sidebar ul li {
    line-height: 40px;
}
.wp-sample-page-sidebar ul li a:hover {
    color: #74a240;
}
/* =============Comment Wordpress Page =============== */
.footer-mid-inner h5 a {
	color:#fff;
}
.wp-sample-page-post p label {
	display:block;
	margin:10px 0 0 0;
}
.wp-sample-page-post, .comments-title, .comment-reply-title, .widget-title {
	padding:10px 0 15px 0;
	margin:50px 0 0 0;
}
.wp-sample-page-post .form-submit {
	margin:10px 0 0 0;
}























