.diseases-template-default{
    background: #FFF !important;
}
.pdp-banner {
    position: relative;
    border-radius: 40px;
    overflow: hidden
}

.pdp-banner img {
    width: 100%;
    display: block
}

.pdp-banner .pdp-banner-txt {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .pdp-banner .pdp-banner-txt {
        margin-top: 20px;
        padding-bottom: 0px;
    }
}

.pdp-banner .pdp-banner-txt h1 {
    font-size: 56px;
    line-height: 65px;
    text-align: center;
    font-family: "Nunito Sans";
    font-weight: bold;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .pdp-banner .pdp-banner-txt h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.pdp-banner .pdp-banner-txt h2 {
    color: #e8eef7;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0px 0px 20px
}

@media screen and (max-width: 767px) {
    .pdp-banner .pdp-banner-txt h2 {
        font-size: 12px;
        line-height: 16px;
        padding: 0px 10% 15px;
    }
}

.pdp-banner .pdp-banner-txt p {
    color: #ccc;
    font-size: 16px;
    font-family: "Nunito Sans"
}

@media screen and (max-width: 767px) {
    .pdp-banner .pdp-banner-txt p {
        margin: 0px !important;
    }
}

.spot-sign-early {
    padding: 80px 0px 80px;
}

@media screen and (max-width: 767px) {
    .spot-sign-early {
        padding: 40px 0px 30px
    }
}

.spot-sign-early .heading-title {
    font-size: 48px;
    font-family: "Nunito Sans";
    color: #0b1631;
    text-align: left;
    line-height: 48px;
    text-align: center;
}

.spot-sign-early .heading-title span {
    color: #60a5fa;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .spot-sign-early .heading-title {
        text-align: center;
        font-size: 20px;
        line-height: 24px
    }
}

.spot-sign-early .subtitle {
    color: #666;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    max-width: 780px;
    padding-top: 20px;
    text-align: left;
    margin: 0px auto;
    text-align: center
}
.spot-sign-early .subtitle span{
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .spot-sign-early .subtitle {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        max-width: 300px;
        padding-top: 15px
    }
}

.spot-sign-early .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px
}

.spot-sign-early .cards .card {
    overflow: hidden;
    width: calc(33.33% - 20px);
    text-align: left;
    position: relative;
    border: none;
}

@media screen and (max-width: 767px) {
    .spot-sign-early .cards .card {
        width: calc(50% - 10px)
    }

    .spot-sign-early .cards .card:last-child {
        display: none
    }
}

.spot-sign-early .cards .card a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.spot-sign-early .cards .card:nth-child(odd) {
    margin-top: 50px
}

@media screen and (max-width: 767px) {
    .spot-sign-early .cards .card:nth-child(odd) {
        margin-top: 0px
    }
}

.spot-sign-early .cards .card img {
    width: 100%;
    border-radius: 20px
}
@media screen and (max-width: 767px) {
.spot-sign-early .cards .card img {
    border-radius: 10px;
    }
}

.spot-sign-early .cards .card .card-content {
    padding: 20px 20px
}

@media screen and (max-width: 767px) {
    .spot-sign-early .cards .card .card-content {
        padding: 15px 0px
    }
}

.spot-sign-early .cards .card .card-content .card-title {
    color: #0b1631;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Nunito Sans";
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .spot-sign-early .cards .card .card-content .card-title {
        font-size: 16px
    }
}

.spot-sign-early .cards .card .card-content .card-text {
    color: gray;
    font-size: 20px;
    line-height: 26px;
    max-width: 290px;
    font-family: "Nunito Sans"
}

@media screen and (max-width: 767px) {
    .spot-sign-early .cards .card .card-content .card-text {
        font-size: 14px;
        line-height: 16px
    }
}

.spot-sign-early .view-more {
    margin-top: 30px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    font-family: "Nunito Sans"
}

