<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en">

<head>
<link rel="canonical" href="http://www.vikramhospital.com/index.php"/>
<title>Super Specialty Hospital | India | Vikram Hospital</title>
       <meta name="description" content="Super specialty hospital in India can be available at Bangalore and one of them is Vikram Hospital which provide all the facilities like cardiac, orthologist, trauma care etc."/>
 <meta name="keywords" content="Super Specialty Hospital India" />
     <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="author" content="">
  <meta name="viewport" content="width=device-width,initial-scale=1.0" />
  <title></title>
  <!-- headtags start -->
  <!-- Bootstrap core CSS -->
  <link href="css/bootstrap.min.css" rel="stylesheet">

  <!-- Custom styles for this template -->
  <link href="css/style.css" rel="stylesheet">
  <link href="css/jquery-ui.css" rel="stylesheet">
   <link href="css/font.css" rel="stylesheet">
   
   <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

  <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  <!--[if lt IE 9]>
  <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  <![endif]-->
  <!-- headtags end -->
     <link rel="stylesheet" href="css/nivo-slider.css" type="text/css" media="screen" />
    <meta name="google-site-verification" content="Z6QX7pipUOHBibOuoY5kwCc7UqBpqRazHzqKwJzeTEc" />
</head>

<body class="main-bg">
    <div class="menu">
        <div class="menu-img">
            <a href="index.php">
                <img class="img-icon" src="images/menu-icons/home_white.png" alt="Super Specialty Hospital India" />
                <div class="menu-label active">Home</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="about.php">
                <img class="img-icon" src="images/menu-icons/about.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">About Us</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="speciality.php">
                <img class="img-icon" src="images/menu-icons/spec.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">Specialities</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="news-events.php">
                <img class="img-icon" src="images/menu-icons/news.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">News & events</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="appointment.php">
                <img class="img-icon" src="images/menu-icons/appointment.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">Appointment</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="testimonials.php">
                <img class="img-icon" src="images/menu-icons/testimonial.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">Testimonials</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="careers.php">
                <img class="img-icon" src="images/menu-icons/career.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">Career</div>
            </a>
        </div>
        <div class="menu-img">
            <a href="contact-us.php">
                <img class="img-icon" src="images/menu-icons/contact.png" alt="Super Specialty Hospital India" />
                <div class="menu-label">Contact Us</div>
            </a>
        </div>
    </div>
    <style>
    .enquiry-popup {
        background: #009890;
        color: #000;
        display: none;
        width: 500px;
    }
    .enquiry-popup .popup-form {
        width: 100%;
        height: 100%;
        border: 1px dashed #ccc;
        background: #fff;
    }
    .enquiry-popup .popup-form p {
        font-size: 14px;
        text-align: center;
    }
    .enquiry-popup .popup-form h3,
    .enquiry-popup .popup-form h3 a {
        text-align: center;
        font-size: 18px;
    }
    .news-popup {
        background: #32b649;
        color: #000;
        display: none;
        width: 500px;
    }
    .news-popup .popup-form {
        width: 100%;
        height: 100%;
        border: 1px dashed #ccc;
        background: #fff;
    }
    .form-field {
        width: 80%;
        padding: 10px 0;
        margin: 30px auto;
    }
    .form-field label {
        width: 40%;
        float: left;
        text-align: center;
        font-size: 16px;
    }
    .form-field input[type="text"] {
        width: 50%;
        float: left;
        padding: 5px 10px;
        border-radius: 4px;
        border: 1px solid #999;
    }
    button {
        background: none;
        padding: 0;
        border: 0;
        margin-top: 20px;
    }
    .nivoSlider {
        width: 825px;
        margin: 16px auto 0 auto;
    }
    .nivo-nextNav,
    .nivo-prevNav {
        display: none;
    }
	.cmg{
		position:relative;
		top:50px;
		left:50px;
		font-size:18px;
		font-weight:bold;
	}
    ul ul {
        margin-left:30px;
    }
    .em-container {
        position:absolute;
        top:30px;
        right:25px;
        display:none;
        z-index:9999;
    }
    .em-no {
        cursor:pointer;
    }
	h5.subh{
			display:block;
			margin-top:10px;
			clear:both;
			position:relative;
			top:20px;
		}
		
