Private
Server IP : 68.178.168.24  /  Your IP : 18.219.81.99
Web Server : Apache
System : Linux 24.168.178.68.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : realcarecert ( 1247)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/realcarecert/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/realcarecert/public_html//impartiality-statement.php
<?php 
include ('include/header.php');
?>
        <!--=========== breadcrumb Section Start =========-->
        <div class="sc-breadcrumb-style sc-pt-80 sc-pb-80">
            <div class="container position-relative">
                <div class="row">
                    <div class="col-lg-12">
                        <div class="sc-slider-content p-z-idex">
                            <div class="sc-slider-subtitle">Home - Impartiality Statement    </div>
                            <h1 class="slider-title white-color sc-mb-25 sc-sm-mb-15">Impartiality Statement    </h1>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!--=========== breadcrumb Section End =========-->

        <!--=========== about Section Start =========-->

        <!--=========== about Section End =========-->

        <!--=========== Working Process section Start =========-->
        




        <?php 
$sn=0;
$showdata="SELECT * FROM `tbl_banner` WHERE `banner_type`='10' ";
$showresult = mysqli_query($link,$showdata);
while($result = mysqli_fetch_array($showresult))

{
    $sn++;
?>


    


        <section class="pt-80 pb-150">
            <div class="sc-process-section-area position-relative">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-6 sc-pb-75 sc-md-pb-55">
                            <div class="sc-heading-area sc-mb-75 sc-md-mb-50">
                                <span class="sub-title"><i class="icon-line"></i>Impartiality Statement</span>
                                <h2 class="title">REALCARE ISO CERTIFICATION</h2>
                            </div>
                            <div class="sc-process-content-area">
                                <div class="row">
                                    <div class="col-lg-12">
                                    <?= $result['banner_name'];?>
                                    </div>
                                    
                                    
                                    
                                </div>
                            </div>
                        </div>
                        <div class="col-lg-6"></div>
                    </div>
                </div>
                <div class="sc-services-bg-left-one"></div>
                <div class="sc-services-bg-right-one sc-lg-hide" style="background-image: url('header-image/<?=$result['banner_image_name']; ?>');"></div>
            </div>
        </section>

<?php } ?>






        <!-- start why choose us section-->
        
        <!-- end why choose us section -->




  
    
        <!--=========== blog section End =========-->

        <?php 
       include ('include/footer.php');
       ?>
Private