.banner {
    background: url("/assets/images/help-assets/ab-help-banner-bg.jpg") no-repeat center;
}

.banner .banner-wrap {
    padding: 110px 0
}

.f-48 {
    font-size: 48px;
}

.there {
    background-color: #eeeeee;
}

.there .there-wrap {
    padding: 80px 15px;
}

.there .left75 {
    max-width: 330px;
    margin-right: 7%;
    padding: 0;
}

.there .left75:last-child {
    margin-right: 0;
}

.there .row >div{
    margin-bottom: 65px;
}

.panel-body li {
    margin-bottom: 10px;
}

.cc-panel {
    margin-bottom: 0 !important;
}

.there .f-14 {
    color: #333;
}

@media (max-width: 1199px) {
    .there .left75 {
        margin-right: 4.5%;
    }
}

@media (max-width: 1024px) {
    .there .left75 {
        max-width: 300px;
        margin-right: 4.5%;
    }
}

@media (max-width: 991px) {
    .there .left75 {
        max-width: 100%;
        margin-right: 0;
    }

    .there .row:last-child {
        max-width: 100%;
    }
}

.special {
    background-image: linear-gradient(
            #ffffff,
            #ffffff),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
}

.special .special-wrap {
    padding: 95px 15px;
}

.special h2 {
    text-align: center;
    margin: 0 auto 60px auto;
}

@media (max-width: 991px) {
    .combination-box:first-child {
        margin-bottom: 15px;
    }
}

.cc-panel a:hover {
    color: #091871;
}