.container {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.container {
    width: 100%;
    position: relative;
    background-color: var(--ffffff);
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    line-height: normal;
    letter-spacing: normal;
}

/*START header*/

.header {
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 100%;
    gap: var(--gap-xl);
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--color-gray-200);
}

.header-section {
    align-self: stretch;
    flex-direction: row;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: left;
    font-size: 4rem;
    color: var(--ffffff);
    font-family: var(--font-montserrat);
    justify-content: center;
    background: linear-gradient(rgba(27, 78, 67, 1),
            rgba(27, 78, 67, 0.5)),
        url('images/banner.png') no-repeat center center/cover;
}

.header-parent,
.header-section {
    display: flex;
    align-items: flex-start;
    max-width: 100%;

}

.header-parent {
    height: 620px;
    width: 1184px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 66px;
}

nav>ul>li {
    list-style: none;

}


.span {
    color: var(--color-mediumaquamarine);
}

.menu {
    width: 67%;
    display: flex;
}

.vector-icon {
    height: 35px;
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}

.vector-wrapper {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2.5px 0 0;
    box-sizing: border-box;
}

.about,
.home,
.contact {
    line-height: 2.563rem;
    display: inline-block;
}

a:hover {
    text-decoration: underline;
    position: relative;
    font-weight: 700;
    color: var(--ffffff);
    min-width: 46px;
    z-index: 1;
}

.home {
    text-decoration: underline;
    position: relative;
    font-weight: 700;
    color: var(--ffffff);
    min-width: 46px;
    z-index: 1;
}

.about,
.contact {
    text-decoration: none;
    color: inherit;
    min-width: 69px;
}

.about,
.contact {
    position: relative;
    z-index: 1;
}


.menu>ul {
    width: 610px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--gap-xl);
}

.about-contact-inner {
    height: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 0 var(--padding-smi);
    box-sizing: border-box;
}

.frame-child {
    width: 1px;
    height: 14px;
    border-right: 1px solid var(--color-gray-300);
    box-sizing: border-box;
}


.call-now-for-container {
    position: relative;
    line-height: 2.563rem;
    white-space: nowrap;
    z-index: 1;
}

.hamburger {
    display: none;
}

/*END header*/

/*START Intervention container */


.column {
    padding: 10px 0;
    flex: 1;
}

.column>p {
    font-size: var(--font-size-sm);
    line-height: 1.8;
    margin-top: 5px;
}

.text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 50%;
    float: left;
    margin-top: 80px;
}

.span-intervent {
    font-weight: 700;
}


.outline {
    font-family: sans-serif;
    font-weight: 700;
    font-size: var(--font-size-72outline);
    text-align: left;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 2px white;
    -webkit-text-fill-color: transparent;

}

.form-column {
    margin: 0 0 0 50px;
    width: 372px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.12);
    border-radius: var(--br-xs);
    background: linear-gradient(180deg, #2a7d6c, rgba(62, 105, 96, 0.62));
    flex-direction: column;
    align-items: flex-start;
    padding: 51px 28px 56px;
    box-sizing: border-box;
    gap: 28px;
    min-width: 372px;
    z-index: 1;
    width: 40%;
    float: right;
}

.contact-info-container {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0 var(--padding-11xs) 0 0;
}

.contact-us {
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    font-family: var(--font-montserrat);
    color: var(--ffffff);
    text-align: center;
    z-index: 2;
}

.space-r {

    margin-right: 8px;
}

.space-l {

    margin-left: 10px;
}

.form-row:after {
    content: "";
    display: flex;
    clear: both;
}

.form-row-2 {
    position: relative;
    top: -15px;
    content: "";
    display: flex;
    clear: both;
}

.form-group {
    float: left;
    width: 50%;
}

.form-group-select {
    position: relative;
    top: -23px;
    width: 100%;
}

.input-container {
    position: relative;
    font-family: var(--font-montserrat);
}

