Blame view

css/custom.css 28.5 KB
3c4db43f3   apple   design new form
1
  /* {
53b83aa9e   Palak Handa   first commit
2
      outline: none !important;
3c4db43f3   apple   design new form
3
  } */
944cbb8ea   Palak Handa   design changes
4

53b83aa9e   Palak Handa   first commit
5
6
  .logo{
      height: 45px;
3c4db43f3   apple   design new form
7
      /* margin-left:  */
5259a7d0e   Digvijay Singh   video links added
8
9
10
11
12
  }
  
  .hyperColor{
    color: white !important;
    cursor: pointer !important;
53b83aa9e   Palak Handa   first commit
13
14
15
16
17
18
  }
  .main-heading{
      height: 70px;
      line-height: 70px;
  }
  .card{
53b83aa9e   Palak Handa   first commit
19
20
21
22
      flex-direction: column;
      background-color: rgb(255,255,255);
      border-radius: 0;
      width: 676px;
6ca076ad8   Swarn Singh   responsive design...
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);
53b83aa9e   Palak Handa   first commit
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  }
  .card input{
      display: none;
  }
  .card .card-content{
      padding: 12px;
    font-size: 12px;
  }
  .card p{
    margin-top:18px;
    margin-right:4px ;
    margin-bottom:-5px;
    /*margin-left:13px;*/
  
      font-family: montserrat, arial, verdana;
      font-weight: normal;
      font-size: 12px;
  }
  .card .thumbnail{
      padding: 15px 30px 1px 28px;
      border: 0;
    border-radius: 0px !important;
  }
4de569579   Palak Handa   design update
47
48
49
  .panel-default{
    border-color: #ddd;
  }
53b83aa9e   Palak Handa   first commit
50
51
52
53
54
55
56
  .video-wrapper{
      padding: 16px 0;
  }
  .stageRadio:checked+label{
      background-color: #42b549;
      color: #fff !important;
  }
67098c3a3   Palak Handa   modify
57
58
59
  .stageRadio1:checked+label{
      background-color: rgba(158, 158, 158, 0.05);
  }
53b83aa9e   Palak Handa   first commit
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
  /* css for radio buttons */
  
  .option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.33333px;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 2px solid #42b549;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
  }
  .option-input:checked {
    background: #42b549;
  }
  .option-input:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    /*content: '✔';*/
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }
  .option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
  }
  .option-input-a.radio-a::after {
    border-radius: 50%;
  }
  /*second css*/
  .option-input-a {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    /*top: 13.33333px;*/
    right: 0;
    bottom: 0;
    left: 0;
    height: 22px;
    width: 22px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 2px solid #42b549;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
  }
  .option-input-a:checked {
    background: #42b549;
  }
  .option-input-a:checked::before {
    height: 20px;
    width: 20px;
    position: absolute;
    /*content: '✔';*/
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
  }
  .option-input-a:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #40e0d0;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
  }
  .option-input-a.radio-a {
    border-radius: 50%;
  }
  .option-input-a.radio-a::after {
    border-radius: 50%;
  }
  
  /* css for radio ends */
  
  .card-small{
      cursor: pointer;
  }
  .card-small img{
      width: 37px;
  }
  .card-small label{
      width: 100%;
      font-weight: normal;
      font-size: 12px;
      margin-top: 5px;
  }
fe142256c   apple   information page ...
181
  .startup-questions{
97ed79f73   apple   landing page design
182
    color: #D53735;
fe142256c   apple   information page ...
183
184
185
186
    font-size: 20px;
  }
  .startup-answers{
    margin-top: 2px;
97ed79f73   apple   landing page design
187
    /* font-weight: 600; */
fe142256c   apple   information page ...
188
    font-size: 15px;
97ed79f73   apple   landing page design
189
    color: #fff;
fe142256c   apple   information page ...
190
  }
53b83aa9e   Palak Handa   first commit
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
  /*.text-input{
    width: 100%;
    border: 0;
    border-bottom: 2px solid #42b549;
    font-size: 18px;
    padding: 5px;
  }*/
  .input-wrapper{
    margin-bottom: 15px !important;
  }
  .select-input{
    width: 100%;
    border: 0;
    border-bottom: 2px solid #42b549;
    background-color: transparent;
    font-size: 12px;
    padding: 5px;
  }
  .submit-button, .submit-button:hover{
944cbb8ea   Palak Handa   design changes
210
    /*background-color: #00bcd4;*/
97ed79f73   apple   landing page design
211
    background-color: #D53735;
53b83aa9e   Palak Handa   first commit
212
    color: #fff;
97ed79f73   apple   landing page design
213
    padding: 5px 15px 5px 15px;
fe142256c   apple   information page ...
214
    font-size: 15px;
97ed79f73   apple   landing page design
215
    border-radius: 20px;
53b83aa9e   Palak Handa   first commit
216
217
218
219
220
    /*display: none;*/
  }
  .submit-button:disabled{
    background-color: #ddd;
  }
97ed79f73   apple   landing page design
221
222
223
224
225
226
227
228
229
230
  .imageText{
    margin-top: 2%;
    text-align: center;
    color: #fff;
  }
  .imageTxt{
    text-align: center;
    font-size: 12px;
    color: #fff;
  }
e856f2161   Palak Handa   new page design
231
232
  .submit-button-form, .submit-button-form:hover{
    
5734bf6dc   apple   design change
233
234
235
    background-color: #0161EE;
    margin-top: 2%;
    margin-bottom: 3%;
e856f2161   Palak Handa   new page design
236
237
238
239
    
  }
  .submit-button-form:disabled{
    background-color: #ddd;
5734bf6dc   apple   design change
240
241
    margin-top: 2%;
    margin-bottom: 3%;
e856f2161   Palak Handa   new page design
242
  }
