appscms-tools-theme 2.8.8 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +4 -4
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/calculators/en/biology-calc/bulb-spacing.json +78 -78
  11. data/_data/calculators/en/biology-calc/cat-chocolate-toxicity.json +52 -52
  12. data/_data/calculators/en/chemistry-calc/activation-energy.json +44 -44
  13. data/_data/calculators/en/finance-calc/401k.json +122 -122
  14. data/_data/contact/en/contact.json +38 -38
  15. data/_data/disclaimer/en/disclaimer.json +37 -37
  16. data/_data/download/en/download.json +35 -35
  17. data/_data/feature/en/3_shop_posters.json +351 -351
  18. data/_data/feature/en/allele-frequency.json +246 -246
  19. data/_data/feature/en/batch-conversion.json +77 -77
  20. data/_data/feature/en/compress-pdf.json +202 -202
  21. data/_data/feature/en/face-detection.json +52 -52
  22. data/_data/feature/en/split-pdf.json +115 -115
  23. data/_data/feature/en/theframe.json +56 -56
  24. data/_data/feature/hi/compress-pdf.json +81 -81
  25. data/_data/feature/tr/compress-pdf.json +80 -80
  26. data/_data/filecomparison/en/filecomparison.json +38 -38
  27. data/_data/fileinfo/en/fileinfo.json +15 -15
  28. data/_data/footer/en/data.json +164 -164
  29. data/_data/footer/hi/data.json +68 -68
  30. data/_data/footer/networksites.json +15 -15
  31. data/_data/header/en/data.json +173 -173
  32. data/_data/header/hi/data.json +144 -144
  33. data/_data/home/en/en.json +285 -285
  34. data/_data/home/en/photoeffects.json +23 -23
  35. data/_data/home/en/posters.json +323 -323
  36. data/_data/home/hi/hi.json +86 -86
  37. data/_data/home-1/en/en.json +229 -229
  38. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  39. data/_data/languagesupport/index-langs.json +13 -13
  40. data/_data/photo-categories.json +104 -104
  41. data/_data/photoeffects.json +31 -31
  42. data/_data/privacy/en/privacyPolicy.json +265 -265
  43. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  44. data/_includes/Rating/rating.html +92 -92
  45. data/_includes/Rating/structureddata.html +53 -53
  46. data/_includes/Usp/usp.html +95 -95
  47. data/_includes/adblocker.html +135 -135
  48. data/_includes/adsense/adsense.html +7 -7
  49. data/_includes/alternates/alternates.html +45 -45
  50. data/_includes/author_bio.html +16 -16
  51. data/_includes/authors/authors.html +67 -67
  52. data/_includes/batch-conversion.html +65 -65
  53. data/_includes/cssfile/links.html +11 -11
  54. data/_includes/custom-head.html +136 -136
  55. data/_includes/customblog/recentposts.html +67 -67
  56. data/_includes/customblog/relatedposts.html +203 -203
  57. data/_includes/disqus_comments.html +10 -10
  58. data/_includes/dropdown/langdropdown.html +22 -22
  59. data/_includes/feature.html +37 -37
  60. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  61. data/_includes/fileformat/comparisonfiles.html +151 -151
  62. data/_includes/fileformat/fileformatdetail.html +101 -101
  63. data/_includes/fileformat/fileinfoformat.html +93 -93
  64. data/_includes/footer/index.html +534 -534
  65. data/_includes/google-analytics.html +22 -22
  66. data/_includes/head/index.html +235 -235
  67. data/_includes/header/blogHeader.html +34 -34
  68. data/_includes/header/index.html +188 -188
  69. data/_includes/languages/languages.html +60 -60
  70. data/_includes/monumetric/ads.html +57 -57
  71. data/_includes/monumetric/monumetric.html +57 -57
  72. data/_includes/monumetric/profitablecpmgate.html +51 -51
  73. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  74. data/_includes/paginationBlogPage.html +71 -71
  75. data/_includes/paginationPostPage.html +14 -14
  76. data/_includes/postauthorbio.html +17 -17
  77. data/_includes/postbox.html +31 -31
  78. data/_includes/script.html +58 -63
  79. data/_includes/section/alertbar.html +11 -11
  80. data/_includes/section/count.html +36 -36
  81. data/_includes/section/recent_posts.html +65 -65
  82. data/_includes/section/related_categories_post.html +198 -198
  83. data/_includes/share/socialshare.html +20 -20
  84. data/_includes/staticfooter.html +67 -67
  85. data/_layouts/aboutUs.html +34 -34
  86. data/_layouts/batch.html +102 -102
  87. data/_layouts/blog-1.html +83 -83
  88. data/_layouts/blog.html +94 -94
  89. data/_layouts/calculator.html +89 -89
  90. data/_layouts/categories.html +33 -33
  91. data/_layouts/contactUs.html +124 -124
  92. data/_layouts/default.html +1 -1
  93. data/_layouts/disclaimer.html +123 -123
  94. data/_layouts/download.html +299 -299
  95. data/_layouts/feature-1.html +320 -320
  96. data/_layouts/feature-download.html +308 -308
  97. data/_layouts/feature.html +258 -258
  98. data/_layouts/featureResultPage.html +65 -59
  99. data/_layouts/fileInfo.html +39 -39
  100. data/_layouts/filecomparison.html +85 -85
  101. data/_layouts/frame.html +434 -434
  102. data/_layouts/help.html +23 -23
  103. data/_layouts/home-1.html +229 -229
  104. data/_layouts/home.html +249 -249
  105. data/_layouts/homeResultPage.html +31 -31
  106. data/_layouts/imagekit.html +125 -125
  107. data/_layouts/page.html +5 -5
  108. data/_layouts/photo-effects-home.html +193 -193
  109. data/_layouts/post.html +177 -177
  110. data/_layouts/privacyPolicy.html +637 -637
  111. data/_layouts/termAndCondition.html +646 -646
  112. data/assets/cross.svg +4 -4
  113. data/assets/css/adblocker.css +187 -187
  114. data/assets/css/batch.css +437 -437
  115. data/assets/css/blog-1.css +65 -65
  116. data/assets/css/blog.css +491 -491
  117. data/assets/css/bootstrap.min.css +6 -6
  118. data/assets/css/calculators.css +47 -47
  119. data/assets/css/common.css +550 -550
  120. data/assets/css/feature-1.css +290 -290
  121. data/assets/css/filecomparison.css +25 -25
  122. data/assets/css/frame.css +780 -780
  123. data/assets/css/home-1.css +187 -187
  124. data/assets/css/imagekit.css +840 -840
  125. data/assets/css/tools.css +1275 -1275
  126. data/assets/facebook.svg +4 -4
  127. data/assets/images/abp.svg +41 -41
  128. data/assets/images/adblock.svg +266 -266
  129. data/assets/images/addimg.svg +2 -2
  130. data/assets/images/convert.svg +8 -8
  131. data/assets/images/safevideoconverter.svg +23 -23
  132. data/assets/images/uo.svg +41 -41
  133. data/assets/images/vectorpaint.svg +5 -5
  134. data/assets/instagram.svg +4 -4
  135. data/assets/js/TopScroll.js +8 -8
  136. data/assets/js/adBlocker.js +44 -44
  137. data/assets/js/ads.js +8 -8
  138. data/assets/js/append-div.js +10 -10
  139. data/assets/js/batch.js +229 -229
  140. data/assets/js/calculator-tooltip.js +3 -3
  141. data/assets/js/face-api.js +38064 -38064
  142. data/assets/js/face-detection.js +303 -303
  143. data/assets/js/featureResult.js +42 -42
  144. data/assets/js/frame.js +263 -263
  145. data/assets/js/googledrive.js +155 -155
  146. data/assets/js/homeResult.js +36 -36
  147. data/assets/js/manifest.json +16 -16
  148. data/assets/js/multiselect.js +157 -157
  149. data/assets/js/perspective.min.js +182 -182
  150. data/assets/js/photo-effects.json +84 -84
  151. data/assets/js/redirectResult.js +9 -9
  152. data/assets/js/testing-batch.js +39 -39
  153. data/assets/js/theme.js +44 -44
  154. data/assets/linkdin.svg +4 -4
  155. data/assets/noserverupload.svg +4 -4
  156. data/assets/pdf.svg +20 -20
  157. data/assets/secure.svg +43 -43
  158. data/assets/star.svg +4 -4
  159. data/assets/twitter.svg +4 -4
  160. data/assets/youtube.svg +4 -4
  161. metadata +7 -7
