body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.eot');
    src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
        url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
        url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.logo img {
	width: 270px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 15px;
}
.header_menu ul li a {
	display: block;
	color: #222;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 27px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #a1ca7b;
}
.header_phone {
	background: #252525;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	padding: 10px 20px;
	font-weight: 500;
	margin-left: 10px;
	border-radius: 4px;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_phone:hover {
	background: #a1ca7b;
	color: #fff !important;
}
.header_phone img {
	width: 16px;
	margin-right: 5px;
}
.header_btn {
	background: #fff;
	display: inline-block;
	vertical-align: top;
	padding: 10px 20px;
	border-radius: 4px;
	font-weight: 500;
	margin-left: 20px;
	color: #222 !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_btn:hover {
	background: #a1ca7b;
	color: #fff !important;
}
.banner_bottom_spec_section {
	padding: 60px 0;
}
.banner_bottom_spec_section_heading {
	font-family: 'Playfair Display';
	color: #111;
	font-size: 30px;
	line-height: 1.2;
}
.banner_bottom_spec_section_heading strong {
	font-weight: normal;
	color: #947b68;
}
.banner_bottom_spec_block {
	margin-top: 55px;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.banner_bottom_spec_block:last-child {
	border-right: none;
}
.banner_bottom_spec_block img {
	background: #fbebde;
	border-radius: 50%;
	width: 80px;
	margin-right: 15px;
	padding: 12px;
}
.banner_bottom_spec_block:nth-child(2) img {
	background: #d4fab0;
}
.banner_bottom_spec_block_heading {
	color: #222;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
}
.banner_bottom_spec_block_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_service_section {
	background: url("../images/service_bg.png") no-repeat center bottom;
	background-size: 100%;
	padding: 50px 0 40px;
	position: relative;
}
.home_service_section:before {
	background: url("../images/therapy_bg2.png");
	position: absolute;
	content: "";
	width: 209px;
	height: 152px;
	bottom: 10px;
	right: 30px;
	transform: rotate(10deg);
}
.home_service_section_inner {
	background: #fff;
	box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.07);
	border-radius: 20px;
	padding: 50px 30px;
	position: relative;
}
.home_service_section_inner:before {
	position: absolute;
	content: "";
	background: url("../images/service_bg1.png") no-repeat;
	background-size: 100%;
	width: 86px;
	height: 95px;
	top: -20px;
	left: -50px;
	z-index: -1;
}
.home_service_section_inner:after {
	position: absolute;
	content: "";
	background: url("../images/service_bg2.png") no-repeat;
	background-size: 100%;
	width: 124px;
	height: 130px;
	top: -43px;
  	right: -25px;
	z-index: -1;
}
.home_service_block_img {
	border-radius: 10px;
}
.home_service_block_img img {
	width: 100%;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#service_slide .item:hover .home_service_block_img img {
	transform: scale(1.1);
}
.home_service_block_heading {
	font-weight: 600;
	font-size: 20px;
	color: #222;
	line-height: 1.2;
	margin-top: 20px;
}
.home_service_block_text {
	font-size: 14px;
	color: #555;
	margin-top: 15px;
}
.home_service_block_btn {
	display: inline-block;
	background: #ab917d;
	border: 1px solid #826c5b;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_service_block_btn:hover {
	background: #a1c97b;
	border: 1px solid #83a663;
}
#service_slide .owl-nav {
	display: none !important;
}
#service_slide .owl-dots .owl-dot span {
	background: #ab917d !important;
	border: 1px solid #826c5b !important;
	width: 12px !important;
	height: 12px !important;
	margin: 5px !important;
}
#service_slide .owl-dots .owl-dot.active span, #service_slide .owl-dots .owl-dot:hover span {
	background: #a1c97b !important;
	border-color: #83a663 !important;
}
#service_slide .owl-dots {
	margin-top: 20px !important;
}
#service_slide {
	margin-top: 40px;
}
.home_therapy_section {
	background: url("../images/therapy_bg.png") #e2ffc6 no-repeat bottom right 20px;
	padding: 80px 0 70px;
}
.home_therapy_section:after {
	background: rgba(152, 181, 125, 0.3);
	position: absolute;
	content: "";
	width: 75px;
	height: 75px;
	bottom: 40px;
	left: 52%;
	border-radius: 50%;
}
.home_therapy_section_text {
	color: #555;
	margin-top: 25px;
	font-size: 15px;
}
.home_therapy_section_btn {
	display: inline-block;
	background: #fff;
	border: 1px solid #bee19c;
	color: #222 !important;
	font-size: 15px;
	font-weight: 500;
	margin-top: 25px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_therapy_section_btn:hover {
	background: #a1c97b;
	border-color: #83a663;
	color: #fff !important;
}
.home_therapy_section_img:before {
	border: 1px solid #bee19c;
	border-radius: 15px;
	position: absolute;
	content: "";
	top: -40px;
	left: -40px;
	bottom: 30px;
	right: 60px;
}
.home_therapy_section_img img {
	border-radius: 15px;
	position: relative;
	z-index: 9;
}
.home_journey_section {
	background: url("../images/journey_bg.png") #fff3e9 no-repeat center top;
	background-size: 100%;
	padding: 140px 0 70px;
}
.home_journey_section:before {
	position: absolute;
	content: "";
	top: 5px;
	left: 50%;
	height: 80px;
	border-right: 1px solid rgba(171, 145, 125, 0.3);
}
.home_journey_section:after {
	background: url("../images/journey_bg2.png") no-repeat;
	width: 918px;
	height: 115px;
	position: absolute;
	content: "";
	top: 220px;
	left: 28%;
}
.home_journey_section .container {
	position: relative;
	z-index: 9;
}
.home_journey_section_img {
	background: #fff;
	border-radius: 50%;
	margin-right: 25px;
	min-width: 155px;
}
.home_journey_section_text {
	color: #555;
	margin-top: 15px;
	font-size: 15px;
}
.home_journey_section_btn {
	display: inline-block;
	background: #e2ffc6;
	border: 1px solid #bee19c;
	color: #222 !important;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_journey_section_btn:hover {
	background: #a1c97b;
	border-color: #83a663;
	color: #fff !important;
}
.home_journey_line {
	border-bottom: 1px solid rgba(171, 145, 125, 0.2);
	margin: 70px 0;
}
.home_journey_box {
	position: relative;
	padding-bottom: 65px;
	margin-top: 35px;
}
.home_journey_box_img {
	border-radius: 6px;
	overflow: hidden;
}
.home_journey_box_heading {
	font-weight: 600;
	color: #131313;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
}
.home_journey_box_text {
	color: #757575;
	font-size: 13px;
	margin-top: 5px;
}
.home_journey_box_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: #a1c97b;
	color: #111 !important;
	font-size: 15px;
	padding: 9px 20px;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid #87a867;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_journey_box_btn:hover {
	background: #ab917d;
	border-color: #826c5b;
	color: #fff !important;
}
.home_testimonial_section {
	background: url("../images/testimonial_bg.png") no-repeat top right 50px;
}
.home_form_box {
	background: #e6c4aa;
	padding: 50px 40px 50px 0;
	min-height: 100%;
}
.home_form_box:before {
	background: #e6c4aa;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 3000px;
	left: -3000px;
}
.home_form_box_heading {
	font-family: 'Playfair Display';
	color: #111;
	font-size: 30px;
	line-height: 1.2;
}
.home_testimonial_section_right {
	padding: 50px 12px 50px 40px;
}
.footer {
	background: url("../images/footer_bg.jpg") #151515 repeat;
	padding: 50px 0 20px;
}
.footer_top_heading {
	font-family: 'Playfair Display';
    font-size: 23px;
	color: #a1c97b;
	line-height: 1.1;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 3px;
}
.footer_menu ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-style: normal;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #e6c4aa;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	list-style: none;
	font-size: 15px;
	margin-top: 10px;
	padding-left: 34px;
}
.footer_contact_info ul li img {
	background: #e6c4aa;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
	max-width: 26px;
	padding: 3px;
}
.footer_contact_info ul li a {
	color: rgba(255, 255, 255, 0.9);
}
.footer_social {
	text-align: right;
}
.footer_social img {
	width: 30px;
}
.footer_social a {
	margin-left: 5px;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	padding-left: 20px;
}
.footer_top_block:first-child {
	border-left: none;
	padding-left: 12px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 20px 0 0;
	margin-top: 30px;
}
.footer_copyright {
	color: rgba(255, 255, 255, 0.9);
	font-size: 15px;
}
.footer_copyright a {
	color: #e6c4aa;
}
#back-to-top {
	background: #e6c4aa;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.ms-nav-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
}
.ms-nav-next {
	background: url("../images/next_icon.png") no-repeat center !important;
}
.ms-slide-info {
	position: absolute !important;
	top: 50%;
	right: 9%;
	width: auto !important;
	margin-top: 0 !important;
	max-width: 450px;
	transform: translate(0, -50%);
}
.banner_heading {
	font-family: 'Playfair Display';
	color: #fff;
	font-size: 33px;
	line-height: 1.2;
}
.banner_text {
	color: #fff;
	margin-top: 20px;
}
.banner_btn {
	display: inline-block;
	background: #a1c97b;
	border: 1px solid #bee19c;
	color: #fff !important;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 25px;
	border-radius: 4px;
	letter-spacing: 1px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn:hover {
	background: #a1c97b;
	border-color: #83a663;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input, .home_form select {
	border: none !important;
	font-size: 15px;
	margin-top: 15px;
	width: 100%;
	border-radius: 3px;
	min-height: 45px;
}
.home_form textarea {
	border: none !important;
	font-size: 15px;
	margin-top: 15px;
	resize: none;
	border-radius: 3px;
	height: 105px;
}
.home_form .contact_btn input {
	background: #262626 !important;
	font-weight: normal;
	border: none !important;
	font-size: 15px;
	margin-top: 15px;
	width: auto;
	border-radius: 3px;
	min-height: 45px;
}
.home_form {
	margin-top: 10px;
}
.home_testimonial_line {
	width: 45px;
	background: #e6c4aa;
	border-radius: 30px;
	height: 4px;
	margin: 15px 0 30px;
}
.sp-testimonial-free {
	position: relative;
	padding-top: 40px !important;
}
.sp-testimonial-client-rating {
	position: absolute;
	top: 0;
	left: 0;
}
.sp-testimonial-content, .sp-testimonial-content p {
	padding: 0 !important;
	text-align: left !important;
}
.sp-testimonial-client-name {
	font-weight: 600 !important;
	font-size: 18px !important;
	text-align: left !important;
	margin-bottom: 2px !important;
}
.sp-testimonial-client-designation {
	text-align: left !important;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	font-size: 40px !important;
	top: 60% !important;
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 120px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	font-family: 'Playfair Display';
    color: #111;
	position: relative;
    font-size: 36px;
	font-weight: normal;
    text-transform: none;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #ab917d;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #ab917d;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	font-family: 'Playfair Display';
	color: #111;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 13px;
}
.inner_page_heading strong {
	font-weight: normal;
	color: #947b68;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	border-bottom: 3px solid #a1ca7b;
	width: 35px;
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_mid_section {
	background: #fff3e9;
	padding: 60px 0;
	margin: 60px 0;
}
.about_mission_box_inner {
	box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.07);
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px;
}
.about_mission_box_heading {
	font-family: 'Playfair Display';
	color: #111;
	font-size: 24px;
	line-height: 1.2;
}
.about_mission_box_text {
	color: #666;
	margin-top: 20px;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	color: #555;
	font-weight: 600;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.inner_page_bottom_box {
	background: #e2ffc6;
	margin-top: 60px;
	border-radius: 10px;
	padding: 40px 30px;
}
.inner_page_bottom_box_heading {
	font-family: 'Playfair Display';
	color: #111;
	font-size: 25px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 13px;
}
.inner_page_bottom_box_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	border-bottom: 3px solid #e6c4aa;
	width: 35px;
	transform: translate(-50%, 0);
}
.inner_page_bottom_box_text {
	color: #666;
	margin-top: 20px;
}
.contact_page_info {
	position:relative;
	padding-left:52px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 40px;
	background: #947b68;
	border-radius: 50%;
	padding: 6px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input, .contact_form select {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 4px;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
	border-radius: 4px;
    border: 1px solid #ccc !important;
	resize: none;
}
.contact_form .contact_btn input {
    min-height: 44px;
    border: 1px solid #87a867 !important;
    width: auto;
    background: #a1c97b !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
	color: #111 !important;
}
.contact_map {
	margin-top: 60px;
}
.contact_map iframe, #post-15 {
	margin-bottom: 0 !important;
}
.ref_form_box {
	background: #a1c97b0f;
	padding: 35px;
	margin-bottom: 30px;
	border: 1px solid #a1c97b4f;
	border-radius: 10px;
}
.ref_form_box p {
	margin-bottom: 0 !important;
}
.ref_form_box_heading {
	color: #111;
	font-size: 26px;
	line-height: 1.2;
	font-family: 'Playfair Display';
}
.ref_form_box_heading strong {
	color: #947b68;
	font-weight: normal;
}
.ref_form_box_label {
	color: #666;
	margin-top: 15px;
}
.ref_form_box_input input {
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #ccc !important;
	color: #555;
}
.ref_form_box_input select {
	background: url("../images/dropdown.png") #fff no-repeat center right 10px;
	width: 100%;
	min-height: 44px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	border-radius: 4px;
	color: #555;
	padding: 10px 30px 10px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.ref_form_box_input textarea {
	resize: none;
	height: 144px;
	margin-top: 2px;
	border: 1px solid #ccc !important;
	color: #555;
	border-radius: 4px;
}
.ref_form_box .contact_btn input {
	font-weight: 500;
	background: #87a867 !important;
	font-size: 16px;
	margin-top: 20px;
	border-radius: 4px;
	padding: 13px 30px 12px;
}
span.wpcf7-list-item {
	margin: 0 !important;
	display: block;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 8px;
	color: #555;
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 45%;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
}
.wpcf7-list-item-label::before {
	position: absolute;
	top: 3px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 2px solid #ccc;
	border-radius: 4px;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #87a867;
	border-color: #87a867;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #87a867;
	border-color: #87a867;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display: block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 5px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.inner_page_img img {
	border-radius: 10px;
}
.footer_acknowledgement {
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	padding: 30px 0 0;
	margin-top: 30px;
}
.footer_acknowledgement_text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	margin-top: 15px;
}
.join_programme_btn {
	display: inline-block;
	background: #e2ffc6;
	border: 1px solid #bee19c;
	color: #222 !important;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.join_programme_btn:hover {
	background: #a1c97b;
	border-color: #83a663;
	color: #fff !important;
}
.team_page_left {
	text-align: center;
}
.team_page_left_inner {
	background: rgba(152, 181, 125, 0.3);
	padding: 30px 20px;
	border-radius: 10px;
}
.team_page_left img {
	border-radius: 50%;
	width: 200px;
	border: 8px solid #fbebde;
}
.team_page_left_name {
	font-family: 'Playfair Display';
	color: #111;
	font-size: 28px;
	line-height: 1.2;
}
.team_page_left_designation {
	color: #947b68;
	font-weight: 500;
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.3;
}
.team_page_left_qualification {
	font-size: 15px;
	margin-top: 10px;
	color: #666;
}
.team_page_right {
	color: #666;
}
.team_page_line {
	border-top: 1px solid #d4fab0;
	margin: 60px 0;
}
.about_mission_box_inner img {
	background: #fff3e9;
	border-radius: 50%;
	width: 75px;
	padding: 5px;
}
.program_page_box {
	margin-top: 30px;
}
.program_page_box_inner {
	box-shadow: 0px 0px 7.83px 1.17px rgba(0, 0, 0, 0.07);
	min-height: 100%;
	border-radius: 10px;
	padding: 30px 20px;
}
.program_page_box_inner img {
	background: #fff3e9;
	border-radius: 50%;
	width: 75px;
	padding: 5px;
}
.rmp-menu-title-image {
	width: 75px;
	height: 75px;
}
.rmp-submenu .rmp-menu-item-link {
	height: auto !important;
	line-height: 1.2 !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #ab917d;
	color: #fff !important;
	width: 50%;
	float: left;
	font-size: 15px;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 9px 0;
}
.footer_btn3 {
	background: #a1c97b;
	color: #fff !important;
	width: 50%;
	font-size: 15px;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	display: inline-block;
	background: #ab917d;
	border: 1px solid #826c5b;
	color: #fff !important;
	font-size: 15px;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 4px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.thankyou_btn:hover {
	background: #a1c97b;
	border: 1px solid #83a663;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}


.faq_sec { width: 100%; padding: 50px 0 0; }
.faq_sec .inner_page_heading::before { left: 50%; transform: translate(-50%, 0);}
.faq_box {
  width: 100%;
  box-shadow: 0 0 5px 1px #e2ffc6;
  margin-top: 15px;
  border: 1px solid #cbeaad;
  padding: 12px;
}
.faq_heading {
  font-size: 16px;
  font-weight: 700;
}
.faq_heading {
  font-size: 16px;
  font-weight: 700;
  color: #947b68;
  line-height: 26px;
  padding: 0 0 5px;
}
.faq_text {
  font-size: 14px;
  line-height: 24px;
  color: #7b7878;
}
.faq_sec .inner_page_heading {
  margin-bottom: 35px;
}
.inner_page_bottom_box .header_phone{ margin: 15px 0 0; }
.no_marg{ margin: 0px !important; }
.mid_sec{ padding: 65px 0; }
.innr_btm_main .inner_page_bottom_box{ margin-bottom: 60px; }

.header_menu ul li#menu-item-60 .sub-menu{ overflow-y: auto; height: 200px; }
.footer_map iframe{ width: 100%; height: 170px; display: flex; }
.footer_map{ margin-top: 15px; }

.area_sec ul {
  display: flex;
  justify-content: center;
  column-gap: 15px;
  list-style: none;
flex-wrap: wrap;	
}
.area_sec ul li {
  margin: 10px 0;
  width: 32.3333%;
}
.area_sec ul li a {
  padding: 10px 20px;
  border: 1px solid #a1ca7b;
  color: #000;
  border-radius: 0 15px 0 15px;
  width: 100%;
transition: all 0.5s ease 0s;
  display: block;
}
.area_sec ul li a:hover{ background:#a1ca7b; color:#fff; }








/*============== Responsive ============*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.home_journey_section::after, .header_menu, .header_phone, .home_therapy_section_img::before, .home_form_box::before {
	display: none !important;
}
.header {
  background: #fff;
  padding: 10px 0;
}
.logo img {
  width: 170px;
}
.header_btn {
  background: #fbebde;
  padding: 9px 18px;
  margin-left: 0;
  font-size: 15px;
}
.ms-view, .ms-slide {
   min-height: 340px !important;
}
.ms-slide-bgcont img {
   object-fit: cover;
}
.ms-slide-info {
  right: 4%;
  left: 4%;
}
.home_banner_section {
  margin-top: 60px;
}
.banner_heading {
  font-size: 26px;
}
.home_service_section_inner::after {
  width: 80px;
  top: -72px;
  right: 0;
}
.banner_bottom_spec_section_heading, .home_form_box_heading, .page .entry-title, .blog_page_title {
  font-size: 25px;
}
.banner_bottom_spec_section {
  padding: 40px 0;
}
.banner_bottom_spec_block img {
  width: 60px;
  padding: 10px;
}
.banner_bottom_spec_block {
  margin-top: 30px;
  border-right: none;
}
.banner_bottom_spec_block_heading {
  font-size: 16px;
}
.home_service_section_inner {
  padding: 35px 20px;
}
.home_service_block_btn {
  padding: 9px 18px;
}
.home_service_section_inner::before {
  width: 50px;
  height: 64px;
  top: -60px;
  left: 30px;
}
.home_therapy_section {
  padding: 0 0 40px;
}
.home_therapy_section_img {
  margin-top: 30px;
}
.home_journey_section_img {
  margin-right: 15px;
  min-width: 75px;
}
.home_journey_section {
  padding: 100px 0 40px;
}
.home_journey_line {
  margin: 40px 0;
}
.home_form_box {
  padding: 35px 20px;
}
.home_testimonial_section_right {
  padding: 40px 12px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer {
  padding: 10px 0 60px;
}
.footer_acknowledgement img {
  width: 110px;
}
.footer_social {
  text-align: left;
  margin-top: 20px;
}
.footer_social a {
  margin: 0 5px 0 0;
}
#back-to-top {
  bottom: 55px;
}
.page .entry-header, .blog_page_header {
  padding: 60px 0 !important;
  margin: 60px 0 40px !important;
}
.inner_page_img {
  margin-bottom: 25px;
}
.inner_page_heading, .inner_page_bottom_box_heading, .team_page_left_name {
  font-size: 24px;
}
.inner_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.inner_page_bottom_box {
  margin-top: 40px;
  padding: 30px 20px;
}
.about_mission_box {
  margin-top: 25px;
}
.team_page_left img {
  width: 130px;
  border: 6px solid #fbebde;
}
.team_page_left {
  margin-bottom: 25px;
}
.team_page_line {
  margin: 40px 0;
}
.contact_right {
  margin-top: 40px;
}
.contact_form .contact_btn input {
  min-height: 42px;
  font-size: 15px;
  padding: 10px 20px;
}
.ref_form_box {
  padding: 22px;
}
.ref_form_box_heading {
  font-size: 22px;
}
.ref_form_box .contact_btn input {
  padding: 10px 25px 9px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.area_sec ul li {
  margin: 5px 0;
  width: 100%;
}	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.ms-slide-info {
  right: 11%;
  left: 11%;
}

	
	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.ms-slide-info {
  right: 11%;
  left: 11%;
}
.home_form_box::before {
	display: block !important;
}
.home_form_box {
  padding: 35px 20px 35px 0;
}
.contact_right {
  margin-top: 0;
}
	

	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home_journey_section::after {
	display: none;
}
.header_menu ul li a {
  font-size: 15px;
}
.header_menu ul li {
  margin-right: 12px;
}
.header_btn {
  margin-left: 10px;
  font-size: 15px;
}
.header_phone {
  font-size: 15px;
}
.banner_bottom_spec_block img {
  width: 60px;
}
	
	
	
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide-info {
  right: 11%;
  left: 11%;
}
.home_form_box::before {
	display: block !important;
}
.home_form_box {
  padding: 35px 20px 35px 0;
}
.contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.ms-slide-info {
  right: 11%;
  left: 11%;
}
.home_form_box::before {
	display: block !important;
}
.home_form_box {
  padding: 35px 20px 35px 0;
}
.contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.ms-slide-info {
  right: 16%;
}
}

@media screen and (min-width: 2048px) {
.ms-slide-info {
  right: 18%;
}
}

@media screen and (min-width: 2550px) {
.ms-slide-info {
  right: 24%;
}
}

@media only screen and (max-width: 1024px) {
.area_sec ul li { width: 48%;}
.area_sec ul li a { padding: 8px 17px; font-size: 14px;}		
	
}

@media only screen and (max-width: 500px) {
.area_sec ul li { width: 100%;}

	
}
