.umain .app-banner .signup-box-wrap,
.app-banner .signup-box-wrap {
    display: none;
}

.non-umain .bnr-right .apps-access {
    display: flex;
}

/* Iframe style */
.signup-box-wrap {
    display: none;
}

.custom-iframe-sec {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
}

.custom-iframe-sec>h3 {
    padding: 20px 20px 0;
    font-size: 20px;
}

.custom-iframe-sec>iframe {
    display: block;
    border-radius: 0 0 20px 20px;
}

/* End Iframe style */
@media(max-width:991px) {

    .bnr-left,
    .bnr-right {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .bnr-left,
    .bnr-right {
        width: 100%;
    }

    .custom-iframe-sec>h3 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .custom-iframe-sec>h3 {
        padding: 15px 15px 0;
    }
}