data/assets/css/tools.css CHANGED
@@ -1,1275 +1,1275 @@
1
- * {
2
- box-sizing: border-box;
3
- }
4
- body {
5
- padding: 0;
6
- margin: 0;
7
- -webkit-font-smoothing: antialiased;
8
- box-sizing: border-box;
9
- overflow-y: scroll;
10
- background: white;
11
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
12
- }
13
- header {
14
- width: 100%;
15
- }
16
- a,
17
- a:hover {
18
- text-decoration: none;
19
- color: rgb(26, 25, 25);
20
- }
21
- .navbar-toggler {
22
- outline: none !important;
23
- }
24
- .navbar-toggler > .fa_bars {
25
- position: absolute;
26
- top: 20px;
27
- font-size: 22px;
28
- }
29
- .nav-header {
30
- position: sticky;
31
- top: 0;
32
- z-index: 10;
33
- background: #fff;
34
- border-bottom: 1px solid #ddd;
35
- }
36
- .nav__item {
37
- margin: 0 !important;
38
- padding: 0 15px;
39
- font-size: 15px;
40
- font-weight: 400;
41
- line-height: 18px;
42
- text-align: left;
43
- list-style: none;
44
- position: relative;
45
- }
46
- .nav__item a:hover {
47
- color: #000;
48
- text-decoration: none !important;
49
- }
50
- .navbar .dropdown-menu {
51
- position: fixed;
52
- left: 0;
53
- top: 71px;
54
- width: 100%;
55
- }
56
- .inner-dropdown {
57
- display: flex;
58
- justify-content: left;
59
- padding: 30px 100px;
60
- flex-wrap: wrap;
61
- }
62
- .catPad {
63
- padding: 0 85px;
64
- }
65
- .catPad div {
66
- font-size: 14px !important;
67
- font-weight: 500;
68
- }
69
- @media (max-width: 992px) {
70
- .navbar .dropdown-menu {
71
- overflow-y: scroll;
72
- height: 500px;
73
- position: static !important;
74
- float: none;
75
- }
76
- .inner-dropdown {
77
- flex-direction: column;
78
- padding: 0px 30px;
79
- }
80
- .navbar-nav {
81
- margin: 0 !important;
82
- }
83
-
84
- .nav__item {
85
- padding: 15px 0;
86
- }
87
- }
88
- @media (max-width: 768px) {
89
- .innerWrapper {
90
- padding: 40px 51px;
91
- }
92
- .success-msg-cont button {
93
- margin: auto;
94
- width: 100% !important;
95
- justify-content: center !important;
96
- }
97
- .success-msg-cont {
98
- flex-direction: column;
99
- justify-content: center;
100
- }
101
- .language-drop-down-item {
102
- width: 100% !important;
103
- }
104
- .file-detail-table {
105
- overflow-x: scroll;
106
- }
107
- .compare-table {
108
- overflow-x: scroll;
109
- }
110
- .faq-list {
111
- width: 100% !important;
112
- }
113
- .feature-h1,
114
- .feature-h2,
115
- .home-top-h2,
116
- .home-top-h1,
117
- .how-to-title {
118
- font-size: 20px !important;
119
- }
120
- .social-count {
121
- right: auto !important;
122
- margin-top: 25px !important;
123
- }
124
- .rating-tool {
125
- flex-direction: column;
126
- }
127
- .how-to-leftimg {
128
- margin-bottom: 24px;
129
- }
130
- }
131
- .how-to-section,
132
- .faq-section {
133
- padding: 90px 0px;
134
- border-top: 1px solid rgb(224, 224, 224);
135
- }
136
- .related-posts-section,
137
- .usp-section,
138
- .footer {
139
- padding: 32px 0px;
140
- border-top: 1px solid rgb(224, 224, 224);
141
- }
142
- .how-to-leftimg {
143
- height: 180px;
144
- width: 300px;
145
- }
146
- .how-to-right {
147
- color: rgb(33, 33, 33);
148
- }
149
- @media (min-width: 768px) {
150
- .how-to-title {
151
- line-height: 30px;
152
- font-size: 22px;
153
- }
154
- }
155
- .how-to-list {
156
- margin: 0px;
157
- padding: 6px 0px;
158
- list-style: none;
159
- text-align: left;
160
- }
161
- .how-to-list-item {
162
- line-height: 24px;
163
- font-size: 16px;
164
- font-weight: 400;
165
- display: flex;
166
- padding: 6px 0px;
167
- }
168
- .how-to-list-item span {
169
- line-height: 24px;
170
- font-size: 16px;
171
- font-weight: 600;
172
- min-width: 24px;
173
- }
174
- .how-to-title {
175
- line-height: 30px;
176
- font-weight: 600;
177
- margin: 0px;
178
- padding-bottom: 12px;
179
- }
180
- .how-to-img-wrapper {
181
- width: 100%;
182
- height: 100%;
183
- display: flex;
184
- justify-content: center;
185
- align-items: center;
186
- }
187
- .feature-card-img {
188
- width: 48px;
189
- height: 48px;
190
- }
191
- .feature-card-title,
192
- .faq-question,
193
- .feature-card-desc,
194
- .faq-answer {
195
- line-height: 24px;
196
- font-size: 16px;
197
- font-weight: 600;
198
- color: rgb(33, 33, 33);
199
- text-align: center;
200
- margin: 0px;
201
- padding: 12px 0px;
202
- }
203
- .faq-question {
204
- text-align: left;
205
- }
206
- .feature-card-desc {
207
- font-weight: 400;
208
- }
209
- .faq-answer {
210
- font-weight: 400;
211
- text-align: left;
212
- margin: 0px;
213
- max-width: 100%;
214
- }
215
- main {
216
- display: block;
217
- }
218
- #app {
219
- display: -webkit-box;
220
- display: -webkit-flex;
221
- display: -ms-flexbox;
222
- display: flex;
223
- min-height: 100vh;
224
- }
225
- .box-border {
226
- position: absolute;
227
- inset: 12px;
228
- background: rgba(0, 0, 0, 0.1);
229
- border: 1px dashed rgba(0, 0, 0, 0.15);
230
- }
231
- .div-cont {
232
- display: flex;
233
- }
234
- .content-box {
235
- display: flex;
236
- flex: 1 1 auto;
237
- z-index: 1;
238
- }
239
- .flex-container {
240
- display: flex;
241
- -webkit-box-pack: center;
242
- justify-content: center;
243
- width: 100%;
244
- }
245
- .flex-class {
246
- -webkit-flex: 1 0 auto;
247
- -ms-flex: 1 0 auto;
248
- flex: 1 0 auto;
249
- width: 100%;
250
- }
251
- @media (min-width: 0px) and (max-width: 1199px) {
252
- .flex-class {
253
- max-width: none;
254
- }
255
- }
256
- @media (min-width: 1200px) {
257
- .flex-class {
258
- max-width: 1200px;
259
- }
260
- }
261
- @media (min-width: 0px) and (max-width: 767px) {
262
- .flex-class {
263
- padding: 0 18px;
264
- }
265
- }
266
- @media (min-width: 768px) {
267
- .flex-class {
268
- padding: 0 30px;
269
- }
270
- }
271
- .flex-class {
272
- flex: 1 0 auto;
273
- width: 100%;
274
- }
275
- .feature-h1,
276
- .home-top-h2 {
277
- line-height: 36px;
278
- font-size: 30px;
279
- font-weight: 600;
280
- color: rgb(33, 33, 33);
281
- text-align: center;
282
- margin: 0px;
283
- }
284
- .feature-h2,
285
- .home-top-h2 {
286
- font-weight: 300;
287
- color: rgb(33, 33, 33);
288
- text-align: center;
289
- margin: 0px;
290
- }
291
- @media (min-width: 768px) {
292
- .feature-h2 {
293
- line-height: 30px;
294
- font-size: 22px;
295
- }
296
- }
297
- .footer-nav-item {
298
- margin: -12px 0;
299
- padding: 0;
300
- display: -webkit-box;
301
- display: -webkit-flex;
302
- display: -ms-flexbox;
303
- display: flex;
304
- -webkit-flex-direction: column;
305
- -ms-flex-direction: column;
306
- flex-direction: column;
307
- -webkit-box-flex: 1;
308
- -webkit-flex-grow: 1;
309
- -ms-flex-positive: 1;
310
- flex-grow: 1;
311
- -webkit-flex-shrink: 1;
312
- -ms-flex-negative: 1;
313
- flex-shrink: 1;
314
- -webkit-flex-basis: 0;
315
- -ms-flex-preferred-size: 0;
316
- flex-basis: 0;
317
- }
318
- @media (min-width: 992px) {
319
- .footer-nav-item {
320
- -webkit-flex: initial;
321
- -ms-flex: initial;
322
- flex: initial;
323
- width: 160px;
324
- }
325
- }
326
- @media (min-width: 576px) and (max-width: 991px) {
327
- .footer-nav-item {
328
- padding: 0 20px;
329
- }
330
- .footer-nav-item:first-child {
331
- padding-left: 0;
332
- }
333
- .footer-nav-item:last-child {
334
- padding-right: 0;
335
- }
336
- }
337
- @media (max-width: 575px) {
338
- .footer-nav-item {
339
- -webkit-flex-basis: auto;
340
- -ms-flex-preferred-size: auto;
341
- flex-basis: auto;
342
- }
343
- .footer-nav-item:not(:first-child) {
344
- margin-top: 28px;
345
- }
346
- }
347
- .home-feature-desc {
348
- line-height: 18px;
349
- font-size: 14px;
350
- font-stretch: 400;
351
- font-weight: 400;
352
- position: absolute;
353
- padding: 12px;
354
- }
355
- @media (max-width: 767px) {
356
- .home-feature-desc {
357
- right: 0;
358
- bottom: 0;
359
- left: 48px;
360
- top: 36px;
361
- }
362
- }
363
- @media (min-width: 768px) {
364
- .home-feature-desc {
365
- left: 0;
366
- right: 0;
367
- bottom: 0;
368
- top: 84px;
369
- }
370
- }
371
- @media (min-width: 768px) {
372
- .home-top-h1 {
373
- line-height: 36px;
374
- font-size: 30px;
375
- margin-bottom: 0px !important;
376
- }
377
- }
378
- @media (min-width: 768px) {
379
- .home-top-h2 {
380
- line-height: 30px;
381
- font-size: 22px;
382
- }
383
- }
384
- html {
385
- line-height: 1.15;
386
- -webkit-text-size-adjust: 100%;
387
- }
388
- .header {
389
- min-height: 80px;
390
- }
391
- .heading {
392
- text-align: center;
393
- margin-top: 90px;
394
- }
395
- .row {
396
- text-align: center;
397
- }
398
- i {
399
- display: block;
400
- margin-bottom: 18px;
401
- }
402
- p {
403
- font-size: 15px;
404
- line-height: 1.41;
405
- color: rgb(17, 48, 78);
406
- }
407
- .how-to {
408
- margin-right: -15px;
409
- margin-left: -15px;
410
- }
411
- .how-to-text {
412
- position: relative;
413
- min-height: 1px;
414
- padding-right: 15px;
415
- padding-left: 15px;
416
- margin: auto;
417
- width: 74%;
418
- padding: 10px;
419
- }
420
- .how-to-h2 {
421
- font-size: 40px;
422
- font-weight: 800;
423
- line-height: 1.16;
424
- text-align: left;
425
- color: rgb(17, 48, 78);
426
- width: 100%;
427
- margin-top: 70px;
428
- }
429
- .steps {
430
- padding-left: 29px;
431
- }
432
- ul li span {
433
- display: inline-block;
434
- width: 20px;
435
- margin-right: 20px;
436
- position: absolute;
437
- top: 0px;
438
- left: 0px;
439
- }
440
- img {
441
- outline: none;
442
- border: none;
443
- max-width: 100%;
444
- height: auto;
445
- }
446
- ul li {
447
- margin: 0 0 20px;
448
- padding: 0;
449
- font-size: 17px;
450
- font-weight: 500;
451
- line-height: 1.4;
452
- text-align: left;
453
- color: #11304e;
454
- list-style: none;
455
- position: relative;
456
- }
457
- .header {
458
- padding: 20px 10px;
459
- }
460
- /* footer css start */
461
- .footer-wrapper {
462
- padding: 32px 0;
463
- display: -webkit-box;
464
- display: -webkit-flex;
465
- display: -ms-flexbox;
466
- display: flex;
467
- -webkit-flex-direction: row;
468
- -ms-flex-direction: row;
469
- flex-direction: row;
470
- border-bottom: 1px solid #e8e8e8;
471
- }
472
- @media (max-width: 991px) {
473
- .footer-wrapper {
474
- -webkit-flex-direction: column;
475
- -ms-flex-direction: column;
476
- flex-direction: column;
477
- }
478
- }
479
- .footer-logo-cont {
480
- flex: 1 1 auto;
481
- display: flex;
482
- flex-direction: column;
483
- align-items: flex-start;
484
- }
485
-
486
- .footer-title {
487
- font-stretch: 400;
488
- font-weight: 400;
489
- font-size: 18px;
490
- line-height: 28px;
491
- color: rgba(26, 26, 26, 1);
492
- padding-top: 24px;
493
- }
494
- .footer-nav {
495
- -webkit-flex: 1 1 auto;
496
- -ms-flex: 1 1 auto;
497
- flex: 1 1 auto;
498
- display: -webkit-box;
499
- display: -webkit-flex;
500
- display: -ms-flexbox;
501
- display: flex;
502
- -webkit-flex-direction: row;
503
- -ms-flex-direction: row;
504
- flex-direction: row;
505
- -webkit-box-pack: end;
506
- -webkit-justify-content: space-between;
507
- -ms-flex-pack: end;
508
- justify-content: space-between;
509
- }
510
- @media (max-width: 991px) {
511
- .footer-nav {
512
- padding-top: 32px;
513
- -webkit-box-pack: justify;
514
- -webkit-justify-content: space-between;
515
- -ms-flex-pack: justify;
516
- justify-content: space-between;
517
- }
518
- }
519
- @media (max-width: 575px) {
520
- .footer-nav {
521
- -webkit-flex-direction: column;
522
- -ms-flex-direction: column;
523
- flex-direction: column;
524
- }
525
- }
526
- .footer-ul {
527
- display: flex;
528
- flex-direction: column;
529
- padding-left: 0;
530
- }
531
- .footer-ul-title {
532
- font-stretch: 400;
533
- font-weight: 700;
534
- font-size: 16px;
535
- line-height: 24px;
536
- color: rgba(26, 26, 26, 1);
537
- padding: 12px 0;
538
- -webkit-user-select: none;
539
- -moz-user-select: none;
540
- -ms-user-select: none;
541
- user-select: none;
542
- }
543
- .footer-link {
544
- font-stretch: 400;
545
- font-weight: 400;
546
- font-size: 16px;
547
- line-height: 24px;
548
- color: rgba(26, 26, 26, 1);
549
- padding: 12px 0;
550
- -webkit-flex: 0 0 auto;
551
- -ms-flex: 0 0 auto;
552
- flex: 0 0 auto;
553
- width: 100%;
554
- }
555
- .footer-link:hover {
556
- color: rgba(117, 117, 117, 1);
557
- }
558
- .footer-msg {
559
- text-align: left;
560
- font-stretch: 400;
561
- font-weight: 400;
562
- font-size: 16px;
563
- line-height: 24px;
564
- color: rgba(26, 26, 26, 1);
565
- -webkit-flex: 1 1 auto;
566
- -ms-flex: 1 1 auto;
567
- flex: 1 1 auto;
568
- }
569
- @media (min-width: 576px) and (max-width: 991px) {
570
- .footer-msg {
571
- padding-top: 24px;
572
- }
573
- }
574
- .privacy-footer {
575
- display: -webkit-box;
576
- display: -webkit-flex;
577
- display: -ms-flexbox;
578
- display: flex;
579
- -webkit-flex-direction: row;
580
- -ms-flex-direction: row;
581
- flex-direction: row;
582
- padding: 24px 0;
583
- }
584
- @media (max-width: 991px) {
585
- .privacy-footer {
586
- -webkit-flex-direction: column-reverse;
587
- -ms-flex-direction: column-reverse;
588
- flex-direction: column-reverse;
589
- }
590
- }
591
- @media (max-width: 575px) {
592
- .privacy-footer {
593
- padding: 32px 0;
594
- }
595
- }
596
- .privacy-links {
597
- display: -webkit-box;
598
- display: -webkit-flex;
599
- display: -ms-flexbox;
600
- display: flex;
601
- -webkit-align-items: flex-start;
602
- -webkit-box-align: flex-start;
603
- -ms-flex-align: flex-start;
604
- align-items: flex-start;
605
- -webkit-flex-direction: row;
606
- -ms-flex-direction: row;
607
- flex-direction: row;
608
- }
609
- @media (max-width: 575px) {
610
- .privacy-links {
611
- -webkit-flex-direction: column-reverse;
612
- -ms-flex-direction: column-reverse;
613
- flex-direction: column-reverse;
614
- }
615
- }
616
- .privacy-links-item {
617
- font-stretch: 400;
618
- font-weight: 400;
619
- font-size: 16px;
620
- line-height: 24px;
621
- color: rgba(26, 26, 26, 1);
622
- margin: 0 20px;
623
- }
624
- .privacy-links-item:hover {
625
- color: rgba(117, 117, 117, 1);
626
- }
627
- .privacy-links-item:first-child {
628
- margin-left: 0;
629
- }
630
- .privacy-links-item:last-child {
631
- margin-right: 0;
632
- }
633
- @media (max-width: 575px) {
634
- .privacy-links-item {
635
- margin-left: 0;
636
- margin-right: 0;
637
- margin-bottom: 32px;
638
- }
639
- }
640
- /* footer css end */
641
- /*about termsand conditions help*/
642
- .contact-h1 {
643
- line-height: 30px;
644
- font-size: 22px;
645
- font-stretch: 400;
646
- font-weight: 600;
647
- color: rgba(33, 33, 33, 1);
648
- text-align: center;
649
- margin: 0;
650
- }
651
- @media (min-width: 768px) {
652
- .contact-h1 {
653
- line-height: 36px;
654
- font-size: 30px;
655
- }
656
- }
657
- .contact-h2 {
658
- line-height: 30px;
659
- font-stretch: 400;
660
- font-weight: 300;
661
- font-size: 20px;
662
- color: rgba(33, 33, 33, 1);
663
- text-align: center;
664
- margin: 0;
665
- }
666
- @media (min-width: 768px) {
667
- .contact-h2 {
668
- line-height: 30px;
669
- font-size: 22px;
670
- }
671
- }
672
- .about-h1 {
673
- line-height: 30px;
674
- font-size: 22px;
675
- font-stretch: 400;
676
- font-weight: 600;
677
- color: rgba(33, 33, 33, 1);
678
- text-align: center;
679
- margin: 0;
680
- }
681
- @media (min-width: 768px) {
682
- .about-h1 {
683
- line-height: 36px;
684
- font-size: 30px;
685
- }
686
- }
687
- .about-h2 {
688
- line-height: 30px;
689
- font-stretch: 400;
690
- font-weight: 300;
691
- font-size: 20px;
692
- color: rgba(33, 33, 33, 1);
693
- text-align: center;
694
- margin: 0;
695
- }
696
- .common-h2 {
697
- font-stretch: 400;
698
- font-size: 20px;
699
- color: rgba(33, 33, 33, 1);
700
- }
701
- @media (min-width: 768px) {
702
- .about-h2 {
703
- line-height: 30px;
704
- font-size: 22px;
705
- }
706
- .common-h2 {
707
- font-size: 22px;
708
- }
709
- }
710
- .feature-img {
711
- width: 36px;
712
- height: 36px;
713
- }
714
- .box-padding {
715
- padding: 0px 0px 24px;
716
- }
717
- .box {
718
- position: relative;
719
- display: flex;
720
- flex-direction: column;
721
- background-color: rgb(242, 48, 48);
722
- min-height: 300px;
723
- width: 100%;
724
- }
725
- .social-icons {
726
- position: fixed;
727
- right: 0;
728
- top: 35%;
729
- width: 47px;
730
- height: 174px;
731
- display: flex;
732
- flex-direction: column;
733
- align-items: center;
734
- justify-content: center;
735
- z-index: 999;
736
- border-top-left-radius: 8px;
737
- border-bottom-left-radius: 8px;
738
- background: #fff;
739
- box-shadow: 0 0 20px -7px #191a1a9e;
740
- line-height: 30px;
741
- }
742
-
743
- @media (max-width: 768px) {
744
- .catPad{
745
- padding: 0;
746
- }
747
- .social-icons {
748
- left: 0;
749
- bottom: 0 !important;
750
- top: auto;
751
- font-size: 25px;
752
- width: 100%;
753
- height: 60px;
754
- display: flex;
755
- margin: 0 !important;
756
- flex-direction: row;
757
- justify-content: space-evenly;
758
- line-height: 100px;
759
- }
760
- }
761
- .social-icon {
762
- margin: 0 !important;
763
- color: gray;
764
- font-size: 1.6rem;
765
- }
766
- .social-icon:hover {
767
- color: black;
768
- }
769
- .home-features {
770
- display: -webkit-box;
771
- display: -webkit-flex;
772
- display: -ms-flexbox;
773
- display: flex;
774
- -webkit-flex-wrap: wrap;
775
- -ms-flex-wrap: wrap;
776
- flex-wrap: wrap;
777
- list-style: none;
778
- margin: 0;
779
- padding: 0 0 90px 0;
780
- }
781
-
782
- .home-feature-box {
783
- position: relative;
784
- color: white;
785
- margin: 0;
786
- transition: 0.2s linear;
787
- border: 1px solid white;
788
- }
789
- .home-feature-box:hover {
790
- transform: translateY(-17px);
791
- }
792
- @media (min-width: 0px) and (max-width: 767px) {
793
- .home-feature-box {
794
- width: 100%;
795
- height: 114px;
796
- }
797
- }
798
- @media (min-width: 768px) and (max-width: 991px) {
799
- .home-feature-box {
800
- width: 25%;
801
- height: 180px;
802
- }
803
- }
804
- @media (min-width: 992px) {
805
- .home-feature-box {
806
- width: 20%;
807
- height: 180px;
808
- }
809
- }
810
- .home-feature-name {
811
- line-height: 24px;
812
- font-size: 16px;
813
- font-stretch: 400;
814
- font-weight: 700;
815
- color: #fff;
816
- text-overflow: ellipsis;
817
- white-space: nowrap;
818
- overflow: hidden;
819
- position: absolute;
820
- top: 0;
821
- right: 0;
822
- bottom: 0;
823
- left: 0;
824
- transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
825
- }
826
- .home-feature-name:hover {
827
- box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
828
- z-index: 1;
829
- color: currentColor;
830
- text-decoration: none;
831
- }
832
- @media (max-width: 767px) {
833
- .home-feature-name {
834
- padding: 12px 12px 12px 60px;
835
- }
836
- }
837
- @media (min-width: 768px) {
838
- .home-feature-name {
839
- padding: 60px 12px 12px 12px;
840
- }
841
- }
842
- .home-inner-box {
843
- position: absolute;
844
- padding: 12px;
845
- }
846
- .div-cont {
847
- display: -webkit-box;
848
- display: -webkit-flex;
849
- display: -ms-flexbox;
850
- display: flex;
851
- /* overflow: hidden; */
852
- }
853
- .div-cont > svg {
854
- display: -webkit-box;
855
- display: -webkit-flex;
856
- display: -ms-flexbox;
857
- display: flex;
858
- -webkit-flex: 1 1 auto;
859
- -ms-flex: 1 1 auto;
860
- flex: 1 1 auto;
861
- }
862
- .div-cont > svg > * {
863
- fill: currentColor;
864
- }
865
- .mega-menu::first-line {
866
- color: gray !important;
867
- font-weight: 600;
868
- }
869
- .lang-dropdown {
870
- position: fixed;
871
- right: 30px;
872
- top: 20px;
873
- z-index: 999;
874
- }
875
- @media (max-width: 994px) {
876
- .lang-dropdown {
877
- top: 75px;
878
- z-index: 5;
879
- right: 4px;
880
- position: absolute;
881
- }
882
- .lang-dropdown .lang-dropdown-btn {
883
- position: absolute;
884
- right: 0;
885
- }
886
- .drop-down-wrapper {
887
- overflow-y: unset !important;
888
- }
889
- }
890
- .drop-down-wrapper {
891
- height: fit-content !important;
892
- }
893
- .lang-dropdown-item {
894
- width: 100%;
895
- display: block;
896
- text-align: center;
897
- text-decoration: none !important;
898
- }
899
- .rating-tool {
900
- width: 100%;
901
- display: flex;
902
- justify-content: center;
903
- align-items: center;
904
- padding: 20px 0px 20px 0px;
905
- border-top: 1px solid rgb(221, 221, 221);
906
- }
907
- .rating-text {
908
- font-size: 17px;
909
- font-weight: 700;
910
- color: rgb(33, 33, 33);
911
- padding: 6px;
912
- }
913
- .rating-stars {
914
- color: #9d9d9d !important;
915
- padding-top: 17px;
916
- display: flex;
917
- align-items: center;
918
- }
919
- .rating-stars i {
920
- padding: 5px;
921
- font-size: 17px;
922
- }
923
- .rating-value {
924
- line-height: 24px;
925
- font-size: 16px;
926
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
927
- -webkit-font-smoothing: antialiased;
928
- font-weight: 400;
929
- color: rgb(33, 33, 33);
930
- padding: 6px;
931
- }
932
- .related_post_heading {
933
- width: 100%;
934
- font-size: 46px;
935
- text-align: center;
936
- font-weight: 800;
937
- font-stretch: normal;
938
- font-style: normal;
939
- line-height: 1.24;
940
- letter-spacing: normal;
941
- color: rgb(17, 48, 78);
942
- margin-bottom: 45px;
943
- padding-top: 75px;
944
- display: inline-block;
945
- }
946
- .card-footer {
947
- border: none;
948
- }
949
- .wrapfooter {
950
- display: flex;
951
- align-items: center;
952
- margin-bottom: 15px;
953
- }
954
- .wrapfooter img {
955
- width: 35px;
956
- height: 35px;
957
- border-radius: 50%;
958
- }
959
- .wrapfooter .author-meta {
960
- padding: 0 15px;
961
- }
962
- .wrapfooter .author-meta a {
963
- font-size: 15px;
964
- color: #000;
965
- text-transform: capitalize;
966
- }
967
- .wrapfooter .post-read-more {
968
- flex: 50;
969
- text-align: right;
970
- }
971
- .post-date {
972
- font-size: 13px;
973
- display: block;
974
- text-align: left;
975
- }
976
- .social-count {
977
- background: #d60000;
978
- color: #fff;
979
- position: absolute;
980
- height: 16px;
981
- width: 16px;
982
- display: inline-flex;
983
- align-items: center;
984
- justify-content: center;
985
- text-align: center;
986
- font-size: 12px;
987
- font-weight: 700;
988
- right: 1px;
989
- border-radius: 50%;
990
- margin-top: 1px;
991
- padding: 9px;
992
- }
993
- .file-detail-table th,
994
- .file-detail-table td {
995
- border: none !important;
996
- }
997
- .softwares-section img {
998
- height: 32px !important;
999
- width: 32px !important;
1000
- }
1001
- .software-name {
1002
- color: #1565c0 !important;
1003
- font-size: 1.1rem;
1004
- margin-top: -4px;
1005
- margin-left: 4px;
1006
- }
1007
- .software-value {
1008
- font-size: 0.7rem;
1009
- margin-left: 4px;
1010
- color: #6d6d6d;
1011
- margin-top: -3px;
1012
- }
1013
- #rating-img {
1014
- height: 1px;
1015
- width: 1px;
1016
- filter: brightness();
1017
- filter: brightness(100);
1018
- }
1019
- .download-section {
1020
- box-shadow: rgb(0 0 0 / 20%) 0px 0px 2px inset;
1021
- margin-top: 5px;
1022
- }
1023
- .download-btn-container {
1024
- border-bottom: 1px solid rgb(238, 238, 238);
1025
- border-left: 1px solid rgb(238, 238, 238);
1026
- padding: 24px 24px 40px;
1027
- }
1028
- .success-greeting {
1029
- display: flex;
1030
- justify-content: center;
1031
- align-items: center;
1032
- margin-right: 15px;
1033
- width: 100%;
1034
- }
1035
- .success-greeting p {
1036
- margin-bottom: 0px;
1037
- padding: 0;
1038
- }
1039
- .success-msg-cont {
1040
- padding: 24px 30px;
1041
- display: flex;
1042
- justify-content: space-between;
1043
- flex-direction: column;
1044
- }
1045
- .success-msg {
1046
- color: rgb(26, 26, 26);
1047
- font-size: 20px;
1048
- font-weight: 600;
1049
- padding: 24px 0px;
1050
- }
1051
- .success-msg-cont button {
1052
- border: none;
1053
- width: 400px;
1054
- background: transparent;
1055
- cursor: pointer;
1056
- font-size: 17px;
1057
- margin-right: 4px;
1058
- display: flex;
1059
- align-items: center;
1060
- justify-content: flex-end;
1061
- margin-left: auto;
1062
- padding-top: 5px;
1063
- }
1064
- .success-msg-cont button i {
1065
- margin-right: 4px;
1066
- padding-top: 1px;
1067
- margin-bottom: 0;
1068
- color: #11304e;
1069
- }
1070
- .sites-config {
1071
- padding: 0px 24px;
1072
- border-top: 1px solid rgb(238, 238, 238);
1073
- }
1074
- .social-share-section {
1075
- padding: 0px 24px;
1076
- border-top: 1px solid rgb(238, 238, 238);
1077
- }
1078
- .try-more-features {
1079
- padding: 0px 24px;
1080
- border-bottom: 1px solid rgb(238, 238, 238);
1081
- }
1082
- .sites-config {
1083
- padding: 24px 0px;
1084
- }
1085
- .social-share-section {
1086
- padding: 24px 0px;
1087
- }
1088
- #filename {
1089
- font-size: 22px;
1090
- font-weight: 700;
1091
- }
1092
- .download-social-share a i {
1093
- font-size: 1.5rem;
1094
- padding: 0px 10px;
1095
- margin: 0px 30px;
1096
- }
1097
- .share-heading {
1098
- font-size: 17px;
1099
- font-weight: 700;
1100
- color: rgb(33, 33, 33);
1101
- padding: 6px;
1102
- }
1103
- .sites-config img {
1104
- height: 27px;
1105
- }
1106
- .social-share-section,
1107
- .try-more-features {
1108
- padding: 0px 24px;
1109
- border-top: 1px solid rgb(238, 238, 238);
1110
- }
1111
- .download-social-share {
1112
- padding: 24px 0px;
1113
- border-top: 1px solid rgb(238, 238, 238);
1114
- }
1115
- .sites-config {
1116
- padding: 24px 0px;
1117
- }
1118
- .social-share-section {
1119
- padding: 24px 0px;
1120
- }
1121
- #filename {
1122
- font-size: 22px;
1123
- font-weight: 700;
1124
- }
1125
- .sites-config a {
1126
- text-decoration: none;
1127
- }
1128
- .feature-showcase-div {
1129
- margin: 0px;
1130
- padding: 0px;
1131
- overflow: visible;
1132
- text-decoration: inherit;
1133
- display: flex;
1134
- position: relative;
1135
- border: 1px solid rgb(232, 232, 232);
1136
- border-radius: 4px;
1137
- width: 100%;
1138
- cursor: pointer;
1139
- font-weight: 700;
1140
- font-size: 16px;
1141
- line-height: 24px;
1142
- color: rgb(26, 26, 26);
1143
- user-select: none;
1144
- outline: none;
1145
- -webkit-box-align: center;
1146
- align-items: center;
1147
- height: 66px;
1148
- background: rgb(250, 250, 250);
1149
- }
1150
- .feature-showcase-div:hover {
1151
- background-color: #fff;
1152
- }
1153
- .feature-showcase-div img {
1154
- width: 32px;
1155
- height: 32px;
1156
- }
1157
- .feature-showcase-div a {
1158
- text-decoration: none;
1159
- }
1160
- .feature-showcase-div i {
1161
- font-size: 11px;
1162
- }
1163
- .website-img {
1164
- height: 38px;
1165
- }
1166
- .website-wrap {
1167
- text-align: left;
1168
- }
1169
- .file-info-h1 {
1170
- font-family: Helvetica, sans-serif;
1171
- font-weight: 600;
1172
- font-size: 1.8rem;
1173
- margin: 0;
1174
- margin-bottom: 8px;
1175
- }
1176
- .file-info-h2 {
1177
- font-family: Helvetica, sans-serif;
1178
- font-weight: 600;
1179
- font-size: 19px;
1180
- color: #848d95;
1181
- margin-bottom: 10px;
1182
- }
1183
- .file-info-item-list {
1184
- list-style: disc;
1185
- color: rgb(26, 25, 25);
1186
- font-family: Helvetica;
1187
- font-size: 17.4px;
1188
- line-height: 32px;
1189
- padding: 0;
1190
- }
1191
- .file-info-img {
1192
- height: 500px;
1193
- width: 100%;
1194
- }
1195
- .info-title {
1196
- font-weight: 600;
1197
- }
1198
- .sticky-div-file-info {
1199
- position: sticky;
1200
- top: 0%;
1201
- }
1202
- ol li::marker {
1203
- font-size: 25px;
1204
- }
1205
- .drop-down-btn {
1206
- cursor: pointer;
1207
- outline: 0px;
1208
- border: 0px;
1209
- width: auto;
1210
- overflow: visible;
1211
- display: flex;
1212
- -webkit-box-align: center;
1213
- align-items: center;
1214
- background-color: transparent;
1215
- transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
1216
- font-weight: 400;
1217
- font-size: 16px;
1218
- line-height: 24px;
1219
- color: rgb(26, 26, 26);
1220
- }
1221
- .drop-down-btn svg {
1222
- height: 22px;
1223
- }
1224
- .language-drop-down-menu {
1225
- display: flex;
1226
- justify-content: space-between;
1227
- margin: 0;
1228
- padding: 0;
1229
- flex-wrap: wrap;
1230
- }
1231
- .language-drop-down-item {
1232
- width: 50%;
1233
- padding: 10px 12px 0px 0px;
1234
- text-align: center;
1235
- font-size: 15px;
1236
- margin-bottom: 0;
1237
- }
1238
- .language-drop-down-item a {
1239
- display: flex;
1240
- width: 100%;
1241
- align-items: center;
1242
- padding: 9px 9px;
1243
- border-bottom: 1px solid rgb(224, 224, 224);
1244
- }
1245
- .language-drop-down-item a:hover {
1246
- background: rgb(238, 238, 238);
1247
- border-radius: 3px;
1248
- }
1249
- .language-drop-down-item a i {
1250
- margin: 0;
1251
- }
1252
- .active-lang {
1253
- background: rgb(238, 238, 238);
1254
- border-radius: 3px;
1255
- }
1256
- .row .col-md-9 p {
1257
- text-align: left;
1258
- }
1259
-
1260
- #header {
1261
- display: block;
1262
- position: sticky;
1263
- top: 0;
1264
- z-index: 10;
1265
- background: #fff;
1266
- border-bottom: 1px solid #ccc;
1267
- }
1268
-
1269
- .navbar {
1270
- padding: 1rem 9% !important;
1271
- }
1272
-
1273
- .catPad div {
1274
- margin: 0 0 20px !important;
1275
- }
1
+ * {
2
+ box-sizing: border-box;
3
+ }
4
+ body {
5
+ padding: 0;
6
+ margin: 0;
7
+ -webkit-font-smoothing: antialiased;
8
+ box-sizing: border-box;
9
+ overflow-y: scroll;
10
+ background: white;
11
+ font-family: Arial, sans-serif;
12
+ }
13
+ header {
14
+ width: 100%;
15
+ }
16
+ a,
17
+ a:hover {
18
+ text-decoration: none;
19
+ color: rgb(26, 25, 25);
20
+ }
21
+ .navbar-toggler {
22
+ outline: none !important;
23
+ }
24
+ .navbar-toggler > .fa_bars {
25
+ position: absolute;
26
+ top: 20px;
27
+ font-size: 22px;
28
+ }
29
+ .nav-header {
30
+ position: sticky;
31
+ top: 0;
32
+ z-index: 10;
33
+ background: #fff;
34
+ border-bottom: 1px solid #ddd;
35
+ }
36
+ .nav__item {
37
+ margin: 0 !important;
38
+ padding: 0 15px;
39
+ font-size: 15px;
40
+ font-weight: 400;
41
+ line-height: 18px;
42
+ text-align: left;
43
+ list-style: none;
44
+ position: relative;
45
+ }
46
+ .nav__item a:hover {
47
+ color: #000;
48
+ text-decoration: none !important;
49
+ }
50
+ .navbar .dropdown-menu {
51
+ position: fixed;
52
+ left: 0;
53
+ top: 71px;
54
+ width: 100%;
55
+ }
56
+ .inner-dropdown {
57
+ display: flex;
58
+ justify-content: left;
59
+ padding: 30px 100px;
60
+ flex-wrap: wrap;
61
+ }
62
+ .catPad {
63
+ padding: 0 85px;
64
+ }
65
+ .catPad div {
66
+ font-size: 14px !important;
67
+ font-weight: 500;
68
+ }
69
+ @media (max-width: 992px) {
70
+ .navbar .dropdown-menu {
71
+ overflow-y: scroll;
72
+ height: 500px;
73
+ position: static !important;
74
+ float: none;
75
+ }
76
+ .inner-dropdown {
77
+ flex-direction: column;
78
+ padding: 0px 30px;
79
+ }
80
+ .navbar-nav {
81
+ margin: 0 !important;
82
+ }
83
+
84
+ .nav__item {
85
+ padding: 15px 0;
86
+ }
87
+ }
88
+ @media (max-width: 768px) {
89
+ .innerWrapper {
90
+ padding: 40px 51px;
91
+ }
92
+ .success-msg-cont button {
93
+ margin: auto;
94
+ width: 100% !important;
95
+ justify-content: center !important;
96
+ }
97
+ .success-msg-cont {
98
+ flex-direction: column;
99
+ justify-content: center;
100
+ }
101
+ .language-drop-down-item {
102
+ width: 100% !important;
103
+ }
104
+ .file-detail-table {
105
+ overflow-x: scroll;
106
+ }
107
+ .compare-table {
108
+ overflow-x: scroll;
109
+ }
110
+ .faq-list {
111
+ width: 100% !important;
112
+ }
113
+ .feature-h1,
114
+ .feature-h2,
115
+ .home-top-h2,
116
+ .home-top-h1,
117
+ .how-to-title {
118
+ font-size: 20px !important;
119
+ }
120
+ .social-count {
121
+ right: auto !important;
122
+ margin-top: 25px !important;
123
+ }
124
+ .rating-tool {
125
+ flex-direction: column;
126
+ }
127
+ .how-to-leftimg {
128
+ margin-bottom: 24px;
129
+ }
130
+ }
131
+ .how-to-section,
132
+ .faq-section {
133
+ padding: 90px 0px;
134
+ border-top: 1px solid rgb(224, 224, 224);
135
+ }
136
+ .related-posts-section,
137
+ .usp-section,
138
+ .footer {
139
+ padding: 32px 0px;
140
+ border-top: 1px solid rgb(224, 224, 224);
141
+ }
142
+ .how-to-leftimg {
143
+ height: 180px;
144
+ width: 300px;
145
+ }
146
+ .how-to-right {
147
+ color: rgb(33, 33, 33);
148
+ }
149
+ @media (min-width: 768px) {
150
+ .how-to-title {
151
+ line-height: 30px;
152
+ font-size: 22px;
153
+ }
154
+ }
155
+ .how-to-list {
156
+ margin: 0px;
157
+ padding: 6px 0px;
158
+ list-style: none;
159
+ text-align: left;
160
+ }
161
+ .how-to-list-item {
162
+ line-height: 24px;
163
+ font-size: 16px;
164
+ font-weight: 400;
165
+ display: flex;
166
+ padding: 6px 0px;
167
+ }
168
+ .how-to-list-item span {
169
+ line-height: 24px;
170
+ font-size: 16px;
171
+ font-weight: 600;
172
+ min-width: 24px;
173
+ }
174
+ .how-to-title {
175
+ line-height: 30px;
176
+ font-weight: 600;
177
+ margin: 0px;
178
+ padding-bottom: 12px;
179
+ }
180
+ .how-to-img-wrapper {
181
+ width: 100%;
182
+ height: 100%;
183
+ display: flex;
184
+ justify-content: center;
185
+ align-items: center;
186
+ }
187
+ .feature-card-img {
188
+ width: 48px;
189
+ height: 48px;
190
+ }
191
+ .feature-card-title,
192
+ .faq-question,
193
+ .feature-card-desc,
194
+ .faq-answer {
195
+ line-height: 24px;
196
+ font-size: 16px;
197
+ font-weight: 600;
198
+ color: rgb(33, 33, 33);
199
+ text-align: center;
200
+ margin: 0px;
201
+ padding: 12px 0px;
202
+ }
203
+ .faq-question {
204
+ text-align: left;
205
+ }
206
+ .feature-card-desc {
207
+ font-weight: 400;
208
+ }
209
+ .faq-answer {
210
+ font-weight: 400;
211
+ text-align: left;
212
+ margin: 0px;
213
+ max-width: 100%;
214
+ }
215
+ main {
216
+ display: block;
217
+ }
218
+ #app {
219
+ display: -webkit-box;
220
+ display: -webkit-flex;
221
+ display: -ms-flexbox;
222
+ display: flex;
223
+ min-height: 100vh;
224
+ }
225
+ .box-border {
226
+ position: absolute;
227
+ inset: 12px;
228
+ background: rgba(0, 0, 0, 0.1);
229
+ border: 1px dashed rgba(0, 0, 0, 0.15);
230
+ }
231
+ .div-cont {
232
+ display: flex;
233
+ }
234
+ .content-box {
235
+ display: flex;
236
+ flex: 1 1 auto;
237
+ z-index: 1;
238
+ }
239
+ .flex-container {
240
+ display: flex;
241
+ -webkit-box-pack: center;
242
+ justify-content: center;
243
+ width: 100%;
244
+ }
245
+ .flex-class {
246
+ -webkit-flex: 1 0 auto;
247
+ -ms-flex: 1 0 auto;
248
+ flex: 1 0 auto;
249
+ width: 100%;
250
+ }
251
+ @media (min-width: 0px) and (max-width: 1199px) {
252
+ .flex-class {
253
+ max-width: none;
254
+ }
255
+ }
256
+ @media (min-width: 1200px) {
257
+ .flex-class {
258
+ max-width: 1200px;
259
+ }
260
+ }
261
+ @media (min-width: 0px) and (max-width: 767px) {
262
+ .flex-class {
263
+ padding: 0 18px;
264
+ }
265
+ }
266
+ @media (min-width: 768px) {
267
+ .flex-class {
268
+ padding: 0 30px;
269
+ }
270
+ }
271
+ .flex-class {
272
+ flex: 1 0 auto;
273
+ width: 100%;
274
+ }
275
+ .feature-h1,
276
+ .home-top-h2 {
277
+ line-height: 36px;
278
+ font-size: 30px;
279
+ font-weight: 600;
280
+ color: rgb(33, 33, 33);
281
+ text-align: center;
282
+ margin: 0px;
283
+ }
284
+ .feature-h2,
285
+ .home-top-h2 {
286
+ font-weight: 300;
287
+ color: rgb(33, 33, 33);
288
+ text-align: center;
289
+ margin: 0px;
290
+ }
291
+ @media (min-width: 768px) {
292
+ .feature-h2 {
293
+ line-height: 30px;
294
+ font-size: 22px;
295
+ }
296
+ }
297
+ .footer-nav-item {
298
+ margin: -12px 0;
299
+ padding: 0;
300
+ display: -webkit-box;
301
+ display: -webkit-flex;
302
+ display: -ms-flexbox;
303
+ display: flex;
304
+ -webkit-flex-direction: column;
305
+ -ms-flex-direction: column;
306
+ flex-direction: column;
307
+ -webkit-box-flex: 1;
308
+ -webkit-flex-grow: 1;
309
+ -ms-flex-positive: 1;
310
+ flex-grow: 1;
311
+ -webkit-flex-shrink: 1;
312
+ -ms-flex-negative: 1;
313
+ flex-shrink: 1;
314
+ -webkit-flex-basis: 0;
315
+ -ms-flex-preferred-size: 0;
316
+ flex-basis: 0;
317
+ }
318
+ @media (min-width: 992px) {
319
+ .footer-nav-item {
320
+ -webkit-flex: initial;
321
+ -ms-flex: initial;
322
+ flex: initial;
323
+ width: 160px;
324
+ }
325
+ }
326
+ @media (min-width: 576px) and (max-width: 991px) {
327
+ .footer-nav-item {
328
+ padding: 0 20px;
329
+ }
330
+ .footer-nav-item:first-child {
331
+ padding-left: 0;
332
+ }
333
+ .footer-nav-item:last-child {
334
+ padding-right: 0;
335
+ }
336
+ }
337
+ @media (max-width: 575px) {
338
+ .footer-nav-item {
339
+ -webkit-flex-basis: auto;
340
+ -ms-flex-preferred-size: auto;
341
+ flex-basis: auto;
342
+ }
343
+ .footer-nav-item:not(:first-child) {
344
+ margin-top: 28px;
345
+ }
346
+ }
347
+ .home-feature-desc {
348
+ line-height: 18px;
349
+ font-size: 14px;
350
+ font-stretch: 400;
351
+ font-weight: 400;
352
+ position: absolute;
353
+ padding: 12px;
354
+ }
355
+ @media (max-width: 767px) {
356
+ .home-feature-desc {
357
+ right: 0;
358
+ bottom: 0;
359
+ left: 48px;
360
+ top: 36px;
361
+ }
362
+ }
363
+ @media (min-width: 768px) {
364
+ .home-feature-desc {
365
+ left: 0;
366
+ right: 0;
367
+ bottom: 0;
368
+ top: 84px;
369
+ }
370
+ }
371
+ @media (min-width: 768px) {
372
+ .home-top-h1 {
373
+ line-height: 36px;
374
+ font-size: 30px;
375
+ margin-bottom: 0px !important;
376
+ }
377
+ }
378
+ @media (min-width: 768px) {
379
+ .home-top-h2 {
380
+ line-height: 30px;
381
+ font-size: 22px;
382
+ }
383
+ }
384
+ html {
385
+ line-height: 1.15;
386
+ -webkit-text-size-adjust: 100%;
387
+ }
388
+ .header {
389
+ min-height: 80px;
390
+ }
391
+ .heading {
392
+ text-align: center;
393
+ margin-top: 90px;
394
+ }
395
+ .row {
396
+ text-align: center;
397
+ }
398
+ i {
399
+ display: block;
400
+ margin-bottom: 18px;
401
+ }
402
+ p {
403
+ font-size: 15px;
404
+ line-height: 1.41;
405
+ color: rgb(17, 48, 78);
406
+ }
407
+ .how-to {
408
+ margin-right: -15px;
409
+ margin-left: -15px;
410
+ }
411
+ .how-to-text {
412
+ position: relative;
413
+ min-height: 1px;
414
+ padding-right: 15px;
415
+ padding-left: 15px;
416
+ margin: auto;
417
+ width: 74%;
418
+ padding: 10px;
419
+ }
420
+ .how-to-h2 {
421
+ font-size: 40px;
422
+ font-weight: 800;
423
+ line-height: 1.16;
424
+ text-align: left;
425
+ color: rgb(17, 48, 78);
426
+ width: 100%;
427
+ margin-top: 70px;
428
+ }
429
+ .steps {
430
+ padding-left: 29px;
431
+ }
432
+ ul li span {
433
+ display: inline-block;
434
+ width: 20px;
435
+ margin-right: 20px;
436
+ position: absolute;
437
+ top: 0px;
438
+ left: 0px;
439
+ }
440
+ img {
441
+ outline: none;
442
+ border: none;
443
+ max-width: 100%;
444
+ height: auto;
445
+ }
446
+ ul li {
447
+ margin: 0 0 20px;
448
+ padding: 0;
449
+ font-size: 17px;
450
+ font-weight: 500;
451
+ line-height: 1.4;
452
+ text-align: left;
453
+ color: #11304e;
454
+ list-style: none;
455
+ position: relative;
456
+ }
457
+ .header {
458
+ padding: 20px 10px;
459
+ }
460
+ /* footer css start */
461
+ .footer-wrapper {
462
+ padding: 32px 0;
463
+ display: -webkit-box;
464
+ display: -webkit-flex;
465
+ display: -ms-flexbox;
466
+ display: flex;
467
+ -webkit-flex-direction: row;
468
+ -ms-flex-direction: row;
469
+ flex-direction: row;
470
+ border-bottom: 1px solid #e8e8e8;
471
+ }
472
+ @media (max-width: 991px) {
473
+ .footer-wrapper {
474
+ -webkit-flex-direction: column;
475
+ -ms-flex-direction: column;
476
+ flex-direction: column;
477
+ }
478
+ }
479
+ .footer-logo-cont {
480
+ flex: 1 1 auto;
481
+ display: flex;
482
+ flex-direction: column;
483
+ align-items: flex-start;
484
+ }
485
+
486
+ .footer-title {
487
+ font-stretch: 400;
488
+ font-weight: 400;
489
+ font-size: 18px;
490
+ line-height: 28px;
491
+ color: rgba(26, 26, 26, 1);
492
+ padding-top: 24px;
493
+ }
494
+ .footer-nav {
495
+ -webkit-flex: 1 1 auto;
496
+ -ms-flex: 1 1 auto;
497
+ flex: 1 1 auto;
498
+ display: -webkit-box;
499
+ display: -webkit-flex;
500
+ display: -ms-flexbox;
501
+ display: flex;
502
+ -webkit-flex-direction: row;
503
+ -ms-flex-direction: row;
504
+ flex-direction: row;
505
+ -webkit-box-pack: end;
506
+ -webkit-justify-content: space-between;
507
+ -ms-flex-pack: end;
508
+ justify-content: space-between;
509
+ }
510
+ @media (max-width: 991px) {
511
+ .footer-nav {
512
+ padding-top: 32px;
513
+ -webkit-box-pack: justify;
514
+ -webkit-justify-content: space-between;
515
+ -ms-flex-pack: justify;
516
+ justify-content: space-between;
517
+ }
518
+ }
519
+ @media (max-width: 575px) {
520
+ .footer-nav {
521
+ -webkit-flex-direction: column;
522
+ -ms-flex-direction: column;
523
+ flex-direction: column;
524
+ }
525
+ }
526
+ .footer-ul {
527
+ display: flex;
528
+ flex-direction: column;
529
+ padding-left: 0;
530
+ }
531
+ .footer-ul-title {
532
+ font-stretch: 400;
533
+ font-weight: 700;
534
+ font-size: 16px;
535
+ line-height: 24px;
536
+ color: rgba(26, 26, 26, 1);
537
+ padding: 12px 0;
538
+ -webkit-user-select: none;
539
+ -moz-user-select: none;
540
+ -ms-user-select: none;
541
+ user-select: none;
542
+ }
543
+ .footer-link {
544
+ font-stretch: 400;
545
+ font-weight: 400;
546
+ font-size: 16px;
547
+ line-height: 24px;
548
+ color: rgba(26, 26, 26, 1);
549
+ padding: 12px 0;
550
+ -webkit-flex: 0 0 auto;
551
+ -ms-flex: 0 0 auto;
552
+ flex: 0 0 auto;
553
+ width: 100%;
554
+ }
555
+ .footer-link:hover {
556
+ color: rgba(117, 117, 117, 1);
557
+ }
558
+ .footer-msg {
559
+ text-align: left;
560
+ font-stretch: 400;
561
+ font-weight: 400;
562
+ font-size: 16px;
563
+ line-height: 24px;
564
+ color: rgba(26, 26, 26, 1);
565
+ -webkit-flex: 1 1 auto;
566
+ -ms-flex: 1 1 auto;
567
+ flex: 1 1 auto;
568
+ }
569
+ @media (min-width: 576px) and (max-width: 991px) {
570
+ .footer-msg {
571
+ padding-top: 24px;
572
+ }
573
+ }
574
+ .privacy-footer {
575
+ display: -webkit-box;
576
+ display: -webkit-flex;
577
+ display: -ms-flexbox;
578
+ display: flex;
579
+ -webkit-flex-direction: row;
580
+ -ms-flex-direction: row;
581
+ flex-direction: row;
582
+ padding: 24px 0;
583
+ }
584
+ @media (max-width: 991px) {
585
+ .privacy-footer {
586
+ -webkit-flex-direction: column-reverse;
587
+ -ms-flex-direction: column-reverse;
588
+ flex-direction: column-reverse;
589
+ }
590
+ }
591
+ @media (max-width: 575px) {
592
+ .privacy-footer {
593
+ padding: 32px 0;
594
+ }
595
+ }
596
+ .privacy-links {
597
+ display: -webkit-box;
598
+ display: -webkit-flex;
599
+ display: -ms-flexbox;
600
+ display: flex;
601
+ -webkit-align-items: flex-start;
602
+ -webkit-box-align: flex-start;
603
+ -ms-flex-align: flex-start;
604
+ align-items: flex-start;
605
+ -webkit-flex-direction: row;
606
+ -ms-flex-direction: row;
607
+ flex-direction: row;
608
+ }
609
+ @media (max-width: 575px) {
610
+ .privacy-links {
611
+ -webkit-flex-direction: column-reverse;
612
+ -ms-flex-direction: column-reverse;
613
+ flex-direction: column-reverse;
614
+ }
615
+ }
616
+ .privacy-links-item {
617
+ font-stretch: 400;
618
+ font-weight: 400;
619
+ font-size: 16px;
620
+ line-height: 24px;
621
+ color: rgba(26, 26, 26, 1);
622
+ margin: 0 20px;
623
+ }
624
+ .privacy-links-item:hover {
625
+ color: rgba(117, 117, 117, 1);
626
+ }
627
+ .privacy-links-item:first-child {
628
+ margin-left: 0;
629
+ }
630
+ .privacy-links-item:last-child {
631
+ margin-right: 0;
632
+ }
633
+ @media (max-width: 575px) {
634
+ .privacy-links-item {
635
+ margin-left: 0;
636
+ margin-right: 0;
637
+ margin-bottom: 32px;
638
+ }
639
+ }
640
+ /* footer css end */
641
+ /*about termsand conditions help*/
642
+ .contact-h1 {
643
+ line-height: 30px;
644
+ font-size: 22px;
645
+ font-stretch: 400;
646
+ font-weight: 600;
647
+ color: rgba(33, 33, 33, 1);
648
+ text-align: center;
649
+ margin: 0;
650
+ }
651
+ @media (min-width: 768px) {
652
+ .contact-h1 {
653
+ line-height: 36px;
654
+ font-size: 30px;
655
+ }
656
+ }
657
+ .contact-h2 {
658
+ line-height: 30px;
659
+ font-stretch: 400;
660
+ font-weight: 300;
661
+ font-size: 20px;
662
+ color: rgba(33, 33, 33, 1);
663
+ text-align: center;
664
+ margin: 0;
665
+ }
666
+ @media (min-width: 768px) {
667
+ .contact-h2 {
668
+ line-height: 30px;
669
+ font-size: 22px;
670
+ }
671
+ }
672
+ .about-h1 {
673
+ line-height: 30px;
674
+ font-size: 22px;
675
+ font-stretch: 400;
676
+ font-weight: 600;
677
+ color: rgba(33, 33, 33, 1);
678
+ text-align: center;
679
+ margin: 0;
680
+ }
681
+ @media (min-width: 768px) {
682
+ .about-h1 {
683
+ line-height: 36px;
684
+ font-size: 30px;
685
+ }
686
+ }
687
+ .about-h2 {
688
+ line-height: 30px;
689
+ font-stretch: 400;
690
+ font-weight: 300;
691
+ font-size: 20px;
692
+ color: rgba(33, 33, 33, 1);
693
+ text-align: center;
694
+ margin: 0;
695
+ }
696
+ .common-h2 {
697
+ font-stretch: 400;
698
+ font-size: 20px;
699
+ color: rgba(33, 33, 33, 1);
700
+ }
701
+ @media (min-width: 768px) {
702
+ .about-h2 {
703
+ line-height: 30px;
704
+ font-size: 22px;
705
+ }
706
+ .common-h2 {
707
+ font-size: 22px;
708
+ }
709
+ }
710
+ .feature-img {
711
+ width: 36px;
712
+ height: 36px;
713
+ }
714
+ .box-padding {
715
+ padding: 0px 0px 24px;
716
+ }
717
+ .box {
718
+ position: relative;
719
+ display: flex;
720
+ flex-direction: column;
721
+ background-color: rgb(242, 48, 48);
722
+ min-height: 300px;
723
+ width: 100%;
724
+ }
725
+ .social-icons {
726
+ position: fixed;
727
+ right: 0;
728
+ top: 35%;
729
+ width: 47px;
730
+ height: 174px;
731
+ display: flex;
732
+ flex-direction: column;
733
+ align-items: center;
734
+ justify-content: center;
735
+ z-index: 999;
736
+ border-top-left-radius: 8px;
737
+ border-bottom-left-radius: 8px;
738
+ background: #fff;
739
+ box-shadow: 0 0 20px -7px #191a1a9e;
740
+ line-height: 30px;
741
+ }
742
+
743
+ @media (max-width: 768px) {
744
+ .catPad{
745
+ padding: 0;
746
+ }
747
+ .social-icons {
748
+ left: 0;
749
+ bottom: 0 !important;
750
+ top: auto;
751
+ font-size: 25px;
752
+ width: 100%;
753
+ height: 60px;
754
+ display: flex;
755
+ margin: 0 !important;
756
+ flex-direction: row;
757
+ justify-content: space-evenly;
758
+ line-height: 100px;
759
+ }
760
+ }
761
+ .social-icon {
762
+ margin: 0 !important;
763
+ color: gray;
764
+ font-size: 1.6rem;
765
+ }
766
+ .social-icon:hover {
767
+ color: black;
768
+ }
769
+ .home-features {
770
+ display: -webkit-box;
771
+ display: -webkit-flex;
772
+ display: -ms-flexbox;
773
+ display: flex;
774
+ -webkit-flex-wrap: wrap;
775
+ -ms-flex-wrap: wrap;
776
+ flex-wrap: wrap;
777
+ list-style: none;
778
+ margin: 0;
779
+ padding: 0 0 90px 0;
780
+ }
781
+
782
+ .home-feature-box {
783
+ position: relative;
784
+ color: white;
785
+ margin: 0;
786
+ transition: 0.2s linear;
787
+ border: 1px solid white;
788
+ }
789
+ .home-feature-box:hover {
790
+ transform: translateY(-17px);
791
+ }
792
+ @media (min-width: 0px) and (max-width: 767px) {
793
+ .home-feature-box {
794
+ width: 100%;
795
+ height: 114px;
796
+ }
797
+ }
798
+ @media (min-width: 768px) and (max-width: 991px) {
799
+ .home-feature-box {
800
+ width: 25%;
801
+ height: 180px;
802
+ }
803
+ }
804
+ @media (min-width: 992px) {
805
+ .home-feature-box {
806
+ width: 20%;
807
+ height: 180px;
808
+ }
809
+ }
810
+ .home-feature-name {
811
+ line-height: 24px;
812
+ font-size: 16px;
813
+ font-stretch: 400;
814
+ font-weight: 700;
815
+ color: #fff;
816
+ text-overflow: ellipsis;
817
+ white-space: nowrap;
818
+ overflow: hidden;
819
+ position: absolute;
820
+ top: 0;
821
+ right: 0;
822
+ bottom: 0;
823
+ left: 0;
824
+ transition: box-shadow 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
825
+ }
826
+ .home-feature-name:hover {
827
+ box-shadow: 0px 0px 24px rgba(26, 26, 26, 0.2);
828
+ z-index: 1;
829
+ color: currentColor;
830
+ text-decoration: none;
831
+ }
832
+ @media (max-width: 767px) {
833
+ .home-feature-name {
834
+ padding: 12px 12px 12px 60px;
835
+ }
836
+ }
837
+ @media (min-width: 768px) {
838
+ .home-feature-name {
839
+ padding: 60px 12px 12px 12px;
840
+ }
841
+ }
842
+ .home-inner-box {
843
+ position: absolute;
844
+ padding: 12px;
845
+ }
846
+ .div-cont {
847
+ display: -webkit-box;
848
+ display: -webkit-flex;
849
+ display: -ms-flexbox;
850
+ display: flex;
851
+ /* overflow: hidden; */
852
+ }
853
+ .div-cont > svg {
854
+ display: -webkit-box;
855
+ display: -webkit-flex;
856
+ display: -ms-flexbox;
857
+ display: flex;
858
+ -webkit-flex: 1 1 auto;
859
+ -ms-flex: 1 1 auto;
860
+ flex: 1 1 auto;
861
+ }
862
+ .div-cont > svg > * {
863
+ fill: currentColor;
864
+ }
865
+ .mega-menu::first-line {
866
+ color: gray !important;
867
+ font-weight: 600;
868
+ }
869
+ .lang-dropdown {
870
+ position: fixed;
871
+ right: 30px;
872
+ top: 20px;
873
+ z-index: 999;
874
+ }
875
+ @media (max-width: 994px) {
876
+ .lang-dropdown {
877
+ top: 75px;
878
+ z-index: 5;
879
+ right: 4px;
880
+ position: absolute;
881
+ }
882
+ .lang-dropdown .lang-dropdown-btn {
883
+ position: absolute;
884
+ right: 0;
885
+ }
886
+ .drop-down-wrapper {
887
+ overflow-y: unset !important;
888
+ }
889
+ }
890
+ .drop-down-wrapper {
891
+ height: fit-content !important;
892
+ }
893
+ .lang-dropdown-item {
894
+ width: 100%;
895
+ display: block;
896
+ text-align: center;
897
+ text-decoration: none !important;
898
+ }
899
+ .rating-tool {
900
+ width: 100%;
901
+ display: flex;
902
+ justify-content: center;
903
+ align-items: center;
904
+ padding: 20px 0px 20px 0px;
905
+ border-top: 1px solid rgb(221, 221, 221);
906
+ }
907
+ .rating-text {
908
+ font-size: 17px;
909
+ font-weight: 700;
910
+ color: rgb(33, 33, 33);
911
+ padding: 6px;
912
+ }
913
+ .rating-stars {
914
+ color: #9d9d9d !important;
915
+ padding-top: 17px;
916
+ display: flex;
917
+ align-items: center;
918
+ }
919
+ .rating-stars i {
920
+ padding: 5px;
921
+ font-size: 17px;
922
+ }
923
+ .rating-value {
924
+ line-height: 24px;
925
+ font-size: 16px;
926
+ font-family: Arial, sans-serif;
927
+ -webkit-font-smoothing: antialiased;
928
+ font-weight: 400;
929
+ color: rgb(33, 33, 33);
930
+ padding: 6px;
931
+ }
932
+ .related_post_heading {
933
+ width: 100%;
934
+ font-size: 46px;
935
+ text-align: center;
936
+ font-weight: 800;
937
+ font-stretch: normal;
938
+ font-style: normal;
939
+ line-height: 1.24;
940
+ letter-spacing: normal;
941
+ color: rgb(17, 48, 78);
942
+ margin-bottom: 45px;
943
+ padding-top: 75px;
944
+ display: inline-block;
945
+ }
946
+ .card-footer {
947
+ border: none;
948
+ }
949
+ .wrapfooter {
950
+ display: flex;
951
+ align-items: center;
952
+ margin-bottom: 15px;
953
+ }
954
+ .wrapfooter img {
955
+ width: 35px;
956
+ height: 35px;
957
+ border-radius: 50%;
958
+ }
959
+ .wrapfooter .author-meta {
960
+ padding: 0 15px;
961
+ }
962
+ .wrapfooter .author-meta a {
963
+ font-size: 15px;
964
+ color: #000;
965
+ text-transform: capitalize;
966
+ }
967
+ .wrapfooter .post-read-more {
968
+ flex: 50;
969
+ text-align: right;
970
+ }
971
+ .post-date {
972
+ font-size: 13px;
973
+ display: block;
974
+ text-align: left;
975
+ }
976
+ .social-count {
977
+ background: #d60000;
978
+ color: #fff;
979
+ position: absolute;
980
+ height: 16px;
981
+ width: 16px;
982
+ display: inline-flex;
983
+ align-items: center;
984
+ justify-content: center;
985
+ text-align: center;
986
+ font-size: 12px;
987
+ font-weight: 700;
988
+ right: 1px;
989
+ border-radius: 50%;
990
+ margin-top: 1px;
991
+ padding: 9px;
992
+ }
993
+ .file-detail-table th,
994
+ .file-detail-table td {
995
+ border: none !important;
996
+ }
997
+ .softwares-section img {
998
+ height: 32px !important;
999
+ width: 32px !important;
1000
+ }
1001
+ .software-name {
1002
+ color: #1565c0 !important;
1003
+ font-size: 1.1rem;
1004
+ margin-top: -4px;
1005
+ margin-left: 4px;
1006
+ }
1007
+ .software-value {
1008
+ font-size: 0.7rem;
1009
+ margin-left: 4px;
1010
+ color: #6d6d6d;
1011
+ margin-top: -3px;
1012
+ }
1013
+ #rating-img {
1014
+ height: 1px;
1015
+ width: 1px;
1016
+ filter: brightness();
1017
+ filter: brightness(100);
1018
+ }
1019
+ .download-section {
1020
+ box-shadow: rgb(0 0 0 / 20%) 0px 0px 2px inset;
1021
+ margin-top: 5px;
1022
+ }
1023
+ .download-btn-container {
1024
+ border-bottom: 1px solid rgb(238, 238, 238);
1025
+ border-left: 1px solid rgb(238, 238, 238);
1026
+ padding: 24px 24px 40px;
1027
+ }
1028
+ .success-greeting {
1029
+ display: flex;
1030
+ justify-content: center;
1031
+ align-items: center;
1032
+ margin-right: 15px;
1033
+ width: 100%;
1034
+ }
1035
+ .success-greeting p {
1036
+ margin-bottom: 0px;
1037
+ padding: 0;
1038
+ }
1039
+ .success-msg-cont {
1040
+ padding: 24px 30px;
1041
+ display: flex;
1042
+ justify-content: space-between;
1043
+ flex-direction: column;
1044
+ }
1045
+ .success-msg {
1046
+ color: rgb(26, 26, 26);
1047
+ font-size: 20px;
1048
+ font-weight: 600;
1049
+ padding: 24px 0px;
1050
+ }
1051
+ .success-msg-cont button {
1052
+ border: none;
1053
+ width: 400px;
1054
+ background: transparent;
1055
+ cursor: pointer;
1056
+ font-size: 17px;
1057
+ margin-right: 4px;
1058
+ display: flex;
1059
+ align-items: center;
1060
+ justify-content: flex-end;
1061
+ margin-left: auto;
1062
+ padding-top: 5px;
1063
+ }
1064
+ .success-msg-cont button i {
1065
+ margin-right: 4px;
1066
+ padding-top: 1px;
1067
+ margin-bottom: 0;
1068
+ color: #11304e;
1069
+ }
1070
+ .sites-config {
1071
+ padding: 0px 24px;
1072
+ border-top: 1px solid rgb(238, 238, 238);
1073
+ }
1074
+ .social-share-section {
1075
+ padding: 0px 24px;
1076
+ border-top: 1px solid rgb(238, 238, 238);
1077
+ }
1078
+ .try-more-features {
1079
+ padding: 0px 24px;
1080
+ border-bottom: 1px solid rgb(238, 238, 238);
1081
+ }
1082
+ .sites-config {
1083
+ padding: 24px 0px;
1084
+ }
1085
+ .social-share-section {
1086
+ padding: 24px 0px;
1087
+ }
1088
+ #filename {
1089
+ font-size: 22px;
1090
+ font-weight: 700;
1091
+ }
1092
+ .download-social-share a i {
1093
+ font-size: 1.5rem;
1094
+ padding: 0px 10px;
1095
+ margin: 0px 30px;
1096
+ }
1097
+ .share-heading {
1098
+ font-size: 17px;
1099
+ font-weight: 700;
1100
+ color: rgb(33, 33, 33);
1101
+ padding: 6px;
1102
+ }
1103
+ .sites-config img {
1104
+ height: 27px;
1105
+ }
1106
+ .social-share-section,
1107
+ .try-more-features {
1108
+ padding: 0px 24px;
1109
+ border-top: 1px solid rgb(238, 238, 238);
1110
+ }
1111
+ .download-social-share {
1112
+ padding: 24px 0px;
1113
+ border-top: 1px solid rgb(238, 238, 238);
1114
+ }
1115
+ .sites-config {
1116
+ padding: 24px 0px;
1117
+ }
1118
+ .social-share-section {
1119
+ padding: 24px 0px;
1120
+ }
1121
+ #filename {
1122
+ font-size: 22px;
1123
+ font-weight: 700;
1124
+ }
1125
+ .sites-config a {
1126
+ text-decoration: none;
1127
+ }
1128
+ .feature-showcase-div {
1129
+ margin: 0px;
1130
+ padding: 0px;
1131
+ overflow: visible;
1132
+ text-decoration: inherit;
1133
+ display: flex;
1134
+ position: relative;
1135
+ border: 1px solid rgb(232, 232, 232);
1136
+ border-radius: 4px;
1137
+ width: 100%;
1138
+ cursor: pointer;
1139
+ font-weight: 700;
1140
+ font-size: 16px;
1141
+ line-height: 24px;
1142
+ color: rgb(26, 26, 26);
1143
+ user-select: none;
1144
+ outline: none;
1145
+ -webkit-box-align: center;
1146
+ align-items: center;
1147
+ height: 66px;
1148
+ background: rgb(250, 250, 250);
1149
+ }
1150
+ .feature-showcase-div:hover {
1151
+ background-color: #fff;
1152
+ }
1153
+ .feature-showcase-div img {
1154
+ width: 32px;
1155
+ height: 32px;
1156
+ }
1157
+ .feature-showcase-div a {
1158
+ text-decoration: none;
1159
+ }
1160
+ .feature-showcase-div i {
1161
+ font-size: 11px;
1162
+ }
1163
+ .website-img {
1164
+ height: 38px;
1165
+ }
1166
+ .website-wrap {
1167
+ text-align: left;
1168
+ }
1169
+ .file-info-h1 {
1170
+ font-family: Helvetica, sans-serif;
1171
+ font-weight: 600;
1172
+ font-size: 1.8rem;
1173
+ margin: 0;
1174
+ margin-bottom: 8px;
1175
+ }
1176
+ .file-info-h2 {
1177
+ font-family: Helvetica, sans-serif;
1178
+ font-weight: 600;
1179
+ font-size: 19px;
1180
+ color: #848d95;
1181
+ margin-bottom: 10px;
1182
+ }
1183
+ .file-info-item-list {
1184
+ list-style: disc;
1185
+ color: rgb(26, 25, 25);
1186
+ font-family: Helvetica;
1187
+ font-size: 17.4px;
1188
+ line-height: 32px;
1189
+ padding: 0;
1190
+ }
1191
+ .file-info-img {
1192
+ height: 500px;
1193
+ width: 100%;
1194
+ }
1195
+ .info-title {
1196
+ font-weight: 600;
1197
+ }
1198
+ .sticky-div-file-info {
1199
+ position: sticky;
1200
+ top: 0%;
1201
+ }
1202
+ ol li::marker {
1203
+ font-size: 25px;
1204
+ }
1205
+ .drop-down-btn {
1206
+ cursor: pointer;
1207
+ outline: 0px;
1208
+ border: 0px;
1209
+ width: auto;
1210
+ overflow: visible;
1211
+ display: flex;
1212
+ -webkit-box-align: center;
1213
+ align-items: center;
1214
+ background-color: transparent;
1215
+ transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
1216
+ font-weight: 400;
1217
+ font-size: 16px;
1218
+ line-height: 24px;
1219
+ color: rgb(26, 26, 26);
1220
+ }
1221
+ .drop-down-btn svg {
1222
+ height: 22px;
1223
+ }
1224
+ .language-drop-down-menu {
1225
+ display: flex;
1226
+ justify-content: space-between;
1227
+ margin: 0;
1228
+ padding: 0;
1229
+ flex-wrap: wrap;
1230
+ }
1231
+ .language-drop-down-item {
1232
+ width: 50%;
1233
+ padding: 10px 12px 0px 0px;
1234
+ text-align: center;
1235
+ font-size: 15px;
1236
+ margin-bottom: 0;
1237
+ }
1238
+ .language-drop-down-item a {
1239
+ display: flex;
1240
+ width: 100%;
1241
+ align-items: center;
1242
+ padding: 9px 9px;
1243
+ border-bottom: 1px solid rgb(224, 224, 224);
1244
+ }
1245
+ .language-drop-down-item a:hover {
1246
+ background: rgb(238, 238, 238);
1247
+ border-radius: 3px;
1248
+ }
1249
+ .language-drop-down-item a i {
1250
+ margin: 0;
1251
+ }
1252
+ .active-lang {
1253
+ background: rgb(238, 238, 238);
1254
+ border-radius: 3px;
1255
+ }
1256
+ .row .col-md-9 p {
1257
+ text-align: left;
1258
+ }
1259
+
1260
+ #header {
1261
+ display: block;
1262
+ position: sticky;
1263
+ top: 0;
1264
+ z-index: 10;
1265
+ background: #fff;
1266
+ border-bottom: 1px solid #ccc;
1267
+ }
1268
+
1269
+ .navbar {
1270
+ padding: 1rem 9% !important;
1271
+ }
1272
+
1273
+ .catPad div {
1274
+ margin: 0 0 20px !important;
1275
+ }