-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBL_Fashion.html
More file actions
718 lines (710 loc) · 54.4 KB
/
BL_Fashion.html
File metadata and controls
718 lines (710 loc) · 54.4 KB
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
<!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.0">
<title>Croodle Up</title>
<!-- Bootstrap CDN link -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- Fontawesome CDN link -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<!-- Slick CSS -->
<link rel="stylesheet" href="css/slick.css">
<link rel="stylesheet" href="css/slick-theme.css">
<!-- Responsive CSS link -->
<link rel="stylesheet" href="css/pro.css">
<link rel="stylesheet" href="css/responsive.css">
<!-- Main CSS link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Start Header Area -->
<section class="header shadow" id="header">
<div class="container-fluid hPadding">
<!-- 1st Menu -->
<nav class="navbar navbar-expand-lg navbar-light py-0 bg-white">
<a class="navbar-brand" href="#"><img src="image/logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav border menuSearch p-0 mr-1">
<li class="nav-item dropdown">
<a class="nav-link drop-center dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<span><i class="fas fa-house-user"></i></span> Bangalore
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0 ml-1 border menuSearch">
<div class="input-group">
<span class="input-group-text" id="basic-addon1"><i class="fas fa-search"></i></span>
<input type="text" class="form-control border-0" placeholder="Search for Services" aria-label="Username" aria-describedby="basic-addon1">
</div>
</form>
<ul class="navbar-nav drop-center text-center menu ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Partner up</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Login</a>
</li>
</ul>
<div class="menuIcon d-flex justify-content-center align-items-center mlIcon">
<div class="profileIcon">
<div class="dropdown">
<button class="btn btn-secondary dropdown-toggle" type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex flex-column justify-content-center align-items-center">
<i class="fas fa-user"></i>
<p class="m-0 mt-1">Profile</p>
<div class="notifyArea">
<span class="notify">2</span>
</div>
</div>
</button>
<div class="profileHover">
<div class="dropdown-menu pt-0" aria-labelledby="dropdownMenuButton">
<div class="seperator user wBg">
<h4 class="dropdown-item">Welcome</h4>
<div class="d-flex dropdown-item justify-content-between align-items-center">
<div class="userInfo">
<h6>John Smith</h6>
<p style="font-size: 12px">johnsmith.23@gmail.com</p>
<a href="#" class="rText">Edit Account <i class="fas fa-caret-right"></i></a>
</div>
<div class="userImg">
<img src="image/smith-1.png" alt="" class="img-fluid">
</div>
</div>
</div>
<div class="seperator">
<a class="dropdown-item" href="#">My Directory</a>
<a class="dropdown-item" href="#">My Orders</a>
<a class="dropdown-item" href="#">My Coupons</a>
<a class="dropdown-item" href="#">My Wishlist</a>
</div>
<div class="">
<a class="dropdown-item" href="#">My Payment</a>
<a class="dropdown-item" href="#">My Addresses</a>
<div class="d-flex">
<a class="dropdown-item" href="#">My Notifications</a>
<span class="notify">2</span>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cartIcon">
<div class="d-flex flex-column justify-content-center align-items-center menuActive">
<i class="fas fa-shopping-cart"></i>
<p class="m-0 mt-1">Cart</p>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="container-fluid px-0">
<!-- 2nd Menu -->
<nav class="navbar navbar-expand-lg navbar-light rBg hPadding menuTwo">
<button class="navbar-toggler ml-auto mr-0 mr-md-5" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse px-4" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item active dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex align-items-center">
<i class="fas fa-briefcase"></i>
<span class="mx-2">Business Listing</span>
<i class="fas fa-angle-down"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex align-items-center">
<i class="fas fa-briefcase"></i>
<span class="mx-2">Product Listing</span>
<i class="fas fa-angle-down"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex align-items-center">
<i class="fas fa-briefcase"></i>
<span class="mx-2">Events</span>
<i class="fas fa-angle-down"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex align-items-center">
<i class="fas fa-briefcase"></i>
<span class="mx-2">Coupons</span>
<i class="fas fa-angle-down"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex align-items-center">
<i class="fas fa-briefcase"></i>
<span class="mx-2">Finance</span>
<i class="fas fa-angle-down"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<div class="d-flex align-items-center">
<i class="fas fa-briefcase"></i>
<span class="mx-2">Documents</span>
<i class="fas fa-angle-down"></i>
</div>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
</ul>
</div>
</nav>
</div>
</section>
<!-- End Header Area -->
<!-- Start Fashion Listing title -->
<section class="container-fluid px-0 pLBanner">
<div class="row">
<div class="col-12">
<div class="pLwrap">
<img src="image/bl_fashion_banner.jpg" alt="" class="img-fluid w-100">
<div class="pLtext">
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="#">All</a></li>
<li class="breadcrumb-item active" aria-current="page">Business listing</li>
<li class="breadcrumb-item active" aria-current="page">Fashion</li>
</ol>
</nav>
<h3 class="mb-3">Fashion Listings title</h3>
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Fashion Listing title -->
<!-- Start Wishlist Area -->
<section class="innerSection">
<div class="containerSm">
<div class="row">
<div class="col-12">
<div class="inner">
<div class="innerTitle">
<h3>Browse Fashion business</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="row">
<div class="col-12 text-right d-block d-lg-none mb-5">
<!-- Button trigger modal -->
<button type="button" class="btn btn-primary rBg border-0" data-toggle="modal" data-target="#exampleModal">
<span><i class="fas fa-filter"></i> Filter</span>
</button>
<!-- Modal -->
<div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="sortNav bg-white shadow-lg p-3">
<ul class="nav flex-column">
<li class="nav-item bdBottom py-2">
<a class="nav-link font-weight-bold bText text-left" href="#">Filter By</a>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Ratings</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Service</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Value rating</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Quality rating</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Refunding</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Price</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Customer Choice</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<button type="button" class="btn rBg border-0 text-white mt-3 py-3">Apply now</button>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-12 d-lg-block d-none">
<div class="sortNav bg-white shadow-lg p-3">
<ul class="nav flex-column">
<li class="nav-item bdBottom py-2">
<a class="nav-link font-weight-bold bText text-left" href="#">Filter By</a>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Ratings</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Service</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Value rating</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Quality rating</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Refunding</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Price</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<li class="nav-item bdBottom py-2 d-flex justify-content-between align-items-center">
<a class="nav-link bText" href="#">Customer Choice</a>
<i class="fas fa-angle-down mr-3 rText"></i>
</li>
<button type="button" class="btn rBg border-0 text-white mt-3 py-3">Apply now</button>
</ul>
</div>
</div>
<div class="col-lg-9 col-12">
<div class="row mb-4">
<div class="col-12">
<div class="d-flex justify-content-end align-items-center">
<div class="mr-3">
<p class="m-0">Sort By :</p>
</div>
<div class="sortContent">
<div class="dropdown">
<button class="btn btn-light btn-bDrop btn-lg dropdown-toggle text-left " type="button" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Featured
</button>
<div class="dropdown-menu text-left" aria-labelledby="dropdownMenuButton">
<a class="dropdown-item" href="#">Another</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="directoryContent mt-0">
<div class="card mb-5 mb-lg-3">
<div class="row no-gutters pr-lg-3">
<div class="col-12 col-lg-4">
<img src="image/Marks-Spencer.png" class="card-img" alt="" style="height: 100%;">
</div>
<div class="col-12 col-lg-8">
<div class="row align-items-center">
<div class="col-lg-9 col-12 text-left">
<div class="card-body bg-white">
<div class="d-flex align-items-center">
<i class="fas fa-map-marker-alt iconColor"></i>
<p class="m-0 ml-3">Bangalore, Karnataka</p>
</div>
<h5 class="card-title my-1">Marks & Spencer</h5>
<p class="card-text m-0">Marks and Spencer Group plc is a major British multinational retailer with headquarters in London, England, that specialises in selling clothing, home products and food products, mostly of its own</p>
<p class="card-text my-2">Deals with : Fashion <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Clothing <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Shopping</p>
<div class="d-flex flex-wrap align-items-center justify-content-start justify-contetnt-lg-start rText">
<button type="button" class="btn px-0 rText border-right pr-2"><i class="fas fa-share-alt"></i> Share this Business</button>
<button type="button" class="btn rText border-right px-0 pr-2 px-md-2">Request a Call Back</button>
<button type="button" class="btn px-0 rText ml-md-2"><i class="far fa-bookmark"></i> Bookmark this business</button>
</div>
</div>
</div>
<div class="col-lg-3 col-12 pb-3 pb-lg-0">
<button type="button" class="btn btn-block rBg border-0 text-white">View Deals</button>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-5 mb-lg-3">
<div class="row no-gutters pr-lg-3">
<div class="col-12 col-lg-4">
<img src="image/Marks-Spencer.png" class="card-img" alt="" style="height: 100%;">
</div>
<div class="col-12 col-lg-8">
<div class="row align-items-center">
<div class="col-lg-9 col-12 text-left">
<div class="card-body bg-white">
<div class="d-flex align-items-center">
<i class="fas fa-map-marker-alt iconColor"></i>
<p class="m-0 ml-3">Bangalore, Karnataka</p>
</div>
<h5 class="card-title my-1">Marks & Spencer</h5>
<p class="card-text m-0">Marks and Spencer Group plc is a major British multinational retailer with headquarters in London, England, that specialises in selling clothing, home products and food products, mostly of its own</p>
<p class="card-text my-2">Deals with : Fashion <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Clothing <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Shopping</p>
<div class="d-flex flex-wrap align-items-center justify-content-start justify-contetnt-lg-start rText">
<button type="button" class="btn px-0 rText border-right pr-2"><i class="fas fa-share-alt"></i> Share this Business</button>
<button type="button" class="btn rText border-right px-0 pr-2 px-md-2">Request a Call Back</button>
<button type="button" class="btn px-0 rText ml-md-2"><i class="far fa-bookmark"></i> Bookmark this business</button>
</div>
</div>
</div>
<div class="col-lg-3 col-12 pb-3 pb-lg-0">
<button type="button" class="btn btn-block rBg border-0 text-white">View Deals</button>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-5 mb-lg-3">
<div class="row no-gutters pr-lg-3">
<div class="col-12 col-lg-4">
<img src="image/Marks-Spencer.png" class="card-img" alt="" style="height: 100%;">
</div>
<div class="col-12 col-lg-8">
<div class="row align-items-center">
<div class="col-lg-9 col-12 text-left">
<div class="card-body bg-white">
<div class="d-flex align-items-center">
<i class="fas fa-map-marker-alt iconColor"></i>
<p class="m-0 ml-3">Bangalore, Karnataka</p>
</div>
<h5 class="card-title my-1">Marks & Spencer</h5>
<p class="card-text m-0">Marks and Spencer Group plc is a major British multinational retailer with headquarters in London, England, that specialises in selling clothing, home products and food products, mostly of its own</p>
<p class="card-text my-2">Deals with : Fashion <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Clothing <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Shopping</p>
<div class="d-flex flex-wrap align-items-center justify-content-start justify-contetnt-lg-start rText">
<button type="button" class="btn px-0 rText border-right pr-2"><i class="fas fa-share-alt"></i> Share this Business</button>
<button type="button" class="btn rText border-right px-0 pr-2 px-md-2">Request a Call Back</button>
<button type="button" class="btn px-0 rText ml-md-2"><i class="far fa-bookmark"></i> Bookmark this business</button>
</div>
</div>
</div>
<div class="col-lg-3 col-12 pb-3 pb-lg-0">
<button type="button" class="btn btn-block rBg border-0 text-white">View Deals</button>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-5 mb-lg-3">
<div class="row no-gutters pr-lg-3">
<div class="col-12 col-lg-4">
<img src="image/Marks-Spencer.png" class="card-img" alt="" style="height: 100%;">
</div>
<div class="col-12 col-lg-8">
<div class="row align-items-center">
<div class="col-lg-9 col-12 text-left">
<div class="card-body bg-white">
<div class="d-flex align-items-center">
<i class="fas fa-map-marker-alt iconColor"></i>
<p class="m-0 ml-3">Bangalore, Karnataka</p>
</div>
<h5 class="card-title my-1">Marks & Spencer</h5>
<p class="card-text m-0">Marks and Spencer Group plc is a major British multinational retailer with headquarters in London, England, that specialises in selling clothing, home products and food products, mostly of its own</p>
<p class="card-text my-2">Deals with : Fashion <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Clothing <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Shopping</p>
<div class="d-flex flex-wrap align-items-center justify-content-start justify-contetnt-lg-start rText">
<button type="button" class="btn px-0 rText border-right pr-2"><i class="fas fa-share-alt"></i> Share this Business</button>
<button type="button" class="btn rText border-right px-0 pr-2 px-md-2">Request a Call Back</button>
<button type="button" class="btn px-0 rText ml-md-2"><i class="far fa-bookmark"></i> Bookmark this business</button>
</div>
</div>
</div>
<div class="col-lg-3 col-12 pb-3 pb-lg-0">
<button type="button" class="btn btn-block rBg border-0 text-white">View Deals</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row tb_Padding">
<div class="col-md-12">
<div class="row">
<div class="col-12">
<div class="inner">
<div class="innerTitle">
<h3 class="m-0">Best deals around you</h3>
</div>
</div>
</div>
</div>
<div class="card-deck common">
<div class="card">
<img class="card-img-top" src="image/marks-and-spencer-generic.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Marks & Spencer</h5>
<div class="card-text">
<i class="fas fa-map-marker-alt"></i>
<span class="text-muted">Bangalore, Kamataka</span>
</div>
<p class="card-text"><span class="font-weight-bold">Deals with :</span> <small class="text-muted">Fashion - Clothing - Shopping</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="image/cult-fit.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Cult.fit</h5>
<div class="card-text">
<i class="fas fa-map-marker-alt"></i>
<span class="text-muted">Bangalore, Kamataka</span>
</div>
<p class="card-text"><span class="font-weight-bold">Deals with :</span> <small class="text-muted">Fashion - Clothing - Shopping</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="image/apollo.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Apollo Hospitals</h5>
<div class="card-text">
<i class="fas fa-map-marker-alt"></i>
<span class="text-muted">Bangalore, Kamataka</span>
</div>
<p class="card-text"><span class="font-weight-bold">Deals with :</span> <small class="text-muted">Fashion - Clothing - Shopping</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="image/cult-fit.png" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Cult.fit</h5>
<div class="card-text">
<i class="fas fa-map-marker-alt"></i>
<span class="text-muted">Bangalore, Kamataka</span>
</div>
<p class="card-text"><span class="font-weight-bold">Deals with :</span> <small class="text-muted">Fashion - Clothing - Shopping</small></p>
</div>
</div>
<div class="card">
<img class="card-img-top" src="image/marks-and-spencer-generic.jpg" alt="Card image cap">
<div class="card-body">
<h5 class="card-title">Marks & Spencer</h5>
<div class="card-text">
<i class="fas fa-map-marker-alt"></i>
<span class="text-muted">Bangalore, Kamataka</span>
</div>
<p class="card-text"><span class="font-weight-bold">Deals with :</span> <small class="text-muted">Fashion - Clothing - Shopping</small></p>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-5 mb-lg-3">
<div class="row no-gutters pr-lg-3">
<div class="col-12 col-lg-4">
<img src="image/Marks-Spencer.png" class="card-img" alt="" style="height: 100%;">
</div>
<div class="col-12 col-lg-8">
<div class="row align-items-center">
<div class="col-lg-9 col-12 text-left">
<div class="card-body bg-white">
<div class="d-flex align-items-center">
<i class="fas fa-map-marker-alt iconColor"></i>
<p class="m-0 ml-3">Bangalore, Karnataka</p>
</div>
<h5 class="card-title my-1">Marks & Spencer</h5>
<p class="card-text m-0">Marks and Spencer Group plc is a major British multinational retailer with headquarters in London, England, that specialises in selling clothing, home products and food products, mostly of its own</p>
<p class="card-text my-2">Deals with : Fashion <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Clothing <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Shopping</p>
<div class="d-flex flex-wrap align-items-center justify-content-start justify-contetnt-lg-start rText">
<button type="button" class="btn px-0 rText border-right pr-2"><i class="fas fa-share-alt"></i> Share this Business</button>
<button type="button" class="btn rText border-right px-0 pr-2 px-md-2">Request a Call Back</button>
<button type="button" class="btn px-0 rText ml-md-2"><i class="far fa-bookmark"></i> Bookmark this business</button>
</div>
</div>
</div>
<div class="col-lg-3 col-12 pb-3 pb-lg-0">
<button type="button" class="btn btn-block rBg border-0 text-white">View Deals</button>
</div>
</div>
</div>
</div>
</div>
<div class="card mb-5 mb-lg-3">
<div class="row no-gutters pr-lg-3">
<div class="col-12 col-lg-4">
<img src="image/apollo.png" class="card-img" alt="" style="height: 100%;">
</div>
<div class="col-12 col-lg-8">
<div class="row align-items-center">
<div class="col-lg-9 col-12 text-left">
<div class="card-body bg-white">
<div class="d-flex align-items-center">
<i class="fas fa-map-marker-alt iconColor"></i>
<p class="m-0 ml-3">Bangalore, Karnataka</p>
</div>
<h5 class="card-title my-1">Apollo Hospitals</h5>
<p class="card-text m-0">Marks and Spencer Group plc is a major British multinational retailer with headquarters in London, England, that specialises in selling clothing, home products and food products, mostly of its own</p>
<p class="card-text my-2">Deals with : Fashion <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Clothing <i class="fas fa-circle iconColor" style="font-size: 8px"></i> Shopping</p>
<div class="d-flex flex-wrap align-items-center justify-content-start justify-contetnt-lg-start rText">
<button type="button" class="btn px-0 rText border-right pr-2"><i class="fas fa-share-alt"></i> Share this Business</button>
<button type="button" class="btn rText border-right px-0 pr-2 px-md-2">Request a Call Back</button>
<button type="button" class="btn px-0 rText ml-md-2"><i class="far fa-bookmark"></i> Bookmark this business</button>
</div>
</div>
</div>
<div class="col-lg-3 col-12 pb-3 pb-lg-0">
<button type="button" class="btn btn-block rBg border-0 text-white">View Deals</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Wishlist Area -->
<!-- Start Footer Area -->
<section class="footer">
<div class="fTop py-5">
<div class="container-fluid containerSm hPadding">
<div class="row">
<div class="col-12 col-md-4 col-lg-4 text-center px-0 text-md-left">
<ul class="list-group">
<li class="list-group-item font-weight-bold"><a href="#">HELP</a></li>
<li class="list-group-item"><a href="#">FAQ</a></li>
<li class="list-group-item"><a href="#">24/7 Customer Support</a></li>
<li class="list-group-item"><a href="#">Terms and Conditions</a></li>
<li class="list-group-item"><a href="#">Privacy</a></li>
<li class="list-group-item"><a href="#">Disclaimer</a></li>
</ul>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center px-0 text-md-left">
<ul class="list-group">
<li class="list-group-item font-weight-bold"><a href="#">CROODLE UP</a></li>
<li class="list-group-item"><a href="#">Partner Up</a></li>
<li class="list-group-item"><a href="#">About Us</a></li>
<li class="list-group-item"><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="col-12 col-md-4 col-lg-4 text-center px-0 text-md-left">
<ul class="list-group">
<li class="list-group-item mr-auto">
<a href="#">
<span class="d-flex">
<i class="fas fa-envelope fa-2x"></i>
<p class="m-0 ml-3">croodleup@gmail.com</p>
</span>
</a>
</li>
<li class="list-group-item mr-auto">
<a href="#">
<span class="d-flex">
<i class="fas fa-phone-alt fa-2x"></i>
<p class="m-0 ml-3">+919141133678</p>
</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="fBottom py-3 bg-white">
<div class="container-fluid containerSm hPadding">
<div class="row align-items-center text-center">
<div class="col-sm-12 col-md-6 mb-md-0 text-md-left mb_sm">
<div class="social">
<i class="fab fa-facebook-square"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-instagram"></i>
</div>
</div>
<div class="col-sm-12 col-md-6 text-md-right mb-md-0">
<p class="m-0 text-lg-right text-danger">From Ezio Tech Solution
<br>Version 1.0</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Footer Area -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous"></script>
<script src="js/slick.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>