
:root {
	--text-color: #0b0c0d;
	--color-one: #084c61;
	--color-two: #820080;
	--heading: 52px;
}

body {
	font-family: "Nunito Sans", sans-serif;
	line-height: 1.9;
	color: var(--text-color);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

h1, .h1 {
	font-size: 45px;
}

h2, .h2 {
	font-size: 40px;
}

h3, .h3 {
	font-size: 35px;
}

h4, .h4 {
	font-size: 30px;
}

h5, .h5 {
	font-size: 25px;
}

h6, .h6 {
	font-size: 20px;
}

dl, ol, ul {
	margin: 0 0 1rem;
	padding-left: 18px;
}

.list-style-icons {
	list-style: none;
	padding-left: 0;
}

.list-style-icons li + li {
	margin-top: 10px;
}

.list-style-icons img, .list-style-icons svg {
	margin-right: 10px;
	width: 16px;
	height: 16px;
}

.spaced {
	padding-top: 80px;
	padding-bottom: 80px;
}

.ppc-v2-small-heading {
	font-weight: 600;
	font-size: 16px;
}

.ppc-v2-heading {
	position: relative;
	font-size: 52px;
	line-height: 1.3;
	font-weight: 500;
}

.ppc-v2-small-heading {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.ppc-v2-banner {
	z-index: 1;
	overflow: hidden;
}

.ppc-v2-banner .container-fluid {
	width: calc(100% - 160px);
	margin-top: 170px;
	margin-bottom: 50px;
}

.ppc-v2-banner-content {
	position: relative;
	height: 650px;
	color: #fff;
	z-index: 1;
	border-radius: 16px;
	overflow: hidden;
}

.ppc-v2-banner-content:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 64.38%);
}

.ppc-v2-banner-heading {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 15px;
}

.ppc-v2-banner-desc {
	font-size: 18px;
	margin-bottom: 20px;
}

.ppc-v2-banner .banner-image-v2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 0;
}

.ppc-v2-banner-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 60px;
	max-width: 70%;
}

.ppc-v2-banner-form {
	background: rgba(191, 191, 191, .35);
	height: 100%;
	border-radius: 16px;
	position: relative;
	padding: 20px;
	align-items: center;
	justify-content: center;
	display: flex;
	font-size: 14px;
}

.ppc-v2-banner-form .zf-subContWrap.zf-topAlign .zf-tempFrmWrapper input {
	width: 100%;
	height: 40px;
	padding: 10px;
}

.ppc-v2-banner-form .zf-tempContDiv {
	width: 100% !important;
}

.ppc-v2-banner-form .zf-subContWrap.zf-topAlign .d-flex .zf-tempFrmWrapper {
	width: 50%;
}

.zf-submitColor {
	margin-top: 10px;
	display: flex;
	align-items: center;
	padding: 13px 25px;
	border-radius: 35px;
	line-height: 100%;
	text-decoration: none;
	color: #fff;
	background: #00a6da;
	border: 0;
	text-transform: uppercase;
}

.zf-tempFrmWrapper.zf-decesion .zf-tempContDiv {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
}

.ppc-v2-banner-form .zf-subContWrap.zf-topAlign .d-flex {
	gap: 5px;
	width: 100%;
}

.zf-templateWrapper ul {
	padding: 0;
}

p.zf-instruction {
	font-size: 14px;
	line-height: 1.7;
}

.ppc-v2-banner-form .zf-tempContDiv select {
	width: 100%;
	line-height: 2.15;
	display: block;
	padding: 5px;
	height: 40px;
	border: 1px solid #767676 !important;
	background: #fff;
	border-radius: 0 !important;
}

.ppc-v2-banner-form .zf-tempContDiv textarea {
	height: 70px;
	width: 100%;
	resize: none;
	padding: 10px;
}

.ppc-v2-banner-form .zf-subContWrap.zf-topAlign .zf-tempFrmWrapper [type=checkbox] {
	width: 20px !important;
	height: 20px !important;
	margin-right: 4px;
}