.input-container input,
.input-container select {
    width: 100%;
    padding: 10px 15px;
    font-size: var(--font-size-5xl);
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.2s ease;
    background: linear-gradient(180deg, #2a7d6c, rgba(62, 105, 96, 0.62));
    color: #fff;
}

.custom-select>option {
    color: #fff;
    padding: 20px 0;
    max-width: 90%;
    background: #2a7d6c;

    font-size: var(--font-size-sm);
}


.custom-select::-ms-expand {
    display: none;
}

.custom-select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #2a7d6c;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-select label,
.input-container label {
    position: absolute;
    top: 45px;
    left: 10px;
    font-size: var(--font-size-base);
    color: #fff;
    background: linear-gradient(180deg, #2a7d6c, rgba(62, 105, 96, 0.62));
    padding: 0 5px;
    transition: all 0.2s ease;
    pointer-events: none;
}



.input-container input:focus {
    border-color: #fff;
}

.input-container input:focus+label,
.input-container input:not(:placeholder-shown)+label {
    top: 20px;
    left: 10px;
    font-size: var(--font-size-sm);
    font-family: var(--font-montserrat);
    color: #fff;
}

.input-container.invalid input:focus+label {
    color: #FF7777;
}

.input-select select:focus+label,
.input-select select:not(:placeholder-shown)+label {
    top: 20px;
    left: 10px;
    font-size: var(--font-size-sm);
    font-family: var(--font-montserrat);

    color: #fff;
}

.input-container legend {
    font-size: 12px;
    padding: 0 5px;
    max-width: 0.01px;
    transition: max-width 0.2s ease-in-out;
    white-space: nowrap;
}

.input-container.invalid label {
    color: #FF7777;
}

.input-container.invalid input {
    border-color: #FF7777;
}


.validation-message {
    position: absolute;
    top: 95px;
    left: 0px;
    width: 255px;
    min-height: 70px;
    background-color: #FF7777;
    color: white;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: var(--font-size-base);
    display: none;
    z-index: 1;
}

.validation-message::after {
    content: '';
    position: absolute;
    top: -28px;
    left: 100px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent #FF7777 transparent;
}

.mdi-send-icon,
.submit {
    position: relative;
    z-index: 3;
}

.mdi-send-icon {
    height: 24px;
    width: 24px;
    overflow: hidden;
    flex-shrink: 0;
    min-height: 24px;
}

.submit {
    font-size: var(--font-size-lg);
    display: inline-block;
    font-family: var(--font-montserrat);
    color: var(--ffffff);
    text-align: center;
    min-width: 69px;
}

.submit-button-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-12xs) 0 0;
}

.submit-button-container,
.submit-button-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.submit-button-wrapper {
    cursor: pointer;
    border: 0;
    padding: var(--padding-base) 60px;
    background-color: var(--color-mediumaquamarine);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
    border-radius: var(--br-9xs);
    justify-content: flex-start;
    gap: var(--gap-5xs);
    z-index: 2;
}


.submit-button-container {
    align-self: stretch;
    justify-content: center;
    justify-content: center;
    margin-top: 10px;
}

.submit-button-wrapper {
    justify-content: center;
}

.submit-button-wrapper:hover {
    position: relative;
    top: -5px;
}

.submit-button-wrapper:focus {
    position: relative;
    background-color: #35BB9C;
    top: 0;
}


.container-svg-1 {
    position: absolute;
    top: 18%;
    left: 0px;
    width: 1440px;
    height: 111px;
    background-color: #F5F5F5;
    clip-path: path("M0 68.6766C310 -147.298 926 229.879 1440 68.6766V111H0V68.6766Z");
    z-index: 1;

}

.container-svg-2 {
    position: absolute;
    top: 17%;
    left: 0px;
    width: 100%;
    height: 111px;
    background-color: #F5F5F5;
    opacity: .3;
    clip-path: path("M0 90.3314C310 -193.743 926 302.363 1440 90.3314V146H0V90.3314Z");

}

/*END Intervention container */

/*START Testimonial and old Group */

