/* ----- Global CSS ----- */
@font-face {
	font-family: "fontello";
	src: url("/fonts/fontello.woff2") format("woff2"), url("/fonts/fontello.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/inter-v20-latin-300.woff2') format('woff2'), url('/fonts/inter-v20-latin-300.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/inter-v20-latin-regular.woff2') format('woff2'), url('/fonts/inter-v20-latin-regular.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/inter-v20-latin-500.woff2') format('woff2'), url('/fonts/inter-v20-latin-500.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/inter-v20-latin-600.woff2') format('woff2'), url('/fonts/inter-v20-latin-600.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/inter-v20-latin-700.woff2') format('woff2'), url('/fonts/inter-v20-latin-700.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/roboto-v51-latin-300.woff2') format('woff2'), url('/fonts/roboto-v51-latin-300.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('/fonts/roboto-v51-latin-regular.woff2') format('woff2'), url('/fonts/roboto-v51-latin-regular.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/roboto-v51-latin-500.woff2') format('woff2'), url('/fonts/roboto-v51-latin-500.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	src: url('/fonts/roboto-v51-latin-600.woff2') format('woff2'), url('/fonts/roboto-v51-latin-600.woff') format('woff');
}
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('/fonts/roboto-v51-latin-700.woff2') format('woff2'), url('/fonts/roboto-v51-latin-700.woff') format('woff');
}
:root {
 --cmsWebsiteId:;
 --themeOneBg: #58c0c1;
 --themeTwoBg: #c0eae8;
 --themeThreeBg: #b3b3b3;
 --themeFourBg: #a9ece6;
 --fontDark: #000000;
 --fontLight: #ffffff;
 --siteFontColor: #555555;
 --headingFont: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
 --siteFont: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	-webkit-text-size-adjust: 100%;
}
body {
	overflow-x: hidden;
	overflow: clip;
	position: relative;
	font: 400 16px/30px var(--siteFont);
	-webkit-font-smoothing: antialiased;
}
ul li {
	list-style: none;
}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a, a:hover {
	text-decoration: none;
	color: inherit;
	outline: 0px;
	transition: all 0.2s ease;
}
a:focus {
	outline: 1px dotted #000;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
	outline-offset: 1px
}
 a:focus-within {
 outline: 1px dotted #000;
 box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
 outline-offset: 1px
}
input {
	outline: none;
}
input:focus {
	outline: 1px dotted #000;
	box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
	outline-offset: 1px;
}
*, *::after, *::before {
	box-sizing: border-box;
}
* {
	scrollbar-width: thin;
	scrollbar-color: var(--themeOneBg) var(--themeTwoBg);
	word-break: keep-all;
}

/* width */
*::-webkit-scrollbar {
 width: 10px;
}

/* Track */
*::-webkit-scrollbar-track {
 background: var(--themeTwoBg);
}

/* Handle */
*::-webkit-scrollbar-thumb {
 background: var(--themeOneBg);
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
 background: var(--siteFontColor);
}
 @media (prefers-reduced-motion: no-preference) {
html {
	scroll-behavior: smooth;
}
}
/* ----- Fixed CSS ----- */
/*.font-icon::before {
	content: attr(data-icon);
}
.font-icon::before, [class^="icon-"]::before, [class*=" icon-"]::before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}*/
.hr {
	padding: 10px 0px;
	background: url(/images/hr-b.gif) repeat-x left center;
}
/* ----- Theme CSS ----- */
#Container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: clip;
}
header, nav, section, footer, #TopHeadCol, .page-layout {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#TopHead, #Header, #Footer, #Credibility, .page-inner, #Content-Main {
	max-width: 1200px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
/* Selection CSS */
#Container ::selection {
	background: var(--themeOneBg);
	color: var(--fontLight);
}
/* Scroller CSS */
#Scroller a {
	background: var(--fontLight);
	border: 2px solid var(--themeOneBg);
	color: var(--themeThreeBg);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}
