/*-----------------------------------------------------------------------------------
Theme Name: Team Wellness Center
Theme URI: https://teamwellnesscenter.com/
Description: This is Version College web site. 
Author: Team Wellness Center
Author URI: https://teamwellnesscenter.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0

-----------------------------------------------------------------------------------

1. Typography
2. Header Area 
3. Iteam Area
4. Footer Area

-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Heavy.woff2') format('woff2'),
		url('fonts/Lato-Heavy.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Bold.woff2') format('woff2'),
		url('fonts/Lato-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lato';
	src: url('fonts/Lato-Regular.woff2') format('woff2'),
		url('fonts/Lato-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/*----------------------------------
1. TYPOGRAPHY
---------------------------------- */
/*Video Popup Start----*/
.video-popup {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: fixed;
	z-index: 999999;
	display: none;
	bottom: 0;
	right: 0;
}
.video-popup.show{
	display: block;
}
.video-popup.unexpendPopup {
	max-width: 320px;
	bottom: 40px;
	right: 40px;
	aspect-ratio: 16/9;
	height: unset;
}
.video-popup.unexpendPopup .iframe-wrapper {
	width: 100%;
}
.iframe-wrapper {
	width: 50%;
	position: absolute;
	margin: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	aspect-ratio: 16/9;
}
.video-popup #iframeHolder {
	width: 100%;
	height: 100%;
	display: block;
	background-color: #fff;
}
.video-popup iframe {
	width: 100%;
	height: 100%;
}
.close-video, .expand {
	width: 40px;
	height: 40px;
	background: #fff;
	display: block;
	border-radius: 100%;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
	z-index: 99;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	box-shadow: 0 0 10px rgb(0 0 0 / 50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.expand {
	right: 30px;
}
.video-close-icon {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.video-close-icon::before {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.video-close-icon::after {
	width: 60%;
	height: 2px;
	background: #000;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px){
	.iframe-wrapper {
		width: 80%;
	}
}
/*Video Popup End----*/
html{
	scroll-behavior: smooth;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: Lato;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background: #FFFFFF;
}

a {
	text-decoration: none;
	display: inline-block;
}
a:hover {
	text-decoration: none;
}
button {
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	font-family: 'Lato';
	font-weight: bold
}
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
}
input {
	border: none;
	outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	max-width: 100%
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
button:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.text-center {
	text-align: center;
}
.mt-40 {
	margin-top: 45px;
}
.container-l {
	width: 100%;
	max-width: 1550px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-x {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-m {
	width: 100%;
	max-width: 1395px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-s {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
/*----------------------------------
1. HEADER AREA START
---------------------------------- */
.main-header {
	background: #FFF;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(92, 92, 92, 0.07);
	box-shadow: 0px 4px 10px 0px rgba(92, 92, 92, 0.07);
	position: sticky;
	z-index: 9;
	top: 0;
	left: 0;
}
.header-top {
	background: #207E9C;
}
.header-top-wrp {
	padding: 15px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* left  */
.header-top-left span {
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 12px;
	position: relative;
	display: block;
	padding-left: 30px;
}
.header-top-left span::before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
}
.header-top-left span a {
	color: #FFF;
	font-size: 20px;
	font-weight: 800;
	line-height: 12px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-top-left span a:hover {
	opacity: .5;
}
/* right  */
.header-top-right ul {
	gap: 20px;
	position: relative;
	padding-left: 26px;
}
.header-top-right ul::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/sp.svg');
	background-position: top 0 left -163px;
}
.header-top-right ul li {
	list-style: disc;
	padding-right: 10px;
}
.header-top-right ul li:first-child {
	list-style: none;
}
.header-top-right ul li::marker {
	color: rgb(255 255 253 / 50%);
}
.header-top-right ul li a {
	color: #FFF;
	font-size: 16px;
	line-height: 12px;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: default;
}
/* .header-top-right ul li a:hover {
opacity: .5;
}*/ 
/* header menu  */
.header-menu-area {
	padding: 25px 0;
}
.main-menu ul {
	gap: 25px;
}
.main-menu ul li {
	position: relative;
}
.main-menu ul li a {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 18px;
	font-weight: 400;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.main-menu ul li a:hover {
	opacity: .6;
}
.main-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}
/* Drop Down  */
.main-menu ul ul {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	background: #FFF;
	-webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06), 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.06), 0px 6px 6px 0px rgba(0, 0, 0, 0.04);
	min-width: 160px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	min-width: 250px;
}
.main-menu ul ul li {
	padding: 11px 18px;
	border-top: 2px solid #5C5C5C1A;
}
.menu-item-has-children {
	padding-right: 20px;
}
.menu-item-has-children::before {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 11px;
	height: 10px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -294px;
}
ul.sub-menu .menu-item-has-children::before {
	transform: rotate(-90deg);
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	right: 10px;
}
.main-menu ul ul li a:hover {
	padding-left: 5px;
}
.main-menu ul ul ul {
	left: 100%;
	top: 0 !important;
}
/* call us  */
.call-us {
	margin-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
}
.call-us a {
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	border: 2px solid #207E9C;
}
.call-us a, .call-us button {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 16px;
	border-radius: 5px;
	padding: 22px 26px 22px 50px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-family: 'Lato';
	font-weight: bold;
}
.call-us button {
	color: #207E9C;
	background: transparent;
	border: 2px solid #207E9C;
}
.call-us a::before,
.call-us button::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
}
.call-us a::before {
	background-position: top 0 left 0;
	filter: brightness(10);
}
.call-us button::before {
	background-position: top -43px left -157px;
}
.call-us a:hover {
	background: #FFF;
	-webkit-box-shadow: 0px 4px 10px 0px rgba(92, 92, 92, 0.07);
	box-shadow: 0px 4px 10px 0px rgba(92, 92, 92, 0.07);
	color: #207E9C;
	border: 2px solid #207E9C;
}
.call-us a:hover::before {
	filter: unset;
}
.call-us button:hover {
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	color: #FFF;
}
.call-us button:hover::before {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
/* Mobile Bars  */
.mobail-bars {
	position: relative;
	width: 60px;
	height: 60px;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
	-ms-grid-column-align: end;
	justify-self: end;
	z-index: 9999;
	margin-left: 20px;
}
/*Single Bar */
.mobail-bars span {
	position: absolute;
	width: 40px;
	height: 4px;
	background: #5C5C5C;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.mobail-bars span:nth-child(1) {
	-webkit-transform: translateY(-13px);
	-ms-transform: translateY(-13px);
	transform: translateY(-13px);
	width: 40px;
	left: 8px;
}
.mobail-bars span:nth-child(2) {
	-webkit-transform: translateY(13px);
	-ms-transform: translateY(13px);
	transform: translateY(13px);
	width: 40px;
	left: 8px;
}
/*when click bar */
.mobail-bars.active span:nth-child(1) {
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
	transform: translateY(0px) rotate(45deg);
	width: 40px;
}
.mobail-bars.active span:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
	width: 40px;
}
.mobail-bars.active span:nth-child(3) {
	-webkit-transform: translateX(60px);
	-ms-transform: translateX(60px);
	transform: translateX(60px);
}
/* Banner Section ----------- */
.banner-section {
	position: relative;
	z-index: 3;
}
.banner-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -o-linear-gradient(309deg, #FFF 0%, rgba(255, 255, 255, 0.00) 65%);
	background: linear-gradient(141deg, #FFF 0%, rgba(255, 255, 255, 0.00) 65%);
}
.banner-content {
	padding: 160px 0 250px 0;
}
.banner-content h1 {
	font-size: calc(105px + 19 * ((100vw - 1024px) / 680));
	font-weight: 800;
	line-height: 122px;
	text-transform: uppercase;
	/* background: -webkit-linear-gradient(#006986, #8DCEE7, #8DCEE7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; */
	color: #4DA0BB;
}
.banner-content h1 span {
	color: #5C5C5C;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-top: 0;
}
.banner-content span {
	color: #5C5C5C;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 15px;
	display: block;
}
/* Banner Carousel  */
.banner-carousel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.single-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}
.banner-carousel .slick-list,
.banner-carousel .slick-track {
	height: 100%;
}
/* Best Wellness Center Section  */
.best-wellness-center {
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	padding-bottom: 100px;
}
.best-wellness {
	margin-top: -100px;
	position: relative;
	z-index: 8;
}
.bst-wlns-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.bst-wlns-list li {
	width: 275px;
	height: 210px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 5px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	list-style: none;
}
.bst-wlns-list li:hover {
	background: #77bed8;
}
.bst-wlns-list li:hover a, .main-inner .bst-wlns-list li:hover a  {
	color: #FFF;
}
.bst-wlns-list li:hover a::before {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.bst-wlns-list li a, .main-inner .bst-wlns-list li a {
	color: #5C5C5C;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 115px;
	margin-top: 40px;
	position: relative;
	width: 100%;
}
.bst-wlns-list li a::before, .main-inner .bst-wlns-list li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 120px;
	height: 115px;
	background: url('images/sp.svg') no-repeat;
}
.bst-wlns-list li.one a::before {
	background-position: top -107px left 11px;
}
.bst-wlns-list li.two a::before {
	background-position: top -107px left -118px;
}
.bst-wlns-list li.three a::before {
	background-position: top -107px left -262px;
}
.bst-wlns-list li.four a::before {
	background-position: top -107px left -409px;
}
.bst-wlns-list li.five a::before {
	background-position: top -253px left 7px;
}
.bst-wlns-list li.six a::before {
	background-position: top -253px left -134px;
}
.bst-wlns-list li.seven a::before {
	background-position: top -253px left -279px;
}
.bst-wlns-list li.eight a::before {
	background-position: top -489px left 0;
}
.bst-wlns-list li.nine a::before {
	background-position: top -496px left -132px;
}
/* about  */
.bst-wlns-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 95px;
	margin-top: 100px;
}
.bst-wlns-about > div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 50%;
	width: 100%;
}
.bst-wns-left.right {
	max-width: 600px;
}
.bst-wns-left h2 {
	color: #FFF;
	font-size: calc(28px + 20 * ((100vw - 1024px) / 680));
	font-weight: 800;
	line-height: 68px;
	margin-bottom: 24px;
}
.bst-wns-left h2 span {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.bst-wns-left p {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 30px;
}
/* Testimonials Section  */
.testimonial-caro {
	margin-top: 65px;
}
.single-testimonial {
	position: relative;
	padding-left: 120px;
	margin: 0 50px;
}
.testimonial-caro .slick-list {
	margin: 0 -50px;
}
.single-testimonial::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -262px left -444px;
}
.single-testimonial p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
}
.single-testimonial .name {
	color: #5C5C5C;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
	display: block;
	margin-top: 65px;
}
.star {
	color: #FFBD00;
	font-size: 22px;
}
/* dots  */
.testimonial-caro .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	margin-top: 55px;
}
.testimonial-caro .slick-dots li button {
	font-size: 0;
	width: 12.649px;
	height: 12.649px;
	border-radius: 12.649px;
	background: rgba(92, 92, 92, 0.25);
}
.testimonial-caro .slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	position: relative;
}
.testimonial-caro .slick-dots li.slick-active button::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #FFF;
	inset: 0;
	margin: auto;
	border-radius: 100%;
}
/* New Articles Section ------ */
.new-articles-sec {
	padding: 70px 0;
	background: url('images/articles/newArticlesBg.jpg') no-repeat;
	background-size: cover;
}
.new-articles-head {
	text-align: center;
}
.new-articles-head h2 {
	color: #FFF;
	line-height: 38px;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}
