Commit 4e177d83c3882e328132484f472a55ffd8ea2072
1 parent
ffdf32123e
Exists in
master
and in
1 other branch
minor change
Showing
2 changed files
with
0 additions
and
5 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-image: url(/images/mock_up_background.jpg); | 499 | /*background-image: url(/images/mock_up_background.jpg); |
500 | background-repeat: no-repeat; | 500 | background-repeat: no-repeat; |
501 | background-size: cover; | 501 | background-size: cover; |
502 | background-attachment: fixed;*/ | 502 | background-attachment: fixed;*/ |
503 | } | 503 | } |
504 | 504 | ||
505 | /* .footer { | 505 | /* .footer { |
506 | 506 | ||
507 | bottom: 0px; | 507 | bottom: 0px; |
508 | background-color: #76b34f !important; | 508 | background-color: #76b34f !important; |
509 | width: 100%; | 509 | width: 100%; |
510 | color:rgba(255, 255, 255, 0.77); | 510 | color:rgba(255, 255, 255, 0.77); |
511 | }*/ | 511 | }*/ |
512 | 512 | ||
513 | /********question box*****************/ | 513 | /********question box*****************/ |
514 | .question-shadow { | 514 | .question-shadow { |
515 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), | 515 | box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2), |
516 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), | 516 | 0px 1px 1px 0px rgba(0, 0, 0, 0.14), |
517 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); | 517 | 0px 2px 1px -1px rgba(0, 0, 0, 0.12); |
518 | margin: 15px 15px 17px 14px; | 518 | margin: 15px 15px 17px 14px; |
519 | background-color: #ffffff; | 519 | background-color: #ffffff; |
520 | } | 520 | } |
521 | 521 | ||
522 | 522 | ||
523 | 523 | ||
524 | .question-card { | 524 | .question-card { |
525 | width: auto; | 525 | width: auto; |
526 | float: left; | 526 | float: left; |
527 | margin: 29px 22px 26px 14px; | 527 | margin: 29px 22px 26px 14px; |
528 | } | 528 | } |
529 | 529 | ||
530 | /*for p*/ | 530 | /*for p*/ |
531 | .line-space { | 531 | .line-space { |
532 | line-height: 1.6em; | 532 | line-height: 1.6em; |
533 | font-size: 11px; | 533 | font-size: 11px; |
534 | } | 534 | } |
535 | 535 | ||
536 | .line-adjust { | 536 | .line-adjust { |
537 | margin-left: 0px; | 537 | margin-left: 0px; |
538 | } | 538 | } |
539 | 539 | ||
540 | /*badge icon css*/ | 540 | /*badge icon css*/ |
541 | 541 | ||
542 | .material-icons{ | 542 | .material-icons{ |
543 | font-size: 17px !important; | 543 | font-size: 17px !important; |
544 | } | 544 | } |
545 | 545 | ||
546 | .icon-circle-a { | 546 | .icon-circle-a { |
547 | background: rgba(89, 89, 89, 0.92); | 547 | background: rgba(89, 89, 89, 0.92); |
548 | border-radius: 50%; | 548 | border-radius: 50%; |
549 | width: 30px; | 549 | width: 30px; |
550 | height: 30px; | 550 | height: 30px; |
551 | position: absolute; | 551 | position: absolute; |
552 | left: 14px; | 552 | left: 14px; |
553 | margin-top: 10px; | 553 | margin-top: 10px; |
554 | color: #fff; | 554 | color: #fff; |
555 | text-align: center; | 555 | text-align: center; |
556 | } | 556 | } |
557 | 557 | ||
558 | .icon-circle-b { | 558 | .icon-circle-b { |
559 | background: rgba(89, 89, 89, 0.92); | 559 | background: rgba(89, 89, 89, 0.92); |
560 | border-radius: 50%; | 560 | border-radius: 50%; |
561 | width: 30px; | 561 | width: 30px; |
562 | height: 30px; | 562 | height: 30px; |
563 | position: absolute; | 563 | position: absolute; |
564 | left: 14px; | 564 | left: 14px; |
565 | margin-top: 10px; | 565 | margin-top: 10px; |
566 | color: #fff; | 566 | color: #fff; |
567 | text-align: center; | 567 | text-align: center; |
568 | } | 568 | } |
569 | 569 | ||
570 | .icon-circle-c { | 570 | .icon-circle-c { |
571 | background: rgba(89, 89, 89, 0.92); | 571 | background: rgba(89, 89, 89, 0.92); |
572 | border-radius: 50%; | 572 | border-radius: 50%; |
573 | width: 30px; | 573 | width: 30px; |
574 | height: 30px; | 574 | height: 30px; |
575 | position: absolute; | 575 | position: absolute; |
576 | left: 0px; | 576 | left: 0px; |
577 | margin-top: 4px; | 577 | margin-top: 4px; |
578 | color: #fff; | 578 | color: #fff; |
579 | text-align: center; | 579 | text-align: center; |
580 | } | 580 | } |
581 | 581 | ||
582 | .icon-circle-d { | 582 | .icon-circle-d { |
583 | background: rgba(89, 89, 89, 0.92); | 583 | background: rgba(89, 89, 89, 0.92); |
584 | border-radius: 50%; | 584 | border-radius: 50%; |
585 | width: 30px; | 585 | width: 30px; |
586 | height: 30px; | 586 | height: 30px; |
587 | position: absolute; | 587 | position: absolute; |
588 | left: 0px; | 588 | left: 0px; |
589 | margin-top: 4px; | 589 | margin-top: 4px; |
590 | color: #fff; | 590 | color: #fff; |
591 | text-align: center; | 591 | text-align: center; |
592 | } | 592 | } |
593 | 593 | ||
594 | .icon-circle-e { | 594 | .icon-circle-e { |
595 | background: rgba(89, 89, 89, 0.92); | 595 | background: rgba(89, 89, 89, 0.92); |
596 | border-radius: 50%; | 596 | border-radius: 50%; |
597 | width: 30px; | 597 | width: 30px; |
598 | height: 30px; | 598 | height: 30px; |
599 | position: absolute; | 599 | position: absolute; |
600 | left: 0px; | 600 | left: 0px; |
601 | margin-top: 4px; | 601 | margin-top: 4px; |
602 | color: #fff; | 602 | color: #fff; |
603 | text-align: center; | 603 | text-align: center; |
604 | } | 604 | } |
605 | 605 | ||
606 | .icon-circle-f { | 606 | .icon-circle-f { |
607 | background: rgba(89, 89, 89, 0.92); | 607 | background: rgba(89, 89, 89, 0.92); |
608 | border-radius: 50%; | 608 | border-radius: 50%; |
609 | width: 30px; | 609 | width: 30px; |
610 | height: 30px; | 610 | height: 30px; |
611 | position: absolute; | 611 | position: absolute; |
612 | left: 0px; | 612 | left: 0px; |
613 | margin-top: 3px; | 613 | margin-top: 3px; |
614 | color: #fff; | 614 | color: #fff; |
615 | text-align: center; | 615 | text-align: center; |
616 | } | 616 | } |
617 | 617 | ||
618 | .icon-circle-g { | 618 | .icon-circle-g { |
619 | background: rgba(89, 89, 89, 0.92); | 619 | background: rgba(89, 89, 89, 0.92); |
620 | border-radius: 50%; | 620 | border-radius: 50%; |
621 | width: 30px; | 621 | width: 30px; |
622 | height: 30px; | 622 | height: 30px; |
623 | position: absolute; | 623 | position: absolute; |
624 | left: 14px; | 624 | left: 14px; |
625 | margin-top: 10px; | 625 | margin-top: 10px; |
626 | color: #fff; | 626 | color: #fff; |
627 | text-align: center; | 627 | text-align: center; |
628 | } | 628 | } |
629 | 629 | ||
630 | .icon-circle-h { | 630 | .icon-circle-h { |
631 | background: rgba(89, 89, 89, 0.92); | 631 | background: rgba(89, 89, 89, 0.92); |
632 | border-radius: 50%; | 632 | border-radius: 50%; |
633 | width: 30px; | 633 | width: 30px; |
634 | height: 30px; | 634 | height: 30px; |
635 | position: absolute; | 635 | position: absolute; |
636 | left: 0px; | 636 | left: 0px; |
637 | margin-top: 4px; | 637 | margin-top: 4px; |
638 | color: #fff; | 638 | color: #fff; |
639 | text-align: center; | 639 | text-align: center; |
640 | } | 640 | } |
641 | 641 | ||
642 | .icon-circle-i { | 642 | .icon-circle-i { |
643 | background: rgba(89, 89, 89, 0.92); | 643 | background: rgba(89, 89, 89, 0.92); |
644 | border-radius: 50%; | 644 | border-radius: 50%; |
645 | width: 30px; | 645 | width: 30px; |
646 | height: 30px; | 646 | height: 30px; |
647 | position: absolute; | 647 | position: absolute; |
648 | left: 0px; | 648 | left: 0px; |
649 | margin-top: 4px; | 649 | margin-top: 4px; |
650 | color: #fff; | 650 | color: #fff; |
651 | text-align: center; | 651 | text-align: center; |
652 | } | 652 | } |
653 | 653 | ||
654 | .icon-circle-j { | 654 | .icon-circle-j { |
655 | background: rgba(89, 89, 89, 0.92); | 655 | background: rgba(89, 89, 89, 0.92); |
656 | border-radius: 50%; | 656 | border-radius: 50%; |
657 | width: 30px; | 657 | width: 30px; |
658 | height: 30px; | 658 | height: 30px; |
659 | position: absolute; | 659 | position: absolute; |
660 | left: 0px; | 660 | left: 0px; |
661 | margin-top: 30px; | 661 | margin-top: 30px; |
662 | color: #fff; | 662 | color: #fff; |
663 | text-align: center; | 663 | text-align: center; |
664 | } | 664 | } |
665 | 665 | ||
666 | .icon-circle-k { | 666 | .icon-circle-k { |
667 | background: rgba(89, 89, 89, 0.92); | 667 | background: rgba(89, 89, 89, 0.92); |
668 | border-radius: 50%; | 668 | border-radius: 50%; |
669 | width: 30px; | 669 | width: 30px; |
670 | height: 30px; | 670 | height: 30px; |
671 | position: absolute; | 671 | position: absolute; |
672 | left: 0px; | 672 | left: 0px; |
673 | margin-top: 30px; | 673 | margin-top: 30px; |
674 | color: #fff; | 674 | color: #fff; |
675 | text-align: center; | 675 | text-align: center; |
676 | } | 676 | } |
677 | 677 | ||
678 | .icon-circle-y { | 678 | .icon-circle-y { |
679 | background: rgba(89, 89, 89, 0.92); | 679 | background: rgba(89, 89, 89, 0.92); |
680 | border-radius: 50%; | 680 | border-radius: 50%; |
681 | width: 30px; | 681 | width: 30px; |
682 | height: 30px; | 682 | height: 30px; |
683 | position: absolute; | 683 | position: absolute; |
684 | left: 0px; | 684 | left: 0px; |
685 | margin-top: 4px; | 685 | margin-top: 4px; |
686 | color: #fff; | 686 | color: #fff; |
687 | text-align: center; | 687 | text-align: center; |
688 | } | 688 | } |
689 | 689 | ||
690 | .icon-circle-o { | 690 | .icon-circle-o { |
691 | background: rgba(89, 89, 89, 0.92); | 691 | background: rgba(89, 89, 89, 0.92); |
692 | border-radius: 50%; | 692 | border-radius: 50%; |
693 | width: 30px; | 693 | width: 30px; |
694 | height: 30px; | 694 | height: 30px; |
695 | position: absolute; | 695 | position: absolute; |
696 | left: 0px; | 696 | left: 0px; |
697 | margin-top: 4px; | 697 | margin-top: 4px; |
698 | color: #fff; | 698 | color: #fff; |
699 | text-align: center; | 699 | text-align: center; |
700 | } | 700 | } |
701 | 701 | ||
702 | .icon-circle-l { | 702 | .icon-circle-l { |
703 | background: rgba(89, 89, 89, 0.92); | 703 | background: rgba(89, 89, 89, 0.92); |
704 | border-radius: 50%; | 704 | border-radius: 50%; |
705 | width: 30px; | 705 | width: 30px; |
706 | height: 30px; | 706 | height: 30px; |
707 | position: absolute; | 707 | position: absolute; |
708 | left: 0px; | 708 | left: 0px; |
709 | margin-top: 4px; | 709 | margin-top: 4px; |
710 | color: #fff; | 710 | color: #fff; |
711 | text-align: center; | 711 | text-align: center; |
712 | } | 712 | } |
713 | 713 | ||
714 | .icon-circle-m { | 714 | .icon-circle-m { |
715 | background: rgba(89, 89, 89, 0.92); | 715 | background: rgba(89, 89, 89, 0.92); |
716 | border-radius: 50%; | 716 | border-radius: 50%; |
717 | width: 30px; | 717 | width: 30px; |
718 | height: 30px; | 718 | height: 30px; |
719 | position: absolute; | 719 | position: absolute; |
720 | left: 0px; | 720 | left: 0px; |
721 | margin-top: 4px; | 721 | margin-top: 4px; |
722 | color: #fff; | 722 | color: #fff; |
723 | text-align: center; | 723 | text-align: center; |
724 | } | 724 | } |
725 | 725 | ||
726 | .icon-circle-n { | 726 | .icon-circle-n { |
727 | background: rgba(89, 89, 89, 0.92); | 727 | background: rgba(89, 89, 89, 0.92); |
728 | border-radius: 50%; | 728 | border-radius: 50%; |
729 | width: 30px; | 729 | width: 30px; |
730 | height: 30px; | 730 | height: 30px; |
731 | position: absolute; | 731 | position: absolute; |
732 | left: 0px; | 732 | left: 0px; |
733 | margin-top: 4px; | 733 | margin-top: 4px; |
734 | color: #fff; | 734 | color: #fff; |
735 | text-align: center; | 735 | text-align: center; |
736 | } | 736 | } |
737 | 737 | ||
738 | .icon-circle-x { | 738 | .icon-circle-x { |
739 | background: rgba(89, 89, 89, 0.92); | 739 | background: rgba(89, 89, 89, 0.92); |
740 | border-radius: 50%; | 740 | border-radius: 50%; |
741 | width: 30px; | 741 | width: 30px; |
742 | height: 30px; | 742 | height: 30px; |
743 | position: absolute; | 743 | position: absolute; |
744 | left: 0px; | 744 | left: 0px; |
745 | margin-top: 30px; | 745 | margin-top: 30px; |
746 | color: #fff; | 746 | color: #fff; |
747 | text-align: center; | 747 | text-align: center; |
748 | } | 748 | } |
749 | 749 | ||
750 | .icon-circle-p { | 750 | .icon-circle-p { |
751 | background: rgba(89, 89, 89, 0.92); | 751 | background: rgba(89, 89, 89, 0.92); |
752 | border-radius: 50%; | 752 | border-radius: 50%; |
753 | width: 30px; | 753 | width: 30px; |
754 | height: 30px; | 754 | height: 30px; |
755 | position: absolute; | 755 | position: absolute; |
756 | left: 0px; | 756 | left: 0px; |
757 | margin-top: 30px; | 757 | margin-top: 30px; |
758 | color: #fff; | 758 | color: #fff; |
759 | text-align: center; | 759 | text-align: center; |
760 | } | 760 | } |
761 | 761 | ||
762 | .icon-circle-z { | 762 | .icon-circle-z { |
763 | background: rgba(89, 89, 89, 0.92); | 763 | background: rgba(89, 89, 89, 0.92); |
764 | border-radius: 50%; | 764 | border-radius: 50%; |
765 | width: 30px; | 765 | width: 30px; |
766 | height: 30px; | 766 | height: 30px; |
767 | position: absolute; | 767 | position: absolute; |
768 | left: 0px; | 768 | left: 0px; |
769 | margin-top: 4px; | 769 | margin-top: 4px; |
770 | color: #fff; | 770 | color: #fff; |
771 | text-align: center; | 771 | text-align: center; |
772 | } | 772 | } |
773 | 773 | ||
774 | .icon-circle-q { | 774 | .icon-circle-q { |
775 | background: rgba(89, 89, 89, 0.92); | 775 | background: rgba(89, 89, 89, 0.92); |
776 | border-radius: 50%; | 776 | border-radius: 50%; |
777 | width: 30px; | 777 | width: 30px; |
778 | height: 30px; | 778 | height: 30px; |
779 | position: absolute; | 779 | position: absolute; |
780 | left: 0px; | 780 | left: 0px; |
781 | margin-top: 4px; | 781 | margin-top: 4px; |
782 | color: #fff; | 782 | color: #fff; |
783 | text-align: center; | 783 | text-align: center; |
784 | } | 784 | } |
785 | 785 | ||
786 | .icon-circle-ab { | 786 | .icon-circle-ab { |
787 | background: rgba(89, 89, 89, 0.92); | 787 | background: rgba(89, 89, 89, 0.92); |
788 | border-radius: 50%; | 788 | border-radius: 50%; |
789 | width: 30px; | 789 | width: 30px; |
790 | height: 30px; | 790 | height: 30px; |
791 | position: absolute; | 791 | position: absolute; |
792 | left: 0px; | 792 | left: 0px; |
793 | margin-top: 3px; | 793 | margin-top: 3px; |
794 | color: #fff; | 794 | color: #fff; |
795 | text-align: center; | 795 | text-align: center; |
796 | } | 796 | } |
797 | 797 | ||
798 | .icon-circle-abc { | 798 | .icon-circle-abc { |
799 | background: rgba(89, 89, 89, 0.92); | 799 | background: rgba(89, 89, 89, 0.92); |
800 | border-radius: 50%; | 800 | border-radius: 50%; |
801 | width: 30px; | 801 | width: 30px; |
802 | height: 30px; | 802 | height: 30px; |
803 | position: absolute; | 803 | position: absolute; |
804 | left: 0px; | 804 | left: 0px; |
805 | margin-top: 3px; | 805 | margin-top: 3px; |
806 | color: #fff; | 806 | color: #fff; |
807 | text-align: center; | 807 | text-align: center; |
808 | } | 808 | } |
809 | 809 | ||
810 | .icon-circle-bc { | 810 | .icon-circle-bc { |
811 | background: rgba(89, 89, 89, 0.92); | 811 | background: rgba(89, 89, 89, 0.92); |
812 | border-radius: 50%; | 812 | border-radius: 50%; |
813 | width: 30px; | 813 | width: 30px; |
814 | height: 30px; | 814 | height: 30px; |
815 | position: absolute; | 815 | position: absolute; |
816 | left: 0px; | 816 | left: 0px; |
817 | margin-top: 3px; | 817 | margin-top: 3px; |
818 | color: #fff; | 818 | color: #fff; |
819 | text-align: center; | 819 | text-align: center; |
820 | } | 820 | } |
821 | 821 | ||
822 | .icon-circle-abcdefg { | 822 | .icon-circle-abcdefg { |
823 | background: rgba(89, 89, 89, 0.92); | 823 | background: rgba(89, 89, 89, 0.92); |
824 | border-radius: 50%; | 824 | border-radius: 50%; |
825 | width: 30px; | 825 | width: 30px; |
826 | height: 30px; | 826 | height: 30px; |
827 | position: absolute; | 827 | position: absolute; |
828 | left: 0px; | 828 | left: 0px; |
829 | margin-top: 3px; | 829 | margin-top: 3px; |
830 | color: #fff; | 830 | color: #fff; |
831 | text-align: center; | 831 | text-align: center; |
832 | } | 832 | } |
833 | 833 | ||
834 | .referel-icon { | 834 | .referel-icon { |
835 | background: rgba(89, 89, 89, 0.92); | 835 | background: rgba(89, 89, 89, 0.92); |
836 | border-radius: 50%; | 836 | border-radius: 50%; |
837 | width: 30px; | 837 | width: 30px; |
838 | height: 30px; | 838 | height: 30px; |
839 | position: absolute; | 839 | position: absolute; |
840 | left: 0px; | 840 | left: 0px; |
841 | margin-top: 3px; | 841 | margin-top: 3px; |
842 | color: #fff; | 842 | color: #fff; |
843 | text-align: center; | 843 | text-align: center; |
844 | } | 844 | } |
845 | 845 | ||
846 | 846 | ||
847 | /*quiz*/ | 847 | /*quiz*/ |
848 | .q-card-align div{ | 848 | .q-card-align div{ |
849 | margin-bottom: 15px; | 849 | margin-bottom: 15px; |
850 | } | 850 | } |
851 | 851 | ||
852 | .drop-down { | 852 | .drop-down { |
853 | background-color: #fff; | 853 | background-color: #fff; |
854 | border-radius: 0; | 854 | border-radius: 0; |
855 | font-size: 12px; | 855 | font-size: 12px; |
856 | } | 856 | } |
857 | 857 | ||
858 | .footer-link, .footer-link:hover { | 858 | .footer-link, .footer-link:hover { |
859 | color:#fff; | 859 | color:#fff; |
860 | } | 860 | } |
861 | /*idea content margin*/ | 861 | /*idea content margin*/ |
862 | .content-idea{ | 862 | .content-idea{ |
863 | margin:196px 12px 8px; | 863 | margin:196px 12px 8px; |
864 | } | 864 | } |
865 | 865 | ||
866 | .content-product{ | 866 | .content-product{ |
867 | margin:193px -19px 9px; | 867 | margin:193px -19px 9px; |
868 | } | 868 | } |
869 | 869 | ||
870 | .content-growth{ | 870 | .content-growth{ |
871 | margin:192px 11px 8px; | 871 | margin:192px 11px 8px; |
872 | } | 872 | } |
873 | .last-content-card{ | 873 | .last-content-card{ |
874 | /*margin: 0px -85px -4px -51px;*/ | 874 | /*margin: 0px -85px -4px -51px;*/ |
875 | } | 875 | } |
876 | 876 | ||
877 | @media (max-width: 600px) { | 877 | @media (max-width: 600px) { |
878 | .content-idea{ | 878 | .content-idea{ |
879 | margin: auto; | 879 | margin: auto; |
880 | } | 880 | } |
881 | 881 | ||
882 | .content-product{ | 882 | .content-product{ |
883 | margin: auto; | 883 | margin: auto; |
884 | } | 884 | } |
885 | 885 | ||
886 | .content-growth{ | 886 | .content-growth{ |
887 | margin: auto; | 887 | margin: auto; |
888 | } | 888 | } |
889 | .stages-card{ | 889 | .stages-card{ |
890 | margin: auto; | 890 | margin: auto; |
891 | margin-bottom: 15px; | 891 | margin-bottom: 15px; |
892 | } | 892 | } |
893 | .last-content-card{ | 893 | .last-content-card{ |
894 | margin: auto; | 894 | margin: auto; |
895 | } | 895 | } |
896 | .card-align{ | 896 | .card-align{ |
897 | margin: auto; | 897 | margin: auto; |
898 | } | 898 | } |
899 | 899 | ||
900 | } | 900 | } |
901 | 901 | ||
902 | .toggler { | 902 | .toggler { |
903 | width: 500px; | 903 | width: 500px; |
904 | height: 200px; | 904 | height: 200px; |
905 | } | 905 | } |
906 | #button { | 906 | #button { |
907 | padding: .5em 1em; | 907 | padding: .5em 1em; |
908 | text-decoration: none; | 908 | text-decoration: none; |
909 | } | 909 | } |
910 | #effect { | 910 | #effect { |
911 | position: relative; | 911 | position: relative; |
912 | width: 240px; | 912 | width: 240px; |
913 | height: 170px; | 913 | height: 170px; |
914 | padding: 0.4em; | 914 | padding: 0.4em; |
915 | } | 915 | } |
916 | #effect h3 { | 916 | #effect h3 { |
917 | margin: 0; | 917 | margin: 0; |
918 | padding: 0.4em; | 918 | padding: 0.4em; |
919 | text-align: center; | 919 | text-align: center; |
920 | } | 920 | } |
921 | 921 | ||
922 | #snackbar { | 922 | #snackbar { |
923 | visibility: hidden; | 923 | visibility: hidden; |
924 | min-width: 250px; | 924 | min-width: 250px; |
925 | margin-left: -125px; | 925 | margin-left: -125px; |
926 | background-color: #F44336; | 926 | background-color: #F44336; |
927 | color: #fff; | 927 | color: #fff; |
928 | text-align: center; | 928 | text-align: center; |
929 | border-radius: 2px; | 929 | border-radius: 2px; |
930 | padding: 16px; | 930 | padding: 16px; |
931 | position: fixed; | 931 | position: fixed; |
932 | z-index: 1; | 932 | z-index: 1; |
933 | left: 50%; | 933 | left: 50%; |
934 | bottom: 30px; | 934 | bottom: 30px; |
935 | font-size: 17px; | 935 | font-size: 17px; |
936 | } | 936 | } |
937 | 937 | ||
938 | #snackbar.show { | 938 | #snackbar.show { |
939 | visibility: visible; | 939 | visibility: visible; |
940 | -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; | 940 | -webkit-animation: fadin 0.5s, fadout 0.5s 2.5s; |
941 | animation: fadin 0.5s, fadout 0.5s 2.5s; | 941 | animation: fadin 0.5s, fadout 0.5s 2.5s; |
942 | } | 942 | } |
943 | 943 | ||
944 | @-webkit-keyframes fadin { | 944 | @-webkit-keyframes fadin { |
945 | from {bottom: 0; opacity: 0;} | 945 | from {bottom: 0; opacity: 0;} |
946 | to {bottom: 30px; opacity: 1;} | 946 | to {bottom: 30px; opacity: 1;} |
947 | } | 947 | } |
948 | 948 | ||
949 | @keyframes fadin { | 949 | @keyframes fadin { |
950 | from {bottom: 0; opacity: 0;} | 950 | from {bottom: 0; opacity: 0;} |
951 | to {bottom: 30px; opacity: 1;} | 951 | to {bottom: 30px; opacity: 1;} |
952 | } | 952 | } |
953 | 953 | ||
954 | @-webkit-keyframes fadout { | 954 | @-webkit-keyframes fadout { |
955 | from {bottom: 30px; opacity: 1;} | 955 | from {bottom: 30px; opacity: 1;} |
956 | to {bottom: 0; opacity: 0;} | 956 | to {bottom: 0; opacity: 0;} |
957 | } | 957 | } |
958 | 958 | ||
959 | @keyframes fadout { | 959 | @keyframes fadout { |
960 | from {bottom: 30px; opacity: 1;} | 960 | from {bottom: 30px; opacity: 1;} |
961 | to {bottom: 0; opacity: 0;} | 961 | to {bottom: 0; opacity: 0;} |
962 | } | 962 | } |
963 | 963 | ||
964 | 964 | ||
965 | #snacsskbar { | 965 | #snacsskbar { |
966 | visibility: hidden; | 966 | visibility: hidden; |
967 | min-width: 250px; | 967 | min-width: 250px; |
968 | margin-left: -125px; | 968 | margin-left: -125px; |
969 | background-color: #333; | 969 | background-color: #333; |
970 | color: #fff; | 970 | color: #fff; |
971 | text-align: center; | 971 | text-align: center; |
972 | border-radius: 2px; | 972 | border-radius: 2px; |
973 | padding: 16px; | 973 | padding: 16px; |
974 | position: fixed; | 974 | position: fixed; |
975 | z-index: 1; | 975 | z-index: 1; |
976 | left: 50%; | 976 | left: 50%; |
977 | top: 30px; | 977 | top: 30px; |
978 | font-size: 17px; | 978 | font-size: 17px; |
979 | } | 979 | } |
980 | 980 | ||
981 | #snacsskbar.show { | 981 | #snacsskbar.show { |
982 | visibility: visible; | 982 | visibility: visible; |
983 | -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; | 983 | -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; |
984 | animation: fadein 0.5s, fadeout 0.5s 2.5s; | 984 | animation: fadein 0.5s, fadeout 0.5s 2.5s; |
985 | } | 985 | } |
986 | 986 | ||
987 | @-webkit-keyframes fadein { | 987 | @-webkit-keyframes fadein { |
988 | from {top: 0; opacity: 0;} | 988 | from {top: 0; opacity: 0;} |
989 | to {top: 30px; opacity: 1;} | 989 | to {top: 30px; opacity: 1;} |
990 | } | 990 | } |
991 | 991 | ||
992 | @keyframes fadein { | 992 | @keyframes fadein { |
993 | from {top: 0; opacity: 0;} | 993 | from {top: 0; opacity: 0;} |
994 | to {top: 30px; opacity: 1;} | 994 | to {top: 30px; opacity: 1;} |
995 | } | 995 | } |
996 | 996 | ||
997 | @-webkit-keyframes fadeout { | 997 | @-webkit-keyframes fadeout { |
998 | from {top: 30px; opacity: 1;} | 998 | from {top: 30px; opacity: 1;} |
999 | to {top: 0; opacity: 0;} | 999 | to {top: 0; opacity: 0;} |
1000 | } | 1000 | } |
1001 | 1001 | ||
1002 | @keyframes fadeout { | 1002 | @keyframes fadeout { |
1003 | from {top: 30px; opacity: 1;} | 1003 | from {top: 30px; opacity: 1;} |
1004 | to {top: 0; opacity: 0;} | 1004 | to {top: 0; opacity: 0;} |
1005 | } | 1005 | } |
1006 | 1006 | ||
1007 | input.hidden { | 1007 | input.hidden { |
1008 | position: absolute; | 1008 | position: absolute; |
1009 | left: -9999px; | 1009 | left: -9999px; |
1010 | } | 1010 | } |
1011 | 1011 | ||
1012 | #profile-image1 { | 1012 | #profile-image1 { |
1013 | cursor: pointer; | 1013 | cursor: pointer; |
1014 | width: 100px; | 1014 | width: 100px; |
1015 | height: 100px; | 1015 | height: 100px; |
1016 | border:2px solid #eee ; | 1016 | border:2px solid #eee ; |
1017 | } | 1017 | } |
1018 | 1018 | ||
1019 | .tital{ font-size:16px; font-weight:500;} | 1019 | .tital{ font-size:16px; font-weight:500;} |
1020 | .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} | 1020 | .bot-border{ border-bottom:1px #f8f8f8 solid; margin:5px 0 5px 0} |
1021 | .footerpadd{padding: 5px;} | 1021 | .footerpadd{padding: 5px;} |
1022 | 1022 | ||
1023 | 1023 | ||
1024 | .container1{ | 1024 | .container1{ |
1025 | width: 100% | 1025 | width: 100% |
1026 | } | 1026 | } |
1027 | 1027 | ||
1028 | .no-margin{ | 1028 | .no-margin{ |
1029 | margin: 0 0 0 !important; | 1029 | margin: 0 0 0 !important; |
1030 | } | 1030 | } |
1031 | .no-padding{ | 1031 | .no-padding{ |
1032 | padding: 0 0 0 0 !important; | 1032 | padding: 0 0 0 0 !important; |
1033 | } | 1033 | } |
1034 | .select-stage{ | 1034 | .select-stage{ |
1035 | margin: 10px 0; | 1035 | margin: 10px 0; |
1036 | } | 1036 | } |
1037 | .cards-content{ | 1037 | .cards-content{ |
1038 | margin-top: 40px; | 1038 | margin-top: 40px; |
1039 | } | 1039 | } |
1040 | .cards-content p{ | 1040 | .cards-content p{ |
1041 | font-size: 13px; | 1041 | font-size: 13px; |
1042 | } | 1042 | } |
1043 | .q-card-align{ | 1043 | .q-card-align{ |
1044 | margin-top: 15px; | 1044 | margin-top: 15px; |
1045 | } | 1045 | } |
1046 | .width-auto{ | 1046 | .width-auto{ |
1047 | width: auto !important; | 1047 | width: auto !important; |
1048 | } | 1048 | } |
1049 | .margin-right-label{ | 1049 | .margin-right-label{ |
1050 | margin-right: 20px; | 1050 | margin-right: 20px; |
1051 | } | 1051 | } |
1052 | .margin-right-label label{ | 1052 | .margin-right-label label{ |
1053 | margin-left: 5px; | 1053 | margin-left: 5px; |
1054 | } | 1054 | } |
1055 | .apply-coupen-btn{ | 1055 | .apply-coupen-btn{ |
1056 | position: absolute; | 1056 | position: absolute; |
1057 | top: -2px; | 1057 | top: -2px; |
1058 | right: 13px; | 1058 | right: 13px; |
1059 | border: none; | 1059 | border: none; |
1060 | height: 44px; | 1060 | height: 44px; |
1061 | color: #fff; | 1061 | color: #fff; |
1062 | background-color: #666; | 1062 | background-color: #666; |
1063 | width: 75px; | 1063 | width: 75px; |
1064 | } | 1064 | } |
1065 | .coupen-approved{ | 1065 | .coupen-approved{ |
1066 | position: absolute; | 1066 | position: absolute; |
1067 | right: 120px; | 1067 | right: 120px; |
1068 | top: 6px; | 1068 | top: 6px; |
1069 | color: rgb(66, 181, 73); | 1069 | color: rgb(66, 181, 73); |
1070 | font-size: 30px !important; | 1070 | font-size: 30px !important; |
1071 | } | 1071 | } |
1072 | .right-side-links{ | 1072 | .right-side-links{ |
1073 | margin-top: 12px; | 1073 | margin-top: 12px; |
1074 | } | 1074 | } |
1075 | .right-side-links a{ | 1075 | .right-side-links a{ |
1076 | width: auto; | 1076 | width: auto; |
1077 | display: inline; | 1077 | display: inline; |
1078 | } | 1078 | } |
1079 | .right-side-links a:first-child{ | 1079 | .right-side-links a:first-child{ |
1080 | border-right: 1px solid #fff; | 1080 | border-right: 1px solid #fff; |
1081 | padding-right: 4px; | 1081 | padding-right: 4px; |
1082 | } | 1082 | } |
1083 | 1083 | ||
1084 | @media (max-width: 768px){ | 1084 | @media (max-width: 768px){ |
1085 | .cards-content{ | 1085 | .cards-content{ |
1086 | margin-top: 15px; | 1086 | margin-top: 15px; |
1087 | margin-bottom: 30px; | 1087 | margin-bottom: 30px; |
1088 | } | 1088 | } |
1089 | .no-padding-mobile{ | 1089 | .no-padding-mobile{ |
1090 | padding-left: 0 !important; | 1090 | padding-left: 0 !important; |
1091 | padding-right: 0 !important; | 1091 | padding-right: 0 !important; |
1092 | } | 1092 | } |
1093 | .sector-align .card-small{ | 1093 | .sector-align .card-small{ |
1094 | height: 74px; | 1094 | height: 74px; |
1095 | } | 1095 | } |
1096 | .stages-card{ | 1096 | .stages-card{ |
1097 | width: 92%; | 1097 | width: 92%; |
1098 | } | 1098 | } |
1099 | .right-stage-card{ | 1099 | .right-stage-card{ |
1100 | float: right; | 1100 | float: right; |
1101 | } | 1101 | } |
1102 | .margin-auto-mobile{ | 1102 | .margin-auto-mobile{ |
1103 | margin-left: 4%; | 1103 | margin-left: 4%; |
1104 | } | 1104 | } |
1105 | .card .thumbnail{ | 1105 | .card .thumbnail{ |
1106 | padding: 15px 0 1px 0; | 1106 | padding: 15px 0 1px 0; |
1107 | } | 1107 | } |
1108 | .thumbnail > img, .thumbnail a > img{ | 1108 | .thumbnail > img, .thumbnail a > img{ |
1109 | width: 50%; | 1109 | width: 50%; |
1110 | } | 1110 | } |
1111 | .right-side-links a{ | 1111 | .right-side-links a{ |
1112 | display: block; | 1112 | display: block; |
1113 | width: 100%; | 1113 | width: 100%; |
1114 | } | 1114 | } |
1115 | .right-side-links a:first-child{ | 1115 | .right-side-links a:first-child{ |
1116 | border-right: 0 solid #fff; | 1116 | border-right: 0 solid #fff; |
1117 | padding-right: 0; | 1117 | padding-right: 0; |
1118 | } | 1118 | } |
1119 | .right-side-links{ | 1119 | .right-side-links{ |
1120 | margin-top: 0; | 1120 | margin-top: 0; |
1121 | } | 1121 | } |
1122 | .panel-default{ | 1122 | .panel-default{ |
1123 | border-color: transparent; | 1123 | border-color: transparent; |
1124 | box-shadow: none; | 1124 | box-shadow: none; |
1125 | } | 1125 | } |
1126 | .modal-footers { | 1126 | .modal-footers { |
1127 | padding: 19px 20px 20px; | 1127 | padding: 19px 20px 20px; |
1128 | margin-top: 15px; | 1128 | margin-top: 15px; |
1129 | text-align: center !important; | 1129 | text-align: center !important; |
1130 | margin-bottom: 4px; | 1130 | margin-bottom: 4px; |
1131 | } | 1131 | } |
1132 | .startup-jalsa{ | 1132 | .startup-jalsa{ |
1133 | font-family: 'BenchNine', sans-serif; | 1133 | font-family: 'BenchNine', sans-serif; |
1134 | color: rgb(25, 104, 157); | 1134 | color: rgb(25, 104, 157); |
1135 | position:relative; | 1135 | position:relative; |
1136 | z-index:2; | 1136 | z-index:2; |
1137 | } | 1137 | } |
1138 | 1138 | ||
1139 | } | 1139 | } |
1140 | 1140 | ||
1141 | 1141 | ||
1142 | 1142 | ||
1143 | .card-input { | 1143 | .card-input { |
1144 | display: none; | 1144 | display: none; |
1145 | } | 1145 | } |
1146 | 1146 | ||
1147 | .card { | 1147 | .card { |
1148 | font-size: 1em; | 1148 | font-size: 1em; |
1149 | overflow: hidden; | 1149 | overflow: hidden; |
1150 | padding: 0; | 1150 | padding: 0; |
1151 | border: none; | 1151 | border: none; |
1152 | /*border-radius: .28571429rem;*/ | 1152 | /*border-radius: .28571429rem;*/ |
1153 | box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; | 1153 | box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5; |
1154 | } | 1154 | } |
1155 | 1155 | ||
1156 | .card-block { | 1156 | .card-block { |
1157 | font-size: 1em; | 1157 | font-size: 1em; |
1158 | position: relative; | 1158 | position: relative; |
1159 | margin: 0; | 1159 | margin: 0; |
1160 | padding: 4%; | 1160 | padding: 4%; |
1161 | border: none; | 1161 | border: none; |
1162 | /*border-top: 1px solid rgba(34, 36, 38, .1);*/ | 1162 | /*border-top: 1px solid rgba(34, 36, 38, .1);*/ |
1163 | box-shadow: none; | 1163 | box-shadow: none; |
1164 | } | 1164 | } |
1165 | .button-position{ | 1165 | .button-position{ |
1166 | position: relative; | 1166 | position: relative; |
1167 | top: -10px; | 1167 | top: -10px; |
1168 | } | 1168 | } |
1169 | .card-img-top { | 1169 | .card-img-top { |
1170 | display: block; | 1170 | display: block; |
1171 | width: 100%; | 1171 | width: 100%; |
1172 | height: auto; | 1172 | height: auto; |
1173 | cursor: pointer; | 1173 | cursor: pointer; |
1174 | } | 1174 | } |
1175 | .title{ | 1175 | .title{ |
1176 | text-align: center; | 1176 | text-align: center; |
1177 | color: #0161EE; | 1177 | color: #0161EE; |
1178 | } | 1178 | } |
1179 | .card-title { | 1179 | .card-title { |
1180 | /*font-size: 17px;*/ | 1180 | /*font-size: 17px;*/ |
1181 | font-weight: 600; | 1181 | font-weight: 600; |
1182 | margin: 0; | 1182 | margin: 0; |
1183 | line-height: normal; | 1183 | line-height: normal; |
1184 | font-family: 'Arial',sans-serif; | 1184 | font-family: 'Arial',sans-serif; |
1185 | } | 1185 | } |
1186 | .card-sub-title{ | 1186 | .card-sub-title{ |
1187 | font-family: 'Arial',sans-serif; | 1187 | font-family: 'Arial',sans-serif; |
1188 | /*color: #666;*/ | 1188 | /*color: #666;*/ |
1189 | font-weight: normal; | 1189 | font-weight: normal; |
1190 | margin-bottom: 0; | 1190 | margin-bottom: 0; |
1191 | } | 1191 | } |
1192 | .button-aligment{ | 1192 | .button-aligment{ |
1193 | margin-top: 5px; | 1193 | margin-top: 5px; |
1194 | margin-right: 14px; | 1194 | margin-right: 14px; |
1195 | margin-bottom: 15px; | 1195 | margin-bottom: 15px; |
1196 | } | 1196 | } |
1197 | .card-text { | 1197 | .card-text { |
1198 | clear: both; | 1198 | clear: both; |
1199 | margin-top: .5em; | 1199 | margin-top: .5em; |
1200 | /*color: rgba(0, 0, 0, .68);*/ | 1200 | /*color: rgba(0, 0, 0, .68);*/ |
1201 | padding-bottom: 3%; | 1201 | padding-bottom: 3%; |
1202 | font-size: 13px; | 1202 | font-size: 13px; |
1203 | } | 1203 | } |
1204 | 1204 | ||
1205 | .card-text2 { | 1205 | .card-text2 { |
1206 | padding: 3% 0 3% 4%; | 1206 | padding: 3% 0 3% 4%; |
1207 | margin-bottom: 12%; | 1207 | margin-bottom: 12%; |
1208 | border-top: 1px solid rgba(0, 0, 0, .05) !important; | 1208 | border-top: 1px solid rgba(0, 0, 0, .05) !important; |
1209 | } | 1209 | } |
1210 | .card-text2 span{ | 1210 | .card-text2 span{ |
1211 | font-size: 13px; | 1211 | font-size: 13px; |
1212 | /*color: #666;*/ | 1212 | /*color: #666;*/ |
1213 | } | 1213 | } |
1214 | .card-text2 div{ | 1214 | .card-text2 div{ |
1215 | margin-top: 0 !important; | 1215 | margin-top: 0 !important; |
1216 | font-weight: normal; | 1216 | font-weight: normal; |
1217 | /*color: #000;*/ | 1217 | /*color: #000;*/ |
1218 | font-size: 12px; | 1218 | font-size: 12px; |
1219 | padding-bottom: 0; | 1219 | padding-bottom: 0; |
1220 | } | 1220 | } |
1221 | 1221 | ||
1222 | .card-inverse .btn { | 1222 | .card-inverse .btn { |
1223 | border: 1px solid rgba(0, 0, 0, .05); | 1223 | border: 1px solid rgba(0, 0, 0, .05); |
1224 | } | 1224 | } |
1225 | 1225 | ||
1226 | .card-text3 { | 1226 | .card-text3 { |
1227 | border-top: 1px solid rgba(0, 0, 0, .05) !important; | 1227 | border-top: 1px solid rgba(0, 0, 0, .05) !important; |
1228 | } | 1228 | } |
1229 | 1229 | ||
1230 | .container { | 1230 | .container { |
1231 | display: block; | 1231 | display: block; |
1232 | position: relative; | 1232 | position: relative; |
1233 | padding: 0; | 1233 | padding: 0; |
1234 | margin-bottom: 12px; | 1234 | margin-bottom: 12px; |
1235 | cursor: pointer; | 1235 | cursor: pointer; |
1236 | font-size: 16px; | 1236 | font-size: 16px; |
1237 | -webkit-user-select: none; | 1237 | -webkit-user-select: none; |
1238 | -moz-user-select: none; | 1238 | -moz-user-select: none; |
1239 | -ms-user-select: none; | 1239 | -ms-user-select: none; |
1240 | user-select: none; | 1240 | user-select: none; |
1241 | width:100%; | 1241 | width:100%; |
1242 | } | 1242 | } |
1243 | 1243 | ||
1244 | .container1 { | 1244 | .container1 { |
1245 | display: block; | 1245 | display: block; |
1246 | position: relative; | 1246 | position: relative; |
1247 | padding-left: 31px; | 1247 | padding-left: 31px; |
1248 | margin-bottom: 12px; | 1248 | margin-bottom: 12px; |
1249 | cursor: pointer; | 1249 | cursor: pointer; |
1250 | font-size: 15px; | 1250 | font-size: 15px; |
1251 | -webkit-user-select: none; | 1251 | -webkit-user-select: none; |
1252 | -moz-user-select: none; | 1252 | -moz-user-select: none; |
1253 | -ms-user-select: none; | 1253 | -ms-user-select: none; |
1254 | user-select: none; | 1254 | user-select: none; |
1255 | width:100%; | 1255 | width:100%; |
1256 | } | 1256 | } |
1257 | 1257 | ||
1258 | /* Hide the browser's default radio button */ | 1258 | /* Hide the browser's default radio button */ |
1259 | .container input { | 1259 | .container input { |
1260 | position: absolute; | 1260 | position: absolute; |
1261 | opacity: 0; | 1261 | opacity: 0; |
1262 | } | 1262 | } |
1263 | 1263 | ||
1264 | /* Create a custom radio button */ | 1264 | /* Create a custom radio button */ |
1265 | .checkmark { | 1265 | .checkmark { |
1266 | position: absolute; | 1266 | position: absolute; |
1267 | top: 0; | 1267 | top: 0; |
1268 | left: 0; | 1268 | left: 0; |
1269 | height: 25px; | 1269 | height: 25px; |
1270 | width: 25px; | 1270 | width: 25px; |
1271 | background-color: #eee; | 1271 | background-color: #eee; |
1272 | border-radius: 50%; | 1272 | border-radius: 50%; |
1273 | } | 1273 | } |
1274 | 1274 | ||
1275 | /* On mouse-over, add a grey background color */ | 1275 | /* On mouse-over, add a grey background color */ |
1276 | .container:hover input ~ .checkmark { | 1276 | .container:hover input ~ .checkmark { |
1277 | background-color: #ccc; | 1277 | background-color: #ccc; |
1278 | } | 1278 | } |
1279 | 1279 | ||
1280 | /* When the radio button is checked, add a blue background */ | 1280 | /* When the radio button is checked, add a blue background */ |
1281 | .container input:checked ~ .checkmark { | 1281 | .container input:checked ~ .checkmark { |
1282 | background-color: #42b549; | 1282 | background-color: #42b549; |
1283 | } | 1283 | } |
1284 | 1284 | ||
1285 | /* Create the indicator (the dot/circle - hidden when not checked) */ | 1285 | /* Create the indicator (the dot/circle - hidden when not checked) */ |
1286 | .checkmark:after { | 1286 | .checkmark:after { |
1287 | content: ""; | 1287 | content: ""; |
1288 | position: absolute; | 1288 | position: absolute; |
1289 | display: none; | 1289 | display: none; |
1290 | } | 1290 | } |
1291 | 1291 | ||
1292 | /* Show the indicator (dot/circle) when checked */ | 1292 | /* Show the indicator (dot/circle) when checked */ |
1293 | .container input:checked ~ .checkmark:after { | 1293 | .container input:checked ~ .checkmark:after { |
1294 | display: block; | 1294 | display: block; |
1295 | } | 1295 | } |
1296 | 1296 | ||
1297 | /* Style the indicator (dot/circle) */ | 1297 | /* Style the indicator (dot/circle) */ |
1298 | .container .checkmark:after { | 1298 | .container .checkmark:after { |
1299 | top: 9px; | 1299 | top: 9px; |
1300 | left: 9px; | 1300 | left: 9px; |
1301 | width: 8px; | 1301 | width: 8px; |
1302 | height: 8px; | 1302 | height: 8px; |
1303 | border-radius: 50%; | 1303 | border-radius: 50%; |
1304 | background: white; | 1304 | background: white; |
1305 | } | 1305 | } |
1306 | 1306 | ||
1307 | table { | 1307 | table { |
1308 | /*font-family: arial, sans-serif; | 1308 | /*font-family: arial, sans-serif; |
1309 | border-collapse: collapse;*/ | 1309 | border-collapse: collapse;*/ |
1310 | width: 60%; | 1310 | width: 60%; |
1311 | } | 1311 | } |
1312 | .city-meetup { | 1312 | .city-meetup { |
1313 | opacity: 0.7; | 1313 | opacity: 0.7; |
1314 | filter: alpha(opacity=80); /* For IE8 and earlier */ | 1314 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1315 | } | 1315 | } |
1316 | 1316 | ||
1317 | 1317 | ||
1318 | .card-color{ | 1318 | .card-color{ |
1319 | background-color:white; | 1319 | background-color:white; |
1320 | font-size: 16px; | 1320 | font-size: 16px; |
1321 | } | 1321 | } |
1322 | 1322 | ||
1323 | .card-color-confirm{ | 1323 | .card-color-confirm{ |
1324 | background-color:white; | 1324 | background-color:white; |
1325 | font-size: 16px; | 1325 | font-size: 16px; |
1326 | margin-top: 16%; | 1326 | margin-top: 16%; |
1327 | } | 1327 | } |
1328 | 1328 | ||
1329 | .startup-jalsa{ | 1329 | .startup-jalsa{ |
1330 | font-family: 'BenchNine', sans-serif; | 1330 | font-family: 'BenchNine', sans-serif; |
1331 | /*font-size: 70.15pt;*/ | 1331 | /*font-size: 70.15pt;*/ |
1332 | color: rgb(25, 104, 157); | 1332 | color: rgb(25, 104, 157); |
1333 | position:relative; | 1333 | position:relative; |
1334 | z-index:2; | 1334 | z-index:2; |
1335 | } | 1335 | } |
1336 | .header{ | 1336 | .header{ |
1337 | /*width: 100%;*/ | 1337 | /*width: 100%;*/ |
1338 | text-align: center; | 1338 | text-align: center; |
1339 | padding-top:2%; | 1339 | padding-top:2%; |
1340 | /*padding: 4px 20px;*/ | 1340 | /*padding: 4px 20px;*/ |
1341 | } | 1341 | } |
1342 | .happen-city{ | 1342 | .happen-city{ |
1343 | padding-top:12%; | 1343 | padding-top:12%; |
1344 | } | 1344 | } |
1345 | .happen-meetup{ | 1345 | .happen-meetup{ |
1346 | font-family: 'Arial',sans-serif; | 1346 | font-family: 'Arial',sans-serif; |
1347 | margin-bottom: 10px; | 1347 | margin-bottom: 10px; |
1348 | margin-left: 5%; | 1348 | margin-left: 5%; |
1349 | } | 1349 | } |
1350 | .happen-attend{ | 1350 | .happen-attend{ |
1351 | margin-top:6%; | 1351 | margin-top:6%; |
1352 | margin-left: -10px; | 1352 | margin-left: -10px; |
1353 | } | 1353 | } |
1354 | .width-auto{ | 1354 | .width-auto{ |
1355 | width:auto; | 1355 | width:auto; |
1356 | } | 1356 | } |
1357 | /*.card-position{ | 1357 | /*.card-position{ |
1358 | position: relative; | 1358 | position: relative; |
1359 | top: -3px; | 1359 | top: -3px; |
1360 | }*/ | 1360 | }*/ |
1361 | 1361 | ||
1362 | .card1 { | 1362 | .card1 { |
1363 | width: 100%; | 1363 | width: 100%; |
1364 | position: relative; | 1364 | position: relative; |
1365 | display: inline-block; | 1365 | display: inline-block; |
1366 | } | 1366 | } |
1367 | .card1 .img-top { | 1367 | .card1 .img-top { |
1368 | width: 100%; | 1368 | width: 100%; |
1369 | display: none; | 1369 | display: none; |
1370 | position: absolute; | 1370 | position: absolute; |
1371 | cursor: pointer; | 1371 | cursor: pointer; |
1372 | top: 0; | 1372 | top: 0; |
1373 | left: 0; | 1373 | left: 0; |
1374 | z-index: 99; | 1374 | z-index: 99; |
1375 | } | 1375 | } |
1376 | .card1:hover .img-top { | 1376 | .card1:hover .img-top { |
1377 | display: inline; | 1377 | display: inline; |
1378 | } | 1378 | } |
1379 | div:hover { | ||
1380 | color: #fff; | ||
1381 | } | ||
1382 | |||
1383 | .active, .btn:hover, .btn:onclick { | 1379 | .active, .btn:hover, .btn:onclick { |
1384 | background-color: grey; | 1380 | background-color: grey; |
1385 | border: grey; | 1381 | border: grey; |
1386 | color: white; | 1382 | color: white; |
1387 | } | 1383 | } |
1388 | .apply-act1:hover, .apply-act1:focus{ | 1384 | .apply-act1:hover, .apply-act1:focus{ |
1389 | background-color: #171717; | 1385 | background-color: #171717; |
1390 | border-color: #0161EE; | 1386 | border-color: #0161EE; |
1391 | color: #0161EE; | 1387 | color: #0161EE; |
1392 | } | 1388 | } |
1393 | .apply-act2:hover, .apply-act2:focus{ | 1389 | .apply-act2:hover, .apply-act2:focus{ |
1394 | background-color: #171717; | 1390 | background-color: #171717; |
1395 | border-color: #0161EE; | 1391 | border-color: #0161EE; |
1396 | color: #0161EE; | 1392 | color: #0161EE; |
1397 | } | 1393 | } |
1398 | .apply-act3:hover, .apply-act3:focus{ | 1394 | .apply-act3:hover, .apply-act3:focus{ |
1399 | background-color: #171717; | 1395 | background-color: #171717; |
1400 | border-color: #0161EE; | 1396 | border-color: #0161EE; |
1401 | color: #0161EE; | 1397 | color: #0161EE; |
1402 | } | 1398 | } |
1403 | .apply-act4:hover, .apply-act4:focus{ | 1399 | .apply-act4:hover, .apply-act4:focus{ |
1404 | background-color: #171717; | 1400 | background-color: #171717; |
1405 | border-color: #0161EE; | 1401 | border-color: #0161EE; |
1406 | color: #0161EE; | 1402 | color: #0161EE; |
1407 | } | 1403 | } |
1408 | .apply-btn{ | 1404 | .apply-btn{ |
1409 | text-align: center; | 1405 | text-align: center; |
1410 | margin-bottom: 2%; | 1406 | margin-bottom: 2%; |
1411 | } | 1407 | } |
1412 | .txt{ | 1408 | .txt{ |
1413 | margin-top: 3%; | 1409 | margin-top: 3%; |
1414 | text-align: center; | 1410 | text-align: center; |
1415 | } | 1411 | } |
1416 | .cursor:hover{ | 1412 | .cursor:hover{ |
1417 | cursor: context-menu; | 1413 | cursor: context-menu; |
1418 | } | 1414 | } |
1419 | .buttons{ | 1415 | .buttons{ |
1420 | padding: 3% 0 0 0; | 1416 | padding: 3% 0 0 0; |
1421 | text-align: center; | 1417 | text-align: center; |
1422 | font-size: 100px; | 1418 | font-size: 100px; |
1423 | } | 1419 | } |
1424 | .btn-lg{ | 1420 | .btn-lg{ |
1425 | font-size:25px; | 1421 | font-size:25px; |
1426 | background-color: #171717; | 1422 | background-color: #171717; |
1427 | color: #454545; | 1423 | color: #454545; |
1428 | border-color: #454545; | 1424 | border-color: #454545; |
1429 | } | 1425 | } |
1430 | .btn1{ | 1426 | .btn1{ |
1431 | padding: 12px 40px; | 1427 | padding: 12px 40px; |
1432 | } | 1428 | } |
1433 | .btn2{ | 1429 | .btn2{ |
1434 | padding: 12px 31px; | 1430 | padding: 12px 31px; |
1435 | } | 1431 | } |
1436 | .btn3{ | 1432 | .btn3{ |
1437 | padding: 12px 18px; | 1433 | padding: 12px 18px; |
1438 | } | 1434 | } |
1439 | .btn4{ | 1435 | .btn4{ |
1440 | padding: 12px 40px; | 1436 | padding: 12px 40px; |
1441 | } | 1437 | } |
1442 | .bg_dots{ | 1438 | .bg_dots{ |
1443 | position: absolute; | 1439 | position: absolute; |
1444 | left:0; | 1440 | left:0; |
1445 | right:0; | 1441 | right:0; |
1446 | top:0; | 1442 | top:0; |
1447 | height: 700px; | 1443 | height: 700px; |
1448 | position:fixed; | 1444 | position:fixed; |
1449 | background-position: top center; | 1445 | background-position: top center; |
1450 | /* background-image: url(/images/background.jpg); */ | 1446 | /* background-image: url(/images/background.jpg); */ |
1451 | background-color: #171717; | 1447 | background-color: #171717; |
1452 | background-repeat: no-repeat; | 1448 | background-repeat: no-repeat; |
1453 | background-size: 100% auto; | 1449 | background-size: 100% auto; |
1454 | -webkit-background-size:100% auto; | 1450 | -webkit-background-size:100% auto; |
1455 | } | 1451 | } |
1456 | .stage-shadow{ | 1452 | .stage-shadow{ |
1457 | background:transparent; | 1453 | background:transparent; |
1458 | } | 1454 | } |
1459 | .logojalsa{ | 1455 | .logojalsa{ |
1460 | width:250px;position:relative;margin-bottom: 54px; | 1456 | width:250px;position:relative;margin-bottom: 54px; |
1461 | } | 1457 | } |
1462 | .jalsaheadr{ | 1458 | .jalsaheadr{ |
1463 | position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); | 1459 | position: relative;font-size: 35px;margin-left: 1%;color: rgb(25, 104, 157); |
1464 | } | 1460 | } |
1465 | .PitchYourPower{ | 1461 | .PitchYourPower{ |
1466 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; | 1462 | position: relative;color: rgb(25, 104, 157);margin-top: -3%; |
1467 | } | 1463 | } |
1468 | 1464 | ||
1469 | 1465 | ||
1470 | 1466 | ||
1471 | 1467 | ||
1472 | 1468 | ||
1473 | 1469 | ||
1474 | 1470 | ||
1475 | 1471 | ||
1476 | 1472 | ||
1477 | 1473 | ||
1478 | 1474 | ||
1479 | 1475 | ||
1480 | 1476 | ||
1481 | 1477 | ||
1482 | 1478 | ||
1483 | 1479 | ||
1484 | 1480 | ||
1485 | 1481 | ||
1486 | 1482 | ||
1487 | 1483 | ||
1488 | @media (max-width:767px){ | 1484 | @media (max-width:767px){ |
1489 | .buttons { | 1485 | .buttons { |
1490 | /* margin-top:23%; */ | 1486 | /* margin-top:23%; */ |
1491 | font-size: 100px; | 1487 | font-size: 100px; |
1492 | } | 1488 | } |
1493 | .btn-lg{ | 1489 | .btn-lg{ |
1494 | width:74%; | 1490 | width:74%; |
1495 | } | 1491 | } |
1496 | .btn1{ | 1492 | .btn1{ |
1497 | margin-bottom: 3%; | 1493 | margin-bottom: 3%; |
1498 | } | 1494 | } |
1499 | .btn2{ | 1495 | .btn2{ |
1500 | margin-bottom: 3%; | 1496 | margin-bottom: 3%; |
1501 | } | 1497 | } |
1502 | .btn3{ | 1498 | .btn3{ |
1503 | margin-bottom: 3%; | 1499 | margin-bottom: 3%; |
1504 | } | 1500 | } |
1505 | h1{ | 1501 | h1{ |
1506 | font-size:2.8rem; | 1502 | font-size:2.8rem; |
1507 | } | 1503 | } |
1508 | .happen-city{ | 1504 | .happen-city{ |
1509 | margin-left: -25px; | 1505 | margin-left: -25px; |
1510 | 1506 | ||
1511 | } | 1507 | } |
1512 | .card-color-confirm{ | 1508 | .card-color-confirm{ |
1513 | margin-top: 40%; | 1509 | margin-top: 40%; |
1514 | } | 1510 | } |
1515 | .city-meetup { | 1511 | .city-meetup { |
1516 | opacity: 0.8; | 1512 | opacity: 0.8; |
1517 | filter: alpha(opacity=80); /* For IE8 and earlier */ | 1513 | filter: alpha(opacity=80); /* For IE8 and earlier */ |
1518 | } | 1514 | } |
1519 | #front { | 1515 | #front { |
1520 | /*background-image: url(/images/mock_up_background.jpg); | 1516 | /*background-image: url(/images/mock_up_background.jpg); |
1521 | background-repeat: no-repeat; | 1517 | background-repeat: no-repeat; |
1522 | background-attachment:fixed; | 1518 | background-attachment:fixed; |
1523 | background-position: top center; | 1519 | background-position: top center; |
1524 | -webkit-background-attachment: fixed; | 1520 | -webkit-background-attachment: fixed; |
1525 | background-size: 400% auto; | 1521 | background-size: 400% auto; |
1526 | -webkit-background-size:400% auto;*/ | 1522 | -webkit-background-size:400% auto;*/ |
1527 | } | 1523 | } |
1528 | .bg_dots{ | 1524 | .bg_dots{ |
1529 | height:80%; | 1525 | height:80%; |
1530 | background-size: 300% auto; | 1526 | background-size: 300% auto; |
1531 | -webkit-background-size:300% auto; | 1527 | -webkit-background-size:300% auto; |
1532 | position:fixed; | 1528 | position:fixed; |
1533 | top:0; | 1529 | top:0; |
1534 | } | 1530 | } |
1535 | .logojalsa{ | 1531 | .logojalsa{ |
1536 | width:250px;position:relative;margin-bottom: 15%; | 1532 | width:250px;position:relative;margin-bottom: 15%; |
1537 | } | 1533 | } |
1538 | .PitchYourPower{ | 1534 | .PitchYourPower{ |
1539 | position: relative;color: rgb(25, 104, 157);margin-top: -15%; | 1535 | position: relative;color: rgb(25, 104, 157);margin-top: -15%; |
1540 | } | 1536 | } |
1541 | 1537 | ||
1542 | } | 1538 | } |
1543 | 1539 | ||
1544 | @media screen and (max-device-width: 991px) and (orientation: landscape){ | 1540 | @media screen and (max-device-width: 991px) and (orientation: landscape){ |
1545 | .rotate-card{ | 1541 | .rotate-card{ |
1546 | width: 100%; | 1542 | width: 100%; |
1547 | } | 1543 | } |
1548 | 1544 | ||
1549 | 1545 | ||
1550 | } | 1546 | } |
1551 | 1547 | ||
1552 | @media (min-width:768px) and (max-width:991px){ | 1548 | @media (min-width:768px) and (max-width:991px){ |
1553 | .logojalsa{ | 1549 | .logojalsa{ |
1554 | width:250px;position:relative;margin-bottom: 7%; | 1550 | width:250px;position:relative;margin-bottom: 7%; |
1555 | } | 1551 | } |
1556 | } | 1552 | } |
pages/Home.html
1 | <!-- <div class="header" > | 1 | <!-- <div class="header" > |
2 | <div> | 2 | <div> |
3 | <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span> | 3 | <img src="images/LOGO.png" class="logojalsa"><span class="jalsaheadr" style="">2018</span> |
4 | <h4 class="PitchYourPower">#PitchYourPower</h4> | 4 | <h4 class="PitchYourPower">#PitchYourPower</h4> |
5 | </div> | 5 | </div> |
6 | 6 | ||
7 | <div class="clearfix"></div> | 7 | <div class="clearfix"></div> |
8 | </div> | 8 | </div> |
9 | <form name="homeForm"> | 9 | <form name="homeForm"> |
10 | <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " > | 10 | <div class="col-xs-12 col-md-10 col-md-offset-1 city-meetup card-color " > |
11 | <div class="col-xs-12"> | 11 | <div class="col-xs-12"> |
12 | <div class="row"> | 12 | <div class="row"> |
13 | <div class="col-sm-6"> | 13 | <div class="col-sm-6"> |
14 | <div class="happen-city"> | 14 | <div class="happen-city"> |
15 | <div class="happen-meetup"> | 15 | <div class="happen-meetup"> |
16 | <b>What will happen at the pitch session?</b> | 16 | <b>What will happen at the pitch session?</b> |
17 | </div> | 17 | </div> |
18 | <ul> | 18 | <ul> |
19 | <li>Mentoring session by an industry expert followed by a quick Q/A session.</li> | 19 | <li>Mentoring session by an industry expert followed by a quick Q/A session.</li> |
20 | <li>Prototype-based startup will be given 90 seconds while idea-based startup will be given 60 seconds to pitch their venture to the judging panel.</li> | 20 | <li>Prototype-based startup will be given 90 seconds while idea-based startup will be given 60 seconds to pitch their venture to the judging panel.</li> |
21 | <li>One-on-one interaction between the top 5 startups and the jury.</li> | 21 | <li>One-on-one interaction between the top 5 startups and the jury.</li> |
22 | </ul> | 22 | </ul> |
23 | <div class="happen-meetup"> | 23 | <div class="happen-meetup"> |
24 | <b>Who can attend pitch session?</b> | 24 | <b>Who can attend pitch session?</b> |
25 | </div> | 25 | </div> |
26 | <ul> | 26 | <ul> |
27 | <li>Startups of all sectors and stages can attend the pitch session.</li> | 27 | <li>Startups of all sectors and stages can attend the pitch session.</li> |
28 | </ul> | 28 | </ul> |
29 | </div> | 29 | </div> |
30 | </div> | 30 | </div> |
31 | <div class="row"> | 31 | <div class="row"> |
32 | <div class="col-sm-6 happen-attend"> | 32 | <div class="col-sm-6 happen-attend"> |
33 | <div class="width-auto"> | 33 | <div class="width-auto"> |
34 | <div class="happen-meetup" style="margin-top: -5px;"> | 34 | <div class="happen-meetup" style="margin-top: -5px;"> |
35 | <b>Is there any registration fee involved for pitch session?</b> | 35 | <b>Is there any registration fee involved for pitch session?</b> |
36 | </div> | 36 | </div> |
37 | <ul > | 37 | <ul > |
38 | <li>A startup is required to pay a registration fee of Rs.500 to attend the pitch session.</li> | 38 | <li>A startup is required to pay a registration fee of Rs.500 to attend the pitch session.</li> |
39 | </ul> | 39 | </ul> |
40 | </div><br> | 40 | </div><br> |
41 | <div class="width-auto"> | 41 | <div class="width-auto"> |
42 | <div class="happen-meetup" style="margin-top: -18px;"> | 42 | <div class="happen-meetup" style="margin-top: -18px;"> |
43 | <b > Why should a startup participate?</b> | 43 | <b > Why should a startup participate?</b> |
44 | </div> | 44 | </div> |
45 | <ul > | 45 | <ul > |
46 | <li><b>4 Startups</b> will get a guaranteed investment opportunity of <b>Rs.25 Lacs each</b> at 10% equity, subject to due diligence.</li> | 46 | <li><b>4 Startups</b> will get a guaranteed investment opportunity of <b>Rs.25 Lacs each</b> at 10% equity, subject to due diligence.</li> |
47 | <li>Two exciting startups from each city will get a travel grant to fly to Startup Jalsa, Invest Edition.</li> | 47 | <li>Two exciting startups from each city will get a travel grant to fly to Startup Jalsa, Invest Edition.</li> |
48 | </ul> | 48 | </ul> |
49 | </div> | 49 | </div> |
50 | </div> | 50 | </div> |
51 | </div><br> | 51 | </div><br> |
52 | <div class="apply-btn"> | 52 | <div class="apply-btn"> |
53 | <button class="btn submit-button apply-act" value="Apply" ng-click="apply()" >Proceed</button> | 53 | <button class="btn submit-button apply-act" value="Apply" ng-click="apply()" >Proceed</button> |
54 | </div> | 54 | </div> |
55 | </div> | 55 | </div> |
56 | </div> | 56 | </div> |
57 | </form> | 57 | </form> |
58 | <footer> | 58 | <footer> |
59 | <img id="footer" class="img-responsive banner"> | 59 | <img id="footer" class="img-responsive banner"> |
60 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> | 60 | <center class="footer"><a class="footer-link" href="http://www.viithiisys.com/" target="_blank"></a> </center> |
61 | </footer> --> | 61 | </footer> --> |
62 | <div class="col-xs-12 buttons"> | 62 | <div class="col-xs-12 buttons"> |
63 | <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button> | 63 | <button type="button" class="btn btn-dark btn-lg apply-act1 btn1" ng-click="isShowHide('INDIA')" value="INDIA" id="defaultcountry">INDIA</button> |
64 | <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button> | 64 | <button type="button" class="btn btn-dark btn-lg apply-act2 btn2" ng-click="isShowHide('SRI LANKA')" value="SRI LANKA">SRI LANKA</button> |
65 | <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button> | 65 | <button type="button" class="btn btn-dark btn-lg apply-act3 btn3" ng-click="isShowHide('BANGLADESH')" value="BANGLADESH">BANGLADESH</button> |
66 | <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button> | 66 | <button type="button" class="btn btn-dark btn-lg apply-act4 btn4" ng-click="isShowHide('NEPAL')" value="NEPAL">NEPAL</button> |
67 | </div> | 67 | </div> |
68 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showval"> | 68 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showval"> |
69 | <div class="stage-shadow" id="front"> | 69 | <div class="stage-shadow" id="front"> |
70 | <div class="stages card-align"> | 70 | <div class="stages card-align"> |
71 | <div class="row"> | 71 | <div class="row"> |
72 | <!-- <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 72 | <!-- <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
73 | <div class="card" style="width:100%;border-radius: 6px;"> | 73 | <div class="card" style="width:100%;border-radius: 6px;"> |
74 | <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> | 74 | <label style="padding: 0;" class="thumbnail radius-border stage-thumbnail cursor rotate-card"> |
75 | <img class="card-img-top" src="images/Ahmedabad.png" style="width:100%" ng-click="watch('Chennai')"> | 75 | <img class="card-img-top" src="images/Ahmedabad.png" style="width:100%" ng-click="watch('Chennai')"> |
76 | </label> | 76 | </label> |
77 | </div> | 77 | </div> |
78 | <div class="txt">Ahmedabad</div> | 78 | <div class="txt">Ahmedabad</div> |
79 | </div> --> | 79 | </div> --> |
80 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 80 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
81 | <div class="card1"> | 81 | <div class="card1"> |
82 | <img class="card-img-top" src="images/ahmedabad.png"> | 82 | <img class="card-img-top" src="images/ahmedabad.png"> |
83 | <img class="img-top" src="images/Ahmedabad_1.png" ng-click="watch('Ahmedabad')"> | 83 | <img class="img-top" src="images/Ahmedabad_1.png" ng-click="watch('Ahmedabad')"> |
84 | </div> | 84 | </div> |
85 | <div class="txt">Ahmedabad</div> | 85 | <div class="txt">Ahmedabad</div> |
86 | </div> | 86 | </div> |
87 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 87 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
88 | <div class="card1"> | 88 | <div class="card1"> |
89 | <img class="card-img-top" src="images/Bengaluru.png"> | 89 | <img class="card-img-top" src="images/Bengaluru.png"> |
90 | <img class="img-top" src="images/bengaluru_1.png" ng-click="watch('Bengaluru')"> | 90 | <img class="img-top" src="images/bengaluru_1.png" ng-click="watch('Bengaluru')"> |
91 | </div> | 91 | </div> |
92 | <div class="txt">Bengaluru</div> | 92 | <div class="txt">Bengaluru</div> |
93 | </div> | 93 | </div> |
94 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 94 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
95 | <div class="card1"> | 95 | <div class="card1"> |
96 | <img class="card-img-top" src="images/chennai.png"> | 96 | <img class="card-img-top" src="images/chennai.png"> |
97 | <img class="img-top" src="images/chennai_1.png" ng-click="watch('Chennai')"> | 97 | <img class="img-top" src="images/chennai_1.png" ng-click="watch('Chennai')"> |
98 | </div> | 98 | </div> |
99 | <div class="txt">Chennai</div> | 99 | <div class="txt">Chennai</div> |
100 | </div> | 100 | </div> |
101 | </div> | 101 | </div> |
102 | </div> | 102 | </div> |
103 | </div> | 103 | </div> |
104 | <div class="clearfix"></div> | 104 | <div class="clearfix"></div> |
105 | <div class="stages card-align"> | 105 | <div class="stages card-align"> |
106 | <div class="row"> | 106 | <div class="row"> |
107 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 107 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
108 | <div class="card1"> | 108 | <div class="card1"> |
109 | <img class="card-img-top" src="images/delhi.png"> | 109 | <img class="card-img-top" src="images/delhi.png"> |
110 | <img class="img-top" src="images/delhi_1.png" ng-click="watch('Delhi')"> | 110 | <img class="img-top" src="images/delhi_1.png" ng-click="watch('Delhi')"> |
111 | </div> | 111 | </div> |
112 | <div class="txt">Delhi</div> | 112 | <div class="txt">Delhi</div> |
113 | </div> | 113 | </div> |
114 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 114 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
115 | <div class="card1"> | 115 | <div class="card1"> |
116 | <img class="card-img-top" src="images/Hyderabad.png"> | 116 | <img class="card-img-top" src="images/Hyderabad.png"> |
117 | <img class="img-top" src="images/hyderabad_1.png" ng-click="watch('Hyderabad')"> | 117 | <img class="img-top" src="images/hyderabad_1.png" ng-click="watch('Hyderabad')"> |
118 | </div> | 118 | </div> |
119 | <div class="txt">hyderabad</div> | 119 | <div class="txt">hyderabad</div> |
120 | </div> | 120 | </div> |
121 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 121 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
122 | <div class="card1"> | 122 | <div class="card1"> |
123 | <img class="card-img-top" src="images/jaipur.png"> | 123 | <img class="card-img-top" src="images/jaipur.png"> |
124 | <img class="img-top" src="images/jaipur_1.png" ng-click="watch('Jaipur')"> | 124 | <img class="img-top" src="images/jaipur_1.png" ng-click="watch('Jaipur')"> |
125 | </div> | 125 | </div> |
126 | <div class="txt">Jaipur</div> | 126 | <div class="txt">Jaipur</div> |
127 | </div> | 127 | </div> |
128 | </div> | 128 | </div> |
129 | </div> | 129 | </div> |
130 | <div class="clearfix"></div> | 130 | <div class="clearfix"></div> |
131 | <div class="stages card-align"> | 131 | <div class="stages card-align"> |
132 | <div class="row"> | 132 | <div class="row"> |
133 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 133 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
134 | <div class="card1"> | 134 | <div class="card1"> |
135 | <img class="card-img-top" src="images/kanpur.png"> | 135 | <img class="card-img-top" src="images/kanpur.png"> |
136 | <img class="img-top" src="images/kanpur_1.png" ng-click="watch('Kanpur')"> | 136 | <img class="img-top" src="images/kanpur_1.png" ng-click="watch('Kanpur')"> |
137 | </div> | 137 | </div> |
138 | <div class="txt">Kanpur</div> | ||
139 | </div> | 138 | </div> |
140 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 139 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
141 | <div class="card1"> | 140 | <div class="card1"> |
142 | <img class="card-img-top" src="images/kolkata.png"> | 141 | <img class="card-img-top" src="images/kolkata.png"> |
143 | <img class="img-top" src="images/kolkata_1.png" ng-click="watch('Kolkata')"> | 142 | <img class="img-top" src="images/kolkata_1.png" ng-click="watch('Kolkata')"> |
144 | </div> | 143 | </div> |
145 | <div class="txt">Kolkata</div> | 144 | <div class="txt">Kolkata</div> |
146 | </div> | 145 | </div> |
147 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 146 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
148 | <div class="card1"> | 147 | <div class="card1"> |
149 | <img class="card-img-top" src="images/mumbai.png"> | 148 | <img class="card-img-top" src="images/mumbai.png"> |
150 | <img class="img-top" src="images/mumbai_1.png" ng-click="watch('Mumbai')"> | 149 | <img class="img-top" src="images/mumbai_1.png" ng-click="watch('Mumbai')"> |
151 | </div> | 150 | </div> |
152 | <div class="txt">Mumbai</div> | 151 | <div class="txt">Mumbai</div> |
153 | </div> | 152 | </div> |
154 | </div> | 153 | </div> |
155 | </div> | 154 | </div> |
156 | </div> | 155 | </div> |
157 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hideval"> | 156 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hideval"> |
158 | <div class="stage-shadow" id="front"> | 157 | <div class="stage-shadow" id="front"> |
159 | <div class="stages card-align"> | 158 | <div class="stages card-align"> |
160 | <div class="row"> | 159 | <div class="row"> |
161 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 160 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
162 | <div class="card1"> | 161 | <div class="card1"> |
163 | <img class="card-img-top" src="images/Colombo.png"> | 162 | <img class="card-img-top" src="images/Colombo.png"> |
164 | <img class="img-top" src="images/colombo_1.png" ng-click="watch('Colombo')"> | 163 | <img class="img-top" src="images/colombo_1.png" ng-click="watch('Colombo')"> |
165 | </div> | 164 | </div> |
166 | <div class="txt">Colombo</div> | 165 | <div class="txt">Colombo</div> |
167 | </div> | 166 | </div> |
168 | </div> | 167 | </div> |
169 | </div> | 168 | </div> |
170 | </div> | 169 | </div> |
171 | </div> | 170 | </div> |
172 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showvalue"> | 171 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="showvalue"> |
173 | <div class="stage-shadow" id="front"> | 172 | <div class="stage-shadow" id="front"> |
174 | <div class="stages card-align"> | 173 | <div class="stages card-align"> |
175 | <div class="row"> | 174 | <div class="row"> |
176 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 175 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
177 | <div class="card1"> | 176 | <div class="card1"> |
178 | <img class="card-img-top" src="images/Dhaka.png"> | 177 | <img class="card-img-top" src="images/Dhaka.png"> |
179 | <img class="img-top" src="images/dhaka_1.png" ng-click="watch('Dhaka')"> | 178 | <img class="img-top" src="images/dhaka_1.png" ng-click="watch('Dhaka')"> |
180 | </div> | 179 | </div> |
181 | <div class="txt">Dhaka</div> | 180 | <div class="txt">Dhaka</div> |
182 | </div> | 181 | </div> |
183 | </div> | 182 | </div> |
184 | </div> | 183 | </div> |
185 | </div> | 184 | </div> |
186 | </div> | 185 | </div> |
187 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hidevalue"> | 186 | <div class="col-xs-12 col-md-8 col-md-offset-2" ng-show="hidevalue"> |
188 | <div class="stage-shadow" id="front"> | 187 | <div class="stage-shadow" id="front"> |
189 | <div class="stages card-align"> | 188 | <div class="stages card-align"> |
190 | <div class="row"> | 189 | <div class="row"> |
191 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> | 190 | <div class="col-md-4 col-sm-8" style="margin-top: 5%;"> |
192 | <div class="card1"> | 191 | <div class="card1"> |
193 | <img class="card-img-top" src="images/Kathmandu.png"> | 192 | <img class="card-img-top" src="images/Kathmandu.png"> |
194 | <img class="img-top" src="images/kathmandu_1.png" ng-click="watch('Kathmandu')"> | 193 | <img class="img-top" src="images/kathmandu_1.png" ng-click="watch('Kathmandu')"> |
195 | </div> | 194 | </div> |
196 | <div class="txt">Kathmandu</div> | 195 | <div class="txt">Kathmandu</div> |
197 | </div> | 196 | </div> |
198 | </div> | 197 | </div> |
199 | </div> | 198 | </div> |
200 | </div> | 199 | </div> |
201 | </div> | 200 | </div> |
202 | <span ng-show="span == true"> | 201 | <span ng-show="span == true"> |
203 | <span id="chennai"></span> | 202 | <span id="chennai"></span> |
204 | <span id="mumbai"></span> | 203 | <span id="mumbai"></span> |
205 | <span id="hyderabad"></span> | 204 | <span id="hyderabad"></span> |
206 | <span id="kolkata"></span> | 205 | <span id="kolkata"></span> |
207 | <span id="delhi"></span> | 206 | <span id="delhi"></span> |
208 | <span id="ahmedabad"></span> | 207 | <span id="ahmedabad"></span> |
209 | <span id="bengaluru"></span> | 208 | <span id="bengaluru"></span> |
210 | <span id="jaipur"></span> | 209 | <span id="jaipur"></span> |
211 | <span id="kanpur"></span> | 210 | <span id="kanpur"></span> |
212 | <span id="dharamsala"></span> | 211 | <span id="dharamsala"></span> |
213 | </span> | 212 | </span> |
214 | 213 | ||
215 | 214 | ||
216 | 215 |