There is my list and I have used of
question = Show[{With[{cf =
Blend[{RGBColor[0.0, 0, 0.2], RGBColor[0.0, 0.5, 0.05]}, #] &},
ListPlot3D[list1, ColorFunction -> cf,
PlotRangePadding -> {Automatic, 0.1},
AxesLabel -> {Column[{Spacer[2], Style["n1", 15, Italic]}],
Row[{Style["n2", 15, Italic], Spacer[2]}],
Row[{Style["Crossing", 15, Italic], Spacer[10]}]},
BoundaryStyle -> Directive[RGBColor[0.8, 0, 0.2], Thick],
TicksStyle -> Directive[Black, 14, Bold, Thickness[0.003]],
AxesStyle -> Directive[Black, Bold, 14, FontFamily -> "Times"],
ViewPoint -> {1.8760089184474407`, 3.6739174665092644`,
4.064839601655127`}, ViewVertical -> {0.0`, 0.0`, 1.0`},
BoxStyle -> {Thickness[0.002]}, Mesh -> 11, MeshStyle -> Gray,
BoxRatios -> {1, 1, 0.5}, ImageSize -> 500]]}]
To plot my list, but I should show at this plot a line which is apparently governs on the minima of data although these minima is restricted in a special area of plot not all minima, for example the desired minima are shown by red however undesired minima shown by Yellow. also I must show at {n1=2.0,n2=0.2} a circle as below, But I could not use of Epilog for inserting a circle moreover I am not able to distinct between desired and undesired minima from each others by different colors.
I would be so glad to hear any comment or key or answer.




Sphere[]as a marker, instead of a circle? – J. M.'s missing motivation Feb 17 '16 at 08:13