Commit 479efd032b671694a3bbb5c8196e5399d305f8a9

Authored by Palak Handa
1 parent 248bd9b7ce
Exists in master and in 1 other branch paytm

minor change

Showing 2 changed files with 4 additions and 11 deletions   Show diff stats
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: rgb(92, 198, 208); 203 background-color: rgb(92, 198, 208);
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: rgb(92, 198, 208); 213 background-color: rgb(92, 198, 208);
214 color: #fff; 214 color: #fff;
215 215
216 } 216 }
217 .submit-button-form:disabled{ 217 .submit-button-form:disabled{
218 background-color: #ddd; 218 background-color: #ddd;
219 } 219 }
220 220
221 .textarea{ 221 .textarea{
222 min-height: 97px; 222 min-height: 97px;
223 } 223 }
224 /*.error-message{
225 font-weight: inherit;
226 color: #ff0000;
227 margin: 5px 4px -5px 0px;
228 display: none;
229 }*/
230
231 .error-message{ 224 .error-message{
232 font-weight: inherit; 225 font-weight: inherit;
233 color: #ff0000; 226 color: #ff0000;
234 margin: 7px 4px -5px 26px; 227 margin: 5px 4px -5px 0px;
235 display: none; 228 display: none;
236 } 229 }
237 230
238 /*custom input*/ 231 /*custom input*/
239 .text-input, select { 232 .text-input, select {
240 width: 100%; 233 width: 100%;
241 -webkit-appearance: none; 234 -webkit-appearance: none;
242 padding: 12px 25px; 235 padding: 12px 25px;
243 margin: -2px 0; 236 margin: -2px 0;
244 display: inline-block; 237 display: inline-block;
245 border: 0px solid rgba(51, 51, 51, 0); 238 border: 0px solid rgba(51, 51, 51, 0);
246 border-radius: -3px; 239 border-radius: -3px;
247 box-sizing: border-box; 240 box-sizing: border-box;
248 box-shadow: 0 0 10px rgba(240, 255, 235); 241 box-shadow: 0 0 10px rgba(240, 255, 235);
249 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 242 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
250 -webkit-box-shadow: 0 0 5px #777; 243 -webkit-box-shadow: 0 0 5px #777;
251 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 244 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
252 font-size: 12px; 245 font-size: 12px;
253 } 246 }
254 247
255 /* progress bar css */ 248 /* progress bar css */
256 249
257 @-webkit-keyframes 250 @-webkit-keyframes
258 load { 0% { 251 load { 0% {
259 stroke-dashoffset:0 252 stroke-dashoffset:0
260 } 253 }
261 } 254 }
262 @-moz-keyframes 255 @-moz-keyframes
263 load { 0% { 256 load { 0% {
264 stroke-dashoffset:0 257 stroke-dashoffset:0
265 } 258 }
266 } 259 }
267 @keyframes 260 @keyframes
268 load { 0% { 261 load { 0% {
269 stroke-dashoffset:0 262 stroke-dashoffset:0
270 } 263 }
271 } 264 }
272 265
273 /* Container */ 266 /* Container */
274 267
275 .progress-form { 268 .progress-form {
276 position: relative; 269 position: relative;
277 display: inline-block; 270 display: inline-block;
278 padding: 0; 271 padding: 0;
279 text-align: center; 272 text-align: center;
280 } 273 }
281 274
282 /* Item */ 275 /* Item */
283 276
284 .progress-form>li { 277 .progress-form>li {
285 display: inline-block; 278 display: inline-block;
286 position: relative; 279 position: relative;
287 text-align: center; 280 text-align: center;
288 color: #93A2AC; 281 color: #93A2AC;
289 font-family: Lato; 282 font-family: Lato;
290 font-weight: 100; 283 font-weight: 100;
291 margin: 2rem; 284 margin: 2rem;
292 } 285 }
293 286
294 .progress-form>li:before { 287 .progress-form>li:before {
295 content: attr(data-name); 288 content: attr(data-name);
296 position: absolute; 289 position: absolute;
297 width: 100%; 290 width: 100%;
298 bottom: -2rem; 291 bottom: -2rem;
299 font-weight: 400; 292 font-weight: 400;
300 } 293 }
301 294
302 .progress-form>li:after { 295 .progress-form>li:after {
303 content: attr(data-percent); 296 content: attr(data-percent);
304 position: absolute; 297 position: absolute;
305 width: 100%; 298 width: 100%;
306 top: 3.7rem; 299 top: 3.7rem;
307 left: 0; 300 left: 0;
308 font-size: 2rem; 301 font-size: 2rem;
309 text-align: center; 302 text-align: center;
310 } 303 }
311 304
312 .progress-form svg { 305 .progress-form svg {
313 width: 10rem; 306 width: 10rem;
314 height: 10rem; 307 height: 10rem;
315 } 308 }
316 309
317 .progress-form svg:nth-child(2) { 310 .progress-form svg:nth-child(2) {
318 position: absolute; 311 position: absolute;
319 left: 0; 312 left: 0;
320 top: 0; 313 top: 0;
321 transform: rotate(-90deg); 314 transform: rotate(-90deg);
322 -webkit-transform: rotate(-90deg); 315 -webkit-transform: rotate(-90deg);
323 -moz-transform: rotate(-90deg); 316 -moz-transform: rotate(-90deg);
324 -ms-transform: rotate(-90deg); 317 -ms-transform: rotate(-90deg);
325 } 318 }
326 319
327 .progress-form svg:nth-child(2) path { 320 .progress-form svg:nth-child(2) path {
328 fill: none; 321 fill: none;
329 stroke-width: 25; 322 stroke-width: 25;
330 stroke-dasharray: 629; 323 stroke-dasharray: 629;
331 stroke: rgba(255, 255, 255, 0.9); 324 stroke: rgba(255, 255, 255, 0.9);
332 -webkit-animation: load 10s; 325 -webkit-animation: load 10s;
333 -moz-animation: load 10s; 326 -moz-animation: load 10s;
334 -o-animation: load 10s; 327 -o-animation: load 10s;
335 animation: load 10s; 328 animation: load 10s;
336 } 329 }
337 /*circle of stage image*/ 330 /*circle of stage image*/
338 .circular{ 331 .circular{
339 332
340 -webkit-border-radius: 150px; 333 -webkit-border-radius: 150px;
341 -moz-border-radius: 150px; 334 -moz-border-radius: 150px;
342 border-radius: 150px; 335 border-radius: 150px;
343 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 336 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
344 border: 5px solid white; 337 border: 5px solid white;
345 overflow: hidden; 338 overflow: hidden;
346 position: fixed; 339 position: fixed;
347 height: 100px; 340 height: 100px;
348 width: 100px; 341 width: 100px;
349 left: 80px; 342 left: 80px;
350 top: 20px; 343 top: 20px;
351 } 344 }
352 /*font-size*/ 345 /*font-size*/
353 .font{ 346 .font{
354 font-size: 14px; 347 font-size: 14px;
355 } 348 }
356 349
357 .f-family { 350 .f-family {
358 font-family:sans-serif; 351 font-family:sans-serif;
359 } 352 }
360 353
361 /*container-card css*/ 354 /*container-card css*/
362 .container-card { 355 .container-card {
363 width: auto; 356 width: auto;
364 float: left; 357 float: left;
365 margin: 31px 24px 26px 14px; 358 margin: 31px 24px 26px 14px;
366 } 359 }
367 360
368 /******This css for header container******/ 361 /******This css for header container******/
369 .h1 { 362 .h1 {
370 font-size: 20px; 363 font-size: 20px;
371 margin: 11px; 364 margin: 11px;
372 } 365 }
373 366
374 .paragraph { 367 .paragraph {
375 font-size: 14px; 368 font-size: 14px;
376 margin: 30px 10px 20px; 369 margin: 30px 10px 20px;
377 line-height: 1.5; 370 line-height: 1.5;
378 } 371 }
379 /*This css for stages container*/ 372 /*This css for stages container*/
380 373
381 .full-line { 374 .full-line {
382 border-bottom: 2px solid #dedede; 375 border-bottom: 2px solid #dedede;
383 padding: 15px 10px; 376 padding: 15px 10px;
384 } 377 }
385 378
386 .stages-card { 379 .stages-card {
387 width: auto; 380 width: auto;
388 float: left; 381 float: left;
389 /*margin: -30px 8px 7px 22px;*/ 382 /*margin: -30px 8px 7px 22px;*/
390 } 383 }
391 384
392 /*form -css*/ 385 /*form -css*/
393 .form-all { 386 .form-all {
394 margin: 13px 4px 26px -2px; 387 margin: 13px 4px 26px -2px;
395 /*display: none;*/ 388 /*display: none;*/
396 } 389 }
397 390
398 .step-two-form{ 391 .step-two-form{
399 display: block; 392 display: block;
400 } 393 }
401 394
402 /*This is for stages images*/ 395 /*This is for stages images*/
403 .stage-img { 396 .stage-img {
404 width: 115px; 397 width: 115px;
405 } 398 }
406 399
407 .stage-thumbnail { 400 .stage-thumbnail {
408 float: left; 401 float: left;
409 margin-bottom: 0; 402 margin-bottom: 0;
410 } 403 }
411 404
412 .stage-shadow { 405 .stage-shadow {
413 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 406 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
414 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 407 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
415 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 408 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
416 /*margin: 3px 22px 14px 14px;*/ 409 /*margin: 3px 22px 14px 14px;*/
417 background-color: #ffffff; 410 background-color: #ffffff;
418 } 411 }
419 412
420 .line-size { 413 .line-size {
421 414
422 } 415 }
423 416
424 .card-paragraph { 417 .card-paragraph {
425 background-color: rgba(66, 181, 73, 0.61); 418 background-color: rgba(66, 181, 73, 0.61);
426 color: #fff; 419 color: #fff;
427 } 420 }
428 421
429 /* identity card css*/ 422 /* identity card css*/
430 423
431 .identity-shadow { 424 .identity-shadow {
432 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 425 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
433 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 426 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
434 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 427 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
435 margin: 15px 15px 17px 14px; 428 margin: 15px 15px 17px 14px;
436 background-color: #ffffff; 429 background-color: #ffffff;
437 /*display: none;*/ 430 /*display: none;*/
438 } 431 }
439 432
440 .identity-question { 433 .identity-question {
441 border-bottom: 2px solid #dedede; 434 border-bottom: 2px solid #dedede;
442 padding: 0px 10px; 435 padding: 0px 10px;
443 } 436 }
444 437
445 .identity-align { 438 .identity-align {
446 margin: 8px -12px 19px 13px; 439 margin: 8px -12px 19px 13px;
447 } 440 }
448 441
449 442
450 /********This css for sectors**************/ 443 /********This css for sectors**************/
451 .sectors-card { 444 .sectors-card {
452 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 445 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
453 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 446 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
454 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 447 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
455 margin: 27px 22px 14px 14px; 448 margin: 27px 22px 14px 14px;
456 background-color: #ffffff; 449 background-color: #ffffff;
457 /*display: none;*/ 450 /*display: none;*/
458 } 451 }
459 452
460 .sector-card { 453 .sector-card {
461 width: auto; 454 width: auto;
462 float: left; 455 float: left;
463 margin: 29px 22px 26px 14px; 456 margin: 29px 22px 26px 14px;
464 } 457 }
465 458
466 .sector-question { 459 .sector-question {
467 border-bottom: 2px solid #dedede; 460 border-bottom: 2px solid #dedede;
468 padding: 15px 10px; 461 padding: 15px 10px;
469 } 462 }
470 463
471 /*To make the Stages in the center*/ 464 /*To make the Stages in the center*/
472 .card-align { 465 .card-align {
473 /*margin: 56px -267px 11px -37px;*/ 466 /*margin: 56px -267px 11px -37px;*/
474 } 467 }
475 468
476 /*To make the sectors in the center */ 469 /*To make the sectors in the center */
477 470
478 471
479 /*************sidebar content margin***********/ 472 /*************sidebar content margin***********/
480 .sidebar-align { 473 .sidebar-align {
481 margin: -5px -3px -18px 9px; 474 margin: -5px -3px -18px 9px;
482 } 475 }
483 476
484 .heading { 477 .heading {
485 margin: 15px 10px 15px 16px; 478 margin: 15px 10px 15px 16px;
486 } 479 }
487 .quiz { 480 .quiz {
488 margin: 5px 5px 6px 19px; 481 margin: 5px 5px 6px 19px;
489 font-size: 12px; 482 font-size: 12px;
490 } 483 }
491 484
492 #footer { 485 #footer {
493 /*position: bottom; 486 /*position: bottom;
494 width: 100%; 487 width: 100%;
495 height: auto;*/ 488 height: auto;*/
496 } 489 }
497 490
498 #front { 491 #front {
499 /*background-image: url(/images/mock_up_background.jpg); 492 /*background-image: url(/images/mock_up_background.jpg);
500 background-repeat: no-repeat; 493 background-repeat: no-repeat;
501 background-size: cover; 494 background-size: cover;
502 background-attachment: fixed;*/ 495 background-attachment: fixed;*/
503 } 496 }
504 497
505 /* .footer { 498 /* .footer {
506 499
507 bottom: 0px; 500 bottom: 0px;
508 background-color: #76b34f !important; 501 background-color: #76b34f !important;
509 width: 100%; 502 width: 100%;
510 color:rgba(255, 255, 255, 0.77); 503 color:rgba(255, 255, 255, 0.77);
511 }*/ 504 }*/
512 505
513 /********question box*****************/ 506 /********question box*****************/
514 .question-shadow { 507 .question-shadow {
515 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 508 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
516 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 509 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
517 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 510 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
518 margin: 15px 15px 17px 14px; 511 margin: 15px 15px 17px 14px;
519 background-color: #ffffff; 512 background-color: #ffffff;
520 } 513 }
521 514
522 515
523 516
524 .question-card { 517 .question-card {
525 width: auto; 518 width: auto;
526 float: left; 519 float: left;
527 margin: 29px 22px 26px 14px; 520 margin: 29px 22px 26px 14px;
528 } 521 }
529 522
530 /*for p*/ 523 /*for p*/
531 .line-space { 524 .line-space {
532 line-height: 1.6em; 525 line-height: 1.6em;
533 font-size: 11px; 526 font-size: 11px;
534 } 527 }
535 528
536 .line-adjust { 529 .line-adjust {
537 margin-left: 0px; 530 margin-left: 0px;
538 } 531 }
539 532
540 /*badge icon css*/ 533 /*badge icon css*/
541 534
542 .material-icons{ 535 .material-icons{
543 font-size: 17px !important; 536 font-size: 17px !important;
544 } 537 }
545 538
546 .icon-circle-a { 539 .icon-circle-a {
547 background: rgba(89, 89, 89, 0.92); 540 background: rgba(89, 89, 89, 0.92);
548 border-radius: 50%; 541 border-radius: 50%;
549 width: 30px; 542 width: 30px;
550 height: 30px; 543 height: 30px;
551 position: absolute; 544 position: absolute;
552 left: 14px; 545 left: 14px;
553 margin-top: 10px; 546 margin-top: 10px;
554 color: #fff; 547 color: #fff;
555 text-align: center; 548 text-align: center;
556 } 549 }
557 550
558 .icon-circle-b { 551 .icon-circle-b {
559 background: rgba(89, 89, 89, 0.92); 552 background: rgba(89, 89, 89, 0.92);
560 border-radius: 50%; 553 border-radius: 50%;
561 width: 30px; 554 width: 30px;
562 height: 30px; 555 height: 30px;
563 position: absolute; 556 position: absolute;
564 left: 14px; 557 left: 14px;
565 margin-top: 10px; 558 margin-top: 10px;
566 color: #fff; 559 color: #fff;
567 text-align: center; 560 text-align: center;
568 } 561 }
569 562
570 .icon-circle-c { 563 .icon-circle-c {
571 background: rgba(89, 89, 89, 0.92); 564 background: rgba(89, 89, 89, 0.92);
572 border-radius: 50%; 565 border-radius: 50%;
573 width: 30px; 566 width: 30px;
574 height: 30px; 567 height: 30px;
575 position: absolute; 568 position: absolute;
576 left: 0px; 569 left: 0px;
577 margin-top: 4px; 570 margin-top: 4px;
578 color: #fff; 571 color: #fff;
579 text-align: center; 572 text-align: center;
580 } 573 }
581 574
582 .icon-circle-d { 575 .icon-circle-d {
583 background: rgba(89, 89, 89, 0.92); 576 background: rgba(89, 89, 89, 0.92);
584 border-radius: 50%; 577 border-radius: 50%;
585 width: 30px; 578 width: 30px;
586 height: 30px; 579 height: 30px;
587 position: absolute; 580 position: absolute;
588 left: 0px; 581 left: 0px;
589 margin-top: 4px; 582 margin-top: 4px;
590 color: #fff; 583 color: #fff;
591 text-align: center; 584 text-align: center;
592 } 585 }
593 586
594 .icon-circle-e { 587 .icon-circle-e {
595 background: rgba(89, 89, 89, 0.92); 588 background: rgba(89, 89, 89, 0.92);
596 border-radius: 50%; 589 border-radius: 50%;
597 width: 30px; 590 width: 30px;
598 height: 30px; 591 height: 30px;
599 position: absolute; 592 position: absolute;
600 left: 0px; 593 left: 0px;
601 margin-top: 4px; 594 margin-top: 4px;
602 color: #fff; 595 color: #fff;
603 text-align: center; 596 text-align: center;
604 } 597 }
605 598
606 .icon-circle-f { 599 .icon-circle-f {
607 background: rgba(89, 89, 89, 0.92); 600 background: rgba(89, 89, 89, 0.92);
608 border-radius: 50%; 601 border-radius: 50%;
609 width: 30px; 602 width: 30px;
610 height: 30px; 603 height: 30px;
611 position: absolute; 604 position: absolute;
612 left: 0px; 605 left: 0px;
613 margin-top: 3px; 606 margin-top: 3px;
614 color: #fff; 607 color: #fff;
615 text-align: center; 608 text-align: center;
616 } 609 }
617 610
618 .icon-circle-g { 611 .icon-circle-g {
619 background: rgba(89, 89, 89, 0.92); 612 background: rgba(89, 89, 89, 0.92);
620 border-radius: 50%; 613 border-radius: 50%;
621 width: 30px; 614 width: 30px;
622 height: 30px; 615 height: 30px;
623 position: absolute; 616 position: absolute;
624 left: 14px; 617 left: 14px;
625 margin-top: 10px; 618 margin-top: 10px;
626 color: #fff; 619 color: #fff;
627 text-align: center; 620 text-align: center;
628 } 621 }
629 622
630 .icon-circle-h { 623 .icon-circle-h {
631 background: rgba(89, 89, 89, 0.92); 624 background: rgba(89, 89, 89, 0.92);
632 border-radius: 50%; 625 border-radius: 50%;
633 width: 30px; 626 width: 30px;
634 height: 30px; 627 height: 30px;
635 position: absolute; 628 position: absolute;
636 left: 0px; 629 left: 0px;
637 margin-top: 4px; 630 margin-top: 4px;
638 color: #fff; 631 color: #fff;
639 text-align: center; 632 text-align: center;
640 } 633 }
641 634
642 .icon-circle-i { 635 .icon-circle-i {
643 background: rgba(89, 89, 89, 0.92); 636 background: rgba(89, 89, 89, 0.92);
644 border-radius: 50%; 637 border-radius: 50%;
645 width: 30px; 638 width: 30px;
646 height: 30px; 639 height: 30px;
647 position: absolute; 640 position: absolute;
648 left: 0px; 641 left: 0px;
649 margin-top: 4px; 642 margin-top: 4px;
650 color: #fff; 643 color: #fff;
651 text-align: center; 644 text-align: center;
652 } 645 }
653 646
654 .icon-circle-j { 647 .icon-circle-j {
655 background: rgba(89, 89, 89, 0.92); 648 background: rgba(89, 89, 89, 0.92);
656 border-radius: 50%; 649 border-radius: 50%;
657 width: 30px; 650 width: 30px;
658 height: 30px; 651 height: 30px;
659 position: absolute; 652 position: absolute;
660 left: 0px; 653 left: 0px;
661 margin-top: 30px; 654 margin-top: 30px;
662 color: #fff; 655 color: #fff;
663 text-align: center; 656 text-align: center;
664 } 657 }
665 658
666 .icon-circle-k { 659 .icon-circle-k {
667 background: rgba(89, 89, 89, 0.92); 660 background: rgba(89, 89, 89, 0.92);
668 border-radius: 50%; 661 border-radius: 50%;
669 width: 30px; 662 width: 30px;
670 height: 30px; 663 height: 30px;
671 position: absolute; 664 position: absolute;
672 left: 0px; 665 left: 0px;
673 margin-top: 4px; 666 margin-top: 4px;
674 color: #fff; 667 color: #fff;
675 text-align: center; 668 text-align: center;
676 } 669 }
677 670
678 .icon-circle-y { 671 .icon-circle-y {
679 background: rgba(89, 89, 89, 0.92); 672 background: rgba(89, 89, 89, 0.92);
680 border-radius: 50%; 673 border-radius: 50%;
681 width: 30px; 674 width: 30px;
682 height: 30px; 675 height: 30px;
683 position: absolute; 676 position: absolute;
684 left: 0px; 677 left: 0px;
685 margin-top: 4px; 678 margin-top: 4px;
686 color: #fff; 679 color: #fff;
687 text-align: center; 680 text-align: center;
688 } 681 }
689 682
690 .icon-circle-o { 683 .icon-circle-o {
691 background: rgba(89, 89, 89, 0.92); 684 background: rgba(89, 89, 89, 0.92);
692 border-radius: 50%; 685 border-radius: 50%;
693 width: 30px; 686 width: 30px;
694 height: 30px; 687 height: 30px;
695 position: absolute; 688 position: absolute;
696 left: 0px; 689 left: 0px;
697 margin-top: 4px; 690 margin-top: 4px;
698 color: #fff; 691 color: #fff;
699 text-align: center; 692 text-align: center;
700 } 693 }
701 694
702 .icon-circle-l { 695 .icon-circle-l {
703 background: rgba(89, 89, 89, 0.92); 696 background: rgba(89, 89, 89, 0.92);
704 border-radius: 50%; 697 border-radius: 50%;
705 width: 30px; 698 width: 30px;
706 height: 30px; 699 height: 30px;
707 position: absolute; 700 position: absolute;
708 left: 0px; 701 left: 0px;
709 margin-top: 4px; 702 margin-top: 4px;
710 color: #fff; 703 color: #fff;
711 text-align: center; 704 text-align: center;
712 } 705 }
713 706
714 .icon-circle-m { 707 .icon-circle-m {
715 background: rgba(89, 89, 89, 0.92); 708 background: rgba(89, 89, 89, 0.92);
716 border-radius: 50%; 709 border-radius: 50%;
717 width: 30px; 710 width: 30px;
718 height: 30px; 711 height: 30px;
719 position: absolute; 712 position: absolute;
720 left: 0px; 713 left: 0px;
721 margin-top: 4px; 714 margin-top: 4px;
722 color: #fff; 715 color: #fff;
723 text-align: center; 716 text-align: center;
724 } 717 }
725 718
726 .icon-circle-n { 719 .icon-circle-n {
727 background: rgba(89, 89, 89, 0.92); 720 background: rgba(89, 89, 89, 0.92);
728 border-radius: 50%; 721 border-radius: 50%;
729 width: 30px; 722 width: 30px;
730 height: 30px; 723 height: 30px;
731 position: absolute; 724 position: absolute;
732 left: 0px; 725 left: 0px;
733 margin-top: 4px; 726 margin-top: 4px;
734 color: #fff; 727 color: #fff;
735 text-align: center; 728 text-align: center;
736 } 729 }
737 730
738 .icon-circle-x { 731 .icon-circle-x {
739 background: rgba(89, 89, 89, 0.92); 732 background: rgba(89, 89, 89, 0.92);
740 border-radius: 50%; 733 border-radius: 50%;
741 width: 30px; 734 width: 30px;
742 height: 30px; 735 height: 30px;
743 position: absolute; 736 position: absolute;
744 left: 0px; 737 left: 0px;
745 margin-top: 30px; 738 margin-top: 30px;
746 color: #fff; 739 color: #fff;
747 text-align: center; 740 text-align: center;
748 } 741 }
749 742
750 .icon-circle-p { 743 .icon-circle-p {
751 background: rgba(89, 89, 89, 0.92); 744 background: rgba(89, 89, 89, 0.92);
752 border-radius: 50%; 745 border-radius: 50%;
753 width: 30px; 746 width: 30px;
754 height: 30px; 747 height: 30px;
755 position: absolute; 748 position: absolute;
756 left: 0px; 749 left: 0px;
757 margin-top: 30px; 750 margin-top: 30px;
758 color: #fff; 751 color: #fff;
759 text-align: center; 752 text-align: center;
760 } 753 }
761 754
762 .icon-circle-z { 755 .icon-circle-z {
763 background: rgba(89, 89, 89, 0.92); 756 background: rgba(89, 89, 89, 0.92);
764 border-radius: 50%; 757 border-radius: 50%;
765 width: 30px; 758 width: 30px;
766 height: 30px; 759 height: 30px;
767 position: absolute; 760 position: absolute;
768 left: 0px; 761 left: 0px;
769 margin-top: 4px; 762 margin-top: 4px;
770 color: #fff; 763 color: #fff;
771 text-align: center; 764 text-align: center;
772 } 765 }
773 766
774 .icon-circle-q { 767 .icon-circle-q {
775 background: rgba(89, 89, 89, 0.92); 768 background: rgba(89, 89, 89, 0.92);
776 border-radius: 50%; 769 border-radius: 50%;
777 width: 30px; 770 width: 30px;
778 height: 30px; 771 height: 30px;
779 position: absolute; 772 position: absolute;
780 left: 0px; 773 left: 0px;
781 margin-top: 4px; 774 margin-top: 4px;
782 color: #fff; 775 color: #fff;
783 text-align: center; 776 text-align: center;
784 } 777 }
785 778
786 .icon-circle-ab { 779 .icon-circle-ab {
787 background: rgba(89, 89, 89, 0.92); 780 background: rgba(89, 89, 89, 0.92);
788 border-radius: 50%; 781 border-radius: 50%;
789 width: 30px; 782 width: 30px;
790 height: 30px; 783 height: 30px;
791 position: absolute; 784 position: absolute;
792 left: 0px; 785 left: 0px;
793 margin-top: 3px; 786 margin-top: 3px;
794 color: #fff; 787 color: #fff;
795 text-align: center; 788 text-align: center;
796 } 789 }
797 790
798 .icon-circle-abc { 791 .icon-circle-abc {
799 background: rgba(89, 89, 89, 0.92); 792 background: rgba(89, 89, 89, 0.92);
800 border-radius: 50%; 793 border-radius: 50%;
801 width: 30px; 794 width: 30px;
802 height: 30px; 795 height: 30px;
803 position: absolute; 796 position: absolute;
804 left: 0px; 797 left: 0px;
805 margin-top: 3px; 798 margin-top: 3px;
806 color: #fff; 799 color: #fff;
807 text-align: center; 800 text-align: center;
808 } 801 }
809 802
810 .icon-circle-bc { 803 .icon-circle-bc {
811 background: rgba(89, 89, 89, 0.92); 804 background: rgba(89, 89, 89, 0.92);
812 border-radius: 50%; 805 border-radius: 50%;
813 width: 30px; 806 width: 30px;
814 height: 30px; 807 height: 30px;
815 position: absolute; 808 position: absolute;
816 left: 0px; 809 left: 0px;
817 margin-top: 3px; 810 margin-top: 3px;
818 color: #fff; 811 color: #fff;
819 text-align: center; 812 text-align: center;
820 } 813 }
821 814
822 .icon-circle-abcdefg { 815 .icon-circle-abcdefg {
823 background: rgba(89, 89, 89, 0.92); 816 background: rgba(89, 89, 89, 0.92);
824 border-radius: 50%; 817 border-radius: 50%;
825 width: 30px; 818 width: 30px;
826 height: 30px; 819 height: 30px;
827 position: absolute; 820 position: absolute;
828 left: 0px; 821 left: 0px;
829 margin-top: 3px; 822 margin-top: 3px;
830 color: #fff; 823 color: #fff;
831 text-align: center; 824 text-align: center;
832 } 825 }
833 826
834 .referel-icon { 827 .referel-icon {
835 background: rgba(89, 89, 89, 0.92); 828 background: rgba(89, 89, 89, 0.92);
836 border-radius: 50%; 829 border-radius: 50%;
837 width: 30px; 830 width: 30px;
838 height: 30px; 831 height: 30px;
839 position: absolute; 832 position: absolute;
840 left: 0px; 833 left: 0px;
841 margin-top: 3px; 834 margin-top: 3px;
842 color: #fff; 835 color: #fff;
843 text-align: center; 836 text-align: center;
844 } 837 }
845 838
846 839
847 /*quiz*/ 840 /*quiz*/
848 .q-card-align div{ 841 .q-card-align div{
849 margin-bottom: 15px; 842 margin-bottom: 15px;
850 } 843 }
851 844
852 .drop-down { 845 .drop-down {
853 background-color: #fff; 846 background-color: #fff;
854 border-radius: 0; 847 border-radius: 0;
855 font-size: 12px; 848 font-size: 12px;
856 } 849 }
857 850
858 .footer-link, .footer-link:hover { 851 .footer-link, .footer-link:hover {
859 color:#fff; 852 color:#fff;
860 } 853 }
861 /*idea content margin*/ 854 /*idea content margin*/
862 .content-idea{ 855 .content-idea{
863 margin:196px 12px 8px; 856 margin:196px 12px 8px;
864 } 857 }
865 858
866 .content-product{ 859 .content-product{
867 margin:193px -19px 9px; 860 margin:193px -19px 9px;
868 } 861 }
869 862
870 .content-growth{ 863 .content-growth{
871 margin:192px 11px 8px; 864 margin:192px 11px 8px;
872 } 865 }
873 .last-content-card{ 866 .last-content-card{
874 /*margin: 0px -85px -4px -51px;*/ 867 /*margin: 0px -85px -4px -51px;*/
875 } 868 }
876 869
877 @media (max-width: 600px) { 870 @media (max-width: 600px) {
878 .content-idea{ 871 .content-idea{
879 margin: auto; 872 margin: auto;
880 } 873 }
881 874
882 .content-product{ 875 .content-product{
883 margin: auto; 876 margin: auto;
884 } 877 }
885 878
886 .content-growth{ 879 .content-growth{
887 margin: auto; 880 margin: auto;
888 } 881 }
889 .stages-card{ 882 .stages-card{
890 margin: auto; 883 margin: auto;
891 margin-bottom: 15px; 884 margin-bottom: 15px;
892 } 885 }
893 .last-content-card{ 886 .last-content-card{
894 margin: auto; 887 margin: auto;
895 } 888 }
896 .card-align{ 889 .card-align{
897 margin: auto; 890 margin: auto;
898 } 891 }
899 892
900 } 893 }
901 894
902 .toggler { 895 .toggler {
903 width: 500px; 896 width: 500px;
904 height: 200px; 897 height: 200px;
905 } 898 }
906 #button { 899 #button {
907 padding: .5em 1em; 900 padding: .5em 1em;
908 text-decoration: none; 901 text-decoration: none;
909 } 902 }
910 #effect { 903 #effect {
911 position: relative; 904 position: relative;
912 width: 240px; 905 width: 240px;
913 height: 170px; 906 height: 170px;
914 padding: 0.4em; 907 padding: 0.4em;
915 } 908 }
916 #effect h3 { 909 #effect h3 {
917 margin: 0; 910 margin: 0;
918 padding: 0.4em; 911 padding: 0.4em;
919 text-align: center; 912 text-align: center;
920 } 913 }
921 914
922 #snackbar { 915 #snackbar {
923 visibility: hidden; 916 visibility: hidden;
924 min-width: 250px; 917 min-width: 250px;
925 margin-left: -125px; 918 margin-left: -125px;
926 background-color: #F44336; 919 background-color: #F44336;
927 color: #fff; 920 color: #fff;
928 text-align: center; 921 text-align: center;
929 border-radius: 2px; 922 border-radius: 2px;
930 padding: 16px; 923 padding: 16px;
931 position: fixed; 924 position: fixed;
932 z-index: 1; 925 z-index: 1;
933 left: 50%; 926 left: 50%;
934 bottom: 30px; 927 bottom: 30px;
935 font-size: 17px; 928 font-size: 17px;
936 } 929 }
937 930
938 #snackbar.show { 931 #snackbar.show {
939 visibility: visible; 932 visibility: visible;
940 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 933 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
941 animation: fadin 0.5s, fadout 0.5s 2.5s; 934 animation: fadin 0.5s, fadout 0.5s 2.5s;
942 } 935 }
943 936
944 @-webkit-keyframes fadin { 937 @-webkit-keyframes fadin {
945 from {bottom: 0; opacity: 0;} 938 from {bottom: 0; opacity: 0;}
946 to {bottom: 30px; opacity: 1;} 939 to {bottom: 30px; opacity: 1;}
947 } 940 }
948 941
949 @keyframes fadin { 942 @keyframes fadin {
950 from {bottom: 0; opacity: 0;} 943 from {bottom: 0; opacity: 0;}
951 to {bottom: 30px; opacity: 1;} 944 to {bottom: 30px; opacity: 1;}
952 } 945 }
953 946
954 @-webkit-keyframes fadout { 947 @-webkit-keyframes fadout {
955 from {bottom: 30px; opacity: 1;} 948 from {bottom: 30px; opacity: 1;}
956 to {bottom: 0; opacity: 0;} 949 to {bottom: 0; opacity: 0;}
957 } 950 }
958 951
959 @keyframes fadout { 952 @keyframes fadout {
960 from {bottom: 30px; opacity: 1;} 953 from {bottom: 30px; opacity: 1;}
961 to {bottom: 0; opacity: 0;} 954 to {bottom: 0; opacity: 0;}
962 } 955 }
963 956
964 957
965 #snacsskbar { 958 #snacsskbar {
966 visibility: hidden; 959 visibility: hidden;
967 min-width: 250px; 960 min-width: 250px;
968 margin-left: -125px; 961 margin-left: -125px;
969 background-color: #333; 962 background-color: #333;
970 color: #fff; 963 color: #fff;
971 text-align: center; 964 text-align: center;
972 border-radius: 2px; 965 border-radius: 2px;
973 padding: 16px; 966 padding: 16px;
974 position: fixed; 967 position: fixed;
975 z-index: 1; 968 z-index: 1;
976 left: 50%; 969 left: 50%;
977 top: 30px; 970 top: 30px;
978 font-size: 17px; 971 font-size: 17px;
979 } 972 }
980 973
981 #snacsskbar.show { 974 #snacsskbar.show {
982 visibility: visible; 975 visibility: visible;
983 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 976 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
984 animation: fadein 0.5s, fadeout 0.5s 2.5s; 977 animation: fadein 0.5s, fadeout 0.5s 2.5s;
985 } 978 }
986 979
987 @-webkit-keyframes fadein { 980 @-webkit-keyframes fadein {
988 from {top: 0; opacity: 0;} 981 from {top: 0; opacity: 0;}
989 to {top: 30px; opacity: 1;} 982 to {top: 30px; opacity: 1;}
990 } 983 }
991 984
992 @keyframes fadein { 985 @keyframes fadein {
993 from {top: 0; opacity: 0;} 986 from {top: 0; opacity: 0;}
994 to {top: 30px; opacity: 1;} 987 to {top: 30px; opacity: 1;}
995 } 988 }
996 989
997 @-webkit-keyframes fadeout { 990 @-webkit-keyframes fadeout {
998 from {top: 30px; opacity: 1;} 991 from {top: 30px; opacity: 1;}
999 to {top: 0; opacity: 0;} 992 to {top: 0; opacity: 0;}
1000 } 993 }
1001 994
1002 @keyframes fadeout { 995 @keyframes fadeout {
1003 from {top: 30px; opacity: 1;} 996 from {top: 30px; opacity: 1;}
1004 to {top: 0; opacity: 0;} 997 to {top: 0; opacity: 0;}
1005 } 998 }
1006 999
1007 input.hidden { 1000 input.hidden {
1008 position: absolute; 1001 position: absolute;
1009 left: -9999px; 1002 left: -9999px;
1010 } 1003 }
1011 1004
1012 #profile-image1 { 1005 #profile-image1 {
1013 cursor: pointer; 1006 cursor: pointer;
1014 width: 100px; 1007 width: 100px;
1015 height: 100px; 1008 height: 100px;
1016 border:2px solid #eee ; 1009 border:2px solid #eee ;
1017 } 1010 }
1018 1011
1019 .tital{ font-size:16px; font-weight:500;} 1012 .tital{ font-size:16px; font-weight:500;}
1020 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 1013 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
1021 .footerpadd{padding: 5px;} 1014 .footerpadd{padding: 5px;}
1022 1015
1023 1016
1024 .container1{ 1017 .container1{
1025 width: 100% 1018 width: 100%
1026 } 1019 }
1027 1020
1028 .no-margin{ 1021 .no-margin{
1029 margin: 0 0 0 !important; 1022 margin: 0 0 0 !important;
1030 } 1023 }
1031 .no-padding{ 1024 .no-padding{
1032 padding: 0 0 0 0 !important; 1025 padding: 0 0 0 0 !important;
1033 } 1026 }
1034 .select-stage{ 1027 .select-stage{
1035 margin: 10px 0; 1028 margin: 10px 0;
1036 } 1029 }
1037 .cards-content{ 1030 .cards-content{
1038 margin-top: 40px; 1031 margin-top: 40px;
1039 } 1032 }
1040 .cards-content p{ 1033 .cards-content p{
1041 font-size: 13px; 1034 font-size: 13px;
1042 } 1035 }
1043 .q-card-align{ 1036 .q-card-align{
1044 margin-top: 15px; 1037 margin-top: 15px;
1045 } 1038 }
1046 .width-auto{ 1039 .width-auto{
1047 width: auto !important; 1040 width: auto !important;
1048 } 1041 }
1049 .margin-right-label{ 1042 .margin-right-label{
1050 margin-right: 20px; 1043 margin-right: 20px;
1051 } 1044 }
1052 .margin-right-label label{ 1045 .margin-right-label label{
1053 margin-left: 5px; 1046 margin-left: 5px;
1054 } 1047 }
1055 .apply-coupen-btn{ 1048 .apply-coupen-btn{
1056 position: absolute; 1049 position: absolute;
1057 top: -2px; 1050 top: -2px;
1058 right: 13px; 1051 right: 13px;
1059 border: none; 1052 border: none;
1060 height: 44px; 1053 height: 44px;
1061 color: #fff; 1054 color: #fff;
1062 background-color: #666; 1055 background-color: #666;
1063 width: 75px; 1056 width: 75px;
1064 } 1057 }
1065 .coupen-approved{ 1058 .coupen-approved{
1066 position: absolute; 1059 position: absolute;
1067 right: 120px; 1060 right: 120px;
1068 top: 6px; 1061 top: 6px;
1069 color: rgb(66, 181, 73); 1062 color: rgb(66, 181, 73);
1070 font-size: 30px !important; 1063 font-size: 30px !important;
1071 } 1064 }
1072 .right-side-links{ 1065 .right-side-links{
1073 margin-top: 12px; 1066 margin-top: 12px;
1074 } 1067 }
1075 .right-side-links a{ 1068 .right-side-links a{
1076 width: auto; 1069 width: auto;
1077 display: inline; 1070 display: inline;
1078 } 1071 }
1079 .right-side-links a:first-child{ 1072 .right-side-links a:first-child{
1080 border-right: 1px solid #fff; 1073 border-right: 1px solid #fff;
1081 padding-right: 4px; 1074 padding-right: 4px;
1082 } 1075 }
1083 1076
1084 @media (max-width: 768px){ 1077 @media (max-width: 768px){
1085 .cards-content{ 1078 .cards-content{
1086 margin-top: 15px; 1079 margin-top: 15px;
1087 margin-bottom: 30px; 1080 margin-bottom: 30px;
1088 } 1081 }
1089 .no-padding-mobile{ 1082 .no-padding-mobile{
1090 padding-left: 0 !important; 1083 padding-left: 0 !important;
1091 padding-right: 0 !important; 1084 padding-right: 0 !important;
1092 } 1085 }
1093 .sector-align .card-small{ 1086 .sector-align .card-small{
1094 height: 74px; 1087 height: 74px;
1095 } 1088 }
1096 .stages-card{ 1089 .stages-card{
1097 width: 92%; 1090 width: 92%;
1098 } 1091 }
1099 .right-stage-card{ 1092 .right-stage-card{
1100 float: right; 1093 float: right;
1101 } 1094 }
1102 .margin-auto-mobile{ 1095 .margin-auto-mobile{
1103 margin-left: 4%; 1096 margin-left: 4%;
1104 } 1097 }
1105 .card .thumbnail{ 1098 .card .thumbnail{
1106 padding: 15px 0 1px 0; 1099 padding: 15px 0 1px 0;
1107 } 1100 }
1108 .thumbnail > img, .thumbnail a > img{ 1101 .thumbnail > img, .thumbnail a > img{
1109 width: 50%; 1102 width: 50%;
1110 } 1103 }
1111 .right-side-links a{ 1104 .right-side-links a{
1112 display: block; 1105 display: block;
1113 width: 100%; 1106 width: 100%;
1114 } 1107 }
1115 .right-side-links a:first-child{ 1108 .right-side-links a:first-child{
1116 border-right: 0 solid #fff; 1109 border-right: 0 solid #fff;
1117 padding-right: 0; 1110 padding-right: 0;
1118 } 1111 }
1119 .right-side-links{ 1112 .right-side-links{
1120 margin-top: 0; 1113 margin-top: 0;
1121 } 1114 }
1122 .panel-default{ 1115 .panel-default{
1123 border-color: transparent; 1116 border-color: transparent;
1124 box-shadow: none; 1117 box-shadow: none;
1125 } 1118 }
1126 .modal-footers { 1119 .modal-footers {
1127 padding: 19px 20px 20px; 1120 padding: 19px 20px 20px;
1128 margin-top: 15px; 1121 margin-top: 15px;
1129 text-align: center !important; 1122 text-align: center !important;
1130 margin-bottom: 4px; 1123 margin-bottom: 4px;
1131 } 1124 }
1132 .startup-jalsa{ 1125 .startup-jalsa{
1133 font-family: 'BenchNine', sans-serif; 1126 font-family: 'BenchNine', sans-serif;
1134 color: rgb(25, 104, 157); 1127 color: rgb(25, 104, 157);
1135 position:relative; 1128 position:relative;
1136 z-index:2; 1129 z-index:2;
1137 } 1130 }
1138 1131
1139 } 1132 }
1140 1133
1141 1134
1142 1135
1143 .card-input { 1136 .card-input {
1144 display: none; 1137 display: none;
1145 } 1138 }
1146 1139
1147 .card { 1140 .card {
1148 font-size: 1em; 1141 font-size: 1em;
1149 overflow: hidden; 1142 overflow: hidden;
1150 padding: 0; 1143 padding: 0;
1151 border: none; 1144 border: none;
1152 /*border-radius: .28571429rem;*/ 1145 /*border-radius: .28571429rem;*/
1153 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; 1146 box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
1154 } 1147 }
1155 1148
1156 .card-block { 1149 .card-block {
1157 font-size: 1em; 1150 font-size: 1em;
1158 position: relative; 1151 position: relative;
1159 margin: 0; 1152 margin: 0;
1160 padding: 4%; 1153 padding: 4%;
1161 border: none; 1154 border: none;
1162 border-top: 1px solid rgba(34, 36, 38, .1); 1155 border-top: 1px solid rgba(34, 36, 38, .1);
1163 box-shadow: none; 1156 box-shadow: none;
1164 } 1157 }
1165 .button-position{ 1158 .button-position{
1166 position: relative; 1159 position: relative;
1167 top: -10px; 1160 top: -10px;
1168 } 1161 }
1169 .card-img-top { 1162 .card-img-top {
1170 display: block; 1163 display: block;
1171 width: 100%; 1164 width: 100%;
1172 height: auto; 1165 height: auto;
1173 } 1166 }
1174 1167
1175 .card-title { 1168 .card-title {
1176 /*font-size: 17px;*/ 1169 /*font-size: 17px;*/
1177 font-weight: 600; 1170 font-weight: 600;
1178 margin: 0; 1171 margin: 0;
1179 line-height: normal; 1172 line-height: normal;
1180 font-family: 'Arial',sans-serif; 1173 font-family: 'Arial',sans-serif;
1181 } 1174 }
1182 .card-sub-title{ 1175 .card-sub-title{
1183 font-family: 'Arial',sans-serif; 1176 font-family: 'Arial',sans-serif;
1184 /*color: #666;*/ 1177 /*color: #666;*/
1185 font-weight: normal; 1178 font-weight: normal;
1186 margin-bottom: 0; 1179 margin-bottom: 0;
1187 } 1180 }
1188 .button-aligment{ 1181 .button-aligment{
1189 margin-top: 5px; 1182 margin-top: 5px;
1190 margin-right: 14px; 1183 margin-right: 14px;
1191 margin-bottom: 15px; 1184 margin-bottom: 15px;
1192 } 1185 }
1193 .card-text { 1186 .card-text {
1194 clear: both; 1187 clear: both;
1195 margin-top: .5em; 1188 margin-top: .5em;
1196 /*color: rgba(0, 0, 0, .68);*/ 1189 /*color: rgba(0, 0, 0, .68);*/
1197 padding-bottom: 3%; 1190 padding-bottom: 3%;
1198 font-size: 13px; 1191 font-size: 13px;
1199 } 1192 }
1200 1193
1201 .card-text2 { 1194 .card-text2 {
1202 padding: 3% 0 3% 4%;; 1195 padding: 3% 0 3% 4%;;
1203 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1196 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1204 } 1197 }
1205 .card-text2 span{ 1198 .card-text2 span{
1206 font-size: 13px; 1199 font-size: 13px;
1207 /*color: #666;*/ 1200 /*color: #666;*/
1208 } 1201 }
1209 .card-text2 div{ 1202 .card-text2 div{
1210 margin-top: 0 !important; 1203 margin-top: 0 !important;
1211 font-weight: normal; 1204 font-weight: normal;
1212 /*color: #000;*/ 1205 /*color: #000;*/
1213 font-size: 12px; 1206 font-size: 12px;
1214 padding-bottom: 0; 1207 padding-bottom: 0;
1215 } 1208 }
1216 1209
1217 .card-inverse .btn { 1210 .card-inverse .btn {
1218 border: 1px solid rgba(0, 0, 0, .05); 1211 border: 1px solid rgba(0, 0, 0, .05);
1219 } 1212 }
1220 1213
1221 .card-text3 { 1214 .card-text3 {
1222 border-top: 1px solid rgba(0, 0, 0, .05) !important; 1215 border-top: 1px solid rgba(0, 0, 0, .05) !important;
1223 } 1216 }
1224 1217
1225 .container { 1218 .container {
1226 display: block; 1219 display: block;
1227 position: relative; 1220 position: relative;
1228 padding: 0; 1221 padding: 0;
1229 margin-bottom: 12px; 1222 margin-bottom: 12px;
1230 cursor: pointer; 1223 cursor: pointer;
1231 font-size: 16px; 1224 font-size: 16px;
1232 -webkit-user-select: none; 1225 -webkit-user-select: none;
1233 -moz-user-select: none; 1226 -moz-user-select: none;
1234 -ms-user-select: none; 1227 -ms-user-select: none;
1235 user-select: none; 1228 user-select: none;
1236 width:100%; 1229 width:100%;
1237 } 1230 }
1238 1231
1239 .container1 { 1232 .container1 {
1240 display: block; 1233 display: block;
1241 position: relative; 1234 position: relative;
1242 padding-left: 31px; 1235 padding-left: 31px;
1243 margin-bottom: 12px; 1236 margin-bottom: 12px;
1244 cursor: pointer; 1237 cursor: pointer;
1245 font-size: 15px; 1238 font-size: 15px;
1246 -webkit-user-select: none; 1239 -webkit-user-select: none;
1247 -moz-user-select: none; 1240 -moz-user-select: none;
1248 -ms-user-select: none; 1241 -ms-user-select: none;
1249 user-select: none; 1242 user-select: none;
1250 width:100%; 1243 width:100%;
1251 } 1244 }
1252 1245
1253 /* Hide the browser's default radio button */ 1246 /* Hide the browser's default radio button */
1254 .container input { 1247 .container input {
1255 position: absolute; 1248 position: absolute;
1256 opacity: 0; 1249 opacity: 0;
1257 } 1250 }
1258 1251
1259 /* Create a custom radio button */ 1252 /* Create a custom radio button */
1260 .checkmark { 1253 .checkmark {
1261 position: absolute; 1254 position: absolute;
1262 top: 0; 1255 top: 0;
1263 left: 0; 1256 left: 0;
1264 height: 25px; 1257 height: 25px;
1265 width: 25px; 1258 width: 25px;
1266 background-color: #eee; 1259 background-color: #eee;
1267 border-radius: 50%; 1260 border-radius: 50%;
1268 } 1261 }
1269 1262
1270 /* On mouse-over, add a grey background color */ 1263 /* On mouse-over, add a grey background color */
1271 .container:hover input ~ .checkmark { 1264 .container:hover input ~ .checkmark {
1272 background-color: #ccc; 1265 background-color: #ccc;
1273 } 1266 }
1274 1267
1275 /* When the radio button is checked, add a blue background */ 1268 /* When the radio button is checked, add a blue background */
1276 .container input:checked ~ .checkmark { 1269 .container input:checked ~ .checkmark {
1277 background-color: #42b549; 1270 background-color: #42b549;
1278 } 1271 }
1279 1272
1280 /* Create the indicator (the dot/circle - hidden when not checked) */ 1273 /* Create the indicator (the dot/circle - hidden when not checked) */
1281 .checkmark:after { 1274 .checkmark:after {
1282 content: ""; 1275 content: "";
1283 position: absolute; 1276 position: absolute;
1284 display: none; 1277 display: none;
1285 } 1278 }
1286 1279
1287 /* Show the indicator (dot/circle) when checked */ 1280 /* Show the indicator (dot/circle) when checked */
1288 .container input:checked ~ .checkmark:after { 1281 .container input:checked ~ .checkmark:after {
1289 display: block; 1282 display: block;
1290 } 1283 }
1291 1284
1292 /* Style the indicator (dot/circle) */ 1285 /* Style the indicator (dot/circle) */
1293 .container .checkmark:after { 1286 .container .checkmark:after {
1294 top: 9px; 1287 top: 9px;
1295 left: 9px; 1288 left: 9px;
1296 width: 8px; 1289 width: 8px;
1297 height: 8px; 1290 height: 8px;
1298 border-radius: 50%; 1291 border-radius: 50%;
1299 background: white; 1292 background: white;
1300 } 1293 }
1301 1294
1302 table { 1295 table {
1303 /*font-family: arial, sans-serif; 1296 /*font-family: arial, sans-serif;
1304 border-collapse: collapse;*/ 1297 border-collapse: collapse;*/
1305 width: 60%; 1298 width: 60%;
1306 } 1299 }
1307 .city-meetup { 1300 .city-meetup {
1308 opacity: 0.7; 1301 opacity: 0.7;
1309 filter: alpha(opacity=80); /* For IE8 and earlier */ 1302 filter: alpha(opacity=80); /* For IE8 and earlier */
1310 } 1303 }
1311 1304
1312 1305
1313 .card-color{ 1306 .card-color{
1314 background-color:white; 1307 background-color:white;
1315 font-size: 16px; 1308 font-size: 16px;
1316 } 1309 }
1317 1310
1318 .card-color-confirm{ 1311 .card-color-confirm{
1319 background-color:white; 1312 background-color:white;
1320 font-size: 16px; 1313 font-size: 16px;
1321 margin-top: 16%; 1314 margin-top: 16%;
1322 } 1315 }
1323 1316
1324 .startup-jalsa{ 1317 .startup-jalsa{
1325 font-family: 'BenchNine', sans-serif; 1318 font-family: 'BenchNine', sans-serif;
1326 /*font-size: 70.15pt;*/ 1319 /*font-size: 70.15pt;*/
1327 color: rgb(25, 104, 157); 1320 color: rgb(25, 104, 157);
1328 position:relative; 1321 position:relative;
1329 z-index:2; 1322 z-index:2;
1330 } 1323 }
1331 .header{ 1324 .header{
1332 /*width: 100%;*/ 1325 /*width: 100%;*/
1333 text-align: center; 1326 text-align: center;
1334 padding-top:2%; 1327 padding-top:2%;
1335 /*padding: 4px 20px;*/ 1328 /*padding: 4px 20px;*/
1336 } 1329 }
1337 .happen-city{ 1330 .happen-city{
1338 padding-top:12%; 1331 padding-top:12%;
1339 } 1332 }
1340 .happen-meetup{ 1333 .happen-meetup{
1341 font-family: 'Arial',sans-serif; 1334 font-family: 'Arial',sans-serif;
1342 margin-bottom: 10px; 1335 margin-bottom: 10px;
1343 margin-left: 5%; 1336 margin-left: 5%;
1344 } 1337 }
1345 .happen-attend{ 1338 .happen-attend{
1346 margin-top:6%; 1339 margin-top:6%;
1347 } 1340 }
1348 .width-auto{ 1341 .width-auto{
1349 width:auto; 1342 width:auto;
1350 } 1343 }
1351 /*.card-position{ 1344 /*.card-position{
1352 position: relative; 1345 position: relative;
1353 top: -3px; 1346 top: -3px;
1354 }*/ 1347 }*/
1355 1348
1356 .active, .btn:hover, .btn:onclick { 1349 .active, .btn:hover, .btn:onclick {
1357 background-color: grey; 1350 background-color: grey;
1358 border: grey; 1351 border: grey;
1359 color: white; 1352 color: white;
1360 } 1353 }
1361 .apply-act:hover, .apply-act:focus{ 1354 .apply-act:hover, .apply-act:focus{
1362 background-color: grey; 1355 background-color: grey;
1363 border: grey; 1356 border: grey;
1364 color: white; 1357 color: white;
1365 } 1358 }
1366 .apply-btn{ 1359 .apply-btn{
1367 text-align: center; 1360 text-align: center;
1368 margin-bottom: 2%; 1361 margin-bottom: 2%;
1369 } 1362 }
1370 1363
1371 .cursor:hover{ 1364 .cursor:hover{
1372 cursor: context-menu; 1365 cursor: context-menu;
1373 } 1366 }
1374 1367
1375 .bg_dots{ 1368 .bg_dots{
1376 position: absolute; 1369 position: absolute;
1377 left:0; 1370 left:0;
1378 right:0; 1371 right:0;
1379 top:0; 1372 top:0;
1380 height: 700px; 1373 height: 700px;
1381 position:fixed; 1374 position:fixed;
1382 background-position: top center; 1375 background-position: top center;
1383 background-image: url(/images/mock_up_background.jpg); 1376 background-image: url(/images/mock_up_background.jpg);
1384 background-repeat: no-repeat; 1377 background-repeat: no-repeat;
1385 background-size: 100% auto; 1378 background-size: 100% auto;
1386 -webkit-background-size:100% auto; 1379 -webkit-background-size:100% auto;
1387 } 1380 }
1388 .stage-shadow{ 1381 .stage-shadow{
1389 background:transparent; 1382 background:transparent;
1390 } 1383 }
1391 1384
1392 1385
1393 1386
1394 1387
1395 1388
1396 1389
1397 1390
1398 1391
1399 1392
1400 1393
1401 1394
1402 1395
1403 1396
1404 1397
1405 1398
1406 1399
1407 1400
1408 1401
1409 1402
1410 1403
1411 1404
1412 1405
1413 1406
1414 @media (max-width:767px){ 1407 @media (max-width:767px){
1415 h1{ 1408 h1{
1416 font-size:2.8rem; 1409 font-size:2.8rem;
1417 } 1410 }
1418 .phone-meetup{ 1411 .phone-meetup{
1419 margin-left: 4%; 1412 margin-left: 4%;
1420 1413
1421 } 1414 }
1422 .card-color-confirm{ 1415 .card-color-confirm{
1423 margin-top: 40%; 1416 margin-top: 40%;
1424 } 1417 }
1425 .city-meetup { 1418 .city-meetup {
1426 opacity: 0.8; 1419 opacity: 0.8;
1427 filter: alpha(opacity=80); /* For IE8 and earlier */ 1420 filter: alpha(opacity=80); /* For IE8 and earlier */
1428 } 1421 }
1429 #front { 1422 #front {
1430 /*background-image: url(/images/mock_up_background.jpg); 1423 /*background-image: url(/images/mock_up_background.jpg);
1431 background-repeat: no-repeat; 1424 background-repeat: no-repeat;
1432 background-attachment:fixed; 1425 background-attachment:fixed;
1433 background-position: top center; 1426 background-position: top center;
1434 -webkit-background-attachment: fixed; 1427 -webkit-background-attachment: fixed;
1435 background-size: 400% auto; 1428 background-size: 400% auto;
1436 -webkit-background-size:400% auto;*/ 1429 -webkit-background-size:400% auto;*/
1437 } 1430 }
1438 .bg_dots{ 1431 .bg_dots{
1439 height:80%; 1432 height:80%;
1440 background-size: 300% auto; 1433 background-size: 300% auto;
1441 -webkit-background-size:300% auto; 1434 -webkit-background-size:300% auto;
1442 position:fixed; 1435 position:fixed;
1443 top:0; 1436 top:0;
1444 } 1437 }
1445 1438
1446 } 1439 }
1447 1440
1448 @media screen and (max-device-width: 991px) and (orientation: landscape){ 1441 @media screen and (max-device-width: 991px) and (orientation: landscape){
1449 .rotate-card{ 1442 .rotate-card{
1450 width: 100%; 1443 width: 100%;
1451 } 1444 }
1452 1445
1453 } 1446 }
pages/ambassador.html
1 <div class="header"> 1 <div class="header">
2 <div> 2 <div>
3 <h1 class="startup-jalsa">STARTUP JALSA 2018</h1> 3 <h1 class="startup-jalsa">STARTUP JALSA 2018</h1>
4 </div> 4 </div>
5 <div class="clearfix"></div> 5 <div class="clearfix"></div>
6 </div> 6 </div>
7 <!-- CLOSE HEADER --> 7 <!-- CLOSE HEADER -->
8 <form name="applicantForm"> 8 <form name="applicantForm">
9 <div class="col-xs-12 col-md-8 col-md-offset-2"> 9 <div class="col-xs-12 col-md-8 col-md-offset-2">
10 <div class="form-all"> 10 <div class="form-all">
11 <!-- <table style="width: 100%;"> 11 <!-- <table style="width: 100%;">
12 <tr> 12 <tr>
13 <td> 13 <td>
14 <div class="step-one-form" > --> 14 <div class="step-one-form" > -->
15 <!-- form step 1 --> 15 <!-- form step 1 -->
16 <div class="col-xs-12 col-md-6 input-wrapper" > 16 <div class="col-xs-12 col-md-6 input-wrapper" >
17 <div id="snackbar">Error ! Please fill in all fields.</div> 17 <div id="snackbar">Error ! Please fill in all fields.</div>
18 <div class="icon-circle-c"> 18 <div class="icon-circle-c">
19 <i class="material-icons" style="line-height: 31px;">person</i> 19 <i class="material-icons" style="line-height: 31px;">person</i>
20 </div> 20 </div>
21 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name *" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)"> 21 <input type="text" class="text-input" required ng-model="data.name" placeholder="Name *" id="myBtn" name="name" ng-change="entername(data.name); firstNamekeyPress(data.name)">
22 </div> 22 </div>
23 <div class="col-xs-12 col-md-6 input-wrapper" > 23 <div class="col-xs-12 col-md-6 input-wrapper" >
24 <div id="snackbar">Error ! Please fill in all fields.</div> 24 <div id="snackbar">Error ! Please fill in all fields.</div>
25 <div class="icon-circle-d"> 25 <div class="icon-circle-d">
26 <i class="material-icons" style="line-height: 30px;">email</i> 26 <i class="material-icons" style="line-height: 30px;">email</i>
27 </div> 27 </div>
28 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)"> 28 <input type="email" name="email" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]+$/" class="text-input" required class="" ng-model="data.email" placeholder="Email Address *" ng-change="enteremail(data.email); emailkeyPress(data.email)">
29 <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label> 29 <!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid email address.</label>
30 <label ng-if="check">Email already exist.</label> 30 <label ng-if="check">Email already exist.</label> -->
31 </div> 31 </div>
32 <div class="col-xs-12 col-md-6 input-wrapper" > 32 <div class="col-xs-12 col-md-6 input-wrapper" >
33 <div class="icon-circle-e"> 33 <div class="icon-circle-e">
34 <i class="material-icons" style="line-height: 30px;">phone</i> 34 <i class="material-icons" style="line-height: 30px;">phone</i>
35 </div> 35 </div>
36 <input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)"> 36 <input type="text" ng-pattern="/^\d*(?:\.\d{1,2})?$/" title="Please enter only numberic numbers" maxlength="10" required class="text-input" ng-model="data.number" placeholder="Mobile No.*" ng-change="enternumber(data.number); phonekeyPress(data.number)">
37 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> --> 37 <!-- <label class="error-message f-family" id="invalidNumber">Please enter only numeric value in mobile number field.</label> -->
38 <label ng-if="numberCheck">Contact Number already exist.</label> 38 <label ng-if="numberCheck">Contact Number already exist.</label>
39 </div> 39 </div>
40 <div class="col-xs-12 col-md-6 input-wrapper"> 40 <div class="col-xs-12 col-md-6 input-wrapper">
41 <div class="icon-circle-f"> 41 <div class="icon-circle-f">
42 <i class="material-icons" style="line-height: 30px;">location_city</i> 42 <i class="material-icons" style="line-height: 30px;">location_city</i>
43 </div> 43 </div>
44 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 44 <select ng-model="data.city" ng-change="selectcity(data.city); citykeyPress(data.city)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
45 <option name="city" selected disabled value="">Choose City *</option> 45 <option name="city" selected disabled value="">Choose City *</option>
46 <option value="Ahmedabad">Ahmedabad</option> 46 <option value="Ahmedabad">Ahmedabad</option>
47 <option value="Bangalore">Bangalore</option> 47 <option value="Bangalore">Bangalore</option>
48 <option value="Chennai">Chennai</option> 48 <option value="Chennai">Chennai</option>
49 <option value="Delhi">Delhi</option> 49 <option value="Delhi">Delhi</option>
50 <option value="Guwahati">Guwahati</option> 50 <option value="Guwahati">Guwahati</option>
51 <option value="Hyderabad">Hyderabad</option> 51 <option value="Hyderabad">Hyderabad</option>
52 <option value="Jaipur">Jaipur</option> 52 <option value="Jaipur">Jaipur</option>
53 <option value="Kanpur">Kanpur</option> 53 <option value="Kanpur">Kanpur</option>
54 <option value="Kolkata">Kolkata</option> 54 <option value="Kolkata">Kolkata</option>
55 <option value="Mumbai">Mumbai</option> 55 <option value="Mumbai">Mumbai</option>
56 </select> 56 </select>
57 </div> 57 </div>
58 <div class="col-xs-12 col-md-6 input-wrapper"> 58 <div class="col-xs-12 col-md-6 input-wrapper">
59 <div class="icon-circle-i"> 59 <div class="icon-circle-i">
60 <i class="material-icons" style="line-height: 30px;">perm_identity</i> 60 <i class="material-icons" style="line-height: 30px;">perm_identity</i>
61 </div> 61 </div>
62 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required> 62 <input type="text" class="text-input" ng-model="data.companyName" placeholder="Company Name *" ng-change="enternumber(data.companyName); companykeyPress(data.companyName)" required>
63 </div> 63 </div>
64 <div class="col-xs-12 col-md-6 input-wrapper"> 64 <div class="col-xs-12 col-md-6 input-wrapper">
65 <div class="icon-circle-z"> 65 <div class="icon-circle-z">
66 <i class="material-icons" style="line-height: 30px;">web</i> 66 <i class="material-icons" style="line-height: 30px;">web</i>
67 </div> 67 </div>
68 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="abc(); descriptionkeyPress(data.website)"></input> 68 <input name="website" class="text-input" ng-model="data.website" placeholder="Website link" ng-change="abc(); descriptionkeyPress(data.website)"></input>
69 </div> 69 </div>
70 <div class="col-xs-12 col-md-6 input-wrapper"> 70 <div class="col-xs-12 col-md-6 input-wrapper">
71 <div class="icon-circle-y"> 71 <div class="icon-circle-y">
72 <i class="material-icons" style="line-height: 30px;">assignment</i> 72 <i class="material-icons" style="line-height: 30px;">assignment</i>
73 </div> 73 </div>
74 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 74 <select ng-model="data.stage" ng-change="selectechnology(data.stage); fundkeyPress(data.stage)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
75 <option name="stage" selected disabled value="">Choose Startup Stage *</option> 75 <option name="stage" selected disabled value="">Choose Startup Stage *</option>
76 <option value="Proof of Concept">Proof of Concept</option> 76 <option value="Proof of Concept">Proof of Concept</option>
77 <option value="Beta Launched">Beta Launched</option> 77 <option value="Beta Launched">Beta Launched</option>
78 <option value="Early Revenues">Early Revenues</option> 78 <option value="Early Revenues">Early Revenues</option>
79 <option value="Steady Revenues">Steady Revenues</option> 79 <option value="Steady Revenues">Steady Revenues</option>
80 <option value="Other">Other</option> 80 <option value="Other">Other</option>
81 </select> 81 </select>
82 </div> 82 </div>
83 <div class="col-xs-12 col-md-6 input-wrapper"> 83 <div class="col-xs-12 col-md-6 input-wrapper">
84 <div class="icon-circle-q"> 84 <div class="icon-circle-q">
85 <i class="material-icons" style="line-height: 30px;">business</i> 85 <i class="material-icons" style="line-height: 30px;">business</i>
86 </div> 86 </div>
87 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 87 <select ng-model="data.business" ng-change="selectechnology(data.business); ideakeyPress(data.business)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
88 <option name="business" selected disabled value="">Type of business *</option> 88 <option name="business" selected disabled value="">Type of business *</option>
89 <option value="B2B">B2B</option> 89 <option value="B2B">B2B</option>
90 <option value="B2C">B2C</option> 90 <option value="B2C">B2C</option>
91 </select> 91 </select>
92 </div> 92 </div>
93 <div class="col-xs-12 col-md-12 f-family line-adjust"> 93 <div class="col-xs-12 col-md-12 f-family line-adjust">
94 <strong>How many founders/teammates will be attending the meetup? *</strong> 94 <strong>How many founders/teammates will be attending the meetup? *</strong>
95 <p class="line-space" ></p> 95 <p class="line-space" ></p>
96 </div> 96 </div>
97 <div class="col-xs-12 col-md-12 input-wrapper" > 97 <div class="col-xs-12 col-md-12 input-wrapper" >
98 <div class="icon-circle-o"> 98 <div class="icon-circle-o">
99 <i class="material-icons" style="line-height: 30px;">confirmation_number</i> 99 <i class="material-icons" style="line-height: 30px;">confirmation_number</i>
100 </div> 100 </div>
101 <select ng-model="data.founder" ng-change="selectfounder(data.founder); discountkeyPress(data.founder)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required> 101 <select ng-model="data.founder" ng-change="selectfounder(data.founder); discountkeyPress(data.founder)" style="background-color: #fff; border-radius: 0; font-size: 12px; height: 44px;" required>
102 <option name="founder" selected disabled value="">Choose</option> 102 <option name="founder" selected disabled value="">Choose</option>
103 <option value="1">1</option> 103 <option value="1">1</option>
104 <option value="2">2</option> 104 <option value="2">2</option>
105 <option value="3">3</option> 105 <option value="3">3</option>
106 <option value="more than 3">more than 3</option> 106 <option value="more than 3">more than 3</option>
107 </select> 107 </select>
108 </div> 108 </div>
109 <div class="col-xs-12 col-md-12 f-family line-adjust"> 109 <div class="col-xs-12 col-md-12 f-family line-adjust">
110 <strong>In which city is your startup registered at?</strong> 110 <strong>In which city is your startup registered at?</strong>
111 <p class="line-space" ></p> 111 <p class="line-space" ></p>
112 </div> 112 </div>
113 <div class="col-xs-12 col-md-12 input-wrapper"> 113 <div class="col-xs-12 col-md-12 input-wrapper">
114 <div class="icon-circle-m"> 114 <div class="icon-circle-m">
115 <i class="material-icons" style="line-height: 30px;">assessment</i> 115 <i class="material-icons" style="line-height: 30px;">assessment</i>
116 </div> 116 </div>
117 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)"> 117 <input type="text" class="text-input" ng-model="data.cityRegister" placeholder="Your Answer.." ng-change="entertechnology(data.cityRegister); annualkeyPress(data.cityRegister)">
118 </div> 118 </div>
119 <div class="col-xs-12 col-md-12 f-family line-adjust"> 119 <div class="col-xs-12 col-md-12 f-family line-adjust">
120 <strong>Give us a brief introduction about your startup. *</strong> 120 <strong>Give us a brief introduction about your startup. *</strong>
121 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p> 121 <p class="line-space" >Kindly write a powerful Twitter Pitch.</p>
122 </div> 122 </div>
123 <div class="col-xs-12 col-md-12 input-wrapper"> 123 <div class="col-xs-12 col-md-12 input-wrapper">
124 <div class="icon-circle-x"> 124 <div class="icon-circle-x">
125 <i class="material-icons" style="line-height: 30px;">line_weight</i> 125 <i class="material-icons" style="line-height: 30px;">line_weight</i>
126 </div> 126 </div>
127 <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." maxlength="200" ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea> 127 <textarea name="intro" class="text-input textarea" ng-model="data.intro" placeholder="Your Answer.." maxlength="200" ng-change="enterproblem(data.intro); startupNamekeyPress(data.intro)" required></textarea>
128 </div> 128 </div>
129 <div class="col-xs-12 col-md-12 f-family line-adjust"> 129 <div class="col-xs-12 col-md-12 f-family line-adjust">
130 <strong>Who are your customers? *</strong> 130 <strong>Who are your customers? *</strong>
131 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p> 131 <p class="line-space" >We are looking for a simple and clear answer of who you are selling to.</p>
132 </div> 132 </div>
133 <div class="col-xs-12 col-md-12 input-wrapper"> 133 <div class="col-xs-12 col-md-12 input-wrapper">
134 <div class="icon-circle-k"> 134 <div class="icon-circle-k">
135 <i class="material-icons" style="line-height: 30px;">help</i> 135 <i class="material-icons" style="line-height: 30px;">help</i>
136 </div> 136 </div>
137 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea> 137 <textarea name="customer" class="text-input textarea" ng-model="data.customer" placeholder="Your Answer.." ng-change="entersolution(data.customer); websitekeyPress(data.customer)" required></textarea>
138 </div> 138 </div>
139 <div class="col-xs-12 col-md-12 f-family line-adjust"> 139 <div class="col-xs-12 col-md-12 f-family line-adjust">
140 <strong>What problem you are solving for them? *</strong> 140 <strong>What problem you are solving for them? *</strong>
141 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p> 141 <p class="line-space" >We want to understand how clearly you know the pain point, and how big of a problem it is for the customers.</p>
142 </div> 142 </div>
143 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 143 <div class="col-xs-12 col-md-12 input-wrapper f-family">
144 <div class="icon-circle-p"> 144 <div class="icon-circle-p">
145 <i class="material-icons" style="line-height: 30px;">business_center</i> 145 <i class="material-icons" style="line-height: 30px;">business_center</i>
146 </div> 146 </div>
147 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required> 147 <textarea name="problem" class="text-input textarea" ng-model="data.problem" placeholder="Your Answer.." ng-change="enterbusiness(data.problem); businesskeyPress(data.problem)" required>
148 </textarea> 148 </textarea>
149 </div> 149 </div>
150 <div class="col-xs-12 col-md-12 f-family line-adjust"> 150 <div class="col-xs-12 col-md-12 f-family line-adjust">
151 <strong>Link your pitch deck presentation. *</strong> 151 <strong>Link your pitch deck presentation. *</strong>
152 <p class="line-space" >Kindly upload your pitch deck to Google Presentation and make the link sharing settings open to all.</p> 152 <p class="line-space" >Kindly upload your pitch deck to Google Presentation and make the link sharing settings open to all.</p>
153 </div> 153 </div>
154 <div class="col-xs-12 col-md-12 input-wrapper f-family"> 154 <div class="col-xs-12 col-md-12 input-wrapper f-family">
155 <div class="icon-circle-h"> 155 <div class="icon-circle-h">
156 <i class="material-icons" style="line-height: 30px;">web</i> 156 <i class="material-icons" style="line-height: 30px;">web</i>
157 </div> 157 </div>
158 <input name="link" class="text-input" ng-pattern="/^(http[s]?:\/\/){0,1}(www\.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1}/" ng-blur="emailcheck(data.link)" ng-focus="removeError()" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required> 158 <input name="link" class="text-input" ng-pattern="/^(http[s]?:\/\/){0,1}(www\.){0,1}[a-zA-Z0-9\.\-]+\.[a-zA-Z]{2,5}[\.]{0,1}/" ng-blur="emailcheck(data.link)" ng-focus="removeError()" ng-model="data.link" placeholder="link" ng-change="enterbusiness(data.link); linkedInkeyPress(data.link)" required>
159 <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> 159 <!-- <label class="error-message f-family" id="invalidEmail">Please enter a valid link.</label> -->
160 </div> 160 </div>
161 <div class="col-xs-12 col-md-12 f-family line-adjust"> 161 <div class="col-xs-12 col-md-12 f-family line-adjust">
162 <strong>Coupon Code.</strong> 162 <strong>Coupon Code.</strong>
163 <p class="line-space" >It's applicable.</p> 163 <p class="line-space" >It's applicable.</p>
164 </div> 164 </div>
165 <div class="col-xs-12 input-wrapper"> 165 <div class="col-xs-12 input-wrapper">
166 <div class="referel-icon" style="z-index: 999;"> 166 <div class="referel-icon" style="z-index: 999;">
167 <i class="material-icons" style="line-height: 30px;">code</i> 167 <i class="material-icons" style="line-height: 30px;">code</i>
168 </div> 168 </div>
169 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)"> 169 <input class="text-input" ng-model="data.referalToken" placeholder="Enter Coupon code" style="position: relative;" ng-required="referalToken" ng-change="changeReferalIconColor(data.referalToken)">
170 <!-- <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i> 170 <!-- <i class="material-icons coupen-approved" ng-if="tokencheck == true">check</i>
171 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i> 171 <i class="material-icons coupen-approved" style="color:red;" ng-if="tokencheck == false">close</i>
172 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> --> 172 <button type="button" ng-click="tokenCall(data.referalToken)" class="pull-right apply-coupen-btn">Apply</button> -->
173 </div> 173 </div>
174 <div class="clearfix"></div> 174 <div class="clearfix"></div>
175 <!-- </div> --> 175 <!-- </div> -->
176 <!-- close step-one-form --> 176 <!-- close step-one-form -->
177 <!-- </td> 177 <!-- </td>
178 </tr> 178 </tr>
179 </table> --> 179 </table> -->
180 </div> 180 </div>
181 <!-- CLOSE form-all --> 181 <!-- CLOSE form-all -->
182 <!-- </div> --> 182 <!-- </div> -->
183 <div class="clearfix"></div> 183 <div class="clearfix"></div>
184 <div class="text-center"> 184 <div class="text-center">
185 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()"> 185 <input type="submit" class="btn submit-button-form" ng-disabled="applicantForm.$invalid" value="Submit" ng-click="submit()">
186 </div> 186 </div>
187 </div> 187 </div>
188 <!-- col-xs-12 col-md-8 col-md-offset-2 --> 188 <!-- col-xs-12 col-md-8 col-md-offset-2 -->
189 <footer> 189 <footer>
190 <img id="footer" class="img-responsive banner"> 190 <img id="footer" class="img-responsive banner">
191 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> 191 <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a>
192 </center> 192 </center>
193 </footer> 193 </footer>
194 </form> 194 </form>
195 <!-- CLOSE FORM --> 195 <!-- CLOSE FORM -->
196 <!-- </div> CLOSE CHECK VIEW --> 196 <!-- </div> CLOSE CHECK VIEW -->