word-games-theme 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +2 -2
  4. data/_data/blog/alertbar.yml +3 -3
  5. data/_data/blog/blog.yml +2 -2
  6. data/_data/blog/nav.json +13 -13
  7. data/_data/blog/share.yml +26 -27
  8. data/_data/footer/en/data.json +74 -74
  9. data/_data/footer/hi/data.json +68 -68
  10. data/_data/footer/networksites.json +15 -15
  11. data/_data/header/en/data.json +68 -71
  12. data/_data/wordgames/en/anagram_word_finder.json +48 -48
  13. data/_data/wordgames/en/eight_letter_word_finder.json +223 -223
  14. data/_data/wordgames/en/eleven_letter_word_finder.json +184 -184
  15. data/_data/wordgames/en/five_letter_word_finder.json +188 -188
  16. data/_data/wordgames/en/four_letter_word_finder.json +176 -176
  17. data/_data/wordgames/en/jumble_word_finder.json +54 -62
  18. data/_data/wordgames/en/lexical_word_finder.json +60 -60
  19. data/_data/wordgames/en/nine_letter_word_finder.json +184 -184
  20. data/_data/wordgames/en/root.json +79 -79
  21. data/_data/wordgames/en/scrabble_word_finder_cheat.json +48 -48
  22. data/_data/wordgames/en/seven_letter_word_finder.json +184 -184
  23. data/_data/wordgames/en/six_letter_word_finder.json +175 -175
  24. data/_data/wordgames/en/ten_letter_word_finder.json +184 -184
  25. data/_data/wordgames/en/thirteen_letter_word_finder.json +184 -184
  26. data/_data/wordgames/en/three_letter_word_finder.json +188 -188
  27. data/_data/wordgames/en/twelve_letter_word_finder.json +184 -184
  28. data/_data/wordgames/en/two_letter_word_finder.json +188 -188
  29. data/_data/wordgames/en/words_with_friends_word_finder.json +55 -55
  30. data/_includes/Rating/rating.html +91 -87
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/author_bio.html +15 -15
  33. data/_includes/authors/authors.html +27 -27
  34. data/_includes/custom-head.html +31 -31
  35. data/_includes/disqus_comments.html +10 -10
  36. data/_includes/filterWords/index.html +10 -10
  37. data/_includes/footer/index.html +47 -43
  38. data/_includes/google-analytics.html +22 -22
  39. data/_includes/head/index.html +108 -104
  40. data/_includes/header/blogHeader.html +28 -28
  41. data/_includes/header/index.html +41 -46
  42. data/_includes/paginationBlogPage.html +34 -34
  43. data/_includes/paginationPostPage.html +14 -14
  44. data/_includes/postauthorbio.html +17 -17
  45. data/_includes/postbox.html +29 -29
  46. data/_includes/script.html +13 -13
  47. data/_includes/section/about.html +25 -25
  48. data/_includes/section/alertbar.html +11 -11
  49. data/_includes/section/blog.html +41 -41
  50. data/_includes/section/commonPage.html +99 -92
  51. data/_includes/section/count.html +23 -23
  52. data/_includes/section/feature.html +34 -34
  53. data/_includes/section/home.html +94 -89
  54. data/_includes/section/home2.html +90 -83
  55. data/_includes/section/news.html +32 -32
  56. data/_includes/section/recent_posts.html +42 -42
  57. data/_includes/section/related_categories_post.html +73 -73
  58. data/_includes/section/related_tag_post.html +59 -59
  59. data/_includes/section/wordGroup.html +6 -6
  60. data/_includes/seo.html +56 -57
  61. data/_includes/share/socialshare.html +49 -50
  62. data/_layouts/blog.html +66 -66
  63. data/_layouts/categories.html +25 -25
  64. data/_layouts/default.html +43 -43
  65. data/_layouts/disclaimer.html +115 -115
  66. data/_layouts/page.html +67 -67
  67. data/_layouts/page2.html +60 -60
  68. data/_layouts/post.html +69 -69
  69. data/_layouts/privacyPolicy.html +420 -420
  70. data/_layouts/termAndCondition.html +421 -421
  71. data/_layouts/wordMeaning.html +106 -106
  72. data/assets/css/HomePageblog.css +154 -154
  73. data/assets/css/about.css +51 -51
  74. data/assets/css/advancedFilter.css +160 -160
  75. data/assets/css/blog.css +481 -481
  76. data/assets/css/feature.css +69 -69
  77. data/assets/css/footer.css +95 -95
  78. data/assets/css/home.css +235 -234
  79. data/assets/css/news.css +62 -62
  80. data/assets/css/style.css +399 -386
  81. data/assets/css/wordGroup.css +62 -62
  82. data/assets/images/angle-arrow-down.svg +43 -43
  83. data/assets/images/facebook-square.svg +1 -0
  84. data/assets/images/facebook.svg +1 -0
  85. data/assets/images/instagram-square.svg +1 -0
  86. data/assets/images/linkedin.svg +1 -0
  87. data/assets/images/linkedin2.svg +1 -0
  88. data/assets/images/ratingStar.png +0 -0
  89. data/assets/images/right.svg +38 -38
  90. data/assets/images/right2.svg +38 -38
  91. data/assets/images/right3.svg +38 -38
  92. data/assets/images/star.svg +1 -0
  93. data/assets/images/twitter-square.svg +1 -0
  94. data/assets/images/twitter.svg +1 -0
  95. data/assets/images/twitter2.svg +1 -0
  96. data/assets/images/window-close.png +0 -0
  97. data/assets/images/window-close.svg +1 -0
  98. data/assets/images/word-games-logo.svg +52 -52
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/X-letter.js +359 -359
  101. data/assets/js/advancedFilter.js +5 -5
  102. data/assets/js/advancedFilter2.js +12 -12
  103. data/assets/js/advancedFilter3.js +2 -2
  104. data/assets/js/scrabbleDictonary.js +165 -165
  105. data/assets/js/wordScrabble.js +511 -510
  106. metadata +19 -8
  107. data/_data/header/hi/data.json +0 -145
