/*banner css*/
.qs-popup{
    top: 48%!important;
}
.qs-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    cursor: pointer;
    text-align: center;
    height: 100%;
    background: rgb(255, 255, 255);
    padding: 30px;
    transition: 0.5s;
}
.qs-block:hover {
    background-color: rgb(230, 245, 255);
    height: 100%;
    transition: 0.5s;
    border-radius: 5px;
}
.welcome-XpertPatient .qs-block:hover img {
    filter: unset!important;
}
.hero-banner-frontpage{
    background-image:url('/wp-content/uploads/2025/06/banner-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5rem 0;
}
.hero-banner-frontpage .banner-content{
    color: #000;
    margin: 1rem 0;
}
.hero-banner-frontpage .banner-content span{
    /*border: 1px solid #000;*/
    color:black;
    display: table;
    padding: 0.15rem 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.45rem;
}
.hero-banner-frontpage .banner-content h1{
    margin: 1rem 0 0;
    font-size: 2.5rem;
    line-height: normal;
}
.hero-banner-frontpage .banner-content p{
    margin:0 0 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
}
.btn-secondary, .form-submit-btn{
    background-color: #002060;
    color: #fff;
    border-radius: 4px;
    padding: 0.5rem 2rem;
    font-weight: 700;
    border: none;
    transition: all 0.3s ease-in-out;
	display: inline-block;
}
.btn-secondary:hover, .form-submit-btn:hover{
    background-color: #f67c00;
    color: #000;
}
.welcome-XpertPatient{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #fff;
}
.welcome-XpertPatient .qs-block{
    padding: 0;
}
.welcome-XpertPatient img{ width: 100%;}
.welcome-XpertPatientPopUp{
    position: fixed;
    max-height: 70vh;
    overflow: auto;
    padding: 1rem;
    z-index: +9999;
    text-align:center;
}
.welcome-XpertPatientPopUp .close-popup{
    top: 10px;
    right: 10px;
    background: #fff;
    border: 1px solid #333;
    color: #333;
    margin-left: auto;
    height: 25px;
    width: 25px;
}
.welcome-XpertPatientPopUp .custom-popup-body p
{ 
    font-size: 1rem; 
    color:black;
    line-height: inherit; 
    margin-bottom: 1.5rem;
    text-align: left;
    
}

/**/
.w-100 {
    width: 100%;
}
img.w-100.five-years{
    transform: scale(1.2);
}
.what-is-cancer-section p{
    color: #000;
    line-height: 1.5;
    font-size: 18px;
}
.what-is-cancer-section span{
    font-size: 18px;
    line-height: 1.5;
}
.what-is-cancer-section h2{
    font-size: 33px;
}
.what-is-cancer-section .container{
        max-width: 1355px;
            padding: 0 1.5rem;
}
.what-is-cancer-section b, .what-is-cancer-section i, .what-is-cancer-section strong, .what-is-cancer-section li {
    color: #000;
}
.single-cancer .comment-here{
        background: url(/wp-content/uploads/2023/05/Patients-caregivers.png)!important;
            margin-top: 15px;
}
.single-cancer section.extra_description{
    margin-top: 1.875em;
}

.single-cancer section.external-resource{
    margin-top: 1.875em;
}
.single-cancer .patient-feature-section{
    margin-top: 1.875em;
}
.single-cancer section#our-team{
    margin-top: 2.2em;
}
.single-cancer .container.ad-patch{
    margin-top: 2.2em;
}

.single-cancer .community-recommended-section{
    margin-top: 2em;
}



section.external-resource.news .news-section.bluecolor{
    background: #0096D8;
}
section.external-resource.news .resources-comment h6.addwhiteColor{
    color: #ffffff;
}
.team-description p:nth-of-type(n+2) {
    display: none;
}
a.team-read-more-link {
    color: #f67c00;
    font-size: 13px;
    font-weight: unset;
}



button.btn-small.prefer-btn.prefer-video-button.audioCheckClass
{
    margin: 0px auto;
    width: 70%;
}

button.btn-small.prefer-btn.prefer-video-button.audioCheckClass img.background-thumb
{
    width: 100%;
    height: 245px;
}

