/* CSS DOCUMENT */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons&display=swap');

:root {
	--maxWidth: 1600px;
	--minWidth: 0px;
	--primary-clr: #016f64;
	--primary-light-clr: #19ab9c;
	--width: 94%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.overlay {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 9999999;
	width: 100%;
	height: 100%;
}

.text-center {
	text-align: center;
}

strong {
	font-weight: 500 !important;
}

.c-r * {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.c-r .i-material-icons {
	font-family: 'Material Icons' !important;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	width: 100%;
}

hr {
	padding: 0;
	margin: 30px 0 30px;
	border-width: 0;
	border-top: 1px solid #ccc;
}

.c-r {
	display: block;
	width: 100%;
	margin: auto;
}

.c-r .i-max-width {
	max-width: var(--maxWidth);
	margin-left: auto;
	margin-right: auto;
}

.c-r.i-min-width {
	min-width: var(--minWidth);
	overflow: hidden;
}

.c-r .i-primary-bg {
	background-color: var(--primary-clr);
}

.c-r .i-primary-light-bg {
	background-color: var(--primary-light-clr);
}

.c-r .i-z-index-1 {
	z-index: 1;
}

.posSet {
	position: relative;
	left: 20px;
}

.c-r .innerSection h3 {
	padding-top: 0;
}

.c-r a.contactBtn {
	border-radius: 7px;
	color: #fff;
	background-color: #19ab9c;
	padding: 8px 20px;
	margin-top: 4px;
	display: inline-block;
}

.c-r .i-px-2 {
	padding-left: 2em;
	padding-right: 2em;
}

.c-r .i-px-4 {
	padding-left: 4em;
	padding-right: 4em;
}

/*.c-r .i-px-8 {
	padding-left: 8em;
	padding-right: 8em;
}
.c-r .i-px-12 {
	padding-left: 12em;
	padding-right: 12em;
}*/
.c-r .i-pt-6 {
	padding-top: 6em;
}

.c-r .i-pb-6 {
	padding-bottom: 6em;
}

.c-r .i-relative {
	position: relative;
}

.c-r .i-img-fluid {
	max-width: 100%;
	height: auto;
}

.c-r .i-text-center {
	text-align: center;
}

.c-r .i-image {
	line-height: 0;
}

.c-r .i-section-05 .i-image {
	margin-right: 3em;
}

.c-r .i-hidden {
	display: none;
}

.c-r .i-header, .c-r .i-main-article, .c-r .i-section-01, .c-r .i-section-02, .c-r .i-section-03, .c-r .i-section-04, .c-r .i-section-04-a, .c-r .i-section-05, .c-r .i-section-06, .c-r .i-section-07, .c-r .i-footer {
	display: flex;
	width: 100%;
}

.c-r .i-header {
	background-color: #fff;
	padding: 4em 0 .8em;
	position: relative;
}

.c-r .i-header .i-max-width {
	position: relative;
}

.c-r .i-section-01 {
	padding-top: 4em;
	padding-bottom: 5em;
	flex-flow: column;
}

.c-r.i-hypnotherapy-page .i-section-01 {
	padding-bottom: 0em;
}

.c-r .i-section-03 {
	padding-top: 6em;
	padding-bottom: 9em;
	flex-flow: column;
}

.c-r .i-section-04 {
	flex-flow: column;
	height: auto;
}

.c-r .i-section-04-a {
	padding-top: 3em;
	padding-bottom: 4em;
	flex-flow: column;
	background-color: var(--primary-light-clr);
}

.c-r .i-section-05 {
	padding-top: 5em;
	padding-bottom: 9em;
	flex-flow: column;
}

.c-r.i-hypnotherapy-page .i-section-05 {
	padding-bottom: 0em;
	padding-top: 0;
}

.c-r .i-section-06 {
	padding-top: 0em;
	padding-bottom: 6em;
	flex-flow: column;
	border-top: 1px solid #d4d4d4;
}

.c-r .i-footer {
	background-color: #1d1d1d;
	padding-top: 3em;
	padding-bottom: 3em;
}

.c-r .i-header .i-logo {
	display: inline-block;
	position: absolute;
	z-index: 2;
	/*box-shadow: 0 8px 6px -8px rgba(0, 0, 0, .5);
	padding: 0 2em 1.5em;
	background-color: #fff;*/
	top: -50px;
	left: 60px;
}

.c-r .i-header .i-logo .i-img-fluid {
	max-width: 200px
}

.c-r .i-footer .i-logo {
	display: inline-block;
}

.c-r .i-call-us {
	display: flex;
	margin-left: auto;
	margin-right: 1.75em;
	align-items: center;
	position: relative;
	top: -25px;
}

.c-r a {
	opacity: 1;
	transition: 0.5s;
	text-decoration: none;
	cursor: pointer;
	color: #19ab9c;
}

.c-r .i-call-us a {
	color: inherit;
	font-weight: inherit;
}

.c-r a:hover {
	color: #016f64;
}

.c-r .i-logo a {
	line-height: 0;
}

/* ------------------------- Navigation start ------------------------- */
.c-r .i-header-navbar .i-navbar-nav li.menu-level-1>a[aria-expanded] {
	padding: 0.25em 0em 0.25em 0em;
}

.c-r .i-navbar-container, .c-r .i-navbar, .c-r .i-navbar-right, .c-r .i-navbar-nav {
	display: flex;
	align-items: center;
}

.c-r .i-navbar-container {
	margin-left: auto;
}

.c-r .i-navbar {
	width: 100%;
}

.c-r .i-footer .i-navbar-container {
	margin-left: 0em;
	margin-right: 2em;
}

.c-r .i-main-navbar {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	flex-basis: 100%;
	padding-top: 1.5em;
	padding-bottom: 0.6em;
	position: relative;
}

.c-r .i-navbar-nav li {
	list-style: none;
}

.c-r .i-main-navbar .i-navbar-nav li {
	margin: 0 1px;
}

.c-r .i-navbar-nav li a {
	align-items: center;
	color: #000;
	font-size: 1.1em;
	font-weight: 400;
	padding: 0.25em 1em;
	transition: 0.5s;
	white-space: nowrap;
	background-color: transparent;
}

.c-r .i-main-navbar .i-navbar-nav li a {
	color: #06554d;
	text-transform: uppercase;
	padding: 1em;
}

.c-r .i-main-navbar .i-navbar-nav li a:hover, .c-r .i-main-navbar .i-navbar-nav li a.selected {
	background-color: var(--primary-clr);
	color: #fff;
}

.c-r .i-footer .i-navbar-nav li a {
	font-size: 0.88em;
	font-weight: 500;
	color: #fff;
	margin: 0.5em 1em 0.5em 1em;
	padding: 0;
	text-transform: uppercase;
}

.c-r .i-footer .i-navbar-nav li a:hover, .c-r .i-footer .i-navbar-nav li a.selected {
	color: #999;
}

.c-r .i-footer .i-navbar-nav li:first-child a {
	margin: 0.5em 1em 0.5em 0em;
}

.c-r .i-footer .i-navbar-nav li:last-child a {
	margin: 0.5em 0em 0.5em 1em;
}

.c-r .i-footer .i-navbar-nav li {
	border-right: 2px solid #fff;
	line-height: 0.3em;
}

.c-r .i-footer .i-navbar-nav li:last-child {
	border: none;
}

.c-r .i-navbar-nav li.menu-level-1>a[aria-expanded] {
	margin: 0;
	padding: 0.25em 0em 0.25em 1em
}

.c-r .i-navbar-nav li.menu-level-1>a[aria-expanded]:after {
	margin: 0 0 0 0.25em;
	font-family: "Material Icons";
	font-weight: 500;
	color: #000;
	font-size: 1.25em;
	align-self: center;
	transition: 0.5s;
}

.c-r .i-main-navbar .i-navbar-nav li.menu-level-1>a[aria-expanded]:after {
	color: #fff;
}

.c-r .i-navbar-nav li.menu-level-1>a[aria-expanded=false]:after {
	transition: 0.5s;
	content: "\e313";
}

.c-r .i-navbar-nav li.menu-level-1>a[aria-expanded=true]:after {
	transition: 0.5s;
	content: "\e316";
}

.c-r .i-navbar-nav {
	position: relative;
	width: 100%;
}

.c-r .i-navbar-hamburger {
	display: none;
	margin: 6px 0 5px auto;
}

.c-r .i-navbar.i-desktop {
	display: flex;
	transition: .5s;
}

.c-r .i-icon-hamburger {
	background-color: var(--primary-clr);
	width: 36px;
	height: 32px;
	cursor: pointer;
	margin: 0.25em 0;
	border: 1px solid #fff !important;
	border-radius: 0.25em;
	color: #fff;
	font-size: 1.5em;
	transition: 0.5s;
}

.c-r .i-icon-hamburger:hover, .c-r .i-navbar-hamburger[aria-selected=true] .i-icon-hamburger {
	background-color: var(--primary-light-clr);
}

/* ------------------------- Navigation end ------------------------- */

.c-r.i-index-page .i-banner {
	background: #afd4d9 none;
	width: 100%;
	height: auto;
	position: relative;
}

.c-r.i-hypnotherapy-page .i-banner {
	background: #0b8c7e none;
	width: 100%;
	height: auto;
	position: relative;
}

.c-r #i_home_banner_video {
	position: absolute;
	right: 0;
	height: 100%;
	width: 80%;
	object-fit: fill;
}

.c-r #i_home_hypnotherapy_video {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: fill;
}

