\documentclass[12pt]{report} 
%\documentclass[12pt,twoside]{report}
%load any additional packages
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{graphicx}
%\usepackage{natbib}
\usepackage{multicol}
\usepackage{subfig}
\usepackage{lscape}
\usepackage[document]{ragged2e}
\usepackage[colorinlistoftodos]{todonotes}
\usepackage{tikz}
\usepackage[final]{pdfpages}
\usepackage{dirtytalk}
\usepackage{hyperref} 
\usetikzlibrary{shapes.geometric, arrows}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage{datetime}
\newdateformat{monthyeardate}{%
  \monthname[\THEMONTH], \THEYEAR}
\usepackage[english]{babel}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage{epstopdf}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead{}
\fancyhead[LO,LE]{\scriptsize \mytitle}
%\fancyhead[RO,RE]{\leftmark}
%\fancyfoot{}
\fancyfoot[CE,CO]{\footnotesize \thepage}
%\fancyfoot[LO,RE]{\footnotesize \leftmark}
%\fancyfoot[CO,CE]{\footnotesize}
%\fancyfoot[CE,CO]{Design of Low-Energy Level Shifter for Ultra Low-Voltage Emerging Applications}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage[square,numbers]{natbib}
%\bibliographystyle{plainnat}
\bibliographystyle{IEEEtran}
%\usepackage[sectionbib]{chapterbib}
%\setcitestyle{square}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\topmargin}{0.0in}
\setlength{\oddsidemargin}{0.33in}
\setlength{\evensidemargin}{-0.08in}
\setlength{\textheight}{8.5in}
\setlength{\textwidth}{6.0in}
\def\mytitle{Thesis Title}
\def\myname{John / Jane Doe}
\def\mydegree{Specialization}
\def\mysupervisor{Supervisor Name}
\def\myrollno{20XXYYYXXX}
\def\mydep{Dept. Name}
\def\mydegreedate{4\textsuperscript{th} September, 2022}
\begin{document}
 \baselineskip=18pt plus1pt
 \setcounter{secnumdepth}{3}
 \setcounter{tocdepth}{3}
 \pagenumbering{roman}
 
 %Front Matter
 \include{./Formalities/title_page}
 \include{./Formalities/certificate}
 \include{./Formalities/certificate_of_approval}
 \include{.//Formalities/acknowledgements}
 \include{./Formalities/abstract}
 \tableofcontents
 \listoffigures
 \listoftables
 
 %Main material
 \clearpage
 \pagenumbering{arabic}
 
 \include{Chapters/chap_1}
 \include{Chapters/chap_2}
 \include{Chapters/chap_3}
 
 \include{Chapters/chap_4}
 
 \include{Chapters/chap_5}
 \include{Chapters/chap_6}
\renewcommand{\bibname}{References}
%\bibliography{mybibliograph}
\newpage
\include{references}
\newpage
\includepdf[scale=0.75,pages=-,pagecommand=\textbf{\large{APPENDIX-A: Guide}}]{Appendix/GUIDE.pdf}
\include{Appendix/APPENDIX}
\end{document}