.icon-left-arrows::before { 
font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053"; }
.icon-right-arrow1::before { 
font-family: "Font Awesome 5 Free"; 
font-weight: 900; content: "\f054"; } 
.icon-left-arrows::before, .icon-right-arrow1::before { 
display: inline-block; 
font-style: normal; 
speak: never; 
} 
.icon-down-arrow1::before { 
font-family: "Font Awesome 5 Free"; font-weight: 900; 
content: "\f078"; } 
.icon-up-arrow1::before { 
font-family: "Font Awesome 5 Free"; font-weight: 900; 
content: "\f077"; } .icon-down-arrow1::before, .icon-up-arrow1::before { 
display: inline-block; 
font-style: normal; 
speak: never; 
line-height: 1; 
} .mf-radio-option input[type="radio"]:checked + span:before {
content: "\f192" !important;
}
.mf-radio-option input[type="radio"] + span:before {
content: "\f111" !important;
}
.mf-radio-option input[type="radio"] + span::before,
.mf-radio-option input[type="radio"]:checked + span::before {
display: inline-block!important;
width: 16px!important; margin-right: 6px!important;  vertical-align: middle!important;
}
.mf-checkbox-option input[type="checkbox"]:checked + span:before {
content: "\f14a" !important; }
.mf-checkbox-option input[type="checkbox"] + span:before {
content: "\f0c8" !important; }