.cb.banner .flex {
    margin: auto;
    max-width: 1200px;
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}
.cb.banner h1 {
    line-height: 70px;
}
.strat h2{
   max-width: 800px;
}
.strat.report ul {
    max-width: 600px;
}
.cb.banner .dform.loading:after {
    z-index: 999999;
}
p.bt_cta .cta {
    display: block;
    background-color: #2bad1b;
    border-radius: 5px;
    line-height: normal;
    padding: 15px;
    max-width: 250px;
    margin: auto;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}

.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 {
        margin: 0px;
        border-radius: 6px;
        text-transform: capitalize;
        position: relative;
    }

    .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;
        }
    }

