:root {
    --primary-color: #fcd893;
    --secondary-color: #fff;
    --background-color: #fff;
    --text-color: #000;
    --title-color: #0c4c7d;
    --link-color: #0c4c7d;
    --font-inter: "Inter", serif;
    --font-lato: "Lato", sans-serif;
    --base-p-font-size: clamp(18px, 1.5vw + 12px, 26px);
}

.fusion-fullwidth.fullwidth-box.fusion-builder-row-1.fusion-flex-container.has-pattern-background.has-mask-background.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.fusion-builder-row.fusion-row.fusion-flex-align-items-flex-start.fusion-flex-content-wrap {
    max-width: 100% !important;
}

main {
    font-family: var(--font-lato) !important;
    font-style: normal;
    /* letter-spacing: 0.1px; */
    font-variant-ligatures: none;
    /* padding-top: 100px; */
}

main h1 {
    font-size: 2.625rem !important;
    color: var(--title-color) !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 1.2% !important;
    font-weight: 700 !important;
    font-family: var(--font-inter) !important;
}

main h2,
main h4,
main h5,
main h6 {
    font-family: var(--font-lato) !important;
    color: #000 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 1.5 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
}

main h2 {
    font-size: 1.875rem !important;
    margin-bottom: 20px !important;
    font-family: var(--font-inter) !important;
}