@@ -1,69 +1,69 @@
1
- .feature {
2
- margin-top: -120px;
3
- margin-left: 60px;
4
- margin-bottom: 450px;
5
- color: #fff;
6
- }
7
- .feature img {
8
- width: 420px;
9
- position: absolute;
10
- top: -200px;
11
- height: 700px;
12
- z-index: -1;
13
- left: -15px;
14
- }
15
-
16
- .card-body > i {
17
- font-size: 20px;
18
- }
19
- .card-body > .card-title {
20
- transition: all 0.5s ease;
21
- font-size: 1.5rem;
22
- line-height: 25px;
23
- color: #000;
24
- font-weight: 600;
25
- margin-bottom: 8px;
26
- margin-top: 5px;
27
- }
28
- .card-body:hover i {
29
- transform: scale(1.2);
30
- transition: all 0.5s linear;
31
- }
32
- .card-body:hover .card-text {
33
- transition: all 0.5s linear;
34
- color: #6c757d !important;
35
- }
36
- .card-body:hover {
37
- border-radius: 10px;
38
- transition: all 0.5s ease;
39
- background-color: #f7f7f7;
40
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
41
- }
42
-
43
- @media (max-width: 1125px) {
44
- .feature {
45
- padding: 15px;
46
- background-color: #b641da;
47
- margin-left: 0;
48
- margin-top: 0;
49
- margin-bottom: 0;
50
- }
51
- .feature .feature-title,
52
- .feature-description {
53
- width: 100% !important;
54
- text-align: center;
55
- }
56
- .feature img,
57
- .site-no {
58
- display: none;
59
- }
60
- .card-body .card-text {
61
- color: #6c757d !important;
62
- }
63
- .card-body {
64
- border-radius: 10px;
65
- background-color: #f7f7f7;
66
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
67
- margin: 20px 0;
68
- }
69
- }
1
+ .feature {
2
+ margin-top: -120px;
3
+ margin-left: 60px;
4
+ margin-bottom: 450px;
5
+ color: #fff;
6
+ }
7
+ .feature img {
8
+ width: 420px;
9
+ position: absolute;
10
+ top: -200px;
11
+ height: 700px;
12
+ z-index: -1;
13
+ left: -15px;
14
+ }
15
+
16
+ .card-body > i {
17
+ font-size: 20px;
18
+ }
19
+ .card-body > .card-title {
20
+ transition: all 0.5s ease;
21
+ font-size: 1.5rem;
22
+ line-height: 25px;
23
+ color: #000;
24
+ font-weight: 600;
25
+ margin-bottom: 8px;
26
+ margin-top: 5px;
27
+ }
28
+ .card-body:hover i {
29
+ transform: scale(1.2);
30
+ transition: all 0.5s linear;
31
+ }
32
+ .card-body:hover .card-text {
33
+ transition: all 0.5s linear;
34
+ color: #6c757d !important;
35
+ }
36
+ .card-body:hover {
37
+ border-radius: 10px;
38
+ transition: all 0.5s ease;
39
+ background-color: #f7f7f7;
40
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
41
+ }
42
+
43
+ @media (max-width: 1125px) {
44
+ .feature {
45
+ padding: 15px;
46
+ background-color: #b641da;
47
+ margin-left: 0;
48
+ margin-top: 0;
49
+ margin-bottom: 0;
50
+ }
51
+ .feature .feature-title,
52
+ .feature-description {
53
+ width: 100% !important;
54
+ text-align: center;
55
+ }
56
+ .feature img,
57
+ .site-no {
58
+ display: none;
59
+ }
60
+ .card-body .card-text {
61
+ color: #6c757d !important;
62
+ }
63
+ .card-body {
64
+ border-radius: 10px;
65
+ background-color: #f7f7f7;
66
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
67
+ margin: 20px 0;
68
+ }
69
+ }
@@ -1,95 +1,95 @@
1
- /* styling for footer */
2
- .footer-container {
3
- width: 960px;
4
- height: 590px;
5
- background: url(../images/footer.png);
6
- background-size: cover;
7
- padding: 85px 0;
8
- overflow: hidden;
9
- margin: 0 auto;
10
- position: relative;
11
- top: 0px;
12
- }
13
-
14
- footer {
15
- color: #fff;
16
- display: flex;
17
- justify-content: space-between;
18
- height: 100%;
19
- text-align: center;
20
- font-size: 5rem;
21
- }
22
-
23
- hr {
24
- background: #fff;
25
- border: 2px solid #fff;
26
- width: 50px;
27
- margin: 1rem auto;
28
- }
29
- .txt-color {
30
- color: #fff !important;
31
- text-decoration: none !important;
32
- font-size: 3rem;
33
- font-weight: 900;
34
- }
35
- .txt-color:hover {
36
- color: deepskyblue !important;
37
- transition: all 0.5s linear;
38
- -moz-transition: all 0.5s linear;
39
- -webkit-transition: all 0.5s linear;
40
- }
41
-
42
- .socialIons > .list-items {
43
- display: flex;
44
- justify-content: center;
45
- width: 100%;
46
- }
47
- .socialIons > .list-items > li {
48
- list-style: none;
49
- padding: 0 15px;
50
- }
51
- .socialIons i:hover {
52
- color: deepskyblue;
53
- transition: all 0.5s linear;
54
- -moz-transition: all 0.5s linear;
55
- -webkit-transition: all 0.5s linear;
56
- }
57
- .socialIons > .list-items > li i {
58
- font-size: 25px;
59
- color: #fff;
60
- }
61
- .pages {
62
- width: 100%;
63
- display: flex;
64
- justify-content: center;
65
- }
66
- .pages > a {
67
- text-decoration: none !important;
68
- color: #fff !important;
69
- font-size: 15px;
70
- padding-right: 20px;
71
- }
72
- @media (max-width: 768px) {
73
- .pages {
74
- flex-direction: column;
75
- }
76
- .pages > a {
77
- padding-top: 10px;
78
- }
79
- }
80
- @media (max-width: 500px) {
81
- footer {
82
- font-size: 0;
83
- }
84
- .txt-color {
85
- font-size: 2rem;
86
- }
87
- }
88
-
89
- @media (max-width: 968px) {
90
- .footer-container {
91
- width: 100%;
92
- background-position: center;
93
- }
94
- }
95
- /* over styling for footer */
1
+ /* styling for footer */
2
+ .footer-container {
3
+ width: 960px;
4
+ height: 590px;
5
+ background: url(../images/footer.png);
6
+ background-size: cover;
7
+ padding: 85px 0;
8
+ overflow: hidden;
9
+ margin: 0 auto;
10
+ position: relative;
11
+ top: 0px;
12
+ }
13
+
14
+ footer {
15
+ color: #fff;
16
+ display: flex;
17
+ justify-content: space-between;
18
+ height: 100%;
19
+ text-align: center;
20
+ font-size: 5rem;
21
+ }
22
+
23
+ hr {
24
+ background: #fff;
25
+ border: 2px solid #fff;
26
+ width: 50px;
27
+ margin: 1rem auto;
28
+ }
29
+ .txt-color {
30
+ color: #fff !important;
31
+ text-decoration: none !important;
32
+ font-size: 3rem;
33
+ font-weight: 900;
34
+ }
35
+ .txt-color:hover {
36
+ color: deepskyblue !important;
37
+ transition: all 0.5s linear;
38
+ -moz-transition: all 0.5s linear;
39
+ -webkit-transition: all 0.5s linear;
40
+ }
41
+
42
+ .socialIons > .list-items {
43
+ display: flex;
44
+ justify-content: center;
45
+ width: 100%;
46
+ }
47
+ .socialIons > .list-items > li {
48
+ list-style: none;
49
+ padding: 0 15px;
50
+ }
51
+ .socialIons i:hover {
52
+ color: deepskyblue;
53
+ transition: all 0.5s linear;
54
+ -moz-transition: all 0.5s linear;
55
+ -webkit-transition: all 0.5s linear;
56
+ }
57
+ .socialIons > .list-items > li i {
58
+ font-size: 25px;
59
+ color: #fff;
60
+ }
61
+ .pages {
62
+ width: 100%;
63
+ display: flex;
64
+ justify-content: center;
65
+ }
66
+ .pages > a {
67
+ text-decoration: none !important;
68
+ color: #fff !important;
69
+ font-size: 15px;
70
+ padding-right: 20px;
71
+ }
72
+ @media (max-width: 768px) {
73
+ .pages {
74
+ flex-direction: column;
75
+ }
76
+ .pages > a {
77
+ padding-top: 10px;
78
+ }
79
+ }
80
+ @media (max-width: 500px) {
81
+ footer {
82
+ font-size: 0;
83
+ }
84
+ .txt-color {
85
+ font-size: 2rem;
86
+ }
87
+ }
88
+
89
+ @media (max-width: 968px) {
90
+ .footer-container {
91
+ width: 100%;
92
+ background-position: center;
93
+ }
94
+ }
95
+ /* over styling for footer */
data/assets/css/home.css CHANGED
@@ -1,234 +1,235 @@
1
- .pageHeaderBg {
2
- width: 100%;
3
- display: flex;
4
- flex-direction: column;
5
- justify-content: center;
6
- align-items: center;
7
- height: 50vh;
8
- background: url(../images/bg_elements.png);
9
- background-position: center;
10
- background-size: cover;
11
- margin-bottom: 20vh;
12
- }
13
- .serachSection {
14
- height: 50px;
15
- position: relative;
16
- }
17
- input:-webkit-autofill,
18
- input:-webkit-autofill:hover,
19
- input:-webkit-autofill:focus,
20
- input:-webkit-autofill:active {
21
- transition: background-color 5000s ease-in-out 0s;
22
- }
23
-
24
- .txtBox {
25
- height: 60px;
26
- border-radius: 8px;
27
- border: solid 1px rgba(0, 0, 0, 0.1);
28
- background: #fff;
29
- padding: 0;
30
- width: 100%;
31
- font-size: 15px;
32
- font-weight: 700;
33
- font-style: normal;
34
- letter-spacing: normal;
35
- color: var(--txtColor);
36
- text-indent: 15px;
37
- outline: none;
38
- }
39
- .txtBox::placeholder {
40
- /* Chrome, Firefox, Opera, Safari 10.1+ */
41
- color: var(--txtColor);
42
- opacity: 0.5; /* Firefox */
43
- font-weight: 500 !important;
44
- }
45
-
46
- .txtBox::-ms-input-placeholder {
47
- /* Internet Explorer 10-11 */
48
- color: var(--txtColor);
49
- opacity: 0.5;
50
- font-weight: 500 !important;
51
- }
52
-
53
- .txtBox::-ms-input-placeholder {
54
- /* Microsoft Edge */
55
- color: var(--txtColor);
56
- opacity: 0.5;
57
- font-weight: 500 !important;
58
- }
59
- .serachBtn {
60
- background: url(../images/search.svg) no-repeat center center;
61
- background-size: 35px 35px;
62
- height: 59px;
63
- width: 59px;
64
- border: none;
65
- position: absolute;
66
- top: 0px;
67
- right: 0px;
68
- outline: none;
69
- border-top-right-radius: 8px;
70
- border-bottom-right-radius: 8px;
71
- background-color: #000;
72
- }
73
- .advancedFilter .filterButton {
74
- background: #f8f9fa;
75
- box-shadow: 0 0 2px #343a4063;
76
- width: 190px;
77
- border-radius: 10px;
78
- cursor: pointer;
79
- border: none;
80
- padding: 10px;
81
- text-align: left;
82
- color: #1c1107;
83
- font-size: 13px;
84
- font-weight: 600;
85
- font-stretch: normal;
86
- font-style: normal;
87
- outline: none;
88
- }
89
- .angle-arrow2 {
90
- background: url(../images/angle-arrow-down.svg) no-repeat;
91
- background-size: contain;
92
- width: 10px;
93
- height: 20px;
94
- font-weight: 900;
95
- position: absolute;
96
- top: 19px;
97
- right: 9px;
98
- margin: -3px 0;
99
- cursor: pointer;
100
- /* z-index: 9999; */
101
- }
102
- #select_dropDown {
103
- background: #f8f9fa;
104
- box-shadow: 0 0 2px #343a4063;
105
- word-wrap: normal;
106
- width: 190px;
107
- border-radius: 10px;
108
- cursor: pointer;
109
- border: none;
110
- padding: 10px;
111
- text-align: left;
112
- color: #1c1107;
113
- font-size: 13px;
114
- font-weight: 600;
115
- font-stretch: normal;
116
- font-style: normal;
117
- outline: none;
118
- }
119
- .select_dropDown2 {
120
- position: absolute;
121
- top: 0px;
122
- font-size: 15px;
123
- width: 156px;
124
- overflow: hidden;
125
- object-fit: cover;
126
- right: 69px;
127
- padding: 18px 0;
128
- border-radius: 0;
129
- border: none;
130
- box-shadow: none;
131
- background: white;
132
- border-left: 1px solid rgba(0, 0, 0, 0.11);
133
- border-top: 1px solid rgba(0, 0, 0, 0.11);
134
- border-bottom: 1px solid rgba(0, 0, 0, 0.11);
135
- }
136
- .select_dropDown2:focus {
137
- outline: none;
138
- }
139
- .fillterWrapper {
140
- display: none;
141
- }
142
- .fillterWrapper label {
143
- margin: 0;
144
- text-indent: 12px;
145
- }
146
- .fillterWrapper input {
147
- border-radius: 10px;
148
- border: solid 1px rgba(0, 0, 0, 0.11);
149
- background-color: #fff;
150
- font-size: 12px;
151
- padding: 5px;
152
- text-indent: 15px;
153
- width: 190px;
154
- outline: none;
155
- }
156
- .active {
157
- z-index: 999;
158
- top: 122px;
159
- background: #fff;
160
- box-shadow: 0 0 5px rgb(0 0 0 / 40%);
161
- padding: 15px 15px;
162
- border-radius: 15px;
163
- height: auto;
164
- position: absolute;
165
- right: -16px;
166
- margin: 1rem 0;
167
- flex-direction: column;
168
- width: 240px;
169
- display: inline-flex !important;
170
- gap: 5px;
171
- }
172
-
173
- .errorMsg {
174
- text-align: center;
175
- font-size: 20px;
176
- color: red;
177
- font-weight: 800;
178
- }
179
-
180
- #containerWd {
181
- width: 700px !important;
182
- }
183
- @media (max-width: 768px) {
184
- .wrapper_dropDown {
185
- align-items: flex-end;
186
- flex-direction: column;
187
- }
188
- .txtBox {
189
- height: 40px !important;
190
- }
191
- .serachBtn {
192
- height: 40px !important;
193
- width: 40px !important;
194
- }
195
- .advancedFilter .filterButton {
196
- top: 60px;
197
- }
198
- .select_dropDown2 {
199
- padding: 8px 0;
200
- width: 30%;
201
- right: 40px;
202
- }
203
- }
204
- @media (max-width: 768px) {
205
- #select_dropDown {
206
- bottom: 0;
207
- position: fixed;
208
- width: 50%;
209
- right: 0;
210
- border-radius: 0;
211
- padding: 9.5px;
212
- z-index: 99;
213
- }
214
- .pageHeading h1 {
215
- font-size: 2.5rem;
216
- }
217
- #containerWd {
218
- width: 100% !important;
219
- }
220
- .active {
221
- top: 102px;
222
- display: flex;
223
- right: -5px;
224
- }
225
- .fillterWrapper input {
226
- width: 100%;
227
- margin-bottom: 10px;
228
- }
229
- }
230
- @media (max-width: 992px) {
231
- .navbar-nav .nav-item {
232
- padding: 0px !important;
233
- }
234
- }
1
+ .pageHeaderBg {
2
+ width: 100%;
3
+ display: flex;
4
+ flex-direction: column;
5
+ justify-content: center;
6
+ align-items: center;
7
+ height: 50vh;
8
+ background: url(../images/bg_elements.png);
9
+ background-position: center;
10
+ background-size: cover;
11
+ margin-bottom: 20vh;
12
+ }
13
+ .serachSection {
14
+ height: 50px;
15
+ position: relative;
16
+ }
17
+ input:-webkit-autofill,
18
+ input:-webkit-autofill:hover,
19
+ input:-webkit-autofill:focus,
20
+ input:-webkit-autofill:active {
21
+ transition: background-color 5000s ease-in-out 0s;
22
+ }
23
+
24
+ .txtBox {
25
+ height: 60px;
26
+ border-radius: 8px;
27
+ border: solid 1px rgba(0, 0, 0, 0.1);
28
+ background: #fff;
29
+ padding: 0;
30
+ width: 100%;
31
+ font-size: 15px;
32
+ font-weight: 700;
33
+ font-style: normal;
34
+ letter-spacing: normal;
35
+ color: var(--txtColor);
36
+ text-indent: 15px;
37
+ outline: none;
38
+ }
39
+ .txtBox::placeholder {
40
+ /* Chrome, Firefox, Opera, Safari 10.1+ */
41
+ color: var(--txtColor);
42
+ opacity: 0.5; /* Firefox */
43
+ font-weight: 500 !important;
44
+ }
45
+
46
+ .txtBox::-ms-input-placeholder {
47
+ /* Internet Explorer 10-11 */
48
+ color: var(--txtColor);
49
+ opacity: 0.5;
50
+ font-weight: 500 !important;
51
+ }
52
+
53
+ .txtBox::-ms-input-placeholder {
54
+ /* Microsoft Edge */
55
+ color: var(--txtColor);
56
+ opacity: 0.5;
57
+ font-weight: 500 !important;
58
+ }
59
+ .serachBtn {
60
+ background: url(../images/search.svg) no-repeat center center;
61
+ background-size: 35px 35px;
62
+ height: 59px;
63
+ width: 59px;
64
+ border: none;
65
+ position: absolute;
66
+ top: 0px;
67
+ right: 0px;
68
+ outline: none;
69
+ border-top-right-radius: 8px;
70
+ border-bottom-right-radius: 8px;
71
+ background-color: #000;
72
+ }
73
+ .advancedFilter .filterButton {
74
+ background: #f8f9fa;
75
+ box-shadow: 0 0 2px #343a4063;
76
+ width: 190px;
77
+ border-radius: 10px;
78
+ cursor: pointer;
79
+ border: none;
80
+ padding: 10px;
81
+ text-align: left;
82
+ color: #1c1107;
83
+ font-size: 13px;
84
+ font-weight: 600;
85
+ font-stretch: normal;
86
+ font-style: normal;
87
+ outline: none;
88
+ }
89
+ .angle-arrow2 {
90
+ background: url(../images/angle-arrow-down.svg) no-repeat;
91
+ background-size: contain;
92
+ width: 10px;
93
+ height: 20px;
94
+ font-weight: 900;
95
+ position: absolute;
96
+ top: 19px;
97
+ right: 9px;
98
+ margin: -3px 0;
99
+ cursor: pointer;
100
+ /* z-index: 9999; */
101
+ }
102
+ #select_dropDown {
103
+ background: #f8f9fa;
104
+ box-shadow: 0 0 2px #343a4063;
105
+ word-wrap: normal;
106
+ width: 190px;
107
+ border-radius: 10px;
108
+ cursor: pointer;
109
+ border: none;
110
+ padding: 10px;
111
+ text-align: left;
112
+ color: #1c1107;
113
+ font-size: 13px;
114
+ font-weight: 600;
115
+ font-stretch: normal;
116
+ font-style: normal;
117
+ outline: none;
118
+ }
119
+ .select_dropDown2 {
120
+ position: absolute;
121
+ top: 0px;
122
+ font-size: 15px;
123
+ width: 156px;
124
+ overflow: hidden;
125
+ object-fit: cover;
126
+ right: 69px;
127
+ padding: 18px 0;
128
+ border-bottom: 0 !important;
129
+ border-radius: 0;
130
+ border: none;
131
+ box-shadow: none;
132
+ background: white;
133
+ border-left: 1px solid rgba(0, 0, 0, 0.11);
134
+ border-top: 1px solid rgba(0, 0, 0, 0.11);
135
+ border-bottom: 1px solid rgba(0, 0, 0, 0.11);
136
+ }
137
+ .select_dropDown2:focus {
138
+ outline: none;
139
+ }
140
+ .fillterWrapper {
141
+ display: none;
142
+ }
143
+ .fillterWrapper label {
144
+ margin: 0;
145
+ text-indent: 12px;
146
+ }
147
+ .fillterWrapper input {
148
+ border-radius: 10px;
149
+ border: solid 1px rgba(0, 0, 0, 0.11);
150
+ background-color: #fff;
151
+ font-size: 12px;
152
+ padding: 5px;
153
+ text-indent: 15px;
154
+ width: 190px;
155
+ outline: none;
156
+ }
157
+ .active {
158
+ z-index: 999;
159
+ top: 122px;
160
+ background: #fff;
161
+ box-shadow: 0 0 5px rgb(0 0 0 / 40%);
162
+ padding: 15px 15px;
163
+ border-radius: 15px;
164
+ height: auto;
165
+ position: absolute;
166
+ right: -16px;
167
+ margin: 1rem 0;
168
+ flex-direction: column;
169
+ width: 240px;
170
+ display: inline-flex !important;
171
+ gap: 5px;
172
+ }
173
+
174
+ .errorMsg {
175
+ text-align: center;
176
+ font-size: 20px;
177
+ color: red;
178
+ font-weight: 800;
179
+ }
180
+
181
+ #containerWd {
182
+ width: 700px !important;
183
+ }
184
+ @media (max-width: 768px) {
185
+ .wrapper_dropDown {
186
+ align-items: flex-end;
187
+ flex-direction: column;
188
+ }
189
+ .txtBox {
190
+ height: 40px !important;
191
+ }
192
+ .serachBtn {
193
+ height: 40px !important;
194
+ width: 40px !important;
195
+ }
196
+ .advancedFilter .filterButton {
197
+ top: 60px;
198
+ }
199
+ .select_dropDown2 {
200
+ padding: 8px 0;
201
+ width: 30%;
202
+ right: 40px;
203
+ }
204
+ }
205
+ @media (max-width: 768px) {
206
+ #select_dropDown {
207
+ bottom: 0;
208
+ position: fixed;
209
+ width: 50%;
210
+ right: 0;
211
+ border-radius: 0;
212
+ padding: 9.5px;
213
+ z-index: 99;
214
+ }
215
+ .pageHeading h1 {
216
+ font-size: 2.5rem;
217
+ }
218
+ #containerWd {
219
+ width: 100% !important;
220
+ }
221
+ .active {
222
+ top: 102px;
223
+ display: flex;
224
+ right: -5px;
225
+ }
226
+ .fillterWrapper input {
227
+ width: 100%;
228
+ margin-bottom: 10px;
229
+ }
230
+ }
231
+ @media (max-width: 992px) {
232
+ .navbar-nav .nav-item {
233
+ padding: 0px !important;
234
+ }
235
+ }