It is required to have Virtualzation enabled in the BIOS but as it is already mentioned that it is enabled.
Follow the steps to enable it:
Open Terminal and go to directory where your VM is installed.
cd /home/sachin/VirtualBox\ VMs/
Execute the following command to Enable Nested VT-x/AMD-V"
# Syntax:
# VBoxManage modifyvm you-mv-name --nested-hw-virt on
# Example:
VBoxManage modifyvm proxmox-host-1 --nested-hw-virt on
You can follow these documentation for more:
https://www.virtualbox.org/manual/ch03.html
https://www.virtualbox.org/manual/ch08.html#vboxmanage-modifyvm You are looking for "nested-hw-virt"