section.jump-link-wrapper.single{
    margin-left: 0.7rem;
    position: unset;
}
section.jump-link-wrapper.single .jum-button{
        border-bottom: none;
        padding: 6px 0 0px 0;
}
section.jump-link-wrapper.single .jum-button label{
    margin-right:12px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    section.jump-link-wrapper.single {
        margin-left: unset;
    }
    section.jump-link-wrapper.single .jum-button {
        border-bottom: none;;
    }
    .grid.mobile_cancer .col-4_sm-12_md-12 {
        order: 2;
    }
    .grid.mobile_cancer .col-8_sm-12_md-12 {
         order: 1;
    }
    img.w-100.five-years{
        transform: scale(1.2);
    }
}


section.jump-link-wrapper.single .jump-link-button{
     border: 1px solid #e2e0e0;
}
@media (max-width: 768px) {
    /*banner*/
    .btn-secondary, .form-submit-btn{
		padding: 0.5rem;
	}
    .hero-banner-frontpage .banner-content h1{
		font-size: 1.8rem;
	}
	.hero-banner-frontpage .banner-content h1{
		font-size: 1.8rem;
	}
	.hero-banner-frontpage .banner-content span{
        font-size: 0.8rem;
    }
.hero-banner-frontpage .banner-content .grid{ flex-wrap: nowrap;}
    /**/
    section.jump-link-wrapper.single {
        margin-left: -18px;;
    }
    .grid.mobile_cancer .col-4_sm-12_md-12 {
        order: 2;
    }
    .grid.mobile_cancer .col-8_sm-12_md-12 {
         order: 1;
    }
    .what-is-cancer-section h2{
        font-weight: 600;
        font-size: 16px !important;
    }
    .what-is-cancer-section span, .what-is-cancer-section p {
        font-size: 15px;
    }
    img.w-100.five-years{
        transform: scale(1.6);
    }
}

@media (max-width: 1024px) {
    section.jump-link-wrapper.single .jump-link-button {
        color: unset;

    }
}

/*custom start*/
.cancer_landing_pages
{
    margin: 0;
}
.cancer_landing_pages .jum-button
{
    overflow: unset!important;
}
.news-section .resources-covers img{
    border-radius:12px;
    height:169px;
    object-fit:fill;
}
.news-section .resources-comment {
    padding: 5px;
}
.news-section .resources-covers {
    width: 100%;
}
.news-section .resources-say {
    align-items: unset!important;
}

@media only screen and (max-width: 600px) {
    .home section#cancer-form{
        margin-top: 14px;
    }
    body .cancer_landing_pages .jump-link-button {
        font-size: 16.7px!important;
        margin-right: 0px;
    }
    .cancer_landing_pages label
    {
        display: block;
        width: 100%;
        margin-bottom: 14px;
    }
    .cancer_landing_pages {
        margin: 0;
        padding-right: 0;
    }
    .about-links {
        display: flex;
        justify-content: space-between;
    }
    .about-links a:last-child {
        margin-right: 0 !important;
    }
    body .media-item-rw.multiplevideos button,body .media-item-rw.multiplevideos .general-button {
        width:48% !important;
        height: auto!important;
    }
    .multiplevideos .play-btn-cell {
        margin-top:0!important;
    }
    
    .input-wrapper.custom_landing{
        display: none;
    }
    .input-wrapper.custom_landing.landing-mobile {
        display: block!important;
    }
    .what-is-cancer-section p{
        font-size: 15px;
        line-height: 24px !important;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .input-wrapper.custom_landing
    {
        margin-bottom: 10px;
        margin-top: -5px;
    }
    .cancer_landing_pages label
    {
        display: block;
        width: 100%;
    }
    .cancer_landing_pages a.button_link.jump-link-button
    {
        margin-top: 14px;
        font-size: 14px;
        margin-right: 3.5px;
    }
    body .media-item-rw.multiplevideos button,body .media-item-rw.multiplevideos .general-button {
        width:48% !important;
        height: auto!important;
    }
    .multiplevideos .play-btn-cell {
        margin-top:0!important;
    }
    .input-wrapper.custom_landing.landing-mobile {
        display: none;
    }
    .col-6_sm-12_md-12_xl-6.resource-section {
        width: 50%;
        max-width: 50%;
    }
     .hero-banner-frontpage .banner-content h1 
        {
            font-size: 1.5rem!important;
        }
        .welcome-XpertPatientPopUp{
            top: 33% !important;
            min-width: 80%;
        }
        h3.custom-popup-title.text-center{
            font-size:20px;
        }
}
/*iPad Air*/
@media (min-width: 820px) and (max-width: 1180px) {
    .cancer_landing_pages a.button_link.jump-link-button
    {
        margin-top: 14px;
        font-size: 14px;
        margin-right: 7.5px;
    }
    body .media-item-rw.multiplevideos button,body .media-item-rw.multiplevideos .general-button 
    {
        width:48% !important;
        height: auto!important;
    }
    .multiplevideos .play-btn-cell {
         margin-top:0!important;
    }
    .input-wrapper.custom_landing.landing-mobile {
        display: none;
    }
    .col-6_sm-12_md-12_xl-6.resource-section {
        width: 50%;
        max-width: 50%;
    }
    /*banner*/
    .welcome-XpertPatient{
        margin-top: -20px;
    }
    .hero-banner-frontpage .banner-content span{
        font-size: 17px;
    }
    .welcome-XpertPatientPopUp{
            top: 33% !important;
            min-width: 80%;
        }
       h3.custom-popup-title.text-center{
            font-size:20px;
        }
       
}

