@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");
@font-face {
    font-family: "Satoshi";
    src: url("../assets/fonts/font-satoshi/Satoshi-Regular.woff2") format("woff2"), url("../assets/fonts/font-satoshi/Satoshi-Regular.woff") format("woff");
}

@font-face {
    font-family: "Satoshi-bold";
    src: url("../assets/fonts/font-satoshi/Satoshi-Bold.woff2") format("woff2"), url("../assets/fonts/font-satoshi/Satoshi-Bold.woff") format("woff");
}

:root {
    --font-satoshi: "Satoshi", sans-serif;
    --font-satoshi-bold: "Satoshi-bold", sans-serif;
    --font-parkinsans: "Parkinsans", sans-serif;
}


/* General customizations */

body.new-home-page {
    font-family: "Segoe UI", sans-serif;
    background-color: #f4f1eb;
}


/* Teal and warning colors */

.new-home-page .site .content_wrapper{
    background-color: #f4f1eb;
}

.new-home-page .btn-teal {
    background-color: #009688;
    color: white;
}

.new-home-page .navbar {
    background: transparent;
    z-index: 9;
    padding-top: 35px;
}

.new-home-page .btn-teal:hover {
    background-color: #00796b;
}


/* Hero Section */

.new-home-page .hero-section {
    /* background: url("../images/background/banner-pathnow.png") no-repeat center center; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 850px;
    position: relative;
    color: white;
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 22px;
    background-color: #f4f1eb;
}

.new-home-page .banner-text-left {
    font-family: "Parkinsans", sans-serif;
    font-weight: 600;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0;
    padding-top: 25px;
}

.new-home-page .text-c-warning {
    color: #ebc349;
}

.new-home-page .bg-teal {
    background-color: #00796b !important;
}

.new-home-page .custom-navbar {
    background-color: #ffffffb2;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 22px;
    padding: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.new-home-page .custom-navbar .nav-link {
    color: #313131;
    padding: 0 !important;
    border-radius: 20px;
    transition: background-color 0.3s ease, color 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-family: var(--font-satoshi-bold) !important;
}

.new-home-page .custom-navbar li.nav-item {
    padding: 16.5px 16px;
}

.new-home-page .custom-navbar li.nav-item.active {
    background-color: #000000b2;
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(11px);
    border-radius: 19px;
    padding: 16.5px 26px;
    opacity: 0.5;
}

.new-home-page .custom-navbar li.nav-item.active .nav-link {
    color: #ffffff;
}

.new-home-page .custom-login-btn {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 6px 16px 6px 6px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.new-home-page .custom-login-btn:hover {
    background-color: #e0dfdd;
    text-decoration: none;
    color: #111;
}

.new-home-page .icon-wrapper {
    background-color: #008b87;
    border-radius: 9px;
    width: 33px;
    height: 33px;
    margin-right: 19px;
}

.new-home-page .our-mission {
    position: relative;
    overflow: hidden;
    background: transparent;
    color: #fff;
    border: none;
    padding: 10px 22px;
    z-index: 1;
    border: 1px solid #5d5d5d;
    border-radius: 22px;
}

.new-home-page .our-mission::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.3);
    filter: blur(9px);
    z-index: 0;
}

.new-home-page .our-mission span {
    position: relative;
    z-index: 1;
    font-family: var(--font-satoshi-bold) !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.new-home-page .our-mission:hover {
    color: #ebc349;
}

.banner_right_part {
    position: relative;
    height: 454px;
}

.new-home-page .info-box {
    position: relative;
    background: linear-gradient( 209.17deg, rgba(0, 139, 135, 0) 30.21%, #008b87 82.09%);
    color: white;
    border-radius: 33px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    /* background-image: url("../images/thumbnail/hands.png"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -77px;
    right: 82px;
}

.new-home-page .hero-section .info-box {
    background-color: #00796b;
    color: #fff;
    max-width: 386px;
    position: absolute;
    padding: 34px 15px 25px 15px;
}

.new-home-page .info-box h4 {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
    margin-bottom: 50px;
    padding-left: 15px;
}

.new-home-page .info-box .phone {
    font-family: var(--font-satoshi) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0%;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.new-home-page .torn-section {
    /* background-image: url("../images/thumbnail/torn-paper.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 16px 30px;
}

.new-home-page .torn-section p.subtext {
    font-family: var(--font-satoshi) !important;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0;
}

.new-home-page .donate-btn {
    color: #ebc349;
    font-family: var(--font-satoshi) !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 0;
}

.new-home-page .white-line {
    border-top: 1px solid #ffffff2e;
}

.new-home-page .new-about-us {
    padding-top: 150px;
    padding-bottom: 90px;
    background-color: #f4f1eb;
}

.new-home-page .info-img img {
    border-radius: 20px;
}

.new-home-page .primary-btn {
    background-color: #ffffff;
    font-family: var(--font-satoshi-bold) !important;
    font-weight: 500;
    font-size: 13.34px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 18px;
    border-radius: 30px;
}

.new-home-page .primary-btn:hover {
    text-decoration: none;
    color: #000000;
}

.new-home-page .frisby {
    width: 10px;
    height: 10px;
    background-color: #f5c233;
    border-radius: 50%;
    position: relative;
    display: block;
}

.new-home-page .frisby::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
    background-color: white;
    border-radius: 50%;
}

.new-home-page .about-right h1 {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: clamp(26px, 4vw, 48px);
    line-height: clamp(36px, 4vw, 68px);
    letter-spacing: -1px;
    margin-bottom: 14px;
}

.new-home-page .about-right p {
    font-family: var(--font-satoshi) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
    margin-bottom: 49px;
}

.new-home-page .our-values h1 {
    font-size: clamp(26px, 4vw, 48px);
    line-height: clamp(40px, 4vw, 68px);
    letter-spacing: -1px;
}

.new-home-page .our-values {
    padding-bottom: 115px;
    background-color: #f4f1eb;
}

.new-home-page .pn_contact_now_sec{
    background-color: #f4f1eb;
}

.new-home-page .card-value-slider {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 28px 25px;
    max-width: 386px;
    height: 100%;
    min-height: 266px;
    display: flex;
    flex-direction: column;
}

.new-home-page .card-value-slider img {
    height: 56px;
    width: 56px !important;
    margin-top: auto;
}

.new-home-page .card-value-slider .card-title h5 {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.new-home-page .card-value-slider .card-body p {
    font-family: var(--font-satoshi) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
}

.new-home-page .card-value-slider .card-body {
    font-family: var(--font-satoshi) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
}

.new-home-page .cta-left .card {
    border: 0;
    background-color: unset;
}

.new-home-page .cta-left .card img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.new-home-page .cta-left .card .card-title {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -1px;
}

.new-home-page .cta-left .card .card-text {
    font-family: var(--font-satoshi) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0%;
}

.new-home-page .cta-left .card .learn-more {
    font-family: var(--font-satoshi) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    letter-spacing: 0%;
    color: #008b87;
}

.new-home-page .cta-box {
    background-color: #232323;
    color: #ffffff;
    padding: clamp(30px, 5vw, 45px) clamp(15px, 4vw, 114px);
    border-radius: 20px;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    font-family: var(--font-satoshi) !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
}

.new-home-page .cta-box a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ebc349;
}

.new-home-page .cta-right {
    height: 100%;
    background-repeat: no-repeat;
    max-width: 480px;
    display: flex;
    position: relative;
    margin: 0 auto;
}

.cta-right-text {
    position: absolute;
    bottom: 10%;
    padding: 10px 15px;
    width: 90%;
    align-items: center;
}

.new-home-page .cta-right h4 {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
}

.new-home-page .gap-3 {
    gap: 15px;
}

.new-home-page .logos-slider {
    background-image: url("./assets/torn-white-paper.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 0 50px;
}

.new-home-page .logos-slider .item {
    max-width: 150px;
}

.new-home-page .testimonial-header {
    /* background-image: url("../images/thumbnail/OBJECTS.png"); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    min-height: 200px;
}

.new-home-page .testimonial-header h1 {
    font-size: clamp(26px, 4vw, 48px);
}

.new-home-page .testimonial-carousal {
    /* background-image: url("../images/background/bg-carousal.png"); */
    height: 610px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 22px;
}

