/*!
Theme Name: ptc
Theme URI: 
Author: Automattic
Author URI: 
Description: Hi. I'm a starter theme called <code>ptc</code>.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ptc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--whisper-gray: #F8F8F8;
	--gray-touch: #f4f4f4;
	--white: #fff;
	--black: #000;
	--dark-gray: #303030;
	--charcoal-gray: #535353;
	--primary: #1ebbf0;
	--vibrant-green: #2ab469;
	--forest-green: #1a8e4a;
	--soft-gray: #eeeeee;
	--teal-blue: #007FAE;
	--aqua-blue: #43C9F3;
	--electric-blue: #3CAEE0;
	--dim-gray: #696969;
	--custom-sky-blue: #3BAEE0;
	--slate-gray: #737373;
	--light-blue: #e1f4fb;
	--light-white: #dfdfdf;
	--silver-gray: #B2B2B2;
	--cool-gray: #8b8d94;
	--cloudy-mist: #CFCFCF;
	--very-dark-gray: #333333;
    --red: #d20000;
    --platinum-gray: #e6e6e6;
    --dark-silver: #5c5c5c;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--dark-gray);
	font-family: "Roboto", serif;
	font-size: 1rem;
	line-height: 1.5;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
}

p {
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 22px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: var(--white);
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--aqua-blue);
    text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/*.updated:not(.published) {
	display: none;
}*/

/*.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}*/

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/******************/
.country-selector {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.selected-country {
	display: flex;
	align-items: center;
	position: relative;
}
.selected-country img {
	width: 20px;
	height: 15px;
	margin-right: 5px;
}
.selected-country::after {
	content: '\25BC';
	font-size: 12px;
	margin-left: 8px;
}
.dropdown-country {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: var(--white);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	z-index: 1000;
}
.dropdown-country::before {
	content: "";
    position: absolute;
    top: -7px;
    left: 48px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid var(--white);
}
.dropdown-country div {
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	border-bottom: 1px solid var(--silver-gray);
}
.dropdown-country div:last-child {
	border-bottom: none;
}
.dropdown-country div:hover {
	background: var(--gray-touch);
	color: var(--primary);
}
.dropdown-country input {
	margin-right: 10px;
}
.country-selector:hover .dropdown-country {
	display: block;
}
.flag {
	width: 24px;
	height: 16px;
	margin-right: 8px;
}
.right-side {
    display: flex;
    align-items: center;
	gap: 10px;
}
.selected-country span, .dropdown-country span {
    font-size: 13px;
	font-weight: 700;
}
/*.country-selector {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.selected-country {
	display: flex;
	align-items: center;
}
.flag {
	width: 24px;
	height: 16px;
	margin-right: 8px;
}
.dropdown-country {
	display: none;
	position: absolute;
	background-color: var(--white);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	margin-top: 5px;
	z-index: 1000;
	width: 80px;
}
.dropdown-country div {
	padding: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.dropdown-country div:hover {
	background-color: #f0f0f0;
}
.selected-country span, .dropdown-country span {
    font-style: italic;
    font-size: 14px;
}*/
/*.country-selector {
	display: none;
}*/
.flag-uk {
    width: 100%;
    padding: 10px 0 0;
}
.flag-uk a {
    display: flex;
    align-items: center;
    gap: 10px;
	color: var(--white);
}
.flag-uk a:hover {
	text-decoration: underline;
}
.flag-uk a span {
    margin: 0;
    font-size: 10px;
    color: var(--white);
}
.flag-uk a img {
    display: block;
    width: 24px;
}
.nav-links .flag-uk {
	padding: 0;
}
.nav-links .flag-uk a {
	color: var(--black);
}
.nav-links .flag-uk a span {
    color: var(--black);
}
.single-page-info figure.wp-block-embed {
    margin: 0;
}
.single-page-info figure.wp-block-embed:not(:last-child) {
    margin-bottom: 2em;
}
.single-page-info .wp-block-embed iframe {
    display: block;
}

.slogan {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: var(--black);
    font-style: italic;
}
.site-header {
    width: 100%;
    position: relative;
}
.top-bar {
    width: 100%;
    background-color: var(--electric-blue);
	min-height: 38px;
    padding: 3px 0;
    display: flex;
    align-items: center;
}
.topbar-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar-info, .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topbar-info {
    display: flex;
    gap: 20px;
	align-items: center;
}
.topbar-info li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.topbar-info li span {
    color: var(--dark-gray);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
}
.topbar-info li i {
    font-size: 16px;
    color: var(--dark-gray);
	line-height: 20px;
	text-align: center;
    width: 1.25em;
}
.social-links {
    display: flex;
	align-items: center;
}
.social-links {
    gap: 5px;
}
.sidebar-info .social-links {
	padding-top: 10px;
}
.social-links li {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
}
.social-links li a {
	text-decoration: none;
	color: var(--dark-gray);
	font-size: 16px;
    line-height: 26px;
}
.social-links li:hover {
	background-color: var(--primary);
}
.social-links li:hover a {
	color: var(--white);
}
.navbar-site .navbar .links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.active {
    background-color: var(--aqua-blue);
    cursor: pointer;
    border-radius: 25px;
}
.navbar-site .navbar .links .sub-menu li a.active {
    background: rgba(30,187,240,.07);
    color: var(--primary);
    border-radius: unset;
}
.navbar-site .navbar .links .issues-menu .sub-menu li a.active, .navbar-site .navbar .links .therapists-menu .sub-menu li a.active, .navbar-site .navbar .links .services-menu .sub-menu li a.active {
    background-color: unset;
    color: var(--aqua-blue);
}
.dropdown .fa-plus, .sidebar-info, .nav-links .flag-uk {
    display: none;
}
.site-header {
	background-color: var(--white);
	transition: all 0.5s ease;
	box-shadow: 0 0 15px 1px rgb(0 0 0 / 7%);
}
.logged-in .fixed {
	top: 34px;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	animation: smoothScroll .1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-40px);
	}
}
.navbar-site {
	position: relative;
    width: 100%;
    background-color: var(--white);
    display: flex;
    align-items: stretch;
    align-content: stretch;
    justify-content: space-between;
    min-height: 100px;
    flex-flow: row nowrap;
}
.navbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .fa-bars {
    display: none;
}
.navbar .nav-links .sidebar-logo {
    display: none;
}
.site-logo {
	width: 200px;
}
.site-logo img {
	display: block;
	filter: brightness(0);
}
.header-btn {
    text-decoration: none;
    color: var(--white);
    background-color: var(--vibrant-green);
    border-radius: 50px;
    font-weight: 700;
	font-size: 14px;
	line-height: 18px;
    padding: 10px 20px;
    margin-left: 20px;
	display: inline-block;
}
.bold-menu a {
    font-weight: 900;
}
.header-btn:hover {
    background-color: var(--forest-green);
	cursor: pointer;
	color: var(--white);
}
.nav-links {
    flex-grow: 1;
}
.navbar-site .navbar .links {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.navbar-site .navbar .links li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.navbar-site .navbar .links li:last-child > a {
    margin-right: 14px;
}
.search-box {
	padding: 0 0 0 5px;
}
.navbar-site .navbar .links li a {
    margin: 10px 4px;
    padding: 10px 12px;
    text-decoration: none;
    white-space: nowrap;
    color: var(--very-dark-gray);
    text-transform: uppercase;
    font-weight: 700;
	font-size: 15px;
	line-height: 19px;
    display: inline-block;
}
.navbar-site .navbar .links li a:hover {
    background-color: var(--aqua-blue);
	cursor: pointer;
	border-radius: 25px;
}
.navbar-site .navbar .links li .sub-menu {
    position: absolute;
    top: 76%;
    left: 0;
    line-height: 40px;
    background-color: var(--white);
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
	padding: 9px 10px;
    display: none;
    z-index: 999;
	width: 100%;
}
.resources-menu, .about-menu, .psychiatrists-menu/*, .therapists-menu*/ {
    position: relative;
    width: auto;
}
.navbar-site .navbar .links li.resources-menu .sub-menu, .navbar-site .navbar .links li.about-menu .sub-menu, .navbar-site .navbar .links li.psychiatrists-menu .sub-menu/*, .navbar-site .navbar .links li.therapists-menu .sub-menu*/ {
	/*, .navbar-site .navbar .links li.services-menu .sub-menu*/
    top: 100%;
    width: 280px;
}
.navbar-site .navbar .links li .sub-menu li a {
    font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	margin: 0px 0px 2px 0px;
    padding: 10px;
	display: block;
	text-transform: unset;
}
.navbar-site .navbar .links li .sub-menu li {
	display: block;
}
.navbar-site .navbar .links li .sub-menu li a:hover {
	background: rgba(30,187,240,0.07);
	color: var(--primary);
	border-radius: unset;
}
.navbar-site .navbar .links .services-menu .sub-menu {
    border-bottom: 5px solid var(--aqua-blue);
    column-count: 3;
}
.navbar-site .navbar .links .issues-menu .sub-menu, .navbar-site .navbar .links .therapists-menu .sub-menu {
    border-bottom: 5px solid var(--aqua-blue);
    column-count: 4;
}
.navbar-site .navbar .links .issues-menu .sub-menu li a, .navbar-site .navbar .links .therapists-menu .sub-menu li a, .navbar-site .navbar .links .services-menu .sub-menu li a {
	padding: 5px 10px;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	white-space: pre-wrap;
}
.navbar-site .navbar .links .issues-menu .sub-menu li a:hover,
.navbar-site .navbar .links .therapists-menu .sub-menu li a:hover, .navbar-site .navbar .links .services-menu .sub-menu li a:hover {
	background-color: unset;
	color: var(--aqua-blue);
}
.navbar-site .navbar .links .issues-menu:hover .sub-menu,
.navbar-site .navbar .links .therapists-menu:hover .sub-menu, .navbar-site .navbar .links .services-menu:hover .sub-menu, .navbar-site .navbar .links .about-menu:hover .sub-menu, .navbar-site .navbar .links .resources-menu:hover .sub-menu, .navbar-site .navbar .links .psychiatrists-menu:hover .sub-menu  {
	display: block;
}
.sub-sub-menu {
    padding: 0;
    margin: 0 0 0 1.5em;
    list-style: none;
}
.navbar-site .navbar .links .issues-menu .sub-menu li .sub-sub-menu li a {
    padding: 2px 0;
}
.navbar-site .navbar .links .issues-menu .sub-menu li a.submenu-link {
    color: var(--aqua-blue);
	pointer-events: none;
}
.navbar-site .navbar .links .issues-menu .sub-menu li.bold-menu a.submenu-link {
    pointer-events: all;
    color: var(--very-dark-gray);
}
.navbar-site .navbar .links .issues-menu .sub-menu li.bold-menu a.submenu-link:hover {
	color: var(--aqua-blue);
}
@media only screen and (min-width: 992px) {
	.navbar-site .navbar .links li .sub-menu {
		margin: 0;
	}
	.navbar-site .navbar .links li .sub-menu li#menu-item-33017 {
		margin-bottom: 18px;
	}
}


