html {
    height: 100%;
}
body {
    height: 100%;
}
.section-madlan {
    height: 100%;
}
.madlan {
    height: 100%;
}
.rtl {
    direction: rtl;
}

.text-rtl {
    text-align: right;
}


.iframe-win {
    margin: 50px auto 0px auto;
    /* background-color: aquamarine; */
    height: 100%;
    width: 100%;

}

iframe {
    border-style: none;
    border-width: 0px;
    border-color: none;
    height: 100%;
    width: 100%;
}

@media (max-width: 1020px) {
    .iframe-win {
        margin: 10px 0px 0px 0px;
        /* background-color: aquamarine; */
        height: 100%;
        width: 100%;
        padding: 0px;
    
    }
    .madlan {
        height: 100%;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    html {
        height: 100%;
        width: 100%;
    }
    body {
        height: 100%;
        width: 100%;
    }
    .section-madlan {
        height: 100%;
        width: 100%;
    }
}