<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
        <title>Quantum X Client Suspension</title>
        <!-- Bootstrap -->
        <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha256-bZLfwXAP04zRMK2BjiO8iu9pf4FbLqX6zitd+tIvLhE=" crossorigin="anonymous" />
        <!-- Customize CSS-->

        <!-- Google Font -->
        <link href="https://fonts.googleapis.com/css?family=Poppins:400,700" rel="stylesheet">

        <style>
            html {
              height: 100%;
              box-sizing: border-box;
            }
            body {
                font-family: 'Poppins', sans-serif;
                background-color: #efefef;
                font-weight: 400;
                color: #333;
                margin-top: 50px;
                margin-bottom: 30px;
            }
            .content {
                display: flex;
                height: 100%;
                align-items: center;
                background-color: #fff;
                padding-top: 70px;
                padding-bottom: 70px;
            }
            .inner-content {

            }
            h1 {
                font-size: 50px;
                font-weight: 400;
            }
            h2 {
                font-size: 20px;
                font-weight: 400;
                color: #1880d6;
            }
            h2 > span {
                font-size: 45px;
                font-weight: 700;
            }
            p {
                color: #3f3d56;
                font-size: 16px;
                margin-top: 30px;
            }
            p > span {
                color: #1880d6;
            }
        </style>

    </head>
    <body>
		<div class="content container">
			<div class="row inner-content">
				<div class="col-md-5 col-md-offset-1">
		    		<img src="https://www.quantumx.com/client-suspended/oops.svg" class="img-responsive center-block">
				</div>
			    <div class="col-md-5">
				    <h1>Oops...!</h1>
				    <h2>Your account has <br/><span>been temporarily suspended.</span></h2>
				    <br>
				    <hr>
				    <p>To reactivate this service, you may call our Sales Department at <span>+63908 812 8657 / +63908 812 8659</span> or send us an email over at <span>billing@quantumx.com.</span></p>
			    </div>
			</div>
		</div>
        <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
        <script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
        <!-- Include all compiled plugins (below), or include individual files as needed -->
        <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
    </body>
</html>