main h3 {
    font-family: var(--font-lato) !important;
    font-size: 24px !important;
    color: var(--title-color) !important;
    line-height: 1.5 !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

main .with-the-therap-audit-qa-inner h3 {
    margin-top: 0px !important;
}

main .box h3 {
    margin-top: 15% !important;
    margin-bottom: 5px !important;
}

main .quotation-box h3,
main .with-therap-mobile-box h3 {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
}

main .with-therap-mobile-box h3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

main h4 {
    font-size: 17px !important;
}

main p {
    font-family: var(--font-lato) !important;
    color: var(--text-color) !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hero-section-top-text,
.app-store-section-title,
.inner-blue-title {
    font-weight: 600 !important;
    font-size: 26px !important;
    font-family: var(--font-lato) !important;
}

.inner-blue-title {
    font-size: 23px !important;
}

.with-therap-mobile-box .inner-blue-title {
    font-size: 17px !important;
}

.app-store-section-title,
.inner-blue-title {
    color: var(--link-color) !important;
}

.app-store-section-title {
    color: #000 !important;
    font-size: 17px !important;
}

.app-store-section-title {
    margin-bottom: 2.5% !important;
    margin-left: 0 !important;
}

main a {
    font-family: var(--font-lato) !important;
    font-size: 21px !important;
    color: var(--link-color) !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.container {
    max-width: 72.5rem !important;
    width: auto !important;
    margin: 0 auto;
    padding: 4rem 0;
    overflow: visible;
}

.hero-section,
.with-the-therap-audit-qa,
.designed-to-empower,
.quotation,
.faq {
    background: linear-gradient(0deg, #fcd893 0%, #fff 100%);
    padding: 0;
    text-align: center;
    /* position: relative; */
}

.hero-section {
    padding-bottom: 0;
    border-bottom: 2px solid #fed031;
    background-color: linear-gradient(0deg, #fcd893 0%, #fff 100%);
}

.with-the-therap-audit-qa {
    background: linear-gradient(0deg, #e6f0d1 34.13%, #fff 100%);
    padding-left: 0 !important;
}

.with-the-therap-audit-qa ul {
    padding-left: 5% !important;
}

.designed-to-empower,
.faq {
    background: #fff;
}

.designed-to-empower .designed-to-empower-inner {
    margin-top: 40px;
}

.quotation {
    background: #ffe8b9;
}

.hero-section-inner,
.with-the-therap-audit-qa-inner,
.designed-to-empower-inner,
.quotation-inner,
.faq-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    gap: 5%;
    /* inner should be 30% 70% */
    width: 100%;
    /* margin-top: 5%; */
    /* position: relative; */
}

.hero-section-inner {
    gap: 5%;

    padding: 0;
}

/* 
    .with-the-therap-audit-qa-inner,
    .designed-to-empower-inner {
        margin-top: 2.5%;
    } */

.with-the-therap-audit-qa-inner {
    padding-inline: 2%;
    gap: 2.5%;
}

.quotation-inner {
    margin-top: 0;
    margin-bottom: 2.5%;
}

.faq-inner {
    align-items: flex-start;
    margin-top: 0;
    gap: 2.5%;
}

.hero-section .left-container,
.with-the-therap-audit-qa .left-container,
.faq-inner .left-container,
.faq-inner .right-container {
    flex: 1;
}

.hero-section .left-container {
    flex: 1;
    position: relative;
}

.with-the-therap-audit-qa-inner .left-container {
    flex: 0.8;
}

.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-image-left {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-image-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-image-top-inner {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-image-bottom-inner {
    position: absolute;
    bottom: 25%;
    left: 80%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay-image-left .overlay-image-bottom-inner {
    position: absolute;
    bottom: -3%;
    left: 22%;
    transform: translateX(-50%);
}

.overlay-image img {
    height: 70px;
    width: auto;
    position: relative;
}

.overlay-image-right .overlay-image-top-inner img {
    right: -100%;
    bottom: 71%;
}

.overlay-image-right .overlay-image-bottom-inner img {
    left: 18%;
    bottom: 60%;
}

.with-the-therap-audit-qa .left-container {
    margin-bottom: auto;
}

.faq-inner .left-container,
.faq-inner .right-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-section .right-container {
    flex: 1;
}

.with-the-therap-audit-qa .right-container {
    flex: 1;
    justify-content: center;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: auto;
}

.contact-us-button {
    display: flex;
    background-color: #faa61c;
    border-radius: 50px;
    color: var(--text-color);
    margin-top: 2.8%;
    margin-bottom: 3%;
    font-weight: 600;
    width: fit-content;
    padding: 7px 35px;
    gap: 10px;
}

.contact-us-button span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--link-color);
    font-weight: 600;
}

.contact-us-button span svg {
    width: 25px;
}

.app-stores {
    display: flex;
    gap: 10%;
    margin-top: 27px;
    max-width: 95%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-inline: 0;
    flex-flow: column;
}

.app-stores-inner {
    /* display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8%; */
    /* flex: 1; */
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8%;
    /* flex: 1; */
    margin-right: 0%;
    margin-left: 20px;
}

span.app-stores-inner.app-store-logo {
    margin-right: 5px;
}

.app-stores-inner-section {
    display: flex;
    flex-flow: row;
    gap: 15%;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.app-stores-inner span {
    white-space: nowrap;
}

.app-stores-inner img {
    max-height: 22px;
    display: inline-block;
    vertical-align: text-top;
}

.app-stores-inner>span {
    font-size: 19px !important;
}

.app-stores p {
    margin-top: 10px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    width: 100%;
}

.with-therap-mobile-box {
    background: #fff;
    border: 2px solid #cde5a0;
    border-radius: 25px;
    padding: 40px;
    margin-top: 0;
    margin-top: -1rem;
    z-index: 1;
    position: relative;
}

.design-to-empower-3-box {
    display: flex;
    gap: 2.5%;
    margin-top: 30px;
}

.design-to-empower-3-box .box {
    background: #e6f0d1;
    border-radius: 20px;
    padding: 25px;
    flex: 1;
    text-align: center;
    border-radius: 25px;
    position: relative;
}

.design-to-empower-3-box .box.box1 {
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.83) 0%,
            rgba(251, 213, 137, 0.83) 100%);
    border: 2px solid var(--stroke-orange, #ffb92e);
}

.design-to-empower-3-box .box.box2 {
    background: linear-gradient(0deg, #e6f0d1 34.13%, #fff 100%);
    border: 2px solid #bddc80;
}

.design-to-empower-3-box .box.box3 {
    background: var(--yellow-gradient,
            linear-gradient(180deg,
                rgba(255, 255, 255, 0.83) 0%,
                rgba(251, 240, 137, 0.83) 100%));
    border: 2px solid var(--bright-yellow, #ffe000);
}

.design-to-empower-3-box .box img {
    position: absolute;
    width: 85px;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
}

.design-to-empower-3-box .box p {
    margin-top: 10px;
}

.quotation {
    position: relative;
}

.quotation-2-box {
    display: flex;
    gap: 2.5%;
    /* margin-top: 10px;
        margin-bottom: 10px; */
    text-align: center;
}

.quotation-2-box .quotation-box {
    background: #fff;
    border: 2px solid #fed031;
    border-radius: 25px;
    padding: 30px 35px;
    flex: 1;
}

.quotation-mark {
    position: absolute;
    width: 70px;
    opacity: 1;
}

.quotation-mark.quotation-mark-left {
    transform: scaleX(1);
    top: 25%;
    left: 15%;
}

.quotation-mark-right {
    left: auto;
    bottom: 15%;
    right: 15%;
    transform: scaleX(-1);
}

.quotation-mark img {
    width: 100%;
}

.quotation-box-headshot {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    gap: 20px;
    margin-bottom: 20px;
}

.quotation-box-headshot.top-container-headshot {
    margin-top: 15px;
    margin-bottom: 0;
    justify-content: center;
}

.quotation-headshot-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.quotation-box p {
    text-align: left;
}

.quotation-box p.quotation-box-text {
    position: relative;
}

.quotation-box p.quotation-box-text::before {
    content: "";
    position: absolute;
    /* background-image: url(https://www.therapservices.net/images/2025-home/icon-quote-left.svg); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: -1rem;
    left: -1rem;
    opacity: 0.4;
    z-index: 1;
}

.quotation-headshot-image img {
    max-width: 80px;
}

.quotation-box p.quotation-name {
    font-weight: 600 !important;
    font-size: 19px !important;
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 30px;
    text-align: left;
    background: linear-gradient(180deg, #f5f9e7 0%, #ecf4d3 100%);
    border: 1px solid #bddc80;
    border-radius: 15px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.faq-question .faq-dropdown-icon {
    transform: rotate(180deg);
    width: 15px;
}

.faq-dropdown-icon {
    transition: transform 0.3s ease;
}

.faq-question.active .faq-dropdown-icon {
    transform: rotate(0deg);
}

p.faq-answer {
    margin-top: 2% !important;
}

main ul {
    margin-bottom: 7%;
}

main ul li {
    /* margin-bottom: 1.3vw; */
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
}

main ul li h3 {
    margin-top: 0px;
}

main ul li p {
    padding-top: 0.7%;
}

main ul li::marker {
    color: var(--link-color);
    font-size: 27px;
    line-height: 1;
}

.with-the-therap-audit-qa-inner img#features-image {
    width: 100%;
}

.with-the-therap-audit-qa-inner img#features-image.video-doc-image {
    width: 90%;
}

.mobile-break {
    display: none;
}

.desktop-break {
    display: inline;
}

h2#faq-section-title,
h2#quotation-title {
    margin-bottom: 22px !important;
}

.with-the-therap-audit-qa h2 {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 1800px) {
    .quotation-mark {
        width: 60px;
    }

    .quotation-mark.quotation-mark-left {
        /* top: 10%; */
        left: 10%;
    }

    .quotation-mark.quotation-mark-right {
        /* bottom: 10%; */
        right: 10%;
    }

    .faq-item {
        padding: 20px 30px;
    }
}

@media screen and (max-width: 1600px) {
    /* main h1,
        h1.fusion-responsive-typography-calculated {
            font-size: 38px !important;
        }


        main h2,
        main h5,
        main h6 {
            font-size: 27px !important;
        }

        main h3 {
            font-size: 21px !important;
        }

        main ul li::marker {
            color: var(--link-color);
            font-size: 25px;
        } */

    /* .hero-section-top-text,
        .app-store-section-title,
        .inner-blue-title {
            font-weight: 600 !important;
            font-size: 17px !important;
        }

        .inner-blue-title {
            font-size: 23px !important;
        }



        .with-therap-mobile-box .inner-blue-title {
            font-size: 17px !important;
        }

        .hero-section-top-text {
            font-weight: 600 !important;
            font-size: 26px !important;
        }

        .quotation-mark {
            width: 70px;
        }

        .quotation-mark.quotation-mark-left {
            top: 25%;
            left: 10%;
        }

        .quotation-mark.quotation-mark-right {
            bottom: 15%;
            right: 10%;
        } */

    .hero-section-inner {
        gap: 5%;
    }
}

@media screen and (max-width: 1400px) {
    .container {
        padding: 3rem 1.25rem;
    }
}

@media screen and (max-width: 1300px) {
    .overlay-image-right {
        right: 8%;
    }
}

@media screen and (max-width: 1180px) {
    .container {
        padding: 3rem 1.25rem;
    }

    main h1 {
        text-align: center;
    }

    .hero-section p {
        text-align: center;
    }

    main ul li {
        margin-bottom: 0;
    }

    .hero-section .right-container {
        flex: 2;
    }

    .with-the-therap-audit-qa .left-container {
        flex: 1.5;
    }

    .with-the-therap-audit-qa-inner img#features-image {
        max-width: 100% !important;
        width: 95%;
    }

    .quotation-inner {
        padding: 0;
    }

    .hero-section,
    .with-the-therap-audit-qa,
    .designed-to-empower,
    .quotation,
    .faq {
        /* padding-inline: 6%; */
    }

    .with-the-therap-audit-qa {
        padding-left: 0 !important;
    }

    .quotation-mark {
        width: 55px;
    }

    .hero-section-inner {
        gap: 5%;
        flex-flow: column;
    }

    .contact-us-button {
        margin: 3% auto;
    }

    .overlay-image-right .overlay-image-top-inner img {
        right: -150%;
    }

    .overlay-image-left .overlay-image-bottom-inner {
        bottom: -3%;
        left: 25%;
    }

    .overlay-image-bottom-inner {
        bottom: 35%;
    }

    .quotation-2-box {
        flex-flow: column;
        gap: 1.5rem;
    }

    .quotation-box-headshot {
        justify-content: center;
    }

    .overlay-image-top-inner {
        left: 57%;
    }

    .interactive-li.active,
    .with-the-therap-audit-qa ul {
        padding-top: 0;
        margin-top: 0;
    }

    /* .hero-section-inner,
        .with-the-therap-audit-qa-inner,
        .designed-to-empower-inner,
        .quotation-inner,
        .faq-inner {
            text-align: center;
        }

        .hero-section-inner {
            flex-flow: column-reverse;
        }

        .app-stores {
            max-width: 100%;
        }

        .contact-us-button,
        .app-store-section-title {
            margin-inline: auto !important;
        }

        .app-stores-inner-section {
            justify-content: center;
        } */
}

@media screen and (max-width: 1100px) {
    .hero-section .right-container {
        padding-bottom: 20px;
    }

    .hero-section .left-container {
        margin-top: auto;
    }

    .with-the-therap-audit-qa-inner,
    .designed-to-empower-inner {
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    main h1 {
        line-height: 1.1 !important;
    }

    main ul {
        padding-left: 0;
    }

    .container {
        max-width: 700px;
        padding: 2rem;
    }

    .hero-section-inner {
        /* flex-flow: column-reverse; */
        text-align: center;
    }

    .hero-section-inner p br {
        display: none;
    }

    /* .with-the-therap-audit-qa-inner, */
    .design-to-empower-3-box,
    .quotation-2-box,
    .faq-inner {
        flex-flow: column;
        text-align: center;
    }

    .hero-section .right-container {
        padding-bottom: 0;
    }

    .design-to-empower-3-box {
        gap: 50px;
    }

    a.contact-us-button {
        margin: 5% auto;
    }

    .app-stores {
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-inline: auto;
    }

    .app-stores-inner-section {
        justify-content: center;
    }

    .app-stores-inner img {
        max-height: 22px;
    }

    .left-container>img,
    .right-container>img {
        max-width: 60%;
        margin-top: 2%;
    }

    main .box h3 {
        margin-top: 5% !important;
    }

    .quotation-2-box {
        gap: 25px;
        padding: 2.5%;
        padding-top: 0;
    }

    .faq-inner {
        gap: 20px;
    }

    .faq-inner .left-container,
    .faq-inner .right-container {
        gap: 20px;
        width: 100%;
        margin: 0 auto;
    }

    .with-the-therap-audit-qa-inner {
        padding-inline: 0;
        flex-flow: column;
    }

    .design-to-empower-3-box .box img {
        width: 70px;
    }

    .desktop-break {
        display: none;
    }

    .designed-to-empower .designed-to-empower-inner {
        margin-top: 25px;
    }

    span.app-stores-inner.app-store-logo {
        margin-left: 0;
    }

    .with-the-therap-audit-qa h2 {
        margin-bottom: 5px !important;
    }

    .overlay-image-right .overlay-image-top-inner img {
        right: -100%;
    }

    .overlay-image-right .overlay-image-bottom-inner img {
        left: 8%;
    }

    .overlay-image-left .overlay-image-bottom-inner {
        left: 35%;
    }
}

@media screen and (max-width: 800px) {
    .overlay-image-bottom-inner {
        bottom: 25%;
    }
}

@media screen and (max-width: 600px) {

    main h1,
    h1.fusion-responsive-typography-calculated {
        font-size: 28px !important;
        line-height: 1.3 !important;
    }

    main h2,
    main h5,
    main h6 {
        font-size: 20px !important;
    }

    .hero-section-top-text,
    .app-store-section-title,
    .inner-blue-title {
        font-size: 18px !important;
    }

    main p,
    main h4 {
        font-size: 17px !important;
    }

    main ul li {
        margin-bottom: 0;
    }

    .mobile-break {
        display: inline;
    }

    .faq-inner .left-container,
    .faq-inner .right-container {
        width: 100%;
    }

    .app-stores-inner-section {
        justify-content: space-between;
    }

    .quotation-inner {
        /* padding: 0 10%; */
    }

    .quotation-mark {
        width: 45px;
    }

    .quotation-2-box {
        padding: 0;
        margin: 0;
    }

    .quotation-mark.quotation-mark-left {
        top: 15%;
    }

    .quotation-mark.quotation-mark-right {
        bottom: 5%;
    }

    .app-stores-inner>span {
        font-size: 17px !important;
    }

    .hero-section,
    .with-the-therap-audit-qa,
    .designed-to-empower,
    .quotation,
    .faq {
        /* padding-inline: 5%; */
    }

    .hero-section {
        /* padding-top: 30px; */
    }

    .quotation-box-headshot {
        /* flex-flow: column; */
        margin-bottom: 10%;
    }

    .quotation-headshot-image img {
        width: 80px;
    }

    .quotation-name-title p {
        margin-bottom: 2%;
    }

    .quotation-2-box .quotation-box {
        padding: 25px;
    }

    .left-container>img,
    .right-container>img {
        max-width: 85%;
    }

    .overlay-image img {
        height: 50px;
    }

    .overlay-image-right .overlay-image-top-inner img {
        right: -90%;
    }

    .overlay-image-right .overlay-image-bottom-inner img {
        left: 16%;
    }

    .overlay-image-bottom-inner {
        bottom: 27%;
    }

    .overlay-image-top-inner {
        left: 3%;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .app-stores-inner-section {
        flex-flow: column;
        gap: 15px;
        margin-top: 10px;
    }

    .app-stores-inner span {
        white-space: nowrap;
    }

    .app-stores-inner {
        justify-content: center;
    }
}

/* Interactive list styling */
.interactive-li,
.not-interactive-li {
    /* cursor: pointer; */
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    padding-left: 0 !important;
    /* list-style: none; */
    /* Hide default bullet marker */
    position: relative;
    padding: 22px;
    padding-bottom: 0;
    margin-bottom: 0.5vw;
}

.interactive-li::before,
.not-interactive-li::before {
    /* content: "•";
        position: absolute;
        left: 15px;
        top: 17px;
        color: var(--link-color);
        font-size: 25px;
        line-height: 1.5;
        transition: all 0.3s ease; */
}

.interactive-li:hover,
.interactive-li.active {
    /* border-left-color: var(--link-color); */
    /* padding-left: 40px !important; */
    /* background: #fff !important; */
    /* border-radius: 0 8px 8px 0;
  box-shadow: 0px 2px 12px 0px #0000000d;
  border-radius: 15px; */
}

li.not-interactive-li {
    cursor: default;
}

li.not-interactive-li h3 {
    /* color: #000 !important; */
}

#features-image {
    transition: opacity 0.25s ease-in-out;
    opacity: 1;
}

#mobile-image-li {
    list-style: none !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    text-align: center;
    margin: 20px 0 10px 0;
    padding: 0 !important;
}

#mobile-image-li #features-image {
    display: block;
    margin: 0 auto;
    width: 85%;
    max-width: 320px;
}

.tablet-image {
    display: none;
}

.faq-answer {
    display: none;
}

@media screen and (min-width: 1000px) and (max-width: 1180px) {
    .with-the-therap-audit-qa .right-container {
        flex: 45%;
    }

    .with-the-therap-audit-qa .left-container {
        flex: 55%;
    }

    main ul {
        padding-left: 2%;
    }

    .with-the-therap-audit-qa-inner img#features-image {
        width: 100%;
    }

    .tablet-image {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .desktop-mobile-image {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    #mobile-image-li #features-image {
        margin-bottom: 5%;
    }

    .tablet-image {
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .with-the-therap-audit-qa-inner .right-container {
        /* display: none !important; */
    }

    .interactive-li::before,
    .not-interactive-li::before {
        top: 14px;
    }

    #main .with-the-therap-audit-qa h2 {
        font-size: 1.375rem !important;
    }
}

/* AEO/GEO: Preserve h4 visual styling when heading hierarchy is corrected to h3 */
main .faq h3.faq-question {
    font-size: 17px !important;
    color: #000 !important;
    margin-top: 0 !important;
    font-style: normal !important;
}

.fusion-checklist .fusion-li-icon,
ul.fusion-checklist .fusion-li-icon {
    padding-top: 15px;
    font-size: 12px;
}

rs-layer a {
    padding-top: 9px !important;
}

@media only screen and (min-width: 600px) {
    rs-layer a {
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-top: 9px !important;
    }
}

@media only screen and (min-width: 1025px) {

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        padding-top: 0px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1100px) {
    .fusion-checklist .fusion-li-item-content span {
        line-height: 32px !important;
    }

    .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_1_2 {
        margin-bottom: 0;
    }

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        font-size: 8px;
    }

    .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
        padding-top: 10px !important;
        /* padding-bottom: 20px; */
    }

    .fusion-column-wrapper.fusion-column-has-shadow.fusion-flex-justify-content-flex-start.fusion-content-layout-column {
        margin-left: 0;
        margin-right: 0;
    }

    .fusion-fullwidth.fullwidth-box.fusion-builder-row-3.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
        padding-right: 3%;
    }
}