.testimonial-content-parent {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.testimonial-content-parent {
    padding-top: 10px;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    gap: 80px;
    min-height: 1003px;
    max-width: 100%;
    text-align: left;
    font-size: var(--font-size-5xl);
    color: var(--ffffff);
    font-family: var(--font-montserrat);
}

.understanding-group,
.testimonial-content,
.understanding-heading-parent {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
}

.testimonial-content {
    align-self: stretch;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
}

.understanding-group {
    width: 1250px;
    margin: auto;
    flex: 1;
    background-color: var(--color-whitesmoke-100);
    flex-direction: column;
    align-items: center;
    padding: 80px var(--padding-xl) 130px;
    box-sizing: border-box;
    gap: 64px;
    font-size: var(--font-size-17xl);
    color: var(--color-darkslategray-100);
}

.rectangle-div {
    width: 1440px;
    height: 700px;
    position: relative;
    background-color: var(--color-whitesmoke-100);
    display: none;
    max-width: 100%;
}

.understanding-image {
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    height: auto;
    flex-shrink: 1;
    max-width: 100%;
    max-height: 100%;
}

.mask-group-icon2,
.mask-group-icon3,
.mask-group-icon4 {
    width: auto;
    height: auto;
    position: relative;
    max-height: 100%;
    flex-shrink: 1;
    object-fit: cover;
    min-height: 180px;
    max-width: 100%;
    z-index: 1;
}

.mask-group-icon3 {
    margin: 0 var(--gap-17xl);
}

.understanding-heading-parent {
    width: 1184px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-13xl);
}

.understanding-group,
.testimonial-content,
.understanding-heading-parent {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
}

.understanding-heading,
.understanding-heading-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.understanding-heading-inner {
    flex: 1;
    flex-direction: column;
    padding: var(--padding-3xl) 0 0;
    box-sizing: border-box;
    min-width: 528px;
}

.understanding-heading {
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--gap-lg);
}

.outline-black {
    font-family: sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    text-align: left;

    color: transparent;
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: transparent;
}

.line-div,
.we-understand {
    position: relative;
    z-index: 1;
}

.we-understand {
    line-height: 2.875rem;
    display: inline-block;
    max-width: 100%;
}

.social-initiative,
.understanding-paragraph {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.paragraph-left {
    width: 70%;
    float: left;

    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 278px;
    max-width: 100%;
}

.paragraph-right {
    width: 31%;
    float: right;
    display: flex;
    flex-direction: column;
}

.understanding-paragraph {
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35.5px;
    font-size: var(--font-size-sm);
}

.paragraph-content-child {
    height: 100px;
    width: 100px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: none;
}

.paragraph-content {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-width: 278px;
    max-width: 100%;
    padding-right: 20px;
}

.older-adults-want {
    flex: 1;
    position: relative;
    line-height: 1.5rem;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
}

.older-adults-want1,
.to-stimulate-social {
    position: relative;
    line-height: 1.5rem;
    z-index: 1;
}

.older-adults-want1 {
    flex: 1;
    display: inline-block;
    min-width: 278px;
    max-width: 100%;
}

.social-initiative {
    flex: 1;
    flex-direction: column;
    gap: 10px;
    min-width: 278px;
}

.to-stimulate-social {
    align-self: stretch;
}

.success-indicator {
    cursor: pointer;
    border: 2px solid var(--color-mediumaquamarine);
    padding: var(--padding-xs) var(--padding-xl) 6px var(--padding-2xl);
    background-color: transparent;
    align-self: stretch;
    border-radius: var(--br-9xs);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: var(--gap-5xs);
    max-width: 100%;
    z-index: 1;
}

.rectangle5 {
    height: 52px;
    width: 371px;
    position: relative;
    border-radius: var(--br-9xs);
    border: 2px solid var(--color-mediumaquamarine);
    box-sizing: border-box;
    display: none;
    max-width: 100%;
}

.success-rate {
    position: relative;
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
    font-family: var(--font-montserrat);
    color: var(--color-mediumaquamarine);
    text-align: left;
    z-index: 2;
}

.arrow-stroke-icon {
    width: 17px;
    height: 12.7px;
    position: relative;
    z-index: 2;
}

.arrow-stroke-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 5.6px 0 0;
}

/* Testimonial Section */
.testimonial-container {
    position: relative;
    top: -150px;
    width: 1100px;
    margin: auto;
    flex: 1;
    max-width: 800dvh;
    overflow: hidden;
    border-radius: 10px;
}


.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}



.testimonial-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 40px 70px;
    text-align: center;
    display: flex;
}

.testimonial-slide img {
    width: 270px;
    height: 270px;
    max-width: 100%;
    max-height: 100%;
    margin-right: 30px;
    border-radius: 10px 0 0 10px;

}

