Commit 5b16179e62f61dff5b313a13d31b1e83ce2e2099

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

modify

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
1 { 1 {
2 outline: none !important; 2 outline: none !important;
3 } 3 }
4 .header{ 4 .header{
5 width: 100%; 5 width: 100%;
6 padding: 4px 20px; 6 padding: 4px 20px;
7 background-color: #42b549; 7 background-color: #42b549;
8 } 8 }
9 .logo{ 9 .logo{
10 height: 45px; 10 height: 45px;
11 margin-left: 11 margin-left:
12 } 12 }
13 13
14 .hyperColor{ 14 .hyperColor{
15 color: white !important; 15 color: white !important;
16 cursor: pointer !important; 16 cursor: pointer !important;
17 } 17 }
18 .main-heading{ 18 .main-heading{
19 height: 70px; 19 height: 70px;
20 line-height: 70px; 20 line-height: 70px;
21 } 21 }
22 .card{ 22 .card{
23 flex-direction: column; 23 flex-direction: column;
24 background-color: rgb(255,255,255); 24 background-color: rgb(255,255,255);
25 border-radius: 0; 25 border-radius: 0;
26 width: 676px; 26 width: 676px;
27 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); 27 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);
28 } 28 }
29 .card input{ 29 .card input{
30 display: none; 30 display: none;
31 } 31 }
32 .card .card-content{ 32 .card .card-content{
33 padding: 12px; 33 padding: 12px;
34 font-size: 12px; 34 font-size: 12px;
35 } 35 }
36 .card p{ 36 .card p{
37 margin-top:18px; 37 margin-top:18px;
38 margin-right:4px ; 38 margin-right:4px ;
39 margin-bottom:-5px; 39 margin-bottom:-5px;
40 /*margin-left:13px;*/ 40 /*margin-left:13px;*/
41 41
42 font-family: montserrat, arial, verdana; 42 font-family: montserrat, arial, verdana;
43 font-weight: normal; 43 font-weight: normal;
44 font-size: 12px; 44 font-size: 12px;
45 } 45 }
46 .card .thumbnail{ 46 .card .thumbnail{
47 padding: 15px 30px 1px 28px; 47 padding: 15px 30px 1px 28px;
48 border: 0; 48 border: 0;
49 border-radius: 0px !important; 49 border-radius: 0px !important;
50 } 50 }
51 .panel-default{ 51 .panel-default{
52 border-color: #ddd; 52 border-color: #ddd;
53 } 53 }
54 .video-wrapper{ 54 .video-wrapper{
55 padding: 16px 0; 55 padding: 16px 0;
56 } 56 }
57 .stageRadio:checked+label{ 57 .stageRadio:checked+label{
58 background-color: #42b549; 58 background-color: #42b549;
59 color: #fff !important; 59 color: #fff !important;
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: #42b549; 202 background-color: #42b549;
203 color: #fff; 203 color: #fff;
204 /*display: none;*/ 204 /*display: none;*/
205 } 205 }
206 .submit-button:disabled{ 206 .submit-button:disabled{
207 background-color: #ddd; 207 background-color: #ddd;
208 } 208 }
209 .textarea{ 209 .textarea{
210 min-height: 97px; 210 min-height: 97px;
211 } 211 }
212 .error-message{ 212 .error-message{
213 font-weight: inherit; 213 font-weight: inherit;
214 color: #ff0000; 214 color: #ff0000;
215 margin: 5px 4px -5px 0px; 215 margin: 5px 4px -5px 0px;
216 display: none; 216 display: none;
217 } 217 }
218 218
219 /*custom input*/ 219 /*custom input*/
220 .text-input, select { 220 .text-input, select {
221 width: 100%; 221 width: 100%;
222 -webkit-appearance: none;
222 padding: 12px 25px; 223 padding: 12px 25px;
223 margin: -2px 0; 224 margin: -2px 0;
224 display: inline-block; 225 display: inline-block;
225 border: 0px solid rgba(51, 51, 51, 0); 226 border: 0px solid rgba(51, 51, 51, 0);
226 border-radius: -3px; 227 border-radius: -3px;
227 box-sizing: border-box; 228 box-sizing: border-box;
228 box-shadow: 0 0 10px rgba(240, 255, 235); 229 box-shadow: 0 0 10px rgba(240, 255, 235);
229 -moz-box-shadow: 0 0 10px rgba(240, 255, 235); 230 -moz-box-shadow: 0 0 10px rgba(240, 255, 235);
230 -webkit-box-shadow: 0 0 5px #777; 231 -webkit-box-shadow: 0 0 5px #777;
231 -o-box-shadow: 0 0 10px rgba(240, 255, 235); 232 -o-box-shadow: 0 0 10px rgba(240, 255, 235);
232 font-size: 12px; 233 font-size: 12px;
233 } 234 }
234 235
235 /* progress bar css */ 236 /* progress bar css */
236 237
237 @-webkit-keyframes 238 @-webkit-keyframes
238 load { 0% { 239 load { 0% {
239 stroke-dashoffset:0 240 stroke-dashoffset:0
240 } 241 }
241 } 242 }
242 @-moz-keyframes 243 @-moz-keyframes
243 load { 0% { 244 load { 0% {
244 stroke-dashoffset:0 245 stroke-dashoffset:0
245 } 246 }
246 } 247 }
247 @keyframes 248 @keyframes
248 load { 0% { 249 load { 0% {
249 stroke-dashoffset:0 250 stroke-dashoffset:0
250 } 251 }
251 } 252 }
252 253
253 /* Container */ 254 /* Container */
254 255
255 .progress-form { 256 .progress-form {
256 position: relative; 257 position: relative;
257 display: inline-block; 258 display: inline-block;
258 padding: 0; 259 padding: 0;
259 text-align: center; 260 text-align: center;
260 } 261 }
261 262
262 /* Item */ 263 /* Item */
263 264
264 .progress-form>li { 265 .progress-form>li {
265 display: inline-block; 266 display: inline-block;
266 position: relative; 267 position: relative;
267 text-align: center; 268 text-align: center;
268 color: #93A2AC; 269 color: #93A2AC;
269 font-family: Lato; 270 font-family: Lato;
270 font-weight: 100; 271 font-weight: 100;
271 margin: 2rem; 272 margin: 2rem;
272 } 273 }
273 274
274 .progress-form>li:before { 275 .progress-form>li:before {
275 content: attr(data-name); 276 content: attr(data-name);
276 position: absolute; 277 position: absolute;
277 width: 100%; 278 width: 100%;
278 bottom: -2rem; 279 bottom: -2rem;
279 font-weight: 400; 280 font-weight: 400;
280 } 281 }
281 282
282 .progress-form>li:after { 283 .progress-form>li:after {
283 content: attr(data-percent); 284 content: attr(data-percent);
284 position: absolute; 285 position: absolute;
285 width: 100%; 286 width: 100%;
286 top: 3.7rem; 287 top: 3.7rem;
287 left: 0; 288 left: 0;
288 font-size: 2rem; 289 font-size: 2rem;
289 text-align: center; 290 text-align: center;
290 } 291 }
291 292
292 .progress-form svg { 293 .progress-form svg {
293 width: 10rem; 294 width: 10rem;
294 height: 10rem; 295 height: 10rem;
295 } 296 }
296 297
297 .progress-form svg:nth-child(2) { 298 .progress-form svg:nth-child(2) {
298 position: absolute; 299 position: absolute;
299 left: 0; 300 left: 0;
300 top: 0; 301 top: 0;
301 transform: rotate(-90deg); 302 transform: rotate(-90deg);
302 -webkit-transform: rotate(-90deg); 303 -webkit-transform: rotate(-90deg);
303 -moz-transform: rotate(-90deg); 304 -moz-transform: rotate(-90deg);
304 -ms-transform: rotate(-90deg); 305 -ms-transform: rotate(-90deg);
305 } 306 }
306 307
307 .progress-form svg:nth-child(2) path { 308 .progress-form svg:nth-child(2) path {
308 fill: none; 309 fill: none;
309 stroke-width: 25; 310 stroke-width: 25;
310 stroke-dasharray: 629; 311 stroke-dasharray: 629;
311 stroke: rgba(255, 255, 255, 0.9); 312 stroke: rgba(255, 255, 255, 0.9);
312 -webkit-animation: load 10s; 313 -webkit-animation: load 10s;
313 -moz-animation: load 10s; 314 -moz-animation: load 10s;
314 -o-animation: load 10s; 315 -o-animation: load 10s;
315 animation: load 10s; 316 animation: load 10s;
316 } 317 }
317 /*circle of stage image*/ 318 /*circle of stage image*/
318 .circular{ 319 .circular{
319 320
320 -webkit-border-radius: 150px; 321 -webkit-border-radius: 150px;
321 -moz-border-radius: 150px; 322 -moz-border-radius: 150px;
322 border-radius: 150px; 323 border-radius: 150px;
323 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3); 324 box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
324 border: 5px solid white; 325 border: 5px solid white;
325 overflow: hidden; 326 overflow: hidden;
326 position: fixed; 327 position: fixed;
327 height: 100px; 328 height: 100px;
328 width: 100px; 329 width: 100px;
329 left: 80px; 330 left: 80px;
330 top: 20px; 331 top: 20px;
331 } 332 }
332 /*font-size*/ 333 /*font-size*/
333 .font{ 334 .font{
334 font-size: 14px; 335 font-size: 14px;
335 } 336 }
336 337
337 .f-family { 338 .f-family {
338 font-family:sans-serif; 339 font-family:sans-serif;
339 } 340 }
340 341
341 /*container-card css*/ 342 /*container-card css*/
342 .container-card { 343 .container-card {
343 width: auto; 344 width: auto;
344 float: left; 345 float: left;
345 margin: 31px 24px 26px 14px; 346 margin: 31px 24px 26px 14px;
346 } 347 }
347 348
348 /******This css for header container******/ 349 /******This css for header container******/
349 .h1 { 350 .h1 {
350 font-size: 20px; 351 font-size: 20px;
351 margin: 11px; 352 margin: 11px;
352 } 353 }
353 354
354 .paragraph { 355 .paragraph {
355 font-size: 14px; 356 font-size: 14px;
356 margin: 30px 10px 20px; 357 margin: 30px 10px 20px;
357 line-height: 1.5; 358 line-height: 1.5;
358 } 359 }
359 /*This css for stages container*/ 360 /*This css for stages container*/
360 361
361 .full-line { 362 .full-line {
362 border-bottom: 2px solid #dedede; 363 border-bottom: 2px solid #dedede;
363 padding: 15px 10px; 364 padding: 15px 10px;
364 } 365 }
365 366
366 .stages-card { 367 .stages-card {
367 width: auto; 368 width: auto;
368 float: left; 369 float: left;
369 /*margin: -30px 8px 7px 22px;*/ 370 /*margin: -30px 8px 7px 22px;*/
370 } 371 }
371 372
372 /*form -css*/ 373 /*form -css*/
373 .form-all { 374 .form-all {
374 margin: 13px 4px 26px -2px; 375 margin: 13px 4px 26px -2px;
375 /*display: none;*/ 376 /*display: none;*/
376 } 377 }
377 378
378 .step-two-form{ 379 .step-two-form{
379 display: block; 380 display: block;
380 } 381 }
381 382
382 /*This is for stages images*/ 383 /*This is for stages images*/
383 .stage-img { 384 .stage-img {
384 width: 115px; 385 width: 115px;
385 } 386 }
386 387
387 .stage-thumbnail { 388 .stage-thumbnail {
388 float: left; 389 float: left;
389 margin-bottom: 0; 390 margin-bottom: 0;
390 } 391 }
391 392
392 .stage-shadow { 393 .stage-shadow {
393 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 394 /*box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
394 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 395 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
395 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */ 396 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
396 /*margin: 3px 22px 14px 14px;*/ 397 /*margin: 3px 22px 14px 14px;*/
397 background-color: #ffffff; 398 background-color: #ffffff;
398 } 399 }
399 400
400 .line-size { 401 .line-size {
401 402
402 } 403 }
403 404
404 .card-paragraph { 405 .card-paragraph {
405 background-color: rgba(66, 181, 73, 0.61); 406 background-color: rgba(66, 181, 73, 0.61);
406 color: #fff; 407 color: #fff;
407 } 408 }
408 409
409 /* identity card css*/ 410 /* identity card css*/
410 411
411 .identity-shadow { 412 .identity-shadow {
412 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 413 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
413 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 414 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
414 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 415 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
415 margin: 15px 15px 17px 14px; 416 margin: 15px 15px 17px 14px;
416 background-color: #ffffff; 417 background-color: #ffffff;
417 /*display: none;*/ 418 /*display: none;*/
418 } 419 }
419 420
420 .identity-question { 421 .identity-question {
421 border-bottom: 2px solid #dedede; 422 border-bottom: 2px solid #dedede;
422 padding: 0px 10px; 423 padding: 0px 10px;
423 } 424 }
424 425
425 .identity-align { 426 .identity-align {
426 margin: 8px -12px 19px 13px; 427 margin: 8px -12px 19px 13px;
427 } 428 }
428 429
429 430
430 /********This css for sectors**************/ 431 /********This css for sectors**************/
431 .sectors-card { 432 .sectors-card {
432 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 433 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
433 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 434 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
434 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 435 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
435 margin: 27px 22px 14px 14px; 436 margin: 27px 22px 14px 14px;
436 background-color: #ffffff; 437 background-color: #ffffff;
437 /*display: none;*/ 438 /*display: none;*/
438 } 439 }
439 440
440 .sector-card { 441 .sector-card {
441 width: auto; 442 width: auto;
442 float: left; 443 float: left;
443 margin: 29px 22px 26px 14px; 444 margin: 29px 22px 26px 14px;
444 } 445 }
445 446
446 .sector-question { 447 .sector-question {
447 border-bottom: 2px solid #dedede; 448 border-bottom: 2px solid #dedede;
448 padding: 15px 10px; 449 padding: 15px 10px;
449 } 450 }
450 451
451 /*To make the Stages in the center*/ 452 /*To make the Stages in the center*/
452 .card-align { 453 .card-align {
453 /*margin: 56px -267px 11px -37px;*/ 454 /*margin: 56px -267px 11px -37px;*/
454 } 455 }
455 456
456 /*To make the sectors in the center */ 457 /*To make the sectors in the center */
457 458
458 459
459 /*************sidebar content margin***********/ 460 /*************sidebar content margin***********/
460 .sidebar-align { 461 .sidebar-align {
461 margin: -5px -3px -18px 9px; 462 margin: -5px -3px -18px 9px;
462 } 463 }
463 464
464 .heading { 465 .heading {
465 margin: 15px 10px 15px 16px; 466 margin: 15px 10px 15px 16px;
466 } 467 }
467 .quiz { 468 .quiz {
468 margin: 5px 5px 6px 19px; 469 margin: 5px 5px 6px 19px;
469 font-size: 12px; 470 font-size: 12px;
470 } 471 }
471 472
472 #footer { 473 #footer {
473 background-image: url(/images/footer_design.png); 474 background-image: url(/images/footer_design.png);
474 background-repeat: inherit; 475 background-repeat: inherit;
475 position: bottom; 476 position: bottom;
476 width: 100%; 477 width: 100%;
477 height: auto; 478 height: auto;
478 padding: 97px 3px 66px 83px; 479 padding: 97px 3px 66px 83px;
479 } 480 }
480 481
481 .footer { 482 .footer {
482 483
483 bottom: 0px; 484 bottom: 0px;
484 background-color: #76b34f !important; 485 background-color: #76b34f !important;
485 width: 100%; 486 width: 100%;
486 color:rgba(255, 255, 255, 0.77); 487 color:rgba(255, 255, 255, 0.77);
487 } 488 }
488 489
489 /********question box*****************/ 490 /********question box*****************/
490 .question-shadow { 491 .question-shadow {
491 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), 492 box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2),
492 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 493 0px 1px 1px 0px rgba(0, 0, 0, 0.14),
493 0px 2px 1px -1px rgba(0, 0, 0, 0.12); 494 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
494 margin: 15px 15px 17px 14px; 495 margin: 15px 15px 17px 14px;
495 background-color: #ffffff; 496 background-color: #ffffff;
496 } 497 }
497 498
498 499
499 500
500 .question-card { 501 .question-card {
501 width: auto; 502 width: auto;
502 float: left; 503 float: left;
503 margin: 29px 22px 26px 14px; 504 margin: 29px 22px 26px 14px;
504 } 505 }
505 506
506 /*for p*/ 507 /*for p*/
507 .line-space { 508 .line-space {
508 line-height: 1.6em; 509 line-height: 1.6em;
509 font-size: 11px; 510 font-size: 11px;
510 } 511 }
511 512
512 .line-adjust { 513 .line-adjust {
513 margin-left: 0px; 514 margin-left: 0px;
514 } 515 }
515 516
516 /*badge icon css*/ 517 /*badge icon css*/
517 518
518 .material-icons{ 519 .material-icons{
519 font-size: 17px !important; 520 font-size: 17px !important;
520 } 521 }
521 522
522 .icon-circle-a { 523 .icon-circle-a {
523 background: rgba(89, 89, 89, 0.92); 524 background: rgba(89, 89, 89, 0.92);
524 border-radius: 50%; 525 border-radius: 50%;
525 width: 30px; 526 width: 30px;
526 height: 30px; 527 height: 30px;
527 position: absolute; 528 position: absolute;
528 left: 14px; 529 left: 14px;
529 margin-top: 10px; 530 margin-top: 10px;
530 color: #fff; 531 color: #fff;
531 text-align: center; 532 text-align: center;
532 } 533 }
533 534
534 .icon-circle-b { 535 .icon-circle-b {
535 background: rgba(89, 89, 89, 0.92); 536 background: rgba(89, 89, 89, 0.92);
536 border-radius: 50%; 537 border-radius: 50%;
537 width: 30px; 538 width: 30px;
538 height: 30px; 539 height: 30px;
539 position: absolute; 540 position: absolute;
540 left: 14px; 541 left: 14px;
541 margin-top: 10px; 542 margin-top: 10px;
542 color: #fff; 543 color: #fff;
543 text-align: center; 544 text-align: center;
544 } 545 }
545 546
546 .icon-circle-c { 547 .icon-circle-c {
547 background: rgba(89, 89, 89, 0.92); 548 background: rgba(89, 89, 89, 0.92);
548 border-radius: 50%; 549 border-radius: 50%;
549 width: 30px; 550 width: 30px;
550 height: 30px; 551 height: 30px;
551 position: absolute; 552 position: absolute;
552 left: 0px; 553 left: 0px;
553 margin-top: 4px; 554 margin-top: 4px;
554 color: #fff; 555 color: #fff;
555 text-align: center; 556 text-align: center;
556 } 557 }
557 558
558 .icon-circle-d { 559 .icon-circle-d {
559 background: rgba(89, 89, 89, 0.92); 560 background: rgba(89, 89, 89, 0.92);
560 border-radius: 50%; 561 border-radius: 50%;
561 width: 30px; 562 width: 30px;
562 height: 30px; 563 height: 30px;
563 position: absolute; 564 position: absolute;
564 left: 0px; 565 left: 0px;
565 margin-top: 4px; 566 margin-top: 4px;
566 color: #fff; 567 color: #fff;
567 text-align: center; 568 text-align: center;
568 } 569 }
569 570
570 .icon-circle-e { 571 .icon-circle-e {
571 background: rgba(89, 89, 89, 0.92); 572 background: rgba(89, 89, 89, 0.92);
572 border-radius: 50%; 573 border-radius: 50%;
573 width: 30px; 574 width: 30px;
574 height: 30px; 575 height: 30px;
575 position: absolute; 576 position: absolute;
576 left: 0px; 577 left: 0px;
577 margin-top: 4px; 578 margin-top: 4px;
578 color: #fff; 579 color: #fff;
579 text-align: center; 580 text-align: center;
580 } 581 }
581 582
582 .icon-circle-f { 583 .icon-circle-f {
583 background: rgba(89, 89, 89, 0.92); 584 background: rgba(89, 89, 89, 0.92);
584 border-radius: 50%; 585 border-radius: 50%;
585 width: 30px; 586 width: 30px;
586 height: 30px; 587 height: 30px;
587 position: absolute; 588 position: absolute;
588 left: 0px; 589 left: 0px;
589 margin-top: 3px; 590 margin-top: 3px;
590 color: #fff; 591 color: #fff;
591 text-align: center; 592 text-align: center;
592 } 593 }
593 594
594 .icon-circle-g { 595 .icon-circle-g {
595 background: rgba(89, 89, 89, 0.92); 596 background: rgba(89, 89, 89, 0.92);
596 border-radius: 50%; 597 border-radius: 50%;
597 width: 30px; 598 width: 30px;
598 height: 30px; 599 height: 30px;
599 position: absolute; 600 position: absolute;
600 left: 14px; 601 left: 14px;
601 margin-top: 10px; 602 margin-top: 10px;
602 color: #fff; 603 color: #fff;
603 text-align: center; 604 text-align: center;
604 } 605 }
605 606
606 .icon-circle-h { 607 .icon-circle-h {
607 background: rgba(89, 89, 89, 0.92); 608 background: rgba(89, 89, 89, 0.92);
608 border-radius: 50%; 609 border-radius: 50%;
609 width: 30px; 610 width: 30px;
610 height: 30px; 611 height: 30px;
611 position: absolute; 612 position: absolute;
612 left: 0px; 613 left: 0px;
613 margin-top: 4px; 614 margin-top: 4px;
614 color: #fff; 615 color: #fff;
615 text-align: center; 616 text-align: center;
616 } 617 }
617 618
618 .icon-circle-i { 619 .icon-circle-i {
619 background: rgba(89, 89, 89, 0.92); 620 background: rgba(89, 89, 89, 0.92);
620 border-radius: 50%; 621 border-radius: 50%;
621 width: 30px; 622 width: 30px;
622 height: 30px; 623 height: 30px;
623 position: absolute; 624 position: absolute;
624 left: 0px; 625 left: 0px;
625 margin-top: 4px; 626 margin-top: 4px;
626 color: #fff; 627 color: #fff;
627 text-align: center; 628 text-align: center;
628 } 629 }
629 630
630 .icon-circle-j { 631 .icon-circle-j {
631 background: rgba(89, 89, 89, 0.92); 632 background: rgba(89, 89, 89, 0.92);
632 border-radius: 50%; 633 border-radius: 50%;
633 width: 30px; 634 width: 30px;
634 height: 30px; 635 height: 30px;
635 position: absolute; 636 position: absolute;
636 left: 0px; 637 left: 0px;
637 margin-top: 4px; 638 margin-top: 4px;
638 color: #fff; 639 color: #fff;
639 text-align: center; 640 text-align: center;
640 } 641 }
641 642
642 .icon-circle-k { 643 .icon-circle-k {
643 background: rgba(89, 89, 89, 0.92); 644 background: rgba(89, 89, 89, 0.92);
644 border-radius: 50%; 645 border-radius: 50%;
645 width: 30px; 646 width: 30px;
646 height: 30px; 647 height: 30px;
647 position: absolute; 648 position: absolute;
648 left: 0px; 649 left: 0px;
649 margin-top: 4px; 650 margin-top: 4px;
650 color: #fff; 651 color: #fff;
651 text-align: center; 652 text-align: center;
652 } 653 }
653 654
654 .icon-circle-y { 655 .icon-circle-y {
655 background: rgba(89, 89, 89, 0.92); 656 background: rgba(89, 89, 89, 0.92);
656 border-radius: 50%; 657 border-radius: 50%;
657 width: 30px; 658 width: 30px;
658 height: 30px; 659 height: 30px;
659 position: absolute; 660 position: absolute;
660 left: 0px; 661 left: 0px;
661 margin-top: 4px; 662 margin-top: 4px;
662 color: #fff; 663 color: #fff;
663 text-align: center; 664 text-align: center;
664 } 665 }
665 666
666 .icon-circle-o { 667 .icon-circle-o {
667 background: rgba(89, 89, 89, 0.92); 668 background: rgba(89, 89, 89, 0.92);
668 border-radius: 50%; 669 border-radius: 50%;
669 width: 30px; 670 width: 30px;
670 height: 30px; 671 height: 30px;
671 position: absolute; 672 position: absolute;
672 left: 0px; 673 left: 0px;
673 margin-top: 4px; 674 margin-top: 4px;
674 color: #fff; 675 color: #fff;
675 text-align: center; 676 text-align: center;
676 } 677 }
677 678
678 .icon-circle-l { 679 .icon-circle-l {
679 background: rgba(89, 89, 89, 0.92); 680 background: rgba(89, 89, 89, 0.92);
680 border-radius: 50%; 681 border-radius: 50%;
681 width: 30px; 682 width: 30px;
682 height: 30px; 683 height: 30px;
683 position: absolute; 684 position: absolute;
684 left: 0px; 685 left: 0px;
685 margin-top: 4px; 686 margin-top: 4px;
686 color: #fff; 687 color: #fff;
687 text-align: center; 688 text-align: center;
688 } 689 }
689 690
690 .icon-circle-m { 691 .icon-circle-m {
691 background: rgba(89, 89, 89, 0.92); 692 background: rgba(89, 89, 89, 0.92);
692 border-radius: 50%; 693 border-radius: 50%;
693 width: 30px; 694 width: 30px;
694 height: 30px; 695 height: 30px;
695 position: absolute; 696 position: absolute;
696 left: 0px; 697 left: 0px;
697 margin-top: 4px; 698 margin-top: 4px;
698 color: #fff; 699 color: #fff;
699 text-align: center; 700 text-align: center;
700 } 701 }
701 702
702 .icon-circle-n { 703 .icon-circle-n {
703 background: rgba(89, 89, 89, 0.92); 704 background: rgba(89, 89, 89, 0.92);
704 border-radius: 50%; 705 border-radius: 50%;
705 width: 30px; 706 width: 30px;
706 height: 30px; 707 height: 30px;
707 position: absolute; 708 position: absolute;
708 left: 0px; 709 left: 0px;
709 margin-top: 4px; 710 margin-top: 4px;
710 color: #fff; 711 color: #fff;
711 text-align: center; 712 text-align: center;
712 } 713 }
713 714
714 .icon-circle-x { 715 .icon-circle-x {
715 background: rgba(89, 89, 89, 0.92); 716 background: rgba(89, 89, 89, 0.92);
716 border-radius: 50%; 717 border-radius: 50%;
717 width: 30px; 718 width: 30px;
718 height: 30px; 719 height: 30px;
719 position: absolute; 720 position: absolute;
720 left: 0px; 721 left: 0px;
721 margin-top: 4px; 722 margin-top: 4px;
722 color: #fff; 723 color: #fff;
723 text-align: center; 724 text-align: center;
724 } 725 }
725 726
726 .icon-circle-p { 727 .icon-circle-p {
727 background: rgba(89, 89, 89, 0.92); 728 background: rgba(89, 89, 89, 0.92);
728 border-radius: 50%; 729 border-radius: 50%;
729 width: 30px; 730 width: 30px;
730 height: 30px; 731 height: 30px;
731 position: absolute; 732 position: absolute;
732 left: 0px; 733 left: 0px;
733 margin-top: 3px; 734 margin-top: 3px;
734 color: #fff; 735 color: #fff;
735 text-align: center; 736 text-align: center;
736 } 737 }
737 738
738 .icon-circle-z { 739 .icon-circle-z {
739 background: rgba(89, 89, 89, 0.92); 740 background: rgba(89, 89, 89, 0.92);
740 border-radius: 50%; 741 border-radius: 50%;
741 width: 30px; 742 width: 30px;
742 height: 30px; 743 height: 30px;
743 position: absolute; 744 position: absolute;
744 left: 0px; 745 left: 0px;
745 margin-top: 4px; 746 margin-top: 4px;
746 color: #fff; 747 color: #fff;
747 text-align: center; 748 text-align: center;
748 } 749 }
749 750
750 .icon-circle-q { 751 .icon-circle-q {
751 background: rgba(89, 89, 89, 0.92); 752 background: rgba(89, 89, 89, 0.92);
752 border-radius: 50%; 753 border-radius: 50%;
753 width: 30px; 754 width: 30px;
754 height: 30px; 755 height: 30px;
755 position: absolute; 756 position: absolute;
756 left: 0px; 757 left: 0px;
757 margin-top: 4px; 758 margin-top: 4px;
758 color: #fff; 759 color: #fff;
759 text-align: center; 760 text-align: center;
760 } 761 }
761 762
762 .icon-circle-ab { 763 .icon-circle-ab {
763 background: rgba(89, 89, 89, 0.92); 764 background: rgba(89, 89, 89, 0.92);
764 border-radius: 50%; 765 border-radius: 50%;
765 width: 30px; 766 width: 30px;
766 height: 30px; 767 height: 30px;
767 position: absolute; 768 position: absolute;
768 left: 0px; 769 left: 0px;
769 margin-top: 3px; 770 margin-top: 3px;
770 color: #fff; 771 color: #fff;
771 text-align: center; 772 text-align: center;
772 } 773 }
773 774
774 .icon-circle-abc { 775 .icon-circle-abc {
775 background: rgba(89, 89, 89, 0.92); 776 background: rgba(89, 89, 89, 0.92);
776 border-radius: 50%; 777 border-radius: 50%;
777 width: 30px; 778 width: 30px;
778 height: 30px; 779 height: 30px;
779 position: absolute; 780 position: absolute;
780 left: 0px; 781 left: 0px;
781 margin-top: 3px; 782 margin-top: 3px;
782 color: #fff; 783 color: #fff;
783 text-align: center; 784 text-align: center;
784 } 785 }
785 786
786 .icon-circle-bc { 787 .icon-circle-bc {
787 background: rgba(89, 89, 89, 0.92); 788 background: rgba(89, 89, 89, 0.92);
788 border-radius: 50%; 789 border-radius: 50%;
789 width: 30px; 790 width: 30px;
790 height: 30px; 791 height: 30px;
791 position: absolute; 792 position: absolute;
792 left: 0px; 793 left: 0px;
793 margin-top: 3px; 794 margin-top: 3px;
794 color: #fff; 795 color: #fff;
795 text-align: center; 796 text-align: center;
796 } 797 }
797 798
798 .icon-circle-abcdefg { 799 .icon-circle-abcdefg {
799 background: rgba(89, 89, 89, 0.92); 800 background: rgba(89, 89, 89, 0.92);
800 border-radius: 50%; 801 border-radius: 50%;
801 width: 30px; 802 width: 30px;
802 height: 30px; 803 height: 30px;
803 position: absolute; 804 position: absolute;
804 left: 0px; 805 left: 0px;
805 margin-top: 3px; 806 margin-top: 3px;
806 color: #fff; 807 color: #fff;
807 text-align: center; 808 text-align: center;
808 } 809 }
809 810
810 .referel-icon { 811 .referel-icon {
811 background: rgba(89, 89, 89, 0.92); 812 background: rgba(89, 89, 89, 0.92);
812 border-radius: 50%; 813 border-radius: 50%;
813 width: 30px; 814 width: 30px;
814 height: 30px; 815 height: 30px;
815 position: absolute; 816 position: absolute;
816 left: 0px; 817 left: 0px;
817 margin-top: 3px; 818 margin-top: 3px;
818 color: #fff; 819 color: #fff;
819 text-align: center; 820 text-align: center;
820 } 821 }
821 822
822 823
823 /*quiz*/ 824 /*quiz*/
824 .q-card-align div{ 825 .q-card-align div{
825 margin-bottom: 15px; 826 margin-bottom: 15px;
826 } 827 }
827 828
828 .drop-down { 829 .drop-down {
829 background-color: #fff; 830 background-color: #fff;
830 border-radius: 0; 831 border-radius: 0;
831 font-size: 12px; 832 font-size: 12px;
832 } 833 }
833 834
834 .footer-link, .footer-link:hover { 835 .footer-link, .footer-link:hover {
835 color:#fff; 836 color:#fff;
836 } 837 }
837 /*idea content margin*/ 838 /*idea content margin*/
838 .content-idea{ 839 .content-idea{
839 margin:196px 12px 8px; 840 margin:196px 12px 8px;
840 } 841 }
841 842
842 .content-product{ 843 .content-product{
843 margin:193px -19px 9px; 844 margin:193px -19px 9px;
844 } 845 }
845 846
846 .content-growth{ 847 .content-growth{
847 margin:192px 11px 8px; 848 margin:192px 11px 8px;
848 } 849 }
849 .last-content-card{ 850 .last-content-card{
850 /*margin: 0px -85px -4px -51px;*/ 851 /*margin: 0px -85px -4px -51px;*/
851 } 852 }
852 853
853 @media (max-width: 600px) { 854 @media (max-width: 600px) {
854 .content-idea{ 855 .content-idea{
855 margin: auto; 856 margin: auto;
856 } 857 }
857 858
858 .content-product{ 859 .content-product{
859 margin: auto; 860 margin: auto;
860 } 861 }
861 862
862 .content-growth{ 863 .content-growth{
863 margin: auto; 864 margin: auto;
864 } 865 }
865 .stages-card{ 866 .stages-card{
866 margin: auto; 867 margin: auto;
867 margin-bottom: 15px; 868 margin-bottom: 15px;
868 } 869 }
869 .last-content-card{ 870 .last-content-card{
870 margin: auto; 871 margin: auto;
871 } 872 }
872 .card-align{ 873 .card-align{
873 margin: auto; 874 margin: auto;
874 } 875 }
875 } 876 }
876 877
877 .toggler { 878 .toggler {
878 width: 500px; 879 width: 500px;
879 height: 200px; 880 height: 200px;
880 } 881 }
881 #button { 882 #button {
882 padding: .5em 1em; 883 padding: .5em 1em;
883 text-decoration: none; 884 text-decoration: none;
884 } 885 }
885 #effect { 886 #effect {
886 position: relative; 887 position: relative;
887 width: 240px; 888 width: 240px;
888 height: 170px; 889 height: 170px;
889 padding: 0.4em; 890 padding: 0.4em;
890 } 891 }
891 #effect h3 { 892 #effect h3 {
892 margin: 0; 893 margin: 0;
893 padding: 0.4em; 894 padding: 0.4em;
894 text-align: center; 895 text-align: center;
895 } 896 }
896 897
897 #snackbar { 898 #snackbar {
898 visibility: hidden; 899 visibility: hidden;
899 min-width: 250px; 900 min-width: 250px;
900 margin-left: -125px; 901 margin-left: -125px;
901 background-color: #F44336; 902 background-color: #F44336;
902 color: #fff; 903 color: #fff;
903 text-align: center; 904 text-align: center;
904 border-radius: 2px; 905 border-radius: 2px;
905 padding: 16px; 906 padding: 16px;
906 position: fixed; 907 position: fixed;
907 z-index: 1; 908 z-index: 1;
908 left: 50%; 909 left: 50%;
909 bottom: 30px; 910 bottom: 30px;
910 font-size: 17px; 911 font-size: 17px;
911 } 912 }
912 913
913 #snackbar.show { 914 #snackbar.show {
914 visibility: visible; 915 visibility: visible;
915 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; 916 -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s;
916 animation: fadin 0.5s, fadout 0.5s 2.5s; 917 animation: fadin 0.5s, fadout 0.5s 2.5s;
917 } 918 }
918 919
919 @-webkit-keyframes fadin { 920 @-webkit-keyframes fadin {
920 from {bottom: 0; opacity: 0;} 921 from {bottom: 0; opacity: 0;}
921 to {bottom: 30px; opacity: 1;} 922 to {bottom: 30px; opacity: 1;}
922 } 923 }
923 924
924 @keyframes fadin { 925 @keyframes fadin {
925 from {bottom: 0; opacity: 0;} 926 from {bottom: 0; opacity: 0;}
926 to {bottom: 30px; opacity: 1;} 927 to {bottom: 30px; opacity: 1;}
927 } 928 }
928 929
929 @-webkit-keyframes fadout { 930 @-webkit-keyframes fadout {
930 from {bottom: 30px; opacity: 1;} 931 from {bottom: 30px; opacity: 1;}
931 to {bottom: 0; opacity: 0;} 932 to {bottom: 0; opacity: 0;}
932 } 933 }
933 934
934 @keyframes fadout { 935 @keyframes fadout {
935 from {bottom: 30px; opacity: 1;} 936 from {bottom: 30px; opacity: 1;}
936 to {bottom: 0; opacity: 0;} 937 to {bottom: 0; opacity: 0;}
937 } 938 }
938 939
939 940
940 #snacsskbar { 941 #snacsskbar {
941 visibility: hidden; 942 visibility: hidden;
942 min-width: 250px; 943 min-width: 250px;
943 margin-left: -125px; 944 margin-left: -125px;
944 background-color: #333; 945 background-color: #333;
945 color: #fff; 946 color: #fff;
946 text-align: center; 947 text-align: center;
947 border-radius: 2px; 948 border-radius: 2px;
948 padding: 16px; 949 padding: 16px;
949 position: fixed; 950 position: fixed;
950 z-index: 1; 951 z-index: 1;
951 left: 50%; 952 left: 50%;
952 top: 30px; 953 top: 30px;
953 font-size: 17px; 954 font-size: 17px;
954 } 955 }
955 956
956 #snacsskbar.show { 957 #snacsskbar.show {
957 visibility: visible; 958 visibility: visible;
958 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; 959 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
959 animation: fadein 0.5s, fadeout 0.5s 2.5s; 960 animation: fadein 0.5s, fadeout 0.5s 2.5s;
960 } 961 }
961 962
962 @-webkit-keyframes fadein { 963 @-webkit-keyframes fadein {
963 from {top: 0; opacity: 0;} 964 from {top: 0; opacity: 0;}
964 to {top: 30px; opacity: 1;} 965 to {top: 30px; opacity: 1;}
965 } 966 }
966 967
967 @keyframes fadein { 968 @keyframes fadein {
968 from {top: 0; opacity: 0;} 969 from {top: 0; opacity: 0;}
969 to {top: 30px; opacity: 1;} 970 to {top: 30px; opacity: 1;}
970 } 971 }
971 972
972 @-webkit-keyframes fadeout { 973 @-webkit-keyframes fadeout {
973 from {top: 30px; opacity: 1;} 974 from {top: 30px; opacity: 1;}
974 to {top: 0; opacity: 0;} 975 to {top: 0; opacity: 0;}
975 } 976 }
976 977
977 @keyframes fadeout { 978 @keyframes fadeout {
978 from {top: 30px; opacity: 1;} 979 from {top: 30px; opacity: 1;}
979 to {top: 0; opacity: 0;} 980 to {top: 0; opacity: 0;}
980 } 981 }
981 982
982 input.hidden { 983 input.hidden {
983 position: absolute; 984 position: absolute;
984 left: -9999px; 985 left: -9999px;
985 } 986 }
986 987
987 #profile-image1 { 988 #profile-image1 {
988 cursor: pointer; 989 cursor: pointer;
989 width: 100px; 990 width: 100px;
990 height: 100px; 991 height: 100px;
991 border:2px solid #eee ; 992 border:2px solid #eee ;
992 } 993 }
993 994
994 .tital{ font-size:16px; font-weight:500;} 995 .tital{ font-size:16px; font-weight:500;}
995 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} 996 .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0}
996 .footerpadd{padding: 5px;} 997 .footerpadd{padding: 5px;}
997 998
998 999
999 .container1{ 1000 .container1{
1000 width: 100% 1001 width: 100%
1001 } 1002 }
1002 1003
1003 .no-margin{ 1004 .no-margin{
1004 margin: 0 0 0 !important; 1005 margin: 0 0 0 !important;
1005 } 1006 }
1006 .no-padding{ 1007 .no-padding{
1007 padding: 0 0 0 0 !important; 1008 padding: 0 0 0 0 !important;
1008 } 1009 }
1009 .select-stage{ 1010 .select-stage{
1010 margin: 10px 0; 1011 margin: 10px 0;
1011 } 1012 }
1012 .cards-content{ 1013 .cards-content{
1013 margin-top: 40px; 1014 margin-top: 40px;
1014 } 1015 }
1015 .cards-content p{ 1016 .cards-content p{
1016 font-size: 13px; 1017 font-size: 13px;
1017 } 1018 }
1018 .q-card-align{ 1019 .q-card-align{
1019 margin-top: 15px; 1020 margin-top: 15px;
1020 } 1021 }
1021 .width-auto{ 1022 .width-auto{
1022 width: auto !important; 1023 width: auto !important;
1023 } 1024 }
1024 .margin-right-label{ 1025 .margin-right-label{
1025 margin-right: 20px; 1026 margin-right: 20px;
1026 } 1027 }
1027 .margin-right-label label{ 1028 .margin-right-label label{
1028 margin-left: 5px; 1029 margin-left: 5px;
1029 } 1030 }
1030 .apply-coupen-btn{ 1031 .apply-coupen-btn{
1031 position: absolute; 1032 position: absolute;
1032 top: -2px; 1033 top: -2px;
1033 right: 13px; 1034 right: 13px;
1034 border: none; 1035 border: none;
1035 height: 44px; 1036 height: 44px;
1036 color: #fff; 1037 color: #fff;
1037 background-color: #666; 1038 background-color: #666;
1038 width: 100px; 1039 width: 100px;
1039 } 1040 }
1040 .coupen-approved{ 1041 .coupen-approved{
1041 position: absolute; 1042 position: absolute;
1042 right: 120px; 1043 right: 120px;
1043 top: 6px; 1044 top: 6px;
1044 color: rgb(66, 181, 73); 1045 color: rgb(66, 181, 73);
1045 font-size: 30px !important; 1046 font-size: 30px !important;
1046 } 1047 }
1047 .right-side-links{ 1048 .right-side-links{
1048 margin-top: 12px; 1049 margin-top: 12px;
1049 } 1050 }
1050 .right-side-links a{ 1051 .right-side-links a{
1051 width: auto; 1052 width: auto;
1052 display: inline; 1053 display: inline;
1053 } 1054 }
1054 .right-side-links a:first-child{ 1055 .right-side-links a:first-child{
1055 border-right: 1px solid #fff; 1056 border-right: 1px solid #fff;
1056 padding-right: 4px; 1057 padding-right: 4px;
1057 } 1058 }
1058 1059
1059 @media (max-width: 768px){ 1060 @media (max-width: 768px){
1060 .cards-content{ 1061 .cards-content{
1061 margin-top: 15px; 1062 margin-top: 15px;
1062 margin-bottom: 30px; 1063 margin-bottom: 30px;
1063 } 1064 }
1064 .no-padding-mobile{ 1065 .no-padding-mobile{
1065 padding-left: 0 !important; 1066 padding-left: 0 !important;
1066 padding-right: 0 !important; 1067 padding-right: 0 !important;
1067 } 1068 }
1068 .sector-align .card-small{ 1069 .sector-align .card-small{
1069 height: 74px; 1070 height: 74px;
1070 } 1071 }
1071 .stages-card{ 1072 .stages-card{
1072 width: 92%; 1073 width: 92%;
1073 } 1074 }
1074 .right-stage-card{ 1075 .right-stage-card{
1075 float: right; 1076 float: right;
1076 } 1077 }
1077 .margin-auto-mobile{ 1078 .margin-auto-mobile{
1078 margin-left: 4%; 1079 margin-left: 4%;
1079 } 1080 }
1080 .card .thumbnail{ 1081 .card .thumbnail{
1081 padding: 15px 0 1px 0; 1082 padding: 15px 0 1px 0;
1082 } 1083 }
1083 .thumbnail > img, .thumbnail a > img{ 1084 .thumbnail > img, .thumbnail a > img{
1084 width: 50%; 1085 width: 50%;
1085 } 1086 }
1086 .right-side-links a{ 1087 .right-side-links a{
1087 display: block; 1088 display: block;
1088 width: 100%; 1089 width: 100%;
1089 } 1090 }
1090 .right-side-links a:first-child{ 1091 .right-side-links a:first-child{
1091 border-right: 0 solid #fff; 1092 border-right: 0 solid #fff;
1092 padding-right: 0; 1093 padding-right: 0;
1093 } 1094 }
1094 .right-side-links{ 1095 .right-side-links{
1095 margin-top: 0; 1096 margin-top: 0;
1096 } 1097 }
1097 .panel-default{ 1098 .panel-default{
1098 border-color: transparent; 1099 border-color: transparent;
1099 box-shadow: none; 1100 box-shadow: none;
1100 } 1101 }
1101 .modal-footers { 1102 .modal-footers {
1102 padding: 19px 20px 20px; 1103 padding: 19px 20px 20px;
1103 margin-top: 15px; 1104 margin-top: 15px;
1104 text-align: center !important; 1105 text-align: center !important;
1105 margin-bottom: 4px; 1106 margin-bottom: 4px;
1106 } 1107 }
1107 } 1108 }
1108 1109
1109 1110
1110 1111