/var/www/hkosl.com/eba/view/contact.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>

<html lang="en-HK" prefix="og: http://ogp.me/ns#">



<head>
    <title>Pets Central - Animal Hospitals & 24-Hour Emergency Clinics</title>
    <!-- css -->

    <?php include 'inc/headlinks.php';?>

    <!-- js -->

    <?php include 'inc/link-js.php';?>

</head>



<body>



    <!-- header -->

    <?php include 'inc/navbar.php';?>

    <!-- end of header-->





    <!-- breadcrumb -->

    <div class="breadcrumb" style="background-image:url(../assets/images/breadcrumb_bg.jpg);">

        <div class="breadcrumbWrapper">
            <div class="container">
                <p class="breadcrumbTitle text-center m-3 h3">CONTACT US </p>

                <div class="breadcrumbLink">

                    <a href="index.php" class="blueFont"> Home</a> / <span class="garyFont">Contact Us</span>

                </div>

            </div>
        </div>

    </div>

    <section class="productWrap">
        <div class="container">
            <div class="boxContactWrap">
                <div class="contactForm">
                    <h4 class="mb-4 bold garyFont">Send Message</h4>
                    <div class="form-group">
                        <label for="Name">Name</label>
                        <input type="text" class="form-control" id="Name" aria-describedby="Name" placeholder="">
                    </div>
                    <div class="form-group">
                        <label for="email">Email</label>
                        <input type="email" class="form-control" id="email" aria-describedby="email" placeholder="">
                    </div>
                    <div class="form-group">
                        <label for="BillingAddress">Address</label>
                        <textarea class="form-control" id="BillingAddress" rows="3"></textarea>
                    </div>
                    <button type="button" class="btn btn-primary mt-4">Send</button>
                </div>
                <div class="contactText">
                    <h4 class="mb-4 bold whiteFont">EMERGENCY</h4>
                    <p class="whiteFont small">Please call our 24/7 Emergency Hospital directly at +852 2811 8907 (North
                        Point
                        Hospital) or +852
                        2792 0833 (Sai Kung Hospital) you are experiencing an emergency or critical care concerns that
                        need to be addressed immediately.

                    </p>
                    <ul class="iconList">
                        <li class="small whiteFont"><i class="fas fa-phone"></i>
                            (852) 2309 8905
                        </li>
                        <li class="small whiteFont"><i class="fas fa-fax"></i>
                            (852) 2264 0398
                        </li>
                        <li>
                            <a href="mailto:retail@pets-central.com;" tagret="_blank" class="whiteFont small nowrap"><i
                                    class="fas fa-envelope"></i>
                                retail@pets-central.com</a>
                        </li>
                    </ul>
                    <hr class="borderBlue">
                    <p class="bold whiteFont small mb-0">Office Hours:</p>
                    <p class="small whiteFont">
                        Monday to Friday
                        (9 am to 6 pm)
                        We are closed on Saturdays, Sundays and public holidays.</p>

                    <div class="mediaWrap justify-content-end">
                        <a href="#" class="mediaItem">
                            <i class="fab fa-youtube"></i>
                        </a>
                        <a href="#" class="mediaItem">
                            <i class="fab fa-instagram"></i>
                        </a>
                        <a href="#" class="mediaItem">
                            <i class="fab fa-twitter"></i>
                        </a>
                    </div>
                </div>

            </div>



        </div>
    </section>












    <!-- end #section -->





    <!-- footer -->

    <?php include 'inc/footer.php';?>







</body>







</html>