@media only screen and (max-width: 1030px) {

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        padding-top: 0px;
        font-size: 12px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .fusion-layout-column.fusion_builder_column.fusion-builder-column-2 .fusion-text.fusion-text-1.fusion-text-no-margin {
        font-size: 20px !important;
        line-height: 30px !important;
        padding-bottom: 0px;
        margin-top: 20px;
    }

    .fusion-layout-column.fusion_builder_column.fusion-builder-column-1 {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .fusion-flex-container.fusion-builder-row-2 .fusion-li-item-content {
        font-size: 16px !important;
    }

    .fusion-checklist .fusion-li-icon,
    ul.fusion-checklist .fusion-li-icon {
        padding-top: 0px;
        font-size: 6px;
        padding-left: 40px;
        margin-top: -12px;
    }

    .fusion-fullwidth.fullwidth-box.fusion-builder-row-3 .fusion-builder-row.fusion-row.fusion-flex-align-items-flex-start {
        padding-right: 26px !important;
        padding-left: 26px !important;
    }

    .fusion-li-item-content {
        line-height: 27px !important;
    }

    ul.fusion-checklist {
        margin-top: 0px !important;
    }

    .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_1_2 ul li.fusion-li-item,
    .fusion-layout-column.fusion_builder_column.fusion-builder-column-3.fusion_builder_column_1_2 ul li.fusion-li-item {
        margin: 0 3% 0 -5%;
    }

    /* .fusion-layout-column.fusion_builder_column.fusion-builder-column-2.fusion_builder_column_2_3 ul li.fusion-li-item {
    margin: 0 10%;
  } */

    .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile,
    .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile img {
        margin: 0 auto;
        display: block;
    }
}

/* Added By Onjon : 09-01-2022 - SF Form Slider */
* {
    outline: 0 !important;
}

.custom-modal,
.custom-modal-2 {
    display: none;
    position: fixed;
    overflow: auto;
    background: rgb(0 0 0 / 60%);
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 60px 30px;
    float: right;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.custom-modal-dialog,
.custom-modal-2-dialog {
    max-width: 680px;
    width: 100%;
    border-radius: 0px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.custom-modal-content,
.custom-modal-2-content {
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
    border: 1px solid #ffc189;
    -webkit-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 40px 15px rgba(0, 0, 0, 0.15);
}

.close-modal,
.close-modal-2 {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 105px;
    opacity: 1;
    color: #000000;
    border: 1px solid #ffffff;
    z-index: 9;
    padding: 0;
    text-align: center;
    line-height: 10px;
    cursor: pointer;
    padding: 14px 1px;
    font-weight: 600;
    border-radius: 10px;
    border: 0;
    width: 0px;
}

.close-modal .round,
.close-modal-2 .round {
    border-radius: 100%;
    background: #ffc189;
    margin-right: 2px;
    padding: 1px 8px 2px 8px;
    margin-left: -6px;
    margin-left: -50px;
}

body.modal-open .custom-modal,
body.modal-open .custom-modal-2 {
    background: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 2px #fff;
    -moz-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
}

.custom-modal .custom-modal-body,
.custom-modal-2 .custom-modal-body {
    padding: 0 80px;
    max-height: 570px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 20px;
}

div#custom-modal-2 .custom-modal-body {
    max-height: 80vh;
}

.custom-modal .custom-modal-body .model-heading,
.custom-modal-2 .custom-modal-body .model-heading {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    color: #00437c;
    font-weight: 550;
    padding-bottom: 0px;
    margin-bottom: 20px;
    margin-top: -5px;
}

.fusion-imageframe.imageframe-1.mobile-image-desktop img {
    height: 100%;
    width: 100%;
}

@media (max-width: 575.98px) {}

.custom-modal .custom-modal-body::-webkit-scrollbar-track,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    border-radius: 20px;
}

.custom-modal .custom-modal-body::-webkit-scrollbar,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.custom-modal .custom-modal-body::-webkit-scrollbar-thumb,
.custom-modal-2 .custom-modal-body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: orange;
    border: 1px solid #555555;
}

