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