.ppc-v2-banner .banner-row {
	--bs-gutter-x: 60px;
}

.ppc-v2-banner-form .form-title {
	font-size: 32px;
	font-weight: 600;
	color: var(--color-one);
	line-height: 1.5;
}

.ppc-v2-banner-form .form-control {
	padding: 10px 15px;
	border-radius: 12px;
	border-color: #fff;
}

.ppc-v2-banner-form .form-group {
	margin-bottom: 15px;
}

.ppc-v2-banner-form .ppc-v2-btn {
	text-transform: uppercase;
	padding: 12px;
}

body .ppc-v2-btn {
	background-color: var(--btn-bg-color);
	border: 2px solid var(--btn-bg-color);
	border-width: 2px;
	color: var(--btn-text-color);
	padding: 7px 20px 7px 20px;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 12px;
	position: relative;
	cursor: pointer;
	min-width: 150px;
	font-weight: 500;
	white-space: normal;
	text-decoration: none;
	display: inline-block;
	line-height: 1.5;
	font-size: 16px;
	text-align: center;
}

body input.wpcf7-submit.ppc-v2-btn:hover {
	background-color: transparent;
	border-color: var(--btn-bg-color);
	color: var(--btn-bg-color);
}

.ppc-v2-btn:hover {
	background-color: transparent;
	color: var(--btn-bg-color);
}

.ppc-v2-btn.btn-white {
	background-color: #fff;
	border-color: #fff;
	color: var(--color-one);
}

.ppc-v2-btn.btn-white:hover {
	background-color: transparent;
	color: #fff;
}

body .ppc-v2-btn.btn-outline {
	background: transparent;
	border-color: var(--color-one);
	color: var(--color-one);
}

body .ppc-v2-btn.btn-outline:hover {
	background: var(--color-one);
	border-color: var(--color-one);
	color: #fff;
}

body .ppc-v2-btn.btn-outline:hover svg path {
	fill: #fff;
	stroke: #fff;
}

.ppc-v2-btn.btn-white-outline {
	background-color: transparent;
	border-color: #fff;
}

.ppc-v2-btn.btn-white-outline:hover {
	background-color: #fff;
	border-color: #fff;
	color: var(--btn-bg-color);
}

.ppc-v2-btn.btn-white:hover svg path {
	fill: #fff;
	stroke: #fff;
}

.ppc-v2-btn svg {
	margin-left: 5px;
}

.light-bg {
	background: #f4f4f4;
}

.ppc-sb-service-offered-section.light-bg {
	background: #fbfbfb;
}

.ppc-sb-footer-form {
	background: var(--color-one);
	color: #fff;
}

div.wpcf7-response-output {
	position: absolute;
	left: 0;
	bottom: auto;
	border: 0 !important;
	line-height: 1;
	margin: 10px 0 0 !important;
	padding: 0 !important;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 7px;
	width: 100%;
	font-weight: 400;
	background: transparent;
	color: #f00;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
}

.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	background-color: #dc3231;
	padding: 2px 5px 2px;
	border-radius: 0;
	height: auto;
	line-height: 1;
	color: #fff;
}

.ppc-v2-header-left {
	width: 400px;
	display: flex;
	align-items: center;
	color: #fff;
}

