I need a help that first i add the bibfile for the bibliography but later on I done the bibliograpbhy with simple way. The problem is that a blank page is appear due to that bibfile and after the bibliography appear which was done in a simple way. So I remove that blank page I tried a lot of this like \cleardoublepage and so many code so what i will do.
That is my mainfile after remove the \biliography{Bibliraphy} means bibfile.
\pagestyle{fancy}
\doublespacing
%------------
\include{main pages/ch1}
\include{main pages/ch2}
\include{main pages/ch3}
\include{main pages/ch4}
\include{main pages/ch5}
\appendix
\include{main pages/app1}
\chapter*{}
\begin{thebibliography}{102}
\bibitem{1}K. Chandel et al., “Midgut microbial community of \textit{Culex.quinquefasciatus} mosquito populations from India,” \emph{PLoS One}, vol. 8, no. 11, 2013, doi: 10.1371/journal.pone.0080453.
\bibitem{2}E. Nchoutpouen et al., “\textit{Culex} species diversity, susceptibility to insecticides and role as potential vector of Lymphatic filariasis in the city of Yaoundé, Cameroon,”\emph{ PLoS Negl. Trop. Dis.}, vol. 13, no. 4, pp. 1–16, 2019, doi: 10.1371/journal.pntd.0007229.
\bibitem{3}S. Bhattacharya, P. Basu, and C. Sajal Bhattacharya, “The Southern House Mosquito, \textit{Culex quinquefasciatus}: profile of a smart vector,” \emph{J. Entomol. Zool. Stud. JEZS}, vol. 73, no. 42, pp. 73–81, 2016.
\end{thebibliography}

\chapter*. – Alan Munn Feb 09 '21 at 20:03\chapter*{} \begin{thebibliography}{102} \end{thebiliography}
– Mona Ishtiaq Feb 09 '21 at 20:14\endgroupmust go after\end{bibliography}. Also, have you tried just addingopenanyas a documentclass option (with no extra code)? That should also work. – Alan Munn Feb 09 '21 at 20:38openrighttoopenany. – Alan Munn Feb 09 '21 at 20:55