.c-r .i-home-banner-video-cover {
	position: absolute;
	right: 0;
	height: 100%;
	width: 80%;
	background: transparent url(../images/home_cover.png) top right no-repeat;
	background-size: 100% 100%;
}

.c-r .i-home-hypnotherapy-video-cover {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background: transparent url(../images/hypnotherapy_cover.png) top right no-repeat;
	background-size: 100% 100%;
}


.c-r .i-banner .i-main {
	display: inline-block;
	padding: 8.5em 0em 8.5em 0;
	width: 60%;
	/*background: transparent url(../images/banner_article_bg.png) left center no-repeat;*/
}

.c-r h5 {
	margin-left: 0.5em;
	font-size: 1.25em;
	font-weight: 500;
}

.c-r .i-call-us h5 {
	text-transform: uppercase;
}

.c-r h2 {
	font-weight: 500;
	font-size: 3em;
	color: #0f1111;
	line-height: 1.1em;
}

.c-r .i-banner h2 {
	font-weight: 700;
	font-size: 3.38em;
	color: #fff;
	line-height: 1.15em;
	text-shadow: 1px 1px var(--primary-clr);
}

.c-r .i-section-01 h2 {
	font-weight: 600;
	font-size: 3.25em;
	color: var(--primary-clr);
	text-align: center;
}

