1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
page-brake {
.fm_common_wrapper{
.fm_banner{
width: 100%;
height:115px;
background: #f4f3ee;
text-align: center;
position: relative;
img{
width:160px;
}
}
}
h3{
text-align: center;
color: #07426a;
font-size: 18px;
margin-top:0px;
padding-top: 5px;
}
h6{
margin:0px;
padding:0px;
color: #777777;
font-size: 15px;
padding-top: 50px;
text-align: center;
font-weight: 400;
}
hr{
border:2px solid #15b3d5;
width:60px;
margin:0 auto;
height:0px;
border-radius: 20px;
}
p{
margin:0px;
padding:0px;
color: #7b7b7b;
font-weight: 600;
font-size: 18px;
}
.fm_skip{
width: 140px;
height:35px;
border-radius: 20px;
background: #050505;
text-transform: capitalize;
font-size: 16px;
font-weight: 400;
color: #cecece;
}
.fm_tab_container{
width: 90%;
margin:0 auto;
.fm_tab_header{
ul{
padding:0px;
margin:0px;
border:1px solid #b7b7b7;
height:35px;
border-radius: 20px;
li{
width:50%;
float: left;
list-style: none;
text-align: center;
color: #8f8f8f;
font-weight: 400;
height: 100%;
font-size: 16px;
padding: 5px;
}
.active{
background: #1c8aa4;
border-radius: 20px;
color: #fff;
}
}
}
.fm_tab_content{
width:100%;
padding-top: 20px;
h5{
color: #767676;
text-align: left;
margin:0px;
font-weight: 400;
font-size:16px;
padding-bottom: 15px;
}
.item{
min-height: 0px !important;
}
.radio-checked {
border-color: #15b3d5 !important;
.label{
color: #979797 !important;
}
}
.radio-inner{
background: #07426a !important;
}
.label{
margin:0px !important;
font-weight: 400;
color: #767676 !important;
font-size: 14px;
}
.select{
min-width: 100%;
border-bottom:1px solid #b7b7b7;
padding: 0px;
height: 35px;
color: #7b7b7b;
font-weight: 300;
.select-text{
padding-top: 5px;
padding-bottom:5px;
}
.select-icon{
width:30px;
height:30px;
background:url('../../assets/imgs/fm_drop_down_circle.png');
background-repeat: no-repeat;
background-size: 25px;
.select-icon-inner{
display: none;
}
}
}
}
}
}