/* Font  */
@font-face {
	font-family: 'Outfit';
	src: url('fonts/Outfit-Bold.woff2') format('woff2'),
		url('fonts/Outfit-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Outfit';
	src: url('fonts/Outfit-Regular.woff2') format('woff2'),
		url('fonts/Outfit-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Ovo';
	src: url('fonts/Ovo.woff2') format('woff2'),
		url('fonts/Ovo.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* body  */
body.new-body, body.page-template-welcome-template-new {
	font-family: 'Ovo';
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	background: #fefaee;
}
/* New Header ----------------------- */
.new-header {
	padding: 15px 0;
	border-bottom: 1px solid rgb(0 0 0 / 10%);
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 999;
}
.new-header .container {
	max-width: 1760px;
}
.new-header-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-logo a {
	text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}
.new-logo p {
	font-weight: 500;
    font-size: 30px;
    line-height: 24px;
    color: #46287B;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-family: Ovo;
    letter-spacing: -1px;
}
.new-logo span {
	display: block;
	font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    color: #222;
    text-transform: uppercase;
    position: relative;
}
.new-logo span::before, .new-logo span::after {
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #888888;
}
.new-logo a span::before {
    left: 0;
}
.new-logo a span::after {
    right: 0;
}
/* new menu */
.new-menu {
	margin-left: 85px;
}
.new-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.new-menu > ul > li:not(:last-child) {
	padding-right: 18px;
	margin-right: 18px;
}
.new-menu ul li {
	position: relative;
	line-height: 1;
}
.new-menu > ul > li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 1px;
	height: 12px;
	background: #CFCFCF;
}
.new-menu ul li a {
	font-family: Ovo;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #150a1b;
	text-transform: uppercase;
}
.new-menu ul li a:hover {
	color: #6b3abd;
}
.new-menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #FFF;
	opacity: 0;
	visibility: hidden;
	width: 1000%;
	max-width: max-content;
	padding: 15px 20px;
	background: #f4f4f4;
	border-radius: 20px;
}
.new-menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
}
/* new header call  */
.new-header-call {
	margin-left: auto;
	margin-right: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 25px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}
.new-header.fixed {
	background: #fefaee;
	-webkit-box-shadow: 0px 6px 13px #00000014;
    box-shadow: 0px 6px 13px #00000014;
}
.new-btn {
	font-family: Ovo;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	border-radius: 55px;
	border: 1px solid #FFF;
	min-width: 195px;
	padding: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #58319a;
}
.new-btn.bg-white {
	background: #ede8ff;
	color: #58319a;
	border: 1px solid #58319a;
}
.new-btn:hover {
	background: #c0b0fe;
	color: #000000;
}
.new-btn.bg-white:hover {
	background: #58319a;
	color: #FFFF;
}
.new-header .new-btn span {
	display: block;
	font-size: 16px;
	line-height: 1;
}
.new-header.fixed .new-btn {
	border-color: #fff;
	color: #fff;
}
.new-header.fixed .new-btn span {
	font-size: 12px;
    text-transform: lowercase;
    display: block;
/*     position: absolute; */
    text-align: center;
}
.new-header.fixed .new-btn.bg-white {
	color: #46287B;
	border-color: #46287B;
}
.new-header.fixed .new-btn:hover {
	background: #46287B;
	color: #FFF;
}
/* Mobail Menu bar  */
.new-bras {
	font-family: Ovo;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	position: relative;
	padding: 8px 20px 8px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.new-bras.active {
	position: relative;
	z-index: 9999;
/* 	color: #c20000;
	border-color: #c20000; */
	color: #58319a;
	border-color: #58319a;
}
.new-bras.active::after {
/* 	background: #c20000; */
	background: #58319a;
}
.new-bras.active span {
	display: block;
}
.new-bras.active p {
	display: none;
}
.new-bras::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 15px;
	height: 1px;
	background: #FFF;
}
.new-bras span {
	display: none;
}
.new-header.fixed .new-bras, .new-header .new-bras.inner-menu {
	color: #46287B;
	border-color: #46287B;
}
.new-header.fixed .new-bras::after, .new-header .new-bras.inner-menu::after {
	background: #46287B;
}
/* New Two Bg  */
.new-two-bg {
	position: relative;
}
.new-two-bg::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 125%;
	background: url('images/newHome/longBackground.jpg') no-repeat;
}
/* Side Bar Nave Menu --------- */
.side-nav-wrp .side-social ul {
	gap: 20px;
	margin-top: 20px;
}
.side-nav-wrp .side-social ul li button.link {
	background: url('images/newHome/sp.svg') no-repeat;
	border: 1px solid #673ab73d;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.side-nav-wrp .side-social ul .face button.link {
	background-position: top 15px left -146px;
}
.side-nav-wrp .side-social ul .inst button.link {
	background-position: top 15px left -204px;
}
.fix-book-btn a:hover, .fix-book-btn button:hover {
	background: -o-linear-gradient(289deg, #8c60d9 0%, #4f00d2 100%);
	background: linear-gradient(161deg, #8c60d9 0%, #4f00d2 100%);
}
.side-nav-wrp .side-social ul li button.link:hover {
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
} 
/* right  */
.side-bar-nav-area {
	background: url('images/newHome/side-menu.jpg') no-repeat;
}
.fix-book-btn a, .fix-book-btn button,
.side-nav-logo,
.main-side-nav ul ul,
.main-side-nav > ul > li::after {
	background: -o-linear-gradient(289deg, #47297c 0%, #6b3abd 100%);
	background: linear-gradient(161deg, #47297c 0%, #6b3abd 100%);
}
/* New Banner Section  */
.new-banenr-sec {
	position: relative;
	z-index: 3;
	padding-top: 50px;
	padding-bottom: 250px;
	/*background: url('images/newHome/Frame.png') no-repeat;*/
	background: #fefaee;
	background-position: bottom 80px left -10px;
}
.new-banenr-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -160px;
	right: 0;
	width: 100%;
	height: 1300px;
	background: url('images/newHome/bnrightBg.png') no-repeat;
	background-position: top right;
}
.new-banenr-sec .container {
	max-width: 1550px;
	margin-right: 150px;
}
.new-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-banner .left {
	max-width: 710px;
}
.new-star {
	position: relative;
	padding-left: 210px;
	margin-bottom: 30px;
}
.new-star::before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 190px;
	height: 65px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -333px left 0;
}
.new-banner .new-star p, .new-banner .new-star > span {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 36px;
	font-weight: 600;
	line-height: normal;
	color: #47297c;
	margin-bottom: -10px;
	padding-top: 10px;
}
.new-star .star {
	color: #cb6b87;
	font-size: 25px;
	line-height: 1;
}
.new-star span.star-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #666;
}
.new-banner h1 {
	font-family: Ovo;
	font-size: 54px;
	font-weight: 400;
	line-height: normal;
	color: #000000;
	margin-bottom: 30px;
}
.new-banner h1 span {
	display: block;
	color: #46287B;
}

.new-banner p:first-child{
	margin-top: 50px;
}
.new-banner p {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #444;
    margin-bottom: 30px;
    margin-top: 30px;
	max-width: 600px;
}
.new-banner ul {
	margin-bottom: 40px;
}
.new-banner ul li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #131313;
	position: relative;
	padding-left: 40px;
	margin-top: 6px;
    color: #444;
}
.new-banner li::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	border-radius: 100px;
	background: #47297c url('images/newHome/sp.svg') no-repeat;
	background-position: top 3px left 7px;
}
.new-banner .btn {
	font-family: Ovo;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	background: #333333;
	padding: 15px 25px;
	border-radius: 58px;
	border: 1px solid transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new-banner .btn:hover {
	background: #552e9b;
}
@keyframes scaleUpDown {
	0% {
		background-size: 105%;
	}
	50% {
		background-size: 115%;
	}
	100% {
		background-size: 105%;
	}

}
.new-banner .right {
	width: 700px;
	height: 700px;
	background-color: #6b3abd;
	border-radius: 100%;
	background-image: url(https://www.evolvetherapycounseling.com/wp-content/uploads/2025/12/Liz-Chelak-LCSW-CCTSI-CRPS.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	animation-name: scaleUpDown;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	margin-top: -70px;
}




.new-brand {
	margin-top: 55px;
	max-width: 652px;
	height: 75px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background: url('images/newHome/bnTh.png') no-repeat;
	background-size: contain;
}
.new-bn-social {
/* 	position: absolute;
	top: 110px;
	right: 35px; */
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: #6b3abd;
    height: 100%;
    padding: 200px 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.new-bn-social p {
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-writing-mode: tb;
	-ms-writing-mode: tb;
	writing-mode: tb;
	position: relative;
	margin: auto;
}
.new-bn-social p:first-child {
	padding-top: 107px;
}
.new-bn-social p:last-child {
	padding: 100px 0;
}
.new-bn-social p::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.new-bn-social p:first-child::after {
	width: 1px;
	height: 55px;
	background: #FFF;
	top: 28px;
}
.new-bn-social p:last-child::after {
	width: 20px;
	height: 110px;
	top: -22px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -87px left -622px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.new-bn-social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 35px;
}
.new-bn-social ul li button {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 100px;
	background: #FFF url('images/newHome/sp.svg') no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new-bn-social ul li button:hover {
	background-color: rgb(255 255 255 / 50%);
}
.new-bn-social ul li.face button {
	background-position: top 7px left -153px;
}
.new-bn-social ul li.ins button {
	background-position: top 7px left -212px;
}
.new-banner .right img {
	margin-right: -8px;
}
/* New Welcome Section  */
.new-welcome-sec {
	position: relative;
	z-index: 9;
	padding-bottom: 170px;
	padding-top: 100px;
}
.new-welcome-sec::after {
	content: '';
	position: absolute;
	top: 10%;
	right: 5%;
	margin: auto;
	width: 300px;
	height: 300px;
	border-radius: 100%;
	background: #b1beea6b;
	-webkit-box-shadow: 0 0 2000px #b1beea;
	box-shadow: 0 0 2000px #b1beea;
}
.new-welcome-sec .container {
	max-width: 1800px;
}
.new-welcome-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
}
/* left */
.new-wc-left {
	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: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	padding-left: 135px;
}
.new-wc-left::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 1000px;
	height: 100%;
	border: 5px solid #FFF;
	border-radius: 320px;
}
.new-wc-left .btn {
	padding: 35px 30px 24px 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#47297c), to(#6b3abd));
	background: -o-linear-gradient(top, #47297c 0%, #6b3abd 100%);
	background: linear-gradient(-180deg, #47297c 0%, #6b3abd 100%);
	border-radius: 600px 300px 300px 10px;
	font-family: Ovo;
	font-size: 20px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	-ms-flex-item-align: baseline;
	align-self: baseline;
	width: 270px;
	position: absolute;
	top: -67px;
	left: 135px;
}
.new-wc-left .btn span {
	display: block;
	font-size: 32px;
}
.new-wc-left .btn:hover {
/* 	background: #333333; */
}
.new-wc-left h2 {
	font-family: Ovo;
	font-size: 43px;
	font-weight: 400;
	line-height: normal;
	color: #47297c;
	text-transform: uppercase;
}
.new-wc-left h2 span {
	font-family: Outfit;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display: block;
	padding-bottom: 50px;
	position: relative;
}
.new-wc-left h2 span::after {
	content: '';
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 50px;
	height: 1px;
	background: #000000;
}
.new-wc-left h3 {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	color: #000000;
	margin-top: 30px;
	text-transform: uppercase;
}
/* right */
.new-wc-right {
	position: relative;
	z-index: 3;
	max-width: 1190px;
	padding: 150px 120px;
	border-radius: 320px;
	background: #FFF url('images/newHome/wcRiBg.png') no-repeat;
	background-position: right 50px center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 45px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 40px 45px;
}
.new-wc-right p {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #131313;
}
.new-wc-right::after {
	content: '';
	position: absolute;
	bottom: 111px;
	right: 149px;
	width: 144px;
	height: 95px;
	background: url('images/newHome/LizChelak.png') no-repeat;
}
.new-wc-right p:nth-child(1), .new-wc-right p:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 3;
}


/* Online Section  */
.new-online-sec {
	position: relative;
	z-index: 3;
	padding: 140px 0;
	background: url('images/newHome/onlineBg.png') no-repeat;
}
.new-online-head {
	max-width: 1170px;
	margin-left: 260px;
	color: #FFF;
}
.new-online-head h2 {
	max-width: 600px;
	margin-bottom: 25px;
}
.heading-two {
	font-family: Ovo;
	font-size: 64px;
	font-weight: 400;
	line-height: normal;
}
.heading-two span {
	display: block;
	font-family: Outfit;
	font-size: 20px;
	font-weight: 400;
	line-height: 60px;
}
.new-online-wrp {
	margin-top: 80px;
	max-width: 1770px;
	margin-left: auto;
}
.new-online-wrp.slick-initialized .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.new-single-ser {
	background-repeat: no-repeat;
	background-size: 100%;
	width: 392px;
	height: 493px;
	border-radius: 30px 120px 30px 30px;
	padding: 35px 35px 50px 35px;
	-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;
	margin: 0 12px;
	transition: all .3s ease-in-out
}
.new-single-ser:hover {
	background-size: 105%;
}
.new-single-ser:hover p::after {
	background-color: #6B39BC;
	background-position: top 16px left -332px;
}
.new-single-ser p {
	font-family: Ovo;
	font-size: 28px;
	font-weight: 400;
	color: #FFF;
	line-height: normal;
	position: relative;
	-ms-flex-item-align: self-start;
	-ms-grid-row-align: self-start;
	align-self: self-start;
	padding-right: 80px;
}
.new-single-ser p::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 59px;
	height: 59px;
	border-radius: 100px;
	background: #FFF url('images/newHome/sp.svg') no-repeat;
	background-position: top 19px left -88px;
}
/* arrow  */
.new-online-wrp .slick-arrow {
	position: absolute;
	top: -335px;
	right: 200px;
	width: 78px;
	height: 80px;
	font-size: 0;
	border-radius: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: rgba(177, 190, 234, 0.25) url('images/newHome/sp.svg') no-repeat;
	background-position: top 26px left -324px;
}
.new-online-wrp .slick-prev.slick-arrow {
	right: 300px;
	background-position: top 26px left -258px;
}
.new-online-wrp .slick-arrow:hover {
	background-color: rgba(255, 255, 255, 0.55);
}
.new-all-btn {
	margin-top: 90px;
}
.new-all-btn a {
	font-family: Ovo;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	padding: 15px 25px;
	border: 1px solid #FFF;
	border-radius: 58px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new-all-btn a:hover {
	background: rgba(177, 190, 234, 0.25);
}
/* New How we Section  */
.new-how-we-sec {
	padding: 140px 0;
	position: relative;
	z-index: 2;
}
.new-how-we-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -120%;
	left: -5%;
	width: 30%;
	height: 148%;
	border-radius: 100%;
	background: rgb(219 116 255 / 24%);
	-webkit-box-shadow: 0 0 5000px rgb(219 116 255 / 60%);
	box-shadow: 0 0 5000px rgb(219 116 255 / 60%);
}
.new-how-we-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -17%;
	right: 0;
	width: 40%;
	aspect-ratio: 1;
	border-radius: 100% 0 100% 100%;
	background: rgb(177 190 234 / 30%);
	-webkit-box-shadow: 0 0 6200px rgb(177 190 234 / 75%);
	box-shadow: 0 0 6200px rgb(177 190 234 / 75%);
}
.new-how-we-sec .container {
	max-width: 1600px;
}
.new-how-we-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}
/* left */
.new-how-we-left {
	max-width: 390px;
	width: 100%;
}
.new-how-we-left h2 {
	color: #131313;
	margin-bottom: 15px;
}
.new-how-we-left .btn {
	font-family: Ovo;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	padding: 16px 25px;
	text-transform: capitalize;
	border-radius: 100px;
/* 	background: -o-linear-gradient(275.76deg, #6a38bc 0%, #312157 100%);
	background: linear-gradient(174.24deg, #6a38bc 0%, #312157 100%); */
	    background: #58319a;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new-how-we-left .btn:hover {
	text-decoration: none;
/* 	background: -o-linear-gradient(263.24deg, #9655ff 0%, #2a145e 100%);
	background: linear-gradient(-173.24deg, #9655ff 0%, #2a145e 100%); */
	background: #c0b0fe;
    color: #000000;
}
.new-how-we-left p {
	font-family: Ovo;
	font-size: 18px;
	font-weight: 400;
	color: #131313;
	padding-top: 30px;
	margin: 30px 0;
	border-top: 1px solid #000000;
}
.new-how-we-left a {
	font-family: Ovo;
	font-size: 58px;
	font-weight: 400;
	line-height: normal;
	color: #131313;
}
.new-how-we-left a:hover {
	text-decoration: underline;
}
/* right */
.new-how-we-right {
	max-width: 1125px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
}
.single-how-we-new::before {
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	margin: auto auto 20px auto;
	border-radius: 100px;
	background: url('images/newHome/sp.svg') no-repeat;
}
.single-how-we-new.type::before {
	background-position: top -166px left 0;
}
.single-how-we-new.emdr::before {
	background-position: top -167px left -163px;
}
.single-how-we-new.cbt::before {
	background-position: top -167px left -324px;
}
.single-how-we-new {
	position: relative;
	text-align: center;
	border-radius: 500px;
	background: #ffffff;
	padding: 80px 45px;
	border: 1.18px solid rgb(19 19 19 / 10%);
}
.single-how-we-new h3 {
	font-family: Ovo;
	font-size: 28px;
	font-weight: 400;
	line-height: normal;
	color: #131313;
	margin-bottom: 20px;
}
.single-how-we-new p {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #343434;
	margin-bottom: 25px;
}
.single-how-we-new a {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	color: #343434;
	text-decoration: underline;
	position: relative;
	padding-right: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-how-we-new a:hover {
	text-decoration: none;
}
.single-how-we-new a::after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 16px;
	height: 15px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top 2px left -55px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.single-how-we-new a:hover::after {
	right: -5px;
}
/* Free Consultation   --------- */
.new-free-con-sec {
	padding-top: 110px;
	position: relative;
	z-index: 3;
}
.new-free-con-sec::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	max-width: 1700px;
	width: 100%;
	height: 85%;
	background: #6738bc;
	border-radius: 0 500px 500px 0;
}
.new-free-con-sec .container {
	max-width: 1350px;
}
.new-free-wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* left */
.new-free-left {
	max-width: 500px;
	border-radius: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 10px 70px 0px rgba(0, 0, 0, 0.10);
	padding: 150px 60px;
}
.new-free-left span {
	font-family: Ovo;
	font-size: 48px;
	font-weight: 400;
	line-height: normal;
	color: #131313;
	display: block;
	margin-bottom: 30px;
}
.new-free-left form input, 
.new-free-left form textarea {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	width: 100%;
	padding: 20px 30px;
	border: 1px solid rgb(0 0 0 / 10%);
	border-radius: 6px;
	margin-bottom: 20px;
	resize: none;
	outline: none;
	height: 60px;
}
.new-free-left form input::-webkit-input-placeholder, .new-free-left form textarea::-webkit-input-placeholder {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
}
.new-free-left form input::-moz-placeholder, .new-free-left form textarea::-moz-placeholder {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
}
.new-free-left form input:-ms-input-placeholder, .new-free-left form textarea:-ms-input-placeholder {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
}
.new-free-left form input::-ms-input-placeholder, .new-free-left form textarea::-ms-input-placeholder {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
}
.new-free-left form input::placeholder, 
.new-free-left form textarea::placeholder {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
}
.new-free-left form input:focus, 
.new-free-left form textarea:focus {
	border-color: #6839BC;
}
.new-free-left form button {
	font-family: Outfit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #FFF;
	border-radius: 400px;
/* 	background: -o-linear-gradient(275.76deg, #6a38bc 0%, #312157 100%);
	background: linear-gradient(174.24deg, #6a38bc 0%, #312157 100%); */
	background: #58319a;
	padding: 15px 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid transparent;
}
.new-free-left form button:hover {
/* 	background: transparent; */
	background: #c0b0fe;
    color: #000000;
/* 	color: #000; */
/* 	border-color: #000; */
}
/* right  */
.new-free-right {
	max-width: 740px;
}
.new-free-right h2 {
	color: #FFF;
	position: relative;
	margin-bottom: 10px;
	padding-top: 130px;
}
.new-free-right h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 115px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -165px left -486px;
}
.new-free-right p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	max-width: 415px;
	margin-bottom: 35px;
}
.new-free-right .con {
	font-family: Ovo;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #FFF;
	display: inline-block;
	position: relative;
	margin-bottom: 140px;
	padding-right: 305px;
}
.new-free-right .con::before,
.new-free-right .con::after {
	content: '';
	position: absolute;
	top: 10px;
	background: url('images/newHome/sp.svg') no-repeat;
}
.new-free-right .con::before {
	width: 85px;
	height: 35px;
	right: 185px;
	background-position: top -330px left -447px;
}
.new-free-right .con::after {
	width: 145px;
	height: 53px;
	right: 0;
	background-position: top -330px left -248px;
}
.new-free-right ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
}
.new-free-right ul li {
	position: relative;
	padding-left: 100px;
}
.new-free-right ul li span {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #343434;
	display: block;
	margin-bottom: 5px;
}
.new-free-right ul li a {
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	color: #131313;
}
.new-free-right ul li a:hover {
	text-decoration: underline;
}
.new-free-right ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	border: 1px solid #ede8ff;
	border-radius: 100px;
	background: url('images/newHome/sp.svg') no-repeat;
}
.new-free-right ul li.call::before {
	background-position: top -58px left 17px;
}
.new-free-right ul li.email::before {
	background-position: top -59px left -66px;
}
/* New Clients Section  */
.new-client-sec {
	position: relative;
}
.new-client-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: -100%;
	right: 0;
	width: 100%;
	height: 200%;
	background: url('images/newHome/caroBg.jpg') no-repeat;
	background-size: cover;
}
.new-client-sec .container {
	max-width: 1470px;
}
.heading-two.icon {
	position: relative;
	color: #131313;
	padding-top: 160px;
}
.heading-two.icon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 120px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -449px left -201px;
}
.new-client-con {
	margin-top: 80px;
}
.new-client-single {
	position: relative;
	border-radius: 20px;
	background: #f3f0ff;
	padding: 55px;
	margin: 45px 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.new-client-single > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}
