

.fa-arrow-circle-left {
    font-size: 40px;
}

.help-center .breadcrumb {
    font-weight: 600 !important;
    list-style: none;
    margin-top: 20px;
    display: flex;
    font-size: 16px;
    flex-wrap: wrap;
}

.help-center .breadcrumb a {
    text-decoration: underline;
    color: #00a7ce;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "../index.html");
    padding-left: 0.5rem;
}

.text-primary {
    color: #00a7ce !important;
}

.hc-qs-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;
}
.hc-qs-flex a {
    color: #6c757d;
    font-size: 24px;
    line-height: 120%;
    text-decoration: underline;
    width: fit-content;
    flex: 48%;
    font-weight: 500;
}
.help-title {
    text-align: left;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 50px;
    line-height: 120%;
}
.hc-footer {
    border-top: 1px solid #dee2e6;
    padding: 60px 0;
    max-width: 100%;
}
.hc-footer h4 {
    color: #007bff;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;
}
.hc-footer .d-md-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
}
.help-center .question {
    flex: 48%;
    width: fit-content;
    text-decoration: underline;
    color: #6c757d;
    font-size: 22px;
    font-weight: 500;
    transition: all 0.3s ease;
    line-height: 120%;
}
.help-center .question:hover {
    color: #ff9e16 !important;
}

.hc-contact {
    background-color: #ff9e16;
    text-align: center;
    display: block;
    margin-bottom: 0 !important;
    margin-top: 130px;
}
.hc-contact .container {
    padding: 47px 0;
}
.hc-contact h6 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.hc-contact .font-weight-bold {
    margin-top: 15px;
    font-weight: 700!important;
    text-decoration: underline;
}
.hc-footer .hc-wrap {
    padding-left: 60px;
}


.d-flex {
    display: flex;
}
@media (min-width: 992px) {
    .d-lg-flex {
        display: flex!important;
    }
}

.justify-content-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
.w-100 {
    width: 100%;
}
.flex-grow-1 {
    flex-grow: 1;
}
.flex-column {
    flex-direction: column;
}

.help-question .related-articles {
    padding-top: 50px;
    margin-bottom: 50px;
}

.help-question .related-articles h6 {
    color: #ff9e16;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 70px;
}
.help-question .related-articles .related-article {
    margin-bottom: 16px;
    font-weight: 400 !important;
}
.help-question .answer {
    font-weight: 400 !important;
    line-height: 36px !important;
}
.text-muted {
    color: #6c757d!important;
}
.text-uppercase {
    text-transform: uppercase!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.text-center {
    text-align: center!important;
}
.help-question #feedbackWrap .feedbackTitle {
    font-weight: 600 !important;
    margin-bottom: 24px;
}
.hcq-content {
    margin-bottom: 90px;
}
.justify-content-center {
    justify-content: center!important;
}
.help-question #feedbackWrap #feedbackResponse button {
    font-size: 1rem;
    font-weight: 600;
    color: #00a7ce;
    background-color: transparent;
    border-color: #00a7ce;
    border-width: 0.125rem;
    border-radius: 0.5rem !important;
    width: auto;
    padding: 0.5rem 40px;
}
#feedbackResponse span.mx-3 {
    margin: 0 24px;
}
#feedbackResponse {
    margin-bottom: 50px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.d-none {
    display: none!important;
}
.single-hcq_questions .hc-contact {
    margin-top: 0px;
}



@media (min-width: 992px) {
    .help-question .hcq-content,
    .help-question .related-articles {
        width: 48%;
        max-width: 600px;
    }
}
@media screen and (max-width: 1000px) {
    .hc-footer .d-md-flex {
        flex-direction: column;
    }
    .hc-qs-flex {
        gap: 25px 0;
    }
    .help-center .container {
        max-width: 720px;
        margin: auto;
    }
    .help-center .question {
        flex: 100%;
    }
    .help-question .related-articles h6 {
        margin-bottom: 30px;
    }
    .hcq-content {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .help-center .container {
        max-width: 540px;
        margin: auto;
    }
    .help-title {
        font-size: 32px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }    
    .help-center .question {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .help-title {
        font-size: 28px;
    }
    .help-center .question {
        font-size: 16px;
    }
    .hcq-content,
    .help-question .related-articles h6 {
        margin-bottom: 20px;
    }
}















/* main help center page */

.category-help-center .help-center.dashboard .hero-bg {
    background-image: url("../png/support-hero.png");
    background-position: center top;
    background-size: cover;
    height: 389px;
    background-position: center center;
    width: 100%;
}

.category-help-center .help-title {
    text-align: center;
    margin-top: 60px;
}
.category-help-center .help-title h1 {
    font-size: 56px;
    text-transform: uppercase;
}
.category-help-center .help-title .text-muted {
    margin-top: 20px;
    font-size: 24px;
    color: #6c757d;
    padding: 0 20px;
    line-height: 120%;
    font-weight: normal;
}
body:not(.category-help-center) .help-center {
    padding-top: 64px;
}

.category-help-center section.shadow-light .container > .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 70px;
}
.category-help-center section.shadow-light a {
    width: 33%;
    text-align: center;
    padding: 30px 30px;
    transition: background-color 0.5s ease;
}
.category-help-center section.shadow-light a:hover h6 {
    color: #fff;
}
.category-help-center section.shadow-light a:hover {
    text-decoration: underline;
    background-color: #ff9e16;
    color: #fff;
}
.category-help-center section.shadow-light h6 {
    font-weight: 700;
    font-size: 24px;
    color: #00a7ce;
}
.category-help-center .hc-contact {
    margin-top: 0;
}

@media screen and (max-width: 1000px) {
    .category-help-center section.shadow-light a {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .category-help-center .help-title .text-muted {
        font-size: 20px;
        margin-top: 10px;
    }
    .category-help-center .help-title h1 {
        font-size: 32px;
    }
    .category-help-center .help-title {
        margin-top: 30px;
    }
    section.shadow-light a {
        padding: 10px;
    }
    section.shadow-light h6 {
        font-size: 20px;
    }
}
@media screen and (max-width: 500px) {
    .category-help-center .help-title h1 {
        font-size: 28px;
    }
    .hc-footer .hc-wrap {
        padding-left: 30px;
    }
}










/* contact us page */

.page-template-contact-us-new .helpBilling h1 {
    font-size: 40px;
    color: #00a7ce !important;
    font-weight: 800;
}


