.indication-container {
    max-width: 100% !important;
    background-color: #0063c3;
    padding: 12px 0 !important;
}
.indication-container >.component-content {
    max-width: 1140px;
    margin: 0 auto;
}
.indication-container .plain-html p {
    font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif;
    color: #ffffff;
    line-height: 1.3;
    margin-left: 25px;
    max-width: 65%;
}
.indication-container .row > div:nth-child(2) {
    flex: 1;
}
.how-to-use {
    margin: 0 20px 35px;
    max-width: 1185px;
    background: #ffffff;
    padding: 30px 72px 12px 32px;
    border-radius: 5px;
}
.how-to-use-heading {
    color: #2b7dcd;
    font-size: 28px;
    font-family: "MyriadPro-Light", Arial, Helvetica, sans-serif;
    margin-bottom: 22px;
}
.enroll-section {
    flex: 0.6;
    border-right: 2px solid #f1f1f1;
    padding-right: 15px;
    margin-right: 35px;
}
.enroll-section >.row {
    margin-bottom: 0 !important;
}
.enroll-section .row > div:nth-child(2) {
    flex: 1;
}
.copay-section {
    flex: 1;
}
.copay-section >.row {
    margin-bottom: 0 !important;
}
.copay-section .row > div:nth-child(2) {
    flex: 1;
}
.enroll-heading,
.copay-heading {
    font-size: 1.125rem;
    font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif;
    color: #0063c3;
    color: #4b4b4c;
    margin-bottom: 10px;
}
.enroll-section ul li,
.copay-section ul li {
    font-family: "MyriadPro-Light", Arial, Helvetica, sans-serif;
    line-height: 1.33;
    text-align: left;
    color: #4b4b4c;
    font-size: 1rem;
    margin-bottom: 7px;
}
.enroll-section .row,
.copay-section .row {
    gap: 25px
}
.enroll-section ul,
.copay-section ul {
    list-style: disc;
    margin-left: 20px;
}
.enroll-section .link {
    margin-top: 40px;
}
.enroll-section .link a {
    font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    padding: 10px 15.2px 11px 27.5px;
    background-color: #88c765;
    text-decoration: none;
    border-radius: 4px;
}
.enroll-section .link a::after {
    content: ' ';
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 12.2px;
    height: 12.2px;
    margin: 3.3px 0 -0.7px 17.3px;
    transform: rotate(-45deg);
}
.if-eligible {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 15px;
    padding-bottom: 4px;
}
.supporting-patients .modal-close {
    background: none;
    border: none;
    position: relative;
    cursor: pointer;
    float: right;
}
.supporting-patients .modal-close::after {
    content: "×";
    font-size: 34px;
    color: #70706f;
    position: absolute;
    top: -22px;
    right: 5px;
    font-weight: bold;
}
 .supporting-patients {
    display: none;
}
#therapies-we-support-modal {
    position: fixed;
    height: 100%;
    top: 0px;
    z-index: 10;
    justify-content: center;
}
#therapies-we-support-modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.65);
    max-width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    margin: 0;
}
#therapies-we-support-modal >.component-content {
    max-width: 1250px;
    max-height: 490px;
    margin: 0 auto;
    background-color: #fff;
    padding: 33px 30px 0 25px;
}
#amgenassist-home .main-container .column-splitter .col-4 ul li strong {
    font-family: "MyriadPro-Semibold", Arial, Helvetica, sans-serif;
}
.supporting-patients .plain-html .component-content {
    color: #2b7dcd;
}
.text-center {
    text-align: center;
}
#amgenassist-home .main-container .column-splitter .col-4 .main__heading_section .dt-show {
    font-family: "MyriadPro-Light", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    padding-right: 5px;
}
#amgenassist-home .main-container .view-terms-para {
    margin-top: -15px;
}
.terms-conditions-popup .modal-close::after {
    font-size: 34px;
    color: rgb(112,112,111);
}
.header-nav .container .component-content .column-splitter .header__text .plain-html .component-content {
    padding-top: 5px;
}
.header-nav .container .component-content .column-splitter .header__logo {
    padding-right: 0;
}
#amgenassist-home .main-container .column-splitter .col-8 .component .component-content .patient_img_top {
    background-position-x: 60%;
}
#therapies-we-support-modal >.component-content {
    padding: 35px 0 35px 20px;
}
.supporting-patients .modal-close::after {
    right: 22px;
}
.barnd-logo-container > div:nth-child(4),
.barnd-logo-container > div:nth-child(8),
.barnd-logo-container > div:nth-child(12) {
    min-width: 100px;
}
.barnd-logo-container {
    max-width: 712px;
}
/*Media query starts here*/
@media screen and (max-width: 991px) {
    .indication-container >.component-content {
        padding: 0 20px;
    }
    .indication-container .plain-html p {
        max-width: 100%;
        font-size: 14px;
    }
    .how-to-use {
        padding: 20px;
        max-width: 93%;
        margin: 0 auto 17px;
    }
    .enroll-section .row, .copay-section .row {
        flex-direction: row !important;
    }
    .enroll-section {
        padding-bottom: 40px;
        margin-bottom: 30px;
        border-bottom: 2px solid #f1f1f1;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
    .enroll-section .link {
        margin-top: 25px;
    }
    .supporting-patients .modal-close::after {
        font-size: 30px;
        top: -60px;
        right: -10px;
        font-weight: bold;
    }
    #therapies-we-support-modal >.component-content {
        max-width: 100%;
        overflow-y: auto;
    }
    #amgenassist-home .main-container .view-terms-para {
        margin-top: 0;
    }
    #amgenassist-home .main_mobTop {
        flex-direction: column-reverse;
    }
    #amgenassist-home .main_mobTop .patient_img_top-mob {
        margin-bottom: 0;
    }
    #amgenassist-home .main_mobTop .hcp_mg_top-mob {
        margin-bottom: 12px;
    }
    .header-nav .container .component-content .column-splitter .header__logo {
        padding-right: 5px;
    }
    #therapies-we-support-modal >.component-content {
        padding: 33px 30px 0 25px;
    }
    .supporting-patients .modal-close::after {
        right: -10px;
    }
    .barnd-logo-container > div:nth-child(4),
    .barnd-logo-container > div:nth-child(8),
    .barnd-logo-container > div:nth-child(12) {
        min-width: 200px;
    }
    .barnd-logo-container {
        max-width: 800px;
    }
}