body {
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	height: 0 auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 0;
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	overflow-y: hidden;
	transition: 0.5s;
}
.overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	padding: 0 30px;
}
.overlay-content ul {
	padding: 0;
	margin: 0;
}
.overlay-content ul li {
	position: relative;
	list-style: none;
	padding: 0 10px 0 55px;
	width: 25%;
	float: left;
	margin-top: 20px;
	min-height: 45px;
}
.overlay-content ul li a {
	font-size: 18px;
	color: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease;
}
.overlay-content ul li img {
	position: absolute;
	top: -8px;
	left: 0;
	width: 45px;
}
.closebtn {
	color: #fff !important;
}
.overlay a:hover, .overlay a:focus {
	color: #000;
	padding-left: 5px;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
.woocommerce-order a#wc-print-button {
	background: #3ac2d2;
	color: #000;
	font-size: 24px;
	display: inline-block;
	padding: 10px 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 0 25px;
}
.footer-top-item:nth-child(2) .footer_top3 {
	width: 100%;
	padding: 35px 0 0;
}
.footer-top-item:nth-child(2) .footer_top3 .footer_top3_heading {
	font-size: 22px;
}
.payment-card {
	margin: 17px 0 0;
}

@media screen and (max-height: 450px) {
.overlay {
	overflow-y: auto;
}
.overlay a {
	font-size: 20px
}
.overlay .closebtn {
	font-size: 40px;
	top: 15px;
	right: 35px;
}
}
.treatments_menu a {
	cursor: pointer;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf') format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf') format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.header {
	background: url(../images/header_bg.png) #fff repeat;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}
.darkHeader {
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}
.header_top {
	padding: 23px 0 18px;
	border-bottom: 1px solid #ccc;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	padding: 10px 0 8px;
}
.logo {
	text-align: center;
}
.logo img {
	width: 210px;
	-webkit-transition: width 0.5s; /* Safari */
	transition: width 0.5s;
}
.darkHeader .logo img {
	width: 115px;
}
.header_top_left {
	font-family: 'CenturyGothic';
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-top: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_left img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_left:hover img {
	background: #3ac2d2;
}
.darkHeader .header_top_left {
	margin-top: 17px;
}
.header_top_left a {
	color: #000;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_left a:hover {
	color: #3ac2d2;
}
.header_top_right {
	text-align: right;
	font-family: 'CenturyGothic-Bold';
	margin-top: 35px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_right a {
	color: #000;
}
.darkHeader .header_top_right {
	margin-top: 14px;
}
.header_top_right svg {
	width: 28px;
}
.header_top_right img {
	width: 28px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_right img:hover {
	transform: rotate(360deg);
}
.header_top_right i {
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #000;
	border-radius: 50%;
	text-align: center;
	line-height: 39px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_right i:hover {
	background: #3ac2d2;
	color: #fff;
}
.header_top_right a {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
}
.header_top_right a span {
	display: inline-block;
	vertical-align: top;
}
.menu_main {
	text-align: center;
}
.menu_main ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu_main ul li {
	display: inline-block;
	position: relative;
}
.menu_main ul li a {
	display: block;
	color: #333;
	font-family: 'CenturyGothic';
	font-weight: normal;
	font-style: normal;
	padding: 15px 22px 13px;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.menu_main ul li a:hover, .menu_main ul li.active a {
	color: #000;
}
.home_banner_section {
	margin-top: 190px;
}
.home_therapy_section {
	padding: 80px 0;
	text-align: center;
	overflow: hidden;
}
.therapy_image {
	position: relative;
	margin: 40px auto 0;
	width: 270px;
}
.therapy_image img {
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.therapy_image:hover img {
	transform: scale(0.6);
}
.therapy_image:before {
	position: absolute;
	content: "";
	top: 45px;
	left: 35px;
	width: 180px;
	height: 180px;
	border-radius: 10px;
	transform: rotate(45deg);
	background: rgb(96,197,188); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c5bc', endColorstr='#3ac2d2', GradientType=0 ); /* IE6-9 */
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.therapy_image:hover:before {
	transform: rotate(90deg);
}
.home_therapy_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
	color: #3ac2d2;
	margin-top: 80px;
}
.home_therapy_text {
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #000;
}
.home_therapy_btn {
	display: inline-block;
	font-family: 'CenturyGothic-Bold';
	font-size: 22px;
	color: #000 !important;
	margin-top: 10px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_therapy_btn:hover {
	color: #3ac2d2 !important;
}
.home_therapy_bottom_btn {
	display: inline-block;
	vertical-align: middle;
	margin-top: 20px;
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 40px;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home_therapy_bottom_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_therapy_bottom_btn:hover, .home_therapy_bottom_btn:focus, .home_therapy_bottom_btn:active {
	color: white;
}
.home_therapy_bottom_btn:hover:before, .home_therapy_bottom_btn:focus:before, .home_therapy_bottom_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_product_section {
	background: url(../images/product_bg.png) repeat;
	padding: 70px 0;
}
.home_product_section_heading {
	font-family: 'CenturyGothic';
	font-size: 50px;
	color: #60c5bc;
	text-align: center;
}
.home_product_section_image {
	margin-top: 50px;
}
.home_product_right {
	margin-top: 50px;
}
.home_product_right_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	color: #60c5bc;
}
.home_product_right_text {
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.home_product_btn {
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px;
	font-family: 'CenturyGothic';
	font-size: 20px;
	color: #fff;
	padding: 9px 40px 10px;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home_product_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_product_btn:hover, .home_product_btn:focus, .home_product_btn:active {
	color: white;
}
.home_product_btn:hover:before, .home_product_btn:focus:before, .home_product_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_product_bottom_section {
	padding: 70px 0;
}
/* .home_product_bottom_block {
  width: 20%;
} */
.home_product_bottom_block_inner {
	width: 190px;
	height: 190px;
	overflow: hidden;
	border-radius: 50%;
	position: relative;
	margin: 0 auto;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19) !important;
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19) !important;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19) !important;
}
.home_product_bottom_block_text {
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	width: 164px;
	border-radius: 0 30px 30px 0;
	position: absolute;
	bottom: 53px;
	left: 0;
	text-align: center;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	padding: 9px 5px 10px 0px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_product_bottom_block_inner:hover .home_product_bottom_block_text {
	background: #000;
}
.home_video_section {
	padding: 55px 0 75px;
	background: #e9e9e9;
	text-align: center;
}
.home_video_section_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	color: #3ac2d2;
}
.home_video_gallery {
}
.home_video_btn {
	display: inline-block;
	vertical-align: middle;
	font-family: 'CenturyGothic';
	font-size: 20px;
	color: #fff;
	padding: 9px 40px 10px;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.home_video_btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_video_btn:hover, .home_video_btn:focus, .home_video_btn:active {
	color: white;
}
.home_video_btn:hover:before, .home_video_btn:focus:before, .home_video_btn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_media_section {
	padding: 70px 0 100px;
	text-align: center;
}
.home_media_section_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	color: #3ac2d2;
}
.home_media_block {
	margin-top: 30px;
}
.home_media_block_inner {
	position: relative;
	overflow: hidden;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}
.home_media_block_inner img {
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_media_block_inner:hover img {
	transform: scale(1.1);
}
.home_media_block_btn {
	position: absolute;
	width: 100%;
	top: 33%;
	left: 0;
}
.home_media_block_btn_in {
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	margin-top: 30px;
	font-family: 'CenturyGothic';
	font-size: 17px;
	color: #000;
	padding: 9px 40px 10px;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	text-transform: uppercase;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_media_block_btn_in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.home_media_block_btn_in:hover, .home_media_block_btn_in:focus, .home_video_btn:active {
	color: white;
}
.home_media_block_btn_in:hover:before, .home_media_block_btn_in:focus:before, .home_media_block_btn_in:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.home_media_block_inner:hover .home_media_block_btn_in {
	opacity: 1;
}
.home_testimonial_section {
	text-align: center;
	background: url(../images/testimonial_bg.jpg) #6f5453 no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0 100px
}
.home_testimonial_section_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 50px;
	color: #fff;
	margin-bottom: 15px;
}
.home_testimonial_slide {
	margin-top: 30px;
	padding: 0 15%;
}
.footer {
	background: #1a1a1a;
}
.footer_top {
	padding: 20px 0 0;
}
.footer_top span {
	display: inline-block;
	vertical-align: middle;
}
.footer_top2 {
	width: 24%;
	text-align: center;
	padding: 0 15px;
}
.footer_top2_heading {
	font-family: 'CenturyGothic-Bold';
	font-size: 17px;
	color: #fff;
}
.footer_top2_text {
	font-family: 'CenturyGothic';
	font-size: 14px;
	color: #ccc;
}
.footer_top3 {
	/*width: 40%;*/
	width: 70%;
	padding: 35px 15px 0;
}
.footer_top3_heading {
	font-family: 'CenturyGothic';
	font-size: 28px;
	color: #fff;
}
.footer_top3_text {
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #ccc;
}
.footer_line {
	border-bottom: 1px solid #282727;
	margin-top: 10px;
}
.footer_mid {
	padding: 35px 0 65px;
}
.footer_mid_heading {
	font-family: 'CenturyGothic';
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}
.footer_menu {
	margin-top: 15px;
}
.footer_menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.footer_menu ul li {
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
}
.footer_menu ul li:before {
	position: absolute;
	content: "»";
	font-size: 22px;
	color: #ccc;
	top: -6px;
	left: 0;
}
.footer_menu ul li a {
	display: block;
	color: #ccc;
	font-family: 'CenturyGothic';
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #3ac2d2;
}
.footer_mid_info {
	color: #fff;
	font-family: 'CenturyGothic';
	font-size: 20px;
	margin-top: 13px;
	position: relative;
	padding-left: 50px;
	min-height: 40px;
}
.footer_mid_info svg {
	width: 40px;
	position: absolute;
	top: -5px;
	left: 0;
}
.footer_mid_info a {
	color: #fff;
}
.footer_info_phone {
	font-family: 'CenturyGothic-Bold';
	font-size: 26px;
}
.footer_social {
	margin-top: 15px;
}
.footer_social i {
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 20px;
	line-height: 42px;
	color: #fff;
	text-align: center;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_facebook:hover {
	color: #fff;
	border-color: #4867AA;
	background: #4867AA;
}
.footer_twitter:hover {
	color: #fff;
	border-color: #1DA1F2;
	background: #1DA1F2;
}
.footer_google:hover {
	color: #fff;
	border-color: #DE4F41;
	background: #DE4F41;
}
.footer_bottom {
	background: #000;
	text-align: center;
	padding: 25px 0;
	color: #ccc;
	font-family: 'CenturyGothic';
	font-size: 17px;
}
.footer_bottom a {
	color: #ccc;
}
.search_panel {
	background: #fff;
}
.search_panel label {
	width: 100%;
}
.search_panel input {
	width: 100%;
	border: none !important;
	border-bottom: 1px solid #ccc !important;
	padding: 14px 10px 13px;
	color: #333;
	font-family: 'CenturyGothic';
	font-size: 16px;
}
.ms-thumb-frame {
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	background: #fff;
	opacity: 1 !important;
	position: relative;
}
.ms-thumb-frame:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	border: 1px solid #9A9A9A;
}
.ms-thumb-frame:after {
	position: absolute;
	content: "";
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	border-radius: 50%;
	border: 3px solid #fff;
}
.ms-thumb-frame-selected {
	opacity: 1;
}
.ms-thumb-frame-selected:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
	border: 1px solid #3ac2d2;
}
.ms-thumb-frame-selected:after {
	position: absolute;
	content: "";
	top: 1px;
	bottom: 1px;
	left: 1px;
	right: 1px;
	border-radius: 50%;
	border: 3px solid #3ac2d2;
}
.ms-parent-id-2 > .master-slider {
	background: none !important;
}
.ms-thumb-list.ms-dir-h {
	position: absolute !important;
	bottom: -60px;
}
.ms-slide-info {
	position: absolute !important;
	width: auto !important;
	left: 7.8%;
}
.banner_heading {
	position: relative;
	font-family: 'Great Vibes', cursive;
	font-size: 60px;
	color: #000;
	line-height: 60px;
	padding-left: 30px;
}
.banner_heading_inner {
	position: relative;
	z-index: 99;
}
.banner_heading:before {
	z-index: 1;
	position: absolute;
	content: "";
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	width: 120px;
	height: 120px;
	border-radius: 50%;
	left: 0;
	top: -35px;
}
.banner_text {
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 20px;
	margin-top: 30px;
	padding-left: 30px;
	max-width: 450px;
}
.home_video_section .html5gallery-title-text-1 {
	display: none;
}
.home_video_section .html5gallery-tn-title-1 {
	color: #000;
	font-family: 'CenturyGothic';
	font-size: 16px;
	text-align: left;
	padding-left: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-family: 'CenturyGothic' !important;
	text-transform: uppercase !important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
	font-family: 'CenturyGothic' !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .woocommerce .entry-header, .blog .blog-header, .category .blog-header, .archive .blog-header, .single .blog-header {
	background: url(../images/inner_banner.jpg) no-repeat center;
	background-size: cover;
	max-width: 100% !important;
	padding: 0px !important;
	height: 300px;
	margin-bottom: 50px !important;
	position: relative;
	margin-top: 195px !important;
}
.page-id-6526 .entry-header{
	background: url(/wp-content/uploads/2020/01/handy-cure-laser-banner.jpg) no-repeat center !important;
	background-size: cover;
	max-width: 100% !important;
	padding: 0px !important;
	height: 300px;
	margin-bottom: 50px !important;
	position: relative;
	margin-top: 195px !important;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog .blog-title, .category .blog-title, .archive .blog-title, .single .blog-title {
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 125px;
	font-family: 'Great Vibes', cursive;
	color: #fff;
	text-transform: none !important;
	font-size: 50px;
	z-index: 99;
}
.woocommerce .entry-title{
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: 125px;
	font-family: 'Great Vibes', cursive;
	color: #fff;
	text-transform: none !important;
	font-size: 50px;
	z-index: 99;
	}
.main_heading_inner {
	display: inline-block;
	position: relative;
	padding-left: 30px;
}
.main_heading_inner2 {
	position: relative;
	z-index: 99;
}
.main_heading_inner:before {
	z-index: 1;
	position: absolute;
	content: "";
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	width: 100px;
	height: 100px;
	border-radius: 50%;
	left: 0;
	top: -29px;
}
.about_top_section {
	padding: 0 0 60px;
}
.about_top_section_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 42px;
	color: #3ac2d2;
}
.about_top_section_text {
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	text-align: justify;
	margin-top: 10px;
}
.about_top_image {
	text-align: center;
	padding: 0 50px;
	margin-top: 16%;
}
.about_top_image span {
	display: inline-block;
	position: relative;
}
.about_top_image span img {
	position: relative;
	z-index: 99;
}
.about_top_image span:before {
	position: absolute;
	content: "";
	top: 40px;
	left: 35px;
	width: 220px;
	height: 220px;
	border-radius: 10px;
	transform: rotate(45deg);
	background: rgb(96,197,188);
	background: -moz-linear-gradient(top, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%);
	background: -webkit-linear-gradient(top, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%);
	background: linear-gradient(to bottom, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c5bc', endColorstr='#3ac2d2', GradientType=0 );
}
.about_top_section2 {
	background: url(../images/product_bg.png) repeat;
	padding: 60px 0;
}
.about_top_image2 {
	text-align: center;
	padding: 0 50px;
	margin-top: 10%;
}
.about_top_image2 span {
	display: inline-block;
	position: relative;
}
.about_top_image2 span img {
	position: relative;
	z-index: 99;
}
.about_top_image2 span:before {
	position: absolute;
	content: "";
	top: 40px;
	left: 35px;
	width: 220px;
	height: 220px;
	border-radius: 10px;
	transform: rotate(45deg);
	background: rgb(96,197,188);
	background: -moz-linear-gradient(top, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%);
	background: -webkit-linear-gradient(top, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%);
	background: linear-gradient(to bottom, rgba(96,197,188,1) 0%, rgba(58,194,210,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c5bc', endColorstr='#3ac2d2', GradientType=0 );
}
.about_certificate_section {
	padding: 60px 0;
}
.about_certificate_section_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
	color: #3ac2d2;
	text-align: center;
}
.about_tab .table {
	border: none;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #333;
}
.about_tab .table tr td {
	border-width: 0 0px 0px 0;
}
.about_tab .omsc-tabs-control li {
	text-align: center;
	border-bottom: none;
}
.about_tab .omsc-tabs-control li a {
	padding: 0.6em 1em;
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #fff;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
}
.about_tab .omsc-tabs-control li.omsc-active a, .about_tab .omsc-tabs-control li.omsc-active a:hover {
	color: #3ac2d2;
}
.certificate_date {
	width: 15%;
	font-family: 'CenturyGothic-Bold';
	color: #3ac2d2;
}
.footer_newsletter .es_caption {
	display: none;
}
.footer_newsletter .es_lablebox {
	display: none;
}
.footer_newsletter {
	position: relative;
	margin-top: 20px;
}
.footer_newsletter .es_textbox_class {
	width: 100%;
	border: none !important;
	background: #313131;
	border-radius: 0px;
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #fff;
	padding: 14px 60px 14px 14px;
	height: 58px;
}
.footer_newsletter .es_button {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px;
}
.footer_newsletter .es_button input {
	background: url(../images/newsletter_arrow.png) #3ac2d2 no-repeat center !important;
	height: 48px;
	width: 40px;
	border-radius: 0px;
	font-size: 0px;
	padding: 10px 26px 11px;
	border: none !important;
}
.contact_map {
	margin-top: 50px;
}
.contact_page_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 42px;
	color: #3ac2d2;
}
.contact_page_info {
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #000;
	position: relative;
	padding-left: 55px;
	margin-top: 17px;
	min-height: 38px;
}
.contact_page_info img {
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	left: 0;
	padding: 5px;
}
.contact_page_info a {
	color: #000;
}
.contact_form input {
	border: 1px solid #ccc !important;
	min-height: 46px;
	border-radius: 30px;
	margin-top: 15px;
	padding: 8px 19px 7px;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #000;
	width: 100%;
}
.contact_form textarea {
	border: 1px solid #ccc !important;
	height: 146px;
	border-radius: 30px;
	margin-top: 15px;
	padding: 15px 19px 7px;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #000;
	resize: none;
}
.contact_form .contact_btn .wpcf7-submit {
	width: auto !important;
	border: none !important;
	vertical-align: middle;
	margin-top: 20px;
	font-family: 'CenturyGothic';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 40px;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.contact_form .contact_btn .wpcf7-submit:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.contact_form .contact_btn .wpcf7-submit:hover, .contact_form .contact_btn .wpcf7-submit:focus, .contact_form .contact_btn .wpcf7-submit:active {
	color: white;
}
.contact_form .contact_btn .wpcf7-submit:hover:before, .contact_form .contact_btn .wpcf7-submit:focus:before, .contact_form .contact_btn .wpcf7-submit:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.wonderplugin-gridgallery-item {
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text {
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	font-family: 'CenturyGothic' !important;
	font-size: 18px !important;
	color: #fff;
}
.html5-title-caption {
	font-family: 'CenturyGothic';
}
.wonderplugin-gridgallery-tags {
	margin-bottom: 20px !important;
}
.treatment_page_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 42px;
	color: #3ac2d2;
}
.treatment_page_text {
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	text-align: justify;
	margin-top: 10px;
}
.treatment_page_image {
	padding: 0 15px 0 50px;
	margin-top: 7%;
}
.treatment_page_image_inner {
	position: relative;
}
.treatment_page_image_inner img {
	position: relative;
	z-index: 99;
}
.treatment_page_image_inner:before {
	position: absolute;
	content: "";
	top: 25px;
	left: -25px;
	bottom: -25px;
	right: 25px;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
}
.treatment_page_top_section {
	padding: 0 0 60px;
}
.treatment_page_top_section2 {
	background: url(../images/product_bg.png) repeat;
	padding: 60px 0;
}
.treatment_page_image2 {
	padding-left: 50px;
	margin-top: 1%;
}
.treatment_page_list ul {
	padding: 0;
	margin: 0;
}
.treatment_page_list ul li {
	list-style: none;
	padding-left: 22px;
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	position: relative;
	margin-top: 5px;
	width: 33%;
	float: left;
}
.treatment_page_list ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	transform: rotate(45deg);
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
}
.treatment_page_top_section3 {
	padding: 60px 0;
}
.treatment_page_top_section4 {
	padding: 60px 0 0;
}
.treatment_page_list2 ul {
	padding: 0;
	margin: 0;
}
.treatment_page_list2 ul li {
	list-style: none;
	padding-left: 22px;
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	position: relative;
	margin-top: 5px;
}
.treatment_page_list2 ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	transform: rotate(45deg);
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
}
.treatment_page_list3 {
	display: inline-block;
	width: 100%;
	margin: 15px 0 10px;
}
.treatment_page_list3 ul {
	padding: 0;
	margin: 0;
}
.treatment_page_list3 ul li {
	list-style: none;
	padding-left: 22px;
	font-family: 'CenturyGothic';
	font-size: 16px;
	color: #000;
	position: relative;
	margin-top: 5px;
	width: 50%;
	float: left;
}
.treatment_page_list3 ul li:before {
	position: absolute;
	content: "";
	top: 6px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 2px;
	transform: rotate(45deg);
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
}
.treatment_page_image_single {
	padding: 0 15px 0 50px;
}
.mega-menu-item {
}
.mega-mega1 {
	background: url(../images/menu_icon1.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega2 {
	background: url(../images/menu_icon2.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega3 {
	background: url(../images/menu_icon3.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega4 {
	background: url(../images/menu_icon4.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega5 {
	background: url(../images/menu_icon5.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega6 {
	background: url(../images/menu_icon6.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega7 {
	background: url(../images/menu_icon7.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega8 {
	background: url(../images/menu_icon8.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega9 {
	background: url(../images/menu_icon9.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega10 {
	background: url(../images/menu_icon10.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega11 {
	background: url(../images/menu_icon11.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega12 {
	background: url(../images/menu_icon12.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega13 {
	background: url(../images/menu_icon13.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega14 {
	background: url(../images/menu_icon14.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega15 {
	background: url(../images/menu_icon15.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.mega-mega16 {
	background: url(../images/menu_icon16.png) no-repeat !important;
	background-size: 25px !important;
	background-position: 10px 10px !important;
}
.product .entry-header {
	background: url(../images/inner_banner.jpg) no-repeat center;
	background-size: cover;
	max-width: 100% !important;
	padding: 0px !important;
	height: 300px;
	margin-bottom: 50px !important;
	position: relative;
	margin-top: 195px !important;
}
.woocommerce .entry-content {
	max-width: 1170px !important;
	padding: 0 15px !important;
}
/*============================================================*/

.woocommerce ul.products li {
	text-align: center;
}
.woocommerce-loop-product__title {
	color: #000 !important;
	font-size: 20px !important;
	font-weight: 400;
}
.woocommerce ul.products li .price {
	font-family: 'CenturyGothic-Bold';
	color: #3ac2d2 !important;
	font-size: 26px !important;
}
.woocommerce ul.products li a.add_to_cart_button, .woocommerce ul.products li a.product_type_variable {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 30px !important;
	color: #fff !important;
	font-size: 16px !important;
	padding: 13px 22px !important;
	margin-top: 0px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none !important;
	margin: 0 5px !important;
}
.woocommerce nav.woocommerce-pagination ul li a {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0px !important;
	line-height: 40px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	background: #000 !important;
	color: #fff !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 0px !important;
	line-height: 40px !important;
}
.woocommerce-ordering select {
	background: url(../images/arrow.png) no-repeat 100%;
	border: 1px solid #ccc;
	padding: 8px 35px 8px 10px;
	font-family: 'CenturyGothic' !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.woocommerce ul.products li.product a img {
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19) !important;
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19) !important;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19) !important;
}
/*.single-product .entry-header, .single-product .entry-content {
	background: none !important;
}*/
.single-product .entry-summary {
	max-width: 100% !important;
	width: 50% !important;
}
.single-product .entry-meta, .single-product .post-navigation, .single-product .entry-summary .product_meta .posted_in {
	display: none;
}
.single-product article {
	position: relative;
	margin-top: 265px !important;
}
.single-product .product_title {
    font-size: 32px;
    font-weight: bold;

}
/*.single-product .entry-header {
	position: absolute;
	top: 0px;
	left: 52%;
	width: 46%;
	margin-bottom: 50px !important;
	margin-right: 0 !important;
	height: auto !important;
	margin-top: 0px !important;
}
.single-product .entry-title {
	font-family: 'Great Vibes', cursive;
	text-transform: none;
}*/
.single-product .entry-summary .price {
	font-family: 'CenturyGothic-Bold';
	color: #3ac2d2 !important;
	font-size: 28px !important;
}
.single-product .entry-summary button.single_add_to_cart_button {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 30px !important;
	height: 44px !important;
	padding: 10px 22px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.single-product .entry-summary .quantity input {
	height: 44px !important;
	border-radius: 30px;
	width: 85px;
}
.single-product .entry-summary button.single_add_to_cart_button:hover {
	background: #000 !important;
}
.single-product .related.products {
	float: left;
	width: 100%;
}
.single-product .entry-content {
	padding: 0 !important;
	margin-top: 50px !important;
	margin-right: 0 !important;
}
.woocommerce-cart .woocommerce-message {
	border-top-color: #3ac2d2 !important;
}
.woocommerce-cart .woocommerce-message::before {
	color: #3ac2d2 !important;
}
.woocommerce-cart .woocommerce-message a.wc-forward {
	background: #3ac2d2 !important;
	border-radius: 0 !important;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce-cart .woocommerce-message a.wc-forward:hover {
	background: #000 !important;
}
.woocommerce-cart .woocommerce-message a.restore-item {
	color: #3ac2d2 !important;
}
.woocommerce-cart .shop_table .product-name a {
	color: #3ac2d2 !important;
	font-size: 15px;
}
.woocommerce-cart .actions .coupon input {
	height: 36px;
	width: 110px !important;
}
.woocommerce-cart .actions .coupon button, .woocommerce-cart .actions button {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 0 !important;
	color: #fff !important;
	height: 36px;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 0 !important;
	color: #fff !important;
	float: right;
	padding: 15px 25px !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce-cart .return-to-shop a.wc-backward {
	background: #3ac2d2 !important;
	border-radius: 0 !important;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.woocommerce-cart .return-to-shop a.wc-backward:hover {
	background: #000 !important;
}
.woocommerce-checkout .woocommerce-info a {
	color: #3ac2d2 !important;
}
.woocommerce-checkout #payment .place-order button#place_order {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 0 !important;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#secondary {
	display: none;
}
/*.woocommerce-checkout input {
	border: 1px solid #ccc !important;
	width: 100% !important;
	min-height: 43px;
}*/
.select2-container--default .select2-selection--single {
	background: url(../images/arrow.png) no-repeat 100%;
	border: 1px solid #ccc !important;
	width: 100% !important;
	min-height: 43px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 41px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.woocommerce-checkout textarea {
	border: 1px solid #ccc !important;
	height: 218px !important;
	resize: none;
}
/*===================================================*/

.html5gallery-container-1 {
	background-color: transparent !important;
}
.html5gallery-elem-1 {
	border: 10px solid #fff;
}
.woocommerce-MyAccount-navigation {
	background: #eee;
}
.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #fff;
	position: relative;
}
.woocommerce-MyAccount-navigation ul li:before {
	position: absolute;
	font-family: 'FontAwesome';
	content: "\f105";
	color: #fff;
	background: #3ac2d2;
	width: 40px;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
}
.woocommerce-MyAccount-navigation ul li a {
	padding: 10px 10px 10px 50px;
	display: block;
	color: #000;
}
.woocommerce-info {
	border-top-color: #3ac2d2 !important;
}
.woocommerce-info::before {
	color: #3ac2d2 !important;
}
.woocommerce-EditAccountForm .woocommerce-Input {
	border: 1px solid #ccc !important;
}
.woocommerce-EditAccountForm fieldset {
	margin-top: 35px !important;
	padding: 11px 12px 10px !important;
}
.woocommerce-EditAccountForm .woocommerce-Button {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 0px !important;
	color: #fff !important;
	padding: 15px 25px !important;
}
#customer_login h2 {
	color: #3ac2d2 !important;
}
.woocommerce-form-login, .woocommerce-form-register {
	border: none !important;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2) !important;
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2) !important;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2) !important;
	border-radius: 0px !important;
}
#customer_login .woocommerce-Input {
	border: 1px solid #ccc !important;
	border-radius: 0px !important;
}
.woocommerce-form__label-for-checkbox {
	display: block !important;
	margin-top: 10px !important;
}
#customer_login .woocommerce-Button {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 0px !important;
	color: #fff !important;
	padding: 15px 25px !important;
	margin-top: 10px !important;
}
.lost_password a {
	color: #3ac2d2;
}
.lost_reset_password .woocommerce-Button {
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	border-radius: 0px !important;
	color: #fff !important;
	padding: 15px 25px !important;
}
.treatment_book_now {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	font-family: 'CenturyGothic';
	font-size: 20px;
	color: #fff;
	padding: 9px 40px 10px;
	border-radius: 30px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.treatment_book_now:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.treatment_book_now:hover, .treatment_book_now:focus, .treatment_book_now:active {
	color: white;
}
.treatment_book_now:hover:before, .treatment_book_now:focus:before, .treatment_book_now:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.amazingslider-title-1 {
	position: relative;
	font-family: 'CenturyGothic' !important;
	font-size: 34px !important;
	color: #000 !important;
	line-height: 50px !important;
	padding-left: 30px !important;
	font-weight: bold !important;
}
.amazingslider-title-1:before {
	z-index: 1;
	position: absolute;
	content: "";
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
	width: 100px;
	height: 100px;
	border-radius: 50%;
	left: 0;
	top: -30px;
}
.as-btn-blue-medium {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-top: 10px !important;
	font-family: 'CenturyGothic' !important;
	font-size: 18px !important;
	color: #fff !important;
	text-transform: uppercase !important;
	padding: 9px 25px 10px !important;
	margin-left: 30px !important;
	border-radius: 30px !important;
	-webkit-transform: perspective(1px) translateZ(0) !important;
	transform: perspective(1px) translateZ(0) !important;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
	position: relative !important;
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
	overflow: hidden !important;
	-webkit-transition-property: color !important;
	transition-property: color !important;
	-webkit-transition-duration: 0.3s !important;
	transition-duration: 0.3s !important;
}
.as-btn-blue-medium:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.as-btn-blue-medium:hover, .as-btn-blue-medium:focus, .as-btn-blue-medium:active {
	color: white;
}
.as-btn-blue-medium:hover:before, .as-btn-blue-medium:focus:before, .as-btn-blue-medium:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.amazingslider-text-bg-1 {
	display: none !important;
}
.amazingslider-text-wrapper-1 {
	top: 100px !important;
}
.amazingslider-bullet-image-1 {
	border-radius: 50%;
	border: 2px solid #ccc;
}
.amazingslider-nav-1 {
	bottom: -52px !important;
	top: auto !important;
}
.amazingslider-bullet-1 {
	opacity: 1 !important;
	background-color: #fff !important;
	padding: 0 !important;
	border-radius: 50%;
}
.amazingslider-bullet-1 img {
	opacity: 0.5 !important;
}
.amazingslider-bullet-selected img {
	opacity: 1 !important;
}
.amazingslider-bullet-selected .amazingslider-bullet-image-1 {
	border: 2px solid #3ac2d2;
}
.amazingslider-nav-featuredarrow-1 {
	display: none !important;
}
.amazingslider-description-1 {
	color: #000 !important;
	font-family: 'CenturyGothic' !important;
	font-size: 18px !important;
	margin-top: 30px !important;
	padding-left: 30px !important;
	max-width: 450px !important;
}
/*div.amazingslider-box-1 div:nth-child(3) {
	opacity:0 !important;
}*/
.amazingslider-box-1 {
	margin-left: 0px !important;
	border-width: 0 !important;
}
.product-category a img {
	border-radius: 50%;
}
.woocommerce-loop-category__title {
	color: #3ac2d2 !important;
}
.woocommerce-loop-category__title mark {
	background: #fff !important;
	display: inline-block;
}
.booking_form {
	padding: 40px 30px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.19);
	text-align: center;
}
.booking_form_heading {
	font-family: 'Great Vibes', cursive;
	font-size: 40px;
	color: #3ac2d2;
	margin-bottom: 15px;
}
.booking_form input {
	border: 1px solid #ccc !important;
	min-height: 46px;
	border-radius: 30px;
	margin-top: 15px;
	padding: 8px 19px 7px;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #000;
	width: 100%;
}
.booking_form select {
	background: url(../images/arrow2.png) no-repeat 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ccc !important;
	min-height: 46px;
	border-radius: 30px;
	margin-top: 15px;
	padding: 11px 40px 7px 19px;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #000;
	width: 100%;
}
.booking_form textarea {
	border: 1px solid #ccc !important;
	height: 146px;
	border-radius: 30px;
	margin-top: 15px;
	padding: 15px 19px 7px;
	font-family: 'CenturyGothic';
	font-size: 15px;
	color: #000;
	resize: none;
}
.booking_form .contact_btn .wpcf7-submit {
	width: auto !important;
	border: none !important;
	vertical-align: middle;
	margin-top: 20px;
	font-family: 'CenturyGothic';
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 40px;
	border-radius: 30px;
	position: relative;
	background: rgb(58,194,210);
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%);
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%);
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 );
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #3ac2d2 !important;
}
.thankyou_container {
	text-align: center;
	padding: 5% 0;
}
.thankyou_container p {
	margin-bottom: 0px !important;
}
.thankyou_page_heading {
	font-family: 'CenturyGothic-Bold';
	font-size: 35px;
	color: #30aa00;
}
.thankyou_page_text {
	font-family: 'CenturyGothic';
	font-size: 17px;
	color: #000;
}
.sitemap_page_list {
}
.sitemap_page_list ul {
	padding: 0;
	margin: 0;
}
.sitemap_page_list ul li {
	font-family: 'CenturyGothic';
	font-size: 17px;
	color: #000;
	position: relative;
	padding-left: 20px;
	margin-top: 5px;
	list-style: none;
}
.sitemap_page_list ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 7px;
	left: 0;
	transform: rotate(45deg);
	background: rgb(58,194,210); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ); /* IE6-9 */
}
.sitemap_page_list ul ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 7px;
	left: 0;
	background: #333;
}
.sitemap_page_list ul li a {
	color: #000;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease;
}
.sitemap_page_list ul li a:hover {
	color: rgba(58,194,210,1);
}
.wishlist_table .product-name a {
	font-size: 15px !important;
	color: #3DC2D0;
}
.wishlist_table .product-price {
	font-size: 18px !important;
}
.wishlist_table .add_to_cart_button {
	padding: 13px 10px !important;
	background: rgb(58,194,210) !important; /* Old browsers */
	background: -moz-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(58,194,210,1) 0%, rgba(96,197,188,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ac2d2', endColorstr='#60c5bc', GradientType=1 ) !important; /* IE6-9 */
}
.yith-wcwl-add-to-wishlist .add_to_wishlist {
	background: #000 !important;
	padding: 14px 25px !important;
	border-radius: 30px !important;
}
.single-product .flex-control-nav li {
	padding: 10px 10px 0 0;
}
.variations tr td label {
	font-size: 20px;
	color: #000;
	margin: 10px 0 0;
}
.variations tr td.value {
	padding: 0;
}
.variations tr td.value select {
	border-radius: 0;
	border: 1px solid #ccc;
	height: 40px;
	padding: 0 10px;
}
.postid-6650 .yith-wcwl-add-button {
    display: none;
}
.single-product .reset_variations {
	font-size: 16px !important;
	font-weight: bold;
	color: #000;
}
.single-product .woocommerce-variation-price {
	margin: 0 0 20px;
}
#alg_wc_shipping_icon_advanced_shipping_0 {
    width: 15% !important;
}
#alg_wc_shipping_icon_advanced_shipping_0 {
    width: 8% !important;
}
.blog .entry-summary a, .category .entry-summary a, .archive .entry-summary a {
    color: #3ac2d2 !important;
}
.blog .entry-title {
    font-family: Lato, sans-serif !important;
}
.mt-6 {
    margin-top: 60px;
}
.checkout-notice{
    background: #F58632;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    padding: 34px;
    margin-bottom: 30px;
	font-weight:600;
}
.woocommerce-store-notice.demo_store {
    background: #F58632;
    font-weight: 600;
}
.sticky_whatsapp_btn {
    width: 40px;
    position: fixed;
    right: 25px;
    top: 360px;
    border-radius: 50%;
    z-index: 9999;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
    animation: move 2s infinite;
}
.sticky_whatsapp_btn img {
width: 40px;
}
@keyframes move {
0% {
-webkit-box-shadow: 0 0 0 0 #EDEDED;
-moz-box-shadow: 0 0 0 0 #EDEDED;
box-shadow: 0 0 0 0 #EDEDED;
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
-moz-box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
box-shadow: 0 0 0 15px rgba(255, 1, 1, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
-moz-box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
box-shadow: 0 0 0 0 rgba(255, 1, 1, 0);
}
}
#terms {
    position: relative !important;
}
.laser-subheading {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 3px;
}
.laser-heading {
    font-size: 34px;
    font-weight: bold;
    color: #4AC3C8;
	margin-bottom:40px;
}
.laser-middle {
    background: url(../images/product_bg.png) repeat;
    padding: 70px 0;
}
.middle-box {
    padding: 20px 36px;
    border-radius: 10px;
    background: #4AC3C8;
    margin: 20px;

}
.excerpt {
    color: #1A1A1A;
}
#tab-description h2 {
    display: none;
}
.es-field-wrap {
    display: inline !important;
}
.es_submit_button {
    background-color: #3ac2d2 !important;
}
.es_submit_button:hover {
    background: #353434 !important;
}
.logo_loan {
    mix-blend-mode: difference;
}
.loan_sec {
    color: #fff;
	margin-top:20px;
	font-size: 15px;
}
.woocommerce div.product form.cart .variations label {
  color: #000 !important;
}
/*==============================*/

@media only screen and (max-width : 320px) {
.header {
	position: static;
}
.header_top_left {
	margin-top: 0px !important;
}
.header_top {
	padding: 7px 0 10px !important;
}
.menu-toggle::before {
	color: #000 !important;
}
.menu-toggle {
	background-color: transparent !important;
}
.logo img {
	width: 100px !important;
}
.logo {
	margin-top: 10px;
}
.header_top_right {
	text-align: center;
	margin-top: 16px !important;
}
.primary-navigation {
	padding-top: 0px !important;
}
.menu_main ul li {
	display: block;
}
.menu_main ul li a {
	padding: 8px 11px 7px;
	font-size: 17px;
}
.primary-navigation.toggled-on {
	padding: 16px 0 18px !important;
}
.home_banner_section {
	margin-top: 0;
}
.amazingslider-title-1 {
	font-size: 20px !important;
	line-height: 20px !important;
	padding-left: 10px !important;
}
.amazingslider-title-1::before {
	width: 40px;
	height: 40px;
	top: -10px;
}
.amazingslider-bullet-image-1 {
	width: 60px !important;
	height: 60px !important;
}
.amazingslider-bullet-1 {
	width: 60px !important;
	height: 60px !important;
}
.amazingslider-nav-1 {
	bottom: -30px !important;
}
.amazingslider-text-wrapper-1 {
	top: 10px !important;
}
.as-btn-blue-medium {
	font-size: 14px !important;
	padding: 6px 18px 6px !important;
	margin-left: 0px !important;
}
.home_therapy_section {
	padding: 32px 0;
}
.therapy_image {
	margin: 30px auto 0;
	width: 248px;
}
.home_therapy_heading {
	font-size: 30px;
	margin-top: 20px;
}
.home_product_section_heading {
	font-size: 35px;
}
.home_product_section {
	padding: 30px 0;
}
.home_product_section_image {
	margin-top: 15px;
}
.home_product_right {
	margin-top: 20px;
}
.home_product_bottom_block {
	margin-top: 30px;
}
.home_product_bottom_section {
	padding: 15px 0 35px;
}
.home_media_section_heading {
	font-size: 35px;
}
.home_media_section {
	padding: 30px 0 40px;
}
.home_testimonial_section {
	padding: 30px 0 70px;
}
.home_testimonial_slide {
	margin-top: 0;
	padding: 0;
}
.footer_top span {
	display: block;
}
.footer_top2 {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 20px 0;
}
.footer_top3 {
	width: 100%;
	padding: 20px 0 0;
}
.footer_mid_heading {
	font-size: 25px;
	margin-top: 25px;
}
.footer_mid_info {
	font-size: 18px;
}
.footer_mid {
	padding: 5px 0 30px;
}
.home_video_gallery {
	display: none;
}
.home_video_gallery_mobile {
	display: block !important;
	margin-top: 10px;
}
.home_video_section {
	padding: 35px 0 40px;
}
.home_media_block_btn {
	top: 27%;
}
.page .entry-header {
	height: 130px;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}
.page .entry-title {
	margin-top: 47px;
	font-size: 28px;
}
.main_heading_inner {
	padding-left: 15px;
}
.main_heading_inner::before {
	width: 50px;
	height: 50px;
	top: -13px;
}
.about_top_section_heading {
	font-size: 30px;
}
.about_top_image span::before {
	top: 34px;
	left: 34px;
	width: 150px;
	height: 150px;
}
.about_top_image2 span::before {
	left: 34px;
	width: 150px;
	height: 150px;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	padding: 9px 20px !important;
	font-size: 14px !important;
}
.woocommerce ul.products li a.add_to_cart_button {
	font-size: 14px !important;
	padding: 13px 19px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none !important;
}
.single-product article {
	margin-top: 0px !important;
}
.single-product .entry-header {
	position: static;
	width: 100%;
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}
.single-product .entry-title {
	font-size: 27px !important;
}
.single-product .entry-content {
	margin-top: 25px !important;
}
.single-product .entry-summary {
	margin: 0 !important;
	width: 100% !important;
}
.single-product .entry-summary .price {
	margin-bottom: 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 15px !important;
	width: 100%;
	font-size: 17px !important;
}
.woocommerce-cart .actions .coupon button, .woocommerce-cart .actions button {
	font-size: 13px;
}
.contact_page_heading {
	font-size: 35px;
}
.contact_right {
	margin-top: 30px;
}
.overlay .closebtn {
	top: 11px;
	right: 12px;
	font-size: 40px;
	line-height: 22px;
}
.overlay {
	overflow: auto;
}
.overlay-content {
	top: 45px;
	padding: 0 15px;
}
.overlay-content ul li {
	padding: 0 10px 0 48px;
	width: 100%;
	margin-top: 10px;
}
.overlay-content ul li img {
	top: -8px;
	width: 35px;
}
.overlay-content ul li a {
	font-size: 17px;
}
.woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}
.treatment_page_heading {
	font-size: 35px;
}
.treatment_book_now {
	font-size: 18px;
	padding: 7px 27px 8px;
}
.treatment_page_image {
	padding: 0 15px 0 40px;
}
.treatment_page_image_single {
	padding: 0 15px 0 40px;
}
.treatment_page_image2 {
	padding-left: 40px;
	margin-bottom: 45px;
}
.treatment_page_list ul li {
	width: 100%;
}
.treatment_page_top_section2 {
	padding: 30px 0;
}
.treatment_page_list3 ul li {
	width: 100%;
}
.treatment_page_top_section4 {
	padding: 30px 0 0;
}
.treatment_page_top_section3 {
	padding: 30px 0 60px;
}
.booking_form {
	padding: 35px 15px;
}
.booking_form_heading {
	font-size: 28px;
}
.footer_top span img {
	width: 100px;
}
.treatment-right{
	float:none !important;
	}
	.home_product_bottom_block {
  width: 100%;
}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
.header {
	position: static;
}
.header_top_left {
	margin-top: 0px !important;
}
.header_top {
	padding: 7px 0 10px !important;
}
.menu-toggle::before {
	color: #000 !important;
}
.menu-toggle {
	background-color: transparent !important;
}
.logo img {
	width: 100px !important;
}
.logo {
	margin-top: 10px;
}
.header_top_right {
	text-align: center;
	margin-top: 16px !important;
}
.primary-navigation {
	padding-top: 0px !important;
}
.menu_main ul li {
	display: block;
}
.menu_main ul li a {
	padding: 8px 11px 7px;
	font-size: 17px;
}
.primary-navigation.toggled-on {
	padding: 16px 0 18px !important;
}
.home_banner_section {
	margin-top: 0;
}
.amazingslider-title-1 {
	font-size: 20px !important;
	line-height: 20px !important;
	padding-left: 10px !important;
}
.amazingslider-title-1::before {
	width: 40px;
	height: 40px;
	top: -10px;
}
.amazingslider-bullet-image-1 {
	width: 60px !important;
	height: 60px !important;
}
.amazingslider-bullet-1 {
	width: 60px !important;
	height: 60px !important;
}
.amazingslider-nav-1 {
	bottom: -30px !important;
}
.amazingslider-text-wrapper-1 {
	top: 10px !important;
}
.as-btn-blue-medium {
	font-size: 14px !important;
	padding: 6px 18px 6px !important;
	margin-left: 0px !important;
}
	.ms-slide-info {
  bottom: 10px !important;
  left: 5px !important;
}
	.banner_heading_inner {
  font-size: 16px;
}
	.banner_text {
  font-size: 14px;
  margin-top: 0;
}
.home_therapy_section {
	padding: 32px 0;
}
.therapy_image {
	margin: 30px auto 0;
	width: 248px;
}
.home_therapy_heading {
	font-size: 30px;
	margin-top: 20px;
}
.home_product_section_heading {
	font-size: 35px;
}
.home_product_section {
	padding: 30px 0;
}
.home_product_section_image {
	margin-top: 15px;
}
.home_product_right {
	margin-top: 20px;
}
.home_product_bottom_block {
	margin-top: 30px;
}
.home_product_bottom_section {
	padding: 15px 0 35px;
}
.home_media_section_heading {
	font-size: 35px;
}
.home_media_section {
	padding: 30px 0 40px;
}
.home_testimonial_section {
	padding: 30px 0 70px;
}
.home_testimonial_slide {
	margin-top: 0;
	padding: 0;
}
.footer_top span {
	display: block;
}
.footer_top2 {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 20px 0;
}
.footer_top3 {
	width: 100%;
	padding: 20px 0 0;
}
.footer_mid_heading {
	font-size: 25px;
	margin-top: 25px;
}
.footer_mid_info {
	font-size: 18px;
}
.footer_mid {
	padding: 5px 0 30px;
}
.home_video_gallery {
	display: none;
}
.home_video_gallery_mobile {
	display: block !important;
	margin-top: 10px;
}
.home_video_section {
	padding: 35px 0 40px;
}
.home_media_block_btn {
	top: 27%;
}
.page .entry-header {
	height: 130px;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}
.page .entry-title {
	margin-top: 47px;
	font-size: 28px;
}
.main_heading_inner {
	padding-left: 15px;
}
.main_heading_inner::before {
	width: 50px;
	height: 50px;
	top: -13px;
}
.about_top_section_heading {
	font-size: 30px;
}
.about_top_image span::before {
	top: 34px;
	left: 34px;
	width: 150px;
	height: 150px;
}
.about_top_image2 span::before {
	left: 34px;
	width: 150px;
	height: 150px;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	padding: 9px 20px !important;
	font-size: 14px !important;
}
.woocommerce ul.products li a.add_to_cart_button {
	font-size: 14px !important;
	padding: 13px 19px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none !important;
}
.single-product article {
	margin-top: 0px !important;
}
.single-product .entry-header {
	position: static;
	width: 100%;
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}
.single-product .entry-title {
	font-size: 27px !important;
}
.single-product .entry-content {
	margin-top: 25px !important;
}
.single-product .entry-summary {
	margin: 0 !important;
	width: 100% !important;
}
.single-product .entry-summary .price {
	margin-bottom: 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 15px !important;
	width: 100%;
	font-size: 17px !important;
}
.woocommerce-cart .actions .coupon button, .woocommerce-cart .actions button {
	font-size: 13px;
}
.contact_page_heading {
	font-size: 35px;
}
.contact_right {
	margin-top: 30px;
}
.overlay .closebtn {
	top: 11px;
	right: 12px;
	font-size: 40px;
	line-height: 22px;
}
.overlay {
	overflow: auto;
}
.overlay-content {
	top: 45px;
	padding: 0 15px;
}
.overlay-content ul li {
	padding: 0 10px 0 48px;
	width: 100%;
	margin-top: 10px;
}
.overlay-content ul li img {
	top: -8px;
	width: 35px;
}
.overlay-content ul li a {
	font-size: 17px;
}
.woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}
.treatment_page_heading {
	font-size: 35px;
}
.treatment_book_now {
	font-size: 18px;
	padding: 7px 27px 8px;
}
.treatment_page_image {
	padding: 0 15px 0 40px;
}
.treatment_page_image_single {
	padding: 0 15px 0 40px;
}
.treatment_page_image2 {
	padding-left: 40px;
	margin-bottom: 45px;
}
.treatment_page_list ul li {
	width: 100%;
}
.treatment_page_top_section2 {
	padding: 30px 0;
}
.treatment_page_list3 ul li {
	width: 100%;
}
.treatment_page_top_section4 {
	padding: 30px 0 0;
}
.treatment_page_top_section3 {
	padding: 30px 0 60px;
}
.booking_form {
	padding: 35px 15px;
}
.booking_form_heading {
	font-size: 28px;
}
.footer_top span img {
	width: 100px;
}
.treatment-right{
	float:none !important;
	}
	.home_product_bottom_block {
  width: 100%;
}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
.header {
	position: static;
}
.header_top_left {
	margin-top: 0px !important;
}
.header_top {
	padding: 7px 0 10px !important;
}
.menu-toggle::before {
	color: #000 !important;
}
.menu-toggle {
	background-color: transparent !important;
}
.logo img {
	width: 100px !important;
}
.logo {
	margin-top: 10px;
}
.header_top_right {
	text-align: center;
	margin-top: 16px !important;
}
.primary-navigation {
	padding-top: 0px !important;
}
.menu_main ul li {
	display: block;
}
.menu_main ul li a {
	padding: 8px 11px 7px;
	font-size: 17px;
}
.primary-navigation.toggled-on {
	padding: 16px 0 18px !important;
}
.home_banner_section {
	margin-top: 0;
}
.amazingslider-title-1 {
	font-size: 20px !important;
	line-height: 20px !important;
	padding-left: 10px !important;
}
.amazingslider-title-1::before {
	width: 40px;
	height: 40px;
	top: -10px;
}
.amazingslider-bullet-image-1 {
	width: 60px !important;
	height: 60px !important;
}
.amazingslider-bullet-1 {
	width: 60px !important;
	height: 60px !important;
}
.amazingslider-nav-1 {
	bottom: -30px !important;
}
.amazingslider-text-wrapper-1 {
	top: 10px !important;
}
.as-btn-blue-medium {
	font-size: 14px !important;
	padding: 6px 18px 6px !important;
	margin-left: 0px !important;
}
.home_therapy_section {
	padding: 32px 0;
}
.therapy_image {
	margin: 30px auto 0;
	width: 248px;
}
.home_therapy_heading {
	font-size: 30px;
	margin-top: 20px;
}
.home_product_section_heading {
	font-size: 35px;
}
.home_product_section {
	padding: 30px 0;
}
.home_product_section_image {
	margin-top: 15px;
}
.home_product_right {
	margin-top: 20px;
}
.home_product_bottom_block {
	margin-top: 30px;
}
.home_product_bottom_section {
	padding: 15px 0 35px;
}
.home_media_section_heading {
	font-size: 35px;
}
.home_media_section {
	padding: 30px 0 40px;
}
.home_testimonial_section {
	padding: 30px 0 70px;
}
.home_testimonial_slide {
	margin-top: 0;
	padding: 0;
}
.footer_top span {
	display: block;
}
.footer_top2 {
	width: 100%;
	text-align: left;
	padding: 0;
	margin: 20px 0;
}
.footer_top3 {
	width: 100%;
	padding: 20px 0 0;
}
.footer_mid_heading {
	font-size: 25px;
	margin-top: 25px;
}
.footer_mid_info {
	font-size: 18px;
}
.footer_mid {
	padding: 5px 0 30px;
}
.home_video_gallery {
	display: none;
}
.home_video_gallery_mobile {
	display: block !important;
	margin-top: 10px;
}
.home_video_section {
	padding: 35px 0 40px;
}
.home_media_block_btn {
	top: 27%;
}
.page .entry-header {
	height: 130px;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}
.page .entry-title {
	margin-top: 47px;
	font-size: 28px;
}
.main_heading_inner {
	padding-left: 15px;
}
.main_heading_inner::before {
	width: 50px;
	height: 50px;
	top: -13px;
}
.about_top_section_heading {
	font-size: 30px;
}
.about_top_image span::before {
	top: 34px;
	left: 34px;
	width: 150px;
	height: 150px;
}
.about_top_image2 span::before {
	left: 34px;
	width: 150px;
	height: 150px;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	padding: 9px 20px !important;
	font-size: 14px !important;
}
.woocommerce ul.products li a.add_to_cart_button {
	font-size: 14px !important;
	padding: 13px 19px !important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	float: none !important;
}
.single-product article {
	margin-top: 0px !important;
}
.single-product .entry-header {
	position: static;
	width: 100%;
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}
.single-product .entry-title {
	font-size: 27px !important;
}
.single-product .entry-content {
	margin-top: 25px !important;
}
.single-product .entry-summary {
	margin: 0 !important;
	width: 100% !important;
}
.single-product .entry-summary .price {
	margin-bottom: 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 15px !important;
	width: 100%;
	font-size: 17px !important;
}
.woocommerce-cart .actions .coupon button, .woocommerce-cart .actions button {
	font-size: 13px;
}
.contact_page_heading {
	font-size: 35px;
}
.contact_right {
	margin-top: 30px;
}
.overlay .closebtn {
	top: 11px;
	right: 12px;
	font-size: 40px;
	line-height: 22px;
}
.overlay {
	overflow: auto;
}
.overlay-content {
	top: 45px;
	padding: 0 15px;
}
.overlay-content ul li {
	padding: 0 10px 0 48px;
	width: 100%;
	margin-top: 10px;
}
.overlay-content ul li img {
	top: -8px;
	width: 35px;
}
.overlay-content ul li a {
	font-size: 17px;
}
.woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}
.treatment_page_heading {
	font-size: 35px;
}
.treatment_book_now {
	font-size: 18px;
	padding: 7px 27px 8px;
}
.treatment_page_image {
	padding: 0 15px 0 40px;
}
.treatment_page_image_single {
	padding: 0 15px 0 40px;
}
.treatment_page_image2 {
	padding-left: 40px;
	margin-bottom: 45px;
}
.treatment_page_list ul li {
	width: 100%;
}
.treatment_page_top_section2 {
	padding: 30px 0;
}
.treatment_page_list3 ul li {
	width: 100%;
}
.treatment_page_top_section4 {
	padding: 30px 0 0;
}
.treatment_page_top_section3 {
	padding: 30px 0 60px;
}
.booking_form {
	padding: 35px 15px;
}
.booking_form_heading {
	font-size: 28px;
}
.treatment-right{
	float:none !important;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header {
	position: static;
}
.header_top_left {
	margin-top: 30px !important;
}
.header_top {
	padding: 7px 0 10px !important;
}
.menu-toggle::before {
	color: #000 !important;
}
.menu-toggle {
	background-color: transparent !important;
	top: 30px !important;
}
.logo img {
	width: 100px !important;
}
.logo {
	margin-top: 10px;
}
.header_top_right {
	margin-top: 35px !important;
	padding-right: 50px;
}
.primary-navigation {
	padding-top: 0px !important;
}
.menu_main ul li {
	display: block;
}
.menu_main ul li a {
	padding: 8px 11px 7px;
	font-size: 17px;
}
.primary-navigation.toggled-on {
	padding: 16px 0 18px !important;
}
.home_banner_section {
	margin-top: 0;
}
.amazingslider-title-1 {
	font-size: 25px !important;
	line-height: 20px !important;
	padding-left: 10px !important;
}
.amazingslider-title-1::before {
	width: 40px;
	height: 40px;
	top: -10px;
}
.amazingslider-description-1 {
	font-size: 15px !important;
	margin-top: 25px !important;
	padding-left: 0 !important;
	max-width: 400px !important;
}
.amazingslider-text-wrapper-1 {
	top: 10px !important;
}
.as-btn-blue-medium {
	font-size: 14px !important;
	padding: 6px 18px 6px !important;
	margin-left: 0px !important;
}
.home_therapy_section {
	padding: 32px 0;
}
.therapy_image {
	margin: 30px auto 0;
	width: 248px;
}
.home_therapy_heading {
	font-size: 30px;
}
.home_product_section_heading {
	font-size: 35px;
}
.home_product_section {
	padding: 30px 0;
}
.home_product_section_image {
	margin-top: 22%;
}
.home_product_right {
	margin-top: 20px;
}
.home_product_bottom_block {
	margin-top: 30px;
}
.home_product_bottom_section {
	padding: 15px 0 35px;
}
.home_media_section_heading {
	font-size: 35px;
}
.home_media_section {
	padding: 30px 0 40px;
}
.home_testimonial_section {
	padding: 30px 0 70px;
}
.home_testimonial_slide {
	margin-top: 0;
	padding: 0;
}
.footer_top span img {
/*idth:100px;*/
}
.footer_top2 {
	width: 35%;
	margin: 20px 0;
}
.footer_top3 {
	/*width: 34%;*/
	width: 66%;
}
.footer_mid_heading {
	font-size: 20px;
	margin-top: 25px;
}
.footer_mid_info {
	font-size: 14px;
	padding-left: 38px;
}
.footer_mid_info svg {
	width: 32px;
}
.footer_mid {
	padding: 5px 0 30px;
}
.home_video_gallery {
	display: none;
}
.home_video_gallery_mobile {
	display: block !important;
	margin-top: 10px;
}
.home_video_section {
	padding: 35px 0 40px;
}
.home_media_block_btn {
	top: 15%;
}
.footer_top3_heading {
	font-size: 20px;
}
.footer_top3_text {
	font-size: 14px;
}
.page .entry-header {
	height: 130px;
	margin-bottom: 30px !important;
	margin-top: 0 !important;
}
.page .entry-title {
	margin-top: 47px;
	font-size: 28px;
}
.main_heading_inner {
	padding-left: 15px;
}
.main_heading_inner::before {
	width: 50px;
	height: 50px;
	top: -13px;
}
.about_top_section_heading {
	font-size: 30px;
}
.about_top_image span::before {
	top: 34px;
	left: 34px;
	width: 150px;
	height: 150px;
}
.about_top_image2 span::before {
	left: 34px;
	width: 150px;
	height: 150px;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	padding: 9px 20px !important;
	font-size: 14px !important;
}
.woocommerce ul.products li a.add_to_cart_button {
	font-size: 14px !important;
	padding: 13px 19px !important;
}
.single-product article {
	margin-top: 0px !important;
}
.single-product .entry-header {
	position: static;
	width: 100%;
	margin-bottom: 10px !important;
	margin-top: 25px !important;
}
.single-product .entry-title {
	font-size: 27px !important;
}
.single-product .entry-content {
	margin-top: 25px !important;
}
.single-product .entry-summary {
	margin: 0 !important;
	width: 100% !important;
}
.single-product .entry-summary .price {
	margin-bottom: 0px;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 15px !important;
	font-size: 17px !important;
}
.woocommerce-cart .actions .coupon button, .woocommerce-cart .actions button {
	font-size: 13px;
}
.contact_page_heading {
	font-size: 35px;
}
.overlay .closebtn {
	top: 11px;
	right: 12px;
	font-size: 40px;
	line-height: 22px;
}
.overlay {
	overflow: auto;
}
.overlay-content {
	top: 45px;
	padding: 0 15px;
}
.overlay-content ul li {
	padding: 0 10px 0 48px;
	width: 50%;
	margin-top: 10px;
}
.overlay-content ul li img {
	top: -8px;
	width: 35px;
}
.overlay-content ul li a {
	font-size: 17px;
}
.woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}
.treatment_page_heading {
	font-size: 35px;
}
.treatment_book_now {
	font-size: 18px;
	padding: 7px 27px 8px;
}
.treatment_page_image {
	padding: 0 15px 0 40px;
}
.treatment_page_image_single {
	padding: 0 15px 0 40px;
}
.treatment_page_image2 {
	padding-left: 40px;
	margin-bottom: 45px;
}
.treatment_page_list ul li {
	width: 50%;
}
.treatment_page_top_section2 {
	padding: 30px 0;
}
.treatment_page_list3 ul li {
	width: 100%;
}
.treatment_page_top_section4 {
	padding: 30px 0 0;
}
.treatment_page_top_section3 {
	padding: 30px 0 60px;
}
.booking_form {
	padding: 35px 15px;
}
.booking_form_heading {
	font-size: 28px;
}
.about_tab .omsc-tabs-control li a {
	padding: 0.6em 0.2em;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.home_product_bottom_block_inner {
	width: 212px;
	height: 212px;
	border: 6px solid #fff;
}
.home_media_block_btn {
	top: 25%;
}
.home_product_bottom_block_text {
	width: 180px;
	bottom: 35px;
	font-size: 14px;
}
.footer_top span img {
	width: 160px;
}
.about_top_image span::before {
	left: 15px;
}
.about_top_image2 span::before {
	top: 20px;
	left: -5px;
}
.overlay-content ul li {
	width: 33.3%;
	padding: 0 10px 0 50px;
	margin-top: 10px;
}
.overlay-content {
	top: 15%;
}
.overlay-content ul li a {
	font-size: 16px;
}
.overlay-content ul li img {
	top: -6px;
	width: 35px;
}
}

@media screen and (min-width: 1424px) {
.amazingslider-text-wrapper-1 {
	padding-left: 5% !important;
}
}

@media screen and (min-width: 1624px) {
.amazingslider-text-wrapper-1 {
	padding-left: 10% !important;
}
}

@media screen and (min-width: 1920px) {
.amazingslider-text-wrapper-1 {
	top: 140px !important;
	padding-left: 14% !important;
}
}
