text changes to registration mail content
[namibia] / public / css / app / dealerhome.css
1 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 {
2         margin         : 0;
3         padding        : 0;
4         border         : 0;
5         outline        : 0;
6         vertical-align : baseline;
7 }
8
9 body {
10         font-family : Arial, Helvetica, sans-serif;
11         font-size   : 12px;
12         background  : #fff url(../../images/bdy_bg.png) repeat;
13 }
14
15 ul {
16         list-style : none;
17 }
18
19 img, fieldset {
20         border : none;
21 }
22
23 a {
24         text-decoration : none;
25 }
26
27 .hidden {
28         position : absolute;
29         left     : -9999px;
30 }
31
32 .clear {
33         clear : both;
34 }
35
36 /* mainContent
37 -------------------------------------------*/
38 #mainContent {
39         width  : 951px;
40         margin : 0 auto;
41 }
42
43 /* homepage
44 -------------------------------------------*/
45 .homepage {
46         width   : 930px;
47         padding : 0px 11px 0 10px;
48 }
49
50 .slideshow-container {
51         padding    : 0;
52         width      : 650px;
53         float      : left;
54 }
55
56 .slideshow {
57         padding    : 0 0 2px 0;
58         width      : 930px;
59         background : url(/images/slideshow.png) repeat-x bottom;
60 }
61
62 .slidecon {
63         height : 266px;
64         width  : 930px;
65 }
66
67 .slidecon_r {
68         float : right;
69         width : 554px;
70 }
71
72 .slidecon_l {
73         float       : left;
74         width       : 330px;
75         padding     : 30px 0 0 10px;
76         font-weight : bold;
77         font-size   : 42px;
78         color       : #000;
79 }
80
81 .slidecon_l span {
82         color : #d52e31;
83 }
84
85 .slidecon_l h2 {
86         font-size : 58px;
87 }
88
89 .iconDiv {
90         width      : 110%;
91         padding    : 15px 0 50px 0;
92         background : url(/images/slideshow.png) repeat-x;
93 }
94
95 .heading-two-wrapper {
96         font-size   : 18px;
97         line-height : 20px;
98         font-weight : normal;
99 }
100
101 .iconDiv ul {
102         overflow : hidden;
103 }
104
105 .iconDiv ul li {
106         width    : 232px;
107         float    : left;
108         overflow : hidden;
109 }
110
111 .icon {
112         float : left;
113         width : 86px;
114 }
115
116 .iconText {
117         width       : 145px;
118         float       : right;
119         padding     : 3px 0 0 0;
120         font-size   : 23px;
121         color       : #1b1b1b;
122         line-height : 25px;
123 }
124
125 .btnDiv {
126         padding     : 10px 10px 0px;
127         width       : 630px;
128         overflow    : hidden;
129         margin-left : 0px;
130         margin-top  : 5px;
131 }
132
133 .btnDiv_lft {
134         height     : 60px;
135         width      : 250px;
136         float      : left;
137         padding    : 18px 76px 16px 4px;
138         background : url(/images/btnDiv_lft_r.png) no-repeat;
139 }
140
141 .div260 {
142         width       : 120px;
143         height      : 58px;
144         float       : left;
145         text-align  : center;
146         line-height : 32px;
147         font-size   : 32px;
148         color       : #fff;
149         font-weight : bold;
150         margin-top  : -3px;
151 }
152
153 .divAction {
154         width       : 130px;
155         height      : 56px;
156         float       : left;
157         text-align  : center;
158         line-height : 18px;
159         font-size   : 18px;
160         color       : #fff;
161         padding     : 0px;
162         margin-top  : -5px;
163 }
164
165 .btnDiv_rgt {
166         float      : right;
167         overflow   : hidden;
168 }
169
170 a.btnsignup {
171         width       : 128px;
172         height      : 58px;
173         line-height : 58px;
174         display     : block;
175         color       : #fff;
176         font-weight : bold;
177         text-shadow : 2px 2px 2px #000;
178         font-size   : 15px;
179         text-align  : center;
180         padding     : 0px;
181         background  : url(/images/signupbtn_r.png) no-repeat;
182         float       : left;
183 }
184
185 a.login {
186         width       : 114px;
187         height      : 58px;
188         line-height : 58px;
189         display     : block;
190         color       : #fff;
191         font-weight : bold;
192         text-shadow : 2px 2px 2px #000;
193         font-size   : 15px;
194         text-align  : center;
195         padding     : 0px;
196         background  : url(/images/login_r.png) no-repeat;
197         float       : right;
198         margin-left : 17px;
199 }
200
201 /* slider_area
202 --------------------------------------*/
203
204 #slider_area {
205         /*width    : 640px;*/
206         /*height   : 310px;*/
207         width    : auto;
208         height   : auto;
209         overflow : hidden;
210 }
211
212 #slider_area .activeSlider {
213         height     : 217px !important;
214         margin-top : 0px;
215 }
216
217 #slider_area li {
218         width    : 930px;
219         height   : 217px !important;
220         position : relative;
221 }
222
223 .sig {
224         float : right;
225 }
226
227 .sig a {
228         line-height   : 32px;
229         display       : block;
230         padding       : 0 28px;
231         text-shadow   : 2px 2px 2px #888;
232         background    : url(/images/signup.png) repeat-x;
233         color         : #fff;
234         font-size     : 13px;
235         border-radius : 2px;
236         box-shadow    : 1px 1px 2px #000;
237 }
238
239 .bid4cars {
240         width : 100%;
241 }
242
243 .bid4cars h2 {
244         font-size      : 22px;
245         font-weight    : normal;
246         border-bottom  : 1px solid #d52e31;
247         padding-bottom : 10px;
248         font-style     : italic;
249         line-height    : 24px;
250         margin-bottom  : 20px;
251 }
252
253 .bid4cars h3 {
254         background    : url(/images/freestr.png) repeat-x;
255         line-height   : 35px;
256         padding       : 0 10px;
257         border        : 1px solid #9a9a9a;
258         border-radius : 3px;
259         color         : #fff;
260         margin-bottom : 10px;
261         text-shadow   : 1px 2px 2px #000;
262 }
263
264 .boxDiv {
265         background    : #eeeeee;
266         overflow      : hidden;
267         width         : 407px;
268         border        : 1px solid #9a9a9a;
269         border-radius : 2px;
270 }
271
272 .boxDiv ul {
273         width         : 407px;
274         border-bottom : 1px solid #d6d6d6;
275 }
276
277 .boxDiv ul li {
278         width    : 407px;
279         overflow : hidden;
280 }
281
282 .box_lft {
283         width     : 292px;
284         float     : left;
285         padding   : 5px 0 0 12px;
286         font-size : 11px;
287         color     : #717171;
288 }
289
290 .box_lft p span {
291         font-size : 18px;
292         display   : block;
293 }
294
295 .box_rgt {
296         float       : right;
297         width       : 100px;
298         background  : #fff;
299         line-height : 43px;
300         text-align  : center;
301         color       : #34900e;
302         font-weight : bold;
303         font-size   : 16px;
304 }
305
306 .bid4cars h4 {
307         line-height   : 38px;
308         border-bottom : 1px solid #d52e31;
309         padding       : 0 0 0 12px;
310         font-size     : 13px;
311         color         : #717171;
312 }
313
314 .next {
315         padding  : 9px 12px;
316         overflow : hidden;
317 }
318
319 .next button {
320         background  : none;
321         border      : none;
322         color       : #fff;
323         float       : right;
324         line-height : 34px;
325         display     : block;
326         width       : 83px;
327         padding     : 0 12px 0 0;
328         text-align  : center;
329         font-size   : 13px;
330         font-weight : bold;
331         background  : url(/images/next.png) no-repeat;
332         cursor      : pointer;
333 }
334
335 #auctions_text, #valuation_text, #mystock_text, #dealership_text {
336         background  : url(/images/tooltips.png) no-repeat;
337         font-famity : "Myriad Pro";
338         color       : #000000;
339         font-style  : normal;
340         width       : 121px;
341         height      : 215px;
342         position    : absolute;
343         padding     : 7px 21px 10px 22px;
344         margin-left : 56px;
345         margin-top  : -109px;
346         display     : none
347 }
348
349 #auctions_text h2, #valuation_text h2, #mystock_text h2, #dealership_text h2 {
350         font-size : 14px;
351 }
352
353 #auctions_text p, #valuation_text p, #mystock_text p, #dealership_text p {
354         font-size   : 11px;
355         line-height : 13px;
356 }
357
358 .signup {
359         width       : 950px;
360         padding     : 35px 0 60px 0;
361         font-family : "Myriad Pro";
362         font-style  : normal;
363         color       : #413e3e;
364         margin      : 0 auto;
365 }
366
367 .signopt {
368         background : url(/images/packline.jpg) repeat-x left bottom;
369 }
370
371 .signopt h2 {
372         font-size : 22px;
373 }
374
375 .signopt h5 {
376         font-size      : 12px;
377         padding-bottom : 10px;
378 }
379
380 .pacimg00 {
381         float       : left;
382         width       : 265px;
383         padding-top : 45px;
384 }
385
386 .pacimg00 h6 {
387         font-size : 14px;
388 }
389
390 .pacimg00 h2 {
391         font-size : 24px;
392 }
393
394 .pacimg01 {
395         float        : left;
396         width        : 122px;
397         background   : url(/images/packoffer.jpg) no-repeat left bottom;
398         height       : 105px;
399         padding-top  : 165px;
400         padding-left : 25px;
401         margin-left  : 7px;
402 }
403
404 .packhead {
405         overflow : hidden;
406 }
407
408 .pacimg01 span a {
409         display        : block;
410         width          : 100px;
411         text-align     : center;
412         padding-bottom : 55px;
413         font-size      : 15px;
414         font-weight    : bold;
415         color          : #404040;
416 }
417
418 .packdetail {
419         background : url(/images/pacdetailtopbg.jpg) no-repeat top left;
420         border     : #d3d3d3 1px solid;
421         width      : 729px;
422         border-top : none;
423 }
424
425 .rowod, .rowev {
426         overflow : hidden;
427         width    : 270px;
428         height   : 47px;
429 }
430
431 .rowod div.txt, .rowev div {
432         float       : left;
433         padding-top : 17px;
434         font-family : "Arial Unicode MS";
435         font-size   : 12px;
436         line-height : 14px;
437 }
438
439 .package {
440         width   : 729px;
441         padding : 128px 0 0 111px;
442 }
443
444 .boxtop, .boxbtm, .boxbg {
445         width : 729px;
446 }
447
448 .boxtop {
449         padding-top : 142px;
450         background  : url(/images/boxbg02_top.png) no-repeat;
451 }
452
453 .boxbtm {
454         padding-bottom : 33px;
455         background     : url(/images/boxbg02_btm.png) no-repeat bottom;
456 }
457
458 .boxbg {
459         background : url(/images/boxbg02_bg.png) repeat-y;
460         position   : relative;
461 }
462
463 .free {
464         width    : 107px;
465         height   : 108px;
466         position : absolute;
467         top      : -124px;
468         left     : 292px;
469 }
470
471 .pro {
472         left     : 600px;
473         width    : 107px;
474         height   : 108px;
475         position : absolute;
476         top      : -124px;
477 }
478
479 .pay {
480         width    : 107px;
481         height   : 108px;
482         position : absolute;
483         top      : -124px;
484         left     : 443px;
485 }
486
487 .divrow {
488         width       : 729px;
489         overflow    : hidden;
490         line-height : 47px;
491         font-size   : 12px;
492         color       : #404040;
493 }
494
495 .col1 {
496         height  : 47px;
497         width   : 240px;
498         padding : 0 13px;
499         float   : left;
500 }
501
502 .col1 p {
503         line-height : 16px;
504         padding     : 7px 0 0 0;
505 }
506
507 .col2 {
508         height     : 47px;
509         width      : 154px;
510         float      : left;
511         text-align : center;
512 }
513
514 .col3 {
515         height     : 47px;
516         float      : left;
517         width      : 154px;
518         text-align : center;
519 }
520
521 .col4 {
522         float      : left;
523         height     : 47px;
524         width      : 154px;
525         text-align : center;
526 }
527
528 .mobileDiv {
529         width     : 267px;
530         height    : 215px;
531         position  : absolute;
532         left      : 0;
533         top       : -220px;
534         font-size : 14px;
535         color     : #000;
536 }
537
538 .mobileDiv p {
539         padding : 0 0 0 53px;
540 }
541
542 .mobileDiv h2 {
543         font-size : 22px;
544         padding   : 0 0 0 53px;
545 }
546
547 .btn_sections {
548         height   : 54px;
549         width    : 710px;
550         padding  : 0 16px 0 0;
551         position : relative;
552 }
553
554 a.comming_s {
555         width        : 83px;
556         height       : 83px;
557         float        : right;
558         margin-left  : 56px;
559         margin-right : 15px;
560 }
561
562 a.gopro {
563         width       : 122px;
564         display     : block;
565         height      : 54px;
566         text-align  : center;
567         float       : right;
568         background  : url(/images/btn03.png) no-repeat;
569         font-size   : 13px;
570         font-weight : bold;
571         line-height : 50px;
572         color       : #fff;
573         margin-left : 28px;
574 }
575
576 a.choose {
577         width       : 110px;
578         display     : block;
579         height      : 40px;
580         float       : right;
581         background  : url(/images/btn02.png) no-repeat;
582         font-size   : 13px;
583         font-weight : bold;
584         line-height : 12px;
585         font-family : "Arial Unicode MS";
586         color       : #717171;
587         text-shadow : 1px 1px 1px #fff;
588         margin-left : 28px;
589         padding     : 14px 0 0 12px;
590 }
591
592 button.chooseFree {
593         border      : none;
594         width       : 123px;
595         display     : block;
596         height      : 54px;
597         float       : right;
598         background  : url(/images/btn01.png) no-repeat;
599         font-size   : 13px;
600         font-weight : bold;
601         line-height : 12px;
602         font-family : "Arial Unicode MS";
603         color       : #717171;
604         text-shadow : 1px 1px 1px #fff;
605         margin-left : 28px;
606 }
607
608 /* mobile and tablet*/
609
610 @media (min-width : 768px) and (max-width : 979px) {
611
612         #mainContent {
613                 width : 100%;
614         }
615
616         .homepage {
617                 width       : 100%;
618                 padding     : 0px 0px 0px 0px;
619                 margin-left : 25%;
620         }
621
622         .btnDiv {
623                 padding     : 8px 0;
624                 width       : 100%;
625                 overflow    : hidden;
626                 margin-left : 25%;
627                 margin-top  : 0px;
628         }
629
630         .btnDiv_lft {
631                 height      : 128px;
632                 width       : 480px;
633                 float       : left;
634                 padding     : 18px 36px 10px 1px;
635                 background  : url(/images/btnDiv_lft.png) no-repeat !important;
636                 margin-left : 5px;
637         }
638
639         .btnDiv_rgt {
640                 float       : left;
641                 overflow    : hidden;
642                 margin-left : 10px;
643                 margin-top  : 0px;
644         }
645
646         .div260 {
647                 width       : 184px;
648                 height      : 64px;
649                 float       : left;
650                 text-align  : center;
651                 line-height : 64px;
652                 font-size   : 53px;
653                 color       : #fff;
654                 font-weight : bold;
655         }
656
657         .divAction {
658                 width       : 217px;
659                 height      : 56px;
660                 float       : left;
661                 text-align  : center;
662                 line-height : 23px;
663                 font-size   : 23px;
664                 color       : #fff;
665                 padding     : 8px 0 0 0;
666         }
667
668         a.btnsignup {
669                 width       : 188px;
670                 height      : 72px;
671                 line-height : 72px;
672                 display     : block;
673                 color       : #fff;
674                 font-weight : bold;
675                 text-shadow : 2px 2px 2px #000;
676                 font-size   : 23px;
677                 text-align  : center;
678                 padding     : 12px;
679                 background  : url(/images/signupbtn.png) no-repeat;
680                 float       : left;
681         }
682
683         a.login {
684                 width       : 165px;
685                 height      : 72px;
686                 line-height : 72px;
687                 display     : block;
688                 color       : #fff;
689                 font-weight : bold;
690                 text-shadow : 2px 2px 2px #000;
691                 font-size   : 23px;
692                 text-align  : center;
693                 padding     : 12px;
694                 background  : url(/images/login.png) no-repeat;
695                 float       : right;
696                 margin-left : 1px;
697         }
698
699         .iconDiv {
700                 /*background:url("/images/slideshow.png") repeat-x scroll 0 0 transparent;*/
701                 padding : 15px 0 50px 0;
702                 width   : 100%;
703
704         }
705
706         .test {
707                 display : none;
708         }
709
710         .heading-two-wrapper {
711                 font-size   : 23px;
712                 line-height : 26px;
713                 font-weight : normal;
714         }
715
716         .iconDiv ul {
717                 overflow : hidden;
718         }
719
720         .iconDiv ul li {
721                 width    : 212px;
722                 float    : left;
723                 overflow : hidden;
724         }
725
726         .icon {
727                 float : left;
728                 width : 86px;
729         }
730
731         .iconText {
732                 width       : 125px;
733                 float       : right;
734                 padding     : 3px 0 0 0;
735                 font-size   : 23px;
736                 color       : #1b1b1b;
737                 line-height : 25px;
738         }
739
740         .footerSec {
741                 margin     : 20px -5px 0 !important;
742                 background : #363434;
743                 border-top : 2px solid #D52E31;
744                 padding    : 20px 5px 20px 5px;
745                 height     : auto;
746                 overflow   : hidden;
747         }
748
749         .footer {
750                 width  : 95%;
751                 margin : 0;
752         }
753
754         .footer ul.fmenu li {
755                 display : block !important;
756         }
757
758         .footer_rgt {
759                 float : none;
760         }
761 }
762
763 @media (max-width : 767px) {
764
765         .mobile-header-top {
766                 background    : url(../../imgs/tablet_header.jpg) repeat;
767                 border-bottom : 1px solid #7A7879;
768         }
769
770         .cc-mobile-header {
771                 background : #313131 url("/../imgs/header-bg-rpt.png") repeat-x scroll center top border-bottom : 1 px solid #877b7b;
772         }
773
774         .cc-mobile-header-top {
775                 background          : transparent url("/imgs/header-with-logo-cc.png") no-repeat scroll 51% 0%;
776                 border-bottom       : 1px solid #877b7b;
777                 background-size     : 967px 90px !important;
778                 background-position : 0px 0px;
779                 height              : 90px;
780                 border-bottom       : none;
781         }
782
783         /* mainContent
784                 -------------------------------------------*/
785         #mainContent {
786                 width : 100%;
787         }
788
789         .homepage {
790                 width       : 100%;
791                 padding     : 0px 0px 0px 0px;
792                 margin-left : 15%;
793         }
794
795         .btnDiv {
796                 padding     : 8px 0;
797                 width       : 100%;
798                 overflow    : hidden;
799                 margin-left : 8%;
800                 margin-top  : 0px;
801         }
802
803         .btnDiv_lft {
804                 height      : 128px;
805                 width       : 480px;
806                 float       : left;
807                 padding     : 18px 36px 10px 1px;
808                 background  : url(/images/btnDiv_lft.png) no-repeat !important;
809                 margin-left : 5px;
810         }
811
812         .btnDiv_rgt {
813                 float       : left;
814                 overflow    : hidden;
815                 margin-left : 10px;
816                 margin-top  : 0px;
817         }
818
819         .div260 {
820                 width       : 184px;
821                 height      : 64px;
822                 float       : left;
823                 text-align  : center;
824                 line-height : 64px;
825                 font-size   : 53px;
826                 color       : #fff;
827                 font-weight : bold;
828         }
829
830         .divAction {
831                 width       : 217px;
832                 height      : 56px;
833                 float       : left;
834                 text-align  : center;
835                 line-height : 23px;
836                 font-size   : 23px;
837                 color       : #fff;
838                 padding     : 8px 0 0 0;
839         }
840
841         a.btnsignup {
842                 width       : 188px;
843                 height      : 72px;
844                 line-height : 72px;
845                 display     : block;
846                 color       : #fff;
847                 font-weight : bold;
848                 text-shadow : 2px 2px 2px #000;
849                 font-size   : 23px;
850                 text-align  : center;
851                 padding     : 12px;
852                 background  : url(/images/signupbtn.png) no-repeat;
853                 float       : left;
854         }
855
856         a.login {
857                 width       : 165px;
858                 height      : 72px;
859                 line-height : 72px;
860                 display     : block;
861                 color       : #fff;
862                 font-weight : bold;
863                 text-shadow : 2px 2px 2px #000;
864                 font-size   : 23px;
865                 text-align  : center;
866                 padding     : 12px;
867                 background  : url(/images/login.png) no-repeat;
868                 float       : right;
869                 margin-left : 1px;
870         }
871
872         .iconDiv {
873                 max-width  : 100%;
874                 padding    : 15px 0 50px 0;
875                 overflow   : hidden;
876                 background : none;
877
878         }
879
880         .heading-two-wrapper {
881                 font-size   : 23px;
882                 line-height : 26px;
883                 font-weight : normal;
884         }
885
886         .iconDiv ul {
887                 overflow : hidden;
888         }
889
890         .iconDiv ul li {
891                 width    : 212px;
892                 float    : left;
893                 overflow : hidden;
894         }
895
896         .icon {
897                 float : left;
898                 width : 86px;
899         }
900
901         .iconText {
902                 width       : 125px;
903                 float       : right;
904                 padding     : 3px 0 0 0;
905                 font-size   : 23px;
906                 color       : #1b1b1b;
907                 line-height : 25px;
908         }
909 }
910
911 @media (max-width : 480px) {
912
913         /* mainContent
914         -------------------------------------------*/
915         #mainContent {
916                 width : 100%;
917         }
918
919         .homepage {
920                 width       : 100%;
921                 padding     : 0px 0px 0px 0px;
922                 margin-left : 0;
923         }
924
925         .btnDiv {
926                 padding     : 8px 0;
927                 width       : 100%;
928                 overflow    : hidden;
929                 margin-left : 0px;
930                 margin-top  : 0px;
931         }
932
933         .btnDiv_lft {
934                 height      : 128px;
935                 width       : 100%;
936                 float       : left;
937                 padding     : 18px 36px 10px 1px;
938                 background  : url(/images/btnDiv_lft_mobi.png) no-repeat !important;
939                 margin-left : 2% !important;
940         }
941
942         .btnDiv_rgt {
943                 float       : left;
944                 overflow    : hidden;
945                 margin-left : 15%;
946                 margin-top  : 0px;
947         }
948
949         .div260 {
950                 width       : 217px;
951                 height      : 64px;
952                 float       : left;
953                 text-align  : center;
954                 line-height : 64px;
955                 font-size   : 53px;
956                 color       : #fff;
957                 font-weight : bold;
958         }
959
960         .divAction {
961                 width       : 217px;
962                 height      : 56px;
963                 float       : left;
964                 text-align  : center;
965                 line-height : 23px;
966                 font-size   : 23px;
967                 color       : #fff;
968                 padding     : 8px 0 0 0;
969         }
970
971         a.btnsignup {
972                 width       : 188px;
973                 height      : 72px;
974                 line-height : 72px;
975                 display     : block;
976                 color       : #fff;
977                 font-weight : bold;
978                 text-shadow : 2px 2px 2px #000;
979                 font-size   : 23px;
980                 text-align  : center;
981                 padding     : 12px;
982                 background  : url(/images/signupbtn.png) no-repeat;
983         }
984
985         a.login {
986                 width       : 165px;
987                 height      : 72px;
988                 line-height : 72px;
989                 display     : block;
990                 color       : #fff;
991                 font-weight : bold;
992                 text-shadow : 2px 2px 2px #000;
993                 font-size   : 23px;
994                 text-align  : center;
995                 padding     : 12px;
996                 background  : url(/images/login.png) no-repeat;
997                 margin-left : 1px;
998         }
999
1000         .iconDiv {
1001                 width      : 100%;
1002                 padding    : 15px 0 50px 0;
1003                 background : none;
1004         }
1005
1006         .heading-two-wrapper {
1007                 font-size   : 23px;
1008                 line-height : 26px;
1009                 font-weight : normal;
1010         }
1011
1012         .iconDiv ul {
1013                 overflow : hidden;
1014         }
1015
1016         .iconDiv ul li {
1017                 width    : 212px;
1018                 float    : left;
1019                 overflow : hidden;
1020         }
1021
1022         .icon {
1023                 float : left;
1024                 width : 86px;
1025         }
1026
1027         .iconText {
1028                 width       : 125px;
1029                 float       : right;
1030                 padding     : 3px 0 0 0;
1031                 font-size   : 23px;
1032                 color       : #1b1b1b;
1033                 line-height : 25px;
1034         }
1035
1036 }
1037
1038 @media (max-width : 399px) and (min-width : 360px) {
1039         .dealerhome .divAction {
1040                 margin : 0 0 0px 0px !important;
1041         }
1042 }