.bi_chevron_left {
    font-size: 0.7rem;
}

.mic_icon_span {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    background-color: var(--grey-50, #F8FAFC);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0rem;
    overflow: hidden;

}

.mic_icon_span>img {
    width: 56px;
    height: 56px;
}

.hubspot_link_anchor {
    text-decoration: none;
}


.success_navigate_link {
    width: 10.375rem;
    height: 3.25rem;
    background: #FF004C 0% 0% no-repeat padding-box;
    border-radius: 12.5625rem;
    text-align: center;
    letter-spacing: -0.021rem;
    color: var(--white, #FFF);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1rem;

    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}


.success_navigate_link:hover {
    color: var(--white, #fff);
    background: var(--primary-red-hover, #D90041) 0% 0% no-repeat padding-box;

}


.bi_plus {
    font-size: 22px;
    color: #A075F8;
}

.role-button.selected .bi_plus {
    font-size: 22px;
    color: #FFF;
}

input[type='radio'] {
    accent-color: #5845E6 !important;
}

.radioBtn {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.buttons_display_none {
    display: none;
}

.loader_contact_us {
    width: 48px;
    height: 48px;
    border: 5px solid #94a3b8;
    border-bottom-color: #5845E6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotationLoader 1s linear infinite;
}

@keyframes rotationLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.clients_image_wrapper>img {
    max-height: 34px;
    max-width: 150px;
}

.iti__flag {
    width: 20px;
    height: 11px;
}

.browse_file_button {
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #A075F8;
    padding: 9px 14px;
    border-radius: 8px;
    background: #F5F6FF;
    color: #A075F8;


}

.browse_file_button:hover {
    color: var(--font-highlight-color, #4A41E0);
}

@media (max-width: 576px) {
    .contact_us_main_wrapper {
        width: 100%;
        background: var(--white, #FFF) 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0rem;
        min-height: 100vh;

    }

    .back_to_previous_link {
        width: 100%;
        padding: 0.75rem 1rem;
        position: fixed;
        top: 0px;

    }

    .why_choose_hyno_wrapper {
        width: fit-content;
        padding: 0rem;
        width: 100%;
        display: none;
    }



    .why_choose_hyno_heading {
        text-align: center;
        letter-spacing: 0rem;
        color: #25313C;
        opacity: 1;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: -3rem;
        font-size: 1.31rem;
        line-height: 2.5rem;

        font-weight: bold;
        margin-top: 0rem;

        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0rem;
        margin-top: 5.4rem;
    }



    .why_hyno_logo {
        width: 4.5rem;
        height: 2.03125rem;


    }


    .connect_with_us_responsive_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 3.5rem;
        width: 100%;
        background-color: var(--white, #FFF);
        padding: 1.25rem 0rem;

        box-shadow: -1px -3px 14px 0px rgba(0, 0, 0, 0.32);
        -webkit-box-shadow: -1px -3px 14px 0px rgba(0, 0, 0, 0.32);
        -moz-box-shadow: -1px -3px 14px 0px rgba(0, 0, 0, 0.32);

    }

    .connect_with_us_responsive_wrapper_div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        margin-right: 1rem;
    }

    .connect_with_link {
        text-align: center;
        letter-spacing: -0.4px;
        color: #5845E6;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        display: flex;
        gap: 0.25rem;
    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: center;
        letter-spacing: 0rem;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        margin-top: 0rem;
    }

    .form_details_main_wrapper {
        width: 100%;
        padding: 0rem;


    }

    .form_details_wrapper {

        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem 0rem 0rem 0rem;
        min-height: 100vh;
    }

    .form_details_wrapper_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 4rem 1rem 6rem 1rem;
        min-height: calc(100% - 9rem) !important;
        overflow-y: scroll;



    }


    .form_details_wrapper_active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 1.25rem;


    }


    .steps_indicator_text {
        color: var(--grey-500, #64748B);
        font-size: 0.875rem;
        line-height: 1.5rem;

        font-weight: 600;
        margin-bottom: 0rem;

    }


    .roles_display_wrapper {
        display: flex;
        flex-wrap: wrap;

        gap: 0.75rem;
        padding: 0rem 0rem 1rem 0rem;
    }


    .role-button {
        display: inline-block;

        cursor: pointer;
        border-radius: 1.75rem;
        border: 2px solid #A075F8;
        background: #F5F6FF;
        text-align: center;
        letter-spacing: -0.38px;
        color: #A075F8;
        font-size: 1rem;
        line-height: 1rem;

        padding: 0.5rem 1.25rem;
        height: 2.875rem;
        min-width: fit-content !important;
        flex: 1;
    }

    .role-button.selected {
        background: #5845E6 0% 0% no-repeat padding-box;
        border: none;
        text-align: center;
        color: var(--white, #FFF);
        min-width: fit-content !important;
        flex: 1;
        border: 2px solid #5845E6;

    }

    .error_message {
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--primary-red, #FE004C);
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;

        font-weight: normal;
        margin-bottom: 0rem;
        margin-top: -0.5rem;
        margin-bottom: 1rem;

    }

    .submit_buttons_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);

    }

    .loader_success_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        position: fixed;
        width: 100%;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);

    }


    .previous_button {

        border-radius: 1.75rem;

        text-align: center;
        letter-spacing: -0.4px;


        min-width: 8.5rem;
        height: 3rem;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight);
        cursor: pointer;
        width: 100%;

        background-color: transparent;
        color: var(--grey-900, #0F172A);
        border: 1px solid var(--grey-900, #0F172A);
        text-transform: uppercase;
    }

    .next_button {
        background: var(--primary-red, #FE004C) 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        opacity: 1;
        text-align: center;
        letter-spacing: -0.4px;
        color: var(--white, #FFF);
        opacity: 1;
        min-width: 8.5rem;
        height: 3rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight);
        cursor: pointer;
        width: 100%;
        text-transform: uppercase;

    }

    .experience_display_wrapper {

        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.625rem 1.75rem;

        margin-top: -0.25rem;
        margin-bottom: 0.75rem;
    }

    .experience_wrap {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .experience_button {
        display: inline-block;
        cursor: pointer;
        letter-spacing: -0.4px;
        color: #1E293B;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 400;
        margin-top: -0.15rem;

    }


    .description_text_area {
        width: calc(100% - 2rem) !important;
        height: 11rem !important;
        background: #F8FAFC 0% 0% no-repeat padding-box;
        border: 1px solid #CBD5E1;
        border-radius: 0.5rem;
        opacity: 1;
        overflow-y: scroll;
        padding: 1.125rem 1.625rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: #64748B;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        outline: none;
        margin: 1.25rem 1rem 0rem 1rem;
    }


    .upload_resume_container_label {
        background: #F1F5F9 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 1.1875rem 1.5rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: #7364EA;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        margin: 0rem 1rem;
        text-decoration: underline;
    }

    .upload_input_file {
        display: none;
    }

    .file_name_text {
        text-align: center;
        letter-spacing: 0rem;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
    }

    .upload_text {
        text-align: center;
        text-decoration: underline;
        letter-spacing: -0.38px;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
        display: none;
    }

    .question_display_wrapper {
        width: 100%;
    }



    .details_label {
        color: var(--grey-600, #334155);
        font-size: 1rem;
        font-weight: 500;

        cursor: pointer;

    }

    .details_input {
        width: calc(100% - 0rem);
        border-radius: 0.625rem;
        border: 1px solid var(--grey-300, #CBD5E1);
        border-bottom: 1px solid #dedede;
        padding: 0.5rem;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.125rem;
        outline: none;
        margin-top: 0.25rem;

        font-weight: 500;
        margin-bottom: 1rem;


    }

    .details_input_empty {

        border: 1px solid var(--Primary-red, #FF004C);
    }

    .message_wrapper {
        background-image: url('./images/update/Rectangle_8.png');
        width: 100%;
        height: 18.5rem;
        flex-shrink: 0;
        padding: 2.375rem;

    }



    .client_image_contact {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        border-radius: 62px;
        border: 3px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(160, 117, 248, 0.15);
    }

    .clients_review_wrapper {

        opacity: 1;
        display: none;
    }

    .clients_connect_with_wrapper {

        opacity: 1;

    }

    .clients_image_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem 2.25rem;
        display: none;
    }

    .clients_logo_image {
        opacity: 1;
        max-height: 1.5rem;
    }

    .clients_logo_image_1 {
        opacity: 1;
        max-height: 2.25rem;
    }


    .connect_with_us_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 4.25rem;
        width: 100%;
        background-color: var(--white, #FFF);
        padding: 1.25rem 1rem;
        -webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.23);
        box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.23);


    }

    .speak_with_us_wrapper {
        display: flex;
        align-items: center;
        gap: 1.125rem;
        width: 100%;
    }

    .connect_with_us_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;

        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        margin-bottom: 0rem;
    }

    .connect_with_link {
        letter-spacing: -0.4px;
        color: #7C3CFF;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.5rem;

        font-weight: 500;
        margin-bottom: 0rem;

    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        font: normal normal normal 16px/46px Figtree;
        letter-spacing: -0.4px;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 0.375rem;
    }



}

@media (min-width: 577px) and (max-width: 768px) {
    .contact_us_main_wrapper {
        width: 100vw;
        background: var(--white, #FFF) 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0rem;
        min-height: 100vh;
    }

    .why_choose_hyno_wrapper {
        width: fit-content;
        padding: 0rem 1rem;
        display: none;
    }

    .back_to_previous_link {
        width: 100%;
        padding: 0.75rem 1rem;
        position: fixed;
        top: 0px;

    }




    .why_choose_hyno_heading {
        text-align: center;
        letter-spacing: 0rem;
        color: #25313C;
        opacity: 1;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: -3rem;
        font-size: 1.31rem;
        line-height: 2.5rem;

        font-weight: bold;
        margin-top: 0rem;

        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0rem;
        margin-top: 5.4rem;
    }



    .why_hyno_logo {
        width: 4.5rem;
        height: 2.03125rem;


    }

    .connect_with_us_wrapper {
        display: none;


    }

    .connect_with_us_responsive_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 3.5rem;
        width: 30rem;
        background-color: var(--white, #FFF);
        padding: 1.25rem 0rem;
    }

    .connect_with_us_responsive_wrapper_div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;

    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        margin-right: 1rem;
    }

    .connect_with_link {
        text-align: center;
        letter-spacing: -0.4px;
        color: #5845E6;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        display: flex;
        gap: 0.25rem;
    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        letter-spacing: 0rem;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        margin-top: 0rem;
    }

    .form_details_main_wrapper {
        width: 100%;
        padding: 0rem;
        display: flex;
        flex-direction: column;
        align-items: center;


    }

    .form_details_wrapper {

        display: flex;
        flex-direction: column;
        max-width: 38rem;
        padding: 1rem 0rem 1.25rem 0rem;


    }

    .form_details_wrapper_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: calc(100% - 9rem) !important;
        overflow-y: scroll;
        padding-bottom: 9rem;
        padding-top: 3.25rem;

    }


    .form_details_wrapper_active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 1.25rem;


    }



    .steps_indicator_text {
        color: var(--grey-500, #64748B);
        font-size: 0.875rem;
        line-height: 1.5rem;

        font-weight: 600;
        margin-bottom: 0rem;
    }



    .roles_display_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }


    .role-button {
        display: inline-block;

        cursor: pointer;
        border-radius: 1.75rem;
        border: 2px solid #A075F8;
        background: #F5F6FF;
        text-align: center;
        letter-spacing: -0.38px;
        color: #A075F8;
        font-size: 1rem;
        line-height: 1rem;

        padding: 0.5rem 1.25rem;
        height: 2.875rem;
        min-width: fit-content !important;
        flex: 1;
    }

    .role-button.selected {
        background: #5845E6 0% 0% no-repeat padding-box;
        border: none;
        text-align: center;
        color: var(--white, #FFF);
        min-width: fit-content !important;
        flex: 1;
        border: 2px solid #5845E6;

    }

    .error_message {
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--primary-red, #FE004C);
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;

        font-weight: normal;
        margin-bottom: 0rem;
        margin-top: -0.5rem;
        margin-bottom: 1rem;

    }

    .submit_buttons_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        padding: 0rem 1rem 0.5rem 1rem;
        background-color: var(--white, #FFF);


    }

    .previous_button {

        border-radius: 1.75rem;
        text-align: center;
        letter-spacing: -0.4px;
        color: #212121;
        min-width: 8.5rem;
        height: 3.25rem;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight);
        cursor: pointer;
        background-color: transparent;
        color: var(--grey-900, #0F172A);
        border: 1px solid var(--grey-900, #0F172A);
        text-transform: uppercase;


    }

    .next_button {
        background: var(--primary-red, #FE004C) 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        text-align: center;
        letter-spacing: -0.4px;
        color: var(--white, #FFF);
        min-width: 8.5rem;
        height: 3.25rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight);
        cursor: pointer;
        text-transform: uppercase;


    }

    .loader_success_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        position: fixed;
        width: 100%;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);

    }

    .experience_display_wrapper {

        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2.875rem;
        margin-top: -0.25rem;
        margin-bottom: 1rem;



    }

    .experience_wrap {
        display: flex;
        align-items: center;

        gap: 0.5rem;

    }

    .experience_button {
        display: inline-block;
        cursor: pointer;
        letter-spacing: -0.4px;
        color: #1E293B;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 400;
        margin-top: -0.15rem;

    }


    .description_text_area {
        width: 100% !important;
        height: 14rem !important;
        background: #F8FAFC 0% 0% no-repeat padding-box;
        border: 1px solid #CBD5E1;
        color: #64748B;
        border-radius: 0.5rem;
        opacity: 1;
        overflow-y: scroll;
        padding: 1.125rem 1.625rem;
        text-align: left;
        letter-spacing: -0.38px;

        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        outline: none;
    }


    .upload_resume_container_label {
        background: #F1F5F9 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 1.1875rem 1.5rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: #7364EA;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        text-decoration: underline;
    }

    .upload_input_file {
        display: none;
    }

    .file_name_text {
        text-align: center;
        letter-spacing: 0rem;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
    }

    .upload_text {
        text-align: center;
        text-decoration: underline;
        letter-spacing: -0.38px;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
        display: none;
    }

    .question_display_wrapper {
        width: 30rem;

    }

    .details_label {
        color: var(--grey-600, #334155);
        font-size: 1rem;
        font-weight: 500;

        cursor: pointer;

    }

    .details_input {
        width: 100%;
        border-radius: 0.625rem;
        border: 1px solid var(--grey-300, #CBD5E1);
        border-bottom: 1px solid #dedede;
        padding: 0.5rem;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 0.75rem;
        outline: none;
        margin-top: 0.25rem;

        font-weight: 500;


    }

    .details_input_empty {

        border: 1px solid var(--primary-red, #FF004C);
    }


    .message_wrapper {
        background-image: url('./images/update/Rectangle_8.png');
        width: 100%;
        height: 18.5rem;
        flex-shrink: 0;
        padding: 2.375rem;
    }


    .client_image_contact {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        border-radius: 62px;
        border: 3px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(160, 117, 248, 0.15);
    }

    .clients_review_wrapper {
        display: none;
        opacity: 1;
    }

    .clients_connect_with_wrapper {

        opacity: 1;

    }

    .clients_image_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem 2.25rem;
        display: none;
    }

    .clients_logo_image {
        opacity: 1;
        max-height: 1.5rem;
    }

    .clients_logo_image_1 {
        opacity: 1;
        max-height: 2.25rem;
    }


    .speak_with_us_wrapper {
        display: flex;
        align-items: center;
        gap: 1.125rem;
        width: 100%;
    }

    .connect_with_us_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;

        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        margin-bottom: 0rem;
    }

    .connect_with_link {
        letter-spacing: -0.4px;
        color: #7C3CFF;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.5rem;

        font-weight: 500;
        margin-bottom: 0rem;

    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        font: normal normal normal 16px/46px Figtree;
        letter-spacing: -0.4px;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 0.375rem;
    }

}

@media (min-width: 769px) and (max-width: 992px) {
    .contact_us_main_wrapper {
        width: 100vw;
        background: var(--white, #FFF) 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0rem;
        min-height: 100vh;
    }

    .why_choose_hyno_wrapper {
        width: fit-content;
        padding: 0rem 1rem;
        display: none;
    }

    .back_to_previous_link {
        width: 100%;
        padding: 0.75rem 1rem;
        position: fixed;
        top: 0px;

    }





    .why_choose_hyno_heading {
        text-align: center;
        letter-spacing: 0rem;
        color: #25313C;
        opacity: 1;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: -3rem;
        font-size: 1.31rem;
        line-height: 2.5rem;

        font-weight: bold;
        margin-top: 0rem;

        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0rem;
        margin-top: 5.4rem;
    }



    .why_hyno_logo {
        width: 4.5rem;
        height: 2.03125rem;


    }

    .connect_with_us_wrapper {
        display: none;


    }

    .connect_with_us_responsive_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 3.5rem;
        width: 39rem;
        background-color: var(--white, #FFF);
        padding: 1.25rem 0rem;



    }

    .connect_with_us_responsive_wrapper_div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        margin-right: 1rem;
    }

    .connect_with_link {
        text-align: center;
        letter-spacing: -0.4px;
        color: #5845E6;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        display: flex;
        gap: 0.25rem;
    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        letter-spacing: 0rem;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        margin-top: 0rem;
    }

    .form_details_main_wrapper {
        width: 100%;
        padding: 0rem;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 39rem;
    }

    .form_details_wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem 0rem 1.25rem 0rem;
        min-height: 100vh;

    }


    .form_details_wrapper_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;


        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: calc(100% - 9rem) !important;
        overflow-y: scroll;
        padding: 4rem 1rem 9rem 0rem;




    }



    .form_details_wrapper_active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 1.25rem;


    }



    .steps_indicator_text {
        color: var(--grey-500, #64748B);
        font-size: 0.875rem;
        line-height: 1.5rem;

        font-weight: 600;
        margin-bottom: 0rem;
    }


    .roles_display_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .role-button {
        display: inline-block;

        cursor: pointer;
        border-radius: 1.75rem;
        border: 2px solid #A075F8;
        background: #F5F6FF;
        text-align: center;
        letter-spacing: -0.38px;
        color: #A075F8;
        font-size: 1rem;
        line-height: 1rem;

        padding: 0.5rem 1.25rem;
        height: 2.875rem;
        min-width: fit-content !important;
        flex: 1;
    }

    .role-button.selected {
        background: #5845E6 0% 0% no-repeat padding-box;
        border: none;
        text-align: center;
        color: var(--white, #FFF);
        min-width: fit-content !important;
        flex: 1;
    }

    .error_message {
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--primary-red, #FE004C);
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;

        font-weight: normal;
        margin-bottom: 0rem;
        margin-top: -0.5rem;
        margin-bottom: 1rem;

    }

    .submit_buttons_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);



    }

    .previous_button {

        border-radius: 1.75rem;

        text-align: center;
        letter-spacing: -0.4px;
        color: #212121;

        min-width: 8.5rem;
        height: 3.25rem;

        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;

        background-color: transparent;
        color: var(--grey-900, #0F172A);
        border: 1px solid var(--grey-900, #0F172A);
        text-transform: uppercase;

    }

    .next_button {
        background: var(--primary-red, #FE004C) 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        opacity: 1;
        text-align: center;
        letter-spacing: -0.4px;
        color: var(--white, #FFF);
        opacity: 1;
        min-width: 8.5rem;
        height: 3.25rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;
        text-transform: uppercase;

    }

    .loader_success_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        position: fixed;
        width: 100%;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);

    }

    .experience_display_wrapper {

        width: 100%;
        display: flex;
        align-items: center;
        gap: 2.875rem;
        margin-top: -0.25rem;
        margin-bottom: 0.75rem;



    }

    .experience_wrap {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .experience_button {
        display: inline-block;
        cursor: pointer;
        letter-spacing: -0.4px;
        color: #1E293B;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 400;
        margin-top: -0.15rem;

    }




    .description_text_area {
        width: 100% !important;
        height: 14rem !important;
        background: #F8FAFC 0% 0% no-repeat padding-box;
        border: 1px solid #CBD5E1;
        color: #64748B;
        border-radius: 0.5rem;
        opacity: 1;
        overflow-y: scroll;
        padding: 1.125rem 1.625rem;
        text-align: left;
        letter-spacing: -0.38px;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        outline: none;
    }


    .upload_resume_container_label {
        background: #F1F5F9 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 1.1875rem 1.5rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: #7364EA;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        text-decoration: underline;
    }

    .upload_input_file {
        display: none;
    }

    .file_name_text {
        text-align: center;
        letter-spacing: 0rem;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
    }

    .upload_text {
        text-align: center;
        text-decoration: underline;
        letter-spacing: -0.38px;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
        display: none;
    }

    .question_display_wrapper {
        width: 100%;

    }

    .details_label {
        color: var(--grey-600, #334155);
        font-size: 1rem;
        font-weight: 500;

        cursor: pointer;

    }

    .details_input {
        width: 100%;
        border-radius: 0.625rem;
        border: 1px solid var(--grey-300, #CBD5E1);
        border-bottom: 1px solid #dedede;
        padding: 0.5rem;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 1rem;
        outline: none;
        margin-top: 0.25rem;

        font-weight: 500;


    }

    .details_input_empty {

        border: 1px solid var(--primary-red, #FF004C);
    }



    .message_wrapper {
        background-image: url('./images/update/Rectangle_8.png');
        width: 100%;
        height: 18.5rem;
        flex-shrink: 0;
        padding: 2.375rem;
    }




    .client_image_contact {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        border-radius: 62px;
        border: 3px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(160, 117, 248, 0.15);
    }

    .clients_review_wrapper {
        display: none;
        opacity: 1;
    }

    .clients_connect_with_wrapper {

        opacity: 1;

    }

    .clients_image_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem 2.25rem;
        display: none;
    }

    .clients_logo_image {
        opacity: 1;
        max-height: 1.5rem;
    }

    .clients_logo_image_1 {
        opacity: 1;
        max-height: 2.25rem;
    }


    .speak_with_us_wrapper {
        display: flex;
        align-items: center;
        gap: 1.125rem;
        width: 100%;
    }

    .connect_with_us_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;

        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        margin-bottom: 0rem;
    }

    .connect_with_link {
        letter-spacing: -0.4px;
        color: #7C3CFF;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.5rem;

        font-weight: 500;
        margin-bottom: 0rem;

    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        font: normal normal normal 16px/46px Figtree;
        letter-spacing: -0.4px;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 0.375rem;
    }



}

@media (min-width: 993px) and (max-width: 1199px) {
    .contact_us_main_wrapper {
        width: 100vw;
        background: var(--white, #FFF) 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0rem;
        min-height: 100vh;
    }

    .why_choose_hyno_wrapper {
        width: fit-content;
        padding: 0rem 1rem;
        display: none;
    }

    .back_to_previous_link {
        width: 100%;
        padding: 0.75rem 1rem;
        position: fixed;
        top: 0px;

    }





    .why_choose_hyno_heading {
        text-align: center;
        letter-spacing: 0rem;
        color: #25313C;
        opacity: 1;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        margin-bottom: -3rem;
        font-size: 1.31rem;
        line-height: 2.5rem;

        font-weight: bold;
        margin-top: 0rem;

        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0rem;
        margin-top: 5.4rem;
    }



    .why_hyno_logo {
        width: 4.5rem;
        height: 2.03125rem;


    }

    .connect_with_us_wrapper {
        display: none;


    }

    .connect_with_us_responsive_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 3.5rem;
        width: 39rem;
        background-color: var(--white, #FFF);
        padding: 1.25rem 0rem;



    }

    .connect_with_us_responsive_wrapper_div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        margin-right: 1rem;
    }

    .connect_with_link {
        text-align: center;
        letter-spacing: -0.4px;
        color: #5845E6;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: 500;
        display: flex;
        gap: 0.25rem;
    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        letter-spacing: 0rem;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        margin-top: 0rem;
    }

    .form_details_main_wrapper {
        width: 100%;
        padding: 0rem;
        background-color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 39rem;
    }

    .form_details_wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1rem 0rem 1.25rem 0rem;
        min-height: 100vh;

    }


    .form_details_wrapper_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;


        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: calc(100% - 9rem) !important;
        overflow-y: scroll;
        padding: 4rem 1rem 9rem 0rem;




    }



    .form_details_wrapper_active {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 1.25rem;


    }


    .steps_indicator_text {
        color: var(--grey-500, #64748B);
        font-size: 0.875rem;
        line-height: 1.5rem;

        font-weight: 600;
        margin-bottom: 0rem;
    }



    .roles_display_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .role-button {
        display: inline-block;

        cursor: pointer;
        border-radius: 1.75rem;
        border: 2px solid #A075F8;
        background: #F5F6FF;
        text-align: center;
        letter-spacing: -0.38px;
        color: #A075F8;
        font-size: 1rem;
        line-height: 1rem;

        padding: 0.5rem 1.25rem;
        height: 2.875rem;
        min-width: fit-content !important;
        flex: 1;
    }

    .role-button.selected {
        background: #5845E6 0% 0% no-repeat padding-box;
        border: none;
        text-align: center;
        color: var(--white, #FFF);
        min-width: fit-content !important;
        flex: 1;
        border: 2px solid #5845E6;

    }

    .error_message {
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--primary-red, #FE004C);
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;

        font-weight: normal;
        margin-bottom: 0rem;
        margin-top: -0.5rem;
        margin-bottom: 1rem;

    }

    .submit_buttons_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        position: fixed;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);



    }

    .previous_button {
        border-radius: 1.75rem;

        text-align: center;
        letter-spacing: -0.4px;
        min-width: 8.5rem;
        height: 3.25rem;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;
        background-color: transparent;
        color: var(--grey-900, #0F172A);
        border: 1px solid var(--grey-900, #0F172A);
        text-transform: uppercase;

    }

    .next_button {
        background: var(--primary-red, #FE004C) 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        opacity: 1;
        text-align: center;
        letter-spacing: -0.4px;
        color: var(--white, #FFF);
        opacity: 1;
        min-width: 8.5rem;
        height: 3.25rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;
        text-transform: uppercase;

    }

    .loader_success_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        position: fixed;
        width: 100%;
        bottom: 0rem;
        right: 0rem;
        padding: 0.75rem 1rem;
        background-color: var(--white, #FFF);

    }


    .experience_display_wrapper {

        width: 100%;
        display: flex;
        align-items: center;
        gap: 2.875rem;
        margin-top: -0.25rem;
        margin-bottom: 0.75rem;



    }

    .experience_wrap {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .experience_button {
        display: inline-block;
        cursor: pointer;
        letter-spacing: -0.4px;
        color: #1E293B;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 400;
        margin-top: -0.15rem;

    }




    .description_text_area {
        width: 100% !important;
        height: 14rem !important;
        background: #F8FAFC 0% 0% no-repeat padding-box;
        border: 1px solid #CBD5E1;
        color: #64748B;
        border-radius: 0.5rem;
        opacity: 1;
        overflow-y: scroll;
        padding: 1.125rem 1.625rem;
        text-align: left;
        letter-spacing: -0.38px;
        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        outline: none;
    }


    .upload_resume_container_label {
        background: #F1F5F9 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 1.1875rem 1.5rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: #7364EA;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        text-decoration: underline;
    }

    .upload_input_file {
        display: none;
    }

    .file_name_text {
        text-align: center;
        letter-spacing: 0rem;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
    }

    .upload_text {
        text-align: center;
        text-decoration: underline;
        letter-spacing: -0.38px;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
        display: none;
    }

    .question_display_wrapper {
        width: 100%;

    }

    .details_label {
        color: var(--grey-600, #334155);
        font-size: 1rem;
        font-weight: 500;

        cursor: pointer;

    }

    .details_input {
        width: 100%;
        border-radius: 0.625rem;
        border: 1px solid var(--grey-300, #CBD5E1);
        border-bottom: 1px solid #dedede;
        padding: 0.5rem;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 1rem;
        outline: none;
        margin-top: 0.25rem;

        font-weight: 500;


    }

    .details_input_empty {

        border: 1px solid var(--primary-red, #FF004C);
    }



    .message_wrapper {
        background-image: url('./images/update/Rectangle_8.png');
        width: 100%;
        height: 18.5rem;
        flex-shrink: 0;
        padding: 2.375rem;
    }




    .client_image_contact {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        border-radius: 62px;
        border: 3px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(160, 117, 248, 0.15);
    }

    .clients_review_wrapper {
        display: none;
        opacity: 1;
    }

    .clients_connect_with_wrapper {

        opacity: 1;

    }

    .clients_image_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1rem 2.25rem;
        display: none;
    }

    .clients_logo_image {
        opacity: 1;
        max-height: 1.5rem;
    }

    .clients_logo_image_1 {
        opacity: 1;
        max-height: 2.25rem;
    }


    .speak_with_us_wrapper {
        display: flex;
        align-items: center;
        gap: 1.125rem;
        width: 100%;
    }

    .connect_with_us_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .connect_with_text {
        text-align: left;
        letter-spacing: -0.4px;
        color: var(--grey-900, #0F172A);
        opacity: 1;
        font-size: 1rem;

        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        margin-bottom: 0rem;
    }

    .connect_with_link {
        letter-spacing: -0.4px;
        color: #7C3CFF;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.5rem;

        font-weight: 500;
        margin-bottom: 0rem;

    }

    .telephone_fill {
        color: #5845E6;
    }

    .speak_to_an_expert {
        text-align: left;
        font: normal normal normal 16px/46px Figtree;
        letter-spacing: -0.4px;
        color: #6E6E6E;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-top: 0.375rem;
    }



}

@media (min-width: 1200px) and (max-width:1399px) {
    .contact_us_main_wrapper {
        background: var(--white);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        overflow-y: scroll;


    }

    .why_choose_hyno_wrapper {
        width: 27rem;
        /* height: clamp(32rem, 90vh, 38rem); */
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: start;


    }

    .why_choose_hyno_wrapper_none {
        display: block;
    }



    .why_choose_hyno_heading {
        text-align: left;
        letter-spacing: 0rem;
        color: #25313C;
        opacity: 1;
        display: flex;
        align-items: center;
        gap: 13px;
        margin-left: 1.1875rem;
        margin-bottom: -3rem;
        font-size: 2.5rem;
        line-height: 2.5rem;

        font-weight: bold;
        margin-top: 2rem;
    }


    .why_hyno_logo {
        width: 6.75rem;
        height: 3.25rem;
        margin-top: 1rem;
        position: absolute;
        margin-left: 1rem;
        top: 0px;

    }

    .connect_with_us_wrapper {
        padding: 1rem;
        margin-top: 2.25rem;
        border-radius: 1rem;
        background: var(--primary-violet, #8B5CF6);


    }

    .connect_with_us_responsive_wrapper {
        display: none;
    }

    .speak_with_us_wrapper {
        display: flex;
        align-items: center;
        gap: 1.125rem;
        width: 100%;
    }

    .connect_with_us_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .connect_with_text {
        letter-spacing: -0.4px;
        color: #FFF;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        margin-bottom: 0rem;
    }

    .connect_with_link {
        letter-spacing: -0.4px;
        color: #7C3CFF;
        opacity: 1;
        font-size: 1.125rem;
        line-height: 2rem;

        font-weight: 600;
        margin-bottom: 0rem;

    }

    .form_details_main_wrapper {
        width: 46rem;
        height: clamp(32rem, 90vh, 38rem);
        margin-left: 5rem;




    }

    .form_details_wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        flex-shrink: 0;

    }

    .form_details_wrapper_active {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        flex-shrink: 0;
    }

    .steps_indicator_text {
        color: var(--grey-500, #64748B);
        font-size: 0.875rem;
        line-height: 1.5rem;

        font-weight: 600;
        margin-bottom: 0rem;
    }



    .roles_display_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem;
    }


    .role-button {
        display: inline-block;
        cursor: pointer;
        border-radius: 1.75rem;
        border: 2px solid #A075F8;
        background: #F5F6FF;
        text-align: center;
        letter-spacing: -0.38px;
        color: #A075F8;
        font-size: 1rem;
        line-height: 1rem;

        font-weight: normal;
        padding: 0.75rem 1.25rem;
        min-width: fit-content !important;
        font-weight: 600;
        display: flex;
        align-items: center;

    }

    .role-button.selected {
        background: #5845E6 0% 0% no-repeat padding-box;
        border: none;
        text-align: center;
        color: var(--white, #FFF);
        min-width: fit-content !important;
        border: 2px solid #5845E6;


    }

    .error_message {
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--primary-red, #FE004C);
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;

        font-weight: normal;
        margin-top: -0.5rem;
        margin-bottom: 1rem;
    }

    .submit_buttons_wrapper {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2.25rem;

    }

    .previous_button {

        border-radius: 1.625rem;
        text-align: center;
        letter-spacing: -0.4px;
        width: 8.5rem;
        height: 3.25rem;

        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;
        background-color: transparent;
        color: var(--grey-900, #0F172A);
        border: 1px solid var(--grey-900, #0F172A);
        text-transform: uppercase;
    }

    .previous_button:hover {
        background: var(--grey-50, #f8fafc);
        color: var(--grey-900, #0F172A);
    }

    .loader_success_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        width: 37rem;



    }


    .next_button {
        background: var(--primary-red, #FE004C) 0% 0% no-repeat padding-box;
        border-radius: 1.625rem;
        opacity: 1;
        text-align: center;
        letter-spacing: -0.4px;
        color: var(--white, #FFF);
        opacity: 1;
        width: 8.5rem;
        height: 3.25rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;
        text-transform: uppercase;
    }

    .next_button:hover {
        color: var(--grey-50, #F8FAFC);
        background: var(--primary-red-hover, #D90041);
    }

    .experience_display_wrapper {

        width: 100%;
        display: flex;
        align-items: center;
        gap: 2.875rem;
        margin-top: -0.25rem;
        margin-bottom: 0.75rem;



    }

    .experience_wrap {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .experience_button {
        display: inline-block;
        cursor: pointer;
        letter-spacing: -0.4px;
        color: #1E293B;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 400;
        margin-top: -0.15rem;

    }




    .description_text_area {
        width: 38.5rem !important;
        height: 17rem !important;
        background: #F8FAFC 0% 0% no-repeat padding-box;
        border: 1px solid #CBD5E1;
        color: #64748B;
        border-radius: 0.5rem;
        opacity: 1;
        overflow-y: scroll;
        padding: 1.125rem 1.625rem;
        text-align: left;
        letter-spacing: -0.38px;

        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        outline: none;
    }

    .upload_resume_container_label {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 1.1875rem 1.5rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        background: #F1F5F9 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;

    }

    .file_name_text {
        color: #64748B;
    }

    .upload_input_file {
        display: none;
    }

    .upload_text {
        text-align: center;
        text-decoration: underline;
        letter-spacing: -0.38px;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
    }

    .question_display_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .details_label {
        color: var(--grey-600, #334155);
        font-size: 1rem;
        font-weight: 500;

        cursor: pointer;

    }

    .details_input {

        border-radius: 0.625rem;
        border: 1px solid var(--grey-300, #CBD5E1);
        border-bottom: 1px solid #dedede;
        padding: 0.5rem;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 1rem;
        outline: none;
        margin-top: 0.25rem;

        font-weight: 500;
        height: 2.75rem !important;
        width: 37rem;
        overflow-y: scroll;

    }

    .details_input_empty {

        border: 1px solid var(--Primary-red, #FF004C);
    }


    .message_wrapper {
        width: 100%;

    }



    .client_image_contact {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        border-radius: 62px;
        border: 3px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(160, 117, 248, 0.15);
    }

    .clients_review_wrapper {
        padding-bottom: 3rem;
        /* padding-top: 2rem; */
        opacity: 1;

    }

    .clients_connect_with_wrapper {

        opacity: 1;

    }

    .clients_image_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.5rem 3rem;
    }

    .clients_logo_image {
        opacity: 1;
        max-height: 1.5rem;
    }

    .clients_logo_image_1 {
        opacity: 1;
        max-height: 2.25rem;
    }




}

@media (min-width: 1400px) {
    .contact_us_main_wrapper {
        background: #FFF;
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        overflow-y: scroll;


    }

    .why_choose_hyno_wrapper {
        width: 27rem;
        /* height: clamp(32rem, 90vh, 38rem); */
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: start;


    }

    .why_choose_hyno_wrapper_none {
        display: block;
    }



    .why_choose_hyno_heading {
        text-align: left;
        letter-spacing: 0rem;
        color: #25313C;
        opacity: 1;
        display: flex;
        align-items: center;
        gap: 13px;
        margin-left: 1.1875rem;
        margin-bottom: -3rem;
        font-size: 2.5rem;
        line-height: 2.5rem;

        font-weight: bold;
        margin-top: 2rem;
    }


    .why_hyno_logo {
        width: 6.75rem;
        height: 3.25rem;
        margin-top: 1rem;
        position: absolute;
        margin-left: 1rem;
        top: 0px;

    }

    .connect_with_us_wrapper {
        padding: 1rem;
        margin-top: 2.25rem;
        border-radius: 1rem;
        background: var(--primary-violet, #8B5CF6);


    }

    .connect_with_us_responsive_wrapper {
        display: none;
    }

    .speak_with_us_wrapper {
        display: flex;
        align-items: center;
        gap: 1.125rem;
        width: 100%;
    }

    .connect_with_us_text {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .connect_with_text {
        letter-spacing: -0.4px;
        color: #FFF;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 500;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-shrink: 0;
        margin-bottom: 0rem;
    }

    .connect_with_link {
        letter-spacing: -0.4px;
        color: #7C3CFF;
        opacity: 1;
        font-size: 1.125rem;
        line-height: 2rem;

        font-weight: 600;
        margin-bottom: 0rem;

    }

    .form_details_main_wrapper {
        width: 46rem;
        height: clamp(32rem, 90vh, 38rem);
        margin-left: 5rem;




    }

    .form_details_wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        flex-shrink: 0;

    }

    .form_details_wrapper_active {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
        flex-shrink: 0;
    }

    .steps_indicator_text {
        color: var(--grey-500, #64748B);
        font-size: 0.875rem;
        line-height: 1.5rem;

        font-weight: 600;
        margin-bottom: 0rem;
    }



    .roles_display_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 2rem;
    }


    .role-button {
        display: inline-block;
        cursor: pointer;
        border-radius: 1.75rem;
        border: 2px solid #A075F8;
        background: #F5F6FF;
        text-align: center;
        letter-spacing: -0.38px;
        color: #A075F8;
        font-size: 1rem;
        line-height: 1rem;

        font-weight: normal;
        padding: 0.75rem 1.25rem;
        min-width: fit-content !important;
        font-weight: 600;
        display: flex;
        align-items: center;

    }

    .role-button.selected {
        background: #5845E6 0% 0% no-repeat padding-box;
        border: none;
        text-align: center;
        color: var(--white, #FFF);
        min-width: fit-content !important;
        border: 2px solid #5845E6;

    }

    .error_message {
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--primary-red, #FE004C);
        opacity: 1;
        font-size: 0.875rem;
        line-height: 1rem;

        font-weight: normal;
        margin-top: -0.5rem;
        margin-bottom: 1rem;
    }

    .submit_buttons_wrapper {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        margin-bottom: 2.25rem;

    }

    .previous_button {

        border-radius: 1.625rem;
        text-align: center;
        letter-spacing: -0.4px;

        opacity: 1;
        width: 8.5rem;
        height: 3.25rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        cursor: pointer;
        background-color: transparent;
        color: var(--grey-900, #0F172A);

        border: 1px solid var(--grey-900, #0F172A);
        text-transform: uppercase;

    }

    .previous_button:hover {
        background: var(--grey-50, #F8FAFC);
        color: var(--grey-900, #0F172A);
    }

    .next_button {
        background: var(--primary-red, #FE004C) 0% 0% no-repeat padding-box;
        border-radius: 1.625rem;
        opacity: 1;
        text-align: center;
        letter-spacing: -0.4px;
        color: var(--white, #FFF);
        opacity: 1;
        width: 8.5rem;
        height: 3.25rem;
        border: none;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: var(--semibold-weight, 600);
        text-transform: uppercase;
        cursor: pointer;

    }

    .next_button:hover {
        color: var(--grey-50, #F8FAFC);
        background: var(--primary-red-hover, #D90041);
    }

    .loader_success_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2rem;
        width: 37rem;




    }

    .experience_display_wrapper {

        width: 100%;
        display: flex;
        align-items: center;
        gap: 2.875rem;
        margin-top: -0.25rem;
        margin-bottom: 0.75rem;



    }

    .experience_wrap {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .experience_button {
        display: inline-block;
        cursor: pointer;
        letter-spacing: -0.4px;
        color: #1E293B;
        font-size: 1.125rem;
        line-height: 1.75rem;

        font-weight: 400;
        margin-top: -0.15rem;

    }




    .description_text_area {
        width: 38.5rem !important;
        height: 17rem !important;
        background: #F8FAFC 0% 0% no-repeat padding-box;
        border: 1px solid #CBD5E1;
        color: #64748B;
        border-radius: 0.5rem;
        opacity: 1;
        overflow-y: scroll;
        padding: 1.125rem 1.625rem;
        text-align: left;
        letter-spacing: -0.38px;

        font-size: 1rem;
        line-height: 1.25rem;

        font-weight: normal;
        outline: none;
    }

    .upload_resume_container_label {
        width: 100%;

        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1rem;
        height: 3.5rem;
        padding: 1.1875rem 1.5rem;
        text-align: left;
        letter-spacing: -0.38px;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        background: #F1F5F9 0% 0% no-repeat padding-box;
        border-radius: 1.75rem;

    }

    .file_name_text {
        color: #64748B;
    }

    .upload_input_file {
        display: none;
    }

    .upload_text {
        text-align: center;
        text-decoration: underline;
        letter-spacing: -0.38px;
        color: #7365EA;
        opacity: 1;
        font-size: 1rem;
        line-height: 1.1875rem;

        font-weight: normal;
        cursor: pointer;
    }

    .question_display_wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .details_label {
        color: var(--grey-600, #334155);
        font-size: 1rem;
        font-weight: 500;

        cursor: pointer;

    }

    .details_input {

        border-radius: 0.625rem;
        border: 1px solid var(--grey-300, #CBD5E1);
        border-bottom: 1px solid #dedede;
        padding: 0.5rem;
        color: var(--grey-900, #0F172A);
        font-size: 1rem;
        line-height: 1.125rem;
        margin-bottom: 1rem;
        outline: none;
        margin-top: 0.25rem;

        font-weight: 500;
        height: 2.75rem !important;
        width: 37rem;
        overflow-y: scroll;

    }

    .details_input_empty {

        border: 1px solid var(--primary-red, #FF004C);
    }


    .message_wrapper {
        width: 100%;

    }



    .client_image_contact {
        width: 62px;
        height: 62px;
        flex-shrink: 0;
        border-radius: 62px;
        border: 3px solid #FFF;
        box-shadow: 0px 4px 4px 0px rgba(160, 117, 248, 0.15);
    }

    .clients_review_wrapper {
        padding-bottom: 3rem;
        /* padding-top: 2rem; */
        opacity: 1;

    }

    .clients_connect_with_wrapper {

        opacity: 1;

    }

    .clients_image_wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.5rem 3rem;
    }

    .clients_logo_image {
        opacity: 1;
        max-height: 1.5rem;
    }

    .clients_logo_image_1 {
        opacity: 1;
        max-height: 2.25rem;
    }



}