.care-medical-guid {
    padding-top: 50px;
    background: #F6F6FA;
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
.care-medical-guid {
    padding-top: 30px;
    background: #F6F6FA;
    padding-bottom: 30px;
}
}
.care-medical-guid .care-medical-guid-text .heading-title {
    font-size: 48px;
    font-family: "Nunito Sans";
    color: #0b1631;
    text-align: left;
    line-height: 48px;
}

.care-medical-guid .care-medical-guid-text .heading-title span {
    color: #3b82f6;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .care-medical-guid .care-medical-guid-text .heading-title {
        text-align: center;
        font-size: 20px;
        line-height: 24px
    }
}

.care-medical-guid .care-medical-guid-text p {
    color: #666;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    max-width: 700px;
    padding-top: 20px;
    text-align: left;
    margin-bottom: 0px
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .care-medical-guid .care-medical-guid-text p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        max-width: 300px;
        margin: 0px auto;
        padding-top: 15px;
    padding-bottom: 20px;
    }
}

.care-medical-guid .care-medical-guid-text .cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .care-medical-guid .care-medical-guid-text .cta-buttons {
        justify-content: center;
        padding-bottom: 20px
    }
}

.care-medical-guid .careguid-cards {
    margin-top: -40px;
    position: relative;
    z-index: 1;
    padding: 0px 40px
}

@media screen and (max-width: 767px) {
    .care-medical-guid .careguid-cards {
        padding: 0px 0px
    }
}

.care-medical-guid .careguid-cards .careguid-card-wrapper {
    box-sizing: border-box
}

@media screen and (min-width: 767px) {
    .care-medical-guid .careguid-cards .careguid-card-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .care-medical-guid .careguid-cards .careguid-card-wrapper .swiper-slide {
        width: calc(28% - 10px);
        margin-bottom: 20px
    }

    .care-medical-guid .careguid-cards .careguid-card-wrapper .swiper-slide:nth-child(2),
    .care-medical-guid .careguid-cards .careguid-card-wrapper .swiper-slide:nth-child(5) {
        width: calc(44% - 10px)
    }
}

.care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card {
    border-radius: 20px;
    background: #FFFFFF;
    padding: 20px;
}
@media screen and (max-width: 767px) {
.care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card {
    padding: 12px;
}
}
.care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card i {
    width: 36px;
    display: block
}

.care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card i img {
    width: 100%;
    display: block
}

.care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card h3 {
    font-size: 24px;
    color: #0b1631;
    line-height: 26px;
    font-family: "Nunito Sans";
    text-align: left;
    padding-top: 15px;
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card h3 {
        font-size: 16px;
        line-height: 18px
    }
}

.care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card p {
    font-size: 20px;
    line-height: 26px;
    color: gray;
    padding-top: 15px;
    font-family: "Nunito Sans";
    text-align: left
}

@media screen and (max-width: 767px) {
    .care-medical-guid .careguid-cards .careguid-card-wrapper .careguid-card p {
        font-size: 12px;
        line-height: 15px;
        padding-top: 10px
    }
}

.care-medical-guid .careguid-cards .swiper-pagination {
    position: relative;
    margin-top: 0px
}

.care-medical-guid .careguid-cards .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 2px;
    background: #b8b8b8
}

.care-medical-guid .careguid-cards .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1a1a1a
}

.keep-fam-safe {
    padding: 0px 0px 0px;
    background: #F6F6FA;
}

@media screen and (max-width: 767px) {
    .keep-fam-safe {
        padding: 0px 0px 0px
    }
}

.keep-fam-safe .heading-title {
    font-size: 48px;
    font-family: "Nunito Sans";
    color: #0b1631;
    text-align: left;
    line-height: 48px
}

.keep-fam-safe .heading-title span {
    color: #60a5fa;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .heading-title {
        text-align: center;
        font-size: 20px;
        line-height: 24px
    }
}