.content-right {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-align: left;
    width: 675px;
    height: 269px;
    background: #194D44;
    color: #fff;
    padding: 10px 65px 0 65px;
    border-radius: 0 10px 10px 0;
    background-image: url(./images/quote.svg);
    background-position: 90% 15%;
    background-repeat: no-repeat, repeat;
}

.testimonial-slide p {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    line-height: 1.8rem;
}

.testimonial-slide h3 {
    margin: 60px 0 20px 0;
    font-weight: bold;
    font-size: var(--font-size-5xl);
    color: #fff;
    line-height: 16px;
}

.btn {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2em;
    cursor: pointer;
    color: #EAEAEA;
    outline: none;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

.btn:hover {
    color: #5BC8AF;
}

.dots-container {
    text-align: center;
    padding: 19px 0;
}

.dot {
    height: 15px;
    width: 15px;
    margin: 0 15px;
    background-color: #EAEAEA;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #5BC8AF;
}

/* END Testimonial Section */

/* START organization-content */
.organization-content-wrapper {
    position: relative;
    top: -80px;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0 var(--padding-xl) var(--padding-base) var(--padding-2xl);
    box-sizing: border-box;
    max-width: 100%;
    text-align: left;
    font-size: var(--font-size-17xl);
    color: var(--color-darkslategray-100);
    font-family: var(--font-montserrat);
}

.organization-content {
    width: 1185px;
    gap: 100px;
}

.advocacy-list-parent,
.organization-content,
.organization-heading-parent {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.organization-heading-parent {
    align-self: stretch;
    gap: 34px;
}

.organization-heading {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    font-weight: 700;
    gap: var(--gap-lg);
    max-width: 100%;
}

.we-can-organize-container {
    position: relative;
    line-height: 2.875rem;
    display: inline-block;
    text-shadow: 1px 0 0#333, 0 1px 0#333, -1px 0 0#333, 0-1px 0#333;
    max-width: 100%;
}

.we-can-organize-container-outline {
    position: relative;
    line-height: 2.875rem;
    display: inline-block;
    max-width: 100%;
}

b {
    font-weight: 800;
}

.interventions {
    font-weight: 800;
}

.interventions-should-focus-container {
    font-size: 18px;
}

.title-separator-wrapper {
    width: 532px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 0 var(--padding-3xl);
    box-sizing: border-box;
    max-width: 100%;
}

.title-separator {
    align-self: stretch;
    height: 1px;
    position: relative;
    border-top: 1px solid var(--color-whitesmoke-200);
    box-sizing: border-box;
}

.services-list1 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.loneliness-and-social {
    align-self: stretch;
    position: relative;
}

.loneliness-and-social {
    line-height: 1.5rem;
}

.services-list,
.services-list1,
.services-list2 {
    gap: var(--gap-lg);
}

.service-options,
.services-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    line-height: 1.7rem;
}

.services-list {
    flex: 1;
    flex-direction: column;
    gap: var(--gap-17xl);
    min-width: 278px;
    font-size: var(--font-size-sm);
}

.services-list-parent,
.services-list2 {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
}

.the-methodology-framework {
    align-self: stretch;
    position: relative;
    line-height: 1.5rem;
}

.advocacy-list-parent {
    align-self: stretch;
    text-align: center;
    font-size: var(--font-size-lg);
}

.advocacy-list,
.services-list-parent {
    gap: var(--gap-lg);
}

.services-list-parent {
    align-self: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: var(--font-size-sm);
}

.advocacy-items2,
.advocacy-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    max-width: 100%;
}

.advocacy-list {
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--gap-17xl);
}

.advocacy-items,
.rectangle10 {
    border-radius: var(--br-9xs);
    border: 2px solid var(--color-mediumaquamarine);
    box-sizing: border-box;
    max-width: 100%;
}

.advocacy-items {
    cursor: pointer;
    padding: 0 var(--padding-17xl);
    background-color: transparent;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    min-width: 278px;
}

.advocacy-items:hover {
    position: relative;
    top: -5px;
}

.advocacy-items:focus {
    position: relative;
    top: 0;
}

