/*home - */

._quick_links_section .home-page-quick-links .loc_open {
	color: #fff;

	border: none;

	position: absolute;

	/* bottom: 12px !important; */

	height: 35px !important;

	top: inherit;

	left: 50% !important;

	border-radius: 100px;

	padding: 10px 15px;

	/* height: 20px !important; */

	z-index: 9999999999999;

	transform: translateX(-50%);

	width: 150px;

	height: 40px;

	background: #fff;

	background: rgb(253, 102, 69);

	background: -moz-linear-gradient(
		left,
		rgba(253, 102, 69, 1) 0%,
		rgba(204, 45, 88, 1) 100%
	);

	background: -webkit-linear-gradient(
		left,
		rgba(253, 102, 69, 1) 0%,
		rgba(204, 45, 88, 1) 100%
	);

	background: linear-gradient(to right, rgb(79 119 217) 0%, #35c9d5 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd6645', endColorstr='#cc2d58',GradientType=1 );

	display: flex;

	align-items: center;

	justify-content: center;

	text-transform: uppercase;
}

.home-page-quick-links a.box_topic {
	height: 200px;
}

/*home - Our Psychologists section*/

.item_version_2 a .info {
	position: absolute;

	width: 100%;

	z-index: 9;

	padding: 7px 20px 15px 20px;

	color: #fff;

	left: 0;

	bottom: 0;

	background: transparent;

	background: -webkit-linear-gradient(top, transparent, #000);

	background: linear-gradient(to bottom, transparent, #000);

	box-sizing: border-box;

	/* background: #750c75; */

	background: #00000069;

	min-height: 79px;
}

.item_version_2 a {
	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 0;

	overflow: hidden;

	margin-bottom: 25px;

	border: 5px solid#fff;

	box-shadow: 1px 1px 5px 4px #0000001f;
}

.owl-carousel .owl-item {
	margin-top: 6px;
}

.image-resize {
	object-fit: cover !important;
}

/**home - Our Psychologists end*/

/*mind carmel section start*/

section._institutes_section {
	padding: 50px 0;
	/*background: #750c75;
	background: rgb(44, 120, 57);

	background: linear-gradient(

		323deg,

		rgba(44, 120, 57, 1) 0%,

		rgba(101, 181, 67, 1) 100%

	);*/

	position: relative;

	background: rgb(53, 111, 167);
	background: linear-gradient(
		90deg,
		rgba(53, 111, 167, 1) 0%,
		rgba(27, 53, 139, 1) 100%
	);
}

section._institutes_section .institute-banner {
	border: none;
}

section._institutes_section small {
	color: #fff;
}

section._institutes_section a.btn_1 {
	padding: 10px 45px;

	border-radius: 53px;

	line-height: normal;

	background: none;

	border: 1px solid#fff;

	text-transform: uppercase;
}

section._institutes_section a.btn_1:hover {
	background: #fff;
	/*color: #750c75;*/
	color: #356fa7;
}

section._psychologist_section {
	padding: 60px 0 70px;

	background: #ffffff;
}

section._psychologist_section h2 {
	text-align: center;

	max-width: 100%;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 34px;

	color: #750c75;

	position: relative;

	margin-bottom: 20px;
}

section._psychologist_section p {
	text-align: center;

	max-width: 100%;
}

._quick_links_section {
	/* padding-bottom: 70px; */

	background-color: #f2f2f2;
}

section._courses_section {
	padding: 60px 0;
	background-color: #f2f2f2;
}

section._courses_section .list_home a {
	background-color: #ffffff;
}
section._courses_section h2 {
	text-align: center;

	max-width: 100%;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 34px;

	color: #750c75;

	position: relative;

	margin-bottom: 20px;
}

section._courses_section p {
	text-align: center;

	max-width: 100%;
}

section._courses_section .list_home ul li a {
	box-shadow: 0px 0px 20px 2px #750c7540;
}

section._programs_section {
	padding: 60px 0 90px;

	background: url(../img/latest_bg_patterns.png) no-repeat;

	background-color: #750c7508;
}

section._programs_section h2 {
	text-align: center;

	max-width: 100%;

	text-transform: uppercase;

	font-weight: 600;

	font-size: 34px;

	color: #750c75;

	position: relative;

	margin-bottom: 20px;
}

section._programs_section p {
	text-align: center;

	max-width: 100%;

	padding: 0 20px;
}

section._programs_section .strip p {
	text-align: left !important;

	display: -webkit-box;

	-webkit-line-clamp: 4;

	-webkit-box-orient: vertical;

	overflow: hidden;
}

.search_bar input[type="text"] {
	border-radius: 50px;

	box-shadow: 1px 1px 40px 1px rgb(0 0 0 / 50%) !important;
}

.search_bar input[type="submit"] {
	padding: 0 50px;

	border-radius: 0 50px 50px 0px;

	right: 4px;

	top: 4px;

	border: 0;

	text-transform: uppercase;

	height: 42px;
}

section._programs_section .item {
	background: #fff;

	border-radius: 10px;

	box-shadow: 1px 1px 15px 0px #00000040;
}

section._programs_section .strip figure {
	margin-bottom: 5px;

	overflow: hidden;

	position: relative;

	height: 190px;

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	-ms-border-radius: 5px;

	border-radius: 10px 10px 0 0;

	background-color: #ededed;
}

section._programs_section .strip {
	padding-bottom: 10px;
}

section._programs_section ul li a.loc_open {
	margin-left: 20px;
}

section._programs_section .ribbon {
	display: flex;

	color: #fff;

	display: inline-block;

	font-size: 12px;

	font-size: 0.75rem;

	line-height: 13px;

	position: absolute;

	top: 0px;

	right: 10px;

	padding: 7px 8px 4px 8px;

	font-weight: 400;

	text-transform: uppercase;

	z-index: 9;

	border-radius: 0px 0px 4px 4px;
}

section._testimonial_section {
	float: left;

	width: 100%;

	background: url(../img/testimonial_bg.jpg) no-repeat;
}

section._testimonial_section .testimonials {
	background: none;
}

footer {
	float: left;

	width: 100%;

	padding: 60px 0 0 0;
}

section._psychologist_section .item_version_2 a .info h3 {
	color: #fff;

	font-size: 18px;

	font-size: 14px;

	margin: 0;

	font-weight: 300;

	min-height: 35px;
}

section._testimonial_section .testimonials .item blockquote {
	text-align: center;

	font-size: 21px;

	font-size: 18px;

	font-weight: 300;

	color: #fff;

	line-height: 36px;
}

section._institutes_section .banner .wrapper h3 {
	color: #ffffff;

	font-weight: 600;

	text-transform: capitalize;

	width: 70%;

	padding-bottom: 20px;

	line-height: 44px;

	font-size: 38px;
}

.hero_single.inner_pages.background-image {
	/* border-radius: 0 0 50px 50px; */
}

.hero_single.inner_pages.background-image .opacity-mask {
	/* border-radius: 0 0 50px 50px; */
}

a.box_topic i {
	font-size: 60px;

	font-size: 3.75rem;

	color: #750c75;

	display: block;

	margin: 0 auto 15px;

	visibility: hidden;
}

.home-page-quick-links .col-sm-4.col-lg-3:nth-child(1) a.box_topic {
	background: url(../img/banner_icon_bg01.jpg) no-repeat center top;

	background-color: #fff;
}

.home-page-quick-links .col-sm-4.col-lg-3:nth-child(2) a.box_topic {
	background: url(../img/banner_icon_bg02.jpg) no-repeat center top;

	background-color: #fff;
}

.home-page-quick-links .col-sm-4.col-lg-3:nth-child(3) a.box_topic {
	background: url(../img/banner_icon_bg03.jpg) no-repeat center top;

	background-color: #fff;
}

.hero_single.inner_pages h1 {
	padding-top: 0;

	line-height: 1.25;
}

.banner_content_wrapper {
	margin-top: -80px;
}

.home-page-quick-links {
	position: relative;

	margin-top: -220px;

	z-index: 2;

	display: -webkit-box;

	display: -webkit-flex;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	-webkit-justify-content: center;

	-ms-flex-pack: center;

	justify-content: center;
}
/*12-2-2021 today start*/
section._institutes_section .banner p {
	color: #fff;
}
.about_page .about_left_img {
	display: flex;
}
section.about_our_logo {
	background: #f2f2f2;
	padding: 50px 0;
}
section.about_our_logo .logo-image-overlay {
	opacity: 1;
}
.about_page {
	padding: 60px 0;
}
section.about_our_logo p {
	/* text-align: left !important; */
	color: #909090;
}
section.about_our_logo {
	/* background-color: #000000; */
	padding: 50px 0;
	background: url(../img/latest_bg_patterns.png) no-repeat;
	background-color: #1b1b1b;
}
section.about_our_logo .main_title h2 {
	font-size: 26px;
	font-size: 1.625rem;
	max-width: 600px;
	margin: 20px 0 0 0;
	color: #fff;
}
section.about_team {
	float: left;
	width: 100%;
	padding: 50px 0;
}
section.about_team .main_title h2 {
	max-width: 100%;
	text-align: center;
}
section.about_team .main_title p {
	max-width: 100%;
	text-align: center;
	margin-bottom: 40px !important;
}
section.about_psycologist {
	float: left;
	width: 100%;
}
section.about_psycologist {
	float: left;
	width: 100%;
	padding: 50px 0 70px;
	background: url(../img/latest_bg_patterns.png) no-repeat;
	background-color: #efffea;
}
section.psychologists .blog-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
.page_header {
	padding: 15px 0 0px 0;
	/* background-color: #ceeac4 !important; */
}
section.psychologists {
	padding: 50px 0 90px;
}
header.header.sticky .logo_sticky {
	display: inline-block;
	padding: 10px;
}
section.our_institutes {
	padding: 40px 0 80px;
}
section.our_institutes .post_info h2 a {
	font-size: 18px;
	text-align: center !important;
	width: 100% !important;
	float: left;
	padding: 20px 0 10px;
	text-transform: uppercase;
}
section.our_institutes .blog-image {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}
section.blogs {
	padding: 50px 0 70px;
}
section.blogs .blog-image {
	width: 100% !important;
	height: 100% !important;
	/* object-fit: cover; */
}
section.blogs .post_info h2 a {
	font-size: 18px;
}
section.blogs .post_info h2 {
	line-height: 24px;
	padding-bottom: 10px;
}
section.blogs .load-more-post {
	margin-top: 30px;
}
section.contact_us {
	padding: 50px 0 75px;
}
section.contact_us .box_contacts {
	box-shadow: none;
	padding: 0;
}
section.contact_us .shadow_box {
	-webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 18%);
	padding: 20px !important;
	float: left;
	display: table;
}
section.contact_us .box_contacts h2 {
	text-align: left;
}
section.contact_us .box_contacts a {
	color: #444;
	text-align: left;
	float: left;
}
section.contact_us .address_text {
	text-align: left;
}
section.contact_us h5 {
	padding-bottom: 10px;
	text-transform: uppercase;
}
section.contact_us .form-group.half {
	width: 50%;
	float: left;
}
section.contact_us .form-group.half.left {
	padding-right: 10px;
}
section.contact_us .form-group.half.right {
	padding-left: 10px;
}
section.contact_us .form-group textarea {
	resize: none;
}
section.contact_us .contact_right_box {
	padding-left: 30px;
}
.box_booking {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	background-color: #fff;
	box-shadow: 1px 1px 20px 5px #32921254;
}
.box_booking .head {
	background-color: #750c75;
	color: #fff;
}
.box_booking .head h3 {
	color: #ffffff;
	text-transform: uppercase;
}
.radio_select.radio_select_custom ul li:first-child label {
	/* cursor: pointer;
	background-color: #ffffff;
	border: 1px solid#750c75;
	border-radius: 100px;
	color: #750c75; */
}
.radio_select.radio_select_custom ul li:last-child label {
	/* cursor: pointer;
	background-color: #ffffff;
	border: 1px solid#750c75;
	border-radius: 100px;
	color: #750c75; */
}
#psychologist-slot-booking h5 {
	font-size: 1rem;
	text-align: center;
	padding-bottom: 10px;
}
section.contact_us .form-group {
	width: 100%;
	float: left;
}
.pb_15 {
	padding-bottom: 15px !important;
}
@media screen and (max-width: 991px) {
	section.contact_us {
		padding: 10px 0 45px;
	}
}
@media screen and (max-width: 980px) {
	section._institutes_section:after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		/* background: #2c501ed4; */
		width: 100%;
		height: -webkit-fill-available;
		background: rgb(53, 111, 167);
		background: linear-gradient(
			90deg,
			rgb(53 111 167 / 77%) 0%,
			rgb(27 53 139 / 87%) 100%
		);
	}

	section._institutes_section p {
		color: #fff;
	}
}

