    $(document).ready(function () { 
	    $('#agree').click(function() {
			$("#medical_pop_up").addClass("hide");
		});
	});