.advocacy-items .tool-tip-text {
    visibility: hidden;

    width: 300px;
    height: 95x;
    background-color: #297C6B;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    font-size: 13px;
    line-height: 1rem;

    z-index: 4;
    top: 115%;
    left: 25%;
    margin-left: -60px;
}


.advocacy-items .tool-tip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #297C6B transparent;
}

.advocacy-items:hover .tool-tip-text {
    visibility: visible;
}

.rectangle9 {
    align-self: stretch;
    width: 371px;
    position: relative;
    border-radius: var(--br-9xs);
    border: 2px solid var(--color-mediumaquamarine);
    box-sizing: border-box;
    display: none;
    max-width: 100%;
    z-index: 1;
}

.insurance-advocacy {
    height: 96px;
    flex: 1;
    position: relative;
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
    display: flex;
    font-family: var(--font-montserrat);
    color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.icon-container {
    visibility: hidden;
}


.insurance-advocacy:hover {
    color: var(--color-mediumaquamarine);
    background-image: url(./images/mdi-info.svg);
    background-position: 95% 50%;
    background-repeat: no-repeat, repeat;
}

.insurance-advocacy:hover+.icon-container {
    visibility: visible;
}



.info-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 0 0 30px;
    margin-left: -42px;
}

.icon-container {
    width: 38px;
    height: 29px;
    position: relative;
}

.mdi-info-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 1;
}

/* END organization-content */
/* START watch video-content */
.bottom-parent {
    width: 100%;
    height: 648px;
    position: relative;
    max-width: 100%;
    text-align: left;
    background-color: #305D52;
    font-size: var(--font-size-5xl);
    color: var(--ffffff);
    font-family: var(--font-montserrat);

}

.bottom-content-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.rectangle-icon1 {
    z-index: 2;
}

.watch-the-video-container {
    position: absolute;
    top: 94px;
    left: 128px;
    font-size: 2.75rem;
    line-height: 3.25rem;
    z-index: 4;
}

.watch-the-video-container>.outline {
    font-size: 2.70rem;
}

.span1 {
    font-weight: 700;
}

.left-bottom-content-child {
    max-width: 100%;
    height: auto;
}

.needs-assessment,
.the-advocacy-evaluation {
    position: absolute;
    top: 194px;
    left: 170px;
    line-height: 2rem;
    display: inline-block;
    width: 430px;
    z-index: 4;
}

.the-advocacy-evaluation {
    top: 234px;
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
    color: var(--color-gray-500);
}

.insurance-advocacy1 {
    top: 340px;
    line-height: 2rem;
}

.insurance-advocacy1,
.patients-can-better,
.treatment-planning1,
.we-are-committed {
    position: absolute;
    left: 170px;
    display: inline-block;
    width: 430px;
    z-index: 4;
}

.we-are-committed {
    top: 380px;
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
    color: var(--color-gray-500);
}

.patients-can-better,
.treatment-planning1 {
    top: 459px;
    line-height: 2rem;
}

.patients-can-better {
    top: 499px;
    font-size: var(--font-size-lg);
    line-height: 1.75rem;
    color: var(--color-gray-500);
}

.left-bottom-info-list,
.left-bottom-info-list1,
.checkmark-icon {
    position: absolute;
    top: 200px;
    left: 128px;
    width: 17.6px;
    height: 13.4px;
    z-index: 4;
}

.left-bottom-info-list,
.left-bottom-info-list1 {
    top: 346px;
}

.left-bottom-info-list1 {
    top: 465px;
}

.rectangle-icon1 {
    display: none;
}


.left-bottom {
    height: 648px;
    background-color: #194D44;
    clip-path: path("M0 0H719.719C635.252 274 831.175 323.5 719.719 648H0V0Z");

    z-index: 4;

}

.mask-group-icon5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-self: stretch;
    object-fit: cover;
}


.vector-icon1 {
    position: absolute;
    right: 20px;
    bottom: 36px;
    width: 226.1px;
    height: 35px;
    z-index: 1;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    overflow: hidden;
}

.play-btn {
    cursor: pointer;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    background-image: url("./images/play-btn.svg");
    background-size: cover;

    transition: background-image 0.1s ease-in-out;
    z-index: 4;
}

.play-btn:hover {
    width: 228px;
    height: 228px;
    background-image: url("./images/play-btn-hover.svg");
}

