appscms-tools-theme 2.9.6 → 2.9.7

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