/* Scroller CSS */
#gdpCookie, #gdp_popup .cc-cp-foot-byline {
	font: 400 14px/20px var(--siteFont) !important;
}
/* ----- Header ----- */
/* .stickyHeader {
  position: sticky !important;
  position: -webkit-sticky !important;
  position: -moz-sticky !important;
  position: -ms-sticky !important;
  position: -o-sticky !important;
} */
#Main-Menu {
	display: block;
}
#Mobile-Menu {
	display: none;
}
.menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.menu>li {
	position: relative;
	text-align: center;
	flex: 1 auto;
}
.menu li, .accessible_on .menu li {
	font: 500 14px/18px var(--siteFont);
	height: 50px;
	text-transform: uppercase;
}
.menu li a {
	display: block;
	padding: 5px 0px;
	color: #000;
	position: relative;
}
.menu li a:hover, .menu li:hover>a {
	background: var(--themeTwoBg);
	color: var(--fontDark);
}
.menu>li>a>span {
	display: inline-block;
	vertical-align: top;
	padding: 10px 0px;
	position: relative;
}
.menu>li>a>span::after {
	background: var(--themeOneBg);
	content: '';
	position: absolute;
	z-index: 1;
	width: 0px;
	height: 2px;
	left: 0px;
	bottom: 0px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.menu>li:hover>a>span::after {
	width: 100%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}
.menu ul {
	position: absolute;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	width: 100%;
}
.menu li ul {
	width: 100%;
	min-width: 200px;
}
.menu ul ul {
	left: 100%;
	top: 0px;
	transform: none;
}
.menu ul li {
	height: auto;
	text-align: left;
	display: block;
	text-transform: none;
}
.menu ul li a {
	padding: 10px 15px 10px 30px;
	color: var(--fontLight);
	background: url(/images/bullet-w.gif) no-repeat 10px 16px var(--themeOneBg);
}
.menu ul li a:hover {
	background: url(/images/bullet-b.gif) no-repeat 10px 16px var(--themeTwoBg);
}
.menu li:hover>ul, .menu li:focus>ul {
	display: block;
}
.menu li:focus-within>ul {
display:block;
}
.menu>li:last-child>ul {
	right: 0px;
	left: auto;
	transform: none;
}
.menu li:last-child li ul, .menu li:last-child li:last-child ul {
	right: 100%;
}
.menu-home {
	min-width: 50px;
}
.menu-home a {
	width: 100%;
	height: 100%;
}
.menu li.menu-home span {
	padding: 10px;
	display: none;
}
.menu-home a::before {
	content: "\e801";
	font-family: "fontello";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	font-size: 20px;
}
.toggleMenu {
	text-align: center;
	padding: 2px;
	font: 700 20px/30px var(--headingFont);
	color: var(--fontLight);
	background: var(--themeOneBg);
}
.toggleMenu a {
	display: block;
	padding: 5px;
}
.toggleMenu span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px;
	width: 40px;
	height: 30px;
	font-size: 28px;
	line-height: 30px;
}
.parentList.actMenu ul {
	background: var(--themeOneBg);
}
.subMenu li a:hover {
	background: var(--themeTwoBg);
}
.parentMenu li {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.parentMenu li:hover, .parentList.actMenu {
	background: var(--themeTwoBg);
}
.parentMenu li a {
	padding: 10px 5px 10px 10px;
	display: block;
	position: relative;
	z-index: 1;
}
.parentMenu li ul {
	display: none;
}
.parentMenu li ul li a {
	padding: 10px 5px 10px 20px;
}
.parentMenu li li ul li a {
	padding: 10px 5px 10px 40px;
}
.parentMenu li li li ul li a {
	padding: 10px 5px 10px 60px;
}
.parentMenu li li li li ul li a {
	padding: 10px 5px 10px 80px;
}
.dropMenu {
	width: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 0;
	display: block;
	cursor: pointer;
}
.dropMenu::after {
	font-family: "fontello";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.parentMenu li.parentList>a:first-child, .parentMenu li li.subParentList>a:first-child {
	display: inline-block;
}
.parentList>.dropMenu::after, .parentList .subParentList>.dropMenu::after {
	content: "\e810";
}
.parentList:hover>.dropMenu::after, .parentList.actMenu>.dropMenu::after, .parentList .subParentList:hover>.dropMenu::after, .parentList .subParentList.actMenu>.dropMenu::after {
	content: "\e80d";
}
.Wrapper {
	z-index: 9999;
	font: 400 14px/20px var(--siteFont);
	background: var(--themeTwoBg);
	color: var(--fontLight);
}
.Wrapper.mobileMenu {
	position: absolute;
	width: 100%;
	display: none;
}
.Wrapper.slideMenu {
	position: fixed;
	width: 90%;
	top: 0px;
	display: block;
	height: 100%;
	overflow-y: scroll;
}
#Container.slideLeft .Wrapper.slideMenu {
	left: -90%;
	-webkit-transition: left 0.9s ease-in-out;
	-moz-transition: left 0.9s ease-in-out;
	-ms-transition: left 0.9s ease-in-out;
	-o-transition: left 0.9s ease-in-out;
	transition: left 0.9s ease-in-out;
}
#Container.slideLeft .Wrapper.slideMenu.showMenu {
	left: 0px;
}
#Container.slideRight .Wrapper.slideMenu {
	right: -90%;
	-webkit-transition: right 0.9s ease-in-out;
	-moz-transition: right 0.9s ease-in-out;
	-ms-transition: right 0.9s ease-in-out;
	-o-transition: right 0.9s ease-in-out;
	transition: right 0.9s ease-in-out;
}
#Container.slideRight .Wrapper.slideMenu.showMenu {
	right: 0px;
}
#Container.slideLeft {
	left: 0px;
	-webkit-transition: left 0.9s ease-in-out;
	-moz-transition: left 0.9s ease-in-out;
	-ms-transition: left 0.9s ease-in-out;
	-o-transition: left 0.9s ease-in-out;
	transition: left 0.9s ease-in-out;
}
#Container.slideLeft.slideContainer {
	left: 90%;
	background: rgba(0,0,0,0.4);
}
#Container.slideRight {
	right: 0px;
	-webkit-transition: right 0.9s ease-in-out;
	-moz-transition: right 0.9s ease-in-out;
	-ms-transition: right 0.9s ease-in-out;
	-o-transition: right 0.9s ease-in-out;
	transition: right 0.9s ease-in-out;
}
#Container.slideRight.slideContainer {
	right: 90%;
	background: rgba(0,0,0,0.4);
}
.menuClose {
	position: absolute;
	z-index: 9;
	right: 0px;
	background: rgba(0, 0, 0);
	width: 70px;
}
.menuClose a {
	display: block;
	padding: 5px 20px 5px 10px;
	color: var(--fontLight);
}
.menuClose a span::before {
	font-family: "fontello";
	content: "\e816";
	position: absolute;
	right: 5px;
	top: 5px;
}
.Wrapper .socialIcons, .Wrapper .socialIcons ul, .Wrapper .socialIcons li {
	margin: 0px;
	padding: 0px;
}
.Wrapper .socialIcons li {
	display: inline-block;
	vertical-align: top;
}
#Header-Container {
	background: #f7f8fc;
}
#TopHeadCol {
	background: linear-gradient(90deg, #4a86c5, #67c1b8);
}
.top-bar {
	padding: 18px 15px;
	font: 400 15px/15px var(--siteFont);
}
.topbar-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.topbar-left, .topbar-right {
	display: flex;
	align-items: center;
	gap: 20px;
}
.topbar-left span, .topbar-right span {
	color: #fff;
	display: flex;
	align-items: center;
	gap: 6px;
}
.topbar-right a {
	color: #fff;
	font: 400 15px/15px var(--siteFont);
	transition: 0.3s;
}
.topbar-right a:hover {
	opacity: 0.7;
}
#Header {
	padding: 20px 15px 5px 15px;
}
.logo {
	min-width: 290px;
}
.mainHome .logo {
	filter: brightness(0) invert(1);
}
.mm-header {
	background: #d9d9d9;
	padding: 12px 24px;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* Menu */
#Menu-Container {
	flex: 1;
	max-width: 700px;
}
.header-profile {
	min-width: 200px;
	justify-content: right;
	text-align: right;
}
.header-profile img {
	object-fit: cover;
}
.page-layout {
	min-height: 50vh;
	background: #DAE4F1;
	background: linear-gradient(180deg, rgba(218,228,241,1) 0%, rgb(221, 231, 246) 28%, rgba(174,196,226,1) 50%, rgba(166,190,222,1) 76%, rgba(140,172,210,1) 98%);
	padding-bottom: 100px;
}
.page-layout::before {
	content: '';
	position: absolute;
	background: url(/images/header-curve-bg.jpg) no-repeat 0px 0px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 161px;
}
.page-inner h1 {
	text-align: center;
	padding: 125px 10px 70px 10px;
	font: 400 48px/54px var(--headingFont);
}
.page-inner {
	padding: 0px 15px;
}
/* ----- Footer ----- */
.footer-bg-col {
	background: #8EAED4;
	background: linear-gradient(90deg, rgba(142, 174, 212, 1) 0%, rgba(152, 180, 217, 1) 18%, rgba(165, 189, 223, 1) 35%, rgba(180, 200, 227, 1) 53%, rgba(189, 206, 232, 1) 71%, rgba(199, 214, 235, 1) 86%, rgba(214, 226, 240, 1) 100%);
}
#Footer {
	font: 400 14px/25px var(--siteFont);
	padding: 60px 0px 50px 0px;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	gap: 60px;
	color: #0b1f2a;
}
.footer-about img {
	margin-bottom: 40px;
}
.footer-about p {
	max-width: 320px;
	margin-bottom: 20px;
	color: #000;
}
.footer-social {
	display: flex;
	gap: 16px;
	font-size: 18px;
}
.footer-social i {
	cursor: pointer;
}
.footer-service h3, .footer-disclaimer h3 {
	font: 600 24px/24px var(--siteFont);
	padding: 60px 0px 30px 0px;
}
.footer-item {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	position: relative;
}
.footer-item.loc:before {
	position: relative;
	background: url(/images/footer-loc-ico.png) no-repeat 0px 0px;
	content: '';
	display: inline-block;
	width: 29px;
	height: 38px;
}
.footer-item.sup:before {
	position: relative;
	background: url(/images/footer-mail-ico.png) no-repeat 0px 0px;
	content: '';
	display: inline-block;
	width: 29px;
	height: 24px;
	left: 2px;
}
/* Right */
.footer-disclaimer p {
	margin-bottom: 20px;
	max-width: 420px;
}
.footer-links {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}
.footer-links a {
	color: #0b1f2a;
	text-decoration: none;
}
.copyright {
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 20px 0px;
}
.copyright h2 {
	font: 400 14px/26px var(--siteFont);
}
.footer-social i::before {
	color: #000;
}
#frm_join_now .group-button.patient-type-group {
	padding: 8px 20px;
	margin: 10px 10px 10px 0px !important;
}
#frm_join_now .submit-con .submit-button {
	padding: 10px 40px;
	border: none;
}
#frm_join_now .submit-button.btn-white {
	padding: 14px 40px;
}
.reset_password_section {
	max-width: 600px;
	margin: 0px auto;
}
.reset_password_section #frm_setup_password {
	padding: 20px;
}
.reset_password_section .small-list {
	padding: 30px;
}
.reset_password_section .grey-small-text {
	padding-bottom: 20px;
}
.reset_password_section .form-label {
	font-size: 18px !important;
	padding: 6px 0px !important;
}
.reset_password_section .center a {
	text-align: center;
	padding: 20px 0px 0px 0px;
	margin: 0px auto;
	/* width: 200px; */
	display: block;
}
.reset_password_section #btn_setup_password {
	font-size: 20px;
	font-weight: 600;
}
.community-support-cell.pic_sec {
	margin: 20px 0px 20px 0px;
}
.community-support-table .time-fee {
	padding: 15px 0px 0px 0px;
}
.community-support-cell.pic_sec img {
	padding: 8px;
	border: 1px solid #e3e3e3;
}
.subscriptions-body .table-row {
	vertical-align: top;
	display: inline-block;
	padding: 0px 40px 0px 0px;
}
.subscriptions-body .mt-2 {
	margin: 15px 0px 5px 0px !important;
}
.calmBreathingPage .calm-breathing-list {
	font-size: 0;
	text-align: center;
}
.calmBreathingPage .calm-breathing-list li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	text-align: left;
}
.calmBreathingPage .calm-breathing-table .time-fee {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.calmBreathingPage .calm-breathing-table {
	background: #fbfbfb;
	padding: 20px 20px 20px 20px;
	margin: 10px;
	border-radius: 20px;
	border-top: 10px solid #f2f1f1;
}
.calmBreathingPage .community_support_iframe {
	border: 10px solid #f9f4f4;
	border-radius: 3px;
}
.calmBreathingPage .calm-breathing-cell.pic_sec {
	position: relative;
	padding-bottom: 20px;
}
.calmBreathingPage .calm-breathing-cell.pic_sec img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.calmBreathingPage .time-fee {
	line-height: 22px;
}
.calmBreathingPage .calm-breathing-cell.pic_sec::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 42px;
	background: url(/images/play-cio.png) no-repeat 0px 0px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}
