.pr_custom_login_btn {
    background-color: #ffffff99 !important;
    font-family: "Satoshi", sans-serif;
}

.pr_container {
    padding: 0 150px !important;
}

.new-home-page .pr_hero_section {
    background: url("../images/background/pr-banner-pathnow.png") no-repeat center center;
    background-size: cover;
    height: 538px;
    position: relative;
    color: white;
    margin-top: -87px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 22px;
}

.pr_hero_section .pr_container {
    height: 100%;
}

.pr_hero_section_main,
.pr_hero_section_main .row {
    height: 100%;
    align-items: end !important;
}

.pr_hero_section_main {
    padding: 52px 0;
}

.pr_hero_section_main .pn_banner_left .banner_title_left {
    font-family: "Parkinsans", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    padding-top: 0;
    margin-bottom: 3px;
}

.pr_hero_section_main .pn_banner_left .banner_text_left {
    font-family: "Satoshi", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}

.pr_hero_section_main .pn_banner_right {
    height: auto;
}

.custom-signup-btn {
    font-family: "Satoshi", sans-serif;
    background-color: #000000CC;
    color: #FFFFFF;
    padding: 6px 16px 6px 6px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 12px;
    transition: background-color 0.3s ease;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    position: relative;
    &:hover {
        color: #FFFFFF;
        text-decoration: none;
    }
}

.custom-signup-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(to right, #000000, #666666);
    z-index: -1;
    -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#666666 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.custom-signup-btn .icon-wrapper {
    background-color: #EBC349;
    margin-right: 15px;
}


/* --------- subscription plan css----------- */

.pr_planitems_box {
    border-right: 2px solid #00000026;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 35.5px 7px;
    &:last-of-type {
        border-right: 0;
    }
}

.pr_planitems_box .plan_name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #232323;
    font-family: "Parkinsans", sans-serif;
    margin-bottom: 4px;
}

.pr_planitems_box .plan_description {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #313131;
    font-family: "Satoshi", sans-serif;
    margin-bottom: 4px;
}

.pr_planitems_box .plan_price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #008B87;
    font-family: "Parkinsans", sans-serif;
    margin-bottom: 4px;
}

.pr_planitems_box .plan_price .price_small {
    font-size: 16px;
    font-weight: 400;
}

.pr_planitems_box .price_discount_details {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #313131;
    font-family: "Satoshi", sans-serif;
    margin-bottom: 0;
}

.pr_plandetail_wrap {
    position: relative;
}

.pr_plandetail_wrap .detail_titlebox {
    background-color: #EBC349;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    color: #313131;
    padding: 5px 10px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    left: 50%;
    top: -33px;
    transform: translateX(-50%);
}

.pr_planitems_box .price_discount_details .save_detail {
    font-weight: 700;
}

.most_popular_item {
    background-color: #008B87;
    transform: scale(1.03) translate(-5px, -2px);
    border-radius: 12px;
    border-right: 0 !important;
    position: relative;
}

.most_popular_item .most_popular_title {
    display: block;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.most_popular_title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #232323;
    border-radius: 12px;
    padding: 6.5px 10px;
    width: 63%;
    font-family: "Parkinsans", sans-serif;
}

.pr_planitems_box.active_plan {
    position: relative;
    justify-content: center;
    &::after {
        content: "";
        position: absolute;
        border: 1px solid #000000;
        width: 95%;
        height: 95%;
        border-radius: 9px;
    }
}

.plan_available_mark {
    width: 24px;
    height: auto;
    display: flex;
}

.plan_available_mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr_planitems_box .active_tick {
    display: none;
}

.pr_planitems_box.active_plan .active_tick {
    display: flex;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
}

.pr_planitems_box.active_plan .active_tick img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.most_popular_item .plan_name,
.most_popular_item .price_discount_details {
    color: #FFFFFF;
}

.most_popular_item .plan_description {
    color: #ffffffb3;
}

.most_popular_item .plan_price {
    color: #EBC349;
}