.ppc-v2-header-right {
	width: calc(100% - 400px);
	transition: all .3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ppc-v2-header {
	padding: 20px 0;
	background: var(--color-one);
}

.ppc-v2-header-logo img {
	max-width: 280px;
	display: block;
}

.ppc-v2-header-logo svg {
	width: 280px;
	height: 60px;
}

.ppc-v2-phone-title-wrap {
	display: flex;
	align-items: center;
}

.ppc-v2-header-phone a {
	text-decoration: none;
	color: #fff;
	background: #00a6da;
	border-color: #00a6da;
	text-transform: uppercase;
}

.ppc-v2-header-phone a {
	display: flex;
	align-items: center;
	padding: 13px 25px;
	border-radius: 35px;
	line-height: 100%;
}

.ppc-v2-header-phone a svg, .ppc-v2-header-phone a img {
	position: static;
	top: 0px;
	margin-right: 5px;
	width: 19px;
	height: 19px;
	margin-left: 0px;
}

.ppc-v2-header-phone a:hover {
	color: #fff;
	border-color: #fff;
}

.ppc-v2-header-phone .ppc-v2-phone-icon {
	width: 26px;
	height: 26px;
}

.ppc-v2-header-phone .ppc-v2-phone-title {
	font-size: 24px;
	line-height: 1;
	margin-left: 10px;
	letter-spacing: 3px;
}

.ppc-v2-header-phone .ppc-v2-phone-no {
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	margin-top: 5px;
}

/****************************/
.ppc-footer {
	margin-top: 0px;
	background: #f9f5f9;
	padding-top: 80px;
}

.ppc-v2-copyright-area {
	width: 100%;
	z-index: -1;
	padding-top: 50px;
}

.footer-map iframe {
	width: 100%;
	height: 650px;
}

.footer-logo {
	margin-top: 50px;
}

.footer-logo svg {
	max-width: 400px;
	height: 85px;
	width: 100%;
}

.footer-logo img {
	max-width: 400px;
}

.ppc-v2-footer-social-links ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
	position: relative;
}

.ppc-v2-footer-social-links li + li {
	margin-left: 15px;
}

.ppc-v2-footer-social-links li a {
	color: #fff;
	width: 32px;
	height: 32px;
	display: flex;
	padding: 5px;
	border: 1px solid transparent;
}

.ppc-v2-footer-social-links li a:hover {
	border: 1px solid var(--color-one);
}

.ppc-v2-footer-social-links li svg {
	width: 100%;
	height: 100%;
	fill: #000;
}

.ppc-v2-footer-social-links li svg path {
	fill: #000;
}

.ppc-v2-footer-social-links li a:hover svg, .ppc-v2-footer-social-links li a:hover svg path {
	fill: var(--color-one);
}

.ppc-v2-copyrights {
	padding: 30px 0;
	font-family: sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: .5px;
}

.ppc-v2-copyright-area .container {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid rgba(11, 12, 13, .15);
}

.ppc-v2-footer-links ul {
	display: flex;
	list-style: none;
	gap: 24px;
	margin: 0;
}

.ppc-v2-footer-links li a {
	color: var(--text-color);
}

.ppc-v2-footer-links li a:hover {
	color: var(--color-one);
}

/* Image with content */
.ppc-v2-image-with-content {
	background-size: cover;
	background-position: center;
}

.ppc-v2-image-with-content.image-right .row {
	flex-direction: row-reverse;
}

.ppc-v2-image-with-content .image {
	position: relative;
	padding-left: 20px;
	padding-bottom: 20px;
}

.ppc-v2-image-with-content .image img {
	width: 100%;
	border-radius: 20px;
}

/* Image with content box */
.ppc-v2-image-with-content-box {
	background-size: cover;
	background-position: center;
}

.ppc-v2-image-with-content-box .row {
	background: #fff;
	align-items: center;
	--bs-gutter-x: 0;
	border-radius: 30px;
	overflow: hidden;
}

.ppc-v2-image-with-content-box .content-inner {
	padding: 50px;
}

.ppc-v2-image-with-content-box .image img {
	width: 100%;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	display: block;
}

.ppc-v2-image-with-content-box.image-right .row {
	flex-direction: row-reverse;
}