.new-articles-head h2 span {
	color: #FFFFFF;
	line-height: 24px;
}
.new-articles-head p {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin: 35px 0;
}
.new-articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.new-articles li {
	width: 430px;
	height: 490px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding: 35px 35px 50px;
	color: #FFF;
	font-size: 22px;
	font-weight: 800;
	line-height: 32px;
	position: relative;
	z-index: 2;
	background-size: cover;
	border-radius: 3px;
}
.new-articles li::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 3px;
	background: -o-linear-gradient(69deg, #000 0%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(21deg, #000 0%, rgba(0, 0, 0, .2) 100%);
}
.new-articles li a {
	color: #207E9C;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-top: 45px;
	position: relative;
	-ms-flex-item-align: baseline;
	align-self: baseline;
}
.new-articles li a::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 59px;
	height: 3px;
	border-radius: 100px;
	background: #1E7D9D;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new-articles li a:hover::after {
	width: 100%;
}
.new-article-btn {
	text-align: center;
	margin-top: 65px;
}
.new-article-btn a {
	background: #FFF;
	color: #207E9C;
	padding: 22px 32px;
}
.new-article-btn a:hover {
	color: #FFF;
}
/* Location Section  -- */
.location-section {
	padding: 80px 0;
}
.location-wrp {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 390px 60px auto;
	grid-template-columns: 390px auto;
	gap: 60px;
	margin-top: 65px;
}
.location-left ul li {
	color: #5C5C5C;
	font-size: 18px;
	font-family: Lato;
	font-weight: normal;
	line-height: 27px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 2px solid rgba(92, 92, 92, 0.10);
	padding: 15px 0 15px 30px;
}
.location-left ul li::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	width: 17px;
	height: 22px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -250px;
}
.location-left ul li strong, .location-left ul li b {
	font-weight: 900;
	margin-bottom: 15px;
	display: block;
}
.location-right iframe {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
/* Contact Us Section ---- */
.contact-us-sec {
	padding: 80px 0;
	background: -o-linear-gradient(92deg, rgba(92, 92, 92, 0.00) 0%, rgba(92, 92, 92, 0.10) 100%);
	background: linear-gradient(358deg, rgba(92, 92, 92, 0.00) 0%, rgba(92, 92, 92, 0.10) 100%);
}
.contact-us-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 70px;
}
.contact-left {
	max-width: 440px;
	width: 100%;
}
.contact-left p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
	margin: 35px 0;
}
.contact-left a {
	color: #5C5C5C;
	font-size: 25px;
	font-weight: 800;
	line-height: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.contact-left a:hover {
	color: #207e9c;
}
.contact-left a span {
	font-size: 20px;
	font-weight: 400;
	line-height: 16px;
	display: block;
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}
.contact-left a span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -87px;
}
/* right  */
.contact-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}
.single-input {
	width: 100%;
	max-width: 625px;
	padding-left: 55px;
	border-radius: 2px;
	border: 0.5px solid rgba(92, 92, 92, 0.50);
	background: rgba(92, 92, 92, 0.02);
	margin-bottom: 25px;
	position: relative!important;
}
.contact-right label, p.gform_required_legend {
    display: none;
}
.single-input::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 22px;
	height: 22px;
	margin: auto;
	background: url('images/sp.svg') no-repeat;
}
.single-input input,
.single-input textarea {
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 20px 10px 20px 0;
	color: rgba(92, 92, 92, 0.75);
	font-size: 18px;
	font-weight: 400;
	line-height: 16px;
	border: none;
	outline: none;
}
.single-input textarea {
	font-family: Lato;
	resize: none;
	height: 170px;
}
.single-input.name::before {
	background-position: top -41px left -199px;
}
.single-input.phone::before {
	background-position: top -41px left -242px;
}
.single-input.email::before {
	background-position: top -41px left -285px;
}
.single-input.message::before {
	background-position: top -41px left -285px;
}
.single-input.message::before {
	background-position: top -43px left -328px;
	bottom: unset;
	top: 20px;
}
.single-input.checkbox label{
	color: rgb(92 92 92);
}
.single-input.checkbox {
	padding-left: 20px;
	padding: 20px;
	display: flex;
	gap: 20px;
	justify-content: flex-start;
	align-items: center;
	color: #757575;
	font-size: 18px;
}
.single-input.checkbox:before {
	display: none;
}
.contact-right form button, .contact-right form a.formCallBtn, .formCallBtn, .gform_button.button {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    background: -o-linear-gradient(91deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
    background: linear-gradient(359deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
    width: 100%;
    padding: 20px;
    max-width: 625px;
    width: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    text-align: center;
    min-height: 70px;
    position: absolute;
    bottom: -50px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact-right form button:hover {
	background: -o-linear-gradient(287deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(163deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
}
div#input_1_13, div#input_1_13 *{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
div#gfield_description_1_16 {
    display: none;
}
/* Footer Section ---------- */
.main-footer {
	background: #3A3A3A url('images/footerBg.jpg') no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-footer.one {
	width: 280px;
}
.single-footer.two {
	width: 190px;
}
.single-footer.three {
	width: 335px;
}
.single-footer .f-logo {
	margin-bottom: 50px;
}
.single-footer p {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 35px;
}
.footer-head {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 25px;
	display: block;
	text-transform: uppercase;
}
.single-footer.one .footer-head {
	margin-bottom: 12px;
}
.f-one-n {
	display: none;
}
.single-footer.one a {
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
}
.single-footer.one a:hover {
	opacity: .5;
}
.f-link {
	margin-bottom: 45px;
}
.f-link li a, .f-link li button {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	padding-left: 25px;
	position: relative;
	font-weight: normal;
}
.f-link li a::before, 
.f-link li button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	background: red;
} 
.f-link li a::before, .f-link li button::before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	width: 12px;
	height: 12px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -293px;
	-webkit-transform: rotate(-95deg);
	-ms-transform: rotate(-95deg);
	transform: rotate(-95deg);
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.f-link li a:hover::before, .f-link li button:hover::before {
	left: 8px;
}
.single-footer.three .email {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
	padding-left: 25px;
	margin-top: 35px;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	position: relative;
}
.single-footer.three .email a {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 16px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-footer a:hover {
	opacity: .5;
}
.single-footer.three .email::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -45px left -117px;
}
.single-footer.three .email.fax::before {
	background-position: top -45px left -76px;
}
h2.gform_submission_error.hide_summary, .validation_message {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
    color: red;
}
/* accordion  */
.single-footer.four {
	max-width: 320px;
	width: 100%;
}
.single-accordion h4 {
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	cursor: pointer;
	position: relative;
}
.single-footer.four .single-accordion:last-child h4 {
	border-bottom: 0;
	padding-bottom: 0;
}
.single-footer .single-accordion h4::after {
	content: '';
	position: absolute;
	top: 22px;
	right: 0;
	width: 13px;
	height: 10px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -293px;
	-webkit-filter: brightness(2);
	filter: brightness(2);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-footer .single-accordion h4.active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion-body {
	display: none;
}
.single-footer .accordion-body ul li {
	padding-left: 25px;
	position: relative;
}
.single-footer .accordion-body ul li,
.single-footer .accordion-body ul a {
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
}
.single-footer .accordion-body ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url('images/sp.svg') no-repeat;
	background-position: top -41px left -38px;
}
.single-footer .accordion-body ul li:nth-child(1)::before {
	background-position: top 0 left -211px;
}
.single-footer .accordion-body ul li:nth-child(2)::before {
	background-position: top 0 left -211px;
}
.single-footer .accordion-body ul li:nth-child(2)::before {
	background-position: top 2px left -126px;
}
.single-footer .accordion-body ul li:nth-child(3)::before {
	background-position: top -43px left 0;
}
.single-footer .accordion-body ul li:nth-child(4)::before {
	background-position: top -43px left -38px;
}
.single-accordion.show .accordion-body {
	display: block;
}
.copy-right {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	margin-top: 50px;
	padding-top: 20px;
	color: rgb(255 255 255 / 50%);
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
}
.copy-right div {
	display: flex;
	gap: 40px;
}
.copy-right a {
	color: rgb(255 255 255 / 50%);
}
.copy-right a:hover{
	text-decoration: underline;
}
/* Home Page End ------------------------------------ */

/* About Page ----------------------------------- */
.inner-banner-sec {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.bg-p {
	background-position: right center;
}
.inner-banner-sec::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #207E9C;
}
.inner-banner {
	padding: 130px 0;
	text-align: center;
}
.inner-banner h1 {
	color: #FFF;
	font-size: calc(50px + 9 * ((100vw - 1024px) / 680));
	font-weight: 800;
	line-height: 85px;
	text-transform: uppercase;
}
/* main inner  */
.main-inner {
	max-width: 1170px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	padding: 0 15px;
}
.in-w {
	max-width: 1140px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main-inner h2 {
	color: #207E9C;
	font-size: calc(24px + 17 * ((100vw - 1024px) / 680));
	font-weight: 800;
	line-height: 65px;
	background: linear-gradient(90deg, rgba(31,125,154,1) 0%, rgba(77,160,187,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: auto;
}
.main-inner p,
.main-inner ul li,
.main-inner ol li {
	color: #5C5C5C;
}
.main-inner p,
.main-inner a,
.main-inner ul li,
.main-inner ol li {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.main-inner p a, .main-inner li a  {
	color: #207e9c;
}

.main-inner p a:hover, .main-inner li a:hover {
	color: #5C5C5C;
}
.main-inner h2,
.main-inner ul,
.main-inner ol,
.main-inner p,
.main-inner h3 {
	margin-bottom: 25px;
}
.main-inner ul ul, .main-inner ol ol {
	margin-top: 30px;
}
.main-inner h3 {
	color: #5C5C5C;
	font-size: 22px;
	font-weight: 800;
	line-height: 18px;
}
.main-inner h4 {
	color: #5C5C5C;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
}
.main-inner .default-btn {
	color: #207e9c;
	border: 1px solid #207e9c;
	margin-bottom: 50px;
	padding: 22px 85px;
	line-height: 16px;
	box-shadow: unset;
	font-weight: bold;
}
.main-inner .default-btn:hover {
	background: #207e9c;
	color: #FFF;
}
/* Accreditation Section  */
.accreditation {
	margin-top: 55px;
	padding-bottom: 65px;
	position: relative;
}
.accreditation::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: calc(100% - 100px);
	z-index: -1;
	background: url("images/articles/newArticlesBg.jpg") no-repeat rgb(32, 126, 156);
}
.accreditation .best-wellness {
	margin-top: 0;
}
.accre-con {
	margin-top: 65px;
}
.main-inner .accre-con h2, .main-inner .accre-con p {
	color: #FFF;
	background: unset;
	-webkit-text-fill-color: unset;
}
.mission-two-col {
	margin: 55px 0px;
	display: -ms-grid;
	display: grid;
	gap: 60px;
	-ms-grid-columns: 410px 60px auto;
	grid-template-columns: 410px auto;
}
.main-inner .mission-two-col h3 {
	color: #5C5C5C;
	font-size: 25px;
	font-weight: 800;
	line-height: 16px;
	margin-bottom: 24px;
}
/* History  */
.about-history {
	position: relative;
	padding: 50px 0;
	z-index: 2;
}
.history-con {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.about-history::before,
.about-history::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.about-history::before {
	left: 0;
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
}
.about-history::after {
	right: 0;
	background: url('images/inner/young-attractive.jpg') no-repeat;
	background-size: cover;
	/* max-height: 878px; */
	background-position: center;
}
/* History  */
.main-inner .history-con h2, .main-inner .history-con p, .main-inner .history-con ul li, .main-inner .history-con ul li a {
	color: #FFF;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}
.main-inner .history-con ul li {
	list-style: disc;
	margin-left: 20px;
}
.history-con .accordion {
	max-width: 510px;
	width: 100%;
}
.history-con .single-accordion h4 {
	font-size: 22px;
	color: #FFF;
	font-weight: 600;
	line-height: 30px;
	padding: 20px 20px 20px 0px;
	border-color: rgba(255, 255, 255, 0.25);
	margin-bottom: 0;
}
.history-con .single-accordion h4::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 10px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -293px;
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	bottom: 0;
	margin: auto;
}
.history-con .single-accordion h4.active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.history-con .accordion-body.active {
	margin-top: 25px;
}
/* Meet Our Team Page------------------- */
.team-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 55px 35px;
	margin-bottom: 70px;
}
.single-doctor {
	width: 355px;
	text-align: center;
}
.single-doctor .dr-img {
	display: none;
	width: 100%;
	height: 420px;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.single-doctor .dr-img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	border-radius: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-doctor:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.single-doctor .name {
	color: #5C5C5C;
	font-size: 22px;
	font-weight: 800;
	line-height: 16px;
	display: block;
	margin-bottom: 16px;
}
.single-doctor .title {
	color: #5C5C5C;
	font-size: 18px;
	font-weight: 500;
	line-height: 16px;
}
/* Executive Directors   */
.executive-direc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 70px;
}
.executive-cont {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main-inner .executive-cont ul li {
	padding: 18px 0;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.main-inner .executive-cont ul li,
.main-inner .executive-cont ul li a {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 22px;
}
.main-inner .executive-cont ul li:last-child {
	border-bottom: 0;
}
.main-inner .executive-cont ul li b, 
.main-inner .executive-cont ul li strong,
.main-inner .executive-cont ul li a b, 
.main-inner .executive-cont ul li a strong {
	color: #5C5C5C;
	font-size: 22px;
	font-weight: 800;
	line-height: 18px;
	display: block;
	margin-bottom: 18px;
}
/* Medical Director  */
.medical-direc {
	padding: 50px 0;
	background: rgba(92, 92, 92, 0.05);
}
.medical-direc .executive-direc {
	margin-bottom: 0;
}
.main-inner .medical-direc ul,
.main-inner .executive-cont ul {
	margin-bottom: 0;
}
/* News Page -------------------------- */
.news-list {
	margin-bottom: 65px;
}
.news-list ul {
	height: 755px;
	overflow: hidden;
}
.news-list ul.show-more {
	height: auto;
}
.main-inner .news-list ul li {
	padding: 25px 0;
	border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}
.main-inner .news-list ul li, .main-inner .news-list ul li a {
	color: #5C5C5C;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	align-items: center;
}
.main-inner .news-list ul li:last-child {
	border-bottom: 0;
}
.main-inner .news-list ul li span {
	color: #207E9C;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	width: 15%;
}
.more-news {
	color: #207E9C;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	position: relative;
	display: block;
	cursor: pointer;
}
.more-news::before {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	width: 87%;
	height: 2px;
	background: rgba(217, 217, 217, 0.5);
}
.more-news::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 14px;
	height: 13px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -293px;
}
/* Newsletters  */
.newsLetter-bg {
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	padding: 60px 0;
}
.main-inner .newsLetters h2 {
	color: #FFF;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	width: auto;
}
.main-inner .news-list ul li a:hover {
	color: #1e7d9d;
}
.main-inner .newsLetters ul li {
	padding: 25px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.main-inner .newsLetters ul li a {
	color: #FFF;
	font-size: 22px;
	font-weight: 700;
	line-height: 18px;
	position: relative;
	display: block;    
	-webkit-transition: .3s;    
	-o-transition: .3s;    
	transition: .3s;
}
.main-inner .newsLetters ul li a:hover {
	padding-left: 5px;
	opacity: .5;
}
.main-inner .newsLetters ul li a::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 12px;
	height: 10px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -293px;
	-webkit-filter: brightness(100);
	filter: brightness(100);
	-webkit-transform: rotate(-85deg);
	-ms-transform: rotate(-85deg);
	transform: rotate(-85deg);
}
/* Career Page ------------------------ */
.career-two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 150px;
	margin: 45px 0;
}
.career-two-col a {
	color: rgba(30, 125, 157, 1);
}
.career-two-col ul li {
	list-style: disc;
	margin-left: 20px;
}
.main-inner .careers-accordion .single-accordion > h4 {
	margin-bottom: 0;
	position: relative;
	color: #5C5C5C;
	font-size: 22px;
	line-height: 18px;
	padding: 25px 0;
	border-top: 1px solid rgba(217, 217, 217, 0.5);
}
.main-inner .careers-accordion .single-accordion:first-child > h4 {
	border-top: 0;
}
.main-inner .careers-accordion .single-accordion > h4::after {
	content: '';
	position: absolute;
	top: 25px;
	right: 0;
	width: 15px;
	height: 15px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -293px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.main-inner .careers-accordion .single-accordion > h4.active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: -6px;
}
.main-inner .career-two-col h4 {
	padding: 0;
}
.accordion .accordion-body {
	margin-top: 20px;
}
/* Service Page --------------------- */
.inner-service {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 50px;
	margin-top: 50px;
}
.in-single-ser {
	border-radius: 2px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	width: 345px;
}
.in-single-ser:hover img {
	transform: scale(1.1);
}
.in-ser-img {
	height: 290px;
	overflow: hidden;
}
.in-ser-img img {
	height: 100%;
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
	transition: .4s;
}
.in-ser-con {
	padding: 16px 16px 0 16px;
}
.in-single-ser.one .in-ser-con .icon {
	/* background-size: 313px; */
	background-position: top -388px left -427px;
}
.in-ser-con .icon {
	width: 110px;
	height: 85.211px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin-top: -60px;
	margin-bottom: 30px;
	position: relative;
	z-index: 5;
	background: #FFF url('images/sp.svg') no-repeat;
	background-position: top -388px left 30px;
}
.main-inner .in-ser-con h2 {
	color: #207E9C;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 22px;
}
.in-single-ser.two .in-ser-con .icon {
	background-position: top -388px left 30px;
}
.in-single-ser.three .in-ser-con .icon {
	background-position: top -388px left -65px;
}
.in-single-ser.four .in-ser-con .icon {
	background-position: top -388px left -160px;
}
.in-single-ser.five .in-ser-con .icon {
	background-position: top -388px left -246px;
}
.in-single-ser.six .in-ser-con .icon {
	background-position: top -388px left -334px;
}
.in-single-ser.seven .in-ser-con .icon {
	background-position: top -388px left -703px;
}
/* Primary Care Page ----------- */
.btn-t-m {
	margin-top: 40px;
}
.primary-offer {
	margin-bottom: 60px;
	-webkit-columns: 3 300px;
	-moz-columns: 3 300px;
	columns: 3 300px;
	gap: 30px;
}
.single-offer {
	display: block;
	width: 358px;
	border-radius: 2px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	margin-bottom: 30px;
	transition: .4s;
	cursor: default;
}
/*
.single-offer:hover {
background: #1e7d9d;
}
.single-offer:hover h4, 
.single-offer:hover p {
color: #FFF;
}*/
.main-inner .single-offer h4 {
	margin-bottom: 5px;
}
.main-inner .single-offer p {
	margin-bottom: 0;
}
/* Convenient & Accessible   */
.convenient {
	padding: 50px 0;
	position: relative;
	z-index: 3;
	margin-bottom: 70px;
}
.convenient-wd {
	width: 50%;
}
.convenient::before,
.convenient::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.convenient::before {
	left: 0;
	background: -o-linear-gradient(315deg, #1E7D9D 0%, #13626D 100%);
	background: linear-gradient(135deg, #1E7D9D 0%, #13626D 100%);
	-webkit-box-shadow: 0px 4px 4px 0px rgba(92, 92, 92, 0.05);
	box-shadow: 0px 4px 4px 0px rgba(92, 92, 92, 0.05);
}
.convenient::after {
	background: url('images/inner/primary-conBg.jpg') no-repeat;
	background-size: cover;
	right: 0;
}
.convenient-con {
	max-width: 630px;
	width: 100%;
	margin-left: auto;
	margin-right: 50px;
	padding-left: 15px;
}

.main-inner .convenient-con h2,
.main-inner .convenient-con p,
.main-inner .convenient-con ul li,
.main-inner .convenient-con ul li a {
	color: #FFF
}
.main-inner .convenient-con h2 {
	color: #FFF;
	background: unset;
	-webkit-text-fill-color: unset;
	width: auto;
}
.main-inner .convenient-con ul li {
	font-size: 22px;
	font-family: Lato;
	line-height: 22px;
	padding-bottom: 20px;
	list-style: disc;
	margin-left: 20px;
}
.main-inner .convenient-con ul li::marker {
	color: #fff;
}
/* Sliding Fee Scale  */
.sliding-fee {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 85px;
}
.sliding-fee >div {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.sliding-fee > div p {
	min-height: 90px;
}
.main-inner .sliding-fee .default-btn {
	padding: 22px;
	min-width: 270px;
	text-align: center;
}
/* Events Page -------- */
.event-wrp {
	display: grid;
	gap: 200px;
	margin-top: 60px;
	grid-template-columns: repeat(2, 1fr);
}
.event-wrp h4 {
	text-transform: uppercase;
}
.event-wrp ul li {
	padding-bottom: 3px;
}
.event-wrp ul li a {
	color: #5C5C5C;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
}
.event-wrp ul li a::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url('images/sp.svg') no-repeat;
	background-position: top 0 left -332px;
}
.event-wrp ul li:nth-child(2) a::before {
	background-position: top 0 left -373px;
}
.event-wrp ul li:nth-child(3) a::before {
	background-position: top 0 left -412px;
}
.twenty {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 100px;
	margin-bottom: 20px;
}
.main-inner .twenty a {
	max-width: 366px;
	width: 100%;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	border-radius: 5px;
	background: -o-linear-gradient(131deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	padding: 22px 32px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
	line-height: 26px;
}
.main-inner .twenty a:hover {
	background: -o-linear-gradient(221deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
	background: linear-gradient(229deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
}
/* contact location  */
.con-location {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.single-con-loc {
	width: 345px;
	border-radius: 2px;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.loc-img img {
	display: block;
	height: 280px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.main-inner .single-con-loc h3 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 30px;
	margin: 20px 15px 15px;
}
.main-inner .single-con-loc ul {
	padding: 0px 15px 0px 0px;
	margin: 0 0 25px 17px;
	list-style: none;
}
.main-inner .single-con-loc ul li a,
.main-inner .single-con-loc ul li p {
	color: #5C5C5C;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 3px;
}
.main-inner .single-con-loc ul li a::after,
.main-inner .single-con-loc ul li p::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 18px;
	height: 18px;
	background: url('images/sp.svg') no-repeat;
}
.main-inner .single-con-loc ul li.loca a::after {
	background-position: top -44px left -373px;
}
.main-inner .single-con-loc ul li.phone a::after {
	background-position: top -44px left -404px;
}
.main-inner .single-con-loc ul li.fax a::after {
	background-position: top -44px left -434px;
}
.main-inner .single-con-loc ul li.time p::after {
	background-position: top -44px left -467px;
}
.main-inner .single-con-loc ul li a:hover {
	opacity: .5;
}
/* Typography  ----------------------------------------------------*/
.default-btn {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 16px;
	border-radius: 2px;
	border: 1.5px solid #FFF;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 22px 52px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.default-btn:hover {
	background: #147794;
	border-color: rgb(255 255 255 / 50%);
}
.sec-p {
	padding: 100px 0;
}
.sec-m {
	margin: 100px 0;
}
.heading {
	color: #207E9C;
	font-size: calc(28px + 20 * ((100vw - 1024px) / 680));
	font-weight: 800;
	line-height: 65px;
	background: linear-gradient(90deg, rgba(31,125,154,1) 0%, rgba(77,160,187,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: auto;
}
.heading span {
	color: #5C5C5C;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
ul.news-bullet li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
}

ul.news-bullet li a {
	color: #207e9c;
}

ul.news-bullet li a:hover {
	color: #86c9e2;
}
.main-inner ul.news-bullet {
	margin-left: 0;
}
.main-inner ul, .main-inner ol {
	margin: 0 0 25px 25px;
}

.main-inner ul {
	list-style: square;
}

.main-inner ul li::marker {
	color: #207e9c;
}
a.default-btn.default-inner-btn {
	margin-bottom: 0;
}
.main-inner a.appointment-btn span {
	display: block;
	font-size: 20px;
}

.main-inner a.appointment-btn {
	background: #207e9c;
	color: #fff;
	text-align: center;
	border: 1px solid;
	padding: 12px 30px;
	font-size: 27px;
	border-radius: 10px;
	line-height: normal;
}

a.appointment-btn:hover {
	background: #fff;
	color: #207e9c;
}
.mental-health-sev-sec {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 25px;
	justify-content: center;
}
.mental-health-sev-box {
	width: 24%;
	border: 1px solid #e9e9e9;
	border-radius: 10px;
}
.mental-health-sev-box{
	padding: 20px;
}
.main-inner .mental-health-sev-box p {
	min-height: 210px;
}
.main-inner .mental-health-sev-box p:last-child {
	min-height: unset;
}
.mental-health-sev-box p a {
	color: #207e9c;
	display: inline-block;
	background: #fff;
	border: 1px solid;
	padding: 10px;
	border-radius: 5px;
	font-weight: bold;
}
.mental-health-sev-box p a:hover {
	color: #75bdd7;
}
.mental-health-sev-box.therapy-ser-box {
	width: 32%;
}
ul.tow-col-bullet {
	display: flex;
	flex-wrap: wrap;
}

ul.tow-col-bullet li {
	width: 50%;
}
img.alignleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
img.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
}
.single-blog-post {
	margin-bottom: 40px;
}
.blog-post-wraper {
	margin-top: 100px;
}
.single-blog-post {
	margin-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 40px;
}
.blog-post-info h2 {
	color: #207E9C;
	font-size: calc(10px + 19 * ((100vw - 1024px) / 680));
	font-weight: 800;
	line-height: 65px;
	background: linear-gradient(90deg, rgba(31,125,154,1) 0%, rgba(77,160,187,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: auto;
}
.main-inner .newsLetters.in-w ul li::marker {
	color: #fff;
}
#more, #more2 {display: none;}
ul.two-cols {
	column-count: 2;
}
.executive-cont.exe-new ul {
	flex: 1;
}
.executive-cont.exe-new {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.col-no-3 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
}
.col-no-3 img {
	max-width: 200px;
	height: auto;
}
iframe {
	width: 100%;
	height: 250px;
}
.event-wrp h4 a:hover {
	text-decoration: underline;
}
.event-wrp h4 a {
	color: #1e7d9d;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
}
img.aligncenter {
	width: 100%;
	height: auto;
}
.main-inner .default-btn2 {
	color: #207e9c;
	border: 1px solid #207e9c;
	margin-bottom: 16px;
	padding: 22px;
	line-height: 16px;
	box-shadow: unset;
	font-weight: bold;
	width: 315px;
}
.main-inner .default-btn2:hover {
	background: #207e9c;
	color: #FFF;
}
.single-input.checkbox label input {
	margin-right: 10px;
}
.single-input.checkbox label {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #757575;
	font-size: 18px;
}
/* RESPONSIVE CSS ------------------------------------------------- */
@media all and (max-width:1700px){
	/* Testimonials Section  */
	.testimonial-caro .slick-list {
		margin: 0 -15px;
	}
	.single-testimonial {
		margin: 0 15px;
	}
}
/*1700 End */
@media all and (max-width:1439px){
	/* Header Top  */
	.header-top-left span {
		font-size: 15px;
	}
	.header-top-left span a {
		font-size: 15px;
	}
	.header-top-right ul {
		gap: 15px;
	}
	.header-top-right ul li {
		list-style: none;
		padding: 0;
	}
	.header-top-right ul li a {
		font-size: 15px;
	}
	/* Heder Menu  */
	.header-menu-area {
		padding: 12px 0;
	}
	.logo a img {
		width: 180px;
	}
	.call-us a, .call-us button {
		font-size: 16px;
		padding: 12px 15px 12px 40px;
	}
	.call-us a::before, .call-us button::before {
		left: 10px;
	}
	/* Best Wellness Center Section   */
	.bst-wlns-list {
		gap: 15px;
	}
	.bst-wlns-list li {
		width: 280px;
		height: 190px;
	}
	.main-inner .bst-wlns-list li a {
		margin-top: 22px;
	}
	.bst-wlns-about {
		gap: 50px;
		margin-top: 65px;
	}
	.bst-wns-left h2 {
		line-height: 1.2;
	}
	.bst-wns-left p {
		min-height: 151px;
	}
	.bst-wns-left h2 br {
		display: none;
	}
	/* Testimonials Section  */
	.testimonial-caro {
		margin-top: 50px;
	}
	.testimonial-caro .slick-dots {
		margin-top: 50px;
	}
	/* New Articles Section  */
	.new-articles li {
		width: 31%;
		height: 450px;
	}
	/* Contact Us Section  */
	.contact-left .heading {
		line-height: 1.2;
	}
	/* Footer Section  */
	.footer-wrap {
		gap: 40px;
	}
	.single-footer.three .email a {
		line-height: 26px;
	}
	/* Inner Page -------------------- */
	.main-inner h2 {
		line-height: 1.2;
	}
	/* Revision ------- */
	.about-history::after {
		max-height: 474px;
	}
}
/*1439 End */
@media all and (max-width:1200px){
	.bst-wlns-list li a::before{
		top: -12px;
		transform: scale(.6);
	}
	.bst-wlns-list li a {
		font-size: 16px;
		padding-top: 90px;
		margin-top: 13px;
	}
	.sec-p {
		padding: 50px 0;
	}
	.sec-m {
		margin: 50px 0;
	}
	.heading {
		font-size: 36px;
		line-height: normal;
	}
	.heading span {
		font-size: 20px;
		margin-bottom: 0;
	}
	/* Header Top  */
	.header-top-left span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 9px;
	}
	.header-top-right ul {
		gap: 0 15px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* Main Menu  */
	.nav-menu {
		display: none;
		position: fixed;
		z-index: 9;
		top: 142px;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		background: white;
	}
	.main-menu ul {
		gap: 0px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 370px;
		width: 100%;
	}
	.main-menu ul li {
		padding: 23px 20px 15px 0;
		border-bottom: 2px solid #5C5C5C26;
	}
	.main-menu ul li a {
		color: #5C5C5C;
		font-size: 28px;
		line-height: normal;
	}
	/* Drop Down  */
	.main-menu ul ul {
		display: none;
		position: unset;
		border-radius: 0;
		background: transparent;
		-webkit-box-shadow: unset;
		box-shadow: unset;
		min-width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transition: unset;
		-o-transition: unset;
		transition: unset;
		padding: 0;
		margin: 20px 0px 5px 10px;
	}
	.main-menu ul ul li {
		padding: 10px 0;
		border: none;
	}
	#menu-menu-1 {
		height: 77vh;
		overflow: scroll;
	}
	.menu-item-has-children {
		padding-right: 0;
	}
	.menu-item-has-children::before {
		display: none;
	}
	.dropdown-menu-items {
		position: absolute;
		top: 41px;
		right: 10px;
		width: 17px;
		height: 17px;
		background: url('images/sp.svg') no-repeat;
		background-position: top 0 left -291px;
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
	}
	.dropdown-menu-items.rotate {
		-webkit-transform: rotate(180deg) scale(1.3);
		-ms-transform: rotate(180deg) scale(1.3);
		transform: rotate(180deg) scale(1.3);
		margin-top: -12px;
	}
	.main-menu ul ul li a {
		font-size: 23px;
	}
	/* Mobile Bars  */
	.mobail-bars {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/* Banner Section -- */
	.banner-content {
		padding: 80px 0 150px 0;
	}
	.banner-content h1 {
		line-height: 1;
	}
	/* Best Wellness Center Section   */
	.best-wellness-center {
		padding-bottom: 50px;
	}
	.best-wellness {
		margin-top: -70px;
	}
	.bst-wns-left h2 span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.bst-wns-left p {
		min-height: 220px;
	}
	.bst-wlns-list li {
		width: 225px;
		height: 155px;
	}
	.main-inner .bst-wlns-list li a {
		font-size: 14px;
		padding-top: 90px;
	}
	.main-inner .bst-wlns-list li a::before {
		top: -18px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}
	/* New Articles Section  */
	.new-articles-sec {
		padding: 50px 0;
	}
	.new-articles-head p {
		font-size: 16px;
		line-height: 26px;
		margin: 15px 0 40px;
	}
	.new-articles {
		gap: 18px;
	}
	.new-articles li a {
		margin-top: 25px;
	}
	/* Location Section  */
	.location-section {
		padding: 50px 0;
	}
	.location-wrp {
		gap: 4%;
		margin-top: 50px;
		-ms-grid-columns: 38% 4% 58%;
		grid-template-columns: 38% 58%;
	}
	.location-left ul li strong, .location-left ul li b {
		margin-bottom: 10px;
	}
	.location-left ul li:first-child {
		padding-top: 0;
	}
	.location-left ul li:first-child::before {
		top: 0;
	}
	.location-left ul li {
		font-size: 16px;
		line-height: 24px;
		padding: 30px 0 10px 25px;
	}
	.location-left ul li::before {
		top: 31px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
	}
	/* Contact Us Section  */
	.contact-us-sec {
		padding: 50px 0;
	}
	.contact-left .heading {
		line-height: initial;
	}
	.contact-us-wrap {
		gap: 40px;
	}
	/* Footer Section  */
	.main-footer {
		padding: 50px 0px;
	}
	.footer-wrap {
		gap: 40px 60px;
	}
	.single-footer {
		-webkit-box-flex: 45%;
		-ms-flex: 45%;
		flex: 45%;
	}
	.single-footer.two {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
	}
	.single-footer.four {
		max-width: 100%;
	}
	.f-link {
		margin-bottom: 0px;
	}
	.single-footer .f-logo {
		margin-bottom: 20px;
	}
	.single-footer p {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.single-footer p br {
		display: none;
	}
	.single-footer.four .single-accordion h4 {
		font-size: 14px;
		padding: 12px 0;
	}
	.copy-right {
		margin-top: 20px;
	}
	/* Inner Banner Section -------------------- */
	.inner-banner {
		padding: 80px 0;
	}
	/* About Page ----------------------- */
	.inner-banner h1 {
		font-size: 56px;
		line-height: 1.2;
	}
	.main-inner {
		margin-top: 40px;
	}
	.main-inner h2 {
		font-size: 30px;
		line-height: 1.2;
	}
	.main-inner p, .main-inner a, .main-inner ul li, .main-inner ol li {
		font-size: 16px;
		line-height: 28px;
	}
	.main-inner h2, .main-inner ul, .main-inner ol, .main-inner p, .main-inner h3 {
		margin-bottom: 20px;
	}
	.accreditation {
		margin-top: 50px;
		padding-bottom: 30px;
	}
	.accre-con {
		margin-top: 50px;
	}
	.history-con .accordion {
		width: 46%;
	}
	.accreditation::after {
		height: calc(100% - 70px);
	}
	.mission-two-col {
		margin: 50px 0px;
		gap: 30px;
		-ms-grid-columns: 48% 30px 48%;
		grid-template-columns: 48% 48%;
	}
	.history-con .single-accordion h4::after {
		top: 27px;
	}
	/* Meet Page ------------- */
	.in-w {
		padding: 0 15px;
	}
	.team-wrap {
		margin-bottom: 50px;
		gap: 40px 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.single-doctor {
		width: 31.3%;
	}
	.single-doctor .dr-img {
		height: 370px;
		margin-bottom: 20px;
	}
	.executive-direc {
		margin-bottom: 50px;
	}
	/* News Page ------------- */
	.main-inner .news-list ul li, .main-inner .news-list ul li a {
		font-size: 20px;
		line-height: 24px;
	}
	.newsLetter-bg {
		padding: 50px 0;
	}
	.news-list {
		margin-bottom: 50px;
	}
	/* Careers Page --------- */
	.main-inner .careers-accordion .single-accordion > h4 {
		font-size: 20px;
		line-height: 32px;
		padding: 15px 0;
	}
	.careers-accordion .accordion-body h4 {
		padding: 0;
	}
	.career-two-col {
		gap: 40px;
		margin: 20px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	/* service Page ---------- */
	.inner-service {
		gap: 30px;
	}
	.in-single-ser {
		width: 31.2%;
	}
	/* Service Page ----------- */
	.single-offer {
		width: 100%;
		min-width: 300px;
	}
	.primary-offer, 
	.convenient {
		margin-bottom: 50px;
	}
	/* Events Page ----------- */
	.event-wrp {
		margin-top: 50px;
	}
	/* Contact Page --------- */
	.twenty {
		gap: 40px;
	}
	.con-location {
		gap: 30px;
	}
	.single-con-loc {
		width: 31%;
	}
	.main-inner .single-con-loc h3 {
		font-size: 20px;
	}
	.about-history::after {
		max-height: 471px;
	}
	.main-menu ul ul li .dropdown-menu-items {
		top: 20px;
	}
}
/*1200 End*/
@media all and (max-width:1024px){
	.main-inner .mental-health-sev-box p {
		min-height: unset;
	}
	.mental-health-sev-box, .mental-health-sev-box.therapy-ser-box  {
		width: 100%;
	}
	/* Header Top  */
	.nav-menu {
		top: 160px;
	}
	/* Best Wellness Center Section   */
	.best-wellness-center {
		padding-bottom: 50px;
	}
	.bst-wns-left h2 {
		font-size: 30px;
	}
	/* Testimonials Section  */
	.single-testimonial {
		padding-left: 60px;
	}
	.single-testimonial::before {
		top: -16px;
		left: -18px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.single-testimonial p {
		font-size: 16px;
		line-height: 26px;
	}
	.single-testimonial .name {
		font-size: 14px;
		line-height: 6px;
		margin-top: 40px;
		margin-bottom: 12px;
	}
	.testimonial-caro .slick-dots {
		gap: 13px;
	}
	.testimonial-caro .slick-dots li button {
		width: 9px;
		height: 9px;
	}
	.testimonial-caro .slick-dots li.slick-active button {
		width: 15px;
		height: 15px;
	}
	.testimonial-caro .slick-dots li.slick-active button::before {
		width: 7px;
		height: 7px;
	}
	/* New Articles Section  */
	.new-articles li {
		height: 308px;
		font-size: 16px;
		line-height: 26px;
	}
	.new-article-btn {
		margin-top: 40px;
	}
	/* Footer Section  */
	.footer-head {
		font-size: 16px;
		margin-bottom: 14px;
	}
	.single-footer.three .email {
		gap: 5px;
		margin-top: 25px;
		font-size: 14px;
	}
	.single-footer.three .email a {
		font-size: 16px;
	}

	.history-con .single-accordion h4 {
		font-size: 18px;
		padding: 17px 0;
	}
	/* Meet Page ---------------- */
	.single-doctor .dr-img {
		height: 315px;
	}
	.executive-direc {
		gap: 40px;
	}
	.main-inner .executive-cont ul li b, 
	.main-inner .executive-cont ul li strong, .main-inner .executive-cont ul li a b, .main-inner .executive-cont ul li a strong {
		font-size: 20px;
		margin-bottom: 10px;
	}
	/* Careers Page -------------- */
	.main-inner .default-btn {
		padding: 16px 55px;
		font-size: 16px;
		font-weight: 700;
	}
	.in-single-ser {
		width: calc(50% - 15px);
	}
	/* Service Page ----------- */
	.main-inner .convenient-con ul li {
		font-size: 20px;
		line-height: 22px;
		padding-bottom: 10px;
	}
	.sliding-fee {
		gap: 30px;
	}
	/* Events Page ----------- */
	.event-wrp {
		gap: 0 50px;
	}
	/* Contact Page ---------- */
	.twenty {
		gap: 0 20px;
	}
	.con-location {
		gap: 30px 20px;
	}
	.single-con-loc {
		width: 30%;
	}
	.loc-img img {
		height: 230px;
	}
	.about-history::after {
		max-height: 441px;
	}
}
/*992 End */
@media all and (max-width:768px){
	ul.two-cols {
		column-count: 1;
	}
	img.alignleft {
		float: none;
		margin-right: unset;
		margin-bottom: 20px;
	}
	img.alignright {
		float: none;
		margin-left: unset;
		margin-bottom: 20px;
	}
	.default-btn {
		font-size: 16px;
		line-height: 16px;
		padding: 15px 35px;
	}
	.heading {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 25px;
		display: block;
	}
	.heading span {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 9px;
	}
	/* Header Top  */
	.header-top-left {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-top-right {
		display: none;
	}
	.header-menu-area {
		padding: 5px 0;
	}
	.logo a img {
		width: 155px;
	}
	.nav-menu {
		top: 112px;
	}
	/* Banner Section ----- */
	.banner-content {
		padding: 50px 0 130px 0;
	}
	.banner-content h1 {
		font-size: 65px;
	}
	.banner-content h1 span {
		font-size: 20px;
	}
	/* Best Wellness Center Section   */
	.bst-wns-left p {
		color: #FFF;
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.bst-wlns-about {
		gap: 30px;
		margin-top: 50px;
	}
	/* New Articles Section  */
	.new-articles-sec {
		position: relative;
		margin-bottom: 30px;
		padding-bottom: 60px;
	}
	.new-articles-head p {
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.new-articles li {
		height: 420px;
		font-size: 22px;
		line-height: 34px;
		margin: 0 7px;
	}
	.new-article-btn a {
		padding: 15px 50px;
		font-size: 16px;
		line-height: 16px;
	}
	.new-articles.slick-initialized .slick-slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.new-articles {
		gap: 0;
	}
	.new-articles .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 14px;
		margin-top: 35px;
	}
	.new-articles .slick-dots li {
		width: 10px;
		height: 10px;
		padding: 0;
		background: #FFF;
		margin: 0;
		border-radius: 100%;
	}
	.new-articles .slick-dots li button {
		font-size: 0;
	}
	.new-articles .slick-dots li::after {
		display: none;
	}
	.new-articles .slick-dots li.slick-active {
		width: 15px;
		height: 15px;
	}
	.new-articles .slick-dots li.slick-active::after {
		display: block;
		width: 9px;
		height: 9px;
		inset: 0;
		margin: auto;
		border-radius: 9px;
		background: -o-linear-gradient(278deg, #1E7D9D 0%, #13626D 100%);
		background: linear-gradient(172deg, #1E7D9D 0%, #13626D 100%);
		-webkit-box-shadow: 0px 4px 4px 0px rgba(92, 92, 92, 0.05);
		box-shadow: 0px 4px 4px 0px rgba(92, 92, 92, 0.05);
	}
	.new-article-btn {
		position: absolute;
		bottom: -24px;
		left: 0;
		right: 0;
	}
	/* Location Section  */
	.location-section {
		padding-top: 40px;
	}
	.location-wrp {
		gap: 30px;
		margin-top: 25px;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.location-right iframe {
		height: unset;
		aspect-ratio: 16/9;
	}
	/* Contact Us Section  */
	.contact-us-wrap {
		gap: 35px;
	}
	.contact-left {
		max-width: 100%;
		-ms-flex-preferred-size: 45%;
		flex-basis: 45%;
	}
	.contact-left p {
		color: #5C5C5C;
		font-size: 16px;
		line-height: 26px;
		margin: 15px 0 25px 0;
	}
	/* About Page ------------------- */
	.history-con .accordion {
		width: 100%;
		max-width: 100%;
	}
	.history-con {
		max-width: 500px;
	}
	.about-history::before {
		width: 100%;
		height: calc(100% - 200px);
	}
	.about-history {
		padding-bottom: 10px;
	}
	.mission-two-col {
		gap: 0;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.main-inner .mission-two-col h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	/* Meet Page ----------------- */
	.single-doctor {
		width: 48%;
	}
	/* News ----------- */
	.main-inner .news-list ul li {
		padding: 15px 0;
	}
	.main-inner .newsLetters ul li {
		padding: 15px 0;
	}
	.main-inner .newsLetters ul li a {
		font-size: 18px;
		line-height: 23px;
	}
	/* Contact Page ----- */
	.twenty {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.single-con-loc {
		width: calc(50% - 10px);
	}
	/* Revision --------- */
	.location-left ul li br {
		display: none;
	}
	.best-wellness-center .container-m {
		padding: 0;
	}
	.about-history::after {
		max-height: 441px;
		width: 100%;
		position: unset;
		display: block;
		height: 300px;
		margin-top: 40px;
	}
	.history-con .single-accordion h4::after {
		top: 24px;
	}
	ul.tow-col-bullet li {
		width: 100%;
	}
}
/*768 End */
@media all and (max-width: 576px){
	.single-banner {
    background-position: -270px 0px;
	}
	.bst-wlns-list li a::before {
		transform: scale(.5);
	}
	.bst-wlns-list li a {
		font-size: 14px;
		padding-top: 80px;
		margin-top: 6px;
	}
	.executive-direc{
		display: block;
	}
	.executive-cont:last-child {
		margin-top: 40px;
	}
	.copy-right {
		flex-direction: column-reverse;
		text-align: left;
		gap: 40px;
	}
	.executive-cont.exe-new {
		display: block;
	}
	.main-inner .news-list ul {
		margin-left: 0px
	}
	.history-con .single-accordion h4 {
		padding: 17px 30px 17px 0;
	}
	/* Header Top  */
	.nav-menu {
		padding: 20px;
		top: 100px;
	}
	.call-us {
		margin-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.call-us a, .call-us button {
		font-size: 16px;
		font-weight: 700;
		line-height: 16px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left;
		padding-top: 25px;
		padding-bottom: 25px;
		border-radius: 0;
		padding-left: 80px;
	}
	.call-us a::before, .call-us button::before {
		left: 40px;
	}
	.call-us a {
		padding-left: 80px !important;
	}
	.call-us a::before {
		left: 40px;
	}
	.call-us button {
		background: #FFF;
	}
	.mobail-bars {
		background: rgba(92, 92, 92, 0.05);
		margin: -5px -15px;
	}
	.mobile-location {
		width: 20px;
		height: 23px;
		margin-right: 25px;
		background: url('images/sp.svg') no-repeat;
		background-position: top 0 left -249px;
	}
	/* Banner Section  */
	.banner-content {
		padding: 42px 0 100px 0;
	}
	.banner-content h1 span {
		font-size: 14px;
	}
	.banner-content h1 {
		font-size: 42px;
		line-height: 46px;
	}
	.banner-content span {
		font-size: 16px;
		font-weight: 500;
		margin-top: 7px;
		max-width: 50%;
	}
	/* Best Wellness Center Section   */
	.bst-wlns-list {
		gap: 13px;
	}
	.main-inner ul.bst-wlns-list {
		margin-left: 0px;
	}
	.bst-wlns-list li {
		width: 165px;
		height: 125px;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}
	.main-inner .bst-wlns-list li a {
		font-size: 14px;
		padding-top: 60px;
		padding-bottom: 20px;
		position: relative;
		width: 100%;
	}
	.main-inner .bst-wlns-list li a::before {
		top: -35px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.bst-wlns-about {
		gap: 50px;
	}
	.bst-wlns-about > div {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.bst-wns-left h2 span {
		font-size: 14px;
		line-height: 24px;
		text-align: left;
	}
	.bst-wns-left h2 {
		line-height: 38px;
		margin-bottom: 15px;
		text-align: left;
	}
	.bst-wns-left p {
		min-height: auto;
		margin-bottom: 50px;
		text-align: left;
	}
	/* New Articles Section  */

	/* Testimonials Section  */
	.testimonial-caro .slick-list,
	.single-testimonial,
	.new-articles li {
		margin: 0;
	}
	/* Contact Us Section  */
	.contact-left {
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	.single-input input, .single-input textarea {
		padding: 18px 10px 18px 0;
		font-size: 16px;
	}
	/* Footer Section --------- */
	.main-footer {
		padding-bottom: 100px;
	}
	.single-footer.two {
		gap: 20px;
	}
	/* About Page ------------ */
	.main-inner .default-btn {
		margin-bottom: 30px;
	}
	.inner-banner-sec {
		background-position: right;
	}
	.inner-banner {
		padding: 60px 0;
	}
	.inner-banner h1 {
		font-size: 42px;
		line-height: 46px;
	}
	.main-inner h2 {
		font-size: 30px;
		line-height: 38px;
	}
	.accreditation {
		padding-top: 50px;
	}
	.accreditation::after {
		height: 100%;
	}
	/* Meet Page ---------- */
	.single-doctor {
		width: 100%;
	}
	.single-doctor .dr-img {
		height: 407px;
		margin-bottom: 30px;
	}
	.single-doctor .name {
		font-size: 22px;
		line-height: 18px;
		margin-bottom: 18px;
	}
	.single-doctor .title {
		font-size: 18px;
		line-height: 22px;
	}
	.executive-direc {
		gap: 20px;
	}
	/* News Page -------------- */
	.main-inner .news-list ul li,
	.main-inner .news-list ul li a {
		padding: 17px 0 14px 0;
		font-size: 20px;
		line-height: 30px;
		flex-wrap: wrap;
	}
	.main-inner .news-list ul li span {
		font-size: 18px;
		line-height: 22px;
		order: -1;
	}
	.more-news::before {
		width: 71%;
	}
	.news-list {
		margin-bottom: 40px;
	}
	.main-inner .newsLetters ul li {
		padding: 12px 0;
	}
	.main-inner .newsLetters ul li a {
		font-size: 16px;
		line-height: 22px;
	}
	/* Careers page --------- */
	.career-two-col {
		gap: 0;
	}
	.in-single-ser {
		width: 100%;
	}
	/* Service Page ---------- */
	.convenient-wd {
		width: 100%;
		margin-bottom: 40px;
	}
	.primary-offer {
		margin-bottom: 30px;
	}
	.convenient {
		margin-bottom: 0;
	}
	.convenient::before {
		width: 100%;
		background: linear-gradient(319deg, #006986 0%, #8DCEE7 100%, #8DCEE7 100%);
		height: calc(100% - 200px);
	}
	.convenient::after {
		position: unset;
		width: 100%;
		aspect-ratio: 16/9;
		display: block;
	}
	.sliding-fee {
		gap: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.sliding-fee h2,
	.sliding-fee p {
		text-align: left;
	}
	.sliding-fee > div p {
		min-height: auto;
	}
	.main-inner .sliding-fee .default-btn {
		padding: 16px;
		min-width: 260px;
		margin-top: 20px;
	}
	.main-inner .convenient-con ul li {
		font-size: 20px;
		line-height: 32px;
	}
	/* Events Page ------- */
	.main-inner .event-wrp h4 {
		font-size: 18px;
		line-height: 26px;
	}
	/* Contact Page ------------ */
	.single-con-loc {
		width: 100%;
	}
	.twenty {
		gap: 10px;
		margin-bottom: 50px;
	}
	.main-inner .twenty a {
		border-radius: 2px;
		max-width: 345px;
		width: 100%;
		padding: 18px 20px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
	}
	.inner-banner-sec.bg-p {
		background-position: right top;
	}
	/* Revision ----------- */
	.main-menu ul li a {
		font-size: 18px;
		line-height: 22px;
	}
	.main-menu ul ul li a {
		font-size: 17px;
	}
	.dropdown-menu-items {
		top: 32px;
	}
	.mobail-bars {
		width: 70px;
		height: 70px;
	}
	.mobail-bars span {
		width: 20px;
		height: 3px;
		border-radius: 5px;
	}
	.mobail-bars span:nth-child(2) {
		transform: translateY(7px);
		width: 20px;
		left: unset;
	}
	.mobail-bars span:nth-child(1) {
		transform: translateY(-7px);
		width: 20px;
		left: unset;
	}
	.mobail-bars.active span:nth-child(1),
	.mobail-bars.active span:nth-child(2)  {
		width: 20px;
	}
	.accre-con.in-w {
		padding: 0;
	}
	.accordion .accordion-body {
		margin-top: 0;
	}
	.main-inner h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.main-inner h4 {
		font-size: 20px;
		margin-bottom: 9px;
		line-height: 32px;
	}
	.event-wrp {
		margin-top: 40px;
		gap: 40px;
	}
	.main-inner .event-wrp ul {
		margin-bottom: 0;
	}
	.star {
		font-size: 18px;
	}
	.testimonial-caro .slick-dots {
		margin-top: 30px;
		justify-content: left;
		margin-left: 60px;
	}
	.new-articles-head {
		text-align: left;
	}
	.contact-left a span {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 13px;
	}
	.contact-left a {
		font-size: 18px;
		line-height: 16px;
	}
	.single-footer.one a img {
		width: 208px;
	}
	.single-footer.one a {
		font-size: 16px;
	}
	.footer-wrap {
		gap: 30px;
	}
	.footer-h24 {
		display: none;
	}
	.single-footer p {
		margin-bottom: 0;
	}
	.footer-head {
		margin-bottom: 18px;
	}
	.single-footer {
		flex: auto;
	}
	.single-footer.two {
		gap: 20px;
		width: 100%;
	}
	.f-one-n {
		display: block;
		margin-top: 30px;
	}
	.f-one-n .footer-head {
		color: #FFF;
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
		text-transform: uppercase;
		margin-bottom: 7px;
	}
	.f-one-n a {
		color: #FFF;
		font-size: 16px;
		line-height: 28px;
	}
	.team-mt.mt-40 {
		margin-top: 20px;
	}
	.team-wrap {
		margin-top: 40px;
	}
	.news-list.mt-40 {
		margin-top: 35px;
	}
	.text-center.btn-t-m a {
		margin-bottom: 50px;
	}

}
/*576 End */
@media all and (max-width: 375px){
	/* Header Top  */
	.call-us a, .call-us button {
		padding-left: 50px;
		max-width: 50%;
		width: 100%;
	}
	.call-us a::before, .call-us button::before {
		left: 20px;
	}
	.call-us a::before {
		left: 40px;
	}
	/* Service Page -------- */
	.primary-offer {
		-webkit-columns: 3 280px;
		-moz-columns: 3 280px;
		columns: 3 280px;
		gap: 20px;
	}
	.single-offer {
		min-width: auto;
	}
}