.faq_wrapp .accordion_1 .panel .panel-title a {
    font-family: 'Poppins' !important;
    font-size: 16px;
}

.page-content p {
    font-family: 'Poppins';
    font-size: 16px;
}

#faq-accordion p {
    font-family: 'Poppins';
    font-size: 15px;
}

/* canada how it works start */
.hiw-section .title {
    margin-bottom: 35px;
}

.hiw-section {
    padding: 40px 20px;
    font-family: 'Poppins';
}

.hiw-section .step-wrap {
    display: table;
    width: 100%;
}

.hiw-section .step-left {
    display: table-cell;
    width: 52px;
    vertical-align: top;
}

.hiw-section .step-body {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 16px;
}

.hiw-section .step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffc107;
    color: #7a5a00;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    font-family: 'Poppins';
    line-height: 40px;
}

.hiw-section .step-num.done {
    background: #fff;
    border: 2px solid #ffc107;
    color: #b38600;
    line-height: 36px;
}

.hiw-section .step-line-wrap {
    text-align: center;
    padding: 4px 0;
    margin-left: -11px;
}

.hiw-section .illus-icons .icon-circle i {
    font-size: 16px;
    color: #ffc107;
}

.hiw-section .step-line {
    display: inline-block;
    width: 2px;
    height: 51px;
    background: #ffc107;
    opacity: 0.3;
}

.hiw-section .step-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 12px 16px;
    margin-left: 12px;
}

.hiw-section .step-card h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #222;
}

.hiw-section .step-card p {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.6;
    font-family: "poppins";
}

.hiw-section .step-card a {
    color: #b38600;
}

.hiw-section .illus-wrap {
    background: #fffbf0;
    border: 1px solid rgba(255, 193, 7, 0.35);
    border-radius: 14px;
    padding: 48px 20px;
    text-align: center;
}

.hiw-section .illus-icons .illus-icon-box {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.hiw-section .illus-icons .icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff7e0;
    border: 1px solid rgba(255, 193, 7, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px;
}

.hiw-section .illus-icons .icon-label {
    font-size: 11px;
    color: #b38600;
    font-family: "poppins";
}

.hiw-section .illus-label {
    font-size: 12px;
    font-weight: 500;
    color: #b38600;
    font-family: "poppins";
    margin: 14px 0 0;
}

.hiw-section .step-card h4 {
    margin-top: 0px;
    font-family: 'Poppins';
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 6px;
    font-size: 16px;
}

/* canada how it works end */

.logo-creation-section .pricing_wrapp {
    margin-bottom: 0px !important;
}

.mobile-package-top-space {
    margin-top: 30px;
}

.normalHeading {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0px;
}

@media (max-width: 767px) {

    .inner-text p,
    .Ontario_list-register-business li,
    .faq_wrapp .accordion_1 .panel .panel-title a {
        font-size: 13px !important;
    }

    .hiw-section .step-card h4 {
        font-size: 13px;
        line-height: 20px;
    }

    .normalHeading {
        font-size: 18px;
        line-height: 28px;
    }
}


.banner-wrapper .content-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 60px;
    background-position: right;
    background-size: contain;
    border-left: 1px solid var(--border);
    position: relative;
    overflow: hidden;
    background-image: url(../imgs/initial-return-filling.webp);
    background-repeat: no-repeat;
}