.hero-section {
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 85vh;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding: 150px 0 92px;
}
.hero-section .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.banner-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.btn-banner {
	background-color: var(--vibrant-green);
    color: var(--white);
    text-decoration: none;
    border-radius: 2em;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.2px;
    padding: 15px 53px;
}
.btn-banner:hover {
	background-color: var(--forest-green);
    cursor: pointer;
}
.whatsapp-banner {
    display: inline-block;
}
.whatsapp-banner img {
    display: block;
}
.about-section {
	width: 100%;
	background-color: var(--soft-gray);
	padding: 80px 0;
}
.about-heading, .about-content, .about-btn {
    width: 100%;
}
.about-heading {
	padding-bottom: 10px;
}
.about-heading h5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--dark-gray);
	text-transform: capitalize;
	padding-bottom: 10px;
}
.about-heading h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 93.6px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--teal-blue);
}
.about-content p {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 0;
}
.about-btn {
	text-align: center;
	padding-top: 20px;
}
.about-btn a, .search-therapist {
	padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    border: 2px solid var(--teal-blue);
    background-color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: var(--teal-blue);
    border-radius: 50px;
}
.search-therapist {
    line-height: 26px;
}
.about-btn a:hover, .search-therapist:hover {
	color: var(--white);
    background-color: var(--teal-blue);
    cursor: pointer;
}
.banner-buttons div {
    display: flex;
    gap: 10px;
	flex-wrap: wrap;
    justify-content: center;
}
.footer-search {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: var(--white);
	padding: 80px;
	transition: right 0.3s ease-in-out;
	z-index: 999;
	overflow-y: scroll;
}
.footer-grid-search {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
	align-items: start;
}
.footer-grid-search .filter-form {
    max-width: 100%;
}
.footer-grid-search .search-therapist-results {
    margin-top: 0;
}
.search-results-info {
    width: 100%;
    padding: 80px 0;
}
.search-results-info .search-therapist-results {
	margin: 0;
}
.below-about-section {
    width: 100%;
    padding: 80px 0;
}
.below-about-grid {
    width: 100%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
	align-items: center;
}
.below-video, .below-about-content, .below-about-title, .below-content, .below-about-btn, .nhs-content, .nhs-image {
    width: 100%;
}
.below-video iframe {
	display: block;
    width: calc(100% - 20px);
    height: 100%;
    min-height: 300px;
    border-radius: 20px;
}
.below-about-title {
	padding-bottom: 20px;
}
.below-about-title h2 {
	font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--dark-gray);
	text-transform: capitalize;
}
.below-content {
    padding-bottom: 30px;
}
.below-content p {
    letter-spacing: .1px;
    line-height: 22px;
    color: var(--charcoal-gray);
    font-size: 14px;
}
.below-content p:not(:last-child) {
    margin-bottom: 20px;
}
.below-about-btn a {
	text-decoration: none;
	display: inline-block;
	border-radius: 50px;
    background-color: var(--electric-blue);
    color: var(--dark-gray);
    font-style: normal;
    font-weight: 700;
	font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: center;
	padding: 12px 18px;
	text-transform: capitalize;
}
.below-about-btn a:hover {
    background-color: var(--teal-blue);
    color: var(--white);
    cursor: pointer;
}
.nhs-section {
	width: 100%;
    background-color: var(--whisper-gray);
    padding: 40px 0;
}
.nhs {
	width: 100%;
    display: flex;
    justify-content: center; /*space-between;*/
    align-items: center;
    gap: 80px;
}
.reviews-info {
    width: 70%;
}
.review-detail {
    background-color: var(--white);
    padding: 32px 40px;
    border-radius: 28px;
}
.nhs-info {
	width: 30%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.nhs-content p {
    font-family: Roboto;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: var(--charcoal-gray);
}
.nhs-image img {
	display: block;
    width: 242px;
}
.services-section {
    width: 100%;
    padding: 80px 150px;
	background-color: var(--soft-gray);
}
.services-content {
    width: 100%;
    padding: 0 15px 50px;
    margin: 0 auto;
    max-width: 1067px;
}
.services-content h2 {
	font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 20px;
	text-align: center;
}
.services-content p {
	font-size: 16px;
    line-height: 24px;
	letter-spacing: .1px;
	text-align: center;
    font-weight: 500;
    color: var(--charcoal-gray);
}
.services-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.ptc-services {
	width: 100%;
	text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
	padding: 0 15px;
}
.service-img, .service-content {
    width: 100%;
}
.service-img img {
    display: block;
	width: 100px;
}
.service-img {
    display: flex;
    justify-content: center;
}
.with-icons .service-img {
    background-color: #5EACDB;
    width: 100px;
    border-radius: 50%;
    height: 100px;
    align-items: center;
}
.with-icons .service-img img {
    height: 70px;
    width: 70px;
    object-fit: contain;
}
.service-content h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--dark-gray);
    letter-spacing: .2px;
    text-align: center;
	text-transform: capitalize;
}
.service-content .sub-heading {
    width: 100%;
    padding-top: 20px;
}
.service-content .sub-heading p {
    font-weight: 400;
    color: var(--charcoal-gray);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .1px;
	text-align: center;
}
.service-btn {
    padding-top: 40px;
	display: flex;
    justify-content: center;
}
.service-btn a {
	text-transform: unset;
}
.choose-section {
    background-color: var(--white);
}
.choose-section .service-img img {
    width: 60px;
}
.team-section {
    width: 100%;
    padding: 80px 0;
	overflow: hidden;
}
.team-section .services-content {
	max-width: 1150px;
}
.bg-gray {
	background-color: var(--soft-gray);
}
.bg-white {
	background-color: var(--whisper-gray);
}
.team-info {
	padding-top: 35px;
}
.team-info.slick-dotted, .youtube-videos.slick-dotted, .slider-info.slick-dotted {
    margin-bottom: 0;
}
.team-info .slick-dots, .youtube-videos .slick-dots, .slider-info .slick-dots {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 50px;
}
ul.slick-dots li:nth-child(n+6) {
    display: none;
}
.slider-info .slick-dots {
    padding-top: 20px;
}
.team-info .slick-dots li, .youtube-videos .slick-dots li, .slider-info .slick-dots li {
    margin: 0;
	height: 12px;
    width: 12px;
    background-color: var(--dim-gray);
    border-radius: 100%;
}
.team-info .slick-dots li.slick-active, .youtube-videos .slick-dots li.slick-active, .slider-info .slick-dots li.slick-active {
	background-color: var(--custom-sky-blue);
}
.team-info .slick-dots li button:before, .youtube-videos .slick-dots li button:before, .slider-info .slick-dots li button:before {
    content: unset;
}
.team-info .slick-dots li button, .youtube-videos .slick-dots li button, .slider-info .slick-dots li button {
    width: 0;
    height: 0;
    padding: 0;
}
.team-info .slick-slide {
	margin: 0 30px;
	background-color: var(--white);
	min-height: 565px;
}
.team-info .team {
    width: 100%;
    background-color: var(--white);
}
.team-info .slick-arrow:before, .youtube-videos .slick-arrow:before, .slider-info .slick-arrow:before {
	content: unset;
}
.youtube-videos .slick-arrow {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-info .slick-arrow, .slider-info .slick-arrow {
	background: var(--electric-blue);
    border-radius: 100%;
    color: var(--white);
	height: 30px;
    width: 30px;
}
.team-info .slick-arrow svg, .slider-info .slick-arrow svg {
    width: 7px;
}
.team-info .slick-prev, .youtube-videos .slick-prev {
	left: -40px;
}
.team-info .slick-next, .youtube-videos .slick-next {
    right: -40px;
}
.team-info .pic {
    width: 100%;
}
.team-info .pic img {
    border-radius: 50%;
}
.team-info .team a {
	display: inline-block;
	text-decoration: none;
}
.team-info .info {
	width: 100%;
    padding: 25px 20px;
}
.team-info .info .name {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: .2px;
    text-transform: capitalize;
}
.team-info .info .name a {
    color: var(--dark-gray);
}
.team-section .service-btn {
    padding-top: 47px;
}
.reviews-section {
    width: 100%;
    padding: 80px 15px;
    overflow: hidden;
}
.ReviewsHeading {
    padding-bottom: 50px;
}
.news-section {
    width: 100%;
    background-color: var(--white);
	padding: 80px 0;
}
.news-heading {
    width: 100%;
	padding-bottom: 40px;
}
.news-heading h2 {
	font-size: 32px;
    color: var(--dark-gray);
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
	text-transform: capitalize;
}
.post_items {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.articles {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    height: 100%;
    background-color: var(--whisper-gray);
}
.articles .post-thumbnail-wrap {
    position: relative;
    width: 100%;
}
.articles .post-thumbnail-wrap .post-thumbnail {
    width: 100%;
    position: relative;
}
.articles .post-thumbnail-wrap .post-thumbnail .post-thumbnail-rollover {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
	text-decoration: none;
}
.articles .post-thumbnail-wrap .post-thumbnail .post-thumbnail-rollover img {
    width: 100%;
	display: block;
}
.fancy-date a {
    position: absolute;
    display: flex;
    align-items: center;
    top: 10px;
    right: 10px;
    z-index: 30;
    text-decoration: none;
    background-color: var(--white);
	flex-flow: column nowrap;
    justify-content: center;
    border-radius: 50%;
    padding: 0 8px;
    min-width: 63px;
    min-height: 63px;
}
.articles .fancy-date a .entry-month {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--dark-gray);
    text-transform: uppercase;
    margin-bottom: 2px;
	position: relative;
	display: block;
}
.articles .fancy-date a .entry-month:after {
    background: var(--electric-blue);
    box-shadow: none;
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    bottom: -2px;
    width: 100%;
	color: var(--white);
}
.articles .fancy-date a .entry-date {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    color: var(--dark-gray);
	position: relative;
	display: block;
}
.articles .post-entry-content {
    padding: 20px;
    width: 100%;
    background-color: var(--whisper-gray);
}
.articles .post-entry-content a {
	text-decoration: none;
}
.related-article .post-entry-content .entry-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.2px;
    text-align: left;
    margin-bottom: 10px;
}
.related-article .post-entry-content .entry-title a {
    color: var(--dark-gray);
}
.related-article .entry-excerpt {
    margin-bottom: 10px;
}
.related-article .entry-excerpt p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.1px;
    text-align: left;
}
.articles .post-entry-content a.read_more {
	font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;
    text-align: left;
}
.news-section .service-btn {
    padding-top: 60px;
}
.youtube-section {
	width: 100%;
    padding: 80px 0;
    background-color: var(--whisper-gray);
	overflow: hidden;
}
.youtube-heading {
	width: 100%;
	padding-bottom: 40px;
}
.youtube-heading h2 {
    font-size: 32px;
    color: var(--dark-gray);
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
}
.youtube-videos, .youtube-image, .youtube-content, .youtube-info {
    width: 100%;
}
.youtube-content {
    padding: 0 10px;
}
.youtube-image a {
    position: relative;
    z-index: 999;
	text-decoration: none;
}
.youtube-image img {
    border-radius: 24px 24px 0 0;
}
.youtube-desc {
    width: 100%;
    padding: 20px;
    gap: 18px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0 0 24px 24px;
    height: 100%;
    justify-content: space-between;
	min-height: 194px;
}
.youtube-desc h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
}
.youtube-desc h3 a {
    display: inline-block;
    text-decoration: none;
	color: var(--dark-gray);
}
.youtube-btn {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border: 2px solid var(--teal-blue);
    border-radius: 20px;
    text-align: center;
    padding: 6px 39px;
    color: var(--teal-blue);
    width: fit-content;
}
.youtube-btn:hover {
	color: var(--white);
    background-color: var(--teal-blue);
    cursor: pointer;
}
.page-template-about .below-about-grid, .page-template-service-issue .below-about-grid {
    align-items: flex-start;
	grid-column-gap: 30px;
    grid-row-gap: 30px;
}
.page-template-about .below-video iframe, .page-template-service-issue .below-video iframe {
    width: 100%;
}
.page-template-about .below-video iframe {
    min-height: 330px;
}
.page-template-about .below-content p:not(:last-child) {
    margin-bottom: 22px;
}
.page-template-about .below-about-title {
    padding-bottom: 25px;
}
.page-template-about .below-content p {
    color: var(--dark-gray);
}
.breadcrumb-info {
    width: 100%;
    background-color: var(--soft-gray);
}
.breadcrumb-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}
.breadcrumb-title h1 {
    font-size: 26px;
    line-height: 32px;
    color: var(--dim-gray);
    text-transform: none;
}
.breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--slate-gray);
	display: flex;
	font-size: 13px;
    line-height: 25px;
}
.breadcrumbs li a {
    text-decoration: none;
	color: var(--slate-gray);
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li {
    padding-left: 12px;
    margin-left: 8px;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li:first-child:before, .breadcrumbs li:first-child:before {
    content: "";
}
.breadcrumbs li:first-child {
    padding-left: 0;
    margin-left: 0;
    background: 0 0;
}
.breadcrumbs li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 13px;
    content: "/";
    opacity: .5;
    text-align: left;
    z-index: 3;
}
.about-content-section {
    width: 100%;
    padding: 80px 0;
    background-color: var(--whisper-gray);
}
.about-details {
    width: 100%;
}
.about-details ul {
    list-style-position: inside;
    padding: 0;
    margin: 0 0 22px;
}
.about-details p, .about-details ul, .about-details ol {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
}
.page-template-about .services-section {
    padding-left: 0;
    padding-right: 0;
}
.page-template-about .services-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
}
.page-template-about .choose-grid {
    grid-row-gap: 50px;
}
.below-choose-section {
    width: 100%;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	position: relative;
}
.bg-overlay {
    width: 100%;
    background-image: linear-gradient(0deg, rgba(48, 48, 48, 0.6), rgba(48, 48, 48, 0.6)), linear-gradient(0deg, rgba(0, 127, 174, 0.4), rgba(0, 127, 174, 0.4));
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.below-choose-content {
    width: 100%;
    position: relative;
    z-index: 1;
}
.below-choose-content h2 {
	font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}
.below-choose-content p {
    font-weight: 500;
    color: var(--white);
	font-size: 16px;
    line-height: 24px;
	text-align: center;
}
.page-template-service-issue .below-content, .page-template-about .below-content {
    padding-bottom: 0;
}
.page-template-service-issue .news-section {
    background-color: var(--soft-gray);
}
.list-section {
    width: 100%;
    padding: 0 0 80px;
}
.list-section .page-info {
    width: 100%;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}
.list-section .page-info a {
    text-decoration: none;
}
.list-section .page-info .page-detail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 33px 14px;
    position: relative;
	max-height: 92px;
}
.list-section .page-info .page-detail:before {
    background: linear-gradient(0deg, rgba(0, 62, 85, 0.6), rgba(0, 62, 85, 0.6));
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
}
.list-section .page-info .page-detail:hover:before {
    background: linear-gradient(0deg, rgba(67, 201, 243, 0.8), rgba(67, 201, 243, 0.8));
}
.list-section .page-info .page-detail h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--white);
    z-index: 9;
}
.list-section .page-info .page-detail:hover h5 {
    color: var(--dark-gray);
}
.detail-section {
    width: 100%;
    padding: 80px 0;
}
.detail-content {
    width: 100%;
}
.detail-content h2 {
	font-weight: 700;
    color: var(--dark-gray);
    font-size: 32px;
    line-height: 40px;
    text-align: center;
	margin-bottom: 20px;
}
.detail-content p {
	text-align: center;
    font-weight: 500;
    color: var(--charcoal-gray);
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1px;
}
.therapists-section {
    width: 100%;
    padding: 80px 0;
    background-color: var(--soft-gray);
}
.therapists-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 52px;
    grid-row-gap: 50px;
}
.book-section {
	width: 100%;
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.book-content {
	width: 100%;
}
.book-content h3, .book-content h2 {
    padding-bottom: 25px;
    font-size: 32px;
    color: var(--white);
    line-height: 40px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
}
.book-content p {
	color: var(--white);
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: 24px;
	letter-spacing: 0.1px;
}
.book-content .btn-book {
    border-radius: 22px;
    background-color: var(--white);
    color: var(--teal-blue);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: center;
    font-size: 14px;
    padding: 12px 40.5px;
    text-decoration: none;
    display: inline-block;
}
.book-content .btn-book:hover {
	background-color: var(--aqua-blue);
    color: var(--dark-gray);
    cursor: pointer;
}
.center {
	text-align: center;
}
.detail-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
}
.detail-video {
    width: 100%;
}
.detail-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 328px;
}
.with-video .detail-content h2 {
    text-align: left;
}
.with-video .detail-content p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.content-section {
    width: 100%;
    padding: 80px 0;
}
.site-content {
    width: 100%;
    display: flex;
    gap: 50px;
}
.with-sidebar.content-section .main-content {
    width: calc(66.66666667% - 50px);
}
.no-sidebar.content-section .main-content {
	width: 100%;
}
.no-sidebar.content-section .featured-image {
    display: flex;
    justify-content: center;
}
.page-sidebar {
    width: 33.33333333%;
}
.related-pages {
	width: 100%;
    padding: 30px;
    background-color: var(--soft-gray);
}
.related_content, .page-content {
    width: 100%;
}
.page-content h2 {
	font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 25px;
    font-size: 32px;
    line-height: 40px;
}
.page-content p {
    font-weight: normal;
    color: var(--charcoal-gray);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}