.play-btn:focus {
    width: 200px;
    height: 200px;
    background-image: url("./images/play-btn.svg");
}


.popup {
    height: 80%;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1100;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup.active {
    opacity: 1;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease;
}

.close:hover {
    color: #333;
}

.popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* END watch video-content */
@media(max-width: 550px) {
    .container .contents-wraper {
        width: 90%;
    }

    .testRow .testItem h3 {
        font-size: 26px;
    }

    .testRow .testItem p {
        font-size: 16px;
        letter-spacing: initial;
        line-height: initial;
    }

}

/*END Testimonial and old Group */

/* START Footer*/

.footer {
    align-self: stretch;
    background-color: var(--color-whitesmoke-200);
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 123px 20px 83px;
    max-width: 100%;
    z-index: 1;
    text-align: left;
    font-size: var(--font-size-sm);
    color: var(--color-gray-100);
    font-family: var(--font-montserrat);
}

.footer-child,
.union-icon {
    position: relative;
    display: none;
    max-width: 100%;
}

.footer-child {
    height: 100px;
    width: 1440px;
    background-color: var(--color-whitesmoke-200);
}

.get-an-intervention,
.privacy-policy {
    position: relative;
    line-height: 1.5rem;
    z-index: 2;
}

.get-an-intervention {
    width: 400px;
    height: 100%;
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    white-space: pre-wrap;
    justify-content: center;
}

.privacy-policy {
    white-space: pre-wrap;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-top: 23px;

}

.footer-link {
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: none;
    color: var(--color-mediumaquamarine);
}

.footer,
.home {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
}

.pad {
    display: none;
}

.bottom-for-pad {
    display: none;
}

/* END Footer*/


@media only screen and (max-width: 980px) {
    .header-section {
        padding: 10px 20px;
        height: 1060px;
    }

    .call-now-for-container {
        top: 10px;
    }

    .text-column {
        float: unset;
        width: 100%;
        text-align: center;
        margin-top: 0;
        position: relative;
        top: -50px;
    }

    .column>p {
        padding: 0 70px;
        font-size: var(--font-size-lg);
        line-height: 1.4;
    }

    .column span {
        position: relative;
        top: -10px;
    }

    .form-column {
        float: unset;
        width: 65%;
        position: relative;
        top: -50px;
        left: 76px;
    }

    .contact-form {
        position: relative;
        top: 8px;
    }

    .about-contact-inner {
        display: none;
    }

    .container-svg-1 {
        top: 24%;
    }

    .container-svg-2 {
        top: 23%;
    }

    .understanding-image {
        position: relative;
        top: -34px;
    }

    .mask-group-icon2,
    .mask-group-icon3,
    .mask-group-icon4 {
        width: 31%;
        height: 128px;
        min-height: 0;
        border-radius: 5px;
    }

    .mask-group-icon3 {
        margin: 0 var(--gap-5xs)
    }

    .understanding-heading-parent {
        position: relative;
        top: -35px;
        left: 5px;

    }

    .understanding-paragraph {
        position: relative;
        top: -42px;
        gap: 8.5px;
    }

    .understanding-group {
        padding-bottom: 10px;
    }

    .paragraph-left {
        display: block;
        width: 50%;
        flex: none;

    }

    .paragraph-right {
        width: 48%;
    }

    .social-initiative {
        gap: 28px;
    }

    .testimonial-container {
        width: 100%;
    }

    .testimonial-slide {
        height: 274px;
        padding: 40px 25px;
    }

    .content-right {
        font-size: 1rem;
        height: 200px;
        padding: 0 18px 0 33px;
        background-size: 11% 17%;
        background-position: 94% 12%;
    }

    .testimonial-slide h3 {
        margin-top: 32px;
        font-size: var(--font-size-sm);
    }

    .testimonial-slide p {
        font-size: var(--font-size-smi);
        line-height: 1.3rem;
    }

    .desktop {
        display: none;
    }

    .organization-heading {
        display: block;
    }

    .title-separator {
        display: none;
    }

    .title-separator-wrapper {
        padding-bottom: 36px;
    }

    .services-list-parent {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .advocacy-list {
        gap: var(--gap-lg);
    }

    .bottom-parent {
        height: 1080px;
    }

    .vector-icon1 {
        right: 35%;
        bottom: 28px;

    }

    .play-btn {
        left: 50%;
        top: 59%;
    }

    .left-bottom {
        width: 100%;
        clip-path: path("M768 0L768 617.719C443.259 545.223 384.593 713.38 -2.70014e-05 617.719L0 -3.35703e-05L768 0Z");
        z-index: 4;
    }

    .left-bottom-content-child {
        display: none;
    }

    .bullet-container {
        position: relative;
        left: -80px;
        top: 25px;
    }

    .watch-the-video-container {
        top: 105px;
        left: 175px;
    }

    .pad {
        display: block;
        font-weight: normal;

    }

    .bottom-services-paragraph {
        width: 85%;
    }

    .bullet-container-advocacy {
        top: 0px;
    }

    .bullet-container-treatment {
        top: -10px;
    }

    .bottom-for-pad {
        display: block;
        position: relative;
        z-index: 1;
        top: -70px;
    }

    .mask-group-icon5 {
        display: none;
    }

    .menu>ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin: 0;
    }

    .call-item {
        position: relative;
        line-height: 2.563rem;
        top: -28px;
        z-index: 1;
    }

    .get-an-intervention {
        width: 100%;
        height: 50px;
        text-align: center;
        left: -30px;
    }

    .footer {
        display: block;
        padding: 0px;
    }

    .privacy-policy {
        padding-top: 0px;
        top: -10px;
    }

}

@media only screen and (max-width: 450px) {
    .header-section {
        padding: 0px 17px;
    }

    .hamburger {
        display: block;
    }

    .menu>ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: none;
        gap: 0;



    }

    .menu {
        padding-left: 20px;
    }

    .about-contact-inner {
        display: none;
    }

    .menu-list {
        position: absolute;
        top: -100%;
        left: 0;
        z-index: 2;
        background-color: #205247;

        max-width: 100%;
        border-radius: 10px;
        text-align: left;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
        font-size: var(--font-size-sm);
        transition: 0.5s ease;
        padding-left: 20px;
    }

    .call-item {
        display: block;
        top: -18px
    }

    .menu-list.active {
        left: 0;
        top: 3rem;
    }

    .menu-item {
        margin: 0 0;
    }

    .consultation-callout {
        display: none;
    }

    .ham-menu {
        height: 20px;
        width: 20px;
        margin-top: 5px;
        margin-left: 0;
        position: relative;
    }

    .ham-menu span {
        height: 3px;
        width: 100%;
        background-color: #fff;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }

    .ham-menu span:nth-child(1) {
        top: 25%;
    }

    .ham-menu span:nth-child(3) {
        top: 75%;
    }

    .ham-menu.active span:nth-child(1) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .ham-menu.active span:nth-child(2) {
        opacity: 0;
    }

    .ham-menu.active span:nth-child(3) {
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .get-an-intervention-container {
        width: 100%;
        font-size: 2.2rem;
        line-height: 3.1rem;
    }

    .text-column {
        width: 86%;
    }

    .outline {
        font-size: var(--font-size-17xl);
    }

    .column p {
        font-size: var(--font-size-sm);
        padding: 0 1px;
        line-height: 1.5rem;
    }

    .form-column {
        left: -50px;
        min-width: 100%;
        padding: 51px 15px 13px;
    }

    .contact-us {
        font-size: var(--font-size-5xl);
        top: -10px;
    }

    .contact-form {
        width: 100%;
    }

    .form-row {
        display: block;
        position: relative;
        top: -12px;
    }

    .form-row-2 {
        display: block;
        position: relative;
        top: -43px;
    }

    .form-row-2 {
        display: block;
        position: relative;
        top: -43px;
    }

    .form-group {
        float: unset;
        width: 100%;
    }



    .space-r {
        margin-right: 0px;
    }

    .space-l {

        margin-left: 0px;

    }

    .space-lm-1 {
        top: -15px;
    }

    .space-lm-2 {
        top: -15px;
    }

    .form-group-select {
        top: -74px;
    }

    .submit-button-wrapper {
        position: relative;
        top: -50px;
        width: 100%;
    }

    .submit-button-wrapper:hover {
        position: relative;
        top: -55px;
    }

    .submit-button-wrapper:focus {
        position: relative;
        background-color: #35BB9C;
        top: -45px;
    }

    .understanding-image {
        display: none;
    }

    .container-svg-1 {
        top: 20%
    }

    .container-svg-2 {
        top: 19%;
    }

    .understanding-group {
        padding: 34px 0 0 10px;
        font-size: var(--font-size-5xl);
    }

    .outline-black {
        font-size: var(--font-size-5xl);
    }

    .understanding-heading-inner {
        display: none;
    }

    .understanding-paragraph {
        top: -13px;
        width: 95%;
    }

    .paragraph-content {
        padding-right: 0px;
    }

    .paragraph-left {
        flex: auto;
    }

    .older-adults-want {
        padding-bottom: 23px;
    }

    .paragraph-right {
        width: 100%;
    }

    .social-initiative {
        gap: 35px
    }

    .testimonial-content {
        margin-bottom: 60px;
    }

    .testimonial-slide {
        display: block;
        height: 404px;
        padding: 40px 25px;
    }

    .testimonial-slider {
        height: 545px;
    }

    .testimonial-slide>img {
        width: 180px;
        height: 180px;
        border-radius: 10px 10px 0 0;
        left: -25px;
        top: 5px;
        position: relative;
        z-index: 2;
    }

    .content-right {
        position: relative;
        top: -120px;
        left: -10px;
        height: 404px;
        width: 106%;
        border-radius: 10px;
        padding: 115px 21px 0 32px;
        background-size: 19% 31%;
        background-position: 90% 12%;
    }

    .testimonial-slide h3 {
        font-size: var(--font-size-lg);
    }

    .testimonial-slide p {
        line-height: 1.5rem;
    }

    .organization-heading {
        position: relative;
        top: -16px;
    }

    .organization-heading span b {
        font-size: var(--font-size-5xl);
        font-weight: 900;
    }

    .title-separator {
        display: none;
    }

    .pad {
        top: -16px;
        position: relative;
        line-height: 1.7rem;
    }

    .interventions-should-focus-container {
        top: -16px;
        position: relative;
        line-height: 1.7rem;
        width: 104%
    }

    .services-list-parent {
        padding-top: 0;
        top: -6px;
        position: relative;
        left: -5px;
    }

    .the-methodology-framework {
        top: 20px;
        width: 104%;
    }

    .advocacy-list-parent {
        top: 7px;
        position: relative;
    }

    .advocacy-items {
        padding: 0 var(--padding-3xl);
    }

    .bottom-parent {
        height: 870px;
        top: -32px;
    }

    .left-bottom {
        clip-path: path("M360 0L360 641.551C207.778 566.258 180.278 740.902 2.4745e-06 641.551L3.05176e-05 -1.57361e-05L360 0Z");
        z-index: 3;
        height: 688px;
    }

    .bottom-for-pad {
        height: 290px;
        width: 360px;
        z-index: 1;
    }

    .play-btn {
        height: 128px;
        width: 128px;
        top: 76%;
    }

    .vector-icon1 {
        right: 20%;
        bottom: -1%;
    }
    .watch-the-video-container{
        top: 78px;
        left: 5px;
        font-size: 2.5rem;
        text-align: center;
    }
    .bullet-container{
        left: -114px;
        top: 20px;

    }
    .bullet-container b{
        font-size: var(--font-size-lg);
        font-weight: 500;
    }
    .the-advocacy-evaluation{
        font-size: var(--font-size-sm);
        top: 220px;
        left: 164px;
        line-height: 1.9em;
    }
    .needs-assessment{
        top: 190px;
    }
    .insurance-advocacy1{
        top: 333px;
    }
    .we-are-committed{
        font-size: var(--font-size-sm);
    top: 363px;
    left: 164px;
    line-height: 1.9em;
    }

    .treatment-planning1{
        font-size: var(--font-size-lg);
    font-weight: 500;
    width: 300px;
    top: 446px;

    left: 164px;
    }
    .patients-can-better{
        font-size: var(--font-size-sm);
        top: 502px;
        left: 164px;
        line-height: 1.9em;
    }
    .footer{
        font-size: 0.75rem;
    }

}