.cb.banner .dform.loading:after {
    z-index: 999999;
}
.cd-info a.cta {
    display: block;
    background-color: #ececec;
    font-size: 20px;
    line-height: 50px;
    border-radius: 5px;
    margin: 12px;
    text-decoration: none;
    color: #e00132;
    border: 1px solid #e00132;
}
.cd-info {
    text-align: center;
}

.allFeaPage.topband.dform {
    box-shadow: none;
    background: none;
}

.allFeaPage.topband .formset {
    box-shadow: none;
}
#commonHeader, #customers, #allFea, .btmBar, #btmscroll{
    display: block;
}

    .roi-strip {
        max-width: 1100px;
        margin: 20px auto;
        border-radius: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .roi-strip.light {
        background: #d8eafd;
        border: solid #D9E7FF 1px;
    }

    .roi-strip.dark {
        background: #0F183C;
        border-color: #217EFF;
    }

    .roi-strip .picture {
        width: 70%;
        min-height: 216px;
        background-position: center center;
        background-size: 100% 220px;
        border-radius: 0px 30px 30px 0px;
        background-repeat: no-repeat;
    }

    .roi-strip .caption {
        width: 55%;
        padding: 40px 0px 40px 40px;
    }

    .roi-strip .caption a.cta {
        border-radius: 6px;
        text-transform: capitalize;
        position: relative;
        background: #0085FF;
        display: block;
        max-width: 230px;
        text-align: center;
        padding: 12px 4px;
        border-radius: 8px;
        color: #fff;
        text-decoration: none;
        margin: 15px 0px 0px;
        font-weight: 500;
        font-size: 16px;
        min-width: 200px;
    }

    .roi-strip.light .caption a.cta {
        background: #0085FF;
    }

    .roi-strip.dark .caption a.cta {
        background: #fff;
        color: #000;
    }

    .roi-strip.light .picture {
        background-image: url(https://www.manageengine.com/products/desktop-central/./images/acheive-442-roi-ec-light.png);
    }

    .roi-strip.dark .picture {
        background-image: url(https://www.manageengine.com/products/desktop-central/./images/acheive-442-roi-ec-dark.png);
    }

    .roi-strip .caption h3 {
        font-size: 24px;
        font-weight: 400;
        line-height: 35px;
    }

    .roi-strip.light .caption h3 {
        color: #000 !important;
    }

    .roi-strip.dark .caption h3 {
        color: #fff !important;
    }

    .roi-strip .caption a.cta img {
        fill: #fff;
        margin: 0px 0px 0px 8px;
        position: absolute;
        top: 18px;
        right: 30px;
    }

    .roi-strip.light .caption a.cta img {
        filter: brightness(0) invert(1);
    }

    .roi-strip.dark .caption a.cta img {
        filter: brightness(0) saturate(100%);
    }

    @media screen and (max-width: 708px) {

        .roi-strip .caption,
        .roi-strip .picture {
            width: 100%;
        }

        .roi-strip {
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
        }

        .roi-strip.light .picture {
            margin: 0px auto 20px;
            border-radius: 30px;
        }

        .roi-strip.light .picture {
            background-color: #e5eeff;
        }

        .roi-strip.light .dark {
            background-color: transparent;
        }
    }
