/*!
Theme Name: Luna Child
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Luna_child
Template: Luna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	list-style: none;
	vertical-align: baseline;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
ol {
	padding-left: 30px;
}
ol li {
	list-style-type: decimal;
}
ol li ul {
	padding-left: 30px;
}
ol li ul li {
	list-style-type: circle;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
	text-decoration: none;
}

.show, .in {
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
:focus {
	outline: 0 !important;
}
input, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

p {
	font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.8;
	color: #7A8A9E;
	font-size: 14px;
	margin-bottom: 1em;
}
p a {
	color: #7A8A9E;
}
p:last-child {
	margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
	 font-family: 'Poppins', sans-serif;color: #223645;font-weight: 700;line-height: 1.2;
}
h3{margin-bottom:20px; font-size:30px; line-height:1.2;}

body {
	background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.8;
	color: #7A8A9E;
	font-size: 14px;
}
.container {
	width: 1200px;
	margin: auto;
	padding: 0 15px;
	max-width: 100%;
}
section {
	float: left;
	width: 100%;
}
#wrapper {
	float: left;
	width: 100%;
}
#header {
	float: left;
	width: 100%;
	transition: all 0.4s ease;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background:#fff;box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}


.header{display:flex;    justify-content: space-between;align-items: center;}



.logo {
    float: left;
    position: relative;
    width: 180px;
    padding: 10px 0;
}
.logo img {
	float:left;-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;    
}

.social_icon {
	display: inline-block;
}
.social_icon li{margin:0 10px; display:inline-block; vertical-align:top;}
.social_icon li a{display:block; width:30px; height:30px;filter: invert(56%) sepia(95%) saturate(292%) hue-rotate(132deg) brightness(99%) contrast(87%);

background-size:100% auto !important;}
.social_icon li a:hover{filter: invert(26%) sepia(25%) saturate(3580%) hue-rotate(237deg) brightness(95%) contrast(99%);}
.facebook{background:url(images/facebook.svg) no-repeat center center;}
.twitter{background:url(images/twitter.svg) no-repeat center center;}
.instagram{background:url(images/instagram.svg) no-repeat center center;}
.yelp{background:url(images/yelp.svg) no-repeat center center;}
.google{background:url(images/google.svg) no-repeat center center;}
.header_bottom{float:left; width:100%;}

.topbar{float:left; width:100%; border-bottom:solid 1px #eee;}
.topbar .row {
    align-items: center;
    justify-content: space-between;
}
.topbar_left{display:flex;align-items: center; padding:0 15px;}
.topbar_right{ padding:0 15px;}
.info-item {
    padding:15px 20px 15px 50px; max-width:310px; display:inline-block; vertical-align:top; position:relative; opacity: 0.7;
}
.info-title{display:block;font-size: 15px;
    font-weight: 600;
    line-height: 1.18;
    margin-bottom: 3px;color: #333;}
.info-title a{color: #333;}	
.info-sub-title{display:block; color: #333;font-size: 14px;   }
.info-item .fa{position:absolute; left:0; top:50%;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width:40px; height:40px; background-size:100% auto !important;}
.info-item .fa-map-marker{background:url(images/address.svg) no-repeat center center;}
.info-item .fa-phone{background:url(images/phone.svg) no-repeat center center;width:35px; }
.info-item .fa-clock{background:url(images/clock.svg) no-repeat center center;}
.info-item .fa {
filter: invert(56%) sepia(95%) saturate(292%) hue-rotate(132deg) brightness(99%) contrast(87%);


}

.header-button{padding: 0 26px;
    height: auto;
    line-height: 46px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; display:inline-block;border-color: #6038a9;  border:solid 2px #6038a9; background:#6038a9; color:#fff !important;}
.header-button:hover {
    color: #fff;
    background:#59ceee;  border-color:#59ceee;
}






.blog_post{margin-bottom: 70px; float:left; width:100%;}
.post_thumb {
    margin-bottom: 40px;
    float: left;
    width: 50%;
    padding-right: 30px;
}
.post_info{float:left; width:50%;}
.post_info h3 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 1.26;
    border-bottom: 1px dashed #d4d2d2;color: #223645;
}
.post_info h3 a{color: #223645;}
.post-meta {
    font-size: 14px;
    margin-bottom: 22px; display:flex;
}
.post-meta a{color: #7A8A9E;}
.post-meta > div {line-height:50px;margin-top: 0;
}
.post-meta > div + div {
    position: relative;
    padding-left: 15px;
    margin-left: 12px;
}
.post-meta img {
    border-radius: 50%;
    margin-right: 10px; display:inline-block; vertical-align:top;
}
.post-meta > div + div:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    content: '';
    width: 1px;
    height: 20px;
    display: inline-block;
    background-color: #ddd;
}
.readmore2 {
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height:20px;
    text-transform: capitalize;
    margin-top: 34px;
    display: inline-block;
    color: #fff;
    background: #6038a9;
}
.readmore2:hover{background: #59ceee;color: #fff;}

.leftbar{padding-top:50px;}
.page-sidebar-inner{ float:left; width:100%; position:relative; padding-top:50px; padding-left:30px;display: flex;
    height: 100%; padding-bottom:50px;}
.page-sidebar-inner:before{ float:left; width:10000%; position:absolute; left:0; top:0; height:100%; content:''; background:#ebf5f5; z-index:0;}
.page-sidebar-content{position:relative; z-index:2;}



.page-pagination,.page-numbers {
    margin: 40px 0 50px 0;
    text-align: center;
}

.page-pagination li,.page-numbers li {
    display: inline-block;
    list-style-type: none;
}
.page-pagination li span, .page-pagination li a, .page-pagination li span,.page-numbers li a,.page-numbers span{
    padding: 15px 12px;
    display: block;
    text-align: center;
    color: #7A8A9E; text-transform:uppercase;
}
.page-pagination li .current,.page-numbers span.current {
    color: #fff;
        background-color: #59ceee;
    padding: 0;
    min-width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}





.sidebox + .sidebox {
    margin-top: 70px;
}

.sidebox h2 {
    position: relative;
    font-size: 26px;
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.sidebox h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background-color: #64c8d2;
}
.side_post{float:left; width:100%;}
.side_post + .side_post {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dashed #d4d2d2;
}

.side-wrap {
    display: flex;
}
.side_post-thumbnail {
    position: relative;
    margin-right: 20px;
}
.sidebox h3  {
    font-size: 16px;
    margin-bottom: 0;color: #223645;
}
.sidebox h3 a{color: #223645;}

.sidebox h4 {
    font-size: 14px;
    margin-top: 10px;color: #7A8A9E;    font-weight: 500;
}

.side_cates {
    text-align: center;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.03);  
    overflow: hidden;
    width: 100%;
    background: #fff; display:flex;    flex-wrap: wrap;border-top:solid 1px #eee;  border-right:solid 1px #eee;  
}

.cate_item {
   width: 50%; border-left:solid 1px #eee;border-bottom:solid 1px #eee;    padding: 20px 10px;
}
.cate_item:hover{background: #64c8d2;}
.cate_item a{
    color: #223645;
}
.icon {
	display: inline-block;
    border: 1px solid #eee;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.cate_item:hover h3{color:#fff;}
.cate_item:hover .icon {background:#fff;}
.icon img{width:50px; height:auto; float:left; position:relative; left:50%; top:50%;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);filter: invert(97%) sepia(100%) saturate(6661%) hue-rotate(152deg) brightness(88%) contrast(84%);}




.single .post_thumb {
    width: 100%;
    padding-right: 0;
}
.single .post_info {
    width: 100%;
}







/********************** Menu CSS**********************************/
.main-menu {
	float: right;
}
.main-menu li {
    float: left;
    text-align: left;
    color: #223645;
    font-size: 15px;
    margin: 0 20px;
}
.main-menu li a {
    line-height:100px;
    color: #223645;
    display: block;
	text-align:left;
}
 @media only screen and (max-width:1270px) {
.main-menu li {
    font-size: 13px;
    margin-left: 0;
}
 }
 @media only screen and (max-width:1100px) {
.main-menu li {
    font-size:12px;
    margin-left: 15px;
}
.social_icon ul li {
    margin: 0 0 0 4px;
}
 }

