
    .Wqr3038-modal {
        display: block;
        position: fixed;
        z-index: 999999;
        text-align: center;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.6);
    }

    .Wqr3038_win7depre-popup-main {
        color: #000000;
        z-index: 9999999;
        width: 920px;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-35%, 0%);
    }

    /* The Close Button */
    .Wqr3038_close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }

    .Wqr3038_close:hover,
    .Wqr3038_close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


    .Wqr3038_win7depre-popup-wrapper {
        background-color: #fefefe;
        position: absolute;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .Wqr3038_w7d-section {
        width: 50%;
        float: left;
        text-align: right;
        height: 300px;
        display: table-cell;
        vertical-align: middle;
    }

    .Wqr3038_close {
        position: absolute;
        right: 3px;
        top: -3px;
        cursor: pointer;
    }

    .Wqr3038_close:hover {
        color: #fff;
    }

        @media screen and (max-width: 768px) {
        
        .Wqr3038_win7depre-popup-wrapper {
            position: relative !important;
        }
        .Wqr3038_close {
            left: 30px;
            top: 5px !important;
        }

    }