/**/
/**/
#first-form-web-to-case input,
#other-state-form input,
#comments {
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px;
    height: 36px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

#first-form-web-to-case label,
#choose-state-label,
#other-state-form label {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

#first-form-web-to-case select,
#choose-state,
#other-state-form select,
#first-form-web-to-case select:focus,
#choose-state,
#other-state-form select:focus {
    display: block;
    width: 100%;
    border: 1px solid #ffaa06;
    border-radius: 4px;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px;
    height: 36px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    outline: 0px;
    background: #fff8ec;
    padding-left: 10px;
    margin-bottom: 25px;
    margin-top: 5px;
}

#first-form-web-to-case .submit-btn,
#other-state-form .submit-btn,
#first-form-web-to-case .submit-btn:focus,
#other-state-form .submit-btn:focus {
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px;
    border-radius: 20px !important;
    font-size: 18px !important;
    font-weight: 600;
    font-style: normal;
    line-height: 18px;
    color: #0c4c7c !important;
    background-color: #acca6d !important;
    width: 100%;
    margin-top: 0px;
    cursor: pointer;
    width: 100%;
    padding: 12px;
    border: none;
}

#first-form-web-to-case .radio-btn,
#other-state-form .radio-btn {
    width: 15px;
    margin-bottom: 4px;
}