53b83aa9e   Palak Handa   first commit
243
244
245
  .textarea{
    min-height: 97px;
  }
97ed79f73   apple   landing page design
246
  .logojalsa1 {
a62f1d198   apple   size change
247
    width: 120px;
97ed79f73   apple   landing page design
248
249
250
    display: block;
    margin: auto;
  }
248bd9b7c   Palak Handa   link validation
251
252
253
  .error-message{
    font-weight: inherit;
    color: #ff0000;
479efd032   Palak Handa   minor change
254
    margin: 5px 4px -5px 0px;
248bd9b7c   Palak Handa   link validation
255
    display: none;
53b83aa9e   Palak Handa   first commit
256
257
258
259
260
  }
  
  /*custom input*/
  .text-input, select {
      width: 100%;
5b16179e6   Palak Handa   modify
261
      -webkit-appearance: none;
53b83aa9e   Palak Handa   first commit
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
      padding: 12px 25px;
       margin: -2px 0; 
      display: inline-block;
      border: 0px solid rgba(51, 51, 51, 0);
      border-radius: -3px;
      box-sizing: border-box;
      box-shadow: 0 0 10px rgba(240, 255, 235);
      -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
      -webkit-box-shadow: 0 0 5px #777;
      -o-box-shadow: 0 0 10px rgba(240, 255, 235);
      font-size: 12px;
  }
  
  /* progress bar css */
  
  @-webkit-keyframes 
  load { 0% {
  stroke-dashoffset:0
  }
  }
  @-moz-keyframes 
  load { 0% {
  stroke-dashoffset:0
  }
  }
  @keyframes 
  load { 0% {
  stroke-dashoffset:0
  }
  }
  
  /* Container */
  
  .progress-form {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
  
  /* Item */
  
  .progress-form>li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #93A2AC;
    font-family: Lato;
    font-weight: 100;
    margin: 2rem;
  }
  
  .progress-form>li:before {
    content: attr(data-name);
    position: absolute;
    width: 100%;
    bottom: -2rem;
    font-weight: 400;
  }
  
  .progress-form>li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
  }
  
  .progress-form svg {
    width: 10rem;
    height: 10rem;
  }
  
  .progress-form svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
  }
  
  .progress-form svg:nth-child(2) path {
    fill: none;
    stroke-width: 25;
    stroke-dasharray: 629;
    stroke: rgba(255, 255, 255, 0.9);
    -webkit-animation: load 10s;
    -moz-animation: load 10s;
    -o-animation: load 10s;
    animation: load 10s;
  }
  /*circle of stage image*/
  .circular{
  
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;
      border-radius: 150px;
      box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
      border: 5px solid white;
      overflow: hidden;
      position: fixed;
      height: 100px;
      width: 100px;
      left: 80px;
      top: 20px;
  }
  /*font-size*/
  .font{
    font-size: 14px;
  }
  
  .f-family {
    font-family:sans-serif;
  }
  
  /*container-card css*/
  .container-card {
    width: auto; 
    float: left; 
    margin: 31px 24px 26px 14px;
  }
  
  /******This css for header container******/
  .h1 {
    font-size: 20px; 
    margin: 11px;
  }
  
  .paragraph {
    font-size: 14px; 
    margin: 30px 10px 20px; 
    line-height: 1.5;
  }
  /*This css for stages container*/
  
  .full-line {
    border-bottom: 2px solid #dedede; 
    padding: 15px 10px;
  }
  
  .stages-card {
    width: auto; 
    float: left; 
6ca076ad8   Swarn Singh   responsive design...
409
    /*margin: -30px 8px 7px 22px;*/
53b83aa9e   Palak Handa   first commit
410
411
412
413
414
  }
  
  /*form -css*/
  .form-all {
    margin: 13px 4px 26px -2px;
5734bf6dc   apple   design change
415
416
417
418
    border-radius: 15px;
    background-color: #fff;
    padding-top: 1px;
    padding-left: 1%;
53b83aa9e   Palak Handa   first commit
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
    /*display: none;*/
  }
  
  .step-two-form{
    display: block;
  }
  
  /*This is for stages images*/
  .stage-img {
    width: 115px;
  }
  
  .stage-thumbnail {
    float: left; 
    margin-bottom: 0;
  }
  
  .stage-shadow {
    /*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); */
    /*margin: 3px 22px 14px 14px;*/
    background-color: #ffffff;
  }
5734bf6dc   apple   design change
443
  /* .line-size {
53b83aa9e   Palak Handa   first commit
444

5734bf6dc   apple   design change
445
  } */
53b83aa9e   Palak Handa   first commit
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
  
  .card-paragraph {
    background-color: rgba(66, 181, 73, 0.61);
    color: #fff;
  }
  
  /* identity card css*/
  
  .identity-shadow {
    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); 
    margin: 15px 15px 17px 14px;
    background-color: #ffffff;
    /*display: none;*/
  }
  
  .identity-question {
    border-bottom: 2px solid #dedede; 
    padding: 0px 10px;
  }
  
  .identity-align {
    margin: 8px -12px 19px 13px;
  }
  
  
  /********This css for sectors**************/
  .sectors-card {
    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); 
    margin: 27px 22px 14px 14px;
    background-color: #ffffff;
    /*display: none;*/
  }
  
  .sector-card { 
    width: auto; 
    float: left; 
    margin: 29px 22px 26px 14px;
  }
  
  .sector-question {
    border-bottom: 2px solid #dedede; 
    padding: 15px 10px;
  }
  
  /*To make the Stages in the center*/
  .card-align {
6ca076ad8   Swarn Singh   responsive design...
496
    /*margin: 56px -267px 11px -37px;*/
53b83aa9e   Palak Handa   first commit
497
498
499
  }
  
  /*To make the sectors in the center */