@media screen and (max-width: 767px) {
	.about_page .about_right_box {
		padding: 0 40px;
	}
	section.about_psycologist .container {
		padding: 0 30px;
	}
	section.about_our_logo .about_logo_space {
		padding: 0 30px;
	}
	section.contact_us .form-group.half {
		width: 100%;
		float: left;
	}
	section.contact_us .form-group.half.left {
		padding-right: 0;
	}
	section.contact_us .form-group.half.right {
		padding-left: 0;
	}
	section.contact_us .contact_right_box {
		margin-top: 40px;
	}
	.hero_single .opacity-mask p {
		font-size: 16px;
	}

	.hero_single.inner_pages h1 {
		overflow: hidden;

		font-size: 22px;

		line-height: 28px;

		padding-bottom: 10px;
	}

	a.box_topic {
		padding: 40px 30px 15px 30px !important;
	}

	section._institutes_section .banner .wrapper h3 {
		width: 100%;

		font-size: 26px;

		line-height: 30px;
	}
}

/* Common Style */

.page_header {
	padding: 15px 0 0px 0;

	background-color: #ffffff;
}

#search_key {
	border: 1px solid #d2d8dd;
}

.breadcrumbs ul {
	font-size: 0.95rem;
}

.breadcrumbs ul li:after {
	top: 0px;
}

/* about page */

.about_page .main_title h2 {
	max-width: none;

	text-align: left;
}
.about_page .about_title .main_title h2 {
	max-width: none;
	text-align: center;
	text-align: center;
	max-width: 100%;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 34px;
	color: #750c75;
	position: relative;
	margin-bottom: 20px;
}
.img-contain {
	object-fit: contain !important;
}

@media screen and (max-width: 500px) {
	.about_page .main_title p {
		max-width: none;

		text-align: left;

		font-weight: 400;
	}
	.search_bar input[type="submit"] {
		padding: 0 24px;
	}
}

.about_page .about_left_img img {
	width: 100%;
}
.search_bar_list input[type='submit'] {
	background-color: #750c75;
}