.desktop_none {
    display: none;
}

.mobile_none {
    display: block;
}

.yellow__button{
    background: hsl(46, 93%, 52%);
    border: none;
    width: 200px;
    padding: 15px 35px;
    height: 56px;
    border-radius: 60px;
    cursor: pointer;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
}

.green__button {
    transition: 2s linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%) all;
    display: flex;
    border: none;
    width: 200px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
background: var(--brand-Teal-25, #1E3B40);
height: 56px;
color: var(--brand-yellow, #F7C113);

/* p/std */
font-family: "Bricolage Grotesque";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 25.6px */
}

/* Hover state */
.yellow__button:hover{
    background: #F7C113;
    border: 1.5px solid #F7C113;
    box-shadow: 0 0 0 8px #fff inset;
    
}

.green__button:hover{
    background: #1E3B40;
    border: 1.5px solid #F7C113;
    box-shadow: 0 0 0 8px #fff inset;
    color: var(--brand-yellow, #F7C113);
}

.bototm_fail {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.help_1_title {
    color: var(--base-White, #FFF);
    text-align: center;

    /* title shadow */
    text-shadow: 0 0 34.3px #000;

    /* h/01 */
    font-family: 'Figtree';
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.help_1_title_div {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 276px;
}

.help_1 {
    min-height: 664.719px;
    background: url(../img/help_bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    z-index: 2;
    position: sticky;
}

.help_main {
    padding: unset;
}

.help_2 {
    min-height: 450px;
    background: url(../img/help2_bg_new.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #FAF6F4;
    z-index: 1;
    position: sticky;
    margin-top: -64px;
}


.help2_title {
    color: var(--brand-Teal-25, #1E3B40);

    /* h/02 */
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
    text-transform: capitalize;
    align-self: stretch;
    margin-bottom: 16px;
}

.help2_para {
    color: var(--brand-Teal-50, #316972);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    margin-bottom: 0px;
    align-self: stretch;
}

.help2_inner {
    max-width: 786px;
    margin-left: 92px;
    padding-top: 80px;
    margin-top: 62px;
    padding-bottom: 80px;
}

.right_help_img {
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 679px;
    height: 509px;
}


/* contact us  */

.contact_1 {
    min-height: 664.719px;
    background: url(../img/contact_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FFFFFF;
    z-index: 2;
    position: sticky;
}

.contact_title {
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;

    /* h/01 */
    font-family: Figtree;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 76.8px */
    text-transform: capitalize;
    align-self: stretch;
    margin-bottom: 8px;
}

.contact_title_div {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 276px;
}

.contact_para {
    color: var(--base-White, #FFF);
    text-align: center;

    /* p/lrg */
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    margin-bottom: 0;
    align-self: stretch;
}

.contact_para2 {
    color: var(--brand-Teal-10, #102023);

    /* p/lrg */
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-bottom: 0px;
}

.main_contact {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 800px;
    max-width: 800px;
    padding: 104px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    /* flex-shrink: 0; */
}

.main_con_tt {
    color: var(--brand-Teal-25, #1E3B40);

    /* h/03 */
    font-family: Figtree;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 38.4px */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.form_section {
    display: inline-grid;
    row-gap: 16px;
    column-gap: 16px;
    align-self: stretch;
    grid-template-rows: fit-content(100%) fit-content(100%) fit-content(100%) 104px;
    grid-template-columns: repeat(2, minmax(0, 1fr));

}

.inputtirth {
        height: 56px;
    max-height: 56px;
    position: relative;
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    padding: 20px 24px;
    transition: 0.2s linear all;
    color: var(--base-02, #727272);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
}

.inputtirth:focus {
    outline: none;
    border: 1px solid var(--base-04, #E9E9E9);
    box-shadow: none;
}

.inputtirth:hover {
    z-index: 10;
    border-radius: 100px;
    border: 1px solid #4DA4B2;
    background: #EFF4F5;
    padding: 20px 32px;

    /* card shadow */
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}

.textarea_tirth {
    height: 104px;
    max-height: 100%;
    border-radius: 8px;
    resize: none;
    padding: 20px 24px;
    line-height: 160%;
}

.textarea_tirth:hover {
    border-radius: 8px;
}

.textarea_tirth:focus {
    outline: none;
}

.textarea_tirth::placeholder {
    vertical-align: top;
}

.form_section textarea {
    grid-column: 1 / -1;
}

.tirthDrop {
        height: 56px;
    max-height: 56px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    padding: 15px 24px;
    color: var(--base-02, #727272);
    text-align: center;

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    transition: 0.2s linear all;
}
.tirthDrop.show {
    background: var(--base-Off-White, #FAFAFA);
}

.tirthDrop:hover {
    z-index: 10;
    border-radius: 100px;
    border: 1px solid #4DA4B2;
    background: #EFF4F5;
    padding: 15px 24px 15px 32px;

    /* card shadow */
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}

.toggletirth:after {
    background-image: url("../img/downarrow_contact.svg");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: relative;
    top: 5px;
    transition: 0.2s linear all;
}

.tirthDrop.toggletirth.show:after {
    rotate: 180deg;
}

#dropdown_tirt .dropdown-menu {
    width: 100%;
    border-radius: 8px;
    background: var(--base-White, #FFF);
    border: 0px;
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
    padding: 8px;
}


#dropdown_tirt .dropdown-item {
    padding: 10px 24px;
    border-radius: 8px;
    background: transparent;
    color: #4DA4B2;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    /* 25.6px */
}


#dropdown_tirt .dropdown-item.active {
    padding: 10px 24px;
    border-radius: 8px;
    background: #EFF4F5;
    color: #4DA4B2;
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    position: relative;
}

#dropdown_tirt .dropdown-item.active::after {
    
    background-image: url("../img/green_check.svg");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(50%, -50%);
}


.dropdown-menu .dropdown-item:hover {
    background-color: #D9DEDF;
}

.dropdown_menu {
    transition: all 0.2s ease;
}

.dropdown_item.selected::after {
    content: "✓";
    font-weight: bold;
    color: #1E3B40;
}











.con_suc {
    margin-top: 140px;
    display: flex;
    padding: 104px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.tt_1 {
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;

    /* h/02 */
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
    text-transform: capitalize;
    margin-bottom: 16px;
    align-self: stretch;
}

.tt_2 {
    color: var(--brand-Teal-50, #316972);
    text-align: center;

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    margin-bottom: 0px;
    align-self: stretch;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.success_img {
    width: 104px;
    height: 104px;
}

.bottom_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.bottom_contact h1 {
    color: var(--brand-Teal-25, #1E3B40);

    /* h/04 */
    font-family: Figtree;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}

.bottom_contact p {
    color: var(--brand-Teal-50, #316972);
    text-align: center;

    /* p/btns */
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 21.6px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.auth_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    z-index: 23;
}

.reCAPTCHA {
    width: 213.559px;
    height: 56px;
    z-index: 999;
}

.checkboxdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.checkboxdiv p {
    color: var(--brand-Teal-50, #316972);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    margin-bottom: 0px;
}

.checkboxdiv p span {
    color: #4DA4B2;

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.circle-checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.circle-checkbox input {
    display: none;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 4px;
}

/* checked state */
.circle-checkbox input:checked+.checkmark {
    background-color: #F7C113;
    border-color: #F7C113;
}

/* inner white dot */
.circle-checkbox input:checked+.checkmark::after {
    content: "";
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 55%;
    /* move slightly down */
    left: 50%;
    transform: translate(-50%, -50%);
}

.left_contact {
    position: absolute;
    left: 0;
    top: 166px;
}

.right_contact {
    position: absolute;
    right: 0;
    top: 149px;
}

.contact_2 {
    background-color: #FFFFFF;
    position: relative;
    margin-top: -64px;
}

/* contact us end */


.help_3 {
    background-color: #FAF6F4;
    display: flex;
    padding: 80px 24px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    align-self: stretch;
    margin-top: -24px;
}

.help_4 {
    background-color: #FAF6F4
}

.in_help4 {
    display: flex;
    width: 800px;
    max-width: 800px;
    padding: 64px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
}

.in_one h1 {
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;

    /* h/02 */
    font-family: Figtree;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 57.6px */
    text-transform: capitalize;
    margin-bottom: 16px;
    align-self: stretch;
}

.in_one p {
    color: var(--brand-Teal-50, #316972);
    text-align: center;

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    margin-bottom: 0px;
    align-self: stretch;
}

/* faq start */

.faq_sections {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* remove bootstrap arrow */
.custom-faq-accordion .accordion-button::after {
    display: none;
}

/* button layout */
.custom-faq-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: 24px 0px 32px 0px;
    box-shadow: none;
    color: var(--brand-Teal-10, #102023);

    /* p/lrg */
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
}
.custom-faq-accordion .accordion-button:not(.collapsed) {
    padding: 24px 0px 8px 0px;
}

.custom-faq-accordion .accordion-body {
    background: transparent;
    color: var(--brand-Teal-50, #316972);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    padding: 0;
    padding-bottom: 32px;
    padding-right: 49px;
}

.custom-faq-accordion .accordion-button:not(.collapsed) {
    color: var(--brand-Teal-10, #102023);

    /* p/lrg */
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 28px */
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}


.custom-faq-accordion .accordion-item {
    background: transparent;
}


/* icon circle */
.faq-icon {
    width: 28px;
    height: 28px;
    border: 2px solid #5fb6c6;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* base line */
.faq-icon .line {
    position: absolute;
    background: #5fb6c6;
    border-radius: 10px;
}

/* horizontal line */
.faq-icon .horizontal {
    width: 12px;
    height: 2px;
}

/* vertical line */
.faq-icon .vertical {
    width: 2px;
    height: 12px;
    transform-origin: center;
    transform: scaleY(1);
    filter: blur(0px);
    opacity: 1;
    transition:
        transform .35s ease,
        filter .35s ease,
        opacity .35s ease;
}

/* OPEN → minus */
.custom-faq-accordion .accordion-button:not(.collapsed) .vertical {
    transform: scaleY(0);
    filter: blur(4px);
    opacity: 0;
}


.custom-faq-accordion .accordion-collapse.collapsing {
    transition: height 0.45s cubic-bezier(.34, 1.56, .64, 1) !important;
}

.custom-faq-accordion .accordion-collapse {
    transition: height 0.45s cubic-bezier(.34, 1.56, .64, 1) !important;
}
.custom-faq-accordion .accordion-item:first-of-type,
.custom-faq-accordion .accordion-item:last-of-type,
.custom-faq-accordion .accordion-button {
    border-radius: 0 !important;
}
.custom-faq-accordion,
.custom-faq-accordion .accordion-item {
    border: none;
}

/* Add only bottom border */
.custom-faq-accordion .accordion-item {
    border-bottom: 1px solid var(--base-04, #E9E9E9); /* change color if needed */
}
.custom-faq-accordion .accordion-item:first-child {
    border-top: 1px solid #E9E9E9;
}

/* Optional: remove border from last item */
.custom-faq-accordion .accordion-item:last-child {
    border-bottom: none;
}
/* last accordion button when closed */
.custom-faq-accordion .accordion-item:last-child .accordion-button.collapsed {
    padding-bottom: 0;
  }
  
  /* last accordion button when opened */
  .custom-faq-accordion .accordion-item:last-child .accordion-button:not(.collapsed) {
    padding-bottom: 8px;
  }
/* faq end */

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

    .mobile_none {
        display: none;
    }

    .desktop_none {
        display: block;
    }
    .green__button,.small__button {
       min-width: 151px;
       width: auto;
    }

   
    .success_yellow {
        min-width: 200px;
       width: auto;
    }

    

    .help_1 {
        min-height: 524.342px;
        background: url(../img/help1bg_mob.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #FFFFFF;
        z-index: 2;
        position: sticky;
    }

    .help_1_title {
        color: var(--base-White, #FFF);
        text-align: center;
        text-shadow: 0 0 8px #000;

        /* h/01M */
        font-family: Figtree;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */
        text-transform: capitalize;
        align-self: stretch;
        margin-bottom: 0;
    }

    .help_1_title_div {
        padding-top: 221px;
    }

    .down_arrow_t {
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 65.34px;
        left: 50%;
        transform: translateX(-50%);
    }


    .help_2 {
        padding: 40px 24px;
        min-height: 346px;
        background: url(../img/help2_mob_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #FAF6F4;
        z-index: 1;
        position: sticky;
        margin-top: -44px;
    }

    .help2_title {
        color: var(--brand-Teal-25, #1E3B40);

        /* h/02M */
        font-family: Figtree;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 33.6px */
        text-transform: capitalize;
        align-self: stretch;
        margin-bottom: 16px;
    }

    .help2_para {
        color: var(--brand-Teal-50, #316972);

        /* p/std */
        font-family: "Bricolage Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        /* 25.6px */

        align-self: stretch;
        margin-bottom: 0px;
    }

    .help2_inner {
        margin: 0;
        padding: 0;
    }



    /* contact us  */

    .contact_1 {
        min-height: 506.514px;
        background: url(../img/contact_mob_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #FFFFFF;
        z-index: 2;
        position: sticky;
    }

    .contact_title {
        color: var(--brand-Teal-25, #1E3B40);
        text-align: center;

        /* h/01M */
        font-family: Figtree;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */
        text-transform: capitalize;
        margin-bottom: 8px;
    }

    .contact_para {
        color: var(--base-White, #FFF);
        text-align: center;

        /* p/lrg */
        font-family: "Bricolage Grotesque";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 28px */
    }

    .contact_para2 {
        color: var(--brand-Teal-10, #102023);

        /* p/lrg */
        font-family: "Bricolage Grotesque";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .contact_title_div {
        padding-top: 161px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .main_contact {
        width: auto;
        padding: 32px 24px;
    }

    .form_section {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .form_section> :nth-child(5) {
        order: 6;
    }

    .form_section> :nth-child(6) {
        order: 5;
    }

    .form_section textarea {
        order: 7;
    }

    .tirthDrop {
        width: 100%;
    }
    .dropdown  {
        width: 100%;
    }

    .con_suc {
        margin-top: 0px;
        display: flex;
        padding: 104px 24px 40px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
    }

    .tt_1 {
        color: var(--brand-Teal-25, #1E3B40);
        text-align: center;

        /* h/01M */
        font-family: Figtree;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 38.4px */
        text-transform: capitalize;
        align-self: stretch;
    }

    .tt_2 {
        color: var(--brand-Teal-50, #316972);
        text-align: center;

        /* p/std */
        font-family: "Bricolage Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        /* 25.6px */
        align-self: stretch;
    }

    .auth_div {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        align-self: stretch;
    }

    .contact_2 {
        position: relative;
        margin-top: -26px;
    }

    .in_help4 {
        display: flex;
        width: auto;
        max-width: auto;
        padding: 40px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    .in_one h1 {
        color: var(--brand-Teal-25, #1E3B40);
        text-align: center;

        /* h/02M */
        font-family: Figtree;
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 33.6px */
        text-transform: capitalize;
    }

    .in_one p {
        color: var(--brand-Teal-50, #316972);
        text-align: center;

        /* p/std */
        font-family: "Bricolage Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        /* 25.6px */
    }

    /* contact us  end */
.help_postion {
    position: absolute;
    right: 0;
    bottom: -130px;
}
    /* faq sections */

    .faq_sections {
        max-width: auto;
        position: relative;
        z-index: 2;
    }

    .help_3 {

        padding: 40px 24px;
        margin-top: -12px;
    }
    /* faq sections end */

}


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

@media only screen and (min-width: 780px) and (max-width:991px) {}

@media only screen and (min-width: 992px) and (max-width: 1151px) {
    .help_2 {
        
        margin-top: -74px;
    }
    .help2_inner {
        margin-left: 0px;
    }
}

@media only screen and (min-width: 1152px) and (max-width:1279px) {
    .help2_inner {
        margin-left: 0px;
    }
    .help_2 {
        
        margin-top: -74px;
    }
}

@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .help2_inner {
        margin-left: 0px;
    }
    .help_2 {
        
        margin-top: -74px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .help2_inner {
        margin-left: 0px;
    }
    .help_2 {
        
        margin-top: -74px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .help_2 {
        
        margin-top: -74px;
    }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .help_2 {
        
        margin-top: -74px;
    }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {

    .help_2 {
        
        margin-top: -74px;
    }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}