.Signup_Team_Main {
    background-image: url(../images/signup-popup/sign-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 50px 0;
    min-height: calc(100vh - 122.58px);
}

section.Sign_Header {
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 20px 0;
}

.back_btn a {
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.back_btn a svg {
    margin-right: 12px;
}


/* .Sign_Right {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 46px 24px 24px 24px;
    position: relative;
} */


section.Signup_Team_Main button.btn.btn-primary.pay-securely-btn {
    padding: 12px 20px;
    border-radius: 4px;
    background: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 0;
    margin: 0;
}

section.Signup_Team_Main p.no_account {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

section.Signup_Team_Main p.no_account a {
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 4px;
}

section.Signup_Team_Main a.linkedin_img {
    text-align: center;
}

.Sign_In_with p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.Sign_In_with {
    text-align: center;
    margin-top: 22px;
}

.Sign_In_with p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #fff;
    display: inherit;
    position: relative;
    z-index: 1234;
}

.Sign_In_with p:after {
    content: "";
    width: 100%;
    display: block;
    background: #D0D5DD;
    height: 1px;
    top: 11px;
    position: absolute;
    left: 0;
    z-index: -99;
}

.Sign_In_with p span {
    background: #ffffff;
    padding: 0 8px;
}

.Social_Sign {
    margin-top: 28px;
}

.Social_Sign ul {
    text-align: center;
}

.Social_Sign ul li {
    display: inline-block;
}

.Sign_Footer {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px 0px;
}

section.Sign_Footer .my_cpe_copyright a {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

section.Sign_Footer .my_cpe_copyright a span {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.Sign_Footer .support_email svg {
    margin-right: 6px;
}

.Sign_Footer .support_email a {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}







/*Individual Section Start*/
.Get_started_form .counter {
    display: flex;
    gap: 8px;
    align-items: center;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}
.Get_started_form input#no_of_seats {
    width: 65px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
}

.q_indevidual_sub_inner h2, .q_indevidual_sub_inner h1 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.q_indevidual_sub_inner h2+p, .q_indevidual_sub_inner h1+p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}

.q_indevidual_sub_inner ul li {
    display: flex;
    gap: 10px;
}

section.q_indevidual_sub_inner {
    background: #FFF;
}

.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}

p.unlimited_acc {
    margin-top: 24px;
    margin-bottom: 18px;
}

.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}

.education_tags_individual span:last-child {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #F3F1FD;
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
}

p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}

.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

form.Get_started_form {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
    position: relative;
}

.Signup_Team_Main .form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
}

.Signup_Team_Main .form-select {
    color: #101828;
}

.Signup_Team_Main .form-floating>label:not(.Signup_Team_Main .form-floating>textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 50px;
}

.Signup_Team_Main .form-select,
.Signup_Team_Main .trial_users {
    padding: .7rem .75rem;
    font-size: 14px;
}

.Signup_Team_Main .form-floating>.form-control-plaintext~label,
.Signup_Team_Main .form-floating>.form-control:focus~label,
.Signup_Team_Main .form-floating>.form-control:not(:placeholder-shown)~label,
.Signup_Team_Main .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}

.Signup_Team_Main .form-floating>.form-control-plaintext:focus,
.Signup_Team_Main .form-floating>.form-control-plaintext:not(:placeholder-shown),
.Signup_Team_Main .form-floating>.form-control:focus,
.Signup_Team_Main .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}

