/* FAQ css starts */
/* CSS: /content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/css/faq.css */
/* id: #faq */

/* Banner - STARTS */
#faq #prostate-cancer--banner,
#glossary #prostate-cancer--banner {
    background: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/faq/mb_faq-banner.png')  no-repeat center;
    background-size: 100% 100%;
}
/* Banner - ENDS */



/* FAQ Accordion - STARTS */

#faq-container {
    max-width: 1312px;
    padding: 0 16px;
    margin: 0 auto;
    padding-bottom: 32px;
}

#faq-container .cmp-accordion__title {
    font-family: 'Sora', sans-serif !important;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #250E62;
}

#faq-container .cmp-accordion__item {
    position: relative;
    border-top: 2px solid #00A6AA;
    padding-bottom: 24px !important;
}

#faq-container .toggle-accordion .collapse-all, 
#faq-container .toggle-accordion .expand-all {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2C2C2C;
    padding-bottom: 24px;
}

#faq-container .cmp-accordion__button--expanded .cmp-accordion__icon::before{
    content: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/faq/collapse-icon.svg');
    position: relative;
    margin-right: 0px;
}

#faq-container .toggle-accordion .collapse-all::before {
    content: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/faq/collapse-icon.svg');
    position: relative;
    margin-right: 8px;
}

#faq-container .cmp-accordion__icon::before{
    content: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/faq/expand-icon.svg');
    position: relative;
    margin-right: 0px;
}

#faq-container .cmp-accordion__button .cmp-accordion__icon {
    padding-right: 0;
}

#faq-container .toggle-accordion .expand-all::before {
    content: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/faq/expand-icon.svg');
    position: relative;
    margin-right: 8px;
}

#faq-container .toggle-accordion .collapse-all::before,
#faq-container .toggle-accordion .expand-all::before {
    top: 10px;
}

#faq-container .cmp-accordion__button {
    padding: 18px 0;
}

#faq-container .cmp-accordion__panel {
    padding: 0;
}

    #faq .treatment-update-text {
    background: #EAF0FD;
    padding: 24px 16px;
    margin-bottom: 16px !important;
    border-radius: 16px;
    text-align: center;
    color: #2C2C2C;
}

#faq .toggle-accordion {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 24px;
}

#faq .toggle-accordion .collapse-all,#faq .toggle-accordion .expand-all {
    display: block !important;
}

/* FAQ Accordion - ENDS */

#faq .buttons-sp {
    letter-spacing: -0.1px;
    /* justify-content: left !important; */
    text-align: left;
    padding: 8px 31px !important;
    gap: 4px !important;
}

.faq-space {
    letter-spacing: -0.4px !important;
}

.faq-text-indent {
    text-indent: -8px;
    padding-left: 7px;
}

#faq .inline-text{
    display: inline;
}

#faq .faq-space-btw {
    margin-top: 24px !important;
}

#faq .desktop-banner {
    display: none;
}

#faq #banner-section {
    position: relative;
    max-height: 332px;
    min-height: 332px;
}

#faq .mobile-banner {
    display: block;
}

#faq #banner-section h1 {
    color: #FEFFFD;
    font-size: 28px !important;
    line-height: 32px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 70.3%;
    left: 7%;
    padding: 11px 0 0 29px;
}

#faq .faq-ph-no a {
    color: #250E62 !important;
    text-decoration: none;
}

#faq span.not-phone-no,#faq .weight-bold {
    font-weight: 700 !important;
    color: #250E62 !important;
}

#faq span.span-txt-in {
    text-indent: 0 !important;
    font-weight: 700;
    color: #250E62 !important;
}

#faq .weight-bold {
    display: none;
}

#faq a.phone-no.indigo-color {
    text-decoration: none !important;
    color: #250E62 !important;
    font-weight: 700;
}

#faq span.not-phone-no a{
    color: #250E62 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* Desktop - STARTS */
