When you see, that the enquiry cart or single product enquiry popup is not vertically aligned, then try adding this custom CSS:
div#enquiryCartModal {
padding-top: 300px
}
@media (max-width: 768px ) {
div#enquiryCartModal {
padding-top: 150px
}
}

