/* NP Dosig page css */

div#two-options-container {
    max-width: 1124px;
    margin: 0 auto;
}

#dosing-sec2-cont>div {
    max-width: 839px;
    margin: 0 auto;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 1px 1px 23.5px 0 #F55958;
    margin-top: 60px;
    padding: 36px 36px 36px 10px;
    margin-bottom: 60px;
    display: flex;
}

#dosing-sec2-cont>div>div.imagelist {
    width: 28%;
    border-right: 1px solid rgba(140, 140, 140, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#dosing-sec2-cont>div>div.title {
    width: 72%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
}

#dosing-sec2-cont div.imagelist h3 {
    background: var(--Gradient_3, linear-gradient(121deg, #FF7F32 23.98%, #F55958 49.17%, #EF426F 83.53%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-family: 'Poppins';
    font-weight: 700;
}

#calendar-text>h2 {
    font-size: 24px;
    color: #003865;
    font-family: 'Poppins';
    line-height: 36px;
    font-weight: 700;
}

#calendar-text>h2 span {
    font-weight: 400;
}

.two-admin-section {
    max-width: 512px;
    height: 52px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
    border: 2px solid var(--Orange-orange, #FF592D);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.two-admin-section p {
    font-size: 24px;
    line-height: 36px;
    font-family: 'Poppins';
    color: #003865;
    text-transform: uppercase;
    font-weight: 700;
}

.dosing-pens-container {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
    gap: 65px;
    margin-bottom: 60px;
}

.dosing-pens-container p {
    font-family: 'Poppins';
    color: #003865;
    font-size: 18px;
    line-height: 18px;
}

.dosing-pens-sec2 p {
    border-radius: 100px;
    border: 2px solid #FF592D;
    background: #FFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    font-family: 'poppins';
    padding: 6px;
}

.dosing-pens-sec2 {
    height: 100%;
    height: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/content/dam/intelligentcontent/brands/tezspirehcp/us/en/nasal-polyps-sua-assets/images/dosing/line.png) no-repeat;
    background-position-x: center;
}

.dosing-pens-sec3 {
    margin-left: -30px;
}

.dosing-pens-sec3 p {
    margin-bottom: 16px;
}

.dosing-pens-footnote p {
    font-size: 15px;
    line-height: 21px;
    font-family: 'roboto-condensed';
    color: #35383F;
}

.dosing-pens-footnote {
    margin-bottom: 60px;
}

#syringe-section .dosing-pens-footnote sup {
    font-family: 'Montserrat';
    font-size: 10px;
}

div.dosing-pens-footnote>p:nth-child(2) {
    margin-bottom: 8px;
    text-indent: -6px;
    padding-left: 6px;
}

#np-clinical-trial-designs #main-cc-data-container h2 sup {
    font-family: system-ui;
    font-weight: bold;
}

@media only screen and (max-width:991px) {
    #dosing-sec2-cont>div {
        flex-direction: column;
        padding: 0 36px 36px 36px;
        min-height: 514px;
        max-height: 514px;
        gap: 50px;
    }

    #dosing-sec2-cont>div>div.imagelist,
    #dosing-sec2-cont>div>div.title {
        width: 100%;
        border-right: none;
        text-align: center;
        padding: 0;
        margin: 0;
    }

    #dosing-sec2-cont {
        padding: 0 24px;
    }

    #dosing-sec2-cont>div>div.imagelist {
        border-bottom: 1px solid rgba(140, 140, 140, 0.5);
    }

    #dosing-sec2-cont .imagelist p {
        margin-bottom: 50px;
    }

    .two-admin-section p {
        font-size: 18px;
        line-height: 24px;
    }

    div#syringe-section {
        padding: 0 24px !important;
    }

    .dosing-pens-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    div#syringe-section img {
        max-width: 100% !important;
    }

    .dosing-pens-sec2 {
        background: url(/content/dam/intelligentcontent/brands/tezspirehcp/us/en/nasal-polyps-sua-assets/images/dosing/line-horizontal.png) no-repeat;
        background-position-y: center;
        background-position-x: center;
        width: 100%;
    }

    #dosing .ctcLinkText {
        font-size: 28px;
    }

    #dosing .dosingPageNavWrap .pageRow .theCal.one {
        width: 43% !important;
    }

    #dosing .dosingPageNavWrap .pageRow .theCal.two {
        width: 57%;
    }

    #dosing .tabFootNote {
        width: calc(100% - 17px) !important;
    }
}

#syringe-section>div.dosing-pens-container>div.dosing-pens-sec3>p>sup>b {
    font-size: x-small;
}

/* Coverage finder css here */
@media screen and (min-width: 992px) {
    #cv-finder-html-container {
        padding-left: 25px;
    }
}
/* Ends here */