.c-r .i-section-03 h2 {
	font-weight: 600;
	color: #0f1111;
	text-align: center;
}

.c-r .i-section-04 h2 {
	font-weight: 600;
	color: #fff;
	text-align: center;
}

.c-r .i-section-04-a h2 {
	font-size: 2.25em;
	font-weight: 500;
	color: #fff;
	text-align: center;
}

.c-r .i-section-05 h2 {
	color: #282828;
	text-transform: capitalize;
}

.c-r .i-section-06 h2 {
	font-weight: 600;
	font-size: 3em;
	color: #282828;
	border: 1px solid #d4d4d4;
	padding: 0.4em 1.4em;
	border-radius: .25em;
	margin-top: -1em;
	background-color: #fff;
}

.c-r .i-article h2 {
	font-weight: 600;
	line-height: 1.1em;
}

.c-r .i-article p a {
	color: #282828;
}

.c-r .i-article p a:hover {
	color: #016f64;
}

.c-r h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #0f1111;
	padding-top: 0.75em;
	text-transform: uppercase;
}

.c-r h3 a {
	font-weight: 700;
}

.c-r.i-hypnotherapy-page .i-section-03 h3 {
	padding-bottom: .75em;
	text-transform: none;
	text-align: center;
}

.c-r .i-section-05 h3 {
	font-size: 1.32em;
	font-weight: 500;
	color: #282828;
	padding-top: 0.75em;
	text-transform: none;
}

