/* Inner Banner CSS Start */
html, .page-template-landing-page {
    height: 100%;
}
.page-template-landing-page {
    /* font-family: "Merriweather", serif; */
    font-family: "Montserrat", sans-serif;
}
.page-template-landing-page .container {
    max-width: 60rem;
    margin: 0 auto;
}
/* header css */
.page-template-landing-page .landing-page-header .container .row {
    display: flex;
    align-items: center;
}
.landing-page-header {
    background: rgba(255, 255, 255, .8);
    width: 100%;
    transition: .5s;
    padding: 12px 0px;
}
.landing-page-header .logo-wrapper a {
    display: inline-block;
}

.landing-page-header .logo-wrapper {
    width: 100%;
}

.landing-page-header .logo-wrapper a img {
    width: auto;
    max-width: 100%;
}

.landing-page-header .header-location-item a {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    font-family: "Merriweather", serif;
    color: #37465a;
    margin: 0 10px;
    background-image: url(../img/location-grey.webp);
    text-decoration: none;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 15px center;
}

.landing-page-header .header-location-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page-header .header-logo-item {
    display: flex;
    align-items: center;
    width: 100%;
}

.landing-page-header .header-logo-item a {
    display: inline-block;
}

.landing-page-header .header-logo-item a img {
    width: auto;
}
/* header css */
/* Home banner css */
.inner-banner-section {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    color: #fff;
    background-color: #000;
    padding-top: 0;
    padding-bottom: 50px;
}
.page-id-1641 .inner-banner-section{
    max-height:35rem;
}
.inner-banner-section:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    opacity: 0.56;
    background-color: #FFFFFF;
    display: block;
}
.inner-banner-section .container {
    z-index: 1;
}
.inner-banner-section .row {
    max-width: 1000px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}