.short-desc {
	padding: 15px 0px 0px 0px;
	font-weight: 500;
}
.long-desc {
	padding: 15px 0px 0px 0px;
}
.iframe {
	width: 95%;
	padding: 56% 0px 0px 0px;
	position: relative;
	margin: 10px auto 20px auto;
	text-align: center;
}
.iframe iframe {
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	border: 8px solid #fff;
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
/* Therapist Profile page starts */
.dr_profile_pge h2 {
	font: bold 25px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #4a86c5;
	margin: 0px 0px 20px 0;
}
.dr_profile_pge h2 span {
	display: block;
	font: bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #9C9C9C;
}
.dr_photo {
	float: left;
	width: 44%;
	margin: 0 1% 0 0;
}
.dr_photo h3 {
	margin: 15px 0px 10px 0;
	font: 600 18px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
}
.dr_photo h3 i {
	margin-right: 5px;
	color: #a7afb6;
}
.dr_photo_pic {
	position: relative;
	min-height: 375px;
	display: table;
}
.dr_photo_pic #therapist_pic_sec {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
/*.dr_photo_pic img {
	border: 1px solid #eee;
}*/
.dr_photo_pic a {
	display: inline-block;
	width: auto;
	padding: 7px 8px;
	background: #4a86c5;
	color: #fff;
	border-radius: 2px;
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.dr_photo_pic a:hover {
	background: #115694;
	color: #fff;
}
.dr_photo_pic a i {
	margin-right: 5px;
}
.dr_calendar_sec {
	float: left;
	width: 55%;
	position: relative;
}
.dr_calendar_sec .therapist-app {
	display: block;
	width: 100%;
	padding: 0 10px;
	border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #eee;
	min-height: 375px;
}
/* Therapist Profile page starts ends */
.srh_form {
	position: relative;
}
.search_frm .srh_icon {
	font-size: 18px;
	background: #fff;
	border: none;
	position: absolute;
	right: 11px;
	top: 55%;
	margin-top: -12px;
	color: #ccc;
	z-index: 9;
	cursor: pointer;
}
.apt_usr_info {
	float: left;
	width: 100%;
}
.apt_usr_info li {
	width: 100%;
	list-style: none;
	box-sizing: border-box;
	border-radius: 10px;
	float: left;
}
.apt_usr_info li img {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
	vertical-align: top;
}
.apt_usr_info li h2 {
	display: inline-block;
	margin-left: 5px;
	width: calc(100% - 160px);
}
.apt_usr_info li h2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-top: 3px;
}
.dropdown-menu {
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
 padding: .5rem 0;
 margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
 border-radius: .25rem;
}
.jconfirm .jconfirm-box {
	width: 295px !important;
}
.page-fade {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9997;
	opacity: 0.8;
	display: none;
}
.page-loading {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999;
	display: none;
	height: auto;
	text-align: center;
	color: #fff;
	margin: -24px 0 0 -24px;
}
.alert {
	position: relative;
 padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
 border-radius: .25rem;
	text-align: center;
	box-sizing: border-box;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
 padding: .4rem 1.25rem;
	margin-bottom: 0;
}
.alert-info a {
	color: #2977c9;
	text-decoration: none;
	font-weight: 800;
	font-style: italic;
}
label.error {
	font-size: 14px !important;
	color: #fb0808 !important;
	display: block;
	text-align: left !important;
	width: 100% !important;
}
.iti {
	display: block;
}
.country-list {
	display: inline-grid;
	z-index: 999 !important;
	text-align: left;
}
.intl-tel-input .country-list .country, .intl-tel-input .country-list .divider {
	text-align: left;
	width: 100%;
}
.intl-tel-input {
	position: relative;
	display: inline-block;
	width: 120px;
}
.ph_input .intl-tel-input {
	width: auto;
	float: left;
}
.slots-calendar .datepicker-inline {
	width: 97% !important;
	margin: 0px auto !important;
}
.slots-calendar {
	/*margin-bottom: 20px !important;*/
	min-height: 287px;
}
.slots-calendar table.table-condensed {
	margin: 0px auto !important;
	width: 100% !important;
}
.slots-calendar td.day {
	font-weight: 600 !important;
	color: #4a86c5 !important;
	width: 30px !important;
	height: 30px !important;
}
.slots-calendar td.day.disabled {
	font-weight: normal;
	color: #ddd !important;
	width: 30px !important;
	height: 30px !important;
}
.slots-calendar .active.day {
	color: #fff !important;
}
.slots-calendar th.datepicker-switch {
	height: 40px !important;
}
.calender-icon, .search-calender-icon {
	background: #ffffff url('/images/calender.png') 20px 12px no-repeat !important;
	background-position: right !important;
	background-origin: content-box !important;
	cursor: pointer !important;
	background-size: 17px !important;
}
span.text-danger {
	color: #fb0808 !important;
	font-size: 14px;
}
a.slot-disabled {
	background: #ddd !important;
	color: #838080 !important;
	border-color: #ddd !important;
	cursor: no-drop !important;
}
#clock {
	display: inline-block;
	color: #2977c9;
}
.time-slots {
	/*background:#f6fbff;*/
	border-radius: 10px;/*padding:5px 0;*/
}
.time-slots ul {
	margin: 0px;
	padding: 0 5px;
	text-align: center;
}
.time-slots ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 5px 10px 0px !important;
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	min-width: 93px;
}
.time-slots ul li a {
	display: block;
	padding: 5px 6px;
	text-align: center;
	color: #4a86c5;
	border-radius: 5px;
	border: 1px solid #4a86c5;
	text-decoration: none;
}
.time-slots ul li a:hover {
	color: #fff;
	background: #4a86c5;
	border: 1px solid #4a86c5;
}
/*.therapist-video {
	padding:15px 10px;
	border-radius:10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}*/
