@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'), url('../fonts/fontello.woff') format('woff'), url('../fonts/fontello.ttf') format('truetype'), url('../fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans.eot');
	src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
.font-icon::before {
	content: attr(data-icon);
	font-family: "fontello";
}
body {
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
	font: normal 15px/24px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
	background: #ffffff;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
	margin: 0px;
	padding: 0px;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:middle;
}
.w-100{
	width:100% !important;
}
.max-w-500px{
	max-width: 500px;
}
.p-0{
	padding:0 !important;
}
.my-10{
	margin-top:10px;
	margin-bottom:10px;
}
.mt-10{
	margin-top:10px !important;
}
.mt-15{
	margin-top:15px;
}
.mt-40{
	margin-top:40px !important;
}
.mb-5{
	margin-bottom:5px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-15{
	margin-bottom:15px;
}
.text-blue {
	color: #2977c9;
}
.text-danger{
	color:red !important;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
input[type="checkbox"]{
	vertical-align:middle;
}
.font-weight-600{
	font-weight:600;
}
.table-div {
	display: table;
	width: 100%;
}
.table-row {
	display:table-row;
}
.table-cell {
	display: table-cell;
	vertical-align: top;
}
.videoBorder,
.multiBorder {
    position: relative;
    margin: 15px auto;
}

.videoBorder {
    width: 100%;
    padding: 53% 0px 0px 0px;
}

.videoBorder iframe,
.videoBorder embed {
    position: absolute;
    margin: 0px;
    padding: 0px;
    /*border: 4px solid #333;*/
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.form-wrapper a {
    color: #2977c9;
    text-decoration: none;
}
.form-wrapper a:hover{
	color:#064280;
}
#Container {
	overflow: hidden;
}
#Container, header, footer, #Content-Container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	background: #f9f9fb;
}
.Content-Container-white-bg {
	background: #ffffff !important;
}
#Header, #Footer, #Content-Main {
	/*max-width: 1200px;*/
	max-width: 1140px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
button [type="submit"]{
	border-radius: 30px !important;
}
/* Logo */
header {
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.logo {
	padding: 15px 0;
	text-align: center;
	width: 240px;
}
.user-menu {
	text-align: right;
}
.user-menu > ul {
	margin: 28px 10px 0 0;
}
.user-menu.logged_in > ul {
	margin: 5px 10px 0 0;
}
.user-menu > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 8px;
}
.user-menu ul li.usr_timezone{
	width:100%;
	float:right;
	color:#666;
	font-size:12px;
	margin:0;
}
.user-menu ul li.sign-in-con a {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 6px 15px;
	color: #fff;
	background: #2977c9;
	border: 1px solid #2977c9;
	border-radius: 15px;
	text-decoration: none;
}
.user-menu ul li.sign-in-con a:hover {
	color: #232327;
	text-decoration: none;
	background: #f7f7f7;
}
.user-menu ul li.normal_link a {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 6px 15px;
	color: #2977c9;
	text-decoration: none;
}
.user-menu ul li.normal_link a:hover {
	color:#064280;
}

/*---- Menu ----*/
#Menu {
	position:relative;
	font: normal 16px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.toggleMenu span {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	width: 40px;
	height: 30px;
	font-size: 26px;
	line-height: 33px;
	color:#6b6b6b;
}
.Wrapper {
	z-index: 9999;
	position: absolute;
	right: 0px;
	background:#fff;
	text-align:left;
	min-width:270px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	display:none;
	top:45px;
	border-radius:10px;
	overflow:hidden;
}
.Wrapper li {
	list-style:none;
	border-bottom:1px solid #EFEFEF;
}
.Wrapper li a {
	display:block;
	padding:8px 10px;
	text-decoration:none;
	color:#3f3f3f;
	transition:ease all 0.2s;
}
.Wrapper li a img{
	width:30px;
	margin-top: -5px;
}
.Wrapper li a:hover {
	color:#fff;
	background:#94bce6;
	transition:ease all 0.2s;
}
/* Content Part */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* Form animation CSS */
.navigation {
	font: normal 13px/19px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 15px 8px 0;
	color: #8b8b8b;
}
.navigation a {
	color: #8b8b8b;
	text-decoration: underline;
}
.navigation a:hover {
	color: #2977c9;
	text-decoration: underline;
}
.form-wrapper-main {
	max-width: 100%;
	min-width: 300px;
	margin: 0px auto 50px auto;
	font: normal 16px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.form-wrapper-main h1 {
	font: normal 30px/36px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #2977c9;
	margin: 0px 0;
	padding: 10px 0 0px 0;
	/*text-align: center;*/
}
.form-wrapper-main h1 a{
	color:#2e2e2e;
	text-decoration:none;
	font-size:14px;
	margin-left:5px;
	float:right;
}
.form-wrapper-main h1 a:hover{
	text-decoration:underline;
}
.form-wrapper {
	padding: 30px 30px 30px 30px;
	margin:15px 0 0 0;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}
.form-wrapper.login_page{
	box-shadow:none;
	background:none;
}
ul.small-list {
	width: 300px;
	margin: 0px auto;
}
ul.small-list li {
	list-style: none;
	padding:0 0 15px 0;
}
ul.small-list li.no-padding {
	padding: 0px;
}
ul.small-list li label.form-label{
	padding:0 0 8px;
	display:block;
}
ul.login_frm {
	width: 50%;
	box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
	padding:25px 25px 10px 25px;
	border-radius:10px;
	box-sizing:border-box;
	background:#fff;
}
.login_frm .login_frm_links .left_link{
	float:left;
}
.login_frm .login_frm_links .right_link{
	float:right;
}
ul.large-list {
	width: 600px;
	margin: 0px auto;
}
ul.large-list li {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	list-style: none;
	padding: 20px 0 10px 0;
}
ul.large-list li.full-width {
	width: 100%;
}
ul.small-list li.submit-con, ul.large-list li.submit-con {
	width: 100%;
	text-align: center;
}
ul.small-list li.submit-con .submit-button, ul.large-list li.submit-con .submit-button {
	width: 300px;
}
ul.small-list li.act_btns .submit-button, ul.small-list li.act_btns .cancel-button {
	width: 49% !important;
	display: inline-block;
	box-sizing:border-box;
}
.form-group {
	position: relative;
}
/*.form-group + .form-group {
	margin-top: 30px;
}*/
.form-group .lable {
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
/*.form-label {
	position: absolute;
	left: 12px;
	top: 14px;
	color: #999;
	z-index: 1;
	transition: transform 150ms ease-out, font-size 150ms ease-out;
}*/
.ph_input .form-label{
	left:110px;
}
.grey-lable {
	color: #ABABAB;
}
/*.focused .form-label {
	transform: translateY(-114%);
	background: #fff;
	font-size: 0.9em;
	color: #2977c9;
	padding: 0px 5px;
	z-index: 7;
}*/
.form-input {
	position: relative;
	padding: 10px 12px 10px 12px;
	width: 100% !important;
	outline: 0;
	border: 0;
	border: 1px solid #e5e5e5;
	z-index: 5;
	/*box-shadow: 0 1px 0 0 #e5e5e5;*/
	transition: box-shadow 150ms ease-out;
	box-sizing: border-box;
	font: normal 15px/18px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
}
.login_frm .form-input {
	padding: 14px 12px 14px 12px;
	border-radius: 5px;
	line-height: 20px;
}
.otp {
	text-align: center
}
.otp .form-input {
	width: 39px !important;
	text-align: center;
	border: 1px solid #9F9F9F;
}
.form-input:focus {
	/*box-shadow: 0 2px 0 0 blue;*/
	border: 1px solid #00265e;
}
.form-input.filled {
	box-shadow: 0 2px 0 0 lightgreen;
}
.form-wrapper select {
	width: 100%;
	background: none;
	padding: 10px 12px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	font: normal 16px/18px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	appearance: none;
	position: relative;
	background: url(/images/drop-down_icon.png) no-repeat 95% center;
}
.submit-button {
	/*width: 100%;
	background: #2977c9;*/
	border-radius: 7px;
	padding:12px 12px;
	color: #fff;
	border: none;
	font-size: 16px;
	/*line-height: 14px;*/
	cursor: pointer;
	letter-spacing:0.5px;
}
.submit-button:hover {
	background: transparent;
}
.forgot-pass {
	padding:0 0 10px;
}
.forgot-pass a {
	color: rgba(0,0,0,0.9);
	text-decoration: none;
}
.forgot-pass a:hover {
	color: #0a66c2;
	text-decoration: underline;
}
a.button-text {
	display: block;
	padding: 12px 10px;
	border: 1px solid #4D4C4C;
	border-radius: 20px;
	text-align: center;
	font-size: 18px;
	text-decoration: none;
	color: rgba(0,0,0,0.6);
}
a.button-text:hover {
	background: #F3F3F3;
	text-decoration: none;
	color: rgba(0,0,0,0.8);
}
.login_frm a.button-text{
	display: inline-block;
	padding: 12px 10px;
	border:none;
	font-size: 18px;
}
.login_frm a.button-text:hover{
	background:none;
	text-decoration: none;
	color:#2977c9;
}
.grey-small-text {
	padding: 20px 0 0px 0;
	font-size: 14px;
	color: #9c9c9c;
}
.green-text-bg {
	padding: 20px 0;
}
.green-text-bg span {
	display: block;
	padding: 10px 0;
	background: #66b962;
	color: #fff;
}
.dashboard-list {
	margin: 0px;
	padding: 0px;
}
.dashboard-list li {
	display: inline-block;
	width: 190px;
	vertical-align: top;
	margin: 0 7px 20px 7px;
	padding: 0px;
	background: #F7F7F7;
	border-radius: 15px;
	border: 1px solid #ccc;
}
.dashboard-list li:hover {
	background: #dae6f9;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.dashboard-list li a {
	display: block;
	text-align: center;
	text-decoration: none;
	font: bold 15px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	min-height: 100px;
	padding: 30px 5px 20px;
}
.dashboard-list li a img{
	display:block;
	margin:0 auto;
	max-height: 50px;
}
.loc-table {
	display: table;
	width: 100%;
}
.loc-cell {
	display: table-cell;
	padding: 10px 5px 10px 0;
}
.loc-cell .form-input {
	/*background: #F5F5F5;*/
	border-radius: 20px;
}
.loc-cell.search-con {
	width: 105px;
}
.loc-table .submit-button {
	padding: 10px 0;
}
.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;
}
.therapist-list {
	margin: 20px 0 0 0;
	padding: 0px;
}
.therapist-list li {
	width: calc(100%/3 - 20px);
	vertical-align: top;
	margin:10px;
	padding: 0px;
	/* background: #f9f9fb; */
	list-style: none;
	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);
	box-sizing: border-box;
	border-radius: 10px;
	float: left;
	overflow:hidden;
}
.therapist-list .therapist-table {
	display: table;
	width: 100%;
}
.therapist-list .therapist-cell {
	/* display: table-cell; */
	/* vertical-align: top; */
	float: left;
	width: 100%;
	text-align: center;
}
.therapist-list .therapist-cell.profile_pic_sec{
	min-height: 185px;
	overflow: hidden;
	max-height:185px;
}
.therapist-list .therapist-cell p {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 8px;
}
.therapist-list .therapist-cell.book-app {
	/*width: 400px;
	text-align: right;*/
	padding:10px;
	padding-bottom:50px;
	min-height:230px;
	position:relative;
	text-align:left;
	box-sizing:border-box;
}
.therapist-list .therapist-cell.book-app p.caption{
	color:#999;
}
.therapist-list .therapist-cell.book-app .bk-app {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 8px;
	text-align: center;
}
.therapist-list .therapist-cell.book-app .time-fee {
	font: normal 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 8px 0;
}
.therapist-list .therapist-cell .time {
	font: 400 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0 12px 0;
	float:left;
}
.therapist-list .therapist-cell .time span {
	font-weight: 600;
}
.therapist-list li span.space {
	display: inline-block;
	padding: 0 10px;
}
.therapist-list li span.blue-text {
	color: #1d7cd1;
}
.therapist-list li img {
	/* float: left; */
	/* width: 110px; */
	height: auto;
	margin: 0px 0 0 0;
	/* border-radius: 50%; */
}
.therapist-list li h2 {
	font: bold 25px/30px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px 0px 10px 0;
}
.therapist-list li h2 a {
	color:#054f9c;
	text-decoration: none;
}
.therapist-list li span.speciality, .therapist-list li span.experience {
	font-size: 13px;
	color: #737373;
}
.therapist-list li .bk-app a {
	font: 600 15px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	color: #000;
	background: #ceddf4;
	border-radius: 2px;
	text-decoration: none;
}
.therapist-list li .bk-app a:hover {
	background: #006097;
	text-decoration: none;
	color:#fff;
}
.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: 5px 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:0px 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: #1d7cd1;
}
.community-support-list li img {
	/* float: left; */
	/* width: 110px; */
	height: auto;
	margin: 0px 0 0 0;
	 border-radius: 10px;
	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;
}
.event-registered {
	display: inline-block;
    margin-left: 10px;
    background: #72bb12;
    color: #ffffff !important;
    padding: 1px 10px;
    border-radius: 50px !important;
    font-size: 12px !important;
    letter-spacing: 1px;
    vertical-align: middle;
}
.btn-event-registered {
    background: #72bb12 !important;
    cursor: default;
}
.community-support-list li span.speciality, .community-support-list li span.experience {
	font-size: 13px;
	color: #737373;
}
.community-support-list li .bk-app a {
	font: 600 15px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	color: #000;
	background: #ceddf4;
	border-radius: 2px;
	text-decoration: none;
}
.community-support-list li .bk-app a:hover {
	background: #064280;
	text-decoration: none;
	color:#fff;
}
.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:0px 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 15px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 10px 15px;
	font-size: 13px;
	color: #000;
	background: #ceddf4;
	border-radius: 2px;
	text-decoration: none;
}
.onboarding-list li .bk-app a:hover {
	background: #006097;
	text-decoration: none;
	color:#fff;
}
.full-width-form.reg-form {
	width:100%;
	margin: 0px auto;
}
.full-width-form.reg-form li {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	/*text-align: center;*/
}
.full-width-form.reg-form li.q-in-list {
	width:23.5%;
}
.full-width-form.reg-form li.label-in-line {
	text-align:left;
}
.label-in-line .form-label {
	position:relative;
	width:100%;
	display:block;
	top:inherit;
	left:inherit;
	color:#2977c9;
	padding:5px 0 10px 10px;
	font:600 16px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.left-text {
	text-align:left !important;
	vertical-align:top;
}
.full-width-form.reg-form li.left-text label {
	line-height:20px;
}
.full-width-form.reg-form li.left-text input {
	top:inherit;
}
.full-width-form.reg-form li.left-text ul {
	margin:10px 0 0 0;
}
.full-width-form.reg-form ol {
	margin:0px;
	padding:0px;
}
.full-width-form.reg-form ol li {
	list-style:decimal outside;
	text-align:left;
	display:block;
	width:100%;
	padding:7px 0;
}
.full-width-form.reg-form li.label-in-line input[type=button] {
	border:1px solid #e5e5e5;
	background:#fff;
	border-radius:5px;
	padding:10px 15px;
	font:normal 16px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#696868;
}
.full-width-form.reg-form li .form-group {
	width: 95%;
}
.full-width-form.reg-form li .form-group.ph_input .country_code {
	width: 100px !important;
	float: left;
	margin-right:5px;
}
.full-width-form.reg-form li .form-group.ph_input .ph_number {
	width: calc(100% - 105px) !important;
	float: left;
}
.full-width-form.reg-form li.full-width {
	width: 100%;
}
.full-width-form {
	margin: 0px;
	padding: 0px;
}
.full-width-form li {
	padding: 10px 0;
	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 li label {
	position:relative;
	left:0px;
	top:0px;
	display:inline-block;
	vertical-align:top;
	width:40%;
	font:normal 16px/40px Verdana, Arial, Helvetica, sans-serif;
	color:#494949;
}*/
.full-width-form.questionnaire-form li label {
	position: relative;
	left: 0px;
	top: 0px;
	display: inline-block;
	vertical-align: top;
	font: normal 15px/16px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #494949;
}
.full-width-form li .label {
	font: normal 15px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	/*color: #2977c9;*/
	padding: 0 0 8px 0;
}
.full-width-form.questionnaire-form li input, .full-width-form.questionnaire-form li a.cancel-button {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.full-width-form li ul {
	margin: 5px 0 0 0;
}
.full-width-form li ul li {
	width: 280px;
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.full-width-form li ul li label {
	/*width: 195px;*/
	color: #676767;
}
.full-width-form li ul li input {
	width: 20px;
	position: relative;
	/*top: 10px;*/
}
.full-width-form li ul.radio-button-list li, .radio-button-list li {
	width: auto;
	display: inline-block;
	margin: 0 4px 0 0;
}
.full-width-form li ul.radio-button-list li label {
	width: auto;
}
.frst_title_sec .name_title{
	float:left;
	width:120px;
	margin-right:5px;
}
.frst_title_sec .frt_name{
	float:left;
	width:calc(100% - 125px);
}
.cancel-button {
	border: 1px solid #4F4F4F;
	background: none;
	border-radius:30px;
	padding:20px 0;
	color: #000 !important;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	width: 280px !important;
	letter-spacing:2px;
}
.cancel-button:hover {
	color: #000 !important;
	background: #F4F4F4;
}
/*.full-width-form li.submit-con {
	text-align: center;
}*/
.full-width-form li.submit-con .submit-button {
	width: 280px;
}
input[type="radio"], input[type="checkbox"] {
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	accent-color: #2977c9;
	margin-right: 5px;
}
.submit-con .submit-button{
	min-width:126px !important;
	display:inline-block;
	text-align:center;
	margin-right: 10px;
	/*padding:8px 0;*/
}
.submit-con .cancel-button{
	min-width:100px !important;
	display:inline-block;
	text-align:center;
	margin-right: 10px;
	padding:8px 0;
}
.grey-lable input[type="radio"]{
	margin-right: 4px;
}
/* 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:200px;
	padding:0px 5px 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: #1d7cd1;
	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:#1d7cd1;
	margin:0px 0px 20px 0;
}
.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:#1d7cd1;
	border-radius:5px;
	border:1px solid #1d7cd1;
	text-decoration:none;
}
.time-slots ul li a:hover {
	color:#fff;
	background:#1d7cd1;
	border:1px solid #1d7cd1;
}
/*.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:#1d7cd1;
	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);
}
/* Home Page */
.home-page h1 {
	font:bold 50px/65px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#1d7cd1;
	text-align:center;
}
.home-page h1 span {
	font:bold 34px/50px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#232327;
	display:block;
}
.home-page ul {
	text-align:center;
	margin:30px 0;
	display:block;
}
.home-page ul li {
	text-align:center;
	margin:0px 10px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.home-page ul li a {
	font:normal 18px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	padding:10px 25px;
	border-radius:25px;
	border:2px solid #1d7cd1;
	background:#1d7cd1;
	text-decoration:none;
}
.home-page ul li a:hover {
	color:#fff;
	background:#0862B3;
}
.home-page ul li:nth-child(2) a {
	color:#1d7cd1;
	border:2px solid #1d7cd1;
	background:#fff;
}
.home-page ul li:nth-child(2) a:hover {
	color:#1d7cd1;
	background:#F1F1F1;
}
/* Intro Page */
.intro-page h1 {
	font:bold 66px/80px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#1d7cd1;
	text-align:center;
}
.intro-page h1 span {
	font:bold 34px/50px 'Inter', erdana, Arial, Helvetica, sans-serif;
	color:#232327;
	display:block;
	padding:10px 0;
}
.intro-page ul {
	text-align:center;
	margin:0;
	display:block;
}
.intro-page ul li {
	text-align:center;
	margin:0px 10px 15px 10px;
	padding:0px;
	list-style:none;
	display:inline-block;
}
.intro-page ul.green-but li a {
	background:#5acf70;
	color:#fff;
	border:2px solid #5acf70;
}
.intro-page ul.green-but li a:hover {
	background:#3eb755;
	color:#fff;
}
.intro-page ul li a {
	font:normal 17px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:10px 25px;
	border-radius:25px;
	border:2px solid #1d7cd1;
	background:#1d7cd1;
	text-decoration:none;
}
.intro-page ul li a:hover {
	color:#fff;
	background:#0862B3;
}
.intro-page ul li a.normal_button {
	color:#1d7cd1;
	border:2px solid #1d7cd1;
	background:#fff;
	/*width:248px;*/
}
.intro-page ul li a.normal_button:hover {
	color:#1d7cd1;
	background:#F1F1F1;
}
.intro-page p {
	font:normal 16px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:15px 0;
}
/* Payment Successfull Page */
.payment-s-page {
	text-align:center;
}
.payment-s-table {
	width:600px;
	margin:0px auto 30px auto;
}
.payment-s-table .pic {
	width:200px;
}
.payment-s-table .text h2 {
	font:bold 35px/45px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#52800b;
}
.payment-s-table .text h3 {
	font:bold 45px/55px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#696868;
	margin:0px;
	padding:15px 0;
}
.payment-s-table .text p.bold-grey {
	font:normal 18px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#696868;
}
.payment-s-table .text p.bold-grey span {
	display:block;
	font-weight:600;
}
.blue-but {
	font:normal 18px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#1d7cd1;
	padding:10px 20px;
	border-radius:10px;
	display:inline-block;
}
.payment-s-page ul {
	margin:0px;
	padding:30px 0 0 0;
}
.payment-s-page ul li {
	font:600 15px/24px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	color:#4f4f4f;
	margin:0px auto;
	padding:8px 0;
	width:330px;
	text-align:left;
}
.payment-s-page ul li span {
	color:#1d7cd1;
	font-weight:bold;
	display:inline-block;
}
.payment-s-page ul li:nth-child(1) {
	font-weight:600;
}
.head-value {
	width:100%;
	/*min-width:600px;*/
	margin:0 auto 20px auto;
	font:normal 15px/24px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.head-value .table-cell {
	padding:10px 15px;
	width:50%;
}
.head-value .table-cell.head {
	text-align:right;
	font-weight:600;
}
.head-value .table-cell.value {
	text-align:left;
}
.table-cell.head {
	color:#1d7cd1;
	width:130px;
}
/* Payment Failed Page */
.payment-f-page {
	text-align:center;
}
.payment-f-table {
	width:600px;
	margin:0px auto 30px auto;
}
.payment-f-table .pic {
	width:200px;
}
.payment-f-table .text h2 {
	font:bold 35px/45px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#cf0000;
}
.payment-f-table .text h3 {
	font:bold 45px/55px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#696868;
	margin:0px;
	padding:15px 0;
}
.payment-f-table .text p.bold-grey {
	font:normal 18px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#696868;
}
.payment-f-table .text p.bold-grey span {
	display:block;
	font-weight:600;
}
.blue-but-link {
	font:bold 18px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}
.blue-but-link a {
	color:#fff;
	text-decoration:none;
	background:#1d7cd1;
	padding:10px 20px;
	border-radius:25px;
	display:inline-block;
}
.blue-but-link a:hover {
	color:#fff;
	background:#006097;
}
.download-receipt {
	color:#fff !important;
	text-decoration:none;
	background:#1d7cd1;
	padding:5px 10px;
	border-radius:5px;
}
.download-receipt:hover {
	color:#fff;
	background:#006097;
}
/* 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:#1b4066;
	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;
}
/* Education Page */
.edu-list {
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
	clear:both;
}
.edu-list li {
	margin:0px 0px 15px 0;
	padding:10px 0;
	border-bottom:1px solid #D5D5D5;
	list-style:none;
	min-height:180px;
	float:left;
	width:100%;
	clear:both;
}
.edu-list li img {
	float:left;
	margin:10px 20px 10px 0px;
}
.edu-list li h2 {
	font:bold 22px/32px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#1d7cd1;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.edu-list li p {
	font:normal 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#2F2F2F;
	margin:0px;
	padding:10px 0;
}
.edu-list li .read-more {
	text-align:right;
	font:600 15px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.edu-list li .read-more a {
	display:inline-block;
	color:#1d7cd1;
	padding:5px 10px;
	border:1px solid #1d7cd1;
	border-radius:15px;
}
.edu-list li .read-more a:hover {
	background:#1d7cd1;
	color:#fff;
}
.edu-detail h2 {
	font:bold 22px/32px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#1d7cd1;
	padding:10px 0px 10px 0px;
	margin:0px;
}
.edu-detail img {
	margin:10px 0;
}
.edu-detail p {
	font:normal 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#2F2F2F;
	margin:0px;
	padding:10px 0;
}
.doc-list {
	margin:0px;
	padding:0px;
}
.doc-list li {
	display:inline-block;
	vertical-align:top;
	width:300px;
	margin:0px 20px 20px 0;
	font:600 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
}
.doc-list li a {
	color:#1d7cd1;
	padding:5px 10px;
	display:block;
	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);
	border-radius:5px;
	background:#f9f9fb;
}
/* pagination */

.pagination {
	margin:0px;
	padding:30px 0 0 0;
	font:bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.pagination {
	margin:20px 0px 20px 0px;
	padding:0px;
	text-align:center;
}
.pagination li {
	display:inline-block;
	vertical-align:top;
	list-style:none;
	margin:0px 1px;
}
.pagination li a {
	display:block;
	padding:5px 12px;
	border:1px solid #D5D5D5;
	border-radius:3px;
	text-decoration:none;
}
.pagination li a:hover {
	background:#B8B8B8;
	color:#fff;
	transition:ease all 0.3s;
}
.pagination li.active a {
	display:block;
	padding:5px 12px;
	border:1px solid #D5D5D5;
	background:#2977c9;
	border-radius:3px;
	color:#fff;
	border-radius:3px;
}
.pagination ul li span {
	display: block;
	padding: 5px 12px;
	border: 1px solid #D5D5D5;
	background: #2977c9;
	border-radius: 3px;
	color: #fff;
	border-radius: 3px;
}

/* Goals Page */
.goals-page .right-box-in-link {
	text-align:right;
	margin:0 0 10px 0;
	font:bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.goals-page .right-box-in-link a {
	display:inline-block;
	text-decoration:none;
	padding:8px 15px;
	background:#2977c9;
	border-radius:3px;
	color:#fff;
}
.goals-page .right-box-in-link a:hover {
	background:#006097;
	color:#fff;
}

/* Patients Page */
.patient-page .details-listing-table .right img {
	width:30px !important;
}
.patients-page .col-2 {
	width:150px;
}
.patients-page .right-box-in-link {
	text-align:right;
	margin:0 0 10px 0;
	font:bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.patients-page .right-box-in-link a {
	display:inline-block;
	text-decoration:none;
	padding:8px 15px;
	background:#2977c9;
	border-radius:3px;
	color:#fff;
}
.patients-page .right-box-in-link a:hover {
	background:#006097;
	color:#fff;
}
/* Unavailability Page */
.unavailability-page .col-1 {
	width:200px;
}
.unavailability-page .col-2 {
	width:200px;
}
.unavailability-page .col-4 {
	width:150px;
}

.availability-page .right-box-in-link, .unavailability-page .right-box-in-link {
	text-align:right;
	margin:0 0 10px 0;
	font:bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
}
.availability-page .right-box-in-link a, .unavailability-page .right-box-in-link a {
	display:inline-block;
	text-decoration:none;
	/*padding:8px 15px;*/
	background:#2977c9;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	margin-bottom:5px;
}
.availability-page .right-box-in-link a:hover, .unavailability-page .right-box-in-link a:hover {
	background:#006097;
	color:#fff;
}

/* View Appointment */
.app-pic-table .view-app-pic {
	width:150px;
}
.app-pic-table {
	margin:15px 0;
}
.app-pic-table h2 {
	font:bold 32px/40px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#2977c9;
	padding:0 0 10px 0;
}
.app-pic-table p {
	font:normal 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#494949;
}
.view-appointment-page .details-listing-table .col-1 {
	font:600 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#2977c9;
	width:200px;
}

/* Footer */
footer {
	border-top: 1px solid #ccc;
	background: #fff;
	float: left;
	width: 100%;
}
#Footer {
	padding: 15px 0;
}
#Footer > ul {
	margin:0px;
	padding:20px 0;
	font-size:0px;
	text-align:center;
}
#Footer > ul > li {
	list-style:none;
	display:inline-block;
	vertical-align:top;
	font: normal 14px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#232327;
	/*padding:80px 15px 20px 15px;*/
	box-sizing:border-box;
	text-align:left;
}
#Footer > ul > li.footer-col1 {
	padding-top:0px;
}
#Footer > ul > li.footer-col1, #Footer > ul > li.footer-col4 {
	width:30%;
	min-width:240px;
}
#Footer > ul > li.footer-col2, #Footer > ul > li.footer-col3 {
	width:20%;
}
#Footer > ul > li ul {
	margin:0px;
	padding:10px 0;
}
#Footer > ul > li ul li {
	margin:0px;
	padding:5px 0;
	list-style:none;
}
#Footer > ul > li ul li a {
	color:#232327;
	text-decoration:none;
}
#Footer > ul > li ul li a:hover {
	color:#1d7cd1;
	text-decoration:underline;
}
#Footer > ul > li .footer-phone input[type=text] {
	width:100%;
	padding:13px 10px;
	border:1px solid #CBCBCB;
	border-radius:20px;
	letter-spacing:1px;
	margin:0px 0px 10px 0;
	font-size:16px;
	box-sizing:border-box;
}
#Footer > ul > li .footer-phone .submit-button {
	width:200px;
	padding:13px 0;
	font-size:16px;
}
#Footer > ul > li ul.add-list li {
	padding:5px 0 5px 25px;
	background:url(../images/footer-icons.png) no-repeat left top;
}
#Footer > ul > li ul.add-list li:nth-child(1) {
	background-position:0 6px;
}
#Footer > ul > li ul.add-list li:nth-child(2) {
	background-position:0 -89px;
}
#Footer > ul > li ul.add-list li:nth-child(3) {
	background-position:0 -189px;
}
#Footer h2 {
	font: normal 14px/20px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	color: #232327;
}
#Footer h3 {
	font: bold 17px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	color: #1d7cd1;
}
#Footer > ul > li .ypo-logo {
	padding:10px 0;
}
#Footer > ul.footer_links {
	text-align: left;
	float: left;
	width: 100%;
	padding: 10px 0 30px;
}
#Footer > ul.footer_links li{
	float:right;
}
#Footer > ul.footer_links li.f_links{
	float:left;
	width:calc(100% - 135px);
}
#Footer > ul.footer_links li a{
	float:left;
	margin-right:20px;
	color:#2e2e2e;
	text-decoration:none;
}
#Footer > ul.footer_links li a:hover{
	text-decoration:underline;
}
#Footer > ul.footer_links li a.no_link{
	cursor:default;
}
.vertical-align-middle {
	vertical-align: middle !important;
}
.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;
}
.community_support_details h1 {
	font: bold 25px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #1d7cd1;
	margin: 0px 0px 20px 0;
}
.community_support_details h1 span {
	display: block;
	font: bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #9C9C9C;
}
.community_support_iframe {
	position: relative;
}