.ppc-v2-image-with-content-box.image-right .image img {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.ppc-v2-image-with-content-box .ppc-v2-btn-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

/*===============*/
.ppc-sb-banner-btns {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.ppc-sb-banner-btns a + a {
	margin-left: 10px;
}

.ppc-sb-banner-btns span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding: 0 15px;
}

.ppc-sb-content-box {
	background: #fff;
	padding: 50px;
}

.ppc-page-with-sidebar .ppc-sb-bgimage-with-content {
	background-position: center right;
}

.ppc-sb-bgimage-with-content {
	background-position: center;
	background-size: cover;
}

/* Form Section */
.ppc-v2-form-section .form-group label {
	display: block;
}

.ppc-v2-footer-form .form-control, .ppc-v2-form-section .form-control {
	padding: 15px 0;
	border-radius: 0;
	color: #666;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.ppc-v2-form-section .form-select {
	border-radius: 0;
	padding: 10px;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	padding-left: 0;
	box-shadow: none;
}

.ppc-v2-form-section .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 1%;
}

.ppc-v2-form-email, .ppc-v2-form-phone, .ppc-v2-form-address {
	position: relative;
	margin-top: 15px;
	padding-left: 35px;
}

.ppc-v2-form-email-icon, .ppc-v2-form-phone-icon, .ppc-v2-form-address-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
}

.ppc-v2-form-section .wpcf7-radio .wpcf7-list-item {
	width: 49%;
	margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}

.ppc-v2-form-section .wpcf7-acceptance label {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ppc-v2-form-section .wpcf7-acceptance [type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
	width: 18px;
	height: 18px;
}

.ppc-v2-form-section .wpcf7-radio [type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 18px;
	height: 18px;
}

.ppc-v2-form-section .form-group .wpcf7-radio label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

body .ppc-v2-form-section .ppc-v2-btn {
	background: var(--color-two);
	border-color: var(--color-two);
}

body .ppc-v2-form-section .ppc-v2-btn:hover {
	background: transparent !important;
	border-color: var(--color-two) !important;
	color: var(--color-two) !important;
}

.ppc-v2-form-email a {
	display: flex;
	align-items: center;
	gap: 15px;
	color: var(--text-color);
}

.ppc-v2-form-email a:hover {
	color: var(--color-one);
}

.ppc-v2-form-phone a {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	color: var(--text-color);
}

.ppc-v2-form-phone a:hover {
	color: var(--color-one);
}

/* Testimonials Section */
.ppc-v2-testimonials-section {
	background: url("https://www.memorialparkpsychiatry.com/wp-content/themes/grant-group/ppc-page/images/bg-2.webp");
	background-size: cover;
}

.ppc-v2-testimonials-section .owl-stage {
	margin-top: 70px;
	display: flex;
}

.ppc-v2-testimonials-section .item {
	background: #fff;
	border: 1px solid rgba(19, 68, 165, .4);
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	height: 100%;
}

.ppc-v2-testimonials-section .desc-wrap {
	padding: 20px;
	height: 100%;
}

.ppc-v2-testimonials-section .name {
	padding: 10px 20px;
	border-top: 1px solid rgba(19, 68, 165, .4);
	display: flex;
	align-items: center;
}

.ppc-v2-testimonials-section .first-char {
	font-size: 20px;
	width: 50px;
	height: 50px;
	background: var(--color-one);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 15px;
	padding: 4px;
}

.ppc-v2-testimonials-section .name span {
	font-size: 18px;
	font-weight: 700;
}

.ppc-v2-testimonials-section .quote {
	background: var(--color-two);
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-top: -70px;
	margin-bottom: 20px;
}

.ppc-v2-testimonials-section .quote .icon {
	width: 45px;
	height: 45px;
}

.ppc-v2-testimonials-section .star-rating {
	display: flex;
	margin-bottom: 10px;
}

.ppc-v2-testimonials-section .star-rating .star {
	width: 28px;
	height: 28px;
}

.ppc-v2-testimonials-section .star-rating .star + .star {
	margin-left: 3px;
}

.ppc-v2-testimonials-section .owl-nav {
	display: flex;
	align-items: center;
	position: absolute;
	top: -50px;
	right: 0;
}

.ppc-v2-testimonials-section .owl-nav button {
	width: 55px;
	height: 55px;
	background: transparent !important;
	color: var(--color-one) !important;
	font-size: 30px !important;
	line-height: 1 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border: 1px solid var(--color-one) !important;
}

.ppc-v2-testimonials-section .owl-nav button span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}

