appscms-tools-theme 2.7.3 → 2.7.4

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