.main_header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.pn-container {
    max-width: 1440px;
    padding: 0 90px;
    margin: 0 auto;
    width: 100%;
}

.pn_browse_card_wrapper .cus_browse_row {
    margin-left: -6px;
    margin-right: -6px;
}

.pn_browse_card_wrapper .cus_browse_col {
    padding: 0 6px;
}

.pn_badge {
    border: 1px solid #0000001a;
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 23px;
    color: #313131;
    font-weight: 400;
}


/* banner style */

.pn_banner {
    /* background-image: url("../images/background/banner-bg-img.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
    margin-top: 100px;
}

.pn-btns-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.banner_content {
    max-width: 555px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 100px);
}

.banner_content .find_my_org_btn {
    padding: 15px 21px;
}

.banner_content h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #EBC349;
    text-transform: uppercase;
    position: relative;
}

.banner_content h2 {
    font-size: 54px;
    line-height: 75px;
    letter-spacing: -0.32px;
    margin-bottom: 36px;
    color: #ffffff;
}

.banner_content h2 .pn_gray {
    color: #FFFFFF99;
}

.banner_content .pn_bg_line {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.banner_content .pn_text_line {
    position: absolute;
    right: -7px;
    top: 29px;
    width: 460px;
    height: auto;
    z-index: -1;
    pointer-events: none;
}

.banner_content h6 .pn_ribbon_icon {
    position: absolute;
    bottom: 0;
    right: 70px;
}


/* banner style */


/* designed for compassionate */

.pn_designed_for_compass {
    padding: 77px 0 126px 0;
    background-color: #008B87;
}

.pn_designed_comp_content {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 45px;
}

.pn_designed_comp_head h3 {
    font-size: 42px;
    line-height: 60px;
    letter-spacing: -0.32px;
    color: #ffffff;
    font-weight: 700;
}

.pn_designed_comp_para {
    max-width: 685px;
    width: 100%;
}

.pn_designed_comp_para p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.pn_designed_comp_para p:last-child {
    margin-bottom: 0;
}

.pn_designed_comp_card_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: -76px;
}

.pn_designed_card {
    background-image: linear-gradient(to bottom right, #ffffff 80%, #fff4d3 100%);
    border: 1px solid #0000001a;
    padding: 40px 30px 27px 22px;
    max-width: 240px;
    width: 100%;
}

.pn_designed_card .pn_designed_img_wrap {
    width: 30px;
    height: auto;
    overflow: hidden;
    margin-bottom: 11px;
}

.pn_designed_card .pn_verified_vendor_img {
    width: 37px;
}

.pn_designed_card .pn_participant_center_plan_img {
    width: 31px;
}

.pn_designed_card .pn_transparent_service_img {
    width: 26px;
}

.pn_designed_card .pn_family_guardian_access_img {
    width: 24px;
}

.pn_designed_card .pn_designed_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn_designed_card h5 {
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}


/* designed for compassionate */


/* browse organization */

.pn_browse_organization {
    padding: 80px 0 50px;
}

.pn_browse_organization h3 {
    font-size: 42px;
    line-height: 60px;
    margin-bottom: 35px;
    color: #1C1C1C;
    letter-spacing: -0.32px;
    font-weight: 700;
    text-align: center;
}

.pn_location_badge {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.pn_browse_card {
    padding: 18px 10px 15px 10px;
    background-color: #F4F4F4;
    margin-bottom: 12px;
    min-height: calc(100% - 12px);
    display: flex;
    flex-direction: column;
}

.pn_browse_card h5 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 7px;
    font-weight: 700;
    color: #313131;
    padding: 0 9px;
}

.pn_browse_card p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
    font-weight: 400;
    color: #313131;
    padding: 0 9px;
}

.pn_browse_location {
    background-image: linear-gradient(to right, #ffffff, #FFFFFF1F);
    padding: 11px 10px 15px 10px;
    box-shadow: -4px 4px 34px #0000000D;
    margin-bottom: 14px;
}

.pn_browse_location h6 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #313131;
}

