Dear Vidyasagar Kushwaha,
M-Turbo supports HTTPs only when your site is available only for HTTPs, i.e HTTP must be disabled for your site. We have seen your site supports both protocols now. This is problem.
There are two ways how to solve it:
1) Set both secure and unsecure base_url (System/Configuration/Web) to
so that site will available only for HTTPs protocol. After that refresh all cached pages, please.
2) Enable M-Turbo cache only for HTTP. You can do it so that you add
RewriteCond %{HTTPS} !=on
before each of M-Turbo directives that were placed to your .htaccess file. In this case your site will be cached only the requests under HTTP protocol.