.keep-fam-safe .subtitle {
    color: #666;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    max-width: 780px;
    padding-top: 20px;
    text-align: left;
    margin: 0px
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .subtitle {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        max-width: 100%;
        padding-top: 15px
    }
}

.keep-fam-safe .cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px
}

.keep-fam-safe .cards .card {
    overflow: hidden;
    width: calc(33.33% - 20px);
    text-align: left;
    position: relative;
    border: none;
    background: none;
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .cards .card {
        width: 100%
    }
}

.keep-fam-safe .cards .card a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%
}

.keep-fam-safe .cards .card img {
    width: 100%;
    border-radius: 20px
}

.keep-fam-safe .cards .card .card-content {
    padding: 20px 20px
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .cards .card .card-content {
        padding: 15px 0px
    }
}

.keep-fam-safe .cards .card .card-content .card-title {
    color: #0b1631;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: "Nunito Sans";
    font-weight: bold
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .cards .card .card-content .card-title {
        font-size: 16px
    }
}

.keep-fam-safe .cards .card .card-content .card-text {
    color: gray;
    font-size: 20px;
    line-height: 26px;
    max-width: 290px;
    font-family: "Nunito Sans"
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .cards .card .card-content .card-text {
        font-size: 14px;
        line-height: 16px
    }
}

.keep-fam-safe .view-more {
    margin-top: 30px;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    font-family: "Nunito Sans"
}

.keep-fam-safe .cta-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .keep-fam-safe .cta-buttons {
        padding-top: 20px
    }
}

.hot-spot {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    height: 518px;
    margin-bottom: 10px;
    margin-top: 100px;
    display: none;
}

@media screen and (max-width: 767px) {
    .hot-spot {
        margin-top: 50px;
        height: 300px
    }

    .hot-spot:after {
        background: linear-gradient(262deg, rgba(255, 255, 255, 0) 0%, rgb(246, 246, 250) 55%);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        content: "";
        position: absolute
    }
}

.hot-spot .yellow-lightning {
    position: absolute;
    bottom: -11px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}
.hot-spot-txt-wrapper{
    width: 100%;
    left: 0px;
    top: 50%; 
    position: absolute;   
    transform: translateY(-50%);
    margin-top: -25px;
    z-index: 1;
}
.hot-spot .hot-spot-txt {
    width: 50%;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .hot-spot .hot-spot-txt {
        padding-left: 30px;
        width: 70%
    }
}

.hot-spot .hot-spot-txt h2 {
    color: #0b1631;
    font-family: "Nunito Sans";
    font-size: 72px;
    line-height: 68px
}

@media screen and (max-width: 1024px) {
    .hot-spot .hot-spot-txt h2 {
        font-size: 50px;
        line-height: 58px
    }
}

@media screen and (max-width: 767px) {
    .hot-spot .hot-spot-txt h2 {
        font-size: 20px;
        line-height: 24px
    }
}

.hot-spot .hot-spot-txt h2 span {
    color: #60a5fa;
    font-weight: bold;
}

.hot-spot .hot-spot-txt p {
    color: #677080;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 28px;
    margin-top: 15px;
    padding-bottom: 20px
}

@media screen and (max-width: 1024px) {
    .hot-spot .hot-spot-txt p {
        font-size: 18px;
        line-height: 22px
    }
}

@media screen and (max-width: 767px) {
    .hot-spot .hot-spot-txt p {
        font-size: 14px;
        line-height: 16px
    }
}

.banner-btm-txt {
    padding-top: 80px
}

@media screen and (max-width: 767px) {
    .banner-btm-txt {
        padding-top: 20px
    }
}

.banner-btm-txt h2 {
    font-size: 48px;
    color: #0b1631;
    font-family: "Nunito Sans";
    font-weight: bold;
    text-align: center;
    line-height: 48px
}

@media screen and (max-width: 767px) {
    .banner-btm-txt h2 {
        text-align: center;
        font-size: 20px;
        line-height: 24px
    }
}