.new-home-page .testimonial-carousal .carousel {
    max-width: 550px;
}

.new-home-page .card-testimonial {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 20px;
}

.new-home-page .carousel-control-prev,
.new-home-page .carousel-control-next {
    position: unset;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    border: 1px solid #0000001a;
    margin-bottom: 8px;
}

.new-home-page .buttons-group {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -22px;
    width: fit-content;
}

.new-home-page .no-of-customers h4 {
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 28.95px;
    line-height: 36px;
    letter-spacing: -1;
    color: #114e46;
}

.new-home-page .no-of-customers p {
    margin-bottom: 0;
    font-family: var(--font-inter);
    font-weight: 400;
    color: #7a8483;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.new-home-page .header-card-testimonial {
    display: flex;
    gap: 21px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.new-home-page .testimonials-body p {
    font-family: var(--font-satoshi) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
}

.new-home-page .testimonials-footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 15px;
}

.new-home-page .testimonials-footer .client-name h5 {
    font-family: var(--font-satoshi-bold) !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0;
    color: #313131;
}

.new-home-page .testimonials-footer .client-name p {
    font-family: var(--font-satoshi) !important;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
}

.new-home-page .client-logo img {
    max-width: 200px;
    height: 85px;
    object-fit: contain;
}

.new-home-page .client-reviews-slider {
    padding: clamp(0px, 4vw, 50px) 0;
}

.new-home-page .login-button {
    display: none;
}

.new-home-page .pn_landing_header .navbar-toggler {
    display: none;
    cursor: pointer;
    position: relative;
    width: 50px;
    border: 0;
}

.new-home-page .navbar-toggler:focus {
    box-shadow: none;
}

.new-home-page .navbar .pn-container {
    gap: 10px;
}

.new-home-page .pn_landing_header .navbar-toggler .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00807b;
    margin: 5px 0;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
}

.new-home-page .navigation-toggler {
    display: inline-block;
    cursor: pointer;
    width: 26px;
    height: auto;
    position: relative;
    margin-right: 15px;
}

.new-home-page .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #00807b;
    margin: 5px 0;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
}

.new-home-page .pn_year_of_exp_video_wrap {
    display: flex;
    gap: 22px;
}

.new-home-page .pn_year_of_exp_wrap {
    position: relative;
    width: 100%;
    max-width: 238px;
    height: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 33px 48px;
    box-sizing: border-box;
    overflow: hidden;
}


/* Image wrapper for background */

.new-home-page .pn_year_of_exp_wrap .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.new-home-page .pn_year_of_exp_wrap .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Foreground content */