.related_content:not(:last-child) {
	padding-bottom: 30px;
}
.related_content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--dark-gray);
	padding-bottom: 10px;
}
.related {
	width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.related li {
    position: relative;
    padding-left: 24px;
    list-style: none;
}
.related li:not(:last-child) {
    padding-bottom: 10px;
}
.related li:before, .related li:after {
    margin-top: 5px;
    top: 0;
    transform: translateY(0);
    color: var(--white);
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    content: "";
}
.related li:before {
    border-radius: 50%;
    background-color: var(--teal-blue);
}
.related li:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    background-position: center center;
}
.related li a {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
    text-decoration: none;
}
.related li a:hover {
    text-decoration: underline;
}
.featured-image, .video-iframe {
    width: 100%;
    padding-bottom: 24px;
}
.featured-image img, .video-iframe iframe {
	display: block;
}
.author-meta {
    font-size: 14px;
    padding-bottom: 32px;
    display: block;
    width: 100%;
}
.accordion-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.accordion {
    width: 100%;
}
.accordion-header {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 20px;
    background-color: var(--soft-gray);
    border: 1px solid var(--soft-gray);
    border-radius: 5px;
}
.accordion-header:hover {
    cursor: pointer;
}
.accordion-header h2 {
	text-transform: capitalize;
	font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.accordion-content {
    width: 100%;
    padding: 14px 20px;
	display: none;
}
.accordion-content p, .accordion-content li {
    font-weight: normal;
    color: var(--charcoal-gray);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}
.accordion-list {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.accordion-desc .accordion-sublist {
	margin: 0;
	width: 100%;
}
.accordion-list-item {
	padding: 0;
	display: block;
}
.accordion-desc .accordion-sublist .accordion-list-subitem {
    background: unset;
    padding: 0;
    margin: 0;
}
.accordion-list .accordion-list-item:not(:last-child) {
	margin: 0 0 20px;
}
.accordion-sublist .accordion-list-subitem:not(:last-child) {
	margin: 0 0 10px;
}
.accordion-list .accordion-list-item:hover, .accordion-sublist .accordion-list-subitem:hover {
    cursor: pointer;
}
.accordion-list-item .accordion-title, .accordion-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.accordion-list-item .accordion-title, .accordion-subtitle {
    padding: 10px 20px;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.2px;
    background-color: var(--soft-gray);
    border: 1px solid var(--soft-gray);
    border-radius: 5px;
    text-transform: capitalize;
	margin: 0;
}
.accordion-list-subitem .accordion-subtitle {
    font-size: 15px;
    line-height: 1.2;
    color: var(--dark-gray);
	margin: 0;
}
.accordion-list-item .accordion-title span, .accordion-sublist .accordion-list-subitem .accordion-subtitle span {
    color: var(--charcoal-gray);
    font-weight: 700;
}
.accordion-desc, .accordion-sublist .accordion-list-subitem .accordion-subdesc {
    padding: 14px 20px;
}
.accordion-desc p, .accordion-desc, .accordion-subdesc p, .accordion-subdesc {
    font-weight: normal;
    color: var(--charcoal-gray);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}

.page-template-single-service-issue .team-section .services-content {
    max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.page-template-single-service-issue .services-content h2 {
    margin: 0;
    text-transform: uppercase;
}
.page-template-single-service-issue .team-info {
	padding-top: 0;
}
.therpaist-section {
    width: 100%;
    padding: 80px 0;
}
.therapist-detail {
    width: 100%;
    display: flex;
    gap: 65px;
}
.therapist-sidebar {
	width: 33.33333333%;
}
.therapist_content {
	width: calc(66.66666667% - 65px);
}
.vid-image {
    width: 100%;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
.vid-image img {
	display: block;
}
.therapist_info {
    width: 100%;
    background-color: var(--whisper-gray);
    padding: 30px;
}
.therapist_info h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 6px;
    letter-spacing: .2px;
}
.therapist_info .occ {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: var(--teal-blue);
    margin: 0 0 6px;
}
.therapist_info .speciality {
	letter-spacing: 0.1px;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: var(--charcoal-gray);
}
.book_sidebar {
    width: 100%;
    background-color: var(--whisper-gray);
    padding: 30px;
    margin-top: 40px;
}
.book_sidebar h2, .book_sidebar p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--dark-gray);
    letter-spacing: .2px;
    margin-bottom: 10px;
}
.sidebar_book_btn {
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 50px;
    background-color: var(--electric-blue);
    color: var(--dark-gray);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding: 12px 18px;
}
.sidebar_book_btn:hover {
    background-color: var(--teal-blue);
    color: var(--white);
    cursor: pointer;
}
.other_details {
    width: 100%;
    margin-top: 40px;
    background-color: var(--light-blue);
    padding: 30px;
}
.other_details h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: left;
    color: var(--dark-gray);
    margin-bottom: 6px;
    margin-top: 20px;
    text-transform: capitalize;
}
.other_details h3:nth-child(1) {
    margin-top: 0;
}
.other_details p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
}
.download-btn {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
    display: block;
    text-decoration: none;
    margin-top: 20px;
}
.download-btn:nth-child(2n) {
    margin-top: 5px;
}
.download-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}
.therapeutic_approaches {
    width: 100%;
    background-color: var(--whisper-gray);
    padding: 30px;
    margin-top: 40px;
}
.therapeutic_approaches h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: .2px;
	text-transform: capitalize;
}
.approaches {
    list-style: none;
    padding: 0;
    margin: 0;
}
.approaches li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}
.approaches li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
    text-decoration: none;
}
.approaches li a:hover {
    text-decoration: underline;
}
.approaches li:before, .approaches li:after {
    margin-top: 5px;
    top: 0;
    transform: translateY(0);
    color: var(--white);
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    content: "";
}
.approaches li:before {
    border-radius: 50%;
    background-color: var(--teal-blue);
}
.approaches li:after {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 8px;
    line-height: 14px;
    text-align: center;
    background-position: center center;
}
.team-content-info {
	width: 100%;
}
.embed-video {
	margin: 0 0 20px;
	display: block;
}
.team-content-info iframe {
    display: block;
    width: 100%;
}
.team-content-info p, .team-content-info li {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
}
.team-content-info ul {
    padding: 0;
    margin-left: 0;
    list-style-position: inside;
}
.team-content-info h2, .team-content-info h3, .team-content-info h4, .team-content-info h5, .team-content-info h6 {
    margin-bottom: 20px;
}
.team-content-info p:not(:last-child), .team-content-info ul {
    margin-bottom: 20px;
}
.specialization {
    margin: 50px 0 0;
}
.specialization h2 {
    font-size: 32px;
    margin: 0 0 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.1px;
}
.specialization .issue_cloud {
    list-style: none;
    display: block;
	padding: 0;
	margin: 0;
}
.specialization .issue_cloud li {
    display: inline-block;
    margin: 6px;
}
.specialization .issue_cloud li a {
    text-decoration: none;
    color: var(--dark-gray);
    background: var(--light-blue);
    padding: 7px 10px;
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
	font-size: 14px;
	letter-spacing: 0.1px;
}
.specialization .issue_cloud li a:hover {
    color: var(--white);
    background: var(--electric-blue);
	cursor: pointer;
}
.previous-work {
    width: 100%;
    background: var(--light-blue);
    padding: 80px 0;
}
.previous-work h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}
.previous_work {
    padding-top: 60px;
}
.load_more {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
#loadMore {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    background-color: var(--electric-blue);
    color: var(--dark-gray);
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.2px;
    padding: 12px 18px;
    text-transform: capitalize;
    font-size: 16px;
}
#loadMore:hover {
    background-color: var(--teal-blue);
    color: var(--white);
    cursor: pointer;
}
.reviews-slider {
    background-color: var(--gray-touch);
    padding: 80px 0;
    width: 100%;
	overflow: hidden;
}
.reviews-slider .ReviewsHeading {
    padding-bottom: 0;
}
.reviews-slider h2 {
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
	text-transform: capitalize;
}
.iframe-sec {
    width: 100%;
    padding: 50px 0 0;
}
.iframe-sec h2 {
    font-weight: 700;
    color: var(--dark-gray);
    font-size: 32px;
    line-height: 40px;
    text-align: center;
	text-transform: capitalize;
}
.book_title {
    width: 75%;
    clear: both;
    background: var(--white);
    position: relative;
    z-index: 1;
    height: 64px;
    margin: 0 auto -64px;
}
.book_title:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid var(--light-white);
    height: 1px;
    width: 100%;
    bottom: 0px;
}
.related-posts {
    padding: 80px 0;
    width: 100%;
    background-color: var(--soft-gray);
}
.related-posts h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 40px;
	text-transform: capitalize;
}
.faqs-section {
    width: 100%;
    padding: 80px 0;
}
.faqs-title {
	width: 100%;
	padding-bottom: 1rem;
}
.faqs-title h2 {
	color: var(--dark-gray);
    text-align: left;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	text-transform: capitalize;
}
.fees-table-row {
    overflow-x: auto;
    width: 100%;
	margin-bottom: 22px;
}
.fees-table-row .fee-table {
    border: unset;
    border-collapse: collapse;
    border-spacing: 0;
	margin: 0;
}
.fees-table-row .fee-table thead {
    background-color: var(--aqua-blue);
}
.fees-table-row .fee-table thead tr th {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--dark-gray);
	text-align: left;
}
.fees-table-row .fee-table thead tr th, .fees-table-row .fee-table tbody tr td {
    padding: 20px;
    border: unset;
}
.fees-table-row .fee-table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
}
.fees-table-row .fee-table tbody tr td ul {
    margin: 0;
}
.fees-table-row .fee-table tbody tr:nth-child(even) {
    background-color: var(--whisper-gray);
}
.fee-mobile-table-row {
    width: 100%;
    display: none;
}
.fee-mobile-table-row h3 {
	color: var(--dark-gray);
    font-size: 26px;
	line-height: 32px;
	font-weight: 700;
    text-transform: capitalize;
	margin-bottom: 10px;
}
.fee-mobile-table {
    display: none;
}
.fee-mobile-table {
    width: 100%;
    padding: 20px;
    border: 1px solid var(--whisper-gray);
}
.fee-mobile-table:nth-child(even) {
    background-color: var(--soft-gray);
}
.fee-mobile-table:nth-child(odd) {
    background-color: var(--whisper-gray);
}
.expert-row, .offer-row, .assessment-row, .details-row, .duration-row {
    width: 100%;
}
.expert-row, .assessment-row, .duration-row {
    margin: 0 0 20px;
}
.fee-mobile-table .expert-row h4, .fee-mobile-table .offer-row h4, .fee-mobile-table .assessment-row h4, .fee-mobile-table .details-row h4, .fee-mobile-table .duration-row h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    color: var(--teal-blue);
    margin: 0 0 6px 0;
}
.fee-mobile-table .expert-row p, .fee-mobile-table .offer-row p, .fee-mobile-table .assessment-row p, .fee-mobile-table .details-row p, .fee-mobile-table .duration-row p, .fee-mobile-table .expert-row ul, .fee-mobile-table .offer-row ul, .fee-mobile-table .assessment-row ul, .fee-mobile-table .details-row ul, .fee-mobile-table .duration-row ul {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--dark-gray);
}
.fee-mobile-table .expert-row p {
    color: var(--electric-blue);
    font-weight: 600;
	font-size: 16px;
    line-height: 22px;
}
.fee-mobile-table .expert-row h4 {
    display: none;
}
.main_content {
    width: 100%;
    padding: 80px 0 60px;
}
.blog_content {
    width: 100%;
}
.blog_content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--dark-gray);
    padding-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}