/*	Doctors Profile PopUp		*/

    .doc_profile {
        width:600px;
	background:#FFF;
        display:none;
	padding-bottom:20px;
    }
	
	.doc-img{
		width:35%;
		float:left;
        margin-right:2%;
	}
    .doc-img img {
        width:190px;
        display:block;
        margin:0 auto;
    }
	.doc-det{
		width:63%;
		float:left;	
	}
    .doc-det ul {
        margin-left:20px;
    }
	.doc-heads{
		color: #006B71;
        font-weight:700;
	}
    h3.doc-heads {
        font-size:20px;
        line-height:22px;
    }
    h4.doc-heads {
        font-size:16px;
    }
	.con-hrs{
		font-weight:bold;	
	}
	.qual{
		font-size:13px;
		color:#000;	
	}
	.cap{
		background-color:#006B71;
		clear:both;
		overflow:hidden;
	}
	
	.category{
		width:350px;
		text-align:center;
		float:left;
	}
    .category h2 {
        color: #fff;
        text-shadow: 1px 1px 1px #333;
    }
	.logo{
		width:150px;
		float:left;
		background-color:#FFF;
		margin-top: 0px;
		margin-bottom: 3px;
        height:100%;
	}
	
	.icon{
		float:left;
		width:100px;
        height:100%;
	}
	.icon img{
		width: 60px;
        display: block;
        margin: 0 auto;
	}
	.logo img{
		width:130px;
		margin:10px 5px;	
	}
</style>
<div class="container">
    <div class="row">
        <div class="col-xs-4 logo">
            <a href="index.php">
                <img src="images/logo.png" alt="logo" />
            </a>
        </div>
        <div class="col-xs-8 header-links">
            <div class="row" style="width:50%; float:right;">
                <div class="col-xs-3 links" style="width:50%;">
                    <div>
                        <a href="our_doctors.php">
                            <img src="images/find-doctor.png" alt="find doctor" style="margin: -8px 2px 0 0;"/>
                            <span>Find a Doctor</span>
                        </a>
                    </div>
                </div>
                <div class="col-xs-3 links em-no" style="width:50%;">
                    <div>
                        <span>Emergency Number</span>
                    </div>
                </div>
                <div class="col-xs-3 em-container">
                    <div class="emergency" style="background:#1ab2fd;">080-71004500</div>
                </div>
                <div class="col-xs-3 search" style="display:none;">
                    <div class="row">
                        <div class="col-xs-9">
                            <input type="text" name="search" />
                        </div>
                        <div class="col-xs-3">
                            <img src="images/search.png" alt="find doctor" style="cursor:pointer;" />
                        </div>
                    </div>
                </div>

            </div>
        </div>
    </div>
</div>    <div class="container" style="margin-bottom:53px;">
        <div class="row">
            <!--<div class="col-xs-7">-->
            <div style="width:90%; float:left;">
                <div class="circle_container">
                    <div class="green">
                        <img src="images/green_big.png" />
                    </div>
                    <div class="yellow">
                        <img src="images/yellow_big.png" />
                    </div>
                    <div class="pink">
                        <img src="images/pink_big.png" />
                    </div>
                    <div class="blue">
                        <img src="images/blue_big.png" />
                    </div>
                    <div class="bubbleText">
                        <p class="circleContent">
                            Welcome to Vikram Hospital,</br>
                            Bengaluru's Trusted Quaternary Care and</br>
                            Multi-Speciality Centre
                        </p>
                    </div>
                </div>
                <div id="slider" class="nivoSlider">
                    <a href="speciality.php"><img src="images/slider/pioneer.jpg" alt="" /></a>
                    <a target="_blank" href="https://play.google.com/store/apps/details?id=com.adjetter.vikramhospital"><img src="images/slider/app.jpg" alt="Super Specialty Hospital India" /></a>
                    <a href="our_doctors.php"><img src="images/slider/Healing_well.jpg" alt="Super Specialty Hospital India" /></a>
                </div>
            </div>
            <!--<div class="col-xs-5">-->
            <div style="width:10%; float:left;">
                <div class="quick_links_container">
    <a href="contact-us.php">
        <div class="contact_pink pull-right">
            <div class="quick-content-pink">
                <div class="quickC">Contact Us</div>
            </div>
        </div>
    </a>
    <div class="clearfix"></div>
    <a href="appointment.php">
        <div class="appointment_green pull-right">
            <div class="quick-content-green">
                <div class="quickG">Appointment</div>
            </div>
        </div>
    </a>
    <div class="clearfix"></div>
    <a class="enquiry">
        <div class="enquiry_orange pull-right">
            <div class="enquiry-content-orange">
                <div class="quickO">Enquiry</div>
            </div>
        </div>
    </a>
    <div class="clearfix"></div>
    <a href="news-events.php">
    <div class="other_colors pull-right news_yellow">
        <div class="news-content-yellow">
                <div class="quickY">News & Events</div>
        </div>
    </div>
    </a>