.banner-btm-txt p {
    font-size: 24px;
    color: gray;
    line-height: 32px;
    padding-top: 20px;
    font-family: "Nunito Sans";
    text-align: center;
    max-width: 1140px;
    margin: 0px auto;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .banner-btm-txt p {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 0px;
    }
}

.banner-btm-txt h3 {
    font-size: 24px;
    color: #0b1631;
    font-weight: 400;
    margin-top: 30px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .banner-btm-txt h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px
    }
}

.our-story {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto 0px
}

.our-story .our-story-img {
    width: 50%
}

@media screen and (max-width: 767px) {
    .our-story .our-story-img {
        width: 100%
    }
}

.our-story .our-story-img img {
    width: 100%;
    display: block
}

.our-story .our-story-text {
    width: 50%;
    padding: 20px 0px 0px 40px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .our-story .our-story-text {
        width: 100%;
        padding: 20px 0px 0px 0px
    }
}

.our-story .our-story-text h2 {
    font-size: 48px;
    color: #FFF;
    font-family: "Nunito Sans";
    line-height: 48px;
}

@media screen and (max-width: 767px) {
    .our-story .our-story-text h2 {
        text-align: center;
        font-size: 20px;
        line-height: 24px
    }
}

.our-story .our-story-text h2 span {
    font-weight: bold
}

.our-story .our-story-text p {
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    margin-top: 20px;
    font-family: "Nunito Sans"
}

@media screen and (max-width: 767px) {
    .our-story .our-story-text p {
        font-size: 14px;
        line-height: 20px;
        text-align: center
    }
}

.our-story-numbers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .our-story-numbers {
    margin-top: 0px;
    }
}

.our-story-numbers .our-story-num-txt {
    width: 33.33%;
    padding: 25px;
    border-left: 1px solid #ffffff1a;
}

@media screen and (max-width: 767px) {
    .our-story-numbers .our-story-num-txt {
        width: 100%;
        padding: 0px 0px 0px 20px;
        text-align: left;
        margin-top: 20px;

    border-left: 2px solid #FFF;
    }
}

.our-story-numbers .our-story-num-txt:nth-child(2) {
    
}

@media screen and (max-width: 767px) {
    
}

.our-story-numbers .our-story-num-txt h2 {
    color: #FFF;
    font-size: 72px;
    line-height: 74px;
    font-family: "Nunito Sans";
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .our-story-numbers .our-story-num-txt h2 {
        font-size: 24px;
        line-height: 26px;
        text-align: left
    }
}

.our-story-numbers .our-story-num-txt p {
    font-size: 16px;
    color: #FFF;
    line-height: 22px;
    margin-top: 20px;
    font-family: "Nunito Sans"
}

@media screen and (max-width: 767px) {
    .our-story-numbers .our-story-num-txt p {
        font-size: 14px;
        margin-top: 10px
    }
}

.about-faq {
    padding-top: 50px;
    padding-bottom: 50px
}

.about-faq h2.title {
    color: #60a5fa;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 48px;
    font-weight: 700;
    line-height: 52px
}

@media screen and (max-width: 767px) {
    .about-faq h2.title {
        font-size: 20px;
        line-height: 24px
    }
}

.about-faq p.disc {
    max-width: 480px;
    color: #677080;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 26px;
    margin: 20px auto 0px;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .about-faq p.disc {
        font-size: 20px;
        line-height: 22px
    }
}

.accordion {
    text-align: left
}

.accordion li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    margin-top: 20px
}

.accordion li .accordion-qust {
    font-size: 18px;
    color: #0B1631;
    font-family: "Nunito Sans";
    font-weight: bold;
    padding-right: 40px;
    position: relative;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .accordion li .accordion-qust {
        font-size: 16px
    }
}

.accordion li .accordion-qust.active:after {
    transform: rotate(-135deg)
}

