.signup_page {
    margin-top: 101px;
    background: var(--New-Grey, #F5F6F7);
}

.sip_s1 {
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 60px;
    background: url(../img/loginbg.png);
    padding-top: 75.5px;
}

.sip_heading {
    color: var(--Grayscale-White, #FFF);

    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sip_s1_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    margin-bottom: 11.5px;
}

.sip_s1_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.sip_s1_bt1 {
        width: 206px;
    padding: 16px 32px;
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border:0px;
}

.sip_s1_bt1.active {
    width: 206px;
    padding: 16px 32px;
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 0px;
    border-radius: 0px;
    border-bottom: 5px solid var(--New-Primary-Green, #1BBC97);
}
.sip_s1_bt1:hover {
    width: 206px;
    padding: 16px 32px;
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;
    border: 8px solid #fff;
    background: var(--New-Primary-Green, #1BBC97);
    outline: 1px solid var(--New-Primary-Green, #1BBC97);

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.sip_s1_button .sip_s1_bt1:hover {
    width: 206px;
    padding: 16px 32px;
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 0px;
    background: var(--New-Primary-Green, transparent);
    outline: 0px solid var(--New-Primary-Green, #1BBC97);
}
.sip_s1_button .sip_s1_bt1.active:hover {
    width: 206px;
    padding: 16px 32px;
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 0px;
    border-radius: 0px;
    border-bottom: 5px solid var(--New-Primary-Green, #1BBC97);
}
.sip_s2 {
    display: flex;
    width: 444px;
    padding: 64px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
}

.sip_s2_inner {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 60px;
    border-top: 5px solid var(--New-Primary-Green, #1BBC97);
    background: var(--Grayscale-White, #FFF);
}

.sip_s2_heading {
    color: var(--Grayscale-800, #3C3C3C);
    text-align: center;

    /* Headings/03 */
    font-family: 'Manrope';
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.sip_s2_input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    border-radius: 100px;
    border: 1px solid var(--Grayscale-500, #D0D0D0);
    background: var(--Grayscale-White, #FFF);
    gap: 24px;
    display: flex;
    width: 380px;
    padding: 16px 16px 16px 24px;
    align-items: center;
    gap: 8px;
}

.sip_s2_button {
    display: flex;
    width: 100%;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.sip_s2_button:hover {
    display: flex;
    width: 100%;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 8px solid #fff;
    background: var(--New-Primary-Green, #1BBC97);
    outline: 1px solid var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.input_div_main {
    border-radius: 100px;
    border: 1px solid var(--Grayscale-500, #D0D0D0);
    background: var(--Grayscale-White, #FFF);
    /*   padding: 16px 16px 16px 24px; */
    position: relative;
    height: 61px;
    /*   overflow: hidden; */
    width: 100%
}

.input_div_main .input_global {
    width: calc(100% - 48px);
    background: transparent;
    border: none;
    border-radius: 0px;
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    left: 24px;
    transition: all 0.3s ease;
}

.input_div_main label {
    position: absolute;
    top: 17px;
    left: 24px;
    width: 100%;
    pointer-events: none;
    color: var(--Grayscale-900, #0E0E0E);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
}


.content-name {
    position: absolute;
    top: 50%;
    left: 0px;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.input_div_main .input_global:focus {
    outline: none;
    top: unset;
    bottom: 8px;
    transform: unset;
}

.input_div_main .input_global:focus+.label-name .content-name,
.input_div_main .input_global:valid+.label-name .content-name {
    transform: translateY(-12px);
    left: 0px;
    color: var(--Grayscale-500, #D0D0D0);
    font-family: 'Manrope';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.input_div_main .input_global:focus+.label-name::after,
.input_div_main .input_global:valid+.label-name::after {
    transform: translateX(0%);
}

/* .input_div_main:focus-within {
    border: 1px solid var(--New-Primary-Green, #1BBC97);
  } */

/* ----------------------- Checkbox ----------------------- */

.c-checkbox input[type='checkbox']:checked~label:after,
.c-checkbox input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.c-checkbox>.c-div>label:before,
.c-checkbox>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #1BBC97;
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 50px;
    top: 22px;
    left: 8px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.c-checkbox input[type='checkbox'] {
    display: none;
}

.c-checkbox input[type='checkbox']~label:after,
.c-checkbox input[type='checkbox']~.label:after {
    content: "⬤";
    display: block;
    position: absolute;
    color: #1BBC97 !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 18px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 7px;
    top: 25px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.c-checkbox {
    position: relative;
    margin-bottom: 0px;
}

.login_strong {
    color: var(--New-Primary-Green, #1BBC97);

    /* P/Para Std */
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    /* 28.926px */
    margin-bottom: 0px;
}

.login_strong a {
    color: var(--Grayscale-800, #3C3C3C);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    margin-bottom: 0px;
    text-decoration: none;
}

.c-text {
    margin-left: 35px;
}

/* ----------------------- Checkbox ----------------------- */


.c-checkbox2 input[type='checkbox']:checked~label:after,
.c-checkbox2 input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.c-checkbox2>.c-div2>label:before,
.c-checkbox2>.c-div2>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #1BBC97;
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 50px;
    top: 3px;
    left: 8px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.c-checkbox2 input[type='checkbox'] {
    display: none;
}

.c-checkbox2 input[type='checkbox']~label:after,
.c-checkbox2 input[type='checkbox']~.label:after {
    content: "⬤";
    display: block;
    position: absolute;
    color: #1BBC97 !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 9.5px;
    top: 6px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.c-checkbox2 {
    position: relative;
    margin-bottom: 0px;
}

.login_strong2 {
    color: var(--Txt, #136576);
    /* P/Para Std */
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    /* 28.926px */
    margin-bottom: 0px;
}

.login_strong2 a {
    color: var(--Grayscale-800, #3C3C3C);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    margin-bottom: 0px;
    text-decoration: none;
}

.c-text2 {
    margin-left: 35px;
}


/* ----------------------- Checkbox ----------------------- */

.c-checkbox_sa input[type='checkbox']:checked~label:after,
.c-checkbox_sa input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.c-checkbox_sa>.c-div_sa>label:before,
.c-checkbox_sa>.c-div_sa>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #1BBC97;
    box-sizing: border-box;
    /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
    border-radius: 50px;
    top: 6px;
    left: 8px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.c-checkbox_sa input[type='checkbox'] {
    display: none;
}

.c-checkbox_sa input[type='checkbox']~label:after,
.c-checkbox_sa input[type='checkbox']~.label:after {
    content: "⬤";
    display: block;
    position: absolute;
    color: #1BBC97 !important;
    border-radius: 0;
    border: 0;
    font-family: 'Poppins';
    font-size: 14px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 9.5px;
    top: 9px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.c-checkbox_sa {
    position: relative;
    margin-bottom: 0px;
}

.login_strong_sa {
    color: var(--New-Primary-Green, #1BBC97);

    /* P/Para Std */
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    /* 28.926px */
    margin-bottom: 0px;
}

.login_strong_sa a {
    color: var(--Grayscale-800, #3C3C3C);
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    margin-bottom: 0px;
    text-decoration: none;
}

.c-text_sa {
    margin-left: 35px;
}



.checkandpass {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-self: stretch;
}

.linkPass {
    color: var(--New-Primary-Green, #1BBC97);
    text-decoration: none;
    /* P/Para Std */
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    cursor: pointer;
    margin-bottom: 0px;
    /* 28.926px */
}

.withpass {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.sip_heading2 {
    color: var(--Grayscale-White, #FFF);
    /* Headings/01 */
    font-family: 'Manrope';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;

}

.registerpara {
    color: var(--Txt, #136576);
    text-align: center;
    /* P/Para Std */
    font-family: 'Manrope';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    /* 28.926px */
}

.sip_s3 {
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 60px;
    background: url(../img/registerbk.png);
    padding-top: 80px;
    padding-bottom: 44px;
}

.sip_s3_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}


.dashboard_para {
    color: var(--New-Grey, #F5F6F7);
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    max-width: 602px;
    margin-bottom: 0px;
}

.sip_s4 {
    margin-left: 60px;
    margin-right: 60px;
    border-radius: 60px;
    background: url(../img/dashboardbk.png);
    padding-top: 75px;

}

.sip_s4_inner {
    display: flex;
    flex-direction: column;
    align-items: center;

    align-self: stretch;

}

.sip_s4_bt1 {
    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;
    padding: 16px 32px;

    /* P/Btns + Fields/Btn Std */
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.sip_s4_bt1.active {


    color: var(--Grayscale-600, #9B9B9B);
    text-align: center;

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 0px;
    border-radius: 0px;
    border-bottom: 5px solid var(--New-Primary-Green, #1BBC97);
}

.dash_img {
    margin-bottom: 12px;
}

.sip_heading4 {
    margin-bottom: 16px;
    color: var(--Grayscale-White, #FFF);

    /* Headings/02 */
    font-family: Manrope;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.sip_s42 {
    padding-bottom: 48px;
}

.sip_s42_inner {
    display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 60px;
    border-top: 5px solid var(--New-Primary-Green, #1BBC97);
    background: var(--Grayscale-White, #FFF);
    margin-left: auto;
    margin-right: auto;
    align-items: stretch;
    margin-top: 48px;
    margin-bottom: 24px;
}

.dashboard_info {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.sip_s42_button {
    display: flex;
    width: 380px;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;

}

.sip_s42_button:hover {
    display: flex;
    width: 380px;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 8px solid #fff;
    background: var(--New-Primary-Green, #1BBC97);
    outline: 1px solid var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;

}

.sip_s14_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;

}

.change_background {
    background-color: transparent;
}

.change_width {
    max-width: 795px;
}

.login_modal {
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 56px;
    border-radius: 60px;
    border-top: 5px solid var(--New-Primary-Green, #1BBC97);
    background: var(--Grayscale-White, #FFF);

}

.heading_of_modal {
    color: var(--Grayscale-800, #3C3C3C);
    text-align: center;

    /* Headings/03 */
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.para_of_modal {
    color: var(--Txt, #136576);
    text-align: center;

    /* P/Para Std */
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160.7%;
    /* 28.926px */
    margin-bottom: 0px;
}

.for_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;

}

.for_modal_button {

    display: flex;
    width: 407px;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.for_modal_button:hover {
    display: flex;
    width: 380px;
    height: 64px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    border: 8px solid #fff;
    background: var(--New-Primary-Green, #1BBC97);
    outline: 1px solid var(--New-Primary-Green, #1BBC97);
    color: var(--Grayscale-White, #FFF);
    text-align: center;
    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-left: auto;
    margin-right: auto;

}



.th1 {
    border-top-left-radius: 20px;
    width: 230px;
}

.th2 {
    width: 300px;
}

.th3 {
    width: 180px;
}

.dashboard_info_2 table thead tr th:first-child {
    padding-left: 67px;
}

.th4 {
    border-top-right-radius: 20px;
    width: 200px;
}

.para_of_table {
    color: var(--Grayscale-White, #FFF);

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0px;

}

.table_for_info {
    width: 1046px;
}

.para_of_table_data {
    color: var(--Grayscale-900, #0E0E0E);

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0%;
}

.para_of_table_data span {
    color: var(--New-Primary-Green, #1BBC97);

    /* P/Btns + Fields/Btn Std */
    font-family: 'Manrope';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.para_of_table_info {
    color: var(--Grayscale-600, #9B9B9B);

    /* P/Btns + Fields/Btn Std */
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0%;
}

.div_of_table {
    display: flex;
    flex-direction: row;
    gap: 24px;


}

.dashboard_info_2 table thead tr th {
    padding-left: 24px;
    border-bottom: 4px transparent solid;

    background: var(--New-Primary-Green, #1BBC97);
    padding-top: 16px;
    padding-bottom: 16px;

}

.dashboard_info_2 table tbody tr td {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;

}

.dashboard_info_2 .table-striped>tbody>tr:nth-of-type(odd)>* {
    background: var(--New-Secondary-Green, #E9FCF7);
    box-shadow: none;
}

.dashboard_info_2 .table-striped>tbody>tr>td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.dashboard_info_2 .table-striped>tbody>tr>td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    
}
.div_of_table_body {
    border-right: 1px solid #9B9B9B;
}

.dashboard_info_2 .table-striped>tbody>tr>td:last-child div {
    border-right: 0px;
}


@media only screen and (max-width: 700px) {
    
    .sip_s1_bt1,.sip_s1_bt1.active,.sip_s1_bt1:hover {
             width: 134px;
}
    .signup_page {
        margin-top: 106px;
        background: var(--New-Grey, #F5F6F7);
    }

    .sip_s1 {
        margin-left: 24px;
        margin-right: 24px;
        border-radius: 20px;
        background: url(../img/lagpm.png);
        padding-top: 74px;
    }

    .sip_heading {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
    }

    .sip_s2 {
        display: flex;
        padding: 32px 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    .sip_s2_inner {
        display: flex;
        padding: 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
    }

    .login_strong2 {
        color: var(--Txt, #136576);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%;
        margin-bottom: 0px;
    }

    .linkPass {
        color: var(--New-Primary-Green, #1BBC97);
        text-decoration: none;
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%;
    }

    .c-checkbox2>.c-div2>label:before,
    .c-checkbox2>.c-div2>.label:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: transparent;
        border: 1px solid #1BBC97;
        box-sizing: border-box;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
        border-radius: 50px;
        top: 3px;
        left: 8px;
    }

    .c-checkbox2 input[type='checkbox']~label:after,
    .c-checkbox2 input[type='checkbox']~.label:after {
        content: "⬤";
        display: block;
        position: absolute;
        color: #1BBC97 !important;
        border-radius: 0;
        border: 0;
        font-family: 'Poppins';
        font-size: 14px;
        text-align: center;
        line-height: 12px;
        height: 1px;
        width: 1px;
        left: 9.5px;
        top: 6px;
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transition: all .15s ease;
        -ms-transition: all .15s ease;
        transition: all .15s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .login_strong {
        color: var(--New-Primary-Green, #1BBC97);

        /* P/Para Std */
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%;
        /* 28.926px */
        margin-bottom: 0px;
    }

    .login_strong a {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%;
        margin-bottom: 0px;
        text-decoration: none;
    }

    .c-checkbox>.c-div>label:before,
    .c-checkbox>.c-div>.label:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: transparent;
        border: 1px solid #1BBC97;
        box-sizing: border-box;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
        border-radius: 50px;
        top: 14px;
        left: 8px;
    }

    .c-checkbox input[type='checkbox']~label:after,
    .c-checkbox input[type='checkbox']~.label:after {
        content: "⬤";
        display: block;
        position: absolute;
        color: #1BBC97 !important;
        border-radius: 0;
        border: 0;
        font-family: 'Poppins';
        font-size: 14px;
        text-align: center;
        line-height: 12px;
        height: 1px;
        width: 1px;
        left: 9.5px;
        top: 17px;
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transition: all .15s ease;
        -ms-transition: all .15s ease;
        transition: all .15s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .sip_heading2 {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        padding-bottom: 44px;
        padding-top: 24px;
    }

    .sip_s3 {
        margin-left: 24px;
        margin-right: 24px;
        border-radius: 60px;
        background: url(../img/registerbk.png);
        padding-top: 40.5px;
        padding-bottom: 41.5px;
        border-radius: 20px;
    }

    .sip_s4 {
        margin-left: 24px;
        margin-right: 24px;
        border-radius: 20px;
        background: url(../img/dashboardbkph.png);
        padding-top: 74px;
    }

    .sip_heading4 {
        color: var(--Grayscale-White, #FFF);
        text-align: center;

        /* Headings/03 */
        font-family: Manrope;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }

    .dashboard_para {
        color: var(--New-Grey, #F5F6F7);
        text-align: center;

        /* P/Para Smll */
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .sip_s14_button {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        overflow: auto;
        padding-left: 266px;
    }

    .sip_s4_inner {
        padding-left: 24px;
        padding-right: 24px;
        margin-bottom: 37px;
    }

    .dashboard_info {
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .sip_s42 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sip_s42_button {
        display: flex;
        width: 100%;
        height: 64px;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 100px;
        background: var(--New-Primary-Green, #1BBC97);
        color: var(--Grayscale-White, #FFF);
        text-align: center;
        /* P/Btns + Fields/Btn Std */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-left: auto;
        margin-right: auto;

    }

    .sip_s42_button:hover {
        display: flex;
        width: 100%;
        height: 64px;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 100px;
        border: 8px solid #fff;
        background: var(--New-Primary-Green, #1BBC97);
        outline: 1px solid var(--New-Primary-Green, #1BBC97);
        color: var(--Grayscale-White, #FFF);
        text-align: center;
        /* P/Btns + Fields/Btn Std */
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-left: auto;
        margin-right: auto;

    }

    .heading_of_modal {
        color: var(--Grayscale-800, #3C3C3C);
        text-align: center;
        font-family: Manrope;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 8px;
    }

    .login_modal {
        display: flex;
        flex-direction: column;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        padding: 32px;
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
    }

    .login_strong_sa {
        color: var(--New-Primary-Green, #1BBC97);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%;
        margin-bottom: 0px;
    }

    .login_strong_sa a {
        color: var(--Grayscale-800, #3C3C3C);
        font-family: 'Manrope';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160.7%;
        margin-bottom: 0px;
        text-decoration: none;
    }

    .c-checkbox_sa>.c-div_sa>label:before,
    .c-checkbox_sa>.c-div_sa>.label:before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        background: transparent;
        border: 1px solid #1BBC97;
        box-sizing: border-box;
        /* box-shadow: inset 0px 4px 4px rgb(0 0 0 / 5%); */
        border-radius: 50px;
        top: 12px;
        left: 8px;
    }

    .c-checkbox_sa input[type='checkbox']~label:after,
    .c-checkbox_sa input[type='checkbox']~.label:after {
        content: "⬤";
        display: block;
        position: absolute;
        color: #1BBC97 !important;
        border-radius: 0;
        border: 0;
        font-family: 'Poppins';
        font-size: 14px;
        text-align: center;
        line-height: 12px;
        height: 1px;
        width: 1px;
        left: 12px;
        top: 16px;
        transform-origin: 50% 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform: scale(0);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transition: all .15s ease;
        -ms-transition: all .15s ease;
        transition: all .15s ease;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .for_modal_button {
        display: flex;
        width: 287px;
        height: 64px;
        padding: 16px 32px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: 100px;
        background: var(--New-Primary-Green, #1BBC97);
        color: var(--Grayscale-White, #FFF);
        text-align: center;
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
    }

    .for_button {
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
        align-items: center;
    }

    .table_for_info {
        width: unset;
    }
    .sip_s42_inner {
        display: flex;
        padding: 43px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 14px;
        border-radius: 20px;
        border-top: 5px solid var(--New-Primary-Green, #1BBC97);
        background: var(--Grayscale-White, #FFF);
        margin-left: auto;
        margin-right: auto;
        align-items: stretch;
        margin-top: 48px;
        margin-bottom: 24px;
    }

    .para_of_table {
        color: var(--Grayscale-White, #FFF);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0px;
        width: max-content;
    }
    .para_of_table_data {
        color: var(--Grayscale-900, #0E0E0E);
        font-family: 'Manrope';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-bottom: 0%;
        width: max-content;
        padding-right: 24px;
    }
    .div_of_table_body {
        padding-right: 24px;
        border-right: 1px solid #9B9B9B;
        min-width: 170px;
    }
}


@media only screen and (min-width: 780px) and (max-width:991px) {}

@media only screen and (min-width: 992px) and (max-width: 1151px) {}

@media only screen and (min-width: 1152px) and (max-width:1279px) {}

@media only screen and (min-width: 1280px) and (max-width:1348px) {}

@media only screen and (min-width: 1440px) and (max-width:1499px) {}

@media only screen and (min-width: 1500px) and (max-width:1599px) {}

@media only screen and (min-width: 1600px) and (max-width:1699px) {}

@media only screen and (min-width: 1700px) and (max-width:1799px) {}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}