.account_section {
    background: url(../img/account_bg.png) #e1f4ff80;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top -103px;
    margin-top: 103px;
    padding-top: 64px;
    padding-bottom: 64px;
}
.account_main_div {
    max-width: 929px;
    margin-left: auto;
    margin-right: auto;
}
.account_top_div {
    margin-bottom: 32px;
}
.account_top_div_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.account_title {
    color: var(--neutral-800, #3C3C3C);
    font-family: 'LEMON MILK';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.account_subtitle {
    color: var(--neutral-800, #3C3C3C);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.account_subtitle a {
    color: var(--functional-info-blue, #005BB9);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%;
}
.account_center_div_content {
    display: flex;
    flex-direction: row;
    gap: 0px;
    margin-bottom: 32px;
}
.account_redirector_div {
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-white, #FFF);
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    width: 100%;
    display: flex;
    justify-content: center;
    transition: all .5s;
}
.account_redirector_div:hover {
    background: #B6E9E5;
    cursor: pointer;
}
.account_redirector_div.active {
    background: #215A56;
    position: relative;
}
.account_redirector_div.active::after {
    content: url(../img/account_triangle.svg);
    position: absolute;
    top: 68px;
}
.account_redictor {
    color: var(--neutral-800, #3C3C3C);
    text-align: center;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
    text-decoration: none;
}
.account_redirector_div.active .account_redictor {
    color: #FFF;
    text-align: center;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
}
.account_redirector_div.active:hover .account_redictor, .account_redictor:hover {
    color: var(--neutral-800, #FFFFFF);
    text-align: center;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}
.account_redirector_div:hover .account_redictor, .account_redictor:hover {
    color: var(--neutral-800, #3C3C3C);
    text-align: center;
    font-family: 'Urbanist';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}
.account_bottom_div {
    background: #FDFDFD;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.07);
    padding: 40px 24px;
}
.acc_btm_div_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;
}
.acc_divider {
    background: #439D97;
    width: 100%;
    height: 2px;
    margin-bottom: 32px;
}
.account_btm_content_main {
    display: flex;
    flex-direction: row;
    gap: 59px;
    margin-bottom: 32px;
}
.account_btm_content {
    width: 100%;
}
.account_btm_content div {
    gap: 10px;
    margin-bottom: 11px;
}
.account_input_label {
    width: 212px;
    color: var(--neutral-800, #3C3C3C);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
}
.account_input {
    border-radius: 4px;
    border: 1px solid var(--neutral-600, #9B9B9B);
    background: var(--neutral-white, #FFF);
    padding: 16px;
}
.account_input_label.em {
    max-width: 130px;
}
.btn_account {
    border-radius: 4px;
    background: var(--Teal-Light, #439D97);
    padding: 12px 32px;
    color: var(--neutral-white, #FFF);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 155%; /* 24.8px */
    text-transform: capitalize;
}
.btn_account:hover {
    color: var(--neutral-white, #FFF);
    background: #215A56;
}
.country_sropdown {
    background: url(../img/country_drop_icon.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}
.address_btm_content_main {
    display: flex;
    flex-direction: row;
    gap: 11px 59px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.address_btm_content {
    width: 100%;
    max-width: 410px;
}
.account_table_header > tr th:first-child {
    border-top-left-radius: 4px!important;
    border-bottom-left-radius: 4px!important;
    background: var(--Teal, #215A56);
    padding-left: 32px;
}
.account_table_header > tr th:last-child {
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    background: var(--Teal, #215A56);
    padding-right: 32px;
}
.account_table_header > tr th {
    background: var(--Teal, #215A56);
    padding-top: 8px;
    padding-bottom: 8px;
}
.account_table_header > tr th:first-child .table_head_text {
    text-align: left;
}
.table_head_text {
    color: var(--neutral-white, #FFF);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
    text-align: center;
    margin-top: -8px;
}
.table_head_text::after {
    content: url(../img/history_drop_icon.svg);
    position: relative;
    left: 8px;
    top: 8px;
}
.account_table_body tr {
    background: #FBFBFB;
    border-bottom: 8px solid #FFFFFF;
}
.account_table_body tr:last-child {
    border-bottom: 0px solid transparent;
}
.account_table_body tr:first-child td:first-child {
    border-top-left-radius: 4px!important;
    padding-left: 32px;
}
.account_table_body tr:first-child td:last-child {
    border-top-right-radius: 4px!important;
}
.account_table_body tr:last-child td:last-child {
    border-bottom-right-radius: 4px!important;
}
.account_table_body tr:last-child td:first-child {
    border-bottom-left-radius: 4px!important;
}
.account_table_body tr:first-child td:last-child {
    border-top-right-radius: 4px!important;
}
.table_body_text {
    color: var(--neutral-800, #3C3C3C);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 24.8px */
    margin-bottom: 0px;
    text-align: center;
}
.account_table_body tr:first-child td:first-child p.table_body_text {
    text-align: left;
}
.account_table_body tr td:first-child p.table_body_text {
    text-align: left;
    color: #005BB9;
}
.account_table_body tr td:first-child {
    padding-left: 32px;
}
.table_body_icon {
    margin-top: -4px;
}

.home_s1 {
    background: url(../img/home_s1_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 104px;
    padding: 0px;
    display: flex;
    align-items: center;
    height: 1010px;    
    background-position: right center;
}
.home_s1_content_div {
    width: 505px;
    margin-left: auto;
    margin-top: 310px;
    margin-bottom: 310px;
}
.home_s1_title {
    color: #3C3C3C;
    font-family: 'LEMON MILK';
    font-size: 55px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 77.582px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s1_subtitle {
    color: #3C3C3C;
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; 
    margin-bottom: 40px;
}
.home_s2 {
    background: #F2FAFF;
    padding: 0px;
    padding-bottom: 1px;
}
.home_s2_main_div {
    background: var(--neutral-white, #FFF);
    margin-left: 26px;
    margin-right: 26px;
    margin-bottom: 26px;
    max-height: 455px;
}
.home_s2_content_div {
    max-width: 617px;
    margin-top: 74px;
}
.home_s2_title {
    color: #3C3C3C;
    font-family: 'LEMON MILK';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    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: 40px;
}
.home_s2_main_content_div {
    margin-left: 397px;
    display: flex;
}
.home_s2_img {
    margin-top: 17px;
}
.home_s3 {
    padding: 0px;
    background: url(../img/home_s3_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;   
    margin-top: 24px;
    padding-bottom: 64px;
}
.home_s3_top_div {
    width: 569px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 38px;
    margin-bottom: 40px;
}
.home_s3_title {
    color: var(--neutral-800, #3C3C3C);
    text-align: center;
    font-family: 'LEMON MILK';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.home_s3_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: 40px;
}
.home_s3_bottom_circle_img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.home_s3_bottom_div {
    position: relative;
    min-height: 500px;
}
.home_s3_card_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: 0px;
}
.home_s3_cards {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    position: absolute;
}
.C1 {
    right: 275px;
    top: 55px;
}
.C2 {
    top: 55px;
    left: 320px;
}
.C3 {
    top: 240px;
    left: 100px;
}
.C4 {
    left: 450px;
    bottom: 0px;
}
.C5 {
    left: 780px;
    bottom: 0px;
}
.C6 {
    right: 60px;
    top: 230px;
}
.A1, .A2, .A3, .A4, .A5, .A6 {
    position: absolute;
}
.A1 {
    top: 25px;
    right: 425px
}
.A2 {
    top: 130px;
    left: 450px;
}
.A3 {
    top: 300px;
    left: 320px
}
.A4 {
    left: 600px;
    bottom: 95px;
}
.A5 {
    bottom: 155px;
    right: 510px;
}
.A6 {
    right: 275px;
    bottom: 205px;
}
.home_s4 {
    background: linear-gradient(180deg, #F9F9F9 0%, #FFF 100%);
    padding-top: 64px;
    padding-bottom: 64px;
}
.home_s4_title {
    color: #3C3C3C;
    text-align: center;
    font-family: 'LEMON MILK';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 40px;
}
.home_s4_card {
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.15);
    padding: 16px;
    min-height: 431px;
}
.home_s4_card img {
    margin-bottom: 16px;
}
.home_s4_card_pre_title {
    color: var(--functional-info-blue, #005BB9);
    font-family: 'Urbanist';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 155%; /* 18.6px */
    text-transform: capitalize;
    margin-bottom: 4px;
}
.home_s4_card_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 141.059%; /* 22.569px */
    text-transform: capitalize;
    margin-bottom: 4px;
}
.home_s4_card_subtitle {
    color: var(--neutral-700, #656565);
    font-family: 'Urbanist';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 155%; /* 24.8px */
    margin-bottom: 8px;
}
.home_s4_card_price {
    color: var(--neutral-near-black, #0E0E0E);
    text-align: right;
    font-family: 'Urbanist';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}
.home_s4_card_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.home_s5_title {
    color: var(--neutral-800, #3C3C3C);
    text-align: center;
    font-family: 'LEMON MILK';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 141.059%; /* 50.781px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.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 */
}
.home_s5_top {
    margin-top: 64px;
    margin-bottom: 73px;
    max-width: 617px;
    margin-left: auto;
    margin-right: auto;
}
.home_s5 {
    background: linear-gradient(180deg, #FFF 0%, #F2FAFF 33.85%);
    position: relative;
    padding: 0px;
}
.home_s5_i1 {
    position: absolute;
    left: 90px;
    top: 30px;
}
.home_s5_i2 {
    position: absolute;
    right: 62px;
    top: 42px;
}
.home_s5_bottom {
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.home_hori_card_left {
    border-radius: 4px 0px 0px 4px;
    background: linear-gradient(90deg, #FFF 1.14%, #FDFDFD 92.72%);
    max-width: 831px;
    padding: 16px 24px;
    margin-right: auto;
    margin-bottom: 70px;
    position: relative;
}
.home_hori_card_right {
    border-radius: 4px 0px 0px 4px;
    background: linear-gradient(90deg, #FFF 1.14%, #FDFDFD 92.72%);
    width: 831px;
    padding: 16px 24px;
    margin-left: auto;
    margin-bottom: 70px;
}
.home_hori_card_right .inner_hori {
    margin-left: auto;
}
.inner_hori {
    max-width: 700px;
}
.home_hori_card_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;
}
.home_hori_card_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: 16px;
}
.HC1::after {
    content: url(../img/HC1.png);
    position: absolute;
    right: -170px;
    top: -30px;
}
.HC2::after {
    content: url(../img/HC2.png);
    position: absolute;
    left: -10px;
    top: 253px;
}
.HC3::after {
    content: url(../img/HC3.png);
    position: absolute;
    right: -170px;
    top: -45px;
}
.HC4::after {
    content: url(../img/HC4.png);
    position: absolute;
    left: -10px;
    bottom: -25px;
}
.line_r {
    position: absolute;
    right: 0px;
    top: 420px;
}
.line_l {
    position: absolute;
    left: 0px;
    bottom: 80px;
}
.home_s5_mobo_card_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: 8px;
}
.home_s5_mobo_card_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: 16px;
}
.home_s5_mobo_card {
    background: #FFF;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
    padding: 92px 24px 16px;
}
.catcher {
    margin-bottom: 40px;
    height: 587px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.MCI1::before {
    content: url(../img/MCI1.png);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.MCI2::before {
    content: url(../img/MCI2.png);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.MCI3::before {
    content: url(../img/MCI3.png);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.MCI4::before {
    content: url(../img/MCI4.png);
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.home_s5_bottom_mobo {
    display: none;
}
.home_s4_card_bottom .btn_account {
    padding: 8px 43px;
}