.pn_browse_location_wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 10px;
}

.pn_details_claim_btn .pn_details_btn .pn_details_btn_text {
    font-size: 15px;
    line-height: 23px;
    color: #313131;
    font-weight: 400;
    text-decoration: none;
}

.pn_browse_card_wrapper {
    margin-bottom: 17px;
}

.pn_details_claim_btn .pn_details_btn {
    display: flex;
    align-items: normal;
    gap: 5px;
}

.pn_details_claim_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.pn_details_claim_btn .pn_details_btn:hover {
    text-decoration: none;
}

.pn_details_claim_btn .pn_claim_btn {
    border: 1px solid #313131;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-transform: capitalize;
}

.pn_details_claim_btn .pn_claimed_btn {
    padding: 6px 15px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    text-transform: capitalize;
    color: #008B87;
    display: flex;
    align-items: center;
    gap: 4px;
    background-color: transparent;
}

.pn-view-btn-wrap {
    position: relative;
    text-align: center;
    width: 180px;
    margin: auto;
}

.pn-view-btn-wrap .view_line_text {
    color: #313131;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
}

.pn-view-btn-wrap .view_line_text:hover {
    text-decoration: none;
}

.pn-view-btn-wrap .view_line_icon_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


/* browse organization */


/* how it works */

.pn_how_it_works_head {
    padding: 28px 23px 19px 34px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.pn_how_it_works_wrap_img {
    width: 516px;
    height: 608px;
    overflow: hidden;
    position: relative;
}

.pn_how_it_works_wrap_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn_how_it_works_head h3 {
    font-size: 42px;
    line-height: 70px;
    font-weight: 700;
    color: #1C1C1C;
    letter-spacing: -0.32px;
}

.pn_how_it_work_card_wrap {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 10px;
}

.pn_how_it_work_card {
    background-color: #F4F4F4;
    padding: 55px 21px 43px 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
}

.how_card_nom_wrap {
    width: 87px;
    position: relative;
    margin-bottom: 17px;
}

.pn_how_it_work_card .how_card_nom {
    width: 27px;
    height: 27px;
    background-color: #EBC349;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #000000;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.pn_how_it_work_card .how_card_img_wrap {
    width: 87px;
    height: 87px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pn_how_it_work_card .how_dis_your_org {
    width: 33px;
    height: auto;
    overflow: hidden;
}

.pn_how_it_work_card .how_dis_your_org.how_claim_very {
    width: 28px;
}

.pn_how_it_work_card .how_dis_your_org.how_connect_correct {
    width: 30px;
}

.pn_how_it_work_card .how_dis_your_org img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn_how_it_work_card h5 {
    font-size: 16px;
    line-height: 24px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
}

.pn_how_it_work_card h6 {
    font-size: 15px;
    line-height: 23px;
    color: #313131;
    font-weight: 400;
    text-align: center;
}

.pn_search_org_wrap {
    background-color: #001627;
    padding: 45px 25px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.pn_search_org_wrap p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}

.pn_search_org_wrap .pn_search_org_anchor {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #EBC349;
}

.pn_search_org_wrap .pn_search_org_anchor:hover {
    color: #EBC349;
    text-decoration: none;
}

.pn_how_it_works {
    position: relative;
    padding-bottom: 95px;
}

.pn_how_it_works .pn_how_it_works_wrap_left {
    position: absolute;
    left: 0;
    z-index: 1;
}

.pn_how_it_works .pn_how_it_works_wrap_right {
    max-width: calc(100% - 230px);
    width: 100%;
    margin-left: auto;
    padding-right: 18px;
    padding-top: 104px;
}

.pn_how_it_works_wrap_content p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    font-weight: 400;
}


/* how it works */


/* safety and protection  */

.pn_safety_and_protection {
    padding: 0 0 85px 0;
}

.pn_safety_and_protection_list_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 14px;
}