.ppc-v2-testimonials-section .owl-prev span:before {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--color-one);
	border-left: 2px solid var(--color-one);
	position: absolute;
	transform: rotate(-45deg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.ppc-v2-testimonials-section .owl-next span:before {
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid var(--color-one);
	border-right: 2px solid var(--color-one);
	position: absolute;
	transform: rotate(-45deg);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.ppc-v2-testimonials-section button.owl-prev {
	margin-right: 15px;
}

.ppc-v2-testimonials-section .owl-nav button:hover {
	background: var(--color-one) !important;
	color: #fff !important;
}

.ppc-v2-testimonials-section button:hover span:before {
	border-color: #fff;
}

/* Images Box Section */
.ppc-v2-services-list {
	justify-content: center;
	--bs-gutter-x: 70px;
}

.ppc-v2-image-box-content {
	padding: 40px 25px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	transition: all .5s ease;
}

.ppc-v2-image-box-img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.ppc-v2-image-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .5s ease;
}

.ppc-sb-services-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}

.ppc-v2-image-box {
	height: 650px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.ppc-v2-image-box:hover img {
	transform: scale(1.1);
}

.ppc-v2-images-box-section .html5lightbox {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Awards Section */
.ppc-v2-awards-slider .award-item {
	height: 140px;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	margin-left: 7px;
	margin-right: 7px;
}

.ppc-v2-awards-slider .award-item img {
	width: auto !important;
	height: auto;
	object-fit: contain;
	object-position: center;
}

.owl-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 25px;
}

button.owl-dot {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, .6) !important;
	border-radius: 50%;
	margin: 5px;
}

button.owl-dot.active {
	background: rgba(0, 0, 0, 1) !important;
}

.ppc-sidebar-form {
	background: rgba(191, 191, 191, .35);
	padding: 25px;
}

.sidebar-form-title {
	font-size: 28px;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

.ppc-sidebar-form .form-control {
	padding: 10px;
	border-radius: 0;
	border: 1px solid #fff;
	background: #fff;
	color: #000;
}

body input.wpcf7-submit.ppc-btn:hover {
	background-color: transparent;
	border-color: var(--btn-bg-color);
	color: var(--btn-bg-color);
}

.ppc-page-with-sidebar .bg-image-with-content {
	background-position: center right;
}

.powered-logo img {
	max-width: 200px;
}

.ppc-sidebar-form .zcwf_lblRight .zcwf_col_lab {
	width: 100%;
	text-align: left;
}

.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld input[type = text], .ppc-sidebar-form  input[type = password], .ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld textarea {
	width: 100%;
}

.ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld_slt, .ppc-sidebar-form .zcwf_lblRight .zcwf_col_fld {
	width: 100%;
}

.page-id-2192 .image-with-video-content {
	background-color: rgba(235, 243, 248, .8) !important;
}

.image-with-video-content .description iframe {
	width: 100%;
	height: 500px;
}

.page-id-2192 .image-with-video-content .description {
	background: #fff;
	padding: 25px;
	height: 100%;
}

.page-id-2192 .image-with-video-content .script-content {
	background: #fff;
	padding: 25px;
}

.page-id-2192 .image-with-video-content .script-content blockquote {
	margin-top: 0px;
}

.privacy {
	text-align: left;
}

.privacy a {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.acceptance {
	text-align: left;
	padding-left: 0px;
}

.radio-group {
	text-align: left;
}

.address-title {
	font-size: 21px;
	font-weight: 600;
}

.ppc-address-box {
	padding: 30px 15px;
	border: 1px solid #ddd;
	height: 100%;
}

.ppc-address-list {
	padding-top: 15px;
	padding-bottom: 15px;
}

.address-phone a {
	color: var(--color-one);
	text-decoration: none;
}

.address-phone a:hover {
	color: #000;
}

/* Services Section */
.ppc-v2-services-list {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
}

.ppc-v2-services-list .item {
	flex: 1 1 25%;
	transition: flex-basis .45s ease-in-out;
	position: relative;
	overflow: hidden;
}

.ppc-v2-services-list .item.active {
	flex: 1 1 70%;
}

.ppc-v2-services-list .inner {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	overflow: hidden;
	height: 600px;
	position: relative;
	z-index: 1;
}

.ppc-v2-services-list .inner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.8%, rgba(0, 0, 0, .8) 100%);
	z-index: 1;
}