@media screen and (min-width: 992px) {
    #faq #prostate-cancer--banner,
    #glossary #prostate-cancer--banner {
        background: url('/content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/images/faq/faq-banner.png')  no-repeat center;
        background-size: 100% 100%;
    }

    #faq-container {
        padding-bottom: 40px;
    }

    #faq-container .toggle-accordion .collapse-all, 
    #faq-container .toggle-accordion .expand-all {
        font-weight: 600;
    }
    
    #faq .treatment-update-text {
    background: #EAF0FD;
    padding: 24px 16px;
    margin-bottom: 16px !important;
    border-radius: 16px;
    text-align: center;
    color: #2C2C2C;
}

#faq .toggle-accordion {
    display: flex;
    align-items: end;
    justify-content: end;
    gap: 24px;
}

#faq .toggle-accordion .collapse-all,#faq .toggle-accordion .expand-all {
    display: block !important;
}

#faq .buttons-sp {
    letter-spacing: 0;
    text-align: unset;
    padding: 8px 8px !important;
    gap: 4px !important;
}

.faq-space {
    letter-spacing: -0.3px !important;
}

#faq .inline-text{
    display: inline;
}

#faq .faq-space-btw {
    margin-top: 32px !important;
}

#faq #banner-section h1 {
    color: #FEFFFD;
    font-size: 32px !important;
    line-height: 40px !important;
    font-weight: 400 !important;
    position: absolute;
    top: 35%;
    left: 4%;
    padding: 12px 0 0 20px;
}

#faq #banner-section{
    position: relative;
    max-height: 280px;
    min-height: 280px;
}


#faq .desktop-banner {
    display: block;
}

#faq .mobile-banner {
    display: none;
}

#faq span.not-phone-no,#faq .weight-bold {
    font-weight: 700 !important;
    color: #250E62 !important;
}

#faq span.span-txt-in {
    text-indent: 0 !important;
    font-weight: 700;
    color: #250E62 !important;
}

#faq .weight-bold {
    display: inline-block;
}

}
/* Desktop - ENDS */





/* Glossary css starts */
/* CSS: /content/dam/intelligentcontent/brands/truqap-dtc/us/en/pc-indication/css/faq.css */
/* id: #glossary */


/*compatibility*/

@media screen and (min-width:1201px) and (max-width:1350px) {
    
#faq-container {
    max-width: unset;
    margin: 0 40px;
}    

#faq .wrapper {
    max-width: unset;
    padding: 0 16px;
    margin: 0 40px;
}
    
}

@media screen and (min-width:991px) and (max-width:1200px) {
    
#faq-container {
    max-width: unset;
    margin: 0 30px;
}    

#faq .wrapper {
    max-width: unset;
    padding: 0 16px;
    margin: 0 30px;
}
    
}

@media screen and (min-width:320px) and (max-width:374px) {
    
#faq-container .toggle-accordion .collapse-all, #faq-container .toggle-accordion .expand-all {
    font-size: 16px;
}    
    
}

/*compatbility banner section*/

@media screen and (min-width: 1441px) and (max-width: 2560px) {
    
#faq .desktop-banner {
    display: block;
    width: 100%;
}

#faq #banner-section {
    position: relative;
    max-height: unset;
    min-height: unset;
}

}

@media screen and (min-width: 1201px) and (max-width: 1439px) {
    
#faq .desktop-banner {
    display: block;
    width: 100%;
}

#faq #banner-section {
    position: relative;
    max-height: unset;
    min-height: unset;
}

#faq #banner-section h1 {
    font-size: 27px !important;
    line-height: 34px !important;
}

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    
#faq .desktop-banner {
    display: block;
    width: 100%;
}

#faq #banner-section {
    position: relative;
    max-height: unset;
    min-height: unset;
}

#faq #banner-section h1 {
    font-size: 22px !important;
    line-height: 26px !important;
}

}

@media screen and (min-width:376px) and (max-width:991px) {
    
#faq .desktop-banner {
    display: none;
}

#faq .mobile-banner {
    display: block;
    width: 100%;
}

#faq #banner-section {
    position: relative;
    max-height: unset;
    min-height: unset;
}

}

@media screen and (min-width:320px) and (max-width:374px) {
    
#faq .desktop-banner {
    display: none;
}

#faq .mobile-banner {
    display: block;
    width: 100%;
}

#faq #banner-section {
    position: relative;
    max-height: unset;
    min-height: unset;
}

#faq #banner-section h1 {
    font-size: 24px !important;
    line-height: 28px !important;
}

}
