MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.149.250.65
Web Server : Apache
System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : ppcad7no ( 715)
PHP Version : 8.2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/ppcad7no/hafinserv.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/hafinserv.com/pay-now.php
<!DOCTYPE html>
<html lang="en">
<head>
    <meta name="viewport" content="width=device-width,initial-scale=1.0" />
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
   <?php include "top-links.php";?>
	<title>Pay Now</title>
	<meta name="description" content="Pay Now"/>
    <!--<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">-->
<style>
    #payment .pay-flex{
        display: flex;
        justify-content: start;
        align-items: center;
        text-align: center;
    }
    #payment .pay-flex img{
        width: 33px;
        margin-right: 15px;
    }
    #payment .pay-flex p{
       padding-top: 15px;
    }
    #payment .pay-flex h6{
       
        margin-right: 15px;
       
    }
    #payment .pay-flex input{
        margin-bottom: 10px;
    }

    #payment .pay-btn{
        border: none;
        outline: none;
        color: #ffffff;
        background-color: #020E2A;
        padding: 10px 25px;
        border-radius: 8px;
        float: left;
        font-weight: 700;
    }
    #payment .row{
        border: 1px solid #020E2A;
        box-sizing: border-box;
        padding: 10px;
    }
    /* .payment-inner h6{
        border-bottom: 1px solid #ff4838;
    } */

    #payment .sec-head{
        border-bottom: 1px solid #020E2A;
        width: 100%;
     padding-bottom: 12px;
    }

    #payment  .payment-inner{
        border-right: 1px solid #020E2A;
        width: 100%;
    }
   #payment .payment-inner:last-child{
        border-right: none;
    }
    
    #payment .pay-flex a ,
    #payment .pay-flex p{
        color:#0e0e0e;
        text-decoration:none;
        font-weight:600;
    }
    
    .pyt-btm h4{
        color:#E31E28;
        text-align:start;
    }
    
    
    
</style>

</head>
<body>
    
<?php include "header.php";?>

 <div class="pagehding-sec">
		<div class="pagehding-overlay"></div>
		<div class="container">
			<div class="row">
				<div class="col-md-12">
					<div class="page-heading">
						<h1>Pay Now</h1>
						<ul>
							<li><a href="<?php echo $wspath ?>index.html">Home</a></li>
							<li><a href="<?php echo $wspath ?>career.html">Pay Now</a></li>
						</ul>
					</div>
				</div>
			</div>
		</div>
	</div>

    <section id="payment">
        <div class="container py-4">
            <h2 class="mheading  text-center">Please Select Your Mode of Payment</h2>
            <div class="row mb-4">
                <h6 class="text-center sec-head">Wallet/QR Code/UPI (Google Pay/Phone Pay/Paytm/Bhim UPI) etc.</h6>
                <div class="col-lg-6">
                    <div class="payment-inner text-center">
                        <h4 class="text-danger">  Utkarsh Professional
                             Intelligence and Security 
                             Services Pvt. Ltd</h4>
                        <img src="images/pay-now-upis.png" class="w-80" alt="">
                        <p></p>
                        <div class="s-img">
                            <img src="images/g-pay.png" alt="">
                            <img src="images/phone-pay.png" alt="">
                            <img src="images/pytm1.png" alt="">
                        </div>
                    </div>
                </div>
                <div class="col-lg-6">
                    <div class="payment-inner text-center">
                        <div class="img-w-txt">
                            <span class="pay-flex">
                                <img src="images/g-pay.png" alt="">

                                <p>9695767313</p>
                            </span >
                            <span class="pay-flex">
                                <img src="images/phone-pay.png" alt="">
                                <p>9695767313</p>
                            </span>
                            <span class="pay-flex">
                                <img src="images/pytm1.png" alt="">
                                <p>9695767313</p>
                            </span>
                        </div>
                        <div class="pyt-btm">
                            <h4 class="text-start py-2" >After Payment Please Send Screenshot On Our Whats App Number</h4>
                            <span class="pay-flex">
                              <img src="img/wp-icon.png" width="50px" class="whatsapp-float-btn">
                             <a href="https://wa.me/<?php echo $datac['whatsapp'] ?>"><?php echo $datac['whatsapp'] ?></a>
                            </span>
                            <!--<span class="pay-flex">-->
                            <!--    <h6>Transaction Ref. No :</h6>-->
                            <!--    <input type="text" placeholder="Enter Your Transaction No">-->
                            <!--</span>-->
                           
                            <!--<span class="pay-flex">-->
                            <!--    <h6>Attach Screenshot :</h6>-->
                            <!--    <input type="file">-->
                            <!--</span>-->
                            <!--<button class="pay-btn">Submit</button>-->
                        </div>
                        
                    </div>
                </div>
            </div>
        </div>
    </section>
    
   
        
        


        <?php include "footer.php";?>
    <!--<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>-->

</body>
</html>

MMCT - 2023