.ppc-v2-services-list .inner:hover:before {
	background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(0, 0, 0, .7) 57.19%);
}

.Green .ppc-v2-services-list .inner:hover:before, .green .ppc-v2-services-list .inner:hover:before {
	background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(90, 168, 67, .9) 57.19%);
}

.blue .ppc-v2-services-list .inner:hover:before {
	background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(33, 150, 170, .9) 57.19%);
}

.royal_blue_dark .ppc-v2-services-list .inner:hover:before {
	background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(0, 74, 135, .8) 57.19%);
}

.purple .ppc-v2-services-list .inner:hover:before {
	background: linear-gradient(180deg, rgba(26, 66, 109, 0) 25.8%, rgba(130, 0, 128, .8) 57.19%);
}

.ppc-v2-services-list .service-image-title {
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 1;
	transform-origin: left bottom;
	transition: opacity .2s ease-in-out;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
	padding: 20px;
}

.ppc-v2-services-list .service-image-title span {
	font-size: 75%;
}

.ppc-v2-services-list .service-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.ppc-v2-services-list .service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ppc-v2-services-list .service-detail {
	width: 100%;
	padding: 35px;
	border-radius: 15px;
	opacity: 0;
	transition: opacity .4s ease-in-out;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	color: #fff;
	visibility: hidden;
}

.ppc-v2-services-list .name {
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.ppc-v2-services-list .name span {
	font-size: 75%;
}

.ppc-v2-services-list .desc {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
}

.ppc-v2-services-list .item.active .service-image-title {
	opacity: 0;
}

.ppc-v2-services-list .item.active .service-detail {
	opacity: 1;
	visibility: visible;
	transition-delay: .3s;
}

.ppc-v2-services-list .btn {
	padding: 10px;
	margin-top: 20px;
	font-size: 16px;
	text-transform: uppercase;
}

/* ================================= FAQS CSS ============================== */
.FAQs-section .faq-title {
	background: transparent;
	color: #000;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	font-size: 18px;
}

.FAQs-section .accordion-item.faq-card {
	border: 0px;
	background: transparent;
	margin-bottom: 20px;
}

.FAQs-section .accordion-body {
	padding: 15px 10px;
	color: #616161;
	font-size: 16px;
}

.FAQs-section .accordion-button::after {
	background-image: url("https://www.memorialparkpsychiatry.com/wp-content/uploads/2024/03/plus.png");
	background-size: 14px;
	transform: none;
	transition: none;
}

.FAQs-section .accordion-button:not(.collapsed)::after {
	background-image: url("https://www.memorialparkpsychiatry.com/wp-content/uploads/2024/03/minus.png");
}

.FAQs-section .faq-title:hover {
	cursor: pointer;
	color: #cf9d58;
}

.ppc-footer.text-white * {
	color: #fff;
}

.ppc-footer.text-white .ppc-address-list svg path {
	stroke: #fff;
}

.ppc-footer.text-white .ppc-v2-footer-social-links svg path {
	fill: #fff;
}

.description ul, .ppc-v2-description ul {
	list-style: disc;
}

.description ol {
	list-style: auto;
}

.new-content {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}

b, strong {
	font-weight: 700;
}

.ppc-v2-banner-form .zf-frmTitle {
	margin: 0 !important;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
}

.zf-templateWrapper ul {
	padding: 0;
	margin: 0;
}
