header {
    background-color: #f4f7fe;
}
.hero ul li {
    padding-bottom: 15px;
}
header .help-button{
    border: none !important;
    color: black !important;
}
.hero ul li .btn-primary {
    background-color: #fff;
    color: var(--font);
    border: none;
    border-bottom-width: 2px !important;
    border-bottom-style: solid !important;
    border-bottom-color: var(--primary-color);
    transition: background-color .2s ease;
    width: 100%;
    text-align: left;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    font-family: var(--open-sans);
}

.hero ul li .btn-primary:hover {
    background-color: var(--primary-color);
    color: #fff;
}

#offer .card {
    min-height: 190px;
}


.steps {
    background-color: #f7f8fa;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.steps .card {
    border: none;
    border-radius: 10px;
    max-width: 535px;
    margin-bottom: 60px;
}

.steps .float-container {
    position: relative;
    height: 58px;
    width: 58px;
}

section.steps {
    padding: 10px 0;
}

.steps .numbers {
    background-color: #3a72ed;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -45px;
    left: -45px;
    font-size: 32px;
    color: #ffff;
    /* padding: 5px 20px; */
}

.steps .card-body .heading h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: var(--open-sans);
    color: var(--font);
    margin-top: -25px;
}

.steps .card-body .list ul {
    margin-top: 10px;
    font-size: 16px;
    line-height: 2;
    color: var(--sec-font);
    list-style: none;

}

.steps .card-body .list ul li {
    display: flex;
}

.steps .card-body .list ul li span {
    display: inline-block;
    margin-left: 0.5rem;
}

.steps .card-body .list ul li::before {
    font-family: 'bootstrap-icons';
    content: '\F270';
    flex-shrink: 0;

}

.cta .btn-primary {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 0 0 10px 10px;
    font-family: var(--open-sans);
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #f4f7fe;
    outline: 0;
    box-shadow: none;
    color: var(--font);
}

.accordion-button:focus {
    background-color: #f4f7fe;
    outline: 0;
    box-shadow: none;
    color: var(--font);
}

.accordion-button {
    background-color: #f4f7fe;
    border-radius: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    border: none;
    color: var(--font);
    font-weight: normal;
}

.accordion-item {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
}

.accordion-body {
    background-color: #fff;
}

.bi-question-circle {
    margin-right: 8px;
    color: #0d6efd;
}

@media (max-width: 765px) {}

@media (max-width: 991px) {}

@media (max-width: 512px) {
    #partners img {
        width: 60px;
    }

    .steps .card-body .list ul {
        padding-left: 10px;
    }

    .steps .numbers {
        height: 80% !important;
        width: 85% !important;
        top: -38px !important;
        left: -40px !important;
        font-size: 26px !important;
        color: #ffff;
        padding: 5px 20px;
    }

    .accordion-button {
        background-color: #f4f7fe;
        border-radius: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 16px;
        font-weight: normal;
    }

    .steps .card {
        margin-bottom: 41px;
    }

    .steps .btn-primary {
        width: 88%;
    }

}

@media (min-width: 991px) {
    .site-index .hero {
        padding: 180px 0 120px 0;
    }
}