@media (min-width: 1024px) and (max-width:1366px) and (orientation:portrait) {
    .cancer_landing_pages a.button_link.jump-link-button{
                width: 23.5%;
        align-items: center;
        justify-content: center;
        margin-right:8.5px;
    }
    body .media-item-rw.multiplevideos button,body .media-item-rw.multiplevideos .general-button {
    width:48% !important;
    height: auto!important;
}
    .multiplevideos .play-btn-cell {
        margin-top:0!important;
    }
    .input-wrapper.custom_landing.landing-mobile {
    display: none;
}
}
@media (min-width: 1024px) and (max-width:1366px) and (orientation:landscape) {}
.media-item-rw.singleVideo button:hover {
    background: #fff !important;
}
.media-item-rw.singleVideo button {position:relative;}
.singleVideo .play-icon-wrapper{    position: absolute;
    top: 25%;
    background: #0096D8;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;}
.singleVideo .video-content{text-align:left;}
.singleVideo .play-icon-image img{margin-top: 17px;}
.singleVideo h4{
        font-size: 18px;
    line-height: 22px;
    margin: 2px 0;
}
body .singleVideo p, body .singleVideo ul li {
    line-height: 22px;
}
.media-item-rw.multiplevideos button,.media-item-rw.multiplevideos .general-button {
    width: 200px!important;
        height:150px;
        border-color:#17225a!important;
            background: transparent!important;
}
.media-item-rw.multiplevideos button, .media-item-rw.multiplevideos .general-button{ background: transparent!important;}
.media-item-rw.multiplevideos .general-button .audio-btn{ border-color:#17225a!important;}
.media-item-rw.multiplevideos .background-thumb {
        width: 200px!important;
    }
.media-item-rw.multiplevideos button.prefer-btn:hover,.media-item-rw.multiplevideos .audio-btn:hover {
    background: #fff;
}
.general-tab.diagnosis-tab-block ul.tabs li.active {
    background-color: #17225a;
    
}
.qs-block-icon svg {
    background-color: #17225a;
    /* stroke: #3e6ca3; */
    border: 1px solid  #17225a;
}
.resources-say.news-section {
    display: block;
}
button.btn-small.prefer-btn.prefer-video-button.audioCheckClass {
    border-color: #17225a !important;
}
body .general-tab .audio-btn img.background-thumb, body .general-tab button img.background-thumb {
        width: 110px;
        height: 85px;
    }
select, .form-wrapper span.select2.select2-container.select2-container--default{
    margin-bottom:10px;
}
.jum-button.col-12_md-12_xs-12.about-links-section {
    padding: 0!important;
}
.diagnosis-btn-container button {
    margin-top: 10px;
    margin-bottom: 10px;
}
.jum-button.col-12_md-12_xs-12.about-links-section a.active
{
        background-color: #17225a;
        color: #ffffff;
        text-decoration: none;
}
.gif-image.singleImageTab {
    margin-top: 8px!important;
}
.video-content {
    min-height: 95px;
}
.cancer-videos figure.video-with-content p {
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tab_container .grid.conarea .gif-wrapper img {
    max-width: 300px;
    margin-top: 20%;
}
    body .about-links .jump-link-button {
        font-family: 'InterMedium' !important;
    }
@media (min-width: 1200px) {
    .about-links-section .about-links{
     display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .cancer_landing_pages {
    margin: 0;
    width: 100%;
}
.media-item-rw.singleVideo button {width:460px!important; position:relative;}
body .about-links .jump-link-button{    
    width: 100px!important;
    text-align: center;
    display: block!important;padding:6px 0!important;
     font-size: 18px !important;
      font-family: 'InterMedium' !important;
      margin-right:6px!important;
}
}
.input-wrapper.custom_landing.landing-mobile {
    display: none;
}
}

.diagnosis-col-container h1 {
  font-size: 33px;
}

.diagnosis-col-container h2 {
  font-size: 33px;
}

.diagnosis-col-container h3 {
  font-size: 33px;
}

.diagnosis-col-container h4 {
  font-size: 33px;
}

.diagnosis-col-container h5 {
  font-size: 33px;
}

.diagnosis-col-container h6{
  font-size: 33px;
}
h2.section-heading
{
    font-size: 33px!important;
}
@media (max-width: 575px) {
    .diagnosis-col-container h1 {
  font-size: 16px!important;
}

.diagnosis-col-container h2 {
  font-size: 16px!important;
}

.diagnosis-col-container h3 {
  font-size: 16px!important;
}

.diagnosis-col-container h4 {
  font-size: 16px!important;
}

.diagnosis-col-container h5 {
  font-size: 16px!important;
}

.diagnosis-col-container h6{
  font-size: 16px!important;
}
h2.section-heading
{
    font-size: 16px!important;
}
}
@media only screen and (min-width: 768px) {
  .landing_pages_adv {
    margin-top: 28rem;
  }
}

/*custom end*/
/*banner*/

.menu-toggle {
    background-color: #002060;
    border-radius: 4rem;
    padding: 0.6rem 0.5rem;
}

.inner-banner{
   padding:20px;
}

.inner-banner, .mobile-inner-banner{
    background-color:#17225a;
}

/* cancer block  */
.what-is-cancer-block h1,.what-is-cancer-block h2,.what-is-cancer-block h3,.what-is-cancer-block h4,.what-is-cancer-block h5,.what-is-cancer-block h6
{
    margin: 0.1em 0!important;
}

.what-is-cancer-block{
    border: 1px solid #3e6ca3;
    padding:0.5rem 1.5rem;
    margin: 2rem 0 1.5rem;
}
.what-is-cancer-section .chemotherapy-block{
    background-color: #E2F3FF;
    padding: 1rem;
}
.chemotherapy-block h4{ margin-bottom: 0;}
.chemotherapy-block p{ margin-top: 0;}
.CancerSurvivalRate{
    padding: 1rem 8vw;
    margin-bottom: 60px;
}
.CancerSurvivalRate h2.grid{
    justify-content: space-around;
    gap: 1rem;
}
.CancerSurvivalRates{
    background-color: #457299;
    color: #fff;
    padding: 2rem;
    text-align: center;
}
.CancerSurvivalRates h2{ color: #fff;  margin-bottom: 0;}
.CancerSurvivalRates .grid .col-4_md-4_xs-12{
    padding: 1rem 2.5rem;

}
.CancerSurvivalRates .grid p{ display: flex; justify-content: space-between; margin: 0.25rem 0; border: 1px solid #5483ad; padding: 0.5rem;}
.ads-auto-center{
    padding: 3rem 1rem;
    display: flex;
    justify-content: center;
}