Phone Number Validation Type
Phone validation using below criteria:
Number must contain at least 7 digits.
Number must contain at most 19 digits.
Number can start with +.
Number can contains whitespaces in between.
Number can contains () as second part of the number.
Number can contains - as a separator.