-  $(document).ready(function() {
 
-      $('.radio-inline,.iCheck-helper').click(function() {
 
-             var value = $(this).closest(".radio-inline").find("input:radio").val();
 
-             if(value==3){
 
-                 $(this).closest(".form-group").nextAll().hide();
 
-             }else {
 
-                 $(".fields-group .form-group").show();
 
-             }
 
-      });
 
-  });
 
 
  |