#first-form-web-to-case .radio_text,
#other-state-form .radio_text {
    margin-left: 5px;
}

#comments {
    height: 150px !important;
}

.required-star {
    margin-left: 8px;
    font-size: 18px;
    color: #b30600;
    font-weight: 600;
}

#first-form-web-to-case label,
#choose-state-label,
#other-state-form label {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 28px;
}

#first-form-web-to-case input[type="text"],
#other-state-form input[type="text"],
#first-form-web-to-case input[type="email"],
#other-state-form input[type="email"],
#comments {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    height: 36px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    outline: 0px;
    border: 1px solid #ffaa06;
    background: #fff8ec;
    margin-bottom: 25px;
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
}

#comments {
    height: 150px;
    margin-bottom: 2px;
}

#first-form-web-to-case input[type="text"]:focus,
#other-state-form input[type="text"]:focus,
#first-form-web-to-case input[type="email"]:focus,
#other-state-form input[type="email"]:focus,
#comments:focus {
    outline: 0 !important;
}

#first-form-web-to-case .radio-btn,
#other-state-form .radio-btn {
    width: 15px;
    height: 22px;
    margin-bottom: 3px;
}

.radio_text {
    font-weight: 500 !important;
}

.custom-modal input[type="radio"]:after,
input[type="radio"]:checked:after,
.close-modal-2 input[type="radio"]:after,
.close-modal-2 input[type="radio"]:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff8ec;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffaa06;
}

