.cust-popup-form{
    /* position: fixed; */
    /* left: 35%; */
    /* top: 20%; */
    width: 30%;
}
.cust-form-closer{
    position: absolute;
    width: 28%;
}
.popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.popup-wrapper .popup-window-close-icon:after{
    position: unset;
}