.c-r .i-section-06 h3 {
	font-size: 1.13em;
	font-weight: 600;
	color: #282828;
	padding-top: 0.5em;
	text-transform: none;
}

.c-r p {
	font-size: 1.13em;
	color: #0f1111;
	line-height: 1.3em;
	padding-top: 1em;
}

.c-r .i-banner p {
	color: #fff;
	padding-top: 0.75em;
	text-shadow: 1px 1px rgba(0, 0, 0, .4);
	font-weight: 400;
}

.c-r .i-section-01 p {
	color: #242d2d;
	padding: 0.5em 6em 3em !important;
	text-align: center;
	line-height: 1.6em;
	border-bottom: 1px solid #eceded;
}

.c-r .i-section-01 .i-group p {
	font-size: 0.95em;
	color: #242d2d;
	padding: 0.5em 1em 0.5em !important;
	border: none;
}

.c-r .i-section-03 p {
	color: #242d2d;
	padding: 0.5em 6em 3em !important;
	line-height: 1.6em;
	text-align: center;
}

.c-r .i-section-04 p {
	color: #fff;
	padding: 1.5em 1em 5em !important;
	line-height: 1.75em;
	text-align: center;
}

.c-r .i-section-04-a p {
	font-size: 1.5em;
	color: #fff;
	padding: 0.5em 1em 0em !important;
	line-height: 1.25em;
	text-align: center;
}

.c-r .i-section-05 p {
	font-size: 1em;
	color: #282828;
	padding: 2em 0em 3em 0em !important;
	line-height: 1.8em;
}

.c-r.i-hypnotherapy-page .i-section-05 p {
	color: #fff;
	padding: 2em 2em 2em !important;
	line-height: 1.6em;
	font-size: 1.3em;
}

.c-r.i-hypnotherapy-page h2 {
	margin-bottom: 0;
}

.c-r.i-hypnotherapy-page .sectionContent {
	max-width: 1420px;
}

.c-r .i-section-06 p {
	color: #282828;
	padding: 1.5em 0 4em !important;
}

.c-r .i-article p {
	padding-top: 0.5em;
}

.c-r .i-section-06 .i-article p {
	padding: 0.25em 0 !important;
	color: #282828;
	font-size: 1em;
	line-height: 1.5em;
}

.c-r .i-section-04 ul li {
	color: #fff;
	padding: 0em 0em 0.8em;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.6em;
	text-align: left;
}

.c-r.i-hypnotherapy-page .i-section-05 ul {
	margin: 2em 0em 2em 0;
}

.c-r.i-hypnotherapy-page .i-section-05 ul li {
	font-size: 1.15em;
	font-weight: 400;
	color: #282828;
	/* padding: 0em 0em 0.5em; */
	line-height: 1.4em;
	text-align: left;
}

.c-r .i-link {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	color: var(--primary-clr);
}

.c-r .i-banner .i-link {
	background-color: var(--primary-clr);
	color: #fff;
	padding: 0.8em 1.75em;
	margin-top: 1.5em;
	border-radius: 0.5em;
	box-shadow: 0 4px 6px 0px rgb(0 0 0 / 40%);
	width: fit-content;
	width: -moz-fit-content;
}

.c-r .i-banner .i-link:hover {
	background-color: var(--primary-light-clr);
}

.c-r .i-section-04-a .i-link {
	color: #fff;
	font-weight: 700;
	border-bottom: 1px solid #fff;
}

.c-r .i-section-04-a .i-link:hover {
	color: var(--primary-clr);
	border-bottom: 1px solid var(--primary-clr);
}

.c-r .i-section-05 .i-link {
	background-color: var(--primary-light-clr);
	color: #fff;
	width: fit-content;
	width: -moz-fit-content;
	padding: 0.75em 1.5em;
	font-size: 1.13em;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0.5em;
	box-shadow: 0 4px 6px 0px rgb(0 0 0 / 40%);
}

.c-r .i-section-05 .i-link:hover {
	background-color: var(--primary-clr);
}

.c-r .i-link .i-text {
	margin-right: .5em;
	font-size: 0.88em;
	font-weight: 600;
	text-transform: uppercase;
}

