.main-container-wrapper #mini-panel-product_menu,
.header,
.product-header-top {
    display: none;
}

.menu-icon-help-header .product-title a,
.product-header-top .menu-icon-help-header .product-title a {
    color: #fff
}

.req-demo-wrapper {
    max-width: 1170px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}



.req-content-wrapper {
    max-width: 520px;
    width: 100%;
    padding: 60px;
    position: relative;
    padding: 120px 50px 120px 0px;
    color: #fff;
}

.heading-text h1 {
    font-size: 49px;
    margin: 60px 0 20px;
    color: #e0524d;
    max-width: 400px;
}

.req-content-wrapper ul {
    list-style: none;
    margin: 20px 0 0;
}

.req-content-wrapper ul li {
    background: url(/sites/default/files/creator-green-tick.png) no-repeat;
    background-position: 0px 5px;
    padding-left: 27px;
    background-size: 16px;
    padding-right: 0;
    margin: 0 0 20px;
}

.req-form-warp {
    max-width: 625px;
    width: 100%;
    padding: 120px 0 40px 100px;
    position: relative;
    box-sizing: border-box;
}

.req-form-wrapper {
    height: 100%;
}


/* .req-form-wrapper:before */

.req-content-wrapper:before {
    content: '';
    position: absolute;
    width: 190%;
    height: 100%;
    background: #1f1f1f;
    z-index: -1;
    right: 0;
    top: 0;
}
iframe {
    width: 100%;
    height: 100%;
}

@media screen and (max-width:991px) {
    .heading-text h1 {
        font-size: 36px;
        max-width: 300px;
        margin: 30px auto 20px;
    }

    .req-demo-wrapper {
        display: block;
        width: 100%;
    }

    .req-content-wrapper ul {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .req-content-wrapper {
        max-width: 100%;
        display: block;
        text-align: center;
        padding: 80px 0px 80px 0px;
    }

    .heading-text p {
        max-width: 490px;
        margin: 0 auto 50px;
    }
        .req-form-warp {
        max-width: 90%;
        width: 100%;
        padding: 100px 0 40px 0px;
        position: relative;
        box-sizing: border-box;
        height: 710px;
        margin: 0 auto;
    }

}

@media screen and (max-width:767px) {
    #block-panels-mini-product-menu {
        height: 0;
    }
    .req-content-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    .req-content-wrapper:before {
        position: absolute;
        width: 120%;
        height: 100%;
        top: 0;
        left: -20px;
    }

}