@media only screen and (max-width: 600px) {
    .main_body_bg {
        background: url(../img/header_mobo_bg.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .row_custome {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }
    .signin_head_text {
        color: var(--core-primary, #0F5548);
        font-family: 'Bona Nova';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 43.2px */
        text-transform: capitalize;
        margin-bottom: 32px;
    }
    .signin_register_head_text {
        width: 375px;
        border-radius: 1px;
    }

    .section_main_bg {
        padding: 40px 0px;
        /* background: url(../img/Login_phone_view.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
        margin-top: 76px;
    }

    .body_main_bg_up {
        padding: 0px;
    }
    
    .join_us_first_section {
        width: 375px;
        padding: 86px 24px;
    }
    .join_us_first_section_h1 {
        align-self: stretch;
        color: var(--neutral-white, #FFF);
        text-align: center;

        /* Heading/H3 */
        font-family: 'Bona Nova';
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%; /* 43.2px */
        text-transform: capitalize;
        margin-top: 50px;
    }

    .join_us_first_section_div {
        margin-top: 150px;
        width: 100%;
        height: 291px;
        padding-top: unset;
    }
    .join_us_second_section {
        background: none;
        display: flex;
        flex-direction: column;
        height: auto;
        width: 375px;
    }
    .join_us_second_section_column_img_2_1 {
        height: 100%;
    width: 100%;
    }

    .join_us_second_section_column_img_div_2_2 {
        /* display: none;
         */
         order: 3;
         float: none;
         padding: 24px;
         width: 100%;
    }

    .join_us_second_section_column_img_div_2_1 {
        float: none;
        padding: 24px;
        width: 100%;
        order: 1;
    }
    .join_us_second_section_column_right {
        margin-right: 24px;
        margin-left: 24px;
        display: flex;
        flex-direction: column;
        width: 100%;
        order: 2;

    }
    .join_us_second_section_column_right_btn_div {
        margin-right: 24px;
        margin-left: 24px;
    }
    .join_us_second_section_column_right_btn {
        
        width: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
        height: 57px;
        padding: 20px 32px;
        border-radius: 60px;
        background: var(--core-primary, #0F5548);
        color: var(--neutral-white, #FFF);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: capitalize;
    }
    .join_us_second_section_column_right_title {
        text-align: center;
        width: 100%;
        padding: 0px 20px;
    }
    .join_us_second_section_column_right_desc{
        width: 100%;
        text-align: center;
        padding: 0px 20px;
    }
    .join_us_third_section {
        padding: 0%;
        width: 375px;
    }

    .join_us_third_section_card {
        display: flex;
        width: 100%;
        padding: 24px;
        border-radius: 0px;
        flex-direction: column;
        align-items: center;
    }
    .join_us_card_name_email_div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 24px;
    }
    .join_us_card_name {
        display: flex;
        width: 100%;
        height: 58px;
        padding: 16px;
        align-items: center;
        margin-right: 0px;
        border-radius: 4px;
        border: 1px solid var(--neutral-600, #9B9B9B);
        background: var(--neutral-white, #FFF);
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .join_us_card_email {
        display: flex;
        width: 100%;
        height: 58px;
        padding: 16px;
        align-items: center;
        margin-left: 0px;
        border-radius: 4px;
        border: 1px solid var(--neutral-600, #9B9B9B);
        background: var(--neutral-white, #FFF);
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .join_us_card_phone_dob_div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 24px;
    }
    .join_us_card_phone {
        display: flex;
        width: 100%;
        height: 58px;
        padding: 16px;
        align-items: center;
        margin-right: 0px;
        border-radius: 4px;
        border: 1px solid var(--neutral-600, #9B9B9B);
        background: var(--neutral-white, #FFF);
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .join_us_card_dob {
        display: flex;
        width: 100%;
        height: 58px;
        padding: 16px;
        align-items: center;
        margin-left: 0px;
        border-radius: 4px;
        border: 1px solid var(--neutral-600, #9B9B9B);
        background: var(--neutral-white, #FFF);
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Inter';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }
    .join_us_card_turm_msg {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .join_us_turm {
        order: 2;
    }
    .join_us_message_div {
        order: 1;
        width: 100%;
    }
    .join_us_capcha_code_img {
        width: 100%;
    }
    .join_us_message_div_area {
        margin-left: 0px;
        display: flex;
        height: 148px;
        padding: 16px;
        width: 100%;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 4px;
        border: 1px solid var(--neutral-600, #9B9B9B);
        background: var(--neutral-white, #FFF);
    }
    .join_us_four_section {
        background-color: #ffffff;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        /* background: none; */
        display: flex;
        flex-direction: column;
        height: auto;
        width: 375px;
    }
    .join_us_four_section_div {
        width: 100%;
        height: 274px;
        flex-shrink: 0;
    }
    .join_us_four_section_div_2 {
        background: none;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        width: 100%;
        padding: 0px 24px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .join_us_four_section_div_2_title {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Bona Nova';
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 135%;
        text-transform: capitalize;
        align-self: stretch;
        width: 100%;
        text-align: center;
    }
    .join_us_four_section_div_2_disc {
        color: var(--neutral-near-black, #0E0E0E);
        font-family: 'Inter';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        width: 100%;
        text-align: center;
    }
    .join_us_four_section_div_3 {
        display: contents;
        margin-top: 24px;
        margin-bottom: 24px;
    }
}


@media only screen and (min-width: 1200px) and (max-width:1348px) {
    
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    
}
@media only screen and (min-width: 1440px) and (max-width:1499px) {
    
}
@media only screen and (min-width: 1500px) and (max-width:1599px) {
    
}
@media only screen and (min-width: 1600px) and (max-width:1699px) {
    
}
@media only screen and (min-width: 1700px) and (max-width:1799px) {
    
}
@media only screen and (min-width: 1800px) and (max-width:1919px) {
    
}