<!DOCTYPE html>
<html lang="en">

    <head>
        <title>Account Suspended</title>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="shortcut icon" type="image/x-icon" href="https://www.basezap.com/wp-content/themes/basezap/images/favicon.ico">
        <link href="https://fonts.googleapis.com/css?family=Montserrat:700%7COpen+Sans:400,600" rel="stylesheet">
        <style>
            *, ::after, ::before {
                box-sizing: border-box;
                margin: 0;
                padding: 0;
            }
            .container {
                width: 100%;
                max-width: 1140px;
                padding-right: 15px;
                padding-left: 15px;
                margin-right: auto;
                margin-left: auto;
            }
            .align-items-center {
                -ms-flex-align: center!important;
                align-items: center!important;
            }           
            .row {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-right: -15px;
                margin-left: -15px;
            }
            .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-12 {
                position: relative;
                width: 100%;
                padding-right: 15px;
                padding-left: 15px;
            }			
            .col-lg-5 {
                -ms-flex: 0 0 41.666667%;
                flex: 0 0 41.666667%;
                max-width: 41.666667%;
            }
            .col-lg-6 {
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }
            .col-lg-7 {
                -ms-flex: 0 0 58.333333%;
                flex: 0 0 58.333333%;
                max-width: 58.333333%;
            }
            .col-lg-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }
            .pb-5, .py-5 {
                padding-bottom: 3rem!important;
            }
            .pt-5, .py-5 {
                padding-top: 3rem!important;
            }
            .error-page-header {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                z-index: 1;
                padding: 15px 0;
                border-bottom: 1px solid #ddd;
            }
            .navbar-brand {
                display: inline-block;
                padding-top: .3125rem;
                padding-bottom: .3125rem;                            
            }
            .site-logo {
                width: 180px;
                float: right;
            }
            .site-logo img {
                width: 100%;
            }
            .page-error {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #fff;
                padding-top: 130px !important;
            }
            .page-error img {
                width: 380px;
            }
            .error-heading h2 {
                margin-bottom: 1rem;
                font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
                font-weight: 700;
                color: #47495a;
                font-size: 32px;
            }
            .error-heading>h2>span {
                display: block;
                color: red;
            }
            .error-heading>p{
                font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
                font-size: 1em;
                line-height: 1.6em;
                color: #6b7c93;
                font-weight: 400;
                margin-bottom: 1rem;
            }
            .error-heading>p>a{
                color: red;
            }
            .page-default {
                background: #1ad86a;
            }
            .default-box-ss {
                display: flex;
                align-items: center;
                margin-bottom: 20px;
                background: #fff;
                box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
                padding: 15px;
                border-radius: 8px;
                min-height: 126px
            }
            .default-box-ss img {
                height: 80px;
                margin-right: 15px;
                border-radius: 50%;
                box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
            }
            .default-box-ss h3 {
                font-size: 14px;
                margin-bottom: 5px;
                font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
                color: #333;
            }
            .default-box-ss p {
                font-size: 13px;
                margin-bottom: 0;
                font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
                font-weight: 400;
                color: #333;
            }
            .default-box-ss p>a {
                color: #333;
            }
            footer {
                padding: 28px 0;
                text-align: center;
            }
            .copyright {
                color: #939393;
                font-weight: 400;
                font-size: 13px;
                font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
            }
            footer a {
                text-decoration: none;
                color: #939393;
            }

            @media (max-width: 991px){
                .error-heading>h2>span {
                    display: inline-block; 
                }                
                .page-error img {
                    width: 300px;
                }
                .col-lg-6 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
            @media (max-width: 767px){	
                .page-error {                    
                    text-align: center;
                }
                .page-error img {
                    margin-bottom: 30px;
                }
                .col-lg-5, .col-lg-7, .col-lg-12 {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
                .default-box-ss p {
                    overflow-wrap: anywhere;
                }
            }
        </style>

    </head>
    <body>
        <header class="error-page-header">
            <div class="container">
                <div class="row">
                    <div class="col-lg-12">					
                        <a class="navbar-brand site-logo" href="https://www.basezap.com">
                            <img src="https://www.basezap.com/wp-content/themes/basezap/images/logo.png" alt="basezap logo">
                        </a>
                    </div>
                </div>
            </div>
        </header>
        <section class="page-error pt-5 pb-5">
            <div class="container">			
                <div class="row align-items-center">
                    <div class="col-lg-5">
                        <img src="https://www.basezap.com/wp-content/uploads/2020/05/ac-suspended-2.png" alt="" class="img-fluid">                    
                    </div>
                    <div class="col-lg-7">
                        <div class="error-heading">
                            <h2><span>OOPS! Account Suspended </span></h2>
                            <p>This Account has been suspended.</p>
							<p>It could be due to any of the following reasons given below.</p>
                           
                        </div>
                    </div>                
                </div>
            </div>
        </section>

        <section class="page-default pt-5 pb-5">
            <div class="container">			
                <div class="row">
                    <div class="col-lg-6">
                        <div class="default-box-ss">
                            <img src="https://www.basezap.com/wp-content/uploads/2020/05/cc-payment.png" alt="" class="img-fluid">
                            <div class="dc-content">
                                <h3>CREDIT CARD VERIFICATION</h3>
                                <p>You may not have completed your Credit Card verification process. We recommend you to log in to your <a href="https://my.basezap.com/clientarea.php">Client area</a> and look at your Support Tickets.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6">
                        <div class="default-box-ss">
                            <img src="https://www.basezap.com/wp-content/uploads/2020/05/payment-overdue.png" alt="" class="img-fluid">
                            <div class="dc-content">
                                <h3>PAYMENT OVERDUE</h3>
                                <p>You may be overdue on a payment. Please pay your Invoices. You can log in to your <a href="https://my.basezap.com/clientarea.php">Client area</a> and look at your Overdue Invoices. </p>                                
                            </div>
                        </div>
                    </div> 
                    <div class="col-lg-6">
                        <div class="default-box-ss">
                            <img src="https://www.basezap.com/wp-content/uploads/2020/05/malware.png" alt="" class="img-fluid">
                            <div class="dc-content">
                                <h3>MALWARE</h3>
                                <p>Your website or your account may have been detected with malware or with something which abuses our policies. If this is the case, you should be able to see a mail regarding this in your inbox and ticket in the <a href="https://my.basezap.com/clientarea.php">Client area</a>.</p>
                            </div>
                        </div>
                    </div>
                    <div class="col-lg-6">
                        <div class="default-box-ss">
                            <img src="https://www.basezap.com/wp-content/uploads/2020/05/contact-us.png" alt="" class="img-fluid">
                            <div class="dc-content">
                                <h3>CONTACT US</h3>
                                <p>We're very flexible for our customers, Drop us a mail at <a href="/cdn-cgi/l/email-protection#8afeefe9e2e4e3e9ebe6cae8ebf9eff0ebfaa4e9e5e7" target="blank"><span class="__cf_email__" data-cfemail="334756505b5d5a50525f73515240564952431d505c5e">[email&#160;protected]</span></a> for any help or for anything you require.</p>                                
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <footer>
            <div class="container">                                   
                <div class="copyright">Copyright © 2024 
                    <a href="https://www.basezap.com/" target="blank" title="BaseZap"> BaseZap.com</a>. 
                    All Rights Reserved
                </div>                
            </div>
        </footer>

    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
</html>