.c-r .i-section-02 .i-link .i-text {
	font-size: 2.25em;
	text-transform: capitalize;
}

.c-r .i-link .i-material-icons {
	font-size: 1.5em;
}

.c-r .i-section-02 .i-link .i-material-icons {
	font-size: 3.25em;
}

.c-r .i-row {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.c-r .i-section-01 .i-row, .c-r .i-section-03 .i-row, .c-r .i-section-04 .i-row, .c-r .i-section-04-a .i-row {
	justify-content: center;
}

.c-r .i-section-04 .i-justify {
	justify-content: space-between;
}

.c-r .i-section-05 .i-justify {
	align-items: center;
}

.c-r .i-section-06 .i-justify {
	justify-content: space-between;
}

.c-r .i-footer .i-justify {
	justify-content: space-between;
}

.c-r .i-col {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.c-r .i-section-01 .i-group {
	width: 25%;
	min-width: 200px;
	margin-top: 4em;
	text-align: center;
	align-items: center;
}

.c-r .i-section-02 .i-group {
	width: 50%;
	min-width: 300px;
}

.c-r .i-section-04 .i-group {
	width: 33%;
	padding: 0 2%;
}

.c-r .i-section-05 .i-group {
	width: 45%;
	min-width: 300px;
}

.c-r .i-section-06 .i-group {
	width: 50%;
	min-width: 250px;
	border-right: 1px solid #e5e5e5;
	justify-content: center;
}

.c-r .i-section-06 .i-group:last-child {
	border: none;
}

.c-r .i-section-04 .i-plc {
	padding: 0 0 0 17%;
}

.c-r .i-section-04 .i-plr {
	padding: 0 0 0 15%;
}

.c-r .i-article {
	justify-content: center;
}

.c-r .i-section-02 .i-article {
	padding: 0 5em;
	border: 1px solid #e2eae9;
}

.c-r .i-section-06 .i-article {
	padding: 0 0 0 1em;
	width: 75%;
}

.c-r .i-icon {
	display: flex;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 1px solid var(--primary-light-clr);
	color: #719290;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.c-r .i-section-06 .i-icon {
	width: 75px;
	height: 75px;
	margin: 0;
}

.c-r .i-section-01 .i-group .i-icon {
	transition: 0.5s;
}

.c-r .i-section-01 .i-group:hover .i-icon {
	color: #fff;
	background-color: var(--primary-clr);
	cursor: pointer;
}

.c-r .i-section-01 .i-group img {
	transition: 0.5s;
}

.c-r .i-section-01 .i-group:hover img {
	filter: brightness(0) invert(1);
}

.c-r .i-link-rt {
	background: transparent url(../images/link_bg_right.png) left top repeat-y;
	background-size: contain;
	color: #fff;
	padding: 0.65em 2em 0.65em 0em;
	position: absolute;
	width: 510px;
	max-width: 90%;
	right: 0;
	top: 0;
	justify-content: flex-end;
}

.c-r .i-link-rt:hover {
	background: transparent url(../images/link_bg_right_hover.png) left top repeat-y;
	background-size: contain;
	color: #fff;
}

.c-r .i-link-rb {
	background: transparent url(../images/link_bg_right.png) left top repeat-y;
	background-size: contain;
	color: #fff;
	padding: 0.65em 2em 0.65em 0em;
	position: absolute;
	width: 510px;
	max-width: 90%;
	right: 0;
	bottom: 0;
	justify-content: flex-end;
}

.c-r .i-link-rb:hover {
	background: transparent url(../images/link_bg_right_hover.png) left top repeat-y;
	background-size: contain;
	color: #fff;
}

.c-r .i-link-lt {
	background: transparent url(../images/link_bg_left.png) left top repeat-y;
	background-size: contain;
	color: #fff;
	padding: 0.65em 0em 0.65em 2em;
	position: absolute;
	width: 580px;
	/* max-width: 90%; */
	left: 0;
	top: 0;
	justify-content: flex-start;
}

.c-r .i-link-lt:hover {
	background: transparent url(../images/link_bg_left_hover.png) left top repeat-y;
	background-size: contain;
	color: #fff;
}

.c-r .i-section-03 .form {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #dedede;
	border-radius: .5em;
	padding: 0.25em 1em;
	line-height: 0;
	width: 50%;
}

.c-r .i-section-03 .form.error {
	border: 1px solid red;
}

.c-r .i-section-03 .form input[type=email] {
	display: inline-block;
	border: none;
	padding: 0.5em;
	font-size: 1.25em;
	outline: none;
	width: 80%;
}

.c-r .i-section-03 .form input[type=submit] {
	display: inline-block;
	border: none;
	width: 45px;
	height: 23px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	background: transparent url(../images/email_submit_btn.png) right center no-repeat;
	cursor: pointer;
	transition: 0.5s;
}

.c-r .i-section-03 .form input[type=submit]:hover {
	opacity: 0.5;
}

.c-r .i-section-06 .i-center {
	align-items: center;
}

.c-r .i-section-07 .i-mapouter {
	position: relative;
	text-align: right;
	height: 420px;
	width: 100%;
}

.c-r .i-section-07 .i-gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 420px;
	width: 100%;
}

.c-r .i-footer .i-center {
	justify-content: center;
}

.c-r .i-copy-right {
	color: #799491;
	font-size: 0.88em;
	font-weight: 300;
	padding-top: 1em;
}

.c-r .i-dim-body-container {
	position: fixed;
	top: 0;
	display: block;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0);
	z-index: 999;
	right: 200vw;
	transition: 0.5s;
	overflow-y: auto;
}

