.aprix-modal-wrapp {
    display: none;
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.aprix-modal-wrapp .form .body {
    padding: 25px 60px;
}

.aprixJqmOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3001;
    opacity: .7 !important;
    background: #3a3f44;
}

.modal-popup {
    position: relative;
    z-index: 3002;
}