.blog_content p {
	text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
}
.wy_blog_main, .wy_main_posts, .feat_image .feat_left {
    width: 100%;
}
.feat_image {
    width: 100%;
    padding: 80px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--aqua-blue);
    position: relative;
}
.position_div {
    position: relative;
}
.feat_image .feat_left header, .feat_image .feat_right footer {
    width: 100%;
    padding: 0;
    margin: 0;
}
.feat_image .uk_blog_list {
    position: absolute;
    top: -80px;
    right: 0;
}
.feat_image .uk_blog_list img {
    opacity: 1;
	display: block;
}
.feat_image .feat_right {
    width: 80%;
}
.feat_image .feat_right .title {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}
.feat_image .feat_right .title a {
	color: var(--white);
	text-decoration: none;
}
.wy_excerpt {
    width: 100%;
    margin: 0;
}
.wy_excerpt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .1px;
    color: var(--white);
}
.feat_image .wy_btn a {
    display: inline-block;
    margin-top: 25px;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .2px;
    color: var(--teal-blue);
    background-color: var(--white);
    border-radius: 20px;
    padding: 11px 16px;
}
.feat_image .wy_btn a:hover {
    color: var(--dark-gray);
    background-color: var(--aqua-blue);
}
.form-section {
    width: 100%;
    padding: 60px 0;
    background-color: var(--soft-gray);
}
.blog-forms {
    width: 100%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
}
.search_form {
    background-color: var(--white);
    padding: 30px 40px;
    border-radius: 8px;
}
.subscribe_from {
    background-color: var(--electric-blue);
    padding: 30px 40px;
    border-radius: 8px;
}
.search_form h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .1px;
    color: var(--dark-gray);
}
.cus_searchform input[type="text"] {
    width: 100%;
    background-color: var(--whisper-gray);
    border: 1px solid var(--silver-gray);
    border-radius: 15px;
    padding: 10px 20px;
    margin: 26px 0 20px;
    color: var(--cool-gray);
    font-size: 14px;
    line-height: 18px;
	outline: unset;
}
#searchform #searchsubmit {
    cursor: pointer;
    background-color: var(--electric-blue);
    border-radius: 15px;
    color: var(--dark-gray);
    border: 1px solid var(--electric-blue);
    padding: 12px 24px;
    height: auto;
    margin-top: 17px;
    font-size: 12px;
    line-height: 12px;
    width: 108px;
    text-align: center;
	font-weight: 700;
}
#searchform #searchsubmit:hover {
    background-color: var(--teal-blue);
    color: var(--white);
    border: 1px solid var(--teal-blue);
}
.subscribe_from h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: .1px;
    color: var(--white);
    margin-bottom: 20px;
}
.posts-main-section {
    width: 100%;
    padding: 60px 0;
}
.blog-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	gap: 50px;
}
.all-posts {
    width: calc(66.66666667% - 50px);
}
.posts-sidebar {
    width: 33.33333333%;
}
.all-posts .posts-wrapper {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-top: 40px;
}
.all-posts .posts-wrapper:nth-child(1) {
    padding-top: 0;
}
.all-posts .posts-wrapper .post-thumbnail-wrap {
    width: 40%;
}
.all-posts .posts-wrapper .post-entry-content {
    width: 60%;
    padding: 0px 0px 40px 40px;
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail {
    position: relative;
    display: block;
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail .fancy-date a {
    position: absolute;
    display: flex;
    align-items: center;
    top: 10px;
    right: 10px;
    z-index: 30;
    text-decoration: none;
    background-color: var(--white);
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail .fancy-date a {
    box-shadow: none;
    left: 10px;
    right: unset;
    flex-flow: column nowrap;
    justify-content: center;
    border-radius: 50%;
    padding: 0 8px;
    min-width: 63px;
    min-height: 63px;
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail .fancy-date a .entry-month {
    text-transform: uppercase;
	color: var(--dark-gray);
	font-weight: 700;
    font-size: 11px;
    line-height: 19px;
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail .fancy-date a>span{
	display: block;
	position: relative;
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail .fancy-date a .entry-month::after {
	position: absolute;
    height: 2px;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
	color: var(--white);
    background-color: var(--primary);
}
.all-posts .posts-wrapper .post-thumbnail-wrap .post-thumbnail .fancy-date a span {
    color: var(--dark-gray);
	font-weight: 700;
    font-stretch: normal;
    font-size: 24px;
    line-height: 29px;
}
.all-posts .posts-wrapper .post-entry-content .entry-title {
	margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.2px;
	text-transform: capitalize;
}
.all-posts .posts-wrapper .post-entry-content .entry-title a {
	color: var(--dark-gray);
	text-decoration: none;
}
.all-posts .posts-wrapper .post-entry-content .entry-title a:hover {
    color: var(--primary);
}
.all-posts .posts-wrapper .post-entry-content .entry-meta {
    margin-bottom: 10px;
	font-size: 13px;
    line-height: 25px;
}
.all-posts .entry-meta>a, .all-posts .entry-meta>span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 0 0;
    padding: 0 9px 0 0;
}
.all-posts .entry-meta>a:after, .all-posts .entry-meta>span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    content: "";
    border-radius: 50%;
}
.all-posts .entry-meta > a:after, .all-posts .entry-meta > span:after {
    background-color: var(--slate-gray);
}
.all-posts .category-link {
    font-size: 12px;
    line-height: 16px;
}
.all-posts .category-link a {
    letter-spacing: 0.2px;
    display: inline-block;
	font-size: 12px;
    line-height: 16px;
    color: var(--dim-gray);
	text-decoration: none;
}
.all-posts .posts-wrapper .post-entry-content .entry-meta * {
    font-size: 12px;
    line-height: 16px;
    color: var(--dim-gray);
}
.all-posts .entry-meta>a.data-link:after {
	content: unset;
}
.all-posts .posts-wrapper .post-entry-content .entry-excerpt {
    margin-bottom: 5px;
    width: 100%;
}
.all-posts .posts-wrapper .post-entry-content .entry-excerpt p {
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
    font-size: 14px;
    line-height: 22px;
	margin-bottom: 10px;
}
a.post-details {
	text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: var(--teal-blue);
}
.contact-details {
    width: 100%;
    padding: 80px 0;
}
.contact-grid {
    width: 100%;
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 42px;
}
.contact-content {
    width: 100%;
}
.contact-content p {
	font-size: 16px;
    line-height: 24px;
	letter-spacing: .1px;
	color: var(--dim-gray);
	padding-left: 36px;
}
.contact-title {
    width: 100%;
    display: flex;
    align-items: center;
	gap: 15px;
	padding-bottom: 20px;
}
.contact-title h2 {
	font-weight: 700;
	color: var(--dark-gray);
	font-size: 18px;
    line-height: 26px;
	letter-spacing: .2px;
	text-transform: capitalize;
}
.contact-title i {
	color: var(--electric-blue);
    font-size: 20px;
}
.form-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.form-info {
    width: 100%;
    padding: 40px;
    background-color: var(--white);
}
.form-detail {
    width: 100%;
	padding-bottom: 20px;
}
.form-detail h2 {
	font-size: 26px;
    color: var(--dark-gray);
    line-height: 32px;
    text-align: center;
	text-transform: capitalize;
}
.form-detail p {
	text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.form-other {
	width: 100%;
    background-color: var(--white);
}
.form-other img {
	display: block;
}
.form-right {
	width: 100%;
    padding: 30px;
}
.form-right h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--dark-gray);
    text-transform: capitalize;
    padding-bottom: 30px;
}
.form-right .btn-custom {
	line-height: normal;
    border: 1px solid transparent;
    text-decoration: none;
    background-color: var(--vibrant-green);
    color: var(--white);
    border-radius: 2em;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}
.form-right .btn-custom:hover {
	background-color: var(--forest-green);
	color: var(--white);
	cursor: pointer;
}
.page-template-contact .form-section {
    padding: 80px 0;
}
.location-section {
    width: 100%;
    padding: 80px 0;
}
.location-heading {
    width: 100%;
    padding-bottom: 60px;
}
.location-heading h2 {
	font-size: 32px;
    color: var(--dark-gray);
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    font-style: normal;
	text-transform: capitalize;
}
.location-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.location-info {
    width: 100%;
	background-color: var(--whisper-gray);
}
.location-map {
    width: 100%;
   /*background-color: var(--whisper-gray);
	margin-bottom: 30px;*/
}
.location-map iframe, .location-content img {
	display: block;
}
.location-detail {
    width: 100%;
    padding: 30px;
}
.location-detail h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--dark-gray);
    margin: 0 0 10px;
    text-transform: uppercase;
}
.location-detail .address {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: var(--electric-blue);
    margin: 0 0 10px;
}
.location-detail .distance {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
    margin: 0 0 10px;
}
.location-detail .opening-hours {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: var(--silver-gray);
    margin: 0 0 10px;
}
.location-detail .week-days {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: var(--dark-gray);
}
.location-content img {
    margin-bottom: 35px;
}
.page-template-contact .news-section {
	background-color: var(--soft-gray);
}
.single-post-section, .single-page-section {
    width: 100%;
    padding: 80px 0;
}
.single-post-grid {
    width: 100%;
    display: grid;
	grid-column-gap: 50px;
	grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
	grid-template-areas: "content sidebar";
}
.single-post-info, .single-page-info {
    width: 100%;
}
.single-feature-image {
    width: 100%;
    margin-bottom: 22px;
}
.single-feature-image img {
    display: block;
}
.single-post-content {
	width: 100%;
	margin-bottom: 50px;
}
.single-post-content h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 25px;
}
.single-post-content ul, .single-post-content ol {
	list-style: none;
	padding: 0;
	margin: 0 0 22px;
}
.single-post-content ul li, .single-post-content ol li {
	clear: both;
    line-height: 24px;
    font-size: 16px;
    padding-left: 20px;
    background: url('/wp-content/uploads/2025/01/sprite.png') no-repeat -182px -144px;
    display: block;
}
.accordion-content ul, .accordion-content ol, .accordion-desc ul, .accordion-desc ol {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}
.accordion-content ul li, .accordion-content ol li, .faq-info-content ul li, .faq-info-content ol li, .accordion-desc ul li, .accordion-desc ol li {
    padding-left: 20px;
    background: url('/wp-content/uploads/2025/01/sprite.png') no-repeat -182px -144px;
    display: block;
}
.single-post-content p, .single-post-content li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.1px;
}
.author-details {
    width: 100%;
    background-color: var(--whisper-gray);
    margin-bottom: 40px;
    padding: 30px 20px;
}
.author-details h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    color: var(--teal-blue);
    padding-bottom: 20px;
	text-transform: capitalize;
}
.auth-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.author-image {
    flex-basis: 14%;
}
.author-image img {
    display: block;
    border-radius: 50%;
}
.author-description {
    flex-basis: calc(86% - 20px);
}
.author-description p {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1px;
	color: var(--dark-gray);
}
.author-description p:not(:last-child) {
	margin-bottom: 5px;
}
.references-section {
    width: 100%;
    background-color: var(--light-blue);
    margin-bottom: 40px;
    padding: 30px 20px;
}
.references-section h4 {
	font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.2px;
    padding-bottom: 20px;
}
.references {
    width: 100%;
}
.references p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--dark-gray);
    word-break: break-word;
}
.references p:before {
    background-color: var(--teal-blue);
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 7px;
    line-height: 14px;
    text-align: center;
    width: 14px;
    height: 14px;
    color: var(--white);
    border-radius: 50%;
    background-position: center;
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-top;
}
.references p:not(:last-child) {
	margin-bottom: 20px;
}
.meta-section {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 0.5px solid var(--cloudy-mist);
}
.meta-section p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--dim-gray);
}
.author_url {
    color: var(--dim-gray);
    text-decoration: none;
}
.author_url:hover {
    cursor: pointer;
	color: var(--dim-gray);
    text-decoration: underline;
}
.related-posts-sec {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: .5px solid var(--cloudy-mist);
}
.related-posts-sec h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    margin-bottom: 40px;
	text-transform: capitalize;
}
.related-post {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.related-post-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}
.related-post-image {
    flex: 0 1 40%;
}
.related-post-image a {
    display: block;
    height: 100%;
    width: 100%;
}
.related-post-image img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.related-post-content {
    flex: 0 1 calc(60% - 20px);
}
.related-post-content a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
	gap: 5px;
}
.related-post-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--dark-gray);
    margin-bottom: 0;
}
.related-post-content span {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
    color: var(--dim-gray);
}
.blog-categories, .latest-posts {
    width: 100%;
    background-color: var(--soft-gray);
    padding: 30px;
}
.latest-posts {
	margin-top: 40px;
}
.blog-categories {
    width: 100%;
    background: var(--soft-gray);
    padding: 30px;
}
.sidebar-title {
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.custom-categories, .sidebar-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}
.custom-categories li {
    padding-top: 5px;
}
.custom-categories li:first-child {
    padding-top: 0;
}
.custom-categories li a {
    text-decoration: none;
    display: flex;
    color: var(--cool-gray);
    font-size: 14px;
    line-height: 18px;
    justify-content: space-between;
	gap: 10px;
}
.custom-categories li a:hover {
	color: var(--aqua-blue);
}
.sidebar-posts .post-item:not(:last-child) {
    padding-bottom: 15px;
}
.sidebar-posts .post-item .post-format-standard {
    width: 100%;
    display: flex;
	gap: 15px;
}
.post-link {
    text-decoration: none;
	display: inline-block;
}
.mini-post-img .post-link, .mini-post-img img {
    display: block;
}
.mini-post-img .post-link {
    width: 40px;
}
.mini-post-img img {
    border-radius: 50%;
}
.post-format-standard .post-content {
    width: calc(100% - 15px);
}
.post-content .post-link {
    color: var(--dark-gray);
    font-size: 14px;
    line-height: 18px;
}
.post-content .post-link:hover {
    color: var(--primary);
}
.post-content time {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 18px;
    color: var(--cool-gray);
}
.single-post .posts-sidebar, .archive .posts-sidebar, .search .posts-sidebar {
    width: 100%;
}
.single-page-info h2 {
    padding-bottom: 10px;
}
.single-page-info p, .single-page-info li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.book_button {
    width: 100%;
    text-align: center;
	margin: 0 0 10px;
}
.book_btn_n {
    display: inline-block;
    width: auto;
    padding: 9px 33px;
    border-radius: 50px;
    border: 2px solid var(--white);
    color: var(--teal-blue);
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    background-color: var(--white);
    margin: 0 auto;
	line-height: 24px;
}
.book_btn_n:hover {
    border: 2px solid var(--aqua-blue);
    color: var(--dark-gray);
	cursor: pointer;
    background: var(--aqua-blue);
}
.archive-main .post_items {
    grid-template-columns: repeat(2, 1fr);
}
.archive-main .post_items a.post-link {
    display: block;
    text-decoration: none;
    color: var(--dark-gray);
}
.archive-main .related-article .entry-excerpt {
    margin-bottom: 0;
	padding-top: 10px;
}
.archive-main .entry-meta {
    font-size: 13px;
    line-height: 25px;
}
.archive-main .entry-meta>a, .archive-main .entry-meta>span {
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0 6px 0 0;
    padding: 0 9px 0 0;
}
.archive-main .entry-meta a, .archive-main .entry-meta span, .archive-main .entry-meta a * {
    color: var(--slate-gray);
}
.archive-main .entry-meta > a:after, .archive-main .entry-meta > span:after {
    background-color: var(--slate-gray);
}
.archive-main .entry-meta>a:after, .archive-main .entry-meta>span:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    content: "";
    border-radius: 50%;
}
.archive-main .entry-meta>a:last-child, .archive-main .entry-meta>span:last-child {
    padding: 0;
    margin: 0;
}
.archive-main .entry-meta>a:last-child:after, .archive-main .entry-meta>span:last-child:after {
    content: unset;
}
.archive-main .entry-meta a:hover {
    color: var(--aqua-blue);
}
.gallery-zoom-ico {
    background: rgba(235, 215, 208, .8);
    box-shadow: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100px;
    margin: -30px 0 -30px;
    border-width: 0px;
    position: absolute;
    top: 50%;
    left: 44%;
    color: var(--electric-blue);
    z-index: 10;
    border-style: solid;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-zoom-ico::before {
    font-size: 32px;
    line-height: 60px;
}
.media-section {
    width: 100%;
    padding: 80px 0 50px;
}
.media-grid {
    width: 100%;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.media-videos, .media-content, .media-videos .video {
	width: 100%;
}
.media-videos .video:not(:last-child) {
	padding-bottom: 42px;
}
.media-videos .video iframe {
	display: block;
}
.media-content h2 {
	font-size: 26px;
    color: var(--dark-gray);
    line-height: 32px;
    text-align: left;
    font-weight: 700;
    font-style: normal;
	text-transform: capitalize;
	margin-bottom: 0.625rem;
}
.media-content p, .media-content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
    color: var(--charcoal-gray);
}
.media-content p:not(:last-child) {
	margin-bottom: 20px;
}
.media-content ul {
    padding: 0;
    margin: 0 0 20px;
    list-style-position: inside;
}
.video-category-posts {
    width: 100%;
    padding: 80px 0;
    background-color: var(--soft-gray);
}
.video-category-posts .post_items {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 40px;
}
.video-category-posts .news-heading {
    padding-bottom: 50px;
}
.video-category-posts .articles .post-entry-content a.read_more {
    color: var(--teal-blue);
}
.video-category-posts .articles .post-entry-content a.read_more:hover {
	text-decoration: underline;
	cursor: pointer;
}
.single-page-info ul, .single-page-info ol {
    padding: 0;
    margin: 0 0 22px;
    list-style-position: inside;
}
.footer-services-menu, .footer-information-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-services-menu li, .footer-information-menu li {
    line-height: 18px;
}
.footer-services-menu li:not(:last-child), .footer-information-menu li:not(:last-child) {
    margin: 0 0 9px;
    padding: 0 0 10px;
}
.footer-services-menu li a, .footer-information-menu li a {
    text-decoration: none;
	color: var(--white);
	position: relative;
    display: inline-block;
	font-size: 14px;
	line-height: 18px;
	padding-left: 23px;
}
.footer-services-menu li a.active, .footer-information-menu li a.active, .footer-services-menu li a:hover, .footer-information-menu li a:hover {
    background-color: unset;
    color: var(--primary);
}
.footer-services-menu li a:before, .footer-information-menu li a:before {
    content: "";
	position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.footer-services-menu li a:after, .footer-information-menu li a:after {
    background-color: var(--white);
}
.footer-services-menu li a:after, .footer-information-menu li a:after {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    -webkit-mask: url('/wp-content/uploads/2025/01/chevron-side.svg');
    mask-image: url('/wp-content/uploads/2025/01/chevron-side.svg');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 8px;
    mask-size: 8px;
}
.footer-post-article .mini-post-img {
    width: 15%;
}
.footer-post-article .post-content {
    width: calc(85% - 15px);
}
.footer-col .social-links {
    padding-top: 15px;
}
.footer-col .social-links li a {
    color: var(--white);
}
.footer-col .social-links li a svg {
    fill: var(--white);
}
.search-box .fa-magnifying-glass {
    transform: rotate(90deg);
}
.search-box .fa-magnifying-glass:hover {
    cursor: pointer;
    opacity: 0.7;
}
.modal-search {
	background-color: var(--dark-gray);
	mix-blend-mode: normal;
	position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s ease;
	width: 100%;
}
.modal-search.open {
    opacity: .9;
    visibility: visible;
}
.modal-search>i, .search-therapist-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 34px;
    height: 34px;
    color: var(--white);
    font-size: 30px;
}
.search-therapist-close {
    color: var(--black);
}
.header_search {
    position: relative;
    z-index: 3;
    max-width: 100%;
}
.modal-search .header_search {
    max-width: 90%;
}
.header_search .header_input {
    max-width: 100%;
	font-size: 16px;
	font-weight: 400;
    min-height: 54px;
    height: auto;
    line-height: 54px;
    width: 400px;
    border-width: 2px;
    border-color: var(--electric-blue);
    border-radius: 8px;
    background-color: transparent;
    padding: 0 20px;
	color: var(--white);
	outline: unset;
}
.header_search .header_input::placeholder {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: var(--white);
}
.header_search .header_input:focus-visible {
	border-color: var(--teal-blue);
	color: var(--white);
}
.header_search .header_submit {
	display: flex;
    align-items: center;
	position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    padding: 0;
    background-position: 0 center;
    background-repeat: no-repeat;
    text-decoration: none;
	color: var(--white);
	background: unset;
    border: unset;
}
.header_search .header_submit i {
    font-size: 17px;
}
.modal-search .fa-xmark:hover, .sidebar-logo .search-box .fa-magnifying-glass:hover, .sidebar-logo .fa-xmark:hover, .header_search .header_submit .fa-magnifying-glass:hover {
	cursor: pointer;
}
.mobile-header-overlay {
	background-color: rgba(17,17,17,0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}
.mobile-header-overlay.overlay-active {
	opacity: 1;
	visibility: visible;
	z-index: 9601;
}
.team-info .info .subtitle {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
    color: var(--electric-blue);
    margin: 6px 0;
}
.team-info .info .speciality {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .1px;
    color: var(--charcoal-gray);
    margin: 6px 0;
}
.team-info .info .location-th {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: .1px;
    color: var(--charcoal-gray);
}
.team-info .info .therapist-fee {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
    color: var(--dark-gray);
    margin: 6px 0;
}
.team-info .info .rate {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
    color: var(--dark-gray);
}
.full-stars {
    white-space: nowrap;
    overflow: hidden;
    color: var(--custom-sky-blue);
    vertical-align: middle;
    display: inline;
    padding-left: 10px;
}
.full-stars:before {
    content: "\2605\2605\2605\2605\2605";
    font-size: 16pt;
}
.pagination {
    width: 100%;
    padding-top: 30px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.pagination span, .pagination a {
	display: inline-block;
}
.pagination span, .pagination a {
    display: inline-flex;
    background-color: transparent;
    border: 1px solid var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: var(--dark-gray);
}
.pagination span:hover, .pagination a:hover {
    background-color: var(--primary);
    color: var(--white);
}
.pagination .current {
    background-color: var(--primary);
	color: var(--white);
}
body.paged .paged-cus {
    display: none;
}
/* Loader Styles */
#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #ccc;
	border-top: 5px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.contact-thankyou {
    width: 100%;
    text-align: center;
}
.contact-thankyou .icon-element-icon {
    display: inline-block;
    color: #1b8e4b;
    font-size: 70px;
    margin-bottom: 35px;
}
.contact-thankyou h2 {
    font-size: 32px;
    color: var(--dark-gray);
    line-height: 40px;
    padding-bottom: 0.625rem;
	text-transform: capitalize;
}
.contact-thankyou p {
    font-size: 20px;
    color: var(--dark-gray);
    line-height: 26px;
	margin-bottom: 0.625rem;
}
.contact-thankyou a {
	color: rgb(0, 127, 174);
}

/*****************Footer****************/
.site-wrapper {
	width: 100%;
	padding: 0 100px;
}
.site-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
.before-footer {
	width: 100%;
	background-color: var(--whisper-gray);
	padding: 80px 0;
}
.tptc-logos {
    width: 100%;
}
.tptc-logos h3 {
	text-align: center;
	font-size: 32px;
    line-height: 40px;
	font-weight: 700;
    padding-bottom: 50px;
	margin: 0;
	text-transform: capitalize;
}
.logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
.professional-logos {
    width: 100%;
    padding-top: 70px;
}
.site-footer {
    width: 100%;
    background-color: var(--charcoal-gray);
}
.footer-grid {
    width: 100%;
    padding: 60px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
.footer-col {
	width: 100%;
}
.footer-logo {
    width: 100%;
    margin-bottom: 22px;
}
.footer-logo img {
    display: block;
    padding-bottom: 22px;
    filter: brightness(100);
    width: 182px;
}
.footer-logo p {
    font-size: 14px;
	line-height: 18px;
    color: var(--white);
}
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-info li:not(:last-child) {
    margin: 0 0 15px;
}
.contact-info li {
	color: var(--white);
	font-size: 14px;
	line-height: 18px;
}
.contact-info li span {
    display: block;
    color: var(--white);
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
}
.contact-info li a {
    color: var(--white);
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}
.contact-info li a:hover {
    text-decoration: none;
}
.contact-info li a i {
    font-size: 22px;
}
.footer-col h2 {
    margin: 0 0 15px;
    color: var(--white);
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
}
.footer-col .recent-posts {
	list-style: none;
    padding: 0;
    margin: 0;
}
.footer-col .recent-posts li:not(:last-child) {
    padding: 0 0 15px;
}
.footer-col .recent-posts li .footer-post-article {
    display: flex;
	align-items: center;
	gap: 15px;
}
.footer-col .recent-posts li .footer-post-article .mini-post-img a {
    display: inline-block;
    color: var(--white);
	border-radius: 50%;
}
.footer-col .recent-posts li .footer-post-article .mini-post-img a img {
	border-radius: 50%;
	display: block;
}
.footer-col .recent-posts li .footer-post-article .post-content a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
}
.footer-col .recent-posts li .footer-post-article .post-content a:hover {
	color: var(--primary);
}
.footer-post-date {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
	color: var(--white);
}
.bottom-footer {
    width: 100%;
    padding: 16px 0;
    border-top: 1px solid var(--dark-gray);
    background-color: var(--dark-gray);
}
.bottom-footer p {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.2px;
    color: var(--whisper-gray);
}
.therapists-grid .team-info {
    padding-top: 0;
	background-color: var(--white);
}
.related-posts.news-section .news-heading h2 {
	padding-bottom: 0;
}
.articles .post-thumbnail-wrap .post-thumbnail a img {
    height: 254px;
    object-fit: cover;
}
.prev_articles {
    display: none;
}
.single-post-content figure {
    margin-top: 0;
}
.single-post-content iframe {
	display: block;
}

#scrollToTop {
	position: fixed;
	bottom: -50px;
	right: -50px;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .2);
	color: var(--white);
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	display: none;
	transition: 0.3s ease-in-out;
}
#scrollToTop:hover {
	cursor: pointer;
	background-color: rgba(0, 0, 0, .5);
}
.psychological-contract-form select, .psychological-contract-form input, .psychological-contract-form textarea {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333333;
    padding: 5px 15px;
    min-height: 40px;
	font-size: 14px;
	outline: unset;
}
.psychological-contract-form textarea {
    height: 192px;
    min-height: auto;
}
.psychological-contract-form .wpcf7-form-control-signature-wrap {
	border: 1px solid #ccc;
    margin-bottom: 30px;
    background: #fff;
}
.psychological-contract-form .wpcf7-checkbox {
    display: flex;
    gap: 1em;
}
.psychological-contract-form .wpcf7-checkbox span.wpcf7-list-item {
    display: flex;
    margin: 0;
    gap: 10px;
}
.psychological-contract-form [type="checkbox"], .psychological-contract-form [type="radio"] {
    width: auto;
    min-height: auto;
}
.psychological-contract-form button, .psychological-contract-form input[type="button"], .psychological-contract-form input[type="reset"], .psychological-contract-form input[type="submit"] {
    display: inline-block;
    background-color: var(--electric-blue);
    color: var(--dark-gray);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 12px 18px;
    text-transform: capitalize;
    width: auto;
    border: unset;
    min-height: auto;
    border-radius: unset;
}
.psychological-contract-form button:hover, .psychological-contract-form input[type="button"]:hover, .psychological-contract-form input[type="reset"]:hover, .psychological-contract-form input[type="submit"]:hover {
    background-color: var(--teal-blue);
    color: var(--white);
    cursor: pointer;
}
.single-page-info ul ul {
    margin-left: 22px;
    list-style-type: revert;
    margin-top: 6px;
}



