.main_layout_wrap_inner {
    width: 100%;
    padding: 1rem;
    gap: 1.6rem;
    box-shadow: 0rem 0rem 2rem 0rem #0000001A;
}

.help_header {
    width: 100%;
    padding: 1.2rem;
    justify-content: space-between;
    border: .1rem solid var(--table-border_clr);
    background: radial-gradient(50% 50% at 50% 50%, #FCFDFD 0%, rgba(255, 255, 255, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help_search {
    width: 41rem;
    height: 4.8rem;
    gap: 1rem;
    border: .1rem solid #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 1.5rem;
}

.help_search input {
    border: none;
    text-align: left;
    background: transparent;
    width: 100%;
}

.help_search input ::placeholder {
    color: var(--primary_light);
    font-weight: 300;
    font-family: var(--font-family);
}

.grievancy_policy_content_title1 {
    margin: 2rem 0 2rem 0;
}

.grievancy_policy_content_title1 li {
    color: var(--black_variant_medium);
    list-style-type: numeric;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

.Knowledgebase_header {
    width: 100%;
    margin-top: 1rem;
    padding: 1.6rem;
    box-shadow: 0rem .2rem .4rem 0rem #0000001A;
    background: #F2F6FF;
    display: flex;
    align-items: center;
    gap: .8rem;
}

.help_main_child_container {
    width: 100%;
    padding: 3rem 2rem;
    gap: 1.8rem;
    border: 0.5rem 0rem 0rem 0rem;
}

.help_general_header {
    color: var(--black_variant_medium);
    margin-bottom: 2rem;
}

.help_content {
    gap: 2rem;
    margin-bottom: 4rem;
}

.help_content_left,
.help_content_mid,
.help_content_right {
    flex: 1;
    padding: 1rem .2rem .5rem 1rem;
    margin-bottom: 4rem;
}

.help_content_list {
    color: var(--primary_medium);
}

.help_content_list ul li {
    margin-bottom: 2rem;
    list-style: disc;
    margin-left: 1.5rem;
}

.help_left_headline {
    color: var(--sec__black);
    margin-bottom: 2rem;
}

.help_viewall {
    color: #4E8AF3;
    margin-left: 2.5rem;
}

.backBtn {
    cursor: pointer;
}

.main_layout_wrap_inner {
    background-color: var(--bg_white);
}

#sticky_new {
    position: sticky;
    position: -webkit-sticky;
    top:11rem;
    height: 29rem;
}

.prvpol_sc li:hover {
    color: var(--lime_green);
}

/* Help page2 css */
.help_viewall_solutions_wrapper {
    width: 100%;
    padding: 3rem 2rem;
    gap: 1.8rem;
    border: 0.1rem solid #0000001A
}

.help_viewall_solutions {
    border-bottom: .1rem solid #F1F1F1;
    width: 100%;
    padding: 1.2rem 0rem;
}

.static_content_section_sc {
    width: 100%;
    margin: 0;
    display: flex;
    gap: 7.2rem;
}

.help_ques {
    color: var(--table_text_clr);
    margin-bottom: 1rem;
}

.help_sol {
    color: var(--primary_medium);
    margin-bottom: 1rem;
}

.help_date_time {
    color: var(--primary_medium);
    margin-bottom: 1rem;
}

.help_header_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

/* Help viewall pages style  */
.help_solutions_main_container {
    gap: 1.8rem;
    display: flex;
}

.help_getStart_container {
    flex-basis: 65%;
    display: flex;
    flex-direction: column;
}

.get_start_container_wrapper {
    border: 0.1rem solid #0000001A;
    flex: 1;
}

.help_related_link_container {
    flex-basis: 35%;
}

.get_start_container {
    padding: 2rem;
}

.get_start_head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: .1rem solid #F4F4F4;
    padding: .2rem 0rem;
}

.get__start_right {
    border: 0.1rem solid var(--primary_dark);
    cursor: pointer;
    height: 4.8rem;
    width: 4.8rem;
    padding: 1.3rem;
}

.dateTime {
    color: var(--primary_medium);
    margin: 1rem 0rem 1rem 0rem;
}

.art_list {
    padding: 2rem;
    border: 0.1rem solid #0000001A;
}

.art_list ul li {
    color: var(--table_text_clr);
    list-style: disc;
}

.art_list ul {
    margin-left: 2rem;
}

.art_list ul li {
    margin-bottom: 1.6rem;
}

.get_start_mid {
    padding: 2rem 0rem;
    color: var(--table_text_clr1);
    border-bottom: .1rem solid var(--box_shadow);
}