.c-r .i-dim-body {
	display: block;
	width: 75%;
	height: 100%;
	background: rgba(0, 40, 30, 0.9);
	position: relative;
	padding: 20px;
}

.c-r .i-close-btn {
	display: block;
	font-size: 2.5em;
	background: transparent;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	opacity: 0.75;
	margin: 0 0 0 auto;
	float: right;
}

.c-r .i-close-btn:hover {
	opacity: 1;
	color: #ff0000;
}

/*Innerpage*/
.c-r .i-banner.innerBan .i-main {
	display: inline-block;
	padding: 7em 0em 7em 0em;
	/*background: transparent url(../images/banner_article_bg_inner.png) left center no-repeat;
	background-size: 60%;*/
}

.c-r .i-banner.innerBan p {
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, .4);
	font-weight: 400;
}

.c-r .i-banner.innerBan.sky {
	background-color: #9dd1db;
}

.c-r #i_inner_video {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: fill;
}

.c-r .i-inner-video-cover {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background: transparent url(../images/inner_cover.png) top right no-repeat;
	background-size: 100% 100%;
}

.c-r .i-inner-video-cover.light {
	background: transparent url(../images/inner_cover-feather.png) top right no-repeat;
	background-size: 100% 100%;
}

.c-r .sectionContent {
	max-width: 1240px;
	margin: 0 auto;
	width: 94%;
}

.c-r .sectionContent h2 {
	font-weight: 600;
	font-size: 3.25em;
	color: #016f64;
}

.c-r .sectionContent p {
	line-height: 1.5;
}

.c-r .sectionContent .sectionInner {
	padding: 80px 0;
}
.c-r .sectionContent .sectionInner.pad-top-0 {
	padding-top: 0;
}

.c-r .sectionContent .imgRight {
	float: right;
	margin: 0 0 30px 30px;
}

.c-r .sectionContent .imgLeft {
	float: left;
	margin: 0 30px 30px 0;
}

.c-r .sectionContent .imgRight, .c-r .sectionContent .imgLeft {
	max-width: 600px;
}

.c-r .sectionContent .imgRight img, .c-r .sectionContent .imgLeft img {
	padding: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	max-width: 98%;
	height: auto;
	margin: 5px 0 0 5px;
	box-sizing: border-box;
}

.repSec {
	clear: both;
	padding-bottom: 40px;
	height: 100%;
	overflow: hidden;
}

.c-r .sectionContent .repSec p.links {}

.c-r .innerSection h2 {
	margin-bottom: 15px;
}

.contactArea {
	display: flex;
	justify-content: space-between;
}