6ca076ad8   Swarn Singh   responsive design...
500

53b83aa9e   Palak Handa   first commit
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
  
  /*************sidebar content margin***********/
  .sidebar-align {
    margin: -5px -3px -18px 9px;
  }
  
  .heading {
    margin: 15px 10px 15px 16px;
  }
  .quiz {
    margin: 5px 5px 6px 19px;
    font-size: 12px;
  }
  
  #footer {
7b8c1cf64   Palak Handa   add new field
516
      /*position: bottom;
5259a7d0e   Digvijay Singh   video links added
517
      width: 100%;
7b8c1cf64   Palak Handa   add new field
518
      height: auto;*/
53b83aa9e   Palak Handa   first commit
519
   }
39b23bb65   Palak Handa   update design
520
   #front {
06813b237   apple   design change
521
    background-color: #171717;
0a91afdf1   Palak Handa   minor change
522
      /*background-image: url(/images/mock_up_background.jpg);
4a0f11c9f   Palak Handa   minor changes
523
524
      background-repeat: no-repeat;
      background-size: cover;
0a91afdf1   Palak Handa   minor change
525
      background-attachment: fixed;*/
39b23bb65   Palak Handa   update design
526
   }
ead3256b4   Palak Handa   add and delete im...
527
  /* .footer {
53b83aa9e   Palak Handa   first commit
528
529
      
      bottom: 0px;
5259a7d0e   Digvijay Singh   video links added
530
      background-color: #76b34f !important;
53b83aa9e   Palak Handa   first commit
531
532
      width: 100%;
      color:rgba(255, 255, 255, 0.77);
ead3256b4   Palak Handa   add and delete im...
533
  }*/
53b83aa9e   Palak Handa   first commit
534
535
536
537
538
539
540
541
542
  
  /********question box*****************/
  .question-shadow {
    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); 
    margin: 15px 15px 17px 14px;
    background-color: #ffffff;
  }
6ca076ad8   Swarn Singh   responsive design...
543