</div>            </div>
        </div>
    </div>
    <div class="enquiry-popup">
    <div class="popup-form">
        <img src="images/popup/enquiry.jpg" style="width:100%">
        <form action="mail_enquiry.php" method="post" id="enquiry_form">
            <div class="form-field">
                <label>Name</label>
                <input type="text" name="enquiry_name">
            </div>
            <div class="form-field">
                <label>Email</label>
                <input type="text" name="enquiry_email">
            </div>
            <div class="form-field">
                <label>Query</label>
                <input type="text" name="enquiry_query">
            </div>
            <div class="form-field">
                <div style="width:110px; margin:0 auto;">
                    <button type="submit">
                        <img src="images/popup/submit.png" style="width:110px;">
                    </button>
                </div>
            </div>
    </div>
</div>

<div class="news-popup">
    <div class="popup-form">
        <img src="images/popup/Newsletter.jpg" style="width:100%">
        <form action="mail_news.php" method="post" id="news_form">
            <div class="form-field">
                <label>Name</label>
                <input type="text" name="news_name">
            </div>
            <div class="form-field">
                <label>Email</label>
                <input type="text" name="news_email">
            </div>
            <div class="form-field">
                <div style="width:110px; margin:0 auto;">
                    <button type="submit">
                        <img src="images/popup/subscribe.png" style="width:110px;">
                    </button>
                </div>
            </div>
    </div>
</div>

<div class="borderstyle">
</div>
<div class="container">
    <div class="row">
        <div class="footer_container">
            <!--<div class="col-xs-7">
                <div class="row">
                    <div class="col-xs-3">
                        <div class="footerLink">
                            <a href="#">
                  The Vikram Hospital
                </a> 
                        </div>
                    </div>
                    <div class="col-xs-3">
                        <div class="footerLink">
                            <a href="#">
               Privacy Policy
              </a> 
                        </div>
                    </div>
                    <div class="col-xs-3">
                        <div class="footerLink">
                            <a href="#">
                 Terms of Use
               </a>
                        </div>
                    </div>
                    <div class="col-xs-3">
                        <div class="footerLink">
                            <a href="#">
              Site Map
            </a>
                        </div>
                    </div>
                </div>
            </div> -->
            <div class="col-xs-7">
                <div class="row">
                    <div class="col-xs-12">
                        <div class="footerLink">
                            <a style="cursor:default;color: #009890;font-family: arial;font-size: 12px;" href="javascript:void(0);">
                  Copyright &copy; 2014 vikramhospital.com. All rights reserved
                </a> 
                        </div>
                    </div>

                </div>
            </div>

            <div class="col-xs-2" style="float:right">
                <div class="row">
                    <div class="col-xs-3 footerLink">
                        <a href="https://www.facebook.com/vikramhospitals" target="_blank">
                            <img src="images/facebook.png" alt="Facebook" />
                        </a>
                    </div>
                    <div class="col-xs-3 footerLink">
                        <a href="https://twitter.com/vikram_hospital" target="_blank">
                            <img src="images/twitter.png" alt="Twitter" />
                        </a>
                    </div>
                    <div class="col-xs-3 footerLink">
                        <a href="https://www.youtube.com/channel/UCOEntZY3BpKPoZ7ALKkB8OA" target="_blank">
                            <img src="images/youtube.png" alt="Youtube" />
                        </a>
                    </div>
                    <div class="col-xs-3 footerLink">
                        <a href="http://www.vikramhospital.com/blog/" target="_blank">
                            <img src="images/wordpress.png" alt="Wordpress" />
                        </a>
                    </div>
                </div>
            </div>

            <div class="col-xs-3" style="float:right; width:175px;">
                <div class="footerLink" style="padding: 16px 0px;">
                    <a class="news_letter" style="cursor:pointer">
                        <img src="images/newsletter.png" alt="subscribe to newsletter">
                    </a>
                </div>
            </div>

        </div>
    </div>
</div>
<div class="borderstyle" style="margin-top:0;">
</div>
<!-- Bootstrap core JavaScript
    ================================================== -->
<!-- Placed at the end of the document so the pages load faster 
   <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>-->