.therapist-video {
	width: 100%;
	margin-top: 30px;
	padding-top: 20px;
}
.therapist-video h2 {
	font: bold 20px/30px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #4a86c5;
	margin: 0px 0px 20px 0;
}
.therapist-blank {
	width: 320px;
}
.slot-booking-date-time-fee i {
	margin-right: 5px;
	color: #a7afb6;
}
.slotbookimg {
	padding: 5px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
/* Therapist Details */
.shadow {
/*padding:15px 25px 20px 15px;
	margin:0 20px 0 0;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	height:100%;
	position:relative;
	min-height:422px;*/
}
.therapist-details {
	font: normal 14px/25px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #2F2F2F;
}
.therapist-details .pic {
	width: 240px;
	padding: 0px 15px 15px 0px;
}
.therapist-details .pic img, {
 max-width: 96%;
 border: 1px solid #ddd;
 padding: 2px;
 border-radius:2px;
}
.therapist-details .details h2 {
	font: bold 25px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #4a86c5;
	margin: 0px 0px 13px 0;
}
.therapist-details .details h2 span, .dr_photo_pic h5 span, h5.thname span {
	display: block;
	font: bold 14px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #9C9C9C;
}
.therapist-details h3 {
	margin: 5px 0px 10px 0;
	font: 600 18px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
}
.therapist-details h3 i {
	margin-right: 5px;
	color: #a7afb6;
}
.therapist-details h3 span {
	/*display:block;*/
	font: normal 15px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;/*color:#9C9C9C;*/
}
.therapist-spec {
	margin: 0px 0px 10px 0px;
	padding: 0;
	float: left;
	width: 100%;
}
.therapist-spec li {
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #eee;
	border-radius: 15px;
	margin: 0 3px 10px 0;
	color: #5E5E5E;
	font-size: 14px;
}
.therapist-app {
	width: 320px;
	padding: 15px 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.therapist-app h2 {
	font: bold 20px/30px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #4a86c5;
	margin: 0px 0px 20px 0;
}
./* Switch 1 Specific Style End */
 .custom-control-input {
 cursor:pointer;
}
.myact_menu li a {
	color: #333333;
	padding-bottom: 5px;
	font-weight: normal;
	display: block;
}
.srh_form .loc-cell .form-input {
	width: 170px;
	height: 43px;
}
.srh_form .loc-cell .form-input.thpname {
	width: 270px !important;
}
.nav-link.active {
	color: #fff !important;
	background-color: #2977c9 !important;
	border: 1px solid #a0a0a1 !important
}
.details-listing-table .top-line .table-cell {
	font-weight: 400 !important;
	font-family: inter, sans-serif;
}
.my-apppointments-page .nav > li {
	position: relative;
	display: inline-block;
}
.my-apppointments-page .nav-tabs .nav-link {
	border: 1px solid #e9e9e9;
	background: #fdfdfd;
	color: #333333 !important;
	font-weight: normal;
}
.my-apppointments-page .nav-tabs .nav-link.active {
	color: #fff !important;
}
.coupn-btn {
	padding: 3px 12px !important;
	margin-left: 10px !important;
	height: 37px !important;
	margin-top: 1px !important;
	border-radius: 5px !important;
}
#Container, header, footer, #Content-Container {
	background: none !important;
}
.chat-button img {
	right: 7px !important;
	position: absolute;
	top: 14px !important;
	width: 17px !important;
}
.my-dropdown {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
/* My Apppointments Page */
.right-box-out-links {
	margin: 0 0 0px 0;
	font: bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.right-box-out-links ul {
	margin: 0px;
	padding: 0px;
}
.right-box-out-links ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	border-radius: 3px 3px 0 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.right-box-out-links ul li span {
	display: inline-block;
	text-decoration: none;
	padding: 8px 15px;
	background: #2977c9;
	color: #fff;
	border-radius: 3px 3px 0 0;
}
.right-box-out-links ul li a {
	display: inline-block;
	text-decoration: none;
	padding: 8px 15px;
	background: #fff;
	color: #2977c9;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
}
.right-box-out-links ul li a:hover {
	background: #F9F9F9;
	color: #2977c9;
}
.table-div.details-listing-table {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.details-listing-table .top-line {
	background: linear-gradient(90deg, #4a86c5, #67c1b8);
	color: #fff;
}
.details-listing-table .table-row:nth-child(odd) {
	background: #F9F9F9;
}
/*.details-listing-table .top-line .table-cell {
	font-weight:600 !important;
}*/
.orgemployee .table-cell {
	vertical-align: top !important;
}
.details-listing-table .table-cell {
	padding: 10px 10px;
	/*border-bottom:1px solid #E1E1E1;*/
	vertical-align: middle;
}
.details-listing-table .col-1 img {
	margin: 2px 5px -6px 0;
}
.action-list-16 {
	margin: 0px;
	padding: 0px;
}
.action-list-16 li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
}
.action-list-16 li a {
	font-size: 0;
	width: 20px;
	height: 20px;
	display: block;
	text-decoration: none;
}
.action-list-16 li.view a {
	background: url(/images/view-16.png) no-repeat center center;
}
.action-list-16 li.edit a {
	background: url(/images/edit-16.png) no-repeat center center;
}
.action-list-16 li.track a {
	background: url(/images/goal-track-d-icon.png) no-repeat center center;
}
.action-list-16 li.delete a {
	background: url(/images/delete-16.png) no-repeat center center;
}
.slot-booking-other-form {
	margin-top: 30px;
}
.full-width-form.slot-booking-other-form li {
	width: 100%;
}
.slot-booking-date-time-fee span {
	width: 100px;
	display: inline-block;
}
.slot-booking-other-form div.label {
	float: left;
	width: 50%;
}
.slot-booking-other-form .radio-button-list {
	float: left;
	width: 50%;
}
.aws3-files a {
	display: inline-block;
	text-align: center;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0px 10px 10px 0px;
	width: 75px;
	height: 75px;
}
.aws3-files a .file-name {
	font-size: 12px;
}
.aws3-files a img {
	width: 100%;
	height: 100%;
}
.nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	margin-bottom: -1px;
}
.nav-link {
	display: block;
 padding: .5rem 1rem;
}
.nav-link:focus, .nav-link:hover {
	text-decoration: none;
}
.nav-tabs {
	border-bottom: 1px solid #e9ecef;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
 border-top-left-radius: .25rem;
 border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #e9ecef;
}
.nav-link.active {
	color: #fff !important;
	background-color: #2977c9;
	border: 1px solid #2977c9;
}
.clear {
	clear: both;
}
span.mandatory {
	color: red;
}
.ui-widget-header .ui-icon {
	background-image: url('/images/ui-icons_222222_256x240.png') !important;
}
/*.list-profile-image {
	max-width: 30px;
    max-height: 30px;
    float: left;
    margin-right: 10px;
}*/
.list-profile-image {
	width: 35px;
	height: 35px;
	/* float: left; */
	margin-right: 10px;
	border-radius: 50%;
	object-fit: cover;
}
.stripe-button-el {
	visibility: visible;
	border-radius: 30px !important;
	padding: 15px 0 !important;
	color: #000 !important;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	width: 280px !important;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.stripe-button-el span {
	background: none !important;
	font: normal 18px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif !important;
	box-shadow: none !important;
	min-height: 0 !important;
	padding: 6px 0 !important;
	height: auto !important;
}
/* My Account ment styles */
.myact_menu {
	list-style-type: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #9999;
	margin-bottom: 10px;
}
.myact_menu li {
	float: left;
	margin-right: 20px;
}
.myact_menu li a {
	color: #7d7f81;
	padding-bottom: 5px;
	display: block;
}
.myact_menu li a.active, .myact_menu li a:hover {
	border-bottom: 3px solid #2e2e2e;
	color: #2977c9
}
/* My Account ment styles Ends */

/* Appoint summary details */
.full-width-form.apt_summary {
	float: left;
	width: 100%;
	clear: both;
}
.apt_summary .table-row {
	display: block;
	float: left;
	width: 50%;
	margin: 5px 0 10px;
}
.apt_summary .table-row .head {
	float: left;
	width: 100%;
	margin-right: 5px;
	color: #666;
}
.apt_summary .table-row .head span {
/*float:right;
	display:none;
	*/
}
.apt_summary .table-row .value {
	float: left;
	width: 100%;
	color: #2e2e2e;
}
.apt_succ_note {
	font-weight: bold;
	color: #52800b;
	margin: 10px 0;
	font-size: 20px;
	margin-left: 5px;
	font-size: 26px;
	line-height: 25px;
}
/* Appoint summary details ends */
.show-consultion-timer {
	float: left;
	width: 100%;
	clear: both;
}
.show-consultion-timer .submit-button {
	float: left;
	width: auto;
	/* margin: 0 1% 0 0; */
	padding: 10px 20px;
	border-radius: 10px;
}
.show-consultion-timer .btn-countdown-label {
	margin: 5px 0;/*font-size: 14px;*/
}
.submit-button.btn-join-url {
	display: block;
	text-align: center;
}
.full-width-form.reg-form .settings_list li {
	width: 100%;
}
.full-width-form.reg-form .settings_list select {
	float: left;
	width: 50% !important;
	margin-right: 5px;
}
.settings_list a.btn_add_more {
	border: 1px solid #2977c9;
	padding: 2px 4px;
	margin-top: 8px;
	display: inline-block;
	font-size: 14px;
}
.settings_list .form-input {
	width: 150px !important;
}
.ui-timepicker-standard {
	z-index: 9 !important;
}
.ui-timepicker {
	text-align: left !important;
}
.otp_note {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #9c9c9c;
}
.full-width-form.slot-booking-other-form li.insurance_section_show {
	width: 95%;
}
.full-width-form.reg-form li.insurance_section_show .form-group {
	width: 100%;
}
.table-div.insurance_section_show {
	background: #fdfdfd;
	padding: 8px;
	border-radius: 2px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.insurance_section_show .qq-gallery.qq-uploader {
	min-height: 0px;
	max-height: 300px;
}
.srh_form.loc-table {
	display: block;
	float: right;
	text-align: right;
	width: auto;
}
.srh_form .loc-cell {
	display: block;
	float: left;
}
.srh_form .loc-cell .form-input {
	width: 155px !important;
}
.loc-cell {
	display: table-cell;
	padding: 10px 5px 10px 0;
}
.loc-cell.search-con {
	width: 105px;
}
.community-support-list {
	margin: 7px 0 0 0;
	padding: 0px;
}
.community-support-list li {
	width: 100%;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	list-style: none;
	border-bottom: 1px solid #e9ecef;
	float: left;
	overflow: hidden;
}
.community-support-list .community-support-table {
	display: table;
	width: 100%;
}
.community-support-list .community-support-cell {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.community-support-list .community-support-cell.pic_sec {
	/* min-height: 185px; */
	/* overflow: hidden; */
	/* max-height: 185px; */
	width: 185px;
}
.community-support-list .community-support-cell p {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px;
}
.community-support-list .community-support-cell.details {
	padding: 10px 10px;
	/*padding-bottom:50px;*/
	position: relative;
	text-align: left;
	box-sizing: border-box;
}
.community-support-list .community-support-cell.details .caption {
	color: #b3aeae;
	font: 400 13px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.community-support-list .community-support-cell.details .bk-app {
	/* position: absolute; */
	/* left: 0; */
	/* width: 100%;
	bottom: 8px; */
	text-align: right;
}
.community-support-list .community-support-cell.details .time-fee {
	font: normal 14px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0 8px 0;
}
.community-support-list .community-support-cell .time {
	font: 400 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 12px 0;
	float: left;
}
.community-support-list .community-support-cell .time span {
	font-weight: 600;
}
.community-support-list li span.space {
	display: inline-block;
	padding: 0 10px;
}
.community-support-list li span.blue-text {
	color: #4a86c5;
}
.community-support-list li img {
	/* float: left; */
	/* width: 110px; */
	height: auto;
	margin: 0px 0 0 0;
	border-radius: 3px;
	border: 6px solid #f7f7f7;
}
.community-support-list li h2 {
	font: bold 22px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 0;
}
.community-support-list li h2 a {
	color: #054f9c;
	text-decoration: none;
}
.table-div {
	display: table;
	width: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.full-width-form.reg-form {
	width: 100%;
	margin: 0px auto;
}
.full-width-form.slot-booking-other-form li {
	width: 100%;
}
.full-width-form li {
	padding: 10px 0;
	padding-bottom: 10px;
	list-style: none;
}
.full-width-form li label.form-label {
	padding: 0 0 8px 0;
	font: normal 16px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	display: block;
}
.full-width-form.reg-form li {
	display: inline-block;
	vertical-align: top;
}
.onboarding-list {
	margin: 8px 0 0 0;
	padding: 0px;
}
.onboarding-list li {
	width: 100%;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	list-style: none;
	border-bottom: 1px solid #e9ecef;
	float: left;
	overflow: hidden;
}
.onboarding-list .onboarding-table {
	display: table;
	width: 100%;
}
.onboarding-list .onboarding-cell {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.onboarding-list .onboarding-cell.pic_sec {
	/* min-height: 185px; */
	/* overflow: hidden; */
	/* max-height: 185px; */
	width: 185px;
}
.onboarding-list .onboarding-cell p {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 8px;
}
.onboarding-list .onboarding-cell.details {
	padding: 10px 10px;
	/*padding-bottom:50px;*/
	position: relative;
	text-align: left;
	box-sizing: border-box;
}
.onboarding-list .onboarding-cell.details .caption {
	color: #b3aeae;
	font: 400 13px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.onboarding-list .onboarding-cell.details .bk-app {
	/* position: absolute; */
	/* left: 0; */
	/* width: 100%;
	bottom: 8px; */
	text-align: right;
}
.onboarding-list .onboarding-cell.details .time-fee {
	font: normal 14px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0 8px 0;
}
.onboarding-list .onboarding-cell .time {
	font: 400 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 12px 0;
	float: left;
}
.onboarding-list .onboarding-cell .time span {
	font-weight: 600;
}
.onboarding-list li span.space {
	display: inline-block;
	padding: 0 10px;
}
.onboarding-list li span.blue-text {
	color: #1d7cd1;
}
.onboarding-list li img {
	/* float: left; */
	/* width: 110px; */
	height: auto;
	margin: 0px 0 0 0;/* border-radius: 50%; */
}
.onboarding-list li h2 {
	font: bold 22px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 10px 0;
}
.onboarding-list li h2 a {
	color: #054f9c;
	text-decoration: none;
}
.onboarding-list li span.speciality, .onboarding-list li span.experience {
	font-size: 13px;
	color: #737373;
}
.onboarding-list li .bk-app a {
	font: 600 17px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif !important;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	color: #000;
	background:linear-gradient(90deg, #4a86c5, #67c1b8);
	border-radius: 2px;
	text-decoration: none;
}
.onboarding-list li .bk-app a:hover {
	background: #006097;
	text-decoration: none;
	color: #fff;
}
#LoginPage #Footer-Container {
	margin: 50px 0px 0px 0px;
}
/*.details-listing-table.tbl_listing_result .table-cell {
	min-width: 200px;
}*/
.right-box-in-link.d-flex.justify-content-end {
	padding: 20px 0px;
}
.tackling {
	padding-bottom: 70px;
}
.join_now_otp_section.w-100.reg_form.col-md-12.mb-3 {
	text-align: center;
}
.join_now_otp_section.w-100.d-none.col-md-12 {
	text-align: center;
}
.grey-small-text {
	padding: 20px 0 0px 0;
	font-size: 14px;
	color: #9c9c9c;
}
.forgot-pass {
	padding: 0 0 10px;
}
.otp .form-input {
	width: 39px !important;
	text-align: center;
	border: 1px solid #9F9F9F;
}
.green-text-bg span {
	display: block;
	padding: 10px 0;
	background: #66b962;
	color: #fff;
}
.form-group.otp {
	display: grid;
	grid-template-columns: 40px 40px 40px 40px 40px 40px;
	gap: 10px;
	grid-template-columns: repeat(6, 40px);
	justify-content: center;
}
.your-content, .mt-5.myndimg {
	padding-bottom: 70px;
}
.join_now_otp_section {
	text-align: center;
}
.bk-app.text-right .bg-blue {
	background: #4a86c5;
}
.bk-app.text-right .bg-blue:hover {
	background: #57a1bf;
}
.download {
	margin: 25px 0px 25px 0px;
}
.download a {
	background: #4a86c5;
	padding: 14px 30px;
	border-radius: 4px;
	color: #fff;
	font: 500 16px/20px 'Roboto', sans-serif !important;
}
.download a:hover {
	background: #57a1bf;
	color: #fff;
}
.coupon-apply-success-message, .coupon-apply-error-message {
	left: 10%;
	right: 10%;
	max-width: 490px;
	margin: auto;
}
.coupon-apply-success-message.alert h5 {
	margin: 0px;
}
.position-relative .current_coupon {
	margin: 20px 0px 0px 0px;
}
.all-coupon-list {
	font-weight: 600;
}
.all-coupon-list:focus, .all-coupon-list a:focus {
	box-shadow: none;
}
.subscriptions-body .form-input {
	width: 100%;
}
.subscriptions-body .submit-button {
	color:#fff !important;
}
.subscriptions-body .submit-button {
	border:none !important;
}
.footer .cancel-btn {
	padding: 15px 30px !important;
}
.p-6.mx-auto.bg-white.shadow.rounded-gt-md-7.h-auto .nav-tabs .nav-link {
	border: 1px solid #e9e9e9;
}

.unavailability-page .table-cell {
	width: 180px;
}.show-consultion-timer.mb-10 .blue-text a {
	color: #4a86c5;
	font-weight: 500;
}
 @media screen and (max-width: 1190px) {
#Footer {
	padding: 30px 15px 40px 15px;
}
.footer-about img {
	margin-bottom: 30px !important;
}
}
 @media screen and (max-width: 1000px) {
.topbar-inner {
	display: block;
	text-align: center;
}
.topbar-left, .topbar-right {
	justify-items: center;
	justify-content: center;
}
.topbar-right {
	padding: 18px 0px 0px 0px;
}
.details-listing-table.tbl_listing_result {
	overflow: scroll;
}
}
@media screen and (max-width : 890px) {
.table-div.details-listing-table {
	/*display:block;*/
	overflow-x: auto;
}
.table-div.patients_list {
	display: table;
}
}
@media screen and (max-width : 860px) {
.therapist-list .therapist-table, .therapist-list .therapist-cell {
	width: 100% !important;
	display: block;
	clear: both;
	box-sizing: border-box;
}
.therapist-list .therapist-cell.book-app .time-fee {
	font: 600 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 8px 0;
	float: left;
}
/*.therapist-list .therapist-cell.book-app {
	text-align:left;
	padding: 15px 0 0 0;
}
.therapist-list li .bk-app a{
	float:right;
}*/
.therapist-list .therapist-cell.book-app {
	min-height: 235px;
}
.therapist-list .therapist-cell p {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	float: none;
}
.community-support-list .community-support-table, .community-support-list .community-support-cell {
	width: 100% !important;
	display: block;
	clear: both;
	box-sizing: border-box;
}
.community-support-list .community-support-cell.pic_sec {
	text-align: center;
	max-width: none;
	margin-bottom: 10px;
}
.community-support-list .community-support-cell.details .time-fee {
	font: 14px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 8px 0;
	float: left;
}
/*.community-support-list .community-support-cell.details {
	text-align:left;
	padding: 15px 0 0 0;
}
.community-support-list li .bk-app a{
	float:right;
}
.community-support-list .community-support-cell.details{
	min-height:220px;
}*/
.community-support-list .community-support-cell p {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	float: none;
}
.onboarding-list .onboarding-table, .onboarding-list .onboarding-cell {
	width: 100% !important;
	display: block;
	clear: both;
	box-sizing: border-box;
}
.onboarding-list .onboarding-cell.pic_sec {
	text-align: center;
	max-width: none;
	margin-bottom: 10px;
}
.onboarding-list .onboarding-cell.details .time-fee {
	font: 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 8px 0;
	float: left;
}
/*.onboarding-list .onboarding-cell.details {
	text-align:left;
	padding: 15px 0 0 0;
}
.onboarding-list li .bk-app a{
	float:right;
}
.onboarding-list .onboarding-cell.details{
	min-height:220px;
}*/
.onboarding-list .onboarding-cell p {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	float: none;
}
#Footer > ul > li.footer-col2, #Footer > ul > li.footer-col3 {
	min-width: 200px;
}
#Footer > ul > li {
	/*padding: 30px 15px 20px 15px;*/
	box-sizing: border-box;
}
.modal-content {
	width: 90%;
}
.apt_summary .table-row {
	width: 100%;
}
}
 @media screen and (max-width:800px) {
.footer-inner {
	display: block;
}
.footer-about p, .footer-disclaimer p {
	max-width: 100%;
}
.footer-service h3, .footer-disclaimer h3 {
	padding: 30px 0px 10px 0px;
}
.footer-item {
	display: inline-flex;
	margin-bottom: 10px;
	margin-right: 25px;
}
.footer-item.sup::before {
	background-position: 0px 5px;
	height: 38px;
}
.page-layout {
	padding-bottom: 40px;
}
.page-layout::before {
	background-position: center;
}
.calmBreathingPage .calm-breathing-list li {
	width: 50%;
}
}
@media screen and (max-width : 780px) {
.mobile-version-tel {
	display: inline-block;
}
.mobile-version-desktop {
	display: none;
}
ul.large-list {
	width: 300px;
	margin: 0px auto;
}
ul.large-list li {
	width: 100%;
}
.home-page h1 {
	font: bold 40px/50px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.intro-page h1 {
	font: bold 40px/50px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
ul.login_frm {
	width: 75%;
}
.full-width-form.reg-form {
	width: 98%;
}
.full-width-form li.submit-con .submit-button {
	width: 140px;
}
.cancel-button {
	width: 140px !important;
}
.srh_form .loc-cell .form-input {
	width: 150px !important;
}
.loc-cell.search-con {
	width: 80px;
}
.loc-table .submit-button {
	font-size: 14px;
	width: 80px;
}
#Footer > ul.footer_links li a {
	margin-right: 15px;
}
.tbl_listing_result td {
	min-width: 150px;
}
.tbl_listing_result td.rowfirst {
	min-width: 230px;
}
.tbl_listing_result td.row1 {
	min-width: 220px;
}
#Content-Main {
	padding: 0px 20px;
}
}
 @media screen and (max-width : 767px) {
.service-container {
	text-align: center;
}
.service-container .col-lg-3, .service-container .col-md-3 {
	width: 50%;
	margin-bottom: 50px;
}
.service-container .font-black.font-large {
	padding: 0px 20px;
}
.how-to-get-heading {
	padding: 20px 0px;
}
}
 @media screen and (max-width : 640px) {
.dashboard-list li {
	width: 49%;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.loc-table {
	display: block;
}
.loc-cell {
	display: block;
	width: 100%;
	padding: 10px 0;
}
.loc-cell.search-con {
	width: 100%;
}
.srh_form .loc-cell {
	width: auto;
}
.full-width-form li label {
	width: 100%;
}
.full-width-form li input {
	width: 100%;
}
.full-width-form li ul li input {
	display: inline-block;
}
.full-width-form.reg-form li, .full-width-form.slot-booking-other-form li.insurance_section_show {
	width: 100%;/*text-align: center;*/
}
/**.full-width-form.reg-form .settings_list li {
	width:49%; 
}*/
.full-width-form.reg-form .settings_list select {
	width: 60% !important;
}
.full-width-form.reg-form li .form-group {
	width: 100%;
}
.full-width-form.reg-form li.submit-con .submit-button {
	margin: 0 auto 10px;
}
.full-width-form.reg-form li label {
	width: auto;
}
.table-div.payment-s-table {
	display: block;
	width: 100%;
}
/*.table-cell.pic, .table-cell.text {
	display:block;
	width:100%;
}*/
.table-cell.details {
	display: table-cell;
}
.therapist-details .pic {
	/*width: 160px;*/
	width: 85px;
}
.therapist-details .details h2 {
	font-size: 18px;
	line-height: 22px;
}
.table-cell.text {
	padding: 15px 0 0 0;
}
.table-div.payment-f-table {
	display: block;
	width: 100%;
}
.intro-page h1 {
	font: bold 30px/40px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.intro-page h1 span {
	font: bold 24px/30px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
ul.small-list li.act_btns .submit-button, ul.small-list li.act_btns .cancel-button {
	font-size: 16px;
}
.srh_form.loc-table {
	width: 100%;
	clear: both;
}
.srh_form .loc-cell {
	width: 100% !important;
}
.srh_form .loc-cell.search-con {
	text-align: center;
}
.loc-table .submit-button {
	width: 100%;
}
.srh_form .loc-cell.date-range .form-input {
	width: 49% !important;
}
.srh_form .loc-cell .form-input {
	width: 100% !important;
}
.srh_form .loc-cell span {
	display: none;
}
.show-consultion-timer .submit-button {
}
#Footer > ul.footer_links li.f_links, #Footer > ul.footer_links li {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 10px;
}
#Footer > ul.footer_links li a {
	float: none;
	display: inline-block;
}
.therapist-list li {
	width: 100%;
	margin: 0 0 15px 0;
}
.therapist-list .therapist-cell.book-app {
	min-height: 0;
	padding-bottom: 50px;
}
.community-support-list li {
	width: 100%;
	margin: 0 0 15px 0;
}
.community-support-list .community-support-cell.details {
	min-height: 0;/*padding-bottom:50px;*/
}
.onboarding-list li {
	width: 100%;
	margin: 0 0 15px 0;
}
.onboarding-list .onboarding-cell.details {
	min-height: 0;/*padding-bottom:50px;*/
}
.apt_summary .apt_succ_note {
	display: block;
}
.apt_succ_msg_block {
	text-align: center;
}
header {
	position: relative;
}
}
/* Added by baskar */
.page-loading {
	position: fixed;
	z-index: 1031;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 99999;
}
.page-fade {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ccc;
	opacity: 0.5;
	display: none;
	z-index: 99998;
}
.alert {
	margin-bottom: 0px !important;
	text-align: center;
}
@media screen and (max-width: 639px) {
.calmBreathingPage .calm-breathing-list li {
	width: 100%;
}
.page-layout::before {
	display: none;
}
}
/* Added by baskar */
 @media screen and (max-width: 550px) {
.container.topbar-inner {
	padding-right: 0px;
	padding-left: 0px;
}
.topbar-left {
	display: block;
}
.topbar-left span {
	display: block;
	padding: 0px 0px 10px 0px;
}
.topbar-right {
	padding: 8px 0px 0px 0px;
}
.service-container .font-black.font-large {
	padding: 0px 0px;
}
}
 @media screen and (max-width : 480px) {
.table-div.pic-details {
	display: block;
	width: 100%;
	text-align: center;
}
.table-cell.details {
	text-align: left;
}
.table-cell.pic {
	text-align: left;
}
.dashboard-list li {
	width: 99%;
	box-sizing: border-box;
	margin: 0 0 10px;
}
.dashboard-list li a {
	min-height: 0;
	padding: 5px 0;
	text-align: left;
}
.dashboard-list li a img {
	display: inline;
	width: 45px;
}
.home-page ul.login_buttons li {
	display: block;
	margin-bottom: 20px;
}
.home-page ul.login_buttons li a {
	display: block;
}
ul.small-list li.act_btns .submit-button, ul.small-list li.act_btns .cancel-button {
	font-size: 14px;
}
.form-wrapper-main h1 {
	font-size: 20px;
	padding: 10px 5px;
}
.form-wrapper.login_page {
	padding: 0;
}
.myact_menu li {
	float: left;
	margin-right: 9px;
	font-size: 13px;
	min-height: 28px;
}
.therapist-list li h2 {
	font-size: 18px;
	line-height: 22px;
}
.therapist-list li .bk-app a {
	float: none;
}
.therapist-list .bk-app {
	clear: both;
	text-align: center;
}
.community-support-list li h2 {
	font-size: 18px;
	line-height: 22px;
}
.community-support-list li .bk-app a {
	float: none;
}
.community-support-list .bk-app {
	clear: both;
	text-align: center;
}
.onboarding-list li h2 {
	font-size: 18px;
	line-height: 22px;
}
.onboarding-list li .bk-app a {
	float: none;
}
.onboarding-list .bk-app {
	clear: both;
	text-align: center;
}
.onboarding-list li h2 {
	font-size: 18px;
	line-height: 22px;
}
.onboarding-list li .bk-app a {
	float: none;
}
.onboarding-list .bk-app {
	clear: both;
	text-align: center;
}
.slot-booking-other-form div.label, .slot-booking-other-form .radio-button-list {
	width: 100%;
}
/*.apt_usr_info li{
	text-align:center;
}*/
.apt_usr_info li h2 {
	display: block;
	margin: 5px 0;
	width: 100%;
}
.dr_photo_pic a {
	padding: 5px;
}
.modal-content {
	width: 86%;
}
.qq-gallery .qq-upload-button {
	max-width: 100%;
}
/*.apt_summary .table-row .head, .apt_summary .table-row .value{
	width:100%;
}
.apt_summary .table-row .head span{
	display:none;
}*/
.availability-page .right-box-in-link a, .unavailability-page .right-box-in-link a {
	padding: 8px 5px;
}
.subscriptions .subscriptions-body {
	padding: 10px 0;
	background: #fff;
}
.subscriptions-body .table-row {
	margin-right: 0px;
}
.subscriptions-body .head.mobile-head {
	width: 39%;
	font-size: 14px;
}
.subscriptions-body .head {
	width: 50%;
}
.subscriptions-body .head span {
	position: relative;
}
.hide_in_mobile {
	display: none;
}
.show_in_mobile, .btn.show_in_mobile {
	display: block;
}
#search_sec {
	background: #fff;
	padding: 8px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-radius: 2px;
}
/*.srh_form .loc-cell .form-input, .min-height-45{
	height:30px;
}*/
/*.submit-button{
	padding:0;
}*/
.loc-cell {
	padding: 0;
	margin-bottom: 8px;
}
.form-input {
	/*padding:5px 6px;*/
	font-size: 14px;
	line-height: 16px;
}
/*.btn{
	line-height:20px;
	font-size:16px;
}*/
.btn i {
	font-size: inherit;
}
.details-listing-table .table-cell {
	padding: 14px;
}
.form-wrapper-main {
	font-size: 14px !important;
	line-height: 16px !important;
}
a {
	font-weight: 500;
}
.srh_form .loc-cell .form-input {
	width: 100%;
}
/*.right-box-out-links ul li a, .right-box-out-links ul li span{
	padding:4px 8px;
}*/
.main-section {
	padding: 5px !important;
}
h2 {
	font-size: 1.5rem;
}
}
.group-button.active {
	background: #2977c9;
	border: 1px solid #2977c9;
	color: #fff;
}
.group-button {
	border: 1px solid #e5e5e5;
	background: none;
	padding: 7px 15px;
	line-height: 20px;
	cursor: pointer;
	letter-spacing: 2px;
	margin-right: -5px;
}
span.badge.rounded-pill {
	min-width: 118px;
	text-align: center;
}
 @media screen and (max-width : 420px) {
.onboarding-list .onboarding-cell.details .bk-app {
	text-align: center;
}
.orgemployee td {
	min-width: 232px;
}
.dr_calendar_sec .therapist-app {
	min-height: 350px;
}
.subscriptions-body .head {
	width: 125px;
}
.community-support-list .community-support-cell.details .bk-app {
	text-align: center;
}
#Header .table-div {
	display: block;
}
#Header .table-div .table-cell {
	display: block;
	width: 100%;
	text-align: center;
}
.user-menu ul li.sign-in-con a {
	font-size: 15px;
	padding: 6px 5px;
}
.user-menu > ul {
	margin: 15px 10px 20px 10px;
}
.btns_mobile_center {
	text-align: center;
}
.full-width-form li ul.genders_lst li {
	margin-right: 5px;
}
}
@media screen and (max-width : 400px) {
.onboarding-list .onboarding-cell.details .bk-app {
	text-align: center;
}
.orgemployee td {
	min-width: 232px;
}
.form-wrapper {
	padding: 30px 10px 30px 10px;
}
ul.small-list {
	width: 250px;
}
ul.large-list {
	width: 250px;
}
ul.login_frm {
	width: 100%;
}
.otp .form-input {
	width: 35px !important;
}
ul.small-list li.submit-con .submit-button, ul.large-list li.submit-con .submit-button {
	width: 250px;
}
ul.small-list li.act_btns .submit-button, ul.small-list li.act_btns .cancel-button {
	width: 99% !important;
	margin-bottom: 10px;
}
/*.therapist-list li img {
	float: left;
	width: 80px;
	height: auto;
	margin: 0px 25px 0 0;
}*/
.therapist-list li .bk-app {
	text-align: center;
}
.community-support-list li .bk-app {
	text-align: center;
}
.onboarding-list li .bk-app {
	text-align: center;
}
.full-width-form.reg-form {
	width: 100%;
	display: block;
}
.full-width-form li.submit-con .submit-button {
	width: 100%;
}
.intro-page ul li a {
	font-size: 18px;
}
.Wrapper {
	right: -70px;
}
.coupon-apply-success-message.alert h5 {
	font-size: 14px;
}
}
@media (max-width: 380px) {
.submit-con .submit-button {
	font-size: 12px;
}
}
@media (max-width: 370px) {
.onboarding-list .onboarding-cell.details .bk-app {
	text-align: center;
}
.orgemployee td {
	min-width: 232px;
}
.font14 {
	font-size: 13px !important;
}
.subscriptions-body .head.mobile-head {
	width: 38%;
	font-size: 12px;
}
}
 @media screen and (max-width : 359px) {
.onboarding-list .onboarding-cell.details .bk-app {
	text-align: center;
}
.orgemployee td {
	min-width: 232px;
}
.submit-con .submit-button, .submit-con .cancel-button {
	width: 120px !important;
}
.availability-page .right-box-in-link a, .unavailability-page .right-box-in-link a {
	font-size: 12px;
}
}
.close-button, .close-button-terms_conditions {
	position: absolute;
	width: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	background-color: lightgray;
	right: 0;
	top: 4px;
}
.grecaptcha-badge {
	z-index: 1000 !important;
}
.videoBorder {
	width: 100%;
	text-align: center !important;
}
