@media print {
    .help-main-container{
        margin-top: 60px;
        margin-left: -160px;
        margin-right: -160px;
    }
}
.help-main-container{
    max-width: 90rem;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
    .help-main-container{
        max-width: 90rem;
        padding: 0 20px;
    }

}

@media screen and (max-width: 1024px) {
    .help-main-container{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}
#help-accessibility-standard a, #help-quality-measure-para a{
    text-decoration: underline !important;
}
#help-title-para{
    color: #0D1C3D;
    font-family: 'Gotham 5r' !important;
    font-size: 26px;
    font-weight: 350;
    line-height: 32px;
    letter-spacing: -0.01em;
    margin: 0px;
    text-align: left;
    padding-bottom: 36px !important;
}
#help-subtitle-para{
    color: #0D1C3D;
    font-family: 'Gotham 3r';
    font-size: 18px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin-top: 0px;
    padding-bottom: 24px;
}
.help-accessibility p, .help-quality p, .help-pharmacy p{
    margin: 0 !important;
}

#help-subtitle-para {
    margin-bottom: 0px  !important;
}

#help-accessibility-para, #help-quality-para{
    font-family: 'Gotham 3r';
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0px;
}
#help-accessibility-standard, #help-quality-measure-para{
    font-family: "Gotham 3r";
    font-size: 18px;
    font-weight: 325;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0px;
    padding-bottom: 30px !important;
}
#help-pharmacy-para{
    font-family: 'Gotham 3r';
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: left;
    margin: 0px;
    padding-bottom: 36px !important;
}
.help-back-to-top{
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
}
#back-to-top{
    font-family: 'Gotham 5r';
    text-decoration: underline;
    font-size: 18px;
    font-weight: 350;
    line-height: 24px;
    letter-spacing: 0.01em;
    text-align: center;
    margin: 0px;
}
#help-bottom-para{
    margin: 0px;
    font-family: "Gotham 3r";
    font-size: 13px;
    font-weight: 325;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.help-hr{
    margin: 0px;
    margin-top: 48px;
    margin-bottom: 48px;
}
#hr-tag{
    margin: 0px;
}
:host ::ng-deep a { 
    cursor: pointer;
  }

a:hover {
    text-decoration: underline;
    color: #003B71;
    background: transparent; 
   
}
:host ::ng-deep p{
    margin: 0px 0px;
}
@media screen and (min-width: 767px) and (max-width: 1151px) {
    .help-main-container{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        margin-top: 25px;
        margin-bottom: 50px;
    }
    #help-title-para{
        color: #0D1C3D;
        font-family: 'Gotham 5r' !important;
        font-size: 20px;
        font-weight: 350;
        line-height: 28px;
        letter-spacing: -0.01em;
        margin: 0px;
        text-align: left;
        padding-bottom: 30px !important;
    }
    #help-subtitle-para{
        color: #0D1C3D;
        font-family: 'Gotham 3r';
        font-size: 16px;
        font-weight: 325;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin-top: 0px;
        padding-bottom: 20px;
    }
    #help-accessibility-para, #help-quality-para{
        font-family: 'Gotham 3r';
        font-size: 16px;
        font-weight: 325;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin: 0px;
    }
    #help-accessibility-standard, #help-quality-measure-para{
  
        font-family: "Gotham 3r";
        font-size: 16px;
        font-weight: 325;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin: 0px;
        padding-bottom: 30px !important;
    }
    #help-pharmacy-para{
        font-family: 'Gotham 3r';
        font-size: 16px;
        font-weight: 350;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin: 0px;
        padding-bottom: 30px !important;
    }
    .help-back-to-top{
        width: 100%;
        max-width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: flex-end;
        margin: 0px;
    }
    #back-to-top{
        font-family: 'Gotham 5r';
        font-size: 18px;
        font-weight: 350;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: center;
        margin: 0px;
    }
    #help-bottom-para{
        margin: 0px;
        font-family: "Gotham 3r";
        font-size: 12px;
        font-weight: 325;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 0px;
    }
    .help-hr{
        margin: 0px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #hr-tag{
        margin: 0px;
    }
}
@media screen and (max-width: 766px) {
    .help-main-container{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 0;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    #help-title-para{
        color: #0D1C3D;
        font-family: 'Gotham 5r' !important;
        font-size: 20px;
        font-weight: 350;
        line-height: 28px;
        letter-spacing: -0.01em;
        margin: 0px;
        text-align: left;
        padding-bottom: 24px !important;
        margin-top: 0px !important;
    }
    #help-subtitle-para{
        color: #0D1C3D;
        font-family: 'Gotham 3r';
        font-size: 16px;
        font-weight: 325;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin-top: 0px;
        padding-bottom: 16px;
    }
    #help-accessibility-para, #help-quality-para{
        font-family: 'Gotham 3r';
        font-size: 16px;
        font-weight: 325;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin: 0px;
    }
    #help-accessibility-standard, #help-quality-measure-para{
        font-family: "Gotham 3r";
        font-size: 16px;
        font-weight: 325;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin: 0px;
        padding-bottom: 30px !important;
    }
    #help-pharmacy-para{
        font-family: 'Gotham 3r';
        font-size: 16px;
        font-weight: 350;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: left;
        margin: 0px;
        padding-bottom: 24px !important;
    }
    .help-back-to-top{
        width: 100%;
        max-width: 100%;
        cursor: pointer;
        display: grid;
        justify-items: end;
        margin: 0px;
    } 
    #back-to-top{
        text-decoration: underline;
        width: 100%;
        max-width: 100%;
        font-family: 'Gotham 5r';
        font-size: 16px;
        font-weight: 350;
        line-height: 24px;
        letter-spacing: 0.01em;
        text-align: center;
        margin: 0px;
    }
    #help-bottom-para{
        width: 100%;
        max-width: 100%;
        margin: 0px;
        font-family: "Gotham 3r";
        font-size: 12px;
        font-weight: 325;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        padding-bottom: 40px !important;
    }
    .help-hr{
        margin: 0px;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    #hr-tag{
        margin: 0px;
    }
}