Commit fc199978120ab032df67cce274cc7c3bdf744ba1
1 parent
6a0a622ec2
Exists in
master
confirmation page design change
Showing
2 changed files
with
15 additions
and
11 deletions
Show diff stats
css/custom.css
1 | /* { | 1 | /* { |
2 | outline: none !important; | 2 | outline: none !important; |
3 | } */ | 3 | } */ |
4 | 4 | ||
5 | .logo{ | 5 | .logo{ |
6 | height: 45px; | 6 | height: 45px; |
7 | /* margin-left: */ | 7 | /* margin-left: */ |
8 | } | 8 | } |
9 | 9 | ||
10 | .hyperColor{ | 10 | .hyperColor{ |
11 | color: white !important; | 11 | color: white !important; |
12 | cursor: pointer !important; | 12 | cursor: pointer !important; |
13 | } | 13 | } |
14 | .main-heading{ | 14 | .main-heading{ |
15 | height: 70px; | 15 | height: 70px; |
16 | line-height: 70px; | 16 | line-height: 70px; |
17 | } | 17 | } |
18 | .card{ | 18 | .card{ |
19 | flex-direction: column; | 19 | flex-direction: column; |
20 | background-color: rgb(255,255,255); | 20 | background-color: rgb(255,255,255); |
21 | border-radius: 0; | 21 | border-radius: 0; |
22 | width: 676px; | 22 | width: 676px; |
23 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 23 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
24 | } | 24 | } |
25 | .card input{ | 25 | .card input{ |
26 | display: none; | 26 | display: none; |
27 | } | 27 | } |
28 | .card .card-content{ | 28 | .card .card-content{ |
29 | padding: 12px; | 29 | padding: 12px; |
30 | font-size: 12px; | 30 | font-size: 12px; |
31 | } | 31 | } |
32 | .card p{ | 32 | .card p{ |
33 | margin-top:18px; | 33 | margin-top:18px; |
34 | margin-right:4px ; | 34 | margin-right:4px ; |
35 | margin-bottom:-5px; | 35 | margin-bottom:-5px; |
36 | /*margin-left:13px;*/ | 36 | /*margin-left:13px;*/ |
37 | 37 | ||
38 | font-family: montserrat, arial, verdana; | 38 | font-family: montserrat, arial, verdana; |
39 | font-weight: normal; | 39 | font-weight: normal; |
40 | font-size: 12px; | 40 | font-size: 12px; |
41 | } | 41 | } |
42 | .card .thumbnail{ | 42 | .card .thumbnail{ |
43 | padding: 15px 30px 1px 28px; | 43 | padding: 15px 30px 1px 28px; |
44 | border: 0; | 44 | border: 0; |
45 | border-radius: 0px !important; | 45 | border-radius: 0px !important; |
46 | } | 46 | } |
47 | .panel-default{ | 47 | .panel-default{ |
48 | border-color: #ddd; | 48 | border-color: #ddd; |
49 | } | 49 | } |
50 | .video-wrapper{ | 50 | .video-wrapper{ |
51 | padding: 16px 0; | 51 | padding: 16px 0; |
52 | } | 52 | } |
53 | .stageRadio:checked+label{ | 53 | .stageRadio:checked+label{ |
54 | background-color: #42b549; | 54 | background-color: #42b549; |
55 | color: #fff !important; | 55 | color: #fff !important; |
56 | } | 56 | } |
57 | 57 | ||
58 | .stageRadio1:checked+label{ | 58 | .stageRadio1:checked+label{ |
59 | background-color: rgba(158, 158, 158, 0.05); | 59 | background-color: rgba(158, 158, 158, 0.05); |
60 | } | 60 | } |
61 | 61 | ||
62 | /* css for radio buttons */ | 62 | /* css for radio buttons */ |
63 | 63 | ||
64 | .option-input { | 64 | .option-input { |
65 | -webkit-appearance: none; | 65 | -webkit-appearance: none; |
66 | -moz-appearance: none; | 66 | -moz-appearance: none; |
67 | -ms-appearance: none; | 67 | -ms-appearance: none; |
68 | -o-appearance: none; | 68 | -o-appearance: none; |
69 | appearance: none; | 69 | appearance: none; |
70 | position: relative; | 70 | position: relative; |
71 | /*top: 13.33333px;*/ | 71 | /*top: 13.33333px;*/ |
72 | right: 0; | 72 | right: 0; |
73 | bottom: 0; | 73 | bottom: 0; |
74 | left: 0; | 74 | left: 0; |
75 | height: 15px; | 75 | height: 15px; |
76 | width: 15px; | 76 | width: 15px; |
77 | transition: all 0.15s ease-out 0s; | 77 | transition: all 0.15s ease-out 0s; |
78 | background: transparent; | 78 | background: transparent; |
79 | border: 2px solid #42b549; | 79 | border: 2px solid #42b549; |
80 | color: #fff; | 80 | color: #fff; |
81 | cursor: pointer; | 81 | cursor: pointer; |
82 | display: inline-block; | 82 | display: inline-block; |
83 | margin-right: 0.5rem; | 83 | margin-right: 0.5rem; |
84 | outline: none; | 84 | outline: none; |
85 | position: relative; | 85 | position: relative; |
86 | z-index: 1000; | 86 | z-index: 1000; |
87 | } | 87 | } |
88 | .option-input:checked { | 88 | .option-input:checked { |
89 | background: #42b549; | 89 | background: #42b549; |
90 | } | 90 | } |
91 | .option-input:checked::before { | 91 | .option-input:checked::before { |
92 | height: 20px; | 92 | height: 20px; |
93 | width: 20px; | 93 | width: 20px; |
94 | position: absolute; | 94 | position: absolute; |
95 | /*content: '✔';*/ | 95 | /*content: '✔';*/ |
96 | display: inline-block; | 96 | display: inline-block; |
97 | font-size: 12px; | 97 | font-size: 12px; |
98 | text-align: center; | 98 | text-align: center; |
99 | line-height: 22px; | 99 | line-height: 22px; |
100 | } | 100 | } |
101 | .option-input:checked::after { | 101 | .option-input:checked::after { |
102 | -webkit-animation: click-wave 0.65s; | 102 | -webkit-animation: click-wave 0.65s; |
103 | -moz-animation: click-wave 0.65s; | 103 | -moz-animation: click-wave 0.65s; |
104 | animation: click-wave 0.65s; | 104 | animation: click-wave 0.65s; |
105 | background: #40e0d0; | 105 | background: #40e0d0; |
106 | content: ''; | 106 | content: ''; |
107 | display: block; | 107 | display: block; |
108 | position: relative; | 108 | position: relative; |
109 | z-index: 100; | 109 | z-index: 100; |
110 | } | 110 | } |
111 | .option-input-a.radio-a::after { | 111 | .option-input-a.radio-a::after { |
112 | border-radius: 50%; | 112 | border-radius: 50%; |
113 | } | 113 | } |
114 | /*second css*/ | 114 | /*second css*/ |
115 | .option-input-a { | 115 | .option-input-a { |
116 | -webkit-appearance: none; | 116 | -webkit-appearance: none; |
117 | -moz-appearance: none; | 117 | -moz-appearance: none; |
118 | -ms-appearance: none; | 118 | -ms-appearance: none; |
119 | -o-appearance: none; | 119 | -o-appearance: none; |
120 | appearance: none; | 120 | appearance: none; |
121 | position: relative; | 121 | position: relative; |
122 | /*top: 13.33333px;*/ | 122 | /*top: 13.33333px;*/ |
123 | right: 0; | 123 | right: 0; |
124 | bottom: 0; | 124 | bottom: 0; |
125 | left: 0; | 125 | left: 0; |
126 | height: 22px; | 126 | height: 22px; |
127 | width: 22px; | 127 | width: 22px; |
128 | transition: all 0.15s ease-out 0s; | 128 | transition: all 0.15s ease-out 0s; |
129 | background: transparent; | 129 | background: transparent; |
130 | border: 2px solid #42b549; | 130 | border: 2px solid #42b549; |
131 | color: #fff; | 131 | color: #fff; |
132 | cursor: pointer; | 132 | cursor: pointer; |
133 | display: inline-block; | 133 | display: inline-block; |
134 | margin-right: 0.5rem; | 134 | margin-right: 0.5rem; |
135 | outline: none; | 135 | outline: none; |
136 | position: relative; | 136 | position: relative; |
137 | z-index: 1000; | 137 | z-index: 1000; |
138 | } | 138 | } |
139 | .option-input-a:checked { | 139 | .option-input-a:checked { |
140 | background: #42b549; | 140 | background: #42b549; |
141 | } | 141 | } |
142 | .option-input-a:checked::before { | 142 | .option-input-a:checked::before { |
143 | height: 20px; | 143 | height: 20px; |
144 | width: 20px; | 144 | width: 20px; |
145 | position: absolute; | 145 | position: absolute; |
146 | /*content: '✔';*/ | 146 | /*content: '✔';*/ |
147 | display: inline-block; | 147 | display: inline-block; |
148 | font-size: 12px; | 148 | font-size: 12px; |
149 | text-align: center; | 149 | text-align: center; |
150 | line-height: 22px; | 150 | line-height: 22px; |
151 | } | 151 | } |
152 | .option-input-a:checked::after { | 152 | .option-input-a:checked::after { |
153 | -webkit-animation: click-wave 0.65s; | 153 | -webkit-animation: click-wave 0.65s; |
154 | -moz-animation: click-wave 0.65s; | 154 | -moz-animation: click-wave 0.65s; |
155 | animation: click-wave 0.65s; | 155 | animation: click-wave 0.65s; |
156 | background: #40e0d0; | 156 | background: #40e0d0; |
157 | content: ''; | 157 | content: ''; |
158 | display: block; | 158 | display: block; |
159 | position: relative; | 159 | position: relative; |
160 | z-index: 100; | 160 | z-index: 100; |
161 | } | 161 | } |
162 | .option-input-a.radio-a { | 162 | .option-input-a.radio-a { |
163 | border-radius: 50%; | 163 | border-radius: 50%; |
164 | } | 164 | } |
165 | .option-input-a.radio-a::after { | 165 | .option-input-a.radio-a::after { |
166 | border-radius: 50%; | 166 | border-radius: 50%; |
167 | } | 167 | } |
168 | 168 | ||
169 | /* css for radio ends */ | 169 | /* css for radio ends */ |
170 | 170 | ||
171 | .card-small{ | 171 | .card-small{ |
172 | cursor: pointer; | 172 | cursor: pointer; |
173 | } | 173 | } |
174 | .card-small img{ | 174 | .card-small img{ |
175 | width: 37px; | 175 | width: 37px; |
176 | } | 176 | } |
177 | .card-small label{ | 177 | .card-small label{ |
178 | width: 100%; | 178 | width: 100%; |
179 | font-weight: normal; | 179 | font-weight: normal; |
180 | font-size: 12px; | 180 | font-size: 12px; |
181 | margin-top: 5px; | 181 | margin-top: 5px; |
182 | } | 182 | } |
183 | /*.text-input{ | 183 | /*.text-input{ |
184 | width: 100%; | 184 | width: 100%; |
185 | border: 0; | 185 | border: 0; |
186 | border-bottom: 2px solid #42b549; | 186 | border-bottom: 2px solid #42b549; |
187 | font-size: 18px; | 187 | font-size: 18px; |
188 | padding: 5px; | 188 | padding: 5px; |
189 | }*/ | 189 | }*/ |
190 | .input-wrapper{ | 190 | .input-wrapper{ |
191 | margin-bottom: 15px !important; | 191 | margin-bottom: 15px !important; |
192 | } | 192 | } |
193 | .select-input{ | 193 | .select-input{ |
194 | width: 100%; | 194 | width: 100%; |
195 | border: 0; | 195 | border: 0; |
196 | border-bottom: 2px solid #42b549; | 196 | border-bottom: 2px solid #42b549; |
197 | background-color: transparent; | 197 | background-color: transparent; |
198 | font-size: 12px; | 198 | font-size: 12px; |
199 | padding: 5px; | 199 | padding: 5px; |
200 | } | 200 | } |
201 | .submit-button, .submit-button:hover{ | 201 | .submit-button, .submit-button:hover{ |
202 | /*background-color: #00bcd4;*/ | 202 | /*background-color: #00bcd4;*/ |
203 | background-color: #0161EE; | 203 | background-color: #0161EE; |
204 | color: #fff; | 204 | color: #fff; |
205 | /*display: none;*/ | 205 | /*display: none;*/ |
206 | } | 206 | } |
207 | .submit-button:disabled{ | 207 | .submit-button:disabled{ |
208 | background-color: #ddd; | 208 | background-color: #ddd; |
209 | } | 209 | } |
210 | 210 | ||
211 | .submit-button-form, .submit-button-form:hover{ | 211 | .submit-button-form, .submit-button-form:hover{ |
212 | 212 | ||
213 | background-color: #0161EE; | 213 | background-color: #0161EE; |
214 | margin-top: 2%; | 214 | margin-top: 2%; |
215 | margin-bottom: 3%; | 215 | margin-bottom: 3%; |
216 | 216 | ||
217 | } | 217 | } |
218 | .submit-button-form:disabled{ | 218 | .submit-button-form:disabled{ |
219 | background-color: #ddd; | 219 | background-color: #ddd; |
220 | margin-top: 2%; | 220 | margin-top: 2%; |
221 | margin-bottom: 3%; | 221 | margin-bottom: 3%; |
222 | } | 222 | } |
223 | 223 | ||
224 | .textarea{ | 224 | .textarea{ |
225 | min-height: 97px; | 225 | min-height: 97px; |
226 | } | 226 | } |
227 | .error-message{ | 227 | .error-message{ |
228 | font-weight: inherit; | 228 | font-weight: inherit; |
229 | color: #ff0000; | 229 | color: #ff0000; |
230 | margin: 5px 4px -5px 0px; | 230 | margin: 5px 4px -5px 0px; |
231 | display: none; | 231 | display: none; |
232 | } | 232 | } |
233 | 233 | ||
234 | /*custom input*/ | 234 | /*custom input*/ |
235 | .text-input, select { | 235 | .text-input, select { |
236 | width: 100%; | 236 | width: 100%; |
237 | -webkit-appearance: none; | 237 | -webkit-appearance: none; |
238 | padding: 12px 25px; | 238 | padding: 12px 25px; |
239 | margin: -2px 0; | 239 | margin: -2px 0; |
240 | display: inline-block; | 240 | display: inline-block; |
241 | border: 0px solid rgba(51, 51, 51, 0); | 241 | border: 0px solid rgba(51, 51, 51, 0); |
242 | border-radius: -3px; | 242 | border-radius: -3px; |
243 | box-sizing: border-box; | 243 | box-sizing: border-box; |
244 | box-shadow: 0 0 10px rgba(240, 255, 235); | 244 | box-shadow: 0 0 10px rgba(240, 255, 235); |
245 | -moz-box-shadow: 0 0 10px rgba(240, 255, 235); | 245 | -moz-box-shadow: 0 0 10px rgba(240, 255, 235); |
246 | -webkit-box-shadow: 0 0 5px #777; | 246 | -webkit-box-shadow: 0 0 5px #777; |
247 | -o-box-shadow: 0 0 10px rgba(240, 255, 235); | 247 | -o-box-shadow: 0 0 10px rgba(240, 255, 235); |
248 | font-size: 12px; | 248 | font-size: 12px; |
249 | } | 249 | } |
250 | 250 | ||
251 | /* progress bar css */ | 251 | /* progress bar css */ |
252 | 252 | ||
253 | @-webkit-keyframes | 253 | @-webkit-keyframes |
254 | load { 0% { | 254 | load { 0% { |
255 | stroke-dashoffset:0 | 255 | stroke-dashoffset:0 |
256 | } | 256 | } |
257 | } | 257 | } |
258 | @-moz-keyframes | 258 | @-moz-keyframes |
259 | load { 0% { | 259 | load { 0% { |
260 | stroke-dashoffset:0 | 260 | stroke-dashoffset:0 |
261 | } | 261 | } |
262 | } | 262 | } |
263 | @keyframes | 263 | @keyframes |
264 | load { 0% { | 264 | load { 0% { |
265 | stroke-dashoffset:0 | 265 | stroke-dashoffset:0 |
266 | } | 266 | } |
267 | } | 267 | } |
268 | 268 | ||
269 | /* Container */ | 269 | /* Container */ |
270 | 270 | ||
271 | .progress-form { | 271 | .progress-form { |
272 | position: relative; | 272 | position: relative; |
273 | display: inline-block; | 273 | display: inline-block; |
274 | padding: 0; | 274 | padding: 0; |
275 | text-align: center; | 275 | text-align: center; |
276 | } | 276 | } |
277 | 277 | ||
278 | /* Item */ | 278 | /* Item */ |
279 | 279 | ||
280 | .progress-form>li { | 280 | .progress-form>li { |
281 | display: inline-block; | 281 | display: inline-block; |
282 | position: relative; | 282 | position: relative; |
283 | text-align: center; | 283 | text-align: center; |
284 | color: #93A2AC; | 284 | color: #93A2AC; |
285 | font-family: Lato; | 285 | font-family: Lato; |
286 | font-weight: 100; | 286 | font-weight: 100; |
287 | margin: 2rem; | 287 | margin: 2rem; |
288 | } | 288 | } |
289 | 289 | ||
290 | .progress-form>li:before { | 290 | .progress-form>li:before { |
291 | content: attr(data-name); | 291 | content: attr(data-name); |
292 | position: absolute; | 292 | position: absolute; |
293 | width: 100%; | 293 | width: 100%; |
294 | bottom: -2rem; | 294 | bottom: -2rem; |
295 | font-weight: 400; | 295 | font-weight: 400; |
296 | } | 296 | } |
297 | 297 | ||
298 | .progress-form>li:after { | 298 | .progress-form>li:after { |
299 | content: attr(data-percent); | 299 | content: attr(data-percent); |
300 | position: absolute; | 300 | position: absolute; |
301 | width: 100%; | 301 | width: 100%; |
302 | top: 3.7rem; | 302 | top: 3.7rem; |
303 | left: 0; | 303 | left: 0; |
304 | font-size: 2rem; | 304 | font-size: 2rem; |
305 | text-align: center; | 305 | text-align: center; |
306 | } | 306 | } |
307 | 307 | ||
308 | .progress-form svg { | 308 | .progress-form svg { |
309 | width: 10rem; | 309 | width: 10rem; |
310 | height: 10rem; | 310 | height: 10rem; |
311 | } | 311 | } |
312 | 312 | ||
313 | .progress-form svg:nth-child(2) { | 313 | .progress-form svg:nth-child(2) { |
314 | position: absolute; | 314 | position: absolute; |
315 | left: 0; | 315 | left: 0; |
316 | top: 0; | 316 | top: 0; |
317 | transform: rotate(-90deg); | 317 | transform: rotate(-90deg); |
318 | -webkit-transform: rotate(-90deg); | 318 | -webkit-transform: rotate(-90deg); |
319 | -moz-transform: rotate(-90deg); | 319 | -moz-transform: rotate(-90deg); |
320 | -ms-transform: rotate(-90deg); | 320 | -ms-transform: rotate(-90deg); |
321 | } | 321 | } |
322 | 322 | ||
323 | .progress-form svg:nth-child(2) path { | 323 | .progress-form svg:nth-child(2) path { |
324 | fill: none; | 324 | fill: none; |
325 | stroke-width: 25; | 325 | stroke-width: 25; |
326 | stroke-dasharray: 629; | 326 | stroke-dasharray: 629; |
327 | stroke: rgba(255, 255, 255, 0.9); | 327 | stroke: rgba(255, 255, 255, 0.9); |
328 | -webkit-animation: load 10s; | 328 | -webkit-animation: load 10s; |
329 | -moz-animation: load 10s; | 329 | -moz-animation: load 10s; |
330 | -o-animation: load 10s; | 330 | -o-animation: load 10s; |
331 | animation: load 10s; | 331 | animation: load 10s; |
332 | } | 332 | } |
333 | /*circle of stage image*/ | 333 | /*circle of stage image*/ |
334 | .circular{ | 334 | .circular{ |
335 | 335 | ||
336 | -webkit-border-radius: 150px; | 336 | -webkit-border-radius: 150px; |
337 | -moz-border-radius: 150px; | 337 | -moz-border-radius: 150px; |
338 | border-radius: 150px; | 338 | border-radius: 150px; |
339 | box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); | 339 | box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); |
340 | border: 5px solid white; | 340 | border: 5px solid white; |
341 | overflow: hidden; | 341 | overflow: hidden; |
342 | position: fixed; | 342 | position: fixed; |
343 | height: 100px; | 343 | height: 100px; |
344 | width: 100px; | 344 | width: 100px; |
345 | left: 80px; | 345 | left: 80px; |
346 | top: 20px; | 346 | top: 20px; |
347 | } | 347 | } |
348 | /*font-size*/ | 348 | /*font-size*/ |
349 | .font{ | 349 | .font{ |
350 | font-size: 14px; | 350 | font-size: 14px; |
351 | } | 351 | } |
352 | 352 | ||
353 | .f-family { | 353 | .f-family { |
354 | font-family:sans-serif; | 354 | font-family:sans-serif; |
355 | } | 355 | } |
356 | 356 | ||
357 | /*container-card css*/ | 357 | /*container-card css*/ |
358 | .container-card { | 358 | .container-card { |
359 | width: auto; | 359 | width: auto; |
360 | float: left; | 360 | float: left; |
361 | margin: 31px 24px 26px 14px; | 361 | margin: 31px 24px 26px 14px; |
362 | } | 362 | } |
363 | 363 | ||
364 | /******This css for header container******/ | 364 | /******This css for header container******/ |
365 | .h1 { | 365 | .h1 { |
366 | font-size: 20px; | 366 | font-size: 20px; |
367 | margin: 11px; | 367 | margin: 11px; |
368 | } | 368 | } |
369 | 369 | ||
370 | .paragraph { | 370 | .paragraph { |
371 | font-size: 14px; | 371 | font-size: 14px; |
372 | margin: 30px 10px 20px; | 372 | margin: 30px 10px 20px; |
373 | line-height: 1.5; | 373 | line-height: 1.5; |
374 | } | 374 | } |
375 | /*This css for stages container*/ | 375 | /*This css for stages container*/ |
376 | 376 | ||
377 | .full-line { | 377 | .full-line { |
378 | border-bottom: 2px solid #dedede; | 378 | border-bottom: 2px solid #dedede; |
379 | padding: 15px 10px; | 379 | padding: 15px 10px; |
380 | } | 380 | } |
381 | 381 | ||
382 | .stages-card { | 382 | .stages-card { |
383 | width: auto; | 383 | width: auto; |
384 | float: left; | 384 | float: left; |
385 | /*margin: -30px 8px 7px 22px;*/ | 385 | /*margin: -30px 8px 7px 22px;*/ |
386 | } | 386 | } |
387 | 387 | ||
388 | /*form -css*/ | 388 | /*form -css*/ |
389 | .form-all { | 389 | .form-all { |
390 | margin: 13px 4px 26px -2px; | 390 | margin: 13px 4px 26px -2px; |
391 | border-radius: 15px; | 391 | border-radius: 15px; |
392 | background-color: #fff; | 392 | background-color: #fff; |
393 | padding-top: 1px; | 393 | padding-top: 1px; |
394 | padding-left: 1%; | 394 | padding-left: 1%; |
395 | /*display: none;*/ | 395 | /*display: none;*/ |
396 | } | 396 | } |
397 | 397 | ||
398 | .step-two-form{ | 398 | .step-two-form{ |
399 | display: block; | 399 | display: block; |
400 | } | 400 | } |
401 | 401 | ||
402 | /*This is for stages images*/ | 402 | /*This is for stages images*/ |
403 | .stage-img { | 403 | .stage-img { |
404 | width: 115px; | 404 | width: 115px; |
405 | } | 405 | } |
406 | 406 | ||
407 | .stage-thumbnail { | 407 | .stage-thumbnail { |
408 | float: left; | 408 | float: left; |
409 | margin-bottom: 0; | 409 | margin-bottom: 0; |
410 | } | 410 | } |
411 | 411 | ||
412 | .stage-shadow { | 412 | .stage-shadow { |
413 | /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 413 | /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
414 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 414 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
415 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ | 415 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ |
416 | /*margin: 3px 22px 14px 14px;*/ | 416 | /*margin: 3px 22px 14px 14px;*/ |
417 | background-color: #ffffff; | 417 | background-color: #ffffff; |
418 | } | 418 | } |
419 | 419 | ||
420 | /* .line-size { | 420 | /* .line-size { |
421 | 421 | ||
422 | } */ | 422 | } */ |
423 | 423 | ||
424 | .card-paragraph { | 424 | .card-paragraph { |
425 | background-color: rgba(66, 181, 73, 0.61); | 425 | background-color: rgba(66, 181, 73, 0.61); |
426 | color: #fff; | 426 | color: #fff; |
427 | } | 427 | } |
428 | 428 | ||
429 | /* identity card css*/ | 429 | /* identity card css*/ |
430 | 430 | ||
431 | .identity-shadow { | 431 | .identity-shadow { |
432 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 432 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
433 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 433 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
434 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 434 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
435 | margin: 15px 15px 17px 14px; | 435 | margin: 15px 15px 17px 14px; |
436 | background-color: #ffffff; | 436 | background-color: #ffffff; |
437 | /*display: none;*/ | 437 | /*display: none;*/ |
438 | } | 438 | } |
439 | 439 | ||
440 | .identity-question { | 440 | .identity-question { |
441 | border-bottom: 2px solid #dedede; | 441 | border-bottom: 2px solid #dedede; |
442 | padding: 0px 10px; | 442 | padding: 0px 10px; |
443 | } | 443 | } |
444 | 444 | ||
445 | .identity-align { | 445 | .identity-align { |
446 | margin: 8px -12px 19px 13px; | 446 | margin: 8px -12px 19px 13px; |
447 | } | 447 | } |
448 | 448 | ||
449 | 449 | ||
450 | /********This css for sectors**************/ | 450 | /********This css for sectors**************/ |
451 | .sectors-card { | 451 | .sectors-card { |
452 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 452 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
453 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 453 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
454 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 454 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
455 | margin: 27px 22px 14px 14px; | 455 | margin: 27px 22px 14px 14px; |
456 | background-color: #ffffff; | 456 | background-color: #ffffff; |
457 | /*display: none;*/ | 457 | /*display: none;*/ |
458 | } | 458 | } |
459 | 459 | ||
460 | .sector-card { | 460 | .sector-card { |
461 | width: auto; | 461 | width: auto; |
462 | float: left; | 462 | float: left; |
463 | margin: 29px 22px 26px 14px; | 463 | margin: 29px 22px 26px 14px; |
464 | } | 464 | } |
465 | 465 | ||
466 | .sector-question { | 466 | .sector-question { |
467 | border-bottom: 2px solid #dedede; | 467 | border-bottom: 2px solid #dedede; |
468 | padding: 15px 10px; | 468 | padding: 15px 10px; |
469 | } | 469 | } |
470 | 470 | ||
471 | /*To make the Stages in the center*/ | 471 | /*To make the Stages in the center*/ |
472 | .card-align { | 472 | .card-align { |
473 | /*margin: 56px -267px 11px -37px;*/ | 473 | /*margin: 56px -267px 11px -37px;*/ |
474 | } | 474 | } |
475 | 475 | ||
476 | /*To make the sectors in the center */ | 476 | /*To make the sectors in the center */ |
477 | 477 | ||
478 | 478 | ||
479 | /*************sidebar content margin***********/ | 479 | /*************sidebar content margin***********/ |
480 | .sidebar-align { | 480 | .sidebar-align { |
481 | margin: -5px -3px -18px 9px; | 481 | margin: -5px -3px -18px 9px; |
482 | } | 482 | } |
483 | 483 | ||
484 | .heading { | 484 | .heading { |
485 | margin: 15px 10px 15px 16px; | 485 | margin: 15px 10px 15px 16px; |
486 | } | 486 | } |
487 | .quiz { | 487 | .quiz { |
488 | margin: 5px 5px 6px 19px; | 488 | margin: 5px 5px 6px 19px; |
489 | font-size: 12px; | 489 | font-size: 12px; |
490 | } | 490 | } |
491 | 491 | ||
492 | #footer { | 492 | #footer { |
493 | /*position: bottom; | 493 | /*position: bottom; |
494 | width: 100%; | 494 | width: 100%; |
495 | height: auto;*/ | 495 | height: auto;*/ |
496 | } | 496 | } |
497 | 497 | ||
498 | #front { | 498 | #front { |
499 | background-color: #171717; | 499 | background-color: #171717; |
500 | /*background-image: url(/images/mock_up_background.jpg); | 500 | /*background-image: url(/images/mock_up_background.jpg); |
501 | background-repeat: no-repeat; | 501 | background-repeat: no-repeat; |
502 | background-size: cover; | 502 | background-size: cover; |
503 | background-attachment: fixed;*/ | 503 | background-attachment: fixed;*/ |
504 | } | 504 | } |
505 | 505 | ||
506 | /* .footer { | 506 | /* .footer { |
507 | 507 | ||
508 | bottom: 0px; | 508 | bottom: 0px; |
509 | background-color: #76b34f !important; | 509 | background-color: #76b34f !important; |
510 | width: 100%; | 510 | width: 100%; |
511 | color:rgba(255, 255, 255, 0.77); | 511 | color:rgba(255, 255, 255, 0.77); |
512 | }*/ | 512 | }*/ |
513 | 513 | ||
514 | /********question box*****************/ | 514 | /********question box*****************/ |
515 | .question-shadow { | 515 | .question-shadow { |
516 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 516 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
517 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 517 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
518 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 518 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
519 | margin: 15px 15px 17px 14px; | 519 | margin: 15px 15px 17px 14px; |
520 | background-color: #ffffff; | 520 | background-color: #ffffff; |
521 | } | 521 | } |
522 | 522 | ||
523 | 523 | ||
524 | 524 | ||
525 | .question-card { | 525 | .question-card { |
526 | width: auto; | 526 | width: auto; |
527 | float: left; | 527 | float: left; |
528 | margin: 29px 22px 26px 14px; | 528 | margin: 29px 22px 26px 14px; |
529 | } | 529 | } |
530 | 530 | ||
531 | /*for p*/ | 531 | /*for p*/ |
532 | .line-space { | 532 | .line-space { |
533 | line-height: 1.6em; | 533 | line-height: 1.6em; |
534 | font-size: 11px; | 534 | font-size: 11px; |
535 | } | 535 | } |
536 | 536 | ||
537 | .line-adjust { | 537 | .line-adjust { |
538 | margin-left: 0px; | 538 | margin-left: 0px; |
539 | } | 539 | } |
540 | 540 | ||
541 | /*badge icon css*/ | 541 | /*badge icon css*/ |
542 | 542 | ||
543 | .material-icons{ | 543 | .material-icons{ |
544 | font-size: 17px !important; | 544 | font-size: 17px !important; |
545 | } | 545 | } |
546 | 546 | ||
547 | .icon-circle-a { | 547 | .icon-circle-a { |
548 | background: rgba(89, 89, 89, 0.92); | 548 | background: rgba(89, 89, 89, 0.92); |
549 | border-radius: 50%; | 549 | border-radius: 50%; |
550 | width: 30px; | 550 | width: 30px; |
551 | height: 30px; | 551 | height: 30px; |
552 | position: absolute; | 552 | position: absolute; |
553 | left: 14px; | 553 | left: 14px; |
554 | margin-top: 10px; | 554 | margin-top: 10px; |
555 | color: #fff; | 555 | color: #fff; |
556 | text-align: center; | 556 | text-align: center; |
557 | } | 557 | } |
558 | 558 | ||
559 | .icon-circle-b { | 559 | .icon-circle-b { |
560 | background: rgba(89, 89, 89, 0.92); | 560 | background: rgba(89, 89, 89, 0.92); |
561 | border-radius: 50%; | 561 | border-radius: 50%; |
562 | width: 30px; | 562 | width: 30px; |
563 | height: 30px; | 563 | height: 30px; |
564 | position: absolute; | 564 | position: absolute; |
565 | left: 14px; | 565 | left: 14px; |
566 | margin-top: 10px; | 566 | margin-top: 10px; |
567 | color: #fff; | 567 | color: #fff; |
568 | text-align: center; | 568 | text-align: center; |
569 | } | 569 | } |
570 | 570 | ||
571 | .icon-circle-c { | 571 | .icon-circle-c { |
572 | background: rgba(89, 89, 89, 0.92); | 572 | background: rgba(89, 89, 89, 0.92); |
573 | border-radius: 50%; | 573 | border-radius: 50%; |
574 | width: 30px; | 574 | width: 30px; |
575 | height: 30px; | 575 | height: 30px; |
576 | position: absolute; | 576 | position: absolute; |
577 | left: 0px; | 577 | left: 0px; |
578 | margin-top: 4px; | 578 | margin-top: 4px; |
579 | color: #fff; | 579 | color: #fff; |
580 | text-align: center; | 580 | text-align: center; |
581 | } | 581 | } |
582 | 582 | ||
583 | .icon-circle-d { | 583 | .icon-circle-d { |
584 | background: rgba(89, 89, 89, 0.92); | 584 | background: rgba(89, 89, 89, 0.92); |
585 | border-radius: 50%; | 585 | border-radius: 50%; |
586 | width: 30px; | 586 | width: 30px; |
587 | height: 30px; | 587 | height: 30px; |
588 | position: absolute; | 588 | position: absolute; |
589 | left: 0px; | 589 | left: 0px; |
590 | margin-top: 4px; | 590 | margin-top: 4px; |
591 | color: #fff; | 591 | color: #fff; |
592 | text-align: center; | 592 | text-align: center; |
593 | } | 593 | } |
594 | 594 | ||
595 | .icon-circle-e { | 595 | .icon-circle-e { |
596 | background: rgba(89, 89, 89, 0.92); | 596 | background: rgba(89, 89, 89, 0.92); |
597 | border-radius: 50%; | 597 | border-radius: 50%; |
598 | width: 30px; | 598 | width: 30px; |
599 | height: 30px; | 599 | height: 30px; |
600 | position: absolute; | 600 | position: absolute; |
601 | left: 0px; | 601 | left: 0px; |
602 | margin-top: 4px; | 602 | margin-top: 4px; |
603 | color: #fff; | 603 | color: #fff; |
604 | text-align: center; | 604 | text-align: center; |
605 | } | 605 | } |
606 | 606 | ||
607 | .icon-circle-f { | 607 | .icon-circle-f { |
608 | background: rgba(89, 89, 89, 0.92); | 608 | background: rgba(89, 89, 89, 0.92); |
609 | border-radius: 50%; | 609 | border-radius: 50%; |
610 | width: 30px; | 610 | width: 30px; |
611 | height: 30px; | 611 | height: 30px; |
612 | position: absolute; | 612 | position: absolute; |
613 | left: 0px; | 613 | left: 0px; |
614 | margin-top: 3px; | 614 | margin-top: 3px; |
615 | color: #fff; | 615 | color: #fff; |
616 | text-align: center; | 616 | text-align: center; |
617 | } | 617 | } |
618 | 618 | ||
619 | .icon-circle-g { | 619 | .icon-circle-g { |
620 | background: rgba(89, 89, 89, 0.92); | 620 | background: rgba(89, 89, 89, 0.92); |
621 | border-radius: 50%; | 621 | border-radius: 50%; |
622 | width: 30px; | 622 | width: 30px; |
623 | height: 30px; | 623 | height: 30px; |
624 | position: absolute; | 624 | position: absolute; |
625 | left: 14px; | 625 | left: 14px; |
626 | margin-top: 10px; | 626 | margin-top: 10px; |
627 | color: #fff; | 627 | color: #fff; |
628 | text-align: center; | 628 | text-align: center; |
629 | } | 629 | } |
630 | 630 | ||
631 | .icon-circle-h { | 631 | .icon-circle-h { |
632 | background: rgba(89, 89, 89, 0.92); | 632 | background: rgba(89, 89, 89, 0.92); |
633 | border-radius: 50%; | 633 | border-radius: 50%; |
634 | width: 30px; | 634 | width: 30px; |
635 | height: 30px; | 635 | height: 30px; |
636 | position: absolute; | 636 | position: absolute; |
637 | left: 0px; | 637 | left: 0px; |
638 | margin-top: 4px; | 638 | margin-top: 4px; |
639 | color: #fff; | 639 | color: #fff; |
640 | text-align: center; | 640 | text-align: center; |
641 | } | 641 | } |
642 | 642 | ||
643 | .icon-circle-i { | 643 | .icon-circle-i { |
644 | background: rgba(89, 89, 89, 0.92); | 644 | background: rgba(89, 89, 89, 0.92); |
645 | border-radius: 50%; | 645 | border-radius: 50%; |
646 | width: 30px; | 646 | width: 30px; |
647 | height: 30px; | 647 | height: 30px; |
648 | position: absolute; | 648 | position: absolute; |
649 | left: 0px; | 649 | left: 0px; |
650 | margin-top: 4px; | 650 | margin-top: 4px; |
651 | color: #fff; | 651 | color: #fff; |
652 | text-align: center; | 652 | text-align: center; |
653 | } | 653 | } |
654 | 654 | ||
655 | .icon-circle-j { | 655 | .icon-circle-j { |
656 | background: rgba(89, 89, 89, 0.92); | 656 | background: rgba(89, 89, 89, 0.92); |
657 | border-radius: 50%; | 657 | border-radius: 50%; |
658 | width: 30px; | 658 | width: 30px; |
659 | height: 30px; | 659 | height: 30px; |
660 | position: absolute; | 660 | position: absolute; |
661 | left: 0px; | 661 | left: 0px; |
662 | margin-top: 30px; | 662 | margin-top: 30px; |
663 | color: #fff; | 663 | color: #fff; |
664 | text-align: center; | 664 | text-align: center; |
665 | } | 665 | } |
666 | 666 | ||
667 | .icon-circle-k { | 667 | .icon-circle-k { |
668 | background: rgba(89, 89, 89, 0.92); | 668 | background: rgba(89, 89, 89, 0.92); |
669 | border-radius: 50%; | 669 | border-radius: 50%; |
670 | width: 30px; | 670 | width: 30px; |
671 | height: 30px; | 671 | height: 30px; |
672 | position: absolute; | 672 | position: absolute; |
673 | left: 0px; | 673 | left: 0px; |
674 | margin-top: 30px; | 674 | margin-top: 30px; |
675 | color: #fff; | 675 | color: #fff; |
676 | text-align: center; | 676 | text-align: center; |
677 | } | 677 | } |
678 | 678 | ||
679 | .icon-circle-y { | 679 | .icon-circle-y { |
680 | background: rgba(89, 89, 89, 0.92); | 680 | background: rgba(89, 89, 89, 0.92); |
681 | border-radius: 50%; | 681 | border-radius: 50%; |
682 | width: 30px; | 682 | width: 30px; |
683 | height: 30px; | 683 | height: 30px; |
684 | position: absolute; | 684 | position: absolute; |
685 | left: 0px; | 685 | left: 0px; |
686 | margin-top: 4px; | 686 | margin-top: 4px; |
687 | color: #fff; | 687 | color: #fff; |
688 | text-align: center; | 688 | text-align: center; |
689 | } | 689 | } |
690 | 690 | ||
691 | .icon-circle-o { | 691 | .icon-circle-o { |
692 | background: rgba(89, 89, 89, 0.92); | 692 | background: rgba(89, 89, 89, 0.92); |
693 | border-radius: 50%; | 693 | border-radius: 50%; |
694 | width: 30px; | 694 | width: 30px; |
695 | height: 30px; | 695 | height: 30px; |
696 | position: absolute; | 696 | position: absolute; |
697 | left: 0px; | 697 | left: 0px; |
698 | margin-top: 4px; | 698 | margin-top: 4px; |
699 | color: #fff; | 699 | color: #fff; |
700 | text-align: center; | 700 | text-align: center; |
701 | } | 701 | } |
702 | 702 | ||
703 | .icon-circle-l { | 703 | .icon-circle-l { |
704 | background: rgba(89, 89, 89, 0.92); | 704 | background: rgba(89, 89, 89, 0.92); |
705 | border-radius: 50%; | 705 | border-radius: 50%; |
706 | width: 30px; | 706 | width: 30px; |
707 | height: 30px; | 707 | height: 30px; |
708 | position: absolute; | 708 | position: absolute; |
709 | left: 0px; | 709 | left: 0px; |
710 | margin-top: 4px; | 710 | margin-top: 4px; |
711 | color: #fff; | 711 | color: #fff; |
712 | text-align: center; | 712 | text-align: center; |
713 | } | 713 | } |
714 | 714 | ||
715 | .icon-circle-m { | 715 | .icon-circle-m { |
716 | background: rgba(89, 89, 89, 0.92); | 716 | background: rgba(89, 89, 89, 0.92); |
717 | border-radius: 50%; | 717 | border-radius: 50%; |
718 | width: 30px; | 718 | width: 30px; |
719 | height: 30px; | 719 | height: 30px; |
720 | position: absolute; | 720 | position: absolute; |
721 | left: 0px; | 721 | left: 0px; |
722 | margin-top: 4px; | 722 | margin-top: 4px; |
723 | color: #fff; | 723 | color: #fff; |
724 | text-align: center; | 724 | text-align: center; |
725 | } | 725 | } |
726 | 726 | ||
727 | .icon-circle-n { | 727 | .icon-circle-n { |
728 | background: rgba(89, 89, 89, 0.92); | 728 | background: rgba(89, 89, 89, 0.92); |
729 | border-radius: 50%; | 729 | border-radius: 50%; |
730 | width: 30px; | 730 | width: 30px; |
731 | height: 30px; | 731 | height: 30px; |
732 | position: absolute; | 732 | position: absolute; |
733 | left: 0px; | 733 | left: 0px; |
734 | margin-top: 4px; | 734 | margin-top: 4px; |
735 | color: #fff; | 735 | color: #fff; |
736 | text-align: center; | 736 | text-align: center; |
737 | } | 737 | } |
738 | 738 | ||
739 | .icon-circle-x { | 739 | .icon-circle-x { |
740 | background: rgba(89, 89, 89, 0.92); | 740 | background: rgba(89, 89, 89, 0.92); |
741 | border-radius: 50%; | 741 | border-radius: 50%; |
742 | width: 30px; | 742 | width: 30px; |
743 | height: 30px; | 743 | height: 30px; |
744 | position: absolute; | 744 | position: absolute; |
745 | left: 0px; | 745 | left: 0px; |
746 | margin-top: 30px; | 746 | margin-top: 30px; |
747 | color: #fff; | 747 | color: #fff; |
748 | text-align: center; | 748 | text-align: center; |
749 | } | 749 | } |
750 | 750 | ||
751 | .icon-circle-p { | 751 | .icon-circle-p { |
752 | background: rgba(89, 89, 89, 0.92); | 752 | background: rgba(89, 89, 89, 0.92); |
753 | border-radius: 50%; | 753 | border-radius: 50%; |
754 | width: 30px; | 754 | width: 30px; |
755 | height: 30px; | 755 | height: 30px; |
756 | position: absolute; | 756 | position: absolute; |
757 | left: 0px; | 757 | left: 0px; |
758 | margin-top: 30px; | 758 | margin-top: 30px; |
759 | color: #fff; | 759 | color: #fff; |
760 | text-align: center; | 760 | text-align: center; |
761 | } | 761 | } |
762 | 762 | ||
763 | .icon-circle-z { | 763 | .icon-circle-z { |
764 | background: rgba(89, 89, 89, 0.92); | 764 | background: rgba(89, 89, 89, 0.92); |
765 | border-radius: 50%; | 765 | border-radius: 50%; |
766 | width: 30px; | 766 | width: 30px; |
767 | height: 30px; | 767 | height: 30px; |
768 | position: absolute; | 768 | position: absolute; |
769 | left: 0px; | 769 | left: 0px; |
770 | margin-top: 4px; | 770 | margin-top: 4px; |
771 | color: #fff; | 771 | color: #fff; |
772 | text-align: center; | 772 | text-align: center; |
773 | } | 773 | } |
774 | 774 | ||
775 | .icon-circle-q { | 775 | .icon-circle-q { |
776 | background: rgba(89, 89, 89, 0.92); | 776 | background: rgba(89, 89, 89, 0.92); |
777 | border-radius: 50%; | 777 | border-radius: 50%; |
778 | width: 30px; | 778 | width: 30px; |
779 | height: 30px; | 779 | height: 30px; |
780 | position: absolute; | 780 | position: absolute; |
781 | left: 0px; | 781 | left: 0px; |
782 | margin-top: 4px; | 782 | margin-top: 4px; |
783 | color: #fff; | 783 | color: #fff; |
784 | text-align: center; | 784 | text-align: center; |
785 | } | 785 | } |
786 | 786 | ||
787 | .icon-circle-ab { | 787 | .icon-circle-ab { |
788 | background: rgba(89, 89, 89, 0.92); | 788 | background: rgba(89, 89, 89, 0.92); |
789 | border-radius: 50%; | 789 | border-radius: 50%; |
790 | width: 30px; | 790 | width: 30px; |
791 | height: 30px; | 791 | height: 30px; |
792 | position: absolute; | 792 | position: absolute; |
793 | left: 0px; | 793 | left: 0px; |
794 | margin-top: 3px; | 794 | margin-top: 3px; |
795 | color: #fff; | 795 | color: #fff; |
796 | text-align: center; | 796 | text-align: center; |
797 | } | 797 | } |
798 | 798 | ||
799 | .icon-circle-abc { | 799 | .icon-circle-abc { |
800 | background: rgba(89, 89, 89, 0.92); | 800 | background: rgba(89, 89, 89, 0.92); |
801 | border-radius: 50%; | 801 | border-radius: 50%; |
802 | width: 30px; | 802 | width: 30px; |
803 | height: 30px; | 803 | height: 30px; |
804 | position: absolute; | 804 | position: absolute; |
805 | left: 0px; | 805 | left: 0px; |
806 | margin-top: 3px; | 806 | margin-top: 3px; |
807 | color: #fff; | 807 | color: #fff; |
808 | text-align: center; | 808 | text-align: center; |
809 | } | 809 | } |
810 | 810 | ||
811 | .icon-circle-bc { | 811 | .icon-circle-bc { |
812 | background: rgba(89, 89, 89, 0.92); | 812 | background: rgba(89, 89, 89, 0.92); |
813 | border-radius: 50%; | 813 | border-radius: 50%; |
814 | width: 30px; | 814 | width: 30px; |
815 | height: 30px; | 815 | height: 30px; |
816 | position: absolute; | 816 | position: absolute; |
817 | left: 0px; | 817 | left: 0px; |
818 | margin-top: 3px; | 818 | margin-top: 3px; |
819 | color: #fff; | 819 | color: #fff; |
820 | text-align: center; | 820 | text-align: center; |
821 | } | 821 | } |
822 | 822 | ||
823 | .icon-circle-abcdefg { | 823 | .icon-circle-abcdefg { |
824 | background: rgba(89, 89, 89, 0.92); | 824 | background: rgba(89, 89, 89, 0.92); |
825 | border-radius: 50%; | 825 | border-radius: 50%; |
826 | width: 30px; | 826 | width: 30px; |
827 | height: 30px; | 827 | height: 30px; |
828 | position: absolute; | 828 | position: absolute; |
829 | left: 0px; | 829 | left: 0px; |
830 | margin-top: 3px; | 830 | margin-top: 3px; |
831 | color: #fff; | 831 | color: #fff; |
832 | text-align: center; | 832 | text-align: center; |
833 | } | 833 | } |
834 | 834 | ||
835 | .referel-icon { | 835 | .referel-icon { |
836 | background: rgba(89, 89, 89, 0.92); | 836 | background: rgba(89, 89, 89, 0.92); |
837 | border-radius: 50%; | 837 | border-radius: 50%; |
838 | width: 30px; | 838 | width: 30px; |
839 | height: 30px; | 839 | height: 30px; |
840 | position: absolute; | 840 | position: absolute; |
841 | left: 0px; | 841 | left: 0px; |
842 | margin-top: 3px; | 842 | margin-top: 3px; |
843 | color: #fff; | 843 | color: #fff; |
844 | text-align: center; | 844 | text-align: center; |
845 | } | 845 | } |
846 | 846 | ||
847 | 847 | ||
848 | /*quiz*/ | 848 | /*quiz*/ |
849 | .q-card-align div{ | 849 | .q-card-align div{ |
850 | margin-bottom: 15px; | 850 | margin-bottom: 15px; |
851 | } | 851 | } |
852 | 852 | ||
853 | .drop-down { | 853 | .drop-down { |
854 | background-color: #fff; | 854 | background-color: #fff; |
855 | border-radius: 0; | 855 | border-radius: 0; |
856 | font-size: 12px; | 856 | font-size: 12px; |
857 | } | 857 | } |
858 | 858 | ||
859 | .footer-link, .footer-link:hover { | 859 | .footer-link, .footer-link:hover { |
860 | color:#fff; | 860 | color:#fff; |
861 | } | 861 | } |
862 | /*idea content margin*/ | 862 | /*idea content margin*/ |
863 | .content-idea{ | 863 | .content-idea{ |
864 | margin:196px 12px 8px; | 864 | margin:196px 12px 8px; |
865 | } | 865 | } |
866 | 866 | ||
867 | .content-product{ | 867 | .content-product{ |
868 | margin:193px -19px 9px; | 868 | margin:193px -19px 9px; |
869 | } | 869 | } |
870 | 870 | ||
871 | .content-growth{ | 871 | .content-growth{ |
872 | margin:192px 11px 8px; | 872 | margin:192px 11px 8px; |
873 | } | 873 | } |
874 | .last-content-card{ | 874 | .last-content-card{ |
875 | /*margin: 0px -85px -4px -51px;*/ | 875 | /*margin: 0px -85px -4px -51px;*/ |
876 | } | 876 | } |
877 | 877 | ||
878 | @media (max-width: 600px) { | 878 | @media (max-width: 600px) { |
879 | .content-idea{ | 879 | .content-idea{ |
880 | margin: auto; | 880 | margin: auto; |
881 | } | 881 | } |
882 | 882 | ||
883 | .content-product{ | 883 | .content-product{ |
884 | margin: auto; | 884 | margin: auto; |
885 | } | 885 | } |
886 | 886 | ||
887 | .content-growth{ | 887 | .content-growth{ |
888 | margin: auto; | 888 | margin: auto; |
889 | } | 889 | } |
890 | .stages-card{ | 890 | .stages-card{ |
891 | margin: auto; | 891 | margin: auto; |
892 | margin-bottom: 15px; | 892 | margin-bottom: 15px; |
893 | } | 893 | } |
894 | .last-content-card{ | 894 | .last-content-card{ |
895 | margin: auto; | 895 | margin: auto; |
896 | } | 896 | } |
897 | .card-align{ | 897 | .card-align{ |
898 | margin: auto; | 898 | margin: auto; |
899 | } | 899 | } |
900 | 900 | ||
901 | } | 901 | } |
902 | 902 | ||
903 | .toggler { | 903 | .toggler { |
904 | width: 500px; | 904 | width: 500px; |
905 | height: 200px; | 905 | height: 200px; |
906 | } | 906 | } |
907 | #button { | 907 | #button { |
908 | padding: .5em 1em; | 908 | padding: .5em 1em; |
909 | text-decoration: none; | 909 | text-decoration: none; |
910 | } | 910 | } |
911 | #effect { | 911 | #effect { |
912 | position: relative; | 912 | position: relative; |
913 | width: 240px; | 913 | width: 240px; |
914 | height: 170px; | 914 | height: 170px; |
915 | padding: 0.4em; | 915 | padding: 0.4em; |
916 | } | 916 | } |
917 | #effect h3 { | 917 | #effect h3 { |
918 | margin: 0; | 918 | margin: 0; |
919 | padding: 0.4em; | 919 | padding: 0.4em; |
920 | text-align: center; | 920 | text-align: center; |
921 | } | 921 | } |
922 | 922 | ||
923 | #snackbar { | 923 | #snackbar { |
924 | visibility: hidden; | 924 | visibility: hidden; |
925 | min-width: 250px; | 925 | min-width: 250px; |
926 | margin-left: -125px; | 926 | margin-left: -125px; |
927 | background-color: #F44336; | 927 | background-color: #F44336; |
928 | color: #fff; | 928 | color: #fff; |
929 | text-align: center; | 929 | text-align: center; |
930 | border-radius: 2px; | 930 | border-radius: 2px; |
931 | padding: 16px; | 931 | padding: 16px; |
932 | position: fixed; | 932 | position: fixed; |
933 | z-index: 1; | 933 | z-index: 1; |
934 | left: 50%; | 934 | left: 50%; |
935 | bottom: 30px; | 935 | bottom: 30px; |
936 | font-size: 17px; | 936 | font-size: 17px; |
937 | } | 937 | } |
938 | /* Loader Css */ | 938 | /* Loader Css */ |
939 | .myLoaderWrap{ | 939 | .myLoaderWrap{ |
940 | width: 100%; | 940 | width: 100%; |
941 | height: 100%; | 941 | height: 100%; |
942 | position: fixed; | 942 | position: fixed; |
943 | background-color: rgba(0,0,0,0.5); | 943 | background-color: rgba(0,0,0,0.5); |
944 | z-index: 9999999; | 944 | z-index: 9999999; |
945 | top: 0; | 945 | top: 0; |
946 | left: 0; | 946 | left: 0; |
947 | } | 947 | } |
948 | 948 | ||
949 | #snackbar.show { | 949 | #snackbar.show { |
950 | visibility: visible; | 950 | visibility: visible; |
951 | -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; | 951 | -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; |
952 | animation: fadin 0.5s, fadout 0.5s 2.5s; | 952 | animation: fadin 0.5s, fadout 0.5s 2.5s; |
953 | } | 953 | } |
954 | 954 | ||
955 | @-webkit-keyframes fadin { | 955 | @-webkit-keyframes fadin { |
956 | from {bottom: 0; opacity: 0;} | 956 | from {bottom: 0; opacity: 0;} |
957 | to {bottom: 30px; opacity: 1;} | 957 | to {bottom: 30px; opacity: 1;} |
958 | } | 958 | } |
959 | 959 | ||
960 | @keyframes fadin { | 960 | @keyframes fadin { |
961 | from {bottom: 0; opacity: 0;} | 961 | from {bottom: 0; opacity: 0;} |
962 | to {bottom: 30px; opacity: 1;} | 962 | to {bottom: 30px; opacity: 1;} |
963 | } | 963 | } |
964 | 964 | ||
965 | @-webkit-keyframes fadout { | 965 | @-webkit-keyframes fadout { |
966 | from {bottom: 30px; opacity: 1;} | 966 | from {bottom: 30px; opacity: 1;} |
967 | to {bottom: 0; opacity: 0;} | 967 | to {bottom: 0; opacity: 0;} |
968 | } | 968 | } |
969 | 969 | ||
970 | @keyframes fadout { | 970 | @keyframes fadout { |
971 | from {bottom: 30px; opacity: 1;} | 971 | from {bottom: 30px; opacity: 1;} |
972 | to {bottom: 0; opacity: 0;} | 972 | to {bottom: 0; opacity: 0;} |
973 | } | 973 | } |
974 | 974 | ||
975 | 975 | ||
976 | #snacsskbar { | 976 | #snacsskbar { |
977 | visibility: hidden; | 977 | visibility: hidden; |
978 | min-width: 250px; | 978 | min-width: 250px; |
979 | margin-left: -125px; | 979 | margin-left: -125px; |
980 | background-color: #333; | 980 | background-color: #333; |
981 | color: #fff; | 981 | color: #fff; |
982 | text-align: center; | 982 | text-align: center; |
983 | border-radius: 2px; | 983 | border-radius: 2px; |
984 | padding: 16px; | 984 | padding: 16px; |
985 | position: fixed; | 985 | position: fixed; |
986 | z-index: 1; | 986 | z-index: 1; |
987 | left: 50%; | 987 | left: 50%; |
988 | top: 30px; | 988 | top: 30px; |
989 | font-size: 17px; | 989 | font-size: 17px; |
990 | } | 990 | } |
991 | 991 | ||
992 | #snacsskbar.show { | 992 | #snacsskbar.show { |
993 | visibility: visible; | 993 | visibility: visible; |
994 | -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; | 994 | -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; |
995 | animation: fadein 0.5s, fadeout 0.5s 2.5s; | 995 | animation: fadein 0.5s, fadeout 0.5s 2.5s; |
996 | } | 996 | } |
997 | 997 | ||
998 | @-webkit-keyframes fadein { | 998 | @-webkit-keyframes fadein { |
999 | from {top: 0; opacity: 0;} | 999 | from {top: 0; opacity: 0;} |
1000 | to {top: 30px; opacity: 1;} | 1000 | to {top: 30px; opacity: 1;} |
1001 | } | 1001 | } |
1002 | 1002 | ||
1003 | @keyframes fadein { | 1003 | @keyframes fadein { |
1004 | from {top: 0; opacity: 0;} | 1004 | from {top: 0; opacity: 0;} |
1005 | to {top: 30px; opacity: 1;} | 1005 | to {top: 30px; opacity: 1;} |
1006 | } | 1006 | } |
1007 | 1007 | ||
1008 | @-webkit-keyframes fadeout { | 1008 | @-webkit-keyframes fadeout { |
1009 | from {top: 30px; opacity: 1;} | 1009 | from {top: 30px; opacity: 1;} |
1010 | to {top: 0; opacity: 0;} | 1010 | to {top: 0; opacity: 0;} |
1011 | } | 1011 | } |
1012 | 1012 | ||
1013 | @keyframes fadeout { | 1013 | @keyframes fadeout { |
1014 | from {top: 30px; opacity: 1;} | 1014 | from {top: 30px; opacity: 1;} |
1015 | to {top: 0; opacity: 0;} | 1015 | to {top: 0; opacity: 0;} |
1016 | } | 1016 | } |
1017 | 1017 | ||
1018 | input.hidden { | 1018 | input.hidden { |
1019 | position: absolute; | 1019 | position: absolute; |
1020 | left: -9999px; | 1020 | left: -9999px; |
1021 | } | 1021 | } |
1022 | 1022 | ||
1023 | #profile-image1 { | 1023 | #profile-image1 { |
1024 | cursor: pointer; | 1024 | cursor: pointer; |
1025 | width: 100px; | 1025 | width: 100px; |
1026 | height: 100px; | 1026 | height: 100px; |
1027 | border:2px solid #eee ; | 1027 | border:2px solid #eee ; |
1028 | } | 1028 | } |
1029 | 1029 | ||
1030 | .tital{ font-size:16px; font-weight:500;} | 1030 | .tital{ font-size:16px; font-weight:500;} |
1031 | .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} | 1031 | .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} |
1032 | .footerpadd{padding: 5px;} | 1032 | .footerpadd{padding: 5px;} |
1033 | 1033 | ||
1034 | 1034 | ||
1035 | .container1{ | 1035 | .container1{ |
1036 | width: 100% | 1036 | width: 100% |
1037 | } | 1037 | } |
1038 | 1038 | ||
1039 | .no-margin{ | 1039 | .no-margin{ |
1040 | margin: 0 0 0 !important; | 1040 | margin: 0 0 0 !important; |
1041 | } | 1041 | } |
1042 | .no-padding{ | 1042 | .no-padding{ |
1043 | padding: 0 0 0 0 !important; | 1043 | padding: 0 0 0 0 !important; |
1044 | } | 1044 | } |
1045 | .select-stage{ | 1045 | .select-stage{ |
1046 | margin: 10px 0; | 1046 | margin: 10px 0; |
1047 | } | 1047 | } |
1048 | .cards-content{ | 1048 | .cards-content{ |
1049 | margin-top: 40px; | 1049 | margin-top: 40px; |
1050 | } | 1050 | } |
1051 | .cards-content p{ | 1051 | .cards-content p{ |
1052 | font-size: 13px; | 1052 | font-size: 13px; |
1053 | } | 1053 | } |
1054 | .q-card-align{ | 1054 | .q-card-align{ |
1055 | margin-top: 15px; | 1055 | margin-top: 15px; |
1056 | } | 1056 | } |
1057 | .width-auto{ | 1057 | .width-auto{ |
1058 | width: auto !important; | 1058 | width: auto !important; |
1059 | } | 1059 | } |
1060 | .margin-right-label{ | 1060 | .margin-right-label{ |
1061 | margin-right: 20px; | 1061 | margin-right: 20px; |
1062 | } | 1062 | } |
1063 | .margin-right-label label{ | 1063 | .margin-right-label label{ |
1064 | margin-left: 5px; | 1064 | margin-left: 5px; |
1065 | } | 1065 | } |
1066 | .apply-coupen-btn{ | 1066 | .apply-coupen-btn{ |
1067 | position: absolute; | 1067 | position: absolute; |
1068 | top: -2px; | 1068 | top: -2px; |
1069 | right: 13px; | 1069 | right: 13px; |
1070 | border: none; | 1070 | border: none; |
1071 | height: 44px; | 1071 | height: 44px; |
1072 | color: #fff; | 1072 | color: #fff; |
1073 | background-color: #666; | 1073 | background-color: #666; |
1074 | width: 75px; | 1074 | width: 75px; |
1075 | } | 1075 | } |
1076 | .coupen-approved{ | 1076 | .coupen-approved{ |
1077 | position: absolute; | 1077 | position: absolute; |
1078 | right: 120px; | 1078 | right: 120px; |
1079 | top: 6px; | 1079 | top: 6px; |
1080 | color: rgb(66, 181, 73); | 1080 | color: rgb(66, 181, 73); |
1081 | font-size: 30px !important; | 1081 | font-size: 30px !important; |
1082 | } | 1082 | } |
1083 | .right-side-links{ | 1083 | .right-side-links{ |
1084 | margin-top: 12px; | 1084 | margin-top: 12px; |
1085 | } | 1085 | } |
1086 | .right-side-links a{ | 1086 | .right-side-links a{ |
1087 | width: auto; | 1087 | width: auto; |
1088 | display: inline; | 1088 | display: inline; |
1089 | } | 1089 | } |
1090 | .right-side-links a:first-child{ | 1090 | .right-side-links a:first-child{ |
1091 | border-right: 1px solid #fff; | 1091 | border-right: 1px solid #fff; |
1092 | padding-right: 4px; | 1092 | padding-right: 4px; |
1093 | } | 1093 | } |
1094 | 1094 | ||
1095 | @media (max-width: 768px){ | 1095 | @media (max-width: 768px){ |
1096 | .cards-content{ | 1096 | .cards-content{ |
1097 | margin-top: 15px; | 1097 | margin-top: 15px; |
1098 | margin-bottom: 30px; | 1098 | margin-bottom: 30px; |
1099 | } | 1099 | } |
1100 | .no-padding-mobile{ | 1100 | .no-padding-mobile{ |
1101 | padding-left: 0 !important; | 1101 | padding-left: 0 !important; |
1102 | padding-right: 0 !important; | 1102 | padding-right: 0 !important; |
1103 | } | 1103 | } |
1104 | .sector-align .card-small{ | 1104 | .sector-align .card-small{ |
1105 | height: 74px; | 1105 | height: 74px; |
1106 | } | 1106 | } |
1107 | .stages-card{ | 1107 | .stages-card{ |
1108 | width: 92%; | 1108 | width: 92%; |
1109 | } | 1109 | } |
1110 | .right-stage-card{ | 1110 | .right-stage-card{ |
1111 | float: right; | 1111 | float: right; |
1112 | } | 1112 | } |
1113 | .margin-auto-mobile{ | 1113 | .margin-auto-mobile{ |
1114 | margin-left: 4%; | 1114 | margin-left: 4%; |
1115 | } | 1115 | } |
1116 | .card .thumbnail{ | 1116 | .card .thumbnail{ |
1117 | padding: 15px 0 1px 0; | 1117 | padding: 15px 0 1px 0; |
1118 | } | 1118 | } |
1119 | .thumbnail > img, .thumbnail a > img{ | 1119 | .thumbnail > img, .thumbnail a > img{ |
1120 | width: 50%; | 1120 | width: 50%; |
1121 | } | 1121 | } |
1122 | .right-side-links a{ | 1122 | .right-side-links a{ |
1123 | display: block; | 1123 | display: block; |
1124 | width: 100%; | 1124 | width: 100%; |
1125 | } | 1125 | } |
1126 | .right-side-links a:first-child{ | 1126 | .right-side-links a:first-child{ |
1127 | border-right: 0 solid #fff; | 1127 | border-right: 0 solid #fff; |
1128 | padding-right: 0; | 1128 | padding-right: 0; |
1129 | } | 1129 | } |
1130 | .right-side-links{ | 1130 | .right-side-links{ |
1131 | margin-top: 0; | 1131 | margin-top: 0; |
1132 | } | 1132 | } |
1133 | .panel-default{ | 1133 | .panel-default{ |
1134 | border-color: transparent; | 1134 | border-color: transparent; |
1135 | box-shadow: none; | 1135 | box-shadow: none; |
1136 | } | 1136 | } |
1137 | .modal-footers { | 1137 | .modal-footers { |
1138 | padding: 19px 20px 20px; | 1138 | padding: 19px 20px 20px; |
1139 | margin-top: 15px; | 1139 | margin-top: 15px; |
1140 | text-align: center !important; | 1140 | text-align: center !important; |
1141 | margin-bottom: 4px; | 1141 | margin-bottom: 4px; |
1142 | } | 1142 | } |
1143 | .startup-jalsa{ | 1143 | .startup-jalsa{ |
1144 | font-family: 'BenchNine', sans-serif; | 1144 | font-family: 'BenchNine', sans-serif; |
1145 | color: rgb(25, 104, 157); | 1145 | color: rgb(25, 104, 157); |
1146 | position:relative; | 1146 | position:relative; |
1147 | z-index:2; | 1147 | z-index:2; |
1148 | } | 1148 | } |
1149 | 1149 | ||
1150 | } | 1150 | } |
1151 | 1151 | ||
1152 | 1152 | ||
1153 | 1153 | ||
1154 | .card-input { | 1154 | .card-input { |
1155 | display: none; | 1155 | display: none; |
1156 | } | 1156 | } |
1157 | 1157 | ||
1158 | .card { | 1158 | .card { |
1159 | font-size: 1em; | 1159 | font-size: 1em; |
1160 | overflow: hidden; | 1160 | overflow: hidden; |
1161 | padding: 0; | 1161 | padding: 0; |
1162 | border: none; | 1162 | border: none; |
1163 | /*border-radius: .28571429rem;*/ | 1163 | /*border-radius: .28571429rem;*/ |
1164 | box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; | 1164 | box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; |
1165 | } | 1165 | } |
1166 | 1166 | ||
1167 | .card-block { | 1167 | .card-block { |
1168 | font-size: 1em; | 1168 | font-size: 1em; |
1169 | position: relative; | 1169 | position: relative; |
1170 | margin: 0; | 1170 | margin: 0; |
1171 | padding: 4%; | 1171 | padding: 4%; |
1172 | border: none; | 1172 | border: none; |
1173 | /*border-top: 1px solid rgba(34, 36, 38, .1);*/ | 1173 | /*border-top: 1px solid rgba(34, 36, 38, .1);*/ |
1174 | box-shadow: none; | 1174 | box-shadow: none; |
1175 | } | 1175 | } |
1176 | .button-position{ | 1176 | .button-position{ |
1177 | position: relative; | 1177 | position: relative; |
1178 | top: -10px; | 1178 | top: -10px; |
1179 | } | 1179 | } |
1180 | .card-img-top { | 1180 | .card-img-top { |
1181 | display: block; | 1181 | display: block; |
1182 | width: 100%; | 1182 | width: 100%; |
1183 | height: auto; | 1183 | height: auto; |
1184 | cursor: pointer; | 1184 | cursor: pointer; |
1185 | } | 1185 | } |
1186 | .title{ | 1186 | .title{ |
1187 | text-align: center; | 1187 | text-align: center; |
1188 | color: #0161EE; | 1188 | color: #0161EE; |
1189 | } | 1189 | } |
1190 | .card-title { | 1190 | .card-title { |
1191 | /*font-size: 17px;*/ | 1191 | /*font-size: 17px;*/ |
1192 | font-weight: 600; | 1192 | font-weight: 600; |
1193 | margin: 0; | 1193 | margin: 0; |
1194 | line-height: normal; | 1194 | line-height: normal; |
1195 | font-family: 'Arial',sans-serif; | 1195 | font-family: 'Arial',sans-serif; |
1196 | } | 1196 | } |
1197 | .card-sub-title{ | 1197 | .card-sub-title{ |
1198 | font-family: 'Arial',sans-serif; | 1198 | font-family: 'Arial',sans-serif; |
1199 | /*color: #666;*/ | 1199 | /*color: #666;*/ |
1200 | font-weight: normal; | 1200 | font-weight: normal; |
1201 | margin-bottom: 0; | 1201 | margin-bottom: 0; |
1202 | } | 1202 | } |
1203 | .form-group-text{ | 1203 | .form-group-text{ |
1204 | color:red; | 1204 | color:red; |
1205 | } | 1205 | } |
1206 | .button-aligment{ | 1206 | .button-aligment{ |
1207 | margin-top: 5px; | 1207 | margin-top: 5px; |
1208 | margin-right: 14px; | 1208 | margin-right: 14px; |
1209 | margin-bottom: 15px; | 1209 | margin-bottom: 15px; |
1210 | } | 1210 | } |
1211 | .card-text { | 1211 | .card-text { |
1212 | clear: both; | 1212 | clear: both; |
1213 | margin-top: .5em; | 1213 | margin-top: .5em; |
1214 | /*color: rgba(0, 0, 0, .68);*/ | 1214 | /*color: rgba(0, 0, 0, .68);*/ |
1215 | padding-bottom: 3%; | 1215 | padding-bottom: 3%; |
1216 | font-size: 13px; | 1216 | font-size: 13px; |
1217 | } | 1217 | } |
1218 | 1218 | ||
1219 | .card-text2 { | 1219 | .card-text2 { |
1220 | padding: 3% 0 3% 4%; | 1220 | padding: 3% 0 3% 4%; |
1221 | margin-bottom: 12%; | 1221 | margin-bottom: 12%; |
1222 | border-top: 1px solid rgba(0, 0, 0, .05) !important; | 1222 | border-top: 1px solid rgba(0, 0, 0, .05) !important; |
1223 | } | 1223 | } |
1224 | .card-text2 span{ | 1224 | .card-text2 span{ |
1225 | font-size: 13px; | 1225 | font-size: 13px; |
1226 | /*color: #666;*/ | 1226 | /*color: #666;*/ |
1227 | } | 1227 | } |
1228 | .card-text2 div{ | 1228 | .card-text2 div{ |
1229 | margin-top: 0 !important; | 1229 | margin-top: 0 !important; |
1230 | font-weight: normal; | 1230 | font-weight: normal; |
1231 | /*color: #000;*/ | 1231 | /*color: #000;*/ |
1232 | font-size: 12px; | 1232 | font-size: 12px; |
1233 | padding-bottom: 0; | 1233 | padding-bottom: 0; |
1234 | } | 1234 | } |
1235 | 1235 | ||
1236 | .card-inverse .btn { | 1236 | .card-inverse .btn { |
1237 | border: 1px solid rgba(0, 0, 0, .05); | 1237 | border: 1px solid rgba(0, 0, 0, .05); |
1238 | } | 1238 | } |
1239 | 1239 | ||
1240 | .card-text3 { | 1240 | .card-text3 { |
1241 | border-top: 1px solid rgba(0, 0, 0, .05) !important; | 1241 | border-top: 1px solid rgba(0, 0, 0, .05) !important; |
1242 | } | 1242 | } |
1243 | 1243 | ||
1244 | .container { | 1244 | .container { |
1245 | display: block; | 1245 | display: block; |
1246 | position: relative; | 1246 | position: relative; |
1247 | padding: 0; | 1247 | padding: 0; |
1248 | margin-bottom: 12px; | 1248 | margin-bottom: 12px; |
1249 | cursor: pointer; | 1249 | cursor: pointer; |
1250 | font-size: 16px; | 1250 | font-size: 16px; |
1251 | -webkit-user-select: none; | 1251 | -webkit-user-select: none; |
1252 | -moz-user-select: none; | 1252 | -moz-user-select: none; |
1253 | -ms-user-select: none; | 1253 | -ms-user-select: none; |
1254 | user-select: none; | 1254 | user-select: none; |
1255 | width:100%; | 1255 | width:100%; |
1256 | } | 1256 | } |
1257 | 1257 | ||
1258 | .container1 { | 1258 | .container1 { |
1259 | display: block; | 1259 | display: block; |
1260 | position: relative; | 1260 | position: relative; |
1261 | padding-left: 31px; | 1261 | padding-left: 31px; |
1262 | margin-bottom: 12px; | 1262 | margin-bottom: 12px; |
1263 | cursor: pointer; | 1263 | cursor: pointer; |
1264 | font-size: 15px; | 1264 | font-size: 15px; |
1265 | -webkit-user-select: none; | 1265 | -webkit-user-select: none; |
1266 | -moz-user-select: none; | 1266 | -moz-user-select: none; |
1267 | -ms-user-select: none; | 1267 | -ms-user-select: none; |
1268 | user-select: none; | 1268 | user-select: none; |
1269 | width:100%; | 1269 | width:100%; |
1270 | } | 1270 | } |
1271 | 1271 | ||
1272 | /* Hide the browser's default radio button */ | 1272 | /* Hide the browser's default radio button */ |
1273 | .container input { | 1273 | .container input { |
1274 | position: absolute; | 1274 | position: absolute; |
1275 | opacity: 0; | 1275 | opacity: 0; |
1276 | } | 1276 | } |
1277 | 1277 | ||
1278 | /* Create a custom radio button */ | 1278 | /* Create a custom radio button */ |
1279 | .checkmark { | 1279 | .checkmark { |
1280 | position: absolute; | 1280 | position: absolute; |
1281 | top: 0; | 1281 | top: 0; |
1282 | left: 0; | 1282 | left: 0; |
1283 | height: 25px; | 1283 | height: 25px; |
1284 | width: 25px; | 1284 | width: 25px; |
1285 | background-color: #eee; | 1285 | background-color: #eee; |
1286 | border-radius: 50%; | 1286 | border-radius: 50%; |
1287 | } | 1287 | } |
1288 | 1288 | ||
1289 | /* On mouse-over, add a grey background color */ | 1289 | /* On mouse-over, add a grey background color */ |
1290 | .container:hover input ~ .checkmark { | 1290 | .container:hover input ~ .checkmark { |
1291 | background-color: #ccc; | 1291 | background-color: #ccc; |
1292 | } | 1292 | } |
1293 | 1293 | ||
1294 | /* When the radio button is checked, add a blue background */ | 1294 | /* When the radio button is checked, add a blue background */ |
1295 | .container input:checked ~ .checkmark { | 1295 | .container input:checked ~ .checkmark { |
1296 | background-color: #42b549; | 1296 | background-color: #42b549; |
1297 | } | 1297 | } |
1298 | 1298 | ||
1299 | /* Create the indicator (the dot/circle - hidden when not checked) */ | 1299 | /* Create the indicator (the dot/circle - hidden when not checked) */ |
1300 | .checkmark:after { | 1300 | .checkmark:after { |
1301 | content: ""; | 1301 | content: ""; |
1302 | position: absolute; | 1302 | position: absolute; |
1303 | display: none; | 1303 | display: none; |
1304 | } | 1304 | } |
1305 | 1305 | ||
1306 | /* Show the indicator (dot/circle) when checked */ | 1306 | /* Show the indicator (dot/circle) when checked */ |
1307 | .container input:checked ~ .checkmark:after { | 1307 | .container input:checked ~ .checkmark:after { |
1308 | display: block; | 1308 | display: block; |
1309 | } | 1309 | } |
1310 | 1310 | ||
1311 | /* Style the indicator (dot/circle) */ | 1311 | /* Style the indicator (dot/circle) */ |
1312 | .container .checkmark:after { | 1312 | .container .checkmark:after { |
1313 | top: 9px; | 1313 | top: 9px; |
1314 | left: 9px; | 1314 | left: 9px; |
1315 | width: 8px; | 1315 | width: 8px; |
1316 | height: 8px; | 1316 | height: 8px; |
1317 | border-radius: 50%; | 1317 | border-radius: 50%; |
1318 | background: white; | 1318 | background: white; |
1319 | } | 1319 | } |
1320 | 1320 | ||
1321 | table { | 1321 | table { |
1322 | /*font-family: arial, sans-serif; | 1322 | /*font-family: arial, sans-serif; |
1323 | border-collapse: collapse;*/ | 1323 | border-collapse: collapse;*/ |
1324 | width: 60%; | 1324 | width: 60%; |
1325 | } | 1325 | } |
1326 | .city-meetup { | 1326 | .city-meetup { |
1327 | /* opacity: 0.7; */ | 1327 | /* opacity: 0.7; */ |
1328 | filter: alpha(opacity=80); /* For IE8 and earlier */ | 1328 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1329 | } | 1329 | } |
1330 | 1330 | ||
1331 | 1331 | ||
1332 | .card-color{ | 1332 | .card-color{ |
1333 | background-color:white; | 1333 | background-color:white; |
1334 | font-size: 16px; | 1334 | font-size: 16px; |
1335 | } | 1335 | } |
1336 | 1336 | ||
1337 | .card-color-confirm{ | 1337 | .card-color-confirm{ |
1338 | background-color:white; | 1338 | background-color:#f5f5f5; |
1339 | font-size: 16px; | 1339 | font-size: 16px; |
1340 | margin-top: 16%; | 1340 | margin-top: 10%; |
1341 | width:50%; | 1341 | /* width:50%; */ |
1342 | border-radius: 10px; | ||
1343 | padding: 60px 0px 60px 0px; | ||
1342 | } | 1344 | } |
1343 | 1345 | ||
1344 | .startup-jalsa{ | 1346 | .startup-jalsa{ |
1345 | font-family: 'BenchNine', sans-serif; | 1347 | font-family: 'BenchNine', sans-serif; |
1346 | /*font-size: 70.15pt;*/ | 1348 | /*font-size: 70.15pt;*/ |
1347 | color: rgb(25, 104, 157); | 1349 | color: rgb(25, 104, 157); |
1348 | position:relative; | 1350 | position:relative; |
1349 | z-index:2; | 1351 | z-index:2; |
1350 | } | 1352 | } |
1351 | .header{ | 1353 | .header{ |
1352 | /*width: 100%;*/ | 1354 | /*width: 100%;*/ |
1353 | text-align: center; | 1355 | text-align: center; |
1354 | padding-top:2%; | 1356 | padding-top:2%; |
1355 | /*padding: 4px 20px;*/ | 1357 | /*padding: 4px 20px;*/ |
1356 | } | 1358 | } |
1357 | .happen-city{ | 1359 | .happen-city{ |
1358 | padding-top:12%; | 1360 | padding-top:12%; |
1359 | } | 1361 | } |
1360 | .happen-meetup{ | 1362 | .happen-meetup{ |
1361 | font-family: 'Arial',sans-serif; | 1363 | font-family: 'Arial',sans-serif; |
1362 | margin-bottom: 10px; | 1364 | margin-bottom: 10px; |
1363 | margin-left: 5%; | 1365 | margin-left: 5%; |
1364 | } | 1366 | } |
1365 | .happen-attend{ | 1367 | .happen-attend{ |
1366 | margin-top:6%; | 1368 | margin-top:6%; |
1367 | margin-left: -10px; | 1369 | margin-left: -10px; |
1368 | } | 1370 | } |
1369 | .width-auto{ | 1371 | .width-auto{ |
1370 | width:auto; | 1372 | width:auto; |
1371 | } | 1373 | } |
1372 | /*.card-position{ | 1374 | /*.card-position{ |
1373 | position: relative; | 1375 | position: relative; |
1374 | top: -3px; | 1376 | top: -3px; |
1375 | }*/ | 1377 | }*/ |
1376 | 1378 | ||
1377 | .card1 { | 1379 | .card1 { |
1378 | width: 100%; | 1380 | width: 100%; |
1379 | position: relative; | 1381 | position: relative; |
1380 | display: inline-block; | 1382 | display: inline-block; |
1381 | } | 1383 | } |
1382 | .card1 .img-top { | 1384 | .card1 .img-top { |
1383 | width: 100%; | 1385 | width: 100%; |
1384 | display: none; | 1386 | display: none; |
1385 | position: absolute; | 1387 | position: absolute; |
1386 | cursor: pointer; | 1388 | cursor: pointer; |
1387 | top: 0; | 1389 | top: 0; |
1388 | left: 0; | 1390 | left: 0; |
1389 | z-index: 99; | 1391 | z-index: 99; |
1390 | } | 1392 | } |
1391 | .card1:hover .img-top { | 1393 | .card1:hover .img-top { |
1392 | display: inline; | 1394 | display: inline; |
1393 | } | 1395 | } |
1394 | .color:hover{ | 1396 | .color:hover{ |
1395 | color: #fff; | 1397 | color: #fff; |
1396 | } | 1398 | } |
1397 | /* .palak{ | 1399 | /* .palak{ |
1398 | width: 100% !important; | 1400 | width: 100% !important; |
1399 | display: none !important; | 1401 | display: none !important; |
1400 | position: absolute !important; | 1402 | position: absolute !important; |
1401 | cursor: pointer !important; | 1403 | cursor: pointer !important; |
1402 | top: 0 !important; | 1404 | top: 0 !important; |
1403 | left: 0 !important; | 1405 | left: 0 !important; |
1404 | z-index: 99 !important; | 1406 | z-index: 99 !important; |
1405 | } */ | 1407 | } */ |
1406 | .active, .btn:hover, .btn:onclick { | 1408 | .active, .btn:hover, .btn:onclick { |
1407 | background-color: grey; | 1409 | background-color: grey; |
1408 | border: grey; | 1410 | border: grey; |
1409 | color: white; | 1411 | color: white; |
1410 | } | 1412 | } |
1411 | .apply-act1:hover, .apply-act1:focus{ | 1413 | .apply-act1:hover, .apply-act1:focus{ |
1412 | background-color: #171717; | 1414 | background-color: #171717; |
1413 | border-color: #0161EE; | 1415 | border-color: #0161EE; |
1414 | color: #0161EE; | 1416 | color: #0161EE; |
1415 | } | 1417 | } |
1416 | 1418 | ||
1417 | .btn-active { | 1419 | .btn-active { |
1418 | background-color: #171717 !important; | 1420 | background-color: #171717 !important; |
1419 | border-color: #0161EE !important; | 1421 | border-color: #0161EE !important; |
1420 | color: #0161EE !important; | 1422 | color: #0161EE !important; |
1421 | } | 1423 | } |
1422 | .btn-inactive { | 1424 | .btn-inactive { |
1423 | background-color: #171717 !important; | 1425 | background-color: #171717 !important; |
1424 | border-color: #454545 !important; | 1426 | border-color: #454545 !important; |
1425 | color: #454545 !important; | 1427 | color: #454545 !important; |
1426 | } | 1428 | } |
1427 | 1429 | ||
1428 | .apply-act2:hover, .apply-act2:focus{ | 1430 | .apply-act2:hover, .apply-act2:focus{ |
1429 | background-color: #171717; | 1431 | background-color: #171717; |
1430 | border-color: #0161EE; | 1432 | border-color: #0161EE; |
1431 | color: #0161EE; | 1433 | color: #0161EE; |
1432 | } | 1434 | } |
1433 | .apply-act3:hover, .apply-act3:focus{ | 1435 | .apply-act3:hover, .apply-act3:focus{ |
1434 | background-color: #171717; | 1436 | background-color: #171717; |
1435 | border-color: #0161EE; | 1437 | border-color: #0161EE; |
1436 | color: #0161EE; | 1438 | color: #0161EE; |
1437 | } | 1439 | } |
1438 | .apply-act4:hover, .apply-act4:focus{ | 1440 | .apply-act4:hover, .apply-act4:focus{ |
1439 | background-color: #171717; | 1441 | background-color: #171717; |
1440 | border-color: #0161EE; | 1442 | border-color: #0161EE; |
1441 | color: #0161EE; | 1443 | color: #0161EE; |
1442 | } | 1444 | } |
1443 | .apply-btn{ | 1445 | .apply-btn{ |
1444 | text-align: center; | 1446 | text-align: center; |
1445 | margin-bottom: 2%; | 1447 | margin-bottom: 2%; |
1446 | } | 1448 | } |
1447 | .txt{ | 1449 | .txt{ |
1448 | margin-top: 2%; | 1450 | margin-top: 2%; |
1449 | text-align: center; | 1451 | text-align: center; |
1450 | } | 1452 | } |
1451 | .txt1{ | 1453 | .txt1{ |
1452 | text-align: center; | 1454 | text-align: center; |
1453 | } | 1455 | } |
1454 | .cursor:hover{ | 1456 | .cursor:hover{ |
1455 | cursor: context-menu; | 1457 | cursor: context-menu; |
1456 | } | 1458 | } |
1457 | .buttons{ | 1459 | .buttons{ |
1458 | padding: 3% 0 0 0; | 1460 | padding: 3% 0 0 0; |
1459 | text-align: center; | 1461 | text-align: center; |
1460 | font-size: 100px; | 1462 | font-size: 100px; |
1461 | } | 1463 | } |
1462 | .btn-lg{ | 1464 | .btn-lg{ |
1463 | font-size:25px; | 1465 | font-size:25px; |
1464 | background-color: #171717; | 1466 | background-color: #171717; |
1465 | color: #454545; | 1467 | color: #454545; |
1466 | border-color: #454545; | 1468 | border-color: #454545; |
1467 | } | 1469 | } |
1468 | .btn1{ | 1470 | .btn1{ |
1469 | padding: 12px 40px; | 1471 | padding: 12px 40px; |
1470 | } | 1472 | } |
1471 | .btn2{ | 1473 | .btn2{ |
1472 | padding: 12px 31px; | 1474 | padding: 12px 31px; |
1473 | } | 1475 | } |
1474 | .btn3{ | 1476 | .btn3{ |
1475 | padding: 12px 18px; | 1477 | padding: 12px 18px; |
1476 | } | 1478 | } |
1477 | .btn4{ | 1479 | .btn4{ |
1478 | padding: 12px 40px; | 1480 | padding: 12px 40px; |
1479 | } | 1481 | } |
1480 | .bg_dots{ | 1482 | .bg_dots{ |
1481 | position: absolute; | 1483 | position: absolute; |
1482 | left:0; | 1484 | left:0; |
1483 | right:0; | 1485 | right:0; |
1484 | top:0; | 1486 | top:0; |
1485 | height: 700px; | 1487 | height: 700px; |
1486 | position:fixed; | 1488 | position:fixed; |
1487 | background-position: top center; | 1489 | background-position: top center; |
1488 | /* background-image: url(/images/background.jpg); */ | 1490 | /* background-image: url(/images/background.jpg); */ |
1489 | background-color: #171717; | 1491 | background-color: #171717; |
1490 | background-repeat: no-repeat; | 1492 | background-repeat: no-repeat; |
1491 | background-size: 100% auto; | 1493 | background-size: 100% auto; |
1492 | -webkit-background-size:100% auto; | 1494 | -webkit-background-size:100% auto; |
1493 | } | 1495 | } |
1494 | .stage-shadow{ | 1496 | .stage-shadow{ |
1495 | background:transparent; | 1497 | background:transparent; |
1496 | } | 1498 | } |
1497 | .logojalsa{ | 1499 | .logojalsa{ |
1498 | width:250px;position:relative;margin-bottom: 54px; | 1500 | width:250px;position:relative;margin-bottom: 54px; |
1499 | } | 1501 | } |
1500 | .jalsaheadr{ | 1502 | .jalsaheadr{ |
1501 | position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); | 1503 | position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); |
1502 | } | 1504 | } |
1503 | .PitchYourPower{ | 1505 | .PitchYourPower{ |
1504 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; | 1506 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; |
1505 | } | 1507 | } |
1506 | 1508 | ||
1507 | 1509 | ||
1508 | 1510 | ||
1509 | 1511 | ||
1510 | 1512 | ||
1511 | 1513 | ||
1512 | 1514 | ||
1513 | 1515 | ||
1514 | 1516 | ||
1515 | 1517 | ||
1516 | 1518 | ||
1517 | 1519 | ||
1518 | 1520 | ||
1519 | 1521 | ||
1520 | 1522 | ||
1521 | 1523 | ||
1522 | 1524 | ||
1523 | 1525 | ||
1524 | 1526 | ||
1525 | 1527 | ||
1526 | @media (max-width:767px){ | 1528 | @media (max-width:767px){ |
1527 | .buttons { | 1529 | .buttons { |
1528 | /* margin-top:23%; */ | 1530 | /* margin-top:23%; */ |
1529 | font-size: 100px; | 1531 | font-size: 100px; |
1530 | } | 1532 | } |
1531 | .btn-lg{ | 1533 | .btn-lg{ |
1532 | width:74%; | 1534 | width:74%; |
1533 | } | 1535 | } |
1534 | .btn1{ | 1536 | .btn1{ |
1535 | margin-bottom: 3%; | 1537 | margin-bottom: 3%; |
1536 | } | 1538 | } |
1537 | .btn2{ | 1539 | .btn2{ |
1538 | margin-bottom: 3%; | 1540 | margin-bottom: 3%; |
1539 | } | 1541 | } |
1540 | .btn3{ | 1542 | .btn3{ |
1541 | margin-bottom: 3%; | 1543 | margin-bottom: 3%; |
1542 | } | 1544 | } |
1543 | h1{ | 1545 | h1{ |
1544 | font-size:2.8rem; | 1546 | font-size:2.8rem; |
1545 | } | 1547 | } |
1546 | .happen-city{ | 1548 | .happen-city{ |
1547 | margin-left: -25px; | 1549 | margin-left: -25px; |
1548 | 1550 | ||
1549 | } | 1551 | } |
1550 | .card-color-confirm{ | 1552 | .card-color-confirm{ |
1551 | margin-top: 40%; | 1553 | margin-top: 40%; |
1552 | background-color: white; | 1554 | background-color: #f5f5f5; |
1553 | font-size: 16px; | 1555 | font-size: 16px; |
1554 | width:100%; | 1556 | width:100%; |
1555 | } | 1557 | } |
1556 | .city-meetup { | 1558 | .city-meetup { |
1557 | opacity: 0.8; | 1559 | /* opacity: 0.8; */ |
1558 | filter: alpha(opacity=80); /* For IE8 and earlier */ | 1560 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1559 | } | 1561 | } |
1560 | #front { | 1562 | #front { |
1561 | background-color: #171717; | 1563 | background-color: #171717; |
1562 | /*background-image: url(/images/mock_up_background.jpg); | 1564 | /*background-image: url(/images/mock_up_background.jpg); |
1563 | background-repeat: no-repeat; | 1565 | background-repeat: no-repeat; |
1564 | background-attachment:fixed; | 1566 | background-attachment:fixed; |
1565 | background-position: top center; | 1567 | background-position: top center; |
1566 | -webkit-background-attachment: fixed; | 1568 | -webkit-background-attachment: fixed; |
1567 | background-size: 400% auto; | 1569 | background-size: 400% auto; |
1568 | -webkit-background-size:400% auto;*/ | 1570 | -webkit-background-size:400% auto;*/ |
1569 | } | 1571 | } |
1570 | .bg_dots{ | 1572 | .bg_dots{ |
1571 | height:80%; | 1573 | height:80%; |
1572 | background-size: 300% auto; | 1574 | background-size: 300% auto; |
1573 | -webkit-background-size:300% auto; | 1575 | -webkit-background-size:300% auto; |
1574 | position:fixed; | 1576 | position:fixed; |
1575 | top:0; | 1577 | top:0; |
1576 | } | 1578 | } |
1577 | .logojalsa{ | 1579 | .logojalsa{ |
1578 | width:250px;position:relative;margin-bottom: 15%; | 1580 | width:250px;position:relative;margin-bottom: 15%; |
1579 | } | 1581 | } |
1580 | .PitchYourPower{ | 1582 | .PitchYourPower{ |
1581 | position: relative;color: rgb(25, 104, 157);margin-top: -15%; | 1583 | position: relative;color: rgb(25, 104, 157);margin-top: -15%; |
1582 | } | 1584 | } |
1583 | 1585 | ||
1584 | } | 1586 | } |
1585 | 1587 | ||
1586 | @media screen and (max-device-width: 991px) and (orientation: landscape){ | 1588 | @media screen and (max-device-width: 991px) and (orientation: landscape){ |
1587 | .rotate-card{ | 1589 | .rotate-card{ |
1588 | width: 100%; | 1590 | width: 100%; |
1589 | } | 1591 | } |
1590 | 1592 | ||
1591 | 1593 | ||
1592 | } | 1594 | } |
1593 | 1595 | ||
1594 | @media (min-width:768px) and (max-width:991px){ | 1596 | @media (min-width:768px) and (max-width:991px){ |
1595 | .logojalsa{ | 1597 | .logojalsa{ |
1596 | width:250px;position:relative;margin-bottom: 7%; | 1598 | width:250px;position:relative;margin-bottom: 7%; |
1597 | } | 1599 | } |
1598 | } | 1600 | } |
pages/confirmation.html
1 | <html> | 1 | <html> |
2 | <head> | 2 | <head> |
3 | </head> | 3 | </head> |
4 | <body> | 4 | <body> |
5 | <div class="col-xs-12 col-md-10 col-md-offset-3 city-meetup card-color-confirm" ng-if="approvedMsg"> | 5 | <div class="col-xs-12 col-md-4 col-md-offset-4 city-meetup card-color-confirm" ng-if="approvedMsg"> |
6 | <h3 style="text-align:center;margin-top:4%;position:relative;color: rgb(25, 104, 157);font-family: 'BenchNine', sans-serif;">Thank you for registering with us.</h3> | 6 | <h3 style="text-align:center;margin-top:4%;position:relative;color: #3542dd;font-size: 40px;"><b>Thank you </b></h3> |
7 | <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will seen hear from us with further details :)</p> | 7 | <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>for registering with us.</b></p> |
8 | <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>You will seen hear from </b></p> | ||
9 | <p style="text-align:center;font-size:20px;position:relative;font-size: 30px;"><b>us with further details :)</b></p> | ||
8 | </div> | 10 | </div> |
9 | <div class="col-xs-12 col-md-10 col-md-offset-3 city-meetup card-color-confirm" ng-if="disApprovedMsg"> | 11 | <div class="col-xs-12 col-md-4 col-md-offset-4 city-meetup card-color-confirm" ng-if="disApprovedMsg"> |
10 | <h3 style="text-align:center;margin-top:4%;position:relative;color: red;font-family: 'BenchNine', sans-serif;">Your account status is disapprove.</h3> | 12 | <h3 style="text-align:center;position:relative;color: red;font-family: sans-serif;"><b>Your Payment Status is disapprove.</b></h3> |
11 | <!-- <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will seen hear from us with further details :)</p> --> | 13 | <!-- <p style="text-align:center;font-size:20px;position:relative;margin-bottom: 4%;">You will seen hear from us with further details :)</p> --> |
12 | </div> | 14 | </div> |
13 | </body> | 15 | </body> |
14 | </html> | 16 | </html> |
15 | <span ng-show="span == true"> | 17 | <span ng-show="span == true"> |
16 | <span id="chennai"></span> | 18 | <span id="chennai"></span> |
17 | <span id="mumbai"></span> | 19 | <span id="mumbai"></span> |
18 | <span id="hyderabad"></span> | 20 | <span id="hyderabad"></span> |
19 | <span id="kolkata"></span> | 21 | <span id="kolkata"></span> |
20 | <span id="delhi"></span> | 22 | <span id="delhi"></span> |
21 | <span id="ahmedabad"></span> | 23 | <span id="ahmedabad"></span> |
22 | <span id="bengaluru"></span> | 24 | <span id="bengaluru"></span> |
23 | <span id="jaipur"></span>kanpur | 25 | <span id="jaipur"></span> |
24 | <span id="kanpur"></span> | 26 | <span id="kanpur"></span> |
25 | <span id="dharamsala"></span> | 27 | <span id="dharamsala"></span> |
26 | </span> | 28 | </span> |