h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Nunito', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
}
img {
	border: none;
	outline: none;
	max-width: 100%;
}
a, .btn, button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}
a img, iframe {
	border: none;
}
p {
	color: inherit;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
	line-height: 26px;
	font-size: 14px;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}
pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	box-shadow: inherit;
}
ul {
	margin: 0;
	list-style-type: none;
}
a, a:active, a:focus, a:hover {
	outline: none;
	text-decoration: none;
}
a:hover {
}
a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Inter', sans-serif;/*font-weight: 600;
	color: #4a86c5;*/
}
b, strong {
	font-weight: 900;
}
.btn.focus, .btn:active:focus, .btn:active:hover, .btn:focus, .btn:hover {
	outline: 0;
}
.btn.circle {
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.btn.active, .btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
/* Default CSS */
.container-medium {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}
.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}
.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}
.top-five.default-padding.bottom-less.d-none.d-md-block {
	background: #A3B9D5;
	background: linear-gradient(90deg, rgba(163, 185, 213, 1) 0%, rgba(175, 194, 217, 1) 21%, rgba(188, 204, 222, 1) 42%, rgba(203, 214, 227, 1) 63%, rgba(214, 223, 231, 1) 82%, rgba(228, 233, 237, 1) 98%);
}
.getStarted {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
	color: #fff;
	padding: 15px 25px;
	border-radius: 35px;
	font: 700 19px/30px var(--siteFont);
}
.getStarted:hover {
	background: linear-gradient(90deg, #67c1b8, #4a86c5);
	color: #fff;
}
.graphMenu.my-0 .graphactive:hover {
	color: #fff;
	background: #67c1b8;
}
.hero-content .bg-blue {
	border-radius: 25px;
	padding: 12px 24px;
	background: rgba(255,255,255,0.08);
}
.submit-con #color, .loc-cell.search-con #btn_search, .submit-con.mt-2 #btn_change_password, .submit-con.act_btns #btn_settings {
	background: var(--teal);
	padding: 10px 20px;
	border: none;
	color: #fff;
	-webkit-text-fill-color: #fff;
	border-radius: 50px;
	min-width: 100px;
}
.therapist-list {
	text-align: center;
}
.therapist-list li {
	display: inline-block;
	vertical-align: top;
	margin: 1%;
}
.therapist-table {
	border: 1px solid #ece8e8;
	padding: 10px;
	border-radius: 5px;
	max-width: 315px;
	box-shadow: rgba(99, 99, 99, 0.17) 0px 2px 8px 0px;
	min-height: 475px;
}
.therapist-cell.profile_pic_sec {
	min-height: 260px;
}
.therapist-cell.profile_pic_sec img {
	width: 100%;
	height:260px;
	object-fit: cover;
	border-radius:5px;
}
.therapist-cell.book-app {
	text-align: left;
	padding: 10px 0px 5px 0px;
}
#Content-Main .therapist-cell h2 {
	margin: 0px;
	font: 600 24px/30px var(--siteFont);
	color: #1A7BB8;
	padding: 0px 0px 2px 0px;
}
.therapist-list .time-fee {
	padding-bottom: 20px;
}
.therapist-list .bg-blue:hover {
	background: linear-gradient(90deg, #67c1b8, #4a86c5);
}
.therapist-list .bg-blue {
	width: 100%;
	background: #2A9ED8;
}
.center.apt_succ_note.my-2 {
	text-align: center;
	color: #4a86c5;
}
.form-wrapper-main .center {
	text-align: center;
	color:#000;
}
.d-none {
	display: none !important;
}
.breadcrumb-area .col-lg-6 {
	width: 100%;
	-ms-flex: 100%;
	flex: 100%;
	max-width: 100%;
}
.footer-entry.mt-5 span {
	display: block;
	margin-bottom: 15px;
}
/*.text.dash {
	padding-left:3px;
}*/
 @media (min-width:576px) {
.container-medium {
	max-width: 540px;
}
.breadcrumb-area {
	padding: 50px 20px;
}
}
 @media (min-width:768px) {
.container-medium {
	max-width: 720px;
}
}
 @media (min-width:992px) {
.container-medium {
	max-width: 960px;
}
}
 @media (min-width:1200px) {
.container-medium {
	max-width: 1400px;
	width: 80%;
}
}
 @media (min-width:576px) {
.container-full {
	max-width: 540px;
}
}
 @media (min-width:768px) {
.container-full {
	max-width: 720px;
}
}
 @media (min-width:992px) {
.container-full {
	max-width: 960px;
}
}
 @media (min-width:1200px) {
.container-full {
	max-width: 1400px;
	width: 90%;
}
}
 @media (min-width:576px) {
.container-fill {
	max-width: 540px;
}
}
 @media (min-width:768px) {
.container-fill {
	max-width: 720px;
}
}
 @media (min-width:992px) {
.container-fill {
	max-width: 960px;
}
}
 @media (min-width:1200px) {
.container-fill {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
}
.  .fixed-bg {
 position: absolute;
 left: 0;
 bottom: 0;
 height: 100%;
 width: 100%;
 z-index: -1;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.bg-cover-bottom {
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.bg-bottom-center {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
.bg-gray {
	background-color: #f3f7fd;
}
.bg-gray-hard {
	background-color: #d1eeec;
}
.bg-theme-small {
	background-color: #edf5ff;
}
.bg-light {
	background-color: #ffffff;
}
.bg-theme {
	background-color: #086AD8;
}
.bg-light-gradient {
	background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}
.gradient-bg {
	background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
	background-color: #086AD8;
}
.container-md {
	width: 90%;
	margin: auto;
	position: relative;
}
.text-italic {
	font-style: italic;
}
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light a {
	color: #ffffff;
}
.shadow {
	position: relative;
	z-index: 1;
	box-shadow: inherit;
}
.shadow.dark::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.dark-hard::after {
	background: #000000 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.75;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.light::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.3;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.theme::after {
	background: #086AD8 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.shadow.theme-hard::after {
	background: #086AD8 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.default-padding, .default-padding-top, .default-padding-bottom, .default-padding-mx {
	position: relative;
	z-index: 1;
}
.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}
.default-padding-top {
	padding-top: 100px;
}
.default-padding-bottom {
	padding-bottom: 120px;
}
.default-padding.bottom-less {
	padding-top: 70px;
	padding-bottom: 45px;
}
.default-padding-bottom.bottom-less {
	margin-bottom: -30px;
}
.default-padding-top.bottom-less {
	margin-bottom: -30px;
}
.top-border {
	border-top: 1px solid #e7e7e7;
}
.align-center {
	align-items: center;
}
.btn {
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	line-height: 25px;
	/*text-transform: capitalize;*/
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 5px;
	font-size: 17px;
}
.btn i {
	font-size: 20px;
	position: relative;
}
.btn.btn-sm i {
	font-size: 16px;
	margin-left: 5px;
	position: relative;
	top: 1px;
}
.btn.btn-icon i {
	font-size: 50px;
	align-items: center;
	float: left;
	margin-right: 10px;
}
.btn.btn-icon {
	padding: 0;
	line-height: 50px;
}
.btn.btn-icon:hover {
	color: #ffffff;
}
.btn-md {
	padding: 15px 40px;
}
.btn-sm {
	padding: 10px 35px;
	font-size: 14px;
}
.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}
.btn-border-light {
	border: 2px solid #ffffff;
}
.btn.btn-sm-pro.btn-border-light:hover, .btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #0e2b3d;
	border: 2px solid #ffffff;
}
.btn-dark {
	background-color: #0e2b3d;
	color: #ffffff;
	border: 2px solid #0e2b3d;
}
.btn-dark.border {
	background-color: transparent;
	color: #0e2b3d;
	border: 2px solid #0e2b3d;
}
.btn-dark.border:hover {
	background-color: #0e2b3d;
	color: #ffffff;
	border: 2px solid #0e2b3d;
}
.btn-gray.border {
	background-color: transparent;
	color: #086AD8;
	border: 2px solid #e7e7e7;
}
.btn-gray.border:hover {
	background-color: #086AD8;
	color: #ffffff;
	border: 2px solid #086AD8;
}
.btn-gray.effect {
	background: #fafafa;
	border: 1px solid #e7e7e7;
}
.btn.btn-light {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #0e2b3d;
}
.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #0e2b3d;
}
.btn-standard {
	display: inline-block;
	text-align: center;
	color: #086ad8;
	margin-top: 15px;
	border: 1px solid #e7e7e7;
	padding: 10px 35px;
	text-transform: capitalize;
	border-radius: 30px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	overflow: hidden;
	font-size: 13px;
}
.btn-standard:hover {
	color: #ffffff;
}
.btn-standard::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background: #086AD8;
	transition: all 0.35s ease-in-out;
	left: -100%;
	bottom: 0;
	z-index: -1;
}
.btn-standard:hover::after {
	left: 0;
}
.btn-standard.md {
	padding: 13px 45px;
}
.btn-standard i {
	display: inline-block;
	text-align: center;
	color: #086AD8;
	font-size: 15px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	margin-left: 3px;
	top: 1px;
	transition: all 0.35s ease-in-out;
}
.btn-standard:hover i {
	color: #ffffff;
}
.bg-theme .btn-standard:hover, .bg-dark .btn-standard:hover, .bg-gradient .btn-standard:hover, .shadow .btn-standard:hover {
	color: #ffffff;
}
.btn-dark:hover, .btn-dark:focus {
	color: #0e2b3d;
	background: transparent;
}
.bg-dark {
	background: #001d4c;
}
.bg-dark-hard {
	background: #08111e;
}
.bg-gradient {
	background: #086AD8;
	background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
}
.btn-theme {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
	color: #ffffff;
	border: 0;
}
.btn-theme.border {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
	color: #0e2b3d;
}
.text-light .btn-theme.border {
	color: #ffffff;
}
.btn-theme.border:hover {
	background-color: #086AD8;
	color: #ffffff;
	border: 0;
}
.btn-theme.effect:hover, .btn-theme.effect:focus {
	background: #086AD8 none repeat scroll 0 0;
	border: 0;
	color: #ffffff;
}
.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}
.bg-theme a.btn-theme.btn:hover, .bg-theme a.btn-theme.btn:focus {
	border: 2px solid #ffffff;
	color: #ffffff;
}
/* Gradient Button */
.btn-gradient, .btn-gradient:focus {
	position: relative;
	z-index: 1;
	color: #ffffff;
	padding: 18px 40px;
}
.btn-gradient:hover {
	color: #ffffff;
}
.btn-gradient::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: linear-gradient(90deg, rgba(9,70,139,1) 0%, rgba(30,132,246,1) 100%);
	transition: all 0.35s ease-in-out;
	z-index: -1;
	box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #086AD8;
}
.btn-gradient i {
	display: inline-block;
	line-height: 28px;
	color: #ffffff;
	font-size: 14px;
	margin-left: 5px;
}
.btn-gradient.icon-normal i {
	border: none;
	background: transparent;
	font-size: 20px;
	line-height: inherit;
	position: relative;
	top: 2px;
	margin-right: 0;
	height: auto;
	width: auto;
}
.btn-gradient.icon-left i {
	margin-left: 0;
	margin-right: 5px;
}
.inc-icon i {
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 28px;
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 10px;
	border-radius: 50%;
	margin-left: 5px;
	border: 1px dashed rgba(255, 255, 255, 0.5);
}
.btn-gradient.btn-sm {
	padding: 10px 30px;
}
.btn.btn-transparent.border {
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-transparent.border:hover {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff;
}
.relative {
	position: relative;
	z-index: 1;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.overflow-hidden {
	overflow: hidden;
}
button, button:focus {
	border: none;
	box-shadow: inherit;
	outline: inherit;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after, header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}
.attr-nav .social.right li {
	margin-left: 20px;
}
.attr-nav .social li a {
	font-size: 16px;
}
/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover, .attr-nav > a.btn-theme.effect, .attr-nav > a.btn-theme.effect:focus {
	background: #086AD8 none repeat scroll 0 0;
	border: 2px solid #086AD8;
	color: #ffffff;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
.attr-nav.social li {
	display: inline-block;
	padding: 25px 0;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #086AD8;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0;
	text-align: center;
	width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0;
}
.site-heading h2 {
	display: inline-block;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 0;
	position: relative;
	letter-spacing: 1px;
	line-height: 1.4;
}
.site-heading.less-info h2 {
	margin-bottom: 0;
}
.site-heading h4 {
	color: #086AD8;
	font-weight: 600;
	text-transform: uppercase;
}
.site-heading.clean h2 {
	padding-bottom: 0;
}
.site-heading.clean h2 span {
	color: #086AD8;
}
.site-heading h2 span {
	color: #086AD8;
}
.site-heading.barber h2 span {
	color: #bc9355;
}
.site-heading p {
	margin: 0;
	margin-top: 20px;
	padding: 0 7%;
}
.site-heading h2::before {
	background: #086AD8 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 40px;
}
.site-heading h2::after {
	background: #086AD8 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: 20px;
	position: absolute;
	width: 5px;
}
.site-heading.text-left h2::before {
	left: 0;
	margin-left: 0;
}
.site-heading.text-left h2::after {
	left: 45px;
	margin-left: 0;
}
.shadow .site-heading h2, .shadow .site-heading p {
	color: #ffffff;
}
.bg-theme .site-heading h2::before, .shadow .site-heading h2::before {
	background: #ffffff none repeat scroll 0 0;
}
.site-heading h2 span {
	color: #086AD8;
}
.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}
.carousel-shadow .owl-stage-outer {
	margin: -15px -15px;
	padding: 15px;
}
.heading-left {
	margin-bottom: 60px;
}
.heading-left .left-info {
	padding-right: 50px;
	border-right: 1px solid #dddddd;
}
.heading-left .right-info {
	padding-left: 50px;
}
.heading-left h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-left: 45px;
	color: #086AD8;
}
.heading-left h5::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 2px;
	width: 30px;
	background: #086AD8;
	margin-top: -1px;
}
.heading-left p {
	margin-top: -5px;
	margin-bottom: 0;
}
.heading-left h2 {
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0;
}
.heading-left a {
	margin-top: 10px;
}
.area-title {
	font-size: 40px;
	line-height: 1.2;
}
/* Fixed Shape */
.fixed-shape-bottom {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}
.fixed-shape-bottom img {
	width: 100%;
}
.nav-box .language-switcher .dropdown-menu {
	top: 58px;
}
.mainHome #TopHeadCol {
	display: none;
}
.mainHome #Header-Container {
	position: absolute;
	z-index: 2;
}
.breadcrumb-area {
	padding: 80px 0;
}
.breadcrumb-area.less-background {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
}
.breadcrumb-area.less-background::after {
	display: none;
}
.breadcrumb-area.less-background .breadcrumb::after {
	display: none;
}
.breadcrumb-area.less-background ul.breadcrumb::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #ffffff;
	z-index: -1;
	opacity: 0.1;
}
.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 15px;
	position: relative;
	z-index: 1;
}
.breadcrumb-area .breadcrumb::after {
	background: #232323 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.breadcrumb-area h2 {
	display: block;
	font-size: clamp(27px, 4vw, 40px);
	font-weight: 700;
	text-transform: capitalize;
}
.breadcrumb > li + li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	padding: 0 5px;
	color: #ffffff;
	display: none;
}
.breadcrumb-area .breadcrumb li i {
	margin-right: 5px;
}
.breadcrumb-area .breadcrumb li {
	padding: 0 15px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.breadcrumb-area .breadcrumb li::after {
	border: 2px solid #ffffff;
	content: "";
	height: 10px;
	left: -7px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.breadcrumb-area .breadcrumb li:first-child::after {
	display: none;
}
.breadcrumb-area .breadcrumb a, .breadcrumb-area .breadcrumb li {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffffff;
}
.breadcrumb-area .breadcrumb li.active {
	color: #ffffff;
	text-decoration: underline;
}
 @keyframes rotate-animation {
0% {
 transform: rotate(0deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @media (min-width:1300px) {
}
/* ============================================================== 
   # Video Button Play
=================================================================== */
.video-play-button {
	color: #086AD8;
	font-size: 30px;
	left: 50%;
	padding-left: 7px;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}
.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button.theme:before, .video-play-button.theme:after {
	background: #086AD8 repeat scroll 0 0;
}
.orange .video-play-button.theme:before, .orange .video-play-button.theme:after {
	background: #FF5621 repeat scroll 0 0;
}
.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ffffff repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
}
 @-webkit-keyframes pulse-border {
0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
 @keyframes pulse-border {
0% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
 opacity: 0;
}
}
.video-play-button i {
	display: block;
	position: relative;
	z-index: 3;
	color: #086AD8;
}
.video-play-button.theme i {
	color: #ffffff;
}
.video-play-button.relative {
	position: relative;
	display: inline-block;
	left: 30px;
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 0;
	top: 43px;
	margin-left: 10px;
}
.video-play-button.relative::before, .video-play-button.relative::after {
	height: 60px;
	width: 60px;
	line-height: 60px;
}
.video-play-button.relative i {
	line-height: 63px;
	font-size: 20px;
}
.video-play-button.relative span {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	left: 100%;
	min-width: 300%;
	text-transform: uppercase;
	margin-top: -7px;
	margin-left: 20px;
	text-align: left;
}
/* Nice Select CSS */
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	text-align: left;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 15px;
	color: #0e2b3d;
}
.nice-select .current {
	color: #666666;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0;
	right: 0;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	-o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	width: 100%;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: block;
	margin: 0;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}
.no-csspointerevents .nice-select .list {
	display: none;
}
.no-csspointerevents .nice-select.open .list {
	display: block;
}
/*kcm*/
/*login*/
/*custom menu*/
.loggedin {
	padding-top: 24px;
}
table.table-condensed {
	width: 100%;
}
.datepicker-months {
	min-width: 230px;
}
.datepicker-dropdown {
	min-width: 274px;
}
.datepicker {
	padding: 10px;
	z-index: 1000;
}
a.navbar-brand.orglogo:before {
	content: '';
	display: block;
	position: absolute;
	left: 165px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 36px;
	background-color: #ccc;
}
.backb {
	background: #f9f9f9;
}
.enable-mobile {
	display: none;
}
.search_frm .srh_icon {
	right: 13px;
	top: 50%;
}
.modal1-content-header {
	padding: 10px;
	position: sticky;
	top: 0;
	z-index: 10;
}
.modal-content-data {
	flex: 1;
	padding: 1rem;
	overflow-y: auto;
	background-color: #fff;
	padding-left: 30px;
}
.modal-content-data.textMain h2 {
	font-size: 20px;
	line-height: 29px;
	font-weight: 600;
	padding: 20px 0px 0px 0px;
}
.modal-content-data.textMain .upper-roman h3 {
	font-size: 18px;
	font-weight: 600;
	padding: 15px 0px 0px 0px;
}
.modal1-content {
	position: absolute;
	left: 50%;
	top: 5%;
	transform: translate(-50%, 0);
	background-color: white;
	padding: 1rem;
	width: 60%;
	border-radius: 0.5rem;
	height: 500px;
	display: flex;
	flex-direction: column;
	overflow: hidden; /* Prevent overflow outside modal */
}
.modal1.modal-Telehealth.show-modal .modal1-content {
	overflow: scroll;
}
.modal1.modal-Telehealth.show-modal .modal1-content-data.textMain ol {
	padding: 10px 10px 20px 25px;
}
.modal1.modal-Telehealth.show-modal .modal1-content-header {
	background: #fff;
}
.modal-content-data.textMain ol {
	padding-left: 15px;
}
.modal1.modal-Telehealth.show-modal .modal1-content-data.textMain h2 {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}
.modal1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	outline: 0;
	z-index: 1050;
}
.modal1.show-modal {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}
.modal-content-data {
	flex: 1;
	padding: 1rem;
	overflow-y: auto;
	background-color: #fff;
}
.modal-content-header {
	padding: 1rem;
	position: sticky;
	top: 0;
	z-index: 10;
}
.modal-content {
	position: absolute;
	left: 50%;
	top: 23%;
	transform: translate(-50%, 0);
	/*background:linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 120%, #1A7BB8 100%);*/
	padding: 1rem;
	width: 60%;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	overflow: hidden; /* Prevent overflow outside modal */
}
#appointment_consultation_session_notes {
	width: 100%;
}
.full-width-form.slot-booking-other-form li.insurance_section_show {
	overflow-y: none;
	min-height: 325px;
}
#slotBook .full-width-form.slot-booking-other-form li.insurance_section_show {
	min-height: auto;
}
.qq-gallery .qq-upload-list {
	padding-top: 18px;
}
.qq-gallery .qq-file-info {
	min-height: 44px;
}
.qq-gallery.qq-uploader DIALOG .qq-dialog-buttons BUTTON {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px 30px;
	margin-bottom: 10px;
}
.qq-gallery.qq-uploader DIALOG[open] {
	display: block;
	margin: 0 auto;
	padding: 41px;
}
.form-control {
 height: calc(2.8em + .75rem + 2px);
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	outline: 0;
	z-index: 1050;
}
.modal.show-modal {
	display: block;
	animation: fadeIn 0.3s ease-in-out;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.dr_photo_pic #therapist_pic_sec {
	padding: 5px;
	border-radius: 12px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	display: block;
	height: 375px;
}
.dr_photo_pic #therapist_pic_sec img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 12px;
}
.my-dropdown-menu {
	position: absolute;
	right: 0;
	/*transform: translateX(-50%);*/
	min-width: 230px;
	padding: 0.5rem 0.6rem;
	background: #fff;
	border: 1px solid #e9ecef;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: none; /* Initially hidden */
	z-index: 1000;
}
.my-dropdown-menu.show {
	display: block;
	opacity: 1;
	transform: translateX(-50%) scale(1);
}
.my-dropdown-menu a {
	display: flex;
	align-items: center;
	padding: 0.1rem;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.my-dropdown-menu a:hover {
	background-color: #f8f9fa;
	color: #1A7BB8;
}
.my-dropdown-item i {
	font-size: 16px; /* Standardized icon size */
	margin-right: 0.75rem;
	color: #1A7BB8;
}
.my-dropdown-item .icon {
	width: 28px;
	padding: 2px 0px;
	text-align:center;
}

.my-dropdown-item .text {
	font-size: 13px;
	font-weight: 400;
}
.my-dropdown-item .text, .my-dropdown-item .icon {
	display: inline-block;
}
.my-dropdown-item.text-danger i {
	color: #dc3545;
}
/*end*/
.font-weight-bold {
	font-weight: bold;
}
.full-width-form li ul {
	margin: 0 0 0 0;
	padding: 6px 10px 6px 10px;
}
.thrpst .patient-type {
	margin-bottom: 0rem;
	width: 100%;
}
.thrpst .sub-options {
	display: flex;
	gap: 1rem;
	margin-left: 2px;
}
.thrpst .sub-options label {
	display: inline-flex;
	align-items: center;
	margin: 0 7px;
}
#SignPage .thrpst .sub-options label {
	margin: 0px;
}
.thrpst .sub-options li {
	display: inline-block;
	margin-bottom:9px;
}
.addl-checkbox-button-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	line-height: 8px;
	border: 1px solid #f0f0f0;
}
.specializations {
	line-height: 18px;
}
.full-width-form.questionnaire-form li input, .full-width-form.questionnaire-form li a.cancel-button {
	vertical-align: baseline;
}
.therapist-spec li {
	background: #f9f9f9;
}
.radio-button-list, .checkbox-button-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	line-height: 0px;
}
.radio-button-list label, .checkbox-button-list label {
	cursor: pointer;
}
.table-responsive {
	overflow-x: visible;
}
.chk_box3 {
	width: 15px;
	margin-right: 10px;
}
.font16 {
	font-size: 16px;
}
.chk_box {
	width: 13px;
	height: 12px;
}
.chk_box2 {
	width: 15px;
	height: 11px;
}
.img_border {
	border-radius: 10px;
	border: 4px solid #dddddd;
}
.subscriptions .subscriptions-box {
	border: none;
}
.subscriptions-header {
	background: linear-gradient(135deg, #1A7BB8 0%, #2A9ED8 40%, #5BB8E8 100%);
	padding: 10px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.subscriptions .subscriptions-body {
	padding: 10px;
	color: #fff;
}
.myact_menu li a.active {
	font-weight: bold;
}
.questionnaire-form .form-group {
	margin-bottom: 0.875rem;
}
.font-dark-black {
	color: #333;
}
.card-title {
	margin-bottom: 0.75rem;
}
.grey-line {
	width: 100px;
	border: 1px solid #bbb9b9;
	margin: 10px 0;
}
.full-width-form li .label {
	font: normal 15px/20px 'Roboto', sans-serif;
	padding: 8px 0 8px 0;
}
.full-width-form li ul li {
	width: auto;
	margin-bottom: 0;
}
.full-width-form li ul li input.chk_box, input[type="radio"].chk_box {
	margin-top: 0px;
}
.full-width-form.questionnaire-form li label {
	font: normal 15px/20px 'Roboto', sans-serif;
}
.full-width-form.questionnaire-form li label.error {
	font: normal 14px/20px 'Roboto', sans-serif;
}
.full-width-form li ul li label {
	width: auto;
	color: #676767;
	padding-right: 10px;
	margin-bottom: 0;
}
.full-width-form li {
	padding: 8px 0;
	list-style: none;
	font: normal 15px/20px 'Roboto', sans-serif;
}
.form-check-input {
	position: absolute;
	margin-top: 7px;/*margin-left: -1.65rem;*/
}
.reg-form .form-check-input {
	position: absolute;
	margin-top:-1px;
	width: 11px;
	height: 12px;
}
.full-width-form.questionnaire-form li input[type=radio] {
	width: 11px;
	height: 18px;
}
.form-wrapper-main {
	font: normal 15px/20px 'Roboto', sans-serif;
}
/* Switch 1 Specific Styles Start */
.mysettings .switch_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 16px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 8px;
	margin-top: 2px;
}
.mysettings input[type="checkbox"].switch_1 {
	font-size: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 2.5em;
	height: 1.5em;
	background: #ddd;
	border-radius: 3em;
	position: relative;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mysettings input[type="checkbox"].switch_1:checked {
	background: #1A7BB8;
}
.mysettings input[type="checkbox"].switch_1:after {
	position: absolute;
	content: "";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
	box-shadow: 0 0 .25em rgba(0,0,0,.3);
	-webkit-transform: scale(.7);
	transform: scale(.7);
	left: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.mysettings input[type="checkbox"].switch_1:checked:after {
	left: calc(100% - 1.5em);
}
/* 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;
}
.nav-link.active {
	color: #fff;
	background-color: #4a86c5;
	border: 1px solid rgba(255,255,255,0.35);
}
.details-listing-table .top-line .table-cell {
	font-weight: 400;
	font-family: inter, sans-serif;
}
.my-apppointments-page .nav > li {
	position: relative;
	display: inline-block;
}
.my-apppointments-page .nav-tabs .nav-link.active {
	color: #fff;
}
.coupn-btn {
	padding: 3px 12px;
	margin-left: 10px;
	height: 37px;
	margin-top: 1px;
	border-radius: 5px;
}
.chat-button img {
	right: 7px;
	position: absolute;
	top: 14px;
	width: 17px;
}
.my-dropdown {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.font12 {
	font-size: 12px;
}
.attr-nav a.namebadge {
	padding: 5px 10px;
	border-radius: 50%;
	min-width: 42px;
	text-align: center;
	text-decoration: none;
	height: 40px;
}
.my-timezone {
	font-size: 11px;
}
.dashboard .card {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	height: 126px;
}
.dashboard .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.dashboard .card:active {
	transform: scale(0.95);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* Icon Bounce Effect */
.dashboard .card i {
	font-size: 32px;
	color: #007bff;
	margin-bottom: 10px;
	transition: transform 0.3s ease;
}
.dashboard .card:hover i {
	animation: bounce 0.6s;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-10px);
}
 60% {
 transform: translateY(-5px);
}
}
/* Card Content Styles */
.dashboard .card-body h5 {
	font-size: 17px;
	font-weight: 600;
	color: #333333;
	margin: 10px 0 0 0;
	font-family: "Roboto", Sans-serif;
}
.font-green {
	color: #17B169;
}
.h-auto {
	height: auto;
}
.btn-white {
	background-color: #fff;
 border: .0625rem solid rgb(209 213 219);
}
.font-grey {
	color: #677788;
}
.form-input.filled {
	box-shadow: none;
}
.min-height-45 {
	min-height: 43px;
}
.bg-gray-50 {
 --tw-bg-opacity: 1;
	background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.p-6 {
	padding: 1.4rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.drop-shadow-md {
	drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
}
.text-gray-700 {
	color: #333333;
	font-family: 'Roboto', sans-serif;
}
.border-gray-300 {
 --tw-border-opacity: 1;
	border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.w-full {
	width: 100%;
}
.subscriptions-body .value.w65 {
	width: 65%;
}
.form-input, .form-multiselect, .form-select, .form-textarea {
	background-color: #fff;
	border-color: #D5DEE6;
	border-width: 1px;
	border-radius: 0;
 padding: .5rem .75rem;
	font-size: 15px;
	line-height: 1.5rem;
 --tw-shadow: 0 0 #0000;
}
.rounded-md {
 border-radius: .375rem;
}
.text-gray-700\/80 {
	color: rgb(55 65 81 / .8);
}
.gap-6 {
	gap: 1.5rem;
}
.bg-blue-500 {
 --tw-bg-opacity: 1;
	background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	margin: 0;
	padding: 0;
}
.font17 {
	font-size: 17px;
}
.shadow-nx {
 --tw-shadow: 0 12px 34px 0 rgba(57,67,87,0.1);
}
.shadow-md, .shadow-nx {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.rounded-gt-md-7 {
	border-radius: 14px;
}
.h-auto {
	height: auto;
}
/*login end */

.font27 {
	font-size: 27px;
}
.tilt-content {
	transform: rotate(-10deg);
}
.tilt-content.show {
	transform: rotate(0deg);
	opacity: 1;
}
.reveal-image {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.reveal-image.show {
	transform: translateY(0);
	opacity: 1;
}
.zoom-in-content {
	transform: scale(0.5);
	opacity: 0;
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}
.zoom-in-content.show {
	transform: scale(1);
	opacity: 1;
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	text-align: center;
}
.blog-area h4 {
	font-weight: 600;
	line-height: 1.4;
	font-size: 20px;
}
.blog-content .card-body .meta ul li {
	display: inline-block;
	margin-right: 13px;
	position: relative;
	z-index: 1;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 12px;
}
.image-container img {
	transition: transform 0.5s ease-in-out;
}
.image-container img:hover {
	transform: scale(1.05) rotate(2deg);
}
.border-top-raius {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}
.border-bottom-raius {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.comparison-table th, .comparison-table td {
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
}
.comparison-table th {
	font-weight: bold;
}
.comparison-table .icon {
	font-size: 18px;
}
.comparison-table .icon-check {
	color: #4fbdcc;
}
.comparison-table .icon-times {
	color: red;
}
.swiper-button-prev {
	background-image: url("/images/left-arw.png");
}
.swiper-button-next {
	background-image: url("/images/right-arw.png");
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 0;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background: no-repeat 50%;
}
.frm_required {
	color: #ff0000;
}
.small-heading-title {
	color: #878787;
	font-family: "Roboto", Sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
}
.heading-title {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 71px;
	font-weight: 300;
	font-style: normal;
}
.heading-title-book-local {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
}
.srv-cont {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-style: normal;
	line-height: 38px;
}
.bg-light-blue {
	background: #e3edf6;
}
.bg-grey {
	background: #f2f2f2;
}
.font13 {
	font-size: 13px;
}
.font15 {
	font-size: 15px;
}
.font20 {
	font-size: 20px;
}
.font30 {
	font-size: 30px;
}
.profileBG .bg-blue {
	background: var(--teal);
	color: #fff;
	border: 0;
	padding: 12px 16px;
	-webkit-text-fill-color: #fff;
	border-radius: 50px;
}
.btn-animate:hover {
	transform: scale(1.03);
	cursor: pointer;
}
.how-to-start {
	margin-top: 6rem;
	margin-bottom: 4rem;
}
.how-to-start-title {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
}
.blog .how-to-start-title {
	padding: 95px 0px 35px 0px;
}
.elementor-divider {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #d3d3d3;
}
.elementor-divider-separator {
	width: 80%;
	margin: 0 auto;
}
.how-to-get-heading {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-weight: 300;
	font-style: normal;
}
.font-black {
	color: #0e2b3d;
}
.font-large {
	font-size: large;
}
.font14 {
	font-size: 14px;
}
.font18 {
	font-size: 18px;
	font-family: "Roboto", Sans-serif;
}
.btn-trans {
	transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.btn-animate:hover {
	transform: scale(1.1) translateY(-5px);
	background-color: #0056b3;
}
.btn-animate {
	transform: scale(1) translateY(0);
}
.top-five-container {
	max-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 80px 80px 80px 80px;
	margin-top: 2%;
	margin-bottom: 0%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	padding: 6% 6% 6% 6%;
}
.top-five-content {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.bg-grey {
	background-color: #f3f7fd;
}
.blog-container {
	max-width: 1300px;
	margin: 0 auto;
}
.blog-container .card {
	min-height: 585px;
}
.blog-container .btn-primary {
	background: linear-gradient(135deg, #5BB8E8 0%, #2A9ED8 40%, #1A7BB8 100%);
	border-radius: 30px;
}
.shadow {
	box-shadow: 9.899px 9.899px 30px 0 rgba(0,0,0,.1);
}
.blog-heading {
	font-size: 18px;
	margin-bottom: 12px;
	color: #373737;
	line-height: 1.4;
	min-height: 100px;
}
.blog-heading-inner {
	font-size: 18px;
	margin-bottom: 12px;
	color: #373737;
	font-weight: bold;/*min-height: 60px;*/
}
.blog-heading-inner:hover {
	color: #007bff;
}
.blog-content {
	color: #373737;
	text-align: left;
	min-height: 100px;
}
.conected-head {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
}
.new-to-mymynd-heading {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
}
h3.subheading {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 26px;
	font-weight: 300;
	font-style: normal;
}
.grow-on-hover {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.grow-on-hover:hover, .grow-on-hover:focus, .grow-on-hover:active {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.main-title {
	color: #0E2B3D;
	font-family: "Inter", Sans-serif;
	font-size: 32px;
	font-weight: 600;
}
.therapy-head {
	color: #0E2B3D;
	font-family: "Inter", Sans-serif;
	font-size: 32px;
	font-weight: 600;
}
.bg-faq {
	background: #f1f4fa;
}
.new-to-mymynd-title {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 40px;
	font-weight: 300;
	font-style: normal;
}
.new-to-mymynd-title-sub {
	color: #383838;
	font-family: "Roboto", Sans-serif;
	font-size: 26px;
	font-weight: 300;
	font-style: normal;
}
.blog-area .item .info .footer-entry a {
	display: inline-block;
	background: #f7f7f7;
	margin: 3px;
	border-radius: 5px;
	padding: 6px 24px;
	font-size: 12px;
	margin-top: 5px;
}
.tagcloud a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #232323;
	background: #fafafa;
}
.blog-area .item .info h4 {
	font-weight: 600;
	line-height: 1.4;
	font-size: 20px;
}
.blog-area .item blockquote {
	position: relative;
	z-index: 1;
	border: none;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 85px;
	color: #232323;
	font-weight: 600;
	line-height: 37px;
	background: #f7f7f7;
	padding: 30px;
}
.slide-image {
	width: 135px;
}
.font-blue {
	color: #116ABD;
}
#Credibility-intra {
	margin: 80px 0px 15px 0px;
}
.newtomymynd .btn {
	padding: 15px 35px;
	letter-spacing: 2px;
	font: 700 22px/22px var(--siteFont);
}
/*end*/

/* ============================================================== 
   # Skill 
=================================================================== */

.quick-contact-area.half-bg {
	position: relative;
	z-index: 1;
}
.quick-contact-area.half-bg::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 60%;
	width: 100%;
	background: #f3f7fd;
	z-index: -1;
}
.quick-contact-items {
	padding: 50px 30px;
}
.quick-contact-items h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 25px;
}
.quick-contact-items h2 {
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.4;
	margin-bottom: -5px;
}
.quick-contact-items h2 strong {
	text-decoration: underline;
}
/* ============================================================== 
   # Blog Area 
=================================================================== */
figcaption {
	margin-top: 15px;
}
.blog-area .sidebar .sidebar-item.widget_archive li span {
	background: #f7f7f7;
	display: inline-block;
	margin-left: 15px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 5px;
	min-width: 30px;
	text-align: center;
	float: right;
}
.blog-area .sidebar .sidebar-item.widget_text .nice-select {
	white-space: inherit;
}
.blog-area .sidebar .sidebar-item.widget_text .nice-select li {
	line-height: 26px;
	padding: 5px 15px;
}
.blog-area .blog-items .info>ol, .commen-item .content>ol {
	margin-bottom: 25px;
	margin-top: 25px;
	padding-left: 20px;
}
.blog-area.single ol {
	padding-left: 20px;
}
.blog-area.single .info ul li, .blog-area.single .info ol li {
	line-height: 30px;
}
.blog-area.single ul {
	list-style-type: disc;
	padding-left: 20px;
}
.blog-area.single .sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blog-area.single .meta ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blog-area.single .meta ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.blog-area.full-blog .single-item {
	margin-bottom: 50px;
}
.blog-area a.btn-simple {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #666666;
}
.blog-area a.btn-simple:hover {
	color: #086ad8;
}
.blog-area .single-item {
	margin-bottom: 30px;
}
.blog-area .blog-items .item {
	background: #ffffff;
	box-shadow: 0 0 10px #cccccc;
}
.blog-area .item .info {
	padding: 30px;
	overflow: hidden;
	position: relative;
}
.blog-area .item .info .post-sticky span {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	background: #086ad8;
	color: #fff;
	padding: 10px 20px;
	border-bottom-left-radius: 5px;
}
.blog-area.single .footer-entry {
	float: left;
	width: 100%;
	overflow: hidden;
}
.blog-area .info .cats {
	position: relative;
	z-index: 1;
	padding-left: 25px;
	margin-bottom: 15px;
}
.blog-area .info .cats::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 15px;
	background: #666666;
}
.blog-area .info .cats a:hover {
	color: #086AD8;
}
.blog-area .item .info .meta {
	margin-bottom: 15px;
}
.blog-area .item .info .meta ul li {
	display: inline-block;
	margin-right: 13px;
	position: relative;
	z-index: 1;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 12px;
}
.blog-area .item .info .meta ul li:last-child {
	margin-right: 0;
}
.blog-area .item .info ul li i {
	color: #086AD8;
	margin-right: 5px;
	font-weight: 500;
}
.blog-area .item .info h4 {
	font-weight: 600;
	line-height: 1.4;
	font-size: 20px;
}
.blog-area .item .info h4 a:hover {
	color: #086AD8;
}
.blog-area .item .info a.read-more {
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	padding-right: 35px;
}
.blog-area .info .meta a {
	font-weight: 500;
	color: #666666;
}
.blog-area .info .meta a:hover {
	color: #086AD8;
}
.blog-area .info h1, .blog-area .info h2, .blog-area .info h3, .blog-area .info h4 {
	font-weight: 600;
}
.btn-more {
	position: relative;
	z-index: 1;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 40px;
}
.btn-more::after {
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	height: 1px;
	width: 30px;
	transition: all 0.35s ease-in-out;
	border-top: 2px solid;
}
.btn-more:hover::after {
	border-color: #086AD8;
}
a.btn-more:hover {
	color: #086AD8;
}
.blog-area .item .info a.read-more:hover {
	color: #086AD8;
}
.blog-area .thumb {
	position: relative;
}
.blog-area .thumb .cats {
	position: absolute;
	left: 30px;
	bottom: -20px;
	z-index: 9;
}
.blog-area .thumb .cats a {
	display: inline-block;
	background: #086AD8;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
	padding: 6px 20px;
	margin-right: 5px;
	color: #ffffff;
}
.blog-area .thumb .post-type {
	background: rgba(8, 106, 216, 0.7) none repeat scroll 0 0;
	bottom: 35px;
	color: #ffffff;
	font-size: 20px;
	height: 50px;
	right: 35px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	width: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
}
.blog-area .item .info a.btn {
	margin-top: 5px;
	font-size: 14px;
	padding: 10px 35px;
}
/* Sidebar */

.blog-area .sidebar .sidebar-item li a {
	color: #666666;
}
.blog-area .sidebar .sidebar-item li a:hover {
	color: #086ad8;
}
.blog-area .sidebar .sidebar-item.widget_categories li {
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 3px 0;
}
.blog-area .sidebar .sidebar-item.widget_categories li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-area .sidebar .sidebar-item.widget_categories li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area.left-sidebar .blog-content {
	float: right;
}
.blog-area.left-sidebar .sidebar {
	padding-right: 35px;
}
.blog-area.right-sidebar .sidebar {
	padding-left: 35px;
}
.blog-area .sidebar .title {
	display: block;
}
.blog-area .sidebar .title h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	display: inline-block;
	padding-left: 15px;
}
.blog-area .sidebar .title h4::after {
	position: absolute;
	left: 0;
	top: 4px;
	content: "";
	height: 18px;
	width: 2px;
	border-left: 3px solid #086AD8;
}
.blog-area .sidebar input[type="text"] {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 60px;
}
.blog-area .sidebar form {
	position: relative;
}
.blog-area .sidebar button[type="submit"] {
	background: #086ad8;
	color: #ffffff;
	border: medium;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	border-radius: 50%;
}
.blog-area .sidebar input[type="submit"]:hover {
	background: #086AD8 none repeat scroll 0 0;
}
.blog-area .sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	background: #ffffff;
}
.blog-area .sidebar aside > .sidebar-item {
	padding: 30px;
	box-shadow: 0 0 10px #cccccc;
}
.blog-area .sidebar .sidebar-item.widget_recent_entries li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 24px;
}
.blog-area .sidebar .sidebar-item.widget_recent_entries li:last-child {
	border: none;
	margin: 0;
	padding: 0;
}
.blog-area .sidebar .sidebar-item.widget_categories li > span {
	float: right;
}
.blog-area .sidebar .sidebar-item.widget_categories li ul {
	overflow: hidden;
}
.blog-area .sidebar .sidebar-item.widget_archive li {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	margin: 3px 0;
	position: relative;
	display: block;
}
.blog-area .sidebar .sidebar-item.widget_archive li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	padding-top: 10px;
}
.blog-area .sidebar .sidebar-item.widget_archive li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.widget_pages li {
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 3px 0;
}
.blog-area .sidebar .sidebar-item.widget_pages li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-area .sidebar .sidebar-item.widget_pages li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.widget_meta li {
	padding: 10px 0;
	margin: 3px 0;
	border-bottom: 1px solid #e7e7e7;
}
.blog-area .sidebar .sidebar-item.widget_meta li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.widget_meta li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-area.single .sidebar ul li ul li:last-child {
	border: none;
	padding-bottom: 0;
	margin: 0;
}
.blog-area .sidebar .sidebar-item.widget_categories li span {
	background: #f7f7f7;
	display: inline-block;
	margin-left: 15px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 5px;
	min-width: 30px;
	text-align: center;
}
.blog-area .sidebar .sidebar-item.widget_recent_comments li {
	padding: 10px 0;
	font-size: 14px;
	font-weight: 600;
	color: #232323;
	margin: 3px 0;
	border-bottom: 1px solid #e7e7e7;
}
.blog-area .sidebar .sidebar-item.widget_recent_comments li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.widget_recent_comments li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.blog-area .sidebar .sidebar-item.widget_recent_comments li:last-child {
	margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item.widget_nav_menu li {
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
	margin: 3px 0;
}
.blog-area .sidebar .sidebar-item.widget_nav_menu li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-area .sidebar .sidebar-item.widget_nav_menu li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.widget_categories .nice-select li {
	padding: 5px 15px;
}
.blog-area .sidebar .sidebar-item.widget_archive .nice-select li {
	padding: 5px 15px;
}
.blog-area .sidebar .sidebar-item.widget_rss li span.rss-date {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blog-area .sidebar .sidebar-item.widget_rss li {
	padding: 10px 0;
	margin: 3px 0;
	border-bottom: 1px solid #e7e7e7;
}
.blog-area .sidebar .sidebar-item.widget_rss li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.widget_rss li:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.blog-area .sidebar .sidebar-item.category .sidebar-info, .blog-area .sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px;
}
.blog-area .sidebar .sidebar-item.category li {
	display: block;
	position: relative;
	margin-top: 13px;
}
.blog-area .sidebar .sidebar-item.category li a {
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
	color: #666666;
}
.blog-area .sidebar .sidebar-item li a:hover {
	color: #086AD8;
}
.blog-area .sidebar .sidebar-item.category li a span {
	color: #b5b5b5;
	font-size: 14px;
	margin-left: 5px;
}
.blog-area .sidebar .sidebar-item.category li:first-child a span {
	top: 0;
}
.blog-area .sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.blog-area .sidebar .sidebar-item.category li:first-child a::after {
	top: 0;
}
.blog-area .sidebar .sidebar-item.category li:last-child {
	border: medium none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sidebar-item.recent-post li a {
	color: #333333;
	display: block;
	font-weight: 600;
}
.sidebar-item.recent-post li a:last-child {
	display: inline-block;
}
.sidebar-item.recent-post .meta-title {
	margin-top: 5px;
	font-weight: 600;
	text-transform: capitalize;
	font-size: 13px;
}
.sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 500;
	color: #086AD8;
}
.sidebar-item.recent-post li a:hover {
	color: #086AD8;
}
.sidebar-item.recent-post li a span {
	display: inline-block;
	color: #002359;
}
.sidebar-item.recent-post li span {
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	color: #086AD8;
	font-weight: 700;
}
.sidebar-item.recent-post .meta-title a {
	color: #999999;
}
.sidebar-item.recent-post li {
	color: #cdd0d3;
}
.sidebar-item.recent-post li {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}
.sidebar-item.recent-post li:last-child {
	margin: 0;
}
.sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding-top: 5px;
	vertical-align: top;
	width: 80px;
}
.sidebar-item.recent-post .thumb img {
	width: 100%;
}
.sidebar-item.recent-post li .info {
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	padding-left: 25px;
	vertical-align: top;
}
.sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700;
}
.blog-area .sidebar-item.gallery ul {
	margin: -7px;
	overflow: hidden;
}
.sidebar-item.gallery ul li {
	box-sizing: border-box;
	float: left;
	padding: 7px;
	width: 33.333%;
}
.sidebar-item.gallery ul li img {
	min-height: 70px;
	width: 100%;
}
.sidebar-item.archives ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
}
.sidebar-item.archives ul li:last-child {
	margin-bottom: 0;
}
.sidebar-item.archives ul li a {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	z-index: 1;
	padding-left: 25px;
	font-size: 14px;
	color: #666666;
}
.sidebar-item.archives ul li a::after {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "\f07b";
	font-family: "Font Awesome 5 Pro";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 500;
}
.sidebar-item.social-sidebar ul {
	margin-bottom: -10px;
	overflow: hidden;
}
.sidebar-item.social-sidebar li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.sidebar-item.social-sidebar li a {
	background: #002359 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	display: inline-block;
	height: 50px;
	line-height: 54px;
	margin-bottom: 5px;
	text-align: center;
	width: 50px;
	font-size: 14px;
}
.sidebar-item.social-sidebar li a:hover {
	color: #ffffff;
}
.sidebar-item.social-sidebar li.facebook a {
	background: #3B5998 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.twitter a {
	background: #1DA1F2 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.pinterest a {
	background: #BD081C none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.g-plus a {
	background: #DB4437 none repeat scroll 0 0;
}
.sidebar-item.social-sidebar li.linkedin a {
	background: #0077B5 none repeat scroll 0 0;
}
.sidebar-item.tags ul {
	margin-top: -8px;
}
.sidebar-item.tags ul li {
	display: inline-block;
}
.sidebar-item.tags ul li a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 800;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #666666;
	background: #fafafa;
}
.sidebar-item.tags ul li a:hover {
	color: #086AD8;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #086AD8;
	z-index: -1;
	opacity: 0.7;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
	color: #ffffff;
	font-weight: 700;
	line-height: 1.4;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
	color: #ffffff;
}
.blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
	display: inline-block;
	color: #ffffff;
	border: 1px dashed rgba(255, 255, 255, 0.7);
	padding: 10px 25px;
	margin-top: 9px;
}
.blog-area .blog-items.content-less .item .info > a {
	margin-top: 10px;
}
/* Blog Single */
.blog-area.single .item .content-box span {
	background: #086AD8 none repeat scroll 0 0;
	color: #ffffff;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 3px 20px;
	text-transform: uppercase;
}
.blog-area.single .item .content-box h2, .blog-area.single .item .content-box h3, .blog-area.single .item .content-box h4 {
	font-weight: 500;
}
.blog-area.single .content-box .cats {
	float: left;
	margin-right: 5px;
}
.blog-area.single .content-box .meta .date {
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.blog-area.single .content-box .meta {
	overflow: hidden;
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
.blog-area .blog-items .info>ul, .commen-item .content>ul {
	margin-bottom: 25px;
	margin-top: 25px;
	list-style-type: disc;
	padding-left: 20px;
}
.blog-area.single .item {
	margin-bottom: 0;
}
.blog-area .item blockquote {
	position: relative;
	z-index: 1;
	border: none;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 85px;
	color: #232323;
	font-weight: 600;
	line-height: 37px;
	background: #f7f7f7;
	padding: 30px;
}
.blog-area .item blockquote cite {
	display: block;
	margin-top: 15px;
	color: #999999;
	font-weight: 500;
}
.blog-area .item blockquote::before {
	position: absolute;
	left: 0;
	top: 5%;
	content: "";
	height: 90%;
	width: 3px;
	background: #086AD8;
}
.blog-area .item blockquote p {
	margin: 0;
	position: relative;
	z-index: 1;
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
}
.blog-area .blog-content .post-tags, .blog-area .blog-content .share {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.blog-area .blog-content .share li {
	display: inline-block;
	margin-left: 15px;
}
.blog-area .blog-content .share li a {
	display: inline-block;
	color: #086AD8;
}
.blog-area .blog-content .share li.facebook a {
	color: #3B5998;
}
.blog-area .blog-content .share li.twitter a {
	color: #1DA1F2;
}
.blog-area .blog-content .share li.pinterest a {
	color: #BD081C;
}
.blog-area .blog-content .share li.g-plus a {
	color: #DB4437;
}
.blog-area .blog-content .share li.linkedin a {
	color: #0077B5;
}
.blog-area .blog-content .post-tags .tags a {
	background: #f7f7f7;
	padding: 10px 15px;
	font-size: 14px;
	margin-right: 3px;
	margin-bottom: 5px;
	display: inline-block;
}
.blog-area.single .post-pagi-area {
	margin-top: 50px;
	overflow: hidden;
}
.blog-area.single .post-pagi-area a {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
	color: #086ad8;
	border-radius: 30px;
}
.blog-area.single .post-pagi-area h5 {
	margin: 0;
	margin-top: 5px;
	font-weight: 500;
}
.blog-area.single .post-pagi-area a:hover {
	color: #086AD8;
}
.blog-area.single.color-yellow .post-pagi-area a:hover {
	color: #ff9800;
}
/*.blog-area.single .post-pagi-area a:last-child {
	float: right;
}*/
.blog-area.single .post-pagi-area a:first-child i {
	margin-right: 3px;
}
.blog-area.single .post-pagi-area a:last-child i {
	margin-left: 3px;
}
.comments-area .commen-item .comments-info p {
	display: block;
	margin: 0;
}
.blog-area .contact-comments .submit {
	margin-bottom: 0;
	margin-top: 0;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Comments */

.blog-area .comments-form {
	margin-top: 50px;
}
.blog-area .blog-comments .comments-list {
	margin-bottom: 50px;
}
.blog-area .blog-comments .comments-list:last-child {
	margin-bottom: 0;
}
.comments-list .commen-item .avatar {
	float: left;
	height: 80px;
	width: 80px;
	min-width: 80px;
	margin-right: 25px;
}
.comments-list .commen-item .content {
	display: table-cell;
	vertical-align: top;
}
.comments-list .commen-item .avatar img {
	height: 80px;
	width: 80px;
}
.comments-list .commen-item {
	margin-bottom: 50px;
	display: flex;
	border: 1px solid #e7e7e7;
	padding: 30px;
	position: relative;
}
.comments-list .commen-item:last-child {
	margin-bottom: 0;
}
.comments-list .commen-item.reply {
	padding-left: 80px;
}
.comments-area {
	margin-top: 40px;
}
.comments-area .comments-title h2, .comments-area .comments-title h3, .comments-area .comments-title h4 {
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.comments-list .commen-item .content h3, .comments-list .commen-item .content h4, .comments-list .commen-item .content h5 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}
.comments-list .commen-item .content .title {
	align-items: center;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 1;
	display: flex;
}
.comments-list .commen-item .content .title span {
	font-weight: 400;
	display: block;
	font-size: 13px;
	color: #086ad8;
	margin-left: 5px;
}
.comments-info a {
	background: #001d4c;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	padding: 1px 10px;
	text-transform: capitalize;
	font-weight: 600;
	position: absolute;
	right: 30px;
	top: 30px;
}
.comments-info a:hover {
	color: #ffffff;
	background: #086ad8;
}
.comments-info a i {
	margin-right: 7px;
}
.comments-form input, .comments-form textarea {
	border: 1px solid #e7e7e7;
	min-height: 60px;
}
.comments-area .comments-form .col-md-12 {
	padding: 0;
}
.comments-form textarea {
	min-height: 180px;
	padding: 15px;
}
.blog-area.full-blog.single-blog .form-group.submit {
	margin-bottom: 0;
}
.comments-form button {
	background: #086AD8;
	border: 1px solid transparent;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 25px;
	margin-top: 20px;
	padding: 15px 45px;
	text-transform: uppercase;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	border-radius: 30px;
}
.comments-form button:hover {
	color: #ffffff;
	background-color: #086AD8;
	border: 1px solid transparent;
}
.comments-form .title h2, .comments-form .title h3, .comments-form .title h4 {
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.blog-area .contact-comments .comments {
	margin-top: 20px;
}
.blog-area.single .blog-items .item .contact-comments .col-md-6 {
	float: left;
	padding: 0 15px;
}
/* ============================================================== 
   # Contact 
=================================================================== */
.contact-area {
	position: relative;
	z-index: 1;
	margin-bottom: 53px;
}
.contact-area .fixed-bg {
	position: absolute;
	background-size: cover;
	background-position: center;
	height: 100%;
	width: 55%;
	transform: skewX(-10deg);
	margin-left: -5%;
}
.contact-area .content h2 {
	font-weight: 600;
}
.contact-area .content .heading {
	margin-bottom: 30px;
}
.contact-area form input {
	border: none;
	box-shadow: inherit;
	padding: 15px;
	background: none;
	border: solid 1px #e8e8e8;
	border-radius: 0;
	line-height: 0;
}
.contact-area form textarea {
	border: solid 1px #e8e8e8;
	min-height: 150px;
}
.contact-area.bg-gray form input {
	background: #ffffff;
}
.contact-area form button, .contact-area .btn {
	background: #086ad8;
	border: none;
	display: inline-block;
	color: #fff;
	font-weight: 600;
	padding: 15px 40px;
	border-radius: 5px;
	margin-bottom: -20px;
}
.contact-area form .col-lg-6 {
	padding: 0 8px;
}
.contact-area form .row {
	margin: 0 0px;
}
.contact-area img.loader {
	margin-left: 10px;
}
.contact-area .info {
	padding-left: 35px;
}
.contact-area .contact-tabs > ul li {
	display: inline-block;
	margin: 0;
}
.contact-area .contact-tabs > ul {
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
	margin-top: -15px;
}
.contact-area .contact-tabs>ul li a {
	display: block;
	position: relative;
	background: 0 0;
	border: none;
	padding: 15px 0;
	margin-right: 20px;
	text-transform: capitalize;
	font-size: 2rem;
}
.contact-area .contact-tabs > ul li a.active::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	height: 3px;
	width: 100%;
	background: #086AD8;
}
.contact-area .contact-tabs > ul li a.active {
	background: transparent;
	color: #086AD8;
}
.contact-tabs .tab-content ul li {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contact-tabs .tab-content ul li i {
	display: inline-block;
	font-size: 30px;
	height: 80px;
	width: 80px;
	text-align: center;
	line-height: 80px;
	background: #ffffff;
	border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
	color: #086AD8;
	margin-right: 20px;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.contact-tabs .tab-content ul li .info {
	padding: 0;
}
.contact-tabs .tab-content ul li:last-child {
	margin-bottom: 0;
}
.contact-tabs .tab-content ul li .info span {
	display: block;
	font-weight: normal;
	text-transform: none;
	color: #666666;
}
.contact-tabs .tab-content ul li .info p {
	font-weight: 600;
	color: #0e2b3d;
	text-transform: uppercase;
	margin-bottom: 0;
}
.contact-tabs .tab-content iframe {
	display: block;
	height: 100%;
	min-height: 400px;
	position: relative;
	width: 100%;
	z-index: 1;
	padding: 15px;
	background: #ffffff;
	box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.contact-area .tab-content .info {
	margin: 0;
}
/* Google Mpas */
.google-maps iframe {
	display: block;
	height: 100%;
	min-height: 550px;
	position: relative;
	width: 100%;
	z-index: 1;
}
/* ============================================================== 
   # Error Page
=================================================================== */

.error-page-area .error-box {
	position: relative;
}
.error-page-area .error-box h1 {
	color: #666666;
	font-size: 300px;
	font-weight: 600;
	left: 50%;
	line-height: 1;
	opacity: 0.09;
	position: absolute;
	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%);
	z-index: -1;
}
.error-page-area h2 {
	font-weight: 600;
	text-transform: uppercase;
}
.error-page-area a {
	margin-top: 15px;
}
.error-box .search {
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: center;
}
.error-box .search form {
	margin: auto;
	position: relative;
	width: 400px;
}
.error-box .search .input-group {
	width: 100%;
}
.error-box .search form input {
	border: 1px solid #e7e7e7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inherit;
	min-height: 60px;
}
.error-box .search form button {
	background: #086AD8;
	border: medium none;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
	color: #ffffff;
	border-radius: 50%;
}
/* ============================================================== 
   # Preloader 
=================================================================== */
.site-preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: white;
}
.site-preloader svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.site-preloader .loader-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.site-preloader .ring {
	width: 100px;
	height: 100px;
	border: 3px solid rgba(2, 109, 255, 0.2);
	border-top-color: #086ad8;
	border-radius: 50%;
	text-align: center;
	line-height: 150px;
	font-size: 2rem;
	color: white;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 0 0 10px white;
	-webkit-animation: rotation 1s infinite linear;
	animation: rotation 1s infinite linear;
	margin: 0 auto;
}
 @-webkit-keyframes rotation {
from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
 @keyframes rotation {
from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
}
.introduction-area h2 span {
	color: #fd0060;
}
.introduction-area h4 {
	font-weight: 300;
	line-height: 30px;
}
.introduction-area h2 {
	color: #ffffff;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.introduction-area h2::before {
	background: #fd0060 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	width: 50px;
}
.introduction-area h2::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 25px;
}
.blog-area .blog-items .item .thumb img {
	width: 100%;
	height: auto;
}
.page-numbers {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 5px;
	margin: 0 2px;
	color: #086AD8;
	font-weight: 800;
	background-color: #fff;
	border: 1px solid #dee2e6;
	line-height: 1.25;
}
.blog-area .pagi-area .pagination li span {
	background: #086AD8;
	border-color: #086AD8;
	color: #fff;
}
.page-numbers:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.dots {
	background: #fff;
	color: #007bff;
	border-color: #dee2e6;
}
/* ------------------------
 Wordpress Admin Fix
------------------------*/

.submit-con .submit-button {
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 10px 20px;
	min-width: 100px;
	min-height: 40px;
}
 @media screen and (max-width: 782px) {
.admin-bar nav.navbar.bootsnav.sticked {
	top: 46px;
}
}
body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked, body.logged-in nav.navbar.bootsnav.navbar-fixed {
	top: 32px;
}
 @media screen and (max-width: 600px) {
body.logged-in {
	position: inherit;
	top: -46px;
}
body.logged-in .wrap-sticky nav.navbar.bootsnav {
	top: 46px;
}
body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked {
	top: 0px !important
}
body.logged-in nav.navbar.bootsnav.navbar-fixed {
	top: 0;
}
body.logged-in nav.navbar.bootsnav.navbar-transparent {
	top: 46px;
}
}
.gallery-caption {
	font-size: 1.2rem;
}
.bypostauthor {
	color: #777;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
.children li {
	padding-left: 15px;
	padding-top: 10px;
}
.sidebar-item .sub-menu li {
	padding-left: 15px;
	padding-top: 10px;
}
.sidebar-item select {
	width: 100%;
}
.sidebar-item .recent-post .thumb img {
	width: 80px;
	height: 80px;
}
.blog-content {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
/* ------------------------
 Tags
------------------------*/
.blog-area .item .info .footer-entry span {
	font-size: 1.25rem;
	color: #232323;
	font-weight: 600;
	margin-right: 10px;
	display: block;
	margin: 10px 0px 20px 0px;
}
.blog-area .item .info .footer-entry a {
	display: inline-block;
	background: #f7f7f7;
	margin: 3px;
	border-radius: 5px;
	padding: 6px 24px;
	font-size: 12px;
	margin-top: 5px;
}
.tagcloud a {
	border: 1px solid #e7e7e7;
	display: inline-block;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 5px;
	padding: 5px 25px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: #232323;
	background: #fafafa;
}
.tagcloud a:hover {
	color: #086AD8;
}
/* ------------------------
 Blog Fix
------------------------*/

.blog-fix {
	padding-left: 15px;
	padding-right: 15px;
}
.fix-span {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
	color: #666666;
}
.small-size-fix img {
	height: 225px;
}
.small1-size-fix img {
	height: 348px;
}
/* ------------------------
 Unit Test Data Fix
------------------------*/

.blog-area .comments-form p.form-submit {
	margin: 0;
}
/* Block cover */

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
	color: #fff;
}
/* Clearing Floats */

.post-pagi-area {
	clear: both;
}
.blog-area .blog-item-box .post-nav-links {
	clear: both;
}
/* Page Links */

.post-nav-links {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
}
.blog-item-box img {
	max-width: 100%;
	height: auto;
}
.breadcrumb-area h1 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.blog-area .blog-items .info>ol li, .commen-item .content>ol li {
	position: relative;
	z-index: 1;
}
.blog-area .blog-items .info>ol, .commen-item .content>ol {
	margin-bottom: 25px;
	margin-top: 25px;
}
/* Search Not Found Fix */

.search-fix {
	display: inline-block;
}
.button-fix {
	background: #086AD8;
	border: medium none;
	color: #ffffff;
	font-weight: 500;
	letter-spacing: 1px;
	min-height: 50px;
	width: 50px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: 50%;
	top: 5px;
}
.search form {
	position: relative;
}
/* Comments Fix */

.commen-item .content {
	display: inline-block;
	word-wrap: break-word;
	max-width: 100%;
}
.comments-list ul.children {
	margin-left: 30px;
}
.blog-comments .pagination li a, .blog-comments .pagination li span {
	padding: 10px 20px;
}
/* Widget Calender */
.widget_calendar table {
	margin-bottom: 10px;
}
.widget_calendar caption {
	color: #086AD8;
}
.widget_calendar th {
	font-weight: 700;
}
.widget_calendar td, .widget_calendar th {
	padding: 0;
	text-align: center;
	font-size: 16px;
	padding: 6px;
	border-color: #e7e7e7;
}
.widget_calendar a {
	color: #086AD8;
}

/* clears the â€˜Xâ€™ from Internet Explorer */
input[type=search]::-ms-clear {
display: none;
width : 0;
height: 0;
}
input[type=search]::-ms-reveal {
display: none;
width : 0;
height: 0;
}
/* clears the â€˜Xâ€™ from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
display: none;
}
/* Home 2 Banner Fix */


nav.bg-theme.navbar.bootsnav ul.nav > li.active > a {
	color: #fff;
}
.logo1, .f-item img {
	max-height: 50px;
	max-width: inherit;
}
.vc_row {
	margin-left: 0;
	margin-right: 0;
}
.vc_column_container>.vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.wp-block-button__link {
	color: #fff;
}
.is-style-outline .wp-block-button__link {
	background-color: #32373c;
}
.blog-area.single .post-pagi-area h5, .breadcrumb-area h2 {
	word-break: break-word;
}
.blog-area.single .post-pagi-area {
	margin-top: 30px;
}
.blog-area.single .post-pagi-area a {
	padding-top: 20px;
}
.page-template-home9 .works-about-area {
	background: #f3f7fd;
}
.page-template-home9 .works-about-area .works-about-items {
	padding-top: 0;
}
.color-customizer {
	z-index: 10000;
	right: -250px;
	width: 250px;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}
.color-customizer .color-button {
	text-align: center;
	display: inline-block;
	z-index: 2;
	position: absolute;
	background: #fff;
	width: 100%;
}
.color-customizer .color-chooser {
	padding: 20px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
	-moz-box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
	box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
}
.color-customizer.opened .color-chooser {
	opacity: 1;
}
.color-customizer a.opener {
	display: block;
	height: 45px;
	background: #2575fc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 45px;
	font-size: 24px;
	line-height: 45px;
	color: #ffffff;
	position: absolute;
	right: 250px;
	top: 0;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.color-customizer.opened a.opener {
	left: -45px;
	border-color: transparent;
}
.color-customizer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.color-customizer ul li {
	width: 50px;
	height: 50px;
	border-radius: 7px;
	float: left;
	position: relative;
	display: inline-block;
	cursor: pointer;
	margin: 10px 10px 10px 10px;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	transition: all linear 0.5s;
}
.color-customizer ul li:nth-child(3n+3) {
	margin-right: 0;
}
.color-customizer ul li.selected {
	-webkit-box-shadow: 0 0px 30px rgba(0,0,0,0.70);
	-moz-box-shadow: 0 0px 30px rgba(0,0,0,0.70);
	box-shadow: 0 0px 30px rgba(0,0,0,0.70);
}
.color-customizer .text-black {
	color: #0e2b3d;
}
.color-customizer .theme-default {
	background: #086AD8;
}
.color-customizer .theme-2 {
	background: #00c9ff;
}
.color-customizer .theme-3 {
	background: #FF512F;
}
.color-customizer .theme-4 {
	background: #ee1f71;
}
.color-customizer .theme-5 {
	background: #05f8a1;
}
.color-customizer .theme-6 {
	background: #481ea7;
}
.color-customizer a.opener {
	background: #086AD8;
}
.color-customizer .text-theme {
	color: #086AD8;
}
.attr-nav > ul > li.button a {
	background: #086AD8;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.4);
}
 @media (min-width: 1024px) {
.attr-nav > ul > li.button {
	padding: 20px 0;
	margin-left: 10px;
}
.attr-nav > ul > li.button a {
	background: #086AD8;
	padding: 14px 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	border-radius: 30pc;
}
}
.video-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 10px;
}
.video-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 10px;
}
.text-center .video-btn {
	margin-left: 0;
}
.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: #5138ee;
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: #ffffff;
}
.text-light .video-btn i {
	background: #ffffff;
	color: #5138ee;
}
.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #5138ee repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}
.text-light .video-btn i::after {
	background: #ffffff repeat scroll 0 0;
}
.faq-area .faq-content {
	margin-top: 0;
}
.bg-dark .bg-gray {
	background: #040b42;
}
.bg-dark .faq-area .faq-content .card .card-body {
	border-color: rgba(255, 255, 255, 0.2);
}
.bg-dark .faq-area .faq-content .card .card-body p {
	opacity: 0.8;
}
.bg-dark .team-area .team-items .info {
	background: transparent;
}
.bg-dark .team-area .team-items .social {
	bottom: -25px;
}
.bg-dark .share-button {
	background: #086AD8;
	color: #ffffff;
}
.bg-dark .blog-area .blog-items .item {
	background: transparent;
	box-shadow: inherit;
}
.bg-dark .blog-area .blog-items .item img {
	border-radius: 7px;
}
.bg-dark .blog-area .blog-items .item .info {
	padding: 0;
	padding-top: 30px;
}
.bg-dark .blog-area .info .meta a {
	color: #cccccc;
}
.bg-dark .blog-area .item .info ul li i {
	color: #cccccc;
}
.bg-dark .blog-area .info .meta a:hover {
	color: #086AD8;
}
.bg-dark .blog-area a.btn-simple {
	color: #ffffff;
}
.bg-dark .blog-area a.btn-simple:hover {
	color: #086ad8;
}
/*Making Links for Email and Mobile*/

.icon_normal {
	font-weight: normal;
}
.srh_form .loc-cell .form-input.w250 {
	width: 250px;
}
.trigger-view-all-coupon {
	display: inline-block;
	margin-bottom: 0;
	line-height: 42px;
	margin-left: 0px;
	font-size: 14px;
	text-align: center;
}
.w50 {
	width: 50%;
}
.line-height-20 {
	line-height: 20px;
}
.min-height-100 {
	min-height: 90px;
}
.cancelbtn {
	padding: 15px 36px;
}
.padding80 {
	padding: 60px 0 40px 0;
}
.badge {
	padding: .45em .6em;
	letter-spacing: 1px;
}
.thp-img {
	width: 127px;
}
.bg-danger {
	background-color: #d5767f;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
}
.form-wrapper-main {
	margin-bottom: 30px;
}
.accordion-button {
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.75rem;
	border: none;
	background: none;
	outline: none;
	font-family: "Inter", Sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.toggle-icon {
	font-size: 1.25rem;
	margin-left: 10px;
}
img.blogdetailsimg {
	max-width: 93%;
	height: auto;
}
.padtop20 {
	padding-top: 20px;
}
.iti-mobile .intl-tel-input .country-list {
	width: 163px;
	top: 310px;
}
.list-group-item {
 padding: .75rem 0rem;
}
.font28 {
	font-size: 24px;
}
.pad7 {
	padding: 7px;
}
#therapist_title {
	background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aaa" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0px center;
	width: 70px;
	padding: 10px;
}
/*.thrpaval, #therapist_timezone {
	padding: 8px;
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aaa" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 0px center;
}*/
.thrpaval, #therapist_timezone {
	padding: 11px;
	background: #fff;
}
.therapistimg {
	width: 70px;
	height: 70px;
}
.graphbtn {
	background: #fff;
	color: #ffffff;
padding: .5rem;
border-radius: .375rem;
}
.line-height25 {
	line-height: 25px;
}
.w35 {
	width: 35%;
}
 @media (min-width: 768px) and (max-width: 810px) {
.banner-area.content-less {
	height: 43vh;
}
.padding80 {
	padding: 18px 0 40px 0;
}
.service {
	margin: 23px 0;
}
.how-to-start-title.mb-5 {
	margin-bottom: 1rem;
}
.service-container .mt-5 {
	margin-top: 1rem;
}
.default-padding.bottom-less {
	padding: 20px 0;
}
.mx10 {
	margin: 0 0px;
}
.mb10 {
	margin-bottom: 10px;
}
.mx25 {
	padding-left: 25px;
	padding-right: 25px;
}
.default-padding {
	padding-top: 36px;
	padding-bottom: 20px;
}
.font-large {
	font-size: 15px;
	line-height: 21px;
}
.therapy-head, .main-title {
	font-size: 22px;
}
}
 @media (max-width: 576px) {
.radio-button-list.relationlist li {
	width: 100%;
	display: flex;
	align-items: start;
}
.radio-button-list.relationlist li label {
	margin-top: -4px;
	padding-right: 3px;
	padding-left: 3px;
}
.checkbox-button-list.relationlist li {
	width: 100%;
}
.faq-area .info h2 {
	margin-bottom: 17px;
}
.graphMenu {
	margin-left: 0px;
}
.subscriptions-body .value.w65 {
	width: 100%;
}
#therapist_title {
	width: 80px;
}
h5 {
	line-height: 1.4;
	font-size: 1rem;
}
.graphbtn {
	background: #FFF;
	color: #1270C5;
 padding: .5rem;
 border-radius: .375rem;
	text-decoration: underline;
}
.gphinactive.font14 {
	font-size: 13px;
}
.therapistimg {
	width: 40px;
	height: 40px;
}
ul.specializations li input[type="checkbox"] {
	margin: 0 4px 0 0px;
}
.csrv .py-3 {
	padding-top: 0px;
}
.full-width-form li {
	list-style: none;
}
.table-cell.actioninline a {
	display: inline-flex;
	align-items: center;
	margin-right: 10px;
}
.table-cell.actioninline a:last-child {
	margin-right: 0;
}
.blog-area h2 {
	font-size: 1rem;
}
.table-cell.viewaction a {
	justify-content: flex-start;
	align-items: flex-start;
}
/*.form-group {
	margin-bottom: 0.5rem;
}*/
.card-header {
 padding: .75rem 1rem;
}
/*.table-cell a, .table-cell.pmtlist {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}*/
#payments .table-cell.pmtlist {
	padding-right: 10px;
	min-width: 310px;
}
.list-profile-image {
	flex-shrink: 0;
	margin-right: 8px;
}
/*.thp-name {
	flex-grow: 1;
	white-space: nowrap;
	margin-right: 20px;
}*/
.form-wrapper-main {
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 5px;
}
.therapist-list .therapist-cell.book-app .time-fee {
	padding: 2px 0 20px 0;
}
.signin.mt-5 {
	margin-top: 1rem;
}
.padtop20 {
	padding-top: 0px;
}
.toggle-icon {
	font-size: 1rem;
}
h2.apt-view-heading {
	font-size: 18px;
}
.apt_usr_info li h2 {
	margin-left: 8px;
	text-align: left;
}
.thp-img {
	width: 80px;
}
.w50 {
	width: 96%;
}
.btn-coupon-code {
	width: 100%;
}
.trigger-view-all-coupon {
	text-align: left;
}
.min-height-100 {
	min-height: 80px;
}
.attr-nav a.namebadge {
	padding: 4px;
}
.unavailability-page .font15 {
	font-size: 13px;
}
.srh_form .loc-cell .form-input.w250 {
	width: 100%;
}
.wizard-progress .step .node {
	top: 40px;
}
.wizard-progress .step:not(:last-child)::before {
	top: 53px;
}
/*.table-wrapper {
 .scrollable {
 overflow: scroll;
 overflow-y: hidden;
 table {
 th, td {
 white-space: nowrap;
}
}
}
}
.table-wrapper1 {
 & .scrollable1 {
 & table {
 & th, & td {
 white-space: nowrap;
 text-align: left;
}
 & .expandable-cell {
 white-space: normal;
 word-wrap: break-word;
 max-width: 250px;
}
}
}
}*/
.modal1-content {
	width: 90%;
}
.checkbox-button-list li {
	width: 100%;
}
.paymentsuccess h2 {
	font-size: 21px;
}
.paymentsuccess h3 {
	font-size: 19px;
}
.paymantdetails .px-4 {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
.paymantdetails .submit-con .submit-button {
	font-size: 14px;
	margin-right: 8px;
}
.dashboard .card {
	padding: 6px;
}
.dashboard .card-body h5.f13 {
	font-size: 13px;
}
.dashboard .card {
	word-wrap: normal;
}
.dashboard .card-body {
	padding: 1.5rem 0.8rem;
}
.srh_form .loc-cell .form-input.thpname {
	width: 100%;
}
.modal-content {
	top: 10%;
	width: 96%;
}
.myact_menu li a {
	font-size: 17px;
	padding-bottom: 9px;
}
.symptoms_categories {
	margin-top: 15px;
}
.intl-tel-input {
	width: 75px;
}
a.navbar-brand.orglogo::before {
	left: -4px;
}
.p-6 {
	padding: 1rem;
}
.questionnaire-form .form-group {
	margin-bottom: 0;
}
.mt1 {
	margin-top: 1rem;
}
.col-md-6.mt1.gmt1 {
	margin-top: 8px;
}
.mt2 {
	margin-top: 2rem;
}
.intl-tel-input {
	width: 90px;
}
.myact_menu li {
	float: left;
	margin-right: 24px;
	font-size: 18px;
	min-height: 39px;
}
.mx15 {
	margin: 0 15px 0 10px;
}
.dashboard .col-md-3 {
	width: 49%;
	margin: 0 auto;
}
.dashboard .card-body h5 {
	font-size: 14px;
}
.dashboard .card i {
	margin-bottom: 4px;
}
/*.my-dropdown-menu {
	left: -73px;
	min-width: 232px;
}*/
.attr-nav > ul > li > a.my-dropdown {
	padding: 4px 0px;
}
.disabled-mobile {
	display: none;
}
.enable-mobile {
	display: block;
}
/*content page*/
.tagcloud a {
	padding: 3px 15px;
}
.sidebar-item.recent-post li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.blog-area .sidebar .title h4 {
	margin-bottom: 8px;
}
.blog-area .sidebar .sidebar-item {
	margin-bottom: 10px;
}
.blog-area.right-sidebar .sidebar {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.blog-area.single .post-pagi-area {
	margin-top: 0px;
}
.blog-area .item .info .meta {
	margin-bottom: 3px;
}
.blog-area .item .info {
	padding-top: 11px;
}
.blog-area.default-padding {
	padding-top: 25px;
}
.myndimg.mt2 {
	margin-top: 0rem;
}
.pr0 {
	padding-right: 0;
}
.pl0 {
	padding-left: 0;
}
.padding80 {
	padding: 60px 0 20px 0;
}
blockquote h2 {
	font-size: 20px;
	line-height: 30px;
}
img.blogdetailsimg {
	max-width: 100%;
}
.blog-area .item .info .footer-entry a {
	padding: 6px 7px;
}
.textcenter {
	text-align: center;
}
iframe {
	height: 200px;
}
.socialbtn.mt-5 {
	margin-top: 1rem;
}
.centerimg {
	text-align: center;
	width: 50%;
}
.blog .py-2 {
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.blog-area .px-5 {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}
.blog-area .py-3 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
#faqAccordion .mb-3 {
	margin-bottom: 0.5rem;
}
#faqAccordion .card-body {
	padding: 0.5rem 1rem;
}
.reveal-image {
	transform: scale(1);
	opacity: 1;
	transition: none;
}
.zoom-in-content {
	transform: scale(1);
	opacity: 1;
	transition: none;
}
.accordion-button {
	font-size: 15px;
	text-align: left;
}
.myndimg .font18 {
	font-size: 15px;
}
.myndimg .px-5 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.myndimg .py-4 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.myndimg.mt-5, .goal .mt-5 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
.faq.my-5 {
	margin-top: 10px;
}
.terms.mt-4, .terms.mt-5 {
	margin-top: 24px;
	margin-bottom: 20px;
}
.terms h3 {
	font-size: 18px;
}
.blog-heading-inner {
	margin-top: 15px;
}
.asso .font18 {
	font-size: 15px;
}
.asso .px-5 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.asso .py-4 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.new-to-mymynd-title {
	font-size: 27px;
}
.new-to-mymynd-title.mb-5 {
	margin-bottom: 1rem;
}
.new-to-mymynd-title-sub {
	font-size: 18px;
}
.therapy-head {
	font-size: 25px;
}
.goal img, .tackling img, .connecting img, .myndimg img {
	width: 200px;
}
.font-large {
	font-size: 14px;
}
.main-title {
	font-size: 21px;
	margin-top: 0px;
	padding-top: 10px;
}
.always-contected.default-padding.bottom-less {
	padding-top: 35px;
}
.blog .card-body {
	padding: 0px 0;
}
.mx25 {
	padding-left: 25px;
	padding-right: 25px;
}
.newtomymynd .font18 {
	font-size: 14px;
}
.newtomymynd .px-5 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.newtomymynd .py-4 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.new-to-mymynd-heading {
	font-size: 25px;
}
h3.subheading {
	font-size: 19px;
}
.bg-light-blue.mt-5 {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
.bg-light-blue.p2 {
	padding: 1rem;
}
.always-contected .default-padding.bottom-less {
	padding-bottom: 0px;
	padding-top: 22px;
}
.conected-head {
	font-size: 20px;
}
.always-contected .mt-5 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.service {
	padding: 3% 1% 3% 1%;
}
.blog .mb-5 {
	margin-bottom: 15px;
}
.blog.mt5 {
	margin-top: 1rem;
}
p.blog-content {
	line-height: 22px;
	font-size: 13px;
	margin-bottom: 0px;
}
.blog .blog-heading {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 13px;
}
.how-to-start .px-4 {
	padding-right: 1rem;
	padding-left: 1rem;
}
.how-to-start .font18 {
	font-size: 14px;
}
.how-to-start .py-3 {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.elementor-divider {
	padding-top: 5px;
	padding-bottom: 5px;
}
.how-to-start-title {
	font-size: 25px;
}
.how-started-image {
	width: 100px;
}
.how-to-start p {
	font-size: 14px;
	line-height: 21px;
}
.service-container .mt-5 {
	margin-top: 0.8rem;
}
.how-to-start.mt-5 {
	margin-top: 0.8rem;
}
.how-to-start .mb-5 {
	margin-bottom: 1rem;
}
.mx2 {
	margin: 0 2px;
}
.service-text, .service-link {
	display: block; /* Stack items for larger screens */
}
.col-lg-3 {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.srv-cont {
	font-size: 18px;
	line-height: 26px;
}
.heading-title-book-local {
	font-size: 20px;
}
.heading-title {
	font-size: 30px;
}
.mt15 {
	margin-top: 1.5rem;
}
.blog {
	margin: 0 16px;
}
.side.on {
	right: 15px;
}
.attr-nav {
	right: 45px;
}
.mx10 {
	margin: 0 10px;
}
.mt5 {
	margin-top: 3rem;
}
.mb10 {
	margin-bottom: 10px;
}
.tc {
	text-align: center;
}
.p2 {
	padding: 2rem;
}
.mb3 {
	margin-bottom: 15px;
}
.mt3 {
	margin-top: 10px;
}
}
 @media (max-width: 370px) {
.paymantdetails .submit-con .submit-button {
	font-size: 13px;
}
.full-width-form li .label {
	font: normal 14px/19px 'Roboto', sans-serif;
}
}
.reminder {
	background-color: #fff3cd;
	border-color: #ffc107;
}
.hero-content-therapist {
	margin: 50px 0px;
	text-align: center;
}
.hero-content-therapist h5 {
	font-size: 24px;
}
.hero-content-therapist p.center, .hero-content-therapist h5.center {
	text-align: center;
}
.hero-content-therapist h5.availbold {
	font-weight: bold;
}