53b83aa9e   Palak Handa   first commit
544
545
546
547
548
549
550
551
552
553
554
555
556
557
  
  .question-card {
    width: auto; 
    float: left; 
    margin: 29px 22px 26px 14px;
  }
  
  /*for p*/
  .line-space {
    line-height: 1.6em;
    font-size: 11px;
  }
  
  .line-adjust {
c62079487   Palak Handa   updated design
558
    margin-left: 0px;
53b83aa9e   Palak Handa   first commit
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
  }
  
  /*badge icon css*/
  
  .material-icons{
    font-size: 17px !important;
  }
  
  .icon-circle-a {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 14px;
      margin-top: 10px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-b {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 14px;
      margin-top: 10px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-c {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-d {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-e {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-f {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 3px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-g {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 14px;
      margin-top: 10px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-h {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-i {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
dcb703070   Palak Handa   updated new form ...
670
      margin-top: 4px;
53b83aa9e   Palak Handa   first commit
671
672
      color: #fff;
      text-align: center;
53b83aa9e   Palak Handa   first commit
673
674
675
676
677
678
679
680
681
  }
  
  .icon-circle-j {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
e856f2161   Palak Handa   new page design
682
      margin-top: 30px;
53b83aa9e   Palak Handa   first commit
683
684
      color: #fff;
      text-align: center;
53b83aa9e   Palak Handa   first commit
685
686
687
688
689
690
691
692
693
  }
  
  .icon-circle-k {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
81526b56d   Palak Handa   minor change
694
      margin-top: 30px;
53b83aa9e   Palak Handa   first commit
695
696
      color: #fff;
      text-align: center;
53b83aa9e   Palak Handa   first commit
697
  }
c62079487   Palak Handa   updated design
698
699
700
701
702
703
704
705
706
707
708
  .icon-circle-y {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
204302c02   Palak Handa   minor changes
709
710
711
712
713
714
715
716
717
718
719
  .icon-circle-o {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
53b83aa9e   Palak Handa   first commit
720
721
722
723
724
725
726
  .icon-circle-l {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
dcb703070   Palak Handa   updated new form ...
727
      margin-top: 4px;
53b83aa9e   Palak Handa   first commit
728
729
      color: #fff;
      text-align: center;
53b83aa9e   Palak Handa   first commit
730
731
732
733
734
735
736
737
738
  }
  
  .icon-circle-m {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
dcb703070   Palak Handa   updated new form ...
739
      margin-top: 4px;
53b83aa9e   Palak Handa   first commit
740
741
      color: #fff;
      text-align: center;
53b83aa9e   Palak Handa   first commit
742
743
744
745
746
747
748
749
750
  }
  
  .icon-circle-n {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
dcb703070   Palak Handa   updated new form ...
751
      margin-top: 4px;
53b83aa9e   Palak Handa   first commit
752
753
      color: #fff;
      text-align: center;
53b83aa9e   Palak Handa   first commit
754
755
756
757
758
759
760
761
  }
  
  .icon-circle-x {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
dcb703070   Palak Handa   updated new form ...
762
      left: 0px;
e856f2161   Palak Handa   new page design
763
      margin-top: 30px;
53b83aa9e   Palak Handa   first commit
764
765
766
767
768
769
770
771
772
773
774
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-p {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
e856f2161   Palak Handa   new page design
775
      margin-top: 30px;
53b83aa9e   Palak Handa   first commit
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-z {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-q {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 4px;
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-ab {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
163c5adae   Palak Handa   minor changes
810
811
      left: 0px;
      margin-top: 3px;
c62079487   Palak Handa   updated design
812
813
814
815
816
817
818
819
820
821
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-abc {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
163c5adae   Palak Handa   minor changes
822
823
      left: 0px;
      margin-top: 3px;
c62079487   Palak Handa   updated design
824
825
826
827
828
829
830
831
832
833
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-bc {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
163c5adae   Palak Handa   minor changes
834
835
      left: 0px;
      margin-top: 3px;
c62079487   Palak Handa   updated design
836
837
838
839
840
841
842
843
844
845
      color: #fff;
      text-align: center;
  }
  
  .icon-circle-abcdefg {
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
163c5adae   Palak Handa   minor changes
846
847
      left: 0px;
      margin-top: 3px;
53b83aa9e   Palak Handa   first commit
848
849
850
      color: #fff;
      text-align: center;
  }
2d6a9fbea   Palak Handa   complete bugs
851
  .referel-icon {
53b83aa9e   Palak Handa   first commit
852
853
854
855
856
857
858
859
860
861
      background: rgba(89, 89, 89, 0.92);
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      left: 0px;
      margin-top: 3px;
      color: #fff;
      text-align: center;
  }
53b83aa9e   Palak Handa   first commit
862
863
  
  /*quiz*/
6ca076ad8   Swarn Singh   responsive design...
864
865
  .q-card-align div{
    margin-bottom: 15px;
53b83aa9e   Palak Handa   first commit
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
  }
  
  .drop-down {
    background-color: #fff; 
    border-radius: 0; 
    font-size: 12px; 
  }
  
  .footer-link, .footer-link:hover {
    color:#fff;
  }
  /*idea content margin*/
  .content-idea{
    margin:196px 12px 8px;
  }
  
  .content-product{
    margin:193px -19px 9px;
  }
  
  .content-growth{
    margin:192px 11px 8px;
  }
  .last-content-card{
6ca076ad8   Swarn Singh   responsive design...
890
    /*margin: 0px -85px -4px -51px;*/
53b83aa9e   Palak Handa   first commit
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
  }
  
  @media (max-width: 600px) {
    .content-idea{
      margin: auto;
    }
  
    .content-product{
      margin: auto;
    }
  
    .content-growth{
      margin: auto;
    }
    .stages-card{
      margin: auto;
      margin-bottom: 15px;
    }
    .last-content-card{
      margin: auto;
    }
    .card-align{
      margin: auto;
    }
1d98f8892   Palak Handa   minor changes of ...
915

53b83aa9e   Palak Handa   first commit
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
  }
  
  .toggler {
      width: 500px;
      height: 200px;
    }
    #button {
      padding: .5em 1em;
      text-decoration: none;
    }
    #effect {
      position: relative;
      width: 240px;
      height: 170px;
      padding: 0.4em;
    }
    #effect h3 {
      margin: 0;
      padding: 0.4em;
      text-align: center;
    }
  
  #snackbar {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
5348de778   Palak Handa   design updated
942
      background-color: #F44336;
53b83aa9e   Palak Handa   first commit
943
944
945
946
947
948
949
950
951
952
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 30px;
      font-size: 17px;
  }
74db82750   apple   loader use
953
954
955
956
957
958
959
960
961
962
  /* Loader Css */
  .myLoaderWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999999;
    top: 0;
    left: 0;
  }
53b83aa9e   Palak Handa   first commit
963
964
965
  
  #snackbar.show {
      visibility: visible;
93646a5a9   Palak Handa   minor changes
966
967
      -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
      animation: fadin 0.5s, fadout 0.5s 2.5s;
53b83aa9e   Palak Handa   first commit
968
  }
93646a5a9   Palak Handa   minor changes
969
  @-webkit-keyframes fadin {
53b83aa9e   Palak Handa   first commit
970
971
972
      from {bottom: 0; opacity: 0;} 
      to {bottom: 30px; opacity: 1;}
  }
93646a5a9   Palak Handa   minor changes
973
  @keyframes fadin {
53b83aa9e   Palak Handa   first commit
974
975
976
      from {bottom: 0; opacity: 0;}
      to {bottom: 30px; opacity: 1;}
  }
93646a5a9   Palak Handa   minor changes
977
  @-webkit-keyframes fadout {
53b83aa9e   Palak Handa   first commit
978
979
980
      from {bottom: 30px; opacity: 1;} 
      to {bottom: 0; opacity: 0;}
  }
93646a5a9   Palak Handa   minor changes
981
  @keyframes fadout {
53b83aa9e   Palak Handa   first commit
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
      from {bottom: 30px; opacity: 1;}
      to {bottom: 0; opacity: 0;}
  }
  
  
  #snacsskbar {
      visibility: hidden;
      min-width: 250px;
      margin-left: -125px;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 2px;
      padding: 16px;
      position: fixed;
      z-index: 1;
      left: 50%;
      top: 30px;
      font-size: 17px;
  }
  
  #snacsskbar.show {
      visibility: visible;
      -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes fadein {
      from {top: 0; opacity: 0;} 
      to {top: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
      from {top: 0; opacity: 0;}
      to {top: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
      from {top: 30px; opacity: 1;} 
      to {top: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
      from {top: 30px; opacity: 1;}
      to {top: 0; opacity: 0;}
  }
  
  input.hidden {
      position: absolute;
      left: -9999px;
  }
  
  #profile-image1 {
      cursor: pointer;
       width: 100px;
      height: 100px;
      border:2px solid #eee ;
    }
  
    .tital{ font-size:16px; font-weight:500;}
    .bot-border{ border-bottom:1px #f8f8f8 solid;  margin:5px 0  5px 0}  
    .footerpadd{padding: 5px;}
  
  
    .container1{
      width: 100%
6ca076ad8   Swarn Singh   responsive design...
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
    }
  
    .no-margin{
      margin: 0 0 0 !important;
    }
    .no-padding{
      padding: 0 0 0 0 !important;
    }
    .select-stage{
      margin: 10px 0;
    }
    .cards-content{
      margin-top: 40px;
    }
    .cards-content p{
      font-size: 13px;
    }
  .q-card-align{
    margin-top: 15px;
  }
  .width-auto{
    width: auto !important;
  }
  .margin-right-label{
    margin-right: 20px;
  }
  .margin-right-label label{
    margin-left: 5px;
  }
5c4d9622d   Palak Handa   modify
1077
1078
1079
1080
1081
1082
1083
1084
  .apply-coupen-btn{
    position: absolute; 
    top: -2px; 
    right: 13px;
    border: none;
    height: 44px;
    color: #fff;
    background-color: #666;
ff5962773   root   minor changes
1085
    width: 75px;
5c4d9622d   Palak Handa   modify
1086
1087
1088
1089
1090
1091
1092
1093
  }
  .coupen-approved{
    position: absolute;
    right: 120px;
    top: 6px;
    color: rgb(66, 181, 73);
    font-size: 30px !important;
  }
5259a7d0e   Digvijay Singh   video links added
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
  .right-side-links{
    margin-top: 12px;
  }
  .right-side-links a{
    width: auto;
    display: inline;
  }
  .right-side-links a:first-child{
    border-right: 1px solid #fff;
    padding-right: 4px;
  }
5c4d9622d   Palak Handa   modify
1105

6ca076ad8   Swarn Singh   responsive design...
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
    @media (max-width: 768px){
      .cards-content{
        margin-top: 15px;
        margin-bottom: 30px;
      }
      .no-padding-mobile{
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
      .sector-align .card-small{
        height: 74px;
      }
4ec96fbab   Swarn Singh   stages card issue...
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
      .stages-card{
        width: 92%;
      }
      .right-stage-card{
        float: right;
      }
      .margin-auto-mobile{
        margin-left: 4%;
      }
      .card .thumbnail{
        padding: 15px 0 1px 0;
      }
      .thumbnail > img, .thumbnail a > img{
        width: 50%;
      }
5259a7d0e   Digvijay Singh   video links added
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
      .right-side-links a{
        display: block;
        width: 100%;
      }
      .right-side-links a:first-child{
        border-right: 0 solid #fff;
        padding-right: 0;
      }
      .right-side-links{
        margin-top: 0;
      }
4de569579   Palak Handa   design update
1144
1145
1146
1147
      .panel-default{
        border-color: transparent;
        box-shadow: none;
      }
5259a7d0e   Digvijay Singh   video links added
1148
1149
1150
1151
1152
1153
      .modal-footers {
        padding: 19px 20px 20px;
        margin-top: 15px;
        text-align: center !important;
        margin-bottom: 4px; 
      }
1d98f8892   Palak Handa   minor changes of ...
1154
1155
1156
      .startup-jalsa{
        font-family: 'BenchNine', sans-serif;
        color: rgb(25, 104, 157);
915cc9760   Palak Handa   background image ...
1157
1158
        position:relative;
        z-index:2;
1d98f8892   Palak Handa   minor changes of ...
1159
      }
ea3c31126   Palak Handa   complete
1160
    }
5259a7d0e   Digvijay Singh   video links added
1161

fe142256c   apple   information page ...
1162
1163
1164
1165
1166
1167
1168
  .jalsaheader{
    color: #0161EE;
    text-align: center;
    margin-top: 6%;
    font-size: 37px;
  }
  .jalsaHeader{
97ed79f73   apple   landing page design
1169
    color: #fff;
fe142256c   apple   information page ...
1170
    text-align: center;
a62f1d198   apple   size change
1171
    font-size: 25px;
fe142256c   apple   information page ...
1172
    margin-top: 2%;
97ed79f73   apple   landing page design
1173
    margin-bottom: 4%;
fe142256c   apple   information page ...
1174
1175
  }
  .happen-citymeetup{
ad6977033   apple   landing page design
1176
    margin-top: 4%;
fe142256c   apple   information page ...
1177
  }
67098c3a3   Palak Handa   modify
1178
1179
1180
1181
1182
1183
1184
1185
1186
  .card-input {
     display: none;
  }
  
  .card {
      font-size: 1em;
      overflow: hidden;
      padding: 0;
      border: none;
8e1cfd765   Palak Handa   update
1187
      /*border-radius: .28571429rem;*/
67098c3a3   Palak Handa   modify
1188
1189
1190
1191
1192
1193
1194
1195
1196
      box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  }
  
  .card-block {
      font-size: 1em;
      position: relative;
      margin: 0;
      padding: 4%;
      border: none;
e0280ba0c   Palak Handa   minor change
1197
      /*border-top: 1px solid rgba(34, 36, 38, .1);*/
67098c3a3   Palak Handa   modify
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
      box-shadow: none;
  }
  .button-position{
    position: relative;
    top: -10px;
  }
  .card-img-top {
      display: block;
      width: 100%;
      height: auto;
5734bf6dc   apple   design change
1208
1209
      cursor: pointer;
  }
97ed79f73   apple   landing page design
1210

5734bf6dc   apple   design change
1211
1212
1213
  .title{
    text-align: center;
    color: #0161EE;
67098c3a3   Palak Handa   modify
1214
  }
67098c3a3   Palak Handa   modify
1215
  .card-title {
b8b391201   Palak Handa   font change
1216
      /*font-size: 17px;*/
67098c3a3   Palak Handa   modify
1217
1218
1219
      font-weight: 600;
      margin: 0; 
      line-height: normal;
b8b391201   Palak Handa   font change
1220
      font-family: 'Arial',sans-serif;
67098c3a3   Palak Handa   modify
1221
1222
  }
  .card-sub-title{
944cbb8ea   Palak Handa   design changes
1223
    font-family: 'Arial',sans-serif;
f95347e65   Palak Handa   update images
1224
    /*color: #666;*/
67098c3a3   Palak Handa   modify
1225
1226
1227
    font-weight: normal;
    margin-bottom: 0;
  }
7b017db1c   apple   add city field
1228
1229
1230
  .form-group-text{
    color:red;
  }
67098c3a3   Palak Handa   modify
1231
1232
  .button-aligment{
    margin-top: 5px;
ead3256b4   Palak Handa   add and delete im...
1233
1234
    margin-right: 14px;
    margin-bottom: 15px;
67098c3a3   Palak Handa   modify
1235
1236
1237
1238
  }
  .card-text {
      clear: both;
      margin-top: .5em;
f95347e65   Palak Handa   update images
1239
      /*color: rgba(0, 0, 0, .68);*/
67098c3a3   Palak Handa   modify
1240
1241
1242
1243
1244
      padding-bottom: 3%;
      font-size: 13px;
  }
  
  .card-text2 {
80e87c994   Palak Handa   closed registrati...
1245
1246
      padding: 3% 0 3% 4%;
      margin-bottom: 12%;
67098c3a3   Palak Handa   modify
1247
1248
1249
      border-top: 1px solid rgba(0, 0, 0, .05) !important;
  }
  .card-text2 span{
f95347e65   Palak Handa   update images
1250
1251
    font-size: 13px;
    /*color: #666;*/
67098c3a3   Palak Handa   modify
1252
1253
1254
1255
  }
  .card-text2 div{
    margin-top: 0 !important;
    font-weight: normal;
f95347e65   Palak Handa   update images
1256
    /*color: #000;*/
67098c3a3   Palak Handa   modify
1257
1258
1259
    font-size: 12px;
    padding-bottom: 0;
  }
5259a7d0e   Digvijay Singh   video links added
1260

67098c3a3   Palak Handa   modify
1261
1262
  .card-inverse .btn {
      border: 1px solid rgba(0, 0, 0, .05);
ff5962773   root   minor changes
1263
  }
2ddd928f5   Palak Handa   image change
1264
1265
1266
1267
  
  .card-text3 {
      border-top: 1px solid rgba(0, 0, 0, .05) !important;
  }
3775d3cb9   Palak Handa   update location
1268
   
100de8860   Palak Handa   update
1269
1270
1271
  .container {
      display: block;
      position: relative;
c3f9ec331   Palak Handa   update
1272
      padding: 0;
326f3857f   Palak Handa   update radio buttons
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 16px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width:100%;
  }
  
  .container1 {
      display: block;
      position: relative;
      padding-left: 31px;
100de8860   Palak Handa   update
1287
1288
1289
1290
1291
1292
1293
1294
1295
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 15px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      width:100%;
  }
326f3857f   Palak Handa   update radio buttons
1296
  /* Hide the browser's default radio button */
100de8860   Palak Handa   update
1297
1298
1299
1300
  .container input {
      position: absolute;
      opacity: 0;
  }
326f3857f   Palak Handa   update radio buttons
1301
  /* Create a custom radio button */
100de8860   Palak Handa   update
1302
1303
1304
1305
1306
1307
1308
  .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 25px;
      width: 25px;
      background-color: #eee;
326f3857f   Palak Handa   update radio buttons
1309
      border-radius: 50%;
100de8860   Palak Handa   update
1310
1311
1312
1313
1314
1315
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
      background-color: #ccc;
  }
326f3857f   Palak Handa   update radio buttons
1316
  /* When the radio button is checked, add a blue background */
100de8860   Palak Handa   update
1317
1318
1319
  .container input:checked ~ .checkmark {
      background-color: #42b549;
  }
326f3857f   Palak Handa   update radio buttons
1320
  /* Create the indicator (the dot/circle - hidden when not checked) */
100de8860   Palak Handa   update
1321
1322
1323
1324
1325
  .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }
326f3857f   Palak Handa   update radio buttons
1326
  /* Show the indicator (dot/circle) when checked */
100de8860   Palak Handa   update
1327
1328
1329
  .container input:checked ~ .checkmark:after {
      display: block;
  }
326f3857f   Palak Handa   update radio buttons
1330
  /* Style the indicator (dot/circle) */
100de8860   Palak Handa   update
1331
  .container .checkmark:after {
326f3857f   Palak Handa   update radio buttons
1332
1333
1334
1335
1336
1337
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
f95347e65   Palak Handa   update images
1338
1339
1340
1341
1342
1343
1344
  }
  
  table {
      /*font-family: arial, sans-serif;
      border-collapse: collapse;*/
      width: 60%;
  }
ead3256b4   Palak Handa   add and delete im...
1345
  .city-meetup {
78d000d66   apple   minor fix
1346
      /* opacity: 0.7; */
944cbb8ea   Palak Handa   design changes
1347
1348
1349
1350
1351
      filter: alpha(opacity=80); /* For IE8 and earlier */
  }
  
  
  .card-color{
97ed79f73   apple   landing page design
1352
    background-color:#171717;
c9436672b   Palak Handa   icons add
1353
    font-size: 16px;
97ed79f73   apple   landing page design
1354
    /* border-radius: 25px; */
29728df5c   Palak Handa   minor change css
1355
1356
1357
  }
  
  .card-color-confirm{
fc1999781   apple   confirmation page...
1358
    background-color:#f5f5f5;
29728df5c   Palak Handa   minor change css
1359
    font-size: 16px;
fc1999781   apple   confirmation page...
1360
1361
1362
1363
    margin-top: 10%;
    /* width:50%; */
    border-radius: 10px;
    padding: 60px 0px 60px 0px;
944cbb8ea   Palak Handa   design changes
1364
1365
1366
1367
  }
  
  .startup-jalsa{
    font-family: 'BenchNine', sans-serif;
e856f2161   Palak Handa   new page design
1368
    /*font-size: 70.15pt;*/
944cbb8ea   Palak Handa   design changes
1369
    color: rgb(25, 104, 157);
915cc9760   Palak Handa   background image ...
1370
1371
    position:relative;
    z-index:2;
944cbb8ea   Palak Handa   design changes
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
  }
  .header{
      /*width: 100%;*/
      text-align: center;
      padding-top:2%;
      /*padding: 4px 20px;*/
  }
  .happen-city{
    padding-top:12%;
  }
  .happen-meetup{
    font-family: 'Arial',sans-serif;
    margin-bottom: 10px;
    margin-left: 5%;
fe142256c   apple   information page ...
1386
    margin-bottom: 4%;
944cbb8ea   Palak Handa   design changes
1387
1388
1389
  }
  .happen-attend{
    margin-top:6%;
3831d8904   Palak Handa   content changes a...
1390
    margin-left: -10px;
944cbb8ea   Palak Handa   design changes
1391
1392
1393
1394
  }
  .width-auto{
    width:auto;
  }
e6c47cad0   Palak Handa   improve design
1395
1396
1397
1398
  /*.card-position{
    position: relative;
    top: -3px;
  }*/
2f527348f   apple   onhover image col...
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
  .card1 {
    width: 100%;
    position: relative;
    display: inline-block;
  }
  .card1 .img-top {
    width: 100%;
    display: none;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .card1:hover .img-top {
    display: inline;
  }
3c4db43f3   apple   design new form
1416
1417
1418
  .color:hover{
    color: #fff;
  }
1b31b20bf   apple   auto highlighted ...
1419
  /* .palak{
6a702f93c   apple   country & citynam...
1420
1421
1422
1423
1424
1425
1426
    width: 100% !important;
    display: none !important;
    position: absolute !important;
    cursor: pointer !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99 !important;
1b31b20bf   apple   auto highlighted ...
1427
  } */
e6c47cad0   Palak Handa   improve design
1428
1429
1430
1431
  .active, .btn:hover, .btn:onclick {
    background-color: grey;
    border: grey;
    color: white;
c9436672b   Palak Handa   icons add
1432
  }
5734bf6dc   apple   design change
1433
1434
1435
1436
1437
  .apply-act1:hover, .apply-act1:focus{
    background-color: #171717;
    border-color: #0161EE;
    color: #0161EE;
  }
6a702f93c   apple   country & citynam...
1438
1439
1440
1441
1442
1443
  
  .btn-active {
    background-color: #171717 !important;
    border-color: #0161EE !important;
    color: #0161EE !important;
  }
500aaf838   apple   add new fields & ...
1444
1445
1446
1447
1448
  .btn-inactive {
    background-color: #171717 !important;
    border-color: #454545 !important;
    color: #454545 !important;
  }
6a702f93c   apple   country & citynam...
1449

5734bf6dc   apple   design change
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
  .apply-act2:hover, .apply-act2:focus{
    background-color: #171717;
    border-color: #0161EE;
    color: #0161EE;
  }
  .apply-act3:hover, .apply-act3:focus{
    background-color: #171717;
    border-color: #0161EE;
    color: #0161EE;
  }
  .apply-act4:hover, .apply-act4:focus{
    background-color: #171717;
    border-color: #0161EE;
    color: #0161EE;
c9436672b   Palak Handa   icons add
1464
  }
e6c47cad0   Palak Handa   improve design
1465
1466
  .apply-btn{
    text-align: center;
ad6977033   apple   landing page design
1467
    margin-bottom: 4%;
1d98f8892   Palak Handa   minor changes of ...
1468
  }
5734bf6dc   apple   design change
1469
  .txt{
3c4db43f3   apple   design new form
1470
1471
1472
1473
    margin-top: 2%;
    text-align: center;
  }
  .txt1{
5734bf6dc   apple   design change
1474
1475
    text-align: center;
  }
22ef652dc   Palak Handa   cursor change
1476
1477
1478
  .cursor:hover{
    cursor: context-menu;
  }
5734bf6dc   apple   design change
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
  .buttons{
    padding: 3% 0 0 0;
    text-align: center;
    font-size: 100px;
  }
  .btn-lg{
    font-size:25px;
    background-color: #171717;
    color: #454545;
    border-color: #454545;
  }
  .btn1{
    padding: 12px 40px;
  }
  .btn2{
    padding: 12px 31px;
  }
  .btn3{
    padding: 12px 18px;
  }
  .btn4{
    padding: 12px 40px;
  }
1fd3afd52   Palak Handa   minor change
1502
1503
1504
1505
1506
1507
1508
1509
  .bg_dots{
    position: absolute;
    left:0;
    right:0;
    top:0;
    height: 700px;
    position:fixed;
    background-position: top center;
5734bf6dc   apple   design change
1510
    /* background-image: url(/images/background.jpg); */
a62f1d198   apple   size change
1511
    /* background-color: #171717; */
1fd3afd52   Palak Handa   minor change
1512
1513
1514
1515
1516
1517
1518
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-background-size:100% auto;
  }
  .stage-shadow{
    background:transparent;
  }
a00813ee9   Palak Handa   minor change
1519
  .logojalsa{
97ed79f73   apple   landing page design
1520
1521
    width:130px;display: block;
    margin: auto;
a00813ee9   Palak Handa   minor change
1522
1523
  }
  .jalsaheadr{
b4a7969ac   Palak Handa   minor change
1524
    position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157);
a00813ee9   Palak Handa   minor change
1525
1526
1527
1528
  }
  .PitchYourPower{
    position: relative;color: rgb(25, 104, 157);margin-top: -3%;
  }
1d98f8892   Palak Handa   minor changes of ...
1529

53d902e2c   Palak Handa   minor change
1530
    @media (max-width:767px){
5734bf6dc   apple   design change
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
      .buttons {
        /* margin-top:23%; */
        font-size: 100px;
      }
      .btn-lg{
        width:74%;
      }
      .btn1{
        margin-bottom: 3%;
      }
      .btn2{
        margin-bottom: 3%;
      }
      .btn3{
        margin-bottom: 3%;
      }
53d902e2c   Palak Handa   minor change
1547
1548
1549
      h1{
        font-size:2.8rem;
      }
9d4fa776e   Palak Handa   minor change space
1550
      .happen-city{
a00813ee9   Palak Handa   minor change
1551
          margin-left: -25px;
e9503b4d7   Palak Handa   minor change mobi...
1552

1d98f8892   Palak Handa   minor changes of ...
1553
        }
8ee1c97e0   apple   mobile view desig...
1554
1555
1556
      .width-auto{
        margin-left:-4%;
      }
97ed79f73   apple   landing page design
1557
      /* .happen-citymeetup{
8ee1c97e0   apple   mobile view desig...
1558
        margin-left:-3%;
97ed79f73   apple   landing page design
1559
      } */
18343921a   apple   mobile view desig...
1560
1561
1562
      .jalsaHeader {
        margin-top: 4%;
      }
29728df5c   Palak Handa   minor change css
1563
      .card-color-confirm{
cd67b285e   Palak Handa   minor change
1564
        margin-top: 40%;
fc1999781   apple   confirmation page...
1565
        background-color: #f5f5f5;
06813b237   apple   design change
1566
1567
        font-size: 16px;
        width:100%;
cd67b285e   Palak Handa   minor change
1568
      }
4a0f11c9f   Palak Handa   minor changes
1569
      .city-meetup {
fc1999781   apple   confirmation page...
1570
        /* opacity: 0.8; */
4a0f11c9f   Palak Handa   minor changes
1571
1572
        filter: alpha(opacity=80); /* For IE8 and earlier */
      }
53085b129   Palak Handa   minor change
1573
      #front {
06813b237   apple   design change
1574
        background-color: #171717;
0a91afdf1   Palak Handa   minor change
1575
        /*background-image: url(/images/mock_up_background.jpg);
53d902e2c   Palak Handa   minor change
1576
        background-repeat: no-repeat;
1d7ede954   Palak Handa   minor change
1577
        background-attachment:fixed;
53d902e2c   Palak Handa   minor change
1578
        background-position: top center;
53d902e2c   Palak Handa   minor change
1579
        -webkit-background-attachment: fixed;
0a91afdf1   Palak Handa   minor change
1580
1581
        background-size: 400% auto;
        -webkit-background-size:400% auto;*/
53d902e2c   Palak Handa   minor change
1582
      }
1fd3afd52   Palak Handa   minor change
1583
1584
1585
1586
1587
1588
1589
      .bg_dots{
        height:80%;
        background-size: 300% auto;
        -webkit-background-size:300% auto;
        position:fixed;
        top:0;
      }
a00813ee9   Palak Handa   minor change
1590
      .logojalsa{
97ed79f73   apple   landing page design
1591
1592
        width:130px;display: block;
        margin: auto;
a00813ee9   Palak Handa   minor change
1593
1594
1595
1596
      }
      .PitchYourPower{
        position: relative;color: rgb(25, 104, 157);margin-top: -15%;
      }
0a91afdf1   Palak Handa   minor change
1597
      
e9503b4d7   Palak Handa   minor change mobi...
1598
  }
6375f3078   Palak Handa   minor change
1599
1600
1601
1602
    @media screen and (max-device-width: 991px) and (orientation: landscape){
      .rotate-card{
        width: 100%;
      }
a00813ee9   Palak Handa   minor change
1603
      
e9503b4d7   Palak Handa   minor change mobi...
1604

a00813ee9   Palak Handa   minor change
1605
1606
1607
1608
  }
  
  @media (min-width:768px) and (max-width:991px){
    .logojalsa{
97ed79f73   apple   landing page design
1609
1610
        width:130px;display: block;
        margin: auto;
a00813ee9   Palak Handa   minor change
1611
      }
ead3256b4   Palak Handa   add and delete im...
1612
  }