.pn_safety_and_protection_wrap {
    display: flex;
    align-items: center;
    gap: 45px;
}

.pn_safety_and_protection_list_wrap .safety_protect_checkmark {
    width: 18px;
    height: auto;
    overflow: hidden;
}

.pn_safety_and_protection_list_wrap .safety_protection_checkbox {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0000001a;
    box-shadow: 0 4px 34px #0000000F;
}

.pn_safety_and_protection_list_wrap .safety_protect_checkmark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn_safety_and_protection_list_wrap h5 {
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    font-weight: 400;
}

.pn_safety_and_protection_left h3 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #1C1C1C;
    letter-spacing: -0.32px;
    margin-bottom: 6px;
    max-width: 450px;
}

.pn_safety_and_protection_left h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #008B87;
    margin-bottom: 22px;
    font-style: italic;
}

.pn_safety_and_protection_lists ul li:last-child .pn_safety_and_protection_list_wrap {
    margin-bottom: 0px;
}

.pn_safety_and_protection_img {
    overflow: hidden;
    width: 606px;
    height: 570px;
}

.pn_safety_and_protection_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* safety and protection  */

.circleCare_section_wrap {
    background-color: #001627;
    background-image: url("../images/background/bg_img.png");
    min-height: 275px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    margin-bottom: 33px;
    margin-top: 99px;
}

.page-template-tpl-single-organization-php .circleCare_section_wrap{
    margin-top: 0;
}

.circleCare_section_wrap .left_part p {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 20px;
    margin-left: 177px;
    margin-bottom: 9px;
    opacity: 0.8;
}

