The Theme Name & Theme Folder is same, I figured out there are two problems:
1- Save setting Button is not working
if(isset($_REQUEST['updated']) == 'true'){}
this is not working
2- Register Settings is not working when I use array
register_setting('my_settings', $settings);
where $settings is an array.. But if I use a single variable it works then. =(
Thanks in advance =)