.new-client-single > div img {
	width: 90px;
	aspect-ratio: 1;
	border-radius: 100px;
}
.new-client-single > div p {
	font-family: Ovo;
	font-size: 25px;
	font-weight: 400;
	line-height: normal;
	color: #131313;
}
.new-client-single > div p span {
	font-family: Outfit;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
	color: #676767;
	margin-top: 5px;
	display: block;
}
.new-client-single p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #131313;
}
.new-client-single .star {
	margin-top: 30px;
	display: block;
	color: #cb6b87;
}
.new-client-single.slick-center {
	background: #47297c;
	margin-block: 0;
	padding-block: 100px;
}
.new-client-single.slick-center h2,
.new-client-single.slick-center span,
.new-client-single.slick-center p {
	color: #FFF;
}
.new-client-single::after {
	content: '';
	position: absolute;
	bottom: 50px;
	right: 50px;
	width: 60px;
	height: 60px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -451px left -342px;
}
.new-client-single.slick-center::after {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}
.new-client-con .slick-arrow {
	position: absolute;
	top: -148px;
	right: 0;
	width: 65px;
	height: 65px;
	font-size: 0;
	border-radius: 100px;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -59px left -229px;
	border: 1px solid rgb(19 19 19 / 10%);
}
.new-client-con .slick-prev.slick-arrow {
	right: 90px;
	background-position: top -59px left -151px;
}
.new-client-con .slick-arrow:hover {
	background-color: #47297c;
	background-position: top -59px left -307px;
}
.new-client-con .slick-prev.slick-arrow:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* Our Office Gallery  */
.new-our-office-sec {
	position: relative;
	padding-bottom: 250px;
}
.new-our-office-sec::after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: url('images/newHome/bg2.jpg') no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.new-our-office-sec .container {
	max-width: 1470px;
}
.new-our-office-sec h2 {
	margin-bottom: 60px;
}
.new-our-office-sec h2::before {
	margin: auto;
	right: 0;
}
.new-our-office-sec .first {
	display: block;
    border-radius: 40px;
    background: #fffbef;
    padding: 10px;
}
.new-office {
	display: none;
}
/* New Footer Section ------- */
.new-footer {
	position: relative;
	background: #ece7ff;
	padding-top: 30px;
	z-index: 9999;
}
.new-footer .container {
	max-width: 1370px;
}
.new-dis {
	text-align: center;
	border-radius: 400px;
	background: -o-linear-gradient(275.76deg, #6a38bc 0%, #312157 100%);
	background: linear-gradient(174.24deg, #6a38bc 0%, #312157 100%);
	padding: 60px 120px;
	color: #FFF;
	position: relative;
	top: -70px;
}
.new-dis span {
	font-family: Ovo;
	font-size: 38px;
	font-weight: 400;
	line-height: 66px;
	display: block;
	margin-bottom: 14px;
}
.new-dis p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.new-footer-wrp {
	margin-top: 0px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.new-footer .footer-hrs {
	text-align: center;
	margin-top: 40px;
}
.new-footer .footer-hrs p {
	color: #000;
}
.new-footer .footer-loc span a {
	font-family: Ovo !important;
	color: #000000 !important;
	font-size: 20px;
}
.new-footer .footer-hrs span {
	font-family: Ovo;
	color: #46287B;
}
.new-footer .footer-loc span:before {
	filter: none !important;
}
.new-f-single.two {
	margin-left: 95px;
	margin-right: auto;
}
.new-f-single.three {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.new-f-single ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
}
.new-f-single ul li:not(:first-child) {
	list-style: disc;
}
.new-f-single ul li::marker {
	font-size: 12px;
}
.new-f-single ul li a {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
}
.new-f-single ul li a:hover {
	text-decoration: underline;
}
.new-f-single .eynd {
	width: 90px;
	height: 35px;
	display: block;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -1px left -415px;
}
.new-f-single .dmca {
	width: 125px;
	height: 25px;
	display: block;
	background: url('images/newHome/sp.svg') no-repeat;
	background-position: top -10px left -519px;
}
.new-copy {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	padding: 60px 15px;
	margin-top: 55px;
	border-top: 1px solid rgb(71 41 124 / 30%);
}
p.contact__msg.success.error {
    font-size: 14px;
    color: #46287b;
}
.defaul-button {
    font-family: Ovo;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #FFF;
    padding: 16px 25px;
    text-transform: capitalize;
    border-radius: 100px;
/*     background: -o-linear-gradient(275.76deg, #6a38bc 0%, #312157 100%);
    background: linear-gradient(174.24deg, #6a38bc 0%, #312157 100%); */
	background: #58319a;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 auto;
    display: block;
    width: max-content;
}
.defaul-button:hover {
    text-decoration: none;
/*     background: -o-linear-gradient(263.24deg, #9655ff 0%, #2a145e 100%);
    background: linear-gradient(-173.24deg, #9655ff 0%, #2a145e 100%); */
	background: #c0b0fe;
    color: #000000;
}
.contact__msg.success {
	font-size: 20px;
	color: green;
}
.modal {
	display: none;
	position: relative;
	z-index: 99;
	padding-top: 100px;
	top: 0;
	overflow: auto;
	background-color: #0000002b;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100vh;
	align-items: center;
}
.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 50px;
	border: 1px solid #dcdcdc;
	width: 800px;
}
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}
.modal-content p {
	font-size: 18px;
	max-width: fit-content;
	line-height: 1.6;
}
.modal-content strong {
	display: block;
	margin-bottom: 10px;
}
.insurances-sec {
	padding-top: 50px;
	margin-bottom: 100px;
}
.insurances-sec h2 {
	color: #000;
}
.insurances-sec p {
	color: #000;
	margin: 30px 0;
}
.insurances-sec::before {
	content: none !important;
}
.insurances-holder {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.insurances-holder p {
	max-width: 1015px;
}
.insurances-holder img {
	max-width: 240px;
    width: 100%;
    border-radius: 25px;
    box-shadow: 0px 6px 13px #6738bc61;
}
.find-therapist-sec {
	background: #6b3abd;
    padding: 60px 90px;
    margin-bottom: 100px;
    box-shadow: 0px 6px 13px #00000047;
}
.find-therapist-holder {
	max-width: 1366px;
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	gap: 30px;
    margin: 0 auto;
}
.find-therapist-text {
	max-width: 800px;
}
.find-therapist-text h2 {
	color: #fff;
}
.find-therapist-text span {
	color: #fff;
	padding-left: 50px;
	position: relative;
}
.find-therapist-text span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 3px;
    background: #ede8ff;
}
.find-therapist-btn a {
	font-family: Ovo;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #58319a;
    text-align: center;
    border-radius: 55px;
    border: 1px solid #58319a;
    min-width: 195px;
    padding: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #ede8ff;
}
.find-therapist-btn a:hover {
    background: #58319a;
    color: #FFFF;
}
.blogs-sec {
	background: #f0f3fb;
    padding: 50px 0;
	position: relative;
}
.blogs-sec::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: url(images/newHome/bg2.jpg) no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.blogs-holder {
	
}
.blogs-holder h2 {
	color: #000;
}
.blogs-holder > p {
	
}
.blogs-slider {
    padding: 0 85px 0 0;
	margin: 40px 0;
}
.blogs-slider .single-blog {
	min-height: 350px;
    border-radius: 0;
    margin: 0;
    padding: 30px;
	box-shadow: none;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.blogs-slider .single-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #58319ad4;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.blogs-slider .single-blog h3 {
	color: #fff;
	margin-bottom: 30px;
	z-index: 2;
    position: relative;
}
.blogs-slider .single-blog h3::after {
	content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #ede8ff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.blogs-slider .single-blog:hover h3::after {
	width: 100%;
}
.blogs-slider .single-blog p {
	color: #fff;
	font-size: 18px;
	z-index: 2;
    position: relative;
}
.default-dots ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
	padding: 0;
	margin-top: 30px;
}
.default-dots ul li {
	list-style: none;
}
.default-dots ul li button {
	width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    background: #9b7fff;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
	transition: all .3s ease-in-out;
}
.default-dots ul li.slick-active button {
	width: 36px;
    border-radius: 10px;
    background: #58319a;
	transition: all .3s ease-in-out;
}
.main-inner p img {
	border-radius:10px;
}
/*NEW HOME PAGE RESPONSIVE --------------------------------------*/
@media all and (max-width:1700px){
	/* Header Top ---- */
	.new-header {
		padding-top: 15px;
	}
	.new-logo a img {
		max-width: 200px;
	}
	.new-menu {
		margin-left: auto;
	}
	.new-menu > ul > li:not(:last-child) {
		padding-right: 12px;
		margin-right: 12px;
	}
	.new-header-call {
		margin-right: 30px;
		gap: 20px;
	}
	/* New Banner Section  */
	.new-banner {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.new-banner .left {
		max-width: 50%;
	}
	.new-banner .right {
		max-width: 47%;
	}
	.new-wc-left {
		padding-left: 50px;
	}
	.new-wc-left::after {
		height: calc(100% - 10px);
		width: 180%;
		border-radius: 100px;
		border-color: #6638b40a;
	}
	.new-wc-left h2 {
		font-size: 36px;
	}
	.new-wc-left .btn {
		padding: 13px 10px 13px 25px;
		font-size: 15px;
		width: 210px;
		top: -41px;
		left: 80px;
	}
	.new-wc-left .btn span {
		font-size: 24px;
	}
	.new-wc-right {
		max-width: 65%;
		gap: 20px;
		padding: 50px;
		border-radius: 100px;
	}
	.new-wc-right::after {
		bottom: 50px;
		right: 50px;
	}
	/* Online Section  */
	.new-online-sec {
		padding: 80px 0;
	}
	.new-online-wrp {
		max-width: 90%;
		margin-top: 50px;
	}
	.new-single-ser {
		width: 320px;
		height: 360px;
		border-radius: 20px 80px 20px 20px;
		padding: 15px 15px 40px 15px;
		margin: 0 8px;
	}
	.new-all-btn {
		margin-top: 40px;
	}
	/* New How we Section  */
	.new-how-we-right {
		gap: 15px;
	}
	.single-how-we-new {
		padding: 60px 20px;
	}
}
/*1700 End */
@media all and (max-width:1550px){
	.new-logo p {
		font-size: 26px;
	}
	.new-logo a img {
		max-width: 60px;
	}
}
@media all and (max-width:1440px){
	.blogs-slider {
		padding: 0;
	}
	/* fix header  */
	.new-header {
		background: #FFF;
	}
	.new-header .new-btn {
		border-color: #fff;
		color: #fff;
	}
	.new-header .new-btn.bg-white {
		border-color: #46287B;
		color: #46287B;
	}
	.new-header .new-btn:hover {
		background: #46287B;
		color: #FFF;
	}
	.new-header .new-bras {
		color: #46287B;
		border-color: #46287B;
	}
	.new-header .new-bras::after {
		background: #46287B;
	}
	/* New Header Top  */
	.new-logo a img {
		max-width: 180px;
	}
	.new-header-call {
		margin: 0 20px;
		gap: 15px;
	}
	.new-btn {
		font-size: 16px;
		min-width: 150px;
		padding: 10px;
	}
	.new-bras {
		padding-block: 7px;
	}
	/* Old Menu New css  */
	.main-side-nav ul ul {
		overflow: auto;
		max-height: 270px;
	}
	/* New Banner Section  */
	.new-banenr-sec {
		padding-bottom: 140px;
	}
	.new-banner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.new-banenr-sec::after {
		background-position: top -42px right -202px;
	}
	.new-banner .right {
		max-width: unset;
	}
	.new-bn-social {
		display: none;
	}
	.new-star {
		margin-bottom: 20px;
	}
	.new-banner h1 {
		font-size: 68px;
		line-height: 1;
	}
	.new-brand {
		background-size: contain;
	}
	.new-wc-left {
		padding-left: 30px;
	}
	/* New How we Section */
	.new-how-we-left {
		max-width: 300px;
	}
	.new-how-we-left a {
		font-size: 36px;
	}
}
/*1440 End */
@media all and (max-width:1366px){
	.new-logo a {
		gap: 10px;
	}
	.new-logo span::before, .new-logo span::after {
		width: 10px;
	}
	.new-logo a img {
        max-width: 50px;
    }
	.new-logo p {
		font-size: 24px;
	}
	.new-btn {
		position: relative;
		font-size: 0px;
        line-height: 0px;
        min-width: 40px !important;
        min-height: 40px !important;
	}
	.new-banner .left .new-btn {
		font-family: Ovo;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
		text-align: center;
		border-radius: 55px;
		min-width: 195px;
		padding: 10px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background: #ede8ff;
		color: #58319a;
		border: 1px solid #58319a;
	}
	.new-banner .left .new-btn::before {
		content: none;
	}
	.new-banner .new-btn.bg-white:hover {
		background: #58319a;
		color: #FFFF;
	}
	.new-header .new-btn span, .new-header.fixed .new-btn span {
		font-size: 0;
	}
	.new-btn::before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 20px;
		margin: auto;
		width: 17px;
		height: 25px;
		background: url(images/sp.svg) no-repeat;
		background-position: top -69px left -130px;
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
		top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: top -67px left -62px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        transform: scale(.8);
        -webkit-filter: brightness(100);
        filter: brightness(100);
	}
	.new-btn.bg-white::before {
		content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(images/sp.svg) no-repeat;
        -webkit-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        background-position: top -67px left 3px;
        transform: scale(.8);
		filter: invert(91%) sepia(129%) saturate(3599%) hue-rotate(279deg) brightness(84%) contrast(68%);
	}
	.new-btn.bg-white:hover::before{
		filter: invert(95%) sepia(97%) saturate(14%) hue-rotate(213deg) brightness(10000004%) contrast(104%);
	}
}
@media all and (max-width:1200px){
	.insurances-sec .heading-two {
		font-size: 36px;
	}
	.new-logo p {
		font-size: 18px;
	}
	.new-logo a {
		gap: 5px;
	}
	.new-logo span::before, .new-logo span::after {
    	display:none;
	}
	.heading-two.icon {
		padding-top: 90px;
	}
	.heading-two.icon::before {
		top: -18px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.heading-two {
		font-size: 46px;
	}
	.heading-two span {
		font-size: 14px;
		line-height: normal;
		margin-bottom: 10px;
	}
	body.new-body {
		font-size: 16px;
		line-height: 1.5;
	}
	/* New Header Top  */
	.new-logo {
		margin-right: 20px;
	}
	.new-menu {
		overflow: auto;
	}
	.new-menu > ul {
		min-width: -webkit-max-content;
		min-width: -moz-max-content;
		min-width: max-content;
	}
	/* New Banner Section  */
	.new-banenr-sec {
		padding-bottom: 80px;
	}
	.new-banenr-sec {
		background-position: left center;
	}
	.new-banenr-sec::after {
		top: 0;
		width: 50%;
		background-position: top right -45px;
		background-size: contain;
	}
	.new-wc-left h2 {
		font-size: 29px;
	}
	.new-welcome-sec {
		padding-bottom: 50px;
	}
	/* Online Section  */
	.new-online-sec {
		padding: 50px 0;
		background: #6839BC;
	}
	.new-online-head {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}
	.new-online-wrp {
		max-width: 95%;
	}
	.new-online-wrp .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		margin-top: 30px;
	}
	.new-online-wrp .slick-dots li button {
		display: block;
		font-size: 0;
		width: 10px;
		height: 10px;
		background: #FFF;
		border-radius: 100px;
	}
	.new-online-wrp .slick-dots li.slick-active button {
		background: #333333;
	}
	.new-all-btn {
		width: 95%;
		margin-left: auto;
		margin-right: 0;
	}
	/* New How we Section */
	.new-how-we-sec {
		padding: 50px 0;
	}
	.new-how-we-sec::before {
		display: none;
	}
	.new-how-we-left {
		max-width: 250px;
	}
	.new-how-we-left h2 {
		font-size: 36px;
	}
	.single-how-we-new {
		padding: 50px 15px;
	}
	.single-how-we-new h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.single-how-we-new p {
		margin-bottom: 15px;
		line-height: 1.5;
	}
	/* Free Consultation  */
	.new-free-con-sec {
		padding: 50px 0;
	}
	.new-free-con-sec::before {
		max-width: 100%;
		height: 100%;
		border-radius: 0;
	}
	.new-free-left {
		padding: 40px 20px;
		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: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.new-free-right p {
		margin-bottom: 25px;
	}
	.new-free-right .con {
		margin-bottom: 35px;
		padding-right: 160px;
	}
	.new-free-right .con::before {
		display: none;
	}
	.new-free-right ul {
		gap: 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.new-free-right ul li {
		padding-left: 65px;
	}
	.new-free-right ul li::before {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		top: -12px;
		left: -14px;
		-webkit-filter: brightness(100);
		filter: brightness(100);
	}
	.new-free-right ul li a {
		font-size: 18px;
		line-height: normal;
		color: #FFF;
	}
	.new-free-right ul li span {
		color: #FFF;
	}
	/* New Clients Section  */
	.new-client-con {
		margin-top: 50px;
	}
	.new-client-sec h2 {
		text-align: center;
	}
	.new-client-sec h2::before {
		margin: auto;
		right: 0;
	}
	.new-client-single {
		border-radius: 15px;
		padding: 40px 15px;
		margin: 15px 8px;
	}
	.new-client-single.slick-center {
		padding-block: 60px;
	}
	.new-client-single > div {
		gap: 15px;
	}
	.new-client-single > div img {
		width: 65px;
	}
	.new-client-con .slick-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		margin-top: 30px;
	}
	.new-client-con .slick-dots li button {
		display: block;
		font-size: 0;
		width: 10px;
		height: 10px;
		background: #6839BC;
		border-radius: 100px;
	}
	.new-client-con .slick-dots li.slick-active button {
		background: #0a2ceb;
	}
	.new-how-we-sec::before {
		display: none;
	}
	.new-our-office-sec {
		padding-bottom: 215px;
	}
	/* New Footer Section   */
	.new-dis {
		padding: 40px 50px;
	}
	.new-footer-wrp {
		margin-top: -100px;
	}
	.new-f-single.two {
		margin: auto;
	}
	.new-f-single a img {
		max-width: 220px;
	}
	.new-f-single ul {
		gap: 15px;
	}
	.new-copy {
		padding: 20px 15px;
		margin-top: 25px;
	}
	.new-banner .right img {
		margin-right: 0;
	}
	.new-client-con {
		margin-bottom: 50px;
	}
}
/*1200 End*/
@media all and (max-width:1075px){
	.new-menu {
		max-width: 400px;
	}
}
@media all and (max-width:1024px) {
	.new-logo p {
        margin: 0 5px 2px;
	}
	.new-menu ul li .dropdown-menu-items {
		position: absolute;
		top: -1px;
		right: 7px;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #444;
		border-left: 2px solid #444;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		top: 15px;
		right: 11px;
		width: 9px;
		height: 9px;
	}
	.new-menu ul li {
		min-width: fit-content;
		height: fit-content;
		border: 1px solid hsl(262.44deg 53.04% 48.43%);
		padding: 10px;
		border-radius: 100px;
		background-color: hsl(262.44deg 53.04% 48.43% / 12%);
	}
	.new-menu ul li.menu-item-has-children.active .dropdown-menu-items {
		top: 17px;
		left: 131px;
        transform: rotate(-136deg);
	}
	.new-menu ul li.menu-item-339.menu-item-has-children.active .dropdown-menu-items {
		left: 68px;
	}
	.new-menu ul ul {
        background: #FFF;
        padding: 10px;
        position: unset;
        opacity: 1;
        visibility: visible;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        display: none;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
    }
	.new-menu ul li.menu-item-has-children.active ul.sub-menu {
        display: flex !important;
        flex-direction: row;
        padding: 0;
        position: unset;
        opacity: 1;
        visibility: visible;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        display: none;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        background: none;
        gap: 10px;
    }
	.new-menu ul li.menu-item-has-children.active ul.sub-menu li {
		padding-top: 5px;
    	padding-bottom: 5px;
	}
	.new-menu ul li.menu-item-has-children.active {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 35px;
        padding-top: 4px;
        padding-bottom: 4px;
		padding-right: 7px !important;
    }
	.new-menu {
		padding: 10px 5px !important;
	}
	.new-menu > ul > li:not(:last-child) {
		padding-right: 10px !important;
	}
	.new-menu ul li.menu-item-has-children {
		padding-right: 30px !important;
	}
	.new-header-call {
        margin: 0 15px;
        position: fixed;
        top: 65px;
        left: -15px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #6B3ABD;
        padding: 5px;
    }
	.new-menu {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
        background: #fff;
    }
	.new-header.fixed .new-btn, .new-header .new-btn, .new-header .new-btn.bg-white, .new-header.fixed .new-btn.bg-white {
        border-color: #46287B;
        color: #FFF;
        font-size: 18px;
        line-height: 26px;
        border: none;
        min-height: auto !important;
        background: none;
        padding: 0;
    }
	.new-btn::before, .new-btn.bg-white::before {
		content: none !important;
	}
	.new-logo {
        margin-right: auto;
    }
	.new-logo a img {
        max-width: 35px;
    }
	.new-menu > ul {
		justify-content: center;
	}
	.new-menu > ul > li:not(:last-child)::after {
		content: none;
	}
}
@media all and (max-width:992px){
	.heading-two {
		font-size: 32px;
	}
	/* New Header Top  */
	.new-menu > ul > li:not(:last-child) {
		padding-right: 0;
		margin-right: 10px;
	}
	.new-menu > ul > li::after {
		display: none;
	}
	.new-bras {
		padding-right: 0;
	}
	.new-bras::after {
		display: none;
	}
	/* New Banner Section  */
	.new-banenr-sec {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.new-banenr-sec::after {
		display: none;
	}
	.new-wc-left .btn {
		position: unset;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 30px;
	}
	/* Online Section  */
	.new-online-head h2 {
		margin-bottom: 20px;
	}
	/* Free Consultation */
	.new-free-right h2 {
		padding-top: 60px;
	}
	.new-free-right h2::before {
		top: -33px;
		left: -22px;
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
	}
	.new-free-left {
		max-width: 300px;
	}
	.new-free-left span {
		font-size: 28px;
	}
	.new-free-left form input, .new-free-left form textarea {
		padding: 15px 10px;
		height: auto;
	}
	/* New Clients Section  */
	.new-client-single > div img {
		width: 50px;
	}
	.new-client-single > div p {
		font-size: 18px;
	}
	.new-client-single .star {
		margin-top: 15px;
	}
	/* New Footer Section   */
	.new-our-office-sec {
		padding-bottom: 50px;
	}
	.new-footer {
		padding-top: 50px;
	}
	.new-dis {
		position: unset;
		border-radius: 20px;
		padding: 40px 15px;
	}
	.new-footer-wrp {
		margin-top: 40px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
/*992 End */
@media all and (max-width:991px) {
	/* New Banner Section  */
	.new-banenr-sec {
		background-position: left top;
	}
	.new-banner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 700px;
		margin: auto;
	}
	.new-banner .left {
		max-width: 100%;
	}
	.new-welcome-wrp {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.new-wc-left {
		width: 100%;
		padding: 50px;
		background: #ffffffad;
		border-radius: 100px;
		border: 4px solid #673ab70f;
	}
	.new-wc-left::after {
		width: 100%;
		display: none;
	}
	.new-wc-right {
		max-width: 100%;
	}
	.new-wc-right p {
		font-size: 15px;
		line-height: 1.5;
	}
	/* New How we Section */
	.new-how-we-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.new-how-we-left {
		max-width: 100%;
		text-align: center;
	}
	.new-how-we-left h2 br {
		display: none;
	}
	.new-how-we-left p {
		padding-top: 0;
		margin: 20px 0;
		border-top: 0;
	}
}
/* 991 End  */
@media all and (max-width:768px){
	/* Header Top  */
	.side-bar-nav-area {
		padding: 85px 15px 35px;
	}
	.main-side-nav {
		overflow: auto;
		max-height: calc(100vh - 100px);
	}
	.main-side-nav > ul > li {
		padding-bottom: 6px;
		padding-right: 22px;
	}
	.main-side-nav ul ul {
		overflow: unset;
		max-height: unset;
		background: transparent;
		padding-left: 12px;
	}
	.main-side-nav .dropdown-menu-items {
		right: 3px;
	}
	.main-side-nav .dropdown-menu-items.rotate {
		top: 10px;
	}
	.main-side-nav ul li a {
		font-size: 20px;
		line-height: normal;
	}
	/* New How we Section  */
	.new-how-we-right {
		display: block;
	}
	.single-how-we-new  {
		margin: 0 5px;
	}
	.new-how-we-right .slick-dots {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		gap: 10px;
	}
	.new-how-we-right .slick-dots li button {
		display: block;
		width: 10px;
		height: 10px;
		background: #6839BC;
		font-size: 0;
		border-radius: 100px;
	}
	.new-how-we-right .slick-dots li.slick-active button {
		background: #DB75FF;
	}
	.new-how-we-sec::after {
		display: none;
	}
	/* New Clients Section  */
	.new-client-single {
		margin: 0 5px;
	}
	.new-client-single.slick-center {
		padding-block: 40px;
	}
	.new-client-single::after {
		bottom: 30px;
		right: 20px;
	}
	.new-client-single.slick-center {
		background: #f3f0ff;
	}
	.new-client-single.slick-center h2, 
	.new-client-single.slick-center span, 
	.new-client-single.slick-center p {
		color: #131313;
	}
	.new-client-single.slick-center .star {
		color: #cb6b87;
	}
	.new-client-single.slick-center::after {
		-webkit-filter: unset;
		filter: unset;
	}
	/* New Footer Section   */
	.new-dis span {
		font-size: 24px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.new-dis p {
		font-size: 15px;
		line-height: 1.5;
	}
}
/*768 End */
@media all and (max-width:767px) {
	/* New Header Top  */
	.new-logo a img {
        max-width: 35px;
    }
	.new-header-call {
        margin: 0 15px;
        position: fixed;
        top: 65px;
        left: -15px;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #6B3ABD;
        padding: 5px;
    }
	.new-btn::before, .new-btn.bg-white::before {
		content: none !important;
	}
	.new-header.fixed .new-btn,
	.new-header .new-btn, .new-header .new-btn.bg-white, .new-header.fixed .new-btn.bg-white {
		border-color: #46287B;
		color: #FFF;
		font-size: 18px;
		line-height: 26px;
		border: none;
        min-height: auto !important;
		background: none;
		padding: 0;
	}
	.new-header .new-btn:hover {
		background: unset;
	}
	.new-header {
		padding: 10px 0 30px 0;
	}
	.new-logo {
		margin-right: auto;
	}
	.new-menu {
		position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
        background: #fff;
	}
	.new-menu > ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.new-btn {
		font-size: 14px;
		min-width: unset;
		padding: 7px 10px;
	}
	/* Free Consultation */
	.new-free-wrp {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.new-free-left {
		max-width: 100%;
	}
}
/* 767 End  */
@media all and (max-width: 625px){
	.insurances-holder img {
		max-width: 120px;
		border-radius: 10px;
	}
	.new-banner .right {
		width: 100%;
		height: 500px;
	}
}
@media all and (max-width: 576px){
	.find-therapist-sec {
		padding: 60px 15px;
	}
	.heading-two {
		font-size: 24px;
	}
	/* New header Top  */
	.new-header-call {
		margin: 0 15px;
	}
	.new-btn {
		font-size: 18px;
		min-width: unset;
		padding: 0;
		border: none;
		background: transparent;
	}
	.new-btn.bg-white {
		color: #46287B;
        padding: 10px 15px;
	}
	.main-side-nav ul ul li a {
		padding: 0;
	}
	.main-side-nav .dropdown-menu-items {
		top: 6px;
	}
	/* New Banner Section  */
	.new-star {
		padding-left: 195px;
	}
	.new-banner h1 {
		font-size: 42px;
		margin-bottom: 20px;
	}
	.new-banner p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.new-banner ul {
		margin-bottom: 25px;
	}
	.new-banner ul li {
		font-size: 16px;
		padding-left: 18px;
		margin-top: 5px;
	}
	.new-banner li::before {
		top: 2px;
		left: -5px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.new-banner .btn {
		padding: 9px 21px;
	}
	.new-brand {
		margin-top: 30px;
		height: 51px;
	}
	.new-wc-left,
	.new-wc-right {
		padding: 40px 20px;
		border-radius: 20px;
	}
	.new-wc-left h2 {
		font-size: 22px;
	}
	.new-wc-left h2 span {
		font-size: 15px;
		padding-bottom: 24px;
	}
	.new-wc-left h2 span::after {
		bottom: 14px;
	}
	.new-wc-left h3 {
		font-size: 14px;
		line-height: normal;
		margin-top: 15px;
	}
	/* Online Section */
	.new-all-btn,
	.new-online-wrp {
		max-width: 98%;
	}
	.new-single-ser a {
		font-size: 23px;
		padding-right: 50px;
	}
	.new-single-ser a::after {
		top: -6px;
		right: -11px;
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
	}
	.new-all-btn a {
		font-size: 15px;
		padding: 10px 15px;
	}
	/* Our Office Gallery */
	.new-our-office-sec h2 {
		margin-bottom: 40px;
	}
	.new-our-office-sec .first {
		display: none;
	}
	.new-our-office {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 10px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.new-office {
		display: block;
		-webkit-box-flex: 100px;
		-ms-flex: 100px;
		flex: 100px;
	}
	.new-office img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
		border-radius: 20px;
	}
}
/*576 End */
@media all and (max-width: 475px) {
	.new-banner .right {
		height: 400px;
	}
	.new-wc-right {
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
	}
	.new-wc-right::after {
		position: unset;
	}
	.new-wc-right p:nth-child(1), .new-wc-right p:nth-child(4) {
		grid-column-start: auto;
		grid-column-end: auto;
	}
}
@media all and (max-width: 425px) {
	
	/* New Header Top  */
	.new-header-call {
		gap: 40px;
	}
	.new-logo p {
        font-size: 20px;
    }
	.new-logo span {
		font-size: 10px;
	}
	.new-btn::before, .new-btn.bg-white::before {
		content: none !important;
	}
	.new-logo a img {
		max-width: unset;
		height: 40px;
	}
	.new-header-call {
		margin: 0 15px;
		position: fixed;
		top: 55px;
		left: -15px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: #6B3ABD;
		padding: 5px;
	}
	.new-header.fixed .new-btn,
	.new-header .new-btn, .new-header .new-btn.bg-white, .new-header.fixed .new-btn.bg-white {
		border-color: #46287B;
		color: #FFF;
		font-size: 18px;
		line-height: 26px;
		border: none;
        min-height: auto !important;
	}
	.new-header .new-btn:hover {
		background: unset;
	}
	.new-menu {
		top: 90px;
		background: #FFF;
		padding: 4px;
	}
	/* New Banner Section  */
	.new-star {
		padding-left: 5px;
		padding-top: 75px;
	}
	.new-banner h1 {
		font-size: 32px;
	}
	
	/* Free Consultation */
	.new-free-right .con {
		margin-bottom: 30px;
		padding-right: 0;
	}
	.new-free-right .con::after {
		display: block;
		position: unset;
		margin-top: 10px;
	}
}
@media all and (max-width: 375px) {
	.find-therapist-text h2 {
		margin-bottom: 20px;
	}
	.find-therapist-text span::before {
		top: -30px;
	}
	.new-banner .right {
		height: 320px;
	}
}