@media only screen and (max-width: 600px){
    .account_section {
        background: url(../img/account_bg_mobo.png) #e1f4ff80;
        margin-top: 96px;
        padding-top: 24px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 24px;
        background-size: 375px;
        background-position: center top -17px;
    }
    .account_top_div_content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: baseline;
    }
    .account_top_div:first-child {
        margin-bottom: 24px;
    }
    .account_title {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'LEMON MILK';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 33.854px */
        text-transform: capitalize;
        margin-bottom: 8px;
    }
    .account_subtitle {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 155%; /* 24.8px */
    }
    .account_redictor {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;
        font-family: 'Urbanist';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 155%; /* 18.6px */
        text-transform: capitalize;
    }
    .account_redirector_div.active .account_redictor {
        color: #FFF;
        text-align: center;
        font-family: 'Urbanist';
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 155%; /* 18.6px */
        text-transform: capitalize;
    }
    .account_redirector_div {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 15px;
        padding-bottom: 15px;
        align-items: center;    
    }
    .account_redirector_div.active::after {
        content: url(../img/account_triangle.svg);
        position: absolute;
        top: 68px;
    }
    .account_bottom_div {
        background: #FDFDFD;
        box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.07);
        padding: 24px 24px;
        width: calc(100% + 72px);
        margin-left: -36px;
    }
    .acc_btm_div_title {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'LEMON MILK';
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 28.212px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .acc_divider {
        background: #439D97;
        width: 100%;
        height: 2px;
        margin-bottom: 24px;
    }
    .account_btm_content_main {
        display: flex;
        flex-direction: column;
        gap: 11px;
        margin-bottom: 32px;
    }
    .account_input_label {
        width: 262px;
        color: var(--neutral-800, #3C3C3C);
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 155%;
        margin-bottom: 0px;
    }
    .btn_account {
        width: 100%;
        display: block!important;
    }
    .table_head_text {
        width: max-content;
    } 
    .home_s1_content_div {
        width: 327px;
        margin-left: auto;
        margin-top: 116px;
        margin-bottom: 116px;
        margin-right: auto;
    }
    .home_s1_title {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'LEMON MILK';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 33.854px */
        text-transform: capitalize;
    }
    .home_s1_subtitle {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 24.8px */
        margin-bottom: 24px;
    }
    .home_s1 {
        background: url(../img/home_s1_bg_mobo.png) #e1f4ff80;
        background-size: cover;
        height: auto;
        background-position: center;
        margin-top: 97px;
    }
    .table_body_text {
        width: max-content;
    }
    .home_s1_content_div button.btn_account {
        width: fit-content;
    }
    .home_s2_main_div {
        background: var(--neutral-white, #FFF);
        margin-left: -12px;
        margin-right: 0px;
        margin-bottom: 26px;
        max-height: 644px;
        width: calc(100% + 24px);
    }
    .home_s2_main_content_div {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
    }
    .home_s2_content_div {
        max-width: 327px;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
    }
    .home_s2_title {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'LEMON MILK';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 33.854px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .home_s2_subtitle {
        color: var(--neutral-800, #3C3C3C);
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 24.8px */
        margin-bottom: 24px;
    }
    .home_s2_content_div button.btn_account {
        width: fit-content;
    }
    .home_s2_img {
        margin-top: 10px;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .home_s4 .container {
        padding: 0px;
    }
    .home_s4_card {
        min-height: auto;
        margin-bottom: 10px;
    }
    .home_s3_top_div {
        width: 327px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0px;
        margin-bottom: 40px;
    }
    .home_s3_title {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;
        font-family: 'LEMON MILK';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; 
        text-transform: capitalize;
        margin-bottom: 16px;
        max-width: 309px;
        margin-left: auto;
        margin-right: auto;
    }
    .home_s3_subtitle {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;

        /* Body/Standard */
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 24.8px */
        margin-bottom: 24px;
    }
    .home_s3_top_div button.btn_account {
        width: fit-content;
    }
    .home_s3_bottom_circle_img {
        width: 194px;
        margin-top: 220px;
    }
    .home_s3_card_title {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;
        font-family: 'LEMON MILK';
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 21.159px */
        text-transform: capitalize;
    }
    .home_s3_cards {
        gap: 12px;
    }
    .C2 {
        top: -179px;
        left: 50%;
        transform: translateX(-50%);
    }
    .C1 img, .C2 img, .C3 img, .C4 img, .C5 img, .C6 img {
        width: 64px;
    }
    .C3 {
        top: -121px;
        left: 30px;
        max-width: 69px;
    }
    .C1 {
        top: -97px;
        right: 18px;
        max-width: 102px;
    }
    .C6 {
        bottom: 65px;
        right: 18px;
        max-width: 139px;
        top: inherit;
    }
    .C5 {
        bottom: 0px;
        max-width: 139px;
        top: inherit;
        left: 108px;
    }
    .C4 {
        bottom: 75px;
        max-width: 139px;
        top: inherit;
        left: 24px;
    }
    .home_s3_bottom_div {
        position: relative;
        min-height: 375px;
    }
    .A1 {
        top: 17px;
        right: 45px;
        width: 27px;
        rotate: 135deg;
        transform: scaleX(-1);
    }
    .home_s3 {
        padding: 0px;
        background: url(../img/home_s3_bg_mobo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding-top: 16px;
        padding-bottom: 34px;
        margin-top: 0px;
        border-top: 24px solid transparent;
    }
    .A3 {
        top: 17px;
        left: 45px;
        width: 27px;
        rotate: 55deg;
    }
    .A6 {
        bottom: 180px;
        right: 62px;
        width: 27px;
        rotate: 222deg;
        transform: scaleX(-1);
    }
    .A5 {
        bottom: 111px;
        right: 178px;
        width: 19px;
        rotate: 36deg;
    }
    .A4 {
        left: 48px;
        bottom: 177px;
        width: 24px;
        rotate: 38deg;
        transform: scaleX(-1);
    }
    .home_s4 {
        background: linear-gradient(180deg, #F9F9F9 0%, #FFF 100%);
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home_s4_title {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;
        font-family: 'LEMON MILK';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 33.854px */
        text-transform: capitalize;
        margin-bottom: 24px;
    }
    .home_s4 button.btn_account {
        padding: 8px 24px;
    }
    .home_s5_i2, .home_s5_i1, .line_l, .line_r, .home_s5_bottom, .A2 {
        display: none;
    }
    .home_s5_top {
        margin-top: 40px;
        margin-bottom: 40px;
        max-width: 327px;
        margin-left: auto;
        margin-right: auto;
    }
    .home_s5_title  {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;
        font-family: 'LEMON MILK';
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 141.059%; /* 33.854px */
        text-transform: capitalize;
        margin-bottom: 16px;
        width: 298px;
        margin-left: auto;
        margin-right: auto;
    }
    .home_s5_subtitle {
        color: var(--neutral-800, #3C3C3C);
        text-align: center;
        font-family: 'Urbanist';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 155%; /* 24.8px */
        margin-bottom: 0px;
    }
    .home_s5_bottom_mobo {
        display: block;
    }
}


@media only screen and (min-width: 1200px) and (max-width:1348px) {
    .home_s2_main_content_div {
        margin-left: 12px;
        display: flex;
    }
    .home_s1_content_div {
        margin-right: 245px;
    }
    .C2 {
        top: 55px;
        left: 224px;
    }
    .A2 {
        top: 130px;
        left: 341px;
    }
    .C1 {
        right: 187px;
        top: 55px;
    }
    .A1 {
        top: 25px;
        right: 317px;
    }
    .C3 {
        top: 240px;
        left: 43px;
    }
    .A3 {
        top: 300px;
        left: 274px;
    }
    .C4 {
        left: 349px;
        bottom: 0px;
    }
    .A4 {
        left: 493px;
        bottom: 95px;
    }
    .C5 {
        left: 632px;
        bottom: 0px;
    }
    .A5 {
        bottom: 155px;
        right: 416px;
    }
    .home_s5_i2 {
        position: absolute;
        right: 10px;
        top: 42px;
        width: 310px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 10px;
        top: 30px;
        width: 310px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 330px;
        width: 320px;
    }
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 70px;
        width: 320px;
    }
}
@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .home_s2_main_content_div {
        margin-left: 10px;
        display: flex;
    }
    .home_s1_content_div {
        margin-right: 205px;
    }
    .C2 {
        top: 55px;
        left: 224px;
    }
    .A2 {
        top: 130px;
        left: 341px;
    }
    .C1 {
        right: 187px;
        top: 55px;
    }
    .A1 {
        top: 25px;
        right: 317px;
    }
    .C3 {
        top: 240px;
        left: 43px;
    }
    .A3 {
        top: 300px;
        left: 274px;
    }
    .C4 {
        left: 349px;
        bottom: 0px;
    }
    .A4 {
        left: 493px;
        bottom: 95px;
    }
    .C5 {
        left: 632px;
        bottom: 0px;
    }
    .A5 {
        bottom: 155px;
        right: 416px;
    }
    .home_s5_i2 {
        position: absolute;
        right: 10px;
        top: 42px;
        width: 345px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 10px;
        top: 30px;
        width: 345px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 331px;
        width: 355px;
    }
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 70px;
        width: 355px;
    }
}
@media only screen and (min-width: 1440px) and (max-width:1499px) {
    .home_s2_main_content_div {
        margin-left: 55px;
        display: flex;
    }
    .home_s1_content_div {
        margin-right: 275px;
    }
    .C2 {
        top: 55px;
        left: 224px;
    }
    .A2 {
        top: 130px;
        left: 341px;
    }
    .C1 {
        right: 187px;
        top: 55px;
    }
    .A1 {
        top: 25px;
        right: 317px;
    }
    .C3 {
        top: 240px;
        left: 43px;
    }
    .A3 {
        top: 300px;
        left: 274px;
    }
    .C4 {
        left: 349px;
        bottom: 0px;
    }
    .A4 {
        left: 493px;
        bottom: 95px;
    }
    .C5 {
        left: 632px;
        bottom: 0px;
    }
    .A5 {
        bottom: 155px;
        right: 416px;
    }
    .home_s5_i2 {
        position: absolute;
        right: 10px;
        top: 42px;
        width: 392px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 10px;
        top: 30px;
        width: 392px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 330px;
        width: 410px;
    }
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 70px;
        width: 410px;
    }
}
@media only screen and (min-width: 1500px) and (max-width:1599px) {
    .home_s2_main_content_div {
        margin-left: 95px;
        display: flex;
    }
    .home_s1_content_div {
        margin-right: 275px;
    }
    
    .home_s5_i2 {
        position: absolute;
        right: 10px;
        top: 42px;
        width: 420px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 10px;
        top: 30px;
        width: 420px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 332px;
        width: 430px;
    }   
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 70px;
        width: 430px;
    } 
}
@media only screen and (min-width: 1600px) and (max-width:1699px) {
    .home_s2_main_content_div {
        margin-left: 150px;
        display: flex;
    }
    .home_s1_content_div {
        margin-right: 200px;
    }
    .home_s5_i2 {
        position: absolute;
        right: 10px;
        top: 42px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 10px;
        top: 30px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 342px;
        width: 490px;
    }
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 70px;
        width: 490px;
    }
}
@media only screen and (min-width: 1700px) and (max-width:1799px) {
    .home_s2_main_content_div {
        margin-left: 238px;
        display: flex;
    }
    .home_s1_content_div {
        margin-right: 160px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 40px;
        top: 30px;
    }
    .home_s5_i2 {
        position: absolute;
        right: 30px;
        top: 42px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 342px;
        width: 550px;
    }
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 70px;
        width: 550px;
    }
}
@media only screen and (min-width: 1800px) and (max-width:1919px) {
    .home_s2_main_content_div {
        margin-left: 342px;
        display: flex;
    }
    .home_s1_content_div {
        width: 505px;
        margin-left: auto;
        margin-top: 227px;
        margin-bottom: 250px;
        margin-right: 55px;
    }
    .home_s5_i1 {
        position: absolute;
        left: 40px;
        top: 30px;
    }
    .home_s5_i2 {
        position: absolute;
        right: 30px;
        top: 42px;
    }
    .line_r {
        position: absolute;
        right: 0px;
        top: 364px;
    }
    .line_l {
        position: absolute;
        left: 0px;
        bottom: 80px;
    }
}