body { margin: 0; padding: 0; font-family: 'poppinsregular'; font-weight:400; font-size: 16px; }
html { height: 100%;scroll-padding-top: 4rem; }
a:focus, a.active, input, select:focus, button { outline: 0 !important; outline-style: none; outline-width: 0; text-decoration: none !important; }
a:hover { text-decoration: none !important; }
img { border: none; height: auto; }
h1 { color: #252525; font-family: 'poppinsmedium'; font-size: 40px; }
input { outline: none }
input:focus { outline: none }
h2 { font-family: 'poppinsmedium'; font-size: 40px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
p { /*color: #696969;*/ color: #838383; font-family: 'poppinsregular'; font-weight:400; font-size: 18px; line-height: 30px; }
.align_center { margin: 0 auto; float: none; }
/*======================================== Header ========================================*/
#divBottomRight { z-index: 9999 !important; }
/*.special_offer {
		position:absolute;
		right:0; top:350px;
		z-index:9999 !important;
}*/
.mb-0 {margin-bottom:0 !important}
.slide-out-div { background: url(../images/slide_tab_bg.jpg) no-repeat center top; height: 325px !important; padding: 10px; width: 350px; z-index: 99; border-radius: 0 0 0 5px; }
.spcl_offers { overflow: auto; height: 315px; }
.spcl_offer_list { background: url(../images/address_bg.png) repeat; border-radius: 3px; padding: 5px; margin-bottom: 10px; transition: all 1s ease 0s; }
.spcl_img { padding: 0; float: left; }
.spcl_img img { width: 100%; border-radius: 3px; }
.spcl_offer_list:hover .spcl_img img { opacity: 0.85; }
.spcl_descrptn { color: #FFDE98; float: left; font-size: 13px; line-height: 18px; padding-right: 0; }
.spcl_read { float: right; color: #6AA040; transition: all 1s ease 0s; }
.spcl_read:hover, .spcl_read:focus { color: #F6AE20; }
header { background: #fff; padding: 11px 0; }
.sticky {
    position: sticky;
    top: 0;
    z-index: 100;
	padding:0;
}
.logo { position: absolute; z-index: 8; top: -10px; height: 140px; transition: all 0.4s ease; left: -20px; }
.logo img { max-height: 140px; transition: all 0.4s ease; }
.mail { background: url(../images/mail_icon.png) no-repeat left 3px; float: right; margin: 4px 0 0 20px; padding-left: 30px; color: #7b7b7b; font-family: 'poppinsregular'; font-weight:500; font-size: 13px; }
.mail a { color: #7b7b7b; transition: all 1s ease 0s; }
.mail a:hover { color: #6a9f40; }
.tollfree { background: url(../images/tele_icon.png) no-repeat left 0px; float: right; padding-left: 30px; margin: 5px 0 0 0; color: #7b7b7b; font-size: 13px; font-family: 'poppinsregular'; font-weight:500;}
.tollfree span a { color: #7b7b7b; }
.tollfree span a:hover {color: #6a9f40;}
.nav_top { float: right; transition: all 0.4s ease; }
.top_navbar { background: rgba(31,229,199,1); background: -moz-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,229,199,1)), color-stop(26%, rgba(42,173,225,1)), color-stop(43%, rgba(72,110,226,1)), color-stop(100%, rgba(102,65,222,1))); background: -webkit-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: -o-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: -ms-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: linear-gradient(to right, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fe5c7', endColorstr='#6641de', GradientType=1 );
position: absolute; left: 0; right: 0; top: 0; z-index: 5; transition: all 0.4s ease; }
.nav_btm {/*float:right;*/ }
.navbar-default { background-color: transparent; border-color: transparent; margin-bottom: 0; }
.navbar-default .navbar-nav > li { margin: 0 10px; position:relative }
.navbar-default .navbar-nav > li:last-child { margin-right: 0; }
.navbar-default .navbar-nav > li > a { /*color: #403f3f;*/ color: #fff; font-size: 15px; padding: 6px 6px 12px; position: relative; transition: all 1s ease 0s; }
.navbar-default .navbar-nav > li > a:focus{color:#f5f1df}
.navbar-default .navbar-nav > li > a:hover { color: #f5f1df; }
.navbar-default .navbar-nav > li.current_page_item > a { color: #f5f1df; border-bottom: 4px solid #fff; }
.navbar-default .navbar-nav > li.current-menu-item > a { color: #f5f1df; border-bottom: 4px solid #fff; }
.navbar-default .navbar-nav > li > a:before { content: ""; position: absolute; width: 100%; height: 4px; bottom: -4px; left: 0; background-color: #fff; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.navbar-default .navbar-nav > li > a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
.navbar-collapse { margin-top: 13px; }
.navbar-default .navbar-nav > li .sub-menu{position: absolute;top: 43px;padding: 10px 0;list-style-type: none;width: 240px;z-index: 1;background: rgb(102,65,222);background: -moz-linear-gradient(top, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 39%, rgba(42,173,225,1) 72%, rgba(142,223,211,1) 100%);background: -webkit-linear-gradient(top, rgba(102,65,222,1) 0%,rgba(72,110,226,1) 39%,rgba(42,173,225,1) 72%,rgba(142,223,211,1) 100%);background: linear-gradient(to bottom, rgba(102,65,222,1) 0%,rgba(72,110,226,1) 39%,rgba(42,173,225,1) 72%,rgba(142,223,211,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#8edfd3',GradientType=0 );}
.navbar-default .navbar-nav > li .sub-menu li a{display:block; color:#FFF;padding: 7px 15px;font-size: 14px;}
.navbar-default .navbar-nav > li .sub-menu li a:hover{color:#f5f1df}
/*======================================== Banner ========================================*/
.right_arrow { background: url(../images/arrow_banner_right.png) no-repeat; width: 69px; height: 68px; }
.left_arrow { background: url(../images/arrow_banner_left.png) no-repeat; width: 69px; height: 68px; }
.header_block { position: relative }
.carousel-caption h1 { font-family: 'abril_fatfaceregular'; font-size: 75px; line-height: 85px; padding: 5px 0 35px 5px; color: #fff; }
.carousel-caption h2 { font-family: 'poppinsmedium'; font-size: 70px; line-height: 85px; padding: 5px 0 35px 5px; color: #fff; }
.carousel-caption h5 { padding: 10px; font-size: 24px; font-family: 'Poppins', sans-serif; font-weight:300; color: #fff; text-align: center; background: url(../images/slide_stripbg.png) repeat; width: 50%; margin: 0 auto; border-radius: 5px; }
.relaxation { color: #ffdb21; }
.carousel-control { opacity: .7; }
.carousel-caption { left: 15%; bottom: 25%; text-align: left; }
.carousel-caption span { float: left; width: 100%; }
.carousel-caption { text-shadow: none; }
.carousel-caption p { margin-top: 45px; float: left; }
.gradient_btn { background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(57%, rgba(72,110,226,1)), color-stop(74%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
color: #fff; font-size: 17px; font-family: 'poppinsmedium'; padding: 17px 35px; border-radius: 50px; transition: all 1s ease 0s; margin-right: 10px; display: inline-block;  margin-top: 20px;}
.gradient_btn:hover { color: #fff; background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(34%, rgba(72,110,226,1)), color-stop(64%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
transition: all 1s ease 0s; }
.white_btn { font-size: 17px; font-family: 'poppinsregular'; font-weight:600; color: #222222; font-size: 17px; background: #fff; padding: 17px 35px; border-radius: 50px; transition: all 1s ease 0s; }
.white_btn:hover { background: rgba(255,255,255,.85); color: #000; }
/*======================================== Content Top Wrapper ========================================*/
#content_top_wrapper { padding: 60px 0; }
.about_img { float: right; }
#content_top_wrapper p span { color: #3b3a3a; font-family: 'Poppins', sans-serif; font-weight:400; font-size: 19px; }
.readmore { border: 2px solid #898989; border-radius: 50px; color: #222222; font-size: 15px; float: left; margin: 15px 0 0; padding: 13px 35px; transition: all 1s ease 0s; }
.readmore:hover { border: 2px solid #5a54e0; background: #5a54e0; color: #fff; }
.aboutus_section h1 { font-size: 50px; margin-top: 35px; }
/*======================================== Content Middile Wrapper ========================================*/
#content_middle_wrapper { background: url(../images/healing_bg.webp) repeat center top; padding: 90px 0; text-align: center; position: relative; }
#content_middle_wrapper h2 { color: #fff; margin-top: 0; }
#content_middle_wrapper p span { color: #ffffff; font-family: 'Poppins', sans-serif; font-weight:300; font-size: 18px; margin-bottom: 40px; float: left; width: 100%; }
.healing_section { margin: 30px 0 0; text-align: center; transition: all 1s ease 0s; }
.healing_section .healing_img { position: relative; overflow: hidden; }
.healing_section .healing_img img { width: 100%; transition: all 0.8s linear 0s; }
.healing_section .item:hover .healing_img img { transform: scale(1.1); }
.healing_section h3 { color: #2e3236; margin-top: 25px; font-family: 'poppinsmedium'; font-size: 20px; }
.healing_section p { color: #838383; line-height: 25px; font-size: 16px; padding: 0 20px; font-family: 'poppinsregular';font-weight:400; }
.healing_section .readmore { border: solid #454545; border-width: 0 0 2px 0; border-radius: 1px !important; color: #454545; float: none; font-size: 14px; padding: 0 0 10px 0; float: left; margin-left: 20px; text-transform: uppercase; margin-top: 5px; }
.healing_section .readmore:hover { border-bottom: solid #111; border-width: 0 0 2px 0; color: #111; background: none; }
.our_services_section .owl-prev { left: -70px; }
.our_services_section .owl-next { right: -70px; }
/*======================================== Content Middile Section ========================================*/
#content_middle_section { /*background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(57%, rgba(72,110,226,1)), color-stop(74%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );*/ padding: 40px 0; }
/*ANIMATION*/
#content_middle_section { height: 100%; width: 100%; background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, /*#dd00f3,*/ #dd00f3); background-size: 1800% 1800%; -webkit-animation: rainbow 18s ease infinite; -z-animation: rainbow 18s ease infinite; -o-animation: rainbow 18s ease infinite; animation: rainbow 18s ease infinite; }
 @-webkit-keyframes rainbow {
 0% {
background-position:0% 82%
}
 50% {
background-position:100% 19%
}
 100% {
background-position:0% 82%
}
}
@-moz-keyframes rainbow {
 0% {
background-position:0% 82%
}
 50% {
background-position:100% 19%
}
 100% {
background-position:0% 82%
}
}
@-o-keyframes rainbow {
 0% {
background-position:0% 82%
}
 50% {
background-position:100% 19%
}
 100% {
background-position:0% 82%
}
}
@keyframes rainbow {
 0% {
background-position:0% 82%
}
 50% {
background-position:100% 19%
}
 100% {
background-position:0% 82%
}
}
/*ANIMATION ENDS*/


/*======================================== Blog Wrapper ========================================*/
.blog_section { width: 100%; padding: 65px 0; }
.blog_section h2 { text-align: center; margin-bottom: 40px; }
.blog_section .blog_contents p {font-size: 16px;}
.blog_lists .blog_contents p {font-size: 16px;}
.blog_box {/* float: left; */width: 100%;margin-bottom: 30px; }
.blog_img {/* float: left;*/ width: 100%; overflow: hidden; margin-bottom: 20px; }
.blog_box .blog_img img { width: 100%; transition: all 0.8s linear 0s; }
.blog_box:hover .blog_img img { transform: scale(1.1); }
.blog_contents h4 { color: #2e3236; font-size: 20px; font-family: 'poppinsmedium'; line-height: 30px;    white-space: nowrap;text-overflow: ellipsis;overflow: hidden; }
.blog_contents h4 a {color: #2e3236;}
.blog_contents p { color: #838383; font-size: 18px; font-family: 'poppinsregular'; font-weight:400; line-height: 30px; }
.blogbtn { width: 100%; text-align: center; margin: 40px 0 30px 0; }
.blogbtn .readmore { float: none; }
.packages .title_img { float: left; }
.packages .title { color: #fff; float: left; font-size: 18px; line-height: 28px; padding: 26px 0 0 25px; text-align: left; }
.packages:hover .title { opacity: 0.85; }
.packages .title span { font-size: 24px; font-family: 'poppinsregular'; font-weight:500; }
.package_btn { border-radius: 50px; color: #fff; float: right; font-family: 'poppinsregular'; font-weight:600; font-size: 17px; margin: 32px 0 0 0; padding: 13px 35px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; border: solid 2px #fff; }
.package_btn:hover { background: #fff; color: #222; }
.specialities .title_img { float: left; }
.specialities:hover .title_img { opacity: 0.85; }
.specialities .title { color: #fff; float: left; font-size: 18px; line-height: 28px; padding: 26px 0 0 15px; text-align: left; }
.specialities:hover .title { opacity: 0.85; }
.specialities .title span { font-size: 24px; font-family: 'poppinsmedium'; }
.specialities_btn { border-radius: 50px; color: #fff; float: right; font-family: 'poppinsmedium'; font-size: 17px; margin: 32px 0 0 0; padding: 13px 35px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; border: solid 2px #fff; }
.specialities_btn:hover { background: #fff; color: #222; }
.healing_section .item { background: #fff; float: left; padding: 0 0 25px 0; text-align: left; }
.healing_section h3 { padding-left: 20px; min-height: 50px; line-height: 23px; }
.h2fontstyle { font-family: 'poppinsmedium'; font-size: 45px; }
/*======================================== Content Bottom Wrapper ========================================*/
#content_btm_wrapper { background: #fff; padding: 45px 0; }
#content_btm_wrapper h2 { color: #000; text-align: center }
#content_btm_wrapper p { text-align: center }
#content_btm_wrapper p span { color: #717171; font-family: 'poppinsregular'; font-weight:300; font-size: 19px; text-align: center }
.speciality_list { margin: 0 0 0 0; padding: 0; list-style: none; }
.speciality_list li { margin-bottom: 25px; }
.speciality_list li p { color: #838383; font-size: 16px; font-family: 'poppinsregular'; font-weight:400; line-height: 25px; text-align: left !important; }
.speciality_list li a h4 { color: #4c4c4c; margin-bottom: 8px; font-family: 'poppinsmedium'; font-weight:400; font-size: 20px; }
.speciality_list li a h4:hover { color: #3e88df; }
.speciality_list li.authentic { background: url(../images/desease_icon.png) no-repeat left 0; padding: 0 0 0 88px; transition: all 1s ease 0s; }
.speciality_list li.spine { background: url(../images/desease_02.png) no-repeat left 0; padding: 0 0 0 88px; transition: all 1s ease 0s; }
.speciality_list li.diabetic { background: url(../images/desease_03.png) no-repeat left 0; padding: 0 0 0 88px; transition: all 1s ease 0s; }
.speciality_list li.cardio { background: url(../images/desease_01.png) no-repeat left 0; padding: 0 0 0 88px; transition: all 1s ease 0s; }
.speciality_list li.fertility { background: url(../images/desease_02.png) no-repeat left 0; padding: 0 0 0 88px; transition: all 1s ease 0s; }
.deseases_section p { margin-bottom: 45px; }
/*======================================== Testimonial Wrapper ========================================*/
#testimonial_wrapper { background: url(../images/testimonial_wrapper_bg.webp) no-repeat center top; padding: 40px 0; text-align: center; background-size:cover}
#testimonial_wrapper h2 { color: #fff; }
#testimonial_wrapper p span { color: #fff; font-family: 'poppinsregular'; font-weight:300; font-size: 19px; text-align: center }
.testimonial_left { background: url(../images/testimonial_bg.png) repeat; border-radius: 5px; padding: 40px 25px; margin: 45px 10px 0; text-align: center; transition: all 1s ease 0s; position: relative }
.testimonial_left .testimonial_arrow { left: 22px; position: absolute; top: -43px; width:123px; height:44px; background: url(../images/testimonial_left_arrow.png) no-repeat}
.testimonial_left_arrow { left: 42px; position: absolute; top: -43px; }
.testimonial_right { background: url(../images/testimonial_bg.png) repeat; border-radius: 5px; padding: 40px 25px; margin: 45px 10px 15px; text-align: center; position:relative transition:all 1s ease 0s;}
.testimonial_right .testimonial_arrow { position: absolute; right: 42px; top: 3px; width:122px; height:42px; background: url(../images/testimonial_right_arrow.png) no-repeat}
.testimonial_right_arrow { position: absolute; right: 42px; top: 3px; }
.comments { color: #a6a6a6; font-family: 'poppinsregular'; font-weight:300; font-style: italic; font-size: 16px; line-height: 26px; margin-bottom: 10px; position: relative; padding:0 10px}
.comments:before { background: url(../images/comment_left_quote.png) no-repeat left top; content: " "; position: absolute; left: 0; top: 0; width: 12px; height: 12px; }
.comments:after { background: url(../images/comment_right_quote.png) no-repeat left top; content: " "; position: absolute; right: 0; bottom: 11px; width: 12px; height: 12px; }
.client_img img { border: 3px solid #fff; border-radius: 100%; margin-bottom: 15px; transition: all 1s ease 0s; }
.testimonial_left:hover .client_img img, .testimonial_right:hover .client_img img { border: 3px solid #6AA040; }
.client { color: #f4f4f4; font-size: 17px; line-height: 24px; }
.client span { color: #217ab8; font-family: 'poppinsregular'; font-weight:400; font-style: italic; }
/*======================================== Content Bottom Section ========================================*/
#content_btm_section { background: url(../images/green_repeat.jpg) repeat center top; padding: 20px 0; }
.content_btm_list { margin: 0; padding: 0; list-style: none; }
.content_btm_list li { border-right: 1px solid #586c03; border-left: 1px solid #a0c015; padding: 0 20px; line-height: 60px; text-align: center; transition: all 1s ease 0s; }
.content_btm_list li:hover { opacity: 0.85; margin-top: -5px; }
.content_btm_list li:last-child { border-right: none; }
.content_btm_list li:first-child { border-left: none; }
.content_btm_list li a { color: #fff; font-family: 'Poppins', sans-serif; font-weight:500; font-size: 24px; }
.content_btm_list li a.consult { background: url(../images/consultaion_icon.png) no-repeat left top; padding: 12px 0 12px 75px; }
.content_btm_list li a.room { background: url(../images/room_icon.png) no-repeat left top; padding: 12px 0 12px 75px; }
.content_btm_list li a.feedback { background: url(../images/feedback_icon.png) no-repeat left top; padding: 12px 0 12px 75px; }
/*======================================== Contact Wrapper ========================================*/
#contact_wrapper { background: url(../images/contact_wrapper_bg.webp) no-repeat center top; padding: 55px 0 70px 0px; }
#contact_wrapper h2 { color: #fff; text-align: center }
#contact_wrapper p { text-align: center; margin-bottom: 40px; }
#contact_wrapper p span { color: #fff; font-family: 'poppinsregular'; font-weight:300; font-size: 19px; text-align: center }
.contact_row { margin-bottom: 22px; }
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] { background: url(../images/text_bg.png) repeat; border: none; border-radius: 3px; color: #8a8a8a; font-family: 'poppinsregular'; font-weight:300; font-size: 15px; line-height: 25px; padding: 14px 15px; width: 100%; }
.contact_form textarea { background: url(../images/text_bg.png) repeat; border: none; border-radius: 3px; color: #8a8a8a; font-family: 'Poppins', sans-serif; font-weight:300; font-size: 15px; height: 160px; padding: 14px 15px; width: 100%; resize: none; }
.contact_form::-moz-placeholder {color:#8a8a8a !important; opacity:1}
.contact_form:-ms-input-placeholder {color:#8a8a8a !important;}
.contact_form::-webkit-input-placeholder {color:#8a8a8a !important;}
.contact_form input[type="submit"] { background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(57%, rgba(72,110,226,1)), color-stop(74%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
color: #fff; font-size: 17px; font-family: 'poppinsmedium'; padding: 12px 35px; border-radius: 50px; transition: all 1s ease 0s; display: inline-block; float:right;  margin-top: 20px; border:none}
.contact_form input[type="submit"]:hover { color: #fff; background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(34%, rgba(72,110,226,1)), color-stop(64%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
transition: all 1s ease 0s;  }
.contact_address { background: url(../images/address_bg.png) repeat; border-radius: 3px; padding: 30px; }
.address_title { color: #217ab8; font-family: 'poppinsmedium'; font-size: 23px; }
.location { background: url(../images/location_icon.png) no-repeat left 7px; color: #818181; font-family: 'poppinsregular'; font-weight:300; line-height: 28px; margin: 12px 0 0; padding-left: 50px; }
.phone { background: url(../images/ph_icon.png) no-repeat left 5px; color: #818181; font-family: 'poppinsregular'; font-weight:300; line-height: 33px; padding-left: 50px; margin: 10px 0 0; }
.phone a {color: #818181;transition: all 1s ease 0s;}
.phone a:hover { color: #c7c7c7; }
.fax { background: url(../images/fax_icon.png) no-repeat left top; color: #818181; font-family: 'poppinsregular';font-weight:300; line-height: 28px; padding-left: 50px; margin: 10px 0 0; }
.email { background: url(../images/email_icon.png) no-repeat left 5px; color: #818181; font-family: 'poppinsregular'; font-weight:300; line-height: 28px; padding-left: 50px; margin: 10px 0 0; }
.email a { color: #818181; font-family: 'poppinsregular'; font-weight:300; transition: all 1s ease 0s; }
.email a:hover { color: #c7c7c7; }
/*======================================== Footer Wrapper ========================================*/
footer { background: url(../images/footer_bg.jpg) repeat; padding: 50px 0; }
footer h4 { color: #f4f4f4; margin-bottom: 20px; font-size: 20px; font-family: 'poppinsmedium'; font-weight:400; }
footer p { color: #8c929a; font-size: 14px; line-height: 24px; margin-bottom: 0; }
.footer_read { color: #b6b6b6; font-size: 14px; float: right; margin: 24px 0 0; text-transform: uppercase; transition: all 1s ease 0s; }
.footer_read:hover, .footer_read:focus { color: #FEBB26; }
.footer_list { margin: 0; padding: 0; list-style: none; }
.footer_list li { background: url(../images/footer_li_icon.png) no-repeat left 10px; line-height: 28px; padding-left: 30px; }
.footer_list li a { color: #8c929a; font-size: 14px; transition: all 1s ease 0s; }
.footer_list li a:hover { color: #3e89df; }
.footer_location { background: url(../images/footer_loc_icon.png) no-repeat left 7px; color: #848484; font-size: 15px; line-height: 25px; margin: 12px 0 0; padding-left: 40px; }
.footer_phone { background: url(../images/footer_ph_icon.png) no-repeat left 5px; color: #848484; font-size: 15px; line-height: 25px; padding-left: 40px; margin: 10px 0 0; }
.footer_email { background: url(../images/footer_email_icon.png) no-repeat left 5px; color: #848484; font-size: 15px; line-height: 25px; padding-left: 40px; margin: 10px 0 0; }
.footer_email a { color: #848484; transition: all 1s ease 0s; }
.footer_email a:hover { color: #FEBB26; }
footer hr { border-color: #4f5865 !important; margin-top: 30px; }
.footer_menu_list { margin: 12px 0 0 0; padding: 0; list-style: none; }
.footer_menu_list li { border-right: 2px solid #5f5f5f; float: left; line-height: 14px; padding: 0 13px; }
.footer_menu_list li:first-child { padding-left: 0; }
.footer_menu_list li:last-child { border-right: none; padding-right: 0; }
.footer_menu_list li a { color: #848484; font-size: 14px; transition: all 1s ease 0s; }
.footer_menu_list li a:hover { color: #FEBB26; }
.social_icon { margin: 10px 0 0 0; padding: 0; list-style: none; width: 100%; text-align: center; }
.social_icon li { display: inline-block; margin-left: 12px; transition: all 1s ease 0s; }
.social_icon li:hover { opacity: 0.95; margin-top: -6px; }
.footer_readmore { float: right; color: #b6b6b6; font-size: 13px; }
.footer_readmore:hover { color: #f9f9f9; }
.aboutin_footer p, .footer_linksbtm { min-height: 190px; }
/*======================================== Footer Bottom Wrapper ========================================*/
#footer_btm_wrapper { background: #222b36; padding: 20px 0; color: #626c76; font-size: 14px; line-height: 24px; }
.powered { float: right; }
.powered a { /*background: url(../images/seeroo.png) no-repeat 0 0;*/ float: right; margin: 0 0 0 5px; /*width: 26px; height: 26px;*/ display: block; color: #828c97; }
.powered a:hover { /*background: url(../images/seeroo.png) no-repeat 0 -26px; width: 26px; height: 26px; */ color: #31a1df; }
/*======================================== Photo Album ========================================*/
.photo_album { border-radius: 5px; margin: 0 0 30px; transition: all 1s ease 0s; }
.photo_album:hover .photo_img img { border: 1px solid #6A9F40; }
.photo_album .photo_img { position: relative; }
.photo_album .photo_img img { border-radius: 5px; border: 1px solid #E1E3C5; padding: 1px; position: relative; }
.photo_album .photo_img .hover { bottom: 0; display: block; left: 0; padding: 10px; position: absolute; width: 100%; border-radius: 0 0 5px 5px; text-align: center; text-transform: uppercase; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.photo_album:hover .photo_img .hover { background: url(../images/hover_bg.png) repeat; top: 0; left: 0; border-radius: 5px; visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
.photo_album .photo_img .hover img { border: 2px solid #6F3919; text-align: center; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.photo_album:hover .photo_img .hover img { margin: 25%; visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
.photo_album .caption { background: #6a9f40; border-radius: 5px; margin: 2px 0 0; padding: 10px; text-align: center; color: #fff; font-family: "oxygenregular"; font-size: 20px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; }
.photo_album:hover .caption { background: #6f3919; color: #FFC12C; }
/*======================================== Our Healing ========================================*/
.healing_sub_section { margin: 30px 0 0; text-align: center; transition: all 1s ease 0s; }
.healing_sub_section .healing_img { position: relative; overflow: hidden; border-radius: 5px; }
.healing_sub_section .healing_img img { width: 100%; transition: all 0.8s linear 0s; }
.healing_sub_section:hover .healing_img img { transform: scale(1.1); }
.healing_cnt { transition: all 1s ease 0s; padding: 25px 10px 25px;  transition: all 1s ease 0s;    border-bottom: 2px solid #5f4bdf;}
.healing_sub_section:hover .healing_cnt {  border-bottom: solid 2px #3f83e2; transition: all 1s ease 0s;}
.healing_sub_section h3 { color: #1274b7; margin-top: 0; font-family: 'Poppins', sans-serif; font-weight:400; font-size:22px;}
.healing_sub_section p { color: #838383; line-height: 24px; font-size:16px;}
.healing_sub_section .readmore { background: #ffdb45; border: 1px solid #b3a17f; border-radius: 5px; color: #648c00; float: none; font-size: 14px; margin: 15px auto 0; padding: 10px 25px; display: block; }
.healing_sub_section .readmore:hover { border: 1px solid #945e3e; background: #f6a610; color: #356a10; }
/*======================================== Our Healing Detail ========================================*/
.inner_page_head { border-bottom: 2px solid #cec4ef; margin-bottom: 20px; float: left; width: 52%; }
.inner_page_head h2 { color: #000; display: inline-block; font-size: 28px; line-height: 22px; margin: 0; padding: 0 0 20px; position: relative; }
.inner_page_head h2:after { content: ""; display: block; height: 2px; background: #6148de; position: absolute; bottom: -2px; left: 0; right: 0 }
.inner_page_head h3 { color: #85553a; display: inline-block; font-size: 22px; line-height: 22px; margin: 0; padding: 0 0 10px; position: relative; }
.inner_page_head h3:after { content: ""; display: block; height: 2px; background: #6A9F40; position: absolute; bottom: -2px; left: 0; right: 0 }
.healing_sub_img { margin-bottom: 30px; float: right; margin-left: 30px; width: 45%;}
.content_list { margin: 0 0 30px; padding: 0; list-style: none; }
.content_list li { background: url(../images/li_icon.png) no-repeat left 8px; font-family: 'Poppins', sans-serif; font-weight:400; font-size: 16px; line-height: 30px; padding-left: 30px; color: #3b3a3a; }
.disease_focus ul { margin: 0 0 30px; padding: 0; list-style: none; float: right; width: 52%; } 
.disease_focus ul li { background: url(../images/li_icon.png) no-repeat left 8px; font-family: 'Poppins', sans-serif; font-weight:400; font-size: 18px; line-height: 30px; padding-left: 30px; color: #838383; }
/*======================================== Testimonial ========================================*/
.testimonial_sub { background: url(../images/healing_bg.webp) repeat center top; background-size: cover; padding: 20px; border: 1px solid #945E3D; border-radius: 5px; margin: 0 0 65px; transition: all 1s ease 0s; text-align: center; position: relative; }
.testimonial_sub:hover { border: 1px solid #74A54D; }
.comments_sub { color: #946140; font-family: 'Poppins', sans-serif; font-weight:300; font-style: italic; font-size: 16px; padding: 0 25px; line-height: 26px; margin-bottom: 10px; position: relative; }
.comments_sub:before { background: url(../images/left-quotes-sign.png) no-repeat left top; content: " "; position: absolute; left: 0; top: 0; width: 16px; height: 16px; }
.comments_sub:after { background: url(../images/right-quotes-sign.png) no-repeat left top; content: " "; position: absolute; right: 0; bottom: 11px; width: 16px; height: 16px; }
.client_img_sub img { border: 3px solid #fff; border-radius: 100%; margin-bottom: 15px; transition: all 1s ease 0s; }
.testimonial_sub:hover .client_img_sub img { border: 3px solid #6AA040; }
.client_sub { background: #FDFCEE; border-bottom: 3px solid #88b367; border-radius: 5px; color: #945e3e; font-size: 17px; left: 24%; line-height: 24px; padding: 10px 0; position: absolute; width: 50%; box-shadow: 0 0 3px #919191; transition: all 1s ease 0s; }
.client_sub span { color: #6ca143; font-family: 'Poppins', sans-serif; font-weight:300; font-style: italic; transition: all 1s ease 0s; }
.client_sub:before { content: ""; position: absolute; width: 100%; height: 4px; bottom: -4px; left: 0; background-color: #946140; border-radius: 0 0 5px 5px; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.testimonial_sub:hover .client_sub:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
/*======================================== Contact Us ========================================*/
.contact_page_form .contact_form input[type="text"], .contact_page_form .contact_form input[type="email"], .contact_page_form .contact_form input[type="tel"] { background: #fff; border: 1px solid #b3b1b9; color: #542409; transition: all 0.3s ease-in-out 0s; }
.contact_page_form .contact_form textarea { background: #fff; border: 1px solid #b3b1b9; color: #542409; height: 210px; transition: all 0.3s ease-in-out 0s; }
.contact_page_form .contact_form input[type="text"]:hover, .contact_page_form .contact_form input[type="email"]:hover, .contact_page_form .contact_form input[type="tel"]:hover, .contact_page_form .contact_form textarea:hover, .contact_page_form .contact_form input[type="text"]:focus, .contact_page_form .contact_form textarea:focus { border: 1px solid #3a7fd8; }
.contact_page_form .contact_form::-moz-placeholder {color:#542409 !important;opacity:1}
.contact_page_form .contact_form:-ms-input-placeholder { color:#542409 !important;}
.contact_page_form .contact_form::-webkit-input-placeholder {color:#542409 !important;}
.contact_page_form .contact_row { margin-bottom: 30px; }
.contact_page_address_ryt { margin: 77px 0 0; }
.contact_sub_title { font-size: 18px; color: #329ae2; }
.contact_title { color: #1c6dd6; font-size: 26px; margin: 5px 0 15px; text-transform: capitalize; }
.contact_page_address h4 {  padding: 10px 15px; font-size: 19px;  border-left: 4px solid rgb(83, 82, 86); color: rgb(99, 95, 111);}
.contact_location { background: url(../images/contact_location_icon.png) no-repeat left 5px; color: #696969; font-family: 'poppinsregular'; font-weight:300; font-size: 16px; line-height: 23px; margin: 12px 0 0 20px; padding-left: 60px; }
.contact_phone { background: url(../images/contact_ph_icon.png) no-repeat left 5px; color: #696969; font-family: 'poppinsregular'; font-weight:300; font-size: 16px; line-height: 45px; padding-left: 60px; margin: 10px 0 0 20px; }
.contact_phone a { color: #696969;transition: all 1s ease 0s;}
.contact_phone a:hover { color: #c7c7c7; }
.contact_fax { background: url(../images/contact_fax_icon.png) no-repeat left top; color: #696969; font-family: 'poppinsregular'; font-weight:300; font-size: 16px; line-height: 40px; padding-left: 60px; margin: 10px 0 0 20px; }
.contact_email { background: url(../images/contact_email_icon.png) no-repeat left 5px; color: #696969; font-family: 'poppinsregular';font-weight:300; font-size: 16px; line-height: 45px; padding-left: 60px; margin: 10px 0 0 20px; }
.contact_email a { color: #696969; font-family: 'poppinsregular'; font-weight:300; transition: all 1s ease 0s; }
.contact_email a:hover { color: #c7c7c7; }
.our_office { margin: 20px 0 0; }
/*======================================== Room Reservation ========================================*/
.reserve_title h3 { background: #EEC670; border-top: 4px solid  rgb(83, 82, 86); color: #8c5636; font-size: 25px; margin: 0; padding: 10px 15px; text-align: center; }
.reserve_form input[type="text"], .reserve_form input[type="email"], .reserve_form input[type="tel"] { background: #fff; height: auto; border: 1px solid #b3b1b9; border-radius: 0; color: #542409; font-family: 'poppinsregular'; font-weight:300; font-size: 15px; line-height: 25px; padding: 14px 15px; width: 100%; transition: all 0.3s ease-in-out 0s; }
.reserve_form select { background: #fff; height: auto; border: 1px solid #b3b1b9; border-radius: 0; color: #542409; font-family: 'poppinsregular'; font-weight:300; font-size: 15px; line-height: 25px; padding: 14px 15px; width: 100%; transition: all 0.3s ease-in-out 0s; }
.reserve_form textarea { background: #fff; border: 1px solid #b3b1b9; border-radius: 0; color: #542409; height: 190px; font-family: 'poppinsregular'; font-weight:300; font-size: 15px; line-height: 25px; padding: 14px 15px; width: 100%; transition: all 0.3s ease-in-out 0s; }
.reserve_form .radio { color: #696969; font-family: 'poppinsregular'; font-weight:300; margin-top: 0; margin-bottom: 0; }
.reserve_form .radio label { color: #696969; font-family: 'poppinsregular'; font-weight:300; }
.reserve_form input[type="text"]:hover, .reserve_form input[type="email"]:hover, .reserve_form textarea:hover, .reserve_form input[type="text"]:focus, .reserve_form textarea:focus { border: 1px solid #3a7fd8; }
.reserve_form::-moz-placeholder {color:#542409 !important; opacity:1}
.reserve_form:-ms-input-placeholder {color:#542409 !important;}
.reserve_form::-webkit-input-placeholder {color:#542409 !important;}
/*.reserve_form input[type="submit"] { background: #fabf19; border: none; border-radius: 3px; color: #000; font-size: 15px; height: 45px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; width: 100%; }
.reserve_form input[type="submit"]:hover { background: #728E00; color: #f4f4f4; }*/
.reserve_form input[type="submit"] { background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(57%, rgba(72,110,226,1)), color-stop(74%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 57%, rgba(42,173,225,1) 74%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
color: #fff; font-size: 17px; font-family: 'poppinsmedium'; padding: 12px 35px; border-radius: 50px; transition: all 1s ease 0s; display: inline-block; float:right;  margin-top: 20px; border:none}
.reserve_form input[type="submit"]:hover { color: #fff; background: rgba(102,65,222,1); background: -moz-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,222,1)), color-stop(34%, rgba(72,110,226,1)), color-stop(64%, rgba(42,173,225,1)), color-stop(100%, rgba(31,229,199,1))); background: -webkit-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -o-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: -ms-linear-gradient(left, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); background: linear-gradient(to right, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 34%, rgba(42,173,225,1) 64%, rgba(31,229,199,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#1fe5c7', GradientType=1 );
transition: all 1s ease 0s;  }
.reserve_form input[type="reset"] { background: #A2B88F; border: none; border-radius: 3px; color: #000; font-size: 15px; height: 45px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; width: 100%; }
.reserve_form input[type="reset"]:hover { background: #728E00; color: #f4f4f4; }
.reserve_row { margin-bottom: 15px; }
.reserve_form { padding: 15px 0; }
.calendar_txtbx { width: 90% !important; }
.calend_icon { margin: 0 0 0 5px; }
.reserve_form label { color: #000; font-weight: normal; font-size: 15px; }
.spcl_textarea { height: 120px !important; }
/*======================================== sub page =======================================*/
#content_sub_page { padding: 0 0 50px 0; background:url(../images/bg1.jpg);}
.about_page_img_right { float: right; margin-left: 30px; }
.about_page_img_left { float: left; margin-right: 30px; }
#content_sub_page p span { color: #719b00; font-family: 'poppinsregular'; font-weight:400; font-size: 20px; /*border-bottom: 1px solid #ccc;*/ }
#content_sub_page .wpcf7-not-valid-tip {color: #dc3232; font-size: 16px;}
/*banner*/
#content_sub_page h4, #content_sub_page h3 {font-family: 'poppinsmedium';line-height: 30px;}
.sub_banner { width: 100%; height: 275px; -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; position: relative; overflow: hidden; background-color: #000; background-position: top center !important;background-size: 100% !important;background-repeat: no-repeat !important; }
.sub_banner h1 { margin: 35% auto; color: #fff; }
.beauty_tips { border: 2px solid #fff0cf; background: #fff5df; position: relative; padding: 20px;  margin: 15px 0 0;}
.beauty_tips h3 { color: #6a8f07; margin: 0; padding: 0 10px; text-align: left; }
.beauty_tips h3 span { font-family: 'poppinsmedium';  }
.beauty_tips ul { margin: 0; padding: 10px; width: 100%; }
.beauty_tips ul li { color: #696969; line-height: 28px; list-style: none; margin-bottom: 15px; border-bottom: 1px solid #ffd270; background: url(../images/li_icon.png) no-repeat left 7px; padding-left: 27px; font-family: 'poppinsregular'; font-weight:300; font-style: italic; margin-top: 10px; padding-bottom: 10px; }
.beauty_tips ul li:last-child { border-bottom: none; }
.packages_sub { margin: 15px 0;  }
.packages_sub_content{padding:20px; box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5);background: #fff;}
.packages_sub_content .readmore{float:none; display:inline-block}
.packages_image img { width: 100%; height: auto; }
.packages_sub .packages_image { position: relative; overflow: hidden; border-radius: 0; }
.packages_sub .packages_image img { width: 100%; transition: all 0.8s linear 0s; }
.packages_sub:hover .packages_image img { transform: scale(1.1); }
.packages_sub h3 { color: #6a9f40; font-family: 'poppinsmedium'; font-size: 19px; margin: 0 0 10px; padding: 0; text-transform: uppercase; min-height: 56px; line-height: 28px; }
.packages_sub p { margin: 5px 0 10px; font-size: 16px; }
.readmore_pack { background: #ffc423; color: #648c00; font-size: 15px;  padding: 10px 25px; transition: all 1s ease 0s; text-transform: uppercase;  }
.readmore_pack:hover { /*border:1px solid #945e3e;*/ transition: all 1s ease 0s; background: #f6a610; color: #356a10; }
.book_now { border: 1px solid #ffc027; background: #ffc027; border-radius: 5px; color: #648c00; font-size: 15px; float: left; margin: 15px 0 0; padding: 10px 25px; transition: all 1s ease 0s; text-transform: uppercase; width: 200px; text-align: center; }
.book_now:hover, .book_now:focus { border: 1px solid #e2a206; background: #f3b111; color: #356a10; }
.slidebox { width: 100%; height: auto; display: inline-block;/*margin: 20px;*/ }
.slidebox img { width: 100%; height: auto; }
.slidebox .fg { background-color: #fff; /*opacity:0.6;*/ text-align: center; padding: 0 10px; border-bottom: 2px solid #ccc; }
.slidebox .fg:hover { opacity: 0.8; filter: alpha(opacity=80); /* For IE8 and earlier */ }
.slidebox .fg h1 { color: #343434; font-size: 16px; margin: 8px 0; padding: 0; text-transform: uppercase; font-weight: 600; opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.slidebox .fg h2 { color: #849811; font-size: 16px; margin: 0 0 15px; padding: 0; opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.slidebox .fg p { line-height: 20px; opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.slidebox .fg ul { padding: 0; display: inline-block; opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.slidebox .fg ul li { margin: 4px!important; padding: 0!important; float: left!important; width: 30px!important; background: none!important; opacity: 1; list-style: none; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.slidebox .fg ul li a img { width: 100%; height: auto; opacity: 1; filter: alpha(opacity=100); /* For IE8 and earlier */ }
.slidebox .fg ul li a:hover { opacity: 0.8; filter: alpha(opacity=80); /* For IE8 and earlier */ }
/* 11 july 2016 */
.enquiry_form input[type="text"] { background: none; border: none; border-radius: 3px; color: #8a8a8a; font-family: 'poppinsregular'; font-weight:300; font-size: 13px; padding: 5px 10px; border: 1px solid; width: 100%; }
.enquiry_form textarea { border: none; background: none; border: 1px solid; border-radius: 3px; color: #8a8a8a; font-family: 'poppinsregular'; font-weight:300; font-size: 13px; height: 60px; padding: 5px 10px; width: 100%; resize: none; }
.enquiry_form .contact_row { margin-bottom: 10px }
.enquiry_form input[type="submit"] { background: #fabf19; border: none; border-radius: 3px; color: #000; font-size: 13px; height: 35px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; width: 100%; }
.enquiry_form input[type="submit"]:hover { background: #728E00; color: #f4f4f4; }
.reservation_block { padding: 30px 0; background: url(../images/green_repeat.jpg) repeat center top; text-align: center; }
.date_picker_container { position: relative }
.reservation_block .form-group { padding: 0 10px; }
.reserve_button { background: #fabf19; border: none; border-radius: 3px; color: #000; font-size: 13px; height: 35px; text-align: center; text-transform: uppercase; transition: all 1s ease 0s; width: 100%; }
.reserve_button:hover { background: #728E00; color: #f4f4f4; }
.reservation_block .form-control { border: none; }
.reservation_block .form-control:focus { outline: none; box-shadow: none; border-color: none; }
.reservation_block .input-group-addon { border: none; background: #fff; }
.subpage_head { padding: 30px 0 }
.subpage_head h1 { color: #252525; font-size: 45px; margin-top: 0; font-family: 'poppinsmedium'; }
.subpage_head h4 { color: #535353; font-family: 'poppinsmedium'; font-weight:400; font-size: 17px; line-height: 30px; }
.subpage_head h1:after { content: ""; background: #329ae2; height: 2px; width: 60px; display: block; margin: 12px auto 2px; }
.center-block { float: none; }
.video_link { display: block; color: #959595; text-decoration: underline; font-size: 14px; margin-top: 10px; }
.video_link:hover { color: #cbcbcb; text-decoration: underline !important; }
header.sticky .logo { position: fixed; z-index: 100; top: -10px; height: 115px; left:inherit}
header.sticky .nav_top { display: none }
header.sticky .logo img { height: 100%; }
.sticky.top_navbar { position: fixed; z-index: 99 }
/****===============VSK===============****/
.min_height { height: 420px; overflow: hidden; }
.min_height .mCSB_scrollTools .mCSB_draggerRail { background-color: #8de5f9 !important; }
.ayurveda ul { margin: 0 0 30px; padding: 0; list-style: none; } 
.ayurveda ul li { background: url(../images/li_icon.png) no-repeat left 8px; font-family: 'poppinsregular'; font-weight:400; font-size: 18px; line-height: 30px; padding-left: 30px; color: #838383; }
#content_sub_page h2 { font-family: 'poppinsmedium'; font-size: 40px; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {border: none; margin: 0; color: #dc3232; padding:0;}
.wpcf7 .ajax-loader {float:right}
.wpcf7 form.sent .wpcf7-response-output {border: none; margin: 0; color: #02530C; padding:0;}
.healing_row { padding-top: 50px;}
.disease_focus.content_page ul{float:none; width:100%}
.footer_menu{padding: 0;list-style-type: none;text-align: center;display: flex;flex-wrap: wrap;justify-content: center!important;margin-bottom: 20px;}
.footer_menu li a{color: #8c929a;padding: 0 10px;font-size: 14px;}
.footer_menu li a:hover{color:#f9f9f9}
.float-none{float:none;display: inline-block;}
.float_right {float:right;}
.float_left_img {float:left; margin-right:15px; margin-bottom:15px}
.aboutimage_ {float: right; margin: 0 0 20px 30px; height: auto; width: 47%; max-width: 100%;}
.notfound {float:none; margin: 0 auto; padding-top: 45px;padding-bottom: 45px;}
.backbutton {text-align: center; padding-top: 15px;}
.blog_contents ul, .blog_contents ol, .healing_detail_content ol, .healing_detail_content ul{ margin: 0 0 30px; padding: 0; list-style: none; } 
.blog_contents ul li, .blog_contents ol li, .healing_detail_content ol li, .healing_detail_content ul li {background: url(../images/li_icon.png) no-repeat left 8px; font-family: 'poppinsregular'; font-weight:400; font-size: 18px; line-height: 30px; padding-left: 30px; color: #838383;}
.faq h4 {line-height:30px}
#vision, #team, #principles, #concepts {padding:10px 0}
#cssmenu {
    margin-top: 15px !important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu ul {
    text-align: right;
}
#cssmenu > ul > li {
    float: none;
    display: inline-block;
}
#cssmenu > ul > li:last-child a {
    padding-right: 0;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 10px 14px 14px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#cssmenu > ul > li:hover > a {
    color: #f5f1df;
}
#cssmenu > ul > li > a:before { content: ""; position: absolute; width: 100%; height: 4px; bottom: -4px; left: 0; background-color: #fff; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
#cssmenu > ul > li > a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
#cssmenu > ul > li.current-menu-item > a {
    color: #f5f1df;
    border-bottom: 4px solid #fff;
}
header .sticky #cssmenu > ul > li > a {padding: 10px 16px 14px;}
#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}
#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 13px;
    right: 0;
    width: 7px;
    height: 7px;
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    content: "";
    transform: rotate(135deg);
}
#cssmenu > ul > li.has-sub:hover > a:after {
    transform: rotate(315deg);
    top: 17px;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
	background: rgb(102,65,222);
	background: -moz-linear-gradient(top, rgba(102,65,222,1) 0%, rgba(72,110,226,1) 39%, rgba(42,173,225,1) 72%, rgba(142,223,211,1) 100%);background: -webkit-linear-gradient(top, rgba(102,65,222,1) 0%,rgba(72,110,226,1) 39%,rgba(42,173,225,1) 72%,rgba(142,223,211,1) 100%);background: linear-gradient(to bottom, rgba(102,65,222,1) 0%,rgba(72,110,226,1) 39%,rgba(42,173,225,1) 72%,rgba(142,223,211,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641de', endColorstr='#8edfd3',GradientType=0 );
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: auto;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 245px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-align: left;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #f5f1df;
    /*background: #1b1464;*/
}
#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
}
#cssmenu.align-right ul ul li.has-sub > a:after {
    right: auto;
    left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: "";
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
    right: auto;
    left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0;
}
#cssmenu.small-screen {
    width: 100%;
    text-align: right;
}
#cssmenu.small-screen ul {
    width: 100%;
    display: none;
    text-align: left;
}
#cssmenu.small-screen.align-center > ul {
    text-align: left;
}
#cssmenu.small-screen ul li {
    width: 100%;
}
#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover > ul > li {
    height: auto;
}
#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
}
#cssmenu.small-screen > ul > li {
    float: none;
}
#cssmenu.small-screen ul ul li a {
    padding-left: 25px;
}
#cssmenu.small-screen ul ul ul li a {
    padding-left: 35px;
}
#cssmenu.small-screen ul ul li a {
    color: #fff;
    background: none;
    font-size: 13px;
}
#cssmenu.small-screen ul ul li:hover > a,
#cssmenu.small-screen ul ul li.active > a {
    color: #ffffff;
}
#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    background: transparent;
    padding: 10px 0;
}
#cssmenu.small-screen > ul > li.has-sub > a:after,
#cssmenu.small-screen > ul > li.has-sub > a:before,
#cssmenu.small-screen ul ul > li.has-sub > a:after,
#cssmenu.small-screen ul ul > li.has-sub > a:before {
    display: none;
}
#cssmenu.small-screen #menu-button {
    display: inline-block;
    padding: 0;
    color: #fff;
    cursor: pointer;
	border: 1px solid #25c8d4;
    background: #fff;
	border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    width: 40px;
    position: relative;
    z-index: 1;
}
#cssmenu.small-screen #menu-button:after {
    position: absolute;
    top: 18px;
    right: 9px;
    display: block;
    height: 9px;
    width: 20px;
    border-top: 2px solid #2e2e2e;
    border-bottom: 2px solid #2e2e2e;
    content: "";
}
#cssmenu.small-screen #menu-button:before {
    position: absolute;
    top: 11px;
    right: 9px;
    display: block;
    height: 2px;
    width: 20px;
    background: #2e2e2e;
    content: "";
}
#cssmenu.small-screen #menu-button.menu-opened:after {
    top: 17px;
	right: 11px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #2e2e2e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cssmenu.small-screen #menu-button.menu-opened:before {
    top: 17px;
	right: 11px;
    background: #2e2e2e;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 33px;
    width: 33px;
    cursor: pointer;
}
#cssmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}
#cssmenu.small-screen .submenu-button:after {
    position: absolute;
    top: 17px;
    right: 13px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
}
#cssmenu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}
#cssmenu.small-screen .submenu-button:before {
    position: absolute;
    top: 14px;
    right: 16px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: "";
}
#cssmenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}
#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}
#cssmenu.small-screen.select-list {
    padding: 5px;
}
#cssmenu.small-screen > ul.open {
    position: fixed;
    background: rgba(31,229,199,1); background: -moz-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,229,199,1)), color-stop(26%, rgba(42,173,225,1)), color-stop(43%, rgba(72,110,226,1)), color-stop(100%, rgba(102,65,222,1))); background: -webkit-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: -o-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: -ms-linear-gradient(left, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); background: linear-gradient(to right, rgba(31,229,199,1) 0%, rgba(42,173,225,1) 26%, rgba(72,110,226,1) 43%, rgba(102,65,222,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fe5c7', endColorstr='#6641de', GradientType=1 );
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 70px 20px 20px;
}
.aboutusimage img {
    width: 100%;
    height: auto;
}
.speciality_img img {
    width: 100%;
    height: auto;
}