.pn_year_of_exp_wrap .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-bottom: 1px solid transparent;
}


/* Text styles */

.pn_year_of_exp_wrap h2 {
    font-size: 80px;
    line-height: 94px;
    font-weight: 500;
    color: #008B87;
    text-align: center;
    margin: 0;
}

.pn_year_of_exp_wrap h2 .pn_year_of_exp_plus {
    font-size: 60px;
    line-height: 60px;
    color: #008B87;
    font-weight: 500;
}

.pn_year_of_exp_wrap h5 {
    font-family: var(--font-satoshi, sans-serif) !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #313131;
    text-align: center;
    margin: 0;
}


/* landing footer */

.new-home-page .pn_footer {
    margin: 0 16px 16px 16px;
    background-color: #232323;
    border-radius: 22px;
    padding-bottom: 16px;
}

.new-home-page .navbar .navbar-brand {
    width: 186px;
    height: auto;
    overflow: hidden;
}

.new-home-page .navbar .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-page .pn_footer_img_wrap {
    width: 249px;
    height: auto;
    overflow: hidden;
    margin-bottom: 35px;
}

.new-home-page .pn_footer_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-page .pn_top_footer_left h4 {
    font-family: var(--font-parkinsans) !important;
    font-size: 21px;
    line-height: 31px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 29px;
}

.new-home-page .pn_top_footer {
    padding: 50px 0 47px 0;
    background-color: unset;
    display: flex;
    align-items: flex-start;
    gap: 90px;
    justify-content: space-between;
}

.new-home-page .pn_top_footer_left .pn_input_img_wrap .pn_input {
    font-size: 16px;
    padding: 17px 50px 17px 30px;
    background-color: #ffffff;
    border-radius: 18px;
}

.new-home-page .pn_top_footer_left {
    width: 100%;
    max-width: 400px;
}

.new-home-page .pn_topform_wrap {
    position: relative;
}

.new-home-page .pn_form_wrap_btn .pn-btn {
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.new-home-page .brand-slider, .new-home-page .testimonials{
    background-color: #f4f1eb;
}

.new-home-page .pn_top_footer .pn_top_footer_social_links h6 {
    font-family: var(--font-parkinsans) !important;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 8px;
}

.new-home-page .pn_top_footer .pn_top_footer_social_links ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.6;
    font-weight: 400;
    margin-bottom: 8px;
}

.new-home-page .pn_top_footer_support .pn_top_footer_support_wrap {
    margin-bottom: 15px;
}

.new-home-page .pn_top_footer_support .pn_top_footer_support_wrap:last-child {
    margin-bottom: 0;
}

.new-home-page .pn_top_footer_support .pn_top_footer_support_wrap h5 {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    margin-bottom: 1px;
    font-weight: 400;
}

.new-home-page .pn_top_footer_support .pn_top_footer_support_wrap h6 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
}

.new-home-page .pn_top_footer_support .pn_top_footer_support_wrap .pn_top_footer_support_success {
    color: #ebc349;
}

.new-home-page .pn_top_footer_right_wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    justify-content: space-between;
    padding-top: 17px;
}

.new-home-page .pn_top_footer .pn_top_footer_social_links {
    padding-top: 0;
}

.new-home-page .pn_top_footer_support {
    width: 100%;
    max-width: 254px;
}

.new-home-page .pn_center_footer {
    background-color: #313131;
    padding: 21px 0;
    border-radius: 16px;
    margin: 0 18px;
}

.new-home-page .pn_center_footer_left_wrap .pn_badge {
    border: 1px solid #ffffff26;
    color: #ffffff99;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 9px 27px;
    border-radius: 30px;
}

.new-home-page .pn_bottom_footer {
    background-color: #232323;
    padding: 26px 11px 16px 11px;
}

.new-home-page .pn_bottom_footer p {
    color: #ffffff99;
}

.new-home-page .pn_center_footer_links a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff99;
    position: relative;
    padding-right: 8px;
}

.new-home-page .pn_center_footer_links a::after {
    content: "";
    background-color: #ffffff99;
    width: 1px;
    height: 18px;
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
}

.new-home-page .pn_center_footer_links a:last-child:after {
    content: unset;
}

.new-home-page .pn_center_footer_links a:hover {
    text-decoration: none;
}

.new-home-page .pn_center_footer_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.new-home-page .pn_center_footer_left_wrap {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    justify-content: center;
}


/* landing footer */


/* our beautiful section  */

.new-home-page .our_beautiful_sec_landing {
    padding-bottom: 67px;
    background-color: #f4f1eb;
}

.new-home-page .our_beautiful_sec_landing .circleCare_community_card_content h2 {
    font-family: var(--font-parkinsans) !important;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -0.16px;
    font-weight: 400;
    margin-bottom: 8px;
}

.new-home-page .our_beautiful_sec_landing .circleCare_community_card {
    max-width: 90%;
}

.new-home-page .our_beautiful_sec_landing .circleCare_community_card_content p {
    font-family: var(--font-satoshi) !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 9px;
    color: #ffffffcc;
}

.new-home-page .our_beautiful_sec_landing .circleCare_community_card_content .callender_wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.new-home-page .our_beautiful_sec_landing .circleCare_community_card_content .callender_wrap img {
    width: 16px;
    height: auto;
}

.new-home-page .our_beautiful_sec_landing .circleCare_community_card_content .callender_wrap .top_header_text {
    font-family: var(--font-satoshi) !important;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffffcc;
}

