
.check-lists li::before{
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    background: url("/ccwqualifyfirst/public/assets/images/tick-red.png") no-repeat left center;
    left: 0;
    top: 3px;
    background-size: contain;
}
.preogress_cus,
.sub-header{
    display: none !important;
}
p:not(:last-child){
    margin-bottom: 10px;
}
.faq-question, .faq-answer {
    margin-bottom: 40px;
}
.faq-question p{
    font-family: 'Helvetica';
    font-size: 20px;
}
.faq-question p a{
    transition: all 300ms ease-in-out;
    cursor: pointer;
    color: #000;
}
.faq-question p a:hover{
    color: #00f !important;
}
.faq-answer h3{
    font-family: 'Helvetica-Bold';
    font-size: 20px;
    margin-bottom: 20px;
}
.faq-answer p{
    font-size: 20px;
    line-height: 30px;
}
.faq-answer ul{
    padding-left: 17px;
    padding-top: 10px;
}
.faq-answer ul li{
    list-style-type: disc;
    font-family: 'Helvetica';
    font-size: 20px;
    padding-bottom: 6px;
}
.faq-answer a{
    color: #00f !important;
    text-decoration: underline !important;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 5px;
    line-break: anywhere;
}