.accordion li .accordion-qust:after {
    width: 13px;
    height: 13px;
    position: absolute;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    content: "";
    right: 5px;
    top: 0px
}

@media screen and (max-width: 767px) {
    .accordion li .accordion-qust:after {
        top: 5px;
        width: 10px;
        height: 10px
    }
}

.accordion li .accordion-ans {
    font-size: 16px;
    color: gray;
    line-height: 22px;
    display: none;
    padding-top: 20px;
    font-family: "Nunito Sans"
}

.yellow-lightning {
    width: 100%
}

.yellow-lightning img {
    width: 100%;
    display: block
}

.still-have-uestions .still-have-uestions-wrapper {
    border-radius: 24px;
    background: #1a4c9e;
    text-align: center;
    padding: 40px 20px
}

.still-have-uestions .still-have-uestions-wrapper h3 {
    color: #fff;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 32px;
    font-weight: 700;
    line-height: 42px
}

@media screen and (max-width: 767px) {
    .still-have-uestions .still-have-uestions-wrapper h3 {
        font-size: 20px;
        line-height: 30px
    }
}

.still-have-uestions .still-have-uestions-wrapper p {
    color: #fff;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 26px;
    max-width: 940px;
    margin: 0px auto;
    padding: 25px 20px
}

@media screen and (max-width: 767px) {
    .still-have-uestions .still-have-uestions-wrapper p {
        font-size: 14px;
        line-height: 20px;
        padding: 20px 0px
    }
}

.blue-round-cta {
    padding: 15px 24px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    background: #3b82f6;
    font-family: "Nunito Sans";
    font-size: 16px;
    line-height: 20px;
    display: inline-flex
}

.blue-round-cta:hover {
    background: rgba(59, 131, 246, .8941176471)
}

.blue-round-cta img {
    margin-left: 10px
}
.know-your-diseases{
    position: relative;
    padding-top: 100px;
}
.know-your-diseases .yellow-lightning{
    position: absolute;
    left: 0px;
    top: -4.7vw;;
    width: 100%;
}

.know-your-diseases .slider-nav-btn{
    display: none;
}







.know-your-diseases .title-txt {
    font-size: 48px;
    font-family: "Nunito Sans";
    color: #FFF;
    text-align: left;
    line-height: 48px;
}

.know-your-diseases .title-txt span {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .know-your-diseases .title-txt {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
}

 .know-your-diseases .title-disc {
    color: #FFF;
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 25px;
    padding-top: 20px;
    text-align: left;
    margin: 0px;
    padding-bottom: 30px;
}
.know-your-diseases .title-disc span{
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .know-your-diseases .title-disc {
        font-size: 14px;
        line-height: 18px;
        padding-top: 15px;
        text-align: center;
        padding-bottom: 0px;
    }
}
@media screen and (max-width: 767px) {
.disease-tab {
    text-align: center !important;  
}
}

.diseaseSwiper .slid-dis{
    text-align: left;
}
@media screen and (max-width: 767px) {
.diseaseSwiper .slid-dis{
    text-align: center;
}
}

@media screen and (max-width: 767px) {
.care-medical-guid .careguid-cards .swiper-wrapper{
    display: flex !important;
   align-items: stretch;
}

.care-medical-guid .careguid-cards .swiper-wrapper .swiper-slide {
    height: auto !important;
    display: flex !important;
}
}

.page-template-allout-story{
    background: #FFF !important;
}
.about-bg-blue{
    position: relative;
    padding: 100px 0px 50px;
    background: linear-gradient(9deg,rgba(59, 130, 246, 1) 0%, rgba(26, 76, 158, 1) 100%);
}
@media screen and (max-width: 767px) {
.about-bg-blue{
    padding: 1px 0px 50px;
}
}
.about-bg-blue .yellow-lightning{
    position: absolute;
    left: 0px;
    top: -4.7vw;;
    width: 100%;
}