.inner-banner-section .banner-content {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.inner-banner-section .banner-heading {
    color: #37465A;
    position: relative;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: "Merriweather", serif;
    line-height: 5.5rem;
    font-size: 4.5201rem;
}
.inner-banner-section .banner-small-title {
    line-height: 2.8125rem;
    font-size: 1.7337rem;
    color: #37465A;
    font-family: "Merriweather", serif;
    margin-bottom: 30px;
}

.inner-banner-section .home-banner-bg {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
}
.headline {
    font-family: "Merriweather", serif;
    font-weight: 700;
    color: #37465a;
    line-height: 4.375rem;
    font-size: 2.7245rem;
}
.inner-banner-wrap {
    width: 100%;
    position: relative;
}
.inner-banner-wrap  .banner-btn-wrap {
    width: 100%;
    margin-top: 5px;
}
.site-btn {
    border: 2px solid #EAE2D5;
    background: #6B7386;
    color: #FFFFFF;
    font-size: 1.2384rem;
    font-weight: 400;
    height: 2.6875rem;
    border-radius: 22px;
    display: inline-block;
    text-decoration: none;
    min-width: 248px;
    text-align: center;
    margin: 0;
    padding: 7px;
    line-height: normal;
}
.site-btn:hover {
    background: #37465A;
    color: #FFFFFF;
}
.white-btn-link {
    background-color: #f5efe6;
    color: #37465a;
    font-size: 0.9907rem;
    -webkit-box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
    box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
    border: 2px solid #6b7386;
    font-weight: 400;
    width: 13.75rem;
    height: 2.6875rem;
    cursor: pointer;
    padding: 10px;
}
.white-btn-link:hover {
    background-color: #e2d6c9;
    color: #37465a;
}

/* Banner css end */
/* footer css */
.landing-page-footer {
    background-color: #28272a;
    background: url(../img/footer-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
    padding: 30px 15px;
}
.footer-site-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-site-logo a img {
    height: auto;
    width: auto;
}

.footer-site-logo a {
    display: inline-block;
    width: auto;
}

.footer-site-logo p {
    margin: 0;
    color: #fff;
}
/* footer css */


/* location section css */
.section-pd {
    padding: 70px 15px;
}
.white-color-sec *, .white-color-sec .headline, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5, .white-color-sec h6, .white-color-sec p a, .white-color-sec p, .white-color-sec ul li, .white-color-sec ul li a {
    color: #fff;
}
.footer-location-section {
    background: #6b7386;
    width: 100%;
    position: relative;
    padding-bottom: 110px;
}
.footer-location-section .container {
    position: relative;
}
.footer-location-section .container:after {
    background: url(../img/gold-leaf-01.webp);
    text-decoration: none;
    padding-left: 42px;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: -110px;
    right: -50px;
    height: 284px;
    width: 161px;
}
.location-iframe-wrap {
    width: 100%;
    position: relative;
}

.location-iframe-wrap iframe {
    width: 325px;
    height: 150px;
}
.footer-location-section .headline {
    margin-bottom: 30px;
}
.location-item-wrap {
    display: block;
    position: relative;
    width: 100%;
    background: url(../img/location-white.webp);
    text-decoration: none;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 0 8px;
    margin-bottom: 40px;
}
.footer-location-info-sec {
    width: 100%;
}
.footer-location-info-sec {
    width: 100%;
    padding-left: 80px;
}
/* location section css */

/* Testimonial css */
.testimonial-section-wrap {
    width: 100%;
    position: relative;
    background: #F5EFE6;
}
.testimonial-item-col {
    margin-top: 40px;
    position: relative;
}
.testimonial-content-wrap {
    width: 53%;
    margin-left: auto;
    position: relative;
    padding-top: 40px;
}
.testimonial-content-wrap:before {
    position: absolute;
    height: 1px;
    width: 90%;
    background:  #6B7386;
    content: "";
    left: 0;
    top: 0;
}
.testimonial-item-col:nth-child(even) .testimonial-content-wrap {
    margin-left: inherit;
    margin-right: auto;
}
.testimonial-content-wrap .testimonial-client-name {
    line-height: 3.625rem;
    font-size: 2.2291rem;
    color: #384051;
    font-weight: 700;
    font-family: "Merriweather", serif;
    font-style: italic;
    text-align: right;
}
.testimonial-content-wrap .testimonial-name {
    line-height: 2.375rem;
    font-size: 1.4861rem;
    color: #384051;
    font-style: italic;
    display: inline-block;
    position: relative;
}
.testimonial-content-wrap .testimonial-name:before {
    content: "";
    background-image: url(../img/icon-quote-start.webp);
    text-decoration: none;
    background-repeat: no-repeat;
    position: absolute;
    height: 81px;
    width: 115px;
    background-size: contain;
    background-position: center;
    left: -80px;
    opacity: 0.3;
}
.testimonial-content-info p {
    line-height: 1.8125rem;
    font-size: 0.9907rem;
}
.testimonial-content-wrap .testimonial-content-info {
    margin-top: 15px;
}
.testimonial-item-col:first-child {
    margin-top: 0;
}
.testimonial-item-col:first-child .testimonial-content-wrap {
    padding: 0;
}
.testimonial-item-col:first-child .testimonial-content-wrap:before {
    padding: 0;
    opacity: 0;
    display: none;
}
.testimonial-item-col:nth-child(3) .testimonial-content-wrap {
    padding-left: 48px;
    position: relative;
    right: 0px;
}
/* Testimonial css */

/* Depression Treatment Section CSS */
.depression-treatment-section {
    background: #6B7386;
    width: 100%;
    position: relative;
}
.depression-treatment-section .depression-name {
    line-height: 1.8125rem;
    font-size: 1.1146rem;
    font-weight: 700;
    font-family: "Merriweather", serif;
    margin: 20px 0;
}
.depression-treatment-section .depression-icon {
    width: 51px;
    height: 51px;
}
.depression-treatment-section .depression-icon img {
    width: auto;
}
.depression-list-row .depression-item-col {
    margin-top: 30px;
    padding-right: 50px;
}
.depression-list-row .depression-item-col.first-info-item-col .depression-content-wrap {
    width: 296px;
}
.depression-treatment-section .container  {
    position: relative;
    z-index: 1;
}

.depression-treatment-section .container:after {
    background: url(../img/gold-leaf-04.webp);
    text-decoration: none;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: -95px;
    left: -120px;
    height: 468px;
    width: 192px;
}
.depression-treatment-section .container .depression-list-row {
    padding-left: 75px;
}

/* form css */
.banner-contact-form-id {
    border: 0.0625rem solid #EAE2D5;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    background: rgb(243, 246, 254);
    box-shadow: rgba(93, 93, 93, 0.25) 4px 4px 4px 0;
    width: 378px;
    position: absolute;
    right: 0;
    padding: 25px;
    top: -175px;
}
.banner-contact-form-id:before {
    background: url(../img/gold-leaf-01.webp);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 10px;
    left: -82px;
    height: 246px;
    width: 121px;
    background-size: contain;
    z-index: 0;
}
.banner-contact-form-id:after {
    background: url(../img/gold-leaf-02.webp);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -10px;
    right: -62px;
    height: 242px;
    width: 162px;
    background-size: contain;
    z-index: 0;
}
.banner-contact-form-id .wpcf7 {
    position: relative;
    width: 100%;
    z-index: 1;
}
.banner-contact-form-id .form-content-wrap {
    width: 100%;
    position: relative;
}
.banner-contact-form-id .form-content-wrap .headline p {
    line-height: 2.25rem;
    font-size: 1.8576rem;
    color: #6b7386;
}
.banner-contact-form-id .form-content-wrap .appointment-text {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 55px;
}
.banner-contact-form-id .form-content-wrap .appointment-text, .banner-contact-form-id .form-content-wrap .appointment-text p {
    line-height: 1.375rem;
    font-size: 1.0rem;
    color: #6b7386;
}
.banner-contact-form-id .form-group .wpcf7-form-control-wrap input {
    color: #000000;
    background-color: #FFFEFD;
    border-color: #A3BAC6;
    height: 43px;
    padding-left: 10px;
}
.banner-contact-form-id .wpcf7 .form-btn-col .wpcf7-form-control.submit-btn {
    border: 2px solid #EAE2D5;
    background: #6B7386;
    color: #FFFFFF;
    font-size: 1.1146rem;
    font-family: Montserrat;
    font-weight: 500;
    font-style: normal;
    height: 3.1875rem;
    width: 20rem;
    border-radius: 32px;
}
.banner-contact-form-id .wpcf7 .form-btn-col .wpcf7-form-control.submit-btn:hover {
    background: #37465A;
    color: #FFFFFF;
}
.banner-contact-form-id .wpcf7 .form-group .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -12px;
    font-size: 10px;
    padding: 0px 3px;
    height: 13px;
    line-height: 13px;
    text-shadow: none;
}
.banner-contact-form-id .wpcf7 .wpcf7-response-output {
    display: none;
    opacity: 0;
}
/* Depression Treatment Section CSS */
/* insurance logo Section CSS */
.insurance-logo-info-sec {
    position: relative;
    max-width: 856px;
    margin: 0 auto;
}
.insurance-logo-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.insurance-logo-row .insurance-logo-col {
    padding: 10px 12px;
    width: 11.1111111111111%;
    text-align: center;
}
.insurance-logo-row .insurance-logo-col img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.site-btna:focus, .site-btna:active {
    color: #fff;
}
/* insurance logo Section CSS */

/* popup css */
.popup-insurance-content {
    width: 100%;
    position: relative;
}
.popup-insurance-content h3 {
    color: #37465a;
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Merriweather", serif;
    line-height: 2.5625rem;
    font-size: 2.1053rem;
}
.popup-insurance-content ul {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 25px;
}
.popup-insurance-content ul li {
    color: #37465A;
    line-height: 1.6875rem;
    font-size: 1.0489rem;
}
.popup-insurance-content p {
    line-height: 1.625rem;
    font-size: 0.9907rem;
    color: #37465A;
}
.modal .modal-content .modal-header {
    border: none;
    margin: 0;
    padding: 0;
    padding-top: 10px;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}

.linklist ul li ul {
    position: relative;
}
.linklist ol li, .linklist ul li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    top: 6px;
    content: "";
    width: 15px;
    height: 15px;
    background: #e5d8c7;
    border-radius: 100%;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 30px;
    height: 30px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: #37465a;
    border-radius: 45px;
    z-index: 1;
}
.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #46658e
}