.new-home-page .card_grp_outer_wrapper {
    gap: 10px;
}


/* our beautiful section  */


/* provider benefits section */

.new-home-page .pn_provider_benefits_sec {
    margin: 0 16px;
    padding-bottom: 106px;
    background-color: #f4f1eb;
}

.new-home-page .pn_provider_benefits_sec .pn_provider_benefits_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.new-home-page .pn_provider_benefits_sec .pn_provider_benefits_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-page .pn_provider_benefits_sec_wrap {
    background: #eae6de;
    border-radius: 30px;
    position: relative;
}

.new-home-page .pn_provider_benefits_content_wrap {
    padding: 32px 20px 50px 20px;
}

.new-home-page .pn_provider_benefits_content_top {
    padding-left: 15px;
    max-width: 510px;
}

.new-home-page .pn_provider_benefits_content_top h2 {
    font-family: var(--font-parkinsans) !important;
    font-size: 48px;
    line-height: 68px;
    font-weight: 600;
    color: #232323;
    letter-spacing: -0.16px;
    margin-bottom: 5px;
}

.new-home-page .pn_provider_benefits_content_top .pn_text_highlight {
    color: #ebc349;
}

.new-home-page .pn_provider_benefits_content_top p {
    font-family: var(--font-satoshi) !important;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 26px;
}

.new-home-page .pn_provider_benefits_step_wrap {
    background-image: linear-gradient(to right, #ffffffcc, #ffffff00);
    border-radius: 12px;
    padding: 14px 14px 14px 25px;
    position: relative;
    margin-bottom: 11px;
}

.new-home-page .pn_provider_benefits_step_wrap p {
    font-family: var(--font-satoshi) !important;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #313131;
}

.new-home-page .pn_provider_benefits_step_wrap .pn_provider_benefits_step {
    font-family: var(--font-satoshi) !important;
    width: 29px;
    height: 29px;
    border-radius: 12px;
    background-color: #ebc349;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -14.5px;
    top: 50%;
    transform: translateY(-50%);
}

.new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list {
    padding-left: 14.5px;
}

.new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list li{
   list-style: none;
}

.new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list ul li:last-child .pn_provider_benefits_step_wrap {
    margin-bottom: 0;
}

.new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list ul {
    margin-bottom: 19px;
    padding: 0;
}

.new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list .pn_many_more_btn {
    font-family: var(--font-satoshi) !important;
    font-size: 16px;
    line-height: 27px;
    color: #313131;
}

.new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list .pn_many_more_btn:hover {
    text-decoration: none;
}

.new-home-page .pn_benefits_contact_us_wrap h6 {
    font-family: var(--font-parkinsans) !important;
    font-size: 21px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -0.16px;
    color: #00000099;
}

.new-home-page .pn_benefits_contact_us_wrap .pn_benefits_contact_us_btn {
    font-family: var(--font-parkinsans) !important;
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: -0.16px;
    color: #008b87;
    display: flex;
    align-items: center;
    gap: 7px;
}

.new-home-page .pn_benefits_contact_us_wrap .pn_benefits_contact_us_btn:hover {
    text-decoration: none;
}

.new-home-page .pn_benefits_contact_us_wrap {
    padding: 28px 50px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #0000001a;
    box-shadow: 0 4px 54px #0000000f;
    max-width: 545px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 9px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -39px;
}


/* provider benefits section */


/* you'll love the service  */

.new-home-page .pn_youll_love_service_sec {
    padding-bottom: 113px;
    padding-top: 50px;
    background-color: #f4f1eb;
}

.new-home-page .pn_youll_love_service_wrap .pn_explore_btn_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}

.new-home-page .pn_youll_love_service_wrap .pn_explore_btn_wrap .pn_explore_btn {
    font-size: 13.56px;
    line-height: 18.2px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    border-radius: 30px;
    padding: 8px 18px;
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
}

.new-home-page .pn_youll_love_service_wrap h2 {
    font-family: var(--font-parkinsans) !important;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: -0.16px;
    font-weight: 600;
    color: #232323;
    max-width: 790px;
    margin: 0 auto 48px auto;
    text-align: center;
}

.new-home-page .pn_youll_love_service_wrap .pn_love_services_text {
    color: #ebc349;
}