@media only screen and (max-width: 1492px) {
	.services-section {
		padding-left: 0;
		padding-right: 0;
    }
}
@media only screen and (max-width: 1300px) {
	.book_title {
		width: 91.5%;
	}
	.footer-grid-search {
		grid-column-gap: 50px;
		grid-row-gap: 50px;
	}
	.footer-search {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media only screen and (max-width: 1293px) {
	.site-logo {
		width: 178px;
	}
}
@media only screen and (max-width: 1270px) {
	.header-btn {
		margin-left: 10px;
	}
	.search-box {
		padding: 0;
	}
	.navbar-site .navbar .links li a {
		padding-left: 8px;
		padding-right: 8px;
	}
	.services-section {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (max-width: 1199px) {
	.site-container, .site-wrapper {
		padding: 0 20px;
	}
	.navbar-site .navbar .links li a {
		line-height: 16px;
		font-size: 12px;
	}
	.services-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.team-info .slick-prev, .youtube-videos .slick-prev {
		left: -12px;
	}
	.team-info .slick-next, .youtube-videos .slick-next {
		right: -12px;
	}
	.team-info .slick-slide {
		margin: 0 15px;
	}
	.youtube-videos .slick-arrow, .team-info .slick-arrow, .slider-info .slick-arrow {
		z-index: 1;
	}
	.footer-search {
		padding-left: 40px;
		padding-right: 40px;
	}
	.footer-grid-search {
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
}
@media only screen and (max-width: 1018px) {
	.site-logo {
		width: 151px;
	}
}
@media only screen and (max-width: 1023px) {
	.hero-section {
		min-height: 85vh;
	}
	.book_title {
		width: 95%;
	}
}
@media only screen and (max-width: 991px) {
	.logged-in .fixed {
		top: 0;
	}
	.fixed {
		z-index: 9602;
	}
	.search-box .fa-magnifying-glass {
		display: none;
	}
	.sidebar-info span.in-top-bar-left p {
		margin: 10px 0 0;
	}
	.sidebar-info span.in-top-bar-left span {
		width: 100%;
		display: block;
		color: var(--primary);
		margin: 10px 0 0;
	}
	.sidebar-info span {
		color: var(--charcoal-gray);
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
	}
	/*******************Menu CSS**********************/
	.fixed {
		animation: unset;
	}
	.sidebar-info {
		display: block;
		padding: 30px 0;
		width: 100%;
	}
	.nav-links .flag-uk {
		display: block;
	}
	.sidebar-info span i {
		margin: 0 10px 0 0;
	}
	.sidebar-info span {
		display: block;
		margin: 0 0 10px 0;
	}
	.sidebar-info .header-btn {
		margin: 0;
	}
	.sidebar-info .social-medias {
		margin: 10px 0 0;
	}
	.navbar-site {
		position: relative;
		padding: 5px 0;
	}
	.navbar .fa-bars {
		display: block;
		font-size: 25px;
		margin: 0 10px 0 0;
	}
	.navbar-site .navbar .links li a {
		padding: 15.2px 25px 15.2px 0;
		margin: 0;
		display: block;
	}
	.navbar-site .navbar .nav-links {
		z-index: 9999999;
		position: fixed;
		top: 0;
		left: -100%;
		display: block;
		width: 100%;
		background-color: var(--white);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		transition: all 0.5s ease;
		max-width: calc(330px - 13px);
		padding: 45px 15px 30px 30px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		height: 100%;
		min-height: 100%;
	}
	.navbar .nav-links .sidebar-logo {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	.sidebar-logo .fa-xmark {
		width: 26px;
		height: 26px;
		color: var(--white);
		background-color: var(--primary);
		padding: 5px;
		border-radius: 0;
		text-align: center;
		font-size: 18px;
	}
	.navbar-site .navbar .links {
		display: block;
		margin: 35px 0 0;
	}
	.navbar-site .navbar .links li {
		display: block;
		border-bottom: 1px solid rgba(51,51,51,0.12);
	}
	.navbar .nav-links .sidebar-logo .fa-magnifying-glass {
		font-size: 18px;
		margin-right: 16px;
	}
	.navbar-site .navbar .links li .sub-menu{
		position: relative;
		top: 0;
		box-shadow: none;
		display: none;
		width: 100%;
		margin-bottom: 16px;
		margin-left: 20px;
		padding: 0;
	}
	.navbar-site .navbar .links li .sub-menu li {
		border-bottom: none;
	}
	.navbar-site .navbar .links li .sub-menu li a {
		font-weight: 500;
		font-size: 13px;
		line-height: 17px;
		color: var(--very-dark-gray);
		text-transform: none;
		padding: 5.2px 0px 5.2px 0;
		margin: 0;
	}
	.navbar-site .navbar .links li .sub-menu li a:hover {
		background: unset;
	}
	.links > li.dropdown > .has-child {
		max-width: calc(100% - 55px);
		width: 100%;
	}
	.navbar-site .navbar .links > li > .has-child:hover {
		background-color: unset;
		cursor: pointer;
		border-radius: unset;
	}
	.navbar-site .navbar .links .issues-menu:hover .sub-menu,
	.navbar-site .navbar .links .therapists-menu:hover .sub-menu, .navbar-site .navbar .links .services-menu:hover .sub-menu, .navbar-site .navbar .links .about-menu:hover .sub-menu, .navbar-site .navbar .links .resources-menu:hover .sub-menu, .navbar-site .navbar .links .psychiatrists-menu:hover .sub-menu {
		display: none;
	}
	.navbar .nav-links.about-show .links .about-menu .sub-menu, .navbar .nav-links.services-show .links .services-menu .sub-menu, .navbar .nav-links.issues-show .links .issues-menu .sub-menu, .navbar .nav-links.therapists-show .links .therapists-menu .sub-menu, .navbar .nav-links.resources-show .links .resources-menu .sub-menu, .navbar .nav-links.psychiatrists-show .links .psychiatrists-menu .sub-menu {
		display: block;
	}
	.navbar-site .navbar .links .services-menu .sub-menu, .navbar-site .navbar .links .issues-menu .sub-menu, .navbar-site .navbar .links .therapists-menu .sub-menu {
		column-count: unset;
		border: unset;
	}
	.navbar .nav-links.about-show .links .about-menu .fa-plus, .navbar .nav-links.services-show .links .services-menu .fa-plus, .navbar .nav-links.issues-show .links .issues-menu .fa-plus, .navbar .nav-links.therapists-show .links .therapists-menu .fa-plus, .navbar .nav-links.resources-show .links .resources-menu .fa-plus, .navbar .nav-links.resources-show .links .psychiatrists-menu .fa-plus {
		transform: rotate(45deg);
	}
	.search-box .fa-magnifying-glass, .top-bar {
		display: none;
	}
	.navbar-site .navbar .links li.dropdown {
		display: flex;
		flex-flow: row wrap;
	}
	.navbar-site .navbar .links li.dropdown .fa-plus {
		display: block;
		color: rgba(51,51,51,0.17);
		margin: 0 10px 0 0;
	}
	.navbar-site .navbar .links li a.active {
		background-color: unset;
		border-radius: unset;
	}
	/*******************Menu CSS**********************/
	
	.below-about-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.below-video iframe {
		width: 100%;
	}
	.below-about-section {
		padding: 60px 0;
	}
	.nhs {
        gap: 40px;
    }
	.services-section {
        padding-left: 0;
        padding-right: 0;
    }
	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 40px;
	}
	.services-content, .team-section .services-content {
		max-width: 100%;
	}
	.post_items {
		grid-template-columns: repeat(2, 1fr);
	}
	.logos {
		justify-content: space-between;
		gap: 10px;
	}
	.footer-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.hero-section {
		min-height: 85vh;
    }
	.media-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.list-section .page-info {
		grid-template-columns: repeat(2, 1fr);
	}
	.site-content {
		flex-wrap: wrap;
	}
	.with-sidebar.content-section .main-content,.page-sidebar {
		width: 100%;
	}
	.therapists-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.therapist-detail {
		gap: 35px;
	}
	.therapist_content {
		width: calc(66.66666667% - 35px);
	}
	.blog-forms {
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 60px;
		grid-row-gap: 60px;
	}
	.single-post-grid {
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas: none;
		grid-row-gap: 60px;
	}
	.navbar-site .navbar .links li a {
		font-size: 15px;
		line-height: 19px;
	}
	.logo-img {
		display: flex;
		justify-content: center;
	}
	.slider-info .slick-prev {
        left: -12px;
    }
	.slider-info .slick-next {
        right: -12px;
    }
	.page-template-about .choose-grid {
		grid-row-gap: 0;
	}
	.services-grid.choose-grid .slick-dots {
		display: none !important;
	}
	.book_title {
		width: 100%;
	}
	.footer-grid-search {
		grid-template-columns: repeat(1, 1fr);
	}
	.navbar .nav-links.issues-show .links .issues-menu .sub-menu li.menu-item-has-children {
		display: flex;
		flex-flow: row wrap;
	}
	.navbar-site .navbar .links .issues-menu .sub-menu li a.submenu-link {
		max-width: calc(100% - 20px);
		width: 100%;
	}
	.navbar-site .navbar .links li.dropdown .fa-plus.sub-icon {
		transform: unset;
		margin: 0;
	}
	.sub-sub-menu {
		width: 100%;
		display: none;
	}
	.navbar-site .navbar .links li.dropdown .submenu-open .fa-plus.sub-icon {
		transform: rotate(45deg);
	}
	.issues-menu .sub-menu .submenu-open .sub-sub-menu {
		display: block;
	}
	.navbar-site .navbar .links .issues-menu .sub-menu li a.submenu-link {
		color: var(--very-dark-gray);
	}
}
@media only screen and (max-width: 778px) {
	.breadcrumb-info {
		padding: 10px 0;
	}
	.breadcrumb-grid {
		flex-wrap: wrap;
		min-height: 70px;
	}
	.breadcrumb-title, .breadcrumbs {
        width: 100%;
    }
	.breadcrumb-title h1 {
		text-align: center;
		font-size: 30px;
        line-height: 38px;
    }
	.breadcrumbs {
        justify-content: center;
        align-items: center;
    }
	.all-posts, .posts-sidebar {
		width: 100%;
	}
	.form-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.contact-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 767px) {
	.hero-section {
		padding-top: 60px;
        padding-bottom: 20px;
		min-height: 220px;
	}
	.banner-buttons {
		gap: 40px;
	}
	.btn-banner {
		padding: 14px 40px;
		font-size: 16px;
		line-height: 24px;
	}
	.about-heading h5 {
        font-size: 18px;
        line-height: 22px;
    }
	.about-heading h1 {
		font-size: 38px;
        line-height: 48px;
	}
	.about-content p:not(:last-child) {
        margin-bottom: 1em;
    }
	.about-btn {
		padding-top: 10px;
	}
	.below-video iframe {
        min-height: 212px;
    }
	.about-section, .services-section, .team-section, .youtube-section, .news-section, .before-footer, .about-content-section, .faqs-section, .below-choose-section, .media-section, .video-category-posts, .content-section, .therapists-section, .therpaist-section, .reviews-slider, .related-posts, .feat_image, .contact-details, .page-template-contact .form-section, .location-section {
		padding: 60px 0;
	}
	.nhs {
        flex-wrap: wrap;
    }
	.reviews-info, .nhs-info {
		width: 100%;
	}
	.nhs-info {
		align-items: center;
	}
	.nhs-image img {
        width: 160px;
    }
	.nhs-content p {
		text-align: center;
	}
	.nhs-image {
		display: flex;
		justify-content: center;
	}
	.post_items, .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
	.team-section .services-content {
		padding-left: 0;
		padding-right: 0;
	}
	.reviews-section {
		padding: 60px 20px;
	}
	.below-choose-content p br, .fees-table-row, .feat_left {
        display: none;
    }
	.mobile-show, .fee-mobile-table, .fee-mobile-table-row {
        display: block;
    }
	.fee-mobile-table-row {
		margin-bottom: 22px;
	}
	.details-row {
		margin: 20px 0 0;
	}
	.accordion-header h2 {
        font-size: 14px;
    }
	.video-category-posts .post_items, .list-section .page-info, .therapists-grid, .archive-main .post_items {
		grid-template-columns: repeat(1, 1fr);
	}
	.list-section {
		padding: 0 0 60px;
	}
	.therapists-grid {
		grid-column-gap: 42px;
        grid-row-gap: 40px;
	}
	.therapist-detail {
		flex-wrap: wrap;
	}
	.therapist-sidebar, .therapist_content {
		width: 100%;
	}
	.therapist-detail {
        gap: 40px;
    }
	.main_content {
		padding-top: 60px;
	}
	.feat_image .feat_right {
		width: 100%;
	}
	.all-posts .posts-wrapper .post-thumbnail-wrap {
		width: 100%;
	}
	.all-posts .posts-wrapper .post-entry-content {
		width: 100%;
		padding: 20px;
        text-align: center;
	}
	.author-image {
		flex-basis: 100%;
		display: flex;
        justify-content: center;
    }
	.author-image img {
        height: 150px;
        width: 150px;
    }
	.author-description {
        flex-basis: 100%;
    }
	.related-post, .contact-grid, .location-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.team-section  .team-info {
		padding: 0;
	}
	.detail-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.footer-search {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.review-widget h2, .review-widget #full-page-widget {
    margin-bottom: 22px;
}
.faq-info-content h2 {
    margin-bottom: 22px;
}
.faq-info-content h3, .faq-info-content h4 {
    margin-bottom: 10px;
}
.faq-info-content ul, .faq-info-content ol {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
}

.faq-info-content p, .faq-info-content li {
	font-weight: normal;
    color: var(--charcoal-gray);
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1px;
}

/**************Signup**************/
.page-id-32817 .single-page-section, .page-id-32816 .single-page-section {
    background-color: var(--whisper-gray);
}
.page-id-32817 .before-footer, .page-id-32816 .before-footer {
	background-color: var(--soft-gray);
}
.psychologist-form {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    border: 1px solid #DEDEDE;
    padding: 64px;
    border-radius: 10px;
    background-color: #fff;
}
.psychologist-form h2 {
	font-size: 34px;
	color: var(--dark-gray);
	text-transform: capitalize;
	padding: 0 0 44px;
	text-align: center;
	line-height: normal;
}
/*.psychologist-form.login-form h2 {
    padding: 0 0 6px;
}
.psychologist-form.login-form h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
}*/
.psychologist-form.login-form a.sign_in {
	display: inline-block;
}
.psychologist-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.psychologist-form form input {
	width: 100%;
	margin: 0;
	padding: 8.5px 15px;
	color: #707070;
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	outline: unset;
}
.psychologist-form form input:focus-visible {
    border-color: var(--electric-blue);
}
.psychologist-form form input::placeholder {
    color: #707070;
}
.psychologist-form form button[type="submit"] {
    display: inline-block;
    background-color: var(--electric-blue);
    color: var(--dark-gray);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 12px 30px;
    text-transform: capitalize;
    border-radius: 39px;
    border: 1px solid var(--electric-blue);
	max-width: 160px;
    width: 100%;
}
.psychologist-form.login-form form button[type="submit"] {
    margin-top: 10px;
}
.psychologist-form form button[type="submit"]:hover {
	background-color: var(--teal-blue);
    color: var(--white);
    cursor: pointer;
	border-color: var(--teal-blue);
}
.button-grid {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}
.button-grid p {
    font-size: 17px;
    color: var(--dark-gray);
}
.button-grid p a {
    text-decoration: underline;
}
.button-grid p a:hover {
    text-decoration: none;
}
.registration-message {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 780px;
	display: none;
}
.success {
	background-color: var(--forest-green);
	padding: 20px 74px;
	border-radius: 5px;
}
.failure {
    background-color: var(--red);
    padding: 20px 74px;
	border-radius: 5px;
}
.success p, .failure p {
    color: var(--soft-gray);
	font-size: 18px;
	text-align: center;
}
#psychologist-forgot-form button[type="submit"] {
    max-width: fit-content;
}
.page-template-single-service-issue-template .team-section .services-content h2 {
    margin: 0;
}
.page-template-single-service-issue-template .team-section .team-info {
    padding-top: 0;
}
.button-grid button {
    position: relative;
}
.loader {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #333;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 767px) {
	.psychologist-form {
		padding: 20px;
	}
	.button-grid {
		flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
	}
	.psychologist-form h2 {
		font-size: 30px;
		padding-bottom: 24px;
	}
}
/********************/
.fees-section {
	padding: 80px 0;
	background-color: var(--soft-gray);
}
.fee_title {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
.fee_title h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0px;
    text-align: center;
	color: var(--teal-blue);
	margin: 0 0 10px;
}
.fee_title p {
	font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: var(--dark-gray);
    text-transform: capitalize;
}
.fee_subtitle h2 {
    font-size: 32px;
    line-height: 40px;
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 700;
    color: #303030;
	margin-bottom: 10px;
    text-align: center;
}
.fee_subtitle {
    width: 100%;
    padding: 80px 0 30px;
}
.fee_subtitle p {
    letter-spacing: .1px;
    line-height: 22px;
    color: #535353;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
}
.fee_details {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.fee_details:not(:last-child) {
	margin-bottom: 20px;
}
.fee_details img {
    display: block;
	width: 25px;
}
.fee_details p {
    font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    color: rgba(48, 48, 48, 1);
    margin: 0;
}
.fee-info {
    width: 100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
}
.fee-info-content {
    width: 100%;
    border-radius: 12px;
    padding: 30px;
    background-color: var(--white);
    border: 1px solid #e5e7eb;
	box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05);
	display: flex;
    flex-direction: column;
    height: 100%;
}
.fee-info-top {
    width: 100%;
    margin-bottom: 20px;
}
.fee-info-top h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
	color: var(--dark-gray);
	text-transform: none;
}
.fee-info-top p {
	font-weight: 400;
	font-size: 14px;
    line-height: 20px;
	letter-spacing: 0;
	color: var(--dark-gray);
	margin: 0;
}
.fee-info-center {
    width: 100%;
    margin-bottom: 30px;
}
.fee-info-center h4 {
	color: var(--teal-blue);
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0px;
	margin: 0 0 6px;
}
.fee-info-center h4 span {
	color: var(--dim-gray);
	font-weight: 400;
	font-size: 14px;
    line-height: 20px;
	letter-spacing: 0;
	display: inline-block;
    margin-left: 5px;
}
.payment-detail {
    display: flex;
    align-items: center;
    width: 100%;
	gap: 6px;
}
.payment-detail .pay-det {
    color: var(--charcoal-gray);
    font-weight: 400;
	font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}
.before_btn_content p {
	font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
	margin: 0;
}
.fee-info-top p:not(:last-child), .before_btn_content p:not(:last-child) {
	margin-bottom: 10px;
}
.before_btn_content {
    width: 100%;
    padding-bottom: 30px;
}
.fee-info-bottom {
    width: 100%;
    margin-top: auto;
}
.fee-info-bottom a {
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: -0.4px;
	text-align: center;
	color: var(--dark-gray);
	width: 100%;
	border-radius: 39px;
	padding: 10px 26px;
	background-color: var(--electric-blue);
}
.fee-info-bottom a:hover {
    background-color: var(--teal-blue);
    color: var(--white);
    cursor: pointer;
}
.fee-info .slick-dots {
    width: 100%;
}
.fee-info .slick-dots {
	display: flex;
	align-items: center;
    gap: 20px;
    justify-content: center;
    position: relative;
    bottom: 0;
}
.fee-info .slick-dots li {
	margin: 0;
	height: 14px;
    width: 14px;
    background-color: var(--dim-gray);
    border-radius: 50px;
}
.fee-info .slick-dots li.slick-active {
    background-color: var(--electric-blue);
}
.fee-info .slick-dots li button {
    height: 14px;
    width: 14px;
    padding: 0;
}
.fee-info .slick-dots li button:before {
	content: unset;
}
.fee-info.fee-slider.slick-dotted.slick-slider {
	margin: 0;
}
@media only screen and (max-width: 1240px) {
	.fee-info {
		grid-column-gap: 24px;
		grid-row-gap: 24px;
	}
}
@media only screen and (max-width: 1140px) {
	.fee-info-content {
		padding: 20px;
	}
	.fee-info-top h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.fee-info-center h4 {
		font-size: 48px;
		line-height: 56px;
	}
	.fee-info-bottom a {
		font-size: 16px;
		line-height: 30px;
	}
	.payment-detail {
		align-items: flex-start;
	}
	.payment-detail svg {
		margin-top: 3px;
	}
}
@media only screen and (max-width: 991px) {
	.fees-section {
		padding: 60px 0;
	}
	.fee-info {
		grid-template-columns: repeat(1, 1fr);
	}
	.fee_title {
		margin-bottom: 30px;
	}
	.fee_title h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.fee-info-content {
        padding: 24px;
    }
	.fee-info-center h4 {
        font-size: 32px;
        line-height: 36px;
    }
	.fee-info-bottom a {
		font-size: 18px;
		line-height: 28px;
	}
	.fee_title p {
		font-size: 18px;
	}
	.fee_subtitle p {
		font-size: 14px;
		line-height: 20px;
	}
	.fee_subtitle {
		padding: 60px 0 20px;
	}
	.fee_subtitle h2 {
		font-size: 24px;
		line-height: 30px;
	}
}
/********************/