.contactDetails {
	flex-basis: 40%
}

.contactForm {
	flex-basis: 56%;
	border-left: 1px solid #ccc;
}

.formArea {
	padding: 0 0 0 30px;
}

.formArea p {
	font-weight: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 0;
}

.formArea input[type=text], .formArea input[type=tel], .formArea input[type=email], .formArea textarea {
	font-family: 'Poppins', sans-serif;
	font-family: 400;
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 17px;
	border: 1px solid #ccc;
}

.formArea textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 111px;
}

.formArea input[type=submit] {
	padding: 0;
	margin: 0;
	border-width: 0;
	background: #016f64;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 9px 20px;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
}

.contactArea strong {
	font-weight: 500;
}

.formArea.formBottom {
	padding-left: 0;
	padding: 20px;
	background: #f5f5f5;
	margin-top: 30px
}

.formArea.formBottom .cfarea {
	display: flex;
	justify-content: space-between;
}

.formArea.formBottom .leftF, .formArea.formBottom .rightF {
	flex-basis: 48.5%;
}

.capStyle {
	height: 48px;
	display: flex;
	margin-bottom: 15px;
	padding: 5px 5px 5px 10px;
	font-size: 17px;
	border: 1px solid #ccc;
	align-items: center;
}

.formArea .capStyle input[type=text] {
	border: 1px dashed #CCCCCC;
	padding: 0 10px;
	height: auto;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	outline: none;
	letter-spacing: 6px;
	height: 34px;
}

.overlay {
	background: rgba(0, 0, 0, .8);
	position: fixed;
	z-index: 9999999;
	width: 100%
}

.dropBox {
	z-index: 99999999;
	width: 90%;
	max-width: 600px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	transform: translate(-50%, -50%);
}

.dropInner {
	position: relative;
	padding: 20px;
	position: relative
}

.closeBtn {
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	background: #000;
	border: 2px solid #ccc;
	border-radius: 50%;
	moz-border-radius: 50%;
	text-align: center;
	height: 28px;
	width: 28px;
}

.closeBtn:hover {
	color: #FF0000;
}

.scrollContent {
	overflow: auto;
	height: 350px;
}

.dropBox {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

.dropBox .formArea {
	padding-left: 0;
}

.dropBox h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	padding-bottom: 15px;
}

.newsWrap {}

.c-r .sectionContent .newsWrap .imgRight, .c-r .sectionContent .newsWrap .imgLeft {
	max-width: 400px;
}

.c-r .i-section-03#testimonial {
	background-color: var(--primary-clr);
	padding-bottom: 5em;
}

.c-r.i-hypnotherapy-page .i-section-03#testimonial .sectionContent {
	max-width: 1200px;
}

.c-r .i-section-03#testimonial h2 {
	color: #fff;
	margin-bottom: 10px;
}

.c-r .i-section-03#testimonial p {
	color: #fff;
	padding: 0.7em 0 1em !important;
}

.c-r .i-section-03#testimonial .slick-dots {
	text-align: center;
}

.c-r .i-section-03#testimonial .slick-dots li {
	display: inline-block;
	margin: 0 2px;
}

.c-r .i-section-03#testimonial .slick-dots li button {
	text-indent: -1000000000px;
	height: 15px;
	width: 15px;
	border-radius: 3px;
	border-width: 0;
	cursor: pointer;
}

.c-r .i-section-03#testimonial .slick-dots li.slick-active button {
	opacity: .5;
}

.backtotop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: url(../images/backtop.png) 0 0 no-repeat;
	height: 36px;
	width: 36px;
	display: none;
	text-indent: -1000000px;
}

.largeItem {
	padding-bottom: 50px;
}

.largeItem a {
	font-size: 150%;
	font-weight: 600;
	color: var(--primary-clr);
	line-height: 1.5;
}

.largeItem a:hover {
	color: #000;
}

.bg-box {
	background-color: #016f64;
}

.bg-box h2, .bg-box p {
	color: #fff;
}

.bg-box h2 span {
	position: relative;
	font-weight: 600;
}

.bg-box h2 span:after {
	width: 98%;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 4px;
	border-bottom: #016f64 3px solid;
}