.plan_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 46px;
}

.plan_table thead tr {
    background-color: #FFFFFF;
}

.plan_table thead tr th {
    border-right: 2px solid #00000026;
}

.plan_table thead tr th .pr_planitems_box {
    min-height: 178px;
    height: 178px;
    align-items: center;
}

.plan_table tbody tr {
    background-color: #FFFFFF;
    border-radius: 12px;
}

.plan_table tbody tr td.plan_description_cell {
    width: 240px;
}

.plan_table tbody tr td.pr_plandetail_wrap {
    border: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9 !important;
}

.plan_table tbody tr td .pr_planitems_box {
    min-height: 129px;
    height: 129px;
    justify-content: center;
}

.plan_table tbody tr td .plan_description {
    margin-bottom: 0;
}

.plan_table tbody tr td.plan_description_cell .pr_planitems_box {
    text-align: left;
    padding: 35.5px 15px;
}

.plan_table tbody tr td:first-child,
.plan_table thead tr th:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.plan_table tbody tr td:last-child,
.plan_table thead tr th:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-right: 0;
}

.plan_table_inner tbody tr td {
    border-right: 2px solid #00000026;
    border-bottom: 2px solid #00000026;
    position: relative;
}

.plan_table_inner tbody tr:last-child td {
    border-bottom: 0 !important;
}

.new-home-page .pr_hero_section {
    background: url("../images/background/pr-banner-pathnow.png") no-repeat center center;
    background-size: cover;
    height: 538px;
    position: relative;
    color: white;
    margin-top: -87px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 22px;
}

.pr_hero_section .pr_container {
    height: 100%;
}

.pr_hero_section_main,
.pr_hero_section_main .row {
    height: 100%;
    align-items: end !important;
}

.pr_hero_section_main {
    padding: 52px 0;
}

.pr_hero_section_main .pn_banner_left .banner_title_left {
    font-family: "Parkinsans", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    padding-top: 0;
    margin-bottom: 3px;
}

.pr_hero_section_main .pn_banner_left .banner_text_left {
    font-family: "Satoshi", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
}

.pr_hero_section_main .pn_banner_right {
    height: auto;
}

.custom-signup-btn {
    font-family: "Satoshi", sans-serif;
    background-color: #000000CC;
    color: #FFFFFF;
    padding: 6px 16px 6px 6px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 12px;
    transition: background-color 0.3s ease;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
    position: relative;
    &:hover {
        color: #FFFFFF;
        text-decoration: none;
    }
}

.custom-signup-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 2px;
    background: linear-gradient(to right, #000000, #666666);
    z-index: -1;
    -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#666666 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.custom-signup-btn .icon-wrapper {
    background-color: #EBC349;
    margin-right: 15px;
}


/* mayank styles */

.new-home-page .pr_provider_benefit {
    padding: 75px 0;
}

.new-home-page .pr_provider_benefit_content {
    margin-bottom: 36px;
    max-width: 526px;
    width: 100%;
}

.new-home-page .pr_provider_benefit_content h2 {
    font-family: var(--font-parkinsans);
    font-size: 48px;
    line-height: 68px;
    font-weight: 600;
    color: #232323;
    letter-spacing: -0.16px;
    margin-bottom: 9px;
}

.new-home-page .pr_provider_benefit_content h2 .pr_text_highlight {
    color: #EBC349;
}

.new-home-page .pr_provider_benefit_content p {
    font-family: var(--font-satoshi);
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 12px;
}

.new-home-page .pr_provider_benefit_img {
    width: 100%;
    height: 428px;
    overflow: hidden;
    border-radius: 20px;
}

.new-home-page .pr_provider_benefit_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.new-home-page .pr_provider_benefit_content_wrap {
    position: relative;
}

.new-home-page .pr_provider_benefit_list_wrap {
    background-color: #F4F1EB;
    padding: 0 40px 32px 32px;
    border-radius: 26px;
    max-width: 630px;
    width: 100%;
    position: absolute;
    right: -40px;
    top: 0;
}