.Signup_Team_Main .form-floating>.form-control,
.Signup_Team_Main .form-floating>.form-control-plaintext,
.Signup_Team_Main .form-floating>.form-select,
.Signup_Team_Main .form-floating>.trial_users {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
/* bootstrap-select replaces <select class="trial_users"> with a wrapper div that inherits the
   "trial_users" class, and renders a <button class="btn dropdown-toggle"> as the visible control.
   Override its global 44px height (style.css .form-floating .bootstrap-select .btn.dropdown-toggle)
   so it matches the 48px .form-control height of the seat input field next to it. */
.Signup_Team_Main .form-floating .bootstrap-select.trial_users .btn.dropdown-toggle {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    padding: .7rem .75rem;
}

/* Country/State/City selectpickers (.b_select) use data-container="body", so the toggle
   button itself still needs to fill its column (the reparented .dropdown-menu is sized via
   the data-width="100%" attribute instead, since it's no longer a descendant of this wrapper). */
.Signup_Team_Main .form-floating .bootstrap-select.b_select {
    width: 100%;
}

.Signup_Team_Main .form-floating>textarea.form-control {
    height: 120px;
}
section.Signup_Team_Main .Sign_Right .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 3px solid var(--Theme-Purple-500, #7162EA);
}
h3.Get_started_title {
    margin-bottom: 8px;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

p.Get_started_desc {
    margin-bottom: 24px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Signup_Team_Main .form-check .form-check-label {
    color: var(--Text-Grey-600, #475467);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.Signup_Team_Main .form-check .form-check-label a {
    color: var(--Theme-Purple-500, #3A58EF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
}

.Signup_Team_Main .form-check-input:checked {
    background-color: #7162EA;
    border-color: #7162EA;
}

.Signup_Team_Main .form-check-input:focus {
    box-shadow: none;
    border-color: #D0D5DD;
}

/*Individual Section End*/

.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.Get_started .form-check .form-check-label a {
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
}

.honest_pricing {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    position: relative;
    padding-left: 15px;
    flex-wrap: wrap;
}

.q_indevidual_sub_inner button.btn.btn-secondary {
    padding: 0;
    background: transparent;
    border: none;
}

.honest_pricing:before {
    position: absolute;
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    width: 4px;
    left: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.honest_pricing h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.honest_pricing h5 span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.honest_pricing p {
    color: var(--Text-Grey-600, #475467);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

form.Get_started_form {
    padding: 24px;
}


.form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}


/*input from back icons*/
.icon-front {
    position: relative;
}

.icon-front .form-control {
    padding-left: 40px;
}

.icon-front .iconcontrol-img {
    position: absolute;
    top: 18px;
    left: 12px;
}

.icon-front .form-floating>label {
    left: 30px;
}

.icon-back {
    position: relative;
}

.icon-back .form-control {
    padding-right: 40px;
}

.icon-back .iconcontrol-img {
    position: absolute;
    top: 18px;
    right: 12px;
}

.icon-back .form-floating>label {
    right: 30px;
}

.icon-back .iconcontrol-img.Calendaricn {
    position: absolute;
    top: 10px;
    right: 12px;
}

/*input from back icons*/

.cvv_show {
    position: absolute;
    right: 13px;
    top: 13px;
}

.Promocode_Apply_Text {
    color: #29bd4e;
}

.no_of_seat_label {
    margin-bottom: 12px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.no_of_seat_label span {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 500;
}
/* .Fill_Btn:hover {
    color: #7162EA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #7162EA;
    padding: 10px 18px;
    display: inline-block;
    background-color: #fff;
}

.Fill_Btn:hover svg path {
    fill: #7162EA;
} */

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    box-shadow: none;
    border-color: #dee2e6;
}


/* congratulcation card start */

.Congratulation_Card {
    width: fit-content;
    /* height: 338px; */
    padding: 24px;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.Congratulation_Card h4 {
    margin: 24px 0px;
    color: var(--Text-Grey-900, #101828);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.Congratulation_Card p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 34px;
}
/* congratulcation card end */

.promocode_firm-button{
    width: 83px;
    height: 46px;
}

/*14-11-20024 Start*/

.sign_left img.Logo_Icon {
    max-width: 60px;
    margin-bottom: 36px;
}
/*Individual Section Start*/
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub_inner {
    background: #FFF;
}
.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}
p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: flex-start;
}
.pilotimgs img {
    max-width: 225px;
    height: auto;
    border: 1px solid #f3efef;
    border-radius: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.education_tags_individual span:last-child.explore_course {
    cursor: pointer;
}
.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
    color: #3A58EF;
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
/*Individual End*/

/*Review_Payment_Details start*/
.Review_Payment_Details .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}

.Review_Payment_Details .form-floating a img.master_card {
    position: absolute;
    top: 17px;
    left: 12px;
}
.Review_Payment_Details .form-floating input.Card_No_Input {
    padding-left: 40px;
}
.Review_Payment_Details .form-floating label.Card_No {
    padding-left: 40px;
}

.Review_Payment_Details .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 3px solid var(--Theme-Purple-500, #7162EA);
}

.Review_Payment_Details .form-floating>.form-control-plaintext~label,
.Review_Payment_Details .form-floating>.form-control:focus~label,
.Review_Payment_Details .form-floating>.form-control:not(:placeholder-shown)~label,
.Review_Payment_Details .form-floating>.form-select~label {
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.Review_Payment_Details .form-floating input {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 44px;
    min-height: 44px;
}
.Review_Payment_Details .form-floating>label {
    padding: 10px .75rem;
}
.Review_Payment_Details .form-floating input:focus {
    padding-top: 10px;
}
.Review_Payment .modal-header {
    padding-bottom: 0;
}
.Review_Payment_Details p.Confirm_Text {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}
.Review_Payment_Details .Total_Price {
    margin: 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-100, #E3E0FB);
    background: var(--Theme-Purple-50, #F3F1FD);
    padding: 8px;
}
.Review_Payment_Details .Total_Price p.total_txt {
    color: var(--Text-Grey-900, #101828);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.Review_Payment_Details .Total_Price p.price {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.Review_Payment_Btn button.btn.btn-primary {
    border-radius: 4px;
    background-color: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 24px;
}
#team_payment_signup #proceed_to_pay{
    height: 49px;
}
.Powered_By {
    display: flex;
    margin-top: 24px;
}
.Powered_By p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 6px;
}
.Powered_By img {
    margin-right: 15px;
}
.team_signup .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}
.Total_Price {
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px;
    margin: 0;
}
.Total_Price p.total_txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #101828;
    margin-bottom: 0px;
}
.Total_Price p.price {
    color: var(--Theme-Purple-500, #7162EA);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Terms_Privacy label.form-check-label {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.Total_Price p.price span {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
section.Signup_Team_Main .Get_started_form .pay-securely-btn {
    padding: 12px 20px;
    border-radius: 4px;
    background: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 0;
    margin-top: 24px;
    margin-bottom: 8px;
    width: 100%;
}
.Seat_Main {
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 16px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
}
.Get_started_form .counter h5 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 auto;
}
.Sub_Total {
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    margin-bottom: 16px;
}
.Sub_Total p {
    color: var(--Text-Grey-900, #101828);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Sub_Total h4 {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
/*Review_Payment_Details end*/
/*14-11-20024 End*/
.Team_Payment_Sucess .modal-dialog{
    width: 320px;
}
.Team_Payment_Sucess .Get_started_form{
    text-align: center;
}
.Team_Payment_Sucess .modal-title{
    margin: 10px 0;
}
.b_select span.help-block{
    font-size: 14px;
}

.team_select_plan p{
    color: var(--Theme-Purple-500, #7162EA);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.annual_subscription_text{
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
/* Keeps the seat-count fields in the same row aligned when one label wraps to two lines and the other doesn't */
.annual_subscription_text.seat_row_label{
    min-height: 36px;
}
.team_annual_subscription h6{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}
.team_annual_subscription p.team_plan_price{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin: 0;
}
.team_annual_subscription span{
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.team_annual_subscription{
    display: flex;
    height: 44px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-100, #E3E0FB);
    background: var(--Text-Grey-50, #F9FAFB);
}
/* Annual subscription: label sits on the top border like a floated label */
.team_annual_subscription_wrap {
    position: relative;
    margin-top: 8px;
}
.team_annual_subscription_wrap .annual_sub_label {
    position: absolute;
    top: -9px;
    left: 10px;
    font-size: 11.9px;
    font-family: Inter;
    font-weight: 400;
    color: rgba(33, 37, 41, 0.65);
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 0 4px;
    line-height: 1.2;
    z-index: 1;
    pointer-events: none;
}
.team_annual_subscription_wrap .team_annual_subscription {
    height: 44px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    border-radius: 4px;
    background: var(--Text-Grey-50, #F9FAFB);
    display: flex;
    align-items: center;
    padding: 11px 12px;
    width: 100%;
    cursor: not-allowed;
}
.team_signup #proceed_to_pay {
    height: 46px;
    width: 100%;
    border: 1px solid #3A58EF;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.Seat_Main_User .no_of_seat_label{
    margin-bottom: 31px;
}

.Signup_Team_Main .Get_started_form h3.Get_started_title span {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #3A58EF;
}
.Signup_Team_Main .Get_started_form h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #1D2939;
    margin-bottom: 4px;
}
.Signup_Team_Main .Get_started_form p.Get_started_desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #5D667B;
}
.Get_started_form .form-floating>label:not(.Get_started_form.form-floating>textarea+label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
    height: 50px;
}
#confirm_password-success{ font-size: 12px; }

.Get_started_form .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
    cursor: pointer;
}



.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub_inner {
    background: #FFF;
}


.q_indevidual_sub_inner button.btn.btn-secondary {
    padding: 0;
    background: transparent;
    border: none;
}


.q_indevidual_sub_inner .pricing-table th.second_th h6 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}


.q_indevidual_sub_inner h2, .q_indevidual_sub_inner h1 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.q_indevidual_sub_inner h2+p, .q_indevidual_sub_inner h1+p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}

.q_indevidual_sub_inner ul li {
    display: flex;
    gap: 10px;
}

section.q_indevidual_sub_inner {
    background: #FFF;
}

.q_indevidual_sub_inner button.btn.btn-secondary {
    padding: 0;
    background: transparent;
    border: none;
}


/*Individual Section Start*/
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-align: left;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: left;
}
.q_indevidual_sub_inner .pricing-table th.second_th {
    /* border-bottom: 1px solid #EAECF0 !important; */
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub_inner {
    background: #FFF;
}
.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}
p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: flex-start;
}
.pilotimgs img {
    max-width: 225px;
    height: auto;
    border: 1px solid #f3efef;
    border-radius: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.education_tags_individual span:last-child.explore_course {
    cursor: pointer;
}
.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
    color: #3A58EF;
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
/*Individual End*/



section#subscribe_form {
    background: #EBEEFD;
}

.q_indevidual_sub_inner .pricing-table {
    background: transparent;
    border-radius: 12px;
    padding: 0;
}

.q_indevidual_sub_inner .pricing-table th {
    padding: 0 0px 16px 0;
    background: #FFFFFF;
}

.q_indevidual_sub_inner .pricing-table td {
    padding: 8px 0px 8px 0px;
    background: transparent;
    font-size: 14px;
}

.q_indevidual_sub_inner .pricing-table tfoot td {
    padding: 16px 8px 0px 8px;
}

.q_indevidual_sub_inner .slicer-goldbtn {
    align-items: baseline;
    gap: 0;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    border: none;
    color: var(--White, #FFF);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
}

.q_indevidual_sub_inner .table>tbody tr:first-child td {
    padding-top: 16px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
}

.education_tags_individual span:last-child {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
    float: left;
    color: #5d667b;
}

.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: #5d667b;
}

span.Explore_Btn, a.Explore_Btn {
    color: #3A58EF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    border-radius: 4px;
    border: 0;
    background: var(--Theme-Blue-50, #EBEEFD);
    float: left;
    display: inline-block;
    width: auto;
    text-decoration: underline;
}

.Get_started {
    border-radius: 24px;
}

form.Get_started_form {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: #FFF;
}

.trusted_indevidual {
    display: inline-block;
    float: left;
    width: 100%;
}

.trusted_indevidual p {
    float: left;
    width: 100%;
    display: inline-block;
}



/*Learning & Compliance Solution section for Your CPA & Accounting Firm Start - 05-08 */
    button.btn-regular.Btn_Schedule {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 8px;
    }

    .q_indevidual_sub_inner .pricing-table th.second_th {
        background: transparent;
    }

    .q_indevidual_sub_inner .pricing-table th.second_th p {
        color: var(--Text-Grey-500, #5D667B);

    /* Text xs / Regular */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
    }

    .q_indevidual_sub_inner .pricing-table th.second_th b {
        color: var(--Theme-Blue-500, #3A58EF);

    /* Text lg / Bold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .q_indevidual_sub_inner .slicer-goldbtn {
        color: var(--White, #FFF);
        text-align: center;

    /* Text xs / Bold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        padding: 4px 10px;
        min-width: 110px;
    }

/*Learning & Compliance Solution section for Your CPA & Accounting Firm end - 05-08 */


/* Team Subscription changes - start */

.pricing-table table.table th.second_th b {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.pricing-table table.table th.second_th b span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    display: inline-block;
}
.pricing-table table.table th.second_th > span {
    margin-block: 10px;
    width: 90%;
    margin-inline: auto;
    border-radius: 50px;
    background: var(--Theme-Blue-100, #D8DEFC);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 2px 12px;
    width: 94px;
    margin-bottom: 20px;
}
.q_indevidual_sub_inner .pricing-table th.second_th button.btn-premium,.q_indevidual_sub_inner .pricing-table th.second_th button.btn-regular {
    /* padding: 10px 16px;
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; */
}

.pricing-table table.table th.second_th > span.Premium_Text {
    border-radius: 50px;
    background: var(--Theme-Yellow-400, #F1C94E);
}

.q_indevidual_sub_inner .pricing-table th p {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.q_indevidual_sub_inner .slicer-goldbtn {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 10px;
    min-width: 110px;
}

h3.Get_started_title span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

/* Team Subscription changes - end */



.q_indevidual_sub_inner {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
}

.q_indevidual_sub_inner .q_indevidual_sub_inner_left {}

.q_indevidual_sub_inner .q_indevidual_sub_inner_left span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 18px;
    display: inline-block;
}

.q_indevidual_sub_inner .q_indevidual_sub_inner_right {}

.q_indevidual_sub_inner_right h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

.Get_started_form label.Form_Accounting_Firms_Text {
    border-radius: 500px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 4px 16px;
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-bottom: 16px;
}

.Get_started_form label.Form_Accounting_Firms_Text span {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.pricing-table.firstcolumn-pricing th:nth-child(2),.pricing-table.firstcolumn-pricing td:nth-child(2) {
    background: #FFFFFF;
    border-left: 1px solid var(--Text-Grey-500, #5D667B);
    border-right: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.middlecolumn-pricing th:nth-child(3),.pricing-table.middlecolumn-pricing td:nth-child(3) {
    background: #FFFFFF;
    border-left: 1px solid var(--Text-Grey-500, #5D667B);
    border-right: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.lastcolumn-pricing th:nth-child(4),.pricing-table.lastcolumn-pricing td:nth-child(4) {
    background: #FFFFFF;
    border-left: 1px solid var(--Text-Grey-500, #5D667B);
    border-right: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.firstcolumn-pricing thead th:nth-child(2) {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.middlecolumn-pricing thead th:nth-child(3) {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.lastcolumn-pricing thead th:nth-child(4) {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--Text-Grey-500, #5D667B);
}
.q_indevidual_sub_inner .pricing-table thead tr th{
    padding-top: 16px;
}
.pricing-table.firstcolumn-pricing .btn-premium, .pricing-table.middlecolumn-pricing .btn-premium, .pricing-table.lastcolumn-pricing .btn-premium {
    background: transparent;
}

.pricing-table.firstcolumn-pricing tr:last-child td:nth-child(2) {
    border-radius: 0 0 16px 16px;
    border-bottom: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.middlecolumn-pricing tr:last-child td:nth-child(3) {
    border-radius: 0 0 16px 16px;
    border-bottom: 1px solid var(--Text-Grey-500, #5D667B);
}
.pricing-table.lastcolumn-pricing tr:last-child td:nth-child(4) {
    border-radius: 0 0 16px 16px;
    border-bottom: 1px solid var(--Text-Grey-500, #5D667B);
}

button.btn-regular {
    padding: 10px 18px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn-regular:hover {
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

button.btn-premium {
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
button.btn-premium:hover {
    color: #3A58EF;
    /* border-radius: 4px; */
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
}

.btn-coming_soon {
    padding: 1px 4px;
    color: var(--Theme-Purple-500, #3A58EF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-50, #ebeefd);
    margin-left: 4px;
}

.pricing-table {
    background: #ebeefd;
    padding: 31px 0 24px 32px;
    flex: 1
}

.pricing-table th {
    padding: 8px 8px 20px;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 1px solid !important
}

.pricing-table td {
    padding: 8px;
    border: 0;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500
}

.pricing-table tfoot td {
    padding: 24px 8px 0;
    border-top: 1px solid
}

.pricing-table th span,
.slicer-goldbtn span {
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500
}

.pricing-table td:not(:first-child),
.pricing-table th:not(:first-child) {
    text-align: center
}

.pricing-table th span {
    color: var(--White, #475467);
    line-height: 18px;
    display: block
}

.cpe_for_teams_container .pricing-table {
    flex-basis: 70%;
    max-width: 70%
}

.pricing-table {
    display: block
}

.pricing-table td,
.pricing-table th {
    color: var(--White, #475467)
}

.q_indevidual_sub_inner .pricing-table th.second_th {
    border-bottom: 0px solid #EAECF0 !important;
}


.Signup_Top {}

.Signup_Top li.breadcrumb-item {
    color: var(--Dark-Text, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.Signup_Top li.breadcrumb-item a {
    color: var(--Text-Lignt, #75757D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.Signup_Top li.breadcrumb-item:before {
    margin-top: 3px;
}

.Signup_Top ol.breadcrumb {
    margin-bottom: 24px;
}


.Signup_Top h2 {
    color: var(--Text-Grey-900, #101828);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.Signup_Top p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    margin-bottom: 48px;
}



/* Essential Table Setup */
.pricing-table.firstcolumn-pricing table,
.pricing-table.middlecolumn-pricing table,
.pricing-table.lastcolumn-pricing table {
  border-collapse: separate; /* Required for border-radius */
  border-spacing: 0;
  overflow: hidden; /* Ensures corners are clipped */
}

/* Rounded top-left corner */



.Close_Btn {
    position: absolute;
    top: 36px;
    right: 36px;
    z-index: 999;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    padding: 8px 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--Text-Grey-500, #5D667B);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.Close_Btn:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--Text-Grey-200, #EAECF0);
}


/* ── Plan toggle (mobile) ───────────────────────────── */
        .plan-tabs {
            display: none;
            gap: 8px;
            margin-bottom: 20px;
            background: #fff;
            border: 1px solid #EAECF0;
            border-radius: 10px;
            padding: 4px;
        }
        .plan-tab {
            flex: 1;
            padding: 8px 4px;
            border: none;
            border-radius: 8px;
            background: transparent;
            font-size: 13px;
            font-weight: 500;
            color: #667085;
            cursor: pointer;
            transition: all .2s;
        }
        .plan-tab.active {
            background: #3A58EF;
            color: #fff;
            font-weight: 600;
        }
 
        /* ── Table wrapper ──────────────────────────────────── */
        .pricing-table {
            background: #fff;
            border-radius: 16px;
            /* border: 1px solid #EAECF0; */
            overflow: hidden;
        }
 
        .pricing-table table {
            width: 100%;
            border-collapse: collapse;
            table-layout: fixed;
        }
 
        /* ── Header ─────────────────────────────────────────── */
        .pricing-table thead th {
            padding: 20px 16px 18px;
            text-align: center;
            vertical-align: top;
            border-bottom: 1px solid #EAECF0;
            /* border-right: 1px solid #EAECF0; */
        }
        .pricing-table thead th:last-child { border-right: none; }

        /* Remove header border from highlighted column */
        .pricing-table.firstcolumn-pricing thead th:nth-child(2),
        .pricing-table.middlecolumn-pricing thead th:nth-child(3),
        .pricing-table.lastcolumn-pricing thead th:nth-child(4) {
            border-bottom: none;
        }
 
        /* feature label column */
        .pricing-table thead th:first-child {
            text-align: left;
            font-size: 14px;
            font-weight: 600;
            color: #344054;
            width: 36%;
        }
 
        .pricing-table thead th h6 {
            font-size: 20px;
            font-weight: 700;
            color: #101828;
            margin-bottom: 2px;
        }
        .pricing-table thead th h6 span {
            font-size: 13px;
            font-weight: 400;
            color: #667085;
        }
        .pricing-table thead th > span {
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #667085;
            margin-bottom: 10px;
        }
        /* .Premium_Text { color: #3A58EF !important; font-weight: 600 !important; } */
 
        .pricing-table .btn-premium {
            /* display: inline-block;
            margin-top: 10px;
            padding: 8px 14px;
            border-radius: 8px;
            border: 1.5px solid #3A58EF;
            background: transparent;
            color: #3A58EF;
            font-size: 12px;
            font-weight: 600;
            cursor: pointer;
            white-space: nowrap; */
            transition: background .2s, color .2s;
        }
        .pricing-table .btn-premium:hover { background: #3A58EF; color: #fff; }
 
        /* ── Body rows ──────────────────────────────────────── */
        .pricing-table tbody tr {
            transition: background .15s;
        }
        /* .pricing-table tbody tr:hover { background: #f9fafb; } */

        .pricing-table tbody td {
            padding: 14px 16px;
            text-align: center;
            vertical-align: middle;
            border-bottom: 1px solid #EAECF0;
            /* border-right: 1px solid #EAECF0; */
        }
        .pricing-table tbody tr:last-child td { border-bottom: none; }
        .pricing-table tbody td:last-child { border-right: none; }

        /* Remove row borders from highlighted column cells */
        .pricing-table.firstcolumn-pricing tbody td:nth-child(2),
        .pricing-table.middlecolumn-pricing tbody td:nth-child(3),
        .pricing-table.lastcolumn-pricing tbody td:nth-child(4) {
            border-bottom: none;
        }
 
        /* feature label */
        .pricing-table tbody td:first-child {
            text-align: left;
            font-size: 13.5px;
            color: #344054;
            line-height: 1.45;
        }
        .pricing-table tbody td:first-child span { display: block; }
 
        .pricing-table .btn-coming_soon {
            /* display: inline-block;
            margin-top: 4px;
            padding: 2px 8px;
            border-radius: 12px;
            border: 1px solid #D0D5DD;
            background: #F2F4F7;
            color: #667085;
            font-size: 10px;
            font-weight: 500;
            cursor: default; */
        }
 
        .pricing-table svg { display: inline-block; vertical-align: middle; }

@media(max-width:1599px) {
    .pricing-table th {
        padding: 4px 8px
    }

    .pricing-table td {
        padding: 4px 8px;
        font-size: 12px
    }

    .pricing-table td>svg {
        /* height: 15px */
    }

    .pricing-table tfoot td {
        padding: 8px 8px 0
    }

    .pricing-table {
        padding: 10px 0 24px 32px
    }
    


}

@media (max-width:1366.51px) {
    .q_indevidual_sub_inner .pricing-table th.second_th button.btn-premium, 
    .q_indevidual_sub_inner .pricing-table th.second_th button.btn-regular {
        padding: 10px 8px;
        font-size: 14px;
    }

    form.Get_started_form {
        padding: 12px;
    }

    .team_annual_subscription span {
        font-size: 13px;
    }




}

@media (max-width:767px)
{
    .q_indevidual_sub_inner h2 {
        font-size: 20px;
    }
    .q_indevidual_sub_inner h2 + p {    
        font-size: 14px;
        line-height: 24px;
    }
    .q_indevidual_sub_inner ul li {
        font-size: 16px;
    }



    

    .plan-tabs { display: flex; }

    /* hide all plan columns, show only active */
    .pricing-table table { table-layout: fixed; width: 100%; }

    .pricing-table thead th, .pricing-table tbody td { padding: 12px 10px; }

    /* feature col = 58%, value col = 42% */
    .pricing-table thead th:first-child, .pricing-table tbody td:first-child { width: 58%; }

    /* column visibility – controlled via JS + CSS classes */
    .pricing-table .col-regular, .pricing-table  .col-advanced, .pricing-table  .col-premium {
        display: none;
    }
    .pricing-table .col-regular.col-active,
    .pricing-table .col-advanced.col-active,
    .pricing-table .col-premium.col-active {
        display: table-cell;
        width: 42%;
    }

    .pricing-table thead th h6 { font-size: 18px; }
    .pricing-table .btn-premium { padding: 7px 10px; font-size: 11px; }

    .pricing-table tbody td:first-child { font-size: 13px; }

    .Signup_Top h2 {
        font-size: 36px;
        line-height: inherit;
    }
}

@media (max-width: 480px) {
        thead th h6 { font-size: 16px; }
}