.custom-modal input[type="radio"]:checked:after,
.close-modal-2 input[type="radio"]:checked:after {
    background-color: #ffaa06;
    border: 2px solid #fff8ec;
    height: 20px;
    width: 20px;
    left: -2px;
    top: auto;
}

#main {
    padding-top: 0px;
    padding-bottom: 0px;
}

.radio-label {
    font-size: 18px;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .fusion-imageframe.imageframe-none.imageframe-2.hover-type-none.mobile-image-mobile img {
        height: 100%;
        width: 100%;
    }

    .leftColumn h1 {
        padding-top: 0 !important;
    }

    .leftColumn p {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 700px) {

    .custom-modal .custom-modal-body .model-heading,
    .custom-modal-2 .custom-modal-body .model-heading {
        font-size: 20px;
        line-height: 28px;
    }

    #first-form-web-to-case label,
    #choose-state-label,
    #other-state-form label,
    .radio-label {
        font-size: 16px;
    }

    #first-form-web-to-case .submit-btn,
    #other-state-form .submit-btn,
    #first-form-web-to-case .submit-btn:focus,
    #other-state-form .submit-btn:focus {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 610px) {

    .custom-modal .custom-modal-body,
    .close-modal-2 .custom-modal-body {
        padding: 0 10px;
    }

    .custom-modal-content,
    .custom-modal-2 .custom-modal-content {
        padding: 30px 10px;
    }

    .close-modal,
    .close-modal-2 {
        top: 3px;
    }

    .close-modal .round,
    .close-modal-2 .round {
        margin-left: -30px;
    }

    ul.fusion-checklist {
        font-size: 20px !important;
        margin-left: 5% !important;
    }
}

@media only screen and (max-width: 430px) {

    .custom-modal .model-heading .break,
    .custom-modal-2 .model-heading .break {
        display: none;
    }
}

@media only screen and (max-width: 1030px) {
    .fusion-body .fusion-builder-column-1 {
        margin-bottom: 0px !important;
    }
}

.landingpage_green_button {
    padding: 10px 5px 10px !important;
}

a:is(#select-state, #book-a-meeting) img {
    max-width: 300px !important;
}

.landingpage_green_button {
    background-color: transparent !important;
}

.landingpage_green_button {
    margin: 0 auto !important;
    padding: 10px 5px 10px !important;
    border-radius: 35px;
    margin: 5px !important;
    /* width: 50%; */
}

.top-container-button {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5%;
}

/* Media queries for responsiveness */
@media (max-width: 767px) {
    .top-container-button {
        flex-flow: column;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
    .landingpage_green_button {
        padding-bottom: 1% !important;
    }
}

@media screen and (max-width: 1100px) {
    .landingpage_green_button {
        background-color: transparent !important;
        padding-bottom: 10% !important;
    }
}

@media screen and (min-width: 1700px) {
    .fusion-fullwidth.fullwidth-box.fusion-builder-row-2.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 1100px) {
    .landingpage_green_button {
        padding-bottom: 2% !important;
    }
}

@media screen and (max-width: 600px) {

    .landingpage_green_button,
    .landingpage_green_button:hover {
        background-color: transparent !important;
        padding-bottom: 0% !important;
        width: 70%;
        display: flex;
        margin: 0 auto !important;
        justify-content: center;
        max-width: 200px !important;
    }

    a:is(#select-state, #book-a-meeting) img {
        max-width: 250px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .topContainer {
        background-size: cover !important;
    }

    .top-container-button {
        justify-content: center;
    }
}

@media only screen and (max-width: 768px) {
    .topContainer .leftColumn h1 {
        padding-top: 0 !important;
    }

    .topContainer .leftColumn p {
        font-size: 1.25rem !important;
        margin-bottom: 0 !important;
    }
}

.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
    margin: 0 !important;

}

.fusion-fullwidth.fullwidth-box.fusion-builder-row-1.fusion-flex-container.nonhundred-percent-fullwidth.non-hundred-percent-height-scrolling {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}