-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
483 lines (481 loc) · 49.5 KB
/
index.html
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
<!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">
<meta name="description" content="Banking Chatbot" />
<meta name="title" property="og:title" content="BankBuddy" />
<meta property="og:type" content="Website" />
<meta name="image" property="og:image" content="https://lh3.googleusercontent.com/RtIRsPMbMyqt5JqQzLWZPrUj5Pn6zfRKR3Ls6SjLt2K66VfhEQ3pvPl9f6rkQ30CTb-y22bCqYiC2To1SSTO-IKwSx1PshMW6j9OzUvmm8CcvwGQbjJ8EGpgYsQBEnOURNeP_yzjlg=w2400" />
<meta name="description" property="og:description" content="Banking Chatbot JavaScript" />
<meta name="author" content="Ayan Koley" />
<title>BankBuddy</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./index.css">
</head>
<body id="Root">
<div>
<nav id="Navbar">
<div class="logo">
<img src="./img/bb.png" alt="">
<a href="#Root">ankBuddy</a>
</div>
<div class="contactNavBtn">
<a href="#Contact">
Contact Us
</a>
</div>
<div class="ham">
<div>
<div class="hamLine1"></div>
<div class="hamLine2"></div>
<div class="hamLine3"></div>
</div>
</div>
<div class="navs">
<div>
<a href="#Chatbot">
<i class="fa fa-comments-o" aria-hidden="true"></i>
Chat with Mikasa
</a>
</div>
<div><a href="#Service">
<img src="https://img.icons8.com/ios-filled/20/ffffff/service.png"/> Our Solutions</a>
</div>
<div><a href="#Blog">
<i class="fa fa-paint-brush" aria-hidden="true"></i> Blog Post</a>
</div>
<div><a href="#Team">
<i class="fa fa-users" aria-hidden="true"></i> Our Team</a>
</div>
<div><a href="#Contact">
<i class="fa fa-commenting-o" aria-hidden="true"></i> Contact Us</a>
</div>
<div>
<a href="https://www.buymeacoffee.com/ayank" target="_blank">
<img src="https://img.icons8.com/small/20/ffffff/coffee.png"/>
Buy me a Coffie
</a>
</div>
</div>
</nav>
<header>
<img src="https://img.icons8.com/fluent/48/000000/approved-unlock.png" class="hi1 hi" data-speed="8"/>
<img src="./img/money.png" width="50px" class="hi2 hi" data-speed="6"/>
<img src="https://img.icons8.com/fluent/50/000000/idea-bank.png" class="hi3 hi" data-speed="-10"/>
<img src="https://img.icons8.com/color/50/000000/bank-card-back-side.png" class="hi hi4" data-speed="-6"/>
<div class="headerCard">
<h6 class="greeting">Hello,</h6>
<h1>We are BankBuddy</h1>
<h6>We make your banking easy</h6>
<p>
BankBuddy is an organization that helps regular people on
banking problems in day-to-day life. We help with your credit card handling and answer
your queries on money transfer, check system, debit card etc.
</p>
<div class="btns">
<div class="calltoactionbtn">
Ask Your Query
<a href="#Chatbot"></a>
</div>
</div>
</div>
<div class="headerLogo">
<div class="headerCircle headerCircle1"></div>
<div class="headerCircle headerCircle2"></div>
<svg width="600" height="467" viewBox="0 0 600 467" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="header 1" clip-path="url(#clip0)">
<path id="leave1" d="M528.634 434.277C528.59 434.084 524.361 414.801 532.997 398.785C541.633 382.77 560.068 375.707 560.253 375.637L561.096 375.321L561.295 376.199C561.339 376.391 565.567 395.675 556.931 411.691C548.295 427.706 529.86 434.769 529.675 434.839L528.832 435.155L528.634 434.277ZM559.94 377.464C556.248 379.052 541.674 386.004 534.38 399.53C527.085 413.058 529.286 429.056 529.988 433.012C533.679 431.428 548.247 424.486 555.548 410.945C562.843 397.418 560.643 381.422 559.94 377.464Z" fill="#3F3D56"/>
<path id="leave2" d="M550.332 406.073C534.812 415.41 528.835 433.956 528.835 433.956C528.835 433.956 548.02 437.364 563.54 428.027C579.059 418.69 585.036 400.144 585.036 400.144C585.036 400.144 565.851 396.736 550.332 406.073Z" fill="#D0CDE1"/>
<path id="Vector" d="M213.139 349.889C211.293 349.889 209.429 349.86 207.599 349.803L207.64 348.474C210.268 348.556 212.95 348.578 215.59 348.542L215.608 349.872C214.786 349.883 213.963 349.889 213.139 349.889ZM223.612 349.581L223.534 348.253C226.166 348.098 228.831 347.879 231.456 347.605L231.595 348.927C228.95 349.205 226.264 349.425 223.612 349.581V349.581ZM199.602 349.374C196.948 349.17 194.267 348.904 191.631 348.58L191.794 347.26C194.409 347.581 197.07 347.846 199.703 348.047L199.602 349.374ZM239.539 347.911L239.34 346.596C241.954 346.199 244.589 345.738 247.169 345.226L247.428 346.53C244.828 347.047 242.174 347.511 239.539 347.911V347.911ZM183.706 347.424C181.085 346.98 178.439 346.469 175.842 345.905L176.124 344.605C178.701 345.165 181.327 345.671 183.928 346.112L183.706 347.424ZM255.246 344.789L254.927 343.497C257.493 342.863 260.074 342.161 262.598 341.413L262.976 342.688C260.433 343.443 257.832 344.149 255.246 344.789ZM168.056 344.026C165.484 343.342 162.897 342.59 160.365 341.789L160.765 340.521C163.278 341.315 165.846 342.062 168.398 342.74L168.056 344.026ZM270.6 340.234L270.164 338.977C272.654 338.111 275.159 337.175 277.61 336.194L278.104 337.43C275.635 338.418 273.11 339.361 270.6 340.234ZM152.765 339.192C150.268 338.274 147.755 337.283 145.297 336.248L145.813 335.021C148.252 336.049 150.746 337.032 153.224 337.943L152.765 339.192ZM285.453 334.29L284.902 333.08C287.294 331.993 289.698 330.833 292.048 329.632L292.653 330.816C290.286 332.027 287.863 333.195 285.453 334.29ZM299.687 327.014L299.029 325.859C301.322 324.55 303.612 323.175 305.833 321.769L306.544 322.893C304.306 324.309 301.999 325.696 299.687 327.014V327.014ZM313.206 318.462L312.445 317.372C314.605 315.863 316.76 314.282 318.851 312.675L319.662 313.73C317.555 315.349 315.383 316.942 313.206 318.462V318.462ZM110.439 316.588C108.292 315.029 106.147 313.395 104.064 311.731L104.894 310.692C106.961 312.343 109.09 313.964 111.221 315.511L110.439 316.588ZM325.896 308.709L325.038 307.691C327.052 305.993 329.055 304.223 330.994 302.43L331.897 303.407C329.944 305.213 327.925 306.997 325.896 308.709V308.709ZM97.9171 306.59C95.9174 304.838 93.9305 303.017 92.0123 301.175L92.9334 300.215C94.8374 302.043 96.8089 303.851 98.7934 305.589L97.9171 306.59ZM337.652 297.835L336.705 296.901C338.56 295.02 340.396 293.074 342.16 291.117L343.149 292.007C341.371 293.98 339.522 295.94 337.652 297.835V297.835ZM86.3614 295.499C84.5266 293.57 82.7146 291.575 80.9756 289.572L81.9805 288.7C83.7062 290.689 85.5043 292.667 87.3254 294.582L86.3614 295.499ZM348.375 285.934L347.347 285.089C349.024 283.049 350.674 280.944 352.255 278.83L353.32 279.627C351.728 281.756 350.064 283.878 348.375 285.934ZM75.8662 283.408C74.2185 281.326 72.5961 279.177 71.0439 277.019L72.1235 276.242C73.664 278.383 75.274 280.516 76.9094 282.583L75.8662 283.408ZM357.972 273.1L356.872 272.353C358.356 270.168 359.809 267.92 361.191 265.669L362.325 266.365C360.931 268.633 359.467 270.899 357.972 273.1ZM66.5194 270.419C65.0698 268.197 63.6511 265.91 62.3022 263.621L63.4481 262.946C64.7869 265.217 66.1949 267.487 67.6335 269.692L66.5194 270.419ZM366.364 259.437L365.2 258.793C366.477 256.482 367.718 254.109 368.889 251.738L370.082 252.328C368.902 254.716 367.651 257.108 366.364 259.437H366.364ZM373.469 245.054L372.25 244.521C373.31 242.099 374.328 239.62 375.276 237.151L376.518 237.628C375.563 240.116 374.537 242.615 373.469 245.054H373.469ZM51.5822 242.184C50.5624 239.736 49.5857 237.232 48.6795 234.74L49.93 234.285C50.829 236.758 51.7982 239.243 52.81 241.672L51.5822 242.184ZM379.221 230.067L377.959 229.649C378.789 227.147 379.572 224.59 380.287 222.048L381.568 222.408C380.847 224.97 380.057 227.547 379.221 230.067V230.067ZM46.1168 227.152C45.3253 224.616 44.5815 222.026 43.9063 219.453L45.1931 219.115C45.8632 221.669 46.6015 224.239 47.3868 226.755L46.1168 227.152ZM383.558 214.649L382.262 214.348C382.857 211.784 383.402 209.165 383.88 206.566L385.189 206.807C384.707 209.427 384.158 212.065 383.558 214.649ZM42.0536 211.66C41.4989 209.062 40.9967 206.414 40.5615 203.791L41.8737 203.572C42.306 206.177 42.8042 208.804 43.3548 211.382L42.0536 211.66ZM386.457 198.899L385.138 198.719C385.496 196.113 385.798 193.456 386.036 190.821L387.362 190.941C387.121 193.597 386.817 196.274 386.457 198.899ZM39.4318 195.862C39.1181 193.228 38.8605 190.546 38.666 187.89L39.9931 187.792C40.1857 190.429 40.4416 193.091 40.7531 195.704L39.4318 195.862ZM387.903 182.951L386.574 182.891C386.692 180.255 386.753 177.581 386.753 174.945H388.083C388.083 177.601 388.023 180.295 387.903 182.951ZM38.2629 179.89C38.2174 178.259 38.1943 176.595 38.194 174.945C38.194 173.921 38.2028 172.899 38.2203 171.879L39.5507 171.903C39.5331 172.915 39.5244 173.929 39.5244 174.945C39.5247 176.582 39.5478 178.234 39.5926 179.854L38.2629 179.89ZM39.8664 163.96L38.5386 163.877C38.7046 161.219 38.9339 158.534 39.2194 155.897L40.542 156.04C40.2584 158.658 40.0314 161.322 39.8664 163.96H39.8664ZM385.894 155.844C385.628 153.221 385.263 151.942 384.877 149.331L386.193 149.137C386.581 151.768 386.915 153.776 387.183 156.419L385.894 155.844ZM41.5778 148.16L40.263 147.957C40.6706 145.325 41.1441 142.672 41.6707 140.072L42.9744 140.335C42.4521 142.916 41.9822 145.549 41.5778 148.16H41.5778ZM383.534 141.498C383.027 138.903 382.455 136.29 381.832 133.733L383.125 133.419C383.752 135.995 384.329 138.628 384.84 141.242L383.534 141.498ZM44.729 132.583L43.4386 132.26C44.0846 129.683 44.8001 127.085 45.5653 124.537L46.8392 124.92C46.0801 127.448 45.3701 130.027 44.729 132.583ZM379.774 126.056C379.032 123.522 378.222 120.974 377.365 118.481L378.623 118.049C379.487 120.561 380.304 123.129 381.051 125.681L379.774 126.056ZM49.3086 117.341L48.0536 116.9C48.9377 114.385 49.8923 111.859 50.8907 109.39L52.1243 109.889C51.1334 112.338 50.1859 114.846 49.3086 117.341V117.341ZM374.608 111.026C373.638 108.577 372.598 106.12 371.519 103.722L372.732 103.176C373.82 105.593 374.867 108.068 375.845 110.535L374.608 111.026ZM55.2798 102.576L54.0709 102.021C55.182 99.6009 56.3646 97.1744 57.5858 94.8085L58.7681 95.4185C57.556 97.7665 56.3825 100.175 55.2798 102.576ZM368.097 96.5657C366.906 94.2171 365.645 91.8636 364.348 89.5715L365.505 88.916C366.813 91.226 368.083 93.5974 369.283 95.9642L368.097 96.5657ZM62.5816 88.4308L61.4285 87.7669C62.7557 85.4624 64.1552 83.1557 65.5886 80.9114L66.7098 81.6272C65.2875 83.8547 63.8983 86.1439 62.5816 88.4308ZM360.281 82.7533C358.875 80.5154 357.403 78.286 355.906 76.1267L356.999 75.3687C358.508 77.5445 359.991 79.7908 361.408 82.0459L360.281 82.7533ZM71.1446 75.0214L70.0571 74.2549C71.5909 72.0797 73.1944 69.9117 74.8242 67.8109L75.8753 68.6262C74.2581 70.7114 72.6663 72.8628 71.1446 75.0214ZM351.232 69.7051C349.628 67.6053 347.959 65.5178 346.268 63.5008L347.288 62.6463C348.991 64.6789 350.674 66.7819 352.289 68.8977L351.232 69.7051ZM80.8918 62.4553L79.8791 61.5926C81.6002 59.5711 83.394 57.5589 85.2107 55.6121L86.1831 56.5196C84.3805 58.4518 82.6002 60.449 80.8918 62.4553ZM341.027 57.5274C339.24 55.5822 337.386 53.6542 335.518 51.7976L336.456 50.8538C338.338 52.725 340.206 54.6673 342.007 56.6271L341.027 57.5274ZM91.7375 50.833L90.8073 49.882C92.7096 48.0209 94.6782 46.1809 96.6579 44.4133L97.5439 45.4059C95.5792 47.1598 93.6255 48.9859 91.7375 50.833V50.833ZM329.754 46.3232C327.795 44.5468 325.773 42.7949 323.744 41.116L324.592 40.0909C326.636 41.7825 328.674 43.5478 330.648 45.3377L329.754 46.3232ZM103.59 40.2488L102.75 39.2172C104.808 37.5416 106.934 35.889 109.071 34.3053L109.863 35.3738C107.743 36.9459 105.632 38.5858 103.59 40.2488H103.59ZM116.35 30.7916L115.607 29.6879C117.809 28.2062 120.077 26.7553 122.346 25.3746L123.037 26.5114C120.785 27.8814 118.535 29.3215 116.35 30.7916H116.35ZM129.911 22.5423L129.273 21.375C131.603 20.1002 133.992 18.8633 136.373 17.6983L136.958 18.8935C134.594 20.0495 132.224 21.2769 129.911 22.5423ZM290.468 19.46C288.101 18.2806 285.676 17.1412 283.261 16.0736L283.799 14.8569C286.233 15.9327 288.677 17.0808 291.062 18.2693L290.468 19.46ZM144.161 15.5725L143.632 14.3519C146.067 13.2966 148.558 12.2845 151.034 11.3436L151.507 12.5876C149.049 13.521 146.577 14.5253 144.161 15.5725ZM275.903 13.0218C273.44 12.0666 270.918 11.1552 268.409 10.3133L268.833 9.05179C271.361 9.9005 273.901 10.8187 276.384 11.7817L275.903 13.0218ZM159 9.93752L158.586 8.6734C161.114 7.84452 163.694 7.06402 166.253 6.35433L166.608 7.63599C164.069 8.34048 161.509 9.11483 159 9.93752H159ZM260.817 7.95949C258.279 7.23617 255.691 6.56253 253.125 5.95743L253.43 4.66279C256.017 5.27243 258.624 5.95126 261.182 6.67979L260.817 7.95949ZM174.314 5.68752L174.018 4.3906C176.61 3.79849 179.25 3.259 181.865 2.78739L182.102 4.09633C179.506 4.56469 176.887 5.09996 174.314 5.68752ZM245.348 4.31265C242.758 3.8264 240.119 3.39379 237.505 3.02677L237.69 1.70938C240.324 2.07933 242.983 2.51521 245.594 3.00501L245.348 4.31265ZM189.954 2.86502L189.778 1.54633C192.412 1.1949 195.09 0.899334 197.739 0.668726L197.854 1.99391C195.226 2.22321 192.568 2.51615 189.954 2.86502ZM229.611 2.10174C226.99 1.85489 224.323 1.66456 221.682 1.53691L221.747 0.207836C224.407 0.336783 227.095 0.528412 229.735 0.77724L229.611 2.10174ZM205.787 1.48365L205.731 0.154599C208.176 0.0526126 210.668 0.000651885 213.139 0L213.741 0.000969323L213.737 1.33135L213.139 1.33038C210.687 1.331 208.213 1.38263 205.787 1.48365V1.48365Z" fill="#3F3D56"/>
<path id="Vector_2" d="M600 433.898H112.417V435.228H600V433.898Z" fill="#3F3D56"/>
<path id="Vector_3" d="M397.79 210.216L404.442 313.321C404.442 313.321 420.406 353.897 419.741 392.478C419.741 392.478 413.754 407.777 418.411 410.438C423.067 413.099 425.728 415.095 423.067 417.09C420.406 419.086 418.411 423.742 420.406 425.072C422.402 426.403 423.067 428.398 422.402 428.398H402.446C402.446 428.398 406.437 418.421 400.451 415.76C394.464 413.099 397.79 406.447 397.79 406.447L353.222 276.07L317.967 395.804C317.967 395.804 323.954 399.795 319.298 401.791C314.641 403.786 312.646 399.795 314.641 403.786C316.637 407.777 313.976 409.773 313.976 410.438C313.976 411.103 294.02 408.443 294.02 408.443C294.02 408.443 303.998 399.795 299.342 397.8C294.686 395.804 292.69 393.809 294.02 392.478C295.351 391.148 300.672 378.509 300.672 378.509C300.672 378.509 303.333 330.616 303.998 328.62C304.663 326.624 303.998 317.312 303.998 312.655C303.998 307.999 303.333 289.374 305.329 284.718C307.324 280.061 309.32 222.855 319.963 216.203C330.606 209.551 397.79 210.216 397.79 210.216Z" fill="#2F2E41"/>
<path id="Vector_4" d="M313.311 407.112C313.311 407.112 326.615 434.385 317.302 437.711C307.989 441.037 296.016 438.376 293.355 442.367C290.695 446.358 261.426 451.015 260.761 441.037C260.096 431.059 292.69 412.434 292.69 412.434L296.936 405.597L313.311 407.112Z" fill="#2F2E41"/>
<path id="Vector_5" d="M421.072 427.068C421.072 427.068 434.375 454.341 425.063 457.667C415.75 460.993 403.777 458.332 401.116 462.323C398.455 466.314 369.187 470.971 368.522 460.993C367.856 451.015 400.451 432.39 400.451 432.39L404.697 425.553L421.072 427.068Z" fill="#2F2E41"/>
<path id="Vector_6" d="M359.542 84.8284C371.665 84.8284 381.493 75.0005 381.493 62.8771C381.493 50.7538 371.665 40.9259 359.542 40.9259C347.418 40.9259 337.59 50.7538 337.59 62.8771C337.59 75.0005 347.418 84.8284 359.542 84.8284Z" fill="#A0616A"/>
<path id="Vector_7" d="M374.509 74.5178L371.848 93.8082L351.892 109.108L346.571 101.79V76.5133L374.509 74.5178Z" fill="#A0616A"/>
<path id="Vector_8" d="M343.244 99.1299C343.244 99.1299 363.865 101.125 374.508 93.8084L395.794 219.529C395.794 219.529 320.628 225.516 317.302 221.525V182.279L330.606 118.42L343.244 99.1299Z" fill="#3F3D56"/>
<path id="Vector_9" d="M372.677 87.7976L379.83 93.8084C379.83 93.8084 409.098 98.4647 407.103 106.447L399.12 200.904L401.781 232.833C401.781 232.833 379.165 226.846 361.87 232.833C344.575 238.82 358.315 104.183 358.315 104.183C358.315 104.183 374.171 89.7691 372.677 87.7976Z" fill="#D0CDE1"/>
<path id="Vector_10" d="M346.57 95.0785C346.57 95.0785 325.284 110.438 322.624 120.416C319.963 130.394 311.315 235.494 311.315 235.494C311.315 235.494 315.307 233.498 317.302 236.824C319.298 240.15 349.896 100.34 346.57 95.0785Z" fill="#D0CDE1"/>
<path id="Vector_11" d="M337.601 61.9207C337.601 61.9207 335.224 58.3561 336.138 54.5174C336.685 52.3379 336.9 50.0888 336.778 47.8453C336.778 47.8453 338.698 41.6302 340.617 38.1571C342.536 34.684 341.622 33.2216 347.655 32.1248C353.687 31.028 351.219 23.1678 367.122 31.6678C367.659 32.417 368.405 32.9904 369.268 33.3157C370.13 33.641 371.069 33.7037 371.967 33.4958C375.257 32.856 376.445 37.4259 376.445 37.4259C376.445 37.4259 378.639 36.1463 379.461 37.9743C380.284 39.8022 386.149 36.8772 386.149 49.216C386.149 61.5548 379.475 72.5764 379.475 72.5764C379.475 72.5764 379.964 51.8211 369.088 49.719C358.211 47.6168 346.512 41.4931 343.679 49.3534C342.149 53.765 340.11 57.9827 337.601 61.9207V61.9207Z" fill="#2F2E41"/>
<path id="Vector_12" d="M379.713 66.8556C380.898 66.8556 381.858 65.5749 381.858 63.9951C381.858 62.4153 380.898 61.1346 379.713 61.1346C378.528 61.1346 377.568 62.4153 377.568 63.9951C377.568 65.5749 378.528 66.8556 379.713 66.8556Z" fill="#A0616A"/>
<path id="Vector_13" d="M289.557 269.701C284.294 266.535 277.947 266.777 275.534 267.019C276.453 269.262 279.21 274.984 284.474 278.151C289.75 281.324 296.088 281.075 298.497 280.835C297.579 278.592 294.822 272.868 289.557 269.701Z" fill="#D0CDE1"/>
<path id="Vector_14" d="M314.291 332.51H281.393C279.43 332.51 277.548 333.29 276.159 334.678C274.771 336.066 273.992 337.949 273.992 339.912C273.992 341.875 274.771 343.758 276.159 345.146C277.548 346.534 279.43 347.314 281.393 347.314H314.291C316.253 347.312 318.134 346.532 319.52 345.144C320.907 343.756 321.686 341.874 321.686 339.912C321.686 337.95 320.907 336.069 319.52 334.681C318.134 333.293 316.253 332.512 314.291 332.51Z" fill="#D0CDE1"/>
<path id="Vector_15" d="M463.262 254.379H278.816C276.67 254.379 274.546 254.801 272.564 255.622C270.581 256.443 268.78 257.647 267.263 259.164C265.746 260.681 264.542 262.482 263.721 264.465C262.9 266.447 262.477 268.572 262.477 270.717V360.583C262.477 364.917 264.199 369.072 267.263 372.136C270.327 375.201 274.483 376.922 278.816 376.922H463.262C465.408 376.922 467.533 376.499 469.515 375.678C471.497 374.857 473.298 373.654 474.816 372.136C476.333 370.619 477.536 368.818 478.357 366.836C479.179 364.854 479.601 362.729 479.601 360.583V270.717C479.601 268.572 479.179 266.447 478.357 264.465C477.536 262.482 476.333 260.681 474.816 259.164C473.298 257.647 471.497 256.443 469.515 255.622C467.533 254.801 465.408 254.379 463.262 254.379ZM274.253 265.524C274.617 265.458 283.254 263.988 290.405 268.292C297.557 272.594 300.304 280.914 300.418 281.266L300.707 282.163L299.779 282.328C298.455 282.535 297.116 282.633 295.776 282.622C292.528 282.622 287.822 282.084 283.625 279.559C276.474 275.258 273.727 266.938 273.614 266.586L273.324 265.689L274.253 265.524ZM314.291 348.959H281.393C278.994 348.959 276.693 348.006 274.996 346.309C273.3 344.613 272.347 342.312 272.347 339.912C272.347 337.513 273.3 335.212 274.996 333.515C276.693 331.819 278.994 330.865 281.393 330.865H314.291C316.69 330.865 318.991 331.819 320.688 333.515C322.385 335.212 323.338 337.513 323.338 339.912C323.338 342.312 322.385 344.613 320.688 346.309C318.991 348.006 316.69 348.959 314.291 348.959V348.959ZM463.975 347.314C463.967 349.929 462.925 352.435 461.076 354.284C459.227 356.134 456.721 357.176 454.106 357.183H429.432C426.817 357.176 424.311 356.133 422.462 354.284C420.613 352.435 419.571 349.929 419.563 347.314V332.51C419.571 329.895 420.613 327.389 422.462 325.54C424.311 323.691 426.817 322.649 429.432 322.641H454.106C456.721 322.649 459.227 323.691 461.076 325.54C462.925 327.389 463.967 329.895 463.975 332.51L463.975 347.314Z" fill="#D0CDE1"/>
<path id="Vector_16" d="M437.246 344.436H426.554C425.79 344.436 425.058 344.739 424.518 345.279C423.979 345.819 423.675 346.551 423.675 347.314C423.675 348.078 423.979 348.81 424.518 349.35C425.058 349.889 425.79 350.193 426.554 350.193H437.246C438.009 350.193 438.741 349.889 439.281 349.35C439.821 348.81 440.124 348.078 440.124 347.314C440.124 346.551 439.821 345.819 439.281 345.279C438.741 344.739 438.009 344.436 437.246 344.436V344.436ZM437.246 348.548H426.554C426.392 348.548 426.231 348.517 426.081 348.455C425.931 348.393 425.795 348.302 425.68 348.187C425.565 348.073 425.474 347.937 425.411 347.787C425.349 347.637 425.317 347.476 425.317 347.314C425.317 347.152 425.349 346.991 425.411 346.841C425.474 346.691 425.565 346.555 425.68 346.441C425.795 346.326 425.931 346.235 426.081 346.174C426.231 346.112 426.392 346.08 426.554 346.08H437.246C437.408 346.08 437.569 346.112 437.719 346.174C437.869 346.235 438.005 346.326 438.12 346.441C438.235 346.555 438.326 346.691 438.388 346.841C438.45 346.991 438.482 347.152 438.482 347.314C438.482 347.476 438.45 347.637 438.388 347.787C438.326 347.937 438.235 348.073 438.12 348.187C438.005 348.302 437.869 348.393 437.719 348.455C437.569 348.517 437.408 348.548 437.246 348.548V348.548Z" fill="#D0CDE1"/>
<path id="Vector_17" d="M456.984 344.436H446.292C445.914 344.435 445.539 344.509 445.189 344.653C444.84 344.798 444.522 345.01 444.254 345.277C443.986 345.544 443.774 345.862 443.629 346.212C443.484 346.561 443.409 346.936 443.409 347.314C443.409 347.693 443.484 348.067 443.629 348.417C443.774 348.766 443.986 349.084 444.254 349.351C444.522 349.618 444.84 349.83 445.189 349.975C445.539 350.119 445.914 350.193 446.292 350.193H456.984C457.748 350.193 458.48 349.889 459.02 349.35C459.559 348.81 459.863 348.078 459.863 347.314C459.863 346.551 459.559 345.819 459.02 345.279C458.48 344.739 457.748 344.436 456.984 344.436ZM456.984 348.548H446.292C446.13 348.548 445.969 348.517 445.819 348.455C445.669 348.393 445.533 348.302 445.418 348.187C445.303 348.073 445.212 347.937 445.15 347.787C445.088 347.637 445.056 347.476 445.056 347.314C445.056 347.152 445.088 346.991 445.15 346.841C445.212 346.692 445.303 346.555 445.418 346.441C445.533 346.326 445.669 346.235 445.819 346.174C445.969 346.112 446.13 346.08 446.292 346.08H456.984C457.311 346.081 457.624 346.212 457.855 346.443C458.085 346.674 458.215 346.987 458.215 347.314C458.215 347.641 458.085 347.954 457.855 348.185C457.624 348.417 457.311 348.547 456.984 348.548V348.548Z" fill="#D0CDE1"/>
<path id="Vector_18" d="M437.246 337.034H426.554C425.79 337.034 425.058 337.337 424.518 337.877C423.979 338.417 423.675 339.149 423.675 339.912C423.675 340.676 423.979 341.408 424.518 341.948C425.058 342.488 425.79 342.791 426.554 342.791H437.246C437.624 342.791 437.999 342.717 438.348 342.573C438.698 342.429 439.016 342.217 439.284 341.949C439.552 341.682 439.764 341.364 439.909 341.015C440.054 340.665 440.128 340.291 440.128 339.912C440.128 339.534 440.054 339.159 439.909 338.81C439.764 338.46 439.552 338.143 439.284 337.875C439.016 337.608 438.698 337.396 438.348 337.252C437.999 337.107 437.624 337.033 437.246 337.034V337.034ZM437.246 341.146H426.554C426.227 341.146 425.913 341.016 425.682 340.785C425.45 340.553 425.32 340.239 425.32 339.912C425.32 339.585 425.45 339.271 425.682 339.04C425.913 338.809 426.227 338.679 426.554 338.679H437.246C437.573 338.679 437.887 338.809 438.118 339.04C438.349 339.271 438.479 339.585 438.479 339.912C438.479 340.239 438.349 340.553 438.118 340.785C437.887 341.016 437.573 341.146 437.246 341.146V341.146Z" fill="#D0CDE1"/>
<path id="Vector_19" d="M456.984 337.034H446.292C445.914 337.033 445.539 337.107 445.189 337.252C444.84 337.396 444.522 337.608 444.254 337.875C443.986 338.143 443.774 338.46 443.629 338.81C443.484 339.159 443.409 339.534 443.409 339.912C443.409 340.291 443.484 340.665 443.629 341.015C443.774 341.364 443.986 341.682 444.254 341.949C444.522 342.217 444.84 342.429 445.189 342.573C445.539 342.717 445.914 342.791 446.292 342.791H456.984C457.748 342.791 458.48 342.488 459.02 341.948C459.559 341.408 459.863 340.676 459.863 339.912C459.863 339.149 459.559 338.417 459.02 337.877C458.48 337.337 457.748 337.034 456.984 337.034ZM456.984 341.146H446.292C445.965 341.146 445.651 341.016 445.42 340.785C445.189 340.553 445.059 340.239 445.059 339.912C445.059 339.585 445.189 339.271 445.42 339.04C445.651 338.809 445.965 338.679 446.292 338.679H456.984C457.311 338.679 457.625 338.809 457.856 339.04C458.088 339.271 458.218 339.585 458.218 339.912C458.218 340.239 458.088 340.553 457.856 340.785C457.625 341.016 457.311 341.146 456.984 341.146Z" fill="#D0CDE1"/>
<path id="Vector_20" d="M437.246 329.632H426.554C425.79 329.632 425.058 329.935 424.518 330.475C423.979 331.015 423.675 331.747 423.675 332.51C423.675 333.274 423.979 334.006 424.518 334.546C425.058 335.086 425.79 335.389 426.554 335.389H437.246C438.009 335.389 438.741 335.086 439.281 334.546C439.821 334.006 440.124 333.274 440.124 332.51C440.124 331.747 439.821 331.015 439.281 330.475C438.741 329.935 438.009 329.632 437.246 329.632V329.632ZM437.246 333.744H426.554C426.227 333.744 425.913 333.614 425.682 333.383C425.45 333.151 425.32 332.838 425.32 332.51C425.32 332.183 425.45 331.869 425.682 331.638C425.913 331.407 426.227 331.277 426.554 331.277H437.246C437.573 331.277 437.887 331.407 438.118 331.638C438.349 331.869 438.479 332.183 438.479 332.51C438.479 332.838 438.349 333.151 438.118 333.383C437.887 333.614 437.573 333.744 437.246 333.744V333.744Z" fill="#D0CDE1"/>
<path id="Vector_21" d="M456.984 329.632H446.292C445.914 329.631 445.539 329.705 445.189 329.85C444.84 329.994 444.522 330.206 444.254 330.473C443.986 330.741 443.774 331.058 443.629 331.408C443.484 331.757 443.409 332.132 443.409 332.51C443.409 332.889 443.484 333.263 443.629 333.613C443.774 333.962 443.986 334.28 444.254 334.547C444.522 334.815 444.84 335.027 445.189 335.171C445.539 335.315 445.914 335.389 446.292 335.389H456.984C457.747 335.388 458.478 335.084 459.017 334.544C459.556 334.005 459.858 333.273 459.858 332.51C459.858 331.748 459.556 331.016 459.017 330.476C458.478 329.937 457.747 329.633 456.984 329.632V329.632ZM456.984 333.744H446.292C445.965 333.744 445.651 333.614 445.42 333.383C445.189 333.151 445.059 332.838 445.059 332.51C445.059 332.183 445.189 331.869 445.42 331.638C445.651 331.407 445.965 331.277 446.292 331.277H456.984C457.311 331.277 457.625 331.407 457.856 331.638C458.088 331.869 458.218 332.183 458.218 332.51C458.218 332.838 458.088 333.151 457.856 333.383C457.625 333.614 457.311 333.744 456.984 333.744Z" fill="#D0CDE1"/>
<path id="Vector_22" d="M405.107 234.163L400.339 249.723C400.339 249.723 399.12 278.731 383.156 274.74C367.191 270.749 387.812 236.824 387.812 236.824L392.468 229.507L405.107 234.163Z" fill="#A0616A"/>
<path id="Vector_23" d="M314.641 234.163L309.873 249.723C309.873 249.723 308.655 278.731 292.69 274.74C276.726 270.749 297.346 236.824 297.346 236.824L302.003 229.507L314.641 234.163Z" fill="#A0616A"/>
<path id="Vector_24" d="M401.781 101.791C401.781 101.791 412.424 99.1299 415.75 117.09C419.076 135.05 423.067 186.27 423.067 186.27L407.103 240.15C407.103 240.15 391.138 231.502 387.812 232.833L400.375 186.056L389.808 138.376C389.808 138.376 399.12 101.791 401.781 101.791Z" fill="#D0CDE1"/>
<path id="Vector_25" opacity="0.15" d="M386.306 139.286L400.275 185.849L386.306 233.077L394.289 185.849L386.306 139.286Z" fill="black"/>
<path id="Vector_26" d="M322.624 138.376L298.677 232.833C298.677 232.833 311.308 237.002 315.965 240.328L322.624 138.376Z" fill="#D0CDE1"/>
<path id="Vector_27" d="M71.4161 375.755C108.154 375.755 137.935 345.973 137.935 309.236C137.935 272.498 108.154 242.717 71.4161 242.717C34.6788 242.717 4.89725 272.498 4.89725 309.236C4.89725 345.973 34.6788 375.755 71.4161 375.755Z" fill="#3F3D56"/>
<path id="Vector_28" opacity="0.1" d="M71.4161 366.442C103.01 366.442 128.622 340.83 128.622 309.236C128.622 277.642 103.01 252.03 71.4161 252.03C39.822 252.03 14.2099 277.642 14.2099 309.236C14.2099 340.83 39.822 366.442 71.4161 366.442Z" fill="black"/>
<path id="Vector_29" d="M68.675 342.993V334.667C64.4661 334.585 60.1119 333.1 57.5722 331.039L59.3137 325.516C62.3319 327.778 65.9921 329.019 69.7634 329.061C74.9158 329.061 78.3991 325.681 78.3991 320.982C78.3991 316.448 75.5688 313.645 70.1989 311.172C62.7969 307.874 58.2252 304.082 58.2252 296.91C58.2252 290.067 62.5068 284.874 69.1831 283.637V275.311H73.6821V283.308C77.037 283.354 80.3094 284.354 83.116 286.193L81.3016 291.634C78.6098 289.791 75.4202 288.814 72.1582 288.831C66.5707 288.831 64.4661 292.623 64.4661 295.921C64.4661 300.207 67.1511 302.351 73.4646 305.319C80.9388 308.781 84.7125 313.068 84.7125 320.405C84.7125 326.917 80.7212 333.018 73.2467 334.419V342.993H68.675Z" fill="white"/>
<path id="Vector_30" d="M141.685 444.541C94.7165 451.545 46.9687 451.545 0 444.541V428.576C47.0185 434.873 94.6667 434.873 141.685 428.576V444.541Z" fill="#3F3D56"/>
<path id="Vector_31" d="M141.685 419.929C94.7165 426.933 46.9687 426.933 0 419.929V403.964C47.0185 410.261 94.6667 410.261 141.685 403.964V419.929Z" fill="#3F3D56"/>
<path id="Vector_32" d="M141.685 395.317C94.7165 402.321 46.9687 402.321 0 395.317V379.352C47.0185 385.649 94.6667 385.649 141.685 379.352V395.317Z" fill="#3F3D56"/>
</g>
<defs>
<clipPath id="clip0">
<rect width="600" height="466.967" fill="white"/>
</clipPath>
</defs>
</svg>
</div>
</header>
<section id="Chatbot" class="container">
<h4 class="mb-3">
<b>
Mikasa is our Finance Specalist! Ask any of your queries to her and solve your doubts.
</b>
<br>
(Incase you are still not satisfied, leave a direct message to us, we will get back to you as
soon as possible)
</h4>
<div class="chatbot">
<div class="chatBody">
<div class="chat botChat">
<div class="thumbnail bg-dark">
<img src="./img/bb.png" alt="">
</div>
<div class="con">
<h5 class="chatName">
Mikasa
</h5>
<div class="chatbox">
Hiiiiii, I am Mikasa, nice to have you hare. <br>
I'm a banking specialist and I'm here to help you.
Ask me anything on topic and solve your doubt. <br>
Type your question below or press the mike icon and give
voice input...
</div>
</div>
</div>
</div>
<div class="chatbar">
<input type="text" placeholder="Type your query here..." class="form-control typedQuery"/>
<i class="fa fa-microphone voice" aria-hidden="true"></i>
<button type="button" class="chatSubmit">Send</button>
</div>
</div>
</section>
<section id="Service" class="container">
<div class="row">
<div class="col-lg-5">
<div class="logoservice">
<img src="./img/bb.jpg" alt="">
</div>
<h4>Our Services</h4>
<h6>
We provide solutions on Finance help for your start-up or professional
advice on induvisual investments / deals.
</h6>
<h6>
<a href="#Contact">Contact Us</a> to be a partner with us...
</h6>
<br>
</div>
<div class="col-lg-7">
<div class="service service1">
<div class="imgbg">
<img src="https://images.pexels.com/photos/669610/pexels-photo-669610.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="">
</div>
<div>
<h5>Agency Related</h5>
<p>
Know how can we help you to have a dream start for your new born agency.
</p>
<span>Read More</span>
</div>
</div>
<div class="service">
<div class="imgbg">
<img src="https://images.pexels.com/photos/1040157/pexels-photo-1040157.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500" alt="">
</div>
<div>
<h5>Induvisual Help</h5>
<p>
Take professional advice on your investments or deals.
</p>
<span>Read More</span>
</div>
</div>
</div>
</div>
</section>
<section id="Blog">
<h4>Our Blogs</h4>
<div class="blogCard">
<div class="imgbg">
<img src="https://images.pexels.com/photos/4968390/pexels-photo-4968390.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="">
</div>
<div class="con">
<div class="thumbnail">Banking</div>
<div class="tags">
<span>Credit Card</span>
<span>Credit Score</span>
<span>Finance</span>
<span>Digital Banking</span>
<span>Innovation</span>
</div>
<div class="title">
How can you make the perfect use for your credit score?
</div>
<div class="date">Posted on 14/02/21</div>
<div class="paragraph">
Lorem ipsum dolor esse quisquam, omnis explicabo voluptas atque laboriosam vitae eius porro repudiandae quaerat.
</div>
<a href="#" class="link">Read More</a>
</div>
</div>
<div class="blogCard">
<div class="imgbg">
<img src="https://images.pexels.com/photos/4968390/pexels-photo-4968390.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="">
</div>
<div class="con">
<div class="thumbnail">Banking</div>
<div class="tags">
<span>Credit Card</span>
<span>Credit Score</span>
<span>Finance</span>
<span>Digital Banking</span>
<span>Innovation</span>
</div>
<div class="title">
How can you make the perfect use for your credit score?
</div>
<div class="date">Posted on 14/02/21</div>
<div class="paragraph">
Lorem ipsum dolor esse quisquam, omnis explicabo voluptas atque laboriosam vitae eius porro repudiandae quaerat.
</div>
<a href="#" class="link">Read More</a>
</div>
</div>
<div class="blogCard">
<div class="imgbg">
<img src="https://images.pexels.com/photos/4968390/pexels-photo-4968390.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="">
</div>
<div class="con">
<div class="thumbnail">Banking</div>
<div class="tags">
<span>Credit Card</span>
<span>Credit Score</span>
<span>Finance</span>
<span>Digital Banking</span>
<span>Innovation</span>
</div>
<div class="title">
How can you make the perfect use for your credit score?
</div>
<div class="date">Posted on 14/02/21</div>
<div class="paragraph">
Lorem ipsum dolor esse quisquam, omnis explicabo voluptas atque laboriosam vitae eius porro repudiandae quaerat.
</div>
<a href="#" class="link">Read More</a>
</div>
</div>
</section>
<section id="Contact">
<h4>Contact Us</h4><br>
<form class="contactForm" method="POST" name="contactForm">
<div class="inputs">
<input type="text" class="form-control" name="Name" placeholder="Your Name" required/>
<input type="text" class="form-control" name="Contact" placeholder="Your Email / Number" required/>
</div>
<select name="Subject" class="form-control" required>
<option value="" disabled selected>Choose Your Subject</option>
<option value="doubt">I have a Doubt</option>
<option value="suggestion">I need professional Suggestion</option>
<option value="partner">I want to be a Partner</option>
</select>
<textarea name="Query" class="form-control" placeholder="Type Message" required></textarea>
<div class="checkboxbg">
<input type="checkbox" id="tc" required/>
<div data-toggle="modal" data-target="#termsAndCondition">Terms and Condition</div>
</div>
<button class="btn mainFormBtn" type="submit">Send</button>
</form>
</section>
<div class="modal fade" id="termsAndCondition" tabindex="-1" role="dialog" aria-labelledby="termsAndConditionTitle" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="termsAndConditionTitle">Our Terms & Condition</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
1. By accepting our terms and condition you are allowing us to see and use your personal
data like email / contact number you have typed on the form.
<br>
We don't sell any of the data provided, it will only be used to answer the users' question
or send necessery steps to become partner with us.
<br>
2. We don't ask your very personal data like otp, password etc. If you get any mail / text
who pretends to be us, make sure you are not falling for their traps and report it.
<br>
3. We don't receive hard cash or payment on installments.
<br>
4. We don't cherge advance, if you get message like this, please complaint it to us.
<br>
5. By accepting our terms and condition you are allowing us to see and use your personal
data like email / contact number you have typed on the form.
<br>
We don't sell any of the data provided, it will only be used to answer the users' question
or send necessery steps to become partner with us.
<br>
6. We don't ask your very personal data like otp, password etc. If you get any mail / text
who pretends to be us, make sure you are not falling for their traps and report it.
<br>
7. We don't receive hard cash or payment on installments.
<br>
8. We don't cherge advance, if you get message like this, please complaint it to us.
<br>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<section id="Team">
<h4>Our Team</h4>
<div class="teammate">
<div class="imgbg">
<div>
<img src="./img/ayan.jpg" alt="ayan">
</div>
</div>
<h5>Ayan Koley</h5>
<p>Designer, Developer</p>
<div class="tmSocial">
<li><a href="https://twitter.com/ayankoley007" target="_blank" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/ayan-koley-3370a9190" target="_blank" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</div>
</div>
<div class="teammate">
<div class="imgbg">
<img src="./img/anirban.jpeg" alt="anirban">
</div>
<h5>Anirban Deb</h5>
<p>Analyst, Developer</p>
<div class="tmSocial">
<li><a href="#" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/anirbandeb/" target="_blank" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</div>
</div>
<div class="teammate">
<div class="imgbg">
<img src="./img/shiladittya.jpeg" alt="shiladittya">
</div>
<h5>Shiladittya Mandal</h5>
<p>Software Engineer</p>
<div class="tmSocial">
<li><a href="#" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a target="_blank" href="https://www.linkedin.com/in/shiladittya-mandal-4859b2181/" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
</div>
</div>
</section>
<footer>
<div class="footerHead">
<h3>Thank you for visiting <span>BankBuddy</span></h3>
<form class="feedback" method="POST" name="feedback">
<input type="text" name="Subject" style="opacity: 0;position: absolute;
width: 0;height: 0;" value="feedback" />
<textarea name="Query" id="" placeholder="Please leave us a feedback (as anonymous), Thank you."></textarea>
<button type="submit" class="feedbackBtn">Send</button>
</form>
</div>
<br>
<div class="row footerLinks">
<div class="container">
<div class="row">
<div class="col-md-3">
<div class="footer-pad">
<h4>Explore</h4>
<ul class="list-unstyled">
<li><a href="#Chatbot"><i class="fa fa-angle-double-right"></i>Chat with Mikasa</a></li>
<li><a href="#Service"><i class="fa fa-angle-double-right"></i>Our Solutions</a></li>
<li><a href="#Blog"><i class="fa fa-angle-double-right"></i>Enhance your knowledge with our blog posts</a></li>
<li><a href="#Contact"><i class="fa fa-angle-double-right"></i>Contact Us for any unsolved query, doubt or complain</a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-pad">
<h4>Around the Web</h4>
<ul class="social-network social-circle">
<li><a href="https://www.instagram.com/koley.ayan/" target="_blank" class="icoInstagram" title="Instagram"><i class="fa fa-instagram"></i></a></li>
<li><a href="https://twitter.com/ayankoley007" target="_blank" class="icoTwitter" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/ayan-koley-3370a9190/" target="_blank" class="icoLinkedin" title="Linkedin"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCC60qwKOEY5wUAfS0gVBVYQ" target="_blank" class="icoYoutube" title="Youtube"><i class="fa fa-youtube-play"></i></a>
</li>
<li class="w-100 bmac">
Buy Me a Coffie : <br>
<a href="https://www.buymeacoffee.com/ayank" target="_blank">
<img src="https://images.squarespace-cdn.com/content/v1/5223fe1ee4b03c5b684e38ac/1559425555601-LICTBSUPMGS2H09SL8F5/ke17ZwdGBToddI8pDm48kLQ74_c8sebHiuP95_nte9lZw-zPPgdn4jUwVcJE1ZvWEtT5uBSRWt4vQZAgTJucoTqqXjS3CfNDSuuf31e0tVF75MA19dB1y1jNhRn0VJod7IM9b-Xlt4jPbq_wZX023LW4vCnXNe7A8CbwFbZfMD0/orange+buy+me+a+coffee.jpg?format=1500w" alt="">
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-pad">
<h4>We Accept</h4>
<ul class="paymentmode">
<li><a><img src="https://img.icons8.com/color/48/000000/paytm.png"/></a></li>
<li><a><img src="https://www.retail4growth.com/public/thumbs/news/2020/04/4960/Phonepe_Thumnail_440_851.jpg" alt=""></a></li>
<li><a><img src="https://img.icons8.com/color/48/000000/google-pay-india.png"/></a></li>
<li><a><img src="https://img.icons8.com/cute-clipart/64/000000/visa.png"/></a></li>
<li><a><img src="https://mms.businesswire.com/media/20181018005899/en/504256/22/pp_h_rgb.jpg" alt=""></a></li>
</ul>
</div>
</div>
<div class="col-md-3">
<div class="footer-pad">
<h4>About BankBuddy</h4>
<p>
BankBuddy is an organization that helps regular people on
banking problems in day-to-day life.
<br>
Location : Newtown action area III, Kolkata, 700160
</p>
</div>
</div>
</div>
<br>
<hr>
<div class="row">
<div class="col-md-12 copy">
<h6 style="color:#fff; text-align:center;">
Copyright © BankBuddy
</h6>
</div>
</div>
</div>
</div>
</footer>
<div class="footer1"></div>
</div>
</body>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js"
integrity="sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA=="
crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script src="./script.js"></script>
</html>