.get_start_end {
    padding: 2.4rem 0rem;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.get_start_end_content {
    color: var(--table_text_clr1);
}

.like_dislike {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.get_start_like,
.get_start_dislike {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    cursor: pointer;
}

.get_start_like p,
.get_start_dislike p {
    color: var(--table_text_clr);
}

/* Personal details Page css */



.modal-body.pad_ss {
    padding: 1.6rem 3rem;
    gap: 1.6rem;
}



.personal_detail_img img {
    height: 15.8rem;
    width: 15.8rem;
}



.personal_detail_img .main-img {
    display: block;
}

.personal_detail_img .edit-img {
    position: absolute;
    bottom: 0.8rem;
    right: 5.2rem;
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    box-shadow: 0px 4px 2px 0px #00000008;
}

.personal_detail_img a {
    display: block;
    width: fit-content;
    height: fit-content;
}

.personal_detail_name {
    margin-bottom: 1rem;
}

.update_input img {
    cursor: pointer;
}

.personal_detail_btn {
    margin-top: 1.5rem;
}

.personal_detail_name,
.personal_detail_email,
.personal_detail_contact {
    display: flex;
    gap: .6rem;
}

.personal_detail_email,
.personal_detail_contact {
    color: var(--table_text_clr1);
    margin-top: 1rem;
    margin-bottom: .9rem;
}

.personal_detail_btn {
    width: 22.5rem;
    padding: 1rem 2.4rem 1rem 2.4rem;
    gap: .8rem;
    border: 0.1rem solid #2D2D2D;
    text-align: center;
}

.bank_details_container {
    border: 0.1rem solid #0000001A;
    margin-top: 1rem;
}

.bank_detail_head_left {
    display: flex;
    gap: 1rem;
}

.bank_details_header {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem;
    justify-content: space-between;
}

.bank_details_wrapper {
    width: 100%;
    padding: 3rem 2rem;
    gap: 3.2rem;
    border: 0.5px solid #0000001A;
    border-top: none;
}

.BD_detail_row1,
.BD_detail_row2,
.BD_detail_row3 {
    display: flex;
    align-items: start;
    padding: 1.5rem 0rem 1.7rem 0rem;
    justify-content: space-between;
    gap: 1rem;
}
.update_acc_no{
    overflow: hidden;
}
.BD_detail_row1 .db_detail_left,.BD_detail_row2 .db_detail_left,.BD_detail_row3 .db_detail_left{
    min-width: 50%;
}
.BD_detail_row1 .db_detail_right,.BD_detail_row2 .db_detail_right,.BD_detail_row3 .db_detail_right{
    min-width: 50%;
}
.name_lable {
    color: #5D5D5D;
}

.name_sm {
    color: #2D2D2D;
}

.db_detail_right {
    flex-basis: 40%;
}

.bg_green {
    background: linear-gradient(90deg, #C1DFB2 0%, #BAD7AB 100%);
}

.update_btn {
    width: 150rem;
    padding: 1rem 2.4rem;
    gap: .8rem;
}

.update_password_container_inner {
    gap: 3.2rem;
    padding: 3rem 3rem 1rem 3rem;
    border: 0.1rem solid #0000001A;
}

.update_pswd_row label {
    color: var(--primary_dark);
}

/* .update_input {
    width: 100%;
    padding: 1.2rem 1.6rem;
    gap: .8rem;
    border: .1rem solid #ABABAB;
} */

.update_pswd_row input {
    border: none;
    outline: none;
    color: var(--primary_dark);
    width:100%;
    background-color: transparent;
}

.personal_detail_img a svg{
    background: #fff;
    border-radius: 50%;
    padding: 0.7rem;
}

.update_pswd_row input::placeholder {
    font-size: 1.6rem;
    font-weight: 300;
}

.update_pswd_row {
    margin-bottom: 3rem;
}

/* .update_input {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
} */

.update_pass_footer {
    width: 100%;
    padding: 1.6rem 3rem;
    bottom: 0%;
    position: relative;
    bottom: 0;
    background-color: #f1f1f1;
}

.select_avatar_bg {
    background:url(../images/banking/select_avatar.svg), linear-gradient(86.48deg, #FFDEE9 0.91%, #FFFBF9 25.54%, #FFFFFF 62.36%, #DDF3FF 99.42%);
    align-items: center;
    display: flex;
    padding: 1.2rem 1.6rem;
    border: .2rem;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.select_avatart_txt {
    color: #2D2D2D;
    margin: 1.6rem 0rem 1.3rem 0rem;
}

.avatar_images {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    margin-top: 3rem;
}

.avtar_img {
    cursor: pointer;
}

.avatarImg {
    width: 16rem;
    height: 16rem;
}

.minImg {
    width: 8rem;
    height: 8rem;
    cursor: pointer;
    border: .2rem solid transparent;
    transition: border 0.3s ease;
    border-radius: 50%;
}

.minImg.selected {
    border: 2px solid #6FA614;
}

.personal_detail_bttn {
    display: none;
}

.update_pswd_row span {
    color: red;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: .5rem;
}

/* .........Subscriptionas page css..............*/
.model_body_inner {
    width: 100%;
}

.model_body_mainTxt {
    margin: 0rem 0rem 1.6rem 0rem;
}

.model_body_mainTxt_sec {
    margin: 3.2rem 0rem 1.6rem 0rem;
}

.subs_details,
.history_details {
    width: 100%;
    padding: 3rem 2rem;
    gap: 2.4rem;
    background: #FFFFFFB2;
    border: 0.1rem solid #0000001A;
    margin-top: 1.6rem;
}

.subs_details_left {
    color: var(--sec__black);
}

.subs_details_mid {
    display: flex;
    align-items: center;
}

.subs_details_mid span .nameTxt {
    color: #313131;
}

.startDate,
.endDate,
.labelTxt {
    color: #A3A3A3;
}

.subs_details_right {
    color: #B91C1D;
}

.subs_details_top {
    padding-bottom: 2.4rem;
}

.subs_details_mid {
    padding-bottom: 2.4rem;
}

.subs_details_btn,
.subs_details_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subs_details_btn {
    display: flex;
    align-items: center;
    gap: 2.4rem;
}

.subs_details_btn button {
    width: 28.8rem;
    padding: 1rem 2.4rem;
    background: var(--primary_dark);
}

.subs_details_btn .darkBtn {
    background: var(--primary_dark);
    color: var(--bg_white);
}

.subs_details_btn .lightBtn {
    background: var(--bg_white);
    color: var(--primary_dark);
    border: .1rem solid var(--primary_dark);
}

.subs_details_btn .darkBtn:hover {
    background: var(--bg_white);
    color: var(--primary_dark);
    border: .1rem solid var(--primary_dark);
}

.subs_details_btn .lightBtn:hover {
    background: var(--primary_dark);
    color: var(--bg_white);
    border: .1rem solid var(--primary_dark);
}

.history_details_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.6rem;
    row-gap: 3.2rem;
}

.details-line {
    margin: 0rem 1.5rem 0rem 1.5rem;
}

.referralPopup {
    display: none;
    border: 2px solid #FFFFFF;
    background: #FFFFFF;
    overflow: auto;
    z-index: 1;
    position: fixed;
}

/* Popup Content/Box */
.popup-content {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 3rem 4rem;
    background: white;
}

.popup-content p {
    text-align: center;
}

/* The Close Button */
.closeBtn {
    gap: .1rem;
    display: flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.refCode_Txt {
    color: #2D2D2D;
    margin-bottom: .8rem;
}

.refCode {
    margin-top: 3.2rem;
    text-align: left;
}

.refBTn {
    display: flex;
    align-items: center;
    gap: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3.2rem;
}

.refBTn button {
    width: 16.6rem;
    padding: 1rem 2.4rem;
    background: var(--primary_dark);
}

.refBTn .cancelBtn {
    background: var(--primary_dark);
    color: var(--bg_white);
}

.refBTn .submitBtn {
    background: var(--bg_white);
    color: var(--primary_dark);
    border: .1rem solid var(--primary_dark);
}

/* Grievance Policy Style  */
.main_layout_wrap_inner {
    width: 100%;
    padding: 1.6rem;
    box-shadow: 0 0 2rem 0 #0000001A;
}

.gp_main_content {
    border: .1rem solid #E4E4E4;
    width: 100%;
    padding: 3rem 2rem;
}

.grievancy_policy_content_sec h3.grievancy_text {
    margin-bottom: 1.6rem;
}

.prvpol_sc li {
    font-weight: var(--font_weight_600);
    font-size: var(--font14);
    color: var(--primary_medium);
    margin-bottom: 1.6rem;
    cursor: pointer;
    width: fit-content;
}

.static_content_rgt_content_sc p {
    font-weight: var(--font_weight400);
    font-size: var(--font14);
    color: var(--primary_medium);
}

.static_content_lft_sc.grievancy_policy_lft_sc {
    max-width: 30rem;
}

.title_text {
    text-transform: uppercase;
}

.grievancy_policy_content_sec .prvpol_sc li.active {
    color: #6FA614;
}

.prvpol_sc li.active {
    color: #6FA614;
}

.grievancy_policy_content_sec .prvpol_sc li.active {
    color: #6FA614;
}

.static_content_lft_sc {
    max-width: 25rem;
    width: 100%;
    flex: 0 0 auto;
}

.static_poission_js_sc.poission_fix {
    position: fixed;
    top: 10rem;
    width: 34rem;
    height: calc(100vh - 18rem);
    overflow: hidden auto;
}

.grievancy_policy_content_sec .prvpol_sc li.active, .grievancy_policy_content_sec .prvpol_sc li.active_p a {
    color: #6FA614;
}

.static_banner_heading_sc p {
    position: relative;
    top: -13rem;
    left: 14rem;
    font-size: 3.5rem;
}

.static_content_lft_contanr_sc img {
    position: relative;
    top: -7rem;
    left: 19rem;
}

.prvpol_sc {
    margin-top: -5rem;
}

.grievancy_policy_table_wrpr {
    margin: 4rem 0 1.6rem 0;
}

.table-responsive {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table>tbody {
    vertical-align: inherit;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

.grievancy_policy_table th {
    color: var(--black_variant_dark);
    font-weight: 400;
    font-size: var(--font16);
    padding: 1.6rem 1.4rem;
}

.grievancy_policy_table table,
.grievancy_policy_table th,
.grievancy_policy_table td {
    border: .1rem solid var(--table_border);
    border-collapse: collapse;
    color: var(--black_variant_medium);
}

tr.description_content_row {
    background-color: var(--bg_snt);
}

.grievancy_policy_data1 a {
    text-decoration: underline;
    text-decoration-color: var(--primary_medium);
}

.description_content_row td {
    font-size: var(--font16);
    font-weight: 400;
    color: var(--primary_medium);
}

.grievancy_policy_table td {
    vertical-align: middle;
    padding: 2rem 6rem;
    font-size: var(--font14);
}

.static_content_lft_contanr_sc img {
    cursor: pointer;
}

.description_content_row td {
    padding: 1.9rem 1.6rem;
}

.description_content_row td {
    background: var(--table_bg);
}

.grievancy_policy_table tr th {
    font-size: var(--font16);
    font-weight: 400;
    color: var(--sec__black);
}

.main__container.grievance_policy {
    overflow: unset;
}

.static_poission_js_sc.poission_fix {
    position: fixed;
    top: 10rem;
    width: 34rem;
    height: calc(100vh - 18rem);
    overflow: hidden auto;
}

/*..........................Disclouser Policy......................................*/
.static_content_section_scc_wrapper {
    border: .1rem solid #E4E4E4;
    padding: 3rem 2rem;
    margin-top: 1rem;
}

.static_list_sc {
    padding-left: 3rem;
}
.static_content_rgt_content_scc h4{
    font-size: 1.6rem;
    padding-bottom: 2rem;
}
.static_content_rgt_content_scc p{
    font-size: 1.6rem !important;
}
.static_content_rgt_content_scc a{
    text-decoration: underline;
}
.static_list_sc li{
    font-size: 1.6rem !important;
}
.static_content_rgt_content_scc h4{
    font-size: 1.8rem;
}
.static_list_sc_index li {
    padding-bottom: 1.6rem;
    font-weight: var(--font_weight500);
    cursor: pointer;
    color: var(--primary_medium);
}

.static_list_sc_index li :hover {
    color: var(--secondary_green);
}

.static_content_rgt_content_scc ol li {
    font-weight: var(--font_weight_400);
    font-size: var(--font14);
    color: var(--primary_medium);
    padding-bottom: 1.6rem;
    list-style: auto;
    font-family: var(--noto_sans);
}

.static_content_rgt_content_scc p {
    font-weight: var(--font_weight_400);
    font-size: var(--font14);
    color: var(--primary_medium);
    padding-bottom: 2rem;
}

.static_list_sc li {
    padding-bottom: 2rem;
    font-weight: var(--font_weight400);
    font-size: var(--font14);
    color: var(--primary_medium);
    list-style: disc;
}

.static_content_section_scc {
    width: 100%;
    display: flex;
    padding-bottom: 5rem;
    gap: 4.2rem;
}

.static_content_lft_scc {
    width: 34rem;
    height: 100%;
    overflow: hidden;
}

.discouser_title_img {
    margin-left: 1rem;
}

.disclouser_title_sc {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
    gap: 1.6rem;
}

.disclouser_title {
    padding-bottom: 2rem;
}

.static_content_lft_contanr_scc .discouser_title_img img {
    position: relative;
    height: 1.4rem;
    width: 1.4rem;
    padding: 0;
    cursor: pointer;
}

.static_list_scc li {
    padding-bottom: 2rem;
    font-weight: var(--font_weight400);
    font-size: var(--font14);
    color: var(--primary_medium);
    list-style: disc;
}

.disclouser_right_title,
.disclouser_subTitle {
    margin-bottom: 3rem;
}

.static_content_rgt_sc {
    flex: 1;
    width: 100%;
}

.disclouser_title_main {
    padding: 0 0 2rem 0;
}

.header_img img {
    max-width: 100%;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.rotate-0 {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.modal-body_filter {
    padding: 2rem 2rem 12rem;
    width: 100%;
}


.input_wrap_cmn1 p,
.input_wrap_cmn1 {
    width: 100%;
    padding: 1rem 0;
}

.budget_type_options {
    display: flex;
    align-items: center;
    gap: 1.6rem;
}

.budget_type_options button {
    max-width: 14.6rem;
    padding: 0 2.6rem;
    height: 4rem;
    border-radius: 5rem;
}

.budget_type_options .dark {
    background: #F2F2F2;
    color: #6FA614;
}

.budget_type_options .light {
    color: #6A6A6A;
    background: #F4F4F4;
    border: .1rem solid #F4F4F4
}

.error-message {
    color: red;
    display: none;
}

.modal_title_team h3 {
    display: flex;
    align-items: center;
    padding-left: 2rem;
}

.team_name_details {
    padding-left: 1.2rem;
}

.pk_am_txt {
    padding: 1rem;
}

.personal_detail_img img {
    background-color: #fff;
    border-radius: 50%;
}
.help_header_right {
    position: relative;
}
.help_search_section {
    background: #FFFFFFBF;
    border: 1px solid #ECECEC;
    box-shadow: 0px 4px 10px 0px #0000001A;
}
.help_search_bp__cont__sc {
    position: absolute;
    width: 100%;
    inset: 4.7rem auto auto auto;
    z-index: 105;
    max-height: 20rem;
    overflow-y: auto;
}
.help_search_bp__cont__sc ul li {
    padding: 1.2rem 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--primary_medium);
}
.help_viewall_solutions_wrapper ul, .get_start_mid ul {
    padding-left: 2rem;
}
.help_viewall_solutions_wrapper ul li, .get_start_mid ul li {
    list-style: disc;
}
.help_sol h5 , .get_start_mid h5{
    font-size: 1.6rem;
    margin: 1rem 0;
}
.help_sol p, .get_start_mid p{
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
/*.......................MEDIA QUERY FOR TABLET.................................. */
@media only screen and (max-width:1024px) {
    .personal_detail_img {
        width: 15rem;
        height: 15rem;
        flex-basis: auto;
        margin-right: 2rem;
    }

    .sa_payment_link_collection_detail{
        padding: 0;
    }
    .static_list_sc{
        padding-left: 1rem !important;
    }
    .static_list_sc li{
        font-size: 1.2rem !important;
        margin: 0 !important;
    }
    .disclouser_title{
        font-size: 1.8rem !important;
    }
    .static_content_rgt_content_scc p{
        font-size: 1.2rem !important;
    }
    .static_content_rgt_content_scc h4{
        font-size: 1.4rem !important;
    }
    .disclouser_title{
        padding-bottom: 1.2rem;
    }
    .personal_detail_img .edit-img{
        right:0px;
        bottom:0px;
    }
    .help_content {
        display: flex;
        flex-direction: column;
    }
    .invoice_details_wrap
    .static_content_rgt_scc.grievancy_policy_rgt_content {
        width: 100%;
    }
    #filter_team .invoice_details_wrap{
        padding: 1.2rem;
    }
    #filter_team .modal-body_filter{
        padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    }
    .budget_type_options{
        gap: .8rem;
    }
    .help_header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .help_header_right {
        width: 100%;
    }

    .help_header_left {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }

    .help_header_img {
        display: none;
    }

    .static_content_section_sc {
        max-width: 130rem;
        gap: 3rem;
    }

    .static_content_rgt_sc {
        flex: 1;
        width: 100%;
    }

    .static_content_section_sc {
        width: 100%;
        padding: 0 3rem;
        gap: 0;
    }

    .help_search {
        width: 100%;
        margin-top: 1rem;
    }

    .main_sub_child_container {
        width: 100%;
        border: .1rem solid var(--table-border_clr);
        padding: 1.2rem;
    }

    .help_main_child_container {
        width: 100%;
        padding: 0;
    }


    .static_content_lft_sc {
        max-width: 25rem;
    }

    .help_general_header {
        font-family: var(--font-family);
        font-size: 1.4rem;
        font-weight: 500;
        text-align: left;
        color: var(--primary_dark);
        margin: 1rem 0rem 1rem 0rem;
    }

    .help_content_list ul li,
    .help_left_headline {
        margin-bottom: 1rem;
        border-top: 0;
    }

    .help_content_left,
    .help_content_mid,
    .help_content_right {
        margin-bottom: 1.6rem;
    }



    .help_solutions_main_container {
        display: flex;
        flex-direction: column;
    }

    .get_start_container,
    .art_list {
        background: var(--bg_white);
        border: -0.1rem solid #0000001A;
    }

    .get_start_container {
        padding: 1.2rem;
        gap: 1.2rem;
    }

    .get__start_right {
        height: 2.4rem;
        width: 2.4rem;
        padding: 0;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .grievancy_policy_content_sec {
        margin: 3rem auto 0 auto;
    }

    .static_content_section_sc {
        max-width: 130rem;
        gap: 3rem;
    }

    .static_content_section_sc {
        width: 100%;
        padding: 0 3rem;
        gap: 0;
    }

    .static_content_section_sc {
        padding: 0 2rem;
    }

    .get_start_head {
        padding: 1.2rem 0rem 0rem 0rem;
    }

    .get_start_mid {
        border: none;
        padding-top: 1rem;
    }

    .get_start_end {
        padding: 0%;
        justify-content: space-between;
    }
    .get_start_end.detail-page {
        padding: 2.4rem 0rem;
    }
    .Knowledgebase_header {
        gap: 1rem;
    }

    .get_start_container_wrapper {
        padding-bottom: 0;
        flex: 1;
        border: 0.1rem solid #0000001A;
    }

    .static_content_section_scc {
        gap: 2rem;
    }

    .help_left_headline {
        color: var(--primary_dark);
        font-size: var(--font14)
    }

    .help_ques {
        font-size: var(--font14);
    }

    .help_content_list ul li {
        color: var(--table_text_clr1);
    }

    .help_viewall_solutions {
        padding: 1.2rem 0rem .5rem 0rem;
    }

    .scan_main_container {
        margin-left: 0;
    }

    .static_content_lft_scc {
        width: 24rem;
    }

    .disclouser_title {
        font-size: 2rem;
        font-weight: 500;
    }

    .disclouser_title_sc {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .static_list_sc_index li {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .disclouser_title_main {
        font-size: 2rem;
        font-weight: 600;
    }

    .gp_main_content {
        background: #fff;
    }
    .help_search_bp__cont__sc ul li {
        font-size: 1.4rem;
        padding: 1.2rem;
    }
}

/*.......................MEDIA QUERY FOR MOBILE.................................. */
@media only screen and (max-width:768px) {
    .avatarImg {
        width: 9rem;
        height: 9rem;
    }

    .main__container.grievance_policy {
        overflow: hidden !important;
    }

    .static_content_rgt_content_scc ol li,
    .static_content_rgt_content_scc p {
        font-weight: var(--font_weight_400);
        font-size: var(--font14);
        color: var(--primary_medium);
    }
    .static_list_sc{
        padding-left: 1rem !important;
    }
    .modal-body {
        padding: 1.2rem;
        z-index: 0;
    }

    .bank_details_header {
        padding: 1.2rem;
    }

    .db_detail_right {
        display: flex;
        align-items: end;
        flex-direction: column;
    }

    .bank_details_wrapper {
        padding: 1.2rem;
    }

    .BD_detail_row1 {
        padding: 1rem 0rem 1rem 0rem;
    }

    .name_sm {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .invoice_details_popup {
        padding: 1.2rem;
    }

    .invoice_details_popup .accordion-body {
        padding: 0;
    }

    .team_name_details p {
        margin-top: .5rem;
    }

    .tax_head,
    .accordion-collapse {
        padding: 1.2rem;
    }

    .tax_body,
    .modal_cmn_box {
        padding: 1.2rem;
    }

    .tax_body button {
        padding: 1rem 1.6rem;
    }

    .tax_body {
        padding: 1.6rem;
    }

    .rowSet {
        width: 50%;
    }

    .delete_msg p {
        margin-top: .5rem;
    }

    .add-member-team_body {
        margin: 1.2rem;
    }

    .payment_menu_list_item p {
        min-width: 50%;
    }

    .personal_team_wrap {
        margin: 0;
    }

    .profile_team_list {
        padding: 1.2rem 1.6rem;
    }

    .maeginb {
        margin-bottom: 1.2rem;
    }

    .invoice_details_popup .row {
        display: flex;
        flex-direction: column;
    }

    .name_lable {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .row h6,
    .row h4,
    .invoice_details_popup {
        font-size: 1.2rem;
    }


    .tax_head h6 {
        font-size: 1.4rem;
    }

    .bank_detail_head_left {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .bank_detail_head_right img {
        height: 2rem;
        width: 2rem;
    }

    .bank_detail_head_left {
        font-size: 1.4rem;
        font-weight: 500;
    }

    .personal_detail_img img {
        height: 8rem;
        width: 8rem;
    }

    .personal_detail_img .edit-img {
        bottom: 0;
        right: 0;
        width: 2.8rem;
        height: 2.8rem;
    }

    .personal_detail_btn {
        display: none;
    }

    .personal_detail_email,
    .personal_detail_contact {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .personal_detail_bttn {
        display: block;
    }

    .personal_detail_img img {
        height: auto;
    }

    .personal_detail_email img,
    .personal_detail_contact img {
        height: 1.4rem;
        width: 1.4rem;
    }

    .personal_detail_inner {
        margin-bottom: 1.6rem;
        gap: 0;
    }

    .personal_detail_bttn {
        width: 100%;
        padding: 1rem 1.6rem;
        gap: .8rem;
        border: 0.1rem solid #2D2D2D;
        text-align: center;
        background: var(--bg_white);
    }

    .select_avatar_bg {
        width: 100%;
        padding: 1.2rem 1.6rem;
        gap: 2.4;
        border: .2rem solid #FFFFFF;
    }

    .select_avatar_bg img {
        height: 9rem;
        width: 9rem;
    }

    .avtar_img img {
        height: 4rem;
        width: 4rem;
    }

    .avatar_images {
        margin-top: 1.2rem;
        gap: 3rem;
        margin-left: 1rem;
    }

    .flex_default .mobBtn {
        width: 100%;
        padding: 1rem 1.6rem;
        gap: .8rem;
        text-align: center;
    }

    .modal-footer {
        width: 100%;
        padding: 1rem 1.2rem;
    }

    .static_banner_heading_sc p {
        position: relative;
        top: -6rem;
        left: 8rem;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .update_password_container_inner {
        width: 100%;
        padding: 1.6rem 1.2rem;
        gap: 2.4rem;
        border: 0.1rem solid #0000001A;
        background: #FFFFFFB2;
    }

    .sec_header {
        width: 32.4rem;
        padding: 4rem;
    }

    .update_input {
        padding: 1.2rem;
        border: .1rem solid #ABABAB;
    }

    .update_input input::placeholder {
        font-size: 1.4rem;
        font-weight: 300;
        color: #5D5D5D;
    }

    .update_pswd_row {
        padding: 0rem 0rem 1.6rem 0rem;
        margin: 0;
    }

    #error-message,
    #account-error-message {
        font-size: 1rem;
        font-weight: 300;
    }

    .BD_detail_row1,
    .BD_detail_row2,
    .BD_detail_row3 {
        padding: 0;
    }

    .BD_detail_row2 {
        margin: 2.4rem 0rem 2.4rem 0rem;
        padding: 0;
    }

    .BD_detail_row3 {
        padding: 0;
    }

    .select_avatart_txt {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .update_pswd_row label {
        font-size: 1.4rem;
        font-weight: 500;
        color: #2D2D2D;
    }

    .history_details,
    .subs_details {
        padding: 1.6rem 1.2rem 1.6rem 1.2rem;
    }

    .history_details_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .model_body_mainTxt {
        font-size: 1.4rem;
    }

    .subs_details_left {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .subs_details_right,
    .labelTxt {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .disclouser_right_title,
    .disclouser_subTitle {
        margin-bottom: 0;
    }

    .startDate,
    .endDate {
        font-size: 1.2rem;
        font-weight: 400;
        display: flex;
        flex-direction: column;
    }

    .startDate span,
    .endDate span {
        font-size: 1.2rem;
        font-weight: 500;
        color: #2D2D2D;
    }

    .subs_details_mid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .details-line {
        display: none;
    }

    .model_body_mainTxt_sec {
        font-size: 1.4rem;
        font-weight: 500;
        margin-top: 1.6rem;
    }

    .row1_mid_n {
        text-align: end;
    }

    .closeBtn {
        position: relative;
        top: -2rem;
    }

    .popups_btns {
        padding-top: 1rem;
        margin-top: 2rem;
    }

    .btn_style {
        padding: 1rem 1.6rem;
        display: inline-block;
    }

    .btn_black {
        padding: 1rem 2.4rem;
    }

    .delete_msg .nill {
        display: none;
    }

    .crossicon {
        width: 2.2rem;
    }

    .delete_msg img {
        width: 1.8rem;
    }

    .delete_msg p {
        font-size: 1.4rem;
    }

    .refCode {
        margin-top: 1.2rem;
    }

    .popup-content p,
    .refCode_Txt {
        font-size: 1.4rem;
    }

    .popup-content {
        padding: 0;
        gap: 0;
    }

    .modal_del .modal_cmn_box img {
        width: 4.2rem;
    }

    .closeTxt {
        display: none;
    }

    .modal_del1 .modal_cmn_box1,
    .modal_cmn_box {
        width: 33.6rem;
        padding: 4rem 1.2rem 2rem 1.2rem;
    }

    .nameTxt {
        font-size: 1.2rem;
        font-weight: 400;
    }

    .darkBtn,
    .lightBtn {
        width: 14.8rem;
        padding: 1rem 1.6rem;
        font-size: 1.2rem;
    }

    .modal-title {
        font-size: 1.4rem;
    }


    .static_content_lft_sc {
        display: none;
    }

    .static_content_lft_scc {
        display: none;
    }

    .static_content_rgt_content_sc p {
        font-size: var(--font14);
        font-weight: var(--font_weight400);
    }

    .static_content_rgt_content_scc p {
        font-weight: var(--font_weight400);
        font-size: var(--font14);
        padding-bottom: 1.6rem;
    }

    .static_list_sc {
        padding: 0;
    }

    .static_list_sc li {
        margin-top: .8rem;
        font-size: var(--font12);
        font-weight: var(--font_weight400);
        list-style: disc;
    }

    .gp_main_content {
        padding: 1.2rem;
    }

    .grievancy_policy_content_title1 {
        font-size: var(--font14);
        font-weight: var(--font_weight500);
        color: var(--primary_dark);
    }

    .title_text {
        font-size: var(--font12);
        font-weight: var(--font_weight500);
    }

    .grievancy_policy_table th {
        padding: 1rem 1.4rem;
    }

    .grievancy_policy_table table,
    .grievancy_policy_table th,
    .grievancy_policy_table td {
        border: .1rem solid var(--table_border);
        border-collapse: collapse;
        color: var(--black_variant_medium);
    }

    tr.description_content_row {
        background-color: var(--bg_snt);
    }

    .grievancy_policy_data1 a {
        text-decoration: underline;
        text-decoration-color: var(--primary_medium);
        font-size: var(--font12);
        font-weight: 400;
    }

    .description_content_row td {
        font-size: var(--font16);
        font-weight: 400;
        color: var(--primary_medium);
    }

    .grievancy_policy_table td {
        vertical-align: middle;
        padding: 1rem;
        font-size: var(--font12);
        font-weight: 400;
        color: var(--sec__black);
    }

    .description_content_row td {
        padding: 1.9rem 1.6rem;
    }

    .description_content_row td {
        background: var(--table_bg);
    }

    .grievancy_policy_table tr th {
        font-size: var(--font12);
        font-weight: 400;
        color: var(--sec__black);
    }

    .grievancy_policy_data1 td {
        padding: 1.4rem 1.6rem;
    }

    .static_content_section_scc_wrapper {
        border: none;
        background: #fff;
        border: .1rem solid #E4E4E4;
        box-shadow: 0 0 2rem 0 #0000001A;
    }

    .static_content_section_scc {
        width: 100%;
        gap: 0;
    }

    .disclouser_right_title,
    .disclouser_subTitle {
        padding-bottom: 1.6rem;
    }

    .static_list_sc li {
        margin: 1rem 1rem;
        padding-bottom: 1rem;
    }

    .disclouser_title_main {
        font-size: var(--font16);
        font-weight: 600;
    }

    .disclouser_title {
        font-size: var(--font14);
        font-weight: 500;
    }

    .main_layout_wrap_inner {
        border: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }

    .modal-body_filter {
        background: #fff;
    }

    .rowFlex {
        display: flex;
        flex-direction: column;
    }

    .colFilter {
        max-width: 33.2rem;
        width: 100%;
    }

    .budget_type_options button {
        max-width: 9.2rem;
        width: 100%;
        padding: 1.2rem 1.4rem;
        height: 3.8rem;
        border-radius: 5rem;
        font-size: 1.2rem;
        text-align: center;
        font-weight: 400;
    }

    .input_wrap_cmn1 {
        padding: 0;
        margin-bottom: 1.4rem;
    }

    .input_wrap_cmn1 input::placeholder {
        font-size: 1.4rem;
        font-weight: 300;
    }

    .input_wrap_cmn1 p {
        font-size: 1.4rem;
        font-weight: 400;
    }

    .error-message {
        font-size: 1.2rem;
        font-weight: var(--font_weight_400);
    }

    .header_img img {
        width: 100%;
    }

    .gstr__applicable__box__header__sc {
        padding: 1.2rem;
    }

    .invoice_details_wrap {
        margin: 0;
    }

    .invoice_details_popup {
        border: none;
    }

    .trail_icon_head p {
        font-size: 1.4rem;
    }

    .modal-body.pad_ss {
        padding: 1rem 1.2rem;
        gap: 1.6rem;
    }
    .personal_detail_img {
        width: 80px;
        height: 80px;
        flex-basis: auto;
        margin-right: 1.2rem;
    }
    .personal_detail_img img{
        width: 80px;
        height: 80px;
    }
}


#referralPopup {
    position: absolute;
    z-index: 9999;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70%;
}
@media(max-width:767px){
    .BD_detail_row1, .BD_detail_row2, .BD_detail_row3{
        gap: 0;
    }
    .db_detail_right {
        flex-basis: unset;
        width: 50%;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        text-align: right;
    }
}
@media only screen and (max-width:359px){
    .budget_type_options{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    .budget_type_options button{
        max-width: unset;

    }
    .modal-footer .button{
       width: auto;
       flex: 1;
    }
    .flex_default{
        gap: 1.6rem;
    }
    .personal_detail_img img, .personal_detail_img {
        width: 6rem;
        height: 6rem;
        flex: 0 0 6rem;
    }
}

.help_details_datetime{
    margin: 1rem 0rem 1rem 0rem;
    color: var(--primary_light)
}

a.ai_faq_question{
    display: block
}
.get_start_mid.detail-page{
    border-bottom: .1rem solid #F4F4F4;
}