.onboarding_details h1 {
	font: bold 25px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #1d7cd1;
	margin: 0px 0px 20px 0;
}
.onboarding_details h1 span {
	display: block;
	font: bold 16px/22px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #9C9C9C;
}
.onboarding_iframe {
	position: relative;
}
/*.community_support_iframe iframe {
	width: 100% !important;
	height: 450px !important;
}*/
/* Therapist Profile page starts */
.dr_profile_pge h2 {
	font: bold 25px/28px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #1d7cd1;
	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: #1d7cd1;
	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;
}
/*.d-none {
    display: none !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 {
    padding: 13px 15px 10px 15px;
    font-size: 20px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    border-radius: 50px;
    display: none;
    height: auto;
    text-align: center;
    background: #333333;
    color: #fff;
} */
.page-loading {
	/* padding: 5px 15px; */
	/* font-size: 20px; */
	position: fixed;
	left:50%;
	top:50%;
	z-index: 9999;
	/* border-radius: 2px; */
	display: none;
	height: auto;
	text-align: center;
	/* background: #2977c9 !important; */
	color: #fff;
	/* border: 2px solid #ccc; */
	/* border-top: none; */
	/* border-left: none; */
	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: #1d7cd1 !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;
}
.modal-open {
	overflow: hidden;
}
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9990;
}
.modal-footer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9990;
}
.modal-title {
	font-size: 18px;
}
/*.modal-content {
    position: absolute;
    left: 50%;
    top:0;
	transform: translate(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem;
    width: 60%;
    border-radius: 0.5rem;
}*/
.modal-content {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%, 0);
	background-color: white;
	padding: 1rem;
	width: 60%;
	border-radius: 0.5rem;
}
.modal-content-header {
    padding: 1rem 0px;
    position: relative;
}
.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;
}
.close-button:hover, close-button-terms_conditions:hover {
    background-color: darkgray;
}
.show-modal {
	opacity: 1;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: auto;
}
.show-modal-footer {
	opacity: 1;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: auto;
}
#crop_save_photo {
	width: 110px;
	background: #2977c9;
	border-radius: 5px;
	padding:15px 0;
	color: #fff !important;
	border: none;
	font-size: 18px;
	line-height: 20px;
	cursor: pointer;
	letter-spacing: 2px;
	cursor: pointer;
}
#crop_save_photo:hover{
	background:#006097;
}
.clander-loader-fade {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    opacity: 0.7;
    filter: alpha(opacity=0.7);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    border-radius:2px;
}  
.clander-loader {
    padding: 13px 15px 10px 15px;
    font-size: 20px;
    position: absolute;
    left: 44%;
    top: 42%;
    z-index: 9999;
    border-radius: 50px;
    height: auto;
    text-align: center;
    color: #fff;
} 
.clander-loader i {
    font-size: 35px;
}
.payment-loader-fade {
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    opacity: 0.4;
    filter: alpha(opacity=0.4);
    -moz-opacity:0.4;
    -khtml-opacity: 0.4;
    border-radius: 10px;
}  
.payment-loader {
    padding: 13px 15px 10px 15px;
    font-size: 20px;
    position: absolute;
    left: 44%;
    top: 10%;
    z-index: 9999;
    border-radius: 50px;
    height: auto;
    text-align: center;
    color: #fff;
} 
.payment-loader i {
    font-size: 35px;
}
li.submit-con {
    position: relative;
}
.danger-text {
    color: #f80c23 !important;
}
.tbl_listing_result .table-cell{
	text-align:left;
	/*vertical-align: top;*/
}
.tbl_listing_result .table-cell.viewtop{
	text-align:left;
	vertical-align: top;
}
.tbl_listing_result .table-cell.right{
	text-align:right;
}
.tbl_listing_result .table-cell.right img {
	margin-top: -3px;
}
.tbl_listing_result{
	overflow-x:auto;
}
.full-width-form li.submit-con .submit-button {
	margin-bottom:10px;
}
#animated_photos_file_uploads{
	display:none;
}
#create_animated_photo {
	background: #2977c9;
	color: #fff;
	padding: 5px 8px;
	margin-top: 10px;
	display: inline-block;
	border-radius:2px;
}
#change_your_animated_photo i{
	margin-right:3px;
}
#create_animated_photo:hover{
	background:#064280;
	color:#fff;
}
#animated_photo_success {
	clear: both;
}
.timePicker {
	background: url(/images/time.png) 96% 45% no-repeat;
}
.full-width-form li ul.radio-button-list li, .genders_lst li {
	margin-bottom:5px;
}
.notFound {
    padding: 60px 0px;
    text-align: center;
}
.notFound h2 {
    margin: 20px 0px;
}
ul.subscriptions li {
    list-style: none;
    display: block;
    padding: 0px 0px 10px 0px;
	margin-top: 10px;
}
.subscriptions-box {
	border: 1px solid #e9e6e6;
}
.subscriptions-header {
	background-color: #e9e6e6;
	padding: 10px;
}
.subscriptions-body {
	padding: 10px;
}
.subscriptions-header a {
	float: right;
	font-weight: 500;
}
.subscriptions-body .head {
	width: 140px;
}
.mobile-version-tel {
	display: none;
}
.subscriptions-body .value, .subscriptions-body .head {
	display: inline-block;
	vertical-align: top;
}
.subscriptions-body .head-value {
	margin: 0px;
}
.subscriptions-body .table-row {
    margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    margin-right: 15px;
	vertical-align: top;
}
.fullWidth70 {
	width: 70%;
}
.button-subscription {
	background: #2977c9 !important;
	border-radius: 30px;
	padding: 5px 20px;
	color: #fff !important;
	border: none;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	letter-spacing:2px;
	margin: 10px 0px;
}
.card-name {
	padding: 2px 10px;
    border: 1px solid #dddbdb;
    display: inline-block;
    border-radius: 5px;
}
.text-right {
    text-align: right;
}
span.label-col-float-right {
    float: right;
}
.subscriptions-body .value, .subscriptions-body .head{
	position: relative;
}
.subscriptions-body .head span{
	float: right;
	margin: 0 5px;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 0;
}
/* Content CSS */
.textMain {
	/*padding: 10px 10px 50px 10px;*/
	font: normal 16px/30px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #2e2e2e;
}
.textMain a {
	color: #2977c9;
}
.textMain a:hover {
	color: #064280;
	text-decoration: underline;
}
.textMain .text-center {
	text-align: center;
}
.textMain h2, .textMain h3, .textMain h4, .hTag2, .hTag3, .hTag4 {
	padding: 15px 0px 5px 0px;
}
.textMain h1 a, .textMain h2 a, .textMain h3 a, .textMain h4 a, .hTag2 a, .hTag3 a, .hTag4 a {
	text-decoration: none;
}
.textMain h2, .hTag2, .textMain h3.hTag2, .textMain h4.hTag2 {
	font: normal 20px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#202020;
}
.textMain h2 a, .hTag2 a, .textMain h3.hTag2 a, .textMain h4.hTag2 a {
	color: #014cbe;
}
.textMain h3, .hTag3, .textMain h2.hTag3, .textMain h4.hTag3 {
	font: 500 18px/24px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color:#202020;
}
.textMain h3 a, .hTag3 a, .textMain h2.hTag3 a, .textMain h4.hTag3 a {
	color: #353535;
}
.textMain h4, .hTag4, .textMain h2.hTag4, .textMain h3.hTag4 {
	font: normal 20px/26px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	color: #202020;
}
.textMain h4 a, .hTag4 a, .textMain h2.hTag4 a, .textMain h3.hTag4 a {
	color: #014cbe;
}
.textMain p {
	padding: 5px 0px 15px 0px;
}
.textMain ul {
	padding: 0px 0px 10px 30px;
}
.textMain ul li {
	list-style:disc;
	padding: 5px 5px 5px 0px;
}
.textMain ol {
	padding: 0px 0px 10px 30px;
}
.textMain ol.upper-roman li {
	list-style:upper-roman;
}
.textMain ol.upper-roman li ul.disc {
	margin:0px;
}
.textMain ol.upper-roman li ul.disc li {
	list-style:disc;
	padding:5px;
}
.textMain ol.upper-roman li ol.decimal {
	margin:0px;
}
.textMain ol.upper-roman li ol.decimal li {
	list-style:decimal;
	padding:5px;
}
.textMain ol.upper-roman li ol.decimal li ol.lower-alpha {
	margin:0px;
}
.textMain ol.upper-roman li ol.decimal li ol.lower-alpha li {
	list-style:lower-alpha;
	padding:5px;
}
.textMain ol.upper-roman li {
	list-style:upper-roman;
}
/*.textMain ul li, .textMain ol ul li {
	background: url(/images/bullet-b.gif) no-repeat 10px 15px;
	padding: 5px 5px 5px 0px;
}
.textMain ul.select2-choices li {
	background:none;
}
.textMain ol li {
	padding: 5px 5px 5px 5px;
	list-style: decimal;
}
.textMain ul ul, .textMain ol ol {
	padding: 0px 5px 5px 20px;
}
.textMain ul ul li {
	background: none;
	padding: 5px;
	list-style: circle;
}
.textMain ol ol li {
	padding: 5px;
	list-style-type: lower-alpha;
}
.textMain ol ul li {
	list-style: none;
}
.textMain ul ul ul li {
	list-style: square;
}
.textMain ol ol ol li {
	list-style: lower-roman;
}*/
.textMain li p {
	padding: 5px;
}
.textMainBold, .textMain strong {
	font-weight: bold;
}
.textMain p.textMainBold {
	padding: 15px 0px 5px 0px;
}
.textMain em {
	font-style: italic;
}
span.more-text {
    display: none;
}
.pay-success-main {
	max-width:800px;
	min-width:300px;
	padding:0px 10px;
	margin:0px auto;
}
.pay-success {
	border-radius:20px;
	background:#f3f3f3;
	position:relative;
	margin:200px auto 30px auto;
	padding:100px 0 40px 0;
	font: bold 20px/30px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.pay-success::before {
	content:'';
	position:absolute;
	width:100px;
	height:100px;
	left:0;
	right:0;
	margin:0px auto;
	top:-50px;
	background:url(/images/payment-success.png) no-repeat center top;
	background-size:100% auto;
}
.pay-success span {
	display:block;
	color:#5b7829;
	padding:5px 0 50px 0;
}
.pay-success input {
	display:inline-block;
	background:#1d7bd2;
	border-radius:7px;
	text-transform:uppercase;
	color:#fff;
	font: bold 14px/18px 'Inter', Verdana, Arial, Helvetica, sans-serif;
	border:0px;
	padding:15px 50px;
	letter-spacing:1px;
	cursor:pointer;
}
#frm_therapist_registration .full-width-form li ul li input[type="checkbox"],  ul.specializations li input[type="checkbox"]{
    margin: 0;
}
.offline-chat-popup {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9991;
    width: 280px;
    text-align: center;
    border: 1px solid #cccccc;
    padding: 10px;
    background: #ffffff;
    vertical-align: top;
	display: none;
	min-height: 350px;
}
.chat-button {
    background: #2977c9;
    color: #ffff;
    vertical-align: middle;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 4px 0px;
    background-image: linear-gradient(to top, rgb(25, 118, 210), rgb(25, 118, 210));
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 11px 18px;
    width: 130px;
    border-radius: 24px;
    position: fixed;
    bottom: 16px;
    right: 24px;
    z-index: 9996;
	cursor: pointer;
}
.chat-button img {
    right: 20px;
    position: absolute;
    top: 12px;
	width: 20px;
}
.offline-chat-popup-header {
	text-align: left;
    padding-bottom: 10px;
}
.offline-chat-popup-close {
	right: 10px;
    position: absolute;
    top: 15px;
    cursor: pointer;
	width: 15px;
}
.text-muted {
	font-size: 80%;
}
.form-control-group {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 250px;
}
.input-group-append {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-control-group>.form-input {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1% !important;
	margin-bottom: 0;
  }
  .btn-outline-secondary {
	background-color: #e5e5e5;
	background-image: none;
	border: 1px solid #e5e5e5;
	cursor: pointer;
  }
  .text-success {
	color: #155724;
  }
  .card-box-dark {
    color: #fff !important;
    background-color: #6c757d !important;
}  .card-box-light {
	background-color: #f8f9fa !important;
  }
  .card-box {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.show_in_mobile, .btn.show_in_mobile{
	display:none;
}

li.symptoms_categories {
    margin-bottom: 15px;
}
.apt_summary .table-row {
    display: block;
    float: left;
    width: 48%;
    margin: 5px 10px 10px;
}
.datepicker td, .datepicker th {
    width: 35px !important;
    height: 35px !important;
}

.datepicker table tr td span {
    width: 31% !important;
}

@media screen and (max-width : 1023px){
	.subscriptions-body .table-row {
		width: 100%;
		margin-right: 10px;
	}
}
@media screen and (max-width : 1200px) {
	#Header, #Footer, #Content-Main{
		padding:0 10px;
		box-sizing:border-box;
	}
	.therapist-list li{
		width:calc(100%/2 - 20px);
	}
	/*.community-support-list li{
		width:calc(100%/2 - 20px);
	}
	.therapist-list .therapist-cell.book-app{
		min-height:290px;
	}*/
	.dr_photo_pic {
		min-height: 0;
	}
}
@media screen and (max-width : 980px) {
.table-div.therapist-prof {
	display:block;
	width:100%;
}
.therapist-details {
	display:block;
	width:100%;
}
.therapist-app {
	display:block;
	width:100%;
	box-sizing:border-box;
	min-height:350px;
}
.shadow {
	min-height:inherit;
	margin:0px 0px 20px 0;
}
.therapist-app img {
	float:left;
	margin:0 20px 0px 0;
}
.time-slots {
	background:none;
}
/*.full-width-form.reg-form {
	width: 90%;
}*/
}

@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 : 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;
}



}

@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;
}
}
@media screen and (max-width : 580px) {
.textMain ol {
	padding: 0px 0px 10px 8px;
}	
.therapist-app img {
	float:none;
	margin:0px auto;
	display:block;
}
/*.time-slots {
	width:300px;
	margin:0px auto;
}*/
.edu-list li img {
	float: none;
	margin: 10px auto;
	display:block;
}
ul.login_frm{
	width:100%;
}
.show-consultion-timer .submit-button{
	width:100%;
	margin:0 0 10px;
	box-sizing:border-box;
}
.dr_photo, .dr_calendar_sec {
	float: left;
	width:100%;
	margin: 0 0 20px 0;
}
}
@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;
}

}
@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;
	}
}