.sticky .main-menu li a{}
.main-menu li a:hover, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, nav.nav li ul.sub-menu li.current-menu-item > a {
	color: #6038a9;
}

/*------------ Mobile-Menu-toggle-style.css -------------*/


.mobile-menu .logo {
	float: none;
	display: none;
	border-bottom: #434343 solid 1px;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-menu .logo a {
	display: inline-block;
}
.mobile-menu {
	background-color: #000000;
	position: fixed;
	padding: 25px;
	height: 100%;
	width: 100%;
	z-index: +9999999;
	overflow: auto;
	max-width: 250px;
	left: -280px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.mobile-menu ul li {
	list-style: none;
	font-size: 14px;
	color: #FFF;
	position: relative;
	float: none;
	text-align: left;   /* padding-left: 50px;*/
}
.mobile-menu ul li:last-child {
	margin-bottom: 0px;
}
.mobile-menu ul li .dropdown {
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	background: #fff;
}
.mobile-menu ul li .dropdown .fa {
	position: absolute;
	top: 20px;
	right: 75px;
}
.mobile-menu ul li .dropdown .fa-plus, .mobile-menu ul li .dropdown.open .fa-minus {
	display: block;
}
.mobile-menu ul li .dropdown .fa-minus, .mobile-menu ul li .dropdown.open .fa-plus {
	display: none;
}
.mobile-menu>ul li a {
	color: #FFF;
	margin: 13px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	font-family: muli;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	transition: 0.3s;
}
.mobile-menu ul ul {
	display: none;
}
.mobile-menu ul ul li {
	font-size: 11px;
}
.mobile-nav {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	margin-top: 0;
	position: absolute;
	top: 35px;
	right: 0;
	padding: 6px 5px;
	display: none;
	margin-right: 10px;
}
.mobile-nav span {
	background: #4aba86;
	height: 3px;
	margin: 0 0px 4px;
	width: 100%;
	float: left;
}
.menu-hide {
	left: -280px !important;
}
.mobile-menu.show {
	left: 0;
}
.toggle-mobile {
	right: 0px;
	z-index: +9999;
	position: absolute;
	top: 10px;
	width: 30px;
	height: 35px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
	color: #236497;
	text-align: left;
	margin-left: 15px;
	transition: opacity .3s ease, height .4s ease;
	-webkit-transition: opacity .3s ease, height .4s ease;
	-o-transition: opacity .3s ease, height .4s ease;
}
.toggle-mobile span {
	background: #14bff3;
	height: 3px;
	position: absolute;
	overflow: hidden;
	width: 30px;
}
.toggle-mobile span.one {
	transition: all 0.6s ease;
	top: 8px;
}
.toggle-mobile span.two {
	top: 16px;
	transition: all 0.6s ease;
}
.toggle-mobile span.three {
	top: 24px;
	transition: all 0.6s ease;
}
.site-overlay {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -99;
	opacity: 0;
}
.site-overlay.overlay-show {
	z-index: 999;
	opacity: 1;
}
.mobile-menu .toggle-mobile {
	display: none;
}
.toggle-mobile.open span.one {
	transition: all 0.6s ease;
	transform: rotate(-50deg);
	top: 16px;
}
.toggle-mobile.open span.two {
	transition: all 0.6s ease;
	transform: rotate(50deg);
	top: 16px;
}
.toggle-mobile.open span.three {
	transition: all 0.9s ease;
	display: none;
	top: 24px;
}
.toggle-mobile {
	display: none;
}
 @media only screen and (max-width:999px) {
.toggle-mobile {
	display: block;
}
.nav {
	display: none;
}
.toggle-mobile {
	position: relative;
	top: 0;
	right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;order: 3;
}
.mobile-menu {
	top: 0;
	display: block;
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.37) !important;
}
.mobile-menu ul li {
	margin-bottom: 7px;
}
.mobile-menu nav.nav {
	display: block;
}
.mobile-menu nav.nav li a {
	color: #000;
	line-height: 34px;white-space: normal;
}

.mobile-menu nav.nav ul {
	flex-wrap: wrap;
}
.mobile-menu nav.nav ul li {
	display: inline-block;
	width: 100%;
	line-height: 24px !important;
}
.mobile-menu ul li .dropdown .fa {
	font-size: 20px !important;
	color: #000;
	position: initial;
}
.mobile-menu ul li .fa-angle-down {
	display: none;
}

.mobile-menu ul li .dropdown {
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 20px;
	color: #fff;
	width: 14px;
	text-align: end;
	height: 14px;
	border-right: solid 2px #3b3939;
	border-bottom: solid 2px #3b3939;
	transform: rotate(45deg);
}
.mobile-menu ul li .dropdown.open {
	top: 10px;
	transform: rotate(-136deg);
}
span.dropdown .fa-angle-down {
	display: none !important;
}



.mobile-menu ul li .dropdown.open .fa-angle-right {
	display: none;
}
.mobile-menu ul li .dropdown.open .fa-angle-down {
	display: block;
}
.mobile-menu ul li .dropdown {
	position: absolute;
	right: 0px;
	top: 7px;
}
.mobile-menu nav.nav ul li {
	position: relative;margin: 0 0 10px 0;
}
.mobile-menu nav.nav ul ul.sub-menu li {
	margin-bottom: 0px;
}


.main-menu li {
    margin-left: 0 !important;
}
.mobile-menu ul li {
    font-size: 15px;margin-bottom: 12px;
}
.main-menu li.register a {
    line-height: 40px !important;
}
.mobile-menu ul ul li {
    font-size: 14px;
}
.mobile-menu ul ul {
    padding-left: 10px;
}
.mobile-menu .cross{display:none !important;}

.main-menu li a:hover, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, nav.nav li ul.sub-menu li.current-menu-item > a {
    color: #14bff3 !important;
}
.header-right{order: 2;}
}
 @media only screen and (min-width:1000px) {
nav.nav li {
	position: relative;
	text-align: left;
}
nav.nav li ul.sub-menu {
	width: 270px;
	transition: all 0.5s ease-in-out;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top:100%;
	background: #fff; border-bottom:solid 3px #6038a9;box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
	padding: 25px 0;
	z-index: 9;
}
nav.nav li ul.sub-menu .sub-menu {
	right: -250px !important;
	top: -20px !important;
	display: none;
}
nav.nav li ul.sub-menu .sub-menu:before {
	display: none !important;
}
nav.nav ul li:hover ul.sub-menu {
	top: 100%;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	visibility: visible;
}
nav.nav li ul.sub-menu li:hover .sub-menu {
	display: block;
}
nav.nav li ul.sub-menu li a {
	padding: 11px 30px;color: #999;font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2;
    text-transform: none;font-size: 14px;
}
nav.nav li ul.sub-menu li {
	font-size: initial;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
nav.nav li ul.sub-menu li a:hover {
	color: #6038a9;
}

}
/*******************************************************/
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-sm-6{width:50%;}

.col-sm-4{width:33.333%;}
.col-sm-8 {
    width: 66.66666667%;
}

@media (min-width: 768px){
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}
@media (min-width: 992px){
.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-lg-3{ -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;}
}


body {
    overflow-x: hidden;
}
#wrapper{overflow:hidden;}


body{padding-top:176px;}

.banner {
	float: left;
	width: 100%;
	position: relative; 
	padding:100px 0 0 0; 
	background:rgba(39,199,191,0.7);
}
.banner_shap{
    float: left;
    width: 100%; 
    margin-top:100px;
}
.baner_text{
	float:left; 
	width:50%;
}
.banner-layer{ 
	width:100%; 
	position:absolute; 
	left:0; 
	top:50%;
	-webkit-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%);
}
.banner h1{
    line-height: 63px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size:40px;
    margin: 0px;
    text-decoration: none; color:#fff; margin-bottom:0;}
.banner h2{
    line-height:1;
    letter-spacing: 0px;
    font-weight: 800;
    font-size:90px;
    margin: 0px;
    text-decoration: none; color:#fff; margin-bottom:25px;}	
.banner p{color:#fff; margin-bottom:25px; font-size:19px; line-height:1.4;}	
.banner p a{color:#fff;}	

.banner .header-button{background-color:#6038a9;line-height:50px; height:auto; border:none; border:solid 2px #6038a9;}
.banner .header-button:hover{background:#fff; color:#6038a9;}
.banner .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.banner_img{float:right; width:45%;}
@media (max-width: 600px){
    .banner_img{
        /*display: none;*/
    }
}


@media (min-width: 1200px){
.page-id-214 .banner_shap {
    margin-top: 60px;
}
.page-id-214 .page_sec2 img{width:70%;}
.page-id-214 .home-section3 .col-sm-6:first-child {
    text-align: center;
}
.page-id-214 .home-section3+.home-section3 .col-sm-6 {
    text-align: center;
}
.page-id-214 .home-section3+.home-section3 .row {
    align-items: end;
}
}


#content {
	float: left;
	width: 100%;
}
.home-section1{padding:30px;}
.home-section1 .row{margin:0;}

.home-section1 .col-lg-4{padding:0;}
.content-inner {
    padding: 60px 50px 60px 50px;width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.03); display:flex;align-items: center;
}
.content-inner:hover{
    background-color:#F2EEA1;
}

.image {
    margin-right: 25px;
    flex-shrink: 0;
    width: 60px;
}

.heading {
    font-size: 22px;
    margin-bottom: 0;
}
.heading a {
    color: #223645;
} 
.text {
    margin-top: 15px;
}

.home-section2 {padding-top:100px ; text-align:center; background:#f4fafc;}


.section_heading{
    font-weight: 600;
    color: #717c93;font-size: 40px; margin-bottom:50px; line-height:1.2; padding-bottom:15px;    position: relative;
}
.section_heading:before {
    content: "";
    width: 10%;
    position: absolute;
    left:50%;
    bottom: 0;
    height: 5px;
    background: #40C0C0;-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
}

.home-section2 h3{font-weight: 600;
    color: #717c93;    font-size: 18px; margin-bottom:20px;}
.treatments__box{float:left; width:25%; padding:0 15px;}

.readmore{padding: 0 26px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    border-color: #6038a9;
    border: solid 2px #6038a9;
    background: #6038a9;background-color: #6038a9;
    line-height: 34px;
    border: none;
    border: solid 2px #6038a9;}
.readmore:hover {
    background: #fff;
    color: #6038a9;
}
.treatments__icon img{width:100px; margin-bottom:20px;}
.treatments__box h4{margin-bottom:10px; font-size:18px;}
.treatments__box p{margin-bottom:20px !important;}

.home-section3{text-align:center; padding:100px 0 100px 0;}
.home-section3 .col-sm-6{text-align:left;}
.home-section3 .col-sm-6+.col-sm-6{padding-left:50px;}

.home-section3 .row {
    align-items: center;
}
.home-section3 .header-button{margin-top:20px;}
.home-section3 h3{    font-weight: 600;
    color: #717c93;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;}




.insurance{text-align:center; padding-bottom:50px;}
.insurance .flex-control-nav {
    display: block;
}
.insurance h2 {
    border-top:solid 1px #eeeeee; padding-top:50px; margin-bottom:20px;
}
.insurance h3 {
    font-size: 18px;
    color: #7A8A9E;
    font-weight: 500;
    width: 770px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 70px;
}



.testimonials {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0;
    background-size: cover !important;
    padding-bottom: 100px; position:relative;background-attachment: fixed !important;
}
.testimonials:before{background:#000; width:100%; height:100%; position:absolute; left:0; top:0; content:''; opacity:0.5; z-index:0;}
.testimonials .container{position:relative; z-index:1;}

.testimonials h2 {
    margin-bottom:20px; color:#fff;
}
.testimonials h3 {
    font-size: 18px;color: #fff;font-weight: 500; margin-bottom:30px;line-height: 1.5;
}
.testimonials h6{text-align:left;font-size: 18px;
    margin-bottom: 13px;color:#fff; font-style:italic; }
.testimonials p{    font-size: 18px;color:#fff;   font-weight: 600; text-align:left;}

.frame1{position:absolute; left:0; top:0; width:100%; z-index:2;}

.home-section3 .flex-control-nav {
    margin-top: 0;
    bottom: 20px;
    position: absolute;
    width: 64%;
}

.office_tour .section_heading:before {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.page_footer{padding-top: 100px ;background-color: #333333; float:left; width:100%;}

.footer-bottom{padding-top: 27px ;
    padding-bottom: 27px ;border-top:solid 1px rgba(255,255,255,0.08);}

.footer-bottom p{
    font-size: 14px;line-height: 1.66;color: #ffffff;
}
.footer-bottom p a{
    color: #ffffff;
}
.footer-bottom ul {
    text-align: center;
}
.footer-bottom ul li{    padding: 0 15px;
    position: relative;
    display: inline-block;}
.footer-bottom ul li a{color: #ffffff; line-height:20px;}	
.footer-bottom ul li + li:before {
    position: absolute;
    width: 1px;
    height: 20px;
    top: 0;
    left: -1px;
    content: '';
    background-color: #d8d8d8;
}
.footer-bottom ul li a:hover{color:#40C0C0;}
.page_footer .social_icon li a{filter: invert(99%) sepia(0%) saturate(795%) hue-rotate(232deg) brightness(112%) contrast(100%);}
.page_footer .social_icon li a:hover{filter: invert(93%) sepia(74%) saturate(7288%) hue-rotate(154deg) brightness(90%) contrast(86%);}

.image3{margin-bottom:50px;    padding-right: 10%;}

.footer-top p{font-size: 14px;line-height: 1.66;color: #ffffff; margin-bottom:25px;}
.footer-top .col-sm-4{margin-bottom:30px; }
.list li{display:inline-block; vertical-align:top; margin-right:20px;}
.list li a:hover{    color: #64c8d2;}

.list .facebook,.list .instagram {
    width: 15px;
    height: 20px;
    float: left;
    background-size: 100% auto;
    margin-right: 10px;
}
.list li a i {filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(106%) contrast(103%);}
.list li a:hover i {filter: invert(92%) sepia(29%) saturate(5032%) hue-rotate(158deg) brightness(86%) contrast(89%);}

.footer-top h2 {
    letter-spacing: 2px;
    line-height: 1.6;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 50px;font-weight: 700;
}
.footer-top h6{color: #ffffff;    font-size: 18px;
    line-height:33px;padding-left:35px; position:relative;}
.footer-top h6:before{filter: invert(56%) sepia(95%) saturate(292%) hue-rotate(132deg) brightness(99%) contrast(87%);background: url(images/clock.svg) no-repeat 0 center; background-size:100% auto; content:''; width:22px; height:20px; position:absolute; left:0; top:6px;}
.footer-top h6+h6{margin-top:15px; }	
.footer-top h6 .sub-title {
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
}

.footer-top h3{color: #ffffff;    font-size: 20px;margin-bottom: 25px;}
.footer-top h4{color: #ffffff;    font-size: 32px;margin-bottom: 25px;}
.footer-top h5{color: #ffffff;   font-size: 14px;margin-bottom: 40px;    line-height: 2;}

.footer-top h3 a,.footer-top h4 a,.footer-top h5 a{color: #ffffff;}
.subscribe-form {
    display: flex;
}
.subscribe-form input[type='email']{width: 100%;
    outline: none;
    border: 1px solid #eee;
    background-color: #ECEFF3;
    color: #888;
    font-weight: inherit;
    padding: 3px 20px;
    height: 50px;font-family: 'Poppins', sans-serif;font-weight: 600; box-sizing:border-box;}
.subscribe-form button[type='submit'] {
    padding: 0;
    width: 50px;
    position: relative;height: 50px;
    line-height: 50px;
    flex-shrink: 0;color: #fff;
    border-color: #E12454;
    background-color: #6038a9; border:none; font-size:0; cursor:pointer;
}
.subscribe-form button[type='submit']:hover{border-color: #223645;
    background-color: #40C0C0;}
	
.subscribe-form button:before{ width:50px; height:50px; content:''; position:absolute; left:0; top:0; background:url(images/send.svg) no-repeat center center;filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(41deg) brightness(113%) contrast(98%); background-size:40% auto;}	






.banner2{padding: 50px 0 0 0;}
.banner_shap2 {
    margin-top: 50px;
}
.col-6{float:left; width:50%;}
.page_sec1{text-align:left;}
.page_sec1 h2,.page_sec2 h2{font-weight: 600;
    color: #717c93;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;}
	
.white_box{box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.15); background:#fff; margin:0 15px 30px; width:calc(50% - 30px); float:left; text-align:left; padding:30px;-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;}	
.white_box p{color: #223645;    font-size: 15px;}	
.white_box h4{font-size:30px; margin-bottom:20px;}	
.white_box ul,.white_box ol{padding-left:20px;}
.white_box ul li{color: #223645;    font-size: 15px; list-style:disc;}	
.white_box ol li{color: #223645;    font-size: 15px; list-style:decimal;}	

.sec1_extra_block{margin-top:100px;}


.videobox{float:left; width:100%; border:solid 4px #6038a9; margin-top:30px;}
.videobox iframe{float:left; width:100%;}
.videobox2{    margin-top: 96px;}

.page-title{float:left; width:100%; background:#3fc0c2; padding:30px 0;}
.page-title h1{font-weight: 600;
    font-size: 40px;
    color: #fff;font-family: 'Poppins', sans-serif;
}



.testimonail_row{float:left; width:100%;  padding:30px;background: #fff;
box-shadow: 0px 0px 17px 0px rgba(122,122,122,0.17); margin-bottom:40px;display: flex;
    flex-wrap: wrap;}
.testimonail_row:last-child{margin-bottom:0;}
.testimonail_row h2{  font-size: 24px;color: #717c93;}

.testimonail_row img{ width:120px; }

.testimonail_row p{background:url(images/q.png) no-repeat 0 0;}	
.testimonials1{float: left;
    width: 100%;
    padding: 50px 0;}
@media (min-width: 768px){
.star-sec{width: 20%;}
.testimonail_row p{width: 80%;}	
.testimonail_row:nth-child(even) p{order:1; text-align:right;}
.testimonail_row:nth-child(even) .star-sec{order:2;text-align:right;}
.testimonail_row:nth-child(even) p{background:url(images/q2.png) no-repeat right 0;}	

}


.contact-section1{float:left; width:100%; padding:50px 0 0 0;}
.contact-section1 iframe{float:left; width:100%; height:400px;}


.contact-section2{float:left; width:100%; }
.contact-section2 img{filter: invert(85%) sepia(85%) saturate(832%) hue-rotate(154deg) brightness(85%) contrast(91%); width:35px; float:left;}
.contact_icon {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 35px;
    margin-right: 30px;
}
.contact-section2 h4 {
    font-size: 22px;
    margin-bottom: 0;
}
.contact-section2 h4 a{color: #223645;}
.contact-section2 h5 { margin-top: 15px;color: #7A8A9E;font-weight: 500;}
.contact-section2 h5 a{color: #7A8A9E;}

.contact-section3{float:left; width:100%; padding:100px 0 100px 0; text-align:center; }
.contact-section3 .col-sm-4,.contact-section3 .col-sm-8{text-align:left;}
.contact-section3 label{text-align:left; float:left; width:100%; margin-bottom:8px;}
.contact-section3 .col-sm-6,.contact-section3 .col-sm-2{margin-bottom:30px;}
.contact-section3 input[type="submit"]{margin:0;}
.contact-section3 h2 {
    font-size: 36px; 
}
.contact-section3 h4 {
    max-width: 770px;   color: #7A8A9E;font-weight: 500; font-size: 18px; display:inline-block; vertical-align:top; margin-bottom:60px; line-height:1.5;
}
.contact-section3 h3 {
    font-size: 36px; 
}
.contact-section3 .col-sm-4 h6 {
    color: #223645;
    font-size: 18px;
    line-height: 33px;
    padding-left: 35px;
    position: relative; margin-bottom:20px;
}
.contact-section3 .col-sm-4 h6 .sub-title {
    font-weight: 500;
    font-style: italic;
    font-size: 15px;
}
.contact-section3 .col-sm-4 h6:before {
    filter: invert(59%) sepia(44%) saturate(4293%) hue-rotate(325deg) brightness(110%) contrast(101%);
    background: url(images/clock.svg) no-repeat 0 center;
    background-size: 100% auto;
    content: '';
    width: 22px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}
.gform_wrapper {
    margin:0 !important;
    width: 100% !important;
}
.gform_wrapper .gform_heading {
    margin-bottom: 0!important;
}
body .gform_wrapper ul li.gfield {
    float: left;
    width: 100% !important; max-width:100% !important;
    margin: 0 !important;
    margin-bottom: 16px !important;
    padding: 0 !important; background:none !important; border:none !important;
}
body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
width: 100% !important;
    outline: none !important;
    border: 1px solid #eee !important;
    background-color: #ECEFF3 !important;
    color: #888 !important;
    padding: 3px 20px !important;
    height: 50px !important;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: 'Poppins', sans-serif !important;
    color: #223645 !important;
    font-weight: 600 !important;
    box-sizing: border-box !important; margin:0 !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
width: 100% !important; margin:0 !important;
}
.gform_wrapper .gform_footer input {background-color: #64C8D2;width: 100%;position: relative;color: #fff;margin-top: 16px;height: 50px;border: none;cursor: pointer;font-family: 'Poppins', sans-serif;font-weight: 600;box-sizing: border-box;}

.gform_wrapper div.validation_error {
    display: none !important;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width:100% !important;
}

.gform_confirmation_wrapper {width: 100%;}
.gform_confirmation_message{border: solid 2px #7dd5ed;
    padding: 10px;
    text-align: center;
    width: 100%;
    float: left;}

.gform_wrapper textarea.medium{width: 100% !important;
    outline: none !important;
    border: 1px solid #eee !important;
    background-color: #ECEFF3 !important;
    color: #888 !important;
    padding:10px 20px !important;
    height: 150px !important;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: 'Poppins', sans-serif !important;
    color: #223645 !important;
    font-weight: 600 !important;
    box-sizing: border-box !important; margin:0 !important;}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: 500 !important;
}



body .contact-section3 .gform_wrapper ul li.gfield {
    margin-bottom:30px !important;
}
.contact-section3 .gform_wrapper ul.gform_fields {
    margin: 0 -15px !important;
}
body .contact-section3 .gform_wrapper ul li.gfield {
    padding: 0 15px !important;
}
body .contact-section3 .gform_wrapper ul li#field_1_1 ,
body .contact-section3 .gform_wrapper ul li#field_1_2,
body .contact-section3 .gform_wrapper ul li#field_1_3,
body .contact-section3 .gform_wrapper ul li#field_1_4
{
    width:50% !important; clear:none !important;
}

.contact-section3 .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
}


.home-section7 {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 0;
    background-size: cover !important;
    padding-bottom: 100px;
    background: #40C0C0 !important;
}
.home-section7 .flex-control-paging li a {
    background: #fff;
}
.home-section7 h2 {
    margin-bottom: 20px;
    color: #fff;
}
.home-section7 .section_heading:before {
    background: #fff;
}
.home-section7 h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}
.home-section7 h6{text-align:left;font-size: 18px;
    margin-bottom: 13px;color:#fff; }
.home-section7 p{    font-size: 18px;color:#fff;   font-weight: 600; text-align:left;}

.home-section7 .flexslider {
    margin-top: 50px;
}
.home-section7 .flex-viewport {
    padding: 30px 0;
}

.flexslider .col-6{display: flex;
    flex-wrap: wrap;
}
.testimonial-item {
    width: 100%;
    padding: 15px; float:left;display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.testimonial-content {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,.09);
    padding: 33px 25px 42px; float:left;display: flex;
    flex-wrap: wrap;
    height: auto;
}
.testimonial-content:before {
    position: absolute;
    top: 100%;
    left: 43px;
    content: "";
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-color: transparent transparent #fff #fff;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0,0,0,.03);
}

.testimonial-info {
    padding: 40px 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-thumbnail {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.testimonial-main-info {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 20px;
}
.testimonial-name {
    font-size: 15px;
    margin-bottom: 2px;
}
.testimonial-content p {
    color: #444;
    font-size: 14px;

}
.post-thumbnail img {
    width: 60px;
    border-radius: 50%;
}
.testimonial-item{-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);}
.testimonial-item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}




.treatment-section1{text-align:center; padding:100px 0 0;}
.treatment-section1 h2 {
    font-size: 36px;color: #717c93; margin-bottom:20px;
}
.treatment-section1 h3 {
    font-size: 18px;color: #7A8A9E;font-weight: 500; width:770px; max-width:100%; display:inline-block; vertical-align:top; margin-bottom:70px;    line-height: 1.5;
}
.treatment-row{float:left; width:100%; padding:100px 0; }
.treatment-row:nth-child(odd){background: #ffffff; }
.treatment-row h2{ font-size: 30px;color: #717c93; margin-bottom:20px;}
.treatment-row:nth-child(odd) .col-sm-6:first-child{order:1; }
.treatment-row:nth-child(odd) .col-sm-6+.col-sm-6{order:2; }

.treatment-row:nth-child(even) .col-sm-6:first-child{order:2; }
.treatment-row:nth-child(even) .col-sm-6+.col-sm-6{order:1; }

.no-bg-sec .treatment-row:nth-child(odd) .col-sm-6:first-child{order:2; }
.no-bg-sec .treatment-row:nth-child(odd) .col-sm-6+.col-sm-6{order:1; }
.flex-control-paging li a.flex-active {
    background: #6038a9 !important;
}




.page_sec2 .col-sm-6+.col-sm-6 {
    padding-left: 15px;
}

.new_section .row {
    align-items: baseline;
}


.sec2_block:nth-child(even) .row{flex-direction: row-reverse;}
.sec2_block+.sec2_block{margin-top:100px;}



.footer-top .row{    align-items: center;}

.simple_page{padding-bottom:50px;}

.post-excerpt h2{margin-bottom:20px; font-size:26px;}


body .gform_wrapper .top_label div.ginput_container {
    float: left;
    width: 100%;
    position: relative;
}
body .gform_wrapper img.ui-datepicker-trigger {
    position: absolute;
    right: 15px;
    top: 15px;
}
.gform_wrapper .gfield_time_hour input, .gform_wrapper .gfield_time_minute input,.gform_wrapper .gfield_date_day input, .gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_year input {
    outline: none !important;
    border: 1px solid #eee !important;
    background-color: #ECEFF3 !important;
    color: #888 !important;
    padding: 3px 0 !important; text-align:center;
    height: 50px !important;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    font-family: 'Poppins', sans-serif !important;
    color: #223645 !important;
    font-weight: 600 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}



.gform_wrapper .gfield_radio li label:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 60px;
    background: #3a3a3c;
    left: 4px;
    top: 9px;
}
.gform_wrapper .gfield_radio li label:after {
    position: absolute;
    content: "";
    left: 0px;
    border: solid 1px #3a3a3c;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 5px;
    border-radius: 60px;box-sizing: border-box;
}
.gform_wrapper .gfield_radio li input[type=radio]:checked+label:before {
    opacity: 1;
    visibility: visible;
}
.gform_wrapper input[type=radio] {
    display: none !important;
}

.gform_wrapper .gfield_radio li label {
    font-weight: 500 !important;    max-width: 100% !important;
}
body .gform_wrapper ul.gfield_radio li {
    position: relative;
    float: left;
    padding-left:30px !important;
    margin-right: 20px !important;
}
.gform_wrapper .gfield_radio li label {
    margin: 0 !important;
    line-height: 26px !important;
}


@media (max-width: 1150px){
.main-menu li {
    font-size: 10px;
    margin-left: 0;
}
}

@media (min-width: 1000px){
.logged-in #header{top:32px;}	
body.logged-in {
    padding-top: 208px;
}
}


@media (max-width: 999px){
#wpadminbar{display:none !important;}	
	
	
	
.topbar{display:none;}
.header_bottom {
    padding: 15px 0; height:92px;
}
body {
    padding-top: 142px;
}
.topbar_left,.topbar_right {
    flex-wrap: wrap;
    background: #ececec;
    margin: 0 -30px;
    padding: 20px;
}
.topbar_left{margin-top:30px;}

.topbar_right{background: #ccc;}
.brace_right_banner {
    padding: 40px;
}
.brace_left h1, .brace_right_banner h1 {
    font-size: 50px;
}
.brace_left h2, .brace_right_banner h2 {
    font-size: 30px;
}
.mobile-menu {
    overflow-x: hidden;
}
.social_icon ul li {
    margin-bottom: 0 !important;
}

.post_thumb {
    width: 100%;
    padding-right: 0;
}
.post_info{width:100%;}
}

@media (max-width: 767px){
.col-6 {
    width: 100%;
}

.banner h1 {
    line-height: 1.2;
    letter-spacing:0px;
    font-size: 40px;
}
.col-sm-6 {
    width: 100%;
}

.home-section2 {
    padding-top: 80px;
    padding-bottom: 30px;
}

.col-sm-4 {
    width: 100%;
}
.page_footer {
    padding-top: 50px;
}
.image3 {
    margin-bottom: 20px;
}
.footer-bottom p {
    margin-bottom: 20px;    text-align: center;
}
.page-title h1 {
    font-size: 32px;
    line-height: 1.4;
}
.col-sm-8 {
    width: 100%;
}
.treatment-row:nth-child(even) .col-sm-6:first-child {
    order: 1;
}
.treatment-row:nth-child(even) .col-sm-6+.col-sm-6 {
    order: 2;
}
.treatment-section2 img{margin-bottom:30px;}
.treatment-row h2 {
    font-size: 24px;
    line-height: 1.4;
}
.page_sec1 .col-6+.col-6{margin-top:30px;}
}



@media (max-width: 999px){
.logo {
    padding: 0;
    width: 160px;
}
.header-right{display:none;}
.treatments__box {
    width: 50%; margin-bottom:30px;
}
.banner_shap {
    margin-top: 50px;
}

}

@media (max-width: 767px){
.page-col4 {
    width: 100%;
}
.home-section3 .col-sm-6+.col-sm-6 {
    padding-left: 15px; margin-top:30px;
}
.white_box {
    width: calc(100% - 30px);
}
.videobox {
    margin-top: 0 !important;
}
.home-section3.page_sec2{
    padding:50px 0;
}
.testimonials1 {
    padding-top: 0;
}
}

@media (max-width: 600px){
.membership-section1 .price_box{
	float: unset !important;
}
.banner {
	float: left;
	padding:50px 0 0 0; 
}
.desktop-banner {
    display: none;
}
.mobile-banner {
    display: block;
}
.form-sec {
    padding:20px;
}
.banner_img{margin-bottom:30px;}
.banner_img,.baner_text {
    width: 100%;
    margin-bottom: 3%;
}
.banner .container {
    flex-direction: column;
}
.treatments__box {
    width: 100%; 
}
.contact-section3 h2 {
    font-size: 28px;
}
body .contact-section3 .gform_wrapper ul li#field_1_1, body .contact-section3 .gform_wrapper ul li#field_1_2, body .contact-section3 .gform_wrapper ul li#field_1_3, body .contact-section3 .gform_wrapper ul li#field_1_4 {
    width: 100% !important;
}
.contact-section2 h4 {
    font-size: 17px;
}
.content-inner {
    padding: 30px 20px 30px 20px;
}
.post-meta {
    font-size: 11px;
}
.post-date {
    font-size: 11px;
}

}

html {
  scroll-behavior: smooth;
}

.list_style{}
.list_style li{padding-left:25px; position:relative;}
.list_style li:before {
    border-left: solid 2px #59ceee;
    border-bottom: solid 2px #59ceee;
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 7px;
    transform: rotate(-45deg);
}

.left_box{float:left; width:100%; margin-top:40px;}

.pintrest{background:url(images/pintrest.png) no-repeat center center;}
.linkedin{background:url(images/linkedin.png) no-repeat center center;}
.left_box .social_icon{margin-bottom:20px;}
.left_box .social_icon li {
    margin: 0 20px 0 0;
}
.left_box .social_icon li a {
    width: 44px;
    height: 44px;
}
.left_box h4{    font-weight: 600;
    color: #64c8d2;    font-size: 16px; text-transform:uppercase; margin-bottom:20px;}
.left_box h2{    color: #223645;}
	
.left_box h3{    font-weight: 600;
    color: #223645;    font-size: 16px; text-transform:uppercase;     border-bottom: 1px dashed #D4D2D2;
    padding-bottom: 20px; line-height:20px;
    margin-bottom: 20px; background:url(images/globe.png) no-repeat 0  0; background-size:20px; padding-left:30px;}	
.dr_sec1{text-align:left;}	
.dr_sec1 .row {
    align-items: end;
}


.tour-box {
    float: left;
    width: 33.333%;
    padding: 0 12px;
    margin: 0 0 22px 0;
}
.tour-box img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

@media (max-width: 767px){
.tour-box {
    width: 50%;
}
}
@media (max-width: 479px){
.tour-box {
    width: 100%;
}
}




em{font-style:italic;}
.membership-section1 {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.membership-section1 h2 {
    font-weight: 600;
    color: #717c93;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.membership-section1 ul{margin-bottom:20px; padding-left:20px;}
.membership-section1 ul li{font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #7A8A9E;
    font-size: 14px; list-style:disc;}
	
.price_box{background:#f3efa1; padding:30px; text-align:center; float:left; margin:15px;}
.priece_row{margin:0 -15px;}

.price_box h6 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #444;
    font-size: 16px;
}
.price_box h3{margin:5px 0; color:#7f58c5; font-size:34px;}	
	
.membership-section2 {
    float: left;
    width: 100%;
    padding: 50px 0; text-align:center; background:#7f58c5;
}	
.membership-section2 h2 {
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.membership-section2 ul{margin-bottom:20px; padding-left:20px; text-align:left;}
.membership-section2 ul li{font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.8;
    color: #fff;
    font-size: 14px; list-style:disc;}
.membership-section2 p{color:#fff;}	
.membership-section2 h5{color:#e1eca1; font-size:18px; margin-bottom:20px;}	
.center_img{float:left; width:100%; margin-bottom:20px;}
.membership-section2 h2{color:#e1eca1; }	
.membership-section2 h4{color:#fff; font-size:18px; }	

.membership-section2 .gform_wrapper {
    margin: auto !important;
    width: 600px !important;
    max-width: 100%;text-align: left;
}

.membership-section2 .gform_wrapper.gravity-theme .gfield input, .membership-section2 .gform_wrapper.gravity-theme .gfield select {
    border: none;
    height: 40px;
    padding: 0 15px;
}
.membership-section2 .gform_wrapper label.gfield_label,.membership-section2 .gform_wrapper.gravity-theme .gfield_label,.membership-section2 .gform_wrapper.gravity-theme .ginput_complex label{
    color: #fff !important;
}


.gform_wrapper.gravity-theme .gform_fields {
    width: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    grid-column-gap: 0 !important;
    grid-row-gap: 0 !important;
    margin: 0 -15px !important;
}
.gform_wrapper.gravity-theme .gfield {
    padding: 0 15px !important; width: 100% !important; margin-bottom:20px !important;
}
.gform_wrapper.gravity-theme .gfield.col6 {width: 50% !important;}

.membership-section2 .gform_wrapper .gfield_required {
    color: #fff !important;
}
.membership-section2 .gform_confirmation_message {
    color: #fff;
    margin: 40px 0;
}

@media (max-width: 640px){
.gform_wrapper.gravity-theme .gfield.col6 {width: 100% !important;}

}


.txt-center{
	text-align: center;
}
.mtdr .container .row{
	align-items: self-start;
}
.dr_lng{
	font-weight: 600;
    color: #223645;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px dashed #D4D2D2;
    padding-bottom: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    background: url(images/globe.png) no-repeat 0 23%;
    background-size: 20px;
    padding-left: 30px;
}
@media (max-width: 764px){
	.treatment-section1 h3{
		margin-bottom: 0;
	}
	.treatment-section2 .treatment-row{
		padding-bottom: 0;
	}
	.treatment-section2 .treatment-row:last-child{
		padding-bottom: 100px;
	}
}

._form_43 ._button-wrapper._full_width{
	margin-top: 40px;
}
.membership {
    text-align: center;
    padding-bottom: 50px;
}
.membership h2 {
    border-top: solid 1px #eeeeee;
    padding-top: 50px;
    margin-bottom: 20px;
}