.new-home-page .pr_provider_benefit_list_wrap .pn_provider_benefits_step_wrap {
    background-image: linear-gradient(to right, #ffffff, #FFFFFF30);
    border-radius: 20px;
    padding: 10px 14px 10px 24px;
}

.new-home-page .pr_provider_benefit_list_wrap .pn_provider_benefits_step_wrap p {
    line-height: 26px;
}

.new-home-page .pr_provider_benefit_list_wrap li:last-child .pn_provider_benefits_step_wrap {
    margin-bottom: 0;
}

.new-home-page .pr_add_on_ala_carte {
    padding: 65px 0;
}

.new-home-page .pr_add_on_ala_carte_card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 14px;
}

.new-home-page .pr_add_on_ala_carte_top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
    padding: 0 12px;
}

.new-home-page .pr_add_on_ala_carte_left h4 {
    font-family: var(--font-parkinsans);
    font-size: 24px;
    line-height: 24px;
    color: #232323;
    font-weight: 500;
}

.new-home-page .pr_add_on_ala_carte_left p {
    font-family: var(--font-satoshi);
    font-size: 16px;
    line-height: 27px;
    color: #313131;
    font-weight: 400;
}

.new-home-page .pr_add_on_ala_carte_right h4 {
    font-family: var(--font-satoshi);
    font-size: 16px;
    line-height: 27px;
    color: #313131;
    font-weight: 400;
    display: flex;
    gap: 5px;
}

.new-home-page .pr_add_on_ala_carte_right h4 .pr_add_on_ala_carte_price {
    font-family: var(--font-parkinsans);
    font-size: 30px;
    line-height: 30px;
    color: #008B87;
    font-weight: 500;
}

.new-home-page .pr_add_on_alacarte_card {
    background-color: #F4F1EB;
    border-radius: 12px;
    padding: 12px;
}

.new-home-page .pr_add_on_alacarte_card p {
    font-family: var(--font-satoshi);
    font-weight: 400;
    color: #313131;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 14px;
}

.new-home-page .pr_add_on_alacarte_contact h5 {
    font-family: var(--font-satoshi);
    font-weight: 700;
    color: #313131;
    font-size: 16px;
    line-height: 25px;
}

.new-home-page .pr_add_on_alacarte_contact p {
    font-family: var(--font-satoshi);
    font-weight: 400;
    color: #313131;
    font-size: 16px;
    line-height: 25px;
}

.new-home-page .pr_add_on_alacarte_contact .pr_add_on_high_card {
    background-color: #EAE5DB;
    border-radius: 10px;
    padding: 6px 16px;
    border: 1px solid #0000000F;
    line-height: 27px;
}