.new-home-page .pn_youll_love_service_top_cards {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card {
    padding: 23px 25px;
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 328px;
    width: 100%;
    min-height: 356px;
    height: 100%;
    /* background-image: url("../images/thumbnail/pn-trusted-card-bg.png"); */
    background-repeat: no-repeat;
    background-position: bottom right;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card h5 {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    color: #000000;
    letter-spacing: -0.16px;
    margin-bottom: 7px;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card h3 {
    font-family: var(--font-parkinsans) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card p {
    font-family: var(--font-satoshi) !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #313131;
    margin-bottom: 13px;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card .pn_trusted_find_services_btn {
    font-family: var(--font-satoshi) !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    color: #008b87;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card .pn_trusted_find_services_btn:hover {
    text-decoration: none;
}

.new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card .pn_trusted_find_services_btn img {
    width: 12px;
}

.new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card {
    padding: 34px 30px;
    border-radius: 20px;
    /* background-image: linear-gradient(to bottom, #00000000, #000000cc), url("../images/thumbnail/pn-lives-enhanced-bg.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* .new-home-page .pn_youll_love_service_sec .pn_care_provider_card {
    background-image: linear-gradient(to bottom, #00000000, #000000cc), url("../images/thumbnail/pn-care-provider-bg-img.png");
} */

.new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card h3 {
    font-family: var(--font-parkinsans) !important;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: -0.16px;
    font-weight: 600;
    color: #ffffff;
}

.new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card .pn_lives_enhanced_number {
    color: #ebc349;
}

.new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card p {
    font-family: var(--font-satoshi) !important;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #ffffff;
    max-width: 560px;
}

.new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card .pn_lives_enhanced_daily_content {
    margin-top: auto;
}

.new-home-page .pn_youll_love_service_sec .pn_care_provider_card p {
    max-width: 590px;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card {
    background-color: #008b87;
    border-radius: 20px;
    padding: 30px;
    /* background-image: url("../images/icons/pn-pathnow-img-icon.svg"); */
    background-repeat: no-repeat;
    background-position: top 36px right;
    max-width: 328px;
    width: 100%;
    min-height: 356px;
    display: flex;
    flex-direction: column;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn_contact_us_now_btn {
    margin-top: auto;
}

.new-home-page .pn_youll_love_service_bottom_cards {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn_experience_empowerment_img {
    width: 49px;
    height: auto;
    overflow: hidden;
    margin-bottom: 14px;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn_experience_empowerment_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card h4 {
    font-family: var(--font-parkinsans) !important;
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card p {
    font-family: var(--font-satoshi) !important;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 29px;
    color: #ffffff;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn-btn.pn_contact_now_btn {
    font-family: var(--font-satoshi) !important;
    border-radius: 12px;
    padding: 6px 16px 6px 6px;
    font-size: 16px;
    line-height: 16px;
    color: #232323;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 15px;
}

.new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn-btn.pn_contact_now_btn .pn_right_icon_wrap {
    width: 33px;
    height: 33px;
    border-radius: 9px;
    background-color: #008b87;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* you'll love the service  */

.new-home-page .pn_hand_shake_icon_wrap {
    width: 44px;
    height: 44px;
}


/* ---------------Video popup css start ----------- */


/* Main Container - Exact Layout */

.new-home-page .video_popup_box {
    position: relative;
    max-width: 238px;
    width: 100%;
    height: 205px;
    aspect-ratio: 16 / 10;
    border-radius: 32px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.new-home-page .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Center Play Button - Exact Style */

.new-home-page .center-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 36px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.new-home-page .center-play-button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-page .de_video_container {
    width: 100%;
    border-radius: 0px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5); */
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.new-home-page .de_video_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.new-home-page .de_video_wrapper video {
    width: 100%;
    height: 100%;
    border-radius: 0px;
}

.new-home-page .de_play_button_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.new-home-page #circle_play_b {
    cursor: pointer;
    pointer-events: auto;
}

.new-home-page #circle_play_b svg {
    width: 80px;
    height: 80px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.new-home-page .pn_brand_items {    
    height: auto;
    overflow: hidden;
}

.new-home-page .pn_brand_img1 {
    width: 188px;
}

/* .new-home-page .pn_brand_img3 {
    width: 186px;
}

.new-home-page .pn_brand_img4 {
    width: 188px;
}

.new-home-page .pn_brand_img5 {
    width: 196px;
} */

.new-home-page .pn_brand_items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Video css start */

.new-home-page .pn-slider {
    padding: 80px 20px;
    /* background-image: url("../images/background/logo-testimonial-bg.png"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.new-home-page .pn-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-left: -15px;
}

.new-home-page .pn-image-container:first-child {
    margin-left: 0;
}

.new-home-page .pn-media-object {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.new-home-page .pn-media-images {
    display: flex;
    flex-shrink: 0;
}

.new-home-page .pn-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    border-radius: 50%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.new-home-page .pn-star-rating {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.new-home-page .pn-star-rating .pn-star-item {
    display: inline-flex;
    width: 17px;
    height: auto;
    overflow: hidden;
}

.new-home-page .pn-star-rating .pn-star-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pn_our_commitment .slick-track {
    display: inline-flex;
    gap: 15px;
}

.pn_our_commitment .slick-slide {
    display: inline-block !important;
    width: auto !important;
    gap: 15px;
}

/* -----------------Video popup css End------------------------- */

@media (max-width: 1400px) {
    .new-home-page .hero-section .info-box {
        right: 20px;
    }
}

@media (max-width: 1199px) { 
    /* landing footer */
    .new-home-page .pn_footer_img_wrap {
        width: 190px;
        margin-bottom: 30px;
    }
    .new-home-page .pn_top_footer_left h4 {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 22px;
    }
    .new-home-page .pn_top_footer_left {
        max-width: 350px;
    }
    .new-home-page .pn_top_footer {
        padding: 40px 0;
        gap: 40px;
        justify-content: space-between;
    }
    .new-home-page .pn_top_footer_right_wrap {
        gap: 20px;
    }
    .new-home-page .pn_top_footer_support {
        max-width: 230px;
    }
    .new-home-page .pn_center_footer {
        padding: 18px 0;
    }
    .new-home-page .pn_top_footer .pn_top_footer_social_links h6 {
        line-height: 26px;
        margin-bottom: 6px;
    }
    .new-home-page .pn_top_footer .pn_top_footer_social_links ul li a,
    .new-home-page .pn_top_footer_support .pn_top_footer_support_wrap h5,
    .new-home-page .pn_top_footer_support .pn_top_footer_support_wrap h6 {
        font-size: 15px;
        line-height: 24px;
    }
    .new-home-page .pn_center_footer_left_wrap .pn_badge {
        font-size: 15px;
        line-height: 24px;
        padding: 7px 23px;
    }
    .new-home-page .pn_center_footer_links a {
        font-size: 15px;
        line-height: 24px;
    }
    .new-home-page .pn_bottom_footer {
        padding: 22px 11px 12px 11px;
    }
    /* landing footer */
    /* our beautiful section */
    .new-home-page .our_beautiful_sec_landing {
        padding-bottom: 50px;
    }
    .new-home-page .our_beautiful_sec_landing .circleCare_community_card {
        padding: 10px 12px;
    }
    .new-home-page .our_beautiful_sec_landing .circleCare_community_card_content h2 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 5px;
    }
    .new-home-page .our_beautiful_sec_landing .circleCare_community_card_content p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .new-home-page .our_beautiful_sec_landing .circleCare_community_card_content .callender_wrap .top_header_text {
        font-size: 14px;
        line-height: 20px;
    }
    .new-home-page .our_beautiful_sec_landing .circleCare_community_card_content .callender_wrap img {
        width: 14px;
    }
    /* our beautiful section */
    /* provider benefits  */
    .new-home-page .pn_provider_benefits_sec {
        padding-bottom: 86px;
    }
    .new-home-page .pn_provider_benefits_content_wrap {
        padding: 18px 15px 40px 15px;
    }
    .new-home-page .pn_provider_benefits_content_top h2 {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 5px;
    }
    .new-home-page .pn_provider_benefits_content_top p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .new-home-page .pn_provider_benefits_step_wrap p {
        font-size: 15px;
        line-height: 24px;
    }
    .new-home-page .pn_provider_benefits_step_wrap {
        padding: 10px 10px 10px 22px;
    }
    .new-home-page .pn_provider_benefits_step_wrap .pn_provider_benefits_step {
        width: 24px;
        height: 24px;
        border-radius: 8px;
        font-size: 12px;
        line-height: 12px;
        left: -12px;
    }
    .new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list ul {
        margin-bottom: 12px;
    }
    .new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list .pn_many_more_btn {
        font-size: 15px;
        line-height: 24px;
    }
    .new-home-page .pn_benefits_contact_us_wrap {
        padding: 15px 25px;
        border-radius: 16px;
        max-width: 430px;
        gap: 5px;
        bottom: -25px;
    }
    .new-home-page .pn_benefits_contact_us_wrap h6 {
        font-size: 18px;
        line-height: 18px;
    }
    .new-home-page .pn_benefits_contact_us_wrap .pn_benefits_contact_us_btn {
        font-size: 18px;
        line-height: 18px;
        gap: 5px;
    }
    /* provider benefits  */
    /* you'll love the service */
    .new-home-page .pn_youll_love_service_sec {
        padding-bottom: 80px;
    }
    .new-home-page .pn_youll_love_service_top_cards {
        gap: 15px;
        margin-bottom: 15px;
    }
    .new-home-page .pn_youll_love_service_bottom_cards {
        gap: 15px;
    }
    .new-home-page .pn_youll_love_service_wrap .pn_explore_btn_wrap {
        margin-bottom: 10px;
    }
    .new-home-page .pn_youll_love_service_wrap h2 {
        font-size: 40px;
        line-height: 58px;
        max-width: 675px;
        margin: 0 auto 36px auto;
    }
    .new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card {
        padding: 18px 20px;
        max-width: 310px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card h5 {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card .pn_trusted_find_services_btn {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card {
        padding: 22px 20px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card p {
        font-size: 15px;
        line-height: 25px;
        max-width: 100%;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card {
        padding: 20px;
        max-width: 310px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card h4 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn_experience_empowerment_img {
        width: 40px;
        margin-bottom: 12px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card .pn-btn.pn_contact_now_btn {
        font-size: 15px;
        line-height: 15px;
        gap: 10px;
    }
    /* you'll love the service */
    /* landing */
    .new-home-page .banner-text-left {
        font-size: 43px;
        line-height: 60px;
        padding-top: 20px;
    }
    .main-nav .nav-link {
        padding: 15px 10px !important;
    }
    .new-home-page .navbar .navbar-brand {
        width: 130px;
    }
    .new-home-page .custom-navbar li.nav-item {
        padding: 13.5px 12px;
    }
    .new-home-page .custom-navbar li.nav-item.active {
        padding: 16.5px 22px;
    }
    .new-home-page .icon-wrapper {
        margin-right: 5px;
    }
    /* landing */
    .new-home-page .testimonial-carousal {
        background-image: url("../images/background/bg-carousal.png");
        height: 692px;
    }
    .new-home-page .new-about-us {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .new-home-page .info-img {
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
    }
    .new-home-page .info-img img {
        width: 100%;
    }
    .new-home-page .about-right h1 {
        font-size: 40px;
        line-height: 58px;
        margin-bottom: 6px;
    }
    .new-home-page .about-right p {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .new-home-page .our-values h1 {
        font-size: 40px;
        line-height: 58px;
    }
    .new-home-page .our-values {
        padding-bottom: 85px;
    }
    .new-home-page .hero-section .info-box {
        max-width: 360px;
        padding: 25px 10px 20px 10px;
    }
    .new-home-page .info-box h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
        padding-left: 12px;
    }
    .new-home-page .info-box .phone {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 18px;
        padding-left: 12px;
    }
    .new-home-page .torn-section {
        padding: 12px 25px;
    }
    .new-home-page .torn-section p {
        font-size: 16px;
        line-height: 26px;
    }
    .new-home-page .torn-section p.subtext {
        font-size: 15px;
        line-height: 28px;
    }
    .new-home-page .pn_year_of_exp_wrap {
        max-width: 220px;
        height: 190px;
        padding: 20px 35px;
    }
    .new-home-page .video_popup_box {
        max-width: 220px;
        height: 190px;
    }
    .new-home-page .pn_year_of_exp_video_wrap {
        gap: 15px;
    }
}

@media (max-width: 991px) { 
    /* landing footer */
    .new-home-page .pn_top_footer {
        padding: 30px 0;
        gap: 20px;
        flex-direction: column;
    }
    .new-home-page .pn_top_footer_left {
        max-width: 100%;
    }
    .new-home-page .pn_center_footer {
        padding: 18px 0 14px 0;
    }
    .new-home-page .pn_center_footer_wrap {
        flex-direction: column;
    }
    /* landing footer */
    /* our beautiful section */
    .new-home-page .our_beautiful_sec_landing {
        padding-bottom: 40px;
    }
    /* our beautiful section */
    /* provider benefits */
    .new-home-page .pn_provider_benefits_content_top {
        padding-left: 10px;
        max-width: 100%;
    }
    .new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list {
        padding-left: 10px;
    }
    .new-home-page .pn_provider_benefits_content_top h2 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 0px;
    }
    .new-home-page .pn_provider_benefits_content_top p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .new-home-page .pn_provider_benefits_step_wrap p,
    .new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list .pn_many_more_btn {
        font-size: 14px;
        line-height: 22px;
    }
    .new-home-page .pn_benefits_contact_us_wrap h6,
    .new-home-page .pn_benefits_contact_us_wrap .pn_benefits_contact_us_btn {
        font-size: 16px;
        line-height: 16px;
    }
    .new-home-page .pn_provider_benefits_content_wrap .pn_provider_benefits_content_list ul {
        margin-bottom: 8px;
    }
    .new-home-page .pn_benefits_contact_us_wrap {
        max-width: 390px;
    }
    .new-home-page .pn_provider_benefits_sec {
        padding-bottom: 56px;
    }
    /* provider benefits */
    /* you'll love the service */
    .new-home-page .pn_youll_love_service_sec {
        padding-bottom: 60px;
    }
    .new-home-page .pn_youll_love_service_wrap {
        margin-top: 20px;
    }
    .new-home-page .pn_youll_love_service_wrap .pn_explore_btn_wrap .pn_explore_btn {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 12px;
        gap: 4px;
    }
    .new-home-page .pn_youll_love_service_wrap h2 {
        font-size: 32px;
        line-height: 48px;
        max-width: 525px;
        margin: 0 auto 25px auto;
    }
    .new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card {
        padding: 18px 16px;
        max-width: 285px;
        min-height: 320px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card {
        padding: 18px;
        min-height: 320px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card {
        padding: 18px;
        max-width: 285px;
        min-height: 320px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_lives_enhanced_daily_card h3 {
        font-size: 28px;
        line-height: 36px;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card h4 {
        font-size: 18px;
        line-height: 26px;
    }
    /* you'll love the service */
    /* landing */
    .new-home-page .navbar {
        padding: 35px 32px 10px 32px;
    }
    .new-home-page .pn_landing_header .navbar-toggler {
        display: block;
    }
    .new-home-page .login-button {
        display: block;
    }
    .new-home-page .login-button-desktop {
        display: none;
    }
    .new-home-page .hero-section {
        height: 667px; 
    }
    .new-home-page .navbar .navbar-nav {
        gap: 10px;
    }
    .new-home-page .cta-box {
        margin-bottom: 15px;
        padding: 25px;
    }
    /* landing */
    .new-home-page .about-right h1 {
        font-size: 32px;
        line-height: 48px;
    }
    .new-home-page .card-value-slider {
        background-color: #ffffff;
        border-radius: 20px;
        padding: 28px 25px;
        max-width: 100%;
    }
    .new-home-page .our-values h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .new-home-page .our-values {
        padding-bottom: 65px;
    }
    .new-home-page .cta-left .card {
        margin-bottom: 15px;
    }
    .new-home-page .cta-box p,
    .new-home-page .cta-box a {
        font-size: 16px;
        line-height: 24px;
    }
    .cta-right-text {
        flex-direction: column;
        align-items: flex-start;
    }
    .new-home-page .cta-right h4 {
        font-size: 19px;
        line-height: 24px;
    }
    .new-home-page .cta-right {
        max-width: 100%;
    }
    .new-home-page .cta-right img {
        width: 100%;
    }
    .new-home-page .hero-section .info-box {
        max-width: 340px;
        bottom: -45px;
    }
    .new-home-page .banner-text-left {
        font-size: 36px;
        line-height: 46px;
    }
    .new-home-page .banner-text-left br {
        display: none;
    }
    .new-home-page .info-box h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        padding-left: 5px;
    }
    .new-home-page .info-box .phone {
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 0px;
    }
    .new-home-page .torn-section {
        padding: 5px 25px 5px 10px;
    }
    .new-home-page .torn-section p {
        font-size: 14px;
        line-height: 22px;
    }
    .new-home-page .white-line {
        margin: 5px;
    }
    .new-home-page .new-about-us {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .new-home-page .pn-slider .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    /* landing footer */
    .new-home-page .pn_footer_img_wrap {
        width: 140px;
        margin-bottom: 20px;
    }
    .new-home-page .pn_top_footer_left h4 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 17px;
    }
    .new-home-page .pn_top_footer_left .pn_input_img_wrap .pn_input {
        font-size: 15px;
        padding: 15px 50px 15px 25px;
    }
    .new-home-page .pn_top_footer_right_wrap {
        flex-direction: column;
        padding-top: 5px;
    }
    .new-home-page .pn_top_footer_support {
        max-width: 100%;
    }
    .new-home-page .pn_top_footer .pn_top_footer_social_links h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .new-home-page .pn_top_footer .pn_top_footer_social_links ul li a,
    .new-home-page .pn_top_footer_support .pn_top_footer_support_wrap h5,
    .new-home-page .pn_top_footer_support .pn_top_footer_support_wrap h6 {
        font-size: 14px;
    }
    .new-home-page .pn_center_footer_left_wrap .pn_badge {
        font-size: 14px;
        line-height: 22px;
        padding: 7px 17px;
    }
    .new-home-page .pn_center_footer_links a {
        font-size: 14px;
        line-height: 22px;
    }
    .new-home-page .pn_center_footer_wrap {
        gap: 8px;
    }
    .new-home-page .pn_center_footer {
        padding: 15px 0 10px;
    }
    .new-home-page .pn_center_footer_left_wrap {
        gap: 5px;
    }
    .new-home-page .pn_center_footer_links {
        text-align: center;
    }
    /* landing footer */
    /* our beautiful section */
    .new-home-page .our_beautiful_sec_landing {
        padding-bottom: 30px;
    }
    .new-home-page .our_beautiful_sec_landing .circleCare_community_card_content h2 {
        font-size: 15px;
        line-height: 15px;
    }
    .new-home-page .our_beautiful_sec_landing .card_img_wrap {
        margin-bottom: 10px;
    }
    /* our beautiful section */
    /* provider benefits */
    .new-home-page .pn_provider_benefits_content_top h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .new-home-page .pn_benefits_contact_us_wrap h6,
    .new-home-page .pn_benefits_contact_us_wrap .pn_benefits_contact_us_btn {
        font-size: 15px;
        line-height: 15px;
    }
    .new-home-page .pn_benefits_contact_us_wrap {
        padding: 12px 24px;
        max-width: 280px;
        flex-direction: column;
    }
    .new-home-page .pn_benefits_contact_us_wrap .pn_benefits_contact_us_btn img {
        width: 12px;
    }
    .new-home-page .pn_provider_benefits_sec .pn_provider_benefits_img {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    /* provider benefits */
    /* you'll love the service */
    .new-home-page .pn_youll_love_service_wrap h2 {
        font-size: 28px;
        line-height: 40px;
        max-width: 100%;
        margin: 0 auto 20px auto;
    }
    .new-home-page .pn_youll_love_service_sec {
        padding-bottom: 40px;
    }
    .new-home-page .pn_youll_love_service_top_cards,
    .new-home-page .pn_youll_love_service_bottom_cards {
        flex-direction: column;
    }
    .new-home-page .pn_youll_love_service_sec .pn_trusted_service_provider_card,
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card {
        max-width: 100%;
    }
    .new-home-page .pn_youll_love_service_sec .pn_experience_empowerment_card {
        min-height: auto;
    }
    /* you'll love the service */
    /* landing */
    .new-home-page .navbar {
        padding: 20px 16px 10px 20px;
    }
    /* landing */
    .new-home-page .yt-btn {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .new-home-page .our-values .primary-btn {
        margin: 0 auto;
    }
    .new-home-page .cta-left .card {
        margin-bottom: 15px;
    }
    .new-home-page .cta-box {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .new-home-page .hero-section {
        height: 600px;
    }
    .new-home-page .buttons-group {
        display: none;
    }
    .new-home-page .card-testimonial {
        padding: 20px;
    }
    .banner_right_part {
        height: auto;
    }
    .new-home-page .hero-section .info-box {
        bottom: -265px;
        max-width: unset;
        width: 100%;
        left: 0;
        padding: 15px 10px;
    }
    .new-home-page .info-box h4 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
        padding-left: 5px;
    }
    .new-home-page .info-box .phone {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 5px;
        padding-left: 0px;
    }
    .new-home-page .torn-section {
        padding: 10px;
    }
    .new-home-page .donate-btn {
        font-size: 14px;
        line-height: 18px;
    }
    .new-home-page .white-line {
        margin: 0px;
    }
    .new-home-page .banner-text-left {
        font-size: 32px;
        line-height: 42px;
    }
    .new-home-page .pn_year_of_exp_video_wrap {
        align-items: center;
        flex-direction: column;
    }
    .new-home-page .pn_year_of_exp_wrap {
        max-width: 100%;
        height: auto;
        padding: 0;
    }
    .new-home-page .video_popup_box {
        max-width: 229px;
        border-radius: 20px;
        height: auto;
    }
    .new-home-page .pn_year_of_exp_wrap .image-wrapper {
        position: inherit;
        height: 200px;
        text-align: center;
    }
    .new-home-page .pn_year_of_exp_wrap .image-wrapper img {
        width: auto;
    }
    .new-home-page .pn_year_of_exp_wrap .content {
        position: absolute;
    }
    .new-home-page .pn_year_of_exp_wrap h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .new-home-page .pn-slider {
        padding: 40px 20px;
    }
}