.list-style {
	list-style: none;
}

.list-style li {
	background: url(../images/checkmark.png) no-repeat 0 0;
	padding-left: 34px;
	margin-bottom: 12px;
}

.imgLeft+* {
	display: table;
}

.acupuncture-sec h4 {
	font-weight: 600;
	font-size: 1.75rem;
	text-align: center;
	margin-top: 30px;
}

.acupuncture-sec h3 {
	text-align: center;
	margin-bottom: 30px;
}

.acupuncture-sec .text-center {
	text-align: center;
}

.health-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	max-width: 800px;
	margin: 0 auto;
}

.health-grid .health-box {
	position: relative;
}

.health-grid .health-box img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.health-grid .health-box .botm-info {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 65px 15px 15px 15px;
	background: rgb(1, 111, 100);
	background: linear-gradient(0deg, rgba(1, 111, 100, 1) 0%, rgba(1, 111, 100, 0) 100%);
}

.health-grid .health-box .botm-info * {
	color: #ffffff;
}

.health-grid .health-box .botm-info h5 {
	margin: 0 0 10px 0;
}

.health-grid .health-box .botm-info h6 {
	font-size: 0.875rem;
}

.book-contact-box .c-box {
	border: 1px solid #00a797;
	display: inline-block;
	padding: 10px 10px 10px 10px;
	border-radius: 10px;
	margin: 30px 4px 0;
	color: #bdbdbd;
}

.book-contact-box .c-box img {
	display: block;
	margin: -30px auto 0;
	/* position: absolute; */
	z-index: 2;
	border: 4px solid #fff;
	border-radius: 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
}

.grid-widget h4 {
	font-weight: 600;
	font-size: 26px;
}

/* Acupuncture New 14-12-23*/
.c-r .i-home-acupuncture-video-cover {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background: transparent url(../images/acupuncture_cover.png) top right no-repeat;
	background-size: 100% 100%;
}
.acupunctureContent .acupuncture-treated {
	padding: 2em;
}

.acupunctureContent .acupuncture-treated a {
	color: #8dfff3;
}

.acupunctureContent .acupuncture-treated h3,
.acupunctureContent .acupuncture-treated p,
.acupunctureContent .acupuncture-treated a:hover {
	color: #fff;
}

.acupunctureContent .acupuncture-treated h3 {
	padding-top: 0;
}

.acupunctureContent .acupuncture-includes h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 20px 0;
}

.acupunctureContent .no-height {
	height: 0;
	margin-top: 0;
}

.acupunctureContent .about-acupuncture .mb-2 {
	margin-bottom: 20px;
}

.acupunctureContent .topicWrap {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

.acupunctureContent .topicWrap .mb-1 {
	margin-bottom: 10px;
}

.acupunctureContent .topicWrap .mb-2 {
	margin-bottom: 20px;
}

.acupunctureContent .topicWrap h4 {
	margin: 20px 0 0;
}

.acupunctureContent .ms-ra {
	font-size: small;
	font-style: italic;
	margin-bottom: 20px;
}

.acupunctureContent .topicPrice {
	border: 1px solid #d4d4d4;
	padding: 1.4em;
	border-radius: 0.25em;
	height: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.acupunctureContent .topicPrice .imgLeft {
	margin-bottom: 0;
}

.acupunctureContent .barbara-end {
	margin-top: 60px;
}

.acupunctureContent .barbara-end h3 {
	margin-bottom: 15px;
}

.c-r .acupunctureContent .sectionContent .sectionInner.innerSectionAcc {
	padding-top: 80px;
}

.acupunctureContent .acupuncture-treated .list-style {
	margin-top: 25px;
}

.acupunctureContent .acupuncture-treated .list-style li {
	background: url(../images/checkmark-w.png) no-repeat 0 0;
	color: #fff;
	display: inline-block;
	margin: 0 25px;
}

.acupuncturist {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

.img-ma {
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 767px) {
	.acupunctureContent .acupuncture-treated .list-style {
		text-align: left;
	}

	.acupunctureContent .acupuncture-treated .list-style li {
		margin: 10px 25px;
		display: block;
	}
}