.ohs2_mobo {
    display: none;
}
.pls1_title {
    color: var(--base-White, #FFF);
    text-align: center;

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

    /* h/01 */
    font-family: 'Figtree';
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.pls3_fpcid_image {
    width: 40px;
}
.pls1_title_div {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 278px;
}
.pls1 {
    min-height: 664.719px;
    background: url(../img/myImg/pls1_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #FAF6F4;
    z-index: 2;
    position: sticky;
}
.pls_main, .mas_main {
    padding: unset;
}



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

    /* h/02 */
    font-family: 'Figtree';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 57.6px */
    text-transform: capitalize;
    margin-bottom: 24px;
}
.pls2_subtitle {
    color: var(--brand-Teal-50, #316972);
    text-align: center;

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.pls2_inner {
    width: 100%;
    max-width: 800px;
    padding: 80px 24px;
    margin-left: auto;
    margin-right: auto;
}
.pls2 {
    background: url(../img/myImg/pls2_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -64px;
    background-color: #FFFFFF;
}
.pls3_main_tab_button {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--brand-yellow, transparent);
    border: 0px;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}
.pls3_main_tab_button.active {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    border: 0px;
    color: var(--base-Off-Black, #0F0F0F);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}
.pls3_main_tab_button_div {
    display: flex;
    width: fit-content;
    padding: 8px;
    align-items: center;
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-White, #FFF);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    position: sticky;
    z-index: 4;
}
.pls3 {
    padding: 40px 0px;
    /*background: url(../img/myImg/pls3_bg.png);*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    background-color: #FFFFFF;
    position: relative;
    min-height: 661px;
}
.pls3_inner_pagination {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    background: transparent;
    border: 0px;
    padding: 5px 10.5px;
}
.pls3_inner_pagination.active {
    color: var(--base-03, #BDBDBD);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border: 0px;
    padding: 5px 10.5px;
}
.pls3_inner_tab_pagination_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}
.pls3_flag_plan_card {
    display: flex;
    width: 250px;
    max-width:100%;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 4px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    height: -webkit-fill-available;
    transition: 0.2s linear all;
}
.pls3_flag_plan_card_title {
    color: var(--base-Off-Black, #0F0F0F);
    font-family: 'Figtree';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.pls3_flag_plan_card_subtitle {
    color: var(--base-02, #727272);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    margin-bottom: 0px;
}
.pls3_flag_plan_card_image_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.pls3_flag_plan_card_image_div .gold_arrow {
    opacity: 0;
    transition: 0.2s linear all;
}
.pls3_flag_plan_card:hover {
    border-radius: 4px;
    border: 1px solid var(--brand-yellow, #F7C113);
    background: var(--base-Off-White, #FAFAFA);
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}
.pls3_flag_plan_card:hover .gold_arrow {
    opacity: 1;
}
#all-plans-inner-tabContent .pls3_plan_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: fit-content;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    z-index: 4;
}
#regional-plans-inner-tabContent .pls3_plan_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: fit-content;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    z-index: 4;
}
#country-plans-inner-tabContent .pls3_plan_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    width: fit-content;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    z-index: 4;
}
#global-plans-inner-tabContent .pls3_plan_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: fit-content;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    z-index: 4;
}
.pls3t {
    display: none;
}
.mas1_title {
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;

    /* h/01 */
    font-family: 'Figtree';
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 76.8px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.btn_yellow_global {
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 5px 16px;
    color: var(--brand-Teal-25, #1E3B40);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    transition: 0.2s linear all;
    margin-left: auto;
    margin-right: auto;
}

.btn_yellow_global:hover {
    border-radius: 100px;
    background: var(--brand-yellow, #1E3B40);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 5px 16px;
    color: var(--brand-Teal-25, #F7C113);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}
.mas1_inner {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-top: 276px;
}
.mas1 {
    min-height: 664.719px;
    background: url(../img/myImg/mas1_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F0F0F0;
    z-index: 2;
    position: sticky;
}
.ohs_table_title {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    margin-bottom: 0px;
}
.ohs_table_subtitle {
    color: var(--brand-Teal-50, #316972);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.ohdownload {
    padding: 0px;
}
.ohs2_box table thead tr th {
    padding: 0px 24px;
}
.ohs2_box table thead tr th:first-child {
    padding-left: 24px;
}
.ohs2_box table thead tr th:last-child {
    padding-right: 24px;
}

.ohs2_box table tbody tr th,
.ohs2_box table tbody tr td {
    padding: 24px 24px;
    vertical-align: middle;
}

.ohs2_box table tbody tr th:first-child,
.ohs2_box table tbody tr td:first-child {
    padding-left: 24px;
}
.ohs2_box table tbody tr th:last-child,
.ohs2_box table tbody tr td:last-child {
    padding-right: 24px;
}
.ohs_pill {
    border-radius: 100px;
    background: #D4F4DD;
    display: flex;
    width: 150px;
    height: 32px;
    padding: 4.797px 38.609px 4.805px 38.609px;
    justify-content: center;
    align-items: center;
}
.ohs_pill_text {
    color: var(--base-Success-Green, #47B147);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    margin-bottom: 0px;
}
.ohs2_box table>tbody>tr:nth-of-type(odd)>* {
    background-color: #FFFFFF;
}
.ohs2_box table>tbody>tr:nth-of-type(even)>* {
    background-color: #F8FAFB;
}
.ohs2_box {
    border-radius: 8px;
    background: var(--base-White, #FFF);
    padding: 40px;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
.mas2 {
    background-color: #F0F0F0;
    /* padding-bottom: 80px; */
}
.mas2_tabpanel {
    position: relative;
    top: -136px;
    z-index: 3;
}
.mas2_tab_pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: -54px;
}
.mas2_pagination_button {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    background: transparent;
    border: 0px;
    padding: 5px 10.5px;
}
.mas2_pagination_button.active {
    color: var(--base-03, #BDBDBD);
    font-family: "Bricolage Grotesque";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.18px;
    text-transform: capitalize;
    border: 0px;
    padding: 5px 10.5px;
}

.mas1_subtitle {
    color: var(--brand-Teal-50, #316972);
    text-align: center;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    margin-bottom: 0px;
}
.mas1_subtitle a {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.mas2_details_panel {
    position: relative;
    top: -136px;
    z-index: 3;
    padding: 12px;
    border-radius: 16px;
    background: var(--base-Off-White, #FAFAFA);
}
.dama_dam_mast_kalandar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.input_global_mehul {
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-Off-White, #FAFAFA);
    padding: 14.25px 24px;
    color: var(--base-02, #727272);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    transition: 0.2s linear all;
}

.input_global_mehul:hover {
    border-radius: 100px;
    border: 1px solid #4DA4B2;
    background: #EFF4F5;
    padding: 14.25px 32px;
    color: var(--base-02, #727272);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 25.6px */
    box-shadow: 0 100px 80px 0 rgba(0, 0, 0, 0.07), 0 64.815px 46.852px 0 rgba(0, 0, 0, 0.05), 0 38.519px 25.481px 0 rgba(0, 0, 0, 0.04), 0 20px 13px 0 rgba(0, 0, 0, 0.04), 0 8.148px 6.519px 0 rgba(0, 0, 0, 0.03), 0 1.852px 3.148px 0 rgba(0, 0, 0, 0.02);
}
.mas2_detail_box_body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
}
.passFiled {
    position: relative;
}
.passEyeIcon {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0px, -50%);
}
.mas2_details_box_title {
    color: var(--brand-Teal-25, #1E3B40);
    font-family: 'Figtree';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.mas2_detail_box_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.mas2_details_panel_left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    padding: 48px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 100%;
}
.mas2_detail_img_box {
    background: url(../img/myImg/account_divider.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 23px;
}
.mas2_detail_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
}
.mas2_details_panel_right_tab_button {
    border-radius: 100px;
    background: var(--brand-yellow, #FFFFFF);
    color: var(--base-Off-Black, #0F0F0F);

    /* p/sml */
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    padding: 1px 16px;
    border: 0px;
    transition: 0.2s linear all;
}
.mas2_details_panel_right_tab_button.active {
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    color: var(--base-Off-Black, #0F0F0F);

    /* p/sml */
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    padding: 1px 16px;
    border: 0px;
    transition: 0.2s linear all;
}
/* .mas2_details_panel_right_tab_button:hover {
    border-radius: 100px;
    background: var(--brand-yellow, #1E3B40);
    color: var(--base-Off-Black, #F7C113);

    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; 
    padding: 1px 16px;
    border: 0px;
} */
.custom_tab_pagination {
    border-radius: 100px;
    border: 1px solid var(--base-04, #E9E9E9);
    background: var(--base-White, #FFF);
    padding: 8px;
    width: fit-content;
}
.mas2_details_panel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1440px;
}
.mas2_details_panel_right {
    padding: 56px 32px 0px 32px;
    width: 100%;
    max-width: 500px;
}
.mas2_dpr_title {
    color: var(--brand-Teal-25, #1E3B40);

    /* h/04 */
    font-family: 'Figtree';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 16px;
}
.custom_tab_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 32px;
}
.mas2_flag_title {
    color: var(--brand-Teal-25, #1E3B40);

    /* p/lrg */
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
    margin-bottom: 0px;
}
.mas2_pct_l {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
.flaf_mas2 {
    width: 32px;
}
.mas2_plan_card_top {
    display: flex;
    padding: 24px 24px 16px 24px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    background: var(--base-Off-White, #FAFAFA);
    border-radius: 24px 24px 0px 0px;
}
.mas2_plan_card_bottom_l {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}
.stat-box .stat-header p.title {
    color: var(--brand-Teal-25, #1E3B40);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.stat-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}
.stat-box .progress-row p.progress-value {
    color: var(--base-Success-Green, #47B147);

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.mas2_plan_card_bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: 16px 24px 24px 24px;
}
.stat-box .progress-row .progress-bar {
    border-radius: 4px;
    background: var(--base-04, #E9E9E9);
    height: 8px;
    width: 100%;
}
.stat-box .progress-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.mas2_pct_r .btn_yellow_global_arrow {
    padding: 0px;
    border-radius: 100px;
    background: var(--brand-yellow, #F7C113);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.mas2_pct_r .btn_green_active {
    padding: 5px 16px;
    border-radius: 100px;
    background: var(--brand-yellow, #47B147);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--base-White, #FFF);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}
.mas2_pct_r .btn_red_expired{
    padding: 5px 16px;
    border-radius: 100px;
    background: var(--brand-yellow, #DF3F3F);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--base-White, #FFF);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}
.stat-box {
    width: 100%;
}
.mas2_plan_card {
    border-radius: 24px;
    border: 1px solid var(--brand-yellow, #E9E9E9);
    background: var(--base-White, #FFF);
}
.mas2_plan_card.expired {
    opacity: 0.7;
    pointer-events: none;
    cursor: not-allowed;
}
.mas2_plan_card.active {
    border-radius: 24px;
    border: 1px solid var(--brand-yellow, #F7C113);
    background: var(--base-White, #FFF);
    box-shadow: 0 0 40px 0 rgba(247, 193, 19, 0.24);
}
.scroll_card_outer {
    display: flex;
    /* width: 396px; */
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    justify-content: flex-start;
    overflow-y: scroll;
    height: 622px;
    padding-right: 28px;
}

/* Scrollbar width */
.scroll_card_outer::-webkit-scrollbar {
    width: 10px;
}

/* Scrollbar track (outer white area) */
.scroll_card_outer::-webkit-scrollbar-track {
    background: white;
    border: 1px solid #E9E9E9;
    border-radius: 8px;

}

/* Scrollbar thumb (yellow moving part) */
.scroll_card_outer::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--brand-yellow, #F7C113);
}

/* Optional hover effect */
.scroll_card_outer::-webkit-scrollbar-thumb:hover {
    background: #e2af0f;
}
.daba_gul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.ddaattee {
    color: #4DA4B2;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 22.4px */
    margin-bottom: 0px;
}
.mas2_details_box_title2 {
    color: var(--brand-Teal-25, #1E3B40);
    text-align: center;

    /* h/03 */
    font-family: 'Figtree';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 38.4px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.mas2_detail_box_top_left {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
}
.btn_green_trans, .btn_green_trans:hover {
    border-radius: 100px;
    border: 1px solid var(--base-Success-Green, #47B147);
    display: flex;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--base-Success-Green, #47B147);
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
}
.btn_dab_btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-Teal-25, #1E3B40);

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

.mas2_detail_box_top_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
#myAccount_Accordion .accordion-button {
    color: var(--brand-Teal-50, #316972);
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}
#myAccount_Accordion .accordion-item_m {
    border-radius: 8px;
    border: 0px;
}
#myAccount_Accordion .accordion-button_m:not(.collapsed),
#myAccount_Accordion .accordion-button_m {
    color: var(--base-White, #FFF);
    font-family: 'Figtree';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
}
#myAccount_Accordion .accordion-button_m:not(.collapsed),
#myAccount_Accordion .accordion-button_m {
    background-color: var(--brand-Teal-50, #316972);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#myAccount_Accordion .accordion-button_m:not(.collapsed)::after,
#myAccount_Accordion .accordion-button_m::after {
    border-radius: 100px;
    background-color: var(--brand-yellow, #F7C113);
    height: 32px;
    width: 32px;
    background-position: center;
}
#myAccount_Accordion .accordion-body_m {
    background: #FAFAFA;
    padding: 24px 32px;
}
#myAccount_Accordion .accordion-body_m .custom-faq-accordion .accordion-item,
#myAccount_Accordion .custom-faq-accordion .accordion-button,
#myAccount_Accordion .custom-faq-accordion .accordion-body {
    background: transparent;
}
.mas2_db3_cbr_l {
    color: var(--brand-Teal-50, #316972);
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.mas2_db3_cbr_r {
    color: var(--brand-Teal-50, #316972);
    text-align: right;

    /* p/std */
    font-family: "Bricolage Grotesque";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 25.6px */
    margin-bottom: 0px;
}
.mas2_details_box3_card_body {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
}
.mas2_details_box3_card_body_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mas2_details_box3_title {
    color: var(--base-White, #FFF);
    font-family: 'Figtree';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 28.8px */
    text-transform: capitalize;
    margin-bottom: 0px;
}
.mas2_details_box3_card_head {
    background: var(--brand-Teal-50, #316972);
    padding: 24px;
    border-radius: 8px 8px 0 0;
}
.mas2_details_box3_card_body {
    background: var(--base-Off-White, #FAFAFA);
    border-radius: 0 0 8px 8px;
}
.mas2_detail_box3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
.mas2_detail_box3_card {
    width: 100%;
}

.pls3_flower1 {
    position: absolute;
    top: 13px;
    left: 389px;
}
.pls3_flower2 {
    position: absolute;
    top: 125px;
    right: 249px;
}
.pls3_flower3 {
    position: absolute;
    top: 335px;
    left: 0px;
}
.pls3_flower4 {
    position: absolute;
    bottom: 65px;
    right: 0px;
}

/* rohit*/
.rpclass{
   display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
    width: 800px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
}   

.rpclass .home-input {
    margin-top: 0px;
}

.rpclass .pls3_main_tab_button_div {
    margin-bottom: 0px;
}
    

@media only screen and (max-width: 600px) {
    .pls3_flower1, .pls3_flower2, .pls3_flower3, .pls3_flower4 {
        display: none;
    }
    .pls1 {
        min-height: 506px;
        background: url(../img/myImg/pls1_bg_mobo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #FFFFFF;
        z-index: 3;
        position: sticky;
    }
    .pls3_inner_tab_pagination_div {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        margin-top: 40px;
        overflow: scroll;
        max-width: 87vw;
    }
    .pls1_title {
        color: var(--base-White, #FFF);
        text-align: center;
        text-shadow: 0 0 8px #000;
        font-family: 'Figtree';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 38.4px */
        text-transform: capitalize;
    }
    .pls1_title_div {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-top: 202px;
    }
    .pls2_title {
        color: var(--brand-Teal-25, #1E3B40);
        text-align: center;
        font-family: 'Figtree';
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 33.6px */
        text-transform: capitalize;
        padding-left: 11px;
        padding-right: 11px;
        margin-bottom: 16px;
    }
    .pls2l, .pls2r {
        display: none;
    }
    .pls2_inner {
        width: 100%;
        max-width: 800px;
        padding: 40px 24px;
        margin-left: auto;
        margin-right: auto;
    }
    .pls2 {
        background: url(../img/myImg/pls2_bg_mobo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
        min-height: 448px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -26px;
        position: sticky;
        z-index: 2;
    }
    .pls2_subtitle {
        color: var(--brand-Teal-50, #316972);
        text-align: center;
        font-family: "Bricolage Grotesque";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 25.6px */
    }
    .pls3 {
        padding: 115px 12px 81px 12px;
        background: #FAF6F4;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin-top: -33px;
        position: sticky;
        z-index: 1;
    }
    #all-plans-inner-tabContent .pls3_plan_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: fit-content;
        gap: 16px;
        margin-left: auto;
        margin-right: auto;
        position: sticky;
        z-index: 4;
    }
    #regional-plans-inner-tabContent .pls3_plan_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: fit-content;
        gap: 24px;
        margin-left: auto;
        margin-right: auto;
        position: sticky;
        z-index: 4;
    }
    #country-plans-inner-tabContent .pls3_plan_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: fit-content;
        gap: 24px;
        margin-left: auto;
        margin-right: auto;
        position: sticky;
        z-index: 4;
    }
    #global-plans-inner-tabContent .pls3_plan_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: fit-content;
        gap: 24px;
        margin-left: auto;
        margin-right: auto;
        position: sticky;
        z-index: 4;
    }
    .pls3_flag_plan_card {
        display: flex;
        width: 100%;
        max-width: 155px;
        padding: 16px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        border-radius: 4px;
        border: 1px solid var(--base-04, #E9E9E9);
        background: var(--base-Off-White, #FAFAFA);
        transition: 0.2s linear all;
    }
    .pls3t {
        display: block;
        position: absolute;
        top: 24px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
    .mas1 {
        min-height: 327px;
        background: url(../img/myImg/mas1_mobo.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #ffffff;
        z-index: 2;
        position: sticky;
    }
    .mas1_title {
        color: var(--brand-Teal-25, #1E3B40);
        text-align: center;

        /* h/01M */
        font-family: 'Figtree';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 38.4px */
        text-transform: capitalize;
        margin-bottom: 16px;
    }
    .mas1_inner {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        padding-top: 150px;
    }
    .mas2_tabpanel {
        position: relative;
        top: -18px;
        z-index: 3;
    }
    .ohs2_box {
        display: none;
    }
    .ohs2_top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
    }
    .ohs2_bottom {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        gap: 12px;
    }
    .ohs2_mobo {
        padding: 24px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 24px;
    }
    .ohs2_mobo_card {
        border-radius: 8px;
        background: #F8FAFB;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 12px;
        padding: 24px;
    }
    .ohs_pill {
        border-radius: 100px;
        background: #D4F4DD;
        display: flex;
        width: unset;
        height: unset;
        padding: 4.797px 16px 4.805px 16px;
        justify-content: center;
        align-items: center;
    }
    .mas2_tab_pagination {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        margin-top: 24px;
        margin-bottom: 6px;
        max-width: 83vw;
        overflow: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .mas2 {
        background-color: #ffffff;
    }
    .mas2_details_panel {
        position: relative;
        top: 0px;
        z-index: 3;

        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 0px;
        border-radius: 0px;
    }

    .dama_dam_mast_kalandar {
        display: flex;
        gap: 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }
    .mas2_details_panel_left {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 24px;
        padding: 14px 24px 32px 24px;
        background: #FFFFFF;
        border-radius: 8px;
        width: 100%;
    }
    .mas2_detail_img_box {
        background: url(../img/myImg/account_divider_mobo.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 23px;
    }
    .input_global_mehul {
        padding: 15px 24px;
    }
    .mas_main .mas2_details_panel_right {
        padding: 32px 24px;
        width: 100%;
        max-width: 500px;
    }

    /* Scrollbar width */
    .scroll_card_outer::-webkit-scrollbar {
        width: 0px;
    }

    /* Scrollbar track (outer white area) */
    .scroll_card_outer::-webkit-scrollbar-track {
        background: unset;
        border: unset;
        border-radius: unset;

    }

    /* Scrollbar thumb (yellow moving part) */
    .scroll_card_outer::-webkit-scrollbar-thumb {
        border-radius: unset;
        background: unset;
    }

    /* Optional hover effect */
    .scroll_card_outer::-webkit-scrollbar-thumb:hover {
        background: unset;
    }
    .scroll_card_outer {
        display: flex;
        /* width: 396px; */
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        justify-content: flex-start;
        overflow-y: auto;
        height: 575px;
        padding-right: 0px;
    }
    .custom_tab_pagination {
        border-radius: 100px;
        border: 1px solid var(--base-04, #E9E9E9);
        background: var(--base-White, #FFF);
        padding: 7px;
        width: fit-content;
    }
    .mas2_dpr_title {
        color: var(--brand-Teal-25, #1E3B40);
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 28.8px */
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 24px;
    }
    .custom_tab_wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 24px;
    }
    .mas2_detail_box3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
    }
    .mas2_details_panel_ind .mas2_detail_box_top {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-self: stretch;
        flex-direction: column;
        gap: 24px;
    }
    .mas2_detail_box_top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: center;
        flex-direction: row;
        gap: 24px;
        width: 100%;
    }

    .mas2_detail_box_top_left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .mas2_detail_box_top_right {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
    .custom_tab_pagination {
        margin-left: auto;
        margin-right: auto;
    }
    .mas2_details_panel .mas2_details_panel_right,
    .mas2_details_panel_ind .mas2_details_panel_right {
        /*padding: 56px 32px 0px 32px;*/
        padding: 32px 24px 24px 24px;
        width: 100%;
        max-width: unset;
    }
    
}

@media only screen and (min-width: 601px) and (max-width:1151px) {
    
    .mas2_details_panel {
        max-width: 900px;
    }
    .mas2_dpr_title {
        color: var(--brand-Teal-25, #1E3B40);
        font-family: Figtree;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%; /* 28.8px */
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 24px;
    }
    .mas2_details_panel_ind, .mas2_details_panel {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
    }
    .mas2_details_panel .mas2_details_panel_right,
    .mas2_details_panel_ind .mas2_details_panel_right {
        padding: 56px 32px 0px 32px;
        width: 100%;
        max-width: unset;
    }
    .custom_tab_pagination {
        margin-left: auto;
        margin-right: auto;
    }

    .mas2_detail_box3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        gap: 24px;
    }
    .mas2_details_panel_ind .mas2_detail_box_top {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-self: stretch;
        flex-direction: column;
        gap: 24px;
    }

    .mas2_detail_box_top_left {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 24px;
    }
    .mas2_detail_box_top_right {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }
}

@media only screen and (min-width: 1152px) and (max-width:1279px) {
    
    .mas2_details_panel {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 1280px) and (max-width:1348px) {
    .pls2l, .pls2r {
        max-width: 292px;
    }
    .mas2_details_panel {
        max-width: 1110px;
    }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
    .pls2l, .pls2r {
        max-width: 318px;
    }
    .mas2_details_panel {
        max-width: 1280px;
    }
}

@media only screen and (min-width: 1440px) and (max-width:1599px) {
    .pls2l, .pls2r {
        max-width: 318px;
    }
    .mas2_details_panel {
        max-width: 1300px;
    }
}