.new-home-page .pr_add_on_alacarte_cont_wrap {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.new-home-page .pr_add_on_ala_carte_right {
    flex-shrink: 0;
}

.new-home-page .pr_still_looking_learn {
    padding: 0 0 65px 0;
}

.new-home-page .pr_still_looking_learn_wrap {
    background-image: url("../images/background/pr-still-looking-card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    height: 245px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.new-home-page .pr_still_looking_learn_wrap h3 {
    font-family: var(--font-parkinsans);
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    letter-spacing: -0.16px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 19px;
}

.new-home-page .pr_still_looking_learn_wrap .pr_schedule_btn {
    font-family: var(--font-satoshi);
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #EBC349;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.new-home-page .pr_still_looking_learn_wrap .pr_schedule_btn:hover {
    text-decoration: none;
}

.new-home-page .pr_testimonials {
    padding: 0 0 97px 0;
}

.new-home-page .pr_plan_titlebox h2 {
    font-family: var(--font-parkinsans);
    font-size: 48px;
    line-height: 68px;
    font-weight: 600;
    color: #232323;
    letter-spacing: -0.16px;
    margin-bottom: 9px;
}

.new-home-page .pr_plan_titlebox p {
    font-family: var(--font-satoshi);
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 12px;
}

.new-home-page .pr_plan_titlebox h2 .pr_text_highlight {
    color: #EBC349;
}


/* --------- subscription plan css----------- */


/* -------------------Responsive-------------------------------------- */

@media (max-width: 1199px) {
    .pr_container {
        padding: 0 32px !important;
    }
    .pr_planitems_box .plan_name {
        font-size: 16px;
        line-height: 20px;
    }
    .pr_planitems_box .plan_price {
        font-size: 16px;
        line-height: 20px;
    }
    .pr_planitems_box .price_discount_details {
        font-size: 14px;
        line-height: 20px;
    }
    .most_popular_title {
        font-size: 13px;
        line-height: 16px;
        padding: 8px 10px;
    }
    .most_popular_item .most_popular_title {
        top: -15px;
    }
    .pr_planitems_box {
        padding: 30px 7px;
    }
    .pr_planitems_box.active_plan .active_tick {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .pr_planitems_box .plan_description {
        font-size: 15px;
        line-height: 20px;
    }
    .new-home-page .pr_provider_benefit {
        padding: 60px 0;
    }
    .new-home-page .pr_provider_benefit_content h2 {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 5px;
    }
    .new-home-page .pr_provider_benefit_content p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .new-home-page .pr_provider_benefit_list_wrap {
        padding: 0 25px 25px 25px;
        max-width: 520px;
        right: -25px;
    }
    .new-home-page .pr_provider_benefit_content {
        margin-bottom: 28px;
        max-width: 440px;
    }
    .new-home-page .pr_add_on_ala_carte {
        padding: 40px 0;
    }
    .new-home-page .pr_add_on_ala_carte_left h4 {
        font-size: 22px;
        line-height: 22px;
    }
    .new-home-page .pr_add_on_ala_carte_left p {
        font-size: 15px;
        line-height: 25px;
    }
    .new-home-page .pr_add_on_ala_carte_right h4 .pr_add_on_ala_carte_price {
        font-size: 28px;
        line-height: 28px;
    }
    .new-home-page .pr_add_on_ala_carte_right h4 {
        font-size: 15px;
        line-height: 25px;
    }
    .new-home-page .pr_add_on_alacarte_card p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .new-home-page .pr_add_on_alacarte_contact h5 {
        font-size: 15px;
        line-height: 24px;
    }
    .new-home-page .pr_add_on_alacarte_contact p {
        font-size: 15px;
        line-height: 22px;
    }
    .new-home-page .pr_add_on_alacarte_contact .pr_add_on_high_card {
        padding: 6px 16px;
        font-size: 15px;
        line-height: 25px;
    }
    .new-home-page .pr_still_looking_learn {
        padding: 0 0 40px 0;
    }
    .new-home-page .pr_still_looking_learn_wrap h3 {
        font-size: 32px;
        line-height: 47px;
        margin-bottom: 12px;
    }
    .new-home-page .pr_still_looking_learn_wrap {
        padding: 35px;
    }
    .new-home-page .pr_still_looking_learn_wrap .pr_schedule_btn {
        font-size: 18px;
        line-height: 24px;
        gap: 6px;
    }
    .new-home-page .pr_testimonials {
        padding: 0 0 70px 0;
    }
    .new-home-page .pr_plan_titlebox h2 {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 5px;
    }
    .new-home-page .pr_plan_titlebox p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 8px;
    }
}

@media (max-width: 991px) {
    .pr_container {
        padding: 0 16px !important;
    }
    .new-home-page .pr_hero_section {
        margin-top: -71px;
    }
    .most_popular_title {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 5px;
    }
    .pr_planitems_box .plan_name {
        font-size: 14px;
    }
    .pr_planitems_box .plan_description {
        font-size: 14px;
        line-height: 18px;
    }
    .pr_planitems_box .price_discount_details {
        font-size: 13px;
        letter-spacing: 0.8px;
    }
    .plan_table thead tr th .pr_planitems_box {
        min-height: 150px;
        height: 150px;
        align-items: center;
    }
    .plan_table tbody tr td .pr_planitems_box {
        min-height: 60px;
        height: 60px;
    }
    .pr_plandetail_wrap .detail_titlebox {
        font-size: 13px;
        line-height: 18px;
        top: -29px;
    }
    .new-home-page .pr_provider_benefit {
        padding: 40px 0;
    }
    .new-home-page .pr_provider_benefit_list_wrap {
        padding: 0 15px 15px 15px;
        max-width: 410px;
        right: -10px;
    }
    .new-home-page .pr_provider_benefit_content {
        margin-bottom: 20px;
        max-width: 335px;
    }
    .new-home-page .pr_provider_benefit_content h2 {
        font-size: 32px;
        line-height: 48px;
    }
    .new-home-page .pr_provider_benefit_img {
        height: 385px;
    }
    .new-home-page .pr_still_looking_learn_wrap h3 {
        font-size: 28px;
        line-height: 41px;
    }
    .new-home-page .pr_still_looking_learn_wrap .pr_schedule_btn {
        font-size: 16px;
        line-height: 22px;
    }
    .new-home-page .pr_still_looking_learn_wrap {
        padding: 70px;
    }
    .new-home-page .pr_testimonials {
        padding: 0 0 50px 0;
    }
    .new-home-page .pr_plan_titlebox h2 {
        font-size: 32px;
        line-height: 48px;
    }
}

@media (max-width: 767px) {
    .plan_table thead tr th:first-child {
        min-width: 200px;
    }
    .pr_planitems_box {
        text-wrap-mode: nowrap;
        padding: 22px 7px;
    }
    .plan_table tbody tr td.plan_description_cell {
        width: 200px;
    }
    .plan_table tbody tr td.plan_description_cell .pr_planitems_box {
        text-wrap-mode: wrap;
        padding: 15px;
    }
    .new-home-page .pr_hero_section {
        margin-top: 0px;
    }
    .new-home-page .pr_provider_benefit_content {
        max-width: 100%;
    }
    .new-home-page .pr_provider_benefit_list_wrap {
        padding: 0;
        max-width: 100%;
        position: unset;
        margin-bottom: 30px;
    }
    .new-home-page .pr_add_on_ala_carte {
        padding: 30px 0;
    }
    .new-home-page .pr_add_on_ala_carte_card {
        padding: 10px;
    }
    .new-home-page .pr_add_on_ala_carte_top {
        margin-bottom: 12px;
        padding: 0 8px;
        flex-direction: column;
    }
    .new-home-page .pr_add_on_ala_carte_left h4 {
        font-size: 20px;
        line-height: 20px;
    }
    .new-home-page .pr_add_on_alacarte_card p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .new-home-page .pr_add_on_alacarte_contact h5 {
        font-size: 14px;
        line-height: 22px;
    }
    .new-home-page .pr_add_on_alacarte_contact p {
        font-size: 14px;
        line-height: 20px;
    }
    .new-home-page .pr_add_on_alacarte_contact .pr_add_on_high_card {
        padding: 4px 14px;
        font-size: 14px;
        line-height: 22px;
    }
    .new-home-page .pr_add_on_alacarte_cont_wrap {
        gap: 12px;
        flex-direction: column;
    }
    .new-home-page .pr_still_looking_learn_wrap h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .new-home-page .pr_still_looking_learn_wrap .pr_schedule_btn {
        font-size: 15px;
        line-height: 20px;
    }
    .new-home-page .pr_still_looking_learn_wrap {
        padding: 24px;
        max-width: 360px;
        height: 131px;
    }
    .new-home-page .pr_still_looking_learn {
        padding: 0 0 30px 0;
    }
    .plan_available_mark {
        width: 15px;
    }
    .pr_hero_section_main .pn_banner_left .banner_title_left {
        font-size: 48px;
        line-height: 58px;
    }
}