<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery-scrollToTop.js"></script>
<script type="text/javascript" src="js/jquery-ui.js"></script>
<script type="text/javascript" src="js/jquery.nivo.slider.pack.js"></script>
<script type="text/javascript" src="js/jquery.nivo.slider.js"></script>
<script src="js/jquery.bpopup.min.js" type="text/javascript"></script>
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/news_mail.js" type="text/javascript"></script>
<script src="js/enquiry_mail.js" type="text/javascript"></script>
<script>
    $(document).ready(function () {
        $('.enquiry').bind(' click ', function () {
            $('.enquiry-popup').bPopup();
        });
        $('.news_letter').bind(' click ', function () {
            $('.news-popup').bPopup();
        });
        $('.view_profile').bind(' click ', function () {
            $(this).parent().find('.doc_profile').css('display','none');
           /* $(this).parent().find('.doc_profile').bPopup({
                easing: 'easeOutBack', //uses jQuery easing plugin
                speed: 450,
                transition: 'slideDown'
            });*/
            $(this).parent().find('.doc_profile').bPopup();
        });

        $("#enquiry_form").submit(function (e) {
            var postData = $(this).serializeArray();
            var formURL = $(this).attr("action");
            $.ajax({
                url: formURL,
                type: "POST",
                data: postData,
                success: function (data, textStatus, jqXHR) {

                },
                error: function (jqXHR, textStatus, errorThrown) {}
            });
            e.preventDefault();
        });

        $("#news_form").submit(function (e) {
            var postData = $(this).serializeArray();
            var formURL = $(this).attr("action");
            $.ajax({
                url: formURL,
                type: "POST",
                data: postData,
                success: function (data, textStatus, jqXHR) {

                },
                error: function (jqXHR, textStatus, errorThrown) {}
            });
            e.preventDefault();
        });
        $("#news_form button, #enquire_form button").click(function () {
            $(".news-popup").css("display", "none");
            $(".enquire-popup").css("display", "none");
            $(".b-modal __b-popup1__").css("display", "none");
        });
    });
    $(window).load(function () {
        var tId;
        $(".circle_container").hide().slideDown();
        clearTimeout(tId);
        tId = setTimeout(function () {
            $(".circle_container").hide();
            $('#slider').nivoSlider();
        }, 2000);
    });
</script>

<script>
    (function (i, s, o, g, r, a, m) {
        i['GoogleAnalyticsObject'] = r;
        i[r] = i[r] || function () {
            (i[r].q = i[r].q || []).push(arguments)
        }, i[r].l = 1 * new Date();
        a = s.createElement(o),
        m = s.getElementsByTagName(o)[0];
        a.async = 1;
        a.src = g;
        m.parentNode.insertBefore(a, m)
    })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');

    ga('create', 'UA-48007342-1', 'vikramhospital.com');
    ga('send', 'pageview');
</script>

<script type="text/javascript">
    $(function () {
        $('body').scrollToTop({
            skin: 'cycle',
            easing: 'easeInOutElastic'
        });
    });

    $(function () {
        $(".menu").on("mouseleave", function () {
            $(".menu-label").hide();
            $(".menu").stop(true).animate({
                width: '70px'
            }, 300, "linear");
        });
        $(".menu").on("mouseenter", function () {

            $(".menu").stop(true).animate({
                width: '190px'
            }, 300, "linear", function () {
                $(".menu-label").show();
            });

        });
    });

    $(function () {
        $(".contact_pink").on("mouseleave", function () {
            $(".quick-content-pink").animate({
                width: '176px'
            }, 200, "linear", function () {
                $(".quick-content-pink").hide();
            });

        });
        $(".contact_pink").on("mouseenter", function () {
            $(".quick-content-pink").show();
            $(".quick-content-pink").animate({
                width: '190px'
            }, 200, "linear");
        });


        $(".appointment_green").on("mouseleave", function () {
            $(".quick-content-green").animate({
                width: '132px'
            }, 200, "linear", function () {
                $(".quick-content-green").hide();
            });

        });
        $(".appointment_green").on("mouseenter", function () {
            $(".quick-content-green").show();
            $(".quick-content-green").animate({
                width: '140px'
            }, 200, "linear");
        });


        $(".enquiry_orange").on("mouseleave", function () {
            $(".enquiry-content-orange").animate({
                width: '88px'
            }, 200, "linear", function () {
                $(".enquiry-content-orange").hide();
            });

        });
        $(".enquiry_orange").on("mouseenter", function () {
            $(".enquiry-content-orange").show();
            $(".enquiry-content-orange").animate({
                width: '102px'
            }, 200, "linear");
        });

        $(".news_yellow").on("mouseleave", function () {
            $(".news-content-yellow").animate({
                width: '132px'
            }, 200, "linear", function () {
                $(".news-content-yellow").hide();
            });

        });
        $(".news_yellow").on("mouseenter", function () {
            $(".news-content-yellow").show();
            $(".news-content-yellow").animate({
                width: '140px'
            }, 200, "linear");
        });
    });
    $(document).ready(function () {
        $('.em-no').mouseover(function () {
            $('.em-container').css('display', 'block');
        });
        $('.em-no').mouseout(function () {
            $('.em-container').css('display', 'none');
        });
    });
</script>
</body>

</html><!--
     FILE ARCHIVED ON 23:52:58 Sep 28, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:13:13 Oct 20, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  captures_list: 155.992
  exclusion.robots: 0.081
  exclusion.robots.policy: 0.074
  RedisCDXSource: 2.376
  esindex: 0.007
  LoadShardBlock: 130.992 (3)
  PetaboxLoader3.datanode: 152.061 (4)
  CDXLines.iter: 16.412 (3)
  load_resource: 87.513
  PetaboxLoader3.resolve: 23.069
-->