initial commit
[namibia] / public / css / app / contact_us.css
1
2 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{ 
3         margin:0; 
4         padding:0; 
5         border:0; 
6         outline:0;
7         vertical-align:baseline;
8 }
9
10 body {
11         font-family:Arial, Helvetica, sans-serif;
12         font-size:12px;
13         
14 }
15
16 ul {
17         list-style:none;
18 }
19
20 img,fieldset {
21         border:none;
22 }
23
24 a { 
25         text-decoration:none;
26 }
27
28 /* Terms and conditions
29 -------------------------------------------*/
30 .Terms {
31         width:951px;
32         padding:30px 0 0 0;
33         color:#413e3e;
34         line-height:16px;
35 }
36
37 .Terms_top {
38         width:930px;
39         padding:0 0 10px 0;
40         background:url(/images/slideshow.png) repeat-x bottom;
41         margin-bottom:25px;
42 }
43
44 .Terms_top h2 {
45         font-size:22px;
46         font-weight:normal;
47         font-style:italic;
48         padding-bottom:8px;
49   font-family: Arial, Helvetica, sans-serif;
50 }
51
52 .Terms_top p {
53         font-size:12px;
54 }
55
56 .textDiv {
57         width:890px;
58         padding:0 31px 15px 30px;
59 }
60
61 .textDiv h2 {
62         color:#d52e31;
63         padding:0 0 20px 0;
64         font-size:14px;
65 }
66
67 .textDiv h3 {
68         font-size:13px;
69 }
70
71 /* contactDiv
72 -------------------------------------------*/
73 .contactDiv {
74         width:890px;
75         padding:0 31px 140px 30px;
76         overflow:hidden;
77 }
78
79 .contact_lft {
80         width:600px;
81         overflow:hidden;
82         float:left;
83 }
84
85 .arrowDiv {
86         height:235px;
87         width:270px;
88         float:left;
89         background:url(/images/arro.png) no-repeat right center;
90         color:#000;
91         padding:10px 0 0 0;
92         text-align:left;
93 }
94
95 .arrowDiv h2 {
96   font-size   :100px;
97   line-height :100px;
98   font-family : Arial, Helvetica, sans-serif;
99   font-weight: normal;
100 }
101
102 .arrowDiv p {
103         font-size:58px;
104         line-height:60px;
105 }
106
107 .arrowDiv a {
108         font-size:35px;
109         color:#d52e31;
110         line-height:40px;
111 }
112
113 .contactText {
114         font-family:'Arial Unicode MS';
115         width:272px;
116         float:right;
117 }
118
119 .contactText h2 {
120         padding:0 0 15px 0;
121         font-size:14px;
122 }
123
124 .contactpost a {
125         color:#413e3e;
126 }
127
128 .contactpost a:hover {
129         text-decoration:underline;
130 }
131
132 .contactpost {
133         color:#413e3e;
134         padding:0 0 15px 0;
135 }
136
137 .contactForm {
138         width:227px;
139         background:url(/images/contactForm.png) repeat-y;       
140         float:right;
141         padding:0 0 0 11px;
142 }
143
144 .inputDiv {
145         width:227px;
146         padding:0 0 8px 0;
147 }
148
149 .inputDiv input {
150         background:#eeeeee;
151         border:1px solid #c8c8c8;
152         height:16px;
153         width:205px;
154         padding:10px;
155         color:#787878;
156         font-family:Arial, Helvetica, sans-serif;
157         line-height:15px;
158         border-radius:2px;
159 }
160
161 .input-prepend .inputDiv input{
162     background:#eeeeee;
163     border:1px solid #c8c8c8;
164     height:16px;
165     width:170px !important;
166     padding:10px;
167     color:#787878;
168     font-family:Arial, Helvetica, sans-serif;
169     line-height:15px;
170     border-radius:2px;
171 }
172
173 .inputDiv textarea {
174         background:#eeeeee;
175         border:1px solid #c8c8c8;
176         height:83px;
177         width:205px;
178         border-radius:2px;
179         overflow:hidden;
180         padding:10px;
181         color:#787878;
182         font-family:Arial, Helvetica, sans-serif;
183         font-size:12px;
184 }
185
186 .input-append .add-on, .input-prepend .add-on
187 {
188     padding: 8px 5px;
189 }
190
191 .sentbtn {
192         width:227px;
193         text-align:right;
194         padding:0 0 0 0;
195 }
196
197 .sentbtn input {
198         width:75px;
199         height:35px;
200         cursor:pointer;
201         border:none;
202         background:url(/images/sent.png) no-repeat;
203 }
204 /*********************************************/
205 /************new changes**********************/
206
207 .contact-no{
208         line-height: 37px;
209         margin: 50px 0;
210   font-family: Arial,Helvetica,sans-serif;
211 }
212
213 .head-office-info{
214   font-size: 16px;
215   line-height: 22px;
216 }
217
218
219
220 /* mobile and tablet*/
221
222 @media (min-width: 768px) and (max-width: 979px) {
223         .Terms{
224                 width:50%;
225         }
226         
227         .Terms_top{
228                 width:100%;
229         }
230
231         .contactDiv{
232                 width:100%;
233                 padding:0 !important;
234         }
235         
236         .contact_lft{
237                 width:100%;
238                 float:center !important;
239         }
240
241         .arrowDiv{
242                 width:100%;
243                 float:center !important;
244         }
245         
246         .contactText{
247                 float:left;
248                 width:100%;
249         }
250         
251         .contactForm{
252                 width:100%;
253         }
254         
255         .arrowDiv{
256                 float:center !important;
257         }
258         
259         .inputDiv{
260                 width:100%;
261         }
262         
263         .inputDiv input{
264                 width:100%;
265         }
266         
267         .inputDiv textarea{
268                 width:100%;
269         }
270         .sentbtn{
271                 width:100%;
272         }       
273         
274 .footerSec{
275     margin     : 20px -5px 0 !important;
276     background : #363434;
277     border-top : 2px solid #D52E31;
278     padding    : 20px 5px 20px 5px;
279     height     : auto;
280     overflow   : hidden;
281   }
282
283   .footer{
284     width : 95%;
285     margin : 0;
286   }
287
288   .footer ul.fmenu li{
289     display : block !important;
290   }
291   .footer_rgt{
292     float : none;
293   }
294 }
295
296 @media (max-width: 767px) {
297         .Terms{
298                 width:50%;
299         }
300         
301         .Terms_top{
302                 width:100%;
303         }
304
305         .contactDiv{
306                 width:100%;
307                 padding:0 !important;
308         }
309         
310         .contact_lft{
311                 width:100%;
312                 float:center !important;
313         }
314
315         .arrowDiv{
316                 width:100%;
317                 float:center !important;
318         }
319         
320         .contactText{
321                 float:left;
322                 width:100%;
323         }
324         
325         .contactForm{
326                 width:100%;
327         }
328         
329         .arrowDiv{
330                 float:center !important;
331         }
332         
333         .inputDiv{
334                 width:100%;
335         }
336         
337         .inputDiv input{
338                 width:100%;
339         }
340         
341         .inputDiv textarea{
342                 width:100%;
343         }
344         .sentbtn{
345                 width:100%;
346         }       
347 }
348
349 @media (max-width: 480px) {
350         
351         .Terms{
352                 width:100%;
353         }
354         
355         .Terms_top{
356                 width:100%;
357         }
358
359         .contactDiv{
360                 width:100%;
361                 padding:0 !important;
362         }
363         
364         .contact_lft{
365                 width:100%;
366                 float:center !important;
367         }
368
369         .arrowDiv{
370                 width:100%;
371                 float:center !important;
372         }
373         
374         .contactText{
375                 float:left;
376                 width:100%;
377         }
378         
379         .contactForm{
380                 width:100%;
381         }
382         
383         .arrowDiv{
384                 float:center !important;
385         }
386         
387         .inputDiv{
388                 width:100%;
389         }
390         
391         .inputDiv input{
392                 width:70%;
393         }
394         
395         .inputDiv textarea{
396                 width:70%;
397         }
398         
399         .sentbtn{
400                 width:70%;
401         }
402 }
403