HI
Phish sites, in my experience, are usually cleared within the day as long as the issues/s have been fixed.
There are a few things to fix before submitting a review.
Can you check first, on the site, the link to Make Payment?
The
url posted on the site goes to a 404 page. Update that to the correct link or delete it if you are no longer using that service.
==============
Then fix the redirects.
Right now the http 301 redirects to the httpS.
The httpwww 301 redirects to the httpSwww.
And both the httpS and the httpSwww respond 200 OK.
Only one should. So decide which https version you prefer to use and 301 redirect the other to it.
------------------------------
Mixed Content.
All links on the httpS pages and images for your site must also use httpS.
Fix that. Typically this might not be critical but since the url is flagged as phishing, the bots / reviewers might be looking for all details to be correct.
Then ask for a review in search console, explaining what was done.
Thanks.