.close-btn:before,.close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #fff;
    right: 0;
    margin: auto;
    top: 14px
}
.close-btn:hover:before,.close-btn:hover:after {
    opacity: 1;
    background-color: #fff
}
.close-btn:before {
    transform: rotate(45deg)
}
.close-btn:after {
    transform: rotate(-45deg)
}
.popup-form-content {
    width: 100%;
    position: relative;
    height: 510px;
}
.popup-form-content iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}
/* popup css */
/* advanced therapy content css */
.advanced-therapy-content-section {
    background: rgb(56, 64, 81);
    width: 100%;
    position: relative;
}
.advanced-therapy-content-section .headline {
    line-height: 3.5rem;
    font-size: 2.1672rem;
}

.small-heading {
    line-height: 2.375rem;
    font-size: 1.4861rem;
    font-style: italic;
}
.therapy-logo-row .therapy-logo-col {
    text-align: center;
    margin-top: 150px;
}
.therapy-logo-img-and-info {
    border: .0625rem solid #eae2d5;
    border-radius: .25rem;
    background: #6b7386;
    max-width: 233px;
    text-align: center;
    padding: 20px 25px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
    height: 11.625rem;
    width: 14.5625rem;
}
.therapy-logo-img-and-info .therapy-logo-heading {
    line-height: 2rem;
    font-size: 1.2384rem;
    margin-top: 15px;
}
.therapy-logo-img-and-info .therapy-logo-item {
    border: .1875rem solid #ffd18c;
    background: #fff;
    opacity: .65;
    height: 10.9375rem;
    width: 10.9375rem;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: -110px;
    border-radius: 50%;
}
.therapy-logo-img-and-info .therapy-logo-item img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 15px;
}
.therapy-info-wrap {
    width: 100%;
    position: relative;
    max-width: 370px;
}
.therapy-info-wrap .therapy-name {
    line-height: 2.8125rem;
    font-size: 1.7337rem;
    color: #f5efe6;
    font-weight: 700;
    font-family: "Merriweather", serif;
    border-bottom: 1px solid #FFD18C;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.therapy-info-wrap p {
    line-height: 1.625rem;
    font-size: 0.9907rem;
}
.therapy-list-col {
    margin-top: 90px;
}
.therapy-list-col:last-child .therapy-info-wrap {
    text-align: right;
    margin-left: auto;
}
.therapy-info-wrap:after {
    background: url(../img/gold-leaf-15.webp);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -73px;
    left: -58px;
    height: 133px;
    width: 61px;
    background-size: contain;
    z-index: 0;
    background-position: top;
}
.therapy-list-col:last-child .therapy-info-wrap:after {
    background: url(../img/gold-leaf-07.webp);
    right: -60px;
    left: inherit;
    height: 133px;
    width: 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    top: -78px;
}
.popup-form-button .site-btn.white-btn-link {
    color: #37465a;
}
.popup-form-button {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* advanced therapy content css */

/* Team section css */
.team-info-sec {
    width: 850px;
    margin: 0 auto;
    position: relative;
}
.team-col-item {
    margin-top: 50px;
    display: flex;
    position: relative;
    z-index: 1;
}
.team-info-wrapper {
    border: 0;
    border-radius: .25rem;
    background: #6b7386;
    box-shadow: rgba(93, 93, 93, .25) 2px 0 4px 0;
    width: 100%;
    position: relative;
    max-width: 389px;
    padding: 30px;
    padding-bottom: 90px;
}
.team-info-wrapper .team-name {
    line-height: 2rem;
    color: #fff;
    font-size: 1.2384rem;
    font-family: "Merriweather", serif;
    font-weight: 700;
}

.team-info-wrapper .team-designation {
    line-height: 1.625rem;
    font-size: 0.9907rem;
    color: #fff;
}
.team-info-wrapper .team-image {
    text-align: center;
    margin-bottom: 30px;
}
.team-info-wrapper .team-image img {
    width: 12.5rem;
    height: 18.75rem;
    border-radius: 8px;
}
.team-info-wrapper .team-info {
    margin-top: 20px;
    border-top: 1px solid #FFD18C;
    padding-top: 20px;
}

.team-info-wrapper .team-info, .team-info-wrapper .team-info p {
    line-height: 1.625rem;
    font-size: 0.9907rem;
    color: #fff;
}
.team-info-wrapper .team-btn {
    margin-top: 30px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-info-wrapper .team-btn .site-btn {
    border: 2px solid #6B7386;
    background: #F5EFE6;
    color: #37465A;
    font-size: 0.9907rem;
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    border-radius: 32px;
    box-shadow: 0 1px 3px rgba(1, 1, 1, 0.5);
    width: 192px;
    height: 47px;
    line-height: normal;
    padding: 11px;
    display: block;
    max-width: inherit;
    min-width: inherit;
}
.team-row .team-col-item:last-child {
    justify-content: flex-end;
    z-index: 0;
}
.team-row .team-col-item:first-child .team-info-wrapper:before {
    background: url(../img/gold-leaf-06.webp);
    right: -90px;
    left: inherit;
    height: 263px;
    width: 157px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    bottom: 78px;
    content: "";
    position: absolute;
    z-index: -1;
}
.team-info-wrapper:after {
    background: url(../img/gold-leaf-01.webp);
    left: -109px;
    height: 321px;
    width: 158px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    top: 120px;
    content: "";
    position: absolute;
}
.team-row .team-col-item:last-child .team-info-wrapper:after {
    background: url(../img/gold-leaf-02.webp);
    right: -167px;
    left: inherit;
    height: 329px;
    width: 202px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    top: -38px;
    content: "";
    position: absolute;
}
.team-info-wrapper .team-btn .site-btn:hover {
    background: #EAE2D5;
    color: #37465A;
}
.team-content-section {
    background: #f5efe6;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top: 10px solid #EAE2D5;
    z-index: 0;
}
/* Team section css */
/* Staff Section CSS */
.staff-content-section {
    background-color: #515c6e;
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 15px;
}
.staff-content-section:after {
    opacity: 0.76;
    background-color: #384051;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    z-index: 0;
    width: 100%;
    height: 100%;
}
.staff-content-section .container-fluid {
    z-index: 1;
    position: relative;
}
.staff-content-section .staff-name {
    color: #37465a;
    text-align: center;
    line-height: 1.3125rem;
    font-size: .8161rem;
    font-family: "Merriweather", serif;
    font-weight: 700;
    padding: 10px;
    height: 83px;
    display: flex
        ;
    align-items: center;
    justify-content: center;
}
.staff-content-section .staff-info-wrapper {
    border-radius: 0 0 .25rem .25rem;
    background: #f5efe6;
    width: 100%;
    text-align: center;
}
.staff-content-section .staff-col-item {
    display: flex;
}
.staff-row-list {
    max-width: 1160px;
    margin: 0 auto;
}

.staff-row-list .staff-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.staff-row-list .staff-image img {
    width: 100%;
    height: 203px;
    object-fit: cover;
    object-position: top center;
}
.staff-row-list .staff-image:after {
    border: 0.0625rem solid #FFD18C;
    border-radius: 0.125rem 0.125rem 0.125rem 0.125rem;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: calc(100% - 0px);
    width: calc(100% - 10px);
    top: 5px;
    margin: auto;
    border-bottom: none;
}
/* Staff Section CSS */
@media screen and (max-width: 1199px) {
    :root {
        font-size: 1.33vw;
    }
    .page-template-landing-page {
        overflow-x: hidden;
    }
    .headline {
        line-height: 3.375rem;
        font-size: 2.4rem;
    }
    .inner-banner-section {
        position: relative;
        background-color: #000;
        padding-bottom: 70px;
        height: 620px;
    }
    .landing-page-header .header-location-item a {
        line-height: normal;
        font-size: 14px;
        padding-bottom: 6px;
        padding-top: 6px;
    }
    .inner-banner-section .banner-small-title {
        line-height: 34px;
        font-size: 18px;
    }
    .insurance-logo-section .insurance-logo-info-sec {
        max-width: 100%;
    }
    .white-btn-link, .site-btn {
        height: 42px;
    }
    .footer-location-info-sec {
        padding-left: 0;
    }
    .location-item-col:first-child {
        padding-right: 25px;
    }
    .location-item-col:last-child {
        padding-left: 25px;
    }
    .footer-location-section .container:after {
        padding-left: 0;
        right: -70px;
    }
    .depression-treatment-section .container, .testimonial-section-wrap .container, .page-template-landing-page .container {
        max-width: 817px;
    }
    .team-info-sec {
        width: 100%;
        max-width: 730px;
    }
    .team-info-wrapper {
        max-width: 331px;
    }
    .team-row .team-col-item:last-child .team-info-wrapper:after {
        right: -142px;
        height: 280px;
        width: 172px;
    }
    .therapy-logo-row .therapy-logo-col:first-child .therapy-logo-img-and-info {
        margin-right: inherit;
        margin-left: auto;
    }
    .therapy-logo-row .therapy-logo-col:last-child .therapy-logo-img-and-info {
        margin-right: auto;
        margin-left: inherit;
    }
    .therapy-list-row.row {
        padding: 0 36px;
    }
    .testimonial-section-wrap .container {
        max-width: 720px;
    }
    .testimonial-content-wrap .testimonial-name {
        font-size: 1.3rem;
    }
    .testimonial-content-wrap .testimonial-name:before {
        height: 63px;
        width: 95px;
        left: -75px;
    }
    .page-id-1641 .inner-banner-section {
        max-height: 40rem;
    }
}
@media screen and (max-width: 1024px){
.insurance-listing-div {
    margin-top: 240px;
    padding-left: 0;
}
	.insurance-listing-div ul {
    column-count: 2;
}
}
@media screen and (max-width: 991px) {
    .depression-treatment-section .container, .testimonial-section-wrap .container, .page-template-landing-page .container {
        max-width: 650px;
    }
    .landing-page-header .header-location-item a {
        font-size: 13px;
        padding-bottom: 10px;
        padding-top: 10px;
        padding-left: 26px;
        background-position: 0;
        margin: 0 6px;
    }
    .banner-contact-form-id {
        width: 286px;
    }
    .depression-list-row .depression-item-col.first-info-item-col .depression-content-wrap {
        width: 195px;
    }
    .landing-page-header.sticky {
        top: 0px;
        transition: .5s;
    }
    .team-info-wrapper {
        max-width: 250px;
    }
    .team-content-section .container {
        max-width: 612px !important;
    }
    .team-info-sec {
        max-width: 550px;
    }
    .team-info-wrapper:after {
        left: -66px;
        height: 204px;
        width: 100px;
    }
    .team-row .team-col-item:first-child .team-info-wrapper:before {
        right: -58px;
        height: 167px;
        width: 100px;
    }
    .team-row .team-col-item:last-child .team-info-wrapper:after {
        right: -105px;
        height: 210px;
        width: 128px;
    }
    .footer-location-section {
        overflow: hidden;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-location-section .container {
        max-width: 612px;
    }
    .footer-location-section .container:after {
        padding-left: 0;
        height: 181px;
        width: 100px;
        background-size: contain;
        bottom: -40px;
        right: -70px;
    }
    .footer-location-info-sec {
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonial-section-wrap .container{
        max-width: 612px;
    }
    .staff-row-list {
        max-width: 100%;
    }
    .staff-content-section .staff-col-item {
        display: flex;
        margin-top: 15px;
    }
    .staff-row-list .staff-image img {
        height: auto;
    }
    .staff-content-section {
        padding-bottom: 70px;
        padding-top: 50px;
    }
	.insurance-listing-div {
    margin-top: 30px;
    padding-left: 0;
}
	.insurance-listing-div ul {
    column-count: 1;
}
}
@media screen and (max-width: 767px) {
    .landing-page-header .header-logo-item a img {
        width: auto;
        height: 70px;
        object-fit: contain;
    }
    .depression-treatment-section .container, .testimonial-section-wrap .container, .page-template-landing-page .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .landing-page-header .header-logo-item {
        justify-content: space-between;
    }
    .banner-contact-form-id {
        width: calc(100% - 165px);
        position: relative;
        left: inherit;
        right: inherit;
        margin: 0 auto;
        top: inherit;
    }
    .headline {
        line-height: 40px;
        font-size: 26px;
    }
    .banner-contact-form-id {
        margin-bottom: 40px;
    }
    .depression-treatment-section .headline {
        text-align: center;
    }
    .depression-treatment-section .container .depression-list-row {
        padding-left: 0;
    }
    .depression-list-row .depression-item-col {
        padding-right: 15px;
        padding-left: 15px;
    }
    .depression-treatment-section .depression-name {
        margin: 20px 0;
        line-height: 24px;
        font-size: 18px;
    }
    .depression-content-info p {
        font-size: 16px;
    }
    .depression-treatment-section .depression-icon {
        margin-left: auto;
        margin-right: auto;
    }
    .depression-content-wrap {
        text-align: center;
    }
    .depression-list-row .depression-item-col.first-info-item-col .depression-content-wrap {
        width: 100%;
        text-align: center;
    }
    .depression-treatment-section .container:after {
        display: none;
        opacity: 0;
    }
    .therapy-logo-row .therapy-logo-col:first-child .therapy-logo-img-and-info, .therapy-logo-row .therapy-logo-col .therapy-logo-img-and-info {
        margin-right: auto;
        margin-left: auto;
        max-width: 320px;
        height: auto;
        width: 320px;
    }
    .therapy-logo-img-and-info .therapy-logo-item {
        height: 160px;
        width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
    .therapy-logo-img-and-info .therapy-logo-heading {
        line-height: 30px;
        font-size: 20px;
        margin-top: 15px;
    }
    .therapy-logo-row .therapy-logo-col:last-child .therapy-logo-img-and-info {
        margin-right: auto;
        margin-left: auto;
    }
    .therapy-info-wrap p {
        line-height: 24px;
        font-size: 14px;
    }
    .therapy-info-wrap .therapy-name {
        line-height: normal;
        font-size: 20px;
    }
    .therapy-info-wrap {
        width: 100%;
        position: relative;
        max-width: 100%;
    }
    .white-btn-link, .site-btn {
        font-size: 16px;
    }
    .popup-form-button + .row p {
        font-size: 14px;
    }
    .logo-right-wrapper {
        display: flex;
        padding-left: 15px;
    }
    .banner-contact-form-id .form-content-wrap .headline p {
        line-height: 24px;
        font-size: 18px;
        margin: 0;
    }
    .banner-contact-form-id .form-content-wrap .appointment-text {
        line-height: 22px;
        font-size: 14px;
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .banner-contact-form-id .form-group .wpcf7-form-control-wrap input {
        height: 43px;
        font-size: 14px;
    }
    .insurance-logo-row {
        justify-content: center;
    }
    .insurance-logo-row .insurance-logo-col {
        width: 25%;
    }
    .advanced-therapy-content-section .headline {
        line-height: 40px;
        font-size: 26px;
    }
    .small-heading {
        line-height: 24px;
        font-size: 16px;
    }
    .team-info-sec {
        max-width: 350px;
    }
    .team-info-sec .team-info-wrapper {
        max-width: 100%;
    }
    .team-info-wrapper .team-name {
        font-size: 18px;
        line-height: 24px;
    }
    .team-info-wrapper .team-designation {
        line-height: normal;
        font-size: 14px;
        margin-top: 4px;
    }
    .team-info-wrapper .team-info, .team-info-wrapper .team-info p {
        line-height: 24px;
        font-size: 14px;
    }
    .team-info-wrapper .team-btn .site-btn {
        font-size: 16px;
    }
    .section-pd {
        padding: 40px 0px;
    }
    .headline br {
        display: none;
    }
    .team-info-wrapper .team-image img {
        width: 200px;
        height: 300px;
    }
    .testimonial-content-info p {
        line-height: 24px;
        font-size: 14px;
    }
    .testimonial-content-wrap .testimonial-name {
        font-size: 20px;
        line-height: normal;
    }
    .testimonial-content-wrap {
        width: 100%;
        padding-left: 70px !important;
    }
    .testimonial-item-col:first-child {
        margin-top: 40px;
    }
    .footer-site-logo p {
        font-size: 14px;
    }
    .footer-location-section .headline {
        text-align: center;
    }
    .footer-location-info-sec .location-item-col  {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    .footer-location-info-sec .location-item-col:last-child  {
        margin-bottom: 0px;
    }
    .footer-location-info-sec .location-item-col .location-item-wrap {
        display: block;
        position: relative;
        width: 100%;
        background-position: center 0px;
        margin-bottom: 40px;
        font-size: 14px;
        padding-left: 0px;
        max-width: 280px;
        padding-top: 50px;
        text-align: center;
    }
    .footer-location-info-sec .location-item-col .location-iframe-wrap {
        width: 100%;
        position: relative;
        max-width: 280px;
    }
    .footer-location-info-sec {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    .footer-location-section .container:after {
        bottom: -50px;
        right: 20px;
    }
    .footer-location-info-sec .location-item-col {
        padding-right: 15px;
        padding-left: 15px;
    }
    .testimonial-content-wrap .testimonial-client-name {
        line-height: normal;
        font-size: 25px;
    }
    .banner-contact-form-id .wpcf7 .form-btn-col .wpcf7-form-control.submit-btn {
        font-size: 14px;
        font-style: normal;
        height: 43px;
        border-radius: 22px;
        width: 135px;
        margin-top: 20px;
    }
    .banner-contact-form-id .form-content-wrap .appointment-text, .banner-contact-form-id .form-content-wrap .appointment-text p {
        line-height: normal;
        font-size: 14px;
        text-align: center;
    }
    .landing-page-header {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .m-copy-right-info p {
        font-size: 14px;
    }
	.insurances-listing ul li span {
    position: relative;
}
	.insurance-listing-div {
    text-align: center;
}
}
@media screen and (max-width: 400px) {
    .banner-contact-form-id:after, .banner-contact-form-id:before, .team-row .team-col-item:last-child .team-info-wrapper:after, .team-info-wrapper:after, .team-row .team-col-item:first-child .team-info-wrapper:before {
        display: none;
        opacity: 0;
    }
    .therapy-info-wrap:after {
        top: -43px;
        left: -48px;
        height: 83px;
        width: 51px;
    }
    .therapy-list-col:last-child .therapy-info-wrap:after {
        right: -40px;
        left: inherit;
        height: 103px;
        width: 60px;
        top: -52px;
    }
    .banner-contact-form-id {
        width: 100%;
        top: inherit;
    }
    .banner-contact-form-id .wpcf7 .form-btn-col .wpcf7-form-control.submit-btn {
        line-height: normal;
    }
    .banner-contact-form-id .wpcf7 .form-btn-col .wpcf7-form-control.submit-btn {
        width: 100%;
    }
}