.circleCare_section_wrap .media_img_wrap {
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circleCare_section_wrap .media_object_wrap .media_content {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
}

.circleCare_section_wrap .media_object_wrap {
    display: flex;
    gap: 24px;
}

.circleCare_section_wrap .media_object_wrap .media_content h4 {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 700;
    margin-bottom: 10px;
}

.circleCare_section_wrap .location_text_wrap {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 22px;
}

.circleCare_section_wrap .location_text_wrap .location_img_wrap {
    background-color: #092C47;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circleCare_section_wrap .location_text_wrap .location_name_wrap h6 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

.circleCare_section_wrap .about_us_card_wrap {
    background-color: #0A2438;
    padding: 21px 25px;
}

.circleCare_section_wrap .main_article h6 {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.circleCare_section_wrap .main_article p {
    color: #FFFFFFB2;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    opacity: 0.7;
}

.circleCare_section_wrap .about_us_img_content_wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 6px;
}

.circleCare_section_wrap .about_us_img_content_wrap .about_us_icon_wrap {
    flex-shrink: 0;
}

.organization_overview_tabs_wrap {
    margin-bottom: 75px;
}

.overview_tab_content_wrap {
    box-shadow: 0px 4px 54px 0px #0000000D;
    padding: 16px 19px;
}

.organization_overview_tabs_wrap .nav-pills .nav-link {
    color: #0E0E0EB2;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    opacity: 0.7;
    text-align: left;
    position: relative;
}

.organization_overview_tabs_wrap .nav-pills .nav-link.active {
    color: #0E0E0E;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(0, 139, 135, 0.2) 4.46%, rgba(0, 139, 135, 0) 100%);
}

.organization_overview_tabs_wrap .nav-pills .nav-link.active::after {
    content: " ";
    background-color: #008B87;
    width: 3px;
    position: absolute;
    display: block;
    height: 39px;
    border-left: 1px solid #008B87;
    bottom: 0;
    left: 0;
}

.organization_overview_tabs_wrap .main_article {
    border-bottom: 1px solid #0000001A;
    margin-bottom: 18px;
}

.organization_overview_tabs_wrap .main_article h6 {
    color: #0E0E0E;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}

.organization_overview_tabs_wrap .main_article p {
    color: #0E0E0EB2;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 18px;
}

.font-600 {
    font-weight: 600 !important;
}

.text-dark {
    color: #0E0E0E !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.op-1 {
    opacity: 1 !important;
}

.our_beautiful_section {
    margin-bottom: 135px;
}

.our_beautiful_section .main_article h2 {
    color: #1C1C1C;
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.our_beautiful_section .card_img_wrap {
    overflow: hidden;
    display: block;
}

.our_beautiful_section .card_img_wrap_new {
    position: relative;
}

.our_beautiful_section .circleCare_community_card p {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}

.our_beautiful_section .small_text {
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 500;
    opacity: 0.7;
}

.our_beautiful_section .card_img_wrap:hover .circleCare_community_card {
    opacity: 1;
}

.card_grp_outer_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.our_beautiful_section .circleCare_community_card {
    position: absolute;
    max-width: 340px;
    min-height: 75px;
    width: 100%;
    bottom: 30px;
    left: 50%;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 17px;
    font-weight: 700;
    padding: 14px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(40, 40, 40, 0.7);
    transition: all 0.4s linear;
    opacity: 0;
    right: auto;
    transform: translateX(-50%);
}

.our_beautiful_section .card_on_img_wrap {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.our_beautiful_section .card_on_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* here from our community */

.pn_here_from_our_community {
    padding: 60px 0 0 0;
    background-image: url("../images/background/pn-here-our-community-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pn_here_from_our_community_top {
    margin-bottom: 60px;
}

.pn_here_from_our_community_top .pn-container {
    max-width: 1177px;
}

.here_from_our_comm_card_wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.circleCare_section_wrap .media_object_wrap .button_grp_wrap .pn-btn {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    padding: 9.5px 15px;
    text-transform: capitalize;
    min-width: 156px;
}

.circleCare_section_wrap .media_object_wrap .button_grp_wrap {
    display: flex;
    gap: 10px;
}

.here_from_our_comm_card {
    padding: 20px 22px 44px 22px;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.here_from_card_success {
    background-color: #008B87;
}

.here_from_card_warning {
    background-color: #EBC349;
}

.here_from_card_success .here_from_img_badge .here_badge_wrap {
    background-color: #017673;
}

.here_from_card_warning .here_from_img_badge .here_badge_wrap {
    padding: 10px 20px;
    background-color: #FFD965;
}

.here_from_card_success h5,
.here_from_card_success p,
.here_from_card_success .here_badge_wrap h5 {
    color: #ffffff;
}

.here_from_card_warning h5,
.here_from_card_warning p,
.here_from_card_warning .here_badge_wrap h5 {
    color: #1C1C1C;
}

.here_from_img_badge .here_from_img_wrap {
    width: 44px;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}

.here_from_img_badge .here_from_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.here_from_img_badge .here_badge_wrap {
    display: inline-block;
    padding: 10px 27px;
    border-radius: 6px;
    position: absolute;
    top: 14px;
    right: 14px;
}

.here_from_our_comm_card .here_from_img_badge .here_badge_wrap h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.here_from_our_comm_card h5 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.here_from_our_comm_card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.here_from_our_comm_card .here_from_arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 22px;
    bottom: -22px;
    border: 1px solid #0000001a;
}

.pn_here_from_our_community_bottom h2 {
    font-size: 42px;
    line-height: 60px;
    color: #1C1C1C;
    font-weight: 700;
    letter-spacing: -0.32px;
    margin-bottom: 44px;
    max-width: 665px;
}

.pn_here_from_our_community_bottom {
    position: relative;
}

.pn_here_our_community_stories {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /* position: absolute; */
    padding-bottom: 135px;
}

.here_our_community_stories_card {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 20px;
}

.here_our_community_stories_card .here_story_img_wrap {
    width: 135px;
    height: 135px;
    overflow: hidden;
}

.here_our_community_stories_card .here_story_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.here_our_community_stories_card .here_story_img_play_btn_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.here_our_community_stories_card .here_story_play_btn {
    width: 80px;
    display: flex;
    align-items: center;
    flex-direction: column;
    display: none;
}

.here_our_community_stories_card .here_story_play_btn .story_play_btn_icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #EBC349;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    flex-shrink: 0;
}

.here_our_community_stories_card .here_story_play_btn h6 {
    font-size: 14px;
    line-height: 24px;
    color: #1C1C1C;
    font-weight: 400;
}

.here_our_community_stories_card .here_story_content_wrap {
    padding: 7px 0 7px 17px;
    border-left: 1px solid transparent;
}

.here_our_community_stories_card .here_story_content_wrap_warning {
    border-color: #EBC349;
}

.here_our_community_stories_card .here_story_content_wrap_success {
    border-color: #008B87;
}

.here_our_community_stories_card .here_story_content_wrap h4,
.here_our_community_stories_card .here_story_content_wrap h5,
.here_our_community_stories_card .here_story_content_wrap h6 {
    line-height: 24px;
    color: #1C1C1C;
    font-weight: 400;
}

.here_our_community_stories_card .here_story_content_wrap h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.here_our_community_stories_card .here_story_content_wrap h5 {
    font-size: 16px;
    margin-bottom: 3px;
}

.here_our_community_stories_card .here_story_content_wrap h6 {
    font-size: 14px;
    margin-bottom: 0px;
    color: #1c1c1cb3;
}


/* here from our community */


/* circle care community */

.circle_comm_care_sec_wrap {
    background-image: none;
    background-color: #f9f9f9;
    margin-bottom: 0;
}

.circle_comm_care_sec_wrap.circleCare_section_wrap .left_part p {
    color: #1C1C1C;
    margin-left: 0;
    margin-bottom: 19px;
    font-weight: 400;
}

.circle_comm_care_sec_wrap .media_object_wrap .media_content h4 {
    color: #1C1C1C;
}

.circle_comm_care_sec_wrap .location_text_wrap .location_name_wrap h6 {
    color: #1C1C1C;
}

.circle_comm_care_sec_wrap .location_text_wrap .location_img_wrap {
    background-color: #ffffff;
    width: 28px;
    height: 28px;
    border: 1px solid #00000014;
}

.circle_comm_care_sec_wrap .location_text_wrap .location_img_wrap img {
    width: 10px;
}

.circle_comm_care_sec_wrap .media_img_wrap{
    width: 169px;
    height: 169px;
}

/* circle care community */


/* services section */

.pn_services_card_sec {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.pn_services_card_main h3 {
    font-size: 24px;
    line-height: 22px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 18px;
}

.pn_services_card {
    padding: 18px;
    background-color: #ffffff;
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 16px;
    flex: 23%;
}

.pn_services_card .pn_services_img_wrap {
    width: 229px;
    height: auto;
    overflow: hidden;
}

.pn_services_card .pn_services_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn_services_card .pn_services_content_wrap h5 {
    font-size: 18px;
    line-height: 23px;
    color: #0E0E0E;
    font-weight: 700;
    margin-bottom: 5px;
}

.pn_services_card .pn_services_content_wrap p {
    font-size: 15px;
    line-height: 27px;
    color: #0E0E0EB2;
    font-weight: 400;
    margin-bottom: 11px;
}

.pn_services_card .pn_services_content_wrap .pn_services_badge_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pn_services_card .pn_services_content_wrap .pn_services_badge_wrap .pn_badge {
    color: #017D7A;
    font-weight: 500;
    padding: 4px 11px;
    border: 1px solid #008B870F;
    border-radius: 8px;
    background-color: #008B870F;
    width: fit-content;
    max-width: 100%;
    display: inline-block;
    line-height: 16px;
    margin-bottom: 5px;
}

.pn_services_card .pn_services_img_btn_wrap {
    position: relative;
}

.pn_services_card .pn_services_btn_wrap {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.pn_services_card .pn_services_btn_wrap .pn-btn {
    background-color: rgba(0, 139, 135, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: inline-flex;
    gap: 9px;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    padding: 11px 20px;
    text-transform: capitalize;
    color: #fff;
}

.pn_services_card .pn_services_btn_wrap .pn-btn:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.pn_serices_card_flex {
    display: flex;
    align-items: stretch;
    gap: 16px;
}

/* services section */

/* current job opening sec */

.pn_current_job_opening_sec {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.pn_current_job_opening_card {
    padding: 14px 10px;
    background-color: #FFFFFF;
    margin-bottom: 13px;
    min-height: calc(100% - 13px);
    display: flex;
    flex-direction: column;
}

.pn_current_job_opening_card .pn-btns-wrap{
    margin-top: auto;
}

.pn_current_job_opening_card_main h3 {
    font-size: 24px;
    line-height: 22px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 26px;
}

.pn_current_job_opening_card h6 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #1C1C1C;
    padding-left: 8px;
}

.pn_current_job_opening_card p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #0E0E0EB2;
    margin-bottom: 9px;
    padding-left: 8px;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap h5 {
    color: #0E0E0EB2;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_loc_post_duration_value {
    color: #0E0E0E;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_lpd_location_img {
    width: 14px;
    height: 18px;
    overflow: hidden;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_lpd_posted_img {
    width: 14px;
    height: 16px;
    overflow: hidden;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_lpd_duration_img {
    width: 14px;
    height: 14px;
    overflow: hidden;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_loc_post_duration_img {
    flex-shrink: 0;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_loc_post_duration_img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap:last-child {
    margin-bottom: 0;
}

.pn_loc_post_duration_card {
    background-color: #f9f9f9;
    padding: 13px;
    margin-bottom: 10px;
}

.pn_current_job_opening_card .pn-btns-wrap .apply_now_btn {
    font-size: 15px;
    line-height: 24px;
    color: #0E0E0E;
    font-weight: 400;
    padding: 9px 16px;
    text-transform: capitalize;
}

.pn_current_job_opening_card_wrap .pn_cj_row {
    margin: 0 -6.5px;
}

.pn_current_job_opening_card_wrap .pn_cj_row .pn_cj_col {
    padding: 0 6.5px;
}


/* current job opening sec */


/* organization page css star  */

.circle_comm_care_sec_wrap .org_about_us_card {
    background-color: #FFFFFF;
}

.org_about_us_card .about_us_img_content_wrap .main_article h6 {
    color: #1C1C1C;
}

.org_about_us_card .main_article p {
    color: #1C1C1C;
    font-weight: 500;
    opacity: 1;
}

.org_our_beautiful_section {
    margin-bottom: 0;
    background-color: #f9f9f9;
}

.overview_section {
    background-color: #f9f9f9;
    padding: 7px 0 40px 0;
}

.org_overview_tab .nav-pills {
    border-bottom: 1px solid #00000026;
}

.org_overview_tab .nav-pills .nav-link {
    color: #313131;
    font-size: 16px;
    line-height: 22px;
    padding: 16px 18px;
}

.org_overview_tab .nav-pills .nav-link.active {
    background: transparent;
    color: #313131;
    opacity: 1;
    position: relative;
}

.org_overview_tab .nav-pills .nav-link.active::after {
    content: "";
    width: 100%;
    height: 2px;
    border-bottom: 2px solid #008B87;
    bottom: -1px;
    left: 0px;
    position: absolute;
}

.overview_tab_content_new {
    box-shadow: none;
    padding: 28px 0;
}

.overview_items_box .overview_item_title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 18px;
}

.overview_items_card {
    background-color: #FFFFFF;
    padding: 21px 18px;
}

.overview_items_card .title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}

.overview_items_card .text_content {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #0E0E0EB2;
}

.overview_box {
    margin-bottom: 25px;
}

.overview_box .overview_items_main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.core_value_card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    width: 100%;
}

.core_value_card .icon {
    width: 45px;
    height: 45px;
    background-color: #fff;
    box-shadow: 0 4px 34px #0000000D;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.core_value_card .content {
    flex: 1;
}

.core_value_card .title {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    color: #0E0E0E;
    margin-bottom: 4px;
}

.core_value_card .description {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #0E0E0EB2;
    margin-bottom: 0;
}

.corevalue_items_box .overview_item_title {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #0E0E0E;
    margin-bottom: 15px;
}

.corevalue_items_box .overview_items_main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 29px;
}

.pn_hor_line_main {
    background-color: #f9f9f9;
}

.pn_hr_line {
    border: 1px solid #0000001a;
}

.contactinfo_section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.contactinfor_title {
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    color: #313131;
    margin-bottom: 21px;
}

.contactinfo_form_top {
    margin-bottom: 16px;
}

.contactinfo_form_top .title {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #0E0E0E;
    margin-bottom: 5px;
}

.contactinfo_form_top .note_text {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #0E0E0EB2;
    margin-bottom: 0;
}

.contactinfo_formbox .pn_input_img_wrap .pn_input,
.contactinfo_formbox .pn_textarea_img_wrap .pn_input {
    padding: 7.5px 15px;
    background-color: #fff;
    border: 1px solid #0000001a;
}

.contactinfo_formbox .pn_textarea_img_wrap .pn_input {
    height: 94px;
}


/* organization page css End  */


/* contact information card */

.pn_conect_with_us_card {
    padding: 48px 50px;
    background-color: #ffffff;
    margin-bottom: 0;
    max-width: 500px;
    width: 100%;
}

.contactinfo_inner_main {
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.pn_conect_with_us_card h4 {
    font-size: 16px;
    line-height: 23px;
    color: #0E0E0E;
    font-weight: 700;
    margin-bottom: 11px;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_lpd_phone_num_img {
    width: 14px;
    height: 14px;
    overflow: hidden;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_lpd_conn_email_img {
    width: 14px;
    height: 11px;
    overflow: hidden;
}

.pn_current_job_opening_card .pn_loc_post_duration_wrap .pn_lpd_conn_website_img {
    width: 14px;
    height: 14px;
    overflow: hidden;
}


/* contact information card */


/* reviews and testimonials sec */

.pn_reviews_and_testimonials_sec {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.pn_reviews_and_testimonials_main h3 {
    font-size: 24px;
    line-height: 22px;
    color: #313131;
    font-weight: 700;
    margin-bottom: 35px;
}

.contactinfo_formbox .custom_row {
    margin: 0 -5px;
    gap: 25px;
}

.contactinfo_formbox .custom_row .custom_col {
    padding: 0 5px;
}

/* .contactinfo_formbox .pn_label_input_wrap {
    margin-bottom: 10px;
} */


/* reviews and testimonials sec */

a.pn-btn.pn-btn-outline.pn_claim_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.pn-spinner-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  color: #333;
  font-family: sans-serif;
}

.pn-spinner {
  margin: auto;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #0c66ff; /* brand color */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

input#org-search-input {
    height: 45px;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid grey;
}
.pn-org-search-wrap {
    margin-bottom: 16px;
    text-align: right;
}


.pn_service_post_duration_card {
    background-color: #f9f9f9;
    padding: 13px;
    margin-bottom: 10px;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap .pn_lpd_location_img {
    width: 14px;
    height: 18px;
    overflow: hidden;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap .pn_loc_post_duration_img {
    flex-shrink: 0;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap .pn_loc_post_duration_img img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap h5 {
    color: #0E0E0EB2;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 0;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap:last-child {
    margin-bottom: 0;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap .pn_lpd_posted_img {
    width: 14px;
    height: 16px;
    overflow: hidden;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap .pn_lpd_duration_img {
    width: 14px;
    height: 14px;
    overflow: hidden;
}

.pn_service_post_duration_card .pn_loc_post_duration_wrap .pn_loc_post_duration_value {
    color: #0E0E0E;
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

.pn_services_content_wrap_new {
    width: 100%;
}

.slider.pn_services_card_slider_wrap {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.